com.sun.tools.doclets.internal.toolkit.util
Class CommentedMethodFinder

java.lang.Object
  extended by com.sun.tools.doclets.internal.toolkit.util.MethodFinder
      extended by com.sun.tools.doclets.internal.toolkit.util.CommentedMethodFinder

public class CommentedMethodFinder
extends MethodFinder

Find a commented method. 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
CommentedMethodFinder()
           
 
Method Summary
 boolean isCorrectMethod(MethodDoc method)
           
 
Methods inherited from class com.sun.tools.doclets.internal.toolkit.util.MethodFinder
search, searchInterfaces
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentedMethodFinder

public CommentedMethodFinder()
Method Detail

isCorrectMethod

public boolean isCorrectMethod(MethodDoc method)
Specified by:
isCorrectMethod in class MethodFinder