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.tokensMethods in org.snakeyaml.engine.v2.parser with parameters of type CommentTokenModifier and TypeMethodDescriptionprivate CommentEventParserImpl.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 CommentTokenScannerImpl.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 CommentTokenScannerImpl.scanComment(CommentType type) private CommentTokenScannerImpl.scanDirectiveIgnoredLine(Optional<Mark> startMark)