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:
parent
4133a9ea82
commit
ace9aa5fd7
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ public interface IBinaryParser {
|
|||
int getEndLine();
|
||||
IPath getFilename();
|
||||
int getType();
|
||||
int getLineNumber(long offset);
|
||||
}
|
||||
|
||||
IBinaryFile getBinary(IPath path) throws IOException;
|
||||
|
|
Loading…
Add table
Reference in a new issue