MySQL 8.0.37
Source Code Documentation
YYLTYPE Struct Reference

Bison "location" class. More...

#include <parse_location.h>

Public Member Functions

bool is_empty () const
 

Public Attributes

Symbol_location cpp
 
Symbol_location raw
 
int first_line
 
int first_column
 
int last_line
 
int last_column
 

Detailed Description

Bison "location" class.

Member Function Documentation

◆ is_empty()

bool YYLTYPE::is_empty ( ) const
inline

Member Data Documentation

◆ cpp

Symbol_location YYLTYPE::cpp

◆ first_column

int YYLTYPE::first_column

◆ first_line

int YYLTYPE::first_line

◆ last_column

int YYLTYPE::last_column

◆ last_line

int YYLTYPE::last_line

◆ raw

Symbol_location YYLTYPE::raw

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