public final class net.sourceforge.cobertura.dsl.ReportFormat extends java.lang.Enum<net.sourceforge.cobertura.dsl.ReportFormat>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: net.sourceforge.cobertura.dsl.ReportFormat
  super_class: java.lang.Enum
{
  public static final net.sourceforge.cobertura.dsl.ReportFormat XML;
    descriptor: Lnet/sourceforge/cobertura/dsl/ReportFormat;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.sourceforge.cobertura.dsl.ReportFormat HTML;
    descriptor: Lnet/sourceforge/cobertura/dsl/ReportFormat;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.sourceforge.cobertura.dsl.ReportFormat SUMMARY_XML;
    descriptor: Lnet/sourceforge/cobertura/dsl/ReportFormat;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.sourceforge.cobertura.dsl.ReportFormat UNKNOWN;
    descriptor: Lnet/sourceforge/cobertura/dsl/ReportFormat;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private java.lang.String format;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private static final net.sourceforge.cobertura.dsl.ReportFormat[] ENUM$VALUES;
    descriptor: [Lnet/sourceforge/cobertura/dsl/ReportFormat;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 4
            new net.sourceforge.cobertura.dsl.ReportFormat
            dup
            ldc "XML"
            iconst_0
            ldc "xml"
            invokespecial net.sourceforge.cobertura.dsl.ReportFormat.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic net.sourceforge.cobertura.dsl.ReportFormat.XML:Lnet/sourceforge/cobertura/dsl/ReportFormat;
            new net.sourceforge.cobertura.dsl.ReportFormat
            dup
            ldc "HTML"
            iconst_1
            ldc "html"
            invokespecial net.sourceforge.cobertura.dsl.ReportFormat.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic net.sourceforge.cobertura.dsl.ReportFormat.HTML:Lnet/sourceforge/cobertura/dsl/ReportFormat;
            new net.sourceforge.cobertura.dsl.ReportFormat
            dup
            ldc "SUMMARY_XML"
            iconst_2
            ldc "summaryXml"
            invokespecial net.sourceforge.cobertura.dsl.ReportFormat.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic net.sourceforge.cobertura.dsl.ReportFormat.SUMMARY_XML:Lnet/sourceforge/cobertura/dsl/ReportFormat;
            new net.sourceforge.cobertura.dsl.ReportFormat
            dup
            ldc "UNKNOWN"
            iconst_3
            ldc "unknown"
            invokespecial net.sourceforge.cobertura.dsl.ReportFormat.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic net.sourceforge.cobertura.dsl.ReportFormat.UNKNOWN:Lnet/sourceforge/cobertura/dsl/ReportFormat;
         1: .line 3
            iconst_4
            anewarray net.sourceforge.cobertura.dsl.ReportFormat
            dup
            iconst_0
            getstatic net.sourceforge.cobertura.dsl.ReportFormat.XML:Lnet/sourceforge/cobertura/dsl/ReportFormat;
            aastore
            dup
            iconst_1
            getstatic net.sourceforge.cobertura.dsl.ReportFormat.HTML:Lnet/sourceforge/cobertura/dsl/ReportFormat;
            aastore
            dup
            iconst_2
            getstatic net.sourceforge.cobertura.dsl.ReportFormat.SUMMARY_XML:Lnet/sourceforge/cobertura/dsl/ReportFormat;
            aastore
            dup
            iconst_3
            getstatic net.sourceforge.cobertura.dsl.ReportFormat.UNKNOWN:Lnet/sourceforge/cobertura/dsl/ReportFormat;
            aastore
            putstatic net.sourceforge.cobertura.dsl.ReportFormat.ENUM$VALUES:[Lnet/sourceforge/cobertura/dsl/ReportFormat;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, java.lang.String);
    descriptor: (Ljava/lang/String;ILjava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // net.sourceforge.cobertura.dsl.ReportFormat this
        start local 3 // java.lang.String format
         0: .line 6
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 7
            aload 0 /* this */
            aload 3 /* format */
            putfield net.sourceforge.cobertura.dsl.ReportFormat.format:Ljava/lang/String;
         2: .line 8
            return
        end local 3 // java.lang.String format
        end local 0 // net.sourceforge.cobertura.dsl.ReportFormat this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lnet/sourceforge/cobertura/dsl/ReportFormat;
            0    3     3  format  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      format         

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.dsl.ReportFormat this
         0: .line 12
            aload 0 /* this */
            getfield net.sourceforge.cobertura.dsl.ReportFormat.format:Ljava/lang/String;
            areturn
        end local 0 // net.sourceforge.cobertura.dsl.ReportFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/dsl/ReportFormat;

  public static net.sourceforge.cobertura.dsl.ReportFormat getFromString(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/sourceforge/cobertura/dsl/ReportFormat;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // java.lang.String format
         0: .line 16
            invokestatic net.sourceforge.cobertura.dsl.ReportFormat.values:()[Lnet/sourceforge/cobertura/dsl/ReportFormat;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 5
      StackMap locals: java.lang.String top int int net.sourceforge.cobertura.dsl.ReportFormat[]
      StackMap stack:
         1: aload 4
            iload 2
            aaload
            astore 1 /* reportFormat */
        start local 1 // net.sourceforge.cobertura.dsl.ReportFormat reportFormat
         2: .line 17
            aload 1 /* reportFormat */
            invokevirtual net.sourceforge.cobertura.dsl.ReportFormat.toString:()Ljava/lang/String;
            aload 0 /* format */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 4
         3: .line 18
            aload 1 /* reportFormat */
            areturn
        end local 1 // net.sourceforge.cobertura.dsl.ReportFormat reportFormat
         4: .line 16
      StackMap locals:
      StackMap stack:
            iinc 2 1
      StackMap locals:
      StackMap stack:
         5: iload 2
            iload 3
            if_icmplt 1
         6: .line 21
            getstatic net.sourceforge.cobertura.dsl.ReportFormat.UNKNOWN:Lnet/sourceforge/cobertura/dsl/ReportFormat;
            areturn
        end local 0 // java.lang.String format
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0        format  Ljava/lang/String;
            2    4     1  reportFormat  Lnet/sourceforge/cobertura/dsl/ReportFormat;
    MethodParameters:
        Name  Flags
      format  

  public static net.sourceforge.cobertura.dsl.ReportFormat[] values();
    descriptor: ()[Lnet/sourceforge/cobertura/dsl/ReportFormat;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.sourceforge.cobertura.dsl.ReportFormat.ENUM$VALUES:[Lnet/sourceforge/cobertura/dsl/ReportFormat;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.sourceforge.cobertura.dsl.ReportFormat
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static net.sourceforge.cobertura.dsl.ReportFormat valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/sourceforge/cobertura/dsl/ReportFormat;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/sourceforge/cobertura/dsl/ReportFormat;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.sourceforge.cobertura.dsl.ReportFormat
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/sourceforge/cobertura/dsl/ReportFormat;>;
SourceFile: "ReportFormat.java"