org.eclipse.cdt.debug.internal.core.model
Class CLocalVariable

java.lang.Object
  extended by org.eclipse.core.runtime.PlatformObject
      extended by org.eclipse.cdt.debug.internal.core.model.CDebugElement
          extended by org.eclipse.cdt.debug.internal.core.model.AbstractCVariable
              extended by org.eclipse.cdt.debug.internal.core.model.CVariable
                  extended by org.eclipse.cdt.debug.internal.core.model.CLocalVariable
All Implemented Interfaces:
org.eclipse.cdt.debug.core.cdi.event.ICDIEventListener, ICastToArray, ICastToType, ICDebugElement, ICDebugElementStatus, ICVariable, IEnableDisableTarget, IFormatSupport, org.eclipse.core.runtime.IAdaptable, org.eclipse.debug.core.model.IDebugElement, org.eclipse.debug.core.model.IValueModification, org.eclipse.debug.core.model.IVariable
Direct Known Subclasses:
CExpression

public class CLocalVariable
extends CVariable


Field Summary
 
Fields inherited from interface org.eclipse.cdt.debug.core.model.ICDebugElementStatus
ERROR, OK, WARNING
 
Constructor Summary
CLocalVariable(CDebugElement parent, org.eclipse.cdt.debug.core.cdi.model.ICDIVariableDescriptor cdiVariableObject)
          Constructor for CLocalVariable.
CLocalVariable(CDebugElement parent, org.eclipse.cdt.debug.core.cdi.model.ICDIVariableDescriptor cdiVariableObject, java.lang.String errorMessage)
          Constructor for CLocalVariable.
 
Method Summary
 
Methods inherited from class org.eclipse.cdt.debug.internal.core.model.CVariable
canCast, canCastToArray, canEnableDisable, cast, castToArray, changeFormat, dispose, equals, getCurrentType, getExpressionString, getFormat, getName, getReferenceTypeName, getType, getValue, handleDebugEvents, hasValueChanged, isArgument, isCasted, isEnabled, restoreOriginal, setEnabled, setValue, setValue, sizeof, supportsFormatting, supportsValueModification, verifyValue, verifyValue
 
Methods inherited from class org.eclipse.cdt.debug.internal.core.model.AbstractCVariable
getAdapter
 
Methods inherited from class org.eclipse.cdt.debug.internal.core.model.CDebugElement
createChangeEvent, createCreateEvent, createResumeEvent, createSuspendEvent, createTerminateEvent, fireChangeEvent, fireCreationEvent, fireResumeEvent, fireSuspendEvent, fireTerminateEvent, getCDISession, getCDITarget, getCurrentStateInfo, getDebugTarget, getLaunch, getMessage, getModelIdentifier, getSeverity, getState, isOK, notSupported, requestFailed, requestFailed, targetRequestFailed, targetRequestFailed
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.debug.core.model.IDebugElement
getDebugTarget, getLaunch, getModelIdentifier
 
Methods inherited from interface org.eclipse.cdt.debug.core.model.ICDebugElement
getCurrentStateInfo, getState
 
Methods inherited from interface org.eclipse.debug.core.model.IDebugElement
getDebugTarget, getLaunch, getModelIdentifier
 

Constructor Detail

CLocalVariable

public CLocalVariable(CDebugElement parent,
                      org.eclipse.cdt.debug.core.cdi.model.ICDIVariableDescriptor cdiVariableObject,
                      java.lang.String errorMessage)
Constructor for CLocalVariable.


CLocalVariable

public CLocalVariable(CDebugElement parent,
                      org.eclipse.cdt.debug.core.cdi.model.ICDIVariableDescriptor cdiVariableObject)
Constructor for CLocalVariable.