|
Eclipse CDT Pre-release 3.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(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(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
-
CDIException
boolean equals(ICDIRegister reg)
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |