Class InvokeCustomNode

All Implemented Interfaces:
IAttributeNode, ILineAttributeNode

public class InvokeCustomNode extends InvokeNode
  • Field Details

    • implMthInfo

      private MethodInfo implMthInfo
    • handleType

      private MethodHandleType handleType
    • callInsn

      private InsnNode callInsn
    • inlineInsn

      private boolean inlineInsn
    • useRef

      private boolean useRef
  • Constructor Details

    • InvokeCustomNode

      public InvokeCustomNode(MethodInfo lambdaInfo, InsnData insn, boolean instanceCall, boolean isRange)
    • InvokeCustomNode

      private InvokeCustomNode(MethodInfo mth, InvokeType invokeType, int argsCount)
  • Method Details