class com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1$SourceSectionListener implements com.oracle.truffle.api.instrumentation.LoadSourceSectionListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1$SourceSectionListener
  super_class: java.lang.Object
{
  private final java.util.List<com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent> events;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionEvent;>;

  final com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1 this$1;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$TestLoadSourceSection1;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.util.List<com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent>);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$TestLoadSourceSection1;Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1$SourceSectionListener this
        start local 2 // java.util.List events
         0: .line 229
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1$SourceSectionListener.this$1:Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$TestLoadSourceSection1;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 230
            aload 0 /* this */
            aload 2 /* events */
            putfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1$SourceSectionListener.events:Ljava/util/List;
         2: .line 231
            return
        end local 2 // java.util.List events
        end local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1$SourceSectionListener this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$TestLoadSourceSection1$SourceSectionListener;
            0    3     2  events  Ljava/util/List<Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionEvent;>;
    Signature: (Ljava/util/List<Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionEvent;>;)V
    MethodParameters:
        Name  Flags
      this$0  final
      events  

  public void onLoad(com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1$SourceSectionListener this
        start local 1 // com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent event
         0: .line 234
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1$SourceSectionListener.events:Ljava/util/List;
            aload 1 /* event */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 235
            return
        end local 1 // com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent event
        end local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1$SourceSectionListener this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$TestLoadSourceSection1$SourceSectionListener;
            0    2     1  event  Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionEvent;
    MethodParameters:
       Name  Flags
      event  
}
SourceFile: "SourceSectionListenerTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest
InnerClasses:
  public TestLoadSourceSection1 = com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1 of com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest
  private SourceSectionListener = com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1$SourceSectionListener of com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1