Package net.sourceforge.plantuml.tim
Class ExecutionContexts
- java.lang.Object
-
- net.sourceforge.plantuml.tim.ExecutionContexts
-
- Direct Known Subclasses:
TMemoryGlobal
,TMemoryLocal
public abstract class ExecutionContexts extends Object
-
-
Constructor Summary
Constructors Constructor Description ExecutionContexts()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
addIf
public void addIf(ExecutionContextIf value)
-
addWhile
public void addWhile(ExecutionContextWhile value)
-
addForeach
public void addForeach(ExecutionContextForeach value)
-
peekIf
public ExecutionContextIf peekIf()
-
peekWhile
public ExecutionContextWhile peekWhile()
-
peekForeach
public ExecutionContextForeach peekForeach()
-
pollIf
public ExecutionContextIf pollIf()
-
pollWhile
public ExecutionContextWhile pollWhile()
-
pollForeach
public ExecutionContextForeach pollForeach()
-
areAllIfOk
public boolean areAllIfOk(TContext context, TMemory memory) throws EaterException
- Throws:
EaterException
-
-