public class JumpStmtNode extends DexStmtNode
| 限定符和类型 | 字段和说明 |
|---|---|
int |
a |
int |
b |
DexLabel |
label |
__index, op| 构造器和说明 |
|---|
JumpStmtNode(Op op,
int a,
int b,
DexLabel label) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept(DexCodeVisitor cv) |
public final int a
public final int b
public final DexLabel label
public void accept(DexCodeVisitor cv)
accept 在类中 DexStmtNode