public final class com.oracle.truffle.api.debug.SuspendedContext$CallerEventContext 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$CallerEventContext
  super_class: java.lang.Object
{
  private final com.oracle.truffle.api.nodes.Node node;
    descriptor: Lcom/oracle/truffle/api/nodes/Node;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private void <init>(com.oracle.truffle.api.nodes.Node, java.lang.ThreadDeath);
    descriptor: (Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/ThreadDeath;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.debug.SuspendedContext$CallerEventContext this
        start local 1 // com.oracle.truffle.api.nodes.Node node
        start local 2 // java.lang.ThreadDeath unwind
         0: .line 143
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 144
            aload 0 /* this */
            aload 1 /* node */
            putfield com.oracle.truffle.api.debug.SuspendedContext$CallerEventContext.node:Lcom/oracle/truffle/api/nodes/Node;
         2: .line 145
            aload 0 /* this */
            aload 2 /* unwind */
            putfield com.oracle.truffle.api.debug.SuspendedContext$CallerEventContext.unwind:Ljava/lang/ThreadDeath;
         3: .line 146
            return
        end local 2 // java.lang.ThreadDeath unwind
        end local 1 // com.oracle.truffle.api.nodes.Node node
        end local 0 // com.oracle.truffle.api.debug.SuspendedContext$CallerEventContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/oracle/truffle/api/debug/SuspendedContext$CallerEventContext;
            0    4     1    node  Lcom/oracle/truffle/api/nodes/Node;
            0    4     2  unwind  Ljava/lang/ThreadDeath;
    MethodParameters:
        Name  Flags
      node    
      unwind  

  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$CallerEventContext this
         0: .line 150
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.debug.SuspendedContext$CallerEventContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/SuspendedContext$CallerEventContext;

  public com.oracle.truffle.api.source.SourceSection getInstrumentedSourceSection();
    descriptor: ()Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SuspendedContext$CallerEventContext this
         0: .line 155
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SuspendedContext$CallerEventContext.node:Lcom/oracle/truffle/api/nodes/Node;
            ifnonnull 2
         1: .line 156
            aconst_null
            areturn
         2: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SuspendedContext$CallerEventContext.node:Lcom/oracle/truffle/api/nodes/Node;
            invokestatic com.oracle.truffle.api.debug.DebugSourcesResolver.findEncapsulatedSourceSection:(Lcom/oracle/truffle/api/nodes/Node;)Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 0 // com.oracle.truffle.api.debug.SuspendedContext$CallerEventContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/debug/SuspendedContext$CallerEventContext;

  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$CallerEventContext this
         0: .line 164
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SuspendedContext$CallerEventContext.node:Lcom/oracle/truffle/api/nodes/Node;
            areturn
        end local 0 // com.oracle.truffle.api.debug.SuspendedContext$CallerEventContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/SuspendedContext$CallerEventContext;

  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$CallerEventContext this
        start local 1 // java.lang.Class tag
         0: .line 169
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SuspendedContext$CallerEventContext.node:Lcom/oracle/truffle/api/nodes/Node;
            instanceof com.oracle.truffle.api.instrumentation.InstrumentableNode
            ifeq 1
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SuspendedContext$CallerEventContext.node:Lcom/oracle/truffle/api/nodes/Node;
            checkcast com.oracle.truffle.api.instrumentation.InstrumentableNode
            aload 1 /* tag */
            invokeinterface com.oracle.truffle.api.instrumentation.InstrumentableNode.hasTag:(Ljava/lang/Class;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Class tag
        end local 0 // com.oracle.truffle.api.debug.SuspendedContext$CallerEventContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/debug/SuspendedContext$CallerEventContext;
            0    2     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$CallerEventContext this
         0: .line 174
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.debug.SuspendedContext$CallerEventContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/SuspendedContext$CallerEventContext;

  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=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.debug.SuspendedContext$CallerEventContext this
        start local 1 // java.lang.Object info
        start local 2 // com.oracle.truffle.api.instrumentation.EventBinding unwindBinding
         0: .line 179
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SuspendedContext$CallerEventContext.unwind: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$CallerEventContext this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/oracle/truffle/api/debug/SuspendedContext$CallerEventContext;
            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=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SuspendedContext$CallerEventContext this
         0: .line 184
            new java.lang.StringBuilder
            dup
            ldc "CallerContext[source="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.SuspendedContext$CallerEventContext.getInstrumentedSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.api.debug.SuspendedContext$CallerEventContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/SuspendedContext$CallerEventContext;
}
SourceFile: "SuspendedContext.java"
NestHost: com.oracle.truffle.api.debug.SuspendedContext
InnerClasses:
  public final CallerEventContext = com.oracle.truffle.api.debug.SuspendedContext$CallerEventContext of com.oracle.truffle.api.debug.SuspendedContext