public class net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher$ForJava7CapableVm implements net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher$ForJava7CapableVm
  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 returnType;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.reflect.Method parameterArray;
    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 347
            iconst_0
            anewarray java.lang.Object
            putstatic net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher$ForJava7CapableVm.NO_ARGUMENTS:[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.utility.JavaConstant$MethodType$Dispatcher$ForJava7CapableVm this
        start local 1 // java.lang.reflect.Method returnType
        start local 2 // java.lang.reflect.Method parameterArray
         0: .line 365
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 366
            aload 0 /* this */
            aload 1 /* returnType */
            putfield net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher$ForJava7CapableVm.returnType:Ljava/lang/reflect/Method;
         2: .line 367
            aload 0 /* this */
            aload 2 /* parameterArray */
            putfield net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher$ForJava7CapableVm.parameterArray:Ljava/lang/reflect/Method;
         3: .line 368
            return
        end local 2 // java.lang.reflect.Method parameterArray
        end local 1 // java.lang.reflect.Method returnType
        end local 0 // net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher$ForJava7CapableVm this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lnet/bytebuddy/utility/JavaConstant$MethodType$Dispatcher$ForJava7CapableVm;
            0    4     1      returnType  Ljava/lang/reflect/Method;
            0    4     2  parameterArray  Ljava/lang/reflect/Method;
    MethodParameters:
                Name  Flags
      returnType      
      parameterArray  

  public java.lang.Class<?> returnType();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher$ForJava7CapableVm this
        start local 1 // java.lang.Object methodType
         0: .line 375
            aload 0 /* this */
            getfield net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher$ForJava7CapableVm.returnType:Ljava/lang/reflect/Method;
            aload 1 /* methodType */
            getstatic net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher$ForJava7CapableVm.NO_ARGUMENTS:[Ljava/lang/Object;
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Class
         1: areturn
         2: .line 376
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 2 /* exception */
        start local 2 // java.lang.IllegalAccessException exception
         3: .line 377
            new java.lang.IllegalStateException
            dup
            ldc "Cannot access java.lang.invoke.MethodType#returnType"
            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 378
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 2 /* exception */
        start local 2 // java.lang.reflect.InvocationTargetException exception
         5: .line 379
            new java.lang.IllegalStateException
            dup
            ldc "Error invoking java.lang.invoke.MethodType#returnType"
            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 methodType
        end local 0 // net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher$ForJava7CapableVm this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lnet/bytebuddy/utility/JavaConstant$MethodType$Dispatcher$ForJava7CapableVm;
            0    6     1  methodType  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
    Signature: (Ljava/lang/Object;)Ljava/lang/Class<*>;
    MethodParameters:
            Name  Flags
      methodType  

  public java.lang.Class<?>[] parameterArray();
    descriptor: (Ljava/lang/Object;)[Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher$ForJava7CapableVm this
        start local 1 // java.lang.Object methodType
         0: .line 388
            aload 0 /* this */
            getfield net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher$ForJava7CapableVm.parameterArray:Ljava/lang/reflect/Method;
            aload 1 /* methodType */
            getstatic net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher$ForJava7CapableVm.NO_ARGUMENTS:[Ljava/lang/Object;
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Class[]
         1: areturn
         2: .line 389
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 2 /* exception */
        start local 2 // java.lang.IllegalAccessException exception
         3: .line 390
            new java.lang.IllegalStateException
            dup
            ldc "Cannot access java.lang.invoke.MethodType#parameterArray"
            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 391
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 2 /* exception */
        start local 2 // java.lang.reflect.InvocationTargetException exception
         5: .line 392
            new java.lang.IllegalStateException
            dup
            ldc "Error invoking java.lang.invoke.MethodType#parameterArray"
            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 methodType
        end local 0 // net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher$ForJava7CapableVm this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lnet/bytebuddy/utility/JavaConstant$MethodType$Dispatcher$ForJava7CapableVm;
            0    6     1  methodType  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
    Signature: (Ljava/lang/Object;)[Ljava/lang/Class<*>;
    MethodParameters:
            Name  Flags
      methodType  
}
SourceFile: "JavaConstant.java"
NestHost: net.bytebuddy.utility.JavaConstant
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public MethodType = net.bytebuddy.utility.JavaConstant$MethodType of net.bytebuddy.utility.JavaConstant
  protected abstract Dispatcher = net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher of net.bytebuddy.utility.JavaConstant$MethodType
  public ForJava7CapableVm = net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher$ForJava7CapableVm of net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()