eu.bandm.sig.absy
Class TypeVariable
java.lang.Object
eu.bandm.sig.absy.Absy
eu.bandm.sig.absy.Type
eu.bandm.sig.absy.TypeVariable
- All Implemented Interfaces:
- Formattable, Cloneable
public class TypeVariable
- extends Type
Methods inherited from class eu.bandm.sig.absy.Type |
format |
id
protected Object id
get_id
public static Function<TypeVariable,Object> get_id
name
protected String name
get_name
public static Function<TypeVariable,String> get_name
TypeVariable
public TypeVariable(Object id,
String name)
TypeVariable
protected TypeVariable()
doclone
public TypeVariable doclone()
- Overrides:
doclone
in class Type
getFormatHint
public static String getFormatHint()
equals
public boolean equals(Object e0)
- Overrides:
equals
in class Object
x_equals
public boolean x_equals(TypeVariable e0)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
initFrom
public TypeVariable initFrom(Object o0)
- Overrides:
initFrom
in class Type
get_id
public Object get_id()
with_id
public TypeVariable with_id(Object val)
get_name
public String get_name()
with_name
public TypeVariable with_name(String val)