Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
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 516 of file parse.c.

Field Documentation

◆ beg

rb_code_position_t token_info::beg

Definition at line 518 of file parse.c.

◆ indent

int token_info::indent

Definition at line 519 of file parse.c.

◆ next

struct token_info* token_info::next

Definition at line 521 of file parse.c.

◆ nonspc

int token_info::nonspc

Definition at line 520 of file parse.c.

◆ token

const char* token_info::token

Definition at line 517 of file parse.c.


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