edu.ksu.cis.projects.bogor.type
Class NonPrimitiveType

java.lang.Object
  extended by edu.ksu.cis.projects.bogor.type.Type
      extended by edu.ksu.cis.projects.bogor.type.NonPrimitiveType
All Implemented Interfaces:
Disposable, Serializable
Direct Known Subclasses:
FunType, LockType, NonPrimitiveExtType, NullType, StringType, TypeExtensionType, TypeVar

public abstract class NonPrimitiveType
extends Type

Represents a non-primitive type.

Version:
CVS $Revision: 1.2 $ $Date: 2005/01/29 04:54:31 $
Author:
Robby
See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.ksu.cis.projects.bogor.type.Type
hashCode, typeId
 
Constructor Summary
NonPrimitiveType()
           
 
Method Summary
 
Methods inherited from class edu.ksu.cis.projects.bogor.type.Type
getTypeId, hashCode, toASTType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.ksu.cis.projects.bogor.util.Disposable
dispose
 

Constructor Detail

NonPrimitiveType

public NonPrimitiveType()