Spec-Zone .ru
спецификации, руководства, описания, API
Java Debug Interface

Uses of Interface
com.sun.jdi.StackFrame

Packages that use StackFrame
com.sun.jdi This is the core package of the Java Debugging Interface (JDI), it defines mirrors for values, types, and the target VirtualMachine itself - as well bootstrapping facilities. 
 

Uses of StackFrame in com.sun.jdi
 

Methods in com.sun.jdi that return StackFrame
 StackFrame ThreadReference.frame(int index)
          Returns the StackFrame at the given index in the thread's current call stack.
 

Methods in com.sun.jdi with parameters of type StackFrame
 boolean LocalVariable.isVisible(StackFrame frame)
          Determines whether this variable can be accessed from the given StackFrame.
 


Java Debug Interface