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

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DCommentedMethodFinder.java39 public boolean isCorrectMethod(MethodDoc method) { method in class:CommentedMethodFinder
H A DMethodFinder.java42 abstract boolean isCorrectMethod(MethodDoc method); method in class:MethodFinder
53 if (isCorrectMethod(meth)) {
65 if (isCorrectMethod(implementedMethods[i])) {
H A DTaggedMethodFinder.java40 public boolean isCorrectMethod(MethodDoc method) { method in class:TaggedMethodFinder

Completed in 31 milliseconds