Package org.snakeyaml.engine.v2.comments
Class CommentLine
java.lang.Object
org.snakeyaml.engine.v2.comments.CommentLine
A comment line. Maybe a block comment, blank line, or inline comment.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCommentLine
(Optional<Mark> startMark, Optional<Mark> endMark, String value, CommentType commentType) CreateCommentLine
(CommentEvent event) Create -
Method Summary
-
Field Details
-
startMark
-
endMark
-
value
-
commentType
-
-
Constructor Details
-
Method Details