public final class com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext implements com.oracle.truffle.api.debug.SuspendedContext
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext
  super_class: java.lang.Object
{
  private final com.oracle.truffle.api.instrumentation.EventContext eventContext;
    descriptor: Lcom/oracle/truffle/api/instrumentation/EventContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env;
    descriptor: Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(com.oracle.truffle.api.instrumentation.EventContext, com.oracle.truffle.api.instrumentation.TruffleInstrument$Env);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventContext;Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext eventContext
        start local 2 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 87
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 88
            aload 0 /* this */
            aload 1 /* eventContext */
            putfield com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext.eventContext:Lcom/oracle/truffle/api/instrumentation/EventContext;
         2: .line 89
            aload 0 /* this */
            aload 2 /* env */
            putfield com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext.env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
         3: .line 90
            return
        end local 2 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 1 // com.oracle.truffle.api.instrumentation.EventContext eventContext
        end local 0 // com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lcom/oracle/truffle/api/debug/SuspendedContext$SuspendedEventContext;
            0    4     1  eventContext  Lcom/oracle/truffle/api/instrumentation/EventContext;
            0    4     2           env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
    MethodParameters:
              Name  Flags
      eventContext  
      env           

  public int getStackDepth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext this
         0: .line 94
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/SuspendedContext$SuspendedEventContext;

  public com.oracle.truffle.api.source.SourceSection getInstrumentedSourceSection();
    descriptor: ()Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext this
         0: .line 98
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext.eventContext:Lcom/oracle/truffle/api/instrumentation/EventContext;
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.getInstrumentedSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            astore 1 /* ss */
        start local 1 // com.oracle.truffle.api.source.SourceSection ss
         1: .line 99
            aload 1 /* ss */
            ifnonnull 10
         2: .line 100
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext.eventContext:Lcom/oracle/truffle/api/instrumentation/EventContext;
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.getInstrumentedNode:()Lcom/oracle/truffle/api/nodes/Node;
            astore 2 /* node */
        start local 2 // com.oracle.truffle.api.nodes.Node node
         3: .line 102
            new java.io.PrintStream
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext.env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.err:()Ljava/io/OutputStream;
            invokespecial java.io.PrintStream.<init>:(Ljava/io/OutputStream;)V
            astore 3 /* err */
        start local 3 // java.io.PrintStream err
         4: .line 103
            aload 3 /* err */
            new java.lang.StringBuilder
            dup
            ldc "WARNING: Instrumented node "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* node */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " of class "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* node */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " has null SourceSection."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         5: .line 104
            aload 2 /* node */
            invokestatic com.oracle.truffle.api.debug.DebugSourcesResolver.findEncapsulatedSourceSection:(Lcom/oracle/truffle/api/nodes/Node;)Lcom/oracle/truffle/api/source/SourceSection;
            astore 1 /* ss */
         6: .line 105
            aload 1 /* ss */
            ifnonnull 9
         7: .line 106
            aload 2 /* node */
            invokevirtual com.oracle.truffle.api.nodes.Node.getRootNode:()Lcom/oracle/truffle/api/nodes/RootNode;
            astore 4 /* root */
        start local 4 // com.oracle.truffle.api.nodes.RootNode root
         8: .line 107
            aload 3 /* err */
            new java.lang.StringBuilder
            dup
            ldc "WARNING: and null encapsulating SourceSection under "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* root */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " of class = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* root */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        end local 4 // com.oracle.truffle.api.nodes.RootNode root
         9: .line 109
      StackMap locals: com.oracle.truffle.api.source.SourceSection com.oracle.truffle.api.nodes.Node java.io.PrintStream
      StackMap stack:
            aload 3 /* err */
            invokevirtual java.io.PrintStream.flush:()V
        end local 3 // java.io.PrintStream err
        end local 2 // com.oracle.truffle.api.nodes.Node node
        10: .line 111
      StackMap locals:
      StackMap stack:
            aload 1 /* ss */
            areturn
        end local 1 // com.oracle.truffle.api.source.SourceSection ss
        end local 0 // com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/oracle/truffle/api/debug/SuspendedContext$SuspendedEventContext;
            1   11     1    ss  Lcom/oracle/truffle/api/source/SourceSection;
            3   10     2  node  Lcom/oracle/truffle/api/nodes/Node;
            4   10     3   err  Ljava/io/PrintStream;
            8    9     4  root  Lcom/oracle/truffle/api/nodes/RootNode;

  public com.oracle.truffle.api.nodes.Node getInstrumentedNode();
    descriptor: ()Lcom/oracle/truffle/api/nodes/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext this
         0: .line 115
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext.eventContext:Lcom/oracle/truffle/api/instrumentation/EventContext;
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.getInstrumentedNode:()Lcom/oracle/truffle/api/nodes/Node;
            areturn
        end local 0 // com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/SuspendedContext$SuspendedEventContext;

  public boolean hasTag(java.lang.Class<? extends com.oracle.truffle.api.instrumentation.Tag>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext this
        start local 1 // java.lang.Class tag
         0: .line 120
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext.eventContext:Lcom/oracle/truffle/api/instrumentation/EventContext;
            aload 1 /* tag */
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.hasTag:(Ljava/lang/Class;)Z
            ireturn
        end local 1 // java.lang.Class tag
        end local 0 // com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/SuspendedContext$SuspendedEventContext;
            0    1     1   tag  Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;
    Signature: (Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;)Z
    MethodParameters:
      Name  Flags
      tag   

  public boolean isLanguageContextInitialized();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext this
         0: .line 124
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext.eventContext:Lcom/oracle/truffle/api/instrumentation/EventContext;
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.isLanguageContextInitialized:()Z
            ireturn
        end local 0 // com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/SuspendedContext$SuspendedEventContext;

  public java.lang.ThreadDeath createUnwind(, com.oracle.truffle.api.instrumentation.EventBinding<?>);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/instrumentation/EventBinding;)Ljava/lang/ThreadDeath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext this
        start local 1 // java.lang.Object info
        start local 2 // com.oracle.truffle.api.instrumentation.EventBinding unwindBinding
         0: .line 128
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext.eventContext:Lcom/oracle/truffle/api/instrumentation/EventContext;
            aload 1 /* info */
            aload 2 /* unwindBinding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.createUnwind:(Ljava/lang/Object;Lcom/oracle/truffle/api/instrumentation/EventBinding;)Ljava/lang/ThreadDeath;
            areturn
        end local 2 // com.oracle.truffle.api.instrumentation.EventBinding unwindBinding
        end local 1 // java.lang.Object info
        end local 0 // com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/oracle/truffle/api/debug/SuspendedContext$SuspendedEventContext;
            0    1     1           info  Ljava/lang/Object;
            0    1     2  unwindBinding  Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;
    Signature: (Ljava/lang/Object;Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;)Ljava/lang/ThreadDeath;
    MethodParameters:
               Name  Flags
      info           
      unwindBinding  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext this
         0: .line 133
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext.eventContext:Lcom/oracle/truffle/api/instrumentation/EventContext;
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/SuspendedContext$SuspendedEventContext;
}
SourceFile: "SuspendedContext.java"
NestHost: com.oracle.truffle.api.debug.SuspendedContext
InnerClasses:
  public final SuspendedEventContext = com.oracle.truffle.api.debug.SuspendedContext$SuspendedEventContext of com.oracle.truffle.api.debug.SuspendedContext
  public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument