public class net.bytebuddy.implementation.bytecode.constant.FieldConstant$Cached implements net.bytebuddy.implementation.bytecode.StackManipulation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.bytecode.constant.FieldConstant$Cached
  super_class: java.lang.Object
{
  private final net.bytebuddy.implementation.bytecode.StackManipulation fieldConstant;
    descriptor: Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(net.bytebuddy.implementation.bytecode.StackManipulation);
    descriptor: (Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.bytecode.constant.FieldConstant$Cached this
        start local 1 // net.bytebuddy.implementation.bytecode.StackManipulation fieldConstant
         0: .line 110
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 111
            aload 0 /* this */
            aload 1 /* fieldConstant */
            putfield net.bytebuddy.implementation.bytecode.constant.FieldConstant$Cached.fieldConstant:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
         2: .line 112
            return
        end local 1 // net.bytebuddy.implementation.bytecode.StackManipulation fieldConstant
        end local 0 // net.bytebuddy.implementation.bytecode.constant.FieldConstant$Cached this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lnet/bytebuddy/implementation/bytecode/constant/FieldConstant$Cached;
            0    3     1  fieldConstant  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    MethodParameters:
               Name  Flags
      fieldConstant  

  public boolean isValid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.bytecode.constant.FieldConstant$Cached this
         0: .line 118
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bytecode.constant.FieldConstant$Cached.fieldConstant:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.isValid:()Z
            ireturn
        end local 0 // net.bytebuddy.implementation.bytecode.constant.FieldConstant$Cached this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/bytecode/constant/FieldConstant$Cached;

  public net.bytebuddy.implementation.bytecode.StackManipulation$Size apply(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;)Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.bytecode.constant.FieldConstant$Cached this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
         0: .line 125
            aload 2 /* implementationContext */
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bytecode.constant.FieldConstant$Cached.fieldConstant:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            ldc Ljava/lang/reflect/Field;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.implementation.Implementation$Context.cache:(Lnet/bytebuddy/implementation/bytecode/StackManipulation;Lnet/bytebuddy/description/type/TypeDescription;)Lnet/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;
         1: .line 126
            invokeinterface net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined.read:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
         2: .line 127
            aload 1 /* methodVisitor */
            aload 2 /* implementationContext */
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.apply:(Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;)Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
         3: .line 125
            areturn
        end local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.implementation.bytecode.constant.FieldConstant$Cached this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    4     0                   this  Lnet/bytebuddy/implementation/bytecode/constant/FieldConstant$Cached;
            0    4     1          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    4     2  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
    MethodParameters:
                       Name  Flags
      methodVisitor          
      implementationContext  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.bytecode.constant.FieldConstant$Cached this
         0: .line 132
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bytecode.constant.FieldConstant$Cached.fieldConstant:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // net.bytebuddy.implementation.bytecode.constant.FieldConstant$Cached this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/bytecode/constant/FieldConstant$Cached;

  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.implementation.bytecode.constant.FieldConstant$Cached this
        start local 1 // java.lang.Object other
         0: .line 137
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 2
         1: .line 138
            iconst_1
            ireturn
         2: .line 139
      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 140
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 142
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast net.bytebuddy.implementation.bytecode.constant.FieldConstant$Cached
            astore 2 /* cached */
        start local 2 // net.bytebuddy.implementation.bytecode.constant.FieldConstant$Cached cached
         5: .line 143
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bytecode.constant.FieldConstant$Cached.fieldConstant:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aload 2 /* cached */
            getfield net.bytebuddy.implementation.bytecode.constant.FieldConstant$Cached.fieldConstant:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // net.bytebuddy.implementation.bytecode.constant.FieldConstant$Cached cached
        end local 1 // java.lang.Object other
        end local 0 // net.bytebuddy.implementation.bytecode.constant.FieldConstant$Cached this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lnet/bytebuddy/implementation/bytecode/constant/FieldConstant$Cached;
            0    6     1   other  Ljava/lang/Object;
            5    6     2  cached  Lnet/bytebuddy/implementation/bytecode/constant/FieldConstant$Cached;
    MethodParameters:
       Name  Flags
      other  
}
SourceFile: "FieldConstant.java"
NestHost: net.bytebuddy.implementation.bytecode.constant.FieldConstant
InnerClasses:
  public abstract InDefinedShape = net.bytebuddy.description.field.FieldDescription$InDefinedShape of net.bytebuddy.description.field.FieldDescription
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$ForLoadedType of net.bytebuddy.description.type.TypeDescription
  public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
  public Size = net.bytebuddy.implementation.bytecode.StackManipulation$Size of net.bytebuddy.implementation.bytecode.StackManipulation
  protected Cached = net.bytebuddy.implementation.bytecode.constant.FieldConstant$Cached of net.bytebuddy.implementation.bytecode.constant.FieldConstant
  public abstract Defined = net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined of net.bytebuddy.implementation.bytecode.member.FieldAccess