Class representing a 'diff' between two sequences of strings. @todo document @private @subpackage DifferenceEngine
Expanded class hierarchy of Diff
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Diff:: |
property | |||
Diff:: |
function | Get the closing set of lines. | 1 | |
Diff:: |
function | Constructor. Computes diff between sequences of strings. | ||
Diff:: |
function | Check for empty diff. | ||
Diff:: |
function | Compute the length of the Longest Common Subsequence (LCS). | ||
Diff:: |
function | Get the original set of lines. | 1 | |
Diff:: |
function | Compute reversed Diff. | ||
Diff:: |
function | Check a Diff for validity. |