public class com.sun.tools.javac.comp.CompileStates extends java.util.HashMap<com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.comp.CompileStates$CompileState>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javac.comp.CompileStates
  super_class: java.util.HashMap
{
  protected static final com.sun.tools.javac.util.Context$Key<com.sun.tools.javac.comp.CompileStates> compileStatesKey;
    descriptor: Lcom/sun/tools/javac/util/Context$Key;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    Signature: Lcom/sun/tools/javac/util/Context$Key<Lcom/sun/tools/javac/comp/CompileStates;>;

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1812267524140424433

  protected com.sun.tools.javac.util.Context context;
    descriptor: Lcom/sun/tools/javac/util/Context;
    flags: (0x0004) ACC_PROTECTED

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 42
            new com.sun.tools.javac.util.Context$Key
            dup
            invokespecial com.sun.tools.javac.util.Context$Key.<init>:()V
            putstatic com.sun.tools.javac.comp.CompileStates.compileStatesKey:Lcom/sun/tools/javac/util/Context$Key;
         1: .line 78
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.sun.tools.javac.comp.CompileStates instance(com.sun.tools.javac.util.Context);
    descriptor: (Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/comp/CompileStates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.javac.util.Context context
         0: .line 46
            aload 0 /* context */
            getstatic com.sun.tools.javac.comp.CompileStates.compileStatesKey:Lcom/sun/tools/javac/util/Context$Key;
            invokevirtual com.sun.tools.javac.util.Context.get:(Lcom/sun/tools/javac/util/Context$Key;)Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.CompileStates
            astore 1 /* instance */
        start local 1 // com.sun.tools.javac.comp.CompileStates instance
         1: .line 47
            aload 1 /* instance */
            ifnonnull 3
         2: .line 48
            new com.sun.tools.javac.comp.CompileStates
            dup
            aload 0 /* context */
            invokespecial com.sun.tools.javac.comp.CompileStates.<init>:(Lcom/sun/tools/javac/util/Context;)V
            astore 1 /* instance */
         3: .line 50
      StackMap locals: com.sun.tools.javac.comp.CompileStates
      StackMap stack:
            aload 1 /* instance */
            areturn
        end local 1 // com.sun.tools.javac.comp.CompileStates instance
        end local 0 // com.sun.tools.javac.util.Context context
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0   context  Lcom/sun/tools/javac/util/Context;
            1    4     1  instance  Lcom/sun/tools/javac/comp/CompileStates;
    MethodParameters:
         Name  Flags
      context  

  public void <init>(com.sun.tools.javac.util.Context);
    descriptor: (Lcom/sun/tools/javac/util/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.CompileStates this
        start local 1 // com.sun.tools.javac.util.Context context
         0: .line 82
            aload 0 /* this */
            invokespecial java.util.HashMap.<init>:()V
         1: .line 83
            aload 0 /* this */
            aload 1 /* context */
            putfield com.sun.tools.javac.comp.CompileStates.context:Lcom/sun/tools/javac/util/Context;
         2: .line 84
            aload 1 /* context */
            getstatic com.sun.tools.javac.comp.CompileStates.compileStatesKey:Lcom/sun/tools/javac/util/Context$Key;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.util.Context.put:(Lcom/sun/tools/javac/util/Context$Key;Ljava/lang/Object;)V
         3: .line 85
            return
        end local 1 // com.sun.tools.javac.util.Context context
        end local 0 // com.sun.tools.javac.comp.CompileStates this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/sun/tools/javac/comp/CompileStates;
            0    4     1  context  Lcom/sun/tools/javac/util/Context;
    MethodParameters:
         Name  Flags
      context  

  public boolean isDone(com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.comp.CompileStates$CompileState);
    descriptor: (Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/CompileStates$CompileState;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // com.sun.tools.javac.comp.CompileStates this
        start local 1 // com.sun.tools.javac.comp.Env env
        start local 2 // com.sun.tools.javac.comp.CompileStates$CompileState cs
         0: .line 88
            aload 0 /* this */
            aload 1 /* env */
            invokevirtual com.sun.tools.javac.comp.CompileStates.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.CompileStates$CompileState
            astore 3 /* ecs */
        start local 3 // com.sun.tools.javac.comp.CompileStates$CompileState ecs
         1: .line 89
            aload 3 /* ecs */
            ifnull 2
            aload 2 /* cs */
            aload 3 /* ecs */
            invokevirtual com.sun.tools.javac.comp.CompileStates$CompileState.isAfter:(Lcom/sun/tools/javac/comp/CompileStates$CompileState;)Z
            ifne 2
            iconst_1
            ireturn
      StackMap locals: com.sun.tools.javac.comp.CompileStates$CompileState
      StackMap stack:
         2: iconst_0
            ireturn
        end local 3 // com.sun.tools.javac.comp.CompileStates$CompileState ecs
        end local 2 // com.sun.tools.javac.comp.CompileStates$CompileState cs
        end local 1 // com.sun.tools.javac.comp.Env env
        end local 0 // com.sun.tools.javac.comp.CompileStates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/comp/CompileStates;
            0    3     1   env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0    3     2    cs  Lcom/sun/tools/javac/comp/CompileStates$CompileState;
            1    3     3   ecs  Lcom/sun/tools/javac/comp/CompileStates$CompileState;
    Signature: (Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/comp/CompileStates$CompileState;)Z
    MethodParameters:
      Name  Flags
      env   
      cs    
}
Signature: Ljava/util/HashMap<Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/comp/CompileStates$CompileState;>;
SourceFile: "CompileStates.java"
NestMembers:
  com.sun.tools.javac.comp.CompileStates$CompileState
InnerClasses:
  public final CompileState = com.sun.tools.javac.comp.CompileStates$CompileState of com.sun.tools.javac.comp.CompileStates
  public Key = com.sun.tools.javac.util.Context$Key of com.sun.tools.javac.util.Context