Uses of Class
java_cup.non_terminal
Packages that use non_terminal
-
Uses of non_terminal in java_cup
Fields in java_cup declared as non_terminalModifier and TypeFieldDescriptionstatic final non_terminalnon_terminal.START_ntspecial non-terminal for start symbolMethods in java_cup that return non_terminalModifier and TypeMethodDescriptionlr_item_core.dot_before_nt()Determine if we have a dot before a non terminal, and if so which one (return null or the non terminal).static non_terminalnon_terminal.find(int indx) Lookup a non terminal by index.static non_terminallookup a non terminal by name stringConstructors in java_cup with parameters of type non_terminalModifierConstructorDescriptionaction_production(production base, non_terminal lhs_sym, production_part[] rhs_parts, int rhs_len, String action_str, int indexOfIntermediateResult) Constructor.production(non_terminal lhs_sym, production_part[] rhs_parts, int rhs_l) Constructor with no action string.production(non_terminal lhs_sym, production_part[] rhs_parts, int rhs_l, int prec_num, int prec_side) production(non_terminal lhs_sym, production_part[] rhs_parts, int rhs_l, String action_str) Full constructor.production(non_terminal lhs_sym, production_part[] rhs_parts, int rhs_l, String action_str, int prec_num, int prec_side)