| Package | Description |
|---|---|
| soot.dava.internal.javaRep | |
| soot.dexpler.instructions | |
| soot.grimp |
Public classes for the Grimp intermediate representation.
|
| soot.grimp.internal |
Internal, messy, implementation-specific classes for the Grimp intermediate representation.
|
| soot.JastAddJ | |
| 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 | Class and Description |
|---|---|
class |
DAssignStmt |
class |
DDecrementStmt |
class |
DIncrementStmt |
class |
DShortcutAssignStmt |
| Modifier and Type | Field and Description |
|---|---|
protected AssignStmt |
MethodInvocationInstruction.assign |
| Modifier and Type | Method and Description |
|---|---|
protected AssignStmt |
FieldInstruction.getAssignStmt(DexBody body,
Local sourceValue,
ConcreteRef instanceField)
Check if the field type equals the type of the value that will be stored in the field.
|
| Modifier and Type | Method and Description |
|---|---|
AssignStmt |
Grimp.newAssignStmt(AssignStmt s) |
AssignStmt |
Grimp.newAssignStmt(Value variable,
Value rvalue)
Constructs a AssignStmt(Variable, RValue) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
AssignStmt |
Grimp.newAssignStmt(AssignStmt s) |
| Modifier and Type | Class and Description |
|---|---|
class |
GAssignStmt |
| Modifier and Type | Method and Description |
|---|---|
AssignStmt |
Body.newAssignStmt(Value variable,
Value rvalue,
ASTNode location) |
| Modifier and Type | Method and Description |
|---|---|
AssignStmt |
Jimple.newAssignStmt(Value variable,
Value rvalue)
Constructs a AssignStmt(Variable, RValue) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractStmtSwitch.caseAssignStmt(AssignStmt stmt) |
void |
StmtSwitch.caseAssignStmt(AssignStmt stmt) |
void |
PointerStmtSwitch.caseAssignStmt(AssignStmt s) |
| Modifier and Type | Class and Description |
|---|---|
class |
JAssignStmt |
| Modifier and Type | Method and Description |
|---|---|
void |
UseChecker.caseAssignStmt(AssignStmt stmt) |
| Modifier and Type | Method and Description |
|---|---|
void |
StmtVisitor.caseAssignStmt(AssignStmt stmt) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.UnitSwitch.caseAssignStmt(AssignStmt s) |
Copyright © 2020 Soot OSS. All rights reserved.