public interface SourcePosition
Modifier and Type | Method and Description |
---|---|
int |
column()
Returns the column number of this position.
|
File |
file()
Returns the source file containing this position.
|
int |
line()
Returns the line number of this position.
|
File file()
int line()
int column()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.