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

#include <parse.h>

Data Fields

int first_line
 
int first_column
 
int last_line
 
int last_column
 

Detailed Description

Definition at line 302 of file parse.h.

Field Documentation

◆ first_column

int YYLTYPE::first_column

Definition at line 305 of file parse.h.

Referenced by yyparse().

◆ first_line

int YYLTYPE::first_line

Definition at line 304 of file parse.h.

Referenced by yyparse().

◆ last_column

int YYLTYPE::last_column

Definition at line 307 of file parse.h.

Referenced by yyparse().

◆ last_line

int YYLTYPE::last_line

Definition at line 306 of file parse.h.

Referenced by yyparse().


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