Uses of Enum
org.languagetool.rules.patterns.Match.IncludeRange
Packages that use Match.IncludeRange
-
Uses of Match.IncludeRange in org.languagetool.rules.patterns
Fields in org.languagetool.rules.patterns declared as Match.IncludeRangeMethods in org.languagetool.rules.patterns that return Match.IncludeRangeModifier and TypeMethodDescriptionMatch.getIncludeSkipped()static Match.IncludeRangeReturns 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.IncludeRangeModifierConstructorDescriptionMatch(String posTag, String posTagReplace, boolean postagRegexp, String regexMatch, String regexReplace, Match.CaseConversion caseConversionType, boolean setPOS, boolean suppressMisspelled, Match.IncludeRange includeSkipped)