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 TypeMethodDescriptionboolean
void
setDeprecated
(String deprecated) void
setDescription
(String description)
-
Field Details
-
_description
-
_deprecated
-
-
Constructor Details
-
BaseFeatureNode
BaseFeatureNode()
-
-
Method Details
-
getDescription
- Specified by:
getDescription
in interfaceIBaseFeatureNode
-
setDescription
- Specified by:
setDescription
in interfaceIBaseFeatureNode
- Specified by:
setDescription
in interfaceIDocNodeWithDescription
-
getDeprecated
- Specified by:
getDeprecated
in interfaceIBaseFeatureNode
-
isDeprecated
public boolean isDeprecated()- Specified by:
isDeprecated
in interfaceIBaseFeatureNode
-
setDeprecated
- Specified by:
setDeprecated
in interfaceIBaseFeatureNode
-