306307308309310311312
return sym(type, yytext()); } private Symbol sym(int type, Object value) { return new Symbol(type, value, yyline, yycolumn); }