Uses of Class
org.yaml.snakeyaml.comments.CommentLine
Packages that use CommentLine
Package
Description
-
Uses of CommentLine in org.yaml.snakeyaml.comments
Methods in org.yaml.snakeyaml.comments that return types with arguments of type CommentLineModifier and TypeMethodDescriptionCommentEventsCollector.consume()
Return the events collected and reset the colletor. -
Uses of CommentLine in org.yaml.snakeyaml.composer
Method parameters in org.yaml.snakeyaml.composer with type arguments of type CommentLineModifier and TypeMethodDescriptionprotected Node
Composer.composeScalarNode
(String anchor, List<CommentLine> blockComments) -
Uses of CommentLine in org.yaml.snakeyaml.nodes
Methods in org.yaml.snakeyaml.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.yaml.snakeyaml.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)