Package | Description |
---|---|
org.eclipse.cdt.debug.core.cdi.model |
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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(java.lang.String type)
Consider the variable descritor as type.
|
Modifier and Type | Method and Description |
---|---|
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;
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.