| Package | Description |
|---|---|
| dev.dejvokep.boostedyaml.block |
| Modifier and Type | Method and Description |
|---|---|
static Comments.NodeType |
Comments.NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Comments.NodeType |
Comments.NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Comments.NodeType[] |
Comments.NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static Comments.NodeType[] |
Comments.NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Comments.add(Block<?> block,
Comments.NodeType node,
Comments.Position position,
org.snakeyaml.engine.v2.comments.CommentLine comment)
Adds the given comment to already existing comments at the given position.
|
static void |
Comments.add(Block<?> block,
Comments.NodeType node,
Comments.Position position,
org.snakeyaml.engine.v2.comments.CommentLine comment)
Adds the given comment to already existing comments at the given position.
|
static void |
Comments.add(Block<?> block,
Comments.NodeType node,
Comments.Position position,
List<org.snakeyaml.engine.v2.comments.CommentLine> comments)
Adds the given comments to already existing comments at the given position.
|
static void |
Comments.add(Block<?> block,
Comments.NodeType node,
Comments.Position position,
List<org.snakeyaml.engine.v2.comments.CommentLine> comments)
Adds the given comments to already existing comments at the given position.
|
static List<org.snakeyaml.engine.v2.comments.CommentLine> |
Comments.get(Block<?> block,
Comments.NodeType node,
Comments.Position position)
Returns comments at the given position.
|
static List<org.snakeyaml.engine.v2.comments.CommentLine> |
Comments.get(Block<?> block,
Comments.NodeType node,
Comments.Position position)
Returns comments at the given position.
|
static void |
Comments.remove(Block<?> block,
Comments.NodeType node,
Comments.Position position)
Removes all comments at the given position.
|
static void |
Comments.remove(Block<?> block,
Comments.NodeType node,
Comments.Position position)
Removes all comments at the given position.
|
static void |
Comments.set(Block<?> block,
Comments.NodeType node,
Comments.Position position,
List<org.snakeyaml.engine.v2.comments.CommentLine> comments)
Sets the given comments at the given position.
|
static void |
Comments.set(Block<?> block,
Comments.NodeType node,
Comments.Position position,
List<org.snakeyaml.engine.v2.comments.CommentLine> comments)
Sets the given comments at the given position.
|
Copyright © 2022. All rights reserved.