Package | Description |
---|---|
soot.jimple |
Public classes for the Jimple intermediate representation.
|
soot.jimple.internal |
Internal, messy, implementation-specific classes for the Jimple intermediate representation.
|
soot.toolkits.exceptions |
Modifier and Type | Method and Description |
---|---|
RetStmt |
Jimple.newRetStmt(Value stmtAddress)
Constructs a RetStmt(Local) grammar chunk.
|
RetStmt |
Jimple.newRetStmt(Value stmtAddress)
Constructs a RetStmt(Local) grammar chunk.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractStmtSwitch.caseRetStmt(RetStmt stmt) |
void |
StmtSwitch.caseRetStmt(RetStmt stmt) |
void |
AbstractStmtSwitch.caseRetStmt(RetStmt stmt) |
void |
StmtSwitch.caseRetStmt(RetStmt stmt) |
Modifier and Type | Class and Description |
---|---|
class |
JRetStmt |
Modifier and Type | Method and Description |
---|---|
void |
UnitThrowAnalysis.UnitSwitch.caseRetStmt(RetStmt s) |
void |
UnitThrowAnalysis.UnitSwitch.caseRetStmt(RetStmt s) |