Searched refs:blockComment (Results 1 – 3 of 3) sorted by relevance
51 public void addComment(BlockComment blockComment){ in addComment() argument52 this.blockComments.add(blockComment); in addComment()
314 boolean blockComment = style != Comments.CommentType.LINE; in writeComment()315 XPathParts.writeComment(pw, index - 1, comment, blockComment); in writeComment()1034 static void writeComment(PrintWriter pw, int indent, String comment, boolean blockComment) { in writeComment() argument1037 if (blockComment) { in writeComment()1075 if (blockComment) { in writeComment()
11 Line 52) this.blockComments.add(blockComment) ==> boolean