final class org.apache.lucene.util.InfoStream$NoOutput extends org.apache.lucene.util.InfoStream
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.util.InfoStream$NoOutput
  super_class: org.apache.lucene.util.InfoStream
{
  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 37
            ldc Lorg/apache/lucene/util/InfoStream;
            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.util.InfoStream$NoOutput.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.InfoStream$NoOutput this
         0: .line 37
            aload 0 /* this */
            invokespecial org.apache.lucene.util.InfoStream.<init>:()V
            return
        end local 0 // org.apache.lucene.util.InfoStream$NoOutput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/InfoStream$NoOutput;

  public void message(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.lucene.util.InfoStream$NoOutput this
        start local 1 // java.lang.String component
        start local 2 // java.lang.String message
         0: .line 40
            getstatic org.apache.lucene.util.InfoStream$NoOutput.$assertionsDisabled:Z
            ifne 1
            new java.lang.AssertionError
            dup
            ldc "message() should not be called when isEnabled returns false"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 41
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String message
        end local 1 // java.lang.String component
        end local 0 // org.apache.lucene.util.InfoStream$NoOutput this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/lucene/util/InfoStream$NoOutput;
            0    2     1  component  Ljava/lang/String;
            0    2     2    message  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      component  
      message    

  public boolean isEnabled(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.InfoStream$NoOutput this
        start local 1 // java.lang.String component
         0: .line 45
            iconst_0
            ireturn
        end local 1 // java.lang.String component
        end local 0 // org.apache.lucene.util.InfoStream$NoOutput this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/apache/lucene/util/InfoStream$NoOutput;
            0    1     1  component  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      component  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.InfoStream$NoOutput this
         0: .line 49
            return
        end local 0 // org.apache.lucene.util.InfoStream$NoOutput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/InfoStream$NoOutput;
}
SourceFile: "InfoStream.java"
NestHost: org.apache.lucene.util.InfoStream
InnerClasses:
  private final NoOutput = org.apache.lucene.util.InfoStream$NoOutput of org.apache.lucene.util.InfoStream