public class com.oracle.svm.hosted.c.NativeCodeContext
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.svm.hosted.c.NativeCodeContext
  super_class: java.lang.Object
{
  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 inConfiguration;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Collection<jdk.vm.ci.meta.ResolvedJavaMethod> constantAccessors;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Collection<Ljdk/vm/ci/meta/ResolvedJavaMethod;>;

  private final java.util.Collection<jdk.vm.ci.meta.ResolvedJavaType> structTypes;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Collection<Ljdk/vm/ci/meta/ResolvedJavaType;>;

  private final java.util.Collection<jdk.vm.ci.meta.ResolvedJavaType> rawStructTypes;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Collection<Ljdk/vm/ci/meta/ResolvedJavaType;>;

  private final java.util.Collection<jdk.vm.ci.meta.ResolvedJavaType> pointerToTypes;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Collection<Ljdk/vm/ci/meta/ResolvedJavaType;>;

  private final java.util.Collection<jdk.vm.ci.meta.ResolvedJavaType> enumTypes;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Collection<Ljdk/vm/ci/meta/ResolvedJavaType;>;

  void <init>(org.graalvm.nativeimage.c.CContext$Directives);
    descriptor: (Lorg/graalvm/nativeimage/c/CContext$Directives;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.c.NativeCodeContext this
        start local 1 // org.graalvm.nativeimage.c.CContext$Directives directives
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            aload 1 /* directives */
            invokeinterface org.graalvm.nativeimage.c.CContext$Directives.isInConfiguration:()Z
            putfield com.oracle.svm.hosted.c.NativeCodeContext.inConfiguration:Z
         2: .line 51
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.NativeCodeContext.inConfiguration:Z
            ifeq 10
         3: .line 52
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield com.oracle.svm.hosted.c.NativeCodeContext.constantAccessors:Ljava/util/Collection;
         4: .line 53
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield com.oracle.svm.hosted.c.NativeCodeContext.structTypes:Ljava/util/Collection;
         5: .line 54
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield com.oracle.svm.hosted.c.NativeCodeContext.rawStructTypes:Ljava/util/Collection;
         6: .line 55
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield com.oracle.svm.hosted.c.NativeCodeContext.pointerToTypes:Ljava/util/Collection;
         7: .line 56
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield com.oracle.svm.hosted.c.NativeCodeContext.enumTypes:Ljava/util/Collection;
         8: .line 57
            aload 0 /* this */
            aload 1 /* directives */
            putfield com.oracle.svm.hosted.c.NativeCodeContext.directives:Lorg/graalvm/nativeimage/c/CContext$Directives;
         9: .line 58
            goto 16
        10: .line 59
      StackMap locals: com.oracle.svm.hosted.c.NativeCodeContext org.graalvm.nativeimage.c.CContext$Directives
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.oracle.svm.hosted.c.NativeCodeContext.constantAccessors:Ljava/util/Collection;
        11: .line 60
            aload 0 /* this */
            aconst_null
            putfield com.oracle.svm.hosted.c.NativeCodeContext.structTypes:Ljava/util/Collection;
        12: .line 61
            aload 0 /* this */
            aconst_null
            putfield com.oracle.svm.hosted.c.NativeCodeContext.rawStructTypes:Ljava/util/Collection;
        13: .line 62
            aload 0 /* this */
            aconst_null
            putfield com.oracle.svm.hosted.c.NativeCodeContext.pointerToTypes:Ljava/util/Collection;
        14: .line 63
            aload 0 /* this */
            aconst_null
            putfield com.oracle.svm.hosted.c.NativeCodeContext.enumTypes:Ljava/util/Collection;
        15: .line 64
            aload 0 /* this */
            aconst_null
            putfield com.oracle.svm.hosted.c.NativeCodeContext.directives:Lorg/graalvm/nativeimage/c/CContext$Directives;
        16: .line 66
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.graalvm.nativeimage.c.CContext$Directives directives
        end local 0 // com.oracle.svm.hosted.c.NativeCodeContext this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   17     0        this  Lcom/oracle/svm/hosted/c/NativeCodeContext;
            0   17     1  directives  Lorg/graalvm/nativeimage/c/CContext$Directives;
    MethodParameters:
            Name  Flags
      directives  

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

  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.NativeCodeContext this
         0: .line 73
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.NativeCodeContext.directives:Lorg/graalvm/nativeimage/c/CContext$Directives;
            areturn
        end local 0 // com.oracle.svm.hosted.c.NativeCodeContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/NativeCodeContext;

  public void appendConstantAccessor(jdk.vm.ci.meta.ResolvedJavaMethod);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaMethod;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.c.NativeCodeContext this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
         0: .line 77
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.NativeCodeContext.constantAccessors:Ljava/util/Collection;
            aload 1 /* method */
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         1: .line 78
            return
        end local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
        end local 0 // com.oracle.svm.hosted.c.NativeCodeContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/svm/hosted/c/NativeCodeContext;
            0    2     1  method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
    MethodParameters:
        Name  Flags
      method  

  public void appendStructType(jdk.vm.ci.meta.ResolvedJavaType);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.c.NativeCodeContext this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaType type
         0: .line 81
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.NativeCodeContext.structTypes:Ljava/util/Collection;
            aload 1 /* type */
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         1: .line 82
            return
        end local 1 // jdk.vm.ci.meta.ResolvedJavaType type
        end local 0 // com.oracle.svm.hosted.c.NativeCodeContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/hosted/c/NativeCodeContext;
            0    2     1  type  Ljdk/vm/ci/meta/ResolvedJavaType;
    MethodParameters:
      Name  Flags
      type  

  public void appendRawStructType(jdk.vm.ci.meta.ResolvedJavaType);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.c.NativeCodeContext this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaType type
         0: .line 85
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.NativeCodeContext.rawStructTypes:Ljava/util/Collection;
            aload 1 /* type */
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         1: .line 86
            return
        end local 1 // jdk.vm.ci.meta.ResolvedJavaType type
        end local 0 // com.oracle.svm.hosted.c.NativeCodeContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/hosted/c/NativeCodeContext;
            0    2     1  type  Ljdk/vm/ci/meta/ResolvedJavaType;
    MethodParameters:
      Name  Flags
      type  

  public void appendPointerToType(jdk.vm.ci.meta.ResolvedJavaType);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.c.NativeCodeContext this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaType type
         0: .line 89
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.NativeCodeContext.pointerToTypes:Ljava/util/Collection;
            aload 1 /* type */
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         1: .line 90
            return
        end local 1 // jdk.vm.ci.meta.ResolvedJavaType type
        end local 0 // com.oracle.svm.hosted.c.NativeCodeContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/hosted/c/NativeCodeContext;
            0    2     1  type  Ljdk/vm/ci/meta/ResolvedJavaType;
    MethodParameters:
      Name  Flags
      type  

  public void appendEnumType(jdk.vm.ci.meta.ResolvedJavaType);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.c.NativeCodeContext this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaType type
         0: .line 93
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.NativeCodeContext.enumTypes:Ljava/util/Collection;
            aload 1 /* type */
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         1: .line 94
            return
        end local 1 // jdk.vm.ci.meta.ResolvedJavaType type
        end local 0 // com.oracle.svm.hosted.c.NativeCodeContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/hosted/c/NativeCodeContext;
            0    2     1  type  Ljdk/vm/ci/meta/ResolvedJavaType;
    MethodParameters:
      Name  Flags
      type  

  public java.util.Collection<jdk.vm.ci.meta.ResolvedJavaMethod> getConstantAccessors();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.NativeCodeContext this
         0: .line 97
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.NativeCodeContext.constantAccessors:Ljava/util/Collection;
            areturn
        end local 0 // com.oracle.svm.hosted.c.NativeCodeContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/NativeCodeContext;
    Signature: ()Ljava/util/Collection<Ljdk/vm/ci/meta/ResolvedJavaMethod;>;

  public java.util.Collection<jdk.vm.ci.meta.ResolvedJavaType> getStructTypes();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.NativeCodeContext this
         0: .line 101
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.NativeCodeContext.structTypes:Ljava/util/Collection;
            areturn
        end local 0 // com.oracle.svm.hosted.c.NativeCodeContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/NativeCodeContext;
    Signature: ()Ljava/util/Collection<Ljdk/vm/ci/meta/ResolvedJavaType;>;

  public java.util.Collection<jdk.vm.ci.meta.ResolvedJavaType> getRawStructTypes();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.NativeCodeContext this
         0: .line 105
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.NativeCodeContext.rawStructTypes:Ljava/util/Collection;
            areturn
        end local 0 // com.oracle.svm.hosted.c.NativeCodeContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/NativeCodeContext;
    Signature: ()Ljava/util/Collection<Ljdk/vm/ci/meta/ResolvedJavaType;>;

  public java.util.Collection<jdk.vm.ci.meta.ResolvedJavaType> getPointerToTypes();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.NativeCodeContext this
         0: .line 109
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.NativeCodeContext.pointerToTypes:Ljava/util/Collection;
            areturn
        end local 0 // com.oracle.svm.hosted.c.NativeCodeContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/NativeCodeContext;
    Signature: ()Ljava/util/Collection<Ljdk/vm/ci/meta/ResolvedJavaType;>;

  public java.util.Collection<jdk.vm.ci.meta.ResolvedJavaType> getEnumTypes();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.NativeCodeContext this
         0: .line 113
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.NativeCodeContext.enumTypes:Ljava/util/Collection;
            areturn
        end local 0 // com.oracle.svm.hosted.c.NativeCodeContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/NativeCodeContext;
    Signature: ()Ljava/util/Collection<Ljdk/vm/ci/meta/ResolvedJavaType;>;
}
SourceFile: "NativeCodeContext.java"
InnerClasses:
  public abstract Directives = org.graalvm.nativeimage.c.CContext$Directives of org.graalvm.nativeimage.c.CContext