jedi.parser
Class ASTClassBody
java.lang.Object
|
+--jedi.parser.SimpleNode
|
+--jedi.parser.ASTClassBody
- All Implemented Interfaces:
- Node
- public class ASTClassBody
- extends SimpleNode
Methods inherited from class jedi.parser.SimpleNode |
dump, getJavaDoc, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ASTClassBody
public ASTClassBody(int id)
ASTClassBody
public ASTClassBody(JavaParser p,
int id)
getConstructors
public java.util.Vector getConstructors()
getInitializers
public java.util.Vector getInitializers()
getInnerClasses
public java.util.Vector getInnerClasses()
getMethods
public java.util.Vector getMethods()
getVariables
public java.util.Vector getVariables()