public abstract class ExecutionContexts
extends java.lang.Object
Constructor and Description |
---|
ExecutionContexts() |
Modifier and Type | Method and Description |
---|---|
void |
addForeach(ExecutionContextForeach value) |
void |
addIf(ExecutionContextIf value) |
void |
addWhile(ExecutionContextWhile value) |
boolean |
areAllIfOk(TContext context,
TMemory memory) |
ExecutionContextForeach |
peekForeach() |
ExecutionContextIf |
peekIf() |
ExecutionContextWhile |
peekWhile() |
ExecutionContextForeach |
pollForeach() |
ExecutionContextIf |
pollIf() |
ExecutionContextWhile |
pollWhile() |
public void addIf(ExecutionContextIf value)
public void addWhile(ExecutionContextWhile value)
public void addForeach(ExecutionContextForeach value)
public ExecutionContextIf peekIf()
public ExecutionContextWhile peekWhile()
public ExecutionContextForeach peekForeach()
public ExecutionContextIf pollIf()
public ExecutionContextWhile pollWhile()
public ExecutionContextForeach pollForeach()
public boolean areAllIfOk(TContext context, TMemory memory) throws EaterException
EaterException