|
||||||||||
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.WhileStatementExecutor
public class WhileStatementExecutor
Field Summary |
---|
Fields inherited from class org.sintef.mofscript.runtime.statement.StatementExecutor |
---|
_breakContext, _env, _ownerRule, _statement |
Constructor Summary | |
---|---|
WhileStatementExecutor(MOFScriptStatement statement,
ExecutionEnvironment env,
RuleExecutor ownerRule)
|
Method Summary | |
---|---|
protected void |
addLocalVariables(WhileStatement whileSt,
ExecutionEnvironment env)
Adds local variables to the environment |
void |
breakExecuted(MOFScriptStatementOwner ownedContext)
BreakSTatementListener event operations |
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 WhileStatementExecutor(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
protected void addLocalVariables(WhileStatement whileSt, ExecutionEnvironment env)
whileSt
- env
- public void breakExecuted(MOFScriptStatementOwner ownedContext)
breakExecuted
in interface BreakStatementListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |