| Interface | Description |
|---|---|
| Document |
Represents a file which contains programming code that will be fixed.
|
| RegionByLine |
Represents a region in a
Document with the tuple (beginLine, endLine, beginColumn, endColumn). |
| RegionByOffset |
Represents a region in a
Document with the tuple (offset, length). |
| Class | Description |
|---|---|
| DeleteDocumentOperation | |
| DocumentFile |
Implementation that handles a Document as a file in the filesystem and receives operations in a sorted manner
(i.e.
|
| DocumentOperation |
Represents an operation in a document which will be managed by
DocumentOperationsApplierForNonOverlappingRegions. |
| DocumentOperationsApplierForNonOverlappingRegions | |
| InsertDocumentOperation |
Represents an insert operation in a
Document. |
| RegionByLineImp |
Immutable implementation of the
RegionByLine interface. |
| RegionByOffsetImp |
Immutable implementation of the
RegionByOffset interface. |
| ReplaceDocumentOperation |
Copyright © 2002–2018 PMD. All rights reserved.