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
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionbooleanisEmpty()Whether this is the identity transformation.Looks up theUnicodeEscapeProcessingProvider.PositionMapping.PositionUpdatefor 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.PositionUpdatefor the given Position. -
transform
Transforms the givenPosition. -
transform
Transforms the givenRange.
-