com.google.debugging.sourcemap
Class FilePosition
java.lang.Object
com.google.debugging.sourcemap.FilePosition
public class FilePosition
- extends Object
Represents a position in a source file.
Method Summary |
int |
getColumn()
Returns the character index on the line
of this position. |
int |
getLine()
Returns the line number of this postion. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilePosition
public FilePosition(int line,
int column)
getLine
public int getLine()
- Returns the line number of this postion.
getColumn
public int getColumn()
- Returns the character index on the line
of this position.