Interface IDNewArrayInfo

All Superinterfaces:
IDElement, IDExpression, IDInvokeInfo, IInstructionOperand

public interface IDNewArrayInfo extends IDInvokeInfo
dexdec IR element holding new array creation information.

Examples:

 int[] ints = new int[3];
              ^^^^^^^^^^
 char[] chars = new char[]{'h', 'e', 'l', 'l', 'o'};
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^