Class CommentsCollection
java.lang.Object
com.github.javaparser.ast.comments.CommentsCollection
The comments contained in a certain parsed piece of source code.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addComment(Comment comment)
boolean
copy()
minus(CommentsCollection other)
int
size()
-
Constructor Details
-
CommentsCollection
public CommentsCollection() -
CommentsCollection
-
-
Method Details
-
getLineComments
-
getBlockComments
-
getJavadocComments
-
addComment
-
contains
-
getComments
-
size
public int size() -
minus
-
copy
-