| Package | Description |
|---|---|
| soot.toDex | |
| soot.toDex.instructions |
| Modifier and Type | Method and Description |
|---|---|
Map<org.jf.dexlib2.iface.instruction.Instruction,AbstractPayload> |
StmtVisitor.getInstructionPayloadMap() |
| Modifier and Type | Method and Description |
|---|---|
String |
LabelAssigner.getLabelName(AbstractPayload payload) |
org.jf.dexlib2.builder.Label |
LabelAssigner.getOrCreateLabel(AbstractPayload payload) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayDataPayload
Payload for the fill-array-data instructions in dex
|
class |
PackedSwitchPayload
The payload for a packed-switch instruction.
|
class |
SparseSwitchPayload
The payload for a sparse-switch instruction.
|
class |
SwitchPayload
The payload for switch instructions, usually placed at the end of a method.
|
| Modifier and Type | Field and Description |
|---|---|
AbstractPayload |
Insn31t.payload |
| Modifier and Type | Method and Description |
|---|---|
void |
Insn31t.setPayload(AbstractPayload payload) |
Copyright © 2020 Soot OSS. All rights reserved.