Uses of Class
org.languagetool.rules.patterns.Match.IncludeRange
-
Packages that use Match.IncludeRange Package Description org.languagetool.rules.patterns -
-
Uses of Match.IncludeRange in org.languagetool.rules.patterns
Fields in org.languagetool.rules.patterns declared as Match.IncludeRange Modifier and Type Field Description private Match.IncludeRangeMatch. includeSkippedMethods in org.languagetool.rules.patterns that return Match.IncludeRange Modifier and Type Method Description Match.IncludeRangeMatch. getIncludeSkipped()static Match.IncludeRangeMatch.IncludeRange. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Match.IncludeRange[]Match.IncludeRange. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.languagetool.rules.patterns with parameters of type Match.IncludeRange 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)
-