Searched refs:addOrphanComment (Results 1 – 11 of 11) sorted by relevance
51 n.getOrphanComments().stream().map(Comment::clone).forEach(r::addOrphanComment); in visit()64 n.getOrphanComments().stream().map(Comment::clone).forEach(r::addOrphanComment); in visit()77 n.getOrphanComments().stream().map(Comment::clone).forEach(r::addOrphanComment); in visit()87 n.getOrphanComments().stream().map(Comment::clone).forEach(r::addOrphanComment); in visit()97 n.getOrphanComments().stream().map(Comment::clone).forEach(r::addOrphanComment); in visit()114 n.getOrphanComments().stream().map(Comment::clone).forEach(r::addOrphanComment); in visit()130 n.getOrphanComments().stream().map(Comment::clone).forEach(r::addOrphanComment); in visit()144 n.getOrphanComments().stream().map(Comment::clone).forEach(r::addOrphanComment); in visit()158 n.getOrphanComments().stream().map(Comment::clone).forEach(r::addOrphanComment); in visit()173 n.getOrphanComments().stream().map(Comment::clone).forEach(r::addOrphanComment); in visit()[all …]
36 …Line 158) node.addOrphanComment(c) ==> com.github.javaparser.ast.Node.addOrphanComment(com.github.…
46 decl.addOrphanComment(c); in removeOrphanComment()
158 node.addOrphanComment(c); in insertComments()
273 public void addOrphanComment(Comment comment) { in addOrphanComment() method in Node
150 node.addOrphanComment(c); in insertComments()
246 public void addOrphanComment(Comment comment) { in addOrphanComment() method in Node
249 decl.addOrphanComment(c); in removeOrphanCommentPositiveCase()263 aField.addOrphanComment(c); in removeOrphanCommentNegativeCase()
430 node.addOrphanComment(c); in insertCommentsInNode()
145 Line 430) node.addOrphanComment(c) ==> void
319 public void addOrphanComment(Comment comment) { in addOrphanComment() method in Node