|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICDIVariableDescriptor | |
---|---|
org.eclipse.cdt.debug.core.cdi.model |
Uses of ICDIVariableDescriptor in org.eclipse.cdt.debug.core.cdi.model |
---|
Subinterfaces of ICDIVariableDescriptor in org.eclipse.cdt.debug.core.cdi.model | |
---|---|
interface |
ICDIArgument
Represents an argument in the stack frame. |
interface |
ICDIArgumentDescriptor
|
interface |
ICDIGlobalVariable
ICDIGlobalVariable |
interface |
ICDIGlobalVariableDescriptor
ICDIGlobalVariableDescriptor |
interface |
ICDILocalVariable
ICDILocalVariable |
interface |
ICDILocalVariableDescriptor
ICDILocalVariableDescriptor |
interface |
ICDIRegister
A register is a special kind of variable that is contained in a register group. |
interface |
ICDIRegisterDescriptor
Represents a break condition. |
interface |
ICDIThreadStorage
ICDIThreadStorage |
interface |
ICDIThreadStorageDescriptor
ICDIThreadStorageDescriptor |
interface |
ICDIVariable
Represents a data structure in the program. |
Methods in org.eclipse.cdt.debug.core.cdi.model that return ICDIVariableDescriptor | |
---|---|
ICDIVariableDescriptor |
ICDIVariableDescriptor.getVariableDescriptorAsArray(int start,
int length)
Consider the variable object as an Array of type and range[start, start + length - 1] |
ICDIVariableDescriptor |
ICDIVariableDescriptor.getVariableDescriptorAsType(String type)
Consider the variable descritor as type. |
Methods in org.eclipse.cdt.debug.core.cdi.model with parameters of type ICDIVariableDescriptor | |
---|---|
boolean |
ICDIVariableDescriptor.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; |
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |