eu.bandm.sig.absy
Class EApply

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

public class EApply
extends Expression


Field Summary
protected  Expression arg
           
protected  Expression fun
           
static Function<EApply,Expression> get_arg
           
static Function<EApply,Expression> get_fun
           
static Consumer<Expression,EApply> set_arg
           
static Consumer<Expression,EApply> set_fun
           
 
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
EApply(Expression fun, Expression arg)
           
 
Method Summary
 EApply doclone()
           
 Format format()
           
 Expression get_arg()
           
 Expression get_fun()
           
static String getFormatHint()
           
 EApply initFrom(Object o0)
           
 boolean set_arg(Expression val)
           
 boolean set_fun(Expression 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

fun

protected Expression fun

get_fun

public static final Function<EApply,Expression> get_fun

set_fun

public static final Consumer<Expression,EApply> set_fun

arg

protected Expression arg

get_arg

public static final Function<EApply,Expression> get_arg

set_arg

public static final Consumer<Expression,EApply> set_arg
Constructor Detail

EApply

public EApply(Expression fun,
              Expression arg)
Method Detail

doclone

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

get_fun

public Expression get_fun()

set_fun

public boolean set_fun(Expression val)

get_arg

public Expression get_arg()

set_arg

public boolean set_arg(Expression val)