public class GrammarError extends Object
getStartPos()
and consisting of
getErrorLen()
characters.Constructor and Description |
---|
GrammarError(int errorCode,
int startPos,
int errorLen,
List<String> suggestions,
String shortDescription) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode()
Error code describing the type of error.
|
int |
getErrorLen() |
String |
getShortDescription() |
int |
getStartPos() |
List<String> |
getSuggestions() |
String |
toString() |
public int getErrorCode()
public int getStartPos()
public int getErrorLen()
public List<String> getSuggestions()
public String getShortDescription()
Copyright © 2016 Voikko developers. All rights reserved.