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