public abstract class net.bytebuddy.description.method.ParameterList$ForLoadedExecutable<T> extends net.bytebuddy.description.method.ParameterList$AbstractBase<net.bytebuddy.description.method.ParameterDescription$InDefinedShape>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.description.method.ParameterList$ForLoadedExecutable
  super_class: net.bytebuddy.description.method.ParameterList$AbstractBase
{
  private static final net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher DISPATCHER;
    descriptor: Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable$Dispatcher;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  protected final T executable;
    descriptor: Ljava/lang/Object;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: TT;

  protected final net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource parameterAnnotationSource;
    descriptor: Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 141
            getstatic net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher$CreationAction.INSTANCE:Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable$Dispatcher$CreationAction;
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher
            putstatic net.bytebuddy.description.method.ParameterList$ForLoadedExecutable.DISPATCHER:Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable$Dispatcher;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(T, net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource);
    descriptor: (Ljava/lang/Object;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 this
        start local 1 // java.lang.Object executable
        start local 2 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource parameterAnnotationSource
         0: .line 159
            aload 0 /* this */
            invokespecial net.bytebuddy.description.method.ParameterList$AbstractBase.<init>:()V
         1: .line 160
            aload 0 /* this */
            aload 1 /* executable */
            putfield net.bytebuddy.description.method.ParameterList$ForLoadedExecutable.executable:Ljava/lang/Object;
         2: .line 161
            aload 0 /* this */
            aload 2 /* parameterAnnotationSource */
            putfield net.bytebuddy.description.method.ParameterList$ForLoadedExecutable.parameterAnnotationSource:Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;
         3: .line 162
            return
        end local 2 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource parameterAnnotationSource
        end local 1 // java.lang.Object executable
        end local 0 // net.bytebuddy.description.method.ParameterList$ForLoadedExecutable this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    4     0                       this  Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable<TT;>;
            0    4     1                 executable  TT;
            0    4     2  parameterAnnotationSource  Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;
    Signature: (TT;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)V
    MethodParameters:
                           Name  Flags
      executable                 
      parameterAnnotationSource  

  public static net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription$InDefinedShape> of(java.lang.reflect.Constructor<?>);
    descriptor: (Ljava/lang/reflect/Constructor;)Lnet/bytebuddy/description/method/ParameterList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.lang.reflect.Constructor constructor
         0: .line 171
            aload 0 /* constructor */
            new net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource$ForLoadedConstructor
            dup
            aload 0 /* constructor */
            invokespecial net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource$ForLoadedConstructor.<init>:(Ljava/lang/reflect/Constructor;)V
            invokestatic net.bytebuddy.description.method.ParameterList$ForLoadedExecutable.of:(Ljava/lang/reflect/Constructor;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)Lnet/bytebuddy/description/method/ParameterList;
            areturn
        end local 0 // java.lang.reflect.Constructor constructor
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0  constructor  Ljava/lang/reflect/Constructor<*>;
    Signature: (Ljava/lang/reflect/Constructor<*>;)Lnet/bytebuddy/description/method/ParameterList<Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;>;
    MethodParameters:
             Name  Flags
      constructor  

  public static net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription$InDefinedShape> of(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: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.reflect.Constructor constructor
        start local 1 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource parameterAnnotationSource
         0: .line 183
            getstatic net.bytebuddy.description.method.ParameterList$ForLoadedExecutable.DISPATCHER:Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable$Dispatcher;
            aload 0 /* constructor */
            aload 1 /* parameterAnnotationSource */
            invokeinterface net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher.describe:(Ljava/lang/reflect/Constructor;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)Lnet/bytebuddy/description/method/ParameterList;
            areturn
        end local 1 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource parameterAnnotationSource
        end local 0 // java.lang.reflect.Constructor constructor
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    1     0                constructor  Ljava/lang/reflect/Constructor<*>;
            0    1     1  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 static net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription$InDefinedShape> of(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Lnet/bytebuddy/description/method/ParameterList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.lang.reflect.Method method
         0: .line 193
            aload 0 /* method */
            new net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource$ForLoadedMethod
            dup
            aload 0 /* method */
            invokespecial net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource$ForLoadedMethod.<init>:(Ljava/lang/reflect/Method;)V
            invokestatic net.bytebuddy.description.method.ParameterList$ForLoadedExecutable.of:(Ljava/lang/reflect/Method;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)Lnet/bytebuddy/description/method/ParameterList;
            areturn
        end local 0 // java.lang.reflect.Method method
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  method  Ljava/lang/reflect/Method;
    Signature: (Ljava/lang/reflect/Method;)Lnet/bytebuddy/description/method/ParameterList<Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;>;
    MethodParameters:
        Name  Flags
      method  

  public static net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription$InDefinedShape> of(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: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.reflect.Method method
        start local 1 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource parameterAnnotationSource
         0: .line 205
            getstatic net.bytebuddy.description.method.ParameterList$ForLoadedExecutable.DISPATCHER:Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable$Dispatcher;
            aload 0 /* method */
            aload 1 /* parameterAnnotationSource */
            invokeinterface net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher.describe:(Ljava/lang/reflect/Method;Lnet/bytebuddy/description/method/ParameterDescription$ForLoadedParameter$ParameterAnnotationSource;)Lnet/bytebuddy/description/method/ParameterList;
            areturn
        end local 1 // net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource parameterAnnotationSource
        end local 0 // java.lang.reflect.Method method
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    1     0                     method  Ljava/lang/reflect/Method;
            0    1     1  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  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.ParameterList$ForLoadedExecutable this
         0: .line 212
            getstatic net.bytebuddy.description.method.ParameterList$ForLoadedExecutable.DISPATCHER:Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable$Dispatcher;
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterList$ForLoadedExecutable.executable:Ljava/lang/Object;
            invokeinterface net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher.getParameterCount:(Ljava/lang/Object;)I
            ireturn
        end local 0 // net.bytebuddy.description.method.ParameterList$ForLoadedExecutable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/ParameterList$ForLoadedExecutable<TT;>;
}
Signature: <T:Ljava/lang/Object;>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
  public abstract ParameterAnnotationSource = net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource of net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter
  public ForLoadedConstructor = net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource$ForLoadedConstructor of net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource
  public ForLoadedMethod = net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource$ForLoadedMethod of net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource
  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 abstract Dispatcher = net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher of net.bytebuddy.description.method.ParameterList$ForLoadedExecutable
  public final CreationAction = net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher$CreationAction 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 OfLegacyVmConstructor = net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfLegacyVmConstructor of net.bytebuddy.description.method.ParameterList$ForLoadedExecutable
  protected OfLegacyVmMethod = net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfLegacyVmMethod of net.bytebuddy.description.method.ParameterList$ForLoadedExecutable
  protected OfMethod = net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$OfMethod of net.bytebuddy.description.method.ParameterList$ForLoadedExecutable