Interface Escaping.Replacer
-
- Enclosing class:
- Escaping
static interface Escaping.Replacer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
replace(@NotNull BasedSequence s, int startIndex, int endIndex, @NotNull ReplacedTextMapper replacedTextMapper)
void
replace(@NotNull java.lang.String s, @NotNull java.lang.StringBuilder sb)
-
-
-
Method Detail
-
replace
void replace(@NotNull @NotNull java.lang.String s, @NotNull @NotNull java.lang.StringBuilder sb)
-
replace
void replace(@NotNull @NotNull BasedSequence s, int startIndex, int endIndex, @NotNull @NotNull ReplacedTextMapper replacedTextMapper)
-
-