public class net.bytebuddy.description.field.FieldDescription$Token implements net.bytebuddy.description.ByteCodeElement$Token<net.bytebuddy.description.field.FieldDescription$Token>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.description.field.FieldDescription$Token
  super_class: java.lang.Object
{
  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int modifiers;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, 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;>;

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

  public void <init>(java.lang.String, int, net.bytebuddy.description.type.TypeDescription$Generic, java.util.List<? extends net.bytebuddy.description.annotation.AnnotationDescription>);
    descriptor: (Ljava/lang/String;ILnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // net.bytebuddy.description.field.FieldDescription$Token this
        start local 1 // java.lang.String name
        start local 2 // int modifiers
        start local 3 // net.bytebuddy.description.type.TypeDescription$Generic type
        start local 4 // java.util.List annotations
         0: .line 525
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 526
            aload 0 /* this */
            aload 1 /* name */
            putfield net.bytebuddy.description.field.FieldDescription$Token.name:Ljava/lang/String;
         2: .line 527
            aload 0 /* this */
            iload 2 /* modifiers */
            putfield net.bytebuddy.description.field.FieldDescription$Token.modifiers:I
         3: .line 528
            aload 0 /* this */
            aload 3 /* type */
            putfield net.bytebuddy.description.field.FieldDescription$Token.type:Lnet/bytebuddy/description/type/TypeDescription$Generic;
         4: .line 529
            aload 0 /* this */
            aload 4 /* annotations */
            putfield net.bytebuddy.description.field.FieldDescription$Token.annotations:Ljava/util/List;
         5: .line 530
            return
        end local 4 // java.util.List annotations
        end local 3 // net.bytebuddy.description.type.TypeDescription$Generic type
        end local 2 // int modifiers
        end local 1 // java.lang.String name
        end local 0 // net.bytebuddy.description.field.FieldDescription$Token this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lnet/bytebuddy/description/field/FieldDescription$Token;
            0    6     1         name  Ljava/lang/String;
            0    6     2    modifiers  I
            0    6     3         type  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            0    6     4  annotations  Ljava/util/List<+Lnet/bytebuddy/description/annotation/AnnotationDescription;>;
    Signature: (Ljava/lang/String;ILnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List<+Lnet/bytebuddy/description/annotation/AnnotationDescription;>;)V
    MethodParameters:
             Name  Flags
      name         
      modifiers    
      type         
      annotations  

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

  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.field.FieldDescription$Token this
         0: .line 547
            aload 0 /* this */
            getfield net.bytebuddy.description.field.FieldDescription$Token.type:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            areturn
        end local 0 // net.bytebuddy.description.field.FieldDescription$Token this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/field/FieldDescription$Token;

  public int getModifiers();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.field.FieldDescription$Token this
         0: .line 556
            aload 0 /* this */
            getfield net.bytebuddy.description.field.FieldDescription$Token.modifiers:I
            ireturn
        end local 0 // net.bytebuddy.description.field.FieldDescription$Token this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/field/FieldDescription$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.field.FieldDescription$Token this
         0: .line 565
            new net.bytebuddy.description.annotation.AnnotationList$Explicit
            dup
            aload 0 /* this */
            getfield net.bytebuddy.description.field.FieldDescription$Token.annotations:Ljava/util/List;
            invokespecial net.bytebuddy.description.annotation.AnnotationList$Explicit.<init>:(Ljava/util/List;)V
            areturn
        end local 0 // net.bytebuddy.description.field.FieldDescription$Token this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/field/FieldDescription$Token;

  public net.bytebuddy.description.field.FieldDescription$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/field/FieldDescription$Token;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.field.FieldDescription$Token this
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic$Visitor visitor
         0: .line 572
            new net.bytebuddy.description.field.FieldDescription$Token
            dup
            aload 0 /* this */
            getfield net.bytebuddy.description.field.FieldDescription$Token.name:Ljava/lang/String;
         1: .line 573
            aload 0 /* this */
            getfield net.bytebuddy.description.field.FieldDescription$Token.modifiers:I
         2: .line 574
            aload 0 /* this */
            getfield net.bytebuddy.description.field.FieldDescription$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
         3: .line 575
            aload 0 /* this */
            getfield net.bytebuddy.description.field.FieldDescription$Token.annotations:Ljava/util/List;
         4: .line 572
            invokespecial net.bytebuddy.description.field.FieldDescription$Token.<init>:(Ljava/lang/String;ILnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List;)V
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic$Visitor visitor
        end local 0 // net.bytebuddy.description.field.FieldDescription$Token this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lnet/bytebuddy/description/field/FieldDescription$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/field/FieldDescription$Token;
    MethodParameters:
         Name  Flags
      visitor  

  public net.bytebuddy.description.field.FieldDescription$SignatureToken asSignatureToken(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/description/field/FieldDescription$SignatureToken;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.field.FieldDescription$Token this
        start local 1 // net.bytebuddy.description.type.TypeDescription declaringType
         0: .line 585
            new net.bytebuddy.description.field.FieldDescription$SignatureToken
            dup
            aload 0 /* this */
            getfield net.bytebuddy.description.field.FieldDescription$Token.name:Ljava/lang/String;
            aload 0 /* this */
            getfield net.bytebuddy.description.field.FieldDescription$Token.type:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            new net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Reducing
            dup
            aload 1 /* declaringType */
            iconst_0
            anewarray net.bytebuddy.description.type.TypeVariableToken
            invokespecial net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Reducing.<init>:(Lnet/bytebuddy/description/type/TypeDescription;[Lnet/bytebuddy/description/type/TypeVariableToken;)V
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.accept:(Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
            invokespecial net.bytebuddy.description.field.FieldDescription$SignatureToken.<init>:(Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDescription;)V
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDescription declaringType
        end local 0 // net.bytebuddy.description.field.FieldDescription$Token this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lnet/bytebuddy/description/field/FieldDescription$Token;
            0    1     1  declaringType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
               Name  Flags
      declaringType  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // net.bytebuddy.description.field.FieldDescription$Token this
         0: .line 590
            aload 0 /* this */
            getfield net.bytebuddy.description.field.FieldDescription$Token.name:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 591
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield net.bytebuddy.description.field.FieldDescription$Token.modifiers:I
            iadd
            istore 1 /* result */
         2: .line 592
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield net.bytebuddy.description.field.FieldDescription$Token.type:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* result */
         3: .line 593
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield net.bytebuddy.description.field.FieldDescription$Token.annotations:Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            iadd
            istore 1 /* result */
         4: .line 594
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // net.bytebuddy.description.field.FieldDescription$Token this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lnet/bytebuddy/description/field/FieldDescription$Token;
            1    5     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.field.FieldDescription$Token this
        start local 1 // java.lang.Object other
         0: .line 599
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 2
         1: .line 600
            iconst_1
            ireturn
         2: .line 601
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* other */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
         3: .line 602
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 604
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast net.bytebuddy.description.field.FieldDescription$Token
            astore 2 /* token */
        start local 2 // net.bytebuddy.description.field.FieldDescription$Token token
         5: .line 605
            aload 0 /* this */
            getfield net.bytebuddy.description.field.FieldDescription$Token.modifiers:I
            aload 2 /* token */
            getfield net.bytebuddy.description.field.FieldDescription$Token.modifiers:I
            if_icmpne 10
         6: .line 606
            aload 0 /* this */
            getfield net.bytebuddy.description.field.FieldDescription$Token.name:Ljava/lang/String;
            aload 2 /* token */
            getfield net.bytebuddy.description.field.FieldDescription$Token.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 10
         7: .line 607
            aload 0 /* this */
            getfield net.bytebuddy.description.field.FieldDescription$Token.type:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 2 /* token */
            getfield net.bytebuddy.description.field.FieldDescription$Token.type:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
         8: .line 608
            aload 0 /* this */
            getfield net.bytebuddy.description.field.FieldDescription$Token.annotations:Ljava/util/List;
            aload 2 /* token */
            getfield net.bytebuddy.description.field.FieldDescription$Token.annotations:Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ifeq 10
         9: .line 605
            iconst_1
            ireturn
      StackMap locals: net.bytebuddy.description.field.FieldDescription$Token
      StackMap stack:
        10: iconst_0
            ireturn
        end local 2 // net.bytebuddy.description.field.FieldDescription$Token token
        end local 1 // java.lang.Object other
        end local 0 // net.bytebuddy.description.field.FieldDescription$Token this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lnet/bytebuddy/description/field/FieldDescription$Token;
            0   11     1  other  Ljava/lang/Object;
            5   11     2  token  Lnet/bytebuddy/description/field/FieldDescription$Token;
    MethodParameters:
       Name  Flags
      other  

  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.field.FieldDescription$Token.accept:(Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Lnet/bytebuddy/description/field/FieldDescription$Token;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lnet/bytebuddy/description/ByteCodeElement$Token<Lnet/bytebuddy/description/field/FieldDescription$Token;>;
SourceFile: "FieldDescription.java"
NestHost: net.bytebuddy.description.field.FieldDescription
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 SignatureToken = net.bytebuddy.description.field.FieldDescription$SignatureToken of net.bytebuddy.description.field.FieldDescription
  public Token = net.bytebuddy.description.field.FieldDescription$Token of net.bytebuddy.description.field.FieldDescription
  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 Reducing = net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Reducing of net.bytebuddy.description.type.TypeDescription$Generic$Visitor