|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICDIVariableDescriptor
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 |
---|
String getName()
ICDIType getType() throws CDIException
CDIException
- if this method fails. Reasons include:String getTypeName() throws CDIException
CDIException
- if this method fails. Reasons include:int sizeof() throws CDIException
CDIException
- if this method fails. Reasons include:String getQualifiedName() throws CDIException
CDIException
- if this method fails. Reasons include:ICDIVariableDescriptor getVariableDescriptorAsArray(int start, int length) throws CDIException
stack
- name
-
CDIException
ICDIVariableDescriptor getVariableDescriptorAsType(String type) throws CDIException
stack
- name
-
CDIException
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 |