public class org.slf4j.impl.StaticLoggerBinder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.slf4j.impl.StaticLoggerBinder
  super_class: java.lang.Object
{
  private static final org.slf4j.impl.StaticLoggerBinder SINGLETON;
    descriptor: Lorg/slf4j/impl/StaticLoggerBinder;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static java.lang.String REQUESTED_API_VERSION;
    descriptor: Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 44
            new org.slf4j.impl.StaticLoggerBinder
            dup
            invokespecial org.slf4j.impl.StaticLoggerBinder.<init>:()V
            putstatic org.slf4j.impl.StaticLoggerBinder.SINGLETON:Lorg/slf4j/impl/StaticLoggerBinder;
         1: .line 60
            ldc "1.6.99"
            putstatic org.slf4j.impl.StaticLoggerBinder.REQUESTED_API_VERSION:Ljava/lang/String;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static final org.slf4j.impl.StaticLoggerBinder getSingleton();
    descriptor: ()Lorg/slf4j/impl/StaticLoggerBinder;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=1, locals=0, args_size=0
         0: .line 52
            getstatic org.slf4j.impl.StaticLoggerBinder.SINGLETON:Lorg/slf4j/impl/StaticLoggerBinder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.slf4j.impl.StaticLoggerBinder this
         0: .line 62
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 63
            new java.lang.UnsupportedOperationException
            dup
            ldc "This code should have never made it into slf4j-api.jar"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.slf4j.impl.StaticLoggerBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/slf4j/impl/StaticLoggerBinder;

  public org.slf4j.ILoggerFactory getLoggerFactory();
    descriptor: ()Lorg/slf4j/ILoggerFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.slf4j.impl.StaticLoggerBinder this
         0: .line 67
            new java.lang.UnsupportedOperationException
            dup
            ldc "This code should never make it into slf4j-api.jar"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.slf4j.impl.StaticLoggerBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/slf4j/impl/StaticLoggerBinder;

  public java.lang.String getLoggerFactoryClassStr();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.slf4j.impl.StaticLoggerBinder this
         0: .line 71
            new java.lang.UnsupportedOperationException
            dup
            ldc "This code should never make it into slf4j-api.jar"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.slf4j.impl.StaticLoggerBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/slf4j/impl/StaticLoggerBinder;
}
SourceFile: "StaticLoggerBinder.java"