Package net.sourceforge.pmd.document
-
Interface Summary Interface Description Document Represents a file which contains programming code that will be fixed.RegionByLine Represents a region in aDocument
with the tuple (beginLine, endLine, beginColumn, endColumn).RegionByOffset Represents a region in aDocument
with the tuple (offset, length). -
Class Summary 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 byDocumentOperationsApplierForNonOverlappingRegions
.DocumentOperationsApplierForNonOverlappingRegions InsertDocumentOperation Represents an insert operation in aDocument
.RegionByLineImp Immutable implementation of theRegionByLine
interface.RegionByOffsetImp Immutable implementation of theRegionByOffset
interface.ReplaceDocumentOperation