Uses of Interface
soot.baf.NopInst

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

Methods in soot.baf that return NopInst
 NopInst Baf.newNopInst()
           
 NopInst Baf.newNopInst()
           
 

Methods in soot.baf with parameters of type NopInst
 void InstSwitch.caseNopInst(NopInst i)
           
 void InstSwitch.caseNopInst(NopInst i)
           
 

Uses of NopInst in soot.baf.internal
 

Classes in soot.baf.internal that implement NopInst
 class BNopInst
           
 

Uses of NopInst in soot.jbco.bafTransformations
 

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

Uses of NopInst in soot.toolkits.exceptions
 

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