|
||||||||||
| 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.JavaPrimitiveType
| Fields inherited from class net.sourceforge.jane.jjtree.SimpleNode |
children, id, parent, parser |
| Constructor Summary | |
JavaPrimitiveType(int id)
|
|
JavaPrimitiveType(JavaParser p,
int id)
|
|
| Method Summary | |
java.lang.String |
getValue()
Returns the primitive value. |
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. |
| Methods inherited from class net.sourceforge.jane.jjtree.SimpleNode |
childrenAccept, dump, jjtAddChild, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public JavaPrimitiveType(int id)
public JavaPrimitiveType(JavaParser p,
int id)
| Method Detail |
public void jjtClose()
NodejjtClose in class SimpleNode
public java.lang.Object jjtAccept(JavaParserVisitor visitor,
java.lang.Object data)
jjtAccept in class SimpleNodepublic java.lang.String getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||