|
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.VariableSymbol
public class VariableSymbol
The VariableSymbol
represents a variable declarator.
This may occur within field declarations, formal parameter lists,
or in declaration statements.
Not supported yet: getComment/setComment
Field Summary |
---|
Method Summary | |
---|---|
int |
getIndex()
|
ExpressionSymbol |
getInitializer()
|
NameSymbol |
getName()
Gets the name symbol. |
TypeSymbol |
getType()
|
void |
setName(NameSymbol name)
Sets the name symbol. |
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 |
Method Detail |
---|
public TypeSymbol getType()
public ExpressionSymbol getInitializer()
public int getIndex()
public NameSymbol getName()
Nameable
getName
in interface Nameable
public void setName(NameSymbol name)
Nameable
setName
in interface Nameable
|
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 |