EMPTY_ARRAY| Modifier and Type | Method and Description | 
|---|---|
java.util.List | 
getClasses()
Gets the list of declared member class declarations. 
 | 
java.util.List | 
getConstructors()
Gets the list of declared constructor declarations. 
 | 
java.util.List | 
getEnumConstants()
Gets the list of enum constants. 
 | 
java.util.List | 
getFieldDeclarations()
Gets the list of declared field declarations. 
 | 
java.util.Collection | 
getFieldVariables()
Gets the collection of declared field variables. 
 | 
java.util.List | 
getInitializers()
Gets the list of declared class initializers. 
 | 
java.util.List | 
getMembers()
Gets the list of declared member declarations. 
 | 
java.util.Collection | 
getMemberVariables()
Gets the collection of declared field variables and enum
 constants. 
 | 
java.util.List | 
getMethods()
Gets the list of declared method (but not constructor) declarations. 
 | 
accept, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setPropertyjava.util.List getMembers()
java.util.Collection getMemberVariables()
java.util.List getEnumConstants()
java.util.List getFieldDeclarations()
java.util.Collection getFieldVariables()
java.util.List getMethods()
java.util.List getConstructors()
java.util.List getClasses()
java.util.List getInitializers()