Uses of Interface
soot.baf.CmpInst

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

Methods in soot.baf that return CmpInst
 CmpInst Baf.newCmpInst(Type opType)
           
 CmpInst Baf.newCmpInst(Type opType)
           
 

Methods in soot.baf with parameters of type CmpInst
 void InstSwitch.caseCmpInst(CmpInst i)
           
 void InstSwitch.caseCmpInst(CmpInst i)
           
 

Uses of CmpInst in soot.baf.internal
 

Classes in soot.baf.internal that implement CmpInst
 class BCmpInst
           
 

Uses of CmpInst in soot.jbco.bafTransformations
 

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

Uses of CmpInst in soot.toolkits.exceptions
 

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