final class com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener
  super_class: java.lang.Object
{
  final com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest this$0;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener this
         0: .line 172
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener.this$0:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
    MethodParameters:
        Name  Flags
      this$0  final

  void accept(com.oracle.truffle.api.TruffleContext);
    descriptor: (Lcom/oracle/truffle/api/TruffleContext;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener this
        start local 1 // com.oracle.truffle.api.TruffleContext c
         0: .line 175
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener.this$0:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest;
            invokestatic com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest.access$0:(Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest;)Lcom/oracle/truffle/api/TruffleLanguage$Env;
            aload 1 /* c */
            invokestatic com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest.triggerParseFailure:(Lcom/oracle/truffle/api/TruffleLanguage$Env;Lcom/oracle/truffle/api/TruffleContext;)V
         1: .line 176
            return
        end local 1 // com.oracle.truffle.api.TruffleContext c
        end local 0 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
            0    2     1     c  Lcom/oracle/truffle/api/TruffleContext;
    MethodParameters:
      Name  Flags
      c     
}
SourceFile: "InternalErrorPropagationTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest
InnerClasses:
  public final Env = com.oracle.truffle.api.TruffleLanguage$Env of com.oracle.truffle.api.TruffleLanguage
  final TestEventListener = com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener of com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest