eu.bandm.sig.absy
Class ECotuple

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

public class ECotuple
extends AggregateExpression


Field Summary
protected  Expression body
           
static Function<ECotuple,Expression> get_body
           
static Function<ECotuple,Label> get_selector
           
protected  Label selector
           
static Consumer<Expression,ECotuple> set_body
           
static Consumer<Label,ECotuple> set_selector
           
 
Fields inherited from class eu.bandm.sig.absy.AggregateExpression
get_open, open, set_open
 
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
ECotuple(Label selector, Expression body)
           
 
Method Summary
 ECotuple doclone()
           
 Format format()
           
 Expression get_body()
           
 Label get_selector()
           
static String getFormatHint()
           
 ECotuple initFrom(Object o0)
           
 boolean set_body(Expression val)
           
 boolean set_selector(Label val)
           
 
Methods inherited from class eu.bandm.sig.absy.AggregateExpression
get_open, set_open
 
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<ECotuple,Label> get_selector

set_selector

public static final Consumer<Label,ECotuple> set_selector

body

protected Expression body

get_body

public static final Function<ECotuple,Expression> get_body

set_body

public static final Consumer<Expression,ECotuple> set_body
Constructor Detail

ECotuple

public ECotuple(Label selector,
                Expression body)
Method Detail

doclone

public ECotuple doclone()
Overrides:
doclone in class AggregateExpression

getFormatHint

public static String getFormatHint()

format

public Format format()
Specified by:
format in interface Formattable
Overrides:
format in class AggregateExpression

initFrom

public ECotuple initFrom(Object o0)
Overrides:
initFrom in class AggregateExpression

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)