eu.bandm.sig.absy
Class TypeVariable

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

public class TypeVariable
extends Type


Field Summary
static Function<TypeVariable,Object> get_id
           
static Function<TypeVariable,String> get_name
           
protected  Object id
           
protected  String name
           
 
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
protected TypeVariable()
           
  TypeVariable(Object id, String name)
           
 
Method Summary
 TypeVariable doclone()
           
 boolean equals(Object e0)
           
 Object get_id()
           
 String get_name()
           
static String getFormatHint()
           
 int hashCode()
           
 TypeVariable initFrom(Object o0)
           
 TypeVariable with_id(Object val)
           
 TypeVariable with_name(String val)
           
 boolean x_equals(TypeVariable e0)
           
 
Methods inherited from class eu.bandm.sig.absy.Type
format
 
Methods inherited from class eu.bandm.sig.absy.Absy
get_location, set_location
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

TypeVariable

public TypeVariable(Object id,
                    String name)

TypeVariable

protected TypeVariable()
Method Detail

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)