Uses of Class
org.languagetool.rules.patterns.Match.CaseConversion
-
Packages that use Match.CaseConversion Package Description org.languagetool.rules.patterns -
-
Uses of Match.CaseConversion in org.languagetool.rules.patterns
Fields in org.languagetool.rules.patterns declared as Match.CaseConversion Modifier and Type Field Description private Match.CaseConversion
Match. caseConversionType
Methods in org.languagetool.rules.patterns that return Match.CaseConversion Modifier and Type Method Description Match.CaseConversion
Match. getCaseConversionType()
static Match.CaseConversion
Match.CaseConversion. valueOf(java.lang.String name)
Returns 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.CaseConversion Modifier and Type Method Description static java.lang.String
CaseConversionHelper. convertCase(Match.CaseConversion conversion, java.lang.String s, java.lang.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.CaseConversion Constructor Description Match(java.lang.String posTag, java.lang.String posTagReplace, boolean postagRegexp, java.lang.String regexMatch, java.lang.String regexReplace, Match.CaseConversion caseConversionType, boolean setPOS, boolean suppressMisspelled, Match.IncludeRange includeSkipped)
-