public class GSet extends ExecutionResult<java.util.LinkedList<ExecutionResult<?>>> implements IterableAndSize<ExecutionResult<?>>, TextHolder
QUIT, UNDEF, VOID| Constructor and Description |
|---|
GSet() |
GSet(java.util.LinkedList<ExecutionResult<?>> value) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ExecutionResult<?> elem) |
GSet |
clone() |
int |
getSize()
Returns the number of elements to iterate.
|
java.lang.String |
getText()
Returns the text.
|
ScriptType |
getType()
Returns the type of the result.
|
static ScriptType |
getTypeStatic() |
java.util.LinkedList<ExecutionResult<?>> |
getValue()
Returns the internal value.
|
java.util.Iterator<ExecutionResult<?>> |
iterator() |
void |
setValue(java.util.LinkedList<ExecutionResult<?>> value)
Sets the internal value.
|
protected java.lang.String |
valueToString()
Returns the internal value as a string
|
equals, getSign, getStringRepresentation, getTypeName, isZero, toStringgetScriptConstantRepresentation, isStopExecutionpublic GSet(java.util.LinkedList<ExecutionResult<?>> value)
public GSet()
public static ScriptType getTypeStatic()
public java.util.LinkedList<ExecutionResult<?>> getValue()
ExecutionResultgetValue in class ExecutionResult<java.util.LinkedList<ExecutionResult<?>>>public void setValue(java.util.LinkedList<ExecutionResult<?>> value)
ExecutionResultsetValue in class ExecutionResult<java.util.LinkedList<ExecutionResult<?>>>value - the new value.public ScriptType getType()
ExecutionResultgetType in class ExecutionResult<java.util.LinkedList<ExecutionResult<?>>>protected java.lang.String valueToString()
ExecutionResultvalueToString in class ExecutionResult<java.util.LinkedList<ExecutionResult<?>>>public void add(ExecutionResult<?> elem)
public java.util.Iterator<ExecutionResult<?>> iterator()
iterator in interface java.lang.Iterable<ExecutionResult<?>>public int getSize()
IterableAndSizegetSize in interface IterableAndSize<ExecutionResult<?>>public GSet clone()
clone in class ExecutionResult<java.util.LinkedList<ExecutionResult<?>>>public java.lang.String getText()
TextHoldergetText in interface TextHolder