Home | History | Annotate | Download | only in java_cup

Lines Matching defs:lhs_nt

419   protected non_terminal lhs_nt;
634 if (lhs_nt != null)
637 production p = new production(lhs_nt, rhs_parts, rhs_pos);
644 start_nt = lhs_nt;
708 lhs_nt = (non_terminal)non_terms.get((/*lhs_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val);
711 if (lhs_nt == null)