class MyersDiff.MiddleEdit
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) class |
MyersDiff.MiddleEdit.BackwardEditPaths |
(package private) class |
MyersDiff.MiddleEdit.EditPaths |
(package private) class |
MyersDiff.MiddleEdit.ForwardEditPaths |
Modifier and Type | Field and Description |
---|---|
(package private) MyersDiff.MiddleEdit.EditPaths |
backward |
protected int |
beginA |
protected int |
beginB |
protected Edit |
edit |
protected int |
endA |
protected int |
endB |
(package private) MyersDiff.MiddleEdit.EditPaths |
forward |
Constructor and Description |
---|
MiddleEdit() |
Modifier and Type | Method and Description |
---|---|
(package private) Edit |
calculate(int beginA,
int endA,
int beginB,
int endB) |
(package private) void |
initialize(int beginA,
int endA,
int beginB,
int endB) |
MyersDiff.MiddleEdit.EditPaths forward
MyersDiff.MiddleEdit.EditPaths backward
protected int beginA
protected int endA
protected int beginB
protected int endB
protected Edit edit
void initialize(int beginA, int endA, int beginB, int endB)
Edit calculate(int beginA, int endA, int beginB, int endB)