|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public String getExpressionText()
public boolean equals(ICDIExpression expr)
public ICDIValue getValue(ICDIStackFrame context) throws CDIException
CDIException
- if this method fails. Reasons include:public void dispose() throws CDIException
CDIException
|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |