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