Class representing a string literal in the AST. More...
Public Member Functions | |
ExprAstLiteral (const char *lit) | |
const QCString & | literal () const |
virtual TemplateVariant | resolve (TemplateContext *) |
Public Member Functions inherited from ExprAst | |
virtual | ~ExprAst () |
Private Attributes | |
QCString | m_literal |
Class representing a string literal in the AST.
Definition at line 1482 of file template.cpp.
|
inline |
Definition at line 1485 of file template.cpp.
|
inline |
Definition at line 1487 of file template.cpp.
|
inlinevirtual |
Reimplemented from ExprAst.
Definition at line 1488 of file template.cpp.
|
private |
Definition at line 1490 of file template.cpp.