eu.bandm.sig.absy
Class ELet
java.lang.Object
eu.bandm.sig.absy.Absy
eu.bandm.sig.absy.Expression
eu.bandm.sig.absy.ELet
- All Implemented Interfaces:
- Formattable, Cloneable
public class ELet
- extends Expression
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
constraint
protected Constraint constraint
get_constraint
public static final Function<ELet,Constraint> get_constraint
set_constraint
public static final Consumer<Constraint,ELet> set_constraint
body
protected Expression body
get_body
public static final Function<ELet,Expression> get_body
set_body
public static final Consumer<Expression,ELet> set_body
ELet
public ELet(Constraint constraint,
Expression body)
doclone
public ELet doclone()
- Overrides:
doclone
in class Expression
format
public Format format()
- Specified by:
format
in interface Formattable
- Overrides:
format
in class Expression
initFrom
public ELet initFrom(Object o0)
- Overrides:
initFrom
in class Expression
get_constraint
public Constraint get_constraint()
set_constraint
public boolean set_constraint(Constraint val)
get_body
public Expression get_body()
set_body
public boolean set_body(Expression val)