ix.iscript
Class Let

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

public class Let
extends Expression

See Also:
Serialized Form

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

bindings

protected ix.iscript.ListOfBinding bindings

in

protected Expression in
Constructor Detail

Let

public Let()
Method Detail

getBindings

public ix.iscript.ListOfBinding getBindings()

setBindings

public void setBindings(ix.iscript.ListOfBinding bindings)

getIn

public Expression getIn()

setIn

public void setIn(Expression in)