Uses of Class
org.languagetool.rules.patterns.StringMatcher
Packages that use StringMatcher
-
Uses of StringMatcher in org.languagetool.rules.de
Fields in org.languagetool.rules.de with type parameters of type StringMatcherMethods in org.languagetool.rules.de with parameters of type StringMatcherModifier and TypeMethodDescription(package private) static booleanCaseRule.compareLists(AnalyzedTokenReadings[] tokens, int startIndex, int endIndex, StringMatcher... patterns) -
Uses of StringMatcher in org.languagetool.rules.patterns
Fields in org.languagetool.rules.patterns declared as StringMatcherModifier and TypeFieldDescriptionprivate final StringMatcherPatternToken.PosToken.posPatternprivate StringMatcherPatternToken.textMatcherFields in org.languagetool.rules.patterns with type parameters of type StringMatcherModifier and TypeFieldDescriptionprivate final Map<org.apache.commons.lang3.tuple.Triple<String, Boolean, Boolean>, StringMatcher> XMLRuleHandler.internedMatchersMethods in org.languagetool.rules.patterns that return StringMatcherModifier and TypeMethodDescriptionstatic StringMatcherprivate StringMatcherXMLRuleHandler.internMatcher(String text, boolean regexp, boolean caseSensitive) static StringMatcherCreate a case-sensitive regexp matcher.private static StringMatcherStringMatcher.stringEquals(String pattern, boolean isRegExp, boolean caseSensitive) Methods in org.languagetool.rules.patterns with parameters of type StringMatcherModifier and TypeMethodDescription(package private) voidPatternToken.setTextMatcher(StringMatcher matcher) Constructors in org.languagetool.rules.patterns with parameters of type StringMatcherModifierConstructorDescription(package private)PatternToken(boolean inflected, StringMatcher textMatcher) (package private)PosToken(String posTag, boolean negation, StringMatcher matcher)