CommentLine

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

startMark
  • start position

endMark
  • end position

value
  • Value of this comment

commentType
  • the type

Constructors

Link copied to clipboard
constructor(event: CommentEvent)

Create

constructor(startMark: Mark?, endMark: Mark?, value: String, commentType: CommentType)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String