Uses of Interface
soot.baf.CmpgInst

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

Methods in soot.baf that return CmpgInst
 CmpgInst Baf.newCmpgInst(Type opType)
           
 CmpgInst Baf.newCmpgInst(Type opType)
           
 

Methods in soot.baf with parameters of type CmpgInst
 void InstSwitch.caseCmpgInst(CmpgInst i)
           
 void InstSwitch.caseCmpgInst(CmpgInst i)
           
 

Uses of CmpgInst in soot.baf.internal
 

Classes in soot.baf.internal that implement CmpgInst
 class BCmpgInst
           
 

Uses of CmpgInst in soot.jbco.bafTransformations
 

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

Uses of CmpgInst in soot.toolkits.exceptions
 

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