|
||||||||||
| 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.BindingFromAction
public final class BindingFromAction
This class represents a for loop from counter binding action. A from counter action binds a counter to a name, where the counter increases on each iteration. This condition should never cause the for loop to terminate, as the counter should continue to infinity.
| Constructor Summary | |
|---|---|
BindingFromAction(Ident a,
Action b)
Constructs a new from counter binding action, with the supplied ident and starting point 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 BindingFromAction(Ident a,
Action b)
a - Ident of the variable this action is bound tob - Action which generates starting point for the counter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||