mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
remove evaluateExpressionToString()
This commit is contained in:
parent
d24ad69f5e
commit
f8f136a9c8
1 changed files with 0 additions and 12 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue