|
Eclipse CDT 7.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. |
java.lang.String |
getTypeName()
Returns a description of the type of data this value contains. |
java.lang.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 |
|---|
java.lang.String getTypeName()
throws CDIException
CDIException - if this method fails. Reasons include:
ICDIType getType()
throws CDIException
CDIException
java.lang.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 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||