public class org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration implements java.lang.AutoCloseable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration
  super_class: java.lang.Object
{
  private org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins;
    descriptor: Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
    flags: (0x0002) ACC_PRIVATE

  private final java.util.List<org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Binding> bindings;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Binding;>;

  private final java.lang.reflect.Type declaringType;
    descriptor: Ljava/lang/reflect/Type;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 606
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins, java.lang.reflect.Type);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Ljava/lang/reflect/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration this
        start local 1 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
        start local 2 // java.lang.reflect.Type declaringType
         0: .line 620
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 609
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.bindings:Ljava/util/List;
         2: .line 621
            aload 0 /* this */
            aload 1 /* plugins */
            putfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.plugins:Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
         3: .line 622
            aload 0 /* this */
            aload 2 /* declaringType */
            putfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.declaringType:Ljava/lang/reflect/Type;
         4: .line 623
            return
        end local 2 // java.lang.reflect.Type declaringType
        end local 1 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
        end local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$LateRegistration;
            0    5     1        plugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            0    5     2  declaringType  Ljava/lang/reflect/Type;
    MethodParameters:
               Name  Flags
      plugins        
      declaringType  

  public void register(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin, java.lang.String, java.lang.reflect.Type[]);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=7, locals=6, args_size=4
        start local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration this
        start local 1 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin plugin
        start local 2 // java.lang.String name
        start local 3 // java.lang.reflect.Type[] argumentTypes
         0: .line 635
            getstatic org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.plugins:Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            ifnonnull 1
            new java.lang.AssertionError
            dup
            ldc "Late registrations of invocation plugins for %s is already closed"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.declaringType:Ljava/lang/reflect/Type;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 636
      StackMap locals:
      StackMap stack:
            aload 3 /* argumentTypes */
            arraylength
            ifeq 2
            aload 3 /* argumentTypes */
            iconst_0
            aaload
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            if_acmpne 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_1
      StackMap locals:
      StackMap stack: int
         3: istore 4 /* isStatic */
        start local 4 // boolean isStatic
         4: .line 637
            iload 4 /* isStatic */
            ifne 6
         5: .line 638
            aload 3 /* argumentTypes */
            iconst_0
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.declaringType:Ljava/lang/reflect/Type;
            aastore
         6: .line 641
      StackMap locals: int
      StackMap stack:
            getstatic org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.$assertionsDisabled:Z
            ifne 7
            iload 4 /* isStatic */
            ifne 7
            aload 3 /* argumentTypes */
            iconst_0
            aaload
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.declaringType:Ljava/lang/reflect/Type;
            if_acmpeq 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         7: .line 642
      StackMap locals:
      StackMap stack:
            new org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Binding
            dup
            aload 1 /* plugin */
            iload 4 /* isStatic */
            aload 2 /* name */
            aload 3 /* argumentTypes */
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Binding.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;ZLjava/lang/String;[Ljava/lang/reflect/Type;)V
            astore 5 /* binding */
        start local 5 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Binding binding
         8: .line 643
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.bindings:Ljava/util/List;
            aload 5 /* binding */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         9: .line 645
            getstatic org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.$assertionsDisabled:Z
            ifne 10
            getstatic jdk.vm.ci.services.Services.IS_IN_NATIVE_IMAGE:Z
            ifne 10
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.plugins:Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.declaringType:Ljava/lang/reflect/Type;
            aload 5 /* binding */
            invokestatic org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Checks.check:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Ljava/lang/reflect/Type;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Binding;)Z
            ifne 10
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        10: .line 646
      StackMap locals: org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Binding
      StackMap stack:
            getstatic org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.$assertionsDisabled:Z
            ifne 11
            getstatic jdk.vm.ci.services.Services.IS_IN_NATIVE_IMAGE:Z
            ifne 11
            iconst_0
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.declaringType:Ljava/lang/reflect/Type;
            aload 5 /* binding */
            invokestatic org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Checks.checkResolvable:(ZLjava/lang/reflect/Type;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Binding;)Z
            ifne 11
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        11: .line 647
      StackMap locals:
      StackMap stack:
            return
        end local 5 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Binding binding
        end local 4 // boolean isStatic
        end local 3 // java.lang.reflect.Type[] argumentTypes
        end local 2 // java.lang.String name
        end local 1 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin plugin
        end local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   12     0           this  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$LateRegistration;
            0   12     1         plugin  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;
            0   12     2           name  Ljava/lang/String;
            0   12     3  argumentTypes  [Ljava/lang/reflect/Type;
            4   12     4       isStatic  Z
            8   12     5        binding  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Binding;
    MethodParameters:
               Name  Flags
      plugin         
      name           
      argumentTypes  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration this
         0: .line 651
            getstatic org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.plugins:Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            ifnonnull 1
            new java.lang.AssertionError
            dup
            ldc "Late registrations of invocation plugins for %s is already closed"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.declaringType:Ljava/lang/reflect/Type;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 652
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.plugins:Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.declaringType:Ljava/lang/reflect/Type;
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.bindings:Ljava/util/List;
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins.registerLate:(Ljava/lang/reflect/Type;Ljava/util/List;)V
         2: .line 653
            aload 0 /* this */
            aconst_null
            putfield org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration.plugins:Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
         3: .line 654
            return
        end local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$LateRegistration;
}
SourceFile: "InvocationPlugins.java"
NestHost: org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins
InnerClasses:
  public abstract Receiver = org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin$Receiver of org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin
  public Binding = org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Binding of org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins
  private Checks = org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Checks of org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins
  public LateRegistration = org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$LateRegistration of org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins