czt.zxml.ast
Class Type

java.lang.Object
  |
  +--zeta.util.Term
        |
        +--czt.zxml.ast.Type
All Implemented Interfaces:
java.lang.Cloneable, zeta.format.Formattable, java.io.Serializable
Direct Known Subclasses:
GenType, GivenType, PowerType, ProdType, SchemaType

public abstract class Type
extends zeta.util.Term

See Also:
Serialized Form

Fields inherited from class zeta.util.Term
interned, internTab
 
Constructor Summary
Type()
           
 
Methods inherited from class zeta.util.Term
, clone, equals, getSubtermFields, getTagField, intern, internArray, toFormat, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

Type

public Type()