Class CommentLine
java.lang.Object
org.yaml.snakeyaml.comments.CommentLine
A comment line. It may be a block comment, blank line, or inline comment.
-
Constructor Summary
ConstructorsConstructorDescriptionCommentLine(Mark startMark, Mark endMark, String value, CommentType commentType) CreateCommentLine(CommentEvent event) Create -
Method Summary
-
Constructor Details
-
CommentLine
-
CommentLine
Create- Parameters:
startMark- - startendMark- - endvalue- - textcommentType- - kind
-
-
Method Details
-
getEndMark
-
getStartMark
-
getCommentType
-
getValue
-
toString
-