blob: 32885f68b22b28cd3c70d10530b65a284b94ea98 [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 ICDIFunctionValue extends ICDIDerivedValue {
}