Interface IBaseFeatureNode

All Known Subinterfaces:
IConstructorNode, IMethodNode, IVarNode
All Known Implementing Classes:
BaseFeatureNode, ClassDocNode, ConstructorNode, MethodNode, VarNode

public interface IBaseFeatureNode
  • Method Details

    • getDescription

      String getDescription()
    • setDescription

      void setDescription(String value)
    • getDeprecated

      String getDeprecated()
    • isDeprecated

      boolean isDeprecated()
    • setDeprecated

      void setDeprecated(String value)