Representation of the runtime stack frame. More...
#include <zorba/debugger_client.h>
Public Member Functions | |
virtual const QueryLocation & | getLocation () const =0 |
virtual const std::string & | getSignature () const =0 |
virtual | ~StackFrame () |
Representation of the runtime stack frame.
Definition at line 32 of file debugger_client.h.
virtual zorba::StackFrame::~StackFrame | ( | ) | [inline, virtual] |
Definition at line 37 of file debugger_client.h.
virtual const QueryLocation& zorba::StackFrame::getLocation | ( | ) | const [pure virtual] |
virtual const std::string& zorba::StackFrame::getSignature | ( | ) | const [pure virtual] |