1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00

remove evaluateExpressionToString()

This commit is contained in:
Alain Magloire 2004-10-22 19:31:07 +00:00
parent d24ad69f5e
commit f8f136a9c8

View file

@ -35,18 +35,6 @@ public interface ICDITarget extends ICDIThreadGroup, ICDISessionObject {
*/
Process getProcess();
/**
* Evaluates the expression specified by the given string.
* Returns the evaluation result as a String.
*
* @deprecated
* @param - expression string to be evaluated
* @return the result of the evaluation
* @throws CDIException if this method fails. Reasons include:
*/
String evaluateExpressionToString(String expressionText)
throws CDIException;
/**
* Evaluates the expression specified by the given string.
* Returns the evaluation result as a String.