Uses of Package
net.sourceforge.pmd.document
-
Packages that use net.sourceforge.pmd.document Package Description net.sourceforge.pmd.document -
Classes in net.sourceforge.pmd.document used by net.sourceforge.pmd.document Class Description Document Represents a file which contains programming code that will be fixed.DocumentOperation Represents an operation in a document which will be managed byDocumentOperationsApplierForNonOverlappingRegions
.RegionByLine Represents a region in aDocument
with the tuple (beginLine, endLine, beginColumn, endColumn).RegionByOffset Represents a region in aDocument
with the tuple (offset, length).