Class InvokeCustomRawNode

  • All Implemented Interfaces:
    IAttributeNode, ILineAttributeNode

    public class InvokeCustomRawNode
    extends InvokeNode
    Information for raw invoke-custom instruction.
    Output will be formatted as polymorphic call with equivalent semantic Contains two parts: - resolve: treated as additional invoke insn (uses only constant args) - invoke: call of resolved method (base for this invoke)
    See CustomRawCall class for build details