Searched defs:blockComments (Results 1 – 4 of 4) sorted by relevance
41 private List<CommentLine> blockComments; field in Node206 public void setBlockComments(List<CommentLine> blockComments) { in setBlockComments()
32 private List<BlockComment> blockComments = new LinkedList<BlockComment>(); field in CommentsCollection
202 protected Node composeScalarNode(String anchor, List<CommentLine> blockComments) { in composeScalarNode()
44 List<CommentLine> blockComments = node.getBlockComments(); in printBlockComment() local