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

java.lang.Object
  extended by edu.ksu.cis.projects.bogor.type.Type
      extended by edu.ksu.cis.projects.bogor.type.PrimitiveType
          extended by edu.ksu.cis.projects.bogor.type.IntegralType
All Implemented Interfaces:
Disposable, Serializable
Direct Known Subclasses:
IntType, LongType

public abstract class IntegralType
extends PrimitiveType

Represents an integral 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
IntegralType()
           
 
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

IntegralType

public IntegralType()