7374757677787980818283
if (startPos >= 0) { addFinalElement(); } else if (initialElement == null) { initialElement = new LineElement(ElementType.SEPARATOR, ""); return false; } return !inComments && !isBlankLine(); }
210211212213214215216217218219220
} else { type = ElementType.SEPARATOR; } LineElement newElement = new LineElement(type, text); if (initialElement == null) { initialElement = newElement; } else {