|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.expr.Expr<A>
org.millscript.millscript.expr.ForConditionExpr<A>
org.millscript.millscript.expr.BindingExpr<A>
public abstract class BindingExpr<A extends BindingAction>
This class represents a for loop binding condition expression. A binding expression binds successive items from something to a name, on each successive iteration of the loop. It is also a condition in the sense that the for loop iteration is conditonal on there being more items to bind to.
BindingAction| Constructor Summary | |
|---|---|
BindingExpr()
|
|
| Method Summary |
|---|
| Methods inherited from class org.millscript.millscript.expr.Expr |
|---|
arity, compile, compileIt, isIntegerExpr, resolve, resolveList, setLineNumber, setOrigin, show, show |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BindingExpr()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||