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