public interface IPDIRegister extends IPDIVariable, IPDIRegisterDescriptor
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Remove the variable from the manager list
|
boolean |
equals(IPDIVariable variable)
Determines whether both variables are the same
|
IAIF |
getAIF(IPDIStackFrame context)
Returns AIF value of this variable
|
boolean |
isEditable()
Returns whether the value of this variable could be changed
|
void |
setValue(java.lang.String expression)
Sets value of this variable by given expression
|
getChild, getChildren, getChildren, getChildrenNumber, resetValueequalDescriptors, getAIF, getCastingArrayEnd, getCastingArrayStart, getCastingTypes, getFullName, getId, getName, getPosition, getQualifiedName, getStackDepth, getStackFrame, getThread, getTypeName, getVariableDescriptorAsArray, getVariableDescriptorAsType, setAIF, setCastingArrayEnd, setCastingArrayStart, sizeofgetSessionboolean isEditable()
throws PDIException
isEditable in interface IPDIVariablePDIException - on failureIAIF getAIF(IPDIStackFrame context) throws PDIException
context - StackFramePDIException - on failurevoid setValue(java.lang.String expression)
throws PDIException
setValue in interface IPDIVariableexpression - an expression to generate a new AIF valuePDIException - on failurevoid dispose()
throws PDIException
dispose in interface IPDIVariablePDIException - on failureboolean equals(IPDIVariable variable)
equals in interface IPDIVariablevariable - IPDIVariable for comparingCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.