Package | Description |
---|---|
cz.cuni.mff.corrector.edit |
Edit operations for transforming trees.
|
cz.cuni.mff.corrector.repair |
Objects for encapsulating computed repairs.
|
Modifier and Type | Method and Description |
---|---|
InstructionAddLeaf |
EditAddLeaf.getAddLeafInstruction()
Returns the typed reference to the associated instruction.
|
Constructor and Description |
---|
EditAddLeaf(InstructionAddLeaf repairingInstr,
Position basePosition)
Creates a new add leaf edit operation object.
|
Constructor and Description |
---|
NodeRepairInsertSubtree(InstructionAddLeaf nodeInstruction)
Creates a new instance of an insert subtree node repair.
|