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 CommentsCollectionGeneratedJavaParserTokenManager.commentsCollectionprivate final CommentsCollectionParseResult.commentsCollectionMethods in com.github.javaparser that return CommentsCollectionModifier and TypeMethodDescription(package private) CommentsCollectionGeneratedJavaParserBase.getCommentsCollection()(package private) CommentsCollectionGeneratedJavaParserTokenManager.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