|
||||||||||
| 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.BindingAction
org.millscript.millscript.action.BindingFromToAction
public final class BindingFromToAction
This class represents a for loop from-to counter binding action. A from-to counter action binds a counter to a name, where the counter increases on each iteration, up to a specified value. This condition will cause the for loop to terminate when the counter reaches the end value.
| Constructor Summary | |
|---|---|
BindingFromToAction(Ident a,
Action b,
Action c)
Constructs a new from-to counter binding action, with the suplied name, starting point and end point actions. |
|
| 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 BindingFromToAction(Ident a,
Action b,
Action c)
a - Ident of the variable this action is bound tob - Action which generates the starting point for the counterc - Action which generates the end point for the counter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||