|
DocCheck 1.2 Beta 2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sun.tools.doclets.doccheck.DocCheck.ICheck
Inner class that checks to see if a method is implemented by an interface the class declares or inherits. The list of interfaces the class implements is built by the constructor so that it only occurs once.
| Method Summary | |
java.lang.String |
implementsInterface(com.sun.javadoc.MethodDoc md)
Checks to see if the method implements an interface. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.lang.String implementsInterface(com.sun.javadoc.MethodDoc md)
Note:
The ClassDoc.interfaces() method returns only the interfaces
declared by a class, not those it inherits.
md - a MethodDoc object
|
DocCheck 1.2 Beta 2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||