Uses of Interface
soot.baf.PushInst

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

Methods in soot.baf that return PushInst
 PushInst Baf.newPushInst(Constant c)
           
 

Methods in soot.baf with parameters of type PushInst
 void InstSwitch.casePushInst(PushInst i)
           
 

Uses of PushInst in soot.baf.internal
 

Classes in soot.baf.internal that implement PushInst
 class BPushInst
           
 

Uses of PushInst in soot.toolkits.exceptions
 

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