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 |
---|---|
InstructionRemoveLeaf |
EditRemoveLeaf.getRemoveLeafInstruction()
Returns the typed reference to the associated instruction.
|
Constructor and Description |
---|
EditRemoveLeaf(InstructionRemoveLeaf repairingInstr,
Position basePosition)
Creates a new remove leaf edit operation object.
|
Constructor and Description |
---|
NodeRepairDeleteSubtree(InstructionRemoveLeaf nodeInstruction)
Creates a new instance of a delete subtree node repair.
|