Uses of Class java_cup.non_terminal

Uses in package java_cup

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.
production.production(non_terminal lhs_sym, rhs_parts[] , int rhs_l)
Constructor with no action string.
production.production(non_terminal lhs_sym, rhs_parts[] , int rhs_l, String action_str)
Full constructor.
production.production(non_terminal lhs_sym, rhs_parts[] , int rhs_l, String action_str, int prec_num, int prec_side)
production.production(non_terminal lhs_sym, rhs_parts[] , int rhs_l, 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.