|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CVariable | |
---|---|
org.eclipse.cdt.debug.internal.core.model |
Uses of CVariable in org.eclipse.cdt.debug.internal.core.model |
---|
Subclasses of CVariable 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. |
Methods in org.eclipse.cdt.debug.internal.core.model with parameters of type CVariable | |
---|---|
static CValue |
CValueFactory.createGlobalValue(CVariable parent,
org.eclipse.cdt.debug.core.cdi.model.ICDIValue cdiValue)
|
static CValue |
CValueFactory.createValue(CVariable parent,
org.eclipse.cdt.debug.core.cdi.model.ICDIValue cdiValue)
|
static ICValue |
CValueFactory.createValueWithError(CVariable parent,
java.lang.String message)
|
Constructors in org.eclipse.cdt.debug.internal.core.model with parameters of type CVariable | |
---|---|
CFloatingPointValue(CVariable parent,
org.eclipse.cdt.debug.core.cdi.model.ICDIValue cdiValue)
Constructor for CFloatingPointValue. |
|
CGlobalValue(CVariable parent,
org.eclipse.cdt.debug.core.cdi.model.ICDIValue cdiValue)
Constructor for CGlobalValue. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |