站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

Uses of Interface org.netbeans.api.debugger.jpda.CallStackFrame (NetBeans Debugger JPDA API) - NetBeans API Javadoc 5.0.0

 

Uses of Interface
org.netbeans.api.debugger.jpda.CallStackFrame

Packages that use CallStackFrame
org.netbeans.api.debugger.jpda JPDA Debugger APIs provide representation of JDI functionality. 
 

Uses of CallStackFrame in org.netbeans.api.debugger.jpda
 

Methods in org.netbeans.api.debugger.jpda that return CallStackFrame
 CallStackFrame[] JPDAThread.getCallStack()
          Returns call stack for this thread.
 CallStackFrame[] JPDAThread.getCallStack(int from, int to)
          Returns call stack for this thread on the given indexes.
abstract  CallStackFrame JPDADebugger.getCurrentCallStackFrame()
          Returns current stack frame or null.
 


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.