public class org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream extends org.apache.lucene.analysis.TokenStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream
  super_class: org.apache.lucene.analysis.TokenStream
{
  private final org.apache.lucene.analysis.tokenattributes.BytesTermAttribute bytesAtt;
    descriptor: Lorg/apache/lucene/analysis/tokenattributes/BytesTermAttribute;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream this
         0: .line 31
            aload 0 /* this */
            invokespecial org.apache.lucene.analysis.TokenStream.<init>:()V
         1: .line 66
            aload 0 /* this */
            aload 0 /* this */
            ldc Lorg/apache/lucene/analysis/tokenattributes/BytesTermAttribute;
            invokevirtual org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream.addAttribute:(Ljava/lang/Class;)Lorg/apache/lucene/util/Attribute;
            checkcast org.apache.lucene.analysis.tokenattributes.BytesTermAttribute
            putfield org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream.bytesAtt:Lorg/apache/lucene/analysis/tokenattributes/BytesTermAttribute;
         2: .line 68
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream.bytesIter:Lorg/apache/lucene/util/BytesRefIterator;
         3: .line 31
            return
        end local 0 // org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/lucene/spatial/prefix/BytesRefIteratorTokenStream;

  public org.apache.lucene.util.BytesRefIterator getBytesRefIterator();
    descriptor: ()Lorg/apache/lucene/util/BytesRefIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream this
         0: .line 34
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream.bytesIter:Lorg/apache/lucene/util/BytesRefIterator;
            areturn
        end local 0 // org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/prefix/BytesRefIteratorTokenStream;

  public org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream setBytesRefIterator(org.apache.lucene.util.BytesRefIterator);
    descriptor: (Lorg/apache/lucene/util/BytesRefIterator;)Lorg/apache/lucene/spatial/prefix/BytesRefIteratorTokenStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream this
        start local 1 // org.apache.lucene.util.BytesRefIterator iter
         0: .line 38
            aload 0 /* this */
            aload 1 /* iter */
            putfield org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream.bytesIter:Lorg/apache/lucene/util/BytesRefIterator;
         1: .line 39
            aload 0 /* this */
            areturn
        end local 1 // org.apache.lucene.util.BytesRefIterator iter
        end local 0 // org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/spatial/prefix/BytesRefIteratorTokenStream;
            0    2     1  iter  Lorg/apache/lucene/util/BytesRefIterator;
    MethodParameters:
      Name  Flags
      iter  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream this
         0: .line 44
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream.bytesIter:Lorg/apache/lucene/util/BytesRefIterator;
            ifnonnull 2
         1: .line 45
            new java.lang.IllegalStateException
            dup
            ldc "call setBytesRefIterator() before usage"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 46
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/spatial/prefix/BytesRefIteratorTokenStream;
    Exceptions:
      throws java.io.IOException

  public final boolean incrementToken();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream this
         0: .line 50
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream.bytesIter:Lorg/apache/lucene/util/BytesRefIterator;
            ifnonnull 2
         1: .line 51
            new java.lang.IllegalStateException
            dup
            ldc "call setBytesRefIterator() before usage"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 54
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream.bytesIter:Lorg/apache/lucene/util/BytesRefIterator;
            invokeinterface org.apache.lucene.util.BytesRefIterator.next:()Lorg/apache/lucene/util/BytesRef;
            astore 1 /* bytes */
        start local 1 // org.apache.lucene.util.BytesRef bytes
         3: .line 55
            aload 1 /* bytes */
            ifnonnull 5
         4: .line 56
            iconst_0
            ireturn
         5: .line 58
      StackMap locals: org.apache.lucene.util.BytesRef
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream.clearAttributes:()V
         6: .line 59
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream.bytesAtt:Lorg/apache/lucene/analysis/tokenattributes/BytesTermAttribute;
            aload 1 /* bytes */
            invokeinterface org.apache.lucene.analysis.tokenattributes.BytesTermAttribute.setBytesRef:(Lorg/apache/lucene/util/BytesRef;)V
         7: .line 61
            iconst_1
            ireturn
        end local 1 // org.apache.lucene.util.BytesRef bytes
        end local 0 // org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/apache/lucene/spatial/prefix/BytesRefIteratorTokenStream;
            3    8     1  bytes  Lorg/apache/lucene/util/BytesRef;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "BytesRefIteratorTokenStream.java"