Uses of Class
soot.AnySubType

Packages that use AnySubType
soot Base Soot classes, shared by different intermediate representations. 
soot.jimple.toolkits.pointer   
soot.sootify   
soot.toolkits.exceptions   
 

Uses of AnySubType in soot
 

Methods in soot that return AnySubType
 AnySubType RefType.getAnySubType()
           
 AnySubType RefType.getAnySubType()
           
static AnySubType AnySubType.v(RefType base)
           
static AnySubType AnySubType.v(RefType base)
           
 

Methods in soot with parameters of type AnySubType
 void TypeSwitch.caseAnySubType(AnySubType t)
           
 void TypeSwitch.caseAnySubType(AnySubType t)
           
 void RefType.setAnySubType(AnySubType anySubType)
           
 void RefType.setAnySubType(AnySubType anySubType)
           
 

Uses of AnySubType in soot.jimple.toolkits.pointer
 

Methods in soot.jimple.toolkits.pointer that return AnySubType
 AnySubType FullObjectSet.type()
           
 AnySubType FullObjectSet.type()
           
 

Uses of AnySubType in soot.sootify
 

Methods in soot.sootify with parameters of type AnySubType
 void TypeTemplatePrinter.caseAnySubType(AnySubType t)
           
 void TypeTemplatePrinter.caseAnySubType(AnySubType t)
           
 

Uses of AnySubType in soot.toolkits.exceptions
 

Methods in soot.toolkits.exceptions with parameters of type AnySubType
 ThrowableSet ThrowableSet.add(AnySubType e)
          Returns a ThrowableSet which contains e and all of its subclasses as well as the exceptions in this set.
 ThrowableSet ThrowableSet.add(AnySubType e)
          Returns a ThrowableSet which contains e and all of its subclasses as well as the exceptions in this set.