class org.apache.lucene.document.ShapeQuery$4 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$4
  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.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.document.ShapeQuery);
    descriptor: (Lorg/apache/lucene/util/FixedBitSet;[JLorg/apache/lucene/document/ShapeQuery;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.apache.lucene.document.ShapeQuery$4 this
         0: .line 396
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.document.ShapeQuery$4.val$result:Lorg/apache/lucene/util/FixedBitSet;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.document.ShapeQuery$4.val$cost:[J
            aload 0 /* this */
            aload 3
            putfield org.apache.lucene.document.ShapeQuery$4.val$query:Lorg/apache/lucene/document/ShapeQuery;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 397
            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$4.scratchTriangle:Lorg/apache/lucene/document/ShapeField$DecodedTriangle;
         2: .line 396
            return
        end local 0 // org.apache.lucene.document.ShapeQuery$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/document/ShapeQuery$4;
    MethodParameters:
            Name  Flags
      val$result  final
      val$cost    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$4 this
        start local 1 // int docID
         0: .line 401
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$4.val$result:Lorg/apache/lucene/util/FixedBitSet;
            iload 1 /* docID */
            invokevirtual org.apache.lucene.util.FixedBitSet.set:(I)V
         1: .line 402
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$4.val$cost:[J
            iconst_0
            dup2
            laload
            lconst_1
            ladd
            lastore
         2: .line 403
            return
        end local 1 // int docID
        end local 0 // org.apache.lucene.document.ShapeQuery$4 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/lucene/document/ShapeQuery$4;
            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$4 this
        start local 1 // int docID
        start local 2 // byte[] t
         0: .line 407
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$4.val$result:Lorg/apache/lucene/util/FixedBitSet;
            iload 1 /* docID */
            invokevirtual org.apache.lucene.util.FixedBitSet.get:(I)Z
            ifne 3
         1: .line 408
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$4.val$query:Lorg/apache/lucene/document/ShapeQuery;
            aload 2 /* t */
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$4.scratchTriangle:Lorg/apache/lucene/document/ShapeField$DecodedTriangle;
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$4.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 3
         2: .line 409
            aload 0 /* this */
            iload 1 /* docID */
            invokevirtual org.apache.lucene.document.ShapeQuery$4.visit:(I)V
         3: .line 412
      StackMap locals:
      StackMap stack:
            return
        end local 2 // byte[] t
        end local 1 // int docID
        end local 0 // org.apache.lucene.document.ShapeQuery$4 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/apache/lucene/document/ShapeQuery$4;
            0    4     1  docID  I
            0    4     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=4, args_size=3
        start local 0 // org.apache.lucene.document.ShapeQuery$4 this
        start local 1 // org.apache.lucene.search.DocIdSetIterator iterator
        start local 2 // byte[] t
         0: .line 416
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$4.val$query:Lorg/apache/lucene/document/ShapeQuery;
            aload 2 /* t */
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$4.scratchTriangle:Lorg/apache/lucene/document/ShapeField$DecodedTriangle;
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$4.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 5
         1: .line 418
            goto 3
        start local 3 // int docID
         2: .line 419
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* docID */
            invokevirtual org.apache.lucene.document.ShapeQuery$4.visit:(I)V
        end local 3 // int docID
         3: .line 418
      StackMap locals:
      StackMap stack:
            aload 1 /* iterator */
            invokevirtual org.apache.lucene.search.DocIdSetIterator.nextDoc:()I
            dup
            istore 3 /* docID */
        start local 3 // int docID
         4: ldc 2147483647
            if_icmpne 2
        end local 3 // int docID
         5: .line 422
      StackMap locals:
      StackMap stack:
            return
        end local 2 // byte[] t
        end local 1 // org.apache.lucene.search.DocIdSetIterator iterator
        end local 0 // org.apache.lucene.document.ShapeQuery$4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/apache/lucene/document/ShapeQuery$4;
            0    6     1  iterator  Lorg/apache/lucene/search/DocIdSetIterator;
            0    6     2         t  [B
            2    3     3     docID  I
            4    5     3     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$4 this
        start local 1 // byte[] minTriangle
        start local 2 // byte[] maxTriangle
         0: .line 426
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$4.val$query:Lorg/apache/lucene/document/ShapeQuery;
            aload 1 /* minTriangle */
            aload 2 /* maxTriangle */
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$4.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$4 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/lucene/document/ShapeQuery$4;
            0    1     1  minTriangle  [B
            0    1     2  maxTriangle  [B
    MethodParameters:
             Name  Flags
      minTriangle  
      maxTriangle  
}
SourceFile: "ShapeQuery.java"
EnclosingMethod: org.apache.lucene.document.ShapeQuery.getIntersectsDenseVisitor:(Lorg/apache/lucene/document/ShapeQuery;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$4
  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