public class net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm implements net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm
  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 getParameterCount;
    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 314
            iconst_0
            anewarray java.lang.Object
            putstatic net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm.NO_ARGUMENTS:[Ljava/lang/Object;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm this
        start local 1 // java.lang.reflect.Method getParameterCount
         0: .line 326
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 327
            aload 0 /* this */
            aload 1 /* getParameterCount */
            putfield net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm.getParameterCount:Ljava/lang/reflect/Method;
         2: .line 328
            return
        end local 1 // java.lang.reflect.Method getParameterCount
        end local 0 // net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm;
            0    3     1  getParameterCount  Ljava/lang/reflect/Method;
    MethodParameters:
                   Name  Flags
      getParameterCount  

  public int getParameterCount(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm this
        start local 1 // java.lang.Object executable
         0: .line 335
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm.getParameterCount:Ljava/lang/reflect/Method;
            aload 1 /* executable */
            getstatic net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm.NO_ARGUMENTS:[Ljava/lang/Object;
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
         1: ireturn
         2: .line 336
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 2 /* exception */
        start local 2 // java.lang.IllegalAccessException exception
         3: .line 337
            new java.lang.IllegalStateException
            dup
            ldc "Cannot access java.lang.reflect.Parameter#getModifiers"
            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 338
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 2 /* exception */
        start local 2 // java.lang.reflect.InvocationTargetException exception
         5: .line 339
            new java.lang.IllegalStateException
            dup
            ldc "Error invoking java.lang.reflect.Parameter#getModifiers"
            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 executable
        end local 0 // net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm;
            0    6     1  executable  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
      executable  

  public net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription$InDefinedShape> describe(java.lang.reflect.Constructor<?>, net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource);
    descriptor: (Ljava/lang/reflect/Constructor;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)Lnet/bytebuddy/description/method/ParameterList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm this
        start local 1 // java.lang.reflect.Constructor constructor
        start local 2 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource parameterAnnotationSource
         0: .line 348
            new net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfConstructor
            dup
            aload 1 /* constructor */
            aload 2 /* parameterAnnotationSource */
            invokespecial net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfConstructor.<init>:(Ljava/lang/reflect/Constructor;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)V
            areturn
        end local 2 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource parameterAnnotationSource
        end local 1 // java.lang.reflect.Constructor constructor
        end local 0 // net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    1     0                       this  Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm;
            0    1     1                constructor  Ljava/lang/reflect/Constructor<*>;
            0    1     2  parameterAnnotationSource  Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;
    Signature: (Ljava/lang/reflect/Constructor<*>;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)Lnet/bytebuddy/description/method/ParameterList<Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;>;
    MethodParameters:
                           Name  Flags
      constructor                
      parameterAnnotationSource  

  public net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription$InDefinedShape> describe(java.lang.reflect.Method, net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource);
    descriptor: (Ljava/lang/reflect/Method;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)Lnet/bytebuddy/description/method/ParameterList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm this
        start local 1 // java.lang.reflect.Method method
        start local 2 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource parameterAnnotationSource
         0: .line 356
            new net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfMethod
            dup
            aload 1 /* method */
            aload 2 /* parameterAnnotationSource */
            invokespecial net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfMethod.<init>:(Ljava/lang/reflect/Method;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)V
            areturn
        end local 2 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource parameterAnnotationSource
        end local 1 // java.lang.reflect.Method method
        end local 0 // net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    1     0                       this  Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm;
            0    1     1                     method  Ljava/lang/reflect/Method;
            0    1     2  parameterAnnotationSource  Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;
    Signature: (Ljava/lang/reflect/Method;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)Lnet/bytebuddy/description/method/ParameterList<Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;>;
    MethodParameters:
                           Name  Flags
      method                     
      parameterAnnotationSource  
}
SourceFile: "ParameterList.java"
NestHost: net.bytebuddy.description.method.ParameterList
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract ForLoadedParameter = net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter of net.bytebuddy.description.method.ParameterDescription
  public abstract ParameterAnnotationSource = net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource of net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter
  public abstract InDefinedShape = net.bytebuddy.description.method.ParameterDescription$InDefinedShape of net.bytebuddy.description.method.ParameterDescription
  public abstract ForLoadedExecutable = net.bytebuddy.description.method.ParameterList$ForLoadedExecutable of net.bytebuddy.description.method.ParameterList
  protected abstract Dispatcher = net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher of net.bytebuddy.description.method.ParameterList$ForLoadedExecutable
  public ForJava8CapableVm = net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm of net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher
  protected OfConstructor = net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfConstructor of net.bytebuddy.description.method.ParameterList$ForLoadedExecutable
  protected OfMethod = net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfMethod of net.bytebuddy.description.method.ParameterList$ForLoadedExecutable
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()