class org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7 implements java.lang.Iterable<java.lang.Number>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7
super_class: java.lang.Object
{
private final org.apache.lucene.codecs.DocValuesProducer val$valuesProducer;
descriptor: Lorg/apache/lucene/codecs/DocValuesProducer;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final org.apache.lucene.index.FieldInfo val$fieldInfo;
descriptor: Lorg/apache/lucene/index/FieldInfo;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.apache.lucene.codecs.DocValuesProducer, org.apache.lucene.index.FieldInfo);
descriptor: (Lorg/apache/lucene/codecs/DocValuesProducer;Lorg/apache/lucene/index/FieldInfo;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7 this
0: .line 321
aload 0 /* this */
aload 1
putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7.val$valuesProducer:Lorg/apache/lucene/codecs/DocValuesProducer;
aload 0 /* this */
aload 2
putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7.val$fieldInfo:Lorg/apache/lucene/index/FieldInfo;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$7;
MethodParameters:
Name Flags
val$valuesProducer final
val$fieldInfo final
public java.util.Iterator<java.lang.Number> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=1
start local 0 // org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7 this
0: .line 328
aload 0 /* this */
getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7.val$valuesProducer:Lorg/apache/lucene/codecs/DocValuesProducer;
aload 0 /* this */
getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7.val$fieldInfo:Lorg/apache/lucene/index/FieldInfo;
invokevirtual org.apache.lucene.codecs.DocValuesProducer.getSortedNumeric:(Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/SortedNumericDocValues;
astore 1 /* values */
start local 1 // org.apache.lucene.index.SortedNumericDocValues values
1: .line 329
goto 4
end local 1 // org.apache.lucene.index.SortedNumericDocValues values
StackMap locals:
StackMap stack: java.io.IOException
2: astore 2 /* ioe */
start local 2 // java.io.IOException ioe
3: .line 330
new java.lang.RuntimeException
dup
aload 2 /* ioe */
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 2 // java.io.IOException ioe
start local 1 // org.apache.lucene.index.SortedNumericDocValues values
4: .line 333
StackMap locals: org.apache.lucene.index.SortedNumericDocValues
StackMap stack:
new org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1
dup
aload 0 /* this */
aload 1 /* values */
invokespecial org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1.<init>:(Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$7;Lorg/apache/lucene/index/SortedNumericDocValues;)V
areturn
end local 1 // org.apache.lucene.index.SortedNumericDocValues values
end local 0 // org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7 this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$7;
1 2 1 values Lorg/apache/lucene/index/SortedNumericDocValues;
4 5 1 values Lorg/apache/lucene/index/SortedNumericDocValues;
3 4 2 ioe Ljava/io/IOException;
Exception table:
from to target type
0 1 2 Class java.io.IOException
Signature: ()Ljava/util/Iterator<Ljava/lang/Number;>;
}
Signature: Ljava/lang/Object;Ljava/lang/Iterable<Ljava/lang/Number;>;
SourceFile: "LegacyDocValuesIterables.java"
EnclosingMethod: org.apache.lucene.codecs.memory.LegacyDocValuesIterables.sortedNumericToValues:(Lorg/apache/lucene/codecs/DocValuesProducer;Lorg/apache/lucene/index/FieldInfo;)Ljava/lang/Iterable;
NestHost: org.apache.lucene.codecs.memory.LegacyDocValuesIterables
InnerClasses:
org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7
org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1