Package | Description |
---|---|
cz.cuni.mff.corrector.edit |
Edit operations for transforming trees.
|
cz.cuni.mff.corrector.instruction |
Repairing instructions for encoding repairs.
|
Modifier and Type | Method and Description |
---|---|
Instruction.Type |
Edit.getOperationType()
Returns the type of the edit operation.
|
Modifier and Type | Method and Description |
---|---|
abstract Instruction.Type |
Instruction.getInstructionType()
Returns the type of the repairing instruction.
|
Instruction.Type |
InstructionAddLeaf.getInstructionType() |
Instruction.Type |
InstructionAddNode.getInstructionType() |
Instruction.Type |
InstructionRemoveLeaf.getInstructionType() |
Instruction.Type |
InstructionRemoveNode.getInstructionType() |
Instruction.Type |
InstructionRenameLabel.getInstructionType() |
static Instruction.Type |
Instruction.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Instruction.Type[] |
Instruction.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|