|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface TableSwitchGenerator
A code generator for switch statements.
| 方法摘要 | |
|---|---|
void |
generateCase(int key,
Label end)
Generates the code for a switch case. |
void |
generateDefault()
Generates the code for the default switch case. |
| 方法详细信息 |
|---|
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()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||