|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.mofscript.runtime.statement.StatementExecutor
org.eclipse.mofscript.runtime.statement.LoopStatementExecutor
org.eclipse.mofscript.runtime.statement.WhileStatementExecutor
public class WhileStatementExecutor
Class for execution of while statements
Field Summary |
---|
Fields inherited from class org.eclipse.mofscript.runtime.statement.StatementExecutor |
---|
_breakContext, _env, _ownerRule, _statement |
Constructor Summary | |
---|---|
WhileStatementExecutor(MOFScriptStatement statement,
ExecutionEnvironment env,
RuleExecutor ownerRule)
|
Method Summary | |
---|---|
java.lang.Object |
executeStatement(java.lang.Object rule_create)
Overrides superclass executeStatement |
Methods inherited from class org.eclipse.mofscript.runtime.statement.LoopStatementExecutor |
---|
breakExecuted, executeLoopBlock, handleReturn |
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
rule_create
-
MofScriptExecutionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |