public class ConditionChecker extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ERR_CODE_COMPILATION |
static int |
ERR_CODE_EVALUATION |
| Constructor and Description |
|---|
ConditionChecker(String conditionBody,
Element targetASTElement) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkCondition(VMEvaluationStepper mainEvaluator) |
Object |
evaluate(VMEvaluationStepper mainEvaluator) |
EClassifier |
getConditionType() |
public static final int ERR_CODE_COMPILATION
public static final int ERR_CODE_EVALUATION
public Object evaluate(VMEvaluationStepper mainEvaluator) throws CoreException
CoreExceptionpublic boolean checkCondition(VMEvaluationStepper mainEvaluator) throws CoreException
CoreExceptionpublic EClassifier getConditionType()
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.