Class PackedSwitchStmtNode
- java.lang.Object
-
- proguard.dexfile.reader.node.insn.DexStmtNode
-
- proguard.dexfile.reader.node.insn.BaseSwitchStmtNode
-
- proguard.dexfile.reader.node.insn.PackedSwitchStmtNode
-
public class PackedSwitchStmtNode extends BaseSwitchStmtNode
-
-
Field Summary
Fields Modifier and Type Field Description int
first_case
-
Fields inherited from class proguard.dexfile.reader.node.insn.BaseSwitchStmtNode
a, labels
-
Fields inherited from class proguard.dexfile.reader.node.insn.DexStmtNode
__index, op
-
-
Constructor Summary
Constructors Constructor Description PackedSwitchStmtNode(Op op, int a, int first_case, DexLabel[] labels)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(DexCodeVisitor cv)
-
-
-
Method Detail
-
accept
public void accept(DexCodeVisitor cv)
- Specified by:
accept
in classDexStmtNode
-
-