SourcePositionpublic interface SourcePosition Represents a position in a source file. |
Methods Summary |
---|
public int | column()Returns the column number of this position. Columns are numbered
starting with 1.
| public java.io.File | file()Returns the source file containing this position.
| public int | line()Returns the line number of this position. Lines are numbered
starting with 1.
|
|