eu.bandm.sig.absy
Class OCast
java.lang.Object
eu.bandm.sig.absy.Absy
eu.bandm.sig.absy.Operation
eu.bandm.sig.absy.OCast
- All Implemented Interfaces:
- Formattable, Cloneable
public class OCast
- extends Operation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
in
protected Variable in
get_in
public static final Function<OCast,Variable> get_in
set_in
public static final Consumer<Variable,OCast> set_in
from
protected Type from
get_from
public static final Function<OCast,Type> get_from
set_from
public static final Consumer<Type,OCast> set_from
to
protected Type to
get_to
public static final Function<OCast,Type> get_to
set_to
public static final Consumer<Type,OCast> set_to
OCast
public OCast(Variable out,
Variable in,
Type from,
Type to)
doclone
public OCast doclone()
- Overrides:
doclone
in class Operation
format
public Format format()
- Specified by:
format
in interface Formattable
- Overrides:
format
in class Operation
initFrom
public OCast initFrom(Object o0)
- Overrides:
initFrom
in class Operation
get_in
public Variable get_in()
set_in
public boolean set_in(Variable val)
get_from
public Type get_from()
set_from
public boolean set_from(Type val)
get_to
public Type get_to()
set_to
public boolean set_to(Type val)