|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sintef.mofscript.runtime.expression.ExpressionEvaluator
org.sintef.mofscript.runtime.expression.SimpleExpressionEvaluator
org.sintef.mofscript.runtime.expression.LiteralEvaluator
public class LiteralEvaluator
Handles literal expressions
Field Summary |
---|
Fields inherited from class org.sintef.mofscript.runtime.expression.ExpressionEvaluator |
---|
_env, _expression, _ownerRuleExecutor, _positionCounter, _referenceStringLength, _stringPosCounter |
Constructor Summary | |
---|---|
LiteralEvaluator(Expression expression,
ExecutionEnvironment env,
RuleExecutor ownerRuleExecutor)
Constructor |
Method Summary | |
---|---|
protected java.lang.Object |
evaluateSimple(java.lang.Object inputObject)
Evaluates simple |
Methods inherited from class org.sintef.mofscript.runtime.expression.SimpleExpressionEvaluator |
---|
checkAdditionalExpressionParts, evaluate, handleAdditionalFunction, handleStringFunction |
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 LiteralEvaluator(Expression expression, ExecutionEnvironment env, RuleExecutor ownerRuleExecutor)
expression
- The expression to be evaluatedenv
- The ExecutionEnvironmentownerRuleExecutor
- The rule executor that owns the expressionMethod Detail |
---|
protected java.lang.Object evaluateSimple(java.lang.Object inputObject)
evaluateSimple
in class SimpleExpressionEvaluator
inputObject
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |