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)
           
ComparisonExpressionEvaluator(Expression expression, ExecutionEnvironment env, RuleExecutor ownerRuleExecutor)
           
ExpressionEvaluator(Expression expression, ExecutionEnvironment env, RuleExecutor ownerRuleExecutor)
           
FunctionCallEvaluator(Expression expression, ExecutionEnvironment env, RuleExecutor ownerRuleExecutor)
           
LiteralEvaluator(Expression expression, ExecutionEnvironment env, RuleExecutor ownerRuleExecutor)
           
LogicalExpressionEvaluator(Expression expression, ExecutionEnvironment env, RuleExecutor ownerRuleExecutor)
           
NullEvaluator(Expression expression, ExecutionEnvironment env, RuleExecutor ownerRuleExecutor)
           
ReferenceEvaluator(Expression expression, ExecutionEnvironment env, RuleExecutor ownerRuleExecutor)
           
SimpleExpressionEvaluator(Expression expression, ExecutionEnvironment env, RuleExecutor ownerRuleExecutor)
           
 

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)
           
CreateStatementExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor ownerRule)
           
FileStatementExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor ownerRule)
           
FunctionCallStatementExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor ownerRule)
           
GeneralAssignmentExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor ownerRule)
           
IfStatementExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor ownerRule)
           
IteratorStatementExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor ownerRule)
           
PrintStatementExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor ownerRule)
           
ResultAssignmentExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor ownerRule)
           
StatementExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor ownerRule)
           
WhileStatementExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor ownerRule)
           
 

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

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

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