|
My Project
|
Class representing a lexical token in a template. More...
Public Types | |
| enum | Type { Text, Variable, Block } |
Public Member Functions | |
| TemplateToken (Type t, const char *d, int l) | |
Public Attributes | |
| Type | type |
| QCString | data |
| int | line |
Class representing a lexical token in a template.
Definition at line 2294 of file template.cpp.
| enum TemplateToken::Type |
| Enumerator | |
|---|---|
| Text | |
| Variable | |
| Block | |
Definition at line 2297 of file template.cpp.
|
inline |
Definition at line 2298 of file template.cpp.
| QCString TemplateToken::data |
Definition at line 2300 of file template.cpp.
Referenced by TemplateParser::parse(), TemplateNodeFor::TemplateNodeFor(), and TemplateNodeIf::TemplateNodeIf().
| int TemplateToken::line |
Definition at line 2301 of file template.cpp.
Referenced by TemplateParser::parse(), and TemplateNodeIf::TemplateNodeIf().
| Type TemplateToken::type |
Definition at line 2299 of file template.cpp.
Referenced by TemplateParser::parse().