public class com.oracle.svm.hosted.c.info.NativeCodeInfo 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.NativeCodeInfo
  super_class: com.oracle.svm.hosted.c.info.ElementInfo
{
  private final org.graalvm.nativeimage.c.CContext$Directives directives;
    descriptor: Lorg/graalvm/nativeimage/c/CContext$Directives;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean isBuiltin;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String, org.graalvm.nativeimage.c.CContext$Directives, boolean);
    descriptor: (Ljava/lang/String;Lorg/graalvm/nativeimage/c/CContext$Directives;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.svm.hosted.c.info.NativeCodeInfo this
        start local 1 // java.lang.String name
        start local 2 // org.graalvm.nativeimage.c.CContext$Directives directives
        start local 3 // boolean isBuiltin
         0: .line 37
            aload 0 /* this */
            aload 1 /* name */
            invokespecial com.oracle.svm.hosted.c.info.ElementInfo.<init>:(Ljava/lang/String;)V
         1: .line 38
            aload 0 /* this */
            aload 2 /* directives */
            putfield com.oracle.svm.hosted.c.info.NativeCodeInfo.directives:Lorg/graalvm/nativeimage/c/CContext$Directives;
         2: .line 39
            aload 0 /* this */
            iload 3 /* isBuiltin */
            putfield com.oracle.svm.hosted.c.info.NativeCodeInfo.isBuiltin:Z
         3: .line 40
            return
        end local 3 // boolean isBuiltin
        end local 2 // org.graalvm.nativeimage.c.CContext$Directives directives
        end local 1 // java.lang.String name
        end local 0 // com.oracle.svm.hosted.c.info.NativeCodeInfo this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/oracle/svm/hosted/c/info/NativeCodeInfo;
            0    4     1        name  Ljava/lang/String;
            0    4     2  directives  Lorg/graalvm/nativeimage/c/CContext$Directives;
            0    4     3   isBuiltin  Z
    MethodParameters:
            Name  Flags
      name        
      directives  
      isBuiltin   

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

  public org.graalvm.nativeimage.c.CContext$Directives getDirectives();
    descriptor: ()Lorg/graalvm/nativeimage/c/CContext$Directives;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.NativeCodeInfo this
         0: .line 47
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.info.NativeCodeInfo.directives:Lorg/graalvm/nativeimage/c/CContext$Directives;
            areturn
        end local 0 // com.oracle.svm.hosted.c.info.NativeCodeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/info/NativeCodeInfo;

  public java.lang.Object getAnnotatedElement();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.NativeCodeInfo this
         0: .line 52
            invokestatic com.oracle.svm.core.util.VMError.shouldNotReachHere:()Ljava/lang/RuntimeException;
            athrow
        end local 0 // com.oracle.svm.hosted.c.info.NativeCodeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/info/NativeCodeInfo;

  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.NativeCodeInfo this
        start local 1 // com.oracle.svm.hosted.c.info.InfoTreeVisitor visitor
         0: .line 57
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.c.info.InfoTreeVisitor.visitNativeCodeInfo:(Lcom/oracle/svm/hosted/c/info/NativeCodeInfo;)V
         1: .line 58
            return
        end local 1 // com.oracle.svm.hosted.c.info.InfoTreeVisitor visitor
        end local 0 // com.oracle.svm.hosted.c.info.NativeCodeInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/svm/hosted/c/info/NativeCodeInfo;
            0    2     1  visitor  Lcom/oracle/svm/hosted/c/info/InfoTreeVisitor;
    MethodParameters:
         Name  Flags
      visitor  
}
SourceFile: "NativeCodeInfo.java"
InnerClasses:
  public abstract Directives = org.graalvm.nativeimage.c.CContext$Directives of org.graalvm.nativeimage.c.CContext