Package com.github.javaparser
Class UnicodeEscapeProcessingProvider.PositionMapping
java.lang.Object
com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping
- Enclosing class:
- UnicodeEscapeProcessingProvider
An algorithm mapping
Position
form two corresponding files.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionboolean
isEmpty()
Whether this is the identity transformation.Looks up theUnicodeEscapeProcessingProvider.PositionMapping.PositionUpdate
for the given Position.Transforms the givenPosition
.Transforms the givenRange
.
-
Constructor Details
-
PositionMapping
public PositionMapping()
-
-
Method Details
-
isEmpty
public boolean isEmpty()Whether this is the identity transformation. -
lookup
Looks up theUnicodeEscapeProcessingProvider.PositionMapping.PositionUpdate
for the given Position. -
transform
Transforms the givenPosition
. -
transform
Transforms the givenRange
.
-