Ruby 3.3.5p100 (2024-09-03 revision ef084cc8f4958c1b6e4ead99136631bef6d8ddba)
token_info Struct Reference

Data Fields

const char * token
 
rb_code_position_t beg
 
int indent
 
int nonspc
 
struct token_infonext
 

Detailed Description

Definition at line 464 of file parse.c.

Field Documentation

◆ beg

rb_code_position_t token_info::beg

Definition at line 466 of file parse.c.

◆ indent

int token_info::indent

Definition at line 467 of file parse.c.

◆ next

struct token_info* token_info::next

Definition at line 469 of file parse.c.

◆ nonspc

int token_info::nonspc

Definition at line 468 of file parse.c.

◆ token

const char* token_info::token

Definition at line 465 of file parse.c.


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