| Package | Description |
|---|---|
| org.apache.tajo.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) |
void |
GeneratorAdapter.tableSwitch(int[] keys,
TableSwitchGenerator generator,
boolean useTable,
Label def)
Generates the instructions for a switch statement.
|
void |
GeneratorAdapter.tableSwitch(int[] keys,
TableSwitchGenerator generator,
Label defaultLabel)
Generates the instructions for a switch statement.
|
Copyright © 2014 Apache Software Foundation. All Rights Reserved.