接口 org.objectweb.asm.commons.TableSwitchGenerator
的使用

使用 TableSwitchGenerator 的软件包
org.objectweb.asm.commons Provides some useful class and method adapters. 
 

org.objectweb.asm.commonsTableSwitchGenerator 的使用
 

参数类型为 TableSwitchGeneratororg.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.
 



Copyright © 2013. All Rights Reserved.