|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICDIExpression
An expression is a snippet of code that can be evaluated to produce a value.
Method Summary | |
---|---|
void |
dispose()
Remove the expression from the manager list. |
boolean |
equals(ICDIExpression expr)
Returns true if the variable Object are the same, For example event if the name is the same because of casting this may return false; |
String |
getExpressionText()
Returns the expression snippet of code. |
ICDIValue |
getValue(ICDIStackFrame context)
Returns the value of this expression. |
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject |
---|
getTarget |
Method Detail |
---|
String getExpressionText()
boolean equals(ICDIExpression expr)
ICDIValue getValue(ICDIStackFrame context) throws CDIException
ICDIStackFrame
- frame context
CDIException
- if this method fails. Reasons include:void dispose() throws CDIException
var
-
CDIException
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |