class com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector implements com.oracle.truffle.api.instrumentation.LoadSourceSectionListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector
  super_class: java.lang.Object
{
  protected final int startIndex;
    descriptor: I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  private final java.util.List<com.oracle.truffle.api.source.SourceSection> sections;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lcom/oracle/truffle/api/source/SourceSection;>;

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector this
        start local 1 // int startIndex
         0: .line 112
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 110
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector.sections:Ljava/util/List;
         2: .line 113
            aload 0 /* this */
            iload 1 /* startIndex */
            putfield com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector.startIndex:I
         3: .line 114
            return
        end local 1 // int startIndex
        end local 0 // com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/oracle/truffle/tools/chromeinspector/SuspendableLocationFinder$SectionsCollector;
            0    4     1  startIndex  I
    MethodParameters:
            Name  Flags
      startIndex  

  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.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector this
        start local 1 // com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent event
         0: .line 118
            aload 1 /* event */
            invokevirtual com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            astore 2 /* section */
        start local 2 // com.oracle.truffle.api.source.SourceSection section
         1: .line 119
            aload 2 /* section */
            invokevirtual com.oracle.truffle.api.source.SourceSection.getCharIndex:()I
            aload 0 /* this */
            getfield com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector.startIndex:I
            if_icmplt 3
         2: .line 120
            aload 0 /* this */
            getfield com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector.sections:Ljava/util/List;
            aload 2 /* section */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 122
      StackMap locals: com.oracle.truffle.api.source.SourceSection
      StackMap stack:
            return
        end local 2 // com.oracle.truffle.api.source.SourceSection section
        end local 1 // com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent event
        end local 0 // com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/oracle/truffle/tools/chromeinspector/SuspendableLocationFinder$SectionsCollector;
            0    4     1    event  Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionEvent;
            1    4     2  section  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
       Name  Flags
      event  

  java.util.List<com.oracle.truffle.api.source.SourceSection> getSections();
    descriptor: ()Ljava/util/List;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector this
         0: .line 125
            aload 0 /* this */
            getfield com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector.sections:Ljava/util/List;
            areturn
        end local 0 // com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/chromeinspector/SuspendableLocationFinder$SectionsCollector;
    Signature: ()Ljava/util/List<Lcom/oracle/truffle/api/source/SourceSection;>;
}
SourceFile: "SuspendableLocationFinder.java"
NestHost: com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder
InnerClasses:
  private SectionsCollector = com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector of com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder