Class BaseSwitchStmtNode
- java.lang.Object
-
- proguard.dexfile.reader.node.insn.DexStmtNode
-
- proguard.dexfile.reader.node.insn.BaseSwitchStmtNode
-
- Direct Known Subclasses:
PackedSwitchStmtNode
,SparseSwitchStmtNode
public abstract class BaseSwitchStmtNode extends DexStmtNode
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BaseSwitchStmtNode(Op op, int a, DexLabel[] labels)
-
Method Summary
-
Methods inherited from class proguard.dexfile.reader.node.insn.DexStmtNode
accept
-
-