Interface IDNewInfo

All Superinterfaces:
IDCallInfo, IDElement, IDExpression, IDInvokeInfo, IInstructionOperand

public interface IDNewInfo extends IDCallInfo
dexdec IR new (alloc+init) information used by invoke instructions.

Example:

 Foo x = new Foo(1, "abc");
         ^^^^^^^^^^^^^^^^^