Since JDI interfaces evolve from one version to another, it's strongly recommended
not to implement this interface in client code. New methods can be added to
this interface at any time to keep up with the JDI functionality.
Returns the current operation (if any) at the location of this call stack frame.
Parameters: struts - a language name or null for default language The operation at the frame location if available and this frame does notrepresent a native method invocation; null otherwise
Returns name of default stratumn.
name of default stratumn
getLineNumber
abstractpublic int getLineNumber(String struts)(Code)
Returns line number associated with this stack frame.
Parameters: struts - a language name or null for default language line number associated with this this stack frame
Returns name of file this stack frame is stopped in.
Parameters: struts - a language name or null for default language name of file this stack frame is stopped in throws: NoInformationException - if information about source is not included in class file
Pop stack frames. All frames up to and including the frame
are popped off the stack. The frame previous to the parameter
frame will become the current frame.