Uses of Interface
org.jf.dexlib2.iface.instruction.SwitchElement
Packages that use SwitchElement
Package
Description
-
Uses of SwitchElement in org.jf.dexlib2.builder.instruction
Classes in org.jf.dexlib2.builder.instruction that implement SwitchElement -
Uses of SwitchElement in org.jf.dexlib2.dexbacked.instruction
Methods in org.jf.dexlib2.dexbacked.instruction that return types with arguments of type SwitchElementModifier and TypeMethodDescriptionList<? extends SwitchElement> DexBackedPackedSwitchPayload.getSwitchElements()List<? extends SwitchElement> DexBackedSparseSwitchPayload.getSwitchElements() -
Uses of SwitchElement in org.jf.dexlib2.iface.instruction
Methods in org.jf.dexlib2.iface.instruction that return types with arguments of type SwitchElementModifier and TypeMethodDescriptionList<? extends SwitchElement> SwitchPayload.getSwitchElements() -
Uses of SwitchElement in org.jf.dexlib2.iface.instruction.formats
Methods in org.jf.dexlib2.iface.instruction.formats that return types with arguments of type SwitchElementModifier and TypeMethodDescriptionList<? extends SwitchElement> PackedSwitchPayload.getSwitchElements() -
Uses of SwitchElement in org.jf.dexlib2.immutable.instruction
Classes in org.jf.dexlib2.immutable.instruction that implement SwitchElementFields in org.jf.dexlib2.immutable.instruction with type parameters of type SwitchElementModifier and TypeFieldDescriptionprivate static final ImmutableConverter<ImmutableSwitchElement, SwitchElement> ImmutableSwitchElement.CONVERTERMethods in org.jf.dexlib2.immutable.instruction that return types with arguments of type SwitchElementModifier and TypeMethodDescriptionList<? extends SwitchElement> ImmutablePackedSwitchPayload.getSwitchElements()List<? extends SwitchElement> ImmutableSparseSwitchPayload.getSwitchElements()Methods in org.jf.dexlib2.immutable.instruction with parameters of type SwitchElementModifier and TypeMethodDescriptionstatic ImmutableSwitchElementImmutableSwitchElement.of(SwitchElement switchElement) Method parameters in org.jf.dexlib2.immutable.instruction with type arguments of type SwitchElementModifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableList<ImmutableSwitchElement> ImmutableSwitchElement.immutableListOf(List<? extends SwitchElement> list) ImmutableInstructionFactory.makePackedSwitchPayload(List<? extends SwitchElement> switchElements) ImmutableInstructionFactory.makeSparseSwitchPayload(List<? extends SwitchElement> switchElements) Constructor parameters in org.jf.dexlib2.immutable.instruction with type arguments of type SwitchElementModifierConstructorDescriptionImmutablePackedSwitchPayload(List<? extends SwitchElement> switchElements) ImmutableSparseSwitchPayload(List<? extends SwitchElement> switchElements) -
Uses of SwitchElement in org.jf.dexlib2.util
Methods in org.jf.dexlib2.util with type parameters of type SwitchElementModifier and TypeMethodDescriptionstatic <C extends Collection<? extends SwitchElement>>
CPreconditions.checkSequentialOrderedKeys(C elements) -
Uses of SwitchElement in org.jf.dexlib2.writer
Fields in org.jf.dexlib2.writer with type parameters of type SwitchElementModifier and TypeFieldDescriptionprivate final Comparator<SwitchElement> InstructionWriter.switchElementComparatorMethod parameters in org.jf.dexlib2.writer with type arguments of type SwitchElementModifier and TypeMethodDescriptionInstructionFactory.makePackedSwitchPayload(List<? extends SwitchElement> switchElements) InstructionFactory.makeSparseSwitchPayload(List<? extends SwitchElement> switchElements)