Home
last modified time | relevance | path

Searched refs:non_terminal (Results 1 – 14 of 14) sorted by relevance

/cts/tools/dasm/src/java_cup/
Dnon_terminal.java15 public class non_terminal extends symbol { class
25 public non_terminal(String nm, String tp) in non_terminal() method in non_terminal
48 public non_terminal(String nm) in non_terminal() method in non_terminal
66 public static non_terminal find(String with_name) in find()
71 return (non_terminal)_all.get(with_name); in find()
92 public static final non_terminal START_nt = new non_terminal("$START");
102 static non_terminal create_new(String prefix) throws internal_error in create_new()
105 return new non_terminal(prefix + next_nt++); in create_new()
111 static non_terminal create_new() throws internal_error in create_new()
122 non_terminal nt; in compute_nullability()
[all …]
Dproduction.java57 non_terminal lhs_sym, in production()
131 non_terminal lhs_sym, in production()
584 non_terminal new_nt; in remove_embedded_actions()
592 new_nt = non_terminal.create_new(); in remove_embedded_actions()
640 else if (!((non_terminal)sym).nullable()) in check_nullable()
681 _first_set.add(((non_terminal)sym).first_set()); in check_first_set()
684 if (!((non_terminal)sym).nullable()) in check_first_set()
Dlalr_item.java207 result.add(((non_terminal)sym).first_set()); in calc_lookahead()
210 if (!((non_terminal)sym).nullable()) in calc_lookahead()
254 if (!((non_terminal)sym).nullable()) return false; in lookahead_visible()
Dparser.java416 protected non_terminal start_nt = null;
419 protected non_terminal lhs_nt;
487 non_terminal this_nt = in CUP$do_action()
488 …new non_terminal((/*non_term_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_v… in CUP$do_action()
651 new production(non_terminal.START_nt, rhs_parts, rhs_pos); in CUP$do_action()
708 …lhs_nt = (non_terminal)non_terms.get((/*lhs_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CU… in CUP$do_action()
762non_terminal nt = (non_terminal)non_terms.get((/*start_name*/(java_cup.runtime.str_token)CUP$stack… in CUP$do_action()
778 new production(non_terminal.START_nt, rhs_parts, rhs_pos); in CUP$do_action()
1107 non_terms.put("$START", non_terminal.START_nt); in CUP$do_action()
DMain.java453 non_terminal nt; in check_unused()
481 for (Enumeration n = non_terminal.all(); n.hasMoreElements(); ) in check_unused()
483 nt = (non_terminal)n.nextElement(); in check_unused()
530 non_terminal.compute_nullability(); in build_parser()
537 non_terminal.compute_first_sets(); in build_parser()
633 System.err.print(non_terminal.number() + " non terminal" + in emit_summary()
634 plural(non_terminal.number()) + ", and "); in emit_summary()
794 for (n=non_terminal.all(), cnt=0; n.hasMoreElements(); cnt++)
796 System.err.print(((non_terminal)n.nextElement()).name() + " ");
Dparse_reduce_row.java18 if (_size <= 0 ) _size = non_terminal.number(); in parse_reduce_row()
Dparser.cup125 /** declared start non_terminal */
126 protected non_terminal start_nt = null;
129 protected non_terminal lhs_nt;
191 non_terms.put("$START", non_terminal.START_nt);
388 non_terminal nt = (non_terminal)non_terms.get(start_name.str_val);
404 new production(non_terminal.START_nt, rhs_parts, rhs_pos);
423 lhs_nt = (non_terminal)non_terms.get(lhs_id.str_val);
471 new production(non_terminal.START_nt, rhs_parts, rhs_pos);
583 non_terminal this_nt =
584 new non_terminal(non_term_id.str_val, multipart_name);
Daction_production.java22 non_terminal lhs_sym, in action_production()
Dlr_item_core.java129 public non_terminal dot_before_nt() in dot_before_nt()
138 return (non_terminal)sym; in dot_before_nt()
Demit.java245 non_terminal nt; in symbols()
282 for (Enumeration e = non_terminal.all(); e.hasMoreElements(); ) in symbols()
284 nt = (non_terminal)e.nextElement(); in symbols()
Dlalr_item_set.java243 non_terminal nt; in compute_closure()
/cts/tools/dasm/etc/
Djava_cup.jar ... protected java.util.Hashtable non_terms protected java_cup.non_terminal start_nt protected java_cup.non_terminal lhs_nt protected java_cup.production_part ...
Djava_cup-new.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ java_cup/ ...
Djava_cup.jar.old ... protected java.util.Hashtable non_terms protected java_cup.non_terminal start_nt protected java_cup.non_terminal lhs_nt protected java_cup.production_part ...