jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
java
Target filter
java
Switch theme
Search in API
Skip to content
jmlparser-parent
jmlparser-core
/
com.github.javaparser
/
UnicodeEscapeProcessingProvider
/
PositionMapping
/
PositionUpdate
Position
Update
interface
PositionUpdate
(
source
)
Algorithm updating a
Position
from one file to a
Position
in a corresponding file.
Members
Properties
NONE
Link copied to clipboard
val
NONE
:
UnicodeEscapeProcessingProvider.PositionMapping.PositionUpdate
The identity position mapping.
Functions
transform
Link copied to clipboard
open
fun
transform
(
pos
:
Position
)
:
Position
The transformed position.
transform
Column
Link copied to clipboard
abstract
fun
transformColumn
(
column
:
Int
)
:
Int
Maps the given column to an original column.
transform
Line
Link copied to clipboard
abstract
fun
transformLine
(
line
:
Int
)
:
Int
Maps the given line to an original line.