blob: 365864d57262cf25551fbc431127811990c9e989 [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 ICDIDoubleValue extends ICDIFloatingPointValue {
}