org.sintef.mofscript.runtime.statement
Class CreateStatementExecutor

java.lang.Object
  extended by org.sintef.mofscript.runtime.statement.StatementExecutor
      extended by org.sintef.mofscript.runtime.statement.CreateStatementExecutor
All Implemented Interfaces:
MofScriptExecuter

public class CreateStatementExecutor
extends StatementExecutor


Field Summary
 
Fields inherited from class org.sintef.mofscript.runtime.statement.StatementExecutor
_breakContext, _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

CreateStatementExecutor

public CreateStatementExecutor(MOFScriptStatement statement,
                               ExecutionEnvironment env,
                               RuleExecutor ownerRule)
Method Detail

executeStatement

public java.lang.Object executeStatement(java.lang.Object rule_create)
                                  throws MofScriptExecutionException
Overrides superclass executeStatement

Overrides:
executeStatement in class StatementExecutor
Throws:
MofScriptExecutionException