public abstract class org.apache.lucene.index.IndexReaderContext
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.apache.lucene.index.IndexReaderContext
super_class: java.lang.Object
{
public final org.apache.lucene.index.CompositeReaderContext parent;
descriptor: Lorg/apache/lucene/index/CompositeReaderContext;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final boolean isTopLevel;
descriptor: Z
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final int docBaseInParent;
descriptor: I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final int ordInParent;
descriptor: I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
final java.lang.Object identity;
descriptor: Ljava/lang/Object;
flags: (0x0010) ACC_FINAL
void <init>(org.apache.lucene.index.CompositeReaderContext, int, int);
descriptor: (Lorg/apache/lucene/index/CompositeReaderContext;II)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new java.lang.Object
dup
invokespecial java.lang.Object.<init>:()V
putfield org.apache.lucene.index.IndexReaderContext.identity:Ljava/lang/Object;
2: aload 0
instanceof org.apache.lucene.index.CompositeReaderContext
ifne 4
aload 0
instanceof org.apache.lucene.index.LeafReaderContext
ifne 4
3: new java.lang.Error
dup
ldc "This class should never be extended by custom code!"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals: org.apache.lucene.index.IndexReaderContext org.apache.lucene.index.CompositeReaderContext int int
StackMap stack:
aload 0
aload 1
putfield org.apache.lucene.index.IndexReaderContext.parent:Lorg/apache/lucene/index/CompositeReaderContext;
5: aload 0
iload 3
putfield org.apache.lucene.index.IndexReaderContext.docBaseInParent:I
6: aload 0
iload 2
putfield org.apache.lucene.index.IndexReaderContext.ordInParent:I
7: aload 0
aload 1
ifnonnull 8
iconst_1
goto 9
StackMap locals:
StackMap stack: org.apache.lucene.index.IndexReaderContext
8: iconst_0
StackMap locals: org.apache.lucene.index.IndexReaderContext org.apache.lucene.index.CompositeReaderContext int int
StackMap stack: org.apache.lucene.index.IndexReaderContext int
9: putfield org.apache.lucene.index.IndexReaderContext.isTopLevel:Z
10: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/apache/lucene/index/IndexReaderContext;
0 11 1 parent Lorg/apache/lucene/index/CompositeReaderContext;
0 11 2 ordInParent I
0 11 3 docBaseInParent I
MethodParameters:
Name Flags
parent
ordInParent
docBaseInParent
public java.lang.Object id();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.IndexReaderContext.identity:Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/IndexReaderContext;
public abstract org.apache.lucene.index.IndexReader reader();
descriptor: ()Lorg/apache/lucene/index/IndexReader;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.util.List<org.apache.lucene.index.LeafReaderContext> leaves();
descriptor: ()Ljava/util/List;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.lang.UnsupportedOperationException
Signature: ()Ljava/util/List<Lorg/apache/lucene/index/LeafReaderContext;>;
public abstract java.util.List<org.apache.lucene.index.IndexReaderContext> children();
descriptor: ()Ljava/util/List;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/util/List<Lorg/apache/lucene/index/IndexReaderContext;>;
}
SourceFile: "IndexReaderContext.java"