Package gw.internal.gosu.javadoc
Class BaseFeatureNode
java.lang.Object
gw.internal.gosu.javadoc.BaseFeatureNode
- All Implemented Interfaces:
IDocNodeWithDescription,IBaseFeatureNode
- Direct Known Subclasses:
ClassDocNode,ConstructorNode,MethodNode,VarNode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetDeprecated(String deprecated) voidsetDescription(String description)
-
Field Details
-
_description
-
_deprecated
-
-
Constructor Details
-
BaseFeatureNode
BaseFeatureNode()
-
-
Method Details
-
getDescription
- Specified by:
getDescriptionin interfaceIBaseFeatureNode
-
setDescription
- Specified by:
setDescriptionin interfaceIBaseFeatureNode- Specified by:
setDescriptionin interfaceIDocNodeWithDescription
-
getDeprecated
- Specified by:
getDeprecatedin interfaceIBaseFeatureNode
-
isDeprecated
public boolean isDeprecated()- Specified by:
isDeprecatedin interfaceIBaseFeatureNode
-
setDeprecated
- Specified by:
setDeprecatedin interfaceIBaseFeatureNode
-