eu.bandm.sig.absy
Class Type

java.lang.Object
  extended by eu.bandm.sig.absy.Absy
      extended by eu.bandm.sig.absy.Type
All Implemented Interfaces:
Formattable, Cloneable
Direct Known Subclasses:
AggregateType, ArrowType, DimensionType, FamilyType, QuantifiedType, TArrow, TPrimitive, TVar, TypeExpression, TypeReference, TypeUnknown, TypeVariable

public abstract class Type
extends Absy


Field Summary
 
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
Type()
           
 
Method Summary
 Type doclone()
           
 Format format()
           
 Type initFrom(Object o0)
           
 
Methods inherited from class eu.bandm.sig.absy.Absy
get_location, set_location
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Type

public Type()
Method Detail

doclone

public Type doclone()
Overrides:
doclone in class Absy

format

public Format format()
Specified by:
format in interface Formattable
Overrides:
format in class Absy

initFrom

public Type initFrom(Object o0)
Overrides:
initFrom in class Absy