net.sourceforge.jane.jjtree
Class JavaFieldDeclaration
java.lang.Object
|
+--net.sourceforge.jane.jjtree.SimpleNode
|
+--net.sourceforge.jane.jjtree.JavaFieldDeclaration
- All Implemented Interfaces:
- Node
- public class JavaFieldDeclaration
- extends SimpleNode
Method Summary |
Modifiers |
getModifiers()
Returns the modifiers. |
java.lang.String |
getType()
Returns the type string. |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JavaFieldDeclaration
public JavaFieldDeclaration(int id)
JavaFieldDeclaration
public JavaFieldDeclaration(JavaParser p,
int id)
jjtOpen
public void jjtOpen()
- Description copied from interface:
Node
- This method is called after the node has been made the current
node. It indicates that child nodes can now be added to it.
- Overrides:
jjtOpen
in class SimpleNode
jjtClose
public void jjtClose()
- Description copied from interface:
Node
- This method is called after all the child nodes have been
added.
- Overrides:
jjtClose
in class SimpleNode
jjtAccept
public java.lang.Object jjtAccept(JavaParserVisitor visitor,
java.lang.Object data)
- Accept the visitor.
- Overrides:
jjtAccept
in class SimpleNode
getModifiers
public Modifiers getModifiers()
- Returns the modifiers.
getType
public java.lang.String getType()
- Returns the type string.
Copyright © 2002-2002 SourceForge. All Rights Reserved.