Uses of Class
com.github.javaparser.ast.comments.CommentsCollection
Packages that use CommentsCollection
-
Uses of CommentsCollection in com.github.javaparser
Fields in com.github.javaparser declared as CommentsCollectionModifier and TypeFieldDescriptionprivate CommentsCollection
GeneratedJavaParserTokenManager.commentsCollection
private final CommentsCollection
ParseResult.commentsCollection
Methods in com.github.javaparser that return CommentsCollectionModifier and TypeMethodDescription(package private) CommentsCollection
GeneratedJavaParserBase.getCommentsCollection()
(package private) CommentsCollection
GeneratedJavaParserTokenManager.getCommentsCollection()
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