public class DexBackedSparseSwitchPayload extends DexBackedInstruction implements SparseSwitchPayload
| Modifier and Type | Field and Description |
|---|---|
int |
elementCount |
dexFile, instructionStart, opcode| Constructor and Description |
|---|
DexBackedSparseSwitchPayload(DexBackedDexFile dexFile,
int instructionStart) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCodeUnits()
Gets the size of this instruction.
|
java.util.List<? extends SwitchElement> |
getSwitchElements() |
getOpcode, readFromclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOpcodepublic DexBackedSparseSwitchPayload(@Nonnull
DexBackedDexFile dexFile,
int instructionStart)
@Nonnull public java.util.List<? extends SwitchElement> getSwitchElements()
getSwitchElements in interface SwitchPayloadpublic int getCodeUnits()
InstructiongetCodeUnits in interface InstructiongetCodeUnits in class DexBackedInstruction