Uses of Class
soot.PrimType

Packages that use PrimType
soot Base Soot classes, shared by different intermediate representations. 
 

Uses of PrimType in soot
 

Subclasses of PrimType in soot
 class BooleanType
          Soot representation of the Java built-in type 'boolean'.
 class ByteType
          Soot representation of the Java built-in type 'byte'.
 class CharType
          Soot representation of the Java built-in type 'char'.
 class DoubleType
          Soot representation of the Java built-in type 'double'.
 class FloatType
          Soot representation of the Java built-in type 'float'.
 class IntType
          Soot representation of the Java built-in type 'int'.
 class LongType
          Soot representation of the Java built-in type 'long'.
 class ShortType
          Soot representation of the Java built-in type 'short'.