|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.mofscript.runtime.expression.ExpressionEvaluator
org.eclipse.mofscript.runtime.expression.ArithmeticExpressionEvaluator
public class ArithmeticExpressionEvaluator
Handles the arithmetic expressions
Constructor Summary | |
---|---|
ArithmeticExpressionEvaluator(Expression expression,
ExecutionEnvironment env,
RuleExecutor ownerRule)
Constructor |
Method Summary |
---|
Methods inherited from class org.eclipse.mofscript.runtime.expression.ExpressionEvaluator |
---|
evaluateExpression, getExpression, getOwnerRule, resetPosisionCounter |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArithmeticExpressionEvaluator(Expression expression, ExecutionEnvironment env, RuleExecutor ownerRule)
expression
- The expression to be evaluatedenv
- The ExecutionEnvironmentownerRule
- The rule executor that owns the expression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |