4 #if ! defined(yyFlexLexerOnce) 9 #define YY_DECL int Inter4ql::Scanner::yylex() 11 #include "LineParser.tab.h" 24 Scanner(std::istream* arg_yyin = 0, std::ostream* arg_yyout = 0) : yyFlexLexer(arg_yyin, arg_yyout) {
36 int yylex(Inter4ql::LineParser::semantic_type * lval, Inter4ql::LineParser::location_type * lloc) {
51 Inter4ql::LineParser::semantic_type * yylval;
52 Inter4ql::LineParser::location_type * yylloc;
int yylex(Inter4ql::LineParser::semantic_type *lval, Inter4ql::LineParser::location_type *lloc)
Definition: Scanner.h:36
Scanner class, deriving from Flex generated class.
Definition: Scanner.h:17
Definition: Application.cc:37
Scanner(std::istream *arg_yyin=0, std::ostream *arg_yyout=0)
Default constructor.
Definition: Scanner.h:24