Uses of Interface
org.eclipse.persistence.internal.libraries.asm.commons.TableSwitchGenerator
Packages that use TableSwitchGenerator
-
Uses of TableSwitchGenerator in org.eclipse.persistence.internal.libraries.asm.commons
Methods in org.eclipse.persistence.internal.libraries.asm.commons with parameters of type TableSwitchGeneratorModifier and TypeMethodDescriptionvoidGeneratorAdapter.tableSwitch(int[] keys, TableSwitchGenerator generator) Generates the instructions for a switch statement.voidGeneratorAdapter.tableSwitch(int[] keys, TableSwitchGenerator generator, boolean useTable) Generates the instructions for a switch statement.