1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00

Revert to ICDIExpressionManager instead of ICDIVariableManager.

This commit is contained in:
Alain Magloire 2002-08-20 04:14:29 +00:00
parent 1e4c69fd2c
commit 485e389263

View file

@ -14,8 +14,7 @@ import org.eclipse.cdt.debug.core.cdi.model.ICDIExpression;
*
* @since Jul 9, 2002
*/
public interface ICDIVariableManager extends ICDISessionObject
{
public interface ICDIExpressionManager extends ICDISessionObject {
/**
* Removes the given array of expressions from the expression
@ -41,7 +40,7 @@ public interface ICDIVariableManager extends ICDISessionObject
* @return ICDIExpression an expression specified by the given identifier
* @throws CDIException on failure. Reasons include:
*/
ICDIExpression createExpression( String expressionId ) throws CDIException;
ICDIExpression createExpression(String name) throws CDIException;
/**
* Returns a collection of all registered expressions, possibly empty.