Uses of Class
org.apache.oro.text.regex.PatternMatcherInput
Packages that use PatternMatcherInput
-
Uses of PatternMatcherInput in org.apache.oro.text.regex
Methods in org.apache.oro.text.regex with parameters of type PatternMatcherInputModifier and TypeMethodDescriptionbooleanPatternMatcher.contains(PatternMatcherInput input, Pattern pattern) Determines if the contents of a PatternMatcherInput, starting from the current offset of the input contains a pattern.booleanPerl5Matcher.contains(PatternMatcherInput input, Pattern pattern) Determines if the contents of a PatternMatcherInput, starting from the current offset of the input contains a pattern.booleanPatternMatcher.matches(PatternMatcherInput input, Pattern pattern) Determines if the contents of a PatternMatcherInput instance exactly matches a given pattern.booleanPerl5Matcher.matches(PatternMatcherInput input, Pattern pattern) Determines if the contents of a PatternMatcherInput instance exactly matches a given pattern.booleanPatternMatcher.matchesPrefix(PatternMatcherInput input, Pattern pattern) Determines if a prefix of a PatternMatcherInput instance matches a given pattern.booleanPerl5Matcher.matchesPrefix(PatternMatcherInput input, Pattern pattern) Determines if a prefix of a PatternMatcherInput instance matches a given pattern.