public interface

IDNewInfo

implements IDCallInfo
com.pnfsoftware.jeb.core.units.code.android.ir.IDNewInfo

Class Overview

dexdec IR new (alloc+init) information used by invoke instructions.

Example:

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

Summary

[Expand]
Inherited Constants
From interface com.pnfsoftware.jeb.core.units.code.android.ir.IDElement
Public Methods
abstract IDNewInfo duplicate()
Duplicate this element.
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.IInstructionOperand
From interface com.pnfsoftware.jeb.core.units.code.android.ir.IDCallInfo
From interface com.pnfsoftware.jeb.core.units.code.android.ir.IDElement
From interface com.pnfsoftware.jeb.core.units.code.android.ir.IDExpression
From interface com.pnfsoftware.jeb.core.units.code.android.ir.IDInvokeInfo

Public Methods

public abstract IDNewInfo duplicate ()

Duplicate this element.

Returns
  • a deep copy of this element; the type of the duplicated element should be the same as this element's type