public abstract class com.oracle.svm.hosted.annotation.CustomSubstitutionField implements com.oracle.svm.core.meta.ReadableJavaField, com.oracle.graal.pointsto.infrastructure.OriginalFieldProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.svm.hosted.annotation.CustomSubstitutionField
  super_class: java.lang.Object
{
  protected final jdk.vm.ci.meta.ResolvedJavaType declaringClass;
    descriptor: Ljdk/vm/ci/meta/ResolvedJavaType;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  public void <init>(jdk.vm.ci.meta.ResolvedJavaType);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.annotation.CustomSubstitutionField this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaType declaringClass
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            aload 0 /* this */
            aload 1 /* declaringClass */
            putfield com.oracle.svm.hosted.annotation.CustomSubstitutionField.declaringClass:Ljdk/vm/ci/meta/ResolvedJavaType;
         2: .line 43
            return
        end local 1 // jdk.vm.ci.meta.ResolvedJavaType declaringClass
        end local 0 // com.oracle.svm.hosted.annotation.CustomSubstitutionField this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/oracle/svm/hosted/annotation/CustomSubstitutionField;
            0    3     1  declaringClass  Ljdk/vm/ci/meta/ResolvedJavaType;
    MethodParameters:
                Name  Flags
      declaringClass  

  public int getModifiers();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.annotation.CustomSubstitutionField this
         0: .line 47
            iconst_2
            ireturn
        end local 0 // com.oracle.svm.hosted.annotation.CustomSubstitutionField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/annotation/CustomSubstitutionField;

  public int getOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.annotation.CustomSubstitutionField this
         0: .line 52
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // com.oracle.svm.hosted.annotation.CustomSubstitutionField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/annotation/CustomSubstitutionField;

  public boolean isInternal();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.annotation.CustomSubstitutionField this
         0: .line 57
            iconst_0
            ireturn
        end local 0 // com.oracle.svm.hosted.annotation.CustomSubstitutionField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/annotation/CustomSubstitutionField;

  public boolean isSynthetic();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.annotation.CustomSubstitutionField this
         0: .line 62
            iconst_0
            ireturn
        end local 0 // com.oracle.svm.hosted.annotation.CustomSubstitutionField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/annotation/CustomSubstitutionField;

  public jdk.vm.ci.meta.ResolvedJavaType getDeclaringClass();
    descriptor: ()Ljdk/vm/ci/meta/ResolvedJavaType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.annotation.CustomSubstitutionField this
         0: .line 67
            aload 0 /* this */
            getfield com.oracle.svm.hosted.annotation.CustomSubstitutionField.declaringClass:Ljdk/vm/ci/meta/ResolvedJavaType;
            areturn
        end local 0 // com.oracle.svm.hosted.annotation.CustomSubstitutionField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/annotation/CustomSubstitutionField;

  public java.lang.annotation.Annotation[] getAnnotations();
    descriptor: ()[Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.annotation.CustomSubstitutionField this
         0: .line 72
            iconst_0
            anewarray java.lang.annotation.Annotation
            areturn
        end local 0 // com.oracle.svm.hosted.annotation.CustomSubstitutionField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/annotation/CustomSubstitutionField;

  public java.lang.annotation.Annotation[] getDeclaredAnnotations();
    descriptor: ()[Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.annotation.CustomSubstitutionField this
         0: .line 77
            iconst_0
            anewarray java.lang.annotation.Annotation
            areturn
        end local 0 // com.oracle.svm.hosted.annotation.CustomSubstitutionField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/annotation/CustomSubstitutionField;

  public <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.annotation.CustomSubstitutionField this
        start local 1 // java.lang.Class annotationClass
         0: .line 82
            aconst_null
            areturn
        end local 1 // java.lang.Class annotationClass
        end local 0 // com.oracle.svm.hosted.annotation.CustomSubstitutionField this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/oracle/svm/hosted/annotation/CustomSubstitutionField;
            0    1     1  annotationClass  Ljava/lang/Class<TT;>;
    Signature: <T::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
                 Name  Flags
      annotationClass  

  public java.lang.reflect.Field getJavaField();
    descriptor: ()Ljava/lang/reflect/Field;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.annotation.CustomSubstitutionField this
         0: .line 87
            invokestatic com.oracle.svm.core.util.VMError.shouldNotReachHere:()Ljava/lang/RuntimeException;
            athrow
        end local 0 // com.oracle.svm.hosted.annotation.CustomSubstitutionField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/annotation/CustomSubstitutionField;

  public jdk.vm.ci.meta.JavaType getDeclaringClass();
    descriptor: ()Ljdk/vm/ci/meta/JavaType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.oracle.svm.hosted.annotation.CustomSubstitutionField.getDeclaringClass:()Ljdk/vm/ci/meta/ResolvedJavaType;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "CustomSubstitutionField.java"