public class EmptyJavadocMethod extends JavadocMethod
| Constructor and Description |
|---|
EmptyJavadocMethod(String servletContextName,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
Method |
getMethod() |
String |
getParameterComment(int index) |
String |
getReturnComment() |
String |
getThrowsComment(int index) |
getComment, getServletContextNamepublic EmptyJavadocMethod(String servletContextName,
Method method)
public Method getMethod()
getMethod in class JavadocMethodpublic String getParameterComment(int index)
getParameterComment in class JavadocMethodpublic String getReturnComment()
getReturnComment in class JavadocMethodpublic String getThrowsComment(int index)
getThrowsComment in class JavadocMethod