Uses of Interface
soot.baf.JSRInst

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

Methods in soot.baf that return JSRInst
 JSRInst Baf.newJSRInst(Unit unit)
           
 JSRInst Baf.newJSRInst(Unit unit)
           
 

Methods in soot.baf with parameters of type JSRInst
 void InstSwitch.caseJSRInst(JSRInst i)
           
 void InstSwitch.caseJSRInst(JSRInst i)
           
 

Uses of JSRInst in soot.baf.internal
 

Classes in soot.baf.internal that implement JSRInst
 class BJSRInst
           
 

Uses of JSRInst in soot.jbco.bafTransformations
 

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

Uses of JSRInst in soot.toolkits.exceptions
 

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