class org.apache.lucene.index.IndexWriter$Merges
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.index.IndexWriter$Merges
super_class: java.lang.Object
{
private boolean mergesEnabled;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
final org.apache.lucene.index.IndexWriter this$0;
descriptor: Lorg/apache/lucene/index/IndexWriter;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
static final boolean $assertionsDisabled;
descriptor: Z
flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lorg/apache/lucene/index/IndexWriter;
invokevirtual java.lang.Class.desiredAssertionStatus:()Z
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: putstatic org.apache.lucene.index.IndexWriter$Merges.$assertionsDisabled:Z
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(org.apache.lucene.index.IndexWriter);
descriptor: (Lorg/apache/lucene/index/IndexWriter;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.apache.lucene.index.IndexWriter$Merges.this$0:Lorg/apache/lucene/index/IndexWriter;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_1
putfield org.apache.lucene.index.IndexWriter$Merges.mergesEnabled:Z
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/index/IndexWriter$Merges;
MethodParameters:
Name Flags
this$0 final
boolean areEnabled();
descriptor: ()Z
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic org.apache.lucene.index.IndexWriter$Merges.$assertionsDisabled:Z
ifne 1
aload 0
getfield org.apache.lucene.index.IndexWriter$Merges.this$0:Lorg/apache/lucene/index/IndexWriter;
invokestatic java.lang.Thread.holdsLock:(Ljava/lang/Object;)Z
ifne 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.index.IndexWriter$Merges.mergesEnabled:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/index/IndexWriter$Merges;
void disable();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic org.apache.lucene.index.IndexWriter$Merges.$assertionsDisabled:Z
ifne 1
aload 0
getfield org.apache.lucene.index.IndexWriter$Merges.this$0:Lorg/apache/lucene/index/IndexWriter;
invokestatic java.lang.Thread.holdsLock:(Ljava/lang/Object;)Z
ifne 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield org.apache.lucene.index.IndexWriter$Merges.mergesEnabled:Z
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/index/IndexWriter$Merges;
void enable();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.IndexWriter$Merges.this$0:Lorg/apache/lucene/index/IndexWriter;
invokevirtual org.apache.lucene.index.IndexWriter.ensureOpen:()V
1: getstatic org.apache.lucene.index.IndexWriter$Merges.$assertionsDisabled:Z
ifne 2
aload 0
getfield org.apache.lucene.index.IndexWriter$Merges.this$0:Lorg/apache/lucene/index/IndexWriter;
invokestatic java.lang.Thread.holdsLock:(Ljava/lang/Object;)Z
ifne 2
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield org.apache.lucene.index.IndexWriter$Merges.mergesEnabled:Z
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/index/IndexWriter$Merges;
}
SourceFile: "IndexWriter.java"
NestHost: org.apache.lucene.index.IndexWriter
InnerClasses:
private Merges = org.apache.lucene.index.IndexWriter$Merges of org.apache.lucene.index.IndexWriter