Uses of Interface
soot.baf.CmplInst

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

Methods in soot.baf that return CmplInst
 CmplInst Baf.newCmplInst(Type opType)
           
 CmplInst Baf.newCmplInst(Type opType)
           
 

Methods in soot.baf with parameters of type CmplInst
 void InstSwitch.caseCmplInst(CmplInst i)
           
 void InstSwitch.caseCmplInst(CmplInst i)
           
 

Uses of CmplInst in soot.baf.internal
 

Classes in soot.baf.internal that implement CmplInst
 class BCmplInst
           
 

Uses of CmplInst in soot.jbco.bafTransformations
 

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

Uses of CmplInst in soot.toolkits.exceptions
 

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