|
Cutelee 6.1.0
|
#include <cutelee/token.h>
Public Attributes | |
| QString | content |
| The content of this Token. | |
| int | linenumber |
| The line number this Token starts at. | |
| int | tokenType |
| The Type of this Token. | |
A token in a parse stream for a template.
This class is only relevant for template tag implementations.
| QString Cutelee::Token::content |
Definition at line 51 of file token.h.
Referenced by ForNodeFactory::getNode(), and IfChangedNodeFactory::getNode().