src/share/classes/jdk/internal/org/objectweb/asm/commons/TableSwitchGenerator.java

Print this page

        

*** 70,81 **** public interface TableSwitchGenerator { /** * Generates the code for a switch case. * ! * @param key the switch case key. ! * @param end a label that corresponds to the end of the switch statement. */ void generateCase(int key, Label end); /** * Generates the code for the default switch case. --- 70,83 ---- public interface TableSwitchGenerator { /** * Generates the code for a switch case. * ! * @param key ! * the switch case key. ! * @param end ! * a label that corresponds to the end of the switch statement. */ void generateCase(int key, Label end); /** * Generates the code for the default switch case.