PUMA Library Reference Manual
Loading...
Searching...
No Matches
Puma::TokenInfo Class Reference

#include <Puma/TokenProvider.h>

Description

Provides information about a token as it is needed by the parser.

Especially the instantiation parser needs not only the token pointer but also the pointer to the syntax tree, in which the token is located.

Public Attributes

Token_token
 
void * _context
 

Member Data Documentation

◆ _context

void* Puma::TokenInfo::_context

◆ _token

Token* Puma::TokenInfo::_token