Searched defs:insertComments (Results 1 – 3 of 3) sorted by relevance
51 private void insertComments(CompilationUnit cu, TreeSet<Comment> comments) { in insertComments() method in CommentsInserter79 void insertComments(Node node, TreeSet<Comment> commentsToAttribute) { in insertComments() method in CommentsInserter
56 private void insertComments(CompilationUnit cu, TreeSet<Comment> comments) { in insertComments() method in CommentsInserter82 void insertComments(Node node, TreeSet<Comment> commentsToAttribute) { in insertComments() method in CommentsInserter
445 private static void insertComments(CompilationUnit cu, String code) throws IOException { in insertComments() method in JavaParser