Package gw.lang.javadoc
Interface IConstructorNode
- All Superinterfaces:
IBaseFeatureNode
- All Known Implementing Classes:
ConstructorNode
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addException
(IExceptionNode param) void
addParam
(IParamNode param) getException
(IJavaClassInfo exceptionClass) Methods inherited from interface gw.lang.javadoc.IBaseFeatureNode
getDeprecated, getDescription, isDeprecated, setDeprecated, setDescription
-
Method Details
-
getParams
List<IParamNode> getParams() -
addParam
-
getExceptions
List<IExceptionNode> getExceptions() -
addException
-
getException
-