Changeset 97 in default for v2/trunk/de.ugoe.cs.swe.bnftools.ebnf.ui/src-gen/de/ugoe/cs/swe/bnftools/ui/contentassist/antlr/internal/InternalEbnf.g
- Timestamp:
- 10/12/16 14:35:14 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
v2/trunk/de.ugoe.cs.swe.bnftools.ebnf.ui/src-gen/de/ugoe/cs/swe/bnftools/ui/contentassist/antlr/internal/InternalEbnf.g
r61 r97 6 6 options { 7 7 superClass=AbstractInternalContentAssistParser; 8 backtrack=true; 9 memoize=true; 8 10 9 11 } … … 687 689 688 690 691 // Entry rule entryRuleRepeatRange 692 entryRuleRepeatRange 693 : 694 { before(grammarAccess.getRepeatRangeRule()); } 695 ruleRepeatRange 696 { after(grammarAccess.getRepeatRangeRule()); } 697 EOF 698 ; 699 700 // Rule RepeatRange 701 ruleRepeatRange 702 @init { 703 int stackSize = keepStackSize(); 704 } 705 : 706 ( 707 { before(grammarAccess.getRepeatRangeAccess().getGroup()); } 708 (rule__RepeatRange__Group__0) 709 { after(grammarAccess.getRepeatRangeAccess().getGroup()); } 710 ) 711 712 ; 713 finally { 714 restoreStackSize(stackSize); 715 } 716 717 718 689 719 690 720 rule__EtsiBnf__Alternatives … … 1010 1040 } 1011 1041 1042 rule__RepeatedSequence__Alternatives_3 1043 @init { 1044 int stackSize = keepStackSize(); 1045 } 1046 : 1047 ( 1048 { before(grammarAccess.getRepeatedSequenceAccess().getMorethanonceAssignment_3_0()); } 1049 (rule__RepeatedSequence__MorethanonceAssignment_3_0)? 1050 { after(grammarAccess.getRepeatedSequenceAccess().getMorethanonceAssignment_3_0()); } 1051 ) 1052 1053 |( 1054 { before(grammarAccess.getRepeatedSequenceAccess().getRangeAssignment_3_1()); } 1055 (rule__RepeatedSequence__RangeAssignment_3_1)? 1056 { after(grammarAccess.getRepeatedSequenceAccess().getRangeAssignment_3_1()); } 1057 ) 1058 1059 ; 1060 finally { 1061 restoreStackSize(stackSize); 1062 } 1063 1012 1064 1013 1065 … … 3757 3809 : 3758 3810 ( 3759 { before(grammarAccess.getRepeatedSequenceAccess().getMorethanonceAssignment_3()); } 3760 (rule__RepeatedSequence__MorethanonceAssignment_3)? 3761 { after(grammarAccess.getRepeatedSequenceAccess().getMorethanonceAssignment_3()); } 3762 ) 3763 3764 ; 3765 finally { 3766 restoreStackSize(stackSize); 3767 } 3811 { before(grammarAccess.getRepeatedSequenceAccess().getAlternatives_3()); } 3812 (rule__RepeatedSequence__Alternatives_3) 3813 { after(grammarAccess.getRepeatedSequenceAccess().getAlternatives_3()); } 3814 ) 3815 3816 ; 3817 finally { 3818 restoreStackSize(stackSize); 3819 } 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 rule__RepeatRange__Group__0 3831 @init { 3832 int stackSize = keepStackSize(); 3833 } 3834 : 3835 rule__RepeatRange__Group__0__Impl 3836 rule__RepeatRange__Group__1 3837 ; 3838 finally { 3839 restoreStackSize(stackSize); 3840 } 3841 3842 rule__RepeatRange__Group__0__Impl 3843 @init { 3844 int stackSize = keepStackSize(); 3845 } 3846 : 3847 ( 3848 { before(grammarAccess.getRepeatRangeAccess().getNumberSignKeyword_0()); } 3849 3850 '#' 3851 3852 { after(grammarAccess.getRepeatRangeAccess().getNumberSignKeyword_0()); } 3853 ) 3854 3855 ; 3856 finally { 3857 restoreStackSize(stackSize); 3858 } 3859 3860 3861 rule__RepeatRange__Group__1 3862 @init { 3863 int stackSize = keepStackSize(); 3864 } 3865 : 3866 rule__RepeatRange__Group__1__Impl 3867 rule__RepeatRange__Group__2 3868 ; 3869 finally { 3870 restoreStackSize(stackSize); 3871 } 3872 3873 rule__RepeatRange__Group__1__Impl 3874 @init { 3875 int stackSize = keepStackSize(); 3876 } 3877 : 3878 ( 3879 { before(grammarAccess.getRepeatRangeAccess().getLeftParenthesisKeyword_1()); } 3880 3881 '(' 3882 3883 { after(grammarAccess.getRepeatRangeAccess().getLeftParenthesisKeyword_1()); } 3884 ) 3885 3886 ; 3887 finally { 3888 restoreStackSize(stackSize); 3889 } 3890 3891 3892 rule__RepeatRange__Group__2 3893 @init { 3894 int stackSize = keepStackSize(); 3895 } 3896 : 3897 rule__RepeatRange__Group__2__Impl 3898 rule__RepeatRange__Group__3 3899 ; 3900 finally { 3901 restoreStackSize(stackSize); 3902 } 3903 3904 rule__RepeatRange__Group__2__Impl 3905 @init { 3906 int stackSize = keepStackSize(); 3907 } 3908 : 3909 ( 3910 { before(grammarAccess.getRepeatRangeAccess().getFromAssignment_2()); } 3911 (rule__RepeatRange__FromAssignment_2) 3912 { after(grammarAccess.getRepeatRangeAccess().getFromAssignment_2()); } 3913 ) 3914 3915 ; 3916 finally { 3917 restoreStackSize(stackSize); 3918 } 3919 3920 3921 rule__RepeatRange__Group__3 3922 @init { 3923 int stackSize = keepStackSize(); 3924 } 3925 : 3926 rule__RepeatRange__Group__3__Impl 3927 rule__RepeatRange__Group__4 3928 ; 3929 finally { 3930 restoreStackSize(stackSize); 3931 } 3932 3933 rule__RepeatRange__Group__3__Impl 3934 @init { 3935 int stackSize = keepStackSize(); 3936 } 3937 : 3938 ( 3939 { before(grammarAccess.getRepeatRangeAccess().getCommaKeyword_3()); } 3940 3941 ',' 3942 3943 { after(grammarAccess.getRepeatRangeAccess().getCommaKeyword_3()); } 3944 ) 3945 3946 ; 3947 finally { 3948 restoreStackSize(stackSize); 3949 } 3950 3951 3952 rule__RepeatRange__Group__4 3953 @init { 3954 int stackSize = keepStackSize(); 3955 } 3956 : 3957 rule__RepeatRange__Group__4__Impl 3958 rule__RepeatRange__Group__5 3959 ; 3960 finally { 3961 restoreStackSize(stackSize); 3962 } 3963 3964 rule__RepeatRange__Group__4__Impl 3965 @init { 3966 int stackSize = keepStackSize(); 3967 } 3968 : 3969 ( 3970 { before(grammarAccess.getRepeatRangeAccess().getToAssignment_4()); } 3971 (rule__RepeatRange__ToAssignment_4) 3972 { after(grammarAccess.getRepeatRangeAccess().getToAssignment_4()); } 3973 ) 3974 3975 ; 3976 finally { 3977 restoreStackSize(stackSize); 3978 } 3979 3980 3981 rule__RepeatRange__Group__5 3982 @init { 3983 int stackSize = keepStackSize(); 3984 } 3985 : 3986 rule__RepeatRange__Group__5__Impl 3987 ; 3988 finally { 3989 restoreStackSize(stackSize); 3990 } 3991 3992 rule__RepeatRange__Group__5__Impl 3993 @init { 3994 int stackSize = keepStackSize(); 3995 } 3996 : 3997 ( 3998 { before(grammarAccess.getRepeatRangeAccess().getRightParenthesisKeyword_5()); } 3999 4000 ')' 4001 4002 { after(grammarAccess.getRepeatRangeAccess().getRightParenthesisKeyword_5()); } 4003 ) 4004 4005 ; 4006 finally { 4007 restoreStackSize(stackSize); 4008 } 4009 4010 4011 4012 3768 4013 3769 4014 … … 4669 4914 } 4670 4915 4671 rule__RepeatedSequence__MorethanonceAssignment_3 4672 @init { 4673 int stackSize = keepStackSize(); 4674 } 4675 : 4676 ( 4677 { before(grammarAccess.getRepeatedSequenceAccess().getMorethanoncePlusSignKeyword_3_0 ()); }4678 ( 4679 { before(grammarAccess.getRepeatedSequenceAccess().getMorethanoncePlusSignKeyword_3_0 ()); }4916 rule__RepeatedSequence__MorethanonceAssignment_3_0 4917 @init { 4918 int stackSize = keepStackSize(); 4919 } 4920 : 4921 ( 4922 { before(grammarAccess.getRepeatedSequenceAccess().getMorethanoncePlusSignKeyword_3_0_0()); } 4923 ( 4924 { before(grammarAccess.getRepeatedSequenceAccess().getMorethanoncePlusSignKeyword_3_0_0()); } 4680 4925 4681 4926 '+' 4682 4927 4683 { after(grammarAccess.getRepeatedSequenceAccess().getMorethanoncePlusSignKeyword_3_0()); } 4684 ) 4685 4686 { after(grammarAccess.getRepeatedSequenceAccess().getMorethanoncePlusSignKeyword_3_0()); } 4928 { after(grammarAccess.getRepeatedSequenceAccess().getMorethanoncePlusSignKeyword_3_0_0()); } 4929 ) 4930 4931 { after(grammarAccess.getRepeatedSequenceAccess().getMorethanoncePlusSignKeyword_3_0_0()); } 4932 ) 4933 4934 ; 4935 finally { 4936 restoreStackSize(stackSize); 4937 } 4938 4939 rule__RepeatedSequence__RangeAssignment_3_1 4940 @init { 4941 int stackSize = keepStackSize(); 4942 } 4943 : 4944 ( 4945 { before(grammarAccess.getRepeatedSequenceAccess().getRangeRepeatRangeParserRuleCall_3_1_0()); } 4946 ruleRepeatRange{ after(grammarAccess.getRepeatedSequenceAccess().getRangeRepeatRangeParserRuleCall_3_1_0()); } 4947 ) 4948 4949 ; 4950 finally { 4951 restoreStackSize(stackSize); 4952 } 4953 4954 rule__RepeatRange__FromAssignment_2 4955 @init { 4956 int stackSize = keepStackSize(); 4957 } 4958 : 4959 ( 4960 { before(grammarAccess.getRepeatRangeAccess().getFromINTTerminalRuleCall_2_0()); } 4961 RULE_INT{ after(grammarAccess.getRepeatRangeAccess().getFromINTTerminalRuleCall_2_0()); } 4962 ) 4963 4964 ; 4965 finally { 4966 restoreStackSize(stackSize); 4967 } 4968 4969 rule__RepeatRange__ToAssignment_4 4970 @init { 4971 int stackSize = keepStackSize(); 4972 } 4973 : 4974 ( 4975 { before(grammarAccess.getRepeatRangeAccess().getToINTTerminalRuleCall_4_0()); } 4976 RULE_INT{ after(grammarAccess.getRepeatRangeAccess().getToINTTerminalRuleCall_4_0()); } 4687 4977 ) 4688 4978
Note: See TracChangeset
for help on using the changeset viewer.