Uses of Class
com.google.re2j.MatcherInput
-
Uses of MatcherInput in com.google.re2j
Subclasses of MatcherInput in com.google.re2jModifier and TypeClassDescription(package private) static class(package private) static classFields in com.google.re2j declared as MatcherInputMethods in com.google.re2j that return MatcherInputModifier and TypeMethodDescription(package private) static MatcherInputMatcherInput.utf16(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 MatcherInputReturn the MatcherInput for UTF_8 encoding.Methods in com.google.re2j with parameters of type MatcherInputModifier and TypeMethodDescription(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