public interface com.oracle.svm.core.CErrorNumber$CErrorNumberSupport
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.oracle.svm.core.CErrorNumber$CErrorNumberSupport
  super_class: java.lang.Object
{
  public abstract int getCErrorNumber();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Uninterruptible(reason = "Called from uninterruptible code.")

  public abstract void setCErrorNumber(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Uninterruptible(reason = "Called from uninterruptible code.")
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "CErrorNumber.java"
NestHost: com.oracle.svm.core.CErrorNumber
InnerClasses:
  public abstract CErrorNumberSupport = com.oracle.svm.core.CErrorNumber$CErrorNumberSupport of com.oracle.svm.core.CErrorNumber