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.toolkits.exceptions   
 

Uses of CmpInst in soot.baf
 

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

Methods in soot.baf with parameters of type CmpInst
 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.toolkits.exceptions
 

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