com.sun.tools.doclets.doccheck
Class DocCheck.ParamTagData
java.lang.Object
|
+--com.sun.tools.doclets.doccheck.DocCheck.ParamTagData
- Enclosing class:
- DocCheck
- public class DocCheck.ParamTagData
- extends java.lang.Object
An inner class that does the work of obtaining the
information we need about a ParamTags.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocCheck.ParamTagData
public DocCheck.ParamTagData(java.lang.String name,
java.lang.String comment)
DocCheck.ParamTagData
public DocCheck.ParamTagData(com.sun.javadoc.ParamTag paramTag)
parameterName
public java.lang.String parameterName()
parameterComment
public java.lang.String parameterComment()
Report a bug or suggest a feature
Copyright 2000-2003 Sun Microsystems, Inc. 4150 Network Circle
Santa Clara, CA 95054, U.S.A. All Rights Reserved.