public class MethodJavadoc extends BaseJavadoc
| Constructor and Description |
|---|
MethodJavadoc(java.lang.String name,
java.util.List<java.lang.String> paramTypes,
Comment comment,
java.util.List<ParamJavadoc> params,
java.util.List<ThrowsJavadoc> exceptions,
java.util.List<OtherJavadoc> other,
Comment returns,
java.util.List<SeeAlsoJavadoc> seeAlso) |
| Modifier and Type | Method and Description |
|---|---|
static MethodJavadoc |
createEmpty(java.lang.reflect.Executable executable) |
java.util.List<ParamJavadoc> |
getParams() |
java.util.List<java.lang.String> |
getParamTypes() |
Comment |
getReturns() |
java.util.List<ThrowsJavadoc> |
getThrows() |
boolean |
isConstructor() |
boolean |
matches(java.lang.reflect.Constructor<?> method) |
boolean |
matches(java.lang.reflect.Executable executable) |
boolean |
matches(java.lang.reflect.Method method) |
java.lang.String |
toString() |
getComment, getName, getOther, getSeeAlso, isEmpty, isPresentpublic MethodJavadoc(java.lang.String name,
java.util.List<java.lang.String> paramTypes,
Comment comment,
java.util.List<ParamJavadoc> params,
java.util.List<ThrowsJavadoc> exceptions,
java.util.List<OtherJavadoc> other,
Comment returns,
java.util.List<SeeAlsoJavadoc> seeAlso)
public static MethodJavadoc createEmpty(java.lang.reflect.Executable executable)
public boolean isConstructor()
public boolean matches(java.lang.reflect.Executable executable)
public boolean matches(java.lang.reflect.Method method)
public boolean matches(java.lang.reflect.Constructor<?> method)
public java.util.List<java.lang.String> getParamTypes()
public java.util.List<ParamJavadoc> getParams()
public java.util.List<ThrowsJavadoc> getThrows()
public Comment getReturns()
public java.lang.String toString()
toString in class java.lang.Object