eu.bandm.sig.absy
Class VNamed
java.lang.Object
eu.bandm.sig.absy.Absy
eu.bandm.sig.absy.Variable
eu.bandm.sig.absy.VNamed
- All Implemented Interfaces:
- Formattable, Cloneable
public class VNamed
- extends Variable
BASE_HASH
protected static final int BASE_HASH
name
protected String name
get_name
public static final Function<VNamed,String> get_name
set_name
public static final Consumer<String,VNamed> set_name
VNamed
public VNamed(String name)
doclone
public VNamed doclone()
- Overrides:
doclone
in class Variable
format
public Format format()
- Specified by:
format
in interface Formattable
- Overrides:
format
in class Variable
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object e0)
- Overrides:
equals
in class Object
x_equals
public boolean x_equals(VNamed e0)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
initFrom
public VNamed initFrom(Object o0)
- Overrides:
initFrom
in class Variable
get_name
public String get_name()
with_name
public VNamed with_name(String val)