Searched refs:is_action (Results 1 – 13 of 13) sorted by relevance
103 if (!_rhs[i].is_action()) in production()452 if (!rhs[pos].is_action()) in translate_labels()472 if (rhs[pos].is_action()) in translate_labels()505 if (to_loc < 0 || !rhs_parts[to_loc].is_action() in merge_adjacent_actions()506 || !rhs_parts[from_loc].is_action()) in merge_adjacent_actions()519 if (rhs_parts[to_loc] != null && rhs_parts[to_loc].is_action() && in merge_adjacent_actions()520 rhs_parts[from_loc].is_action()) in merge_adjacent_actions()557 if (rhs_parts[len-1].is_action()) in strip_trailing_action()589 if (rhs(act_loc).is_action()) in remove_embedded_actions()632 if (!part.is_action()) in check_nullable()[all …]
46 public abstract boolean is_action(); in is_action() method in production_part
57 if (!part.is_action()) in lr_item_core()236 else if (part.is_action()) in to_simple_string()
52 public boolean is_action() { return true; } in is_action() method in action_part
56 public boolean is_action() { return false; } in is_action() method in symbol_part
194 if (!part.is_action()) in calc_lookahead()246 if (!part.is_action()) in lookahead_visible()
183 if (part.is_action()) in dump_state()
366 if (lab == null || part.is_action()) return part; in add_lab()
809 if (prod.rhs(i).is_action())
76 if (lab == null || part.is_action()) return part;
... set_code_string (java.lang.String) public boolean is_action () public boolean equals (java_cup.action_part) ...
META-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ java_cup/ ...