Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
TableSwitchStmt |
Grimp.newTableSwitchStmt(TableSwitchStmt s) |
TableSwitchStmt |
Grimp.newTableSwitchStmt(TableSwitchStmt s) |
Modifier and Type | Class and Description |
---|---|
class |
GTableSwitchStmt |
Modifier and Type | Method and Description |
---|---|
TableSwitchStmt |
Jimple.newTableSwitchStmt(Value key,
int lowIndex,
int highIndex,
List<? extends Unit> 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<? extends Unit> 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<? extends UnitBox> targets,
UnitBox defaultTarget) |
TableSwitchStmt |
Jimple.newTableSwitchStmt(Value key,
int lowIndex,
int highIndex,
List<? extends UnitBox> targets,
UnitBox defaultTarget) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractStmtSwitch.caseTableSwitchStmt(TableSwitchStmt stmt) |
void |
StmtSwitch.caseTableSwitchStmt(TableSwitchStmt stmt) |
void |
AbstractStmtSwitch.caseTableSwitchStmt(TableSwitchStmt stmt) |
void |
StmtSwitch.caseTableSwitchStmt(TableSwitchStmt stmt) |
Modifier and Type | Class and Description |
---|---|
class |
JTableSwitchStmt |
Modifier and Type | Method and Description |
---|---|
void |
UseChecker.caseTableSwitchStmt(TableSwitchStmt stmt) |
void |
UseChecker.caseTableSwitchStmt(TableSwitchStmt stmt) |
Modifier and Type | Method and Description |
---|---|
void |
UnitThrowAnalysis.UnitSwitch.caseTableSwitchStmt(TableSwitchStmt s) |
void |
UnitThrowAnalysis.UnitSwitch.caseTableSwitchStmt(TableSwitchStmt s) |