Project Alice
Loading...
Searching...
No Matches
token Struct Reference
Collaboration diagram for token:

Static Public Member Functions

static std::string_view get_type_name (token_type const &type)
 

Public Attributes

token_type type = token_type::none
 
std::string data
 
location_info loc_info
 

Detailed Description

Definition at line 65 of file parser_generator.cpp.

Member Function Documentation

◆ get_type_name()

static std::string_view token::get_type_name ( token_type const &  type)
inlinestatic

Definition at line 70 of file parser_generator.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ data

std::string token::data

Definition at line 67 of file parser_generator.cpp.

◆ loc_info

location_info token::loc_info

Definition at line 68 of file parser_generator.cpp.

◆ type

token_type token::type = token_type::none

Definition at line 66 of file parser_generator.cpp.


The documentation for this struct was generated from the following file: