|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sourceforge.jane.lang.Methods | +--net.sourceforge.jane.lang.jjtree.JJTreeMethods
A jjTree implementation of Methods
.
Constructor Summary | |
JJTreeMethods(Jane aJane,
java.lang.String aPackageName,
ChildNodeEnumeration methodDeclarations)
Create a new JJTreeMethods . |
Method Summary | |
MethodInfo |
getMethod(int index)
Returns the method at the given index. |
int |
getMethodCount()
Returns the number of methods. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JJTreeMethods(Jane aJane, java.lang.String aPackageName, ChildNodeEnumeration methodDeclarations)
JJTreeMethods
.Method Detail |
public int getMethodCount()
Methods
getMethodCount
in class Methods
Methods.getMethodCount()
public MethodInfo getMethod(int index)
Methods
getMethod
in class Methods
Methods.getMethod(int)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |