Uses of Class
org.sintef.mofscript.runtime.RuleExecutor

Packages that use RuleExecutor
org.sintef.mofscript.runtime   
org.sintef.mofscript.runtime.expression   
org.sintef.mofscript.runtime.statement   
org.sintef.mofscript.runtime.traceability   
org.sintef.mofscript.uml2Extensions.runtime   
 

Uses of RuleExecutor in org.sintef.mofscript.runtime
 

Methods in org.sintef.mofscript.runtime with parameters of type RuleExecutor
static ExpressionEvaluator MofScriptExecuterFactory.createExpressionExecutor(Expression exp, ExecutionEnvironment env, RuleExecutor ownerRuleExecutor)
           
static StatementExecutor MofScriptExecuterFactory.createStatementExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor ownerRuleExecutor)
           
 

Uses of RuleExecutor in org.sintef.mofscript.runtime.expression
 

Fields in org.sintef.mofscript.runtime.expression declared as RuleExecutor
protected  RuleExecutor ExpressionEvaluator._ownerRuleExecutor
           
 

Constructors in org.sintef.mofscript.runtime.expression with parameters of type RuleExecutor
ArithmeticExpressionEvaluator(Expression expression, ExecutionEnvironment env, RuleExecutor ownerRule)
          Constructor
ComparisonExpressionEvaluator(Expression expression, ExecutionEnvironment env, RuleExecutor ownerRuleExecutor)
          Constructor
ExpressionEvaluator(Expression expression, ExecutionEnvironment env, RuleExecutor ownerRuleExecutor)
          Constructor
FunctionCallEvaluator(Expression expression, ExecutionEnvironment env, RuleExecutor ownerRuleExecutor)
          Constructor
LiteralEvaluator(Expression expression, ExecutionEnvironment env, RuleExecutor ownerRuleExecutor)
          Constructor
LogicalExpressionEvaluator(Expression expression, ExecutionEnvironment env, RuleExecutor ownerRuleExecutor)
          Constructor
NullEvaluator(Expression expression, ExecutionEnvironment env, RuleExecutor ownerRuleExecutor)
          Constructor
ReferenceEvaluator(Expression expression, ExecutionEnvironment env, RuleExecutor ownerRuleExecutor)
          Constructor
SimpleExpressionEvaluator(Expression expression, ExecutionEnvironment env, RuleExecutor ownerRuleExecutor)
          Constructor
 

Uses of RuleExecutor in org.sintef.mofscript.runtime.statement
 

Fields in org.sintef.mofscript.runtime.statement declared as RuleExecutor
protected  RuleExecutor StatementExecutor._ownerRule
           
 

Constructors in org.sintef.mofscript.runtime.statement with parameters of type RuleExecutor
BreakStatementExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor ownerRule)
          Constructor
CreateStatementExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor ownerRule)
          Constructor
FileStatementExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor ownerRule)
          Constructor
FunctionCallStatementExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor ownerRule)
          Constructor
GeneralAssignmentExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor ownerRule)
          Constructor
IfStatementExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor ownerRule)
          Constructor
IteratorStatementExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor ownerRule)
          Constructor
PrintStatementExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor ownerRule)
          Constructor
ResultAssignmentExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor ownerRule)
          Constructor
StatementExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor ownerRule)
          Constructor
WhileStatementExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor ownerRule)
           
 

Uses of RuleExecutor in org.sintef.mofscript.runtime.traceability
 

Methods in org.sintef.mofscript.runtime.traceability with parameters of type RuleExecutor
 void TraceabilityEnvironment.createTrace(int offset, int refLength, org.eclipse.emf.ecore.EObject object, java.lang.String feature, RuleExecutor rExec)
          creates a trace
 

Constructors in org.sintef.mofscript.runtime.traceability with parameters of type RuleExecutor
TraceabilityReferenceEvaluator(Expression expression, ExecutionEnvironment env, RuleExecutor ownerRuleExecutor)
          Constructor
 

Uses of RuleExecutor in org.sintef.mofscript.uml2Extensions.runtime
 

Constructors in org.sintef.mofscript.uml2Extensions.runtime with parameters of type RuleExecutor
UMLFunctionCallEvaluator(Expression expression, ExecutionEnvironment env, RuleExecutor ownerRuleExecutor)
          constructor