public class net.bytebuddy.description.method.MethodDescription$Latent 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
  super_class: net.bytebuddy.description.method.MethodDescription$InDefinedShape$AbstractBase
{
  private final net.bytebuddy.description.type.TypeDescription declaringType;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String internalName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int modifiers;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<? extends net.bytebuddy.description.type.TypeVariableToken> typeVariables;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<+Lnet/bytebuddy/description/type/TypeVariableToken;>;

  private final net.bytebuddy.description.type.TypeDescription$Generic returnType;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<? extends net.bytebuddy.description.method.ParameterDescription$Token> parameterTokens;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<+Lnet/bytebuddy/description/method/ParameterDescription$Token;>;

  private final java.util.List<? extends net.bytebuddy.description.type.TypeDescription$Generic> exceptionTypes;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<+Lnet/bytebuddy/description/type/TypeDescription$Generic;>;

  private final java.util.List<? extends net.bytebuddy.description.annotation.AnnotationDescription> declaredAnnotations;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<+Lnet/bytebuddy/description/annotation/AnnotationDescription;>;

  private final net.bytebuddy.description.annotation.AnnotationValue<?, ?> defaultValue;
    descriptor: Lnet/bytebuddy/description/annotation/AnnotationValue;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/description/annotation/AnnotationValue<**>;

  private final net.bytebuddy.description.type.TypeDescription$Generic receiverType;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription$Token);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription$Token;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=3, args_size=3
        start local 0 // net.bytebuddy.description.method.MethodDescription$Latent this
        start local 1 // net.bytebuddy.description.type.TypeDescription declaringType
        start local 2 // net.bytebuddy.description.method.MethodDescription$Token token
         0: .line 1357
            aload 0 /* this */
            aload 1 /* declaringType */
         1: .line 1358
            aload 2 /* token */
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getName:()Ljava/lang/String;
         2: .line 1359
            aload 2 /* token */
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getModifiers:()I
         3: .line 1360
            aload 2 /* token */
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getTypeVariableTokens:()Lnet/bytebuddy/description/ByteCodeElement$Token$TokenList;
         4: .line 1361
            aload 2 /* token */
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
         5: .line 1362
            aload 2 /* token */
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getParameterTokens:()Lnet/bytebuddy/description/ByteCodeElement$Token$TokenList;
         6: .line 1363
            aload 2 /* token */
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getExceptionTypes:()Lnet/bytebuddy/description/type/TypeList$Generic;
         7: .line 1364
            aload 2 /* token */
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
         8: .line 1365
            aload 2 /* token */
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getDefaultValue:()Lnet/bytebuddy/description/annotation/AnnotationValue;
         9: .line 1366
            aload 2 /* token */
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getReceiverType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokespecial net.bytebuddy.description.method.MethodDescription$Latent.<init>:(Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/String;ILjava/util/List;Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List;Ljava/util/List;Ljava/util/List;Lnet/bytebuddy/description/annotation/AnnotationValue;Lnet/bytebuddy/description/type/TypeDescription$Generic;)V
        10: .line 1367
            return
        end local 2 // net.bytebuddy.description.method.MethodDescription$Token token
        end local 1 // net.bytebuddy.description.type.TypeDescription declaringType
        end local 0 // net.bytebuddy.description.method.MethodDescription$Latent this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lnet/bytebuddy/description/method/MethodDescription$Latent;
            0   11     1  declaringType  Lnet/bytebuddy/description/type/TypeDescription;
            0   11     2          token  Lnet/bytebuddy/description/method/MethodDescription$Token;
    MethodParameters:
               Name  Flags
      declaringType  
      token          

  public void <init>(net.bytebuddy.description.type.TypeDescription, java.lang.String, int, java.util.List<? extends net.bytebuddy.description.type.TypeVariableToken>, net.bytebuddy.description.type.TypeDescription$Generic, java.util.List<? extends net.bytebuddy.description.method.ParameterDescription$Token>, java.util.List<? extends net.bytebuddy.description.type.TypeDescription$Generic>, java.util.List<? extends net.bytebuddy.description.annotation.AnnotationDescription>, net.bytebuddy.description.annotation.AnnotationValue<?, ?>, net.bytebuddy.description.type.TypeDescription$Generic);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/String;ILjava/util/List;Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List;Ljava/util/List;Ljava/util/List;Lnet/bytebuddy/description/annotation/AnnotationValue;Lnet/bytebuddy/description/type/TypeDescription$Generic;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=11, args_size=11
        start local 0 // net.bytebuddy.description.method.MethodDescription$Latent this
        start local 1 // net.bytebuddy.description.type.TypeDescription declaringType
        start local 2 // java.lang.String internalName
        start local 3 // int modifiers
        start local 4 // java.util.List typeVariables
        start local 5 // net.bytebuddy.description.type.TypeDescription$Generic returnType
        start local 6 // java.util.List parameterTokens
        start local 7 // java.util.List exceptionTypes
        start local 8 // java.util.List declaredAnnotations
        start local 9 // net.bytebuddy.description.annotation.AnnotationValue defaultValue
        start local 10 // net.bytebuddy.description.type.TypeDescription$Generic receiverType
         0: .line 1383
            aload 0 /* this */
            invokespecial net.bytebuddy.description.method.MethodDescription$InDefinedShape$AbstractBase.<init>:()V
         1: .line 1393
            aload 0 /* this */
            aload 1 /* declaringType */
            putfield net.bytebuddy.description.method.MethodDescription$Latent.declaringType:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 1394
            aload 0 /* this */
            aload 2 /* internalName */
            putfield net.bytebuddy.description.method.MethodDescription$Latent.internalName:Ljava/lang/String;
         3: .line 1395
            aload 0 /* this */
            iload 3 /* modifiers */
            putfield net.bytebuddy.description.method.MethodDescription$Latent.modifiers:I
         4: .line 1396
            aload 0 /* this */
            aload 4 /* typeVariables */
            putfield net.bytebuddy.description.method.MethodDescription$Latent.typeVariables:Ljava/util/List;
         5: .line 1397
            aload 0 /* this */
            aload 5 /* returnType */
            putfield net.bytebuddy.description.method.MethodDescription$Latent.returnType:Lnet/bytebuddy/description/type/TypeDescription$Generic;
         6: .line 1398
            aload 0 /* this */
            aload 6 /* parameterTokens */
            putfield net.bytebuddy.description.method.MethodDescription$Latent.parameterTokens:Ljava/util/List;
         7: .line 1399
            aload 0 /* this */
            aload 7 /* exceptionTypes */
            putfield net.bytebuddy.description.method.MethodDescription$Latent.exceptionTypes:Ljava/util/List;
         8: .line 1400
            aload 0 /* this */
            aload 8 /* declaredAnnotations */
            putfield net.bytebuddy.description.method.MethodDescription$Latent.declaredAnnotations:Ljava/util/List;
         9: .line 1401
            aload 0 /* this */
            aload 9 /* defaultValue */
            putfield net.bytebuddy.description.method.MethodDescription$Latent.defaultValue:Lnet/bytebuddy/description/annotation/AnnotationValue;
        10: .line 1402
            aload 0 /* this */
            aload 10 /* receiverType */
            putfield net.bytebuddy.description.method.MethodDescription$Latent.receiverType:Lnet/bytebuddy/description/type/TypeDescription$Generic;
        11: .line 1403
            return
        end local 10 // net.bytebuddy.description.type.TypeDescription$Generic receiverType
        end local 9 // net.bytebuddy.description.annotation.AnnotationValue defaultValue
        end local 8 // java.util.List declaredAnnotations
        end local 7 // java.util.List exceptionTypes
        end local 6 // java.util.List parameterTokens
        end local 5 // net.bytebuddy.description.type.TypeDescription$Generic returnType
        end local 4 // java.util.List typeVariables
        end local 3 // int modifiers
        end local 2 // java.lang.String internalName
        end local 1 // net.bytebuddy.description.type.TypeDescription declaringType
        end local 0 // net.bytebuddy.description.method.MethodDescription$Latent this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   12     0                 this  Lnet/bytebuddy/description/method/MethodDescription$Latent;
            0   12     1        declaringType  Lnet/bytebuddy/description/type/TypeDescription;
            0   12     2         internalName  Ljava/lang/String;
            0   12     3            modifiers  I
            0   12     4        typeVariables  Ljava/util/List<+Lnet/bytebuddy/description/type/TypeVariableToken;>;
            0   12     5           returnType  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            0   12     6      parameterTokens  Ljava/util/List<+Lnet/bytebuddy/description/method/ParameterDescription$Token;>;
            0   12     7       exceptionTypes  Ljava/util/List<+Lnet/bytebuddy/description/type/TypeDescription$Generic;>;
            0   12     8  declaredAnnotations  Ljava/util/List<+Lnet/bytebuddy/description/annotation/AnnotationDescription;>;
            0   12     9         defaultValue  Lnet/bytebuddy/description/annotation/AnnotationValue<**>;
            0   12    10         receiverType  Lnet/bytebuddy/description/type/TypeDescription$Generic;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/String;ILjava/util/List<+Lnet/bytebuddy/description/type/TypeVariableToken;>;Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List<+Lnet/bytebuddy/description/method/ParameterDescription$Token;>;Ljava/util/List<+Lnet/bytebuddy/description/type/TypeDescription$Generic;>;Ljava/util/List<+Lnet/bytebuddy/description/annotation/AnnotationDescription;>;Lnet/bytebuddy/description/annotation/AnnotationValue<**>;Lnet/bytebuddy/description/type/TypeDescription$Generic;)V
    MethodParameters:
                     Name  Flags
      declaringType        
      internalName         
      modifiers            
      typeVariables        
      returnType           
      parameterTokens      
      exceptionTypes       
      declaredAnnotations  
      defaultValue         
      receiverType         

  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 this
         0: .line 1409
            aload 0 /* this */
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$Latent.typeVariables:Ljava/util/List;
            invokestatic net.bytebuddy.description.type.TypeList$Generic$ForDetachedTypes.attachVariables:(Lnet/bytebuddy/description/method/MethodDescription;Ljava/util/List;)Lnet/bytebuddy/description/type/TypeList$Generic;
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$Latent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$Latent;

  public net.bytebuddy.description.type.TypeDescription$Generic getReturnType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$Latent this
         0: .line 1416
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$Latent.returnType:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 0 /* this */
            invokestatic net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForAttachment.of:(Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor$Substitutor$ForAttachment;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.accept:(Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription$Generic
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$Latent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$Latent;

  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=4, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$Latent this
         0: .line 1423
            new net.bytebuddy.description.method.ParameterList$ForTokens
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$Latent.parameterTokens:Ljava/util/List;
            invokespecial net.bytebuddy.description.method.ParameterList$ForTokens.<init>:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/List;)V
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$Latent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$Latent;
    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 this
         0: .line 1430
            aload 0 /* this */
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$Latent.exceptionTypes:Ljava/util/List;
            invokestatic net.bytebuddy.description.type.TypeList$Generic$ForDetachedTypes.attach:(Lnet/bytebuddy/description/method/MethodDescription;Ljava/util/List;)Lnet/bytebuddy/description/type/TypeList$Generic;
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$Latent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$Latent;

  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$Latent this
         0: .line 1437
            new net.bytebuddy.description.annotation.AnnotationList$Explicit
            dup
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$Latent.declaredAnnotations:Ljava/util/List;
            invokespecial net.bytebuddy.description.annotation.AnnotationList$Explicit.<init>:(Ljava/util/List;)V
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$Latent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$Latent;

  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 this
         0: .line 1444
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$Latent.internalName:Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$Latent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$Latent;

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

  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 this
         0: .line 1458
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$Latent.modifiers:I
            ireturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$Latent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$Latent;

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

  public net.bytebuddy.description.type.TypeDescription$Generic getReceiverType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$Latent this
         0: .line 1472
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$Latent.receiverType:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            ifnonnull 2
         1: .line 1473
            aload 0 /* this */
            invokespecial net.bytebuddy.description.method.MethodDescription$InDefinedShape$AbstractBase.getReceiverType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            goto 3
         2: .line 1474
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$Latent.receiverType:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 0 /* this */
            invokestatic net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForAttachment.of:(Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor$Substitutor$ForAttachment;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.accept:(Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription$Generic
         3: .line 1472
      StackMap locals:
      StackMap stack: net.bytebuddy.description.type.TypeDescription$Generic
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$Latent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lnet/bytebuddy/description/method/MethodDescription$Latent;

  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.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 Token = net.bytebuddy.description.ByteCodeElement$Token of net.bytebuddy.description.ByteCodeElement
  public TokenList = net.bytebuddy.description.ByteCodeElement$Token$TokenList of net.bytebuddy.description.ByteCodeElement$Token
  public Explicit = net.bytebuddy.description.annotation.AnnotationList$Explicit 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 Token = net.bytebuddy.description.method.MethodDescription$Token of net.bytebuddy.description.method.MethodDescription
  public abstract InDefinedShape = net.bytebuddy.description.method.ParameterDescription$InDefinedShape of net.bytebuddy.description.method.ParameterDescription
  public Token = net.bytebuddy.description.method.ParameterDescription$Token of net.bytebuddy.description.method.ParameterDescription
  public ForTokens = net.bytebuddy.description.method.ParameterList$ForTokens of net.bytebuddy.description.method.ParameterList
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract Visitor = net.bytebuddy.description.type.TypeDescription$Generic$Visitor of net.bytebuddy.description.type.TypeDescription$Generic
  public abstract Substitutor = net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor of net.bytebuddy.description.type.TypeDescription$Generic$Visitor
  public ForAttachment = net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForAttachment of net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor
  public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
  public ForDetachedTypes = net.bytebuddy.description.type.TypeList$Generic$ForDetachedTypes of net.bytebuddy.description.type.TypeList$Generic