| 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.jimple.toolkits.typing.fast | |
| soot.toolkits.exceptions |
| 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 |
StmtSwitch.caseAssignStmt(AssignStmt stmt) |
void |
PointerStmtSwitch.caseAssignStmt(AssignStmt s) |
void |
AbstractStmtSwitch.caseAssignStmt(AssignStmt stmt) |
| 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 |
UnitThrowAnalysis.UnitSwitch.caseAssignStmt(AssignStmt s) |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.