eu.bandm.sig.absy
Class EApply
java.lang.Object
eu.bandm.sig.absy.Absy
eu.bandm.sig.absy.Expression
eu.bandm.sig.absy.EApply
- All Implemented Interfaces:
- Formattable, Cloneable
public class EApply
- extends Expression
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
EApply
public EApply(Expression fun,
Expression arg)
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)