class com.oracle.truffle.api.test.polyglot.LegacyLanguageSPITest$LegacyTestError extends java.lang.RuntimeException implements com.oracle.truffle.api.TruffleException
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.test.polyglot.LegacyLanguageSPITest$LegacyTestError
  super_class: java.lang.RuntimeException
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.LegacyLanguageSPITest$LegacyTestError this
         0: .line 216
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.test.polyglot.LegacyLanguageSPITest$LegacyTestError this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/LegacyLanguageSPITest$LegacyTestError;

  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$LegacyTestError this
         0: .line 219
            getstatic com.oracle.truffle.api.test.polyglot.LegacyLanguageSPITest.TEST_SOURCE:Lcom/oracle/truffle/api/source/Source;
            iconst_0
            iconst_0
            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$LegacyTestError this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/LegacyLanguageSPITest$LegacyTestError;

  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$LegacyTestError this
         0: .line 223
            aconst_null
            areturn
        end local 0 // com.oracle.truffle.api.test.polyglot.LegacyLanguageSPITest$LegacyTestError this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/LegacyLanguageSPITest$LegacyTestError;
}
SourceFile: "LegacyLanguageSPITest.java"
NestHost: com.oracle.truffle.api.test.polyglot.LegacyLanguageSPITest
InnerClasses:
  LegacyTestError = com.oracle.truffle.api.test.polyglot.LegacyLanguageSPITest$LegacyTestError of com.oracle.truffle.api.test.polyglot.LegacyLanguageSPITest