Uses of Interface
soot.baf.TableSwitchInst

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

Methods in soot.baf that return TableSwitchInst
 TableSwitchInst Baf.newTableSwitchInst(Unit defaultTarget, int lowIndex, int highIndex, List targets)
           
 TableSwitchInst Baf.newTableSwitchInst(Unit defaultTarget, int lowIndex, int highIndex, List targets)
           
 

Methods in soot.baf with parameters of type TableSwitchInst
 void InstSwitch.caseTableSwitchInst(TableSwitchInst i)
           
 void InstSwitch.caseTableSwitchInst(TableSwitchInst i)
           
 

Uses of TableSwitchInst in soot.baf.internal
 

Classes in soot.baf.internal that implement TableSwitchInst
 class BTableSwitchInst
           
 

Uses of TableSwitchInst in soot.jbco.bafTransformations
 

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

Uses of TableSwitchInst in soot.toolkits.exceptions
 

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