|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ExecutionEnvironment in org.eclipse.mofscript.runtime |
---|
Fields in org.eclipse.mofscript.runtime declared as ExecutionEnvironment | |
---|---|
protected ExecutionEnvironment |
RuleExecutor._env
|
protected ExecutionEnvironment |
ExecutionEnvironment._parentEnv
|
protected ExecutionEnvironment |
ExecutionManager._rootEnv
|
Methods in org.eclipse.mofscript.runtime that return ExecutionEnvironment | |
---|---|
static ExecutionEnvironment |
MofScriptExecuterFactory.createExecutionEnvironment()
Creates the correct environment based on the getUseTracebility() |
ExecutionEnvironment |
RuleExecutionStack.getCurrentEnvironment()
Looks at the object at the top of the env stack without removing it from the stack. |
ExecutionEnvironment |
RuleExecutor.getExecutionEnvironment()
|
ExecutionEnvironment |
ExecutionEnvironment.getParentEnvironment()
Gets the execution environment's parent environment |
ExecutionEnvironment |
RuleExecutionStack.peekParent()
|
ExecutionEnvironment |
RuleExecutionStack.popEnvironment()
Gets the environment on top of the stack, returns it and removes it from the env stack |
Methods in org.eclipse.mofscript.runtime with parameters of type ExecutionEnvironment | |
---|---|
static ExpressionEvaluator |
MofScriptExecuterFactory.createExpressionExecutor(Expression exp,
ExecutionEnvironment env,
RuleExecutor ownerRuleExecutor)
|
static StatementExecutor |
MofScriptExecuterFactory.createStatementExecutor(MOFScriptStatement statement,
ExecutionEnvironment env,
RuleExecutor ownerRuleExecutor)
|
void |
RuleExecutionStack.pushEnvironment(ExecutionEnvironment env)
|
void |
RuleExecutor.setExecutionEnvironment(ExecutionEnvironment env)
|
void |
ExecutionEnvironment.setParentEnvironment(ExecutionEnvironment parent)
Sets the parent environment |
void |
RuleExecutionStack.synchronize(ExecutionEnvironment env)
Removes any accidentally unremoved environments. |
Uses of ExecutionEnvironment in org.eclipse.mofscript.runtime.expression |
---|
Fields in org.eclipse.mofscript.runtime.expression declared as ExecutionEnvironment | |
---|---|
protected ExecutionEnvironment |
ExpressionEvaluator._env
|
Uses of ExecutionEnvironment in org.eclipse.mofscript.runtime.statement |
---|
Fields in org.eclipse.mofscript.runtime.statement declared as ExecutionEnvironment | |
---|---|
protected ExecutionEnvironment |
StatementExecutor._env
|
Methods in org.eclipse.mofscript.runtime.statement with parameters of type ExecutionEnvironment | |
---|---|
protected void |
IteratorStatementExecutor.executeContainedStatements(IteratorStatement itstatement,
ExecutionEnvironment itEnv,
java.lang.Object rule_create)
Executes contained statements |
protected java.lang.Object |
IteratorStatementExecutor.getBetweenValue(IteratorStatement itstatement,
ExecutionEnvironment itEnv)
Gets the betweem Value |
protected void |
IteratorStatementExecutor.handleIntegerIterator(IteratorStatement itstatement,
int intValue,
java.lang.String forname,
Variable iteratorVariable,
ExecutionEnvironment itEnv,
java.lang.Object rule_create)
Iterator for an integer |
protected void |
IteratorStatementExecutor.handleStringIterator(IteratorStatement itstatement,
java.lang.String strBuf,
java.lang.String forname,
Variable iteratorVariable,
ExecutionEnvironment itEnv,
java.lang.Object rule_create)
Iterator for a String buffer |
Uses of ExecutionEnvironment in org.eclipse.mofscript.runtime.traceability |
---|
Subclasses of ExecutionEnvironment in org.eclipse.mofscript.runtime.traceability | |
---|---|
class |
TraceabilityEnvironment
The Traceability Environment is used to provide extra functionality to the environment when traceability is turned on. |
Constructors in org.eclipse.mofscript.runtime.traceability with parameters of type ExecutionEnvironment | |
---|---|
TraceabilityFunctionCallEvaluator(Expression expression,
ExecutionEnvironment env,
RuleExecutor ownerRuleExecutor)
|
|
TraceabilityGenAssignmentExec(MOFScriptStatement statement,
ExecutionEnvironment env,
RuleExecutor ownerRule)
|
|
TraceabilityReferenceEvaluator(Expression expression,
ExecutionEnvironment env,
RuleExecutor ownerRuleExecutor)
Constructor |
Uses of ExecutionEnvironment in org.eclipse.mofscript.runtime.uml2Extensions |
---|
Constructors in org.eclipse.mofscript.runtime.uml2Extensions with parameters of type ExecutionEnvironment | |
---|---|
UMLFunctionCallEvaluator(Expression expression,
ExecutionEnvironment env,
RuleExecutor ownerRuleExecutor)
constructor |
|
UMLTraceabilityFunctionCallEvaluator(Expression expression,
ExecutionEnvironment env,
RuleExecutor ownerRuleExecutor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |