|
Eclipse CDT 7.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; |
java.lang.String |
getName()
Returns the name of this variable. |
java.lang.String |
getQualifiedName()
Returns the qualified name of this variable. |
ICDIType |
getType()
Returns the type of this variable descriptor. |
java.lang.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(java.lang.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 |
|---|
java.lang.String getName()
ICDIType getType()
throws CDIException
CDIException - if this method fails. Reasons include:
java.lang.String getTypeName()
throws CDIException
CDIException - if this method fails. Reasons include:
int sizeof()
throws CDIException
CDIException - if this method fails. Reasons include:
java.lang.String getQualifiedName()
throws CDIException
CDIException - if this method fails. Reasons include:
ICDIVariableDescriptor getVariableDescriptorAsArray(int start,
int length)
throws CDIException
stack - name -
CDIException
ICDIVariableDescriptor getVariableDescriptorAsType(java.lang.String type)
throws CDIException
stack - name -
CDIExceptionboolean equals(ICDIVariableDescriptor varDesc)
|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||