zorba::QueryLocation Class Reference

Representation of the current location location in the remote query. More...

#include <zorba/debugger_event_handler.h>

List of all members.

Public Member Functions

virtual unsigned int getColumnBegin () const =0
virtual unsigned int getColumnEnd () const =0
virtual String getFileName () const =0
virtual unsigned int getLineBegin () const =0
virtual unsigned int getLineEnd () const =0
virtual String toString () const =0
virtual ~QueryLocation ()


Detailed Description

Representation of the current location location in the remote query.

This location goes from the starting line and column to the ending line and column.

Definition at line 33 of file debugger_event_handler.h.


Constructor & Destructor Documentation

virtual zorba::QueryLocation::~QueryLocation (  )  [inline, virtual]

Definition at line 38 of file debugger_event_handler.h.


Member Function Documentation

virtual unsigned int zorba::QueryLocation::getColumnBegin (  )  const [pure virtual]

virtual unsigned int zorba::QueryLocation::getColumnEnd (  )  const [pure virtual]

virtual String zorba::QueryLocation::getFileName (  )  const [pure virtual]

virtual unsigned int zorba::QueryLocation::getLineBegin (  )  const [pure virtual]

virtual unsigned int zorba::QueryLocation::getLineEnd (  )  const [pure virtual]

virtual String zorba::QueryLocation::toString (  )  const [pure virtual]


The documentation for this class was generated from the following file: