Stax
Programming language
Loading...
Searching...
No Matches
stax::parser::Identifier Struct Reference

#include <ast.hpp>

Public Member Functions

 Identifier ()=default
 
 Identifier (const token::Token &tok, const std::string &val)
 

Public Attributes

token::Token token
 
std::string value
 

Constructor & Destructor Documentation

◆ Identifier() [1/2]

stax::parser::Identifier::Identifier ( )
default

◆ Identifier() [2/2]

stax::parser::Identifier::Identifier ( const token::Token & tok,
const std::string & val )
inline

Member Data Documentation

◆ token

token::Token stax::parser::Identifier::token

◆ value

std::string stax::parser::Identifier::value

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