Uses of Interface
soot.baf.PopInst

Packages that use PopInst
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 PopInst in soot.baf
 

Methods in soot.baf that return PopInst
 PopInst Baf.newPopInst(Type aType)
           
 PopInst Baf.newPopInst(Type aType)
           
 

Methods in soot.baf with parameters of type PopInst
 void InstSwitch.casePopInst(PopInst i)
           
 void InstSwitch.casePopInst(PopInst i)
           
 

Uses of PopInst in soot.baf.internal
 

Classes in soot.baf.internal that implement PopInst
 class BPopInst
           
 

Uses of PopInst in soot.jbco.bafTransformations
 

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

Uses of PopInst in soot.toolkits.exceptions
 

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