eu.bandm.sig.absy
Class AggregateExpression

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

public class AggregateExpression
extends Expression


Field Summary
static Function<AggregateExpression,Boolean> get_open
           
protected  boolean open
           
static Consumer<Boolean,AggregateExpression> 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
AggregateExpression()
           
 
Method Summary
 AggregateExpression doclone()
           
 Format format()
           
 boolean get_open()
           
 AggregateExpression initFrom(Object o0)
           
 boolean set_open(boolean 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

open

protected boolean open

get_open

public static final Function<AggregateExpression,Boolean> get_open

set_open

public static final Consumer<Boolean,AggregateExpression> set_open
Constructor Detail

AggregateExpression

public AggregateExpression()
Method Detail

doclone

public AggregateExpression doclone()
Overrides:
doclone in class Expression

format

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

initFrom

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

get_open

public boolean get_open()

set_open

public boolean set_open(boolean val)