| Package | Description |
|---|---|
| soot.jimple |
Public classes for the Jimple intermediate representation.
|
| soot.jimple.toolkits.typing.fast | |
| soot.toDex | |
| soot.toolkits.exceptions |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStmtSwitch |
class |
PointerStmtSwitch |
| Modifier and Type | Class and Description |
|---|---|
class |
UseChecker
This checks all uses against the rules in Jimple, except some uses are not checked where the bytecode verifier guarantees
use validity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StmtVisitor
A visitor that builds a list of instructions from the Jimple statements it visits.
Use Switchable.apply(soot.util.Switch) with this visitor to add statements and #getFinalInsns() to get the
final dexlib instructions.These final instructions do have correct offsets, jump targets and register numbers. |
| Modifier and Type | Class and Description |
|---|---|
protected class |
UnitThrowAnalysis.UnitSwitch |
Copyright © 2020 Soot OSS. All rights reserved.