public abstract class BaseSwitchStmtNode extends DexStmtNode
| Modifier and Type | Field and Description |
|---|---|
int |
a |
DexLabel[] |
labels |
__index, op| Modifier | Constructor and Description |
|---|---|
protected |
BaseSwitchStmtNode(Op op,
int a,
DexLabel[] labels) |
accept