Interface IDInvokeInfo

All Superinterfaces:
IDElement, IDExpression, IInstructionOperand
All Known Subinterfaces:
IDAllocObjectInfo, IDCallInfo, IDNewArrayInfo, IDNewInfo

public interface IDInvokeInfo extends IDExpression
dexdec IR generic interface holding invocation information for IDCallInfo, IDNewInfo, IDNewArrayInfo, IDAllocObjectInfo.
  • Method Details

    • getArguments

      List<IDExpression> getArguments()
      Get the list of invocation arguments (including this for non-static methods).
      Returns:
    • duplicate

      IDInvokeInfo duplicate()
      Description copied from interface: IDElement
      Duplicate this element.
      Specified by:
      duplicate in interface IDElement
      Specified by:
      duplicate in interface IDExpression
      Returns:
      a deep copy of this element; the type of the duplicated element should be the same as this element's type