Package org.yaml.snakeyaml.comments
Class CommentLine
java.lang.Object
org.yaml.snakeyaml.comments.CommentLine
A comment line. May be a block comment, blank line, or inline comment.
-
Constructor Summary
ConstructorsConstructorDescriptionCommentLine(Mark startMark, Mark endMark, String value, CommentType commentType) CommentLine(CommentEvent event) -
Method Summary