public class org.jboss.resteasy.tracing.RESTEasyTracingLogger$TRACING
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jboss.resteasy.tracing.RESTEasyTracingLogger$TRACING
  super_class: java.lang.Object
{
  public static final boolean AVAILABLE;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=0
         0: .line 21
            ldc "org.jboss.resteasy.tracing.api.RESTEasyTracing"
            invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
            pop
         1: .line 22
            iconst_1
            istore 0 /* b */
        start local 0 // boolean b
         2: .line 23
            goto 5
        end local 0 // boolean b
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: pop
         4: .line 24
            iconst_0
            istore 0 /* b */
        start local 0 // boolean b
         5: .line 26
      StackMap locals: int
      StackMap stack:
            iload 0 /* b */
            putstatic org.jboss.resteasy.tracing.RESTEasyTracingLogger$TRACING.AVAILABLE:Z
        end local 0 // boolean b
         6: .line 27
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            2    3     0     b  Z
            5    6     0     b  Z
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.Throwable

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.tracing.RESTEasyTracingLogger$TRACING this
         0: .line 16
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jboss.resteasy.tracing.RESTEasyTracingLogger$TRACING this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/tracing/RESTEasyTracingLogger$TRACING;
}
SourceFile: "RESTEasyTracingLogger.java"
NestHost: org.jboss.resteasy.tracing.RESTEasyTracingLogger
InnerClasses:
  public TRACING = org.jboss.resteasy.tracing.RESTEasyTracingLogger$TRACING of org.jboss.resteasy.tracing.RESTEasyTracingLogger