|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.mofscript.runtime.statement.StatementExecutor
public class StatementExecutor
The statement executor executes MofScript statements
Constructor Summary | |
---|---|
StatementExecutor(MOFScriptStatement statement,
ExecutionEnvironment env,
RuleExecutor ownerRule)
Constructor |
Method Summary | |
---|---|
java.lang.Object |
executeStatement(java.lang.Object rule_create)
executeStatement - executes the current statement; Overridden by sub classes |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatementExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor ownerRule)
statement
- env
- ownerRule
- Method Detail |
---|
public java.lang.Object executeStatement(java.lang.Object rule_create) throws MofScriptExecutionException
rule_create
-
MofScriptExecutionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |