public class JavadocMethodImpl extends JavadocMethod
Constructor and Description |
---|
JavadocMethodImpl(String servletContextName,
String comment,
Method method,
String[] parameterComments,
String returnComment,
String[] throwsComments) |
Modifier and Type | Method and Description |
---|---|
Method |
getMethod() |
String |
getParameterComment(int index) |
String |
getReturnComment() |
String |
getThrowsComment(int index) |
getComment, getServletContextName
public Method getMethod()
getMethod
in class JavadocMethod
public String getParameterComment(int index)
getParameterComment
in class JavadocMethod
public String getReturnComment()
getReturnComment
in class JavadocMethod
public String getThrowsComment(int index)
getThrowsComment
in class JavadocMethod