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