|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICDIRegister
A register is a special kind of variable that is contained in a register group. Each register has a name and a value.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIVariableDescriptor |
|---|
equals, getName, getQualifiedName, getType, getTypeName, getVariableDescriptorAsArray, getVariableDescriptorAsType, sizeof |
| Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject |
|---|
getTarget |
| Method Detail |
|---|
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 value
CDIException - if this method fails. Reasons include:
void setValue(ICDIValue value)
throws CDIException
value - - a new value
CDIException - if this method fails. Reasons include:
void dispose()
throws CDIException
var -
CDIExceptionboolean equals(ICDIRegister reg)
|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||