Modifier and Type | Method and Description |
---|---|
void |
setValue(IValue value)
Sets the value of this variable to the given value.
|
void |
setValue(String expression)
Attempts to set the value of this variable to the
value of the given expression.
|
boolean |
supportsValueModification()
Returns whether this variable supports value modification.
|
boolean |
verifyValue(IValue value)
Returns whether the given value can be used as
a new value for this variable.
|
boolean |
verifyValue(String expression)
Returns whether the given expression is valid to be used in
setting a new value for this variable.
|
void setValue(String expression) throws DebugException
expression
- an expression to generate a new valueDebugException
- on failure. Reasons include:void setValue(IValue value) throws DebugException
value
- a new valueDebugException
- on failure. Reasons include:boolean supportsValueModification()
boolean verifyValue(String expression) throws DebugException
expression
- an expression to generate a new valueDebugException
- on failure. Reasons include:boolean verifyValue(IValue value) throws DebugException
value
- a new valueDebugException
- on failure. Reasons include:
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.