public class com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl$RestrictionInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl$RestrictionInfo
  super_class: java.lang.Object
{
  private final com.oracle.svm.core.annotate.RestrictHeapAccess$Access access;
    descriptor: Lcom/oracle/svm/core/annotate/RestrictHeapAccess$Access;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.graal.pointsto.meta.AnalysisMethod caller;
    descriptor: Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.StackTraceElement invocationStackTraceElement;
    descriptor: Ljava/lang/StackTraceElement;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.graal.pointsto.meta.AnalysisMethod method;
    descriptor: Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  void <init>(com.oracle.svm.core.annotate.RestrictHeapAccess$Access, com.oracle.graal.pointsto.meta.AnalysisMethod, java.lang.StackTraceElement, com.oracle.graal.pointsto.meta.AnalysisMethod, boolean);
    descriptor: (Lcom/oracle/svm/core/annotate/RestrictHeapAccess$Access;Lcom/oracle/graal/pointsto/meta/AnalysisMethod;Ljava/lang/StackTraceElement;Lcom/oracle/graal/pointsto/meta/AnalysisMethod;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl$RestrictionInfo this
        start local 1 // com.oracle.svm.core.annotate.RestrictHeapAccess$Access access
        start local 2 // com.oracle.graal.pointsto.meta.AnalysisMethod caller
        start local 3 // java.lang.StackTraceElement stackTraceElement
        start local 4 // com.oracle.graal.pointsto.meta.AnalysisMethod method
        start local 5 // boolean fromUninterruptible
         0: .line 218
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 219
            aload 0 /* this */
            aload 1 /* access */
            putfield com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl$RestrictionInfo.access:Lcom/oracle/svm/core/annotate/RestrictHeapAccess$Access;
         2: .line 220
            aload 0 /* this */
            aload 2 /* caller */
            putfield com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl$RestrictionInfo.caller:Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
         3: .line 221
            aload 0 /* this */
            aload 3 /* stackTraceElement */
            putfield com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl$RestrictionInfo.invocationStackTraceElement:Ljava/lang/StackTraceElement;
         4: .line 222
            aload 0 /* this */
            aload 4 /* method */
            putfield com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl$RestrictionInfo.method:Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
         5: .line 223
            aload 0 /* this */
            iload 5 /* fromUninterruptible */
            putfield com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl$RestrictionInfo.fromUninterruptible:Z
         6: .line 224
            return
        end local 5 // boolean fromUninterruptible
        end local 4 // com.oracle.graal.pointsto.meta.AnalysisMethod method
        end local 3 // java.lang.StackTraceElement stackTraceElement
        end local 2 // com.oracle.graal.pointsto.meta.AnalysisMethod caller
        end local 1 // com.oracle.svm.core.annotate.RestrictHeapAccess$Access access
        end local 0 // com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl$RestrictionInfo this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    7     0                 this  Lcom/oracle/svm/hosted/code/RestrictHeapAccessCalleesImpl$RestrictionInfo;
            0    7     1               access  Lcom/oracle/svm/core/annotate/RestrictHeapAccess$Access;
            0    7     2               caller  Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
            0    7     3    stackTraceElement  Ljava/lang/StackTraceElement;
            0    7     4               method  Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
            0    7     5  fromUninterruptible  Z
    MethodParameters:
                     Name  Flags
      access               
      caller               
      stackTraceElement    
      method               
      fromUninterruptible  

  public com.oracle.svm.core.annotate.RestrictHeapAccess$Access getAccess();
    descriptor: ()Lcom/oracle/svm/core/annotate/RestrictHeapAccess$Access;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl$RestrictionInfo this
         0: .line 227
            aload 0 /* this */
            getfield com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl$RestrictionInfo.access:Lcom/oracle/svm/core/annotate/RestrictHeapAccess$Access;
            areturn
        end local 0 // com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl$RestrictionInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/code/RestrictHeapAccessCalleesImpl$RestrictionInfo;

  public com.oracle.graal.pointsto.meta.AnalysisMethod getCaller();
    descriptor: ()Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl$RestrictionInfo this
         0: .line 231
            aload 0 /* this */
            getfield com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl$RestrictionInfo.caller:Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
            areturn
        end local 0 // com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl$RestrictionInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/code/RestrictHeapAccessCalleesImpl$RestrictionInfo;

  public java.lang.StackTraceElement getInvocationStackTraceElement();
    descriptor: ()Ljava/lang/StackTraceElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl$RestrictionInfo this
         0: .line 235
            aload 0 /* this */
            getfield com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl$RestrictionInfo.invocationStackTraceElement:Ljava/lang/StackTraceElement;
            areturn
        end local 0 // com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl$RestrictionInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/code/RestrictHeapAccessCalleesImpl$RestrictionInfo;

  public com.oracle.graal.pointsto.meta.AnalysisMethod getMethod();
    descriptor: ()Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl$RestrictionInfo this
         0: .line 239
            aload 0 /* this */
            getfield com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl$RestrictionInfo.method:Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
            areturn
        end local 0 // com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl$RestrictionInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/code/RestrictHeapAccessCalleesImpl$RestrictionInfo;

  public boolean isFromUninterruptible();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl$RestrictionInfo this
         0: .line 243
            aload 0 /* this */
            getfield com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl$RestrictionInfo.fromUninterruptible:Z
            ireturn
        end local 0 // com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl$RestrictionInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/code/RestrictHeapAccessCalleesImpl$RestrictionInfo;
}
SourceFile: "RestrictHeapAccessCalleesImpl.java"
NestHost: com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl
InnerClasses:
  public final Access = com.oracle.svm.core.annotate.RestrictHeapAccess$Access of com.oracle.svm.core.annotate.RestrictHeapAccess
  public RestrictionInfo = com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl$RestrictionInfo of com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl