Searched defs:lineComment (Results 1 – 16 of 16) sorted by relevance
33 val lineComment = comment.isLineComment() in reformatComment() constant
24 private val lineComment: Boolean = comment.isLineComment() in <lambda>() constant
45 default String lineComment() in lineComment() method
47 public void addComment(LineComment lineComment){ in addComment()
57 comments: { "lineComment": ";" }, property
163 private boolean attributeLineCommentToNodeOrChild(Node node, LineComment lineComment) { in attributeLineCommentToNodeOrChild()
176 private boolean attributeLineCommentToNodeOrChild(Node node, LineComment lineComment) { in attributeLineCommentToNodeOrChild()
325 private static boolean attributeLineCommentToNodeOrChild(Node node, LineComment lineComment) in attributeLineCommentToNodeOrChild()
78 lineComment = "// " const
169 public void lineComment() { in lineComment() method in TemplateTest
323 func (l *lexer) lineComment() { func