Uses of Enum Class
org.languagetool.rules.RuleMatch.Type
Packages that use RuleMatch.Type
-
Uses of RuleMatch.Type in org.languagetool.rules
Fields in org.languagetool.rules declared as RuleMatch.TypeMethods in org.languagetool.rules that return RuleMatch.TypeModifier and TypeMethodDescriptionRuleMatch.getType()static RuleMatch.TypeReturns the enum constant of this class with the specified name.static RuleMatch.Type[]RuleMatch.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.languagetool.rules with parameters of type RuleMatch.Type -
Uses of RuleMatch.Type in org.languagetool.rules.patterns
Fields in org.languagetool.rules.patterns declared as RuleMatch.TypeMethods in org.languagetool.rules.patterns that return RuleMatch.TypeModifier and TypeMethodDescriptionAbstractPatternRule.getType()Determines the match type, based on the type variable if set (to allow overriding) orRule.getLocQualityIssueType()Methods in org.languagetool.rules.patterns with parameters of type RuleMatch.TypeModifier and TypeMethodDescriptionvoidAbstractPatternRule.setType(RuleMatch.Type type) Allows overriding the match type, otherwise determined byRule.getLocQualityIssueType()