final class com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$LineEndsIn extends com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$LineEndsIn
  super_class: com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression
{
  private final com.oracle.truffle.api.instrumentation.SourceSectionFilter$IndexRange[] ranges;
    descriptor: [Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$IndexRange;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.oracle.truffle.api.instrumentation.SourceSectionFilter$IndexRange[]);
    descriptor: ([Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$IndexRange;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$LineEndsIn this
        start local 1 // com.oracle.truffle.api.instrumentation.SourceSectionFilter$IndexRange[] ranges
         0: .line 1231
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression.<init>:()V
         1: .line 1232
            aload 0 /* this */
            aload 1 /* ranges */
            putfield com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$LineEndsIn.ranges:[Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$IndexRange;
         2: .line 1233
            return
        end local 1 // com.oracle.truffle.api.instrumentation.SourceSectionFilter$IndexRange[] ranges
        end local 0 // com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$LineEndsIn this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$EventFilterExpression$LineEndsIn;
            0    3     1  ranges  [Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$IndexRange;
    MethodParameters:
        Name  Flags
      ranges  

  boolean isRootIncluded(java.util.Set<java.lang.Class<?>>, com.oracle.truffle.api.source.SourceSection, com.oracle.truffle.api.nodes.RootNode, );
    descriptor: (Ljava/util/Set;Lcom/oracle/truffle/api/source/SourceSection;Lcom/oracle/truffle/api/nodes/RootNode;I)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$LineEndsIn this
        start local 1 // java.util.Set providedTags
        start local 2 // com.oracle.truffle.api.source.SourceSection rootSection
        start local 3 // com.oracle.truffle.api.nodes.RootNode rootNode
        start local 4 // int rootNodeBits
         0: .line 1237
            iload 4 /* rootNodeBits */
            invokestatic com.oracle.truffle.api.instrumentation.RootNodeBits.isNoSourceSection:(I)Z
            ifeq 2
         1: .line 1238
            iconst_0
            ireturn
         2: .line 1240
      StackMap locals:
      StackMap stack:
            iload 4 /* rootNodeBits */
            invokestatic com.oracle.truffle.api.instrumentation.RootNodeBits.isSourceSectionsHierachical:(I)Z
            ifeq 4
            aload 2 /* rootSection */
            ifnull 4
         3: .line 1241
            aload 2 /* rootSection */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$LineEndsIn.ranges:[Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$IndexRange;
            invokestatic com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$LineIn.isLineIn:(Lcom/oracle/truffle/api/source/SourceSection;[Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$IndexRange;)Z
            ireturn
         4: .line 1243
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 4 // int rootNodeBits
        end local 3 // com.oracle.truffle.api.nodes.RootNode rootNode
        end local 2 // com.oracle.truffle.api.source.SourceSection rootSection
        end local 1 // java.util.Set providedTags
        end local 0 // com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$LineEndsIn this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$EventFilterExpression$LineEndsIn;
            0    5     1  providedTags  Ljava/util/Set<Ljava/lang/Class<*>;>;
            0    5     2   rootSection  Lcom/oracle/truffle/api/source/SourceSection;
            0    5     3      rootNode  Lcom/oracle/truffle/api/nodes/RootNode;
            0    5     4  rootNodeBits  I
    Signature: (Ljava/util/Set<Ljava/lang/Class<*>;>;Lcom/oracle/truffle/api/source/SourceSection;Lcom/oracle/truffle/api/nodes/RootNode;I)Z
    MethodParameters:
              Name  Flags
      providedTags  
      rootSection   
      rootNode      
      rootNodeBits  

  boolean isIncluded(java.util.Set<java.lang.Class<?>>, com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.source.SourceSection);
    descriptor: (Ljava/util/Set;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/source/SourceSection;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=10, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$LineEndsIn this
        start local 1 // java.util.Set providedTags
        start local 2 // com.oracle.truffle.api.nodes.Node instrumentedNode
        start local 3 // com.oracle.truffle.api.source.SourceSection sourceSection
         0: .line 1248
            aload 3 /* sourceSection */
            ifnull 1
            aload 3 /* sourceSection */
            invokevirtual com.oracle.truffle.api.source.SourceSection.isAvailable:()Z
            ifne 2
         1: .line 1249
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 1251
      StackMap locals:
      StackMap stack:
            aload 3 /* sourceSection */
            invokevirtual com.oracle.truffle.api.source.SourceSection.getStartLine:()I
            istore 4 /* otherStart */
        start local 4 // int otherStart
         3: .line 1253
            aload 3 /* sourceSection */
            invokevirtual com.oracle.truffle.api.source.SourceSection.getSource:()Lcom/oracle/truffle/api/source/Source;
            ifnonnull 6
         4: .line 1254
            iload 4 /* otherStart */
            istore 5 /* otherEnd */
        start local 5 // int otherEnd
         5: .line 1255
            goto 7
        end local 5 // int otherEnd
         6: .line 1256
      StackMap locals: int
      StackMap stack:
            aload 3 /* sourceSection */
            invokevirtual com.oracle.truffle.api.source.SourceSection.getEndLine:()I
            istore 5 /* otherEnd */
        start local 5 // int otherEnd
         7: .line 1258
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$LineEndsIn.ranges:[Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$IndexRange;
            dup
            astore 9
            arraylength
            istore 8
            iconst_0
            istore 7
            goto 12
      StackMap locals: com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$LineEndsIn java.util.Set com.oracle.truffle.api.nodes.Node com.oracle.truffle.api.source.SourceSection int int top int int com.oracle.truffle.api.instrumentation.SourceSectionFilter$IndexRange[]
      StackMap stack:
         8: aload 9
            iload 7
            aaload
            astore 6 /* indexRange */
        start local 6 // com.oracle.truffle.api.instrumentation.SourceSectionFilter$IndexRange indexRange
         9: .line 1259
            aload 6 /* indexRange */
            iload 5 /* otherEnd */
            iload 5 /* otherEnd */
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$IndexRange.contains:(II)Z
            ifeq 11
        10: .line 1260
            iconst_1
            ireturn
        end local 6 // com.oracle.truffle.api.instrumentation.SourceSectionFilter$IndexRange indexRange
        11: .line 1258
      StackMap locals:
      StackMap stack:
            iinc 7 1
      StackMap locals:
      StackMap stack:
        12: iload 7
            iload 8
            if_icmplt 8
        13: .line 1263
            iconst_0
            ireturn
        end local 5 // int otherEnd
        end local 4 // int otherStart
        end local 3 // com.oracle.truffle.api.source.SourceSection sourceSection
        end local 2 // com.oracle.truffle.api.nodes.Node instrumentedNode
        end local 1 // java.util.Set providedTags
        end local 0 // com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$LineEndsIn this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   14     0              this  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$EventFilterExpression$LineEndsIn;
            0   14     1      providedTags  Ljava/util/Set<Ljava/lang/Class<*>;>;
            0   14     2  instrumentedNode  Lcom/oracle/truffle/api/nodes/Node;
            0   14     3     sourceSection  Lcom/oracle/truffle/api/source/SourceSection;
            3   14     4        otherStart  I
            5    6     5          otherEnd  I
            7   14     5          otherEnd  I
            9   11     6        indexRange  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$IndexRange;
    Signature: (Ljava/util/Set<Ljava/lang/Class<*>;>;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/source/SourceSection;)Z
    MethodParameters:
                  Name  Flags
      providedTags      
      instrumentedNode  
      sourceSection     

  protected int getOrder();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$LineEndsIn this
         0: .line 1268
            bipush 10
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$LineEndsIn this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$EventFilterExpression$LineEndsIn;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$LineEndsIn this
         0: .line 1273
            new java.lang.StringBuilder
            dup
            ldc "(line-ends-between "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 1 /* builder */
        start local 1 // java.lang.StringBuilder builder
         1: .line 1274
            aload 1 /* builder */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$LineEndsIn.ranges:[Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$IndexRange;
            invokestatic com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$LineEndsIn.appendRanges:(Ljava/lang/StringBuilder;[Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$IndexRange;)V
         2: .line 1275
            aload 1 /* builder */
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         3: .line 1276
            aload 1 /* builder */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder builder
        end local 0 // com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$LineEndsIn this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$EventFilterExpression$LineEndsIn;
            1    4     1  builder  Ljava/lang/StringBuilder;
}
SourceFile: "SourceSectionFilter.java"
NestHost: com.oracle.truffle.api.instrumentation.SourceSectionFilter
InnerClasses:
  abstract EventFilterExpression = com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression of com.oracle.truffle.api.instrumentation.SourceSectionFilter
  private final LineEndsIn = com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$LineEndsIn of com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression
  private final LineIn = com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression$LineIn of com.oracle.truffle.api.instrumentation.SourceSectionFilter$EventFilterExpression
  public final IndexRange = com.oracle.truffle.api.instrumentation.SourceSectionFilter$IndexRange of com.oracle.truffle.api.instrumentation.SourceSectionFilter