|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sintef.mofscript.runtime.statement.StatementExecutor
org.sintef.mofscript.runtime.statement.BreakStatementExecutor
public class BreakStatementExecutor
Executes break statements
Field Summary |
---|
Fields inherited from class org.sintef.mofscript.runtime.statement.StatementExecutor |
---|
_breakContext, _env, _ownerRule, _statement |
Constructor Summary | |
---|---|
BreakStatementExecutor(MOFScriptStatement statement,
ExecutionEnvironment env,
RuleExecutor ownerRule)
Constructor |
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 BreakStatementExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor ownerRule)
statement
- env
- ownerRule
- Method Detail |
---|
public java.lang.Object executeStatement(java.lang.Object rule_create) throws MofScriptExecutionException
executeStatement
in class StatementExecutor
rule_create
-
MofScriptExecutionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |