org.sintef.mofscript.runtime.statement
Class FunctionCallStatementExecutor

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

public class FunctionCallStatementExecutor
extends StatementExecutor


Field Summary
 
Fields inherited from class org.sintef.mofscript.runtime.statement.StatementExecutor
_breakContext, _env, _ownerRule, _statement
 
Constructor Summary
FunctionCallStatementExecutor(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

FunctionCallStatementExecutor

public FunctionCallStatementExecutor(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