Package gw.lang.javadoc
Interface IMethodNode
- All Superinterfaces:
IBaseFeatureNode
- All Known Implementing Classes:
MethodNode
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addException
(IExceptionNode param) void
addParam
(IParamNode param) getException
(IJavaClassInfo exceptionClass) getName()
void
void
setReturnDescription
(String value) Methods inherited from interface gw.lang.javadoc.IBaseFeatureNode
getDeprecated, getDescription, isDeprecated, setDeprecated, setDescription
-
Method Details
-
getReturnDescription
String getReturnDescription() -
setReturnDescription
-
getParams
List<IParamNode> getParams() -
addParam
-
getExceptions
List<IExceptionNode> getExceptions() -
addException
-
getException
-
getName
String getName() -
setName
-