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: .line 5931
            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 // org.apache.lucene.index.IndexWriter$Merges this
         0: .line 5931
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.index.IndexWriter$Merges.this$0:Lorg/apache/lucene/index/IndexWriter;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 5932
            aload 0 /* this */
            iconst_1
            putfield org.apache.lucene.index.IndexWriter$Merges.mergesEnabled:Z
         2: .line 5931
            return
        end local 0 // org.apache.lucene.index.IndexWriter$Merges this
      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 // org.apache.lucene.index.IndexWriter$Merges this
         0: .line 5935
            getstatic org.apache.lucene.index.IndexWriter$Merges.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            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: .line 5936
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.IndexWriter$Merges.mergesEnabled:Z
            ireturn
        end local 0 // org.apache.lucene.index.IndexWriter$Merges this
      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 // org.apache.lucene.index.IndexWriter$Merges this
         0: .line 5940
            getstatic org.apache.lucene.index.IndexWriter$Merges.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            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: .line 5941
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.index.IndexWriter$Merges.mergesEnabled:Z
         2: .line 5942
            return
        end local 0 // org.apache.lucene.index.IndexWriter$Merges this
      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 // org.apache.lucene.index.IndexWriter$Merges this
         0: .line 5945
            aload 0 /* this */
            getfield org.apache.lucene.index.IndexWriter$Merges.this$0:Lorg/apache/lucene/index/IndexWriter;
            invokevirtual org.apache.lucene.index.IndexWriter.ensureOpen:()V
         1: .line 5946
            getstatic org.apache.lucene.index.IndexWriter$Merges.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            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: .line 5947
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.apache.lucene.index.IndexWriter$Merges.mergesEnabled:Z
         3: .line 5948
            return
        end local 0 // org.apache.lucene.index.IndexWriter$Merges this
      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