Package | Description |
---|---|
org.yaml.snakeyaml.parser | |
org.yaml.snakeyaml.scanner |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<CommentToken> |
ParserImpl.ParseBlockMappingValueComment.tokens |
(package private) java.util.List<CommentToken> |
ParserImpl.ParseBlockMappingValueCommentList.tokens |
Modifier and Type | Method and Description |
---|---|
private CommentEvent |
ParserImpl.produceCommentEvent(CommentToken token) |
Constructor and Description |
---|
ParseBlockMappingValueCommentList(java.util.List<CommentToken> tokens) |
Modifier and Type | Method and Description |
---|---|
private 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) |