Uses of Class
com.github.javaparser.ast.comments.CommentsCollection
-
Packages that use CommentsCollection Package Description com.github.javaparser com.github.javaparser.ast.comments -
-
Uses of CommentsCollection in com.github.javaparser
Fields in com.github.javaparser declared as CommentsCollection Modifier and Type Field Description private CommentsCollectionGeneratedJavaParserTokenManager. commentsCollectionprivate CommentsCollectionParseResult. commentsCollectionMethods in com.github.javaparser that return CommentsCollection Modifier and Type Method Description (package private) CommentsCollectionGeneratedJavaParserBase. getCommentsCollection()(package private) CommentsCollectionGeneratedJavaParserTokenManager. getCommentsCollection()Methods in com.github.javaparser that return types with arguments of type CommentsCollection Modifier and Type Method Description java.util.Optional<CommentsCollection>ParseResult. getCommentsCollection()Constructors in com.github.javaparser with parameters of type CommentsCollection Constructor Description ParseResult(T result, java.util.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 CommentsCollection Modifier and Type Method Description CommentsCollectionCommentsCollection. copy()CommentsCollectionCommentsCollection. minus(CommentsCollection other)Methods in com.github.javaparser.ast.comments with parameters of type CommentsCollection Modifier and Type Method Description CommentsCollectionCommentsCollection. minus(CommentsCollection other)
-