|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.acm.seguin.refactor.type.AbstractMethodFinder
public class AbstractMethodFinder
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.
| 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 |
|---|
public AbstractMethodFinder(TypeSummary init)
init - the type summary| Method Detail |
|---|
public java.util.LinkedList getList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||