com.sun.tools.javac.main
Class JavaCompiler.CompileStates

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<Env<AttrContext>,JavaCompiler.CompileState>
          extended by com.sun.tools.javac.main.JavaCompiler.CompileStates
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<Env<AttrContext>,JavaCompiler.CompileState>
Enclosing class:
JavaCompiler

protected class JavaCompiler.CompileStates
extends java.util.HashMap<Env<AttrContext>,JavaCompiler.CompileState>

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
protected JavaCompiler.CompileStates()
           
 
Method Summary
(package private)  boolean isDone(Env<AttrContext> env, JavaCompiler.CompileState cs)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

JavaCompiler.CompileStates

protected JavaCompiler.CompileStates()
Method Detail

isDone

boolean isDone(Env<AttrContext> env,
               JavaCompiler.CompileState cs)