|
||||||||||
| 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.ForConditionWhereAction
public final class ForConditionWhereAction
This class represents a for loop where condition action. A where condition does not lead to termination of the loop, it simply skips to the next loop iteration.
| Constructor Summary | |
|---|---|
ForConditionWhereAction(Action a)
Constructs a new where condition action, with the supplied condition 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 ForConditionWhereAction(Action a)
a - the where condition action
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||