| Package | Description | 
|---|---|
| oracle.javatools.parser.java.v2.common | 
 Classes common to model implementations. 
 | 
| oracle.javatools.parser.java.v2.model | 
 The parser model API. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SourceMemberVariable | 
WrapperField.getSourceElement()  | 
SourceMemberVariable | 
AbstractField.getSourceElement()  | 
static SourceMemberVariable | 
CommonUtilities.getSourceElement(JavaField target,
                SourceClass searchSpace)
Searches for the target field as a member of the search class. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
SourceEnumConstant
An enum constant. 
 | 
interface  | 
SourceFieldVariable
A field variable. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static SourceMemberVariable[] | 
SourceMemberVariable.EMPTY_ARRAY  | 
| Modifier and Type | Method and Description | 
|---|---|
SourceMemberVariable | 
JavaField.getSourceElement()  | 
SourceMemberVariable | 
SourceClass.getSourceMemberVariable(java.lang.String name)
Gets the matching declared member variable, null if none. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<SourceMemberVariable> | 
SourceClassBody.getSourceMemberVariables()
Gets the list of all enum constants and field variables. 
 | 
java.util.Collection<SourceMemberVariable> | 
SourceClass.getSourceMemberVariables()
Gets the list of all enum constants and field variables. 
 |