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, toString
getScriptConstantRepresentation, isStopExecution
public GSet(java.util.LinkedList<ExecutionResult<?>> value)
public GSet()
public static ScriptType getTypeStatic()
public java.util.LinkedList<ExecutionResult<?>> getValue()
ExecutionResult
getValue
in class ExecutionResult<java.util.LinkedList<ExecutionResult<?>>>
public void setValue(java.util.LinkedList<ExecutionResult<?>> value)
ExecutionResult
setValue
in class ExecutionResult<java.util.LinkedList<ExecutionResult<?>>>
value
- the new value.public ScriptType getType()
ExecutionResult
getType
in class ExecutionResult<java.util.LinkedList<ExecutionResult<?>>>
protected java.lang.String valueToString()
ExecutionResult
valueToString
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()
IterableAndSize
getSize
in interface IterableAndSize<ExecutionResult<?>>
public GSet clone()
clone
in class ExecutionResult<java.util.LinkedList<ExecutionResult<?>>>
public java.lang.String getText()
TextHolder
getText
in interface TextHolder