org.netbeans.api.debugger.jpda/2 2.31.1

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. 
org.netbeans.spi.debugger.jpda JPDA Debugger SPIs defines support for Smart Stepping, Variables Filtering and filtering of all Debugger Views. 
 

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.
 CallStackFrame MonitorInfo.getFrame()
          Returns the frame at which this monitor was acquired by the owning thread.
 

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

Methods in org.netbeans.spi.debugger.jpda that return CallStackFrame
 CallStackFrame Evaluator.Context.getCallStackFrame()
          Get the context call stack frame.
 


org.netbeans.api.debugger.jpda/2 2.31.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.