public class FilledNewArrayStmtNode extends DexStmtNode
| Modifier and Type | Field and Description |
|---|---|
int[] |
args |
java.lang.String |
type |
__index, op| Constructor and Description |
|---|
FilledNewArrayStmtNode(Op op,
int[] args,
java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DexCodeVisitor cv) |
public FilledNewArrayStmtNode(Op op, int[] args, java.lang.String type)
public void accept(DexCodeVisitor cv)
accept in class DexStmtNode