public class net.bytebuddy.description.method.ParameterDescription$Token implements net.bytebuddy.description.ByteCodeElement$Token<net.bytebuddy.description.method.ParameterDescription$Token>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.description.method.ParameterDescription$Token
  super_class: java.lang.Object
{
  public static final java.lang.String NO_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.lang.Integer NO_MODIFIERS;
    descriptor: Ljava/lang/Integer;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

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

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 1132
            aconst_null
            putstatic net.bytebuddy.description.method.ParameterDescription$Token.NO_NAME:Ljava/lang/String;
         1: .line 1137
            aconst_null
            putstatic net.bytebuddy.description.method.ParameterDescription$Token.NO_MODIFIERS:Ljava/lang/Integer;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(net.bytebuddy.description.type.TypeDescription$Generic);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.method.ParameterDescription$Token this
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic type
         0: .line 1166
            aload 0 /* this */
            aload 1 /* type */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            invokespecial net.bytebuddy.description.method.ParameterDescription$Token.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List;)V
         1: .line 1167
            return
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic type
        end local 0 // net.bytebuddy.description.method.ParameterDescription$Token this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/bytebuddy/description/method/ParameterDescription$Token;
            0    2     1  type  Lnet/bytebuddy/description/type/TypeDescription$Generic;
    MethodParameters:
      Name  Flags
      type  

  public void <init>(net.bytebuddy.description.type.TypeDescription$Generic, java.util.List<? extends net.bytebuddy.description.annotation.AnnotationDescription>);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // net.bytebuddy.description.method.ParameterDescription$Token this
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic type
        start local 2 // java.util.List annotations
         0: .line 1176
            aload 0 /* this */
            aload 1 /* type */
            aload 2 /* annotations */
            getstatic net.bytebuddy.description.method.ParameterDescription$Token.NO_NAME:Ljava/lang/String;
            getstatic net.bytebuddy.description.method.ParameterDescription$Token.NO_MODIFIERS:Ljava/lang/Integer;
            invokespecial net.bytebuddy.description.method.ParameterDescription$Token.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List;Ljava/lang/String;Ljava/lang/Integer;)V
         1: .line 1177
            return
        end local 2 // java.util.List annotations
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic type
        end local 0 // net.bytebuddy.description.method.ParameterDescription$Token this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lnet/bytebuddy/description/method/ParameterDescription$Token;
            0    2     1         type  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            0    2     2  annotations  Ljava/util/List<+Lnet/bytebuddy/description/annotation/AnnotationDescription;>;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List<+Lnet/bytebuddy/description/annotation/AnnotationDescription;>;)V
    MethodParameters:
             Name  Flags
      type         
      annotations  

  public void <init>(net.bytebuddy.description.type.TypeDescription$Generic, java.lang.String, java.lang.Integer);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/lang/String;Ljava/lang/Integer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // net.bytebuddy.description.method.ParameterDescription$Token this
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic type
        start local 2 // java.lang.String name
        start local 3 // java.lang.Integer modifiers
         0: .line 1187
            aload 0 /* this */
            aload 1 /* type */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            aload 2 /* name */
            aload 3 /* modifiers */
            invokespecial net.bytebuddy.description.method.ParameterDescription$Token.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List;Ljava/lang/String;Ljava/lang/Integer;)V
         1: .line 1188
            return
        end local 3 // java.lang.Integer modifiers
        end local 2 // java.lang.String name
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic type
        end local 0 // net.bytebuddy.description.method.ParameterDescription$Token this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lnet/bytebuddy/description/method/ParameterDescription$Token;
            0    2     1       type  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            0    2     2       name  Ljava/lang/String;
            0    2     3  modifiers  Ljava/lang/Integer;
    MethodParameters:
           Name  Flags
      type       
      name       
      modifiers  

  public void <init>(net.bytebuddy.description.type.TypeDescription$Generic, java.util.List<? extends net.bytebuddy.description.annotation.AnnotationDescription>, java.lang.String, java.lang.Integer);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List;Ljava/lang/String;Ljava/lang/Integer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // net.bytebuddy.description.method.ParameterDescription$Token this
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic type
        start local 2 // java.util.List annotations
        start local 3 // java.lang.String name
        start local 4 // java.lang.Integer modifiers
         0: .line 1198
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1202
            aload 0 /* this */
            aload 1 /* type */
            putfield net.bytebuddy.description.method.ParameterDescription$Token.type:Lnet/bytebuddy/description/type/TypeDescription$Generic;
         2: .line 1203
            aload 0 /* this */
            aload 2 /* annotations */
            putfield net.bytebuddy.description.method.ParameterDescription$Token.annotations:Ljava/util/List;
         3: .line 1204
            aload 0 /* this */
            aload 3 /* name */
            putfield net.bytebuddy.description.method.ParameterDescription$Token.name:Ljava/lang/String;
         4: .line 1205
            aload 0 /* this */
            aload 4 /* modifiers */
            putfield net.bytebuddy.description.method.ParameterDescription$Token.modifiers:Ljava/lang/Integer;
         5: .line 1206
            return
        end local 4 // java.lang.Integer modifiers
        end local 3 // java.lang.String name
        end local 2 // java.util.List annotations
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic type
        end local 0 // net.bytebuddy.description.method.ParameterDescription$Token this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lnet/bytebuddy/description/method/ParameterDescription$Token;
            0    6     1         type  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            0    6     2  annotations  Ljava/util/List<+Lnet/bytebuddy/description/annotation/AnnotationDescription;>;
            0    6     3         name  Ljava/lang/String;
            0    6     4    modifiers  Ljava/lang/Integer;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List<+Lnet/bytebuddy/description/annotation/AnnotationDescription;>;Ljava/lang/String;Ljava/lang/Integer;)V
    MethodParameters:
             Name  Flags
      type         
      annotations  
      name         
      modifiers    

  public net.bytebuddy.description.type.TypeDescription$Generic getType();
    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.ParameterDescription$Token this
         0: .line 1214
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.type:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            areturn
        end local 0 // net.bytebuddy.description.method.ParameterDescription$Token this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/ParameterDescription$Token;

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

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

  public java.lang.Integer getModifiers();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.ParameterDescription$Token this
         0: .line 1241
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.modifiers:Ljava/lang/Integer;
            areturn
        end local 0 // net.bytebuddy.description.method.ParameterDescription$Token this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/ParameterDescription$Token;

  public net.bytebuddy.description.method.ParameterDescription$Token accept(net.bytebuddy.description.type.TypeDescription$Generic$Visitor<? extends net.bytebuddy.description.type.TypeDescription$Generic>);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Lnet/bytebuddy/description/method/ParameterDescription$Token;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.method.ParameterDescription$Token this
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic$Visitor visitor
         0: .line 1248
            new net.bytebuddy.description.method.ParameterDescription$Token
            dup
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.type:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 1 /* visitor */
            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
         1: .line 1249
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.annotations:Ljava/util/List;
         2: .line 1250
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.name:Ljava/lang/String;
         3: .line 1251
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.modifiers:Ljava/lang/Integer;
         4: .line 1248
            invokespecial net.bytebuddy.description.method.ParameterDescription$Token.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List;Ljava/lang/String;Ljava/lang/Integer;)V
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic$Visitor visitor
        end local 0 // net.bytebuddy.description.method.ParameterDescription$Token this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lnet/bytebuddy/description/method/ParameterDescription$Token;
            0    5     1  visitor  Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor<+Lnet/bytebuddy/description/type/TypeDescription$Generic;>;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor<+Lnet/bytebuddy/description/type/TypeDescription$Generic;>;)Lnet/bytebuddy/description/method/ParameterDescription$Token;
    MethodParameters:
         Name  Flags
      visitor  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // net.bytebuddy.description.method.ParameterDescription$Token this
         0: .line 1256
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.type:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokevirtual java.lang.Object.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 1257
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.annotations:Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            iadd
            istore 1 /* result */
         2: .line 1258
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.name:Ljava/lang/String;
            ifnull 3
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.name:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            goto 4
      StackMap locals: net.bytebuddy.description.method.ParameterDescription$Token int
      StackMap stack: int
         3: iconst_0
      StackMap locals: net.bytebuddy.description.method.ParameterDescription$Token int
      StackMap stack: int int
         4: iadd
            istore 1 /* result */
         5: .line 1259
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.modifiers:Ljava/lang/Integer;
            ifnull 6
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.modifiers:Ljava/lang/Integer;
            invokevirtual java.lang.Integer.hashCode:()I
            goto 7
      StackMap locals:
      StackMap stack: int
         6: iconst_0
      StackMap locals: net.bytebuddy.description.method.ParameterDescription$Token int
      StackMap stack: int int
         7: iadd
            istore 1 /* result */
         8: .line 1260
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // net.bytebuddy.description.method.ParameterDescription$Token this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lnet/bytebuddy/description/method/ParameterDescription$Token;
            1    9     1  result  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // net.bytebuddy.description.method.ParameterDescription$Token this
        start local 1 // java.lang.Object other
         0: .line 1265
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 2
         1: .line 1266
            iconst_1
            ireturn
         2: .line 1267
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof net.bytebuddy.description.method.ParameterDescription$Token
            ifne 4
         3: .line 1268
            iconst_0
            ireturn
         4: .line 1270
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast net.bytebuddy.description.method.ParameterDescription$Token
            astore 2 /* token */
        start local 2 // net.bytebuddy.description.method.ParameterDescription$Token token
         5: .line 1271
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.type:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 2 /* token */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.type:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
         6: .line 1272
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.annotations:Ljava/util/List;
            aload 2 /* token */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.annotations:Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ifeq 12
         7: .line 1273
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.name:Ljava/lang/String;
            ifnull 8
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.name:Ljava/lang/String;
            aload 2 /* token */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 12
            goto 9
      StackMap locals: net.bytebuddy.description.method.ParameterDescription$Token
      StackMap stack:
         8: aload 2 /* token */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.name:Ljava/lang/String;
            ifnonnull 12
         9: .line 1274
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.modifiers:Ljava/lang/Integer;
            ifnull 10
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.modifiers:Ljava/lang/Integer;
            aload 2 /* token */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.modifiers:Ljava/lang/Integer;
            invokevirtual java.lang.Integer.equals:(Ljava/lang/Object;)Z
            ifeq 12
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 2 /* token */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.modifiers:Ljava/lang/Integer;
            ifnonnull 12
        11: .line 1271
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        12: iconst_0
            ireturn
        end local 2 // net.bytebuddy.description.method.ParameterDescription$Token token
        end local 1 // java.lang.Object other
        end local 0 // net.bytebuddy.description.method.ParameterDescription$Token this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lnet/bytebuddy/description/method/ParameterDescription$Token;
            0   13     1  other  Ljava/lang/Object;
            5   13     2  token  Lnet/bytebuddy/description/method/ParameterDescription$Token;
    MethodParameters:
       Name  Flags
      other  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.ParameterDescription$Token this
         0: .line 1279
            new java.lang.StringBuilder
            dup
            ldc "ParameterDescription.Token{type="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 1280
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.type:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         2: .line 1281
            ldc ", annotations="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.annotations:Ljava/util/List;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         3: .line 1282
            ldc ", name='"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 39
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         4: .line 1283
            ldc ", modifiers="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$Token.modifiers:Ljava/lang/Integer;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         5: .line 1284
            bipush 125
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         6: .line 1279
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.description.method.ParameterDescription$Token this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lnet/bytebuddy/description/method/ParameterDescription$Token;

  public net.bytebuddy.description.ByteCodeElement$Token accept(net.bytebuddy.description.type.TypeDescription$Generic$Visitor);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Lnet/bytebuddy/description/ByteCodeElement$Token;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual net.bytebuddy.description.method.ParameterDescription$Token.accept:(Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Lnet/bytebuddy/description/method/ParameterDescription$Token;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lnet/bytebuddy/description/ByteCodeElement$Token<Lnet/bytebuddy/description/method/ParameterDescription$Token;>;
SourceFile: "ParameterDescription.java"
NestHost: net.bytebuddy.description.method.ParameterDescription
InnerClasses:
  public abstract Token = net.bytebuddy.description.ByteCodeElement$Token of net.bytebuddy.description.ByteCodeElement
  public Explicit = net.bytebuddy.description.annotation.AnnotationList$Explicit of net.bytebuddy.description.annotation.AnnotationList
  public Token = net.bytebuddy.description.method.ParameterDescription$Token of net.bytebuddy.description.method.ParameterDescription
  public TypeList = net.bytebuddy.description.method.ParameterDescription$Token$TypeList of net.bytebuddy.description.method.ParameterDescription$Token
  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