public interface Location
| Modifier and Type | Method and Description |
|---|---|
String |
format(String message)
Formats the given message by prefixing with the location information.
|
int |
getColumnNumber()
Return the column number in the document, or -1 if not available.
|
int |
getLineNumber()
Return the line number in the document, or -1 if not available.
|
String |
getPath()
Returns the path of the document, or null if not available.
|
String getPath()
int getLineNumber()
int getColumnNumber()
Copyright © 2018. All rights reserved.