Searched defs:annotationSet (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/apt/comp/
H A DApt.java126 private Set<String> annotationSet; field in class:Apt.AptTreeScanner
133 return annotationSet;
137 annotationSet = new LinkedHashSet<String>();
180 annotationSet.add(tree.type.tsym.toString());
185 Set<String> annotationSet = new HashSet<String>();
188 computeAnnotationSet(classSymbol, annotationSet);
190 return annotationSet;
193 void computeAnnotationSet(Symbol symbol, Set<String> annotationSet) { argument
197 annotationSet.add(compound.type.tsym.toString()); // should fullName be used instead of toString?
201 computeAnnotationSet(param, annotationSet);
[all...]

Completed in 29 milliseconds