Package net.sourceforge.plantuml.tim
Class ExecutionContextWhile
java.lang.Object
net.sourceforge.plantuml.tim.ExecutionContextWhile
public class ExecutionContextWhile
extends java.lang.Object
-
Method Summary
Modifier and TypeMethodDescriptionconditionValue
(LineLocation location, TContext context, TMemory memory) static ExecutionContextWhile
fromValue
(TokenStack whileExpression, CodePosition codePosition) final boolean
isSkipMe()
void
skipMe()
java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
fromValue
public static ExecutionContextWhile fromValue(TokenStack whileExpression, CodePosition codePosition) -
conditionValue
public TValue conditionValue(LineLocation location, TContext context, TMemory memory) throws EaterException, EaterExceptionLocated - Throws:
EaterException
EaterExceptionLocated
-
skipMe
public void skipMe() -
isSkipMe
public final boolean isSkipMe() -
getStartWhile
-