Package gw.internal.gosu.javadoc
Class MethodNode
java.lang.Object
gw.internal.gosu.javadoc.BaseFeatureNode
gw.internal.gosu.javadoc.MethodNode
- All Implemented Interfaces:
IDocNodeWithDescription,IDocNodeWithParams,IBaseFeatureNode,IMethodNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<IExceptionNode>private Stringprivate List<IParamNode>private String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddException(IExceptionNode exception) voidaddParam(IParamNode param) getException(IJavaClassInfo exceptionClass) getName()voidvoidsetReturnDescription(String value) Methods inherited from class gw.internal.gosu.javadoc.BaseFeatureNode
getDeprecated, getDescription, isDeprecated, setDeprecated, setDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gw.lang.javadoc.IBaseFeatureNode
getDeprecated, getDescription, isDeprecated, setDeprecated, setDescription
-
Field Details
-
_name
-
_params
-
_exceptions
-
_returnDescription
-
-
Constructor Details
-
MethodNode
MethodNode()
-
-
Method Details
-
getReturnDescription
- Specified by:
getReturnDescriptionin interfaceIMethodNode
-
setReturnDescription
- Specified by:
setReturnDescriptionin interfaceIMethodNode
-
getParams
- Specified by:
getParamsin interfaceIMethodNode
-
addParam
- Specified by:
addParamin interfaceIDocNodeWithParams- Specified by:
addParamin interfaceIMethodNode
-
getExceptions
- Specified by:
getExceptionsin interfaceIMethodNode
-
addException
- Specified by:
addExceptionin interfaceIDocNodeWithParams- Specified by:
addExceptionin interfaceIMethodNode
-
getException
- Specified by:
getExceptionin interfaceIMethodNode
-
getName
- Specified by:
getNamein interfaceIMethodNode
-
setName
- Specified by:
setNamein interfaceIMethodNode
-