class com.oracle.svm.hosted.substitute.FieldDescriptor$RecomputeFieldValueImpl extends com.oracle.svm.hosted.substitute.AnnotationImpl implements com.oracle.svm.core.annotate.RecomputeFieldValue
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.svm.hosted.substitute.FieldDescriptor$RecomputeFieldValueImpl
  super_class: com.oracle.svm.hosted.substitute.AnnotationImpl
{
  final com.oracle.svm.hosted.substitute.FieldDescriptor this$0;
    descriptor: Lcom/oracle/svm/hosted/substitute/FieldDescriptor;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 553
            ldc Lcom/oracle/svm/hosted/substitute/FieldDescriptor;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.svm.hosted.substitute.FieldDescriptor$RecomputeFieldValueImpl.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.oracle.svm.hosted.substitute.FieldDescriptor);
    descriptor: (Lcom/oracle/svm/hosted/substitute/FieldDescriptor;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.substitute.FieldDescriptor$RecomputeFieldValueImpl this
         0: .line 553
            aload 0 /* this */
            aload 1
            putfield com.oracle.svm.hosted.substitute.FieldDescriptor$RecomputeFieldValueImpl.this$0:Lcom/oracle/svm/hosted/substitute/FieldDescriptor;
            aload 0 /* this */
            invokespecial com.oracle.svm.hosted.substitute.AnnotationImpl.<init>:()V
            return
        end local 0 // com.oracle.svm.hosted.substitute.FieldDescriptor$RecomputeFieldValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/substitute/FieldDescriptor$RecomputeFieldValueImpl;
    MethodParameters:
        Name  Flags
      this$0  final

  public com.oracle.svm.core.annotate.RecomputeFieldValue$Kind kind();
    descriptor: ()Lcom/oracle/svm/core/annotate/RecomputeFieldValue$Kind;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.oracle.svm.hosted.substitute.FieldDescriptor$RecomputeFieldValueImpl this
         0: .line 556
            aload 0 /* this */
            getfield com.oracle.svm.hosted.substitute.FieldDescriptor$RecomputeFieldValueImpl.this$0:Lcom/oracle/svm/hosted/substitute/FieldDescriptor;
            ldc "kind"
            aconst_null
            invokevirtual com.oracle.svm.hosted.substitute.FieldDescriptor.get:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.oracle.svm.core.annotate.RecomputeFieldValue$Kind
            astore 1 /* result */
        start local 1 // com.oracle.svm.core.annotate.RecomputeFieldValue$Kind result
         1: .line 557
            getstatic com.oracle.svm.hosted.substitute.FieldDescriptor$RecomputeFieldValueImpl.$assertionsDisabled:Z
            ifne 2
            aload 1 /* result */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 558
      StackMap locals: com.oracle.svm.core.annotate.RecomputeFieldValue$Kind
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 1 // com.oracle.svm.core.annotate.RecomputeFieldValue$Kind result
        end local 0 // com.oracle.svm.hosted.substitute.FieldDescriptor$RecomputeFieldValueImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/svm/hosted/substitute/FieldDescriptor$RecomputeFieldValueImpl;
            1    3     1  result  Lcom/oracle/svm/core/annotate/RecomputeFieldValue$Kind;

  public java.lang.Class<?> declClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.substitute.FieldDescriptor$RecomputeFieldValueImpl this
         0: .line 563
            ldc Lcom/oracle/svm/core/annotate/RecomputeFieldValue;
            areturn
        end local 0 // com.oracle.svm.hosted.substitute.FieldDescriptor$RecomputeFieldValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/substitute/FieldDescriptor$RecomputeFieldValueImpl;
    Signature: ()Ljava/lang/Class<*>;

  public java.lang.String declClassName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.substitute.FieldDescriptor$RecomputeFieldValueImpl this
         0: .line 568
            aload 0 /* this */
            getfield com.oracle.svm.hosted.substitute.FieldDescriptor$RecomputeFieldValueImpl.this$0:Lcom/oracle/svm/hosted/substitute/FieldDescriptor;
            ldc "declClassName"
            ldc ""
            invokevirtual com.oracle.svm.hosted.substitute.FieldDescriptor.get:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 0 // com.oracle.svm.hosted.substitute.FieldDescriptor$RecomputeFieldValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/substitute/FieldDescriptor$RecomputeFieldValueImpl;

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.substitute.FieldDescriptor$RecomputeFieldValueImpl this
         0: .line 573
            aload 0 /* this */
            getfield com.oracle.svm.hosted.substitute.FieldDescriptor$RecomputeFieldValueImpl.this$0:Lcom/oracle/svm/hosted/substitute/FieldDescriptor;
            ldc "name"
            ldc ""
            invokevirtual com.oracle.svm.hosted.substitute.FieldDescriptor.get:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 0 // com.oracle.svm.hosted.substitute.FieldDescriptor$RecomputeFieldValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/substitute/FieldDescriptor$RecomputeFieldValueImpl;

  public boolean isFinal();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.substitute.FieldDescriptor$RecomputeFieldValueImpl this
         0: .line 578
            aload 0 /* this */
            getfield com.oracle.svm.hosted.substitute.FieldDescriptor$RecomputeFieldValueImpl.this$0:Lcom/oracle/svm/hosted/substitute/FieldDescriptor;
            ldc "isFinal"
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.oracle.svm.hosted.substitute.FieldDescriptor.get:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 0 // com.oracle.svm.hosted.substitute.FieldDescriptor$RecomputeFieldValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/substitute/FieldDescriptor$RecomputeFieldValueImpl;
}
SourceFile: "DeclarativeSubstitutionProcessor.java"
NestHost: com.oracle.svm.hosted.substitute.FieldDescriptor
InnerClasses:
  public final Kind = com.oracle.svm.core.annotate.RecomputeFieldValue$Kind of com.oracle.svm.core.annotate.RecomputeFieldValue
  RecomputeFieldValueImpl = com.oracle.svm.hosted.substitute.FieldDescriptor$RecomputeFieldValueImpl of com.oracle.svm.hosted.substitute.FieldDescriptor