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.toolkits.exceptions   
 

Uses of NopInst in soot.baf
 

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

Methods in soot.baf with parameters of type NopInst
 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.toolkits.exceptions
 

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