public abstract class LoopEvaluator extends java.lang.Object implements Evaluator
Constructor and Description |
---|
LoopEvaluator(java.lang.String labelName,
Evaluator bodyEvaluator) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
body(EvaluationContextImpl context) |
protected void |
evaluateBody(EvaluationContextImpl context) |
java.lang.String |
getLabelName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
evaluate, getModifier
public LoopEvaluator(java.lang.String labelName, Evaluator bodyEvaluator)
protected boolean body(EvaluationContextImpl context) throws EvaluateException
EvaluateException
public java.lang.String getLabelName()
protected void evaluateBody(EvaluationContextImpl context) throws EvaluateException
EvaluateException