| 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.toDex | |
| soot.toolkits.exceptions |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
JRetStmt |
| Modifier and Type | Method and Description |
|---|---|
void |
StmtVisitor.caseRetStmt(RetStmt stmt) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.UnitSwitch.caseRetStmt(RetStmt s) |
Copyright © 2020 Soot OSS. All rights reserved.