Eclipse CDT
Pre-release 3.0

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

Packages that use ICDIThread
org.eclipse.cdt.debug.core.cdi.model   
 

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

Methods in org.eclipse.cdt.debug.core.cdi.model that return ICDIThread
 ICDIThread ICDIThreadStorageDescriptor.getThread()
          Return the thread.
 ICDIThread[] ICDIThreadGroup.getThreads()
          Returns the threads contained in this target.
 ICDIThread ICDIThreadGroup.getCurrentThread()
          Returns the currently selected thread.
 ICDIThread ICDIStackFrame.getThread()
          Returns the thread this stackframe is contained in.
 

Methods in org.eclipse.cdt.debug.core.cdi.model with parameters of type ICDIThread
 boolean ICDIThread.equals(ICDIThread thead)
          Returns true if the threads are the same.
 


Eclipse CDT
Pre-release 3.0

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