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 |
---|---|
InstructionRenameLabel |
EditRenameLabel.getRenameLabelInstruction()
Returns the typed reference to the associated instruction.
|
Constructor and Description |
---|
EditRenameLabel(InstructionRenameLabel repairingInstr,
Position basePosition)
Creates a new rename label edit operation object.
|
Constructor and Description |
---|
NodeRepairRenameSubtree(InstructionRenameLabel nodeInstruction)
Creates a new instance of a rename subtree node repair.
|