orc.ast.extended
Class Let

java.lang.Object
  extended by orc.ast.extended.Expression
      extended by orc.ast.extended.Let

public class Let
extends Expression


Nested Class Summary
 
Nested classes/interfaces inherited from class orc.ast.extended.Expression
Expression.Arg
 
Field Summary
 java.util.List<Expression> args
           
 
Constructor Summary
Let(Expression arg)
           
Let(java.util.List<Expression> args)
           
 
Method Summary
 Expression simplify()
          Simplify an expression which occurs in a call (non-nested) position.
 
Methods inherited from class orc.ast.extended.Expression
argify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

args

public java.util.List<Expression> args
Constructor Detail

Let

public Let(Expression arg)

Let

public Let(java.util.List<Expression> args)
Method Detail

simplify

public Expression simplify()
Description copied from class: Expression
Simplify an expression which occurs in a call (non-nested) position.

Specified by:
simplify in class Expression
Returns:
The simplified expression