blob: b4c261160406ac6de71111e184d89d6e6f7e02a0 [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 ICDIShortValue extends ICDIIntegralValue {
}