Package processing.mode.java.preproc
Interface TextTransform.OffsetMapper
- Enclosing class:
- TextTransform
public static interface TextTransform.OffsetMapper
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintgetInputOffset(int outputOffset) intgetOutputOffset(int inputOffset)
-
Field Details
-
EMPTY_MAPPER
-
-
Method Details
-
getInputOffset
int getInputOffset(int outputOffset) -
getOutputOffset
int getOutputOffset(int inputOffset) -
thenMapping
-