final class com.oracle.truffle.api.test.polyglot.LegacyLanguageSPITest$LegacyParseException extends java.lang.RuntimeException implements com.oracle.truffle.api.TruffleException
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.test.polyglot.LegacyLanguageSPITest$LegacyParseException
  super_class: java.lang.RuntimeException
{
  private final com.oracle.truffle.api.source.Source source;
    descriptor: Lcom/oracle/truffle/api/source/Source;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int start;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int length;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.oracle.truffle.api.source.Source, int, int);
    descriptor: (Lcom/oracle/truffle/api/source/Source;II)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.test.polyglot.LegacyLanguageSPITest$LegacyParseException this
        start local 1 // com.oracle.truffle.api.source.Source source
        start local 2 // int start
        start local 3 // int length
         0: .line 190
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:()V
         1: .line 191
            aload 1 /* source */
            ldc "Source must be non null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         2: .line 192
            aload 0 /* this */
            aload 1 /* source */
            putfield com.oracle.truffle.api.test.polyglot.LegacyLanguageSPITest$LegacyParseException.source:Lcom/oracle/truffle/api/source/Source;
         3: .line 193
            aload 0 /* this */
            iload 2 /* start */
            putfield com.oracle.truffle.api.test.polyglot.LegacyLanguageSPITest$LegacyParseException.start:I
         4: .line 194
            aload 0 /* this */
            iload 3 /* length */
            putfield com.oracle.truffle.api.test.polyglot.LegacyLanguageSPITest$LegacyParseException.length:I
         5: .line 195
            return
        end local 3 // int length
        end local 2 // int start
        end local 1 // com.oracle.truffle.api.source.Source source
        end local 0 // com.oracle.truffle.api.test.polyglot.LegacyLanguageSPITest$LegacyParseException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/oracle/truffle/api/test/polyglot/LegacyLanguageSPITest$LegacyParseException;
            0    6     1  source  Lcom/oracle/truffle/api/source/Source;
            0    6     2   start  I
            0    6     3  length  I
    MethodParameters:
        Name  Flags
      source  final
      start   final
      length  final

  public boolean isSyntaxError();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.LegacyLanguageSPITest$LegacyParseException this
         0: .line 199
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.test.polyglot.LegacyLanguageSPITest$LegacyParseException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/LegacyLanguageSPITest$LegacyParseException;

  public com.oracle.truffle.api.nodes.Node getLocation();
    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.test.polyglot.LegacyLanguageSPITest$LegacyParseException this
         0: .line 204
            aconst_null
            areturn
        end local 0 // com.oracle.truffle.api.test.polyglot.LegacyLanguageSPITest$LegacyParseException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/LegacyLanguageSPITest$LegacyParseException;

  public com.oracle.truffle.api.source.SourceSection getSourceLocation();
    descriptor: ()Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.LegacyLanguageSPITest$LegacyParseException this
         0: .line 209
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.LegacyLanguageSPITest$LegacyParseException.source:Lcom/oracle/truffle/api/source/Source;
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.LegacyLanguageSPITest$LegacyParseException.start:I
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.LegacyLanguageSPITest$LegacyParseException.length:I
            invokevirtual com.oracle.truffle.api.source.Source.createSection:(II)Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 0 // com.oracle.truffle.api.test.polyglot.LegacyLanguageSPITest$LegacyParseException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/LegacyLanguageSPITest$LegacyParseException;
}
SourceFile: "LegacyLanguageSPITest.java"
NestHost: com.oracle.truffle.api.test.polyglot.LegacyLanguageSPITest
InnerClasses:
  private final LegacyParseException = com.oracle.truffle.api.test.polyglot.LegacyLanguageSPITest$LegacyParseException of com.oracle.truffle.api.test.polyglot.LegacyLanguageSPITest