Uses of Interface
io.ebean.enhance.asm.commons.TableSwitchGenerator
| Package | Description |
|---|---|
| io.ebean.enhance.asm.commons |
Provides some useful class and method adapters.
|
-
Uses of TableSwitchGenerator in io.ebean.enhance.asm.commons
Methods in io.ebean.enhance.asm.commons with parameters of type TableSwitchGenerator Modifier and Type Method Description voidGeneratorAdapter. 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.