Uses of Interface
org.jf.dexlib2.iface.instruction.formats.PackedSwitchPayload
Packages that use PackedSwitchPayload
Package
Description
-
Uses of PackedSwitchPayload in org.jf.baksmali.Adaptors.Format
Constructors in org.jf.baksmali.Adaptors.Format with parameters of type PackedSwitchPayloadModifierConstructorDescriptionPackedSwitchMethodItem(MethodDefinition methodDef, int codeAddress, PackedSwitchPayload instruction) -
Uses of PackedSwitchPayload in org.jf.dexlib2.builder
Methods in org.jf.dexlib2.builder with parameters of type PackedSwitchPayloadModifier and TypeMethodDescriptionprivate BuilderPackedSwitchPayloadMutableMethodImplementation.newBuilderPackedSwitchPayload(MethodLocation location, int[] codeAddressToIndex, PackedSwitchPayload instruction) -
Uses of PackedSwitchPayload in org.jf.dexlib2.builder.instruction
Classes in org.jf.dexlib2.builder.instruction that implement PackedSwitchPayload -
Uses of PackedSwitchPayload in org.jf.dexlib2.dexbacked.instruction
Classes in org.jf.dexlib2.dexbacked.instruction that implement PackedSwitchPayload -
Uses of PackedSwitchPayload in org.jf.dexlib2.dexbacked.raw
Methods in org.jf.dexlib2.dexbacked.raw with parameters of type PackedSwitchPayloadModifier and TypeMethodDescriptionprivate voidCodeItem.CodeItemAnnotator.annotatePackedSwitchPayload(AnnotatedBytes out, PackedSwitchPayload instruction) -
Uses of PackedSwitchPayload in org.jf.dexlib2.immutable.instruction
Classes in org.jf.dexlib2.immutable.instruction that implement PackedSwitchPayloadMethods in org.jf.dexlib2.immutable.instruction with parameters of type PackedSwitchPayloadModifier and TypeMethodDescriptionstatic ImmutablePackedSwitchPayloadImmutablePackedSwitchPayload.of(PackedSwitchPayload instruction) -
Uses of PackedSwitchPayload in org.jf.dexlib2.writer
Methods in org.jf.dexlib2.writer with parameters of type PackedSwitchPayload