eu.bandm.sig.absy
Class ESelect

java.lang.Object
  extended by eu.bandm.sig.absy.Absy
      extended by eu.bandm.sig.absy.Expression
          extended by eu.bandm.sig.absy.ESelect
All Implemented Interfaces:
Formattable, Cloneable

public class ESelect
extends Expression


Field Summary
protected  Expression body
           
static Function<ESelect,Expression> get_body
           
static Function<ESelect,Label> get_selector
           
protected  Label selector
           
static Consumer<Expression,ESelect> set_body
           
static Consumer<Label,ESelect> set_selector
           
 
Fields inherited from class eu.bandm.sig.absy.Expression
get_type, set_type, type
 
Fields inherited from class eu.bandm.sig.absy.Absy
get_location, location, set_location
 
Fields inherited from interface eu.bandm.tools.format.Formattable
format
 
Constructor Summary
ESelect(Label selector, Expression body)
           
 
Method Summary
 ESelect doclone()
           
 Format format()
           
 Expression get_body()
           
 Label get_selector()
           
static String getFormatHint()
           
 ESelect initFrom(Object o0)
           
 boolean set_body(Expression val)
           
 boolean set_selector(Label val)
           
 
Methods inherited from class eu.bandm.sig.absy.Expression
get_type, set_type
 
Methods inherited from class eu.bandm.sig.absy.Absy
get_location, set_location
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ESelect

public ESelect(Label selector,
               Expression body)
Method Detail

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)