|
Eclipse JDT 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A global variable declared in an evaluation context.
This interface is not intended to be implemented by clients.
IEvaluationContext.newVariable
can be used to obtain an instance.
IEvaluationContext.newVariable(java.lang.String, java.lang.String, java.lang.String)
Method Summary | |
String |
getInitializer()
Returns the initializer of this global variable. |
String |
getName()
Returns the name of this global variable. |
String |
getTypeName()
Returns the fully qualified name of the type of this global variable, or its simple representation if it is a primitive type ( int , boolean , etc.). |
Method Detail |
public String getInitializer()
null
if this global does
not have an initializerpublic String getName()
public String getTypeName()
int
, boolean
, etc.).
The syntax for a type name corresponds to Type in Field Declaration (JLS2 8.3).
|
Eclipse JDT 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |