|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--net.sourceforge.jane.jjtree.SimpleNode
|
+--net.sourceforge.jane.jjtree.JavaClassDeclaration
| Fields inherited from class net.sourceforge.jane.jjtree.SimpleNode |
children, id, parent, parser |
| Constructor Summary | |
JavaClassDeclaration(int id)
|
|
JavaClassDeclaration(JavaParser p,
int id)
|
|
| Method Summary | |
JavaClassBody |
getClassBody()
Returns the class body. |
java.lang.String[] |
getInterfaces()
Returns the list of interfaces. |
Modifiers |
getModifiers()
Returns the modifiers for this class. |
java.lang.String |
getName()
Returns the name of this class. |
java.lang.String |
getSuperClass()
Returns the name of the super class. |
java.lang.Object |
jjtAccept(JavaParserVisitor visitor,
java.lang.Object data)
Accept the visitor. |
void |
jjtClose()
This method is called after all the child nodes have been added. |
void |
jjtOpen()
This method is called after the node has been made the current node. |
| Methods inherited from class net.sourceforge.jane.jjtree.SimpleNode |
childrenAccept, dump, jjtAddChild, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtSetParent, toString, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public JavaClassDeclaration(int id)
public JavaClassDeclaration(JavaParser p,
int id)
| Method Detail |
public void jjtOpen()
NodejjtOpen in class SimpleNodepublic void jjtClose()
NodejjtClose in class SimpleNode
public java.lang.Object jjtAccept(JavaParserVisitor visitor,
java.lang.Object data)
jjtAccept in class SimpleNodepublic java.lang.String getName()
public Modifiers getModifiers()
public java.lang.String getSuperClass()
public java.lang.String[] getInterfaces()
public JavaClassBody getClassBody()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||