# Interface: com.pnfsoftware.jeb.core.units.code.android.ir.IDInvokeInfo

`dexdec` IR generic interface holding invocation information for [IDCallInfo](IDCallInfo), [IDNewInfo](IDNewInfo), [IDNewArrayInfo](IDNewArrayInfo), [IDAllocObjectInfo](IDAllocObjectInfo).

## Method: duplicate
- return type: `com.pnfsoftware.jeb.core.units.code.android.ir.IDInvokeInfo`


## Method: getArguments
- return type: `java.util.List<com.pnfsoftware.jeb.core.units.code.android.ir.IDExpression>`

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

