public final class SourceLocation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
UNSPECIFIED |
| Constructor and Description |
|---|
SourceLocation(java.lang.String filename,
int lineNumber,
int columnNumber) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnNumber() |
java.lang.String |
getFilename() |
int |
getLineNumber() |
java.lang.String |
toString() |
public static final int UNSPECIFIED