| Package | Description |
|---|---|
| org.languagetool.rules | |
| org.languagetool.rules.patterns |
| Modifier and Type | Method and Description |
|---|---|
RuleMatch.Type |
RuleMatch.getType() |
static RuleMatch.Type |
RuleMatch.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleMatch.Type[] |
RuleMatch.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleMatch.setType(RuleMatch.Type type) |
| Modifier and Type | Field and Description |
|---|---|
protected RuleMatch.Type |
AbstractPatternRule.type |
| Modifier and Type | Method and Description |
|---|---|
RuleMatch.Type |
AbstractPatternRule.getType()
Determines the match type, based on the type variable if set (to allow overriding) or
Rule.getLocQualityIssueType() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPatternRule.setType(RuleMatch.Type type)
Allows overriding the match type, otherwise determined by
Rule.getLocQualityIssueType() |