class org.apache.lucene.document.ShapeQuery$6 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$6
  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$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

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

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

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

  public void visit(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.document.ShapeQuery$6 this
        start local 1 // int docID
         0: .line 480
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$6.val$excluded:Lorg/apache/lucene/util/FixedBitSet;
            iload 1 /* docID */
            invokevirtual org.apache.lucene.util.FixedBitSet.set:(I)V
         1: .line 481
            return
        end local 1 // int docID
        end local 0 // org.apache.lucene.document.ShapeQuery$6 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/document/ShapeQuery$6;
            0    2     1  docID  I
    MethodParameters:
       Name  Flags
      docID  

  public void visit(int, byte[]);
    descriptor: (I[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // org.apache.lucene.document.ShapeQuery$6 this
        start local 1 // int docID
        start local 2 // byte[] t
         0: .line 485
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$6.val$excluded:Lorg/apache/lucene/util/FixedBitSet;
            iload 1 /* docID */
            invokevirtual org.apache.lucene.util.FixedBitSet.get:(I)Z
            ifne 8
         1: .line 486
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$6.val$query:Lorg/apache/lucene/document/ShapeQuery;
            aload 2 /* t */
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$6.scratchTriangle:Lorg/apache/lucene/document/ShapeField$DecodedTriangle;
            invokevirtual org.apache.lucene.document.ShapeQuery.queryWithin:([BLorg/apache/lucene/document/ShapeField$DecodedTriangle;)Lorg/apache/lucene/geo/Component2D$WithinRelation;
            astore 3 /* within */
        start local 3 // org.apache.lucene.geo.Component2D$WithinRelation within
         2: .line 487
            aload 3 /* within */
            getstatic org.apache.lucene.geo.Component2D$WithinRelation.CANDIDATE:Lorg/apache/lucene/geo/Component2D$WithinRelation;
            if_acmpne 6
         3: .line 488
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$6.val$cost:[J
            iconst_0
            dup2
            laload
            lconst_1
            ladd
            lastore
         4: .line 489
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$6.val$result:Lorg/apache/lucene/util/FixedBitSet;
            iload 1 /* docID */
            invokevirtual org.apache.lucene.util.FixedBitSet.set:(I)V
         5: .line 490
            goto 8
      StackMap locals: org.apache.lucene.geo.Component2D$WithinRelation
      StackMap stack:
         6: aload 3 /* within */
            getstatic org.apache.lucene.geo.Component2D$WithinRelation.NOTWITHIN:Lorg/apache/lucene/geo/Component2D$WithinRelation;
            if_acmpne 8
         7: .line 491
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$6.val$excluded:Lorg/apache/lucene/util/FixedBitSet;
            iload 1 /* docID */
            invokevirtual org.apache.lucene.util.FixedBitSet.set:(I)V
        end local 3 // org.apache.lucene.geo.Component2D$WithinRelation within
         8: .line 494
      StackMap locals:
      StackMap stack:
            return
        end local 2 // byte[] t
        end local 1 // int docID
        end local 0 // org.apache.lucene.document.ShapeQuery$6 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/apache/lucene/document/ShapeQuery$6;
            0    9     1   docID  I
            0    9     2       t  [B
            2    8     3  within  Lorg/apache/lucene/geo/Component2D$WithinRelation;
    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=6, locals=5, args_size=3
        start local 0 // org.apache.lucene.document.ShapeQuery$6 this
        start local 1 // org.apache.lucene.search.DocIdSetIterator iterator
        start local 2 // byte[] t
         0: .line 498
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$6.val$query:Lorg/apache/lucene/document/ShapeQuery;
            aload 2 /* t */
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$6.scratchTriangle:Lorg/apache/lucene/document/ShapeField$DecodedTriangle;
            invokevirtual org.apache.lucene.document.ShapeQuery.queryWithin:([BLorg/apache/lucene/document/ShapeField$DecodedTriangle;)Lorg/apache/lucene/geo/Component2D$WithinRelation;
            astore 3 /* within */
        start local 3 // org.apache.lucene.geo.Component2D$WithinRelation within
         1: .line 500
            goto 8
        start local 4 // int docID
         2: .line 501
      StackMap locals: org.apache.lucene.geo.Component2D$WithinRelation int
      StackMap stack:
            aload 3 /* within */
            getstatic org.apache.lucene.geo.Component2D$WithinRelation.CANDIDATE:Lorg/apache/lucene/geo/Component2D$WithinRelation;
            if_acmpne 6
         3: .line 502
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$6.val$cost:[J
            iconst_0
            dup2
            laload
            lconst_1
            ladd
            lastore
         4: .line 503
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$6.val$result:Lorg/apache/lucene/util/FixedBitSet;
            iload 4 /* docID */
            invokevirtual org.apache.lucene.util.FixedBitSet.set:(I)V
         5: .line 504
            goto 8
      StackMap locals:
      StackMap stack:
         6: aload 3 /* within */
            getstatic org.apache.lucene.geo.Component2D$WithinRelation.NOTWITHIN:Lorg/apache/lucene/geo/Component2D$WithinRelation;
            if_acmpne 8
         7: .line 505
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$6.val$excluded:Lorg/apache/lucene/util/FixedBitSet;
            iload 4 /* docID */
            invokevirtual org.apache.lucene.util.FixedBitSet.set:(I)V
        end local 4 // int docID
         8: .line 500
      StackMap locals:
      StackMap stack:
            aload 1 /* iterator */
            invokevirtual org.apache.lucene.search.DocIdSetIterator.nextDoc:()I
            dup
            istore 4 /* docID */
        start local 4 // int docID
         9: ldc 2147483647
            if_icmpne 2
        10: .line 508
            return
        end local 4 // int docID
        end local 3 // org.apache.lucene.geo.Component2D$WithinRelation within
        end local 2 // byte[] t
        end local 1 // org.apache.lucene.search.DocIdSetIterator iterator
        end local 0 // org.apache.lucene.document.ShapeQuery$6 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/apache/lucene/document/ShapeQuery$6;
            0   11     1  iterator  Lorg/apache/lucene/search/DocIdSetIterator;
            0   11     2         t  [B
            1   11     3    within  Lorg/apache/lucene/geo/Component2D$WithinRelation;
            2    8     4     docID  I
            9   11     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$6 this
        start local 1 // byte[] minTriangle
        start local 2 // byte[] maxTriangle
         0: .line 512
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$6.val$query:Lorg/apache/lucene/document/ShapeQuery;
            aload 1 /* minTriangle */
            aload 2 /* maxTriangle */
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$6.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$6 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/lucene/document/ShapeQuery$6;
            0    1     1  minTriangle  [B
            0    1     2  maxTriangle  [B
    MethodParameters:
             Name  Flags
      minTriangle  
      maxTriangle  
}
SourceFile: "ShapeQuery.java"
EnclosingMethod: org.apache.lucene.document.ShapeQuery.getContainsDenseVisitor:(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$6
  public final WithinRelation = org.apache.lucene.geo.Component2D$WithinRelation of org.apache.lucene.geo.Component2D
  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