final class org.apache.lucene.document.Field$BinaryTokenStream extends org.apache.lucene.analysis.TokenStream
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.apache.lucene.document.Field$BinaryTokenStream
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 boolean used;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private org.apache.lucene.util.BytesRef value;
descriptor: Lorg/apache/lucene/util/BytesRef;
flags: (0x0002) ACC_PRIVATE
void <init>();
descriptor: ()V
flags: (0x0000)
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.document.Field$BinaryTokenStream.addAttribute:(Ljava/lang/Class;)Lorg/apache/lucene/util/Attribute;
checkcast org.apache.lucene.analysis.tokenattributes.BytesTermAttribute
putfield org.apache.lucene.document.Field$BinaryTokenStream.bytesAtt:Lorg/apache/lucene/analysis/tokenattributes/BytesTermAttribute;
2: aload 0
iconst_1
putfield org.apache.lucene.document.Field$BinaryTokenStream.used:Z
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/document/Field$BinaryTokenStream;
public void setValue(org.apache.lucene.util.BytesRef);
descriptor: (Lorg/apache/lucene/util/BytesRef;)V
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.document.Field$BinaryTokenStream.value:Lorg/apache/lucene/util/BytesRef;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/document/Field$BinaryTokenStream;
0 2 1 value Lorg/apache/lucene/util/BytesRef;
MethodParameters:
Name Flags
value
public boolean incrementToken();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.document.Field$BinaryTokenStream.used:Z
ifeq 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.apache.lucene.document.Field$BinaryTokenStream.clearAttributes:()V
3: aload 0
getfield org.apache.lucene.document.Field$BinaryTokenStream.bytesAtt:Lorg/apache/lucene/analysis/tokenattributes/BytesTermAttribute;
aload 0
getfield org.apache.lucene.document.Field$BinaryTokenStream.value:Lorg/apache/lucene/util/BytesRef;
invokeinterface org.apache.lucene.analysis.tokenattributes.BytesTermAttribute.setBytesRef:(Lorg/apache/lucene/util/BytesRef;)V
4: aload 0
iconst_1
putfield org.apache.lucene.document.Field$BinaryTokenStream.used:Z
5: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/lucene/document/Field$BinaryTokenStream;
public void reset();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_0
putfield org.apache.lucene.document.Field$BinaryTokenStream.used:Z
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/document/Field$BinaryTokenStream;
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aconst_null
putfield org.apache.lucene.document.Field$BinaryTokenStream.value:Lorg/apache/lucene/util/BytesRef;
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/document/Field$BinaryTokenStream;
}
SourceFile: "Field.java"
NestHost: org.apache.lucene.document.Field
InnerClasses:
private final BinaryTokenStream = org.apache.lucene.document.Field$BinaryTokenStream of org.apache.lucene.document.Field