Package gw.internal.gosu.javadoc
Class ConstructorNode
java.lang.Object
gw.internal.gosu.javadoc.BaseFeatureNode
gw.internal.gosu.javadoc.ConstructorNode
- All Implemented Interfaces:
IDocNodeWithDescription
,IDocNodeWithParams
,IBaseFeatureNode
,IConstructorNode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addException
(IExceptionNode exception) void
addParam
(IParamNode param) getException
(IJavaClassInfo exceptionClass) 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
-
_params
-
_exceptions
-
-
Constructor Details
-
ConstructorNode
ConstructorNode()
-
-
Method Details
-
getParams
- Specified by:
getParams
in interfaceIConstructorNode
-
addParam
- Specified by:
addParam
in interfaceIConstructorNode
- Specified by:
addParam
in interfaceIDocNodeWithParams
-
getExceptions
- Specified by:
getExceptions
in interfaceIConstructorNode
-
addException
- Specified by:
addException
in interfaceIConstructorNode
- Specified by:
addException
in interfaceIDocNodeWithParams
-
getException
- Specified by:
getException
in interfaceIConstructorNode
-