|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sintef.mofscript.runtime.statement.StatementExecutor
public class StatementExecutor
Field Summary | |
---|---|
protected ExecutionEnvironment |
_env
|
protected RuleExecutor |
_ownerRule
|
protected MOFScriptStatement |
_statement
|
Constructor Summary | |
---|---|
StatementExecutor(MOFScriptStatement statement,
ExecutionEnvironment env,
RuleExecutor ownerRule)
|
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected MOFScriptStatement _statement
protected ExecutionEnvironment _env
protected RuleExecutor _ownerRule
Constructor Detail |
---|
public StatementExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor 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 |