public class net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfLegacyVmMethod extends net.bytebuddy.description.method.ParameterList$AbstractBase<net.bytebuddy.description.method.ParameterDescription$InDefinedShape>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfLegacyVmMethod
  super_class: net.bytebuddy.description.method.ParameterList$AbstractBase
{
  private final java.lang.reflect.Method method;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Class<?>[] parameterType;
    descriptor: [Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: [Ljava/lang/Class<*>;

  private final net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource parameterAnnotationSource;
    descriptor: Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(java.lang.reflect.Method, net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource);
    descriptor: (Ljava/lang/reflect/Method;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfLegacyVmMethod this
        start local 1 // java.lang.reflect.Method method
        start local 2 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource parameterAnnotationSource
         0: .line 482
            aload 0 /* this */
            invokespecial net.bytebuddy.description.method.ParameterList$AbstractBase.<init>:()V
         1: .line 483
            aload 0 /* this */
            aload 1 /* method */
            putfield net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfLegacyVmMethod.method:Ljava/lang/reflect/Method;
         2: .line 484
            aload 0 /* this */
            aload 1 /* method */
            invokevirtual java.lang.reflect.Method.getParameterTypes:()[Ljava/lang/Class;
            putfield net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfLegacyVmMethod.parameterType:[Ljava/lang/Class;
         3: .line 485
            aload 0 /* this */
            aload 2 /* parameterAnnotationSource */
            putfield net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfLegacyVmMethod.parameterAnnotationSource:Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;
         4: .line 486
            return
        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$OfLegacyVmMethod this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    5     0                       this  Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable$OfLegacyVmMethod;
            0    5     1                     method  Ljava/lang/reflect/Method;
            0    5     2  parameterAnnotationSource  Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;
    MethodParameters:
                           Name  Flags
      method                     
      parameterAnnotationSource  

  public net.bytebuddy.description.method.ParameterDescription$InDefinedShape get(int);
    descriptor: (I)Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfLegacyVmMethod this
        start local 1 // int index
         0: .line 492
            new net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmMethod
            dup
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfLegacyVmMethod.method:Ljava/lang/reflect/Method;
            iload 1 /* index */
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfLegacyVmMethod.parameterType:[Ljava/lang/Class;
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfLegacyVmMethod.parameterAnnotationSource:Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;
            invokespecial net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmMethod.<init>:(Ljava/lang/reflect/Method;I[Ljava/lang/Class;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)V
            areturn
        end local 1 // int index
        end local 0 // net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfLegacyVmMethod this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable$OfLegacyVmMethod;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfLegacyVmMethod this
         0: .line 499
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfLegacyVmMethod.parameterType:[Ljava/lang/Class;
            arraylength
            ireturn
        end local 0 // net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfLegacyVmMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable$OfLegacyVmMethod;

  public java.lang.Object get(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfLegacyVmMethod.get:(I)Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lnet/bytebuddy/description/method/ParameterList$AbstractBase<Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;>;
SourceFile: "ParameterList.java"
NestHost: net.bytebuddy.description.method.ParameterList
InnerClasses:
  public abstract ForLoadedParameter = net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter of net.bytebuddy.description.method.ParameterDescription
  protected OfLegacyVmMethod = net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmMethod of net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter
  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 AbstractBase = net.bytebuddy.description.method.ParameterList$AbstractBase of net.bytebuddy.description.method.ParameterList
  public abstract ForLoadedExecutable = net.bytebuddy.description.method.ParameterList$ForLoadedExecutable of net.bytebuddy.description.method.ParameterList
  protected OfLegacyVmMethod = net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfLegacyVmMethod of net.bytebuddy.description.method.ParameterList$ForLoadedExecutable