mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
new method ISymbol.getSize()
This commit is contained in:
parent
51fc347c92
commit
522d6bc8b3
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ public interface IBinaryParser {
|
|||
|
||||
String getName();
|
||||
long getAddress();
|
||||
long getSize();
|
||||
int getStartLine();
|
||||
int getEndLine();
|
||||
IPath getFilename();
|
||||
|
|
Loading…
Add table
Reference in a new issue