KHolidays Library
KHolidays::HolidayParserPlan Class Reference
#include <holidayparserplan.hpp>
Classes | |
union | semantic_type |
struct | token |
Public Types | |
typedef location | location_type |
typedef token::yytokentype | token_type |
Public Member Functions | |
HolidayParserPlan (class HolidayParserDriverPlan &driver_yyarg) | |
virtual int | parse () |
Detailed Description
A Bison parser.
Definition at line 114 of file holidayparserplan.hpp.
Member Typedef Documentation
◆ location_type
Symbol locations.
Definition at line 134 of file holidayparserplan.hpp.
◆ token_type
typedef token::yytokentype KHolidays::HolidayParserPlan::token_type |
Token type.
Definition at line 174 of file holidayparserplan.hpp.
Constructor & Destructor Documentation
◆ HolidayParserPlan()
KHolidays::HolidayParserPlan::HolidayParserPlan | ( | class HolidayParserDriverPlan & | driver_yyarg | ) |
Build a parser object.
Definition at line 194 of file holidayparserplan.cpp.
◆ ~HolidayParserPlan()
|
virtual |
Definition at line 204 of file holidayparserplan.cpp.
Member Function Documentation
◆ parse()
|
virtual |
Parse.
- Returns
- 0 iff parsing succeeded.
Lookahead and lookahead in internal form.
Semantic value of the lookahead.
Location of the lookahead.
The locations where the error started and ended.
$$.
$.
Definition at line 302 of file holidayparserplan.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.