public class DoWhileStatementEvaluator extends LoopEvaluator
| Constructor and Description | 
|---|
| DoWhileStatementEvaluator(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