public class SparseSwitchStmtNode extends BaseSwitchStmtNode
Modifier and Type | Field and Description |
---|---|
int[] |
cases |
a, labels
__index, op
Constructor and Description |
---|
SparseSwitchStmtNode(Op op,
int a,
int[] cases,
DexLabel[] labels) |
Modifier and Type | Method and Description |
---|---|
void |
accept(DexCodeVisitor cv) |
public void accept(DexCodeVisitor cv)
accept
in class DexStmtNode