Frames | No Frames |
Constructors with parameter type java_cup.non_terminal | |
action_production.action_production(production base, non_terminal lhs_sym, rhs_parts[] , int rhs_len, String action_str) Constructor. | |
Constructor with no action string. | |
Full constructor. | |
production.production(non_terminal lhs_sym, rhs_parts[] , int rhs_l, String action_str, int prec_num, int prec_side) | |
Fields of type java_cup.non_terminal | |
non_terminal | special non-terminal for start symbol |
Methods with return type java_cup.non_terminal | |
non_terminal | Determine if we have a dot before a non terminal, and if so which one
(return null or the non terminal). |
non_terminal | non_terminal.find(String with_name) lookup a non terminal by name string |
non_terminal | non_terminal.find(int indx) Lookup a non terminal by index. |