interface com.oracle.svm.tutorial.CInterfaceTutorial$Substruct1 extends com.oracle.svm.tutorial.CInterfaceTutorial$Header
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.oracle.svm.tutorial.CInterfaceTutorial$Substruct1
  super_class: java.lang.Object
{
  public abstract com.oracle.svm.tutorial.CInterfaceTutorial$Header header();
    descriptor: ()Lcom/oracle/svm/tutorial/CInterfaceTutorial$Header;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.struct.CFieldAddress()

  public static int offsetOfHeader();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 301
            ldc "Calls to the method are replaced with a compile time constant for the offset, so this method body is not reachable."
            invokestatic com.oracle.svm.core.util.VMError.shouldNotReachHere:(Ljava/lang/String;)Ljava/lang/RuntimeException;
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.struct.CFieldOffset(value = "header")

  public abstract int f1();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.struct.CField()

  public abstract org.graalvm.nativeimage.c.type.CIntPointer addressOff1();
    descriptor: ()Lorg/graalvm/nativeimage/c/type/CIntPointer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.struct.CFieldAddress()

  public abstract int offsetOff1();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.struct.CFieldOffset()

  public abstract com.oracle.svm.tutorial.CInterfaceTutorial$Substruct1 addressOf(int);
    descriptor: (I)Lcom/oracle/svm/tutorial/CInterfaceTutorial$Substruct1;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  
}
SourceFile: "CInterfaceTutorial.java"
NestHost: com.oracle.svm.tutorial.CInterfaceTutorial
InnerClasses:
  abstract Header = com.oracle.svm.tutorial.CInterfaceTutorial$Header of com.oracle.svm.tutorial.CInterfaceTutorial
  abstract Substruct1 = com.oracle.svm.tutorial.CInterfaceTutorial$Substruct1 of com.oracle.svm.tutorial.CInterfaceTutorial
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.struct.CStruct(value = "subdata_t")