public class com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestProxyInstrument extends com.oracle.truffle.api.test.polyglot.ProxyInstrument
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestProxyInstrument
  super_class: com.oracle.truffle.api.test.polyglot.ProxyInstrument
{
  private final com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener listener;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestContextListener;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestContextListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestProxyInstrument this
        start local 1 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener listener
         0: .line 67
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.polyglot.ProxyInstrument.<init>:()V
         1: .line 68
            aload 0 /* this */
            aload 1 /* listener */
            putfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestProxyInstrument.listener:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestContextListener;
         2: .line 69
            return
        end local 1 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener listener
        end local 0 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestProxyInstrument this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestProxyInstrument;
            0    3     1  listener  Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestContextListener;
    MethodParameters:
          Name  Flags
      listener  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestProxyInstrument this
         0: .line 71
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.polyglot.ProxyInstrument.<init>:()V
         1: .line 72
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestProxyInstrument.listener:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestContextListener;
         2: .line 73
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestProxyInstrument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestProxyInstrument;

  protected void onCreate(com.oracle.truffle.api.instrumentation.TruffleInstrument$Env);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestProxyInstrument this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 77
            aload 0 /* this */
            aload 1 /* env */
            invokespecial com.oracle.truffle.api.test.polyglot.ProxyInstrument.onCreate:(Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
         1: .line 78
            aload 1 /* env */
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getInstrumenter:()Lcom/oracle/truffle/api/instrumentation/Instrumenter;
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestProxyInstrument.listener:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestContextListener;
            iconst_1
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachContextsListener:(Lcom/oracle/truffle/api/instrumentation/ContextsListener;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
            pop
         2: .line 79
            return
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 0 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestProxyInstrument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestProxyInstrument;
            0    3     1   env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
    MethodParameters:
      Name  Flags
      env   
}
SourceFile: "InternalErrorPropagationTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest
InnerClasses:
  public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument
  TestContextListener = com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener of com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest
  public TestProxyInstrument = com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestProxyInstrument of com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest