public class WhileStatementEvaluator extends LoopEvaluator
| Constructor and Description |
|---|
WhileStatementEvaluator(Evaluator conditionEvaluator,
Evaluator bodyEvaluator,
java.lang.String labelName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
evaluate(EvaluationContextImpl context) |
Modifier |
getModifier()
In order to obtain a modifier the expression must be evaluated first
|
body, evaluateBody, getLabelNamepublic Modifier getModifier()
Evaluatorpublic java.lang.Object evaluate(EvaluationContextImpl context) throws EvaluateException
EvaluateException