| Package | Description |
|---|---|
| org.snakeyaml.engine.v2.comments | |
| org.snakeyaml.engine.v2.composer | |
| org.snakeyaml.engine.v2.nodes |
| Modifier and Type | Method and Description |
|---|---|
List<CommentLine> |
CommentEventsCollector.consume()
Return the events collected and reset the collector.
|
| Modifier and Type | Method and Description |
|---|---|
protected Node |
Composer.composeScalarNode(Optional<Anchor> anchor,
List<CommentLine> blockComments) |
| Modifier and Type | Method and Description |
|---|---|
List<CommentLine> |
Node.getBlockComments()
The ordered list of blank lines and block comments (full line) that appear before this node.
|
List<CommentLine> |
Node.getEndComments()
The ordered list of blank lines and block comments (full line) that appear AFTER this node.
|
List<CommentLine> |
Node.getInLineComments()
The ordered list of in-line comments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setBlockComments(List<CommentLine> blockComments) |
void |
Node.setEndComments(List<CommentLine> endComments) |
void |
Node.setInLineComments(List<CommentLine> inLineComments) |
Copyright © 2018–2022. All rights reserved.