Searched defs:commentsCollection (Results 1 – 6 of 6) sorted by relevance
20 private final Optional<CommentsCollection> commentsCollection; field in ParseResult28 …ist<Problem> problems, Optional<List<Token>> tokens, Optional<CommentsCollection> commentsCollecti… in ParseResult()
39 private final CommentsCollection commentsCollection; field in ParseResult47 public ParseResult(T result, List<Problem> problems, CommentsCollection commentsCollection) { in ParseResult()
304 … private static void insertCommentsInCu(CompilationUnit cu, CommentsCollection commentsCollection){ in insertCommentsInCu()
61 private CommentsCollection commentsCollection; field in CommentParsingSteps
33 private CommentsCollection commentsCollection = new CommentsCollection(); field in ASTParserTokenManager
48 private CommentsCollection commentsCollection = new CommentsCollection(); field in GeneratedJavaParserTokenManager