aboutsummaryrefslogtreecommitdiffstats
path: root/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfiguration.g
diff options
context:
space:
mode:
Diffstat (limited to 'Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfiguration.g')
-rw-r--r--Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfiguration.g122
1 files changed, 102 insertions, 20 deletions
diff --git a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfiguration.g b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfiguration.g
index 533f0abe..455e7054 100644
--- a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfiguration.g
+++ b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfiguration.g
@@ -194,6 +194,84 @@ ruleQualifiedName returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleT
194 ) 194 )
195; 195;
196 196
197// Entry rule entryRuleREALLiteral
198entryRuleREALLiteral returns [String current=null]:
199 { newCompositeNode(grammarAccess.getREALLiteralRule()); }
200 iv_ruleREALLiteral=ruleREALLiteral
201 { $current=$iv_ruleREALLiteral.current.getText(); }
202 EOF;
203
204// Rule REALLiteral
205ruleREALLiteral returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()]
206@init {
207 enterRule();
208}
209@after {
210 leaveRule();
211}:
212 (
213 (
214 kw='-'
215 {
216 $current.merge(kw);
217 newLeafNode(kw, grammarAccess.getREALLiteralAccess().getHyphenMinusKeyword_0());
218 }
219 )?
220 this_INT_1=RULE_INT
221 {
222 $current.merge(this_INT_1);
223 }
224 {
225 newLeafNode(this_INT_1, grammarAccess.getREALLiteralAccess().getINTTerminalRuleCall_1());
226 }
227 kw='.'
228 {
229 $current.merge(kw);
230 newLeafNode(kw, grammarAccess.getREALLiteralAccess().getFullStopKeyword_2());
231 }
232 this_INT_3=RULE_INT
233 {
234 $current.merge(this_INT_3);
235 }
236 {
237 newLeafNode(this_INT_3, grammarAccess.getREALLiteralAccess().getINTTerminalRuleCall_3());
238 }
239 )
240;
241
242// Entry rule entryRuleINTLiteral
243entryRuleINTLiteral returns [String current=null]:
244 { newCompositeNode(grammarAccess.getINTLiteralRule()); }
245 iv_ruleINTLiteral=ruleINTLiteral
246 { $current=$iv_ruleINTLiteral.current.getText(); }
247 EOF;
248
249// Rule INTLiteral
250ruleINTLiteral returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()]
251@init {
252 enterRule();
253}
254@after {
255 leaveRule();
256}:
257 (
258 (
259 kw='-'
260 {
261 $current.merge(kw);
262 newLeafNode(kw, grammarAccess.getINTLiteralAccess().getHyphenMinusKeyword_0());
263 }
264 )?
265 this_INT_1=RULE_INT
266 {
267 $current.merge(this_INT_1);
268 }
269 {
270 newLeafNode(this_INT_1, grammarAccess.getINTLiteralAccess().getINTTerminalRuleCall_1());
271 }
272 )
273;
274
197// Entry rule entryRuleImport 275// Entry rule entryRuleImport
198entryRuleImport returns [EObject current=null]: 276entryRuleImport returns [EObject current=null]:
199 { newCompositeNode(grammarAccess.getImportRule()); } 277 { newCompositeNode(grammarAccess.getImportRule()); }
@@ -3255,19 +3333,20 @@ ruleIntEnumberation returns [EObject current=null]
3255 ( 3333 (
3256 ( 3334 (
3257 ( 3335 (
3258 lv_entry_2_0=RULE_INT
3259 { 3336 {
3260 newLeafNode(lv_entry_2_0, grammarAccess.getIntEnumberationAccess().getEntryINTTerminalRuleCall_2_0_0()); 3337 newCompositeNode(grammarAccess.getIntEnumberationAccess().getEntryINTLiteralParserRuleCall_2_0_0());
3261 } 3338 }
3339 lv_entry_2_0=ruleINTLiteral
3262 { 3340 {
3263 if ($current==null) { 3341 if ($current==null) {
3264 $current = createModelElement(grammarAccess.getIntEnumberationRule()); 3342 $current = createModelElementForParent(grammarAccess.getIntEnumberationRule());
3265 } 3343 }
3266 addWithLastConsumed( 3344 add(
3267 $current, 3345 $current,
3268 "entry", 3346 "entry",
3269 lv_entry_2_0, 3347 lv_entry_2_0,
3270 "org.eclipse.xtext.common.Terminals.INT"); 3348 "hu.bme.mit.inf.dslreasoner.application.ApplicationConfiguration.INTLiteral");
3349 afterParserOrEnumRuleCall();
3271 } 3350 }
3272 ) 3351 )
3273 ) 3352 )
@@ -3278,19 +3357,20 @@ ruleIntEnumberation returns [EObject current=null]
3278 } 3357 }
3279 ( 3358 (
3280 ( 3359 (
3281 lv_entry_4_0=RULE_INT
3282 { 3360 {
3283 newLeafNode(lv_entry_4_0, grammarAccess.getIntEnumberationAccess().getEntryINTTerminalRuleCall_2_1_1_0()); 3361 newCompositeNode(grammarAccess.getIntEnumberationAccess().getEntryINTLiteralParserRuleCall_2_1_1_0());
3284 } 3362 }
3363 lv_entry_4_0=ruleINTLiteral
3285 { 3364 {
3286 if ($current==null) { 3365 if ($current==null) {
3287 $current = createModelElement(grammarAccess.getIntEnumberationRule()); 3366 $current = createModelElementForParent(grammarAccess.getIntEnumberationRule());
3288 } 3367 }
3289 addWithLastConsumed( 3368 add(
3290 $current, 3369 $current,
3291 "entry", 3370 "entry",
3292 lv_entry_4_0, 3371 lv_entry_4_0,
3293 "org.eclipse.xtext.common.Terminals.INT"); 3372 "hu.bme.mit.inf.dslreasoner.application.ApplicationConfiguration.INTLiteral");
3373 afterParserOrEnumRuleCall();
3294 } 3374 }
3295 ) 3375 )
3296 ) 3376 )
@@ -3333,19 +3413,20 @@ ruleRealEnumeration returns [EObject current=null]
3333 ( 3413 (
3334 ( 3414 (
3335 ( 3415 (
3336 lv_entry_2_0=RULE_INT
3337 { 3416 {
3338 newLeafNode(lv_entry_2_0, grammarAccess.getRealEnumerationAccess().getEntryINTTerminalRuleCall_2_0_0()); 3417 newCompositeNode(grammarAccess.getRealEnumerationAccess().getEntryREALLiteralParserRuleCall_2_0_0());
3339 } 3418 }
3419 lv_entry_2_0=ruleREALLiteral
3340 { 3420 {
3341 if ($current==null) { 3421 if ($current==null) {
3342 $current = createModelElement(grammarAccess.getRealEnumerationRule()); 3422 $current = createModelElementForParent(grammarAccess.getRealEnumerationRule());
3343 } 3423 }
3344 addWithLastConsumed( 3424 add(
3345 $current, 3425 $current,
3346 "entry", 3426 "entry",
3347 lv_entry_2_0, 3427 lv_entry_2_0,
3348 "org.eclipse.xtext.common.Terminals.INT"); 3428 "hu.bme.mit.inf.dslreasoner.application.ApplicationConfiguration.REALLiteral");
3429 afterParserOrEnumRuleCall();
3349 } 3430 }
3350 ) 3431 )
3351 ) 3432 )
@@ -3356,19 +3437,20 @@ ruleRealEnumeration returns [EObject current=null]
3356 } 3437 }
3357 ( 3438 (
3358 ( 3439 (
3359 lv_entry_4_0=RULE_INT
3360 { 3440 {
3361 newLeafNode(lv_entry_4_0, grammarAccess.getRealEnumerationAccess().getEntryINTTerminalRuleCall_2_1_1_0()); 3441 newCompositeNode(grammarAccess.getRealEnumerationAccess().getEntryREALLiteralParserRuleCall_2_1_1_0());
3362 } 3442 }
3443 lv_entry_4_0=ruleREALLiteral
3363 { 3444 {
3364 if ($current==null) { 3445 if ($current==null) {
3365 $current = createModelElement(grammarAccess.getRealEnumerationRule()); 3446 $current = createModelElementForParent(grammarAccess.getRealEnumerationRule());
3366 } 3447 }
3367 addWithLastConsumed( 3448 add(
3368 $current, 3449 $current,
3369 "entry", 3450 "entry",
3370 lv_entry_4_0, 3451 lv_entry_4_0,
3371 "org.eclipse.xtext.common.Terminals.INT"); 3452 "hu.bme.mit.inf.dslreasoner.application.ApplicationConfiguration.REALLiteral");
3453 afterParserOrEnumRuleCall();
3372 } 3454 }
3373 ) 3455 )
3374 ) 3456 )