Searched defs:inLineComments (Results 1 – 2 of 2) sorted by relevance
40 private List<CommentLine> inLineComments; field in Node193 public void setInLineComments(List<CommentLine> inLineComments) { in setInLineComments()
62 List<CommentLine> inLineComments = node.getInLineComments(); in printInLineComment() local