Cutelee 6.1.0
Public Attributes | List of all members
Cutelee::Token Struct Reference

#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.
 

Detailed Description

A token in a parse stream for a template.

This class is only relevant for template tag implementations.

Definition at line 48 of file token.h.

Member Data Documentation

◆ content

QString Cutelee::Token::content

Definition at line 51 of file token.h.

Referenced by ForNodeFactory::getNode(), and IfChangedNodeFactory::getNode().

◆ linenumber

int Cutelee::Token::linenumber

Definition at line 50 of file token.h.

◆ tokenType

int Cutelee::Token::tokenType

Definition at line 49 of file token.h.