public abstract class org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate extends org.apache.lucene.spatial.prefix.AbstractPrefixTreeQuery$BaseTermsEnumTraverser
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate
  super_class: org.apache.lucene.spatial.prefix.AbstractPrefixTreeQuery$BaseTermsEnumTraverser
{
  private org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode curVNode;
    descriptor: Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.lucene.util.BytesRef curVNodeTerm;
    descriptor: Lorg/apache/lucene/util/BytesRef;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.lucene.util.BytesRef thisTerm;
    descriptor: Lorg/apache/lucene/util/BytesRef;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.lucene.spatial.prefix.tree.Cell indexedCell;
    descriptor: Lorg/apache/lucene/spatial/prefix/tree/Cell;
    flags: (0x0002) ACC_PRIVATE

  final org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery this$0;
    descriptor: Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 82
            ldc Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery, org.apache.lucene.index.LeafReaderContext);
    descriptor: (Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery;Lorg/apache/lucene/index/LeafReaderContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate this
        start local 2 // org.apache.lucene.index.LeafReaderContext context
         0: .line 111
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.this$0:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery;
         1: .line 112
            aload 0 /* this */
            aload 1
            aload 2 /* context */
            invokespecial org.apache.lucene.spatial.prefix.AbstractPrefixTreeQuery$BaseTermsEnumTraverser.<init>:(Lorg/apache/lucene/spatial/prefix/AbstractPrefixTreeQuery;Lorg/apache/lucene/index/LeafReaderContext;)V
         2: .line 106
            aload 0 /* this */
            new org.apache.lucene.util.BytesRef
            dup
            invokespecial org.apache.lucene.util.BytesRef.<init>:()V
            putfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.curVNodeTerm:Lorg/apache/lucene/util/BytesRef;
         3: .line 113
            return
        end local 2 // org.apache.lucene.index.LeafReaderContext context
        end local 0 // org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VisitorTemplate;
            0    4     2  context  Lorg/apache/lucene/index/LeafReaderContext;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      this$0   final
      context  

  public org.apache.lucene.search.DocIdSet getDocIdSet();
    descriptor: ()Lorg/apache/lucene/search/DocIdSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate this
         0: .line 116
            getstatic org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.curVNode:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;
            ifnull 1
            new java.lang.AssertionError
            dup
            ldc "Called more than once?"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.termsEnum:Lorg/apache/lucene/index/TermsEnum;
            ifnonnull 3
         2: .line 118
            aconst_null
            areturn
         3: .line 119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.nextTerm:()Z
            ifne 5
         4: .line 120
            aconst_null
            areturn
         5: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode
            dup
            aconst_null
            invokespecial org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode.<init>:(Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;)V
            putfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.curVNode:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;
         6: .line 124
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.curVNode:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.this$0:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery;
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery.grid:Lorg/apache/lucene/spatial/prefix/tree/SpatialPrefixTree;
            invokevirtual org.apache.lucene.spatial.prefix.tree.SpatialPrefixTree.getWorldCell:()Lorg/apache/lucene/spatial/prefix/tree/Cell;
            invokevirtual org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode.reset:(Lorg/apache/lucene/spatial/prefix/tree/Cell;)V
         7: .line 126
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.start:()V
         8: .line 128
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.addIntersectingChildren:()V
         9: .line 130
            goto 48
        10: .line 133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.curVNode:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode.children:Ljava/util/Iterator;
            ifnull 15
        11: .line 135
            getstatic org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.$assertionsDisabled:Z
            ifne 12
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.curVNode:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode.children:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 12
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        12: .line 136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.curVNode:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;
            invokevirtual org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.preSiblings:(Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;)V
        13: .line 137
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.curVNode:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode.children:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode
            putfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.curVNode:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;
        14: .line 138
            goto 25
        15: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.curVNode:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode.parent:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;
            astore 1 /* parentVNode */
        start local 1 // org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode parentVNode
        16: .line 142
      StackMap locals: org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode
      StackMap stack:
            aload 1 /* parentVNode */
            ifnonnull 18
        17: .line 143
            goto 49
        18: .line 144
      StackMap locals:
      StackMap stack:
            aload 1 /* parentVNode */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode.children:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 21
        19: .line 146
            aload 0 /* this */
            aload 1 /* parentVNode */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode.children:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode
            putfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.curVNode:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;
        20: .line 147
            goto 25
        21: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* parentVNode */
            invokevirtual org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.postSiblings:(Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;)V
        22: .line 151
            aload 1 /* parentVNode */
            aconst_null
            putfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode.children:Ljava/util/Iterator;
        23: .line 152
            aload 1 /* parentVNode */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode.parent:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;
            astore 1 /* parentVNode */
        24: .line 141
            goto 16
        end local 1 // org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode parentVNode
        25: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.indexedCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.curVNode:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode.cell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.compareToNoLeaf:(Lorg/apache/lucene/spatial/prefix/tree/Cell;)I
            istore 1 /* compare */
        start local 1 // int compare
        26: .line 159
            iload 1 /* compare */
            ifle 28
        27: .line 161
            goto 48
        28: .line 163
      StackMap locals: int
      StackMap stack:
            iload 1 /* compare */
            ifge 38
        29: .line 166
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.curVNode:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode.cell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.curVNodeTerm:Lorg/apache/lucene/util/BytesRef;
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.getTokenBytesNoLeaf:(Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/util/BytesRef;
            pop
        30: .line 167
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.termsEnum:Lorg/apache/lucene/index/TermsEnum;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.curVNodeTerm:Lorg/apache/lucene/util/BytesRef;
            invokevirtual org.apache.lucene.index.TermsEnum.seekCeil:(Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/index/TermsEnum$SeekStatus;
            astore 2 /* seekStatus */
        start local 2 // org.apache.lucene.index.TermsEnum$SeekStatus seekStatus
        31: .line 168
            aload 2 /* seekStatus */
            getstatic org.apache.lucene.index.TermsEnum$SeekStatus.END:Lorg/apache/lucene/index/TermsEnum$SeekStatus;
            if_acmpne 33
        32: .line 169
            goto 49
        33: .line 170
      StackMap locals: org.apache.lucene.index.TermsEnum$SeekStatus
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.termsEnum:Lorg/apache/lucene/index/TermsEnum;
            invokevirtual org.apache.lucene.index.TermsEnum.term:()Lorg/apache/lucene/util/BytesRef;
            putfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.thisTerm:Lorg/apache/lucene/util/BytesRef;
        34: .line 171
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.this$0:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery;
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery.grid:Lorg/apache/lucene/spatial/prefix/tree/SpatialPrefixTree;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.thisTerm:Lorg/apache/lucene/util/BytesRef;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.indexedCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            invokevirtual org.apache.lucene.spatial.prefix.tree.SpatialPrefixTree.readCell:(Lorg/apache/lucene/util/BytesRef;Lorg/apache/lucene/spatial/prefix/tree/Cell;)Lorg/apache/lucene/spatial/prefix/tree/Cell;
            putfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.indexedCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
        35: .line 172
            aload 2 /* seekStatus */
            getstatic org.apache.lucene.index.TermsEnum$SeekStatus.NOT_FOUND:Lorg/apache/lucene/index/TermsEnum$SeekStatus;
            if_acmpne 38
        36: .line 174
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.indexedCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.isLeaf:()Z
            ifeq 48
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.indexedCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.curVNode:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode.cell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.compareToNoLeaf:(Lorg/apache/lucene/spatial/prefix/tree/Cell;)I
            ifeq 38
        37: .line 175
            goto 48
        end local 2 // org.apache.lucene.index.TermsEnum$SeekStatus seekStatus
        38: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.indexedCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.isLeaf:()Z
            ifeq 41
        39: .line 182
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.indexedCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            invokevirtual org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.visitLeaf:(Lorg/apache/lucene/spatial/prefix/tree/Cell;)V
        40: .line 183
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.nextTerm:()Z
            ifne 48
            goto 49
        41: .line 187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.curVNode:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode.cell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            invokevirtual org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.visitPrefix:(Lorg/apache/lucene/spatial/prefix/tree/Cell;)Z
            istore 2 /* descend */
        start local 2 // boolean descend
        42: .line 188
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.nextTerm:()Z
            ifne 43
            goto 49
        43: .line 190
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.indexedCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.isLeaf:()Z
            ifeq 46
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.indexedCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.getLevel:()I
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.curVNode:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode.cell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.getLevel:()I
            if_icmpne 46
        44: .line 191
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.indexedCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            invokevirtual org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.visitLeaf:(Lorg/apache/lucene/spatial/prefix/tree/Cell;)V
        45: .line 192
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.nextTerm:()Z
            ifne 46
            goto 49
        46: .line 196
      StackMap locals:
      StackMap stack:
            iload 2 /* descend */
            ifeq 48
        47: .line 197
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.addIntersectingChildren:()V
        end local 2 // boolean descend
        end local 1 // int compare
        48: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.thisTerm:Lorg/apache/lucene/util/BytesRef;
            ifnonnull 10
        49: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.finish:()Lorg/apache/lucene/search/DocIdSet;
            areturn
        end local 0 // org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   50     0         this  Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VisitorTemplate;
           16   25     1  parentVNode  Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;
           26   48     1      compare  I
           31   38     2   seekStatus  Lorg/apache/lucene/index/TermsEnum$SeekStatus;
           42   48     2      descend  Z
    Exceptions:
      throws java.io.IOException

  private void addIntersectingChildren();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=4, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate this
         0: .line 208
            getstatic org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.thisTerm:Lorg/apache/lucene/util/BytesRef;
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.curVNode:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode.cell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            astore 1 /* cell */
        start local 1 // org.apache.lucene.spatial.prefix.tree.Cell cell
         2: .line 210
            aload 1 /* cell */
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.getLevel:()I
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.this$0:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery;
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery.detailLevel:I
            if_icmplt 4
         3: .line 211
            new java.lang.IllegalStateException
            dup
            ldc "Spatial logic error"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 218
      StackMap locals: org.apache.lucene.spatial.prefix.tree.Cell
      StackMap stack:
            aload 1 /* cell */
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.getLevel:()I
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.this$0:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery;
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery.prefixGridScanLevel:I
            if_icmplt 5
            iconst_1
            goto 6
      StackMap locals:
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: istore 2 /* scan */
        start local 2 // boolean scan
         7: .line 220
            iload 2 /* scan */
            ifne 13
         8: .line 223
            aload 0 /* this */
            aload 1 /* cell */
            invokevirtual org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.findSubCellsToVisit:(Lorg/apache/lucene/spatial/prefix/tree/Cell;)Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
            astore 3 /* subCellsIter */
        start local 3 // java.util.Iterator subCellsIter
         9: .line 224
            aload 3 /* subCellsIter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        10: .line 225
            return
        11: .line 226
      StackMap locals: int java.util.Iterator
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.curVNode:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;
            new org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate$VNodeCellIterator
            dup
            aload 0 /* this */
            aload 3 /* subCellsIter */
            new org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.curVNode:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;
            invokespecial org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode.<init>:(Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;)V
            invokespecial org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate$VNodeCellIterator.<init>:(Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VisitorTemplate;Ljava/util/Iterator;Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;)V
            putfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode.children:Ljava/util/Iterator;
        end local 3 // java.util.Iterator subCellsIter
        12: .line 228
            goto 14
        13: .line 231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.this$0:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery;
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery.detailLevel:I
            invokevirtual org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.scan:(I)V
        14: .line 233
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean scan
        end local 1 // org.apache.lucene.spatial.prefix.tree.Cell cell
        end local 0 // org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VisitorTemplate;
            2   15     1          cell  Lorg/apache/lucene/spatial/prefix/tree/Cell;
            7   15     2          scan  Z
            9   12     3  subCellsIter  Ljava/util/Iterator<Lorg/apache/lucene/spatial/prefix/tree/Cell;>;
    Exceptions:
      throws java.io.IOException

  protected org.apache.lucene.spatial.prefix.tree.CellIterator findSubCellsToVisit(org.apache.lucene.spatial.prefix.tree.Cell);
    descriptor: (Lorg/apache/lucene/spatial/prefix/tree/Cell;)Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate this
        start local 1 // org.apache.lucene.spatial.prefix.tree.Cell cell
         0: .line 242
            aload 1 /* cell */
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.this$0:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery;
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery.queryShape:Lorg/locationtech/spatial4j/shape/Shape;
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.getNextLevelCells:(Lorg/locationtech/spatial4j/shape/Shape;)Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
            areturn
        end local 1 // org.apache.lucene.spatial.prefix.tree.Cell cell
        end local 0 // org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VisitorTemplate;
            0    1     1  cell  Lorg/apache/lucene/spatial/prefix/tree/Cell;
    MethodParameters:
      Name  Flags
      cell  

  protected void scan(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate this
        start local 1 // int scanDetailLevel
         0: .line 253
            goto 5
         1: .line 254
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.indexedCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.getLevel:()I
            iload 1 /* scanDetailLevel */
            if_icmpeq 3
         2: .line 255
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.indexedCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.getLevel:()I
            iload 1 /* scanDetailLevel */
            if_icmpge 4
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.indexedCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.isLeaf:()Z
            ifeq 4
         3: .line 256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.indexedCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            invokevirtual org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.visitScanned:(Lorg/apache/lucene/spatial/prefix/tree/Cell;)V
         4: .line 259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.nextTerm:()Z
            ifne 5
            goto 6
         5: .line 253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.curVNode:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode.cell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.indexedCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.isPrefixOf:(Lorg/apache/lucene/spatial/prefix/tree/Cell;)Z
            ifne 1
         6: .line 261
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int scanDetailLevel
        end local 0 // org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VisitorTemplate;
            0    7     1  scanDetailLevel  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                 Name  Flags
      scanDetailLevel  

  private boolean nextTerm();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate this
         0: .line 264
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.termsEnum:Lorg/apache/lucene/index/TermsEnum;
            invokevirtual org.apache.lucene.index.TermsEnum.next:()Lorg/apache/lucene/util/BytesRef;
            dup_x1
            putfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.thisTerm:Lorg/apache/lucene/util/BytesRef;
            ifnonnull 2
         1: .line 265
            iconst_0
            ireturn
         2: .line 266
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.this$0:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery;
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery.grid:Lorg/apache/lucene/spatial/prefix/tree/SpatialPrefixTree;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.thisTerm:Lorg/apache/lucene/util/BytesRef;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.indexedCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            invokevirtual org.apache.lucene.spatial.prefix.tree.SpatialPrefixTree.readCell:(Lorg/apache/lucene/util/BytesRef;Lorg/apache/lucene/spatial/prefix/tree/Cell;)Lorg/apache/lucene/spatial/prefix/tree/Cell;
            putfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.indexedCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
         3: .line 267
            iconst_1
            ireturn
        end local 0 // org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VisitorTemplate;
    Exceptions:
      throws java.io.IOException

  protected abstract void start();
    descriptor: ()V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException

  protected abstract org.apache.lucene.search.DocIdSet finish();
    descriptor: ()Lorg/apache/lucene/search/DocIdSet;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException

  protected abstract boolean visitPrefix(org.apache.lucene.spatial.prefix.tree.Cell);
    descriptor: (Lorg/apache/lucene/spatial/prefix/tree/Cell;)Z
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      cell  

  protected abstract void visitLeaf(org.apache.lucene.spatial.prefix.tree.Cell);
    descriptor: (Lorg/apache/lucene/spatial/prefix/tree/Cell;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      cell  

  protected void visitScanned(org.apache.lucene.spatial.prefix.tree.Cell);
    descriptor: (Lorg/apache/lucene/spatial/prefix/tree/Cell;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate this
        start local 1 // org.apache.lucene.spatial.prefix.tree.Cell cell
         0: .line 331
            aload 1 /* cell */
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.getShape:()Lorg/locationtech/spatial4j/shape/Shape;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.this$0:Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery;
            getfield org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery.queryShape:Lorg/locationtech/spatial4j/shape/Shape;
            invokeinterface org.locationtech.spatial4j.shape.Shape.relate:(Lorg/locationtech/spatial4j/shape/Shape;)Lorg/locationtech/spatial4j/shape/SpatialRelation;
            astore 2 /* relate */
        start local 2 // org.locationtech.spatial4j.shape.SpatialRelation relate
         1: .line 332
            aload 2 /* relate */
            invokevirtual org.locationtech.spatial4j.shape.SpatialRelation.intersects:()Z
            ifeq 7
         2: .line 333
            aload 1 /* cell */
            aload 2 /* relate */
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.setShapeRel:(Lorg/locationtech/spatial4j/shape/SpatialRelation;)V
         3: .line 334
            aload 1 /* cell */
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.isLeaf:()Z
            ifeq 6
         4: .line 335
            aload 0 /* this */
            aload 1 /* cell */
            invokevirtual org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.visitLeaf:(Lorg/apache/lucene/spatial/prefix/tree/Cell;)V
         5: .line 336
            goto 7
         6: .line 337
      StackMap locals: org.locationtech.spatial4j.shape.SpatialRelation
      StackMap stack:
            aload 0 /* this */
            aload 1 /* cell */
            invokevirtual org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.visitPrefix:(Lorg/apache/lucene/spatial/prefix/tree/Cell;)Z
            pop
         7: .line 340
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.locationtech.spatial4j.shape.SpatialRelation relate
        end local 1 // org.apache.lucene.spatial.prefix.tree.Cell cell
        end local 0 // org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VisitorTemplate;
            0    8     1    cell  Lorg/apache/lucene/spatial/prefix/tree/Cell;
            1    8     2  relate  Lorg/locationtech/spatial4j/shape/SpatialRelation;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      cell  

  protected void preSiblings(org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode);
    descriptor: (Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate this
        start local 1 // org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode vNode
         0: .line 343
            return
        end local 1 // org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode vNode
        end local 0 // org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VisitorTemplate;
            0    1     1  vNode  Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      vNode  

  protected void postSiblings(org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode);
    descriptor: (Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate this
        start local 1 // org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode vNode
         0: .line 346
            return
        end local 1 // org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode vNode
        end local 0 // org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VisitorTemplate;
            0    1     1  vNode  Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery$VNode;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      vNode  
}
SourceFile: "AbstractVisitingPrefixTreeQuery.java"
NestHost: org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery
InnerClasses:
  public final SeekStatus = org.apache.lucene.index.TermsEnum$SeekStatus of org.apache.lucene.index.TermsEnum
  public abstract BaseTermsEnumTraverser = org.apache.lucene.spatial.prefix.AbstractPrefixTreeQuery$BaseTermsEnumTraverser of org.apache.lucene.spatial.prefix.AbstractPrefixTreeQuery
  protected VNode = org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VNode of org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery
  public abstract VisitorTemplate = org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate of org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery
  private VNodeCellIterator = org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate$VNodeCellIterator of org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate