eu.bandm.sig.absy
Class OApply

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

public class OApply
extends Operation


Field Summary
protected  Variable arg
           
protected  Variable fun
           
static Function<OApply,Variable> get_arg
           
static Function<OApply,Variable> get_fun
           
static Consumer<Variable,OApply> set_arg
           
static Consumer<Variable,OApply> set_fun
           
 
Fields inherited from class eu.bandm.sig.absy.Operation
get_out, out, set_out
 
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
OApply(Variable out, Variable fun, Variable arg)
           
 
Method Summary
 OApply doclone()
           
 Format format()
           
 Variable get_arg()
           
 Variable get_fun()
           
static String getFormatHint()
           
 OApply initFrom(Object o0)
           
 boolean set_arg(Variable val)
           
 boolean set_fun(Variable val)
           
 
Methods inherited from class eu.bandm.sig.absy.Operation
get_out, set_out
 
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 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
Constructor Detail

OApply

public OApply(Variable out,
              Variable fun,
              Variable arg)
Method Detail

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)