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

Uses of OrInst in soot.baf
 

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

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

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