Uses of Interface
soot.baf.ReturnInst

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

Methods in soot.baf that return ReturnInst
 ReturnInst Baf.newReturnInst(Type opType)
           
 ReturnInst Baf.newReturnInst(Type opType)
           
 

Methods in soot.baf with parameters of type ReturnInst
 void InstSwitch.caseReturnInst(ReturnInst i)
           
 void InstSwitch.caseReturnInst(ReturnInst i)
           
 

Uses of ReturnInst in soot.baf.internal
 

Classes in soot.baf.internal that implement ReturnInst
 class BReturnInst
           
 

Uses of ReturnInst in soot.jbco.bafTransformations
 

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

Uses of ReturnInst in soot.toolkits.exceptions
 

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