Uses of Interface
soot.baf.OrInst

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

Methods in soot.baf that return OrInst
 OrInst Baf.newOrInst(Type opType)
           
 OrInst Baf.newOrInst(Type opType)
           
 

Methods in soot.baf with parameters of type OrInst
 void InstSwitch.caseOrInst(OrInst i)
           
 void InstSwitch.caseOrInst(OrInst i)
           
 

Uses of OrInst in soot.baf.internal
 

Classes in soot.baf.internal that implement OrInst
 class BOrInst
           
 

Uses of OrInst in soot.jbco.bafTransformations
 

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

Uses of OrInst in soot.toolkits.exceptions
 

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