public final class org.eclipse.osgi.internal.util.SupplementDebug
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.osgi.internal.util.SupplementDebug
  super_class: java.lang.Object
{
  public static boolean STATIC_DEBUG_MANIFEST;
    descriptor: Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static boolean STATIC_DEBUG_MESSAGE_BUNDLES;
    descriptor: Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 27
            iconst_0
            putstatic org.eclipse.osgi.internal.util.SupplementDebug.STATIC_DEBUG_MANIFEST:Z
         1: .line 31
            iconst_0
            putstatic org.eclipse.osgi.internal.util.SupplementDebug.STATIC_DEBUG_MESSAGE_BUNDLES: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.eclipse.osgi.internal.util.SupplementDebug this
         0: .line 18
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 20
            return
        end local 0 // org.eclipse.osgi.internal.util.SupplementDebug this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/osgi/internal/util/SupplementDebug;
}
SourceFile: "SupplementDebug.java"