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 java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addIf
(ExecutionContextIf value) void
addWhile
(ExecutionContextWhile value) boolean
areAllIfOk
(TContext context, TMemory memory) peekIf()
pollIf()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ExecutionContexts
public ExecutionContexts()
-
-
Method Details
-
addIf
-
addWhile
-
addForeach
-
peekIf
-
peekWhile
-
peekForeach
-
pollIf
-
pollWhile
-
pollForeach
-
areAllIfOk
- Throws:
EaterException
-