eu.bandm.sig.absy
Class EFun

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

public class EFun
extends Expression


Field Summary
static Function<EFun,Rule> get_rule
           
protected  Rule rule
           
static Consumer<Rule,EFun> set_rule
           
 
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
EFun(Rule rule)
           
 
Method Summary
 EFun doclone()
           
 Format format()
           
 Rule get_rule()
           
static String getFormatHint()
           
 EFun initFrom(Object o0)
           
 boolean set_rule(Rule 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

rule

protected Rule rule

get_rule

public static final Function<EFun,Rule> get_rule

set_rule

public static final Consumer<Rule,EFun> set_rule
Constructor Detail

EFun

public EFun(Rule rule)
Method Detail

doclone

public EFun 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 EFun initFrom(Object o0)
Overrides:
initFrom in class Expression

get_rule

public Rule get_rule()

set_rule

public boolean set_rule(Rule val)