CommentNode

data class CommentNode(parent: CommentNode?, nodeValue: Comment)

Properties

Link copied to clipboard
val children: List<CommentNode>
Link copied to clipboard
val nodeValue: Comment
Link copied to clipboard
val parent: CommentNode?