|
||||||||||
| 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.BindingMapAction
public final class BindingMapAction
This class represents a for loop map binding action. A map binding action binds successive key-value pairs from a map to given Idents.
| Constructor Summary | |
|---|---|
BindingMapAction(Ident k,
Ident v,
Action b)
Constructs a new map binding action, with the supplied key and value Idents 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 BindingMapAction(Ident k,
Ident v,
Action b)
k - Ident to bind keys tov - Ident to bind values tob - Action which generates a map-viewable object to iterate over
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||