Methods
generateEditScript(oldTree, newTree, matching) → {EditScript}
Generate an edit script from the provided matching.
Parameters:
Name | Type | Description |
---|---|---|
oldTree |
Node | The root of the old (original) tree. WARNING: It will be modified in the process. |
newTree |
Node | The root of the new (changed) tree. |
matching |
Matching | A matching between the nodes of the trees. |
Returns:
A minimum conforming edit script.
- Type
- EditScript