96979899100101102103104105106
startLine = -1; lines = -1; } Match match = new Match(element, Match.UNIT_LINE, startLine, lines); result.addMatch(match); } return true; } }; element.accept(visitor, monitor);