|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractCVariable | |
---|---|
org.eclipse.cdt.debug.internal.core.model |
Uses of AbstractCVariable in org.eclipse.cdt.debug.internal.core.model |
---|
Subclasses of AbstractCVariable in org.eclipse.cdt.debug.internal.core.model | |
---|---|
class |
CExpression
Represents an expression in the CDI model. |
class |
CGlobalVariable
Represents a global variable. |
class |
CLocalVariable
|
class |
CRegister
Represents a register in the CDI model. |
class |
CVariable
Represents a variable in the CDI model. |
Methods in org.eclipse.cdt.debug.internal.core.model that return AbstractCVariable | |
---|---|
AbstractCVariable |
AbstractCValue.getParentVariable()
|
Methods in org.eclipse.cdt.debug.internal.core.model with parameters of type AbstractCVariable | |
---|---|
static CIndexedValue |
CValueFactory.createIndexedValue(AbstractCVariable parent,
org.eclipse.cdt.debug.core.cdi.model.type.ICDIArrayValue cdiValue,
int start,
int length)
|
Constructors in org.eclipse.cdt.debug.internal.core.model with parameters of type AbstractCVariable | |
---|---|
AbstractCValue(AbstractCVariable parent)
Constructor for AbstractCValue. |
|
CIndexedValue(AbstractCVariable parent,
org.eclipse.cdt.debug.core.cdi.model.type.ICDIArrayValue cdiValue,
int offset,
int size)
Constructor for CIndexedValue. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |