public class net.bytebuddy.dynamic.Transformer$ForField$TransformedField extends net.bytebuddy.description.field.FieldDescription$AbstractBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.dynamic.Transformer$ForField$TransformedField
  super_class: net.bytebuddy.description.field.FieldDescription$AbstractBase
{
  private final net.bytebuddy.description.type.TypeDescription instrumentedType;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final net.bytebuddy.description.field.FieldDescription$Token token;
    descriptor: Lnet/bytebuddy/description/field/FieldDescription$Token;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.description.field.FieldDescription$InDefinedShape fieldDescription;
    descriptor: Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.type.TypeDefinition, net.bytebuddy.description.field.FieldDescription$Token, net.bytebuddy.description.field.FieldDescription$InDefinedShape);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/type/TypeDefinition;Lnet/bytebuddy/description/field/FieldDescription$Token;Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // net.bytebuddy.dynamic.Transformer$ForField$TransformedField this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 2 // net.bytebuddy.description.type.TypeDefinition declaringType
        start local 3 // net.bytebuddy.description.field.FieldDescription$Token token
        start local 4 // net.bytebuddy.description.field.FieldDescription$InDefinedShape fieldDescription
         0: .line 196
            aload 0 /* this */
            invokespecial net.bytebuddy.description.field.FieldDescription$AbstractBase.<init>:()V
         1: .line 200
            aload 0 /* this */
            aload 1 /* instrumentedType */
            putfield net.bytebuddy.dynamic.Transformer$ForField$TransformedField.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 201
            aload 0 /* this */
            aload 2 /* declaringType */
            putfield net.bytebuddy.dynamic.Transformer$ForField$TransformedField.declaringType:Lnet/bytebuddy/description/type/TypeDefinition;
         3: .line 202
            aload 0 /* this */
            aload 3 /* token */
            putfield net.bytebuddy.dynamic.Transformer$ForField$TransformedField.token:Lnet/bytebuddy/description/field/FieldDescription$Token;
         4: .line 203
            aload 0 /* this */
            aload 4 /* fieldDescription */
            putfield net.bytebuddy.dynamic.Transformer$ForField$TransformedField.fieldDescription:Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;
         5: .line 204
            return
        end local 4 // net.bytebuddy.description.field.FieldDescription$InDefinedShape fieldDescription
        end local 3 // net.bytebuddy.description.field.FieldDescription$Token token
        end local 2 // net.bytebuddy.description.type.TypeDefinition declaringType
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.dynamic.Transformer$ForField$TransformedField this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0              this  Lnet/bytebuddy/dynamic/Transformer$ForField$TransformedField;
            0    6     1  instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0    6     2     declaringType  Lnet/bytebuddy/description/type/TypeDefinition;
            0    6     3             token  Lnet/bytebuddy/description/field/FieldDescription$Token;
            0    6     4  fieldDescription  Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;
    MethodParameters:
                  Name  Flags
      instrumentedType  
      declaringType     
      token             
      fieldDescription  

  public net.bytebuddy.description.type.TypeDescription$Generic getType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.Transformer$ForField$TransformedField this
         0: .line 210
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.Transformer$ForField$TransformedField.token:Lnet/bytebuddy/description/field/FieldDescription$Token;
            invokevirtual net.bytebuddy.description.field.FieldDescription$Token.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.Transformer$ForField$TransformedField.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokestatic net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForAttachment.of:(Lnet/bytebuddy/description/type/TypeDescription;)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.dynamic.Transformer$ForField$TransformedField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/Transformer$ForField$TransformedField;

  public net.bytebuddy.description.annotation.AnnotationList getDeclaredAnnotations();
    descriptor: ()Lnet/bytebuddy/description/annotation/AnnotationList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.Transformer$ForField$TransformedField this
         0: .line 217
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.Transformer$ForField$TransformedField.token:Lnet/bytebuddy/description/field/FieldDescription$Token;
            invokevirtual net.bytebuddy.description.field.FieldDescription$Token.getAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
            areturn
        end local 0 // net.bytebuddy.dynamic.Transformer$ForField$TransformedField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/Transformer$ForField$TransformedField;

  public net.bytebuddy.description.type.TypeDefinition getDeclaringType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.Transformer$ForField$TransformedField this
         0: .line 224
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.Transformer$ForField$TransformedField.declaringType:Lnet/bytebuddy/description/type/TypeDefinition;
            areturn
        end local 0 // net.bytebuddy.dynamic.Transformer$ForField$TransformedField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/Transformer$ForField$TransformedField;

  public int getModifiers();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.Transformer$ForField$TransformedField this
         0: .line 231
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.Transformer$ForField$TransformedField.token:Lnet/bytebuddy/description/field/FieldDescription$Token;
            invokevirtual net.bytebuddy.description.field.FieldDescription$Token.getModifiers:()I
            ireturn
        end local 0 // net.bytebuddy.dynamic.Transformer$ForField$TransformedField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/Transformer$ForField$TransformedField;

  public net.bytebuddy.description.field.FieldDescription$InDefinedShape asDefined();
    descriptor: ()Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.Transformer$ForField$TransformedField this
         0: .line 238
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.Transformer$ForField$TransformedField.fieldDescription:Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;
            areturn
        end local 0 // net.bytebuddy.dynamic.Transformer$ForField$TransformedField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/Transformer$ForField$TransformedField;

  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.dynamic.Transformer$ForField$TransformedField this
         0: .line 245
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.Transformer$ForField$TransformedField.token:Lnet/bytebuddy/description/field/FieldDescription$Token;
            invokevirtual net.bytebuddy.description.field.FieldDescription$Token.getName:()Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.dynamic.Transformer$ForField$TransformedField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/Transformer$ForField$TransformedField;

  public net.bytebuddy.description.ByteCodeElement$TypeDependant asDefined();
    descriptor: ()Lnet/bytebuddy/description/ByteCodeElement$TypeDependant;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual net.bytebuddy.dynamic.Transformer$ForField$TransformedField.asDefined:()Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Transformer.java"
NestHost: net.bytebuddy.dynamic.Transformer
InnerClasses:
  public abstract Token = net.bytebuddy.description.ByteCodeElement$Token of net.bytebuddy.description.ByteCodeElement
  public abstract TypeDependant = net.bytebuddy.description.ByteCodeElement$TypeDependant of net.bytebuddy.description.ByteCodeElement
  public abstract AbstractBase = net.bytebuddy.description.field.FieldDescription$AbstractBase of net.bytebuddy.description.field.FieldDescription
  public abstract InDefinedShape = net.bytebuddy.description.field.FieldDescription$InDefinedShape 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 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 ForField = net.bytebuddy.dynamic.Transformer$ForField of net.bytebuddy.dynamic.Transformer
  protected TransformedField = net.bytebuddy.dynamic.Transformer$ForField$TransformedField of net.bytebuddy.dynamic.Transformer$ForField