Uses of Interface
soot.baf.AddInst

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

Methods in soot.baf that return AddInst
 AddInst Baf.newAddInst(Type opType)
           
 AddInst Baf.newAddInst(Type opType)
           
 

Methods in soot.baf with parameters of type AddInst
 void InstSwitch.caseAddInst(AddInst i)
           
 void InstSwitch.caseAddInst(AddInst i)
           
 

Uses of AddInst in soot.baf.internal
 

Classes in soot.baf.internal that implement AddInst
 class BAddInst
           
 

Uses of AddInst in soot.jbco.bafTransformations
 

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

Uses of AddInst in soot.toolkits.exceptions
 

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