blob: 6a0e763accc6ec2f2f39c2c80bc1ad91865f3ef1 [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 ICDIIntegralType extends ICDIType{
boolean isUnsigned();
}