Searched refs:the_symbol (Results 1 – 13 of 13) sorted by relevance
49 public symbol the_symbol() {return _the_symbol;} in the_symbol() method in symbol_part64 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()
58 _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()
104 ((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()
196 sym = ((symbol_part)part).the_symbol(); in calc_lookahead()248 sym = ((symbol_part)part).the_symbol(); in lookahead_visible()
372 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()
222 if (prod == null || prod.lhs() == null || prod.lhs().the_symbol() != this) in add_production()
177 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()
807 System.err.print(prod.lhs().the_symbol().name() + " ::= ");813 ((symbol_part)prod.rhs(i)).the_symbol().name() + " ");
369 return new symbol_part(((symbol_part)part).the_symbol(),lab); in add_lab()
79 return new symbol_part(((symbol_part)part).the_symbol(),lab);
META-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/action_part.class action_part ...
META-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ java_cup/ ...