Uses of Interface
soot.baf.IncInst

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

Methods in soot.baf that return IncInst
 IncInst Baf.newIncInst(Local aLocal, Constant aConstant)
           
 IncInst Baf.newIncInst(Local aLocal, Constant aConstant)
           
 

Methods in soot.baf with parameters of type IncInst
 void InstSwitch.caseIncInst(IncInst i)
           
 void InstSwitch.caseIncInst(IncInst i)
           
 

Uses of IncInst in soot.baf.internal
 

Classes in soot.baf.internal that implement IncInst
 class BIncInst
           
 

Uses of IncInst in soot.jbco.bafTransformations
 

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

Uses of IncInst in soot.toolkits.exceptions
 

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