#include <python_tokenizer.hh>
Definition at line 54 of file python_tokenizer.hh.
◆ Type
| Enumerator |
|---|
| KEYWORD | |
| STRING_LITERAL | |
| STRING_DELIM | |
| IDENTIFIER | |
| NUMBER | |
| OPERATOR | |
| GROUPING | |
| COMMENT | |
| END | |
Definition at line 57 of file python_tokenizer.hh.
◆ PythonToken() [1/2]
◆ PythonToken() [2/2]
◆ GetRange()
| const Range & GetRange |
( |
| ) |
const |
◆ GetType()
◆ GetTypeAsString()
| QString GetTypeAsString |
( |
| ) |
const |
◆ GetValue()
| const QString & GetValue |
( |
| ) |
const |
The documentation for this class was generated from the following file: