Searched refs:isWhiteSpaceOrComment (Results 1 – 3 of 3) sorted by relevance
159 if (originalElement.isWhiteSpaceOrComment()) { in applyLeftOverOriginalElements()178 if (kept.isWhiteSpaceOrComment() || kept.isIndent() || kept.isUnindent()) { in applyLeftOverDiffElements()387 } else if (originalElementIsToken && originalElement.isWhiteSpaceOrComment()) { in applyRemovedDiffElement()447 if (originalElement.isWhiteSpaceOrComment()) { in applyKeptDiffElement()466 } else if (kept.isWhiteSpaceOrComment()) { in applyKeptDiffElement()468 } else if (originalTextToken.isWhiteSpaceOrComment()) { in applyKeptDiffElement()
57 public final boolean isWhiteSpaceOrComment() { in isWhiteSpaceOrComment() method in TextElement
82 public boolean isWhiteSpaceOrComment() { in isWhiteSpaceOrComment() method in Kept