public interface CommentedNode
Modifier and Type | Method and Description |
---|---|
default String |
getComment()
Return the node comment.
|
default boolean |
hasComment()
Return true if the node has a comment.
|
default void |
setComment(String comment)
Set the node comment.
|
default void setComment(String comment)
comment
- the commentdefault String getComment()
default boolean hasComment()