blob: e590f123c6ec417d2348a7a4ea3fe257aba2b38a [file] [log] [blame]
/*
*(c) Copyright QNX Software Systems Ltd. 2002.
* All Rights Reserved.
*
*/
package org.eclipse.cdt.debug.core.cdi.model.type;
/**
*
* Represents the value of a variable.
*
* @since April 15, 2003
*/
public interface ICDIFloatValue extends ICDIFloatingPointValue {
}