public class com.oracle.svm.hosted.c.CAnnotationProcessorCache$Options
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.svm.hosted.c.CAnnotationProcessorCache$Options
  super_class: java.lang.Object
{
  public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Boolean> UseCAPCache;
    descriptor: Lcom/oracle/svm/core/option/HostedOptionKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/option/HostedOptionKey<Ljava/lang/Boolean;>;
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.options.Option(help = {"Indicate the C Annotation Processor to use previously cached native information when generating C Type information."})

  public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Boolean> NewCAPCache;
    descriptor: Lcom/oracle/svm/core/option/HostedOptionKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/option/HostedOptionKey<Ljava/lang/Boolean;>;
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.options.Option(help = {"Create a C Annotation Processor Cache. Will erase any previous cache at that same location."})

  public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.String> CAPCacheDir;
    descriptor: Lcom/oracle/svm/core/option/HostedOptionKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/option/HostedOptionKey<Ljava/lang/String;>;
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.options.Option(help = {"Directory where information generated by the CAnnotation Processor are cached."})

  public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Boolean> ExitAfterCAPCache;
    descriptor: Lcom/oracle/svm/core/option/HostedOptionKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/option/HostedOptionKey<Ljava/lang/Boolean;>;
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.options.Option(help = {"Exit image generation after C Annotation Processor Cache creation."})

  public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Boolean> ExitAfterQueryCodeGeneration;
    descriptor: Lcom/oracle/svm/core/option/HostedOptionKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/option/HostedOptionKey<Ljava/lang/Boolean;>;
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.options.Option(help = {"Output query code for target platform without executing it"})

  public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.String> QueryCodeDir;
    descriptor: Lcom/oracle/svm/core/option/HostedOptionKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/option/HostedOptionKey<Ljava/lang/String;>;
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.options.Option(help = {"Directory where query code for target platform should be output"})

  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=3, locals=0, args_size=0
         0: .line 73
            ldc Lcom/oracle/svm/hosted/c/CAnnotationProcessorCache;
            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.CAnnotationProcessorCache$Options.$assertionsDisabled:Z
         3: .line 75
            new com.oracle.svm.hosted.c.CAnnotationProcessorCache$Options$1
            dup
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokespecial com.oracle.svm.hosted.c.CAnnotationProcessorCache$Options$1.<init>:(Ljava/lang/Boolean;)V
            putstatic com.oracle.svm.hosted.c.CAnnotationProcessorCache$Options.UseCAPCache:Lcom/oracle/svm/core/option/HostedOptionKey;
         4: .line 101
            new com.oracle.svm.core.option.HostedOptionKey
            dup
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokespecial com.oracle.svm.core.option.HostedOptionKey.<init>:(Ljava/lang/Object;)V
            putstatic com.oracle.svm.hosted.c.CAnnotationProcessorCache$Options.NewCAPCache:Lcom/oracle/svm/core/option/HostedOptionKey;
         5: .line 104
            new com.oracle.svm.core.option.HostedOptionKey
            dup
            ldc ""
            invokespecial com.oracle.svm.core.option.HostedOptionKey.<init>:(Ljava/lang/Object;)V
            putstatic com.oracle.svm.hosted.c.CAnnotationProcessorCache$Options.CAPCacheDir:Lcom/oracle/svm/core/option/HostedOptionKey;
         6: .line 107
            new com.oracle.svm.core.option.HostedOptionKey
            dup
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokespecial com.oracle.svm.core.option.HostedOptionKey.<init>:(Ljava/lang/Object;)V
            putstatic com.oracle.svm.hosted.c.CAnnotationProcessorCache$Options.ExitAfterCAPCache:Lcom/oracle/svm/core/option/HostedOptionKey;
         7: .line 110
            new com.oracle.svm.core.option.HostedOptionKey
            dup
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokespecial com.oracle.svm.core.option.HostedOptionKey.<init>:(Ljava/lang/Object;)V
            putstatic com.oracle.svm.hosted.c.CAnnotationProcessorCache$Options.ExitAfterQueryCodeGeneration:Lcom/oracle/svm/core/option/HostedOptionKey;
         8: .line 113
            new com.oracle.svm.core.option.HostedOptionKey
            dup
            ldc ""
            invokespecial com.oracle.svm.core.option.HostedOptionKey.<init>:(Ljava/lang/Object;)V
            putstatic com.oracle.svm.hosted.c.CAnnotationProcessorCache$Options.QueryCodeDir:Lcom/oracle/svm/core/option/HostedOptionKey;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.CAnnotationProcessorCache$Options this
         0: .line 73
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.hosted.c.CAnnotationProcessorCache$Options this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/CAnnotationProcessorCache$Options;
}
SourceFile: "CAnnotationProcessorCache.java"
NestHost: com.oracle.svm.hosted.c.CAnnotationProcessorCache
InnerClasses:
  public Options = com.oracle.svm.hosted.c.CAnnotationProcessorCache$Options of com.oracle.svm.hosted.c.CAnnotationProcessorCache
  com.oracle.svm.hosted.c.CAnnotationProcessorCache$Options$1