|
OpenStructure
|
#include <python_tokenizer.hh>
Public Member Functions | |
| PythonTokenizer () | |
| PythonTokenizer (const QString &command, int string_state=0) | |
| void | SetCommand (const QString &command) |
| PythonToken | NextToken () |
| const PythonToken & | CurrentToken () const |
| void | SetInString (bool in_string) |
| bool | InString () const |
| const QString & | GetDelim () const |
Definition at line 81 of file python_tokenizer.hh.
| PythonTokenizer | ( | ) |
| PythonTokenizer | ( | const QString & | command, |
| int | string_state = 0 |
||
| ) |
| const PythonToken& CurrentToken | ( | ) | const |
|
inline |
Definition at line 91 of file python_tokenizer.hh.
|
inline |
Definition at line 90 of file python_tokenizer.hh.
| PythonToken NextToken | ( | ) |
| void SetCommand | ( | const QString & | command | ) |
| void SetInString | ( | bool | in_string | ) |
1.8.1.1