aboutsummaryrefslogtreecommitdiffstats
path: root/Application/hu.bme.mit.inf.dslreasoner.application.ide/src-gen/hu/bme/mit/inf/dslreasoner/application/ide/contentassist/antlr/internal/InternalApplicationConfiguration.g
diff options
context:
space:
mode:
authorLibravatar OszkarSemerath <oszkar.semerath@gmail.com>2018-07-16 18:25:34 +0200
committerLibravatar OszkarSemerath <oszkar.semerath@gmail.com>2018-07-16 18:25:34 +0200
commit59a53fc819355fb2809b23544a5ca19ffff802fb (patch)
treee67cba5ca12cfbba7d2dc68e6c07fe36c996e3f2 /Application/hu.bme.mit.inf.dslreasoner.application.ide/src-gen/hu/bme/mit/inf/dslreasoner/application/ide/contentassist/antlr/internal/InternalApplicationConfiguration.g
parentSupport for building float, double and BigDecimal literals (diff)
downloadVIATRA-Generator-59a53fc819355fb2809b23544a5ca19ffff802fb.tar.gz
VIATRA-Generator-59a53fc819355fb2809b23544a5ca19ffff802fb.tar.zst
VIATRA-Generator-59a53fc819355fb2809b23544a5ca19ffff802fb.zip
Scope support for attributes
Diffstat (limited to 'Application/hu.bme.mit.inf.dslreasoner.application.ide/src-gen/hu/bme/mit/inf/dslreasoner/application/ide/contentassist/antlr/internal/InternalApplicationConfiguration.g')
-rw-r--r--Application/hu.bme.mit.inf.dslreasoner.application.ide/src-gen/hu/bme/mit/inf/dslreasoner/application/ide/contentassist/antlr/internal/InternalApplicationConfiguration.g236
1 files changed, 224 insertions, 12 deletions
diff --git a/Application/hu.bme.mit.inf.dslreasoner.application.ide/src-gen/hu/bme/mit/inf/dslreasoner/application/ide/contentassist/antlr/internal/InternalApplicationConfiguration.g b/Application/hu.bme.mit.inf.dslreasoner.application.ide/src-gen/hu/bme/mit/inf/dslreasoner/application/ide/contentassist/antlr/internal/InternalApplicationConfiguration.g
index e594ed0b..e9a91938 100644
--- a/Application/hu.bme.mit.inf.dslreasoner.application.ide/src-gen/hu/bme/mit/inf/dslreasoner/application/ide/contentassist/antlr/internal/InternalApplicationConfiguration.g
+++ b/Application/hu.bme.mit.inf.dslreasoner.application.ide/src-gen/hu/bme/mit/inf/dslreasoner/application/ide/contentassist/antlr/internal/InternalApplicationConfiguration.g
@@ -124,6 +124,56 @@ finally {
124 restoreStackSize(stackSize); 124 restoreStackSize(stackSize);
125} 125}
126 126
127// Entry rule entryRuleREALLiteral
128entryRuleREALLiteral
129:
130{ before(grammarAccess.getREALLiteralRule()); }
131 ruleREALLiteral
132{ after(grammarAccess.getREALLiteralRule()); }
133 EOF
134;
135
136// Rule REALLiteral
137ruleREALLiteral
138 @init {
139 int stackSize = keepStackSize();
140 }
141 :
142 (
143 { before(grammarAccess.getREALLiteralAccess().getGroup()); }
144 (rule__REALLiteral__Group__0)
145 { after(grammarAccess.getREALLiteralAccess().getGroup()); }
146 )
147;
148finally {
149 restoreStackSize(stackSize);
150}
151
152// Entry rule entryRuleINTLiteral
153entryRuleINTLiteral
154:
155{ before(grammarAccess.getINTLiteralRule()); }
156 ruleINTLiteral
157{ after(grammarAccess.getINTLiteralRule()); }
158 EOF
159;
160
161// Rule INTLiteral
162ruleINTLiteral
163 @init {
164 int stackSize = keepStackSize();
165 }
166 :
167 (
168 { before(grammarAccess.getINTLiteralAccess().getGroup()); }
169 (rule__INTLiteral__Group__0)
170 { after(grammarAccess.getINTLiteralAccess().getGroup()); }
171 )
172;
173finally {
174 restoreStackSize(stackSize);
175}
176
127// Entry rule entryRuleImport 177// Entry rule entryRuleImport
128entryRuleImport 178entryRuleImport
129: 179:
@@ -2490,6 +2540,168 @@ finally {
2490} 2540}
2491 2541
2492 2542
2543rule__REALLiteral__Group__0
2544 @init {
2545 int stackSize = keepStackSize();
2546 }
2547:
2548 rule__REALLiteral__Group__0__Impl
2549 rule__REALLiteral__Group__1
2550;
2551finally {
2552 restoreStackSize(stackSize);
2553}
2554
2555rule__REALLiteral__Group__0__Impl
2556 @init {
2557 int stackSize = keepStackSize();
2558 }
2559:
2560(
2561 { before(grammarAccess.getREALLiteralAccess().getHyphenMinusKeyword_0()); }
2562 ('-')?
2563 { after(grammarAccess.getREALLiteralAccess().getHyphenMinusKeyword_0()); }
2564)
2565;
2566finally {
2567 restoreStackSize(stackSize);
2568}
2569
2570rule__REALLiteral__Group__1
2571 @init {
2572 int stackSize = keepStackSize();
2573 }
2574:
2575 rule__REALLiteral__Group__1__Impl
2576 rule__REALLiteral__Group__2
2577;
2578finally {
2579 restoreStackSize(stackSize);
2580}
2581
2582rule__REALLiteral__Group__1__Impl
2583 @init {
2584 int stackSize = keepStackSize();
2585 }
2586:
2587(
2588 { before(grammarAccess.getREALLiteralAccess().getINTTerminalRuleCall_1()); }
2589 RULE_INT
2590 { after(grammarAccess.getREALLiteralAccess().getINTTerminalRuleCall_1()); }
2591)
2592;
2593finally {
2594 restoreStackSize(stackSize);
2595}
2596
2597rule__REALLiteral__Group__2
2598 @init {
2599 int stackSize = keepStackSize();
2600 }
2601:
2602 rule__REALLiteral__Group__2__Impl
2603 rule__REALLiteral__Group__3
2604;
2605finally {
2606 restoreStackSize(stackSize);
2607}
2608
2609rule__REALLiteral__Group__2__Impl
2610 @init {
2611 int stackSize = keepStackSize();
2612 }
2613:
2614(
2615 { before(grammarAccess.getREALLiteralAccess().getFullStopKeyword_2()); }
2616 '.'
2617 { after(grammarAccess.getREALLiteralAccess().getFullStopKeyword_2()); }
2618)
2619;
2620finally {
2621 restoreStackSize(stackSize);
2622}
2623
2624rule__REALLiteral__Group__3
2625 @init {
2626 int stackSize = keepStackSize();
2627 }
2628:
2629 rule__REALLiteral__Group__3__Impl
2630;
2631finally {
2632 restoreStackSize(stackSize);
2633}
2634
2635rule__REALLiteral__Group__3__Impl
2636 @init {
2637 int stackSize = keepStackSize();
2638 }
2639:
2640(
2641 { before(grammarAccess.getREALLiteralAccess().getINTTerminalRuleCall_3()); }
2642 RULE_INT
2643 { after(grammarAccess.getREALLiteralAccess().getINTTerminalRuleCall_3()); }
2644)
2645;
2646finally {
2647 restoreStackSize(stackSize);
2648}
2649
2650
2651rule__INTLiteral__Group__0
2652 @init {
2653 int stackSize = keepStackSize();
2654 }
2655:
2656 rule__INTLiteral__Group__0__Impl
2657 rule__INTLiteral__Group__1
2658;
2659finally {
2660 restoreStackSize(stackSize);
2661}
2662
2663rule__INTLiteral__Group__0__Impl
2664 @init {
2665 int stackSize = keepStackSize();
2666 }
2667:
2668(
2669 { before(grammarAccess.getINTLiteralAccess().getHyphenMinusKeyword_0()); }
2670 ('-')?
2671 { after(grammarAccess.getINTLiteralAccess().getHyphenMinusKeyword_0()); }
2672)
2673;
2674finally {
2675 restoreStackSize(stackSize);
2676}
2677
2678rule__INTLiteral__Group__1
2679 @init {
2680 int stackSize = keepStackSize();
2681 }
2682:
2683 rule__INTLiteral__Group__1__Impl
2684;
2685finally {
2686 restoreStackSize(stackSize);
2687}
2688
2689rule__INTLiteral__Group__1__Impl
2690 @init {
2691 int stackSize = keepStackSize();
2692 }
2693:
2694(
2695 { before(grammarAccess.getINTLiteralAccess().getINTTerminalRuleCall_1()); }
2696 RULE_INT
2697 { after(grammarAccess.getINTLiteralAccess().getINTTerminalRuleCall_1()); }
2698)
2699;
2700finally {
2701 restoreStackSize(stackSize);
2702}
2703
2704
2493rule__EPackageImport__Group__0 2705rule__EPackageImport__Group__0
2494 @init { 2706 @init {
2495 int stackSize = keepStackSize(); 2707 int stackSize = keepStackSize();
@@ -9910,9 +10122,9 @@ rule__IntEnumberation__EntryAssignment_2_0
9910 } 10122 }
9911: 10123:
9912 ( 10124 (
9913 { before(grammarAccess.getIntEnumberationAccess().getEntryINTTerminalRuleCall_2_0_0()); } 10125 { before(grammarAccess.getIntEnumberationAccess().getEntryINTLiteralParserRuleCall_2_0_0()); }
9914 RULE_INT 10126 ruleINTLiteral
9915 { after(grammarAccess.getIntEnumberationAccess().getEntryINTTerminalRuleCall_2_0_0()); } 10127 { after(grammarAccess.getIntEnumberationAccess().getEntryINTLiteralParserRuleCall_2_0_0()); }
9916 ) 10128 )
9917; 10129;
9918finally { 10130finally {
@@ -9925,9 +10137,9 @@ rule__IntEnumberation__EntryAssignment_2_1_1
9925 } 10137 }
9926: 10138:
9927 ( 10139 (
9928 { before(grammarAccess.getIntEnumberationAccess().getEntryINTTerminalRuleCall_2_1_1_0()); } 10140 { before(grammarAccess.getIntEnumberationAccess().getEntryINTLiteralParserRuleCall_2_1_1_0()); }
9929 RULE_INT 10141 ruleINTLiteral
9930 { after(grammarAccess.getIntEnumberationAccess().getEntryINTTerminalRuleCall_2_1_1_0()); } 10142 { after(grammarAccess.getIntEnumberationAccess().getEntryINTLiteralParserRuleCall_2_1_1_0()); }
9931 ) 10143 )
9932; 10144;
9933finally { 10145finally {
@@ -9940,9 +10152,9 @@ rule__RealEnumeration__EntryAssignment_2_0
9940 } 10152 }
9941: 10153:
9942 ( 10154 (
9943 { before(grammarAccess.getRealEnumerationAccess().getEntryINTTerminalRuleCall_2_0_0()); } 10155 { before(grammarAccess.getRealEnumerationAccess().getEntryREALLiteralParserRuleCall_2_0_0()); }
9944 RULE_INT 10156 ruleREALLiteral
9945 { after(grammarAccess.getRealEnumerationAccess().getEntryINTTerminalRuleCall_2_0_0()); } 10157 { after(grammarAccess.getRealEnumerationAccess().getEntryREALLiteralParserRuleCall_2_0_0()); }
9946 ) 10158 )
9947; 10159;
9948finally { 10160finally {
@@ -9955,9 +10167,9 @@ rule__RealEnumeration__EntryAssignment_2_1_1
9955 } 10167 }
9956: 10168:
9957 ( 10169 (
9958 { before(grammarAccess.getRealEnumerationAccess().getEntryINTTerminalRuleCall_2_1_1_0()); } 10170 { before(grammarAccess.getRealEnumerationAccess().getEntryREALLiteralParserRuleCall_2_1_1_0()); }
9959 RULE_INT 10171 ruleREALLiteral
9960 { after(grammarAccess.getRealEnumerationAccess().getEntryINTTerminalRuleCall_2_1_1_0()); } 10172 { after(grammarAccess.getRealEnumerationAccess().getEntryREALLiteralParserRuleCall_2_1_1_0()); }
9961 ) 10173 )
9962; 10174;
9963finally { 10175finally {