Uses of Class
com.google.re2j.MatcherInput
-
-
Uses of MatcherInput in com.google.re2j
Subclasses of MatcherInput in com.google.re2j Modifier and Type Class Description (package private) static classMatcherInput.Utf16MatcherInput(package private) static classMatcherInput.Utf8MatcherInputFields in com.google.re2j declared as MatcherInput Modifier and Type Field Description private MatcherInputMatcher. matcherInputMethods in com.google.re2j that return MatcherInput Modifier and Type Method Description (package private) static MatcherInputMatcherInput. utf16(java.lang.CharSequence charSequence)Return the MatcherInput for UTF_16 encoding.(package private) static MatcherInputMatcherInput. utf8(byte[] bytes)Return the MatcherInput for UTF_8 encoding.(package private) static MatcherInputMatcherInput. utf8(java.lang.String input)Return the MatcherInput for UTF_8 encoding.Methods in com.google.re2j with parameters of type MatcherInput Modifier and Type Method Description (package private) booleanRE2. match(MatcherInput input, int start, int end, int anchor, int[] group, int ngroup)Matches the regular expression against input starting at position start and ending at position end, with the given anchoring.(package private) MatcherPattern. matcher(MatcherInput input)private MatcherMatcher. reset(MatcherInput input)Constructors in com.google.re2j with parameters of type MatcherInput Constructor Description Matcher(Pattern pattern, MatcherInput input)
-