public class FillArrayDataStmtNode extends DexStmtNode
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
array |
int |
ra |
__index, op
Constructor and Description |
---|
FillArrayDataStmtNode(Op op,
int ra,
java.lang.Object array) |
Modifier and Type | Method and Description |
---|---|
void |
accept(DexCodeVisitor cv) |
public FillArrayDataStmtNode(Op op, int ra, java.lang.Object array)
public void accept(DexCodeVisitor cv)
accept
in class DexStmtNode