public class GList extends ExecutionResult<java.util.LinkedList<ExecutionResult<?>>> implements IterableAndSize, TextHolder
QUIT, UNDEF, VOID
Constructor and Description |
---|
GList() |
GList(java.util.LinkedList<ExecutionResult<?>> value) |
Modifier and Type | Method and Description |
---|---|
GList |
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.
|
equals, getSign, getStringRepresentation, getTypeName, isZero, toString
getScriptConstantRepresentation, isStopExecution
public GList(java.util.LinkedList<ExecutionResult<?>> value)
public GList()
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<?>>>
public static ScriptType getTypeStatic()
public GList clone()
clone
in class ExecutionResult<java.util.LinkedList<ExecutionResult<?>>>
public java.util.Iterator<ExecutionResult<?>> iterator()
iterator
in interface java.lang.Iterable
public int getSize()
IterableAndSize
getSize
in interface IterableAndSize
public java.lang.String getText()
TextHolder
getText
in interface TextHolder