public class net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfMethod extends net.bytebuddy.description.method.ParameterList$ForLoadedExecutable<java.lang.reflect.Method>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfMethod
  super_class: net.bytebuddy.description.method.ParameterList$ForLoadedExecutable
{
  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=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfMethod this
        start local 1 // java.lang.reflect.Method method
        start local 2 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource parameterAnnotationSource
         0: .line 396
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* parameterAnnotationSource */
            invokespecial net.bytebuddy.description.method.ParameterList$ForLoadedExecutable.<init>:(Ljava/lang/Object;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)V
         1: .line 397
            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$OfMethod this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    2     0                       this  Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable$OfMethod;
            0    2     1                     method  Ljava/lang/reflect/Method;
            0    2     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=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfMethod this
        start local 1 // int index
         0: .line 403
            new net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfMethod
            dup
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfMethod.executable:Ljava/lang/Object;
            checkcast java.lang.reflect.Method
            iload 1 /* index */
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfMethod.parameterAnnotationSource:Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;
            invokespecial net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfMethod.<init>:(Ljava/lang/reflect/Method;ILnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)V
            areturn
        end local 1 // int index
        end local 0 // net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfMethod this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable$OfMethod;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  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$OfMethod.get:(I)Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable<Ljava/lang/reflect/Method;>;
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 OfMethod = net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$OfMethod 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 ForLoadedExecutable = net.bytebuddy.description.method.ParameterList$ForLoadedExecutable of net.bytebuddy.description.method.ParameterList
  protected OfMethod = net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfMethod of net.bytebuddy.description.method.ParameterList$ForLoadedExecutable