public class JumpStmtNode extends DexStmtNode
Modifier and Type | Field and Description |
---|---|
int |
a |
int |
b |
DexLabel |
label |
__index, op
Constructor and Description |
---|
JumpStmtNode(Op op,
int a,
int b,
DexLabel label) |
Modifier and Type | Method and Description |
---|---|
void |
accept(DexCodeVisitor cv) |
public final int a
public final int b
public final DexLabel label
public void accept(DexCodeVisitor cv)
accept
in class DexStmtNode