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