class org.apache.lucene.document.ShapeQuery$5 implements org.apache.lucene.index.PointValues$IntersectVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.document.ShapeQuery$5
  super_class: java.lang.Object
{
  final org.apache.lucene.document.ShapeField$DecodedTriangle scratchTriangle;
    descriptor: Lorg/apache/lucene/document/ShapeField$DecodedTriangle;
    flags: (0x0010) ACC_FINAL

  private final org.apache.lucene.util.FixedBitSet val$result;
    descriptor: Lorg/apache/lucene/util/FixedBitSet;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final long[] val$cost;
    descriptor: [J
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.apache.lucene.util.FixedBitSet val$excluded;
    descriptor: Lorg/apache/lucene/util/FixedBitSet;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.apache.lucene.document.ShapeQuery val$query;
    descriptor: Lorg/apache/lucene/document/ShapeQuery;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.util.FixedBitSet, long[], org.apache.lucene.util.FixedBitSet, org.apache.lucene.document.ShapeQuery);
    descriptor: (Lorg/apache/lucene/util/FixedBitSet;[JLorg/apache/lucene/util/FixedBitSet;Lorg/apache/lucene/document/ShapeQuery;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.apache.lucene.document.ShapeQuery$5 this
         0: .line 433
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.document.ShapeQuery$5.val$result:Lorg/apache/lucene/util/FixedBitSet;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.document.ShapeQuery$5.val$cost:[J
            aload 0 /* this */
            aload 3
            putfield org.apache.lucene.document.ShapeQuery$5.val$excluded:Lorg/apache/lucene/util/FixedBitSet;
            aload 0 /* this */
            aload 4
            putfield org.apache.lucene.document.ShapeQuery$5.val$query:Lorg/apache/lucene/document/ShapeQuery;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 434
            aload 0 /* this */
            new org.apache.lucene.document.ShapeField$DecodedTriangle
            dup
            invokespecial org.apache.lucene.document.ShapeField$DecodedTriangle.<init>:()V
            putfield org.apache.lucene.document.ShapeQuery$5.scratchTriangle:Lorg/apache/lucene/document/ShapeField$DecodedTriangle;
         2: .line 433
            return
        end local 0 // org.apache.lucene.document.ShapeQuery$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/document/ShapeQuery$5;
    MethodParameters:
              Name  Flags
      val$result    final
      val$cost      final
      val$excluded  final
      val$query     final

  public void visit(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.apache.lucene.document.ShapeQuery$5 this
        start local 1 // int docID
         0: .line 438
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$5.val$result:Lorg/apache/lucene/util/FixedBitSet;
            iload 1 /* docID */
            invokevirtual org.apache.lucene.util.FixedBitSet.set:(I)V
         1: .line 439
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$5.val$cost:[J
            iconst_0
            dup2
            laload
            lconst_1
            ladd
            lastore
         2: .line 440
            return
        end local 1 // int docID
        end local 0 // org.apache.lucene.document.ShapeQuery$5 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/lucene/document/ShapeQuery$5;
            0    3     1  docID  I
    MethodParameters:
       Name  Flags
      docID  

  public void visit(int, byte[]);
    descriptor: (I[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.lucene.document.ShapeQuery$5 this
        start local 1 // int docID
        start local 2 // byte[] t
         0: .line 444
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$5.val$excluded:Lorg/apache/lucene/util/FixedBitSet;
            iload 1 /* docID */
            invokevirtual org.apache.lucene.util.FixedBitSet.get:(I)Z
            ifne 5
         1: .line 445
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$5.val$query:Lorg/apache/lucene/document/ShapeQuery;
            aload 2 /* t */
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$5.scratchTriangle:Lorg/apache/lucene/document/ShapeField$DecodedTriangle;
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$5.val$query:Lorg/apache/lucene/document/ShapeQuery;
            invokevirtual org.apache.lucene.document.ShapeQuery.getQueryRelation:()Lorg/apache/lucene/document/ShapeField$QueryRelation;
            invokevirtual org.apache.lucene.document.ShapeQuery.queryMatches:([BLorg/apache/lucene/document/ShapeField$DecodedTriangle;Lorg/apache/lucene/document/ShapeField$QueryRelation;)Z
            ifeq 4
         2: .line 446
            aload 0 /* this */
            iload 1 /* docID */
            invokevirtual org.apache.lucene.document.ShapeQuery$5.visit:(I)V
         3: .line 447
            goto 5
         4: .line 448
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$5.val$excluded:Lorg/apache/lucene/util/FixedBitSet;
            iload 1 /* docID */
            invokevirtual org.apache.lucene.util.FixedBitSet.set:(I)V
         5: .line 451
      StackMap locals:
      StackMap stack:
            return
        end local 2 // byte[] t
        end local 1 // int docID
        end local 0 // org.apache.lucene.document.ShapeQuery$5 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/apache/lucene/document/ShapeQuery$5;
            0    6     1  docID  I
            0    6     2      t  [B
    MethodParameters:
       Name  Flags
      docID  
      t      

  public void visit(org.apache.lucene.search.DocIdSetIterator, byte[]);
    descriptor: (Lorg/apache/lucene/search/DocIdSetIterator;[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.apache.lucene.document.ShapeQuery$5 this
        start local 1 // org.apache.lucene.search.DocIdSetIterator iterator
        start local 2 // byte[] t
         0: .line 455
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$5.val$query:Lorg/apache/lucene/document/ShapeQuery;
            aload 2 /* t */
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$5.scratchTriangle:Lorg/apache/lucene/document/ShapeField$DecodedTriangle;
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$5.val$query:Lorg/apache/lucene/document/ShapeQuery;
            invokevirtual org.apache.lucene.document.ShapeQuery.getQueryRelation:()Lorg/apache/lucene/document/ShapeField$QueryRelation;
            invokevirtual org.apache.lucene.document.ShapeQuery.queryMatches:([BLorg/apache/lucene/document/ShapeField$DecodedTriangle;Lorg/apache/lucene/document/ShapeField$QueryRelation;)Z
            istore 3 /* matches */
        start local 3 // boolean matches
         1: .line 457
            goto 6
        start local 4 // int docID
         2: .line 458
      StackMap locals: int int
      StackMap stack:
            iload 3 /* matches */
            ifeq 5
         3: .line 459
            aload 0 /* this */
            iload 4 /* docID */
            invokevirtual org.apache.lucene.document.ShapeQuery$5.visit:(I)V
         4: .line 460
            goto 6
         5: .line 461
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$5.val$excluded:Lorg/apache/lucene/util/FixedBitSet;
            iload 4 /* docID */
            invokevirtual org.apache.lucene.util.FixedBitSet.set:(I)V
        end local 4 // int docID
         6: .line 457
      StackMap locals:
      StackMap stack:
            aload 1 /* iterator */
            invokevirtual org.apache.lucene.search.DocIdSetIterator.nextDoc:()I
            dup
            istore 4 /* docID */
        start local 4 // int docID
         7: ldc 2147483647
            if_icmpne 2
         8: .line 464
            return
        end local 4 // int docID
        end local 3 // boolean matches
        end local 2 // byte[] t
        end local 1 // org.apache.lucene.search.DocIdSetIterator iterator
        end local 0 // org.apache.lucene.document.ShapeQuery$5 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lorg/apache/lucene/document/ShapeQuery$5;
            0    9     1  iterator  Lorg/apache/lucene/search/DocIdSetIterator;
            0    9     2         t  [B
            1    9     3   matches  Z
            2    6     4     docID  I
            7    9     4     docID  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      iterator  
      t         

  public org.apache.lucene.index.PointValues$Relation compare(byte[], byte[]);
    descriptor: ([B[B)Lorg/apache/lucene/index/PointValues$Relation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.lucene.document.ShapeQuery$5 this
        start local 1 // byte[] minTriangle
        start local 2 // byte[] maxTriangle
         0: .line 468
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$5.val$query:Lorg/apache/lucene/document/ShapeQuery;
            aload 1 /* minTriangle */
            aload 2 /* maxTriangle */
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$5.val$query:Lorg/apache/lucene/document/ShapeQuery;
            invokevirtual org.apache.lucene.document.ShapeQuery.getQueryRelation:()Lorg/apache/lucene/document/ShapeField$QueryRelation;
            invokevirtual org.apache.lucene.document.ShapeQuery.relateRangeToQuery:([B[BLorg/apache/lucene/document/ShapeField$QueryRelation;)Lorg/apache/lucene/index/PointValues$Relation;
            areturn
        end local 2 // byte[] maxTriangle
        end local 1 // byte[] minTriangle
        end local 0 // org.apache.lucene.document.ShapeQuery$5 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/lucene/document/ShapeQuery$5;
            0    1     1  minTriangle  [B
            0    1     2  maxTriangle  [B
    MethodParameters:
             Name  Flags
      minTriangle  
      maxTriangle  
}
SourceFile: "ShapeQuery.java"
EnclosingMethod: org.apache.lucene.document.ShapeQuery.getDenseVisitor:(Lorg/apache/lucene/document/ShapeQuery;Lorg/apache/lucene/util/FixedBitSet;Lorg/apache/lucene/util/FixedBitSet;[J)Lorg/apache/lucene/index/PointValues$IntersectVisitor;
NestHost: org.apache.lucene.document.ShapeQuery
InnerClasses:
  public DecodedTriangle = org.apache.lucene.document.ShapeField$DecodedTriangle of org.apache.lucene.document.ShapeField
  public final QueryRelation = org.apache.lucene.document.ShapeField$QueryRelation of org.apache.lucene.document.ShapeField
  org.apache.lucene.document.ShapeQuery$5
  public abstract IntersectVisitor = org.apache.lucene.index.PointValues$IntersectVisitor of org.apache.lucene.index.PointValues
  public final Relation = org.apache.lucene.index.PointValues$Relation of org.apache.lucene.index.PointValues