1
0
Fork 0
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:
Alain Magloire 2004-01-09 22:06:31 +00:00
parent 51fc347c92
commit 522d6bc8b3

View file

@ -82,6 +82,7 @@ public interface IBinaryParser {
String getName();
long getAddress();
long getSize();
int getStartLine();
int getEndLine();
IPath getFilename();