Package org.languagetool.markup
Class MappingValue
- java.lang.Object
-
- org.languagetool.markup.MappingValue
-
class MappingValue extends java.lang.ObjectA fake markup data object giving information on the impact of the fake markup. UseAnnotatedTextBuilderto create objects of this type.- Since:
- 4.8
-
-
Field Summary
Fields Modifier and Type Field Description private intfakeMarkupLengthprivate inttotalPosition
-
Constructor Summary
Constructors Constructor Description MappingValue(int totalPosition)MappingValue(int totalPosition, int fakeMarkupLength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) intgetFakeMarkupLength()(package private) intgetTotalPosition()
-