Class BaseComment

java.lang.Object
io.github.mmm.code.base.item.BaseItem
io.github.mmm.code.base.comment.BaseComment
All Implemented Interfaces:
io.github.mmm.code.api.comment.CodeComment, io.github.mmm.code.api.item.CodeItem, io.github.mmm.code.api.item.CodeItemWithVariables, io.github.mmm.code.api.statement.CodeStatement, Iterable<String>
Direct Known Subclasses:
BaseBlockComment, BaseComments, BaseSingleComment

public abstract class BaseComment extends BaseItem implements io.github.mmm.code.api.comment.CodeComment
Base implementation of CodeComment.
Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)
  • Constructor Details

    • BaseComment

      public BaseComment()