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