Searched refs:contentsByFile (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DTodo.java78 if (contentsByFile != null)
90 if (contentsByFile != null)
100 if (contentsByFile == null) {
101 contentsByFile = new LinkedList<Queue<Env<AttrContext>>>();
106 return contentsByFile;
117 contentsByFile.add(fq);
130 contentsByFile.remove(fq);
136 LinkedList<Queue<Env<AttrContext>>> contentsByFile; field in class:Todo

Completed in 29 milliseconds