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 0: aload 0
invokespecial org.apache.lucene.analysis.TokenStream.<init>:()V
1: aload 0
aload 0
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: aload 0
aconst_null
putfield org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream.bytesIter:Lorg/apache/lucene/util/BytesRefIterator;
3: return
end local 0 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 0: aload 0
getfield org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream.bytesIter:Lorg/apache/lucene/util/BytesRefIterator;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream.bytesIter:Lorg/apache/lucene/util/BytesRefIterator;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream.bytesIter:Lorg/apache/lucene/util/BytesRefIterator;
ifnonnull 2
1: new java.lang.IllegalStateException
dup
ldc "call setBytesRefIterator() before usage"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
return
end local 0 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 0: aload 0
getfield org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream.bytesIter:Lorg/apache/lucene/util/BytesRefIterator;
ifnonnull 2
1: new java.lang.IllegalStateException
dup
ldc "call setBytesRefIterator() before usage"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
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
start local 1 3: aload 1
ifnonnull 5
4: iconst_0
ireturn
5: StackMap locals: org.apache.lucene.util.BytesRef
StackMap stack:
aload 0
invokevirtual org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream.clearAttributes:()V
6: aload 0
getfield org.apache.lucene.spatial.prefix.BytesRefIteratorTokenStream.bytesAtt:Lorg/apache/lucene/analysis/tokenattributes/BytesTermAttribute;
aload 1
invokeinterface org.apache.lucene.analysis.tokenattributes.BytesTermAttribute.setBytesRef:(Lorg/apache/lucene/util/BytesRef;)V
7: iconst_1
ireturn
end local 1 end local 0 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"