public class PackedSwitchStmtNode extends BaseSwitchStmtNode
| 限定符和类型 | 字段和说明 |
|---|---|
int |
first_case |
a, labels__index, op| 构造器和说明 |
|---|
PackedSwitchStmtNode(Op op,
int a,
int first_case,
DexLabel[] labels) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept(DexCodeVisitor cv) |
public void accept(DexCodeVisitor cv)
accept 在类中 DexStmtNode