|
Eclipse Platform 2.1 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IValue | |
| org.eclipse.debug.core.model | Defines interfaces for debug model elements, source lookup, and launching. |
| org.eclipse.debug.ui | Provides a generic debugger user interface that clients may customize via standard workbench extension points. |
| Uses of IValue in org.eclipse.debug.core.model |
| Methods in org.eclipse.debug.core.model that return IValue | |
IValue |
IVariable.getValue()
Returns the value of this variable. |
IValue |
IExpression.getValue()
Returns the current value of this expression or null if this expression does not
currently have a value. |
| Methods in org.eclipse.debug.core.model with parameters of type IValue | |
void |
IValueModification.setValue(IValue value)
Sets the value of this variable to the given value. |
boolean |
IValueModification.verifyValue(IValue value)
Returns whether the given value can be used as a new value for this variable. |
| Uses of IValue in org.eclipse.debug.ui |
| Methods in org.eclipse.debug.ui with parameters of type IValue | |
void |
IValueDetailListener.detailComputed(IValue value,
String result)
Notifies this listener that the details for the given value have been computed as the specified result. |
void |
IDebugModelPresentation.computeDetail(IValue value,
IValueDetailListener listener)
Computes a detailed description of the given value, reporting the result to the specified listener. |
|
Eclipse Platform 2.1 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||