Uses of Enum
org.languagetool.rules.patterns.Match.CaseConversion
Packages that use Match.CaseConversion
-
Uses of Match.CaseConversion in org.languagetool.rules.patterns
Fields in org.languagetool.rules.patterns declared as Match.CaseConversionMethods in org.languagetool.rules.patterns that return Match.CaseConversionModifier and TypeMethodDescriptionMatch.getCaseConversionType()static Match.CaseConversionReturns the enum constant of this type with the specified name.static Match.CaseConversion[]Match.CaseConversion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.languagetool.rules.patterns with parameters of type Match.CaseConversionModifier and TypeMethodDescriptionstatic StringCaseConversionHelper.convertCase(Match.CaseConversion conversion, String s, String sample, Language lang) Converts case of the string token according to match element attributes.Constructors in org.languagetool.rules.patterns with parameters of type Match.CaseConversionModifierConstructorDescriptionMatch(String posTag, String posTagReplace, boolean postagRegexp, String regexMatch, String regexReplace, Match.CaseConversion caseConversionType, boolean setPOS, boolean suppressMisspelled, Match.IncludeRange includeSkipped)