1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Provide a way to give the linenumber from the offset

of a symbol.
This commit is contained in:
Alain Magloire 2003-11-20 17:05:33 +00:00
parent 4133a9ea82
commit ace9aa5fd7

View file

@ -86,6 +86,7 @@ public interface IBinaryParser {
int getEndLine();
IPath getFilename();
int getType();
int getLineNumber(long offset);
}
IBinaryFile getBinary(IPath path) throws IOException;