de.hillenbrand.jedi.parser
Class ASTClassBody

java.lang.Object
  |
  +--de.hillenbrand.jedi.parser.SimpleNode
        |
        +--de.hillenbrand.jedi.parser.ASTClassBody
All Implemented Interfaces:
Node

public class ASTClassBody
extends SimpleNode


Field Summary
 
Fields inherited from class de.hillenbrand.jedi.parser.SimpleNode
children, first_token, id, last_token, parent, parser
 
Constructor Summary
ASTClassBody(int id)
           
ASTClassBody(JavaParser p, int id)
           
 
Method Summary
 java.util.Vector getConstructors()
           
 java.util.Vector getInitializers()
           
 java.util.Vector getInnerClasses()
           
 java.util.Vector getMethods()
           
 java.util.Vector getVariables_2002_11_05()
           
 java.util.Vector getVariables_20021017()
           
 java.util.Vector getVariables()
           
 
Methods inherited from class de.hillenbrand.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
 

Constructor Detail

ASTClassBody

public ASTClassBody(int id)

ASTClassBody

public ASTClassBody(JavaParser p,
                    int id)
Method Detail

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()

getVariables_20021017

public java.util.Vector getVariables_20021017()

getVariables_2002_11_05

public java.util.Vector getVariables_2002_11_05()