Wexus2 0.20
|
#include <TemplateToken.h>
Public Member Functions | |
TemplateToken (int lineno, char typ, const QByteArray &cod) | |
int | lineno (void) const |
char | type (void) const |
const QByteArray & | data (void) const |
QByteArray & | data (void) |
A Parsed token from a template.
wexus::TemplateToken::TemplateToken | ( | int | lineno, |
char | typ, | ||
const QByteArray & | cod | ||
) |
Constructor.
lineno | the line numbers this token was found |
typ | the type of token, one of ' ' '=' or 'L' (literal) |
cod | the literal code/byte stream |