java.lang.Objectorg.sintef.mofscript.runtime.statement.StatementExecutor
org.sintef.mofscript.runtime.statement.CreateStatementExecutor
public class CreateStatementExecutor
Field Summary |
---|
Fields inherited from class org.sintef.mofscript.runtime.statement.StatementExecutor |
---|
_env, _ownerRule, _statement |
Constructor Summary | |
---|---|
CreateStatementExecutor(MOFScriptStatement statement,
ExecutionEnvironment env,
RuleExecutor ownerRule)
|
Method Summary | |
---|---|
java.lang.Object |
executeStatement(java.lang.Object rule_create)
Overrides superclass executeStatement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreateStatementExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor ownerRule)
Method Detail |
---|
public java.lang.Object executeStatement(java.lang.Object rule_create) throws MofScriptExecutionException
executeStatement
in class StatementExecutor
MofScriptExecutionException