Uses of Class
cdc.util.data.Comment
-
Packages that use Comment Package Description cdc.util.data -
-
Uses of Comment in cdc.util.data
Methods in cdc.util.data that return Comment Modifier and Type Method Description default CommentParent. addComment(String content)Adds a comment as last child.default CommentParent. addComment(String content, boolean merge)Adds a comment as last child.CommentComment. clone(boolean recurse)Methods in cdc.util.data that return types with arguments of type Comment Modifier and Type Method Description default Iterable<Comment>Parent. getComments()Constructors in cdc.util.data with parameters of type Comment Constructor Description Comment(Comment other)
-