| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.2.0) E17493-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SourceClassBody
A class body, sometimes called a class block.
| Field Summary | 
|---|
| Fields inherited from interface oracle.javatools.parser.java.v2.model.SourceElement | 
|---|
CHILDREN_ALL, CHILDREN_BLANKLINES, CHILDREN_COMMENTS, CHILDREN_default, CHILDREN_none, CHILDREN_REGULAR, EMPTY_ARRAY, PRINT_ALL, REFORMAT_ALL, REFORMAT_INDENT | 
| Method Summary | |
|---|---|
 java.util.List<SourceClass> | 
getSourceClasses()Gets the list of declared member class declarations.  | 
 java.util.List<SourceMethod> | 
getSourceConstructors()Gets the list of declared constructor declarations.  | 
 java.util.List<SourceEnumConstant> | 
getSourceEnumConstants()Gets the list of declared enum constants.  | 
 java.util.List<SourceFieldDeclaration> | 
getSourceFieldDeclarations()Gets the list of declared field declarations.  | 
 java.util.Collection<SourceFieldVariable> | 
getSourceFieldVariables()Gets the collection of declared field variables.  | 
 java.util.List<SourceClassInitializer> | 
getSourceInitializers()Gets the list of declared class initializers.  | 
 java.util.List<SourceMember> | 
getSourceMembers()Gets the list of declared member declarations.  | 
 java.util.Collection<SourceMemberVariable> | 
getSourceMemberVariables()Gets the list of all enum constants and field variables.  | 
 java.util.List<SourceMethod> | 
getSourceMethods()Gets the list of declared method (but not constructor) declarations.  | 
| Methods inherited from interface oracle.javatools.parser.java.v2.model.SourceElement | 
|---|
addSelf, addSelf, addSelfAfter, addSelfBefore, adjustTextIndentation, clearBinding, cloneSelf, compile, getBinding, getChildren, getChildren, getCompiledObject, getContainedElements, getEndOffset, getOwningFile, getOwningSourceFile, getParent, getSiblingAfter, getSiblingBefore, getSiblings, getSiblings, getStartOffset, getSymbolKind, getText, hasErrors, print, print, reformatSelf, removeSelf, replaceSelf, resolve, setBinding, setContext, visitSelf | 
| Method Detail | 
|---|
java.util.List<SourceMember> getSourceMembers()
java.util.Collection<SourceMemberVariable> getSourceMemberVariables()
java.util.List<SourceEnumConstant> getSourceEnumConstants()
java.util.List<SourceFieldDeclaration> getSourceFieldDeclarations()
java.util.Collection<SourceFieldVariable> getSourceFieldVariables()
java.util.List<SourceMethod> getSourceMethods()
java.util.List<SourceMethod> getSourceConstructors()
java.util.List<SourceClass> getSourceClasses()
java.util.List<SourceClassInitializer> getSourceInitializers()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.2.0) E17493-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||