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

/openjdk7/langtools/src/share/classes/com/sun/tools/apt/comp/
H A DApt.java130 private Collection<ClassSymbol> declCollection; field in class:Apt.AptTreeScanner
139 declCollection = new LinkedHashSet<ClassSymbol>();
167 declCollection.add(tree.sym);
241 for (ClassSymbol cs : ats.declCollection) {

Completed in 29 milliseconds