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, waitevaluate, getModifierpublic LoopEvaluator(java.lang.String labelName,
Evaluator bodyEvaluator)
protected boolean body(EvaluationContextImpl context) throws EvaluateException
EvaluateExceptionpublic java.lang.String getLabelName()
protected void evaluateBody(EvaluationContextImpl context) throws EvaluateException
EvaluateException