public interface ErrorReport
| Modifier and Type | Method and Description |
|---|---|
int |
getCharPositionInLine() |
int |
getLength() |
int |
getLine() |
int |
getLinearisedPosition(String text)
Linearises the input text and returns the position of this error report
in a monodimensional space.
|
String |
getMessage() |
String getMessage()
int getCharPositionInLine()
int getLength()
int getLine()
int getLinearisedPosition(String text)
text - textCopyright © 2015 The University of Manchester. All Rights Reserved.