Method Summary |
|
abstract public List<String> | getAvailableStrata() Returns name of default stratumn. |
abstract public String | getClassName() Returns class name of this stack frame. |
abstract public Operation | getCurrentOperation(String struts) Returns the current operation (if any) at the location of this call stack frame. |
abstract public String | getDefaultStratum() Returns name of default stratumn. |
abstract public int | getLineNumber(String struts) Returns line number associated with this stack frame. |
abstract public LocalVariable[] | getLocalVariables() Returns local variables. |
abstract public String | getMethodName() Returns method name associated with this stack frame. |
abstract public String | getSourceName(String struts) Returns name of file this stack frame is stopped in. |
abstract public String | getSourcePath(String stratum) Returns source path of file this frame is stopped in or null. |
abstract public This | getThisVariable() Returns object reference this frame is associated with or null (
frame is in static method). |
abstract public JPDAThread | getThread() Returns thread. |
abstract public boolean | isObsolete() Returns true if this frame is obsoleted. |
abstract public void | makeCurrent() Sets this frame current. |
abstract public void | popFrame() Pop stack frames. |