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 CommentsCollection
GeneratedJavaParserTokenManager. commentsCollection
private CommentsCollection
ParseResult. commentsCollection
Methods in com.github.javaparser that return CommentsCollection Modifier and Type Method Description (package private) CommentsCollection
GeneratedJavaParserBase. getCommentsCollection()
(package private) CommentsCollection
GeneratedJavaParserTokenManager. 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 CommentsCollection
CommentsCollection. copy()
CommentsCollection
CommentsCollection. minus(CommentsCollection other)
Methods in com.github.javaparser.ast.comments with parameters of type CommentsCollection Modifier and Type Method Description CommentsCollection
CommentsCollection. minus(CommentsCollection other)
-