Uses of Interface
com.tc.asm.commons.TableSwitchGenerator

Packages that use TableSwitchGenerator
com.tc.asm.commons Provides some useful class and method adapters. 
 

Uses of TableSwitchGenerator in com.tc.asm.commons
 

Methods in com.tc.asm.commons with parameters of type TableSwitchGenerator
 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 © 2010 Terracotta, Inc.. All Rights Reserved.