aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/lsl.parser.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/lsl.parser.cs1101
1 files changed, 564 insertions, 537 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/lsl.parser.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/lsl.parser.cs
index adcf90a..fdb538b 100644
--- a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/lsl.parser.cs
+++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/lsl.parser.cs
@@ -1,3 +1,30 @@
1/*
2 * Copyright (c) Contributors, http://opensimulator.org/
3 * See CONTRIBUTORS.TXT for a full list of copyright holders.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are met:
7 * * Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.
9 * * Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
11 * documentation and/or other materials provided with the distribution.
12 * * Neither the name of the OpenSim Project nor the
13 * names of its contributors may be used to endorse or promote products
14 * derived from this software without specific prior written permission.
15 *
16 * THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY
17 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19 * DISCLAIMED. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY
20 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
21 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
22 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
23 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
25 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26 */
27
1using System;using Tools; 28using System;using Tools;
2//%+LSLProgramRoot+95 29//%+LSLProgramRoot+95
3public class LSLProgramRoot : SYMBOL{ 30public class LSLProgramRoot : SYMBOL{
@@ -615,1005 +642,1005 @@ public IncrementDecrementExpression(Parser yyp):base(yyp){}}
615 642
616public class LSLProgramRoot_1 : LSLProgramRoot { 643public class LSLProgramRoot_1 : LSLProgramRoot {
617 public LSLProgramRoot_1(Parser yyq):base(yyq, 644 public LSLProgramRoot_1(Parser yyq):base(yyq,
618 ((GlobalDefinitions)(yyq.StackAt(1).m_value)) 645 ((GlobalDefinitions)(yyq.StackAt(1).m_value))
619 , 646 ,
620 ((States)(yyq.StackAt(0).m_value)) 647 ((States)(yyq.StackAt(0).m_value))
621 ){}} 648 ){}}
622 649
623public class LSLProgramRoot_2 : LSLProgramRoot { 650public class LSLProgramRoot_2 : LSLProgramRoot {
624 public LSLProgramRoot_2(Parser yyq):base(yyq, 651 public LSLProgramRoot_2(Parser yyq):base(yyq,
625 ((States)(yyq.StackAt(0).m_value)) 652 ((States)(yyq.StackAt(0).m_value))
626 ){}} 653 ){}}
627 654
628public class GlobalDefinitions_1 : GlobalDefinitions { 655public class GlobalDefinitions_1 : GlobalDefinitions {
629 public GlobalDefinitions_1(Parser yyq):base(yyq, 656 public GlobalDefinitions_1(Parser yyq):base(yyq,
630 ((GlobalVariableDeclaration)(yyq.StackAt(0).m_value)) 657 ((GlobalVariableDeclaration)(yyq.StackAt(0).m_value))
631 ){}} 658 ){}}
632 659
633public class GlobalDefinitions_2 : GlobalDefinitions { 660public class GlobalDefinitions_2 : GlobalDefinitions {
634 public GlobalDefinitions_2(Parser yyq):base(yyq, 661 public GlobalDefinitions_2(Parser yyq):base(yyq,
635 ((GlobalDefinitions)(yyq.StackAt(1).m_value)) 662 ((GlobalDefinitions)(yyq.StackAt(1).m_value))
636 , 663 ,
637 ((GlobalVariableDeclaration)(yyq.StackAt(0).m_value)) 664 ((GlobalVariableDeclaration)(yyq.StackAt(0).m_value))
638 ){}} 665 ){}}
639 666
640public class GlobalDefinitions_3 : GlobalDefinitions { 667public class GlobalDefinitions_3 : GlobalDefinitions {
641 public GlobalDefinitions_3(Parser yyq):base(yyq, 668 public GlobalDefinitions_3(Parser yyq):base(yyq,
642 ((GlobalFunctionDefinition)(yyq.StackAt(0).m_value)) 669 ((GlobalFunctionDefinition)(yyq.StackAt(0).m_value))
643 ){}} 670 ){}}
644 671
645public class GlobalDefinitions_4 : GlobalDefinitions { 672public class GlobalDefinitions_4 : GlobalDefinitions {
646 public GlobalDefinitions_4(Parser yyq):base(yyq, 673 public GlobalDefinitions_4(Parser yyq):base(yyq,
647 ((GlobalDefinitions)(yyq.StackAt(1).m_value)) 674 ((GlobalDefinitions)(yyq.StackAt(1).m_value))
648 , 675 ,
649 ((GlobalFunctionDefinition)(yyq.StackAt(0).m_value)) 676 ((GlobalFunctionDefinition)(yyq.StackAt(0).m_value))
650 ){}} 677 ){}}
651 678
652public class GlobalVariableDeclaration_1 : GlobalVariableDeclaration { 679public class GlobalVariableDeclaration_1 : GlobalVariableDeclaration {
653 public GlobalVariableDeclaration_1(Parser yyq):base(yyq, 680 public GlobalVariableDeclaration_1(Parser yyq):base(yyq,
654 ((Declaration)(yyq.StackAt(1).m_value)) 681 ((Declaration)(yyq.StackAt(1).m_value))
655 ){}} 682 ){}}
656 683
657public class GlobalVariableDeclaration_2 : GlobalVariableDeclaration { 684public class GlobalVariableDeclaration_2 : GlobalVariableDeclaration {
658 public GlobalVariableDeclaration_2(Parser yyq):base(yyq,new Assignment(((LSLSyntax 685 public GlobalVariableDeclaration_2(Parser yyq):base(yyq,new Assignment(((LSLSyntax
659)yyq), 686)yyq),
660 ((Declaration)(yyq.StackAt(3).m_value)) 687 ((Declaration)(yyq.StackAt(3).m_value))
661 , 688 ,
662 ((Expression)(yyq.StackAt(1).m_value)) 689 ((Expression)(yyq.StackAt(1).m_value))
663 , 690 ,
664 ((EQUALS)(yyq.StackAt(2).m_value)) 691 ((EQUALS)(yyq.StackAt(2).m_value))
665 .yytext)){}} 692 .yytext)){}}
666 693
667public class GlobalFunctionDefinition_1 : GlobalFunctionDefinition { 694public class GlobalFunctionDefinition_1 : GlobalFunctionDefinition {
668 public GlobalFunctionDefinition_1(Parser yyq):base(yyq,"void", 695 public GlobalFunctionDefinition_1(Parser yyq):base(yyq,"void",
669 ((IDENT)(yyq.StackAt(4).m_value)) 696 ((IDENT)(yyq.StackAt(4).m_value))
670 .yytext, 697 .yytext,
671 ((ArgumentDeclarationList)(yyq.StackAt(2).m_value)) 698 ((ArgumentDeclarationList)(yyq.StackAt(2).m_value))
672 , 699 ,
673 ((CompoundStatement)(yyq.StackAt(0).m_value)) 700 ((CompoundStatement)(yyq.StackAt(0).m_value))
674 ){}} 701 ){}}
675 702
676public class GlobalFunctionDefinition_2 : GlobalFunctionDefinition { 703public class GlobalFunctionDefinition_2 : GlobalFunctionDefinition {
677 public GlobalFunctionDefinition_2(Parser yyq):base(yyq, 704 public GlobalFunctionDefinition_2(Parser yyq):base(yyq,
678 ((Typename)(yyq.StackAt(5).m_value)) 705 ((Typename)(yyq.StackAt(5).m_value))
679 .yytext, 706 .yytext,
680 ((IDENT)(yyq.StackAt(4).m_value)) 707 ((IDENT)(yyq.StackAt(4).m_value))
681 .yytext, 708 .yytext,
682 ((ArgumentDeclarationList)(yyq.StackAt(2).m_value)) 709 ((ArgumentDeclarationList)(yyq.StackAt(2).m_value))
683 , 710 ,
684 ((CompoundStatement)(yyq.StackAt(0).m_value)) 711 ((CompoundStatement)(yyq.StackAt(0).m_value))
685 ){}} 712 ){}}
686 713
687public class States_1 : States { 714public class States_1 : States {
688 public States_1(Parser yyq):base(yyq, 715 public States_1(Parser yyq):base(yyq,
689 ((State)(yyq.StackAt(0).m_value)) 716 ((State)(yyq.StackAt(0).m_value))
690 ){}} 717 ){}}
691 718
692public class States_2 : States { 719public class States_2 : States {
693 public States_2(Parser yyq):base(yyq, 720 public States_2(Parser yyq):base(yyq,
694 ((States)(yyq.StackAt(1).m_value)) 721 ((States)(yyq.StackAt(1).m_value))
695 , 722 ,
696 ((State)(yyq.StackAt(0).m_value)) 723 ((State)(yyq.StackAt(0).m_value))
697 ){}} 724 ){}}
698 725
699public class State_1 : State { 726public class State_1 : State {
700 public State_1(Parser yyq):base(yyq, 727 public State_1(Parser yyq):base(yyq,
701 ((DEFAULT_STATE)(yyq.StackAt(3).m_value)) 728 ((DEFAULT_STATE)(yyq.StackAt(3).m_value))
702 .yytext, 729 .yytext,
703 ((StateBody)(yyq.StackAt(1).m_value)) 730 ((StateBody)(yyq.StackAt(1).m_value))
704 ){}} 731 ){}}
705 732
706public class State_2 : State { 733public class State_2 : State {
707 public State_2(Parser yyq):base(yyq, 734 public State_2(Parser yyq):base(yyq,
708 ((IDENT)(yyq.StackAt(3).m_value)) 735 ((IDENT)(yyq.StackAt(3).m_value))
709 .yytext, 736 .yytext,
710 ((StateBody)(yyq.StackAt(1).m_value)) 737 ((StateBody)(yyq.StackAt(1).m_value))
711 ){}} 738 ){}}
712 739
713public class StateBody_1 : StateBody { 740public class StateBody_1 : StateBody {
714 public StateBody_1(Parser yyq):base(yyq, 741 public StateBody_1(Parser yyq):base(yyq,
715 ((StateEvent)(yyq.StackAt(0).m_value)) 742 ((StateEvent)(yyq.StackAt(0).m_value))
716 ){}} 743 ){}}
717 744
718public class StateBody_2 : StateBody { 745public class StateBody_2 : StateBody {
719 public StateBody_2(Parser yyq):base(yyq, 746 public StateBody_2(Parser yyq):base(yyq,
720 ((StateBody)(yyq.StackAt(1).m_value)) 747 ((StateBody)(yyq.StackAt(1).m_value))
721 , 748 ,
722 ((StateEvent)(yyq.StackAt(0).m_value)) 749 ((StateEvent)(yyq.StackAt(0).m_value))
723 ){}} 750 ){}}
724 751
725public class StateEvent_1 : StateEvent { 752public class StateEvent_1 : StateEvent {
726 public StateEvent_1(Parser yyq):base(yyq, 753 public StateEvent_1(Parser yyq):base(yyq,
727 ((Event)(yyq.StackAt(4).m_value)) 754 ((Event)(yyq.StackAt(4).m_value))
728 .yytext, 755 .yytext,
729 ((ArgumentDeclarationList)(yyq.StackAt(2).m_value)) 756 ((ArgumentDeclarationList)(yyq.StackAt(2).m_value))
730 , 757 ,
731 ((CompoundStatement)(yyq.StackAt(0).m_value)) 758 ((CompoundStatement)(yyq.StackAt(0).m_value))
732 ){}} 759 ){}}
733 760
734public class ArgumentDeclarationList_1 : ArgumentDeclarationList { 761public class ArgumentDeclarationList_1 : ArgumentDeclarationList {
735 public ArgumentDeclarationList_1(Parser yyq):base(yyq, 762 public ArgumentDeclarationList_1(Parser yyq):base(yyq,
736 ((Declaration)(yyq.StackAt(0).m_value)) 763 ((Declaration)(yyq.StackAt(0).m_value))
737 ){}} 764 ){}}
738 765
739public class ArgumentDeclarationList_2 : ArgumentDeclarationList { 766public class ArgumentDeclarationList_2 : ArgumentDeclarationList {
740 public ArgumentDeclarationList_2(Parser yyq):base(yyq, 767 public ArgumentDeclarationList_2(Parser yyq):base(yyq,
741 ((ArgumentDeclarationList)(yyq.StackAt(2).m_value)) 768 ((ArgumentDeclarationList)(yyq.StackAt(2).m_value))
742 , 769 ,
743 ((Declaration)(yyq.StackAt(0).m_value)) 770 ((Declaration)(yyq.StackAt(0).m_value))
744 ){}} 771 ){}}
745 772
746public class Declaration_1 : Declaration { 773public class Declaration_1 : Declaration {
747 public Declaration_1(Parser yyq):base(yyq, 774 public Declaration_1(Parser yyq):base(yyq,
748 ((Typename)(yyq.StackAt(1).m_value)) 775 ((Typename)(yyq.StackAt(1).m_value))
749 .yytext, 776 .yytext,
750 ((IDENT)(yyq.StackAt(0).m_value)) 777 ((IDENT)(yyq.StackAt(0).m_value))
751 .yytext){}} 778 .yytext){}}
752 779
753public class CompoundStatement_1 : CompoundStatement { 780public class CompoundStatement_1 : CompoundStatement {
754 public CompoundStatement_1(Parser yyq):base(yyq){}} 781 public CompoundStatement_1(Parser yyq):base(yyq){}}
755 782
756public class CompoundStatement_2 : CompoundStatement { 783public class CompoundStatement_2 : CompoundStatement {
757 public CompoundStatement_2(Parser yyq):base(yyq, 784 public CompoundStatement_2(Parser yyq):base(yyq,
758 ((StatementList)(yyq.StackAt(1).m_value)) 785 ((StatementList)(yyq.StackAt(1).m_value))
759 ){}} 786 ){}}
760 787
761public class StatementList_1 : StatementList { 788public class StatementList_1 : StatementList {
762 public StatementList_1(Parser yyq):base(yyq, 789 public StatementList_1(Parser yyq):base(yyq,
763 ((Statement)(yyq.StackAt(0).m_value)) 790 ((Statement)(yyq.StackAt(0).m_value))
764 ){}} 791 ){}}
765 792
766public class StatementList_2 : StatementList { 793public class StatementList_2 : StatementList {
767 public StatementList_2(Parser yyq):base(yyq, 794 public StatementList_2(Parser yyq):base(yyq,
768 ((StatementList)(yyq.StackAt(1).m_value)) 795 ((StatementList)(yyq.StackAt(1).m_value))
769 , 796 ,
770 ((Statement)(yyq.StackAt(0).m_value)) 797 ((Statement)(yyq.StackAt(0).m_value))
771 ){}} 798 ){}}
772 799
773public class Statement_1 : Statement { 800public class Statement_1 : Statement {
774 public Statement_1(Parser yyq):base(yyq, 801 public Statement_1(Parser yyq):base(yyq,
775 ((Declaration)(yyq.StackAt(1).m_value)) 802 ((Declaration)(yyq.StackAt(1).m_value))
776 ){}} 803 ){}}
777 804
778public class Statement_2 : Statement { 805public class Statement_2 : Statement {
779 public Statement_2(Parser yyq):base(yyq, 806 public Statement_2(Parser yyq):base(yyq,
780 ((Assignment)(yyq.StackAt(1).m_value)) 807 ((Assignment)(yyq.StackAt(1).m_value))
781 ){}} 808 ){}}
782 809
783public class Statement_3 : Statement { 810public class Statement_3 : Statement {
784 public Statement_3(Parser yyq):base(yyq, 811 public Statement_3(Parser yyq):base(yyq,
785 ((Expression)(yyq.StackAt(1).m_value)) 812 ((Expression)(yyq.StackAt(1).m_value))
786 ){}} 813 ){}}
787 814
788public class Statement_4 : Statement { 815public class Statement_4 : Statement {
789 public Statement_4(Parser yyq):base(yyq, 816 public Statement_4(Parser yyq):base(yyq,
790 ((ReturnStatement)(yyq.StackAt(1).m_value)) 817 ((ReturnStatement)(yyq.StackAt(1).m_value))
791 ){}} 818 ){}}
792 819
793public class Statement_5 : Statement { 820public class Statement_5 : Statement {
794 public Statement_5(Parser yyq):base(yyq, 821 public Statement_5(Parser yyq):base(yyq,
795 ((StateChange)(yyq.StackAt(1).m_value)) 822 ((StateChange)(yyq.StackAt(1).m_value))
796 ){}} 823 ){}}
797 824
798public class Statement_6 : Statement { 825public class Statement_6 : Statement {
799 public Statement_6(Parser yyq):base(yyq, 826 public Statement_6(Parser yyq):base(yyq,
800 ((IfStatement)(yyq.StackAt(0).m_value)) 827 ((IfStatement)(yyq.StackAt(0).m_value))
801 ){}} 828 ){}}
802 829
803public class Statement_7 : Statement { 830public class Statement_7 : Statement {
804 public Statement_7(Parser yyq):base(yyq, 831 public Statement_7(Parser yyq):base(yyq,
805 ((WhileStatement)(yyq.StackAt(0).m_value)) 832 ((WhileStatement)(yyq.StackAt(0).m_value))
806 ){}} 833 ){}}
807 834
808public class Statement_8 : Statement { 835public class Statement_8 : Statement {
809 public Statement_8(Parser yyq):base(yyq, 836 public Statement_8(Parser yyq):base(yyq,
810 ((DoWhileStatement)(yyq.StackAt(0).m_value)) 837 ((DoWhileStatement)(yyq.StackAt(0).m_value))
811 ){}} 838 ){}}
812 839
813public class Statement_9 : Statement { 840public class Statement_9 : Statement {
814 public Statement_9(Parser yyq):base(yyq, 841 public Statement_9(Parser yyq):base(yyq,
815 ((ForLoop)(yyq.StackAt(0).m_value)) 842 ((ForLoop)(yyq.StackAt(0).m_value))
816 ){}} 843 ){}}
817 844
818public class Statement_10 : Statement { 845public class Statement_10 : Statement {
819 public Statement_10(Parser yyq):base(yyq, 846 public Statement_10(Parser yyq):base(yyq,
820 ((CompoundStatement)(yyq.StackAt(0).m_value)) 847 ((CompoundStatement)(yyq.StackAt(0).m_value))
821 ){}} 848 ){}}
822 849
823public class StateChange_1 : StateChange { 850public class StateChange_1 : StateChange {
824 public StateChange_1(Parser yyq):base(yyq, 851 public StateChange_1(Parser yyq):base(yyq,
825 ((IDENT)(yyq.StackAt(0).m_value)) 852 ((IDENT)(yyq.StackAt(0).m_value))
826 .yytext){}} 853 .yytext){}}
827 854
828public class StateChange_2 : StateChange { 855public class StateChange_2 : StateChange {
829 public StateChange_2(Parser yyq):base(yyq, 856 public StateChange_2(Parser yyq):base(yyq,
830 ((DEFAULT_STATE)(yyq.StackAt(0).m_value)) 857 ((DEFAULT_STATE)(yyq.StackAt(0).m_value))
831 .yytext){}} 858 .yytext){}}
832 859
833public class IfStatement_1 : IfStatement { 860public class IfStatement_1 : IfStatement {
834 public IfStatement_1(Parser yyq):base(yyq, 861 public IfStatement_1(Parser yyq):base(yyq,
835 ((Expression)(yyq.StackAt(2).m_value)) 862 ((Expression)(yyq.StackAt(2).m_value))
836 , 863 ,
837 ((Statement)(yyq.StackAt(0).m_value)) 864 ((Statement)(yyq.StackAt(0).m_value))
838 ){}} 865 ){}}
839 866
840public class IfStatement_2 : IfStatement { 867public class IfStatement_2 : IfStatement {
841 public IfStatement_2(Parser yyq):base(yyq, 868 public IfStatement_2(Parser yyq):base(yyq,
842 ((Expression)(yyq.StackAt(4).m_value)) 869 ((Expression)(yyq.StackAt(4).m_value))
843 , 870 ,
844 ((Statement)(yyq.StackAt(2).m_value)) 871 ((Statement)(yyq.StackAt(2).m_value))
845 , 872 ,
846 ((Statement)(yyq.StackAt(0).m_value)) 873 ((Statement)(yyq.StackAt(0).m_value))
847 ){}} 874 ){}}
848 875
849public class WhileStatement_1 : WhileStatement { 876public class WhileStatement_1 : WhileStatement {
850 public WhileStatement_1(Parser yyq):base(yyq, 877 public WhileStatement_1(Parser yyq):base(yyq,
851 ((Expression)(yyq.StackAt(2).m_value)) 878 ((Expression)(yyq.StackAt(2).m_value))
852 , 879 ,
853 ((Statement)(yyq.StackAt(0).m_value)) 880 ((Statement)(yyq.StackAt(0).m_value))
854 ){}} 881 ){}}
855 882
856public class DoWhileStatement_1 : DoWhileStatement { 883public class DoWhileStatement_1 : DoWhileStatement {
857 public DoWhileStatement_1(Parser yyq):base(yyq, 884 public DoWhileStatement_1(Parser yyq):base(yyq,
858 ((Expression)(yyq.StackAt(2).m_value)) 885 ((Expression)(yyq.StackAt(2).m_value))
859 , 886 ,
860 ((Statement)(yyq.StackAt(5).m_value)) 887 ((Statement)(yyq.StackAt(5).m_value))
861 ){}} 888 ){}}
862 889
863public class ForLoop_1 : ForLoop { 890public class ForLoop_1 : ForLoop {
864 public ForLoop_1(Parser yyq):base(yyq, 891 public ForLoop_1(Parser yyq):base(yyq,
865 ((ForLoopStatement)(yyq.StackAt(6).m_value)) 892 ((ForLoopStatement)(yyq.StackAt(6).m_value))
866 , 893 ,
867 ((Expression)(yyq.StackAt(4).m_value)) 894 ((Expression)(yyq.StackAt(4).m_value))
868 , 895 ,
869 ((ForLoopStatement)(yyq.StackAt(2).m_value)) 896 ((ForLoopStatement)(yyq.StackAt(2).m_value))
870 , 897 ,
871 ((Statement)(yyq.StackAt(0).m_value)) 898 ((Statement)(yyq.StackAt(0).m_value))
872 ){}} 899 ){}}
873 900
874public class ForLoopStatement_1 : ForLoopStatement { 901public class ForLoopStatement_1 : ForLoopStatement {
875 public ForLoopStatement_1(Parser yyq):base(yyq, 902 public ForLoopStatement_1(Parser yyq):base(yyq,
876 ((Expression)(yyq.StackAt(0).m_value)) 903 ((Expression)(yyq.StackAt(0).m_value))
877 ){}} 904 ){}}
878 905
879public class ForLoopStatement_2 : ForLoopStatement { 906public class ForLoopStatement_2 : ForLoopStatement {
880 public ForLoopStatement_2(Parser yyq):base(yyq, 907 public ForLoopStatement_2(Parser yyq):base(yyq,
881 ((Assignment)(yyq.StackAt(0).m_value)) 908 ((Assignment)(yyq.StackAt(0).m_value))
882 ){}} 909 ){}}
883 910
884public class ForLoopStatement_3 : ForLoopStatement { 911public class ForLoopStatement_3 : ForLoopStatement {
885 public ForLoopStatement_3(Parser yyq):base(yyq, 912 public ForLoopStatement_3(Parser yyq):base(yyq,
886 ((ForLoopStatement)(yyq.StackAt(2).m_value)) 913 ((ForLoopStatement)(yyq.StackAt(2).m_value))
887 , 914 ,
888 ((Expression)(yyq.StackAt(0).m_value)) 915 ((Expression)(yyq.StackAt(0).m_value))
889 ){}} 916 ){}}
890 917
891public class ForLoopStatement_4 : ForLoopStatement { 918public class ForLoopStatement_4 : ForLoopStatement {
892 public ForLoopStatement_4(Parser yyq):base(yyq, 919 public ForLoopStatement_4(Parser yyq):base(yyq,
893 ((ForLoopStatement)(yyq.StackAt(2).m_value)) 920 ((ForLoopStatement)(yyq.StackAt(2).m_value))
894 , 921 ,
895 ((Assignment)(yyq.StackAt(0).m_value)) 922 ((Assignment)(yyq.StackAt(0).m_value))
896 ){}} 923 ){}}
897 924
898public class Assignment_1 : Assignment { 925public class Assignment_1 : Assignment {
899 public Assignment_1(Parser yyq):base(yyq, 926 public Assignment_1(Parser yyq):base(yyq,
900 ((Declaration)(yyq.StackAt(2).m_value)) 927 ((Declaration)(yyq.StackAt(2).m_value))
901 , 928 ,
902 ((Expression)(yyq.StackAt(0).m_value)) 929 ((Expression)(yyq.StackAt(0).m_value))
903 , 930 ,
904 ((EQUALS)(yyq.StackAt(1).m_value)) 931 ((EQUALS)(yyq.StackAt(1).m_value))
905 .yytext){}} 932 .yytext){}}
906 933
907public class Assignment_2 : Assignment { 934public class Assignment_2 : Assignment {
908 public Assignment_2(Parser yyq):base(yyq, 935 public Assignment_2(Parser yyq):base(yyq,
909 ((IDENT)(yyq.StackAt(2).m_value)) 936 ((IDENT)(yyq.StackAt(2).m_value))
910 , 937 ,
911 ((Expression)(yyq.StackAt(0).m_value)) 938 ((Expression)(yyq.StackAt(0).m_value))
912 , 939 ,
913 ((EQUALS)(yyq.StackAt(1).m_value)) 940 ((EQUALS)(yyq.StackAt(1).m_value))
914 .yytext){}} 941 .yytext){}}
915 942
916public class Assignment_3 : Assignment { 943public class Assignment_3 : Assignment {
917 public Assignment_3(Parser yyq):base(yyq, 944 public Assignment_3(Parser yyq):base(yyq,
918 ((IDENT)(yyq.StackAt(2).m_value)) 945 ((IDENT)(yyq.StackAt(2).m_value))
919 , 946 ,
920 ((Expression)(yyq.StackAt(0).m_value)) 947 ((Expression)(yyq.StackAt(0).m_value))
921 , 948 ,
922 ((PLUS_EQUALS)(yyq.StackAt(1).m_value)) 949 ((PLUS_EQUALS)(yyq.StackAt(1).m_value))
923 .yytext){}} 950 .yytext){}}
924 951
925public class Assignment_4 : Assignment { 952public class Assignment_4 : Assignment {
926 public Assignment_4(Parser yyq):base(yyq, 953 public Assignment_4(Parser yyq):base(yyq,
927 ((IDENT)(yyq.StackAt(2).m_value)) 954 ((IDENT)(yyq.StackAt(2).m_value))
928 , 955 ,
929 ((Expression)(yyq.StackAt(0).m_value)) 956 ((Expression)(yyq.StackAt(0).m_value))
930 , 957 ,
931 ((MINUS_EQUALS)(yyq.StackAt(1).m_value)) 958 ((MINUS_EQUALS)(yyq.StackAt(1).m_value))
932 .yytext){}} 959 .yytext){}}
933 960
934public class Assignment_5 : Assignment { 961public class Assignment_5 : Assignment {
935 public Assignment_5(Parser yyq):base(yyq, 962 public Assignment_5(Parser yyq):base(yyq,
936 ((IDENT)(yyq.StackAt(2).m_value)) 963 ((IDENT)(yyq.StackAt(2).m_value))
937 , 964 ,
938 ((Expression)(yyq.StackAt(0).m_value)) 965 ((Expression)(yyq.StackAt(0).m_value))
939 , 966 ,
940 ((STAR_EQUALS)(yyq.StackAt(1).m_value)) 967 ((STAR_EQUALS)(yyq.StackAt(1).m_value))
941 .yytext){}} 968 .yytext){}}
942 969
943public class Assignment_6 : Assignment { 970public class Assignment_6 : Assignment {
944 public Assignment_6(Parser yyq):base(yyq, 971 public Assignment_6(Parser yyq):base(yyq,
945 ((IDENT)(yyq.StackAt(2).m_value)) 972 ((IDENT)(yyq.StackAt(2).m_value))
946 , 973 ,
947 ((Expression)(yyq.StackAt(0).m_value)) 974 ((Expression)(yyq.StackAt(0).m_value))
948 , 975 ,
949 ((SLASH_EQUALS)(yyq.StackAt(1).m_value)) 976 ((SLASH_EQUALS)(yyq.StackAt(1).m_value))
950 .yytext){}} 977 .yytext){}}
951 978
952public class Assignment_7 : Assignment { 979public class Assignment_7 : Assignment {
953 public Assignment_7(Parser yyq):base(yyq, 980 public Assignment_7(Parser yyq):base(yyq,
954 ((IDENT)(yyq.StackAt(2).m_value)) 981 ((IDENT)(yyq.StackAt(2).m_value))
955 , 982 ,
956 ((Expression)(yyq.StackAt(0).m_value)) 983 ((Expression)(yyq.StackAt(0).m_value))
957 , 984 ,
958 ((PERCENT_EQUALS)(yyq.StackAt(1).m_value)) 985 ((PERCENT_EQUALS)(yyq.StackAt(1).m_value))
959 .yytext){}} 986 .yytext){}}
960 987
961public class Assignment_8 : Assignment { 988public class Assignment_8 : Assignment {
962 public Assignment_8(Parser yyq):base(yyq,new IdentDotExpression(((LSLSyntax 989 public Assignment_8(Parser yyq):base(yyq,new IdentDotExpression(((LSLSyntax
963)yyq), 990)yyq),
964 ((IDENT)(yyq.StackAt(4).m_value)) 991 ((IDENT)(yyq.StackAt(4).m_value))
965 .yytext, 992 .yytext,
966 ((IDENT)(yyq.StackAt(2).m_value)) 993 ((IDENT)(yyq.StackAt(2).m_value))
967 .yytext), 994 .yytext),
968 ((Expression)(yyq.StackAt(0).m_value)) 995 ((Expression)(yyq.StackAt(0).m_value))
969 , 996 ,
970 ((EQUALS)(yyq.StackAt(1).m_value)) 997 ((EQUALS)(yyq.StackAt(1).m_value))
971 .yytext){}} 998 .yytext){}}
972 999
973public class ReturnStatement_1 : ReturnStatement { 1000public class ReturnStatement_1 : ReturnStatement {
974 public ReturnStatement_1(Parser yyq):base(yyq, 1001 public ReturnStatement_1(Parser yyq):base(yyq,
975 ((Expression)(yyq.StackAt(0).m_value)) 1002 ((Expression)(yyq.StackAt(0).m_value))
976 ){}} 1003 ){}}
977 1004
978public class ReturnStatement_2 : ReturnStatement { 1005public class ReturnStatement_2 : ReturnStatement {
979 public ReturnStatement_2(Parser yyq):base(yyq){}} 1006 public ReturnStatement_2(Parser yyq):base(yyq){}}
980 1007
981public class Constant_1 : Constant { 1008public class Constant_1 : Constant {
982 public Constant_1(Parser yyq):base(yyq,"integer", 1009 public Constant_1(Parser yyq):base(yyq,"integer",
983 ((INTEGER_CONSTANT)(yyq.StackAt(0).m_value)) 1010 ((INTEGER_CONSTANT)(yyq.StackAt(0).m_value))
984 .yytext){}} 1011 .yytext){}}
985 1012
986public class Constant_2 : Constant { 1013public class Constant_2 : Constant {
987 public Constant_2(Parser yyq):base(yyq,"integer", 1014 public Constant_2(Parser yyq):base(yyq,"integer",
988 ((HEX_INTEGER_CONSTANT)(yyq.StackAt(0).m_value)) 1015 ((HEX_INTEGER_CONSTANT)(yyq.StackAt(0).m_value))
989 .yytext){}} 1016 .yytext){}}
990 1017
991public class Constant_3 : Constant { 1018public class Constant_3 : Constant {
992 public Constant_3(Parser yyq):base(yyq,"float", 1019 public Constant_3(Parser yyq):base(yyq,"float",
993 ((FLOAT_CONSTANT)(yyq.StackAt(0).m_value)) 1020 ((FLOAT_CONSTANT)(yyq.StackAt(0).m_value))
994 .yytext){}} 1021 .yytext){}}
995 1022
996public class Constant_4 : Constant { 1023public class Constant_4 : Constant {
997 public Constant_4(Parser yyq):base(yyq,"string", 1024 public Constant_4(Parser yyq):base(yyq,"string",
998 ((STRING_CONSTANT)(yyq.StackAt(0).m_value)) 1025 ((STRING_CONSTANT)(yyq.StackAt(0).m_value))
999 .yytext){}} 1026 .yytext){}}
1000 1027
1001public class VectorConstant_1 : VectorConstant { 1028public class VectorConstant_1 : VectorConstant {
1002 public VectorConstant_1(Parser yyq):base(yyq, 1029 public VectorConstant_1(Parser yyq):base(yyq,
1003 ((Expression)(yyq.StackAt(5).m_value)) 1030 ((Expression)(yyq.StackAt(5).m_value))
1004 , 1031 ,
1005 ((Expression)(yyq.StackAt(3).m_value)) 1032 ((Expression)(yyq.StackAt(3).m_value))
1006 , 1033 ,
1007 ((Expression)(yyq.StackAt(1).m_value)) 1034 ((Expression)(yyq.StackAt(1).m_value))
1008 ){}} 1035 ){}}
1009 1036
1010public class RotationConstant_1 : RotationConstant { 1037public class RotationConstant_1 : RotationConstant {
1011 public RotationConstant_1(Parser yyq):base(yyq, 1038 public RotationConstant_1(Parser yyq):base(yyq,
1012 ((Expression)(yyq.StackAt(7).m_value)) 1039 ((Expression)(yyq.StackAt(7).m_value))
1013 , 1040 ,
1014 ((Expression)(yyq.StackAt(5).m_value)) 1041 ((Expression)(yyq.StackAt(5).m_value))
1015 , 1042 ,
1016 ((Expression)(yyq.StackAt(3).m_value)) 1043 ((Expression)(yyq.StackAt(3).m_value))
1017 , 1044 ,
1018 ((Expression)(yyq.StackAt(1).m_value)) 1045 ((Expression)(yyq.StackAt(1).m_value))
1019 ){}} 1046 ){}}
1020 1047
1021public class ListConstant_1 : ListConstant { 1048public class ListConstant_1 : ListConstant {
1022 public ListConstant_1(Parser yyq):base(yyq, 1049 public ListConstant_1(Parser yyq):base(yyq,
1023 ((ArgumentList)(yyq.StackAt(1).m_value)) 1050 ((ArgumentList)(yyq.StackAt(1).m_value))
1024 ){}} 1051 ){}}
1025 1052
1026public class ConstantExpression_1 : ConstantExpression { 1053public class ConstantExpression_1 : ConstantExpression {
1027 public ConstantExpression_1(Parser yyq):base(yyq, 1054 public ConstantExpression_1(Parser yyq):base(yyq,
1028 ((Constant)(yyq.StackAt(0).m_value)) 1055 ((Constant)(yyq.StackAt(0).m_value))
1029 ){}} 1056 ){}}
1030 1057
1031public class IdentExpression_1 : IdentExpression { 1058public class IdentExpression_1 : IdentExpression {
1032 public IdentExpression_1(Parser yyq):base(yyq, 1059 public IdentExpression_1(Parser yyq):base(yyq,
1033 ((IDENT)(yyq.StackAt(0).m_value)) 1060 ((IDENT)(yyq.StackAt(0).m_value))
1034 .yytext){}} 1061 .yytext){}}
1035 1062
1036public class IdentDotExpression_1 : IdentDotExpression { 1063public class IdentDotExpression_1 : IdentDotExpression {
1037 public IdentDotExpression_1(Parser yyq):base(yyq, 1064 public IdentDotExpression_1(Parser yyq):base(yyq,
1038 ((IDENT)(yyq.StackAt(2).m_value)) 1065 ((IDENT)(yyq.StackAt(2).m_value))
1039 .yytext, 1066 .yytext,
1040 ((IDENT)(yyq.StackAt(0).m_value)) 1067 ((IDENT)(yyq.StackAt(0).m_value))
1041 .yytext){}} 1068 .yytext){}}
1042 1069
1043public class IncrementDecrementExpression_1 : IncrementDecrementExpression { 1070public class IncrementDecrementExpression_1 : IncrementDecrementExpression {
1044 public IncrementDecrementExpression_1(Parser yyq):base(yyq, 1071 public IncrementDecrementExpression_1(Parser yyq):base(yyq,
1045 ((IDENT)(yyq.StackAt(1).m_value)) 1072 ((IDENT)(yyq.StackAt(1).m_value))
1046 .yytext, 1073 .yytext,
1047 ((INCREMENT)(yyq.StackAt(0).m_value)) 1074 ((INCREMENT)(yyq.StackAt(0).m_value))
1048 .yytext, true){}} 1075 .yytext, true){}}
1049 1076
1050public class IncrementDecrementExpression_2 : IncrementDecrementExpression { 1077public class IncrementDecrementExpression_2 : IncrementDecrementExpression {
1051 public IncrementDecrementExpression_2(Parser yyq):base(yyq, 1078 public IncrementDecrementExpression_2(Parser yyq):base(yyq,
1052 ((IDENT)(yyq.StackAt(1).m_value)) 1079 ((IDENT)(yyq.StackAt(1).m_value))
1053 .yytext, 1080 .yytext,
1054 ((DECREMENT)(yyq.StackAt(0).m_value)) 1081 ((DECREMENT)(yyq.StackAt(0).m_value))
1055 .yytext, true){}} 1082 .yytext, true){}}
1056 1083
1057public class IncrementDecrementExpression_3 : IncrementDecrementExpression { 1084public class IncrementDecrementExpression_3 : IncrementDecrementExpression {
1058 public IncrementDecrementExpression_3(Parser yyq):base(yyq,new IdentDotExpression(((LSLSyntax 1085 public IncrementDecrementExpression_3(Parser yyq):base(yyq,new IdentDotExpression(((LSLSyntax
1059)yyq), 1086)yyq),
1060 ((IDENT)(yyq.StackAt(3).m_value)) 1087 ((IDENT)(yyq.StackAt(3).m_value))
1061 .yytext, 1088 .yytext,
1062 ((IDENT)(yyq.StackAt(1).m_value)) 1089 ((IDENT)(yyq.StackAt(1).m_value))
1063 .yytext), 1090 .yytext),
1064 ((INCREMENT)(yyq.StackAt(0).m_value)) 1091 ((INCREMENT)(yyq.StackAt(0).m_value))
1065 .yytext, true){}} 1092 .yytext, true){}}
1066 1093
1067public class IncrementDecrementExpression_4 : IncrementDecrementExpression { 1094public class IncrementDecrementExpression_4 : IncrementDecrementExpression {
1068 public IncrementDecrementExpression_4(Parser yyq):base(yyq,new IdentDotExpression(((LSLSyntax 1095 public IncrementDecrementExpression_4(Parser yyq):base(yyq,new IdentDotExpression(((LSLSyntax
1069)yyq), 1096)yyq),
1070 ((IDENT)(yyq.StackAt(3).m_value)) 1097 ((IDENT)(yyq.StackAt(3).m_value))
1071 .yytext, 1098 .yytext,
1072 ((IDENT)(yyq.StackAt(1).m_value)) 1099 ((IDENT)(yyq.StackAt(1).m_value))
1073 .yytext), 1100 .yytext),
1074 ((DECREMENT)(yyq.StackAt(0).m_value)) 1101 ((DECREMENT)(yyq.StackAt(0).m_value))
1075 .yytext, true){}} 1102 .yytext, true){}}
1076 1103
1077public class IncrementDecrementExpression_5 : IncrementDecrementExpression { 1104public class IncrementDecrementExpression_5 : IncrementDecrementExpression {
1078 public IncrementDecrementExpression_5(Parser yyq):base(yyq, 1105 public IncrementDecrementExpression_5(Parser yyq):base(yyq,
1079 ((IDENT)(yyq.StackAt(0).m_value)) 1106 ((IDENT)(yyq.StackAt(0).m_value))
1080 .yytext, 1107 .yytext,
1081 ((INCREMENT)(yyq.StackAt(1).m_value)) 1108 ((INCREMENT)(yyq.StackAt(1).m_value))
1082 .yytext, false){}} 1109 .yytext, false){}}
1083 1110
1084public class IncrementDecrementExpression_6 : IncrementDecrementExpression { 1111public class IncrementDecrementExpression_6 : IncrementDecrementExpression {
1085 public IncrementDecrementExpression_6(Parser yyq):base(yyq, 1112 public IncrementDecrementExpression_6(Parser yyq):base(yyq,
1086 ((IDENT)(yyq.StackAt(0).m_value)) 1113 ((IDENT)(yyq.StackAt(0).m_value))
1087 .yytext, 1114 .yytext,
1088 ((DECREMENT)(yyq.StackAt(1).m_value)) 1115 ((DECREMENT)(yyq.StackAt(1).m_value))
1089 .yytext, false){}} 1116 .yytext, false){}}
1090 1117
1091public class IncrementDecrementExpression_7 : IncrementDecrementExpression { 1118public class IncrementDecrementExpression_7 : IncrementDecrementExpression {
1092 public IncrementDecrementExpression_7(Parser yyq):base(yyq,new IdentDotExpression(((LSLSyntax 1119 public IncrementDecrementExpression_7(Parser yyq):base(yyq,new IdentDotExpression(((LSLSyntax
1093)yyq), 1120)yyq),
1094 ((IDENT)(yyq.StackAt(2).m_value)) 1121 ((IDENT)(yyq.StackAt(2).m_value))
1095 .yytext, 1122 .yytext,
1096 ((IDENT)(yyq.StackAt(0).m_value)) 1123 ((IDENT)(yyq.StackAt(0).m_value))
1097 .yytext), 1124 .yytext),
1098 ((INCREMENT)(yyq.StackAt(3).m_value)) 1125 ((INCREMENT)(yyq.StackAt(3).m_value))
1099 .yytext, false){}} 1126 .yytext, false){}}
1100 1127
1101public class IncrementDecrementExpression_8 : IncrementDecrementExpression { 1128public class IncrementDecrementExpression_8 : IncrementDecrementExpression {
1102 public IncrementDecrementExpression_8(Parser yyq):base(yyq,new IdentDotExpression(((LSLSyntax 1129 public IncrementDecrementExpression_8(Parser yyq):base(yyq,new IdentDotExpression(((LSLSyntax
1103)yyq), 1130)yyq),
1104 ((IDENT)(yyq.StackAt(2).m_value)) 1131 ((IDENT)(yyq.StackAt(2).m_value))
1105 .yytext, 1132 .yytext,
1106 ((IDENT)(yyq.StackAt(0).m_value)) 1133 ((IDENT)(yyq.StackAt(0).m_value))
1107 .yytext), 1134 .yytext),
1108 ((DECREMENT)(yyq.StackAt(3).m_value)) 1135 ((DECREMENT)(yyq.StackAt(3).m_value))
1109 .yytext, false){}} 1136 .yytext, false){}}
1110 1137
1111public class FunctionCallExpression_1 : FunctionCallExpression { 1138public class FunctionCallExpression_1 : FunctionCallExpression {
1112 public FunctionCallExpression_1(Parser yyq):base(yyq, 1139 public FunctionCallExpression_1(Parser yyq):base(yyq,
1113 ((FunctionCall)(yyq.StackAt(0).m_value)) 1140 ((FunctionCall)(yyq.StackAt(0).m_value))
1114 ){}} 1141 ){}}
1115 1142
1116public class BinaryExpression_1 : BinaryExpression { 1143public class BinaryExpression_1 : BinaryExpression {
1117 public BinaryExpression_1(Parser yyq):base(yyq, 1144 public BinaryExpression_1(Parser yyq):base(yyq,
1118 ((Expression)(yyq.StackAt(2).m_value)) 1145 ((Expression)(yyq.StackAt(2).m_value))
1119 , 1146 ,
1120 ((Expression)(yyq.StackAt(0).m_value)) 1147 ((Expression)(yyq.StackAt(0).m_value))
1121 , 1148 ,
1122 ((PLUS)(yyq.StackAt(1).m_value)) 1149 ((PLUS)(yyq.StackAt(1).m_value))
1123 .yytext){}} 1150 .yytext){}}
1124 1151
1125public class BinaryExpression_2 : BinaryExpression { 1152public class BinaryExpression_2 : BinaryExpression {
1126 public BinaryExpression_2(Parser yyq):base(yyq, 1153 public BinaryExpression_2(Parser yyq):base(yyq,
1127 ((Expression)(yyq.StackAt(2).m_value)) 1154 ((Expression)(yyq.StackAt(2).m_value))
1128 , 1155 ,
1129 ((Expression)(yyq.StackAt(0).m_value)) 1156 ((Expression)(yyq.StackAt(0).m_value))
1130 , 1157 ,
1131 ((MINUS)(yyq.StackAt(1).m_value)) 1158 ((MINUS)(yyq.StackAt(1).m_value))
1132 .yytext){}} 1159 .yytext){}}
1133 1160
1134public class BinaryExpression_3 : BinaryExpression { 1161public class BinaryExpression_3 : BinaryExpression {
1135 public BinaryExpression_3(Parser yyq):base(yyq, 1162 public BinaryExpression_3(Parser yyq):base(yyq,
1136 ((Expression)(yyq.StackAt(2).m_value)) 1163 ((Expression)(yyq.StackAt(2).m_value))
1137 , 1164 ,
1138 ((Expression)(yyq.StackAt(0).m_value)) 1165 ((Expression)(yyq.StackAt(0).m_value))
1139 , 1166 ,
1140 ((STAR)(yyq.StackAt(1).m_value)) 1167 ((STAR)(yyq.StackAt(1).m_value))
1141 .yytext){}} 1168 .yytext){}}
1142 1169
1143public class BinaryExpression_4 : BinaryExpression { 1170public class BinaryExpression_4 : BinaryExpression {
1144 public BinaryExpression_4(Parser yyq):base(yyq, 1171 public BinaryExpression_4(Parser yyq):base(yyq,
1145 ((Expression)(yyq.StackAt(2).m_value)) 1172 ((Expression)(yyq.StackAt(2).m_value))
1146 , 1173 ,
1147 ((Expression)(yyq.StackAt(0).m_value)) 1174 ((Expression)(yyq.StackAt(0).m_value))
1148 , 1175 ,
1149 ((SLASH)(yyq.StackAt(1).m_value)) 1176 ((SLASH)(yyq.StackAt(1).m_value))
1150 .yytext){}} 1177 .yytext){}}
1151 1178
1152public class BinaryExpression_5 : BinaryExpression { 1179public class BinaryExpression_5 : BinaryExpression {
1153 public BinaryExpression_5(Parser yyq):base(yyq, 1180 public BinaryExpression_5(Parser yyq):base(yyq,
1154 ((Expression)(yyq.StackAt(2).m_value)) 1181 ((Expression)(yyq.StackAt(2).m_value))
1155 , 1182 ,
1156 ((Expression)(yyq.StackAt(0).m_value)) 1183 ((Expression)(yyq.StackAt(0).m_value))
1157 , 1184 ,
1158 ((PERCENT)(yyq.StackAt(1).m_value)) 1185 ((PERCENT)(yyq.StackAt(1).m_value))
1159 .yytext){}} 1186 .yytext){}}
1160 1187
1161public class BinaryExpression_6 : BinaryExpression { 1188public class BinaryExpression_6 : BinaryExpression {
1162 public BinaryExpression_6(Parser yyq):base(yyq, 1189 public BinaryExpression_6(Parser yyq):base(yyq,
1163 ((Expression)(yyq.StackAt(2).m_value)) 1190 ((Expression)(yyq.StackAt(2).m_value))
1164 , 1191 ,
1165 ((Expression)(yyq.StackAt(0).m_value)) 1192 ((Expression)(yyq.StackAt(0).m_value))
1166 , 1193 ,
1167 ((AMP)(yyq.StackAt(1).m_value)) 1194 ((AMP)(yyq.StackAt(1).m_value))
1168 .yytext){}} 1195 .yytext){}}
1169 1196
1170public class BinaryExpression_7 : BinaryExpression { 1197public class BinaryExpression_7 : BinaryExpression {
1171 public BinaryExpression_7(Parser yyq):base(yyq, 1198 public BinaryExpression_7(Parser yyq):base(yyq,
1172 ((Expression)(yyq.StackAt(2).m_value)) 1199 ((Expression)(yyq.StackAt(2).m_value))
1173 , 1200 ,
1174 ((Expression)(yyq.StackAt(0).m_value)) 1201 ((Expression)(yyq.StackAt(0).m_value))
1175 , 1202 ,
1176 ((STROKE)(yyq.StackAt(1).m_value)) 1203 ((STROKE)(yyq.StackAt(1).m_value))
1177 .yytext){}} 1204 .yytext){}}
1178 1205
1179public class BinaryExpression_8 : BinaryExpression { 1206public class BinaryExpression_8 : BinaryExpression {
1180 public BinaryExpression_8(Parser yyq):base(yyq, 1207 public BinaryExpression_8(Parser yyq):base(yyq,
1181 ((Expression)(yyq.StackAt(2).m_value)) 1208 ((Expression)(yyq.StackAt(2).m_value))
1182 , 1209 ,
1183 ((Expression)(yyq.StackAt(0).m_value)) 1210 ((Expression)(yyq.StackAt(0).m_value))
1184 , 1211 ,
1185 ((CARET)(yyq.StackAt(1).m_value)) 1212 ((CARET)(yyq.StackAt(1).m_value))
1186 .yytext){}} 1213 .yytext){}}
1187 1214
1188public class BinaryExpression_9 : BinaryExpression { 1215public class BinaryExpression_9 : BinaryExpression {
1189 public BinaryExpression_9(Parser yyq):base(yyq, 1216 public BinaryExpression_9(Parser yyq):base(yyq,
1190 ((Expression)(yyq.StackAt(2).m_value)) 1217 ((Expression)(yyq.StackAt(2).m_value))
1191 , 1218 ,
1192 ((Expression)(yyq.StackAt(0).m_value)) 1219 ((Expression)(yyq.StackAt(0).m_value))
1193 , 1220 ,
1194 ((RIGHT_ANGLE)(yyq.StackAt(1).m_value)) 1221 ((RIGHT_ANGLE)(yyq.StackAt(1).m_value))
1195 .yytext){}} 1222 .yytext){}}
1196 1223
1197public class BinaryExpression_10 : BinaryExpression { 1224public class BinaryExpression_10 : BinaryExpression {
1198 public BinaryExpression_10(Parser yyq):base(yyq, 1225 public BinaryExpression_10(Parser yyq):base(yyq,
1199 ((Expression)(yyq.StackAt(2).m_value)) 1226 ((Expression)(yyq.StackAt(2).m_value))
1200 , 1227 ,
1201 ((Expression)(yyq.StackAt(0).m_value)) 1228 ((Expression)(yyq.StackAt(0).m_value))
1202 , 1229 ,
1203 ((LEFT_ANGLE)(yyq.StackAt(1).m_value)) 1230 ((LEFT_ANGLE)(yyq.StackAt(1).m_value))
1204 .yytext){}} 1231 .yytext){}}
1205 1232
1206public class BinaryExpression_11 : BinaryExpression { 1233public class BinaryExpression_11 : BinaryExpression {
1207 public BinaryExpression_11(Parser yyq):base(yyq, 1234 public BinaryExpression_11(Parser yyq):base(yyq,
1208 ((Expression)(yyq.StackAt(2).m_value)) 1235 ((Expression)(yyq.StackAt(2).m_value))
1209 , 1236 ,
1210 ((Expression)(yyq.StackAt(0).m_value)) 1237 ((Expression)(yyq.StackAt(0).m_value))
1211 , 1238 ,
1212 ((EQUALS_EQUALS)(yyq.StackAt(1).m_value)) 1239 ((EQUALS_EQUALS)(yyq.StackAt(1).m_value))
1213 .yytext){}} 1240 .yytext){}}
1214 1241
1215public class BinaryExpression_12 : BinaryExpression { 1242public class BinaryExpression_12 : BinaryExpression {
1216 public BinaryExpression_12(Parser yyq):base(yyq, 1243 public BinaryExpression_12(Parser yyq):base(yyq,
1217 ((Expression)(yyq.StackAt(2).m_value)) 1244 ((Expression)(yyq.StackAt(2).m_value))
1218 , 1245 ,
1219 ((Expression)(yyq.StackAt(0).m_value)) 1246 ((Expression)(yyq.StackAt(0).m_value))
1220 , 1247 ,
1221 ((EXCLAMATION_EQUALS)(yyq.StackAt(1).m_value)) 1248 ((EXCLAMATION_EQUALS)(yyq.StackAt(1).m_value))
1222 .yytext){}} 1249 .yytext){}}
1223 1250
1224public class BinaryExpression_13 : BinaryExpression { 1251public class BinaryExpression_13 : BinaryExpression {
1225 public BinaryExpression_13(Parser yyq):base(yyq, 1252 public BinaryExpression_13(Parser yyq):base(yyq,
1226 ((Expression)(yyq.StackAt(2).m_value)) 1253 ((Expression)(yyq.StackAt(2).m_value))
1227 , 1254 ,
1228 ((Expression)(yyq.StackAt(0).m_value)) 1255 ((Expression)(yyq.StackAt(0).m_value))
1229 , 1256 ,
1230 ((LESS_EQUALS)(yyq.StackAt(1).m_value)) 1257 ((LESS_EQUALS)(yyq.StackAt(1).m_value))
1231 .yytext){}} 1258 .yytext){}}
1232 1259
1233public class BinaryExpression_14 : BinaryExpression { 1260public class BinaryExpression_14 : BinaryExpression {
1234 public BinaryExpression_14(Parser yyq):base(yyq, 1261 public BinaryExpression_14(Parser yyq):base(yyq,
1235 ((Expression)(yyq.StackAt(2).m_value)) 1262 ((Expression)(yyq.StackAt(2).m_value))
1236 , 1263 ,
1237 ((Expression)(yyq.StackAt(0).m_value)) 1264 ((Expression)(yyq.StackAt(0).m_value))
1238 , 1265 ,
1239 ((GREATER_EQUALS)(yyq.StackAt(1).m_value)) 1266 ((GREATER_EQUALS)(yyq.StackAt(1).m_value))
1240 .yytext){}} 1267 .yytext){}}
1241 1268
1242public class BinaryExpression_15 : BinaryExpression { 1269public class BinaryExpression_15 : BinaryExpression {
1243 public BinaryExpression_15(Parser yyq):base(yyq, 1270 public BinaryExpression_15(Parser yyq):base(yyq,
1244 ((Expression)(yyq.StackAt(2).m_value)) 1271 ((Expression)(yyq.StackAt(2).m_value))
1245 , 1272 ,
1246 ((Expression)(yyq.StackAt(0).m_value)) 1273 ((Expression)(yyq.StackAt(0).m_value))
1247 , 1274 ,
1248 ((AMP_AMP)(yyq.StackAt(1).m_value)) 1275 ((AMP_AMP)(yyq.StackAt(1).m_value))
1249 .yytext){}} 1276 .yytext){}}
1250 1277
1251public class BinaryExpression_16 : BinaryExpression { 1278public class BinaryExpression_16 : BinaryExpression {
1252 public BinaryExpression_16(Parser yyq):base(yyq, 1279 public BinaryExpression_16(Parser yyq):base(yyq,
1253 ((Expression)(yyq.StackAt(2).m_value)) 1280 ((Expression)(yyq.StackAt(2).m_value))
1254 , 1281 ,
1255 ((Expression)(yyq.StackAt(0).m_value)) 1282 ((Expression)(yyq.StackAt(0).m_value))
1256 , 1283 ,
1257 ((STROKE_STROKE)(yyq.StackAt(1).m_value)) 1284 ((STROKE_STROKE)(yyq.StackAt(1).m_value))
1258 .yytext){}} 1285 .yytext){}}
1259 1286
1260public class BinaryExpression_17 : BinaryExpression { 1287public class BinaryExpression_17 : BinaryExpression {
1261 public BinaryExpression_17(Parser yyq):base(yyq, 1288 public BinaryExpression_17(Parser yyq):base(yyq,
1262 ((Expression)(yyq.StackAt(2).m_value)) 1289 ((Expression)(yyq.StackAt(2).m_value))
1263 , 1290 ,
1264 ((Expression)(yyq.StackAt(0).m_value)) 1291 ((Expression)(yyq.StackAt(0).m_value))
1265 , 1292 ,
1266 ((LEFT_SHIFT)(yyq.StackAt(1).m_value)) 1293 ((LEFT_SHIFT)(yyq.StackAt(1).m_value))
1267 .yytext){}} 1294 .yytext){}}
1268 1295
1269public class BinaryExpression_18 : BinaryExpression { 1296public class BinaryExpression_18 : BinaryExpression {
1270 public BinaryExpression_18(Parser yyq):base(yyq, 1297 public BinaryExpression_18(Parser yyq):base(yyq,
1271 ((Expression)(yyq.StackAt(2).m_value)) 1298 ((Expression)(yyq.StackAt(2).m_value))
1272 , 1299 ,
1273 ((Expression)(yyq.StackAt(0).m_value)) 1300 ((Expression)(yyq.StackAt(0).m_value))
1274 , 1301 ,
1275 ((RIGHT_SHIFT)(yyq.StackAt(1).m_value)) 1302 ((RIGHT_SHIFT)(yyq.StackAt(1).m_value))
1276 .yytext){}} 1303 .yytext){}}
1277 1304
1278public class UnaryExpression_1 : UnaryExpression { 1305public class UnaryExpression_1 : UnaryExpression {
1279 public UnaryExpression_1(Parser yyq):base(yyq, 1306 public UnaryExpression_1(Parser yyq):base(yyq,
1280 ((EXCLAMATION)(yyq.StackAt(1).m_value)) 1307 ((EXCLAMATION)(yyq.StackAt(1).m_value))
1281 .yytext, 1308 .yytext,
1282 ((Expression)(yyq.StackAt(0).m_value)) 1309 ((Expression)(yyq.StackAt(0).m_value))
1283 ){}} 1310 ){}}
1284 1311
1285public class UnaryExpression_2 : UnaryExpression { 1312public class UnaryExpression_2 : UnaryExpression {
1286 public UnaryExpression_2(Parser yyq):base(yyq, 1313 public UnaryExpression_2(Parser yyq):base(yyq,
1287 ((MINUS)(yyq.StackAt(1).m_value)) 1314 ((MINUS)(yyq.StackAt(1).m_value))
1288 .yytext, 1315 .yytext,
1289 ((Expression)(yyq.StackAt(0).m_value)) 1316 ((Expression)(yyq.StackAt(0).m_value))
1290 ){}} 1317 ){}}
1291 1318
1292public class UnaryExpression_3 : UnaryExpression { 1319public class UnaryExpression_3 : UnaryExpression {
1293 public UnaryExpression_3(Parser yyq):base(yyq, 1320 public UnaryExpression_3(Parser yyq):base(yyq,
1294 ((TILDE)(yyq.StackAt(1).m_value)) 1321 ((TILDE)(yyq.StackAt(1).m_value))
1295 .yytext, 1322 .yytext,
1296 ((Expression)(yyq.StackAt(0).m_value)) 1323 ((Expression)(yyq.StackAt(0).m_value))
1297 ){}} 1324 ){}}
1298 1325
1299public class ParenthesisExpression_1 : ParenthesisExpression { 1326public class ParenthesisExpression_1 : ParenthesisExpression {
1300 public ParenthesisExpression_1(Parser yyq):base(yyq, 1327 public ParenthesisExpression_1(Parser yyq):base(yyq,
1301 ((Expression)(yyq.StackAt(1).m_value)) 1328 ((Expression)(yyq.StackAt(1).m_value))
1302 ){}} 1329 ){}}
1303 1330
1304public class TypecastExpression_1 : TypecastExpression { 1331public class TypecastExpression_1 : TypecastExpression {
1305 public TypecastExpression_1(Parser yyq):base(yyq, 1332 public TypecastExpression_1(Parser yyq):base(yyq,
1306 ((Typename)(yyq.StackAt(2).m_value)) 1333 ((Typename)(yyq.StackAt(2).m_value))
1307 .yytext, 1334 .yytext,
1308 ((Constant)(yyq.StackAt(0).m_value)) 1335 ((Constant)(yyq.StackAt(0).m_value))
1309 ){}} 1336 ){}}
1310 1337
1311public class TypecastExpression_2 : TypecastExpression { 1338public class TypecastExpression_2 : TypecastExpression {
1312 public TypecastExpression_2(Parser yyq):base(yyq, 1339 public TypecastExpression_2(Parser yyq):base(yyq,
1313 ((Typename)(yyq.StackAt(2).m_value)) 1340 ((Typename)(yyq.StackAt(2).m_value))
1314 .yytext, new IdentExpression(((LSLSyntax 1341 .yytext, new IdentExpression(((LSLSyntax
1315)yyq), 1342)yyq),
1316 ((IDENT)(yyq.StackAt(0).m_value)) 1343 ((IDENT)(yyq.StackAt(0).m_value))
1317 .yytext)){}} 1344 .yytext)){}}
1318 1345
1319public class TypecastExpression_3 : TypecastExpression { 1346public class TypecastExpression_3 : TypecastExpression {
1320 public TypecastExpression_3(Parser yyq):base(yyq, 1347 public TypecastExpression_3(Parser yyq):base(yyq,
1321 ((Typename)(yyq.StackAt(4).m_value)) 1348 ((Typename)(yyq.StackAt(4).m_value))
1322 .yytext, new IdentDotExpression(((LSLSyntax 1349 .yytext, new IdentDotExpression(((LSLSyntax
1323)yyq), 1350)yyq),
1324 ((IDENT)(yyq.StackAt(2).m_value)) 1351 ((IDENT)(yyq.StackAt(2).m_value))
1325 .yytext, 1352 .yytext,
1326 ((IDENT)(yyq.StackAt(0).m_value)) 1353 ((IDENT)(yyq.StackAt(0).m_value))
1327 .yytext)){}} 1354 .yytext)){}}
1328 1355
1329public class TypecastExpression_4 : TypecastExpression { 1356public class TypecastExpression_4 : TypecastExpression {
1330 public TypecastExpression_4(Parser yyq):base(yyq, 1357 public TypecastExpression_4(Parser yyq):base(yyq,
1331 ((Typename)(yyq.StackAt(3).m_value)) 1358 ((Typename)(yyq.StackAt(3).m_value))
1332 .yytext, new IncrementDecrementExpression(((LSLSyntax 1359 .yytext, new IncrementDecrementExpression(((LSLSyntax
1333)yyq), 1360)yyq),
1334 ((IDENT)(yyq.StackAt(1).m_value)) 1361 ((IDENT)(yyq.StackAt(1).m_value))
1335 .yytext, 1362 .yytext,
1336 ((INCREMENT)(yyq.StackAt(0).m_value)) 1363 ((INCREMENT)(yyq.StackAt(0).m_value))
1337 .yytext, true)){}} 1364 .yytext, true)){}}
1338 1365
1339public class TypecastExpression_5 : TypecastExpression { 1366public class TypecastExpression_5 : TypecastExpression {
1340 public TypecastExpression_5(Parser yyq):base(yyq, 1367 public TypecastExpression_5(Parser yyq):base(yyq,
1341 ((Typename)(yyq.StackAt(5).m_value)) 1368 ((Typename)(yyq.StackAt(5).m_value))
1342 .yytext, new IncrementDecrementExpression(((LSLSyntax 1369 .yytext, new IncrementDecrementExpression(((LSLSyntax
1343)yyq), new IdentDotExpression(((LSLSyntax 1370)yyq), new IdentDotExpression(((LSLSyntax
1344)yyq), 1371)yyq),
1345 ((IDENT)(yyq.StackAt(3).m_value)) 1372 ((IDENT)(yyq.StackAt(3).m_value))
1346 .yytext, 1373 .yytext,
1347 ((IDENT)(yyq.StackAt(1).m_value)) 1374 ((IDENT)(yyq.StackAt(1).m_value))
1348 .yytext), 1375 .yytext),
1349 ((INCREMENT)(yyq.StackAt(0).m_value)) 1376 ((INCREMENT)(yyq.StackAt(0).m_value))
1350 .yytext, true)){}} 1377 .yytext, true)){}}
1351 1378
1352public class TypecastExpression_6 : TypecastExpression { 1379public class TypecastExpression_6 : TypecastExpression {
1353 public TypecastExpression_6(Parser yyq):base(yyq, 1380 public TypecastExpression_6(Parser yyq):base(yyq,
1354 ((Typename)(yyq.StackAt(3).m_value)) 1381 ((Typename)(yyq.StackAt(3).m_value))
1355 .yytext, new IncrementDecrementExpression(((LSLSyntax 1382 .yytext, new IncrementDecrementExpression(((LSLSyntax
1356)yyq), 1383)yyq),
1357 ((IDENT)(yyq.StackAt(1).m_value)) 1384 ((IDENT)(yyq.StackAt(1).m_value))
1358 .yytext, 1385 .yytext,
1359 ((DECREMENT)(yyq.StackAt(0).m_value)) 1386 ((DECREMENT)(yyq.StackAt(0).m_value))
1360 .yytext, true)){}} 1387 .yytext, true)){}}
1361 1388
1362public class TypecastExpression_7 : TypecastExpression { 1389public class TypecastExpression_7 : TypecastExpression {
1363 public TypecastExpression_7(Parser yyq):base(yyq, 1390 public TypecastExpression_7(Parser yyq):base(yyq,
1364 ((Typename)(yyq.StackAt(5).m_value)) 1391 ((Typename)(yyq.StackAt(5).m_value))
1365 .yytext, new IncrementDecrementExpression(((LSLSyntax 1392 .yytext, new IncrementDecrementExpression(((LSLSyntax
1366)yyq), new IdentDotExpression(((LSLSyntax 1393)yyq), new IdentDotExpression(((LSLSyntax
1367)yyq), 1394)yyq),
1368 ((IDENT)(yyq.StackAt(3).m_value)) 1395 ((IDENT)(yyq.StackAt(3).m_value))
1369 .yytext, 1396 .yytext,
1370 ((IDENT)(yyq.StackAt(1).m_value)) 1397 ((IDENT)(yyq.StackAt(1).m_value))
1371 .yytext), 1398 .yytext),
1372 ((DECREMENT)(yyq.StackAt(0).m_value)) 1399 ((DECREMENT)(yyq.StackAt(0).m_value))
1373 .yytext, true)){}} 1400 .yytext, true)){}}
1374 1401
1375public class TypecastExpression_8 : TypecastExpression { 1402public class TypecastExpression_8 : TypecastExpression {
1376 public TypecastExpression_8(Parser yyq):base(yyq, 1403 public TypecastExpression_8(Parser yyq):base(yyq,
1377 ((Typename)(yyq.StackAt(2).m_value)) 1404 ((Typename)(yyq.StackAt(2).m_value))
1378 .yytext, 1405 .yytext,
1379 ((FunctionCall)(yyq.StackAt(0).m_value)) 1406 ((FunctionCall)(yyq.StackAt(0).m_value))
1380 ){}} 1407 ){}}
1381 1408
1382public class TypecastExpression_9 : TypecastExpression { 1409public class TypecastExpression_9 : TypecastExpression {
1383 public TypecastExpression_9(Parser yyq):base(yyq, 1410 public TypecastExpression_9(Parser yyq):base(yyq,
1384 ((Typename)(yyq.StackAt(4).m_value)) 1411 ((Typename)(yyq.StackAt(4).m_value))
1385 .yytext, 1412 .yytext,
1386 ((Expression)(yyq.StackAt(1).m_value)) 1413 ((Expression)(yyq.StackAt(1).m_value))
1387 ){}} 1414 ){}}
1388 1415
1389public class FunctionCall_1 : FunctionCall { 1416public class FunctionCall_1 : FunctionCall {
1390 public FunctionCall_1(Parser yyq):base(yyq, 1417 public FunctionCall_1(Parser yyq):base(yyq,
1391 ((IDENT)(yyq.StackAt(3).m_value)) 1418 ((IDENT)(yyq.StackAt(3).m_value))
1392 .yytext, 1419 .yytext,
1393 ((ArgumentList)(yyq.StackAt(1).m_value)) 1420 ((ArgumentList)(yyq.StackAt(1).m_value))
1394 ){}} 1421 ){}}
1395 1422
1396public class ArgumentList_1 : ArgumentList { 1423public class ArgumentList_1 : ArgumentList {
1397 public ArgumentList_1(Parser yyq):base(yyq, 1424 public ArgumentList_1(Parser yyq):base(yyq,
1398 ((Argument)(yyq.StackAt(0).m_value)) 1425 ((Argument)(yyq.StackAt(0).m_value))
1399 ){}} 1426 ){}}
1400 1427
1401public class ArgumentList_2 : ArgumentList { 1428public class ArgumentList_2 : ArgumentList {
1402 public ArgumentList_2(Parser yyq):base(yyq, 1429 public ArgumentList_2(Parser yyq):base(yyq,
1403 ((ArgumentList)(yyq.StackAt(2).m_value)) 1430 ((ArgumentList)(yyq.StackAt(2).m_value))
1404 , 1431 ,
1405 ((Argument)(yyq.StackAt(0).m_value)) 1432 ((Argument)(yyq.StackAt(0).m_value))
1406 ){}} 1433 ){}}
1407 1434
1408public class ExpressionArgument_1 : ExpressionArgument { 1435public class ExpressionArgument_1 : ExpressionArgument {
1409 public ExpressionArgument_1(Parser yyq):base(yyq, 1436 public ExpressionArgument_1(Parser yyq):base(yyq,
1410 ((Expression)(yyq.StackAt(0).m_value)) 1437 ((Expression)(yyq.StackAt(0).m_value))
1411 ){}} 1438 ){}}
1412 1439
1413public class Typename_1 : Typename { 1440public class Typename_1 : Typename {
1414 public Typename_1(Parser yyq):base(yyq, 1441 public Typename_1(Parser yyq):base(yyq,
1415 ((INTEGER_TYPE)(yyq.StackAt(0).m_value)) 1442 ((INTEGER_TYPE)(yyq.StackAt(0).m_value))
1416 .yytext){}} 1443 .yytext){}}
1417 1444
1418public class Typename_2 : Typename { 1445public class Typename_2 : Typename {
1419 public Typename_2(Parser yyq):base(yyq, 1446 public Typename_2(Parser yyq):base(yyq,
1420 ((FLOAT_TYPE)(yyq.StackAt(0).m_value)) 1447 ((FLOAT_TYPE)(yyq.StackAt(0).m_value))
1421 .yytext){}} 1448 .yytext){}}
1422 1449
1423public class Typename_3 : Typename { 1450public class Typename_3 : Typename {
1424 public Typename_3(Parser yyq):base(yyq, 1451 public Typename_3(Parser yyq):base(yyq,
1425 ((STRING_TYPE)(yyq.StackAt(0).m_value)) 1452 ((STRING_TYPE)(yyq.StackAt(0).m_value))
1426 .yytext){}} 1453 .yytext){}}
1427 1454
1428public class Typename_4 : Typename { 1455public class Typename_4 : Typename {
1429 public Typename_4(Parser yyq):base(yyq, 1456 public Typename_4(Parser yyq):base(yyq,
1430 ((KEY_TYPE)(yyq.StackAt(0).m_value)) 1457 ((KEY_TYPE)(yyq.StackAt(0).m_value))
1431 .yytext){}} 1458 .yytext){}}
1432 1459
1433public class Typename_5 : Typename { 1460public class Typename_5 : Typename {
1434 public Typename_5(Parser yyq):base(yyq, 1461 public Typename_5(Parser yyq):base(yyq,
1435 ((VECTOR_TYPE)(yyq.StackAt(0).m_value)) 1462 ((VECTOR_TYPE)(yyq.StackAt(0).m_value))
1436 .yytext){}} 1463 .yytext){}}
1437 1464
1438public class Typename_6 : Typename { 1465public class Typename_6 : Typename {
1439 public Typename_6(Parser yyq):base(yyq, 1466 public Typename_6(Parser yyq):base(yyq,
1440 ((ROTATION_TYPE)(yyq.StackAt(0).m_value)) 1467 ((ROTATION_TYPE)(yyq.StackAt(0).m_value))
1441 .yytext){}} 1468 .yytext){}}
1442 1469
1443public class Typename_7 : Typename { 1470public class Typename_7 : Typename {
1444 public Typename_7(Parser yyq):base(yyq, 1471 public Typename_7(Parser yyq):base(yyq,
1445 ((LIST_TYPE)(yyq.StackAt(0).m_value)) 1472 ((LIST_TYPE)(yyq.StackAt(0).m_value))
1446 .yytext){}} 1473 .yytext){}}
1447 1474
1448public class Event_1 : Event { 1475public class Event_1 : Event {
1449 public Event_1(Parser yyq):base(yyq, 1476 public Event_1(Parser yyq):base(yyq,
1450 ((AT_ROT_TARGET_EVENT)(yyq.StackAt(0).m_value)) 1477 ((AT_ROT_TARGET_EVENT)(yyq.StackAt(0).m_value))
1451 .yytext){}} 1478 .yytext){}}
1452 1479
1453public class Event_2 : Event { 1480public class Event_2 : Event {
1454 public Event_2(Parser yyq):base(yyq, 1481 public Event_2(Parser yyq):base(yyq,
1455 ((AT_TARGET_EVENT)(yyq.StackAt(0).m_value)) 1482 ((AT_TARGET_EVENT)(yyq.StackAt(0).m_value))
1456 .yytext){}} 1483 .yytext){}}
1457 1484
1458public class Event_3 : Event { 1485public class Event_3 : Event {
1459 public Event_3(Parser yyq):base(yyq, 1486 public Event_3(Parser yyq):base(yyq,
1460 ((ATTACH_EVENT)(yyq.StackAt(0).m_value)) 1487 ((ATTACH_EVENT)(yyq.StackAt(0).m_value))
1461 .yytext){}} 1488 .yytext){}}
1462 1489
1463public class Event_4 : Event { 1490public class Event_4 : Event {
1464 public Event_4(Parser yyq):base(yyq, 1491 public Event_4(Parser yyq):base(yyq,
1465 ((CHANGED_EVENT)(yyq.StackAt(0).m_value)) 1492 ((CHANGED_EVENT)(yyq.StackAt(0).m_value))
1466 .yytext){}} 1493 .yytext){}}
1467 1494
1468public class Event_5 : Event { 1495public class Event_5 : Event {
1469 public Event_5(Parser yyq):base(yyq, 1496 public Event_5(Parser yyq):base(yyq,
1470 ((COLLISION_EVENT)(yyq.StackAt(0).m_value)) 1497 ((COLLISION_EVENT)(yyq.StackAt(0).m_value))
1471 .yytext){}} 1498 .yytext){}}
1472 1499
1473public class Event_6 : Event { 1500public class Event_6 : Event {
1474 public Event_6(Parser yyq):base(yyq, 1501 public Event_6(Parser yyq):base(yyq,
1475 ((COLLISION_END_EVENT)(yyq.StackAt(0).m_value)) 1502 ((COLLISION_END_EVENT)(yyq.StackAt(0).m_value))
1476 .yytext){}} 1503 .yytext){}}
1477 1504
1478public class Event_7 : Event { 1505public class Event_7 : Event {
1479 public Event_7(Parser yyq):base(yyq, 1506 public Event_7(Parser yyq):base(yyq,
1480 ((COLLISION_START_EVENT)(yyq.StackAt(0).m_value)) 1507 ((COLLISION_START_EVENT)(yyq.StackAt(0).m_value))
1481 .yytext){}} 1508 .yytext){}}
1482 1509
1483public class Event_8 : Event { 1510public class Event_8 : Event {
1484 public Event_8(Parser yyq):base(yyq, 1511 public Event_8(Parser yyq):base(yyq,
1485 ((CONTROL_EVENT)(yyq.StackAt(0).m_value)) 1512 ((CONTROL_EVENT)(yyq.StackAt(0).m_value))
1486 .yytext){}} 1513 .yytext){}}
1487 1514
1488public class Event_9 : Event { 1515public class Event_9 : Event {
1489 public Event_9(Parser yyq):base(yyq, 1516 public Event_9(Parser yyq):base(yyq,
1490 ((DATASERVER_EVENT)(yyq.StackAt(0).m_value)) 1517 ((DATASERVER_EVENT)(yyq.StackAt(0).m_value))
1491 .yytext){}} 1518 .yytext){}}
1492 1519
1493public class Event_10 : Event { 1520public class Event_10 : Event {
1494 public Event_10(Parser yyq):base(yyq, 1521 public Event_10(Parser yyq):base(yyq,
1495 ((EMAIL_EVENT)(yyq.StackAt(0).m_value)) 1522 ((EMAIL_EVENT)(yyq.StackAt(0).m_value))
1496 .yytext){}} 1523 .yytext){}}
1497 1524
1498public class Event_11 : Event { 1525public class Event_11 : Event {
1499 public Event_11(Parser yyq):base(yyq, 1526 public Event_11(Parser yyq):base(yyq,
1500 ((HTTP_RESPONSE_EVENT)(yyq.StackAt(0).m_value)) 1527 ((HTTP_RESPONSE_EVENT)(yyq.StackAt(0).m_value))
1501 .yytext){}} 1528 .yytext){}}
1502 1529
1503public class Event_12 : Event { 1530public class Event_12 : Event {
1504 public Event_12(Parser yyq):base(yyq, 1531 public Event_12(Parser yyq):base(yyq,
1505 ((LAND_COLLISION_EVENT)(yyq.StackAt(0).m_value)) 1532 ((LAND_COLLISION_EVENT)(yyq.StackAt(0).m_value))
1506 .yytext){}} 1533 .yytext){}}
1507 1534
1508public class Event_13 : Event { 1535public class Event_13 : Event {
1509 public Event_13(Parser yyq):base(yyq, 1536 public Event_13(Parser yyq):base(yyq,
1510 ((LAND_COLLISION_END_EVENT)(yyq.StackAt(0).m_value)) 1537 ((LAND_COLLISION_END_EVENT)(yyq.StackAt(0).m_value))
1511 .yytext){}} 1538 .yytext){}}
1512 1539
1513public class Event_14 : Event { 1540public class Event_14 : Event {
1514 public Event_14(Parser yyq):base(yyq, 1541 public Event_14(Parser yyq):base(yyq,
1515 ((LAND_COLLISION_START_EVENT)(yyq.StackAt(0).m_value)) 1542 ((LAND_COLLISION_START_EVENT)(yyq.StackAt(0).m_value))
1516 .yytext){}} 1543 .yytext){}}
1517 1544
1518public class Event_15 : Event { 1545public class Event_15 : Event {
1519 public Event_15(Parser yyq):base(yyq, 1546 public Event_15(Parser yyq):base(yyq,
1520 ((LINK_MESSAGE_EVENT)(yyq.StackAt(0).m_value)) 1547 ((LINK_MESSAGE_EVENT)(yyq.StackAt(0).m_value))
1521 .yytext){}} 1548 .yytext){}}
1522 1549
1523public class Event_16 : Event { 1550public class Event_16 : Event {
1524 public Event_16(Parser yyq):base(yyq, 1551 public Event_16(Parser yyq):base(yyq,
1525 ((LISTEN_EVENT)(yyq.StackAt(0).m_value)) 1552 ((LISTEN_EVENT)(yyq.StackAt(0).m_value))
1526 .yytext){}} 1553 .yytext){}}
1527 1554
1528public class Event_17 : Event { 1555public class Event_17 : Event {
1529 public Event_17(Parser yyq):base(yyq, 1556 public Event_17(Parser yyq):base(yyq,
1530 ((MONEY_EVENT)(yyq.StackAt(0).m_value)) 1557 ((MONEY_EVENT)(yyq.StackAt(0).m_value))
1531 .yytext){}} 1558 .yytext){}}
1532 1559
1533public class Event_18 : Event { 1560public class Event_18 : Event {
1534 public Event_18(Parser yyq):base(yyq, 1561 public Event_18(Parser yyq):base(yyq,
1535 ((MOVING_END_EVENT)(yyq.StackAt(0).m_value)) 1562 ((MOVING_END_EVENT)(yyq.StackAt(0).m_value))
1536 .yytext){}} 1563 .yytext){}}
1537 1564
1538public class Event_19 : Event { 1565public class Event_19 : Event {
1539 public Event_19(Parser yyq):base(yyq, 1566 public Event_19(Parser yyq):base(yyq,
1540 ((MOVING_START_EVENT)(yyq.StackAt(0).m_value)) 1567 ((MOVING_START_EVENT)(yyq.StackAt(0).m_value))
1541 .yytext){}} 1568 .yytext){}}
1542 1569
1543public class Event_20 : Event { 1570public class Event_20 : Event {
1544 public Event_20(Parser yyq):base(yyq, 1571 public Event_20(Parser yyq):base(yyq,
1545 ((NO_SENSOR_EVENT)(yyq.StackAt(0).m_value)) 1572 ((NO_SENSOR_EVENT)(yyq.StackAt(0).m_value))
1546 .yytext){}} 1573 .yytext){}}
1547 1574
1548public class Event_21 : Event { 1575public class Event_21 : Event {
1549 public Event_21(Parser yyq):base(yyq, 1576 public Event_21(Parser yyq):base(yyq,
1550 ((NOT_AT_ROT_TARGET_EVENT)(yyq.StackAt(0).m_value)) 1577 ((NOT_AT_ROT_TARGET_EVENT)(yyq.StackAt(0).m_value))
1551 .yytext){}} 1578 .yytext){}}
1552 1579
1553public class Event_22 : Event { 1580public class Event_22 : Event {
1554 public Event_22(Parser yyq):base(yyq, 1581 public Event_22(Parser yyq):base(yyq,
1555 ((NOT_AT_TARGET_EVENT)(yyq.StackAt(0).m_value)) 1582 ((NOT_AT_TARGET_EVENT)(yyq.StackAt(0).m_value))
1556 .yytext){}} 1583 .yytext){}}
1557 1584
1558public class Event_23 : Event { 1585public class Event_23 : Event {
1559 public Event_23(Parser yyq):base(yyq, 1586 public Event_23(Parser yyq):base(yyq,
1560 ((OBJECT_REZ_EVENT)(yyq.StackAt(0).m_value)) 1587 ((OBJECT_REZ_EVENT)(yyq.StackAt(0).m_value))
1561 .yytext){}} 1588 .yytext){}}
1562 1589
1563public class Event_24 : Event { 1590public class Event_24 : Event {
1564 public Event_24(Parser yyq):base(yyq, 1591 public Event_24(Parser yyq):base(yyq,
1565 ((ON_REZ_EVENT)(yyq.StackAt(0).m_value)) 1592 ((ON_REZ_EVENT)(yyq.StackAt(0).m_value))
1566 .yytext){}} 1593 .yytext){}}
1567 1594
1568public class Event_25 : Event { 1595public class Event_25 : Event {
1569 public Event_25(Parser yyq):base(yyq, 1596 public Event_25(Parser yyq):base(yyq,
1570 ((REMOTE_DATA_EVENT)(yyq.StackAt(0).m_value)) 1597 ((REMOTE_DATA_EVENT)(yyq.StackAt(0).m_value))
1571 .yytext){}} 1598 .yytext){}}
1572 1599
1573public class Event_26 : Event { 1600public class Event_26 : Event {
1574 public Event_26(Parser yyq):base(yyq, 1601 public Event_26(Parser yyq):base(yyq,
1575 ((RUN_TIME_PERMISSIONS_EVENT)(yyq.StackAt(0).m_value)) 1602 ((RUN_TIME_PERMISSIONS_EVENT)(yyq.StackAt(0).m_value))
1576 .yytext){}} 1603 .yytext){}}
1577 1604
1578public class Event_27 : Event { 1605public class Event_27 : Event {
1579 public Event_27(Parser yyq):base(yyq, 1606 public Event_27(Parser yyq):base(yyq,
1580 ((SENSOR_EVENT)(yyq.StackAt(0).m_value)) 1607 ((SENSOR_EVENT)(yyq.StackAt(0).m_value))
1581 .yytext){}} 1608 .yytext){}}
1582 1609
1583public class Event_28 : Event { 1610public class Event_28 : Event {
1584 public Event_28(Parser yyq):base(yyq, 1611 public Event_28(Parser yyq):base(yyq,
1585 ((STATE_ENTRY_EVENT)(yyq.StackAt(0).m_value)) 1612 ((STATE_ENTRY_EVENT)(yyq.StackAt(0).m_value))
1586 .yytext){}} 1613 .yytext){}}
1587 1614
1588public class Event_29 : Event { 1615public class Event_29 : Event {
1589 public Event_29(Parser yyq):base(yyq, 1616 public Event_29(Parser yyq):base(yyq,
1590 ((STATE_EXIT_EVENT)(yyq.StackAt(0).m_value)) 1617 ((STATE_EXIT_EVENT)(yyq.StackAt(0).m_value))
1591 .yytext){}} 1618 .yytext){}}
1592 1619
1593public class Event_30 : Event { 1620public class Event_30 : Event {
1594 public Event_30(Parser yyq):base(yyq, 1621 public Event_30(Parser yyq):base(yyq,
1595 ((TIMER_EVENT)(yyq.StackAt(0).m_value)) 1622 ((TIMER_EVENT)(yyq.StackAt(0).m_value))
1596 .yytext){}} 1623 .yytext){}}
1597 1624
1598public class Event_31 : Event { 1625public class Event_31 : Event {
1599 public Event_31(Parser yyq):base(yyq, 1626 public Event_31(Parser yyq):base(yyq,
1600 ((TOUCH_EVENT)(yyq.StackAt(0).m_value)) 1627 ((TOUCH_EVENT)(yyq.StackAt(0).m_value))
1601 .yytext){}} 1628 .yytext){}}
1602 1629
1603public class Event_32 : Event { 1630public class Event_32 : Event {
1604 public Event_32(Parser yyq):base(yyq, 1631 public Event_32(Parser yyq):base(yyq,
1605 ((TOUCH_END_EVENT)(yyq.StackAt(0).m_value)) 1632 ((TOUCH_END_EVENT)(yyq.StackAt(0).m_value))
1606 .yytext){}} 1633 .yytext){}}
1607 1634
1608public class Event_33 : Event { 1635public class Event_33 : Event {
1609 public Event_33(Parser yyq):base(yyq, 1636 public Event_33(Parser yyq):base(yyq,
1610 ((TOUCH_START_EVENT)(yyq.StackAt(0).m_value)) 1637 ((TOUCH_START_EVENT)(yyq.StackAt(0).m_value))
1611 .yytext){}} 1638 .yytext){}}
1612public class yyLSLSyntax 1639public class yyLSLSyntax
1613: YyParser { 1640: YyParser {
1614 public override object Action(Parser yyq,SYMBOL yysym, int yyact) { 1641 public override object Action(Parser yyq,SYMBOL yysym, int yyact) {
1615 switch(yyact) { 1642 switch(yyact) {
1616 case -1: break; //// keep compiler happy 1643 case -1: break; //// keep compiler happy
1617} return null; } 1644} return null; }
1618 1645
1619public class ArgumentDeclarationList_3 : ArgumentDeclarationList { 1646public class ArgumentDeclarationList_3 : ArgumentDeclarationList {