Uses of Interface
soot.baf.GotoInst

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

Methods in soot.baf that return GotoInst
 GotoInst Baf.newGotoInst(Unit unit)
           
 GotoInst Baf.newGotoInst(Unit unit)
           
 

Methods in soot.baf with parameters of type GotoInst
 void InstSwitch.caseGotoInst(GotoInst i)
           
 void InstSwitch.caseGotoInst(GotoInst i)
           
 

Uses of GotoInst in soot.baf.internal
 

Classes in soot.baf.internal that implement GotoInst
 class BGotoInst
           
 

Uses of GotoInst in soot.jbco.bafTransformations
 

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

Uses of GotoInst in soot.toolkits.exceptions
 

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