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 String
private List<IParamNode>
private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addException
(IExceptionNode exception) void
addParam
(IParamNode param) getException
(IJavaClassInfo exceptionClass) getName()
void
void
setReturnDescription
(String value) Methods inherited from class gw.internal.gosu.javadoc.BaseFeatureNode
getDeprecated, getDescription, isDeprecated, setDeprecated, setDescription
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getReturnDescription
in interfaceIMethodNode
-
setReturnDescription
- Specified by:
setReturnDescription
in interfaceIMethodNode
-
getParams
- Specified by:
getParams
in interfaceIMethodNode
-
addParam
- Specified by:
addParam
in interfaceIDocNodeWithParams
- Specified by:
addParam
in interfaceIMethodNode
-
getExceptions
- Specified by:
getExceptions
in interfaceIMethodNode
-
addException
- Specified by:
addException
in interfaceIDocNodeWithParams
- Specified by:
addException
in interfaceIMethodNode
-
getException
- Specified by:
getException
in interfaceIMethodNode
-
getName
- Specified by:
getName
in interfaceIMethodNode
-
setName
- Specified by:
setName
in interfaceIMethodNode
-