Searched defs:LineComment (Results 1 – 5 of 5) sorted by relevance
36 public final class LineComment extends Comment { class38 public LineComment() { in LineComment() method in LineComment41 public LineComment(String content) { in LineComment() method in LineComment45 public LineComment(Range range, String content) { in LineComment() method in LineComment
35 public final class LineComment extends Comment { class37 public LineComment() { in LineComment() method in LineComment40 public LineComment(String content) { in LineComment() method in LineComment44 public LineComment(int beginLine, int beginColumn, int endLine, int endColumn, String content) { in LineComment() method in LineComment
43 public class LineComment extends Comment { class45 public LineComment() { in LineComment() method in LineComment50 public LineComment(String content) { in LineComment() method in LineComment58 public LineComment(TokenRange tokenRange, String content) { in LineComment() method in LineComment
21 LineComment = (1 << 0), enumerator
42 LineComment = (1 << 0), enumerator