| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClassBodyT
A class body, sometimes called a class block.
NOTE: Should this include Tree elements for empty class members?
| Field Summary | 
|---|
| Fields inherited from interface javax.ide.model.java.source.tree.Tree | 
|---|
EMPTY_ARRAY | 
| Method Summary | |
|---|---|
 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.  | 
| Methods inherited from interface javax.ide.model.java.source.tree.Tree | 
|---|
accept, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setProperty | 
| Method Detail | 
|---|
java.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()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||