Uses of Interface
net.sourceforge.pmd.document.RegionByLine
-
Packages that use RegionByLine Package Description net.sourceforge.pmd.document -
-
Uses of RegionByLine in net.sourceforge.pmd.document
Classes in net.sourceforge.pmd.document that implement RegionByLine Modifier and Type Class Description class
RegionByLineImp
Immutable implementation of theRegionByLine
interface.Methods in net.sourceforge.pmd.document that return RegionByLine Modifier and Type Method Description RegionByLine
DocumentOperation. getRegionByLine()
Methods in net.sourceforge.pmd.document with parameters of type RegionByLine Modifier and Type Method Description void
Document. delete(RegionByLine regionByOffset)
Delete a region in the document, removing all text which contains it.void
DocumentFile. delete(RegionByLine regionByOffset)
void
Document. replace(RegionByLine regionByOffset, String textToReplace)
Replace a specific region in the document which contains text by another text, which not necessarily is the same length as the region's one.void
DocumentFile. replace(RegionByLine regionByLine, String textToReplace)
-