#include <tokenizer.hpp>
Public Member Functions | |
token () | |
token (iterator &i1, iterator i2, token_type type) | |
Public Attributes | |
token_type | type |
iterator | begin |
iterator | end |
int | line_number |
const std::string * | filename |
Definition at line 46 of file tokenizer.hpp.
|
inline |
Definition at line 48 of file tokenizer.hpp.
References wfl::tokenizer::comment.
|
inline |
Definition at line 57 of file tokenizer.hpp.
iterator wfl::tokenizer::token::begin |
Definition at line 67 of file tokenizer.hpp.
Referenced by wfl::parse_expression(), wfl::parse_function_args(), wfl::parse_where_clauses(), and wfl::tokens_to_string().
iterator wfl::tokenizer::token::end |
Definition at line 67 of file tokenizer.hpp.
Referenced by wfl::parse_expression(), wfl::parse_function_args(), wfl::parse_where_clauses(), and wfl::tokens_to_string().
const std::string* wfl::tokenizer::token::filename |
Definition at line 69 of file tokenizer.hpp.
Referenced by wfl::parse_expression(), wfl::parse_function_args(), wfl::parse_set_args(), and wfl::parse_where_clauses().
int wfl::tokenizer::token::line_number |
Definition at line 68 of file tokenizer.hpp.
Referenced by wfl::formula::formula(), wfl::parse_expression(), wfl::parse_function_args(), wfl::parse_set_args(), and wfl::parse_where_clauses().
token_type wfl::tokenizer::token::type |
Definition at line 66 of file tokenizer.hpp.
Referenced by wfl::parse_args(), wfl::parse_expression(), wfl::parse_function_args(), wfl::parse_set_args(), and wfl::parse_where_clauses().