| Package | Description |
|---|---|
| soot.grimp |
Public 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.toDex | |
| soot.toolkits.exceptions |
| Modifier and Type | Method and Description |
|---|---|
NopStmt |
Grimp.newNopStmt()
Constructs a NopStmt() grammar chunk.
|
NopStmt |
Grimp.newNopStmt(NopStmt s) |
| Modifier and Type | Method and Description |
|---|---|
NopStmt |
Grimp.newNopStmt(NopStmt s) |
| Modifier and Type | Method and Description |
|---|---|
NopStmt |
Jimple.newNopStmt()
Constructs a NopStmt() grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractStmtSwitch.caseNopStmt(NopStmt stmt) |
void |
StmtSwitch.caseNopStmt(NopStmt stmt) |
| Modifier and Type | Class and Description |
|---|---|
class |
JNopStmt |
| Modifier and Type | Method and Description |
|---|---|
void |
UseChecker.caseNopStmt(NopStmt stmt) |
| Modifier and Type | Method and Description |
|---|---|
void |
StmtVisitor.caseNopStmt(NopStmt stmt) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.UnitSwitch.caseNopStmt(NopStmt s) |
Copyright © 2020 Soot OSS. All rights reserved.