public interface

IDInvokeInfo

implements IDExpression
com.pnfsoftware.jeb.core.units.code.android.ir.IDInvokeInfo
Known Indirect Subclasses

Class Overview

dexdec IR generic interface holding invocation information for IDCallInfo, IDNewInfo, IDNewArrayInfo, IDAllocObjectInfo.

Summary

[Expand]
Inherited Constants
From interface com.pnfsoftware.jeb.core.units.code.android.ir.IDElement
Public Methods
abstract IDInvokeInfo duplicate()
Duplicate this element.
abstract List<IDExpression> getArguments()
Get the list of invocation arguments (including this for non-static methods).
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.IInstructionOperand
From interface com.pnfsoftware.jeb.core.units.code.android.ir.IDElement
From interface com.pnfsoftware.jeb.core.units.code.android.ir.IDExpression

Public Methods

public abstract IDInvokeInfo 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

public abstract List<IDExpression> getArguments ()

Get the list of invocation arguments (including this for non-static methods).