final class com.oracle.truffle.st.GatherSourceSectionsListener implements com.oracle.truffle.api.instrumentation.LoadSourceSectionListener
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.st.GatherSourceSectionsListener
  super_class: java.lang.Object
{
  private final com.oracle.truffle.st.SimpleCoverageInstrument instrument;
    descriptor: Lcom/oracle/truffle/st/SimpleCoverageInstrument;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.oracle.truffle.st.SimpleCoverageInstrument);
    descriptor: (Lcom/oracle/truffle/st/SimpleCoverageInstrument;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.st.GatherSourceSectionsListener this
        start local 1 // com.oracle.truffle.st.SimpleCoverageInstrument instrument
         0: .line 60
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 61
            aload 0 /* this */
            aload 1 /* instrument */
            putfield com.oracle.truffle.st.GatherSourceSectionsListener.instrument:Lcom/oracle/truffle/st/SimpleCoverageInstrument;
         2: .line 62
            return
        end local 1 // com.oracle.truffle.st.SimpleCoverageInstrument instrument
        end local 0 // com.oracle.truffle.st.GatherSourceSectionsListener this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/oracle/truffle/st/GatherSourceSectionsListener;
            0    3     1  instrument  Lcom/oracle/truffle/st/SimpleCoverageInstrument;
    MethodParameters:
            Name  Flags
      instrument  

  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=3, args_size=2
        start local 0 // com.oracle.truffle.st.GatherSourceSectionsListener this
        start local 1 // com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent event
         0: .line 72
            aload 1 /* event */
            invokevirtual com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            astore 2 /* sourceSection */
        start local 2 // com.oracle.truffle.api.source.SourceSection sourceSection
         1: .line 73
            aload 0 /* this */
            getfield com.oracle.truffle.st.GatherSourceSectionsListener.instrument:Lcom/oracle/truffle/st/SimpleCoverageInstrument;
            aload 2 /* sourceSection */
            invokevirtual com.oracle.truffle.st.SimpleCoverageInstrument.addLoaded:(Lcom/oracle/truffle/api/source/SourceSection;)V
         2: .line 74
            return
        end local 2 // com.oracle.truffle.api.source.SourceSection sourceSection
        end local 1 // com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent event
        end local 0 // com.oracle.truffle.st.GatherSourceSectionsListener this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lcom/oracle/truffle/st/GatherSourceSectionsListener;
            0    3     1          event  Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionEvent;
            1    3     2  sourceSection  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
       Name  Flags
      event  
}
SourceFile: "GatherSourceSectionsListener.java"