public class DexLabelStmtNode extends DexStmtNode
Modifier and Type | Field and Description |
---|---|
DexLabel |
label |
__index, op
Constructor and Description |
---|
DexLabelStmtNode(DexLabel label) |
Modifier and Type | Method and Description |
---|---|
void |
accept(DexCodeVisitor cv) |
public DexLabel label
public DexLabelStmtNode(DexLabel label)
public void accept(DexCodeVisitor cv)
accept
in class DexStmtNode