Searched refs:atLine (Results 1 - 4 of 4) sorted by relevance

/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DDeltaDelTextLine.java7 private int atLine; field in class:DeltaDelTextLine
10 DeltaDelTextLine(int atLine, int noLines) argument
12 this.atLine = atLine-1; // Delete line offset is off by one
20 { lines.remove(atLine); }
28 Line l = (Line) lines.get(atLine);
33 lines.remove(atLine);
H A DDeltaAddTextLine.java7 private int atLine; field in class:DeltaAddTextLine
12 DeltaAddTextLine(int atLine, int noLines, Object[] rcsText, int rcsTextOffset) argument
14 this.atLine = atLine;
26 lines.add(atLine+i, new Line(root, rcsText[rcsTextOffset+i]));
35 { lines.add(atLine, null); }
H A DNode.java611 int atLine = s.nextInt();
617 dt.addDeltaText(new DeltaAddTextLine(atLine, noLines, text, i+1));
622 dt.addDeltaText(new DeltaDelTextLine(atLine, noLines));
/opengrok-jel/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...

Completed in 13 milliseconds