| 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 |
|---|---|
IfStmt |
Jimple.newIfStmt(Value condition,
Unit target)
Constructs a IfStmt(Condition, Stmt) grammar chunk.
|
IfStmt |
Jimple.newIfStmt(Value condition,
UnitBox target) |
| Modifier and Type | Method and Description |
|---|---|
void |
StmtSwitch.caseIfStmt(IfStmt stmt) |
void |
AbstractStmtSwitch.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 |
UnitThrowAnalysis.UnitSwitch.caseIfStmt(IfStmt s) |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.