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