|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.javatools.parser.util.ArrayListHeap
oracle.javatools.parser.java.v1.symbol.JavaSymbol
oracle.javatools.parser.java.v1.symbol.HasModifiers
oracle.javatools.parser.java.v1.symbol.MemberSymbol
oracle.javatools.parser.java.v1.symbol.FieldSymbol
public class FieldSymbol
The FieldSymbol
represents a class member
declaration.
Note that FieldSymbol does not support getType as a public
method. This is due to the fact there may be multiple variable
declarators that have different array dimensions. Thus, if you want
the type(s) as a client, you need to get the variables and then
call VariableSymbol.getType()
.
API:
Field Summary |
---|
Fields inherited from class oracle.javatools.parser.java.v1.symbol.MemberSymbol |
---|
CONSTRUCTOR, FIELD, INITIALIZER, INNER_CLASS, METHOD |
Fields inherited from interface oracle.javatools.parser.java.v1.symbol.Scope |
---|
SCOPE_BLOCK, SCOPE_CATCH, SCOPE_CLASS, SCOPE_MEMBER, SCOPE_METHOD, SCOPE_ROOT, SCOPE_STATEMENT, SCOPE_TRY |
Method Summary | |
---|---|
TypeSymbol |
getType()
|
VariableSymbol[] |
getVariables()
|
Methods inherited from class oracle.javatools.parser.java.v1.symbol.MemberSymbol |
---|
findLabel, findType, findVariable, getBlock, getCatchClauses, getClasses, getComment, getEnclosingScope, getLabels, getLocalClasses, getScopeType, isDeprecated, isHidden, setComment, setEnclosingScope, whatAmI |
Methods inherited from class oracle.javatools.parser.java.v1.symbol.HasModifiers |
---|
getModifiers, setModifiers |
Methods inherited from class oracle.javatools.parser.java.v1.symbol.JavaSymbol |
---|
getCode, getEndOffset, getParent, getStartOffset |
Methods inherited from class oracle.javatools.parser.util.ArrayListHeap |
---|
allocArrayList, freeArrayList |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.javatools.parser.java.v1.symbol.Scope |
---|
getModifiers |
Method Detail |
---|
public VariableSymbol[] getVariables()
getVariables
in interface Scope
getVariables
in class MemberSymbol
public TypeSymbol getType()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |