Euphoria
eu::core::Token Struct Reference

Public Member Functions

 Token (TokenType t, int l, int c, std::string v="")
 
std::string to_string () const
 

Public Attributes

TokenType type
 
std::string value
 
int line
 
int column
 

Detailed Description

Definition at line 308 of file texttemplate.cc.

Constructor & Destructor Documentation

◆ Token()

eu::core::Token::Token ( TokenType  t,
int  l,
int  c,
std::string  v = "" 
)
inline

Definition at line 315 of file texttemplate.cc.

Member Function Documentation

◆ to_string()

std::string eu::core::Token::to_string ( ) const
inline

Definition at line 324 of file texttemplate.cc.

Member Data Documentation

◆ column

int eu::core::Token::column

Definition at line 313 of file texttemplate.cc.

◆ line

int eu::core::Token::line

Definition at line 312 of file texttemplate.cc.

◆ type

TokenType eu::core::Token::type

Definition at line 310 of file texttemplate.cc.

◆ value

std::string eu::core::Token::value

Definition at line 311 of file texttemplate.cc.


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