|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TableSwitchGenerator
A code generator for switch statements.
| Method Summary | |
|---|---|
void |
generateCase(int key,
Label end)
Generates the code for a switch case. |
void |
generateDefault()
Generates the code for the default switch case. |
| Method Detail |
|---|
void generateCase(int key,
Label end)
key - the switch case key.end - a label that corresponds to the end of the switch statement.void generateDefault()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||