mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-02 22:05:44 +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();
|
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.
|
* Evaluates the expression specified by the given string.
|
||||||
* Returns the evaluation result as a String.
|
* Returns the evaluation result as a String.
|
||||||
|
|
Loading…
Add table
Reference in a new issue