final class com.oracle.truffle.polyglot.PolyglotEngineImpl$CancelExecution extends java.lang.ThreadDeath
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.polyglot.PolyglotEngineImpl$CancelExecution
  super_class: java.lang.ThreadDeath
{
  private final com.oracle.truffle.api.nodes.Node location;
    descriptor: Lcom/oracle/truffle/api/nodes/Node;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  void <init>(com.oracle.truffle.api.nodes.Node, java.lang.String, boolean);
    descriptor: (Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/String;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.truffle.polyglot.PolyglotEngineImpl$CancelExecution this
        start local 1 // com.oracle.truffle.api.nodes.Node location
        start local 2 // java.lang.String cancelMessage
        start local 3 // boolean resourceLimit
         0: .line 1487
            aload 0 /* this */
            invokespecial java.lang.ThreadDeath.<init>:()V
         1: .line 1488
            aload 0 /* this */
            aload 1 /* location */
            putfield com.oracle.truffle.polyglot.PolyglotEngineImpl$CancelExecution.location:Lcom/oracle/truffle/api/nodes/Node;
         2: .line 1489
            aload 0 /* this */
            aload 2 /* cancelMessage */
            putfield com.oracle.truffle.polyglot.PolyglotEngineImpl$CancelExecution.cancelMessage:Ljava/lang/String;
         3: .line 1490
            aload 0 /* this */
            iload 3 /* resourceLimit */
            putfield com.oracle.truffle.polyglot.PolyglotEngineImpl$CancelExecution.resourceLimit:Z
         4: .line 1491
            return
        end local 3 // boolean resourceLimit
        end local 2 // java.lang.String cancelMessage
        end local 1 // com.oracle.truffle.api.nodes.Node location
        end local 0 // com.oracle.truffle.polyglot.PolyglotEngineImpl$CancelExecution this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/oracle/truffle/polyglot/PolyglotEngineImpl$CancelExecution;
            0    5     1       location  Lcom/oracle/truffle/api/nodes/Node;
            0    5     2  cancelMessage  Ljava/lang/String;
            0    5     3  resourceLimit  Z
    MethodParameters:
               Name  Flags
      location       
      cancelMessage  
      resourceLimit  

  com.oracle.truffle.api.nodes.Node getLocation();
    descriptor: ()Lcom/oracle/truffle/api/nodes/Node;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotEngineImpl$CancelExecution this
         0: .line 1494
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotEngineImpl$CancelExecution.location:Lcom/oracle/truffle/api/nodes/Node;
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotEngineImpl$CancelExecution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotEngineImpl$CancelExecution;

  com.oracle.truffle.api.source.SourceSection getSourceLocation();
    descriptor: ()Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotEngineImpl$CancelExecution this
         0: .line 1498
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotEngineImpl$CancelExecution.location:Lcom/oracle/truffle/api/nodes/Node;
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotEngineImpl$CancelExecution.location:Lcom/oracle/truffle/api/nodes/Node;
            invokevirtual com.oracle.truffle.api.nodes.Node.getEncapsulatingSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.source.SourceSection
         2: areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotEngineImpl$CancelExecution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/polyglot/PolyglotEngineImpl$CancelExecution;

  public boolean isResourceLimit();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotEngineImpl$CancelExecution this
         0: .line 1502
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotEngineImpl$CancelExecution.resourceLimit:Z
            ireturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotEngineImpl$CancelExecution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotEngineImpl$CancelExecution;

  public java.lang.String getMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotEngineImpl$CancelExecution this
         0: .line 1507
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotEngineImpl$CancelExecution.cancelMessage:Ljava/lang/String;
            ifnonnull 2
         1: .line 1508
            ldc "Execution got cancelled."
            areturn
         2: .line 1510
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotEngineImpl$CancelExecution.cancelMessage:Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotEngineImpl$CancelExecution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/polyglot/PolyglotEngineImpl$CancelExecution;
}
SourceFile: "PolyglotEngineImpl.java"
NestHost: com.oracle.truffle.polyglot.PolyglotEngineImpl
InnerClasses:
  final CancelExecution = com.oracle.truffle.polyglot.PolyglotEngineImpl$CancelExecution of com.oracle.truffle.polyglot.PolyglotEngineImpl