Uses of Class
org.snakeyaml.engine.v2.tokens.CommentToken
-
Packages that use CommentToken Package Description org.snakeyaml.engine.v2.parser org.snakeyaml.engine.v2.scanner -
-
Uses of CommentToken in org.snakeyaml.engine.v2.parser
Fields in org.snakeyaml.engine.v2.parser with type parameters of type CommentToken Modifier and Type Field Description (package private) java.util.List<CommentToken>
ParserImpl.ParseBlockMappingValueComment. tokens
(package private) java.util.List<CommentToken>
ParserImpl.ParseBlockMappingValueCommentList. tokens
Methods in org.snakeyaml.engine.v2.parser with parameters of type CommentToken Modifier and Type Method Description private CommentEvent
ParserImpl. produceCommentEvent(CommentToken token)
Constructor parameters in org.snakeyaml.engine.v2.parser with type arguments of type CommentToken Constructor Description ParseBlockMappingValueCommentList(java.util.List<CommentToken> tokens)
-
Uses of CommentToken in org.snakeyaml.engine.v2.scanner
Methods in org.snakeyaml.engine.v2.scanner that return CommentToken Modifier and Type Method Description private CommentToken
ScannerImpl. scanBlockScalarIgnoredLine(java.util.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(java.util.Optional<Mark> startMark)
-