Eclipse Platform
2.1

Uses of Interface
org.eclipse.debug.core.model.IStackFrame

Packages that use IStackFrame
org.eclipse.debug.core.model Defines interfaces for debug model elements, source lookup, and launching. 
 

Uses of IStackFrame in org.eclipse.debug.core.model
 

Methods in org.eclipse.debug.core.model that return IStackFrame
 IStackFrame[] IThread.getStackFrames()
          Returns the stack frames contained in this thread.
 IStackFrame IThread.getTopStackFrame()
          Returns the top stack frame or null if there is currently no top stack frame.
 

Methods in org.eclipse.debug.core.model with parameters of type IStackFrame
 Object ISourceLocator.getSourceElement(IStackFrame stackFrame)
          Returns a source element that corresponds to the given stack frame, or null if a source element could not be located.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.