Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
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 298 of file ripper.c.

Field Documentation

◆ beg

rb_code_position_t token_info::beg

Definition at line 300 of file ripper.c.

Referenced by yyparse().

◆ indent

int token_info::indent

Definition at line 301 of file ripper.c.

◆ next

struct token_info * token_info::next

Definition at line 303 of file ripper.c.

Referenced by yyparse().

◆ nonspc

int token_info::nonspc

Definition at line 302 of file ripper.c.

Referenced by yyparse().

◆ token

const char * token_info::token

Definition at line 299 of file ripper.c.

Referenced by yyparse().


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