Class: EditScriptGenerator

EditScriptGenerator()

A generator that produces edit scripts conforming to (any) matching.

Constructor

new EditScriptGenerator()

Source:

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.
Source:
Returns:
A minimum conforming edit script.
Type
EditScript