Changeset 5309 for openmrs/branches/logic-api-refactoring/src/api/org/openmrs/arden/ArdenBaseParser.java
- Timestamp:
- 08/18/08 18:27:47 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs/branches/logic-api-refactoring/src/api/org/openmrs/arden/ArdenBaseParser.java
r5271 r5309 102 102 try { // for error handling 103 103 { 104 AST tmp1 93_AST = null;105 tmp1 93_AST = astFactory.create(LT(1));106 astFactory.makeASTRoot(currentAST, tmp1 93_AST);104 AST tmp179_AST = null; 105 tmp179_AST = astFactory.create(LT(1)); 106 astFactory.makeASTRoot(currentAST, tmp179_AST); 107 107 match(MAINTENANCE); 108 108 match(COLON); … … 130 130 131 131 try { // for error handling 132 AST tmp1 95_AST = null;133 tmp1 95_AST = astFactory.create(LT(1));134 astFactory.makeASTRoot(currentAST, tmp1 95_AST);132 AST tmp181_AST = null; 133 tmp181_AST = astFactory.create(LT(1)); 134 astFactory.makeASTRoot(currentAST, tmp181_AST); 135 135 match(LIBRARY); 136 136 match(COLON); … … 158 158 try { // for error handling 159 159 { 160 AST tmp1 97_AST = null;161 tmp1 97_AST = astFactory.create(LT(1));162 astFactory.makeASTRoot(currentAST, tmp1 97_AST);160 AST tmp183_AST = null; 161 tmp183_AST = astFactory.create(LT(1)); 162 astFactory.makeASTRoot(currentAST, tmp183_AST); 163 163 match(KNOWLEDGE); 164 164 match(COLON); … … 226 226 try { // for error handling 227 227 { 228 AST tmp1 99_AST = null;229 tmp1 99_AST = astFactory.create(LT(1));230 astFactory.makeASTRoot(currentAST, tmp1 99_AST);228 AST tmp185_AST = null; 229 tmp185_AST = astFactory.create(LT(1)); 230 astFactory.makeASTRoot(currentAST, tmp185_AST); 231 231 match(TITLE); 232 AST tmp 200_AST = null;233 tmp 200_AST = astFactory.create(LT(1));234 astFactory.addASTChild(currentAST, tmp 200_AST);232 AST tmp186_AST = null; 233 tmp186_AST = astFactory.create(LT(1)); 234 astFactory.addASTChild(currentAST, tmp186_AST); 235 235 match(COLON); 236 236 { … … 247 247 } while (true); 248 248 } 249 AST tmp 201_AST = null;250 tmp 201_AST = astFactory.create(LT(1));251 astFactory.addASTChild(currentAST, tmp 201_AST);249 AST tmp187_AST = null; 250 tmp187_AST = astFactory.create(LT(1)); 251 astFactory.addASTChild(currentAST, tmp187_AST); 252 252 match(ENDBLOCK); 253 253 } … … 278 278 case MLMNAME: 279 279 { 280 AST tmp 202_AST = null;281 tmp 202_AST = astFactory.create(LT(1));282 astFactory.makeASTRoot(currentAST, tmp 202_AST);280 AST tmp188_AST = null; 281 tmp188_AST = astFactory.create(LT(1)); 282 astFactory.makeASTRoot(currentAST, tmp188_AST); 283 283 match(MLMNAME); 284 AST tmp 203_AST = null;285 tmp 203_AST = astFactory.create(LT(1));286 astFactory.addASTChild(currentAST, tmp 203_AST);284 AST tmp189_AST = null; 285 tmp189_AST = astFactory.create(LT(1)); 286 astFactory.addASTChild(currentAST, tmp189_AST); 287 287 match(COLON); 288 288 mlmname_text(); … … 293 293 case FILENAME: 294 294 { 295 AST tmp 204_AST = null;296 tmp 204_AST = astFactory.create(LT(1));297 astFactory.makeASTRoot(currentAST, tmp 204_AST);295 AST tmp190_AST = null; 296 tmp190_AST = astFactory.create(LT(1)); 297 astFactory.makeASTRoot(currentAST, tmp190_AST); 298 298 match(FILENAME); 299 AST tmp 205_AST = null;300 tmp 205_AST = astFactory.create(LT(1));301 astFactory.addASTChild(currentAST, tmp 205_AST);299 AST tmp191_AST = null; 300 tmp191_AST = astFactory.create(LT(1)); 301 astFactory.addASTChild(currentAST, tmp191_AST); 302 302 match(COLON); 303 303 mlmname_text(); … … 333 333 case LITERAL_arden: 334 334 { 335 AST tmp 206_AST = null;336 tmp 206_AST = astFactory.create(LT(1));337 astFactory.addASTChild(currentAST, tmp 206_AST);335 AST tmp192_AST = null; 336 tmp192_AST = astFactory.create(LT(1)); 337 astFactory.addASTChild(currentAST, tmp192_AST); 338 338 match(LITERAL_arden); 339 AST tmp 207_AST = null;340 tmp 207_AST = astFactory.create(LT(1));341 astFactory.addASTChild(currentAST, tmp 207_AST);339 AST tmp193_AST = null; 340 tmp193_AST = astFactory.create(LT(1)); 341 astFactory.addASTChild(currentAST, tmp193_AST); 342 342 match(COLON); 343 343 { … … 346 346 { 347 347 { 348 AST tmp 208_AST = null;349 tmp 208_AST = astFactory.create(LT(1));350 astFactory.addASTChild(currentAST, tmp 208_AST);348 AST tmp194_AST = null; 349 tmp194_AST = astFactory.create(LT(1)); 350 astFactory.addASTChild(currentAST, tmp194_AST); 351 351 match(107); 352 AST tmp 209_AST = null;353 tmp 209_AST = astFactory.create(LT(1));354 astFactory.addASTChild(currentAST, tmp 209_AST);352 AST tmp195_AST = null; 353 tmp195_AST = astFactory.create(LT(1)); 354 astFactory.addASTChild(currentAST, tmp195_AST); 355 355 match(INTLIT); 356 AST tmp 210_AST = null;357 tmp 210_AST = astFactory.create(LT(1));358 astFactory.addASTChild(currentAST, tmp 210_AST);356 AST tmp196_AST = null; 357 tmp196_AST = astFactory.create(LT(1)); 358 astFactory.addASTChild(currentAST, tmp196_AST); 359 359 match(MINUS); 360 AST tmp 211_AST = null;361 tmp 211_AST = astFactory.create(LT(1));362 astFactory.addASTChild(currentAST, tmp 211_AST);360 AST tmp197_AST = null; 361 tmp197_AST = astFactory.create(LT(1)); 362 astFactory.addASTChild(currentAST, tmp197_AST); 363 363 match(INTLIT); 364 364 } … … 368 368 { 369 369 { 370 AST tmp 212_AST = null;371 tmp 212_AST = astFactory.create(LT(1));372 astFactory.addASTChild(currentAST, tmp 212_AST);370 AST tmp198_AST = null; 371 tmp198_AST = astFactory.create(LT(1)); 372 astFactory.addASTChild(currentAST, tmp198_AST); 373 373 match(VERSION); 374 374 version_num(); … … 383 383 } 384 384 } 385 AST tmp 213_AST = null;386 tmp 213_AST = astFactory.create(LT(1));387 astFactory.addASTChild(currentAST, tmp 213_AST);385 AST tmp199_AST = null; 386 tmp199_AST = astFactory.create(LT(1)); 387 astFactory.addASTChild(currentAST, tmp199_AST); 388 388 match(ENDBLOCK); 389 389 arden_version_slot_AST = (AST)currentAST.root; … … 419 419 420 420 try { // for error handling 421 AST tmp2 14_AST = null;422 tmp2 14_AST = astFactory.create(LT(1));423 astFactory.makeASTRoot(currentAST, tmp2 14_AST);421 AST tmp200_AST = null; 422 tmp200_AST = astFactory.create(LT(1)); 423 astFactory.makeASTRoot(currentAST, tmp200_AST); 424 424 match(VERSION); 425 AST tmp2 15_AST = null;426 tmp2 15_AST = astFactory.create(LT(1));427 astFactory.addASTChild(currentAST, tmp2 15_AST);425 AST tmp201_AST = null; 426 tmp201_AST = astFactory.create(LT(1)); 427 astFactory.addASTChild(currentAST, tmp201_AST); 428 428 match(COLON); 429 AST tmp2 16_AST = null;430 tmp2 16_AST = astFactory.create(LT(1));431 astFactory.addASTChild(currentAST, tmp2 16_AST);429 AST tmp202_AST = null; 430 tmp202_AST = astFactory.create(LT(1)); 431 astFactory.addASTChild(currentAST, tmp202_AST); 432 432 match(INTLIT); 433 AST tmp2 17_AST = null;434 tmp2 17_AST = astFactory.create(LT(1));435 astFactory.addASTChild(currentAST, tmp2 17_AST);433 AST tmp203_AST = null; 434 tmp203_AST = astFactory.create(LT(1)); 435 astFactory.addASTChild(currentAST, tmp203_AST); 436 436 match(DOT); 437 AST tmp2 18_AST = null;438 tmp2 18_AST = astFactory.create(LT(1));439 astFactory.addASTChild(currentAST, tmp2 18_AST);437 AST tmp204_AST = null; 438 tmp204_AST = astFactory.create(LT(1)); 439 astFactory.addASTChild(currentAST, tmp204_AST); 440 440 match(INTLIT); 441 AST tmp2 19_AST = null;442 tmp2 19_AST = astFactory.create(LT(1));443 astFactory.addASTChild(currentAST, tmp2 19_AST);441 AST tmp205_AST = null; 442 tmp205_AST = astFactory.create(LT(1)); 443 astFactory.addASTChild(currentAST, tmp205_AST); 444 444 match(ENDBLOCK); 445 445 version_slot_AST = (AST)currentAST.root; … … 463 463 464 464 try { // for error handling 465 AST tmp2 20_AST = null;466 tmp2 20_AST = astFactory.create(LT(1));467 astFactory.makeASTRoot(currentAST, tmp2 20_AST);465 AST tmp206_AST = null; 466 tmp206_AST = astFactory.create(LT(1)); 467 astFactory.makeASTRoot(currentAST, tmp206_AST); 468 468 match(INSTITUTION); 469 AST tmp2 21_AST = null;470 tmp2 21_AST = astFactory.create(LT(1));471 astFactory.addASTChild(currentAST, tmp2 21_AST);469 AST tmp207_AST = null; 470 tmp207_AST = astFactory.create(LT(1)); 471 astFactory.addASTChild(currentAST, tmp207_AST); 472 472 match(COLON); 473 473 { … … 484 484 } while (true); 485 485 } 486 AST tmp2 22_AST = null;487 tmp2 22_AST = astFactory.create(LT(1));488 astFactory.addASTChild(currentAST, tmp2 22_AST);486 AST tmp208_AST = null; 487 tmp208_AST = astFactory.create(LT(1)); 488 astFactory.addASTChild(currentAST, tmp208_AST); 489 489 match(ENDBLOCK); 490 490 institution_slot_AST = (AST)currentAST.root; … … 508 508 509 509 try { // for error handling 510 AST tmp2 23_AST = null;511 tmp2 23_AST = astFactory.create(LT(1));512 astFactory.makeASTRoot(currentAST, tmp2 23_AST);510 AST tmp209_AST = null; 511 tmp209_AST = astFactory.create(LT(1)); 512 astFactory.makeASTRoot(currentAST, tmp209_AST); 513 513 match(AUTHOR); 514 AST tmp2 24_AST = null;515 tmp2 24_AST = astFactory.create(LT(1));516 astFactory.addASTChild(currentAST, tmp2 24_AST);514 AST tmp210_AST = null; 515 tmp210_AST = astFactory.create(LT(1)); 516 astFactory.addASTChild(currentAST, tmp210_AST); 517 517 match(COLON); 518 518 { … … 533 533 do { 534 534 if ((LA(1)==SEMI)) { 535 AST tmp2 25_AST = null;536 tmp2 25_AST = astFactory.create(LT(1));537 astFactory.addASTChild(currentAST, tmp2 25_AST);535 AST tmp211_AST = null; 536 tmp211_AST = astFactory.create(LT(1)); 537 astFactory.addASTChild(currentAST, tmp211_AST); 538 538 match(SEMI); 539 539 { … … 557 557 } while (true); 558 558 } 559 AST tmp2 26_AST = null;560 tmp2 26_AST = astFactory.create(LT(1));561 astFactory.addASTChild(currentAST, tmp2 26_AST);559 AST tmp212_AST = null; 560 tmp212_AST = astFactory.create(LT(1)); 561 astFactory.addASTChild(currentAST, tmp212_AST); 562 562 match(ENDBLOCK); 563 563 author_slot_AST = (AST)currentAST.root; … … 581 581 582 582 try { // for error handling 583 AST tmp2 27_AST = null;584 tmp2 27_AST = astFactory.create(LT(1));585 astFactory.makeASTRoot(currentAST, tmp2 27_AST);583 AST tmp213_AST = null; 584 tmp213_AST = astFactory.create(LT(1)); 585 astFactory.makeASTRoot(currentAST, tmp213_AST); 586 586 match(SPECIALIST); 587 AST tmp2 28_AST = null;588 tmp2 28_AST = astFactory.create(LT(1));589 astFactory.addASTChild(currentAST, tmp2 28_AST);587 AST tmp214_AST = null; 588 tmp214_AST = astFactory.create(LT(1)); 589 astFactory.addASTChild(currentAST, tmp214_AST); 590 590 match(COLON); 591 591 { … … 602 602 } while (true); 603 603 } 604 AST tmp2 29_AST = null;605 tmp2 29_AST = astFactory.create(LT(1));606 astFactory.addASTChild(currentAST, tmp2 29_AST);604 AST tmp215_AST = null; 605 tmp215_AST = astFactory.create(LT(1)); 606 astFactory.addASTChild(currentAST, tmp215_AST); 607 607 match(ENDBLOCK); 608 608 specialist_slot_AST = (AST)currentAST.root; … … 626 626 627 627 try { // for error handling 628 AST tmp2 30_AST = null;629 tmp2 30_AST = astFactory.create(LT(1));630 astFactory.makeASTRoot(currentAST, tmp2 30_AST);628 AST tmp216_AST = null; 629 tmp216_AST = astFactory.create(LT(1)); 630 astFactory.makeASTRoot(currentAST, tmp216_AST); 631 631 match(DATE); 632 AST tmp2 31_AST = null;633 tmp2 31_AST = astFactory.create(LT(1));634 astFactory.addASTChild(currentAST, tmp2 31_AST);632 AST tmp217_AST = null; 633 tmp217_AST = astFactory.create(LT(1)); 634 astFactory.addASTChild(currentAST, tmp217_AST); 635 635 match(COLON); 636 636 mlm_date(); 637 637 astFactory.addASTChild(currentAST, returnAST); 638 AST tmp2 32_AST = null;639 tmp2 32_AST = astFactory.create(LT(1));640 astFactory.addASTChild(currentAST, tmp2 32_AST);638 AST tmp218_AST = null; 639 tmp218_AST = astFactory.create(LT(1)); 640 astFactory.addASTChild(currentAST, tmp218_AST); 641 641 match(ENDBLOCK); 642 642 date_slot_AST = (AST)currentAST.root; … … 660 660 661 661 try { // for error handling 662 AST tmp2 33_AST = null;663 tmp2 33_AST = astFactory.create(LT(1));664 astFactory.addASTChild(currentAST, tmp2 33_AST);662 AST tmp219_AST = null; 663 tmp219_AST = astFactory.create(LT(1)); 664 astFactory.addASTChild(currentAST, tmp219_AST); 665 665 match(LITERAL_validation); 666 AST tmp2 34_AST = null;667 tmp2 34_AST = astFactory.create(LT(1));668 astFactory.addASTChild(currentAST, tmp2 34_AST);666 AST tmp220_AST = null; 667 tmp220_AST = astFactory.create(LT(1)); 668 astFactory.addASTChild(currentAST, tmp220_AST); 669 669 match(COLON); 670 670 validation_code(); 671 671 astFactory.addASTChild(currentAST, returnAST); 672 AST tmp2 35_AST = null;673 tmp2 35_AST = astFactory.create(LT(1));674 astFactory.addASTChild(currentAST, tmp2 35_AST);672 AST tmp221_AST = null; 673 tmp221_AST = astFactory.create(LT(1)); 674 astFactory.addASTChild(currentAST, tmp221_AST); 675 675 match(ENDBLOCK); 676 676 validation_slot_AST = (AST)currentAST.root; … … 725 725 726 726 try { // for error handling 727 AST tmp2 36_AST = null;728 tmp2 36_AST = astFactory.create(LT(1));729 astFactory.makeASTRoot(currentAST, tmp2 36_AST);727 AST tmp222_AST = null; 728 tmp222_AST = astFactory.create(LT(1)); 729 astFactory.makeASTRoot(currentAST, tmp222_AST); 730 730 match(PURPOSE); 731 AST tmp2 37_AST = null;732 tmp2 37_AST = astFactory.create(LT(1));733 astFactory.addASTChild(currentAST, tmp2 37_AST);731 AST tmp223_AST = null; 732 tmp223_AST = astFactory.create(LT(1)); 733 astFactory.addASTChild(currentAST, tmp223_AST); 734 734 match(COLON); 735 735 { … … 746 746 } while (true); 747 747 } 748 AST tmp2 38_AST = null;749 tmp2 38_AST = astFactory.create(LT(1));750 astFactory.addASTChild(currentAST, tmp2 38_AST);748 AST tmp224_AST = null; 749 tmp224_AST = astFactory.create(LT(1)); 750 astFactory.addASTChild(currentAST, tmp224_AST); 751 751 match(ENDBLOCK); 752 752 purpose_slot_AST = (AST)currentAST.root; … … 773 773 774 774 try { // for error handling 775 AST tmp2 39_AST = null;776 tmp2 39_AST = astFactory.create(LT(1));777 astFactory.makeASTRoot(currentAST, tmp2 39_AST);775 AST tmp225_AST = null; 776 tmp225_AST = astFactory.create(LT(1)); 777 astFactory.makeASTRoot(currentAST, tmp225_AST); 778 778 match(EXPLANATION); 779 AST tmp2 40_AST = null;780 tmp2 40_AST = astFactory.create(LT(1));781 astFactory.addASTChild(currentAST, tmp2 40_AST);779 AST tmp226_AST = null; 780 tmp226_AST = astFactory.create(LT(1)); 781 astFactory.addASTChild(currentAST, tmp226_AST); 782 782 match(COLON); 783 783 { … … 789 789 } 790 790 else if ((LA(1)==INTLIT)) { 791 AST tmp2 41_AST = null;792 tmp2 41_AST = astFactory.create(LT(1));793 astFactory.addASTChild(currentAST, tmp2 41_AST);791 AST tmp227_AST = null; 792 tmp227_AST = astFactory.create(LT(1)); 793 astFactory.addASTChild(currentAST, tmp227_AST); 794 794 match(INTLIT); 795 795 } … … 800 800 } while (true); 801 801 } 802 AST tmp2 42_AST = null;803 tmp2 42_AST = astFactory.create(LT(1));804 astFactory.addASTChild(currentAST, tmp2 42_AST);802 AST tmp228_AST = null; 803 tmp228_AST = astFactory.create(LT(1)); 804 astFactory.addASTChild(currentAST, tmp228_AST); 805 805 match(ENDBLOCK); 806 806 explanation_slot_AST = (AST)currentAST.root; … … 827 827 828 828 try { // for error handling 829 AST tmp2 43_AST = null;830 tmp2 43_AST = astFactory.create(LT(1));831 astFactory.makeASTRoot(currentAST, tmp2 43_AST);829 AST tmp229_AST = null; 830 tmp229_AST = astFactory.create(LT(1)); 831 astFactory.makeASTRoot(currentAST, tmp229_AST); 832 832 match(KEYWORDS); 833 AST tmp2 44_AST = null;834 tmp2 44_AST = astFactory.create(LT(1));835 astFactory.addASTChild(currentAST, tmp2 44_AST);833 AST tmp230_AST = null; 834 tmp230_AST = astFactory.create(LT(1)); 835 astFactory.addASTChild(currentAST, tmp230_AST); 836 836 match(COLON); 837 837 { … … 866 866 } 867 867 else if ((LA(1)==CITATIONS)) { 868 AST tmp2 45_AST = null;869 tmp2 45_AST = astFactory.create(LT(1));870 astFactory.makeASTRoot(currentAST, tmp2 45_AST);868 AST tmp231_AST = null; 869 tmp231_AST = astFactory.create(LT(1)); 870 astFactory.makeASTRoot(currentAST, tmp231_AST); 871 871 match(CITATIONS); 872 AST tmp2 46_AST = null;873 tmp2 46_AST = astFactory.create(LT(1));874 astFactory.addASTChild(currentAST, tmp2 46_AST);872 AST tmp232_AST = null; 873 tmp232_AST = astFactory.create(LT(1)); 874 astFactory.addASTChild(currentAST, tmp232_AST); 875 875 match(COLON); 876 876 { … … 878 878 astFactory.addASTChild(currentAST, returnAST); 879 879 } 880 AST tmp2 47_AST = null;881 tmp2 47_AST = astFactory.create(LT(1));882 astFactory.addASTChild(currentAST, tmp2 47_AST);880 AST tmp233_AST = null; 881 tmp233_AST = astFactory.create(LT(1)); 882 astFactory.addASTChild(currentAST, tmp233_AST); 883 883 match(ENDBLOCK); 884 884 citations_slot_AST = (AST)currentAST.root; … … 914 914 } 915 915 else if ((LA(1)==LINKS)) { 916 AST tmp2 48_AST = null;917 tmp2 48_AST = astFactory.create(LT(1));918 astFactory.makeASTRoot(currentAST, tmp2 48_AST);916 AST tmp234_AST = null; 917 tmp234_AST = astFactory.create(LT(1)); 918 astFactory.makeASTRoot(currentAST, tmp234_AST); 919 919 match(LINKS); 920 AST tmp2 49_AST = null;921 tmp2 49_AST = astFactory.create(LT(1));922 astFactory.addASTChild(currentAST, tmp2 49_AST);920 AST tmp235_AST = null; 921 tmp235_AST = astFactory.create(LT(1)); 922 astFactory.addASTChild(currentAST, tmp235_AST); 923 923 match(COLON); 924 924 { … … 928 928 } 929 929 else if ((LA(1)==HTTP)) { 930 AST tmp2 50_AST = null;931 tmp2 50_AST = astFactory.create(LT(1));932 astFactory.makeASTRoot(currentAST, tmp2 50_AST);930 AST tmp236_AST = null; 931 tmp236_AST = astFactory.create(LT(1)); 932 astFactory.makeASTRoot(currentAST, tmp236_AST); 933 933 match(HTTP); 934 AST tmp2 51_AST = null;935 tmp2 51_AST = astFactory.create(LT(1));936 astFactory.addASTChild(currentAST, tmp2 51_AST);934 AST tmp237_AST = null; 935 tmp237_AST = astFactory.create(LT(1)); 936 astFactory.addASTChild(currentAST, tmp237_AST); 937 937 match(NOT_COMMENT); 938 938 { … … 955 955 do { 956 956 if ((LA(1)==SINGLE_QUOTE)) { 957 AST tmp2 52_AST = null;958 tmp2 52_AST = astFactory.create(LT(1));959 astFactory.addASTChild(currentAST, tmp2 52_AST);957 AST tmp238_AST = null; 958 tmp238_AST = astFactory.create(LT(1)); 959 astFactory.addASTChild(currentAST, tmp238_AST); 960 960 match(SINGLE_QUOTE); 961 961 { … … 967 967 } 968 968 else if ((LA(1)==DOT)) { 969 AST tmp2 53_AST = null;970 tmp2 53_AST = astFactory.create(LT(1));971 astFactory.addASTChild(currentAST, tmp2 53_AST);969 AST tmp239_AST = null; 970 tmp239_AST = astFactory.create(LT(1)); 971 astFactory.addASTChild(currentAST, tmp239_AST); 972 972 match(DOT); 973 973 } 974 974 else if ((LA(1)==INTLIT)) { 975 AST tmp2 54_AST = null;976 tmp2 54_AST = astFactory.create(LT(1));977 astFactory.addASTChild(currentAST, tmp2 54_AST);975 AST tmp240_AST = null; 976 tmp240_AST = astFactory.create(LT(1)); 977 astFactory.addASTChild(currentAST, tmp240_AST); 978 978 match(INTLIT); 979 979 } … … 984 984 } while (true); 985 985 } 986 AST tmp2 55_AST = null;987 tmp2 55_AST = astFactory.create(LT(1));988 astFactory.addASTChild(currentAST, tmp2 55_AST);986 AST tmp241_AST = null; 987 tmp241_AST = astFactory.create(LT(1)); 988 astFactory.addASTChild(currentAST, tmp241_AST); 989 989 match(SINGLE_QUOTE); 990 990 { … … 992 992 case SEMI: 993 993 {