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

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.RealType
All Implemented Interfaces:
Disposable, Serializable
Direct Known Subclasses:
DoubleType, FloatType

public abstract class RealType
extends PrimitiveType

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

RealType

public RealType()