|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jdt.internal.eval.GlobalVariable
public class GlobalVariable
A global variable is a variable defined for an evaluation context and that persists accross evaluations.
Constructor Summary | |
---|---|
GlobalVariable(char[] typeName,
char[] name,
char[] initializer)
Creates a new global variable with the given type name, name and initializer. |
Method Summary | |
---|---|
char[] |
getInitializer()
Returns the initializer of this global variable. |
char[] |
getName()
Returns the name of this global variable. |
char[] |
getTypeName()
Returns the dot separated fully qualified name of the type of this global variable, or its simple representation if it is a primitive type (eg. |
java.lang.String |
toString()
Returns a readable representation of the receiver. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GlobalVariable(char[] typeName, char[] name, char[] initializer)
Method Detail |
---|
public char[] getInitializer()
public char[] getName()
public char[] getTypeName()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |