public class net.bytebuddy.description.method.MethodDescription$Latent$TypeInitializer extends net.bytebuddy.description.method.MethodDescription$InDefinedShape$AbstractBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.description.method.MethodDescription$Latent$TypeInitializer
  super_class: net.bytebuddy.description.method.MethodDescription$InDefinedShape$AbstractBase
{
  private final net.bytebuddy.description.type.TypeDescription typeDescription;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.method.MethodDescription$Latent$TypeInitializer this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 1492
            aload 0 /* this */
            invokespecial net.bytebuddy.description.method.MethodDescription$InDefinedShape$AbstractBase.<init>:()V
         1: .line 1493
            aload 0 /* this */
            aload 1 /* typeDescription */
            putfield net.bytebuddy.description.method.MethodDescription$Latent$TypeInitializer.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 1494
            return
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.description.method.MethodDescription$Latent$TypeInitializer this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lnet/bytebuddy/description/method/MethodDescription$Latent$TypeInitializer;
            0    3     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                 Name  Flags
      typeDescription  

  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$Latent$TypeInitializer this
         0: .line 1500
            getstatic net.bytebuddy.description.type.TypeDescription$Generic.VOID:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$Latent$TypeInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$Latent$TypeInitializer;

  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$Latent$TypeInitializer this
         0: .line 1507
            new net.bytebuddy.description.method.ParameterList$Empty
            dup
            invokespecial net.bytebuddy.description.method.ParameterList$Empty.<init>:()V
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$Latent$TypeInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$Latent$TypeInitializer;
    Signature: ()Lnet/bytebuddy/description/method/ParameterList<Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;>;

  public net.bytebuddy.description.type.TypeList$Generic getExceptionTypes();
    descriptor: ()Lnet/bytebuddy/description/type/TypeList$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$Latent$TypeInitializer this
         0: .line 1514
            new net.bytebuddy.description.type.TypeList$Generic$Empty
            dup
            invokespecial net.bytebuddy.description.type.TypeList$Generic$Empty.<init>:()V
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$Latent$TypeInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$Latent$TypeInitializer;

  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$Latent$TypeInitializer this
         0: .line 1521
            getstatic net.bytebuddy.description.annotation.AnnotationValue.UNDEFINED:Lnet/bytebuddy/description/annotation/AnnotationValue;
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$Latent$TypeInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$Latent$TypeInitializer;
    Signature: ()Lnet/bytebuddy/description/annotation/AnnotationValue<**>;

  public net.bytebuddy.description.type.TypeList$Generic getTypeVariables();
    descriptor: ()Lnet/bytebuddy/description/type/TypeList$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$Latent$TypeInitializer this
         0: .line 1528
            new net.bytebuddy.description.type.TypeList$Generic$Empty
            dup
            invokespecial net.bytebuddy.description.type.TypeList$Generic$Empty.<init>:()V
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$Latent$TypeInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$Latent$TypeInitializer;

  public net.bytebuddy.description.annotation.AnnotationList getDeclaredAnnotations();
    descriptor: ()Lnet/bytebuddy/description/annotation/AnnotationList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$Latent$TypeInitializer this
         0: .line 1535
            new net.bytebuddy.description.annotation.AnnotationList$Empty
            dup
            invokespecial net.bytebuddy.description.annotation.AnnotationList$Empty.<init>:()V
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$Latent$TypeInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$Latent$TypeInitializer;

  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$Latent$TypeInitializer this
         0: .line 1542
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$Latent$TypeInitializer.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$Latent$TypeInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$Latent$TypeInitializer;

  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$Latent$TypeInitializer this
         0: .line 1549
            bipush 8
            ireturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$Latent$TypeInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$Latent$TypeInitializer;

  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$Latent$TypeInitializer this
         0: .line 1556
            ldc "<clinit>"
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$Latent$TypeInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$Latent$TypeInitializer;

  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$Latent$TypeInitializer.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDescription;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "MethodDescription.java"
NestHost: net.bytebuddy.description.method.MethodDescription
InnerClasses:
  public Empty = net.bytebuddy.description.annotation.AnnotationList$Empty of net.bytebuddy.description.annotation.AnnotationList
  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 Latent = net.bytebuddy.description.method.MethodDescription$Latent of net.bytebuddy.description.method.MethodDescription
  public TypeInitializer = net.bytebuddy.description.method.MethodDescription$Latent$TypeInitializer of net.bytebuddy.description.method.MethodDescription$Latent
  public abstract InDefinedShape = net.bytebuddy.description.method.ParameterDescription$InDefinedShape of net.bytebuddy.description.method.ParameterDescription
  public Empty = net.bytebuddy.description.method.ParameterList$Empty of net.bytebuddy.description.method.ParameterList
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
  public Empty = net.bytebuddy.description.type.TypeList$Generic$Empty of net.bytebuddy.description.type.TypeList$Generic