public class net.bytebuddy.utility.JavaModule$Dispatcher$Enabled implements net.bytebuddy.utility.JavaModule$Dispatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.utility.JavaModule$Dispatcher$Enabled
  super_class: java.lang.Object
{
  private static final java.lang.Object[] NO_ARGUMENTS;
    descriptor: [Ljava/lang/Object;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

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

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

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

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

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

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

  private final java.lang.reflect.Method redefineModule;
    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 288
            iconst_0
            anewarray java.lang.Object
            putstatic net.bytebuddy.utility.JavaModule$Dispatcher$Enabled.NO_ARGUMENTS:[Ljava/lang/Object;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(java.lang.reflect.Method, java.lang.reflect.Method, java.lang.reflect.Method, java.lang.reflect.Method, java.lang.reflect.Method, java.lang.reflect.Method, java.lang.reflect.Method, java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=9, args_size=9
        start local 0 // net.bytebuddy.utility.JavaModule$Dispatcher$Enabled this
        start local 1 // java.lang.reflect.Method getModule
        start local 2 // java.lang.reflect.Method getClassLoader
        start local 3 // java.lang.reflect.Method isNamed
        start local 4 // java.lang.reflect.Method getName
        start local 5 // java.lang.reflect.Method getResourceAsStream
        start local 6 // java.lang.reflect.Method canRead
        start local 7 // java.lang.reflect.Method isModifiableModule
        start local 8 // java.lang.reflect.Method redefineModule
         0: .line 342
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 350
            aload 0 /* this */
            aload 1 /* getModule */
            putfield net.bytebuddy.utility.JavaModule$Dispatcher$Enabled.getModule:Ljava/lang/reflect/Method;
         2: .line 351
            aload 0 /* this */
            aload 2 /* getClassLoader */
            putfield net.bytebuddy.utility.JavaModule$Dispatcher$Enabled.getClassLoader:Ljava/lang/reflect/Method;
         3: .line 352
            aload 0 /* this */
            aload 3 /* isNamed */
            putfield net.bytebuddy.utility.JavaModule$Dispatcher$Enabled.isNamed:Ljava/lang/reflect/Method;
         4: .line 353
            aload 0 /* this */
            aload 4 /* getName */
            putfield net.bytebuddy.utility.JavaModule$Dispatcher$Enabled.getName:Ljava/lang/reflect/Method;
         5: .line 354
            aload 0 /* this */
            aload 5 /* getResourceAsStream */
            putfield net.bytebuddy.utility.JavaModule$Dispatcher$Enabled.getResourceAsStream:Ljava/lang/reflect/Method;
         6: .line 355
            aload 0 /* this */
            aload 6 /* canRead */
            putfield net.bytebuddy.utility.JavaModule$Dispatcher$Enabled.canRead:Ljava/lang/reflect/Method;
         7: .line 356
            aload 0 /* this */
            aload 7 /* isModifiableModule */
            putfield net.bytebuddy.utility.JavaModule$Dispatcher$Enabled.isModifiableModule:Ljava/lang/reflect/Method;
         8: .line 357
            aload 0 /* this */
            aload 8 /* redefineModule */
            putfield net.bytebuddy.utility.JavaModule$Dispatcher$Enabled.redefineModule:Ljava/lang/reflect/Method;
         9: .line 358
            return
        end local 8 // java.lang.reflect.Method redefineModule
        end local 7 // java.lang.reflect.Method isModifiableModule
        end local 6 // java.lang.reflect.Method canRead
        end local 5 // java.lang.reflect.Method getResourceAsStream
        end local 4 // java.lang.reflect.Method getName
        end local 3 // java.lang.reflect.Method isNamed
        end local 2 // java.lang.reflect.Method getClassLoader
        end local 1 // java.lang.reflect.Method getModule
        end local 0 // net.bytebuddy.utility.JavaModule$Dispatcher$Enabled this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   10     0                 this  Lnet/bytebuddy/utility/JavaModule$Dispatcher$Enabled;
            0   10     1            getModule  Ljava/lang/reflect/Method;
            0   10     2       getClassLoader  Ljava/lang/reflect/Method;
            0   10     3              isNamed  Ljava/lang/reflect/Method;
            0   10     4              getName  Ljava/lang/reflect/Method;
            0   10     5  getResourceAsStream  Ljava/lang/reflect/Method;
            0   10     6              canRead  Ljava/lang/reflect/Method;
            0   10     7   isModifiableModule  Ljava/lang/reflect/Method;
            0   10     8       redefineModule  Ljava/lang/reflect/Method;
    MethodParameters:
                     Name  Flags
      getModule            
      getClassLoader       
      isNamed              
      getName              
      getResourceAsStream  
      canRead              
      isModifiableModule   
      redefineModule       

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

  public net.bytebuddy.utility.JavaModule moduleOf(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Lnet/bytebuddy/utility/JavaModule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // net.bytebuddy.utility.JavaModule$Dispatcher$Enabled this
        start local 1 // java.lang.Class type
         0: .line 372
            new net.bytebuddy.utility.JavaModule
            dup
            aload 0 /* this */
            getfield net.bytebuddy.utility.JavaModule$Dispatcher$Enabled.getModule:Ljava/lang/reflect/Method;
            aload 1 /* type */
            getstatic net.bytebuddy.utility.JavaModule$Dispatcher$Enabled.NO_ARGUMENTS:[Ljava/lang/Object;
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            invokespecial net.bytebuddy.utility.JavaModule.<init>:(Ljava/lang/Object;)V
         1: areturn
         2: .line 373
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 2 /* exception */
        start local 2 // java.lang.IllegalAccessException exception
         3: .line 374
            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.utility.JavaModule$Dispatcher$Enabled.getModule: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 375
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 2 /* exception */
        start local 2 // java.lang.reflect.InvocationTargetException exception
         5: .line 376
            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.utility.JavaModule$Dispatcher$Enabled.getModule: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
        end local 1 // java.lang.Class type
        end local 0 // net.bytebuddy.utility.JavaModule$Dispatcher$Enabled this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lnet/bytebuddy/utility/JavaModule$Dispatcher$Enabled;
            0    6     1       type  Ljava/lang/Class<*>;
            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/Class<*>;)Lnet/bytebuddy/utility/JavaModule;
    MethodParameters:
      Name  Flags
      type  

  public java.io.InputStream getResourceAsStream(java.lang.Object, java.lang.String);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;)Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // net.bytebuddy.utility.JavaModule$Dispatcher$Enabled this
        start local 1 // java.lang.Object module
        start local 2 // java.lang.String name
         0: .line 385
            aload 0 /* this */
            getfield net.bytebuddy.utility.JavaModule$Dispatcher$Enabled.getResourceAsStream:Ljava/lang/reflect/Method;
            aload 1 /* module */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* name */
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.io.InputStream
         1: areturn
         2: .line 386
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 3 /* exception */
        start local 3 // java.lang.IllegalAccessException exception
         3: .line 387
            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.utility.JavaModule$Dispatcher$Enabled.getResourceAsStream:Ljava/lang/reflect/Method;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 3 /* exception */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.IllegalAccessException exception
         4: .line 388
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 3 /* exception */
        start local 3 // java.lang.reflect.InvocationTargetException exception
         5: .line 389
            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.utility.JavaModule$Dispatcher$Enabled.getResourceAsStream:Ljava/lang/reflect/Method;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 3 /* 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 3 // java.lang.reflect.InvocationTargetException exception
        end local 2 // java.lang.String name
        end local 1 // java.lang.Object module
        end local 0 // net.bytebuddy.utility.JavaModule$Dispatcher$Enabled this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lnet/bytebuddy/utility/JavaModule$Dispatcher$Enabled;
            0    6     1     module  Ljava/lang/Object;
            0    6     2       name  Ljava/lang/String;
            3    4     3  exception  Ljava/lang/IllegalAccessException;
            5    6     3  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
    MethodParameters:
        Name  Flags
      module  
      name    

  public java.lang.ClassLoader getClassLoader(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/ClassLoader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // net.bytebuddy.utility.JavaModule$Dispatcher$Enabled this
        start local 1 // java.lang.Object module
         0: .line 398
            aload 0 /* this */
            getfield net.bytebuddy.utility.JavaModule$Dispatcher$Enabled.getClassLoader:Ljava/lang/reflect/Method;
            aload 1 /* module */
            getstatic net.bytebuddy.utility.JavaModule$Dispatcher$Enabled.NO_ARGUMENTS:[Ljava/lang/Object;
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.ClassLoader
         1: areturn
         2: .line 399
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 2 /* exception */
        start local 2 // java.lang.IllegalAccessException exception
         3: .line 400
            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.utility.JavaModule$Dispatcher$Enabled.getClassLoader: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 401
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 2 /* exception */
        start local 2 // java.lang.reflect.InvocationTargetException exception
         5: .line 402
            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.utility.JavaModule$Dispatcher$Enabled.getClassLoader: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
        end local 1 // java.lang.Object module
        end local 0 // net.bytebuddy.utility.JavaModule$Dispatcher$Enabled this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lnet/bytebuddy/utility/JavaModule$Dispatcher$Enabled;
            0    6     1     module  Ljava/lang/Object;
            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
    MethodParameters:
        Name  Flags
      module  

  public boolean isNamed(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // net.bytebuddy.utility.JavaModule$Dispatcher$Enabled this
        start local 1 // java.lang.Object module
         0: .line 411
            aload 0 /* this */
            getfield net.bytebuddy.utility.JavaModule$Dispatcher$Enabled.isNamed:Ljava/lang/reflect/Method;
            aload 1 /* module */
            getstatic net.bytebuddy.utility.JavaModule$Dispatcher$Enabled.NO_ARGUMENTS:[Ljava/lang/Object;
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
         1: ireturn
         2: .line 412
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 2 /* exception */
        start local 2 // java.lang.IllegalAccessException exception
         3: .line 413
            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.utility.JavaModule$Dispatcher$Enabled.isNamed: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 414
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 2 /* exception */
        start local 2 // java.lang.reflect.InvocationTargetException exception
         5: .line 415
            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.utility.JavaModule$Dispatcher$Enabled.isNamed: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
        end local 1 // java.lang.Object module
        end local 0 // net.bytebuddy.utility.JavaModule$Dispatcher$Enabled this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lnet/bytebuddy/utility/JavaModule$Dispatcher$Enabled;
            0    6     1     module  Ljava/lang/Object;
            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
    MethodParameters:
        Name  Flags
      module  

  public java.lang.String getName(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // net.bytebuddy.utility.JavaModule$Dispatcher$Enabled this
        start local 1 // java.lang.Object module
         0: .line 424
            aload 0 /* this */
            getfield net.bytebuddy.utility.JavaModule$Dispatcher$Enabled.getName:Ljava/lang/reflect/Method;
            aload 1 /* module */
            getstatic net.bytebuddy.utility.JavaModule$Dispatcher$Enabled.NO_ARGUMENTS:[Ljava/lang/Object;
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
         1: areturn
         2: .line 425
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 2 /* exception */
        start local 2 // java.lang.IllegalAccessException exception
         3: .line 426
            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.utility.JavaModule$Dispatcher$Enabled.getName: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 427
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 2 /* exception */
        start local 2 // java.lang.reflect.InvocationTargetException exception
         5: .line 428
            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.utility.JavaModule$Dispatcher$Enabled.getName: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
        end local 1 // java.lang.Object module
        end local 0 // net.bytebuddy.utility.JavaModule$Dispatcher$Enabled this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lnet/bytebuddy/utility/JavaModule$Dispatcher$Enabled;
            0    6     1     module  Ljava/lang/Object;
            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
    MethodParameters:
        Name  Flags
      module  

  public boolean canRead(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // net.bytebuddy.utility.JavaModule$Dispatcher$Enabled this
        start local 1 // java.lang.Object source
        start local 2 // java.lang.Object target
         0: .line 437
            aload 0 /* this */
            getfield net.bytebuddy.utility.JavaModule$Dispatcher$Enabled.canRead:Ljava/lang/reflect/Method;
            aload 1 /* source */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* target */
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
         1: ireturn
         2: .line 438
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 3 /* exception */
        start local 3 // java.lang.IllegalAccessException exception
         3: .line 439
            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.utility.JavaModule$Dispatcher$Enabled.canRead:Ljava/lang/reflect/Method;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 3 /* exception */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.IllegalAccessException exception
         4: .line 440
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 3 /* exception */
        start local 3 // java.lang.reflect.InvocationTargetException exception
         5: .line 441
            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.utility.JavaModule$Dispatcher$Enabled.canRead:Ljava/lang/reflect/Method;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 3 /* 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 3 // java.lang.reflect.InvocationTargetException exception
        end local 2 // java.lang.Object target
        end local 1 // java.lang.Object source
        end local 0 // net.bytebuddy.utility.JavaModule$Dispatcher$Enabled this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lnet/bytebuddy/utility/JavaModule$Dispatcher$Enabled;
            0    6     1     source  Ljava/lang/Object;
            0    6     2     target  Ljava/lang/Object;
            3    4     3  exception  Ljava/lang/IllegalAccessException;
            5    6     3  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
    MethodParameters:
        Name  Flags
      source  
      target  

  public void addReads(java.lang.instrument.Instrumentation, java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/instrument/Instrumentation;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // net.bytebuddy.utility.JavaModule$Dispatcher$Enabled this
        start local 1 // java.lang.instrument.Instrumentation instrumentation
        start local 2 // java.lang.Object source
        start local 3 // java.lang.Object target
         0: .line 450
            aload 0 /* this */
            getfield net.bytebuddy.utility.JavaModule$Dispatcher$Enabled.isModifiableModule:Ljava/lang/reflect/Method;
            aload 1 /* instrumentation */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* source */
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifne 6
         1: .line 451
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 2 /* source */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " is not modifiable"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 453
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 4 /* exception */
        start local 4 // java.lang.IllegalAccessException exception
         3: .line 454
            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.utility.JavaModule$Dispatcher$Enabled.redefineModule:Ljava/lang/reflect/Method;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 4 /* exception */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.lang.IllegalAccessException exception
         4: .line 455
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 4 /* exception */
        start local 4 // java.lang.reflect.InvocationTargetException exception
         5: .line 456
            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.utility.JavaModule$Dispatcher$Enabled.redefineModule:Ljava/lang/reflect/Method;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 4 /* 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 4 // java.lang.reflect.InvocationTargetException exception
         6: .line 459
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield net.bytebuddy.utility.JavaModule$Dispatcher$Enabled.redefineModule:Ljava/lang/reflect/Method;
            aload 1 /* instrumentation */
            bipush 6
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* source */
            aastore
            dup
            iconst_1
         7: .line 460
            aload 3 /* target */
            invokestatic java.util.Collections.singleton:(Ljava/lang/Object;)Ljava/util/Set;
            aastore
            dup
            iconst_2
         8: .line 461
            invokestatic java.util.Collections.emptyMap:()Ljava/util/Map;
            aastore
            dup
            iconst_3
         9: .line 462
            invokestatic java.util.Collections.emptyMap:()Ljava/util/Map;
            aastore
            dup
            iconst_4
        10: .line 463
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            aastore
            dup
            iconst_5
        11: .line 464
            invokestatic java.util.Collections.emptyMap:()Ljava/util/Map;
            aastore
        12: .line 459
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
        13: .line 465
            goto 18
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
        14: astore 4 /* exception */
        start local 4 // java.lang.IllegalAccessException exception
        15: .line 466
            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.utility.JavaModule$Dispatcher$Enabled.redefineModule:Ljava/lang/reflect/Method;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 4 /* exception */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.lang.IllegalAccessException exception
        16: .line 467
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 4 /* exception */
        start local 4 // java.lang.reflect.InvocationTargetException exception
        17: .line 468
            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.utility.JavaModule$Dispatcher$Enabled.redefineModule:Ljava/lang/reflect/Method;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 4 /* 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 4 // java.lang.reflect.InvocationTargetException exception
        18: .line 470
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Object target
        end local 2 // java.lang.Object source
        end local 1 // java.lang.instrument.Instrumentation instrumentation
        end local 0 // net.bytebuddy.utility.JavaModule$Dispatcher$Enabled this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   19     0             this  Lnet/bytebuddy/utility/JavaModule$Dispatcher$Enabled;
            0   19     1  instrumentation  Ljava/lang/instrument/Instrumentation;
            0   19     2           source  Ljava/lang/Object;
            0   19     3           target  Ljava/lang/Object;
            3    4     4        exception  Ljava/lang/IllegalAccessException;
            5    6     4        exception  Ljava/lang/reflect/InvocationTargetException;
           15   16     4        exception  Ljava/lang/IllegalAccessException;
           17   18     4        exception  Ljava/lang/reflect/InvocationTargetException;
      Exception table:
        from    to  target  type
           0     2       2  Class java.lang.IllegalAccessException
           0     2       4  Class java.lang.reflect.InvocationTargetException
           6    13      14  Class java.lang.IllegalAccessException
           6    13      16  Class java.lang.reflect.InvocationTargetException
    MethodParameters:
                 Name  Flags
      instrumentation  
      source           
      target           
}
SourceFile: "JavaModule.java"
NestHost: net.bytebuddy.utility.JavaModule
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  protected abstract Dispatcher = net.bytebuddy.utility.JavaModule$Dispatcher of net.bytebuddy.utility.JavaModule
  public Enabled = net.bytebuddy.utility.JavaModule$Dispatcher$Enabled of net.bytebuddy.utility.JavaModule$Dispatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()