Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.debug.core.cdi.model
Interface ICDILocalVariableDescriptor

All Superinterfaces:
ICDIObject, ICDIVariableDescriptor
All Known Subinterfaces:
ICDIArgument, ICDIArgumentDescriptor, ICDILocalVariable

public interface ICDILocalVariableDescriptor
extends ICDIVariableDescriptor

ICDILocalVariableDescriptor


Method Summary
 ICDIStackFrame getStackFrame()
          Return the stackframe.
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIVariableDescriptor
equals, getName, getQualifiedName, getType, getTypeName, getVariableDescriptorAsArray, getVariableDescriptorAsType, sizeof
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject
getTarget
 

Method Detail

getStackFrame

ICDIStackFrame getStackFrame()
                             throws CDIException
Return the stackframe.

Returns:
ICDIStackFrame
Throws:
CDIException

Eclipse CDT
Pre-release 3.0

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