Home
last modified time | relevance | path

Searched refs:start_prod (Results 1 – 2 of 2) sorted by relevance

/cts/tools/dasm/src/java_cup/
Demit.java304 protected static void emit_action_code(PrintStream out, production start_prod) in emit_action_code() argument
385 if (prod == start_prod) in emit_action_code()
631 production start_prod, in parser() argument
749 emit_action_code(out, start_prod); in parser()
Dlalr_state.java271 public static lalr_state build_machine(production start_prod) in build_machine() argument
287 if (start_prod == null) in build_machine()
293 itm = new lalr_item(start_prod); in build_machine()