Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.debug.core.cdi.model.ICDIValue

Packages that use ICDIValue
org.eclipse.cdt.debug.core.cdi   
org.eclipse.cdt.debug.core.cdi.model   
org.eclipse.cdt.debug.core.cdi.model.type   
 

Uses of ICDIValue in org.eclipse.cdt.debug.core.cdi
 

Methods in org.eclipse.cdt.debug.core.cdi that return ICDIValue
 ICDIValue ICDIFunctionFinished.getReturnValue()
          The return value of the function.
 

Uses of ICDIValue in org.eclipse.cdt.debug.core.cdi.model
 

Methods in org.eclipse.cdt.debug.core.cdi.model that return ICDIValue
 ICDIValue ICDIVariable.getValue()
          Returns the value of this variable.
 ICDIValue ICDIRegister.getValue(ICDIStackFrame context)
          Returns the value of this variable.
 ICDIValue ICDIExpression.getValue(ICDIStackFrame context)
          Returns the value of this expression.
 

Methods in org.eclipse.cdt.debug.core.cdi.model with parameters of type ICDIValue
 void ICDIVariable.setValue(ICDIValue value)
          Sets the value of this variable to the given value.
 void ICDIRegister.setValue(ICDIValue value)
          Sets the value of this variable to the given value.
 void ICDIExecuteStepReturn.stepReturn(ICDIValue value)
          Cancel execution of the frame and return with value.
 

Uses of ICDIValue in org.eclipse.cdt.debug.core.cdi.model.type
 

Subinterfaces of ICDIValue in org.eclipse.cdt.debug.core.cdi.model.type
 interface ICDIAggregateValue
          Represents the type of a variable.
 interface ICDIArrayValue
          Represents a value of a array type.
 interface ICDIBoolValue
           
 interface ICDICharValue
          Represents the value of a variable.
 interface ICDIDerivedValue
          Represents the type of a variable.
 interface ICDIDoubleValue
          Represents the value of a variable.
 interface ICDIEnumValue
           
 interface ICDIFloatingPointValue
          Represents the value of a variable.
 interface ICDIFloatValue
          Represents the value of a variable.
 interface ICDIFunctionValue
          Represents the type of a variable.
 interface ICDIIntegralValue
          Represents the value of a variable.
 interface ICDIIntValue
          Represents the value of a variable.
 interface ICDILongLongValue
          Represents the value of a variable.
 interface ICDILongValue
          Represents the value of a variable.
 interface ICDIPointerValue
          Represents the type of a variable.
 interface ICDIReferenceValue
           
 interface ICDIShortValue
          Represents the value of a variable.
 interface ICDIStructValue
          Represents the type of a variable.
 interface ICDIWCharValue
           
 

Methods in org.eclipse.cdt.debug.core.cdi.model.type that return ICDIValue
 ICDIValue ICDIReferenceValue.referenceValue()
          Return the reference value.
 


Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.