class org.apache.lucene.document.ShapeQuery$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$2
  super_class: java.lang.Object
{
  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=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.document.ShapeQuery$2 this
         0: .line 335
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.document.ShapeQuery$2.val$query:Lorg/apache/lucene/document/ShapeQuery;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.lucene.document.ShapeQuery$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/ShapeQuery$2;
    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$2 this
        start local 1 // int docID
         0: .line 338
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int docID
        end local 0 // org.apache.lucene.document.ShapeQuery$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/document/ShapeQuery$2;
            0    1     1  docID  I
    MethodParameters:
       Name  Flags
      docID  

  public void visit(int, byte[]);
    descriptor: (I[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.document.ShapeQuery$2 this
        start local 1 // int docID
        start local 2 // byte[] t
         0: .line 343
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // byte[] t
        end local 1 // int docID
        end local 0 // org.apache.lucene.document.ShapeQuery$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/document/ShapeQuery$2;
            0    1     1  docID  I
            0    1     2      t  [B
    MethodParameters:
       Name  Flags
      docID  
      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$2 this
        start local 1 // byte[] minTriangle
        start local 2 // byte[] maxTriangle
         0: .line 348
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$2.val$query:Lorg/apache/lucene/document/ShapeQuery;
            aload 1 /* minTriangle */
            aload 2 /* maxTriangle */
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$2.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$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/lucene/document/ShapeQuery$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.getEstimateVisitor:(Lorg/apache/lucene/document/ShapeQuery;)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$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