eu.bandm.sig.absy
Class Selection
java.lang.Object
eu.bandm.sig.absy.Expr
eu.bandm.sig.absy.Selection
- All Implemented Interfaces:
- Cloneable
public class Selection
- extends Expr
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
body
protected Expr body
get_body
public static Function<Selection,Expr> get_body
selector
protected Label selector
get_selector
public static Function<Selection,Label> get_selector
Selection
public Selection(Expr body,
Label selector)
Selection
protected Selection()
doclone
public Selection doclone()
- Overrides:
doclone
in class Expr
getFormatHint
public static String getFormatHint()
initFrom
public Selection initFrom(Object o0)
- Overrides:
initFrom
in class Expr
get_body
public Expr get_body()
set_body
public void set_body(Expr val)
get_selector
public Label get_selector()
set_selector
public void set_selector(Label val)