Uses of Interface
soot.IntegerType

Packages that use IntegerType
soot Base Soot classes, shared by different intermediate representations. 
soot.jimple.toolkits.typing.fast   
 

Uses of IntegerType in soot
 

Classes in soot that implement IntegerType
 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 IntType
          Soot representation of the Java built-in type 'int'.
 class ShortType
          Soot representation of the Java built-in type 'short'.
 

Uses of IntegerType in soot.jimple.toolkits.typing.fast
 

Classes in soot.jimple.toolkits.typing.fast that implement IntegerType
 class Integer127Type
           
 class Integer1Type
           
 class Integer32767Type