Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface TableSwitchGenerator
Method Summary | |
void |
|
void |
|
public void generateCase(int key, Label end)
Generates the code for a switch case.
- Parameters:
key
- the switch case key.end
- a label that corresponds to the end of the switch statement.
public void generateDefault()
Generates the code for the default switch case.