ix.iscript
Class Lambda

java.lang.Object
  extended by ix.iscript.Expression
      extended by ix.iscript.Lambda
All Implemented Interfaces:
java.io.Serializable

public class Lambda
extends Expression

See Also:
Serialized Form

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

parameters

protected ix.util.ListOfName parameters

in

protected Expression in
Constructor Detail

Lambda

public Lambda()
Method Detail

getParameters

public ix.util.ListOfName getParameters()

setParameters

public void setParameters(ix.util.ListOfName parameters)

getIn

public Expression getIn()

setIn

public void setIn(Expression in)