Uses of Interface
soot.baf.XorInst

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

Methods in soot.baf that return XorInst
 XorInst Baf.newXorInst(Type opType)
           
 XorInst Baf.newXorInst(Type opType)
           
 

Methods in soot.baf with parameters of type XorInst
 void InstSwitch.caseXorInst(XorInst i)
           
 void InstSwitch.caseXorInst(XorInst i)
           
 

Uses of XorInst in soot.baf.internal
 

Classes in soot.baf.internal that implement XorInst
 class BXorInst
           
 

Uses of XorInst in soot.jbco.bafTransformations
 

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

Uses of XorInst in soot.toolkits.exceptions
 

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