public interface ICDIRegister extends ICDIRegisterDescriptor
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Remove the variable from the manager list.
|
boolean |
equals(ICDIRegister reg) |
ICDIValue |
getValue(ICDIStackFrame context)
Returns the value of this variable.
|
boolean |
isEditable()
Returns true if the value of this variable could be changed.
|
void |
setValue(ICDIValue value)
Sets the value of this variable to the given value.
|
void |
setValue(java.lang.String expression)
Attempts to set the value of this variable to the value of
the given expression.
|
equals, getName, getQualifiedName, getType, getTypeName, getVariableDescriptorAsArray, getVariableDescriptorAsType, sizeof
getTarget
boolean isEditable() throws CDIException
CDIException
- if this method fails. Reasons include:ICDIValue getValue(ICDIStackFrame context) throws CDIException
context
- CDIException
- if this method fails. Reasons include:void setValue(java.lang.String expression) throws CDIException
expression
- - an expression to generate a new valueCDIException
- if this method fails. Reasons include:void setValue(ICDIValue value) throws CDIException
value
- - a new valueCDIException
- if this method fails. Reasons include:void dispose() throws CDIException
var
- CDIException
boolean equals(ICDIRegister reg)
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.