Uses of Class
org.jf.dexlib2.immutable.instruction.ImmutableSwitchElement
Packages that use ImmutableSwitchElement
-
Uses of ImmutableSwitchElement in org.jf.dexlib2.immutable.instruction
Fields in org.jf.dexlib2.immutable.instruction with type parameters of type ImmutableSwitchElementModifier and TypeFieldDescriptionprivate static final ImmutableConverter<ImmutableSwitchElement, SwitchElement> ImmutableSwitchElement.CONVERTERprotected final com.google.common.collect.ImmutableList<? extends ImmutableSwitchElement> ImmutablePackedSwitchPayload.switchElementsprotected final com.google.common.collect.ImmutableList<? extends ImmutableSwitchElement> ImmutableSparseSwitchPayload.switchElementsMethods in org.jf.dexlib2.immutable.instruction that return ImmutableSwitchElementModifier and TypeMethodDescriptionstatic ImmutableSwitchElementImmutableSwitchElement.of(SwitchElement switchElement) Methods in org.jf.dexlib2.immutable.instruction that return types with arguments of type ImmutableSwitchElementModifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableList<ImmutableSwitchElement> ImmutableSwitchElement.immutableListOf(List<? extends SwitchElement> list) Constructor parameters in org.jf.dexlib2.immutable.instruction with type arguments of type ImmutableSwitchElementModifierConstructorDescriptionImmutablePackedSwitchPayload(com.google.common.collect.ImmutableList<? extends ImmutableSwitchElement> switchElements) ImmutableSparseSwitchPayload(com.google.common.collect.ImmutableList<? extends ImmutableSwitchElement> switchElements)