public class com.oracle.svm.hosted.c.info.EnumInfo extends com.oracle.svm.hosted.c.info.ElementInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.svm.hosted.c.info.EnumInfo
  super_class: com.oracle.svm.hosted.c.info.ElementInfo
{
  private final jdk.vm.ci.meta.ResolvedJavaType annotatedType;
    descriptor: Ljdk/vm/ci/meta/ResolvedJavaType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected boolean needsLookup;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  private com.oracle.svm.core.c.enums.EnumRuntimeData runtimeData;
    descriptor: Lcom/oracle/svm/core/c/enums/EnumRuntimeData;
    flags: (0x0002) ACC_PRIVATE

  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 31
            ldc Lcom/oracle/svm/hosted/c/info/EnumInfo;
            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.c.info.EnumInfo.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.String, jdk.vm.ci.meta.ResolvedJavaType);
    descriptor: (Ljava/lang/String;Ljdk/vm/ci/meta/ResolvedJavaType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.svm.hosted.c.info.EnumInfo this
        start local 1 // java.lang.String name
        start local 2 // jdk.vm.ci.meta.ResolvedJavaType annotatedType
         0: .line 39
            aload 0 /* this */
            aload 1 /* name */
            invokespecial com.oracle.svm.hosted.c.info.ElementInfo.<init>:(Ljava/lang/String;)V
         1: .line 40
            aload 0 /* this */
            aload 2 /* annotatedType */
            putfield com.oracle.svm.hosted.c.info.EnumInfo.annotatedType:Ljdk/vm/ci/meta/ResolvedJavaType;
         2: .line 41
            return
        end local 2 // jdk.vm.ci.meta.ResolvedJavaType annotatedType
        end local 1 // java.lang.String name
        end local 0 // com.oracle.svm.hosted.c.info.EnumInfo this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lcom/oracle/svm/hosted/c/info/EnumInfo;
            0    3     1           name  Ljava/lang/String;
            0    3     2  annotatedType  Ljdk/vm/ci/meta/ResolvedJavaType;
    MethodParameters:
               Name  Flags
      name           
      annotatedType  

  public jdk.vm.ci.meta.ResolvedJavaType getAnnotatedElement();
    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.c.info.EnumInfo this
         0: .line 45
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.info.EnumInfo.annotatedType:Ljdk/vm/ci/meta/ResolvedJavaType;
            areturn
        end local 0 // com.oracle.svm.hosted.c.info.EnumInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/info/EnumInfo;

  public boolean getNeedsLookup();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.EnumInfo this
         0: .line 49
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.info.EnumInfo.needsLookup:Z
            ireturn
        end local 0 // com.oracle.svm.hosted.c.info.EnumInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/info/EnumInfo;

  public com.oracle.svm.core.c.enums.EnumRuntimeData getRuntimeData();
    descriptor: ()Lcom/oracle/svm/core/c/enums/EnumRuntimeData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.EnumInfo this
         0: .line 53
            getstatic com.oracle.svm.hosted.c.info.EnumInfo.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.info.EnumInfo.runtimeData:Lcom/oracle/svm/core/c/enums/EnumRuntimeData;
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 54
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.info.EnumInfo.runtimeData:Lcom/oracle/svm/core/c/enums/EnumRuntimeData;
            areturn
        end local 0 // com.oracle.svm.hosted.c.info.EnumInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/hosted/c/info/EnumInfo;

  public void setRuntimeData(com.oracle.svm.core.c.enums.EnumRuntimeData);
    descriptor: (Lcom/oracle/svm/core/c/enums/EnumRuntimeData;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.c.info.EnumInfo this
        start local 1 // com.oracle.svm.core.c.enums.EnumRuntimeData runtimeData
         0: .line 58
            getstatic com.oracle.svm.hosted.c.info.EnumInfo.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.info.EnumInfo.runtimeData:Lcom/oracle/svm/core/c/enums/EnumRuntimeData;
            ifnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 59
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* runtimeData */
            putfield com.oracle.svm.hosted.c.info.EnumInfo.runtimeData:Lcom/oracle/svm/core/c/enums/EnumRuntimeData;
         2: .line 60
            return
        end local 1 // com.oracle.svm.core.c.enums.EnumRuntimeData runtimeData
        end local 0 // com.oracle.svm.hosted.c.info.EnumInfo this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/oracle/svm/hosted/c/info/EnumInfo;
            0    3     1  runtimeData  Lcom/oracle/svm/core/c/enums/EnumRuntimeData;
    MethodParameters:
             Name  Flags
      runtimeData  

  public void accept(com.oracle.svm.hosted.c.info.InfoTreeVisitor);
    descriptor: (Lcom/oracle/svm/hosted/c/info/InfoTreeVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.c.info.EnumInfo this
        start local 1 // com.oracle.svm.hosted.c.info.InfoTreeVisitor visitor
         0: .line 64
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.c.info.InfoTreeVisitor.visitEnumInfo:(Lcom/oracle/svm/hosted/c/info/EnumInfo;)V
         1: .line 65
            return
        end local 1 // com.oracle.svm.hosted.c.info.InfoTreeVisitor visitor
        end local 0 // com.oracle.svm.hosted.c.info.EnumInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/svm/hosted/c/info/EnumInfo;
            0    2     1  visitor  Lcom/oracle/svm/hosted/c/info/InfoTreeVisitor;
    MethodParameters:
         Name  Flags
      visitor  

  public java.lang.Object getAnnotatedElement();
    descriptor: ()Ljava/lang/Object;
    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.c.info.EnumInfo.getAnnotatedElement:()Ljdk/vm/ci/meta/ResolvedJavaType;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "EnumInfo.java"