class com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener implements com.oracle.truffle.api.instrumentation.ContextsListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener
  super_class: java.lang.Object
{
  com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener onLanguageContextInitialized;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
    flags: (0x0000) 

  com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener onLanguageContextFinalized;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
    flags: (0x0000) 

  com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener onLanguageContextDisposed;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
    flags: (0x0000) 

  com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener onLanguageContextCreated;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
    flags: (0x0000) 

  com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener onContextCreated;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
    flags: (0x0000) 

  com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener onContextClosed;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
    flags: (0x0000) 

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

  public void onLanguageContextInitialized(com.oracle.truffle.api.TruffleContext, com.oracle.truffle.api.nodes.LanguageInfo);
    descriptor: (Lcom/oracle/truffle/api/TruffleContext;Lcom/oracle/truffle/api/nodes/LanguageInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener this
        start local 1 // com.oracle.truffle.api.TruffleContext c
        start local 2 // com.oracle.truffle.api.nodes.LanguageInfo l
         0: .line 190
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener.onLanguageContextInitialized:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
            ifnull 2
         1: .line 191
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener.onLanguageContextInitialized:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
            aload 1 /* c */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener.accept:(Lcom/oracle/truffle/api/TruffleContext;)V
         2: .line 193
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.oracle.truffle.api.nodes.LanguageInfo l
        end local 1 // com.oracle.truffle.api.TruffleContext c
        end local 0 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestContextListener;
            0    3     1     c  Lcom/oracle/truffle/api/TruffleContext;
            0    3     2     l  Lcom/oracle/truffle/api/nodes/LanguageInfo;
    MethodParameters:
      Name  Flags
      c     
      l     

  public void onLanguageContextFinalized(com.oracle.truffle.api.TruffleContext, com.oracle.truffle.api.nodes.LanguageInfo);
    descriptor: (Lcom/oracle/truffle/api/TruffleContext;Lcom/oracle/truffle/api/nodes/LanguageInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener this
        start local 1 // com.oracle.truffle.api.TruffleContext c
        start local 2 // com.oracle.truffle.api.nodes.LanguageInfo l
         0: .line 196
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener.onLanguageContextFinalized:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
            ifnull 2
         1: .line 197
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener.onLanguageContextFinalized:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
            aload 1 /* c */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener.accept:(Lcom/oracle/truffle/api/TruffleContext;)V
         2: .line 199
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.oracle.truffle.api.nodes.LanguageInfo l
        end local 1 // com.oracle.truffle.api.TruffleContext c
        end local 0 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestContextListener;
            0    3     1     c  Lcom/oracle/truffle/api/TruffleContext;
            0    3     2     l  Lcom/oracle/truffle/api/nodes/LanguageInfo;
    MethodParameters:
      Name  Flags
      c     
      l     

  public void onLanguageContextDisposed(com.oracle.truffle.api.TruffleContext, com.oracle.truffle.api.nodes.LanguageInfo);
    descriptor: (Lcom/oracle/truffle/api/TruffleContext;Lcom/oracle/truffle/api/nodes/LanguageInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener this
        start local 1 // com.oracle.truffle.api.TruffleContext c
        start local 2 // com.oracle.truffle.api.nodes.LanguageInfo l
         0: .line 202
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener.onLanguageContextDisposed:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
            ifnull 2
         1: .line 203
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener.onLanguageContextDisposed:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
            aload 1 /* c */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener.accept:(Lcom/oracle/truffle/api/TruffleContext;)V
         2: .line 205
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.oracle.truffle.api.nodes.LanguageInfo l
        end local 1 // com.oracle.truffle.api.TruffleContext c
        end local 0 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestContextListener;
            0    3     1     c  Lcom/oracle/truffle/api/TruffleContext;
            0    3     2     l  Lcom/oracle/truffle/api/nodes/LanguageInfo;
    MethodParameters:
      Name  Flags
      c     
      l     

  public void onLanguageContextCreated(com.oracle.truffle.api.TruffleContext, com.oracle.truffle.api.nodes.LanguageInfo);
    descriptor: (Lcom/oracle/truffle/api/TruffleContext;Lcom/oracle/truffle/api/nodes/LanguageInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener this
        start local 1 // com.oracle.truffle.api.TruffleContext c
        start local 2 // com.oracle.truffle.api.nodes.LanguageInfo l
         0: .line 208
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener.onLanguageContextCreated:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
            ifnull 2
         1: .line 209
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener.onLanguageContextCreated:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
            aload 1 /* c */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener.accept:(Lcom/oracle/truffle/api/TruffleContext;)V
         2: .line 211
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.oracle.truffle.api.nodes.LanguageInfo l
        end local 1 // com.oracle.truffle.api.TruffleContext c
        end local 0 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestContextListener;
            0    3     1     c  Lcom/oracle/truffle/api/TruffleContext;
            0    3     2     l  Lcom/oracle/truffle/api/nodes/LanguageInfo;
    MethodParameters:
      Name  Flags
      c     
      l     

  public void onContextCreated(com.oracle.truffle.api.TruffleContext);
    descriptor: (Lcom/oracle/truffle/api/TruffleContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener this
        start local 1 // com.oracle.truffle.api.TruffleContext c
         0: .line 214
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener.onContextCreated:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
            ifnull 2
         1: .line 215
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener.onContextCreated:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
            aload 1 /* c */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener.accept:(Lcom/oracle/truffle/api/TruffleContext;)V
         2: .line 217
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.TruffleContext c
        end local 0 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestContextListener;
            0    3     1     c  Lcom/oracle/truffle/api/TruffleContext;
    MethodParameters:
      Name  Flags
      c     

  public void onContextClosed(com.oracle.truffle.api.TruffleContext);
    descriptor: (Lcom/oracle/truffle/api/TruffleContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener this
        start local 1 // com.oracle.truffle.api.TruffleContext c
         0: .line 220
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener.onContextClosed:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
            ifnull 2
         1: .line 221
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener.onContextClosed:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
            aload 1 /* c */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener.accept:(Lcom/oracle/truffle/api/TruffleContext;)V
         2: .line 223
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.TruffleContext c
        end local 0 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestContextListener;
            0    3     1     c  Lcom/oracle/truffle/api/TruffleContext;
    MethodParameters:
      Name  Flags
      c     
}
SourceFile: "InternalErrorPropagationTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest
InnerClasses:
  TestContextListener = com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener of com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest
  final TestEventListener = com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener of com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest