Uses of Class
org.snakeyaml.engine.v2.comments.CommentLine
-
Packages that use CommentLine Package Description org.snakeyaml.engine.v2.comments org.snakeyaml.engine.v2.composer -
-
Uses of CommentLine in org.snakeyaml.engine.v2.comments
Methods in org.snakeyaml.engine.v2.comments that return types with arguments of type CommentLine Modifier and Type Method Description List<CommentLine>CommentEventsCollector. 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 CommentLine Modifier and Type Method Description protected org.snakeyaml.engine.v2.nodes.NodeComposer. composeScalarNode(Optional<Anchor> anchor, List<CommentLine> blockComments)Create ScalarNode
-