|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectix.iscript.Expression
ix.iscript.Let
public class Let
| Field Summary | |
|---|---|
protected ix.iscript.ListOfBinding |
bindings
|
protected Expression |
in
|
| Fields inherited from class ix.iscript.Expression |
|---|
outputter |
| Constructor Summary | |
|---|---|
Let()
|
|
| Method Summary | |
|---|---|
ix.iscript.ListOfBinding |
getBindings()
|
Expression |
getIn()
|
void |
setBindings(ix.iscript.ListOfBinding bindings)
|
void |
setIn(Expression in)
|
| Methods inherited from class ix.iscript.Expression |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ix.iscript.ListOfBinding bindings
protected Expression in
| Constructor Detail |
|---|
public Let()
| Method Detail |
|---|
public ix.iscript.ListOfBinding getBindings()
public void setBindings(ix.iscript.ListOfBinding bindings)
public Expression getIn()
public void setIn(Expression in)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||