JavaScript Development Tools
Release 3.2

Uses of Interface
org.eclipse.wst.jsdt.debug.core.jsdi.StackFrame

Packages that use StackFrame
org.eclipse.wst.jsdt.debug.core.jsdi   
 

Uses of StackFrame in org.eclipse.wst.jsdt.debug.core.jsdi
 

Methods in org.eclipse.wst.jsdt.debug.core.jsdi that return StackFrame
 StackFrame ThreadReference.frame(int index)
          Returns the stack frame for the given index in this thread.
 

Methods in org.eclipse.wst.jsdt.debug.core.jsdi with parameters of type StackFrame
 boolean Variable.isVisible(StackFrame frame)
          Returns true if this variable is externally visible in the context of the given StackFrame.
 


JavaScript Development Tools
Release 3.2

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