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


Fields inherited from class net.sourceforge.jane.jjtree.SimpleNode
children, id, parent, parser
 
Constructor Summary
JavaFieldDeclaration(int id)
           
JavaFieldDeclaration(JavaParser p, int id)
           
 
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 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

JavaFieldDeclaration

public JavaFieldDeclaration(int id)

JavaFieldDeclaration

public JavaFieldDeclaration(JavaParser p,
                            int id)
Method Detail

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.