|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
---|---|
boolean |
equals(ICDIVariableDescriptor varDesc)
Returns true if the variable Object are the same, For example event if the name is the same because of casting this may return false; |
String |
getName()
Returns the name of this variable. |
String |
getQualifiedName()
Returns the qualified name of this variable. |
ICDIType |
getType()
Returns the type of this variable descriptor. |
String |
getTypeName()
Returns the type name of this variable descriptor. |
ICDIVariableDescriptor |
getVariableDescriptorAsArray(int start,
int length)
Consider the variable object as an Array of type and range[start, start + length - 1] |
ICDIVariableDescriptor |
getVariableDescriptorAsType(String type)
Consider the variable descritor as type. |
int |
sizeof()
Returns the size of this variable descriptor. |
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject |
---|
getTarget |
Method Detail |
public String getName()
public ICDIType getType() throws CDIException
CDIException
- if this method fails. Reasons include:public String getTypeName() throws CDIException
CDIException
- if this method fails. Reasons include:public int sizeof() throws CDIException
CDIException
- if this method fails. Reasons include:public String getQualifiedName() throws CDIException
CDIException
- if this method fails. Reasons include:public ICDIVariableDescriptor getVariableDescriptorAsArray(int start, int length) throws CDIException
CDIException
public ICDIVariableDescriptor getVariableDescriptorAsType(String type) throws CDIException
CDIException
public boolean equals(ICDIVariableDescriptor varDesc)
|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |