Uses of Interface
net.sourceforge.pmd.document.Document
-
Packages that use Document Package Description net.sourceforge.pmd.document -
-
Uses of Document in net.sourceforge.pmd.document
Classes in net.sourceforge.pmd.document that implement Document Modifier and Type Class Description class
DocumentFile
Implementation that handles a Document as a file in the filesystem and receives operations in a sorted manner (i.e.Methods in net.sourceforge.pmd.document with parameters of type Document Modifier and Type Method Description void
DeleteDocumentOperation. apply(Document document)
abstract void
DocumentOperation. apply(Document document)
Apply this operation to the specified documentvoid
InsertDocumentOperation. apply(Document document)
void
ReplaceDocumentOperation. apply(Document document)
Constructors in net.sourceforge.pmd.document with parameters of type Document Constructor Description DocumentOperationsApplierForNonOverlappingRegions(Document document)
-