| Package | Description |
|---|---|
| org.snakeyaml.engine.v2.comments | |
| org.snakeyaml.engine.v2.composer | |
| org.snakeyaml.engine.v2.parser |
| Constructor and Description |
|---|
CommentEventsCollector(Parser parser,
CommentType... expectedCommentTypes)
Constructor used to collect comment events emitted by a Parser.
|
| Modifier and Type | Field and Description |
|---|---|
protected Parser |
Composer.parser
Event parser
|
| Constructor and Description |
|---|
Composer(LoadSettings settings,
Parser parser)
Create
|
Composer(Parser parser,
LoadSettings settings)
Deprecated.
use the other constructor with LoadSettings first
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParserImpl
# The following YAML grammar is LL(1) and is parsed by a recursive descent parser.
|
Copyright © 2018–2022. All rights reserved.