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 ICDIThreadGroup.getCurrentThread()
          Returns the currently selected thread.
 ICDIThread ICDIThreadStorageDescriptor.getThread()
          Return the thread.
 ICDIThread ICDIStackFrame.getThread()
          Returns the thread this stackframe is contained in.
 ICDIThread[] ICDIThreadGroup.getThreads()
          Returns the threads contained in this target.
 

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.