Uses of Interface
soot.baf.SubInst

Packages that use SubInst
soot.baf Public classes for the Baf intermediate representation. 
soot.baf.internal Internal, messy, implementation-specific classes for the Baf intermediate representation. 
soot.toolkits.exceptions   
 

Uses of SubInst in soot.baf
 

Methods in soot.baf that return SubInst
 SubInst Baf.newSubInst(Type opType)
           
 

Methods in soot.baf with parameters of type SubInst
 void InstSwitch.caseSubInst(SubInst i)
           
 

Uses of SubInst in soot.baf.internal
 

Classes in soot.baf.internal that implement SubInst
 class BSubInst
           
 

Uses of SubInst in soot.toolkits.exceptions
 

Methods in soot.toolkits.exceptions with parameters of type SubInst
 void UnitThrowAnalysis.UnitSwitch.caseSubInst(SubInst i)