java.lang.Objectorg.sintef.mofscript.runtime.expression.ExpressionEvaluator
org.sintef.mofscript.runtime.expression.LogicalExpressionEvaluator
public class LogicalExpressionEvaluator
Field Summary |
---|
Fields inherited from class org.sintef.mofscript.runtime.expression.ExpressionEvaluator |
---|
_env, _expression, _ownerRuleExecutor, _positionCounter |
Constructor Summary | |
---|---|
LogicalExpressionEvaluator(Expression expression,
ExecutionEnvironment env,
RuleExecutor ownerRuleExecutor)
|
Method Summary | |
---|---|
protected java.lang.Object |
evaluate(java.lang.Object inputObject)
Evaluate the Logical Expression |
Methods inherited from class org.sintef.mofscript.runtime.expression.ExpressionEvaluator |
---|
evaluateExpression, resetPosisionCounter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogicalExpressionEvaluator(Expression expression, ExecutionEnvironment env, RuleExecutor ownerRuleExecutor)
Method Detail |
---|
protected java.lang.Object evaluate(java.lang.Object inputObject) throws MofScriptExecutionException
evaluate
in class ExpressionEvaluator
MofScriptExecutionException