Package | Description |
---|---|
org.languagetool | |
org.languagetool.rules |
Modifier and Type | Method and Description |
---|---|
static Tag |
Tag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tag[] |
Tag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Tag> |
Rule.getTags() |
Modifier and Type | Method and Description |
---|---|
boolean |
Rule.hasTag(Tag tag) |
Modifier and Type | Method and Description |
---|---|
void |
Rule.setTags(List<Tag> tags) |
Constructor and Description |
---|
FakeRule(String id,
Tag tag) |
Constructor and Description |
---|
SpecificIdRule(String id,
String desc,
boolean isPremium,
Category category,
ITSIssueType issueType,
List<Tag> tags) |