Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
token_info Struct Reference

Data Fields

const char * token
 
int linenum
 
int column
 
int nonspc
 
struct token_infonext
 

Detailed Description

Definition at line 455 of file ripper.c.

Field Documentation

◆ column

int token_info::column

Definition at line 458 of file ripper.c.

◆ linenum

int token_info::linenum

Definition at line 457 of file ripper.c.

◆ next

struct token_info * token_info::next

Definition at line 460 of file ripper.c.

◆ nonspc

int token_info::nonspc

Definition at line 459 of file ripper.c.

◆ token

const char * token_info::token

Definition at line 456 of file ripper.c.


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