Uses of Class
org.snakeyaml.engine.v2.tokens.CommentToken
Packages that use CommentToken
-
Uses of CommentToken in org.snakeyaml.engine.v2.parser
Fields in org.snakeyaml.engine.v2.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.snakeyaml.engine.v2.parser with parameters of type CommentTokenModifier and TypeMethodDescriptionprivate CommentEvent
ParserImpl.produceCommentEvent
(CommentToken token) Constructor parameters in org.snakeyaml.engine.v2.parser with type arguments of type CommentToken -
Uses of CommentToken in org.snakeyaml.engine.v2.scanner
Methods in org.snakeyaml.engine.v2.scanner that return CommentTokenModifier and TypeMethodDescriptionprivate CommentToken
ScannerImpl.scanBlockScalarIgnoredLine
(Optional<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
(Optional<Mark> startMark)