|
||||||||||
| 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.BindingListAction
public final class BindingListAction
This class represents a for loop list binding action. A list binding action binds successive values in a object to a reference. Any object that can be viewed as a list is valid for this binding.
| Constructor Summary | |
|---|---|
BindingListAction(Ident a,
Action b)
Constructs a new list binding action, with the supplied Ident and object generating 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 BindingListAction(Ident a,
Action b)
a - Ident to bind values tob - Action which generates a list-viewable object to iterate
over
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||