Searched defs:isComment (Results 1 – 14 of 14) sorted by relevance
26 public static boolean isComment(int kind) { in isComment() method in TokenTypes
219 public boolean isComment() { in isComment() method in JavaToken.Category
55 public abstract boolean isComment(); in isComment() method in TextElement
99 public boolean isComment() { in isComment() method in ChildTextElement
104 public boolean isComment() { in isComment() method in TokenTextElement
73 boolean isComment(); in isComment() method
353 private boolean isComment(char character) in isComment() method in WordReader
381 private boolean isComment(String text) { in isComment() method in JavaOutput
164 public boolean isComment() { in isComment() method in JavaInput.Tok
81 func isComment(line string) bool { func
281 public static boolean isComment(XPathParts pathPlain, String line) { in isComment() method in ShowStarredCoverage
1098 private static boolean isComment(XPathParts pathPlain, String line) { in isComment() method in ChartDelta
1678 public static boolean isComment(XPathParts pathPlain, String line) { in isComment() method in DtdData
1768 bool isComment = Definition::Type::kBracket == testIter->fType in findComments() local