src/share/classes/com/sun/jdi/StackFrame.java

Print this page

        

*** 56,67 **** * @author Robert Field * @author Gordon Hirsch * @author James McIlree * @since 1.3 */ ! public interface StackFrame extends Mirror, Locatable ! { /** * Returns the {@link Location} of the current instruction in the frame. * The method for which this frame was created can also be accessed * through the returned location. * For the top frame in the stack, this location identifies the --- 56,68 ---- * @author Robert Field * @author Gordon Hirsch * @author James McIlree * @since 1.3 */ ! @jdk.Supported ! public interface StackFrame extends Mirror, Locatable { ! /** * Returns the {@link Location} of the current instruction in the frame. * The method for which this frame was created can also be accessed * through the returned location. * For the top frame in the stack, this location identifies the