|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICDIValue
Represents the value of a variable. A value representing a complex data structure contains variables.
Method Summary | |
---|---|
int |
getChildrenNumber()
Return the number of children. |
ICDIType |
getType()
Return the type of this value. |
String |
getTypeName()
Returns a description of the type of data this value contains. |
String |
getValueString()
Returns this value as a String . |
ICDIVariable[] |
getVariables()
Returns the variables in this value. |
boolean |
hasChildren()
|
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject |
---|
getTarget |
Method Detail |
---|
String getTypeName() throws CDIException
CDIException
- if this method fails. Reasons include:ICDIType getType() throws CDIException
CDIException
String getValueString() throws CDIException
String
.
CDIException
- if this method fails. Reasons include:int getChildrenNumber() throws CDIException
CDIException
boolean hasChildren() throws CDIException
CDIException
ICDIVariable[] getVariables() throws CDIException
CDIException
- if this method fails. Reasons include:
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |