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

java.lang.Object
  extended by edu.ksu.cis.projects.bogor.type.Type
      extended by edu.ksu.cis.projects.bogor.type.PrimitiveType
All Implemented Interfaces:
Disposable, Serializable
Direct Known Subclasses:
BooleanType, EnumType, IntegralType, PrimitiveExtType, PrimitiveTypeExtensionType, RealType, ThreadIdType

public abstract class PrimitiveType
extends Type

Represents a 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
PrimitiveType()
           
 
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

PrimitiveType

public PrimitiveType()