1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
This commit is contained in:
Alain Magloire 2003-05-29 20:53:57 +00:00
parent c857a4eaf2
commit 7a4da108d7

View file

@ -1,3 +1,11 @@
2003-05-29 Alain Magloire
* src/org/eclipse/cdt/debug/core/cdi/model/type/ICDIIntegralValue.java:
public long longValue() throws CDIException;
public int intValue() throws CDIException;
public short shortValue() throws CDIException;
public int byteValue() throws CDIException;
2003-05-29 Mikhail Khodjaiants 2003-05-29 Mikhail Khodjaiants
Added new methods to ICVariable to vizualize arrays and structures based Added new methods to ICVariable to vizualize arrays and structures based
on the new CDI types. on the new CDI types.