class org.apache.lucene.document.ShapeQuery$1$2 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$1$2
  super_class: java.lang.Object
{
  final int[] scratchTriangle;
    descriptor: [I
    flags: (0x0010) ACC_FINAL

  final org.apache.lucene.document.ShapeQuery$1 this$1;
    descriptor: Lorg/apache/lucene/document/ShapeQuery$1;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

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

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

  void <init>(org.apache.lucene.document.ShapeQuery$1, org.apache.lucene.document.ShapeField$QueryRelation, org.apache.lucene.util.FixedBitSet, org.apache.lucene.util.FixedBitSet);
    descriptor: (Lorg/apache/lucene/document/ShapeQuery$1;Lorg/apache/lucene/document/ShapeField$QueryRelation;Lorg/apache/lucene/util/FixedBitSet;Lorg/apache/lucene/util/FixedBitSet;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.apache.lucene.document.ShapeQuery$1$2 this
         0: .line 151
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.document.ShapeQuery$1$2.this$1:Lorg/apache/lucene/document/ShapeQuery$1;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.document.ShapeQuery$1$2.val$queryRelation:Lorg/apache/lucene/document/ShapeField$QueryRelation;
            aload 0 /* this */
            aload 3
            putfield org.apache.lucene.document.ShapeQuery$1$2.val$disjoint:Lorg/apache/lucene/util/FixedBitSet;
            aload 0 /* this */
            aload 4
            putfield org.apache.lucene.document.ShapeQuery$1$2.val$intersect:Lorg/apache/lucene/util/FixedBitSet;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 152
            aload 0 /* this */
            bipush 6
            newarray 10
            putfield org.apache.lucene.document.ShapeQuery$1$2.scratchTriangle:[I
         2: .line 151
            return
        end local 0 // org.apache.lucene.document.ShapeQuery$1$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/document/ShapeQuery$1$2;
    MethodParameters:
                   Name  Flags
      this$0             final
      val$queryRelation  final
      val$disjoint       final
      val$intersect      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$1$2 this
        start local 1 // int docID
         0: .line 155
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$1$2.val$queryRelation:Lorg/apache/lucene/document/ShapeField$QueryRelation;
            getstatic org.apache.lucene.document.ShapeField$QueryRelation.DISJOINT:Lorg/apache/lucene/document/ShapeField$QueryRelation;
            if_acmpne 3
         1: .line 157
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$1$2.val$disjoint:Lorg/apache/lucene/util/FixedBitSet;
            iload 1 /* docID */
            invokevirtual org.apache.lucene.util.FixedBitSet.set:(I)V
         2: .line 158
            goto 4
         3: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$1$2.val$intersect:Lorg/apache/lucene/util/FixedBitSet;
            iload 1 /* docID */
            invokevirtual org.apache.lucene.util.FixedBitSet.set:(I)V
         4: .line 162
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int docID
        end local 0 // org.apache.lucene.document.ShapeQuery$1$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/lucene/document/ShapeQuery$1$2;
            0    5     1  docID  I
    Exceptions:
      throws java.io.IOException
    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$1$2 this
        start local 1 // int docID
        start local 2 // byte[] t
         0: .line 166
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$1$2.this$1:Lorg/apache/lucene/document/ShapeQuery$1;
            invokestatic org.apache.lucene.document.ShapeQuery$1.access$1:(Lorg/apache/lucene/document/ShapeQuery$1;)Lorg/apache/lucene/document/ShapeQuery;
            aload 2 /* t */
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$1$2.scratchTriangle:[I
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$1$2.val$queryRelation:Lorg/apache/lucene/document/ShapeField$QueryRelation;
            invokevirtual org.apache.lucene.document.ShapeQuery.queryMatches:([B[ILorg/apache/lucene/document/ShapeField$QueryRelation;)Z
            ifeq 3
         1: .line 167
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$1$2.val$intersect:Lorg/apache/lucene/util/FixedBitSet;
            iload 1 /* docID */
            invokevirtual org.apache.lucene.util.FixedBitSet.set:(I)V
         2: .line 168
            goto 4
         3: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$1$2.val$disjoint:Lorg/apache/lucene/util/FixedBitSet;
            iload 1 /* docID */
            invokevirtual org.apache.lucene.util.FixedBitSet.set:(I)V
         4: .line 171
      StackMap locals:
      StackMap stack:
            return
        end local 2 // byte[] t
        end local 1 // int docID
        end local 0 // org.apache.lucene.document.ShapeQuery$1$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/lucene/document/ShapeQuery$1$2;
            0    5     1  docID  I
            0    5     2      t  [B
    Exceptions:
      throws java.io.IOException
    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$1$2 this
        start local 1 // org.apache.lucene.search.DocIdSetIterator iterator
        start local 2 // byte[] t
         0: .line 175
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$1$2.this$1:Lorg/apache/lucene/document/ShapeQuery$1;
            invokestatic org.apache.lucene.document.ShapeQuery$1.access$1:(Lorg/apache/lucene/document/ShapeQuery$1;)Lorg/apache/lucene/document/ShapeQuery;
            aload 2 /* t */
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$1$2.scratchTriangle:[I
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$1$2.val$queryRelation:Lorg/apache/lucene/document/ShapeField$QueryRelation;
            invokevirtual org.apache.lucene.document.ShapeQuery.queryMatches:([B[ILorg/apache/lucene/document/ShapeField$QueryRelation;)Z
            istore 3 /* queryMatches */
        start local 3 // boolean queryMatches
         1: .line 177
            goto 6
        start local 4 // int docID
         2: .line 178
      StackMap locals: int int
      StackMap stack:
            iload 3 /* queryMatches */
            ifeq 5
         3: .line 179
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$1$2.val$intersect:Lorg/apache/lucene/util/FixedBitSet;
            iload 4 /* docID */
            invokevirtual org.apache.lucene.util.FixedBitSet.set:(I)V
         4: .line 180
            goto 6
         5: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$1$2.val$disjoint:Lorg/apache/lucene/util/FixedBitSet;
            iload 4 /* docID */
            invokevirtual org.apache.lucene.util.FixedBitSet.set:(I)V
        end local 4 // int docID
         6: .line 177
      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 184
            return
        end local 4 // int docID
        end local 3 // boolean queryMatches
        end local 2 // byte[] t
        end local 1 // org.apache.lucene.search.DocIdSetIterator iterator
        end local 0 // org.apache.lucene.document.ShapeQuery$1$2 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lorg/apache/lucene/document/ShapeQuery$1$2;
            0    9     1      iterator  Lorg/apache/lucene/search/DocIdSetIterator;
            0    9     2             t  [B
            1    9     3  queryMatches  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$1$2 this
        start local 1 // byte[] minTriangle
        start local 2 // byte[] maxTriangle
         0: .line 188
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$1$2.this$1:Lorg/apache/lucene/document/ShapeQuery$1;
            invokestatic org.apache.lucene.document.ShapeQuery$1.access$1:(Lorg/apache/lucene/document/ShapeQuery$1;)Lorg/apache/lucene/document/ShapeQuery;
            aload 1 /* minTriangle */
            aload 2 /* maxTriangle */
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$1$2.val$queryRelation: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$1$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/lucene/document/ShapeQuery$1$2;
            0    1     1  minTriangle  [B
            0    1     2  maxTriangle  [B
    MethodParameters:
             Name  Flags
      minTriangle  
      maxTriangle  
}
SourceFile: "ShapeQuery.java"
EnclosingMethod: org.apache.lucene.document.ShapeQuery$1.getDenseIntersectVisitor:(Lorg/apache/lucene/util/FixedBitSet;Lorg/apache/lucene/util/FixedBitSet;Lorg/apache/lucene/document/ShapeField$QueryRelation;)Lorg/apache/lucene/index/PointValues$IntersectVisitor;
NestHost: org.apache.lucene.document.ShapeQuery
InnerClasses:
  public final QueryRelation = org.apache.lucene.document.ShapeField$QueryRelation of org.apache.lucene.document.ShapeField
  org.apache.lucene.document.ShapeQuery$1
  org.apache.lucene.document.ShapeQuery$1$2
  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