Package | Description |
---|---|
org.yaml.snakeyaml.comments | |
org.yaml.snakeyaml.composer | |
org.yaml.snakeyaml.emitter | |
org.yaml.snakeyaml.nodes | |
org.yaml.snakeyaml.serializer |
Modifier and Type | Field and Description |
---|---|
private java.util.List<CommentLine> |
CommentEventsCollector.commentLineList |
Modifier and Type | Method and Description |
---|---|
java.util.List<CommentLine> |
CommentEventsCollector.consume()
Return the events collected and reset the colletor.
|
Modifier and Type | Method and Description |
---|---|
protected Node |
Composer.composeScalarNode(java.lang.String anchor,
java.util.List<CommentLine> blockComments) |
Modifier and Type | Method and Description |
---|---|
private boolean |
Emitter.writeCommentLines(java.util.List<CommentLine> commentLines) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<CommentLine> |
Node.blockComments |
private java.util.List<CommentLine> |
Node.endComments |
private java.util.List<CommentLine> |
Node.inLineComments |
Modifier and Type | Method and Description |
---|---|
java.util.List<CommentLine> |
Node.getBlockComments()
The ordered list of blank lines and block comments (full line) that appear before this node.
|
java.util.List<CommentLine> |
Node.getEndComments()
The ordered list of blank lines and block comments (full line) that appear AFTER this node.
|
java.util.List<CommentLine> |
Node.getInLineComments()
The ordered list of in-line comments.
|
Modifier and Type | Method and Description |
---|---|
void |
Node.setBlockComments(java.util.List<CommentLine> blockComments) |
void |
Node.setEndComments(java.util.List<CommentLine> endComments) |
void |
Node.setInLineComments(java.util.List<CommentLine> inLineComments) |
Modifier and Type | Method and Description |
---|---|
private void |
Serializer.serializeComments(java.util.List<CommentLine> comments) |