Searched defs:endLine (Results 1 – 4 of 4) sorted by relevance
47 public int endLine; field in Location
63 private void update(int startLine, int endLine, int newLineCount) { in update()
251 String endLine = lines.get(end.line); in replace() local
452 void updateBlocks(int startLine, int endLine, int newLineCount) { in updateBlocks()