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. appendContent(char[] str, int offset, int len)CommentComment. appendContent(CharSequence cs, int start, int end)CommentComment. appendContent(String content)CommentComment. clearContent()CommentComment. clone(boolean recurse)CommentComment. setContent(String content)CommentComment. setIndex(int to)CommentComment. setParent(Parent parent)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)
-