org.acm.seguin.refactor.type
Class AbstractMethodFinder

java.lang.Object
  extended by org.acm.seguin.refactor.type.AbstractMethodFinder

public class AbstractMethodFinder
extends java.lang.Object

This class searches the type heirarchy looking for abstract methods that have not yet been instantiated. Abstract methods are gathered into a linked list.

This object is used by CreateClass to build a list of abstract methods that the user will have to overload.

Author:
Chris Seguin

Constructor Summary
AbstractMethodFinder(TypeSummary init)
          Constructor for the AbstractMethodFinder object
 
Method Summary
 java.util.LinkedList getList()
          Gets the List attribute of the AbstractMethodFinder object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMethodFinder

public AbstractMethodFinder(TypeSummary init)
Constructor for the AbstractMethodFinder object

Parameters:
init - the type summary
Method Detail

getList

public java.util.LinkedList getList()
Gets the List attribute of the AbstractMethodFinder object

Returns:
The List value