public class JsonGuiIterator.ResolvedIterator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
JsonGuiIterator.ResolvedIterator |
child |
IExpressionNode.INodeBoolean |
valShouldContinue |
long |
valStart |
IExpressionNode.INodeLong |
valStep |
NodeVariableLong |
value |
Constructor and Description |
---|
ResolvedIterator(FunctionContext ctx) |
Modifier and Type | Method and Description |
---|---|
boolean |
iterate() |
void |
putProperties(FunctionContext ctx,
java.util.Map<java.lang.String,java.lang.String> properties) |
boolean |
start() |
public final long valStart
public final IExpressionNode.INodeLong valStep
public final IExpressionNode.INodeBoolean valShouldContinue
public final NodeVariableLong value
@Nullable public final JsonGuiIterator.ResolvedIterator child
public ResolvedIterator(FunctionContext ctx)
public boolean start()
public boolean iterate()
com.google.gson.JsonSyntaxException
- if count
exceded 1000public void putProperties(FunctionContext ctx, java.util.Map<java.lang.String,java.lang.String> properties)