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 |
---|---|
LookupSwitchStmt |
Grimp.newLookupSwitchStmt(LookupSwitchStmt s) |
LookupSwitchStmt |
Grimp.newLookupSwitchStmt(LookupSwitchStmt s) |
LookupSwitchStmt |
Grimp.newLookupSwitchStmt(Value key,
List lookupValues,
List targets,
Unit defaultTarget)
Constructs a LookupSwitchStmt(Expr, List of Expr, List of Unit, Stmt) grammar chunk.
|
LookupSwitchStmt |
Grimp.newLookupSwitchStmt(Value key,
List lookupValues,
List targets,
Unit defaultTarget)
Constructs a LookupSwitchStmt(Expr, List of Expr, List of Unit, Stmt) grammar chunk.
|
Modifier and Type | Method and Description |
---|---|
LookupSwitchStmt |
Grimp.newLookupSwitchStmt(LookupSwitchStmt s) |
LookupSwitchStmt |
Grimp.newLookupSwitchStmt(LookupSwitchStmt s) |
Modifier and Type | Class and Description |
---|---|
class |
GLookupSwitchStmt |
Modifier and Type | Method and Description |
---|---|
LookupSwitchStmt |
Jimple.newLookupSwitchStmt(Value key,
List<IntConstant> lookupValues,
List<? extends Unit> targets,
Unit defaultTarget)
Constructs a LookupSwitchStmt(Immediate, List of Immediate, List of Unit,
Stmt) grammar chunk.
|
LookupSwitchStmt |
Jimple.newLookupSwitchStmt(Value key,
List<IntConstant> lookupValues,
List<? extends Unit> targets,
Unit defaultTarget)
Constructs a LookupSwitchStmt(Immediate, List of Immediate, List of Unit,
Stmt) grammar chunk.
|
LookupSwitchStmt |
Jimple.newLookupSwitchStmt(Value key,
List<IntConstant> lookupValues,
List<? extends UnitBox> targets,
UnitBox defaultTarget) |
LookupSwitchStmt |
Jimple.newLookupSwitchStmt(Value key,
List<IntConstant> lookupValues,
List<? extends UnitBox> targets,
UnitBox defaultTarget) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractStmtSwitch.caseLookupSwitchStmt(LookupSwitchStmt stmt) |
void |
StmtSwitch.caseLookupSwitchStmt(LookupSwitchStmt stmt) |
void |
AbstractStmtSwitch.caseLookupSwitchStmt(LookupSwitchStmt stmt) |
void |
StmtSwitch.caseLookupSwitchStmt(LookupSwitchStmt stmt) |
Modifier and Type | Class and Description |
---|---|
class |
JLookupSwitchStmt |
Modifier and Type | Method and Description |
---|---|
void |
UseChecker.caseLookupSwitchStmt(LookupSwitchStmt stmt) |
void |
UseChecker.caseLookupSwitchStmt(LookupSwitchStmt stmt) |
Modifier and Type | Method and Description |
---|---|
void |
UnitThrowAnalysis.UnitSwitch.caseLookupSwitchStmt(LookupSwitchStmt s) |
void |
UnitThrowAnalysis.UnitSwitch.caseLookupSwitchStmt(LookupSwitchStmt s) |