final class com.oracle.graal.python.runtime.ExecutionContext$IndirectCallState
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.graal.python.runtime.ExecutionContext$IndirectCallState
  super_class: java.lang.Object
{
  private final com.oracle.graal.python.builtins.objects.frame.PFrame$Reference info;
    descriptor: Lcom/oracle/graal/python/builtins/objects/frame/PFrame$Reference;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.graal.python.runtime.exception.PException curExc;
    descriptor: Lcom/oracle/graal/python/runtime/exception/PException;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(com.oracle.graal.python.builtins.objects.frame.PFrame$Reference, com.oracle.graal.python.runtime.exception.PException);
    descriptor: (Lcom/oracle/graal/python/builtins/objects/frame/PFrame$Reference;Lcom/oracle/graal/python/runtime/exception/PException;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.graal.python.runtime.ExecutionContext$IndirectCallState this
        start local 1 // com.oracle.graal.python.builtins.objects.frame.PFrame$Reference info
        start local 2 // com.oracle.graal.python.runtime.exception.PException curExc
         0: .line 313
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 314
            aload 0 /* this */
            aload 1 /* info */
            putfield com.oracle.graal.python.runtime.ExecutionContext$IndirectCallState.info:Lcom/oracle/graal/python/builtins/objects/frame/PFrame$Reference;
         2: .line 315
            aload 0 /* this */
            aload 2 /* curExc */
            putfield com.oracle.graal.python.runtime.ExecutionContext$IndirectCallState.curExc:Lcom/oracle/graal/python/runtime/exception/PException;
         3: .line 316
            return
        end local 2 // com.oracle.graal.python.runtime.exception.PException curExc
        end local 1 // com.oracle.graal.python.builtins.objects.frame.PFrame$Reference info
        end local 0 // com.oracle.graal.python.runtime.ExecutionContext$IndirectCallState this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/oracle/graal/python/runtime/ExecutionContext$IndirectCallState;
            0    4     1    info  Lcom/oracle/graal/python/builtins/objects/frame/PFrame$Reference;
            0    4     2  curExc  Lcom/oracle/graal/python/runtime/exception/PException;
    MethodParameters:
        Name  Flags
      info    
      curExc  
}
SourceFile: "ExecutionContext.java"
NestHost: com.oracle.graal.python.runtime.ExecutionContext
InnerClasses:
  public final Reference = com.oracle.graal.python.builtins.objects.frame.PFrame$Reference of com.oracle.graal.python.builtins.objects.frame.PFrame
  private final IndirectCallState = com.oracle.graal.python.runtime.ExecutionContext$IndirectCallState of com.oracle.graal.python.runtime.ExecutionContext
  public abstract ValueType = com.oracle.truffle.api.CompilerDirectives$ValueType of com.oracle.truffle.api.CompilerDirectives
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$ValueType()