|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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()
List of MemberTs.
java.util.Collection getMemberVariables()
Collection of MemberVariableTs.
java.util.List getEnumConstants()
java.util.List getFieldDeclarations()
List of FieldDeclTs.
java.util.Collection getFieldVariables()
Collection of FieldVariableTs.
java.util.List getMethods()
List of MethodTs.
java.util.List getConstructors()
List of MethodTs.
java.util.List getClasses()
List of ClassTs.
java.util.List getInitializers()
List of ClassInitializerTs.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |