Searched refs:cur_token (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/java_cup/internal/runtime/
H A Dlr_parser.java123 * <dt> void syntax_error(Symbol cur_token)
127 * <dt> void unrecovered_syntax_error(Symbol cur_token)
270 protected Symbol cur_token; field in class:lr_parser
415 * @param cur_token the current lookahead Symbol.
417 public void syntax_error(Symbol cur_token) argument
419 report_error("Syntax error", cur_token);
427 * @param cur_token the current lookahead Symbol.
429 public void unrecovered_syntax_error(Symbol cur_token) argument
432 report_fatal_error("Couldn't repair and continue parse", cur_token);
557 cur_token
[all...]

Completed in 30 milliseconds