Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
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 255 of file ripper.c.

Field Documentation

◆ beg

rb_code_position_t token_info::beg

Definition at line 257 of file ripper.c.

◆ indent

int token_info::indent

Definition at line 258 of file ripper.c.

◆ next

struct token_info * token_info::next

Definition at line 260 of file ripper.c.

◆ nonspc

int token_info::nonspc

Definition at line 259 of file ripper.c.

◆ token

const char * token_info::token

Definition at line 256 of file ripper.c.


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