MySQL 8.4.0
Source Code Documentation
MY_SQL_PARSER_LTYPE 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 MY_SQL_PARSER_LTYPE::is_empty ( ) const
inline

Member Data Documentation

◆ cpp

Symbol_location MY_SQL_PARSER_LTYPE::cpp

◆ first_column

int MY_SQL_PARSER_LTYPE::first_column

◆ first_line

int MY_SQL_PARSER_LTYPE::first_line

◆ last_column

int MY_SQL_PARSER_LTYPE::last_column

◆ last_line

int MY_SQL_PARSER_LTYPE::last_line

◆ raw

Symbol_location MY_SQL_PARSER_LTYPE::raw

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