Package gw.lang.javadoc
Interface IMethodNode
- All Superinterfaces:
IBaseFeatureNode
- All Known Implementing Classes:
MethodNode
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddException(IExceptionNode param) voidaddParam(IParamNode param) getException(IJavaClassInfo exceptionClass) getName()voidvoidsetReturnDescription(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
-