Comment Line
class CommentLine(val startMark: Mark?, val endMark: Mark?, val value: String, val commentType: CommentType)
A comment line. Maybe a block comment, blank line, or inline comment.
Parameters
start Mark
start position
end Mark
end position
value
Value of this comment
comment Type
the type