Uses of Class
com.github.javaparser.ast.comments.CommentsCollection
Packages that use CommentsCollection
-
Uses of CommentsCollection in com.github.javaparser
Methods in com.github.javaparser that return types with arguments of type CommentsCollectionConstructors in com.github.javaparser with parameters of type CommentsCollectionModifierConstructorDescriptionParseResult(T result, List<Problem> problems, CommentsCollection commentsCollection)
General constructor. -
Uses of CommentsCollection in com.github.javaparser.ast.comments
Methods in com.github.javaparser.ast.comments that return CommentsCollectionModifier and TypeMethodDescriptionCommentsCollection.copy()
CommentsCollection.minus(CommentsCollection other)
Methods in com.github.javaparser.ast.comments with parameters of type CommentsCollection