public class net.bytebuddy.dynamic.NexusAccessor$Dispatcher$Available implements net.bytebuddy.dynamic.NexusAccessor$Dispatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.dynamic.NexusAccessor$Dispatcher$Available
  super_class: java.lang.Object
{
  private static final java.lang.Object STATIC_METHOD;
    descriptor: Ljava/lang/Object;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 253
            aconst_null
            putstatic net.bytebuddy.dynamic.NexusAccessor$Dispatcher$Available.STATIC_METHOD:Ljava/lang/Object;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(java.lang.reflect.Method, java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.dynamic.NexusAccessor$Dispatcher$Available this
        start local 1 // java.lang.reflect.Method register
        start local 2 // java.lang.reflect.Method clean
         0: .line 271
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 272
            aload 0 /* this */
            aload 1 /* register */
            putfield net.bytebuddy.dynamic.NexusAccessor$Dispatcher$Available.register:Ljava/lang/reflect/Method;
         2: .line 273
            aload 0 /* this */
            aload 2 /* clean */
            putfield net.bytebuddy.dynamic.NexusAccessor$Dispatcher$Available.clean:Ljava/lang/reflect/Method;
         3: .line 274
            return
        end local 2 // java.lang.reflect.Method clean
        end local 1 // java.lang.reflect.Method register
        end local 0 // net.bytebuddy.dynamic.NexusAccessor$Dispatcher$Available this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lnet/bytebuddy/dynamic/NexusAccessor$Dispatcher$Available;
            0    4     1  register  Ljava/lang/reflect/Method;
            0    4     2     clean  Ljava/lang/reflect/Method;
    MethodParameters:
          Name  Flags
      register  
      clean     

  public boolean isAlive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.NexusAccessor$Dispatcher$Available this
         0: .line 280
            iconst_1
            ireturn
        end local 0 // net.bytebuddy.dynamic.NexusAccessor$Dispatcher$Available this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/NexusAccessor$Dispatcher$Available;

  public void clean(java.lang.ref.Reference<? extends java.lang.ClassLoader>);
    descriptor: (Ljava/lang/ref/Reference;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // net.bytebuddy.dynamic.NexusAccessor$Dispatcher$Available this
        start local 1 // java.lang.ref.Reference reference
         0: .line 288
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.NexusAccessor$Dispatcher$Available.clean:Ljava/lang/reflect/Method;
            getstatic net.bytebuddy.dynamic.NexusAccessor$Dispatcher$Available.STATIC_METHOD:Ljava/lang/Object;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* reference */
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 289
            goto 6
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
         2: astore 2 /* exception */
        start local 2 // java.lang.IllegalAccessException exception
         3: .line 290
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot access: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.NexusAccessor$Dispatcher$Available.clean:Ljava/lang/reflect/Method;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 2 /* exception */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.IllegalAccessException exception
         4: .line 291
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 2 /* exception */
        start local 2 // java.lang.reflect.InvocationTargetException exception
         5: .line 292
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot invoke: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.NexusAccessor$Dispatcher$Available.clean:Ljava/lang/reflect/Method;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 2 /* exception */
            invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.reflect.InvocationTargetException exception
         6: .line 294
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.ref.Reference reference
        end local 0 // net.bytebuddy.dynamic.NexusAccessor$Dispatcher$Available this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lnet/bytebuddy/dynamic/NexusAccessor$Dispatcher$Available;
            0    7     1  reference  Ljava/lang/ref/Reference<+Ljava/lang/ClassLoader;>;
            3    4     2  exception  Ljava/lang/IllegalAccessException;
            5    6     2  exception  Ljava/lang/reflect/InvocationTargetException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalAccessException
           0     1       4  Class java.lang.reflect.InvocationTargetException
    Signature: (Ljava/lang/ref/Reference<+Ljava/lang/ClassLoader;>;)V
    MethodParameters:
           Name  Flags
      reference  

  public void register(java.lang.String, java.lang.ClassLoader, java.lang.ref.ReferenceQueue<? super java.lang.ClassLoader>, int, net.bytebuddy.implementation.LoadedTypeInitializer);
    descriptor: (Ljava/lang/String;Ljava/lang/ClassLoader;Ljava/lang/ref/ReferenceQueue;ILnet/bytebuddy/implementation/LoadedTypeInitializer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=6
        start local 0 // net.bytebuddy.dynamic.NexusAccessor$Dispatcher$Available this
        start local 1 // java.lang.String name
        start local 2 // java.lang.ClassLoader classLoader
        start local 3 // java.lang.ref.ReferenceQueue referenceQueue
        start local 4 // int identification
        start local 5 // net.bytebuddy.implementation.LoadedTypeInitializer loadedTypeInitializer
         0: .line 305
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.NexusAccessor$Dispatcher$Available.register:Ljava/lang/reflect/Method;
            getstatic net.bytebuddy.dynamic.NexusAccessor$Dispatcher$Available.STATIC_METHOD:Ljava/lang/Object;
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* name */
            aastore
            dup
            iconst_1
            aload 2 /* classLoader */
            aastore
            dup
            iconst_2
            aload 3 /* referenceQueue */
            aastore
            dup
            iconst_3
            iload 4 /* identification */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_4
            aload 5 /* loadedTypeInitializer */
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 306
            goto 6
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
         2: astore 6 /* exception */
        start local 6 // java.lang.IllegalAccessException exception
         3: .line 307
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot access: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.NexusAccessor$Dispatcher$Available.register:Ljava/lang/reflect/Method;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 6 /* exception */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 6 // java.lang.IllegalAccessException exception
         4: .line 308
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 6 /* exception */
        start local 6 // java.lang.reflect.InvocationTargetException exception
         5: .line 309
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot invoke: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.NexusAccessor$Dispatcher$Available.register:Ljava/lang/reflect/Method;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 6 /* exception */
            invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 6 // java.lang.reflect.InvocationTargetException exception
         6: .line 311
      StackMap locals:
      StackMap stack:
            return
        end local 5 // net.bytebuddy.implementation.LoadedTypeInitializer loadedTypeInitializer
        end local 4 // int identification
        end local 3 // java.lang.ref.ReferenceQueue referenceQueue
        end local 2 // java.lang.ClassLoader classLoader
        end local 1 // java.lang.String name
        end local 0 // net.bytebuddy.dynamic.NexusAccessor$Dispatcher$Available this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    7     0                   this  Lnet/bytebuddy/dynamic/NexusAccessor$Dispatcher$Available;
            0    7     1                   name  Ljava/lang/String;
            0    7     2            classLoader  Ljava/lang/ClassLoader;
            0    7     3         referenceQueue  Ljava/lang/ref/ReferenceQueue<-Ljava/lang/ClassLoader;>;
            0    7     4         identification  I
            0    7     5  loadedTypeInitializer  Lnet/bytebuddy/implementation/LoadedTypeInitializer;
            3    4     6              exception  Ljava/lang/IllegalAccessException;
            5    6     6              exception  Ljava/lang/reflect/InvocationTargetException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalAccessException
           0     1       4  Class java.lang.reflect.InvocationTargetException
    Signature: (Ljava/lang/String;Ljava/lang/ClassLoader;Ljava/lang/ref/ReferenceQueue<-Ljava/lang/ClassLoader;>;ILnet/bytebuddy/implementation/LoadedTypeInitializer;)V
    MethodParameters:
                       Name  Flags
      name                   
      classLoader            
      referenceQueue         
      identification         
      loadedTypeInitializer  
}
SourceFile: "NexusAccessor.java"
NestHost: net.bytebuddy.dynamic.NexusAccessor
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  protected abstract Dispatcher = net.bytebuddy.dynamic.NexusAccessor$Dispatcher of net.bytebuddy.dynamic.NexusAccessor
  public Available = net.bytebuddy.dynamic.NexusAccessor$Dispatcher$Available of net.bytebuddy.dynamic.NexusAccessor$Dispatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()