public class net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor extends net.bytebuddy.description.method.MethodDescription$InDefinedShape$AbstractBase implements net.bytebuddy.description.method.ParameterDescription$ForLoadedParameter$ParameterAnnotationSource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor
  super_class: net.bytebuddy.description.method.MethodDescription$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<*>;

  public void <init>(java.lang.reflect.Constructor<?>);
    descriptor: (Ljava/lang/reflect/Constructor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
        start local 1 // java.lang.reflect.Constructor constructor
         0: .line 974
            aload 0 /* this */
            invokespecial net.bytebuddy.description.method.MethodDescription$InDefinedShape$AbstractBase.<init>:()V
         1: .line 975
            aload 0 /* this */
            aload 1 /* constructor */
            putfield net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor.constructor:Ljava/lang/reflect/Constructor;
         2: .line 976
            return
        end local 1 // java.lang.reflect.Constructor constructor
        end local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;
            0    3     1  constructor  Ljava/lang/reflect/Constructor<*>;
    Signature: (Ljava/lang/reflect/Constructor<*>;)V
    MethodParameters:
             Name  Flags
      constructor  

  public net.bytebuddy.description.type.TypeDescription getDeclaringType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
         0: .line 982
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor.constructor:Ljava/lang/reflect/Constructor;
            invokevirtual java.lang.reflect.Constructor.getDeclaringClass:()Ljava/lang/Class;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;

  public net.bytebuddy.description.type.TypeDescription$Generic getReturnType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
         0: .line 989
            getstatic net.bytebuddy.description.type.TypeDescription$Generic.VOID:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;

  public net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription$InDefinedShape> getParameters();
    descriptor: ()Lnet/bytebuddy/description/method/ParameterList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
         0: .line 997
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor.constructor:Ljava/lang/reflect/Constructor;
            aload 0 /* this */
            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 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;
    Signature: ()Lnet/bytebuddy/description/method/ParameterList<Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;>;
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.CachedReturnPlugin$Enhance(value = "parameters")

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

  public boolean isConstructor();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
         0: .line 1011
            iconst_1
            ireturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;

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

  public boolean represents(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
        start local 1 // java.lang.reflect.Method method
         0: .line 1025
            iconst_0
            ireturn
        end local 1 // java.lang.reflect.Method method
        end local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;
            0    1     1  method  Ljava/lang/reflect/Method;
    MethodParameters:
        Name  Flags
      method  

  public boolean represents(java.lang.reflect.Constructor<?>);
    descriptor: (Ljava/lang/reflect/Constructor;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
        start local 1 // java.lang.reflect.Constructor constructor
         0: .line 1032
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor.constructor:Ljava/lang/reflect/Constructor;
            aload 1 /* constructor */
            invokevirtual java.lang.reflect.Constructor.equals:(Ljava/lang/Object;)Z
            ifne 1
            aload 0 /* this */
            new net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor
            dup
            aload 1 /* constructor */
            invokespecial net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor.<init>:(Ljava/lang/reflect/Constructor;)V
            invokevirtual net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor.equals:(Ljava/lang/Object;)Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 1 // java.lang.reflect.Constructor constructor
        end local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;
            0    2     1  constructor  Ljava/lang/reflect/Constructor<*>;
    Signature: (Ljava/lang/reflect/Constructor<*>;)Z
    MethodParameters:
             Name  Flags
      constructor  

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
         0: .line 1039
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor.constructor:Ljava/lang/reflect/Constructor;
            invokevirtual java.lang.reflect.Constructor.getName:()Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;

  public int getModifiers();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
         0: .line 1046
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor.constructor:Ljava/lang/reflect/Constructor;
            invokevirtual java.lang.reflect.Constructor.getModifiers:()I
            ireturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;

  public boolean isSynthetic();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
         0: .line 1053
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor.constructor:Ljava/lang/reflect/Constructor;
            invokevirtual java.lang.reflect.Constructor.isSynthetic:()Z
            ireturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;

  public java.lang.String getInternalName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
         0: .line 1060
            ldc "<init>"
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;

  public java.lang.String getDescriptor();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
         0: .line 1067
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor.constructor:Ljava/lang/reflect/Constructor;
            invokestatic org.objectweb.asm.Type.getConstructorDescriptor:(Ljava/lang/reflect/Constructor;)Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;

  public net.bytebuddy.description.annotation.AnnotationValue<?, ?> getDefaultValue();
    descriptor: ()Lnet/bytebuddy/description/annotation/AnnotationValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
         0: .line 1074
            getstatic net.bytebuddy.description.annotation.AnnotationValue.UNDEFINED:Lnet/bytebuddy/description/annotation/AnnotationValue;
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;
    Signature: ()Lnet/bytebuddy/description/annotation/AnnotationValue<**>;

  public net.bytebuddy.description.annotation.AnnotationList getDeclaredAnnotations();
    descriptor: ()Lnet/bytebuddy/description/annotation/AnnotationList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
         0: .line 1082
            new net.bytebuddy.description.annotation.AnnotationList$ForLoadedAnnotations
            dup
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor.constructor:Ljava/lang/reflect/Constructor;
            invokevirtual java.lang.reflect.Constructor.getDeclaredAnnotations:()[Ljava/lang/annotation/Annotation;
            invokespecial net.bytebuddy.description.annotation.AnnotationList$ForLoadedAnnotations.<init>:([Ljava/lang/annotation/Annotation;)V
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.CachedReturnPlugin$Enhance(value = "declaredAnnotations")

  public net.bytebuddy.description.type.TypeList$Generic getTypeVariables();
    descriptor: ()Lnet/bytebuddy/description/type/TypeList$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
         0: .line 1089
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor.constructor:Ljava/lang/reflect/Constructor;
            invokestatic net.bytebuddy.description.type.TypeList$Generic$ForLoadedTypes$OfTypeVariables.of:(Ljava/lang/reflect/GenericDeclaration;)Lnet/bytebuddy/description/type/TypeList$Generic;
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;

  public net.bytebuddy.description.type.TypeDescription$Generic getReceiverType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
         0: .line 1096
            getstatic net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader.DISPATCHER:Lnet/bytebuddy/description/type/TypeDescription$Generic$AnnotationReader$Dispatcher;
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor.constructor:Ljava/lang/reflect/Constructor;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher.resolveReceiverType:(Ljava/lang/reflect/AccessibleObject;)Lnet/bytebuddy/description/type/TypeDescription$Generic;
            astore 1 /* receiverType */
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic receiverType
         1: .line 1097
            aload 1 /* receiverType */
            ifnonnull 3
         2: .line 1098
            aload 0 /* this */
            invokespecial net.bytebuddy.description.method.MethodDescription$InDefinedShape$AbstractBase.getReceiverType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            goto 4
         3: .line 1099
      StackMap locals: net.bytebuddy.description.type.TypeDescription$Generic
      StackMap stack:
            aload 1 /* receiverType */
         4: .line 1097
      StackMap locals:
      StackMap stack: net.bytebuddy.description.type.TypeDescription$Generic
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic receiverType
        end local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;
            1    5     1  receiverType  Lnet/bytebuddy/description/type/TypeDescription$Generic;

  public java.lang.annotation.Annotation[][] getParameterAnnotations();
    descriptor: ()[[Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
         0: .line 1107
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor.constructor:Ljava/lang/reflect/Constructor;
            invokevirtual java.lang.reflect.Constructor.getParameterAnnotations:()[[Ljava/lang/annotation/Annotation;
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$ForLoadedConstructor;
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.CachedReturnPlugin$Enhance(value = "parameterAnnotations")

  public net.bytebuddy.description.type.TypeDefinition getDeclaringType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDefinition;
    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.MethodDescription$ForLoadedConstructor.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDescription;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "MethodDescription.java"
NestHost: net.bytebuddy.description.method.MethodDescription
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.CachedReturnPlugin$Enhance of net.bytebuddy.build.CachedReturnPlugin
  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 AbstractBase = net.bytebuddy.description.method.MethodDescription$InDefinedShape$AbstractBase of net.bytebuddy.description.method.MethodDescription$InDefinedShape
  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
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$ForLoadedType of net.bytebuddy.description.type.TypeDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract AnnotationReader = net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader of net.bytebuddy.description.type.TypeDescription$Generic
  public abstract Dispatcher = net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher of net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader
  public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
  public ForLoadedTypes = net.bytebuddy.description.type.TypeList$Generic$ForLoadedTypes of net.bytebuddy.description.type.TypeList$Generic
  public OfTypeVariables = net.bytebuddy.description.type.TypeList$Generic$ForLoadedTypes$OfTypeVariables of net.bytebuddy.description.type.TypeList$Generic$ForLoadedTypes
  public OfConstructorExceptionTypes = net.bytebuddy.description.type.TypeList$Generic$OfConstructorExceptionTypes of net.bytebuddy.description.type.TypeList$Generic