Uses of Class
org.jf.dexlib2.builder.instruction.BuilderSwitchElement
Packages that use BuilderSwitchElement
-
Uses of BuilderSwitchElement in org.jf.dexlib2.builder
Methods in org.jf.dexlib2.builder that return types with arguments of type BuilderSwitchElementModifier and TypeMethodDescriptionabstract List<? extends BuilderSwitchElement> BuilderSwitchPayload.getSwitchElements() -
Uses of BuilderSwitchElement in org.jf.dexlib2.builder.instruction
Fields in org.jf.dexlib2.builder.instruction with type parameters of type BuilderSwitchElementModifier and TypeFieldDescriptionprotected final List<BuilderSwitchElement> BuilderPackedSwitchPayload.switchElementsprotected final List<BuilderSwitchElement> BuilderSparseSwitchPayload.switchElementsMethods in org.jf.dexlib2.builder.instruction that return types with arguments of type BuilderSwitchElementModifier and TypeMethodDescriptionBuilderPackedSwitchPayload.getSwitchElements()BuilderSparseSwitchPayload.getSwitchElements()