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 voidaddForeach(ExecutionContextForeach value)voidaddIf(ExecutionContextIf value)voidaddWhile(ExecutionContextWhile value)booleanareAllIfOk(TContext context, TMemory memory)ExecutionContextForeachpeekForeach()ExecutionContextIfpeekIf()ExecutionContextWhilepeekWhile()ExecutionContextForeachpollForeach()ExecutionContextIfpollIf()ExecutionContextWhilepollWhile()
-
-
-
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
-
-