#include <data_node_format.h>
Public Member Functions | |
lexer_metadata () | |
Public Attributes | |
tree_builder * | builder |
size_t | internaldepth |
std::string | nodename |
std::string | nodeclass |
std::string | property |
std::string | bufferyy |
Except for the builder member, these are temporary holding points for vars common to most lexers, placed here to avoid using global data in the lexer code.
Definition at line 292 of file data_node_format.h.