class net.bytebuddy.implementation.FixedValue$ForValue$StaticFieldByteCodeAppender implements net.bytebuddy.implementation.bytecode.ByteCodeAppender
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.bytebuddy.implementation.FixedValue$ForValue$StaticFieldByteCodeAppender
  super_class: java.lang.Object
{
  private final net.bytebuddy.implementation.bytecode.StackManipulation fieldGetAccess;
    descriptor: Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final net.bytebuddy.implementation.FixedValue$ForValue this$1;
    descriptor: Lnet/bytebuddy/implementation/FixedValue$ForValue;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(net.bytebuddy.implementation.FixedValue$ForValue, net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/implementation/FixedValue$ForValue;Lnet/bytebuddy/description/type/TypeDescription;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.FixedValue$ForValue$StaticFieldByteCodeAppender this
        start local 2 // net.bytebuddy.description.type.TypeDescription instrumentedType
         0: .line 708
            aload 0 /* this */
            aload 1
            putfield net.bytebuddy.implementation.FixedValue$ForValue$StaticFieldByteCodeAppender.this$1:Lnet/bytebuddy/implementation/FixedValue$ForValue;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 709
            aload 0 /* this */
            aload 2 /* instrumentedType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredFields:()Lnet/bytebuddy/description/field/FieldList;
            aload 1
            getfield net.bytebuddy.implementation.FixedValue$ForValue.fieldName:Ljava/lang/String;
            invokestatic net.bytebuddy.matcher.ElementMatchers.named:(Ljava/lang/String;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.field.FieldList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.field.FieldList
            invokeinterface net.bytebuddy.description.field.FieldList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.field.FieldDescription$InDefinedShape
            invokestatic net.bytebuddy.implementation.bytecode.member.FieldAccess.forField:(Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;)Lnet/bytebuddy/implementation/bytecode/member/FieldAccess$Defined;
            invokeinterface net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined.read:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            putfield net.bytebuddy.implementation.FixedValue$ForValue$StaticFieldByteCodeAppender.fieldGetAccess:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
         2: .line 710
            return
        end local 2 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.implementation.FixedValue$ForValue$StaticFieldByteCodeAppender this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lnet/bytebuddy/implementation/FixedValue$ForValue$StaticFieldByteCodeAppender;
            0    3     2  instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                  Name  Flags
      this$0            final
      instrumentedType  

  public net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size apply(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender$Size;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // net.bytebuddy.implementation.FixedValue$ForValue$StaticFieldByteCodeAppender this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        start local 3 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
         0: .line 716
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FixedValue$ForValue$StaticFieldByteCodeAppender.this$1:Lnet/bytebuddy/implementation/FixedValue$ForValue;
            aload 1 /* methodVisitor */
            aload 2 /* implementationContext */
            aload 3 /* instrumentedMethod */
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FixedValue$ForValue$StaticFieldByteCodeAppender.this$1:Lnet/bytebuddy/implementation/FixedValue$ForValue;
            getfield net.bytebuddy.implementation.FixedValue$ForValue.fieldType:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FixedValue$ForValue$StaticFieldByteCodeAppender.fieldGetAccess:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            invokevirtual net.bytebuddy.implementation.FixedValue$ForValue.apply:(Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/implementation/bytecode/StackManipulation;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender$Size;
            areturn
        end local 3 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.implementation.FixedValue$ForValue$StaticFieldByteCodeAppender this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lnet/bytebuddy/implementation/FixedValue$ForValue$StaticFieldByteCodeAppender;
            0    1     1          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    1     2  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
            0    1     3     instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
    MethodParameters:
                       Name  Flags
      methodVisitor          
      implementationContext  
      instrumentedMethod     
}
SourceFile: "FixedValue.java"
NestHost: net.bytebuddy.implementation.FixedValue
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract InDefinedShape = net.bytebuddy.description.field.FieldDescription$InDefinedShape of net.bytebuddy.description.field.FieldDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  protected ForValue = net.bytebuddy.implementation.FixedValue$ForValue of net.bytebuddy.implementation.FixedValue
  private StaticFieldByteCodeAppender = net.bytebuddy.implementation.FixedValue$ForValue$StaticFieldByteCodeAppender of net.bytebuddy.implementation.FixedValue$ForValue
  public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
  public Size = net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size of net.bytebuddy.implementation.bytecode.ByteCodeAppender
  public abstract Defined = net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined of net.bytebuddy.implementation.bytecode.member.FieldAccess
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()