Uses of Interface
com.googlecode.aviator.asm.commons.TableSwitchGenerator
Packages that use TableSwitchGenerator
-
Uses of TableSwitchGenerator in com.googlecode.aviator.asm.commons
Methods in com.googlecode.aviator.asm.commons with parameters of type TableSwitchGeneratorModifier and TypeMethodDescriptionvoid
GeneratorAdapter.tableSwitch
(int[] keys, TableSwitchGenerator generator) Generates the instructions for a switch statement.void
GeneratorAdapter.tableSwitch
(int[] keys, TableSwitchGenerator generator, boolean useTable) Generates the instructions for a switch statement.