public class Location
extends java.lang.Object
Constructor | Description |
---|---|
Location(int line,
int column) |
Creates a new Location with the given line and column numbers.
|
Modifier and Type | Method | Description |
---|---|---|
int |
getColumnNumber() |
Returns the column number
|
int |
getLineNumber() |
Returns the line number
|