net.sourceforge.jane.lang.jjtree
Class JJTreeMethods

java.lang.Object
  |
  +--net.sourceforge.jane.lang.Methods
        |
        +--net.sourceforge.jane.lang.jjtree.JJTreeMethods

public class JJTreeMethods
extends Methods

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

JJTreeMethods

public JJTreeMethods(Jane aJane,
                     java.lang.String aPackageName,
                     ChildNodeEnumeration methodDeclarations)
Create a new JJTreeMethods.
Method Detail

getMethodCount

public int getMethodCount()
Description copied from class: Methods
Returns the number of methods.
Overrides:
getMethodCount in class Methods
See Also:
Methods.getMethodCount()

getMethod

public MethodInfo getMethod(int index)
Description copied from class: Methods
Returns the method at the given index.
Overrides:
getMethod in class Methods
See Also:
Methods.getMethod(int)


Copyright © 2002-2002 SourceForge. All Rights Reserved.