Searched refs:blockComment (Results 1 – 7 of 7) sorted by relevance
51 public void addComment(BlockComment blockComment){ in addComment() argument52 this.blockComments.add(blockComment); in addComment()
34 val blockComment = comment.isBlockComment() in reformatComment() constant138 } else if (blockComment) { in reformatComment()
50 default String blockComment() in blockComment() method
82 int loc2 = t.image.indexOf(parser.blockComment()); in init()
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