eu.bandm.sig.absy
Class Constant
java.lang.Object
eu.bandm.sig.absy.Absy
eu.bandm.sig.absy.Constant
- All Implemented Interfaces:
- Formattable, Cloneable
public class Constant
- extends Absy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
var
protected Variable var
get_var
public static final Function<Constant,Variable> get_var
set_var
public static final Consumer<Variable,Constant> set_var
net
protected Net net
get_net
public static final Function<Constant,Net> get_net
set_net
public static final Consumer<Net,Constant> set_net
Constant
public Constant(Variable var,
Net net)
doclone
public Constant doclone()
- Overrides:
doclone
in class Absy
getFormatHint
public static String getFormatHint()
format
public Format format()
- Specified by:
format
in interface Formattable
- Overrides:
format
in class Absy
initFrom
public Constant initFrom(Object o0)
- Overrides:
initFrom
in class Absy
get_var
public Variable get_var()
set_var
public boolean set_var(Variable val)
get_net
public Net get_net()
set_net
public boolean set_net(Net val)