Uses of Interface
org.objectweb.asm.commons.TableSwitchGenerator
-
-
Uses of TableSwitchGenerator in org.objectweb.asm.commons
Methods in org.objectweb.asm.commons with parameters of type TableSwitchGenerator Modifier and Type Method Description void
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.
-