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

Uses of PushInst in soot.baf
 

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

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

Methods in soot.jbco.bafTransformations that return PushInst
static PushInst FixUndefinedLocals.getPushInitializer(Local l, Type t)
           
static PushInst FixUndefinedLocals.getPushInitializer(Local l, Type t)
           
 

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

Uses of PushInst in soot.toolkits.exceptions
 

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