eu.bandm.sig.absy
Class TypeExpression

java.lang.Object
  extended by eu.bandm.sig.absy.Absy
      extended by eu.bandm.sig.absy.Type
          extended by eu.bandm.sig.absy.TypeExpression
All Implemented Interfaces:
Formattable, Cloneable
Direct Known Subclasses:
TypeApplication, TypeOf, UnaryTypeExpression

public abstract class TypeExpression
extends Type


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
TypeExpression()
           
 
Method Summary
 TypeExpression doclone()
           
 TypeExpression initFrom(Object o0)
           
 
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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeExpression

public TypeExpression()
Method Detail

doclone

public TypeExpression doclone()
Overrides:
doclone in class Type

initFrom

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