public interface org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin$Receiver
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin$Receiver
  super_class: java.lang.Object
{
  public org.graalvm.compiler.nodes.ValueNode get();
    descriptor: ()Lorg/graalvm/compiler/nodes/ValueNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin$Receiver this
         0: .line 56
            aload 0 /* this */
            iconst_1
            invokeinterface org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin$Receiver.get:(Z)Lorg/graalvm/compiler/nodes/ValueNode;
            areturn
        end local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin$Receiver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;

  public abstract org.graalvm.compiler.nodes.ValueNode get(boolean);
    descriptor: (Z)Lorg/graalvm/compiler/nodes/ValueNode;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                  Name  Flags
      performNullCheck  

  public boolean isConstant();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin$Receiver this
         0: .line 68
            iconst_0
            ireturn
        end local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin$Receiver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
}
SourceFile: "InvocationPlugin.java"
NestHost: org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin
InnerClasses:
  public abstract Receiver = org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin$Receiver of org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin