mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
setFormat() new method.
This commit is contained in:
parent
1055f5efaf
commit
90549f9f0c
1 changed files with 9 additions and 0 deletions
|
@ -62,4 +62,13 @@ public interface ICDIVariable extends ICDIObject {
|
||||||
* @throws CDIException if this method fails. Reasons include:
|
* @throws CDIException if this method fails. Reasons include:
|
||||||
*/
|
*/
|
||||||
void setValue(ICDIValue value) throws CDIException;
|
void setValue(ICDIValue value) throws CDIException;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the format of the variable.
|
||||||
|
*
|
||||||
|
* @param format - @see ICDIFormat
|
||||||
|
* @throws CDIException if this method fails.
|
||||||
|
*/
|
||||||
|
void setFormat(int format) throws CDIException;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue