Ruby  2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
Data Fields
token_info Struct Reference

Data Fields

const chartoken
 
rb_code_position_t beg
 
int indent
 
int nonspc
 
struct token_infonext
 

Detailed Description

Definition at line 251 of file ripper.c.

Field Documentation

◆ beg

rb_code_position_t token_info::beg

Definition at line 253 of file ripper.c.

◆ indent

int token_info::indent

Definition at line 254 of file ripper.c.

◆ next

struct token_info * token_info::next

Definition at line 256 of file ripper.c.

◆ nonspc

int token_info::nonspc

Definition at line 255 of file ripper.c.

◆ token

const char * token_info::token

Definition at line 252 of file ripper.c.


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