blob: 8c4c12382625c1b656d9d3ccb0ff31f840eaa5de [file] [log] [blame]
/*
*(c) Copyright QNX Software Systems Ltd. 2002.
* All Rights Reserved.
*
*/
package org.eclipse.cdt.debug.core.cdi.model;
/**
* An expression is a snippet of code that can be evaluated to
* produce a value.
*
* @since Jul 9, 2002
*/
public interface ICDIExpression extends ICDIVariable {
}