| Package | Description | 
|---|---|
| org.objectweb.asm.commons | 
 Provides some useful class and method adapters. 
 | 
| Modifier and Type | Method and 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. 
 |