eu.bandm.sig.absy
Class OApply
java.lang.Object
eu.bandm.sig.absy.Absy
eu.bandm.sig.absy.Operation
eu.bandm.sig.absy.OApply
- All Implemented Interfaces:
- Formattable, Cloneable
public class OApply
- extends Operation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fun
protected Variable fun
get_fun
public static final Function<OApply,Variable> get_fun
set_fun
public static final Consumer<Variable,OApply> set_fun
arg
protected Variable arg
get_arg
public static final Function<OApply,Variable> get_arg
set_arg
public static final Consumer<Variable,OApply> set_arg
OApply
public OApply(Variable out,
Variable fun,
Variable arg)
doclone
public OApply doclone()
- Overrides:
doclone
in class Operation
getFormatHint
public static String getFormatHint()
format
public Format format()
- Specified by:
format
in interface Formattable
- Overrides:
format
in class Operation
initFrom
public OApply initFrom(Object o0)
- Overrides:
initFrom
in class Operation
get_fun
public Variable get_fun()
set_fun
public boolean set_fun(Variable val)
get_arg
public Variable get_arg()
set_arg
public boolean set_arg(Variable val)