Class FragmentedDocBuilder
java.lang.Object
net.sourceforge.pmd.lang.document.FragmentedDocBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()voidrecordDelta(int startInInput, int endInInput, Chars translation) Add a new fragment.toLocation(int indexInInput)
-
Constructor Details
-
FragmentedDocBuilder
-
-
Method Details
-
toLocation
-
recordDelta
Add a new fragment.- Parameters:
startInInput- Start (inclusive) of the overwritten text in the sourceendInInput- End (exclusive) ...translation- Characters with which the range startInInput..endInInput are overwritten. This may be empty.
-
build
-