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

/openjdk7/langtools/src/share/classes/com/sun/tools/apt/comp/
H A DApt.java129 private Collection<ClassSymbol> specifiedDeclCollection; field in class:Apt.AptTreeScanner
138 specifiedDeclCollection = new LinkedHashSet<ClassSymbol>();
148 specifiedDeclCollection.add(((JCTree.JCClassDecl) d).sym);
236 for (ClassSymbol cs : ats.specifiedDeclCollection) {

Completed in 21 milliseconds