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

Packages that use IntegralType
edu.ksu.cis.projects.bogor.type Provides for Bogor types. 
 

Uses of IntegralType in edu.ksu.cis.projects.bogor.type
 

Subclasses of IntegralType in edu.ksu.cis.projects.bogor.type
 class IntRangeType
          Represents an int range type.
 class IntType
          Represents the int type.
 class LongRangeType
          Represents an long range type.
 class LongType
          Represents the long type.