Home
last modified time | relevance | path

Searched refs:the_symbol (Results 1 – 13 of 13) sorted by relevance

/cts/tools/dasm/src/java_cup/
Dsymbol_part.java49 public symbol the_symbol() {return _the_symbol;} in the_symbol() method in symbol_part
64 the_symbol().equals(other.the_symbol()); in equals()
84 (the_symbol()==null ? 0 : the_symbol().hashCode()); in hashCode()
92 if (the_symbol() != null) in toString()
93 return super.toString() + the_symbol(); in toString()
Dlr_item_core.java58 _symbol_after_dot = ((symbol_part)part).the_symbol(); in lr_item_core()
212 _the_production.lhs().the_symbol() != null && in to_simple_string()
213 _the_production.lhs().the_symbol().name() != null) in to_simple_string()
214 result = _the_production.lhs().the_symbol().name(); in to_simple_string()
238 else if (((symbol_part)part).the_symbol() != null && in to_simple_string()
239 ((symbol_part)part).the_symbol().name() != null) in to_simple_string()
240 result += ((symbol_part)part).the_symbol().name() + " "; in to_simple_string()
Dproduction.java104 ((symbol_part)_rhs[i]).the_symbol().note_use(); in production()
460 label_types.put(part.label(), part.the_symbol().stack_type()); in translate_labels()
634 sym = ((symbol_part)part).the_symbol(); in check_nullable()
675 sym = ((symbol_part)rhs(part)).the_symbol(); in check_first_set()
771 result = ((lhs() != null) ? lhs().the_symbol().name() : "NULL_LHS"); in to_simple_string()
775 result += ((symbol_part)rhs(i)).the_symbol().name() + " "; in to_simple_string()
Dlalr_item.java196 sym = ((symbol_part)part).the_symbol(); in calc_lookahead()
248 sym = ((symbol_part)part).the_symbol(); in lookahead_visible()
Demit.java372 prod.lhs().the_symbol().stack_type() + "(/*" + in emit_action_code()
373 prod.lhs().the_symbol().name() + "*/" + in emit_action_code()
374 prod.lhs().the_symbol().index() + ");"); in emit_action_code()
447 out.print(/* lhs symbol # */ prod.lhs().the_symbol().index() + ", "); in emit_production_table()
Dnon_terminal.java222 if (prod == null || prod.lhs() == null || prod.lhs().the_symbol() != this) in add_production()
Dlalr_state.java177 System.out.print(itm.the_production().lhs().the_symbol().name()); in dump_state()
186 System.out.print(((symbol_part)part).the_symbol().name() + " "); in dump_state()
DMain.java807 System.err.print(prod.lhs().the_symbol().name() + " ::= ");
813 ((symbol_part)prod.rhs(i)).the_symbol().name() + " ");
Dparser.java369 return new symbol_part(((symbol_part)part).the_symbol(),lab); in add_lab()
Dparser.cup79 return new symbol_part(((symbol_part)part).the_symbol(),lab);
/cts/tools/dasm/etc/
Djava_cup.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/action_part.class action_part ...
Djava_cup-new.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ java_cup/ ...
Djava_cup.jar.oldMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/action_part.class action_part ...