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