|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.action.Action
org.millscript.millscript.action.ForConditionAction
org.millscript.millscript.action.ForConditionWhileAction
public final class ForConditionWhileAction
This class represents a for loop while condition action. A while condition loops while the expression is true, then executes the termination expression and terminates the loop.
| Constructor Summary | |
|---|---|
ForConditionWhileAction(Action a,
Action b)
Constructs a new while condition action, with the supplied condition and termination action. |
|
| Method Summary |
|---|
| Methods inherited from class org.millscript.millscript.action.ForConditionAction |
|---|
action, setFinallyAction |
| Methods inherited from class org.millscript.millscript.action.Action |
|---|
act, act1, getLineNumber, getOrigin, predAct, setContext, setLineNumber, setOrigin |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ForConditionWhileAction(Action a,
Action b)
a - the while condition actionb - the termination(finally) action
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||