eu.bandm.sig.absy
Class LetExpr
java.lang.Object
   eu.bandm.sig.absy.Expr
eu.bandm.sig.absy.Expr
       eu.bandm.sig.absy.LetExpr
eu.bandm.sig.absy.LetExpr
- All Implemented Interfaces: 
- Cloneable
- public class LetExpr 
- extends Expr
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
equations
protected CheckedList<Equation> equations
get_equations
public static Function<LetExpr,CheckedList<Equation>> get_equations
body
protected Expr body
get_body
public static Function<LetExpr,Expr> get_body
LetExpr
public LetExpr(Expr body)
LetExpr
protected LetExpr()
doclone
public LetExpr doclone()
- 
- Overrides:
- doclonein class- Expr
 
- 
 
getFormatHint
public static String getFormatHint()
- 
 
initFrom
public LetExpr initFrom(Object o0)
- 
- Overrides:
- initFromin class- Expr
 
- 
 
get_equations
public CheckedList<Equation> get_equations()
- 
 
set_equations
public void set_equations(CheckedList<Equation> val)
- 
 
descend_equations
public void descend_equations(MATCH_ONLY_00 visitor)
- 
 
get_body
public Expr get_body()
- 
 
set_body
public void set_body(Expr val)
-