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