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: 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: 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 0: aload 0
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
start local 1 1: aload 1
ifnonnull 3
2: new com.sun.tools.javac.comp.CompileStates
dup
aload 0
invokespecial com.sun.tools.javac.comp.CompileStates.<init>:(Lcom/sun/tools/javac/util/Context;)V
astore 1
3: StackMap locals: com.sun.tools.javac.comp.CompileStates
StackMap stack:
aload 1
areturn
end local 1 end local 0 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 start local 1 0: aload 0
invokespecial java.util.HashMap.<init>:()V
1: aload 0
aload 1
putfield com.sun.tools.javac.comp.CompileStates.context:Lcom/sun/tools/javac/util/Context;
2: aload 1
getstatic com.sun.tools.javac.comp.CompileStates.compileStatesKey:Lcom/sun/tools/javac/util/Context$Key;
aload 0
invokevirtual com.sun.tools.javac.util.Context.put:(Lcom/sun/tools/javac/util/Context$Key;Ljava/lang/Object;)V
3: return
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
aload 1
invokevirtual com.sun.tools.javac.comp.CompileStates.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast com.sun.tools.javac.comp.CompileStates$CompileState
astore 3
start local 3 1: aload 3
ifnull 2
aload 2
aload 3
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 end local 2 end local 1 end local 0 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