public class net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor extends net.bytebuddy.description.method.ParameterDescription$InDefinedShape$AbstractBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor
  super_class: net.bytebuddy.description.method.ParameterDescription$InDefinedShape$AbstractBase
{
  private final java.lang.reflect.Constructor<?> constructor;
    descriptor: Ljava/lang/reflect/Constructor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/reflect/Constructor<*>;

  private final int index;
    descriptor: I
    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.Constructor<?>, int, java.lang.Class<?>[], net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource);
    descriptor: (Ljava/lang/reflect/Constructor;I[Ljava/lang/Class;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor this
        start local 1 // java.lang.reflect.Constructor constructor
        start local 2 // int index
        start local 3 // java.lang.Class[] parameterType
        start local 4 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource parameterAnnotationSource
         0: .line 777
            aload 0 /* this */
            invokespecial net.bytebuddy.description.method.ParameterDescription$InDefinedShape$AbstractBase.<init>:()V
         1: .line 778
            aload 0 /* this */
            aload 1 /* constructor */
            putfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.constructor:Ljava/lang/reflect/Constructor;
         2: .line 779
            aload 0 /* this */
            iload 2 /* index */
            putfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.index:I
         3: .line 780
            aload 0 /* this */
            aload 3 /* parameterType */
            putfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.parameterType:[Ljava/lang/Class;
         4: .line 781
            aload 0 /* this */
            aload 4 /* parameterAnnotationSource */
            putfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.parameterAnnotationSource:Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;
         5: .line 782
            return
        end local 4 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource parameterAnnotationSource
        end local 3 // java.lang.Class[] parameterType
        end local 2 // int index
        end local 1 // java.lang.reflect.Constructor constructor
        end local 0 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    6     0                       this  Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor;
            0    6     1                constructor  Ljava/lang/reflect/Constructor<*>;
            0    6     2                      index  I
            0    6     3              parameterType  [Ljava/lang/Class;
            0    6     4  parameterAnnotationSource  Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;
    Signature: (Ljava/lang/reflect/Constructor<*>;I[Ljava/lang/Class<*>;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)V
    MethodParameters:
                           Name  Flags
      constructor                
      index                      
      parameterType              
      parameterAnnotationSource  

  public net.bytebuddy.description.type.TypeDescription$Generic getType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor this
         0: .line 788
            getstatic net.bytebuddy.description.type.TypeDescription$AbstractBase.RAW_TYPES:Z
            ifeq 2
         1: .line 789
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.parameterType:[Ljava/lang/Class;
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.index:I
            aaload
            invokestatic net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription$Generic;
            areturn
         2: .line 791
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection$OfConstructorParameter
            dup
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.constructor:Ljava/lang/reflect/Constructor;
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.index:I
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.parameterType:[Ljava/lang/Class;
            invokespecial net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection$OfConstructorParameter.<init>:(Ljava/lang/reflect/Constructor;I[Ljava/lang/Class;)V
            areturn
        end local 0 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor;

  public net.bytebuddy.description.method.MethodDescription$InDefinedShape getDeclaringMethod();
    descriptor: ()Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor this
         0: .line 798
            new net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor
            dup
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.constructor:Ljava/lang/reflect/Constructor;
            invokespecial net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor.<init>:(Ljava/lang/reflect/Constructor;)V
            areturn
        end local 0 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor;

  public int getIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor this
         0: .line 805
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.index:I
            ireturn
        end local 0 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor;

  public boolean isNamed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor this
         0: .line 812
            iconst_0
            ireturn
        end local 0 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor;

  public boolean hasModifiers();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor this
         0: .line 819
            iconst_0
            ireturn
        end local 0 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor;

  public net.bytebuddy.description.annotation.AnnotationList getDeclaredAnnotations();
    descriptor: ()Lnet/bytebuddy/description/annotation/AnnotationList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor this
         0: .line 826
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.getDeclaringMethod:()Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            astore 1 /* declaringMethod */
        start local 1 // net.bytebuddy.description.method.MethodDescription$InDefinedShape declaringMethod
         1: .line 827
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.parameterAnnotationSource:Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;
            invokeinterface net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource.getParameterAnnotations:()[[Ljava/lang/annotation/Annotation;
            astore 2 /* parameterAnnotation */
        start local 2 // java.lang.annotation.Annotation[][] parameterAnnotation
         2: .line 828
            aload 2 /* parameterAnnotation */
            arraylength
            aload 1 /* declaringMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.size:()I
            if_icmpeq 7
            aload 1 /* declaringMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.isInnerClass:()Z
            ifeq 7
         3: .line 829
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.index:I
            ifne 5
         4: .line 830
            new net.bytebuddy.description.annotation.AnnotationList$Empty
            dup
            invokespecial net.bytebuddy.description.annotation.AnnotationList$Empty.<init>:()V
            goto 6
         5: .line 831
      StackMap locals: net.bytebuddy.description.method.MethodDescription$InDefinedShape java.lang.annotation.Annotation[][]
      StackMap stack:
            new net.bytebuddy.description.annotation.AnnotationList$ForLoadedAnnotations
            dup
            aload 2 /* parameterAnnotation */
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.index:I
            iconst_1
            isub
            aaload
            invokespecial net.bytebuddy.description.annotation.AnnotationList$ForLoadedAnnotations.<init>:([Ljava/lang/annotation/Annotation;)V
         6: .line 829
      StackMap locals:
      StackMap stack: java.util.AbstractList
            areturn
         7: .line 833
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.description.annotation.AnnotationList$ForLoadedAnnotations
            dup
            aload 2 /* parameterAnnotation */
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.index:I
            aaload
            invokespecial net.bytebuddy.description.annotation.AnnotationList$ForLoadedAnnotations.<init>:([Ljava/lang/annotation/Annotation;)V
            areturn
        end local 2 // java.lang.annotation.Annotation[][] parameterAnnotation
        end local 1 // net.bytebuddy.description.method.MethodDescription$InDefinedShape declaringMethod
        end local 0 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    8     0                 this  Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor;
            1    8     1      declaringMethod  Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            2    8     2  parameterAnnotation  [[Ljava/lang/annotation/Annotation;

  public net.bytebuddy.description.method.MethodDescription getDeclaringMethod();
    descriptor: ()Lnet/bytebuddy/description/method/MethodDescription;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor.getDeclaringMethod:()Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ParameterDescription.java"
NestHost: net.bytebuddy.description.method.ParameterDescription
InnerClasses:
  public Empty = net.bytebuddy.description.annotation.AnnotationList$Empty of net.bytebuddy.description.annotation.AnnotationList
  public ForLoadedAnnotations = net.bytebuddy.description.annotation.AnnotationList$ForLoadedAnnotations of net.bytebuddy.description.annotation.AnnotationList
  public ForLoadedConstructor = net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor of net.bytebuddy.description.method.MethodDescription
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public abstract ForLoadedParameter = net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter of net.bytebuddy.description.method.ParameterDescription
  protected OfLegacyVmConstructor = net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfLegacyVmConstructor 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.ParameterDescription$InDefinedShape$AbstractBase of net.bytebuddy.description.method.ParameterDescription$InDefinedShape
  public abstract AbstractBase = net.bytebuddy.description.type.TypeDescription$AbstractBase of net.bytebuddy.description.type.TypeDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract LazyProjection = net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection of net.bytebuddy.description.type.TypeDescription$Generic
  public OfConstructorParameter = net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection$OfConstructorParameter of net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection
  public abstract OfNonGenericType = net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType of net.bytebuddy.description.type.TypeDescription$Generic
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType$ForLoadedType of net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType