public class com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSectionException extends com.oracle.truffle.api.instrumentation.TruffleInstrument
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSectionException
  super_class: com.oracle.truffle.api.instrumentation.TruffleInstrument
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSectionException this
         0: .line 380
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.TruffleInstrument.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSectionException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$TestLoadSourceSectionException;

  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=5, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSectionException this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 384
            aload 1 /* env */
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getInstrumenter:()Lcom/oracle/truffle/api/instrumentation/Instrumenter;
            getstatic com.oracle.truffle.api.instrumentation.SourceSectionFilter.ANY:Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            new com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSectionException$1
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSectionException$1.<init>:(Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$TestLoadSourceSectionException;)V
         1: .line 388
            iconst_1
         2: .line 384
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachLoadSourceSectionListener:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionListener;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
            pop
         3: .line 389
            return
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSectionException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$TestLoadSourceSectionException;
            0    4     1   env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
    MethodParameters:
      Name  Flags
      env   
}
SourceFile: "SourceSectionListenerTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest
InnerClasses:
  public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument
  public abstract Registration = com.oracle.truffle.api.instrumentation.TruffleInstrument$Registration of com.oracle.truffle.api.instrumentation.TruffleInstrument
  public TestLoadSourceSectionException = com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSectionException of com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest
  com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSectionException$1
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.TruffleInstrument$Registration(id = "testLoadSourceSectionException", services = {Ljava/lang/Object;})