Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
ICDIObject, ICDIVariableDescriptor
All Known Subinterfaces:
ICDIThreadStorage

public interface ICDIThreadStorageDescriptor
extends ICDIVariableDescriptor

ICDIThreadStorageDescriptor


Method Summary
 ICDIThread getThread()
          Return the thread.
 
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

getThread

ICDIThread getThread()
                     throws CDIException
Return the thread.

Returns:
ICDIThread
Throws:
CDIException

Eclipse CDT
Pre-release 3.0

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