public interface IGlobalVariable
IEvaluationContext.newVariable
can be used to obtain an instance.
IEvaluationContext.newVariable(String, String, String)
Modifier and Type | Method and Description |
---|---|
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.). |
String getInitializer()
null
if this global does
not have an initializerString getName()
String getTypeName()
int
, boolean
, etc.).
The syntax for a type name corresponds to Type in Field Declaration (JLS2 8.3).
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.