blob: 6d1b417b3a491fa67448afb3bd2e0fed1cd8fffc [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 ICDIDerivedType extends ICDIType {
ICDIType getComponentType();
}