Uses of Interface
org.jf.dexlib2.iface.instruction.formats.SparseSwitchPayload
Packages that use SparseSwitchPayload
Package
Description
-
Uses of SparseSwitchPayload in org.jf.baksmali.Adaptors.Format
Constructors in org.jf.baksmali.Adaptors.Format with parameters of type SparseSwitchPayloadModifierConstructorDescriptionSparseSwitchMethodItem(MethodDefinition methodDef, int codeAddress, SparseSwitchPayload instruction) -
Uses of SparseSwitchPayload in org.jf.dexlib2.builder
Methods in org.jf.dexlib2.builder with parameters of type SparseSwitchPayloadModifier and TypeMethodDescriptionprivate BuilderSparseSwitchPayloadMutableMethodImplementation.newBuilderSparseSwitchPayload(MethodLocation location, int[] codeAddressToIndex, SparseSwitchPayload instruction) -
Uses of SparseSwitchPayload in org.jf.dexlib2.builder.instruction
Classes in org.jf.dexlib2.builder.instruction that implement SparseSwitchPayload -
Uses of SparseSwitchPayload in org.jf.dexlib2.dexbacked.instruction
Classes in org.jf.dexlib2.dexbacked.instruction that implement SparseSwitchPayload -
Uses of SparseSwitchPayload in org.jf.dexlib2.dexbacked.raw
Methods in org.jf.dexlib2.dexbacked.raw with parameters of type SparseSwitchPayloadModifier and TypeMethodDescriptionprivate voidCodeItem.CodeItemAnnotator.annotateSparseSwitchPayload(AnnotatedBytes out, SparseSwitchPayload instruction) -
Uses of SparseSwitchPayload in org.jf.dexlib2.immutable.instruction
Classes in org.jf.dexlib2.immutable.instruction that implement SparseSwitchPayloadMethods in org.jf.dexlib2.immutable.instruction with parameters of type SparseSwitchPayloadModifier and TypeMethodDescriptionstatic ImmutableSparseSwitchPayloadImmutableSparseSwitchPayload.of(SparseSwitchPayload instruction) -
Uses of SparseSwitchPayload in org.jf.dexlib2.writer
Methods in org.jf.dexlib2.writer with parameters of type SparseSwitchPayload