czt.zxml.ast
Class SchemaType

java.lang.Object
  |
  +--zeta.util.Term
        |
        +--czt.zxml.ast.Type
              |
              +--czt.zxml.ast.SchemaType
All Implemented Interfaces:
java.lang.Cloneable, zeta.format.Formattable, java.io.Serializable

public class SchemaType
extends Type

See Also:
Serialized Form

Field Summary
 Signature signature
           
 
Fields inherited from class zeta.util.Term
interned, internTab
 
Constructor Summary
SchemaType(Signature signature)
           
 
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
 

Field Detail

signature

public Signature signature
Constructor Detail

SchemaType

public SchemaType(Signature signature)