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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/model/
H A DJavacElements.java216 private JCTree matchAnnoToTree(AnnotationMirror findme, argument
238 return matchAnnoToTree(cast(Attribute.Compound.class, findme),
248 private JCTree matchAnnoToTree(Attribute.Compound findme, argument
253 JCTree match = matchAnnoToTree(findme, anno, tree);
266 private JCTree matchAnnoToTree(final Attribute.Compound findme, argument
269 if (attr == findme)
270 return (tree.type.tsym == findme.type.tsym) ? tree : null;
282 JCTree match = matchAnnoToTree(findme, pair.snd, expr);
292 types.elemtype(array.type).tsym == findme.type.tsym) {
295 if (value == findme) {
[all...]

Completed in 118 milliseconds