Searched refs:blockComment (Results 1 – 4 of 4) sorted by relevance
51 public void addComment(BlockComment blockComment){ in addComment() argument52 this.blockComments.add(blockComment); in addComment()
315 boolean blockComment = style != Comments.CommentType.LINE; in writeComment()316 XPathParts.writeComment(pw, index - 1, comment, blockComment); in writeComment()1116 static void writeComment(PrintWriter pw, int indent, String comment, boolean blockComment) { in writeComment() argument1119 if (blockComment) { in writeComment()1157 if (blockComment) { in writeComment()
11 Line 52) this.blockComments.add(blockComment) ==> boolean
174 public void blockComment() { in blockComment() method in TemplateTest