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 TypeMethodDescriptionvoidaddException(IExceptionNode exception) voidaddParam(IParamNode param) getException(IJavaClassInfo exceptionClass) 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
-
_params
-
_exceptions
-
-
Constructor Details
-
ConstructorNode
ConstructorNode()
-
-
Method Details
-
getParams
- Specified by:
getParamsin interfaceIConstructorNode
-
addParam
- Specified by:
addParamin interfaceIConstructorNode- Specified by:
addParamin interfaceIDocNodeWithParams
-
getExceptions
- Specified by:
getExceptionsin interfaceIConstructorNode
-
addException
- Specified by:
addExceptionin interfaceIConstructorNode- Specified by:
addExceptionin interfaceIDocNodeWithParams
-
getException
- Specified by:
getExceptionin interfaceIConstructorNode
-