Package | Description |
---|---|
com.github.difflib.algorithm.myers |
Modifier and Type | Field and Description |
---|---|
PathNode |
PathNode.prev
The previous node in the path.
|
Modifier and Type | Method and Description |
---|---|
PathNode |
PathNode.previousSnake()
Skips sequences of
PathNodes until a snake or bootstrap node is found, or the end of the
path is reached. |
Constructor and Description |
---|
PathNode(int i,
int j,
boolean snake,
boolean bootstrap,
PathNode prev)
Concatenates a new path node with an existing diffpath.
|
Copyright © 2009–2020 java-diff-utils. All rights reserved.