#include <python_context_parser.hh>
Public Member Functions | |
PythonContextParser () | |
~PythonContextParser () | |
void | Print () |
void | Parse (const QString &command) |
const QString & | GetCommand () const |
bool | GetContextAtLocation (size_t location, PythonContext *&context) |
Protected Member Functions | |
void | Parse (PythonContext *&context) |
Definition at line 98 of file python_context_parser.hh.
~PythonContextParser | ( | ) | [inline] |
Definition at line 103 of file python_context_parser.hh.
const QString& GetCommand | ( | ) | const [inline] |
Definition at line 115 of file python_context_parser.hh.
bool GetContextAtLocation | ( | size_t | location, | |
PythonContext *& | context | |||
) | [inline] |
Definition at line 118 of file python_context_parser.hh.
void Parse | ( | PythonContext *& | context | ) | [protected] |
void Parse | ( | const QString & | command | ) |
void Print | ( | ) | [inline] |
Definition at line 108 of file python_context_parser.hh.