|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 TableSwitchGenerator 的软件包 | |
|---|---|
| org.objectweb.asm.commons | Provides some useful class and method adapters. |
| org.objectweb.asm.commons 中 TableSwitchGenerator 的使用 |
|---|
| 参数类型为 TableSwitchGenerator 的 org.objectweb.asm.commons 中的方法 | |
|---|---|
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. |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||