Home | History | Annotate | Download | only in java_cup

Lines Matching full:case

441           case 64: // empty ::= 
449 case 63: // label_id ::= ID
457 case 62: // symbol_id ::= ID
465 case 61: // nt_id ::= ID
473 case 60: // new_non_term_id ::= ID
501 case 59: // new_term_id ::= ID
523 case 58: // type_id ::= multipart_id
531 case 57: // import_id ::= multipart_id
539 case 56: // import_id ::= multipart_id DOT STAR
547 case 55: // multipart_id ::= ID
555 case 54: // multipart_id ::= multipart_id DOT ID
563 case 53: // opt_label ::= empty
571 case 52: // opt_label ::= COLON label_id
579 case 51: // prod_part ::= CODE_STRING
590 case 50: // prod_part ::= symbol_id opt_label
614 case 49: // prod_part_list ::= empty
622 case 48: // prod_part_list ::= prod_part_list prod_part
630 case 47: // rhs ::= prod_part_list
656 /* reset the rhs accumulation in any case */
663 case 46: // rhs_list ::= rhs
671 case 45: // rhs_list ::= rhs_list BAR rhs
679 case 44: // production ::= error NT$9 SEMI
687 case 43: // NT$9 ::=
695 case 42: // production ::= nt_id NT$8 COLON_COLON_EQUALS rhs_list SEMI
703 case 41: // NT$8 ::=
725 case 40: // production_list ::= production
733 case 39: // production_list ::= production_list production
741 case 38: // start_spec ::= empty
749 case 37: // start_spec ::= START WITH nt_id NT$7 SEMI
757 case 36: // NT$7 ::=
786 case 35: // non_term_name_list ::= new_non_term_id
794 case 34: // non_term_name_list ::= non_term_name_list COMMA new_non_term_id
802 case 33: // term_name_list ::= new_term_id
810 case 32: // term_name_list ::= term_name_list COMMA new_term_id
818 case 31: // symbol ::= NON TERMINAL error NT$6 SEMI
826 case 30: // NT$6 ::=
837 case 29: // symbol ::= TERMINAL error NT$5 SEMI
845 case 28: // NT$5 ::=
856 case 27: // symbol ::= NON TERMINAL type_id non_term_name_list NT$4 SEMI
864 case 26: // NT$4 ::=
875 case 25: // symbol ::= TERMINAL type_id term_name_list NT$3 SEMI
883 case 24: // NT$3 ::=
894 case 23: // symbol_list ::= symbol
902 case 22: // symbol_list ::= symbol_list symbol
910 case 21: // debug_grammar ::= empty
918 case 20: // debug_grammar ::= DEBUG WITH multipart_id SEMI
931 case 19: // scan_code ::= empty
939 case 18: // scan_code ::= SCAN WITH CODE_STRING SEMI
950 case 17: // init_code ::= empty
958 case 16: // init_code ::= INIT WITH CODE_STRING SEMI
969 case 15: // parser_code_part ::= empty
977 case 14: // parser_code_part ::= PARSER CODE CODE_STRING SEMI
988 case 13: // action_code_part ::= empty
996 case 12: // action_code_part ::= ACTION CODE CODE_STRING SEMI
1007 case 11: // code_part ::= action_code_part parser_code_part
1015 case 10: // import_spec ::= IMPORT import_id NT$2 SEMI
1023 case 9: // NT$2 ::=
1037 case 8: // import_list ::= empty
1045 case 7: // import_list ::= import_list import_spec
1053 case 6: // package_spec ::= empty
1061 case 5: // package_spec ::= PACKAGE multipart_id NT$1 SEMI
1069 case 4: // NT$1 ::=
1083 case 3: // spec ::= error symbol_list start_spec production_list
1091 case 2: // spec ::= NT$0 package_spec import_list code_part debug_grammar init_code scan_code symbol_list start_spec production_list
1099 case 1: // NT$0 ::=
1113 case 0: // $START ::= spec EOF