Uses of Class
org.snakeyaml.engine.v2.comments.CommentLine
Packages that use CommentLine
Package
Description
-
Uses of CommentLine in org.snakeyaml.engine.v2.comments
Fields in org.snakeyaml.engine.v2.comments with type parameters of type CommentLineModifier and TypeFieldDescriptionprivate List
<CommentLine> CommentEventsCollector.commentLineList
Methods in org.snakeyaml.engine.v2.comments that return types with arguments of type CommentLineModifier and TypeMethodDescriptionCommentEventsCollector.consume()
Return the events collected and reset the collector. -
Uses of CommentLine in org.snakeyaml.engine.v2.composer
Method parameters in org.snakeyaml.engine.v2.composer with type arguments of type CommentLineModifier and TypeMethodDescriptionprotected Node
Composer.composeScalarNode
(Optional<Anchor> anchor, List<CommentLine> blockComments) Create ScalarNode -
Uses of CommentLine in org.snakeyaml.engine.v2.emitter
Method parameters in org.snakeyaml.engine.v2.emitter with type arguments of type CommentLineModifier and TypeMethodDescriptionprivate boolean
Emitter.writeCommentLines
(List<CommentLine> commentLines) -
Uses of CommentLine in org.snakeyaml.engine.v2.nodes
Fields in org.snakeyaml.engine.v2.nodes with type parameters of type CommentLineModifier and TypeFieldDescriptionprivate List
<CommentLine> Node.blockComments
private List
<CommentLine> Node.endComments
private List
<CommentLine> Node.inLineComments
Methods in org.snakeyaml.engine.v2.nodes that return types with arguments of type CommentLineModifier and TypeMethodDescriptionNode.getBlockComments()
The ordered list of blank lines and block comments (full line) that appear before this node.Node.getEndComments()
The ordered list of blank lines and block comments (full line) that appear AFTER this node.Node.getInLineComments()
The ordered list of in-line comments.Method parameters in org.snakeyaml.engine.v2.nodes with type arguments of type CommentLineModifier and TypeMethodDescriptionvoid
Node.setBlockComments
(List<CommentLine> blockComments) void
Node.setEndComments
(List<CommentLine> endComments) void
Node.setInLineComments
(List<CommentLine> inLineComments) -
Uses of CommentLine in org.snakeyaml.engine.v2.serializer
Method parameters in org.snakeyaml.engine.v2.serializer with type arguments of type CommentLineModifier and TypeMethodDescriptionprivate void
Serializer.serializeComments
(List<CommentLine> comments)