class DeltaText
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
annotate |
private java.util.Stack<DeltaTextLine> |
deltaStack |
private Node |
prev |
private Node |
root |
Constructor and Description |
---|
DeltaText(Node root,
Node prev,
boolean annotate)
Create a new DeltaTextText set wich may later be applied to some revision.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
addDeltaText(DeltaTextLine delta)
Adds a delta to this revision.
|
(package private) void |
patch(java.util.List<Line> lines) |
private java.util.Stack<DeltaTextLine> deltaStack
private Node root
private Node prev
private boolean annotate
void addDeltaText(DeltaTextLine delta)
delta
- the Delta to add.void patch(java.util.List<Line> lines)
Copyright 2002 the Apache Software Foundation
Copyright ? 1999-2001 Juancarlo A?ez, Caracas, Venezuela.
All rights reserved
. http://www.suigeneris.org/jrcs