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.jbco.bafTransformations   
soot.toolkits.exceptions   
 

Uses of SubInst in soot.baf
 

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

Methods in soot.baf with parameters of type SubInst
 void InstSwitch.caseSubInst(SubInst i)
           
 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.jbco.bafTransformations
 

Methods in soot.jbco.bafTransformations with parameters of type SubInst
 void StackTypeHeightCalculator.StackEffectSwitch.caseSubInst(SubInst i)
           
 void StackTypeHeightCalculator.StackEffectSwitch.caseSubInst(SubInst i)
           
 

Uses of SubInst in soot.toolkits.exceptions
 

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