|
||||||||||
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.SelectExpressionEvaluator
public class SelectExpressionEvaluator
Field Summary |
---|
Fields inherited from class org.sintef.mofscript.runtime.expression.ExpressionEvaluator |
---|
_env, _expression, _ownerRuleExecutor, _positionCounter, _referenceStringLength, _stringPosCounter |
Constructor Summary | |
---|---|
SelectExpressionEvaluator(Expression expression,
ExecutionEnvironment env,
RuleExecutor ownerRuleExecutor)
|
Method Summary | |
---|---|
protected java.lang.Object |
evaluate(java.lang.Object inputObject)
To be defined by subclasses - the actual evaluation of the expression |
protected org.eclipse.emf.ecore.EClass |
getEClassForEObject(java.lang.String metaModelRef,
org.eclipse.emf.ecore.EObject eobj)
NB - Copied from IteratorStatementExecutor (TODO: refactor) |
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 SelectExpressionEvaluator(Expression expression, ExecutionEnvironment env, RuleExecutor ownerRuleExecutor)
Method Detail |
---|
protected java.lang.Object evaluate(java.lang.Object inputObject) throws MofScriptExecutionException
ExpressionEvaluator
evaluate
in class ExpressionEvaluator
MofScriptExecutionException
protected org.eclipse.emf.ecore.EClass getEClassForEObject(java.lang.String metaModelRef, org.eclipse.emf.ecore.EObject eobj)
metaModelRef
- eobj
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |