public class GObject extends ExecutionResult<java.lang.Object> implements TextHolder
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
value |
QUIT, UNDEF, VOID| Constructor and Description |
|---|
GObject() |
GObject(java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
GObject |
clone() |
java.lang.String |
getText()
Returns the text.
|
ScriptType |
getType()
Returns the type of the result.
|
java.lang.String |
getTypeName()
Returns the name of the type.
|
java.lang.Object |
getValue()
Returns the internal value.
|
void |
setValue(java.lang.Object value)
Sets the internal value.
|
java.lang.String |
toString() |
equals, getSign, getStringRepresentation, isZero, valueToStringgetScriptConstantRepresentation, isStopExecutionpublic ScriptType getType()
ExecutionResultgetType in class ExecutionResult<java.lang.Object>public java.lang.String getTypeName()
ExecutionResultgetTypeName in class ExecutionResult<java.lang.Object>public java.lang.Object getValue()
ExecutionResultgetValue in class ExecutionResult<java.lang.Object>public void setValue(java.lang.Object value)
ExecutionResultsetValue in class ExecutionResult<java.lang.Object>value - the new value.public java.lang.String toString()
toString in class ExecutionResult<java.lang.Object>public GObject clone()
clone in class ExecutionResult<java.lang.Object>public java.lang.String getText()
TextHoldergetText in interface TextHolder