public interface Mistake
| Modifier and Type | Method and Description |
|---|---|
String |
getContext() |
int |
getEnd() |
String |
getFullMessage() |
String |
getLongMessage() |
String |
getRuleIdentifier() |
int |
getRulePriority() |
String |
getShortMessage() |
int |
getStart() |
String[] |
getSuggestions() |
void |
setSuggestions(String[] newSuggestions) |
String getRuleIdentifier()
String getLongMessage()
String getShortMessage()
String getContext()
String[] getSuggestions()
int getStart()
int getEnd()
int getRulePriority()
String getFullMessage()
void setSuggestions(String[] newSuggestions)
Copyright © 2012–2017 CoGrOO. All rights reserved.