Uses of Class
org.yaml.snakeyaml.tokens.CommentToken
Packages that use CommentToken
-
Uses of CommentToken in org.yaml.snakeyaml.parser
Fields in org.yaml.snakeyaml.parser with type parameters of type CommentTokenModifier and TypeFieldDescription(package private) List<CommentToken>
ParserImpl.ParseBlockMappingValueComment.tokens
(package private) List<CommentToken>
ParserImpl.ParseBlockMappingValueCommentList.tokens
Methods in org.yaml.snakeyaml.parser with parameters of type CommentTokenModifier and TypeMethodDescriptionprivate CommentEvent
ParserImpl.produceCommentEvent
(CommentToken token) Constructor parameters in org.yaml.snakeyaml.parser with type arguments of type CommentToken -
Uses of CommentToken in org.yaml.snakeyaml.scanner
Methods in org.yaml.snakeyaml.scanner that return CommentTokenModifier and TypeMethodDescriptionprivate CommentToken
ScannerImpl.scanBlockScalarIgnoredLine
(Mark startMark) Scan to the end of the line after a block scalar has been scanned; the only things that are permitted at this time are comments and spaces.private CommentToken
ScannerImpl.scanComment
(CommentType type) private CommentToken
ScannerImpl.scanDirectiveIgnoredLine
(Mark startMark)