|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectix.iscript.Expression
ix.iscript.Lambda
public class Lambda
| Field Summary | |
|---|---|
protected Expression |
in
|
protected ix.util.ListOfName |
parameters
|
| Fields inherited from class ix.iscript.Expression |
|---|
outputter |
| Constructor Summary | |
|---|---|
Lambda()
|
|
| Method Summary | |
|---|---|
Expression |
getIn()
|
ix.util.ListOfName |
getParameters()
|
void |
setIn(Expression in)
|
void |
setParameters(ix.util.ListOfName parameters)
|
| 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.util.ListOfName parameters
protected Expression in
| Constructor Detail |
|---|
public Lambda()
| Method Detail |
|---|
public ix.util.ListOfName getParameters()
public void setParameters(ix.util.ListOfName parameters)
public Expression getIn()
public void setIn(Expression in)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||