Uses of Class
org.yaml.snakeyaml.comments.CommentLine
-
Packages that use CommentLine Package Description org.yaml.snakeyaml.comments org.yaml.snakeyaml.composer org.yaml.snakeyaml.emitter org.yaml.snakeyaml.nodes org.yaml.snakeyaml.serializer -
-
Uses of CommentLine in org.yaml.snakeyaml.comments
Fields in org.yaml.snakeyaml.comments with type parameters of type CommentLine Modifier and Type Field Description private java.util.List<CommentLine>CommentEventsCollector. commentLineListMethods in org.yaml.snakeyaml.comments that return types with arguments of type CommentLine Modifier and Type Method Description java.util.List<CommentLine>CommentEventsCollector. 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 CommentLine Modifier and Type Method Description protected NodeComposer. composeScalarNode(java.lang.String anchor, java.util.List<CommentLine> blockComments) -
Uses of CommentLine in org.yaml.snakeyaml.emitter
Method parameters in org.yaml.snakeyaml.emitter with type arguments of type CommentLine Modifier and Type Method Description private booleanEmitter. writeCommentLines(java.util.List<CommentLine> commentLines) -
Uses of CommentLine in org.yaml.snakeyaml.nodes
Fields in org.yaml.snakeyaml.nodes with type parameters of type CommentLine Modifier and Type Field Description private java.util.List<CommentLine>Node. blockCommentsprivate java.util.List<CommentLine>Node. endCommentsprivate java.util.List<CommentLine>Node. inLineCommentsMethods in org.yaml.snakeyaml.nodes that return types with arguments of type CommentLine Modifier and Type Method Description java.util.List<CommentLine>Node. getBlockComments()The ordered list of blank lines and block comments (full line) that appear before this node.java.util.List<CommentLine>Node. getEndComments()The ordered list of blank lines and block comments (full line) that appear AFTER this node.java.util.List<CommentLine>Node. getInLineComments()The ordered list of in-line comments.Method parameters in org.yaml.snakeyaml.nodes with type arguments of type CommentLine Modifier and Type Method Description voidNode. setBlockComments(java.util.List<CommentLine> blockComments)voidNode. setEndComments(java.util.List<CommentLine> endComments)voidNode. setInLineComments(java.util.List<CommentLine> inLineComments) -
Uses of CommentLine in org.yaml.snakeyaml.serializer
Method parameters in org.yaml.snakeyaml.serializer with type arguments of type CommentLine Modifier and Type Method Description private voidSerializer. serializeComments(java.util.List<CommentLine> comments)
-