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