class org.apache.lucene.document.ShapeQuery$9 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$9
  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.document.ShapeQuery val$query;
    descriptor: Lorg/apache/lucene/document/ShapeQuery;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.document.ShapeQuery);
    descriptor: (Lorg/apache/lucene/document/ShapeQuery;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.document.ShapeQuery$9 this
         0: .line 585
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.document.ShapeQuery$9.val$query:Lorg/apache/lucene/document/ShapeQuery;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 586
            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$9.scratchTriangle:Lorg/apache/lucene/document/ShapeField$DecodedTriangle;
         2: .line 585
            return
        end local 0 // org.apache.lucene.document.ShapeQuery$9 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/document/ShapeQuery$9;
    MethodParameters:
           Name  Flags
      val$query  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$9 this
        start local 1 // int docID
         0: .line 590
            new org.apache.lucene.search.CollectionTerminatedException
            dup
            invokespecial org.apache.lucene.search.CollectionTerminatedException.<init>:()V
            athrow
        end local 1 // int docID
        end local 0 // org.apache.lucene.document.ShapeQuery$9 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/document/ShapeQuery$9;
            0    1     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$9 this
        start local 1 // int docID
        start local 2 // byte[] t
         0: .line 595
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$9.val$query:Lorg/apache/lucene/document/ShapeQuery;
            aload 2 /* t */
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$9.scratchTriangle:Lorg/apache/lucene/document/ShapeField$DecodedTriangle;
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$9.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 2
         1: .line 596
            new org.apache.lucene.search.CollectionTerminatedException
            dup
            invokespecial org.apache.lucene.search.CollectionTerminatedException.<init>:()V
            athrow
         2: .line 598
      StackMap locals:
      StackMap stack:
            return
        end local 2 // byte[] t
        end local 1 // int docID
        end local 0 // org.apache.lucene.document.ShapeQuery$9 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/lucene/document/ShapeQuery$9;
            0    3     1  docID  I
            0    3     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=3, args_size=3
        start local 0 // org.apache.lucene.document.ShapeQuery$9 this
        start local 1 // org.apache.lucene.search.DocIdSetIterator iterator
        start local 2 // byte[] t
         0: .line 602
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$9.val$query:Lorg/apache/lucene/document/ShapeQuery;
            aload 2 /* t */
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$9.scratchTriangle:Lorg/apache/lucene/document/ShapeField$DecodedTriangle;
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$9.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 2
         1: .line 603
            new org.apache.lucene.search.CollectionTerminatedException
            dup
            invokespecial org.apache.lucene.search.CollectionTerminatedException.<init>:()V
            athrow
         2: .line 605
      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$9 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/lucene/document/ShapeQuery$9;
            0    3     1  iterator  Lorg/apache/lucene/search/DocIdSetIterator;
            0    3     2         t  [B
    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=4, args_size=3
        start local 0 // org.apache.lucene.document.ShapeQuery$9 this
        start local 1 // byte[] minPackedValue
        start local 2 // byte[] maxPackedValue
         0: .line 609
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$9.val$query:Lorg/apache/lucene/document/ShapeQuery;
            aload 1 /* minPackedValue */
            aload 2 /* maxPackedValue */
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$9.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;
            astore 3 /* rel */
        start local 3 // org.apache.lucene.index.PointValues$Relation rel
         1: .line 610
            aload 3 /* rel */
            getstatic org.apache.lucene.index.PointValues$Relation.CELL_INSIDE_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            if_acmpne 3
         2: .line 611
            new org.apache.lucene.search.CollectionTerminatedException
            dup
            invokespecial org.apache.lucene.search.CollectionTerminatedException.<init>:()V
            athrow
         3: .line 613
      StackMap locals: org.apache.lucene.index.PointValues$Relation
      StackMap stack:
            aload 3 /* rel */
            areturn
        end local 3 // org.apache.lucene.index.PointValues$Relation rel
        end local 2 // byte[] maxPackedValue
        end local 1 // byte[] minPackedValue
        end local 0 // org.apache.lucene.document.ShapeQuery$9 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/apache/lucene/document/ShapeQuery$9;
            0    4     1  minPackedValue  [B
            0    4     2  maxPackedValue  [B
            1    4     3             rel  Lorg/apache/lucene/index/PointValues$Relation;
    MethodParameters:
                Name  Flags
      minPackedValue  
      maxPackedValue  
}
SourceFile: "ShapeQuery.java"
EnclosingMethod: org.apache.lucene.document.ShapeQuery.hasAnyHits:(Lorg/apache/lucene/document/ShapeQuery;Lorg/apache/lucene/index/PointValues;)Z
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$9
  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