Package org.jf.dexlib2.builder
Class BuilderSwitchPayload
java.lang.Object
org.jf.dexlib2.builder.BuilderInstruction
org.jf.dexlib2.builder.BuilderSwitchPayload
- All Implemented Interfaces:
Instruction,PayloadInstruction,SwitchPayload
- Direct Known Subclasses:
BuilderPackedSwitchPayload,BuilderSparseSwitchPayload
-
Field Summary
FieldsFields inherited from class org.jf.dexlib2.builder.BuilderInstruction
location, opcode -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jf.dexlib2.builder.BuilderInstruction
getCodeUnits, getFormat, getLocation, getOpcodeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
Field Details
-
referrer
-
-
Constructor Details
-
BuilderSwitchPayload
-
-
Method Details
-
getReferrer
-
getSwitchElements
- Specified by:
getSwitchElementsin interfaceSwitchPayload
-