| Package | Description |
|---|---|
| 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.shimple.internal |
Shimple internal messy stuff.
|
| soot.shimple.toolkits.scalar |
Some analyses based on Shimple.
|
| soot.toDex | |
| soot.toolkits.exceptions |
| Modifier and Type | Method and Description |
|---|---|
protected IfStmt |
IfTestzInstruction.ifStatement(DexBody body) |
protected IfStmt |
IfTestInstruction.ifStatement(DexBody body) |
protected abstract IfStmt |
ConditionalJumpInstruction.ifStatement(DexBody body)
Return an if statement depending on the instruction.
|
| Modifier and Type | Method and Description |
|---|---|
IfStmt |
Grimp.newIfStmt(IfStmt s) |
IfStmt |
Grimp.newIfStmt(Value condition,
Unit target)
Constructs a IfStmt(Condition, Stmt) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
IfStmt |
Grimp.newIfStmt(IfStmt s) |
| Modifier and Type | Class and Description |
|---|---|
class |
GIfStmt |
| Modifier and Type | Method and Description |
|---|---|
IfStmt |
Body.newIfStmt(Value op,
Unit target,
ASTNode location) |
| Modifier and Type | Method and Description |
|---|---|
IfStmt |
Jimple.newIfStmt(Value condition,
Unit target)
Constructs a IfStmt(Condition, Stmt) grammar chunk.
|
IfStmt |
Jimple.newIfStmt(Value condition,
UnitBox target)
Constructs a IfStmt(Condition, UnitBox) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractStmtSwitch.caseIfStmt(IfStmt stmt) |
void |
StmtSwitch.caseIfStmt(IfStmt stmt) |
| Modifier and Type | Class and Description |
|---|---|
class |
JIfStmt |
| Modifier and Type | Method and Description |
|---|---|
void |
UseChecker.caseIfStmt(IfStmt stmt) |
| Modifier and Type | Method and Description |
|---|---|
void |
PiNodeManager.piHandleIfStmt(Local local,
IfStmt u) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SConstantPropagatorAndFolder.removeStmts(List<IfStmt> deadStmts)
Removes the given list of fall through IfStmts from the body.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StmtVisitor.caseIfStmt(IfStmt stmt) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.UnitSwitch.caseIfStmt(IfStmt s) |
Copyright © 2020 Soot OSS. All rights reserved.