public final class com.sun.tools.javac.comp.CompileStates$CompileState extends java.lang.Enum<com.sun.tools.javac.comp.CompileStates$CompileState>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: com.sun.tools.javac.comp.CompileStates$CompileState
  super_class: java.lang.Enum
{
  public static final com.sun.tools.javac.comp.CompileStates$CompileState INIT;
    descriptor: Lcom/sun/tools/javac/comp/CompileStates$CompileState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.tools.javac.comp.CompileStates$CompileState PARSE;
    descriptor: Lcom/sun/tools/javac/comp/CompileStates$CompileState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.tools.javac.comp.CompileStates$CompileState ENTER;
    descriptor: Lcom/sun/tools/javac/comp/CompileStates$CompileState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.tools.javac.comp.CompileStates$CompileState PROCESS;
    descriptor: Lcom/sun/tools/javac/comp/CompileStates$CompileState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.tools.javac.comp.CompileStates$CompileState ATTR;
    descriptor: Lcom/sun/tools/javac/comp/CompileStates$CompileState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.tools.javac.comp.CompileStates$CompileState FLOW;
    descriptor: Lcom/sun/tools/javac/comp/CompileStates$CompileState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.tools.javac.comp.CompileStates$CompileState TRANSTYPES;
    descriptor: Lcom/sun/tools/javac/comp/CompileStates$CompileState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.tools.javac.comp.CompileStates$CompileState TRANSPATTERNS;
    descriptor: Lcom/sun/tools/javac/comp/CompileStates$CompileState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.tools.javac.comp.CompileStates$CompileState UNLAMBDA;
    descriptor: Lcom/sun/tools/javac/comp/CompileStates$CompileState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.tools.javac.comp.CompileStates$CompileState LOWER;
    descriptor: Lcom/sun/tools/javac/comp/CompileStates$CompileState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.tools.javac.comp.CompileStates$CompileState GENERATE;
    descriptor: Lcom/sun/tools/javac/comp/CompileStates$CompileState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private final int value;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final com.sun.tools.javac.comp.CompileStates$CompileState[] ENUM$VALUES;
    descriptor: [Lcom/sun/tools/javac/comp/CompileStates$CompileState;
    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 55
            new com.sun.tools.javac.comp.CompileStates$CompileState
            dup
            ldc "INIT"
            iconst_0
            iconst_0
            invokespecial com.sun.tools.javac.comp.CompileStates$CompileState.<init>:(Ljava/lang/String;II)V
            putstatic com.sun.tools.javac.comp.CompileStates$CompileState.INIT:Lcom/sun/tools/javac/comp/CompileStates$CompileState;
         1: .line 56
            new com.sun.tools.javac.comp.CompileStates$CompileState
            dup
            ldc "PARSE"
            iconst_1
            iconst_1
            invokespecial com.sun.tools.javac.comp.CompileStates$CompileState.<init>:(Ljava/lang/String;II)V
            putstatic com.sun.tools.javac.comp.CompileStates$CompileState.PARSE:Lcom/sun/tools/javac/comp/CompileStates$CompileState;
         2: .line 57
            new com.sun.tools.javac.comp.CompileStates$CompileState
            dup
            ldc "ENTER"
            iconst_2
            iconst_2
            invokespecial com.sun.tools.javac.comp.CompileStates$CompileState.<init>:(Ljava/lang/String;II)V
            putstatic com.sun.tools.javac.comp.CompileStates$CompileState.ENTER:Lcom/sun/tools/javac/comp/CompileStates$CompileState;
         3: .line 58
            new com.sun.tools.javac.comp.CompileStates$CompileState
            dup
            ldc "PROCESS"
            iconst_3
            iconst_3
            invokespecial com.sun.tools.javac.comp.CompileStates$CompileState.<init>:(Ljava/lang/String;II)V
            putstatic com.sun.tools.javac.comp.CompileStates$CompileState.PROCESS:Lcom/sun/tools/javac/comp/CompileStates$CompileState;
         4: .line 59
            new com.sun.tools.javac.comp.CompileStates$CompileState
            dup
            ldc "ATTR"
            iconst_4
            iconst_4
            invokespecial com.sun.tools.javac.comp.CompileStates$CompileState.<init>:(Ljava/lang/String;II)V
            putstatic com.sun.tools.javac.comp.CompileStates$CompileState.ATTR:Lcom/sun/tools/javac/comp/CompileStates$CompileState;
         5: .line 60
            new com.sun.tools.javac.comp.CompileStates$CompileState
            dup
            ldc "FLOW"
            iconst_5
            iconst_5
            invokespecial com.sun.tools.javac.comp.CompileStates$CompileState.<init>:(Ljava/lang/String;II)V
            putstatic com.sun.tools.javac.comp.CompileStates$CompileState.FLOW:Lcom/sun/tools/javac/comp/CompileStates$CompileState;
         6: .line 61
            new com.sun.tools.javac.comp.CompileStates$CompileState
            dup
            ldc "TRANSTYPES"
            bipush 6
            bipush 6
            invokespecial com.sun.tools.javac.comp.CompileStates$CompileState.<init>:(Ljava/lang/String;II)V
            putstatic com.sun.tools.javac.comp.CompileStates$CompileState.TRANSTYPES:Lcom/sun/tools/javac/comp/CompileStates$CompileState;
         7: .line 62
            new com.sun.tools.javac.comp.CompileStates$CompileState
            dup
            ldc "TRANSPATTERNS"
            bipush 7
            bipush 7
            invokespecial com.sun.tools.javac.comp.CompileStates$CompileState.<init>:(Ljava/lang/String;II)V
            putstatic com.sun.tools.javac.comp.CompileStates$CompileState.TRANSPATTERNS:Lcom/sun/tools/javac/comp/CompileStates$CompileState;
         8: .line 63
            new com.sun.tools.javac.comp.CompileStates$CompileState
            dup
            ldc "UNLAMBDA"
            bipush 8
            bipush 8
            invokespecial com.sun.tools.javac.comp.CompileStates$CompileState.<init>:(Ljava/lang/String;II)V
            putstatic com.sun.tools.javac.comp.CompileStates$CompileState.UNLAMBDA:Lcom/sun/tools/javac/comp/CompileStates$CompileState;
         9: .line 64
            new com.sun.tools.javac.comp.CompileStates$CompileState
            dup
            ldc "LOWER"
            bipush 9
            bipush 9
            invokespecial com.sun.tools.javac.comp.CompileStates$CompileState.<init>:(Ljava/lang/String;II)V
            putstatic com.sun.tools.javac.comp.CompileStates$CompileState.LOWER:Lcom/sun/tools/javac/comp/CompileStates$CompileState;
        10: .line 65
            new com.sun.tools.javac.comp.CompileStates$CompileState
            dup
            ldc "GENERATE"
            bipush 10
            bipush 10
            invokespecial com.sun.tools.javac.comp.CompileStates$CompileState.<init>:(Ljava/lang/String;II)V
            putstatic com.sun.tools.javac.comp.CompileStates$CompileState.GENERATE:Lcom/sun/tools/javac/comp/CompileStates$CompileState;
        11: .line 54
            bipush 11
            anewarray com.sun.tools.javac.comp.CompileStates$CompileState
            dup
            iconst_0
            getstatic com.sun.tools.javac.comp.CompileStates$CompileState.INIT:Lcom/sun/tools/javac/comp/CompileStates$CompileState;
            aastore
            dup
            iconst_1
            getstatic com.sun.tools.javac.comp.CompileStates$CompileState.PARSE:Lcom/sun/tools/javac/comp/CompileStates$CompileState;
            aastore
            dup
            iconst_2
            getstatic com.sun.tools.javac.comp.CompileStates$CompileState.ENTER:Lcom/sun/tools/javac/comp/CompileStates$CompileState;
            aastore
            dup
            iconst_3
            getstatic com.sun.tools.javac.comp.CompileStates$CompileState.PROCESS:Lcom/sun/tools/javac/comp/CompileStates$CompileState;
            aastore
            dup
            iconst_4
            getstatic com.sun.tools.javac.comp.CompileStates$CompileState.ATTR:Lcom/sun/tools/javac/comp/CompileStates$CompileState;
            aastore
            dup
            iconst_5
            getstatic com.sun.tools.javac.comp.CompileStates$CompileState.FLOW:Lcom/sun/tools/javac/comp/CompileStates$CompileState;
            aastore
            dup
            bipush 6
            getstatic com.sun.tools.javac.comp.CompileStates$CompileState.TRANSTYPES:Lcom/sun/tools/javac/comp/CompileStates$CompileState;
            aastore
            dup
            bipush 7
            getstatic com.sun.tools.javac.comp.CompileStates$CompileState.TRANSPATTERNS:Lcom/sun/tools/javac/comp/CompileStates$CompileState;
            aastore
            dup
            bipush 8
            getstatic com.sun.tools.javac.comp.CompileStates$CompileState.UNLAMBDA:Lcom/sun/tools/javac/comp/CompileStates$CompileState;
            aastore
            dup
            bipush 9
            getstatic com.sun.tools.javac.comp.CompileStates$CompileState.LOWER:Lcom/sun/tools/javac/comp/CompileStates$CompileState;
            aastore
            dup
            bipush 10
            getstatic com.sun.tools.javac.comp.CompileStates$CompileState.GENERATE:Lcom/sun/tools/javac/comp/CompileStates$CompileState;
            aastore
            putstatic com.sun.tools.javac.comp.CompileStates$CompileState.ENUM$VALUES:[Lcom/sun/tools/javac/comp/CompileStates$CompileState;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.tools.javac.comp.CompileStates$CompileState this
        start local 3 // int value
         0: .line 67
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 68
            aload 0 /* this */
            iload 3 /* value */
            putfield com.sun.tools.javac.comp.CompileStates$CompileState.value:I
         2: .line 69
            return
        end local 3 // int value
        end local 0 // com.sun.tools.javac.comp.CompileStates$CompileState this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/tools/javac/comp/CompileStates$CompileState;
            0    3     3  value  I
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      value          

  public boolean isAfter(com.sun.tools.javac.comp.CompileStates$CompileState);
    descriptor: (Lcom/sun/tools/javac/comp/CompileStates$CompileState;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.CompileStates$CompileState this
        start local 1 // com.sun.tools.javac.comp.CompileStates$CompileState other
         0: .line 71
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.CompileStates$CompileState.value:I
            aload 1 /* other */
            getfield com.sun.tools.javac.comp.CompileStates$CompileState.value:I
            if_icmple 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // com.sun.tools.javac.comp.CompileStates$CompileState other
        end local 0 // com.sun.tools.javac.comp.CompileStates$CompileState this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/tools/javac/comp/CompileStates$CompileState;
            0    2     1  other  Lcom/sun/tools/javac/comp/CompileStates$CompileState;
    MethodParameters:
       Name  Flags
      other  

  public static com.sun.tools.javac.comp.CompileStates$CompileState max(com.sun.tools.javac.comp.CompileStates$CompileState, com.sun.tools.javac.comp.CompileStates$CompileState);
    descriptor: (Lcom/sun/tools/javac/comp/CompileStates$CompileState;Lcom/sun/tools/javac/comp/CompileStates$CompileState;)Lcom/sun/tools/javac/comp/CompileStates$CompileState;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.CompileStates$CompileState a
        start local 1 // com.sun.tools.javac.comp.CompileStates$CompileState b
         0: .line 74
            aload 0 /* a */
            getfield com.sun.tools.javac.comp.CompileStates$CompileState.value:I
            aload 1 /* b */
            getfield com.sun.tools.javac.comp.CompileStates$CompileState.value:I
            if_icmple 1
            aload 0 /* a */
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 1 /* b */
      StackMap locals:
      StackMap stack: com.sun.tools.javac.comp.CompileStates$CompileState
         2: areturn
        end local 1 // com.sun.tools.javac.comp.CompileStates$CompileState b
        end local 0 // com.sun.tools.javac.comp.CompileStates$CompileState a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     a  Lcom/sun/tools/javac/comp/CompileStates$CompileState;
            0    3     1     b  Lcom/sun/tools/javac/comp/CompileStates$CompileState;
    MethodParameters:
      Name  Flags
      a     
      b     

  public static com.sun.tools.javac.comp.CompileStates$CompileState[] values();
    descriptor: ()[Lcom/sun/tools/javac/comp/CompileStates$CompileState;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic com.sun.tools.javac.comp.CompileStates$CompileState.ENUM$VALUES:[Lcom/sun/tools/javac/comp/CompileStates$CompileState;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray com.sun.tools.javac.comp.CompileStates$CompileState
            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 com.sun.tools.javac.comp.CompileStates$CompileState valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/sun/tools/javac/comp/CompileStates$CompileState;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lcom/sun/tools/javac/comp/CompileStates$CompileState;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast com.sun.tools.javac.comp.CompileStates$CompileState
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lcom/sun/tools/javac/comp/CompileStates$CompileState;>;
SourceFile: "CompileStates.java"
NestHost: com.sun.tools.javac.comp.CompileStates
InnerClasses:
  public final CompileState = com.sun.tools.javac.comp.CompileStates$CompileState of com.sun.tools.javac.comp.CompileStates