Uses of Interface
soot.jimple.TableSwitchStmt

Packages that use TableSwitchStmt
soot.grimp Public classes for the Grimp intermediate representation. 
soot.grimp.internal Internal, messy, implementation-specific classes for the Grimp intermediate representation. 
soot.jimple Public classes for the Jimple intermediate representation. 
soot.jimple.internal Internal, messy, implementation-specific classes for the Jimple intermediate representation. 
soot.jimple.toolkits.typing.fast   
soot.toolkits.exceptions   
 

Uses of TableSwitchStmt in soot.grimp
 

Methods in soot.grimp that return TableSwitchStmt
 TableSwitchStmt Grimp.newTableSwitchStmt(TableSwitchStmt s)
           
 TableSwitchStmt Grimp.newTableSwitchStmt(TableSwitchStmt s)
           
 TableSwitchStmt Grimp.newTableSwitchStmt(Value key, int lowIndex, int highIndex, List targets, Unit defaultTarget)
          Constructs a TableSwitchStmt(Expr, int, int, List of Unit, Stmt) grammar chunk.
 TableSwitchStmt Grimp.newTableSwitchStmt(Value key, int lowIndex, int highIndex, List targets, Unit defaultTarget)
          Constructs a TableSwitchStmt(Expr, int, int, List of Unit, Stmt) grammar chunk.
 

Methods in soot.grimp with parameters of type TableSwitchStmt
 TableSwitchStmt Grimp.newTableSwitchStmt(TableSwitchStmt s)
           
 TableSwitchStmt Grimp.newTableSwitchStmt(TableSwitchStmt s)
           
 

Uses of TableSwitchStmt in soot.grimp.internal
 

Classes in soot.grimp.internal that implement TableSwitchStmt
 class GTableSwitchStmt
           
 

Uses of TableSwitchStmt in soot.jimple
 

Methods in soot.jimple that return TableSwitchStmt
 TableSwitchStmt Jimple.newTableSwitchStmt(Value key, int lowIndex, int highIndex, List<Object> targets, UnitBox defaultTarget)
           
 TableSwitchStmt Jimple.newTableSwitchStmt(Value key, int lowIndex, int highIndex, List<Object> targets, UnitBox defaultTarget)
           
 TableSwitchStmt Jimple.newTableSwitchStmt(Value key, int lowIndex, int highIndex, List targets, Unit defaultTarget)
          Constructs a TableSwitchStmt(Immediate, int, int, List of Unit, Stmt) grammar chunk.
 TableSwitchStmt Jimple.newTableSwitchStmt(Value key, int lowIndex, int highIndex, List targets, Unit defaultTarget)
          Constructs a TableSwitchStmt(Immediate, int, int, List of Unit, Stmt) grammar chunk.
 

Methods in soot.jimple with parameters of type TableSwitchStmt
 void AbstractStmtSwitch.caseTableSwitchStmt(TableSwitchStmt stmt)
           
 void StmtSwitch.caseTableSwitchStmt(TableSwitchStmt stmt)
           
 void StmtSwitch.caseTableSwitchStmt(TableSwitchStmt stmt)
           
 void AbstractStmtSwitch.caseTableSwitchStmt(TableSwitchStmt stmt)
           
 

Uses of TableSwitchStmt in soot.jimple.internal
 

Classes in soot.jimple.internal that implement TableSwitchStmt
 class JTableSwitchStmt
           
 

Uses of TableSwitchStmt in soot.jimple.toolkits.typing.fast
 

Methods in soot.jimple.toolkits.typing.fast with parameters of type TableSwitchStmt
 void UseChecker.caseTableSwitchStmt(TableSwitchStmt stmt)
           
 void UseChecker.caseTableSwitchStmt(TableSwitchStmt stmt)
           
 

Uses of TableSwitchStmt in soot.toolkits.exceptions
 

Methods in soot.toolkits.exceptions with parameters of type TableSwitchStmt
 void UnitThrowAnalysis.UnitSwitch.caseTableSwitchStmt(TableSwitchStmt s)
           
 void UnitThrowAnalysis.UnitSwitch.caseTableSwitchStmt(TableSwitchStmt s)