java.lang.Object
org.bzdev.util.JSUtilities.LocationPair
- Enclosing class:
- JSUtilities
Class to represent a line-number, column-number pair.
-
Method Summary
Modifier and TypeMethodDescriptionint
Get the column number.long
Get the line number.
-
Method Details
-
getLineNumber
public long getLineNumber()Get the line number.- Returns:
- the line number
-
getColumn
public int getColumn()Get the column number.- Returns:
- the column number
-