|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.doclets.internal.toolkit.util.MethodFinder
public abstract class MethodFinder
This class is useful for searching a method which has documentation comment and documentation tags. The method is searched in all the superclasses and interfaces(subsequently super-interfaces also) recursively. This code is not part of an API. It is implementation that is subject to change. Do not use it as an API.
| Constructor Summary | |
|---|---|
MethodFinder()
|
|
| Method Summary | |
|---|---|
(package private) abstract boolean |
isCorrectMethod(MethodDoc method)
|
MethodDoc |
search(ClassDoc cd,
MethodDoc method)
|
MethodDoc |
searchInterfaces(ClassDoc cd,
MethodDoc method)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodFinder()
| Method Detail |
|---|
abstract boolean isCorrectMethod(MethodDoc method)
public MethodDoc search(ClassDoc cd,
MethodDoc method)
public MethodDoc searchInterfaces(ClassDoc cd,
MethodDoc method)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||