From 1944fbd081769790075b5a8cc3e3aa1cf9d43a7c Mon Sep 17 00:00:00 2001 From: Rene Schneider Date: Thu, 3 Jan 2019 17:01:19 +0100 Subject: [PATCH] changed grammar so we don't get additional keywords with issue #206 impl --- .../src/folder/simple.integrity | 4 +- .../AbstractDSLProposalProvider.java | 32 +- .../ui/contentassist/antlr/DSLParser.java | 4 - .../antlr/internal/InternalDSL.g | 335 +- .../antlr/internal/InternalDSL.tokens | 191 +- .../antlr/internal/InternalDSLLexer.java | 2889 ++-- .../antlr/internal/InternalDSLParser.java | 13543 ++++++++-------- .../src-gen/de/gebit/integrity/DSL.ecore | 8 +- .../src-gen/de/gebit/integrity/DSL.genmodel | 6 +- .../src-gen/de/gebit/integrity/DSL.xtextbin | Bin 18235 -> 18171 bytes .../de/gebit/integrity/dsl/DslFactory.java | 9 - .../de/gebit/integrity/dsl/DslPackage.java | 201 +- .../gebit/integrity/dsl/TimeDifference.java | 12 +- .../integrity/dsl/TimeDifferencePart.java | 80 - .../integrity/dsl/impl/DslFactoryImpl.java | 12 - .../integrity/dsl/impl/DslPackageImpl.java | 54 +- .../dsl/impl/TimeDifferenceImpl.java | 34 +- .../dsl/impl/TimeDifferencePartImpl.java | 235 - .../integrity/dsl/util/DslAdapterFactory.java | 20 - .../gebit/integrity/dsl/util/DslSwitch.java | 23 - .../parser/antlr/internal/InternalDSL.g | 323 +- .../parser/antlr/internal/InternalDSL.tokens | 201 +- .../antlr/internal/InternalDSLLexer.java | 2961 ++-- .../antlr/internal/InternalDSLParser.java | 3606 ++-- .../AbstractDSLSemanticSequencer.java | 43 +- .../integrity/services/DSLGrammarAccess.java | 158 +- .../de/gebit/integrity/utils/DateUtil.java | 55 +- .../src/integrity/integrity.xtext | 7 +- .../generator/.DSLGenerator.xtendbin | Bin 2050 -> 2050 bytes .../integrity/runner/DefaultTestRunner.java | 13 +- .../runner/callbacks/TestFormatter.java | 6 +- 31 files changed, 10724 insertions(+), 14341 deletions(-) delete mode 100644 de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/TimeDifferencePart.java delete mode 100644 de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/impl/TimeDifferencePartImpl.java diff --git a/de.gebit.integrity.dsl.experimentation/src/folder/simple.integrity b/de.gebit.integrity.dsl.experimentation/src/folder/simple.integrity index c1816139d..f669b6354 100644 --- a/de.gebit.integrity.dsl.experimentation/src/folder/simple.integrity +++ b/de.gebit.integrity.dsl.experimentation/src/folder/simple.integrity @@ -80,7 +80,7 @@ packagedef mypackage with // Resets date/time on all forks and the master to live system date/time timeset live - timeset + 12 minutes on master + timeset + 12minutes on master suite bsuite on fork1 @@ -96,7 +96,7 @@ packagedef mypackage with timeset 10.02.2001 on fork1 timeset 10.03.2001 on master - timeset + 1 months + timeset + 1months suite csuite on fork1 diff --git a/de.gebit.integrity.dsl.ui/src-gen/de/gebit/integrity/ui/contentassist/AbstractDSLProposalProvider.java b/de.gebit.integrity.dsl.ui/src-gen/de/gebit/integrity/ui/contentassist/AbstractDSLProposalProvider.java index abedf326b..72a616972 100644 --- a/de.gebit.integrity.dsl.ui/src-gen/de/gebit/integrity/ui/contentassist/AbstractDSLProposalProvider.java +++ b/de.gebit.integrity.dsl.ui/src-gen/de/gebit/integrity/ui/contentassist/AbstractDSLProposalProvider.java @@ -296,32 +296,6 @@ public void completeTimeDifference_Direction(EObject model, Assignment assignmen public void completeTimeDifference_Values(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) { completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor); } - public void completeTimeDifferencePart_Value(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) { - completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor); - } - public void completeTimeDifferencePart_TemporalUnit(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) { - // subclasses may override - // subclasses may override - // subclasses may override - // subclasses may override - // subclasses may override - // subclasses may override - // subclasses may override - // subclasses may override - // subclasses may override - // subclasses may override - // subclasses may override - // subclasses may override - // subclasses may override - // subclasses may override - // subclasses may override - // subclasses may override - // subclasses may override - // subclasses may override - // subclasses may override - // subclasses may override - // subclasses may override - } public void completeSuite_Inlined(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) { // subclasses may override } @@ -644,9 +618,6 @@ public void complete_TimeSet(EObject model, RuleCall ruleCall, ContentAssistCont public void complete_TimeDifference(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) { // subclasses may override } - public void complete_TimeDifferencePart(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) { - // subclasses may override - } public void complete_Suite(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) { // subclasses may override } @@ -872,6 +843,9 @@ public void complete_TWENTYFOURHRSTIME(EObject model, RuleCall ruleCall, Content public void complete_TWELVEHRSTIME(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) { // subclasses may override } + public void complete_TIMESPAN(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) { + // subclasses may override + } public void complete_ANY_OTHER(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) { // subclasses may override } diff --git a/de.gebit.integrity.dsl.ui/src-gen/de/gebit/integrity/ui/contentassist/antlr/DSLParser.java b/de.gebit.integrity.dsl.ui/src-gen/de/gebit/integrity/ui/contentassist/antlr/DSLParser.java index c7e790acb..962a9fc10 100644 --- a/de.gebit.integrity.dsl.ui/src-gen/de/gebit/integrity/ui/contentassist/antlr/DSLParser.java +++ b/de.gebit.integrity.dsl.ui/src-gen/de/gebit/integrity/ui/contentassist/antlr/DSLParser.java @@ -51,7 +51,6 @@ protected String getRuleName(AbstractElement element) { put(grammarAccess.getTimeSetAccess().getAlternatives_2_1_0(), "rule__TimeSet__Alternatives_2_1_0"); put(grammarAccess.getTimeSetAccess().getAlternatives_3_2_0(), "rule__TimeSet__Alternatives_3_2_0"); put(grammarAccess.getTimeDifferenceAccess().getDirectionAlternatives_0_0(), "rule__TimeDifference__DirectionAlternatives_0_0"); - put(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitAlternatives_2_0(), "rule__TimeDifferencePart__TemporalUnitAlternatives_2_0"); put(grammarAccess.getParameterNameAccess().getAlternatives(), "rule__ParameterName__Alternatives"); put(grammarAccess.getArbitraryParameterOrResultNameAccess().getAlternatives_1(), "rule__ArbitraryParameterOrResultName__Alternatives_1"); put(grammarAccess.getOperationAccess().getAlternatives(), "rule__Operation__Alternatives"); @@ -135,7 +134,6 @@ protected String getRuleName(AbstractElement element) { put(grammarAccess.getTimeSetAccess().getGroup_3_2(), "rule__TimeSet__Group_3_2__0"); put(grammarAccess.getTimeDifferenceAccess().getGroup(), "rule__TimeDifference__Group__0"); put(grammarAccess.getTimeDifferenceAccess().getGroup_1(), "rule__TimeDifference__Group_1__0"); - put(grammarAccess.getTimeDifferencePartAccess().getGroup(), "rule__TimeDifferencePart__Group__0"); put(grammarAccess.getSuiteAccess().getGroup(), "rule__Suite__Group__0"); put(grammarAccess.getSuiteAccess().getGroup_3(), "rule__Suite__Group_3__0"); put(grammarAccess.getSuiteAccess().getGroup_6(), "rule__Suite__Group_6__0"); @@ -269,8 +267,6 @@ protected String getRuleName(AbstractElement element) { put(grammarAccess.getTimeSetAccess().getMasterForkAssignment_3_2_0_1(), "rule__TimeSet__MasterForkAssignment_3_2_0_1"); put(grammarAccess.getTimeDifferenceAccess().getDirectionAssignment_0(), "rule__TimeDifference__DirectionAssignment_0"); put(grammarAccess.getTimeDifferenceAccess().getValuesAssignment_1_1(), "rule__TimeDifference__ValuesAssignment_1_1"); - put(grammarAccess.getTimeDifferencePartAccess().getValueAssignment_0(), "rule__TimeDifferencePart__ValueAssignment_0"); - put(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitAssignment_2(), "rule__TimeDifferencePart__TemporalUnitAssignment_2"); put(grammarAccess.getSuiteAccess().getInlinedAssignment_0(), "rule__Suite__InlinedAssignment_0"); put(grammarAccess.getSuiteAccess().getMultiplierAssignment_3_0(), "rule__Suite__MultiplierAssignment_3_0"); put(grammarAccess.getSuiteAccess().getDefinitionAssignment_4(), "rule__Suite__DefinitionAssignment_4"); diff --git a/de.gebit.integrity.dsl.ui/src-gen/de/gebit/integrity/ui/contentassist/antlr/internal/InternalDSL.g b/de.gebit.integrity.dsl.ui/src-gen/de/gebit/integrity/ui/contentassist/antlr/internal/InternalDSL.g index 545c909b9..df7dc5cd0 100644 --- a/de.gebit.integrity.dsl.ui/src-gen/de/gebit/integrity/ui/contentassist/antlr/internal/InternalDSL.g +++ b/de.gebit.integrity.dsl.ui/src-gen/de/gebit/integrity/ui/contentassist/antlr/internal/InternalDSL.g @@ -1262,34 +1262,6 @@ finally { -// Entry rule entryRuleTimeDifferencePart -entryRuleTimeDifferencePart -: -{ before(grammarAccess.getTimeDifferencePartRule()); } - ruleTimeDifferencePart -{ after(grammarAccess.getTimeDifferencePartRule()); } - EOF -; - -// Rule TimeDifferencePart -ruleTimeDifferencePart - @init { - int stackSize = keepStackSize(); - } - : -( -{ before(grammarAccess.getTimeDifferencePartAccess().getGroup()); } -(rule__TimeDifferencePart__Group__0) -{ after(grammarAccess.getTimeDifferencePartAccess().getGroup()); } -) - -; -finally { - restoreStackSize(stackSize); -} - - - // Entry rule entryRuleSuite entryRuleSuite : @@ -3094,184 +3066,6 @@ finally { restoreStackSize(stackSize); } -rule__TimeDifferencePart__TemporalUnitAlternatives_2_0 - @init { - int stackSize = keepStackSize(); - } -: -( -{ before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitYKeyword_2_0_0()); } - - 'y' - -{ after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitYKeyword_2_0_0()); } -) - - |( -{ before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitYearKeyword_2_0_1()); } - - 'year' - -{ after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitYearKeyword_2_0_1()); } -) - - |( -{ before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitYearsKeyword_2_0_2()); } - - 'years' - -{ after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitYearsKeyword_2_0_2()); } -) - - |( -{ before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMonKeyword_2_0_3()); } - - 'mon' - -{ after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMonKeyword_2_0_3()); } -) - - |( -{ before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMonthKeyword_2_0_4()); } - - 'month' - -{ after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMonthKeyword_2_0_4()); } -) - - |( -{ before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMonthsKeyword_2_0_5()); } - - 'months' - -{ after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMonthsKeyword_2_0_5()); } -) - - |( -{ before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitDKeyword_2_0_6()); } - - 'd' - -{ after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitDKeyword_2_0_6()); } -) - - |( -{ before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitDayKeyword_2_0_7()); } - - 'day' - -{ after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitDayKeyword_2_0_7()); } -) - - |( -{ before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitDaysKeyword_2_0_8()); } - - 'days' - -{ after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitDaysKeyword_2_0_8()); } -) - - |( -{ before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitHKeyword_2_0_9()); } - - 'h' - -{ after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitHKeyword_2_0_9()); } -) - - |( -{ before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitHourKeyword_2_0_10()); } - - 'hour' - -{ after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitHourKeyword_2_0_10()); } -) - - |( -{ before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitHoursKeyword_2_0_11()); } - - 'hours' - -{ after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitHoursKeyword_2_0_11()); } -) - - |( -{ before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMKeyword_2_0_12()); } - - 'm' - -{ after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMKeyword_2_0_12()); } -) - - |( -{ before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMinuteKeyword_2_0_13()); } - - 'minute' - -{ after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMinuteKeyword_2_0_13()); } -) - - |( -{ before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMinutesKeyword_2_0_14()); } - - 'minutes' - -{ after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMinutesKeyword_2_0_14()); } -) - - |( -{ before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitSKeyword_2_0_15()); } - - 's' - -{ after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitSKeyword_2_0_15()); } -) - - |( -{ before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitSecondKeyword_2_0_16()); } - - 'second' - -{ after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitSecondKeyword_2_0_16()); } -) - - |( -{ before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitSecondsKeyword_2_0_17()); } - - 'seconds' - -{ after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitSecondsKeyword_2_0_17()); } -) - - |( -{ before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMsKeyword_2_0_18()); } - - 'ms' - -{ after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMsKeyword_2_0_18()); } -) - - |( -{ before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMillisecondKeyword_2_0_19()); } - - 'millisecond' - -{ after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMillisecondKeyword_2_0_19()); } -) - - |( -{ before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMillisecondsKeyword_2_0_20()); } - - 'milliseconds' - -{ after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMillisecondsKeyword_2_0_20()); } -) - -; -finally { - restoreStackSize(stackSize); -} - rule__ParameterName__Alternatives @init { int stackSize = keepStackSize(); @@ -12071,98 +11865,6 @@ finally { -rule__TimeDifferencePart__Group__0 - @init { - int stackSize = keepStackSize(); - } -: - rule__TimeDifferencePart__Group__0__Impl - rule__TimeDifferencePart__Group__1 -; -finally { - restoreStackSize(stackSize); -} - -rule__TimeDifferencePart__Group__0__Impl - @init { - int stackSize = keepStackSize(); - } -: -( -{ before(grammarAccess.getTimeDifferencePartAccess().getValueAssignment_0()); } -(rule__TimeDifferencePart__ValueAssignment_0) -{ after(grammarAccess.getTimeDifferencePartAccess().getValueAssignment_0()); } -) - -; -finally { - restoreStackSize(stackSize); -} - - -rule__TimeDifferencePart__Group__1 - @init { - int stackSize = keepStackSize(); - } -: - rule__TimeDifferencePart__Group__1__Impl - rule__TimeDifferencePart__Group__2 -; -finally { - restoreStackSize(stackSize); -} - -rule__TimeDifferencePart__Group__1__Impl - @init { - int stackSize = keepStackSize(); - } -: -( -{ before(grammarAccess.getTimeDifferencePartAccess().getNLParserRuleCall_1()); } - ruleNL -{ after(grammarAccess.getTimeDifferencePartAccess().getNLParserRuleCall_1()); } -) - -; -finally { - restoreStackSize(stackSize); -} - - -rule__TimeDifferencePart__Group__2 - @init { - int stackSize = keepStackSize(); - } -: - rule__TimeDifferencePart__Group__2__Impl -; -finally { - restoreStackSize(stackSize); -} - -rule__TimeDifferencePart__Group__2__Impl - @init { - int stackSize = keepStackSize(); - } -: -( -{ before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitAssignment_2()); } -(rule__TimeDifferencePart__TemporalUnitAssignment_2) -{ after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitAssignment_2()); } -) - -; -finally { - restoreStackSize(stackSize); -} - - - - - - - - rule__Suite__Group__0 @init { int stackSize = keepStackSize(); @@ -17785,39 +17487,8 @@ rule__TimeDifference__ValuesAssignment_1_1 } : ( -{ before(grammarAccess.getTimeDifferenceAccess().getValuesTimeDifferencePartParserRuleCall_1_1_0()); } - ruleTimeDifferencePart{ after(grammarAccess.getTimeDifferenceAccess().getValuesTimeDifferencePartParserRuleCall_1_1_0()); } -) - -; -finally { - restoreStackSize(stackSize); -} - -rule__TimeDifferencePart__ValueAssignment_0 - @init { - int stackSize = keepStackSize(); - } -: -( -{ before(grammarAccess.getTimeDifferencePartAccess().getValueINTEGERTerminalRuleCall_0_0()); } - RULE_INTEGER{ after(grammarAccess.getTimeDifferencePartAccess().getValueINTEGERTerminalRuleCall_0_0()); } -) - -; -finally { - restoreStackSize(stackSize); -} - -rule__TimeDifferencePart__TemporalUnitAssignment_2 - @init { - int stackSize = keepStackSize(); - } -: -( -{ before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitAlternatives_2_0()); } -(rule__TimeDifferencePart__TemporalUnitAlternatives_2_0) -{ after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitAlternatives_2_0()); } +{ before(grammarAccess.getTimeDifferenceAccess().getValuesTIMESPANTerminalRuleCall_1_1_0()); } + RULE_TIMESPAN{ after(grammarAccess.getTimeDifferenceAccess().getValuesTIMESPANTerminalRuleCall_1_1_0()); } ) ; @@ -18863,6 +18534,8 @@ RULE_TWENTYFOURHRSTIME : '0'..'2' '0'..'9' ':' '0'..'5' '0'..'9' (':' '0'..'6' ' RULE_TWELVEHRSTIME : '0'..'1' '0'..'9' ':' '0'..'5' '0'..'9' (':' '0'..'6' '0'..'9' ('.' '0'..'9' '0'..'9' '0'..'9')?)? ('am'|'pm'); +RULE_TIMESPAN : ('0'..'9')+ ('y'|'year'|'years'|'mon'|'month'|'months'|'d'|'day'|'days'|'h'|'hour'|'hours'|'m'|'minute'|'minutes'|'s'|'second'|'seconds'|'ms'|'millisecond'|'milliseconds'); + RULE_ANY_OTHER : .; diff --git a/de.gebit.integrity.dsl.ui/src-gen/de/gebit/integrity/ui/contentassist/antlr/internal/InternalDSL.tokens b/de.gebit.integrity.dsl.ui/src-gen/de/gebit/integrity/ui/contentassist/antlr/internal/InternalDSL.tokens index c93ff630e..482dd0ddd 100644 --- a/de.gebit.integrity.dsl.ui/src-gen/de/gebit/integrity/ui/contentassist/antlr/internal/InternalDSL.tokens +++ b/de.gebit.integrity.dsl.ui/src-gen/de/gebit/integrity/ui/contentassist/antlr/internal/InternalDSL.tokens @@ -1,122 +1,90 @@ -'#'=97 -'%'=54 -'('=91 -')'=92 -'*'=52 -'+'=29 -','=89 -'-'=30 -'->'=79 -'.'=101 -'.*'=102 -'..'=55 -'/'=53 -':'=63 -'<'=95 -'='=82 -'>'=96 -'['=93 -']'=94 -'assign'=78 -'based on'=62 -'by default'=73 -'call'=85 -'calldef'=66 -'checkpoint'=107 -'concludedby'=72 -'constant'=77 -'d'=37 -'day'=38 -'days'=39 -'forkdef'=60 -'gets'=69 -'h'=40 -'hour'=41 -'hours'=42 -'import'=59 -'in'=80 -'initially'=76 -'inlined'=105 -'live'=108 -'m'=43 -'master'=110 -'millisecond'=50 -'milliseconds'=51 -'minute'=44 -'minutes'=45 -'mon'=34 -'month'=35 -'months'=36 -'ms'=49 -'null'=98 -'on'=88 -'operationdef'=74 -'packagedef'=56 -'packageend'=58 -'parameterized'=106 -'private'=103 -'progressing'=109 -'requires'=71 -'returns'=70 -'s'=46 -'second'=47 -'seconds'=48 -'single-run'=104 -'suite'=90 -'suitedef'=67 -'suiteend'=68 -'tabletest'=83 -'test'=81 -'testdef'=65 -'timeset'=86 -'uses'=61 -'variable'=75 -'variantdef'=64 -'with'=57 -'x'=87 -'y'=31 -'year'=32 -'years'=33 -'{'=99 -'|'=84 -'}'=100 -RULE_ANY_OTHER=28 +'#'=77 +'%'=34 +'('=71 +')'=72 +'*'=32 +'+'=30 +','=69 +'-'=31 +'->'=59 +'.'=81 +'.*'=82 +'..'=35 +'/'=33 +':'=43 +'<'=75 +'='=62 +'>'=76 +'['=73 +']'=74 +'assign'=58 +'based on'=42 +'by default'=53 +'call'=65 +'calldef'=46 +'checkpoint'=87 +'concludedby'=52 +'constant'=57 +'forkdef'=40 +'gets'=49 +'import'=39 +'in'=60 +'initially'=56 +'inlined'=85 +'live'=88 +'master'=90 +'null'=78 +'on'=68 +'operationdef'=54 +'packagedef'=36 +'packageend'=38 +'parameterized'=86 +'private'=83 +'progressing'=89 +'requires'=51 +'returns'=50 +'single-run'=84 +'suite'=70 +'suitedef'=47 +'suiteend'=48 +'tabletest'=63 +'test'=61 +'testdef'=45 +'timeset'=66 +'uses'=41 +'variable'=55 +'variantdef'=44 +'with'=37 +'x'=67 +'{'=79 +'|'=64 +'}'=80 +RULE_ANY_OTHER=29 RULE_BOOLEAN_FALSE=5 RULE_BOOLEAN_TRUE=4 -RULE_DECIMAL=17 +RULE_DECIMAL=18 RULE_DIVIDER=14 -RULE_EURODATE=19 +RULE_EURODATE=20 RULE_ID=6 -RULE_INTEGER=16 -RULE_ISODATE=18 -RULE_ISOTIME=21 -RULE_ISOTIMEZONE=27 -RULE_ML_COMMENT=25 -RULE_ML_DOC_COMMENT=24 +RULE_INTEGER=17 +RULE_ISODATE=19 +RULE_ISOTIME=22 +RULE_ISOTIMEZONE=28 +RULE_ML_COMMENT=26 +RULE_ML_DOC_COMMENT=25 RULE_ML_VISIBLE_COMMENT=12 RULE_ML_VISIBLE_TITLE_COMMENT=13 RULE_NEWLINE=8 -RULE_SL_COMMENT=26 +RULE_SL_COMMENT=27 RULE_SL_VISIBLE_COMMENT=10 RULE_SL_VISIBLE_TITLE_COMMENT=11 RULE_STRING=15 -RULE_TWELVEHRSTIME=23 -RULE_TWENTYFOURHRSTIME=22 +RULE_TIMESPAN=16 +RULE_TWELVEHRSTIME=24 +RULE_TWENTYFOURHRSTIME=23 RULE_UPPERCASE_ID=7 -RULE_USDATE=20 +RULE_USDATE=21 RULE_WS=9 -T__100=100 -T__101=101 -T__102=102 -T__103=103 -T__104=104 -T__105=105 -T__106=106 -T__107=107 -T__108=108 -T__109=109 -T__110=110 -T__29=29 T__30=30 T__31=31 T__32=32 @@ -178,12 +146,3 @@ T__87=87 T__88=88 T__89=89 T__90=90 -T__91=91 -T__92=92 -T__93=93 -T__94=94 -T__95=95 -T__96=96 -T__97=97 -T__98=98 -T__99=99 diff --git a/de.gebit.integrity.dsl.ui/src-gen/de/gebit/integrity/ui/contentassist/antlr/internal/InternalDSLLexer.java b/de.gebit.integrity.dsl.ui/src-gen/de/gebit/integrity/ui/contentassist/antlr/internal/InternalDSLLexer.java index 9eb50d865..aac5912d2 100644 --- a/de.gebit.integrity.dsl.ui/src-gen/de/gebit/integrity/ui/contentassist/antlr/internal/InternalDSLLexer.java +++ b/de.gebit.integrity.dsl.ui/src-gen/de/gebit/integrity/ui/contentassist/antlr/internal/InternalDSLLexer.java @@ -12,11 +12,15 @@ @SuppressWarnings("all") public class InternalDSLLexer extends Lexer { - public static final int RULE_ISOTIME=21; + public static final int RULE_ISOTIME=22; public static final int T__50=50; + public static final int T__90=90; + public static final int RULE_DIVIDER=14; public static final int RULE_UPPERCASE_ID=7; - public static final int RULE_ML_DOC_COMMENT=24; + public static final int RULE_TIMESPAN=16; + public static final int RULE_ML_DOC_COMMENT=25; public static final int T__59=59; + public static final int RULE_BOOLEAN_TRUE=4; public static final int T__55=55; public static final int T__56=56; public static final int T__57=57; @@ -25,101 +29,77 @@ public class InternalDSLLexer extends Lexer { public static final int T__52=52; public static final int T__53=53; public static final int T__54=54; + public static final int RULE_ML_VISIBLE_COMMENT=12; public static final int T__60=60; public static final int T__61=61; public static final int RULE_ID=6; - public static final int RULE_TWENTYFOURHRSTIME=22; - public static final int RULE_ISOTIMEZONE=27; - public static final int RULE_ISODATE=18; + public static final int RULE_TWENTYFOURHRSTIME=23; + public static final int RULE_ISOTIMEZONE=28; + public static final int RULE_DECIMAL=18; + public static final int RULE_ISODATE=19; public static final int T__66=66; - public static final int RULE_ML_COMMENT=25; + public static final int RULE_ML_COMMENT=26; public static final int T__67=67; public static final int T__68=68; public static final int RULE_SL_VISIBLE_COMMENT=10; public static final int T__69=69; public static final int T__62=62; - public static final int RULE_USDATE=20; + public static final int RULE_USDATE=21; public static final int T__63=63; + public static final int RULE_BOOLEAN_FALSE=5; public static final int T__64=64; public static final int T__65=65; - public static final int RULE_NEWLINE=8; - public static final int T__37=37; - public static final int T__38=38; - public static final int T__39=39; - public static final int T__33=33; - public static final int T__34=34; - public static final int T__35=35; - public static final int T__36=36; - public static final int T__30=30; - public static final int T__31=31; - public static final int T__32=32; - public static final int RULE_EURODATE=19; - public static final int RULE_ML_VISIBLE_TITLE_COMMENT=13; - public static final int T__48=48; - public static final int T__49=49; - public static final int T__44=44; - public static final int T__45=45; - public static final int T__46=46; - public static final int T__47=47; - public static final int T__40=40; - public static final int T__41=41; - public static final int T__42=42; - public static final int T__43=43; - public static final int T__91=91; - public static final int T__100=100; - public static final int T__92=92; - public static final int T__93=93; - public static final int T__102=102; - public static final int T__94=94; - public static final int T__101=101; - public static final int T__90=90; - public static final int RULE_DIVIDER=14; - public static final int RULE_BOOLEAN_TRUE=4; - public static final int T__99=99; - public static final int T__95=95; - public static final int T__96=96; - public static final int T__97=97; - public static final int T__98=98; - public static final int RULE_ML_VISIBLE_COMMENT=12; - public static final int RULE_DECIMAL=17; - public static final int T__29=29; - public static final int RULE_BOOLEAN_FALSE=5; public static final int T__70=70; public static final int T__71=71; public static final int T__72=72; + public static final int RULE_NEWLINE=8; public static final int RULE_STRING=15; public static final int RULE_SL_VISIBLE_TITLE_COMMENT=11; - public static final int RULE_SL_COMMENT=26; + public static final int RULE_SL_COMMENT=27; + public static final int T__37=37; + public static final int T__38=38; + public static final int T__39=39; + public static final int T__33=33; public static final int T__77=77; + public static final int T__34=34; public static final int T__78=78; + public static final int T__35=35; public static final int T__79=79; + public static final int T__36=36; public static final int T__73=73; public static final int EOF=-1; + public static final int T__30=30; public static final int T__74=74; + public static final int T__31=31; public static final int T__75=75; - public static final int RULE_TWELVEHRSTIME=23; + public static final int RULE_TWELVEHRSTIME=24; + public static final int T__32=32; public static final int T__76=76; public static final int T__80=80; public static final int T__81=81; - public static final int T__110=110; public static final int T__82=82; public static final int T__83=83; public static final int RULE_WS=9; - public static final int RULE_ANY_OTHER=28; + public static final int RULE_ANY_OTHER=29; + public static final int RULE_EURODATE=20; + public static final int RULE_ML_VISIBLE_TITLE_COMMENT=13; + public static final int T__48=48; + public static final int T__49=49; + public static final int T__44=44; public static final int T__88=88; - public static final int T__108=108; + public static final int T__45=45; public static final int T__89=89; - public static final int T__107=107; - public static final int T__109=109; + public static final int T__46=46; + public static final int T__47=47; + public static final int T__40=40; public static final int T__84=84; - public static final int T__104=104; + public static final int T__41=41; public static final int T__85=85; - public static final int T__103=103; - public static final int RULE_INTEGER=16; + public static final int RULE_INTEGER=17; + public static final int T__42=42; public static final int T__86=86; - public static final int T__106=106; + public static final int T__43=43; public static final int T__87=87; - public static final int T__105=105; // delegates // delegators @@ -134,35 +114,15 @@ public InternalDSLLexer(CharStream input, RecognizerSharedState state) { } public String getGrammarFileName() { return "InternalDSL.g"; } - // $ANTLR start "T__29" - public final void mT__29() throws RecognitionException { - try { - int _type = T__29; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:11:7: ( '+' ) - // InternalDSL.g:11:9: '+' - { - match('+'); - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__29" - // $ANTLR start "T__30" public final void mT__30() throws RecognitionException { try { int _type = T__30; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:12:7: ( '-' ) - // InternalDSL.g:12:9: '-' + // InternalDSL.g:11:7: ( '+' ) + // InternalDSL.g:11:9: '+' { - match('-'); + match('+'); } @@ -179,10 +139,10 @@ public final void mT__31() throws RecognitionException { try { int _type = T__31; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:13:7: ( 'y' ) - // InternalDSL.g:13:9: 'y' + // InternalDSL.g:12:7: ( '-' ) + // InternalDSL.g:12:9: '-' { - match('y'); + match('-'); } @@ -199,11 +159,10 @@ public final void mT__32() throws RecognitionException { try { int _type = T__32; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:14:7: ( 'year' ) - // InternalDSL.g:14:9: 'year' + // InternalDSL.g:13:7: ( '*' ) + // InternalDSL.g:13:9: '*' { - match("year"); - + match('*'); } @@ -220,11 +179,10 @@ public final void mT__33() throws RecognitionException { try { int _type = T__33; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:15:7: ( 'years' ) - // InternalDSL.g:15:9: 'years' + // InternalDSL.g:14:7: ( '/' ) + // InternalDSL.g:14:9: '/' { - match("years"); - + match('/'); } @@ -241,11 +199,10 @@ public final void mT__34() throws RecognitionException { try { int _type = T__34; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:16:7: ( 'mon' ) - // InternalDSL.g:16:9: 'mon' + // InternalDSL.g:15:7: ( '%' ) + // InternalDSL.g:15:9: '%' { - match("mon"); - + match('%'); } @@ -262,10 +219,10 @@ public final void mT__35() throws RecognitionException { try { int _type = T__35; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:17:7: ( 'month' ) - // InternalDSL.g:17:9: 'month' + // InternalDSL.g:16:7: ( '..' ) + // InternalDSL.g:16:9: '..' { - match("month"); + match(".."); } @@ -283,10 +240,10 @@ public final void mT__36() throws RecognitionException { try { int _type = T__36; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:18:7: ( 'months' ) - // InternalDSL.g:18:9: 'months' + // InternalDSL.g:17:7: ( 'packagedef' ) + // InternalDSL.g:17:9: 'packagedef' { - match("months"); + match("packagedef"); } @@ -304,10 +261,11 @@ public final void mT__37() throws RecognitionException { try { int _type = T__37; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:19:7: ( 'd' ) - // InternalDSL.g:19:9: 'd' + // InternalDSL.g:18:7: ( 'with' ) + // InternalDSL.g:18:9: 'with' { - match('d'); + match("with"); + } @@ -324,10 +282,10 @@ public final void mT__38() throws RecognitionException { try { int _type = T__38; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:20:7: ( 'day' ) - // InternalDSL.g:20:9: 'day' + // InternalDSL.g:19:7: ( 'packageend' ) + // InternalDSL.g:19:9: 'packageend' { - match("day"); + match("packageend"); } @@ -345,10 +303,10 @@ public final void mT__39() throws RecognitionException { try { int _type = T__39; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:21:7: ( 'days' ) - // InternalDSL.g:21:9: 'days' + // InternalDSL.g:20:7: ( 'import' ) + // InternalDSL.g:20:9: 'import' { - match("days"); + match("import"); } @@ -366,10 +324,11 @@ public final void mT__40() throws RecognitionException { try { int _type = T__40; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:22:7: ( 'h' ) - // InternalDSL.g:22:9: 'h' + // InternalDSL.g:21:7: ( 'forkdef' ) + // InternalDSL.g:21:9: 'forkdef' { - match('h'); + match("forkdef"); + } @@ -386,10 +345,10 @@ public final void mT__41() throws RecognitionException { try { int _type = T__41; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:23:7: ( 'hour' ) - // InternalDSL.g:23:9: 'hour' + // InternalDSL.g:22:7: ( 'uses' ) + // InternalDSL.g:22:9: 'uses' { - match("hour"); + match("uses"); } @@ -407,10 +366,10 @@ public final void mT__42() throws RecognitionException { try { int _type = T__42; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:24:7: ( 'hours' ) - // InternalDSL.g:24:9: 'hours' + // InternalDSL.g:23:7: ( 'based on' ) + // InternalDSL.g:23:9: 'based on' { - match("hours"); + match("based on"); } @@ -428,10 +387,10 @@ public final void mT__43() throws RecognitionException { try { int _type = T__43; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:25:7: ( 'm' ) - // InternalDSL.g:25:9: 'm' + // InternalDSL.g:24:7: ( ':' ) + // InternalDSL.g:24:9: ':' { - match('m'); + match(':'); } @@ -448,10 +407,10 @@ public final void mT__44() throws RecognitionException { try { int _type = T__44; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:26:7: ( 'minute' ) - // InternalDSL.g:26:9: 'minute' + // InternalDSL.g:25:7: ( 'variantdef' ) + // InternalDSL.g:25:9: 'variantdef' { - match("minute"); + match("variantdef"); } @@ -469,10 +428,10 @@ public final void mT__45() throws RecognitionException { try { int _type = T__45; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:27:7: ( 'minutes' ) - // InternalDSL.g:27:9: 'minutes' + // InternalDSL.g:26:7: ( 'testdef' ) + // InternalDSL.g:26:9: 'testdef' { - match("minutes"); + match("testdef"); } @@ -490,10 +449,11 @@ public final void mT__46() throws RecognitionException { try { int _type = T__46; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:28:7: ( 's' ) - // InternalDSL.g:28:9: 's' + // InternalDSL.g:27:7: ( 'calldef' ) + // InternalDSL.g:27:9: 'calldef' { - match('s'); + match("calldef"); + } @@ -510,10 +470,10 @@ public final void mT__47() throws RecognitionException { try { int _type = T__47; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:29:7: ( 'second' ) - // InternalDSL.g:29:9: 'second' + // InternalDSL.g:28:7: ( 'suitedef' ) + // InternalDSL.g:28:9: 'suitedef' { - match("second"); + match("suitedef"); } @@ -531,10 +491,10 @@ public final void mT__48() throws RecognitionException { try { int _type = T__48; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:30:7: ( 'seconds' ) - // InternalDSL.g:30:9: 'seconds' + // InternalDSL.g:29:7: ( 'suiteend' ) + // InternalDSL.g:29:9: 'suiteend' { - match("seconds"); + match("suiteend"); } @@ -552,10 +512,10 @@ public final void mT__49() throws RecognitionException { try { int _type = T__49; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:31:7: ( 'ms' ) - // InternalDSL.g:31:9: 'ms' + // InternalDSL.g:30:7: ( 'gets' ) + // InternalDSL.g:30:9: 'gets' { - match("ms"); + match("gets"); } @@ -573,10 +533,10 @@ public final void mT__50() throws RecognitionException { try { int _type = T__50; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:32:7: ( 'millisecond' ) - // InternalDSL.g:32:9: 'millisecond' + // InternalDSL.g:31:7: ( 'returns' ) + // InternalDSL.g:31:9: 'returns' { - match("millisecond"); + match("returns"); } @@ -594,10 +554,10 @@ public final void mT__51() throws RecognitionException { try { int _type = T__51; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:33:7: ( 'milliseconds' ) - // InternalDSL.g:33:9: 'milliseconds' + // InternalDSL.g:32:7: ( 'requires' ) + // InternalDSL.g:32:9: 'requires' { - match("milliseconds"); + match("requires"); } @@ -615,10 +575,11 @@ public final void mT__52() throws RecognitionException { try { int _type = T__52; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:34:7: ( '*' ) - // InternalDSL.g:34:9: '*' + // InternalDSL.g:33:7: ( 'concludedby' ) + // InternalDSL.g:33:9: 'concludedby' { - match('*'); + match("concludedby"); + } @@ -635,10 +596,11 @@ public final void mT__53() throws RecognitionException { try { int _type = T__53; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:35:7: ( '/' ) - // InternalDSL.g:35:9: '/' + // InternalDSL.g:34:7: ( 'by default' ) + // InternalDSL.g:34:9: 'by default' { - match('/'); + match("by default"); + } @@ -655,10 +617,11 @@ public final void mT__54() throws RecognitionException { try { int _type = T__54; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:36:7: ( '%' ) - // InternalDSL.g:36:9: '%' + // InternalDSL.g:35:7: ( 'operationdef' ) + // InternalDSL.g:35:9: 'operationdef' { - match('%'); + match("operationdef"); + } @@ -675,10 +638,10 @@ public final void mT__55() throws RecognitionException { try { int _type = T__55; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:37:7: ( '..' ) - // InternalDSL.g:37:9: '..' + // InternalDSL.g:36:7: ( 'variable' ) + // InternalDSL.g:36:9: 'variable' { - match(".."); + match("variable"); } @@ -696,10 +659,10 @@ public final void mT__56() throws RecognitionException { try { int _type = T__56; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:38:7: ( 'packagedef' ) - // InternalDSL.g:38:9: 'packagedef' + // InternalDSL.g:37:7: ( 'initially' ) + // InternalDSL.g:37:9: 'initially' { - match("packagedef"); + match("initially"); } @@ -717,10 +680,10 @@ public final void mT__57() throws RecognitionException { try { int _type = T__57; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:39:7: ( 'with' ) - // InternalDSL.g:39:9: 'with' + // InternalDSL.g:38:7: ( 'constant' ) + // InternalDSL.g:38:9: 'constant' { - match("with"); + match("constant"); } @@ -738,10 +701,10 @@ public final void mT__58() throws RecognitionException { try { int _type = T__58; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:40:7: ( 'packageend' ) - // InternalDSL.g:40:9: 'packageend' + // InternalDSL.g:39:7: ( 'assign' ) + // InternalDSL.g:39:9: 'assign' { - match("packageend"); + match("assign"); } @@ -759,10 +722,10 @@ public final void mT__59() throws RecognitionException { try { int _type = T__59; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:41:7: ( 'import' ) - // InternalDSL.g:41:9: 'import' + // InternalDSL.g:40:7: ( '->' ) + // InternalDSL.g:40:9: '->' { - match("import"); + match("->"); } @@ -780,10 +743,10 @@ public final void mT__60() throws RecognitionException { try { int _type = T__60; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:42:7: ( 'forkdef' ) - // InternalDSL.g:42:9: 'forkdef' + // InternalDSL.g:41:7: ( 'in' ) + // InternalDSL.g:41:9: 'in' { - match("forkdef"); + match("in"); } @@ -801,10 +764,10 @@ public final void mT__61() throws RecognitionException { try { int _type = T__61; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:43:7: ( 'uses' ) - // InternalDSL.g:43:9: 'uses' + // InternalDSL.g:42:7: ( 'test' ) + // InternalDSL.g:42:9: 'test' { - match("uses"); + match("test"); } @@ -822,11 +785,10 @@ public final void mT__62() throws RecognitionException { try { int _type = T__62; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:44:7: ( 'based on' ) - // InternalDSL.g:44:9: 'based on' + // InternalDSL.g:43:7: ( '=' ) + // InternalDSL.g:43:9: '=' { - match("based on"); - + match('='); } @@ -843,10 +805,11 @@ public final void mT__63() throws RecognitionException { try { int _type = T__63; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:45:7: ( ':' ) - // InternalDSL.g:45:9: ':' + // InternalDSL.g:44:7: ( 'tabletest' ) + // InternalDSL.g:44:9: 'tabletest' { - match(':'); + match("tabletest"); + } @@ -863,11 +826,10 @@ public final void mT__64() throws RecognitionException { try { int _type = T__64; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:46:7: ( 'variantdef' ) - // InternalDSL.g:46:9: 'variantdef' + // InternalDSL.g:45:7: ( '|' ) + // InternalDSL.g:45:9: '|' { - match("variantdef"); - + match('|'); } @@ -884,10 +846,10 @@ public final void mT__65() throws RecognitionException { try { int _type = T__65; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:47:7: ( 'testdef' ) - // InternalDSL.g:47:9: 'testdef' + // InternalDSL.g:46:7: ( 'call' ) + // InternalDSL.g:46:9: 'call' { - match("testdef"); + match("call"); } @@ -905,10 +867,10 @@ public final void mT__66() throws RecognitionException { try { int _type = T__66; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:48:7: ( 'calldef' ) - // InternalDSL.g:48:9: 'calldef' + // InternalDSL.g:47:7: ( 'timeset' ) + // InternalDSL.g:47:9: 'timeset' { - match("calldef"); + match("timeset"); } @@ -926,11 +888,10 @@ public final void mT__67() throws RecognitionException { try { int _type = T__67; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:49:7: ( 'suitedef' ) - // InternalDSL.g:49:9: 'suitedef' + // InternalDSL.g:48:7: ( 'x' ) + // InternalDSL.g:48:9: 'x' { - match("suitedef"); - + match('x'); } @@ -947,10 +908,10 @@ public final void mT__68() throws RecognitionException { try { int _type = T__68; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:50:7: ( 'suiteend' ) - // InternalDSL.g:50:9: 'suiteend' + // InternalDSL.g:49:7: ( 'on' ) + // InternalDSL.g:49:9: 'on' { - match("suiteend"); + match("on"); } @@ -968,11 +929,10 @@ public final void mT__69() throws RecognitionException { try { int _type = T__69; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:51:7: ( 'gets' ) - // InternalDSL.g:51:9: 'gets' + // InternalDSL.g:50:7: ( ',' ) + // InternalDSL.g:50:9: ',' { - match("gets"); - + match(','); } @@ -989,10 +949,10 @@ public final void mT__70() throws RecognitionException { try { int _type = T__70; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:52:7: ( 'returns' ) - // InternalDSL.g:52:9: 'returns' + // InternalDSL.g:51:7: ( 'suite' ) + // InternalDSL.g:51:9: 'suite' { - match("returns"); + match("suite"); } @@ -1010,11 +970,10 @@ public final void mT__71() throws RecognitionException { try { int _type = T__71; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:53:7: ( 'requires' ) - // InternalDSL.g:53:9: 'requires' + // InternalDSL.g:52:7: ( '(' ) + // InternalDSL.g:52:9: '(' { - match("requires"); - + match('('); } @@ -1031,11 +990,10 @@ public final void mT__72() throws RecognitionException { try { int _type = T__72; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:54:7: ( 'concludedby' ) - // InternalDSL.g:54:9: 'concludedby' + // InternalDSL.g:53:7: ( ')' ) + // InternalDSL.g:53:9: ')' { - match("concludedby"); - + match(')'); } @@ -1052,11 +1010,10 @@ public final void mT__73() throws RecognitionException { try { int _type = T__73; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:55:7: ( 'by default' ) - // InternalDSL.g:55:9: 'by default' + // InternalDSL.g:54:7: ( '[' ) + // InternalDSL.g:54:9: '[' { - match("by default"); - + match('['); } @@ -1073,11 +1030,10 @@ public final void mT__74() throws RecognitionException { try { int _type = T__74; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:56:7: ( 'operationdef' ) - // InternalDSL.g:56:9: 'operationdef' + // InternalDSL.g:55:7: ( ']' ) + // InternalDSL.g:55:9: ']' { - match("operationdef"); - + match(']'); } @@ -1094,11 +1050,10 @@ public final void mT__75() throws RecognitionException { try { int _type = T__75; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:57:7: ( 'variable' ) - // InternalDSL.g:57:9: 'variable' + // InternalDSL.g:56:7: ( '<' ) + // InternalDSL.g:56:9: '<' { - match("variable"); - + match('<'); } @@ -1115,11 +1070,10 @@ public final void mT__76() throws RecognitionException { try { int _type = T__76; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:58:7: ( 'initially' ) - // InternalDSL.g:58:9: 'initially' + // InternalDSL.g:57:7: ( '>' ) + // InternalDSL.g:57:9: '>' { - match("initially"); - + match('>'); } @@ -1136,11 +1090,10 @@ public final void mT__77() throws RecognitionException { try { int _type = T__77; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:59:7: ( 'constant' ) - // InternalDSL.g:59:9: 'constant' + // InternalDSL.g:58:7: ( '#' ) + // InternalDSL.g:58:9: '#' { - match("constant"); - + match('#'); } @@ -1157,10 +1110,10 @@ public final void mT__78() throws RecognitionException { try { int _type = T__78; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:60:7: ( 'assign' ) - // InternalDSL.g:60:9: 'assign' + // InternalDSL.g:59:7: ( 'null' ) + // InternalDSL.g:59:9: 'null' { - match("assign"); + match("null"); } @@ -1178,11 +1131,10 @@ public final void mT__79() throws RecognitionException { try { int _type = T__79; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:61:7: ( '->' ) - // InternalDSL.g:61:9: '->' + // InternalDSL.g:60:7: ( '{' ) + // InternalDSL.g:60:9: '{' { - match("->"); - + match('{'); } @@ -1199,11 +1151,10 @@ public final void mT__80() throws RecognitionException { try { int _type = T__80; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:62:7: ( 'in' ) - // InternalDSL.g:62:9: 'in' + // InternalDSL.g:61:7: ( '}' ) + // InternalDSL.g:61:9: '}' { - match("in"); - + match('}'); } @@ -1220,11 +1171,10 @@ public final void mT__81() throws RecognitionException { try { int _type = T__81; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:63:7: ( 'test' ) - // InternalDSL.g:63:9: 'test' + // InternalDSL.g:62:7: ( '.' ) + // InternalDSL.g:62:9: '.' { - match("test"); - + match('.'); } @@ -1241,10 +1191,11 @@ public final void mT__82() throws RecognitionException { try { int _type = T__82; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:64:7: ( '=' ) - // InternalDSL.g:64:9: '=' + // InternalDSL.g:63:7: ( '.*' ) + // InternalDSL.g:63:9: '.*' { - match('='); + match(".*"); + } @@ -1261,10 +1212,10 @@ public final void mT__83() throws RecognitionException { try { int _type = T__83; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:65:7: ( 'tabletest' ) - // InternalDSL.g:65:9: 'tabletest' + // InternalDSL.g:64:7: ( 'private' ) + // InternalDSL.g:64:9: 'private' { - match("tabletest"); + match("private"); } @@ -1282,10 +1233,11 @@ public final void mT__84() throws RecognitionException { try { int _type = T__84; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:66:7: ( '|' ) - // InternalDSL.g:66:9: '|' + // InternalDSL.g:65:7: ( 'single-run' ) + // InternalDSL.g:65:9: 'single-run' { - match('|'); + match("single-run"); + } @@ -1302,10 +1254,10 @@ public final void mT__85() throws RecognitionException { try { int _type = T__85; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:67:7: ( 'call' ) - // InternalDSL.g:67:9: 'call' + // InternalDSL.g:66:7: ( 'inlined' ) + // InternalDSL.g:66:9: 'inlined' { - match("call"); + match("inlined"); } @@ -1323,10 +1275,10 @@ public final void mT__86() throws RecognitionException { try { int _type = T__86; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:68:7: ( 'timeset' ) - // InternalDSL.g:68:9: 'timeset' + // InternalDSL.g:67:7: ( 'parameterized' ) + // InternalDSL.g:67:9: 'parameterized' { - match("timeset"); + match("parameterized"); } @@ -1344,10 +1296,11 @@ public final void mT__87() throws RecognitionException { try { int _type = T__87; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:69:7: ( 'x' ) - // InternalDSL.g:69:9: 'x' + // InternalDSL.g:68:7: ( 'checkpoint' ) + // InternalDSL.g:68:9: 'checkpoint' { - match('x'); + match("checkpoint"); + } @@ -1364,10 +1317,10 @@ public final void mT__88() throws RecognitionException { try { int _type = T__88; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:70:7: ( 'on' ) - // InternalDSL.g:70:9: 'on' + // InternalDSL.g:69:7: ( 'live' ) + // InternalDSL.g:69:9: 'live' { - match("on"); + match("live"); } @@ -1385,10 +1338,11 @@ public final void mT__89() throws RecognitionException { try { int _type = T__89; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:71:7: ( ',' ) - // InternalDSL.g:71:9: ',' + // InternalDSL.g:70:7: ( 'progressing' ) + // InternalDSL.g:70:9: 'progressing' { - match(','); + match("progressing"); + } @@ -1405,10 +1359,10 @@ public final void mT__90() throws RecognitionException { try { int _type = T__90; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:72:7: ( 'suite' ) - // InternalDSL.g:72:9: 'suite' + // InternalDSL.g:71:7: ( 'master' ) + // InternalDSL.g:71:9: 'master' { - match("suite"); + match("master"); } @@ -1421,15 +1375,16 @@ public final void mT__90() throws RecognitionException { } // $ANTLR end "T__90" - // $ANTLR start "T__91" - public final void mT__91() throws RecognitionException { + // $ANTLR start "RULE_BOOLEAN_TRUE" + public final void mRULE_BOOLEAN_TRUE() throws RecognitionException { try { - int _type = T__91; + int _type = RULE_BOOLEAN_TRUE; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:73:7: ( '(' ) - // InternalDSL.g:73:9: '(' + // InternalDSL.g:18489:19: ( 'true' ) + // InternalDSL.g:18489:21: 'true' { - match('('); + match("true"); + } @@ -1439,17 +1394,18 @@ public final void mT__91() throws RecognitionException { finally { } } - // $ANTLR end "T__91" + // $ANTLR end "RULE_BOOLEAN_TRUE" - // $ANTLR start "T__92" - public final void mT__92() throws RecognitionException { + // $ANTLR start "RULE_BOOLEAN_FALSE" + public final void mRULE_BOOLEAN_FALSE() throws RecognitionException { try { - int _type = T__92; + int _type = RULE_BOOLEAN_FALSE; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:74:7: ( ')' ) - // InternalDSL.g:74:9: ')' + // InternalDSL.g:18491:20: ( 'false' ) + // InternalDSL.g:18491:22: 'false' { - match(')'); + match("false"); + } @@ -1459,462 +1415,50 @@ public final void mT__92() throws RecognitionException { finally { } } - // $ANTLR end "T__92" + // $ANTLR end "RULE_BOOLEAN_FALSE" - // $ANTLR start "T__93" - public final void mT__93() throws RecognitionException { + // $ANTLR start "RULE_UPPERCASE_ID" + public final void mRULE_UPPERCASE_ID() throws RecognitionException { try { - int _type = T__93; + int _type = RULE_UPPERCASE_ID; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:75:7: ( '[' ) - // InternalDSL.g:75:9: '[' + // InternalDSL.g:18493:19: ( 'A' .. 'Z' ( 'A' .. 'Z' | 'a' .. 'z' | '_' | '0' .. '9' )* ) + // InternalDSL.g:18493:21: 'A' .. 'Z' ( 'A' .. 'Z' | 'a' .. 'z' | '_' | '0' .. '9' )* { - match('['); - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__93" - - // $ANTLR start "T__94" - public final void mT__94() throws RecognitionException { - try { - int _type = T__94; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:76:7: ( ']' ) - // InternalDSL.g:76:9: ']' - { - match(']'); - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__94" - - // $ANTLR start "T__95" - public final void mT__95() throws RecognitionException { - try { - int _type = T__95; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:77:7: ( '<' ) - // InternalDSL.g:77:9: '<' - { - match('<'); - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__95" - - // $ANTLR start "T__96" - public final void mT__96() throws RecognitionException { - try { - int _type = T__96; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:78:7: ( '>' ) - // InternalDSL.g:78:9: '>' - { - match('>'); - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__96" - - // $ANTLR start "T__97" - public final void mT__97() throws RecognitionException { - try { - int _type = T__97; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:79:7: ( '#' ) - // InternalDSL.g:79:9: '#' - { - match('#'); - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__97" - - // $ANTLR start "T__98" - public final void mT__98() throws RecognitionException { - try { - int _type = T__98; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:80:7: ( 'null' ) - // InternalDSL.g:80:9: 'null' - { - match("null"); - - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__98" - - // $ANTLR start "T__99" - public final void mT__99() throws RecognitionException { - try { - int _type = T__99; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:81:7: ( '{' ) - // InternalDSL.g:81:9: '{' - { - match('{'); - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__99" - - // $ANTLR start "T__100" - public final void mT__100() throws RecognitionException { - try { - int _type = T__100; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:82:8: ( '}' ) - // InternalDSL.g:82:10: '}' - { - match('}'); - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__100" - - // $ANTLR start "T__101" - public final void mT__101() throws RecognitionException { - try { - int _type = T__101; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:83:8: ( '.' ) - // InternalDSL.g:83:10: '.' - { - match('.'); - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__101" - - // $ANTLR start "T__102" - public final void mT__102() throws RecognitionException { - try { - int _type = T__102; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:84:8: ( '.*' ) - // InternalDSL.g:84:10: '.*' - { - match(".*"); - - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__102" - - // $ANTLR start "T__103" - public final void mT__103() throws RecognitionException { - try { - int _type = T__103; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:85:8: ( 'private' ) - // InternalDSL.g:85:10: 'private' - { - match("private"); - - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__103" - - // $ANTLR start "T__104" - public final void mT__104() throws RecognitionException { - try { - int _type = T__104; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:86:8: ( 'single-run' ) - // InternalDSL.g:86:10: 'single-run' - { - match("single-run"); - - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__104" - - // $ANTLR start "T__105" - public final void mT__105() throws RecognitionException { - try { - int _type = T__105; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:87:8: ( 'inlined' ) - // InternalDSL.g:87:10: 'inlined' - { - match("inlined"); - - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__105" - - // $ANTLR start "T__106" - public final void mT__106() throws RecognitionException { - try { - int _type = T__106; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:88:8: ( 'parameterized' ) - // InternalDSL.g:88:10: 'parameterized' - { - match("parameterized"); - - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__106" - - // $ANTLR start "T__107" - public final void mT__107() throws RecognitionException { - try { - int _type = T__107; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:89:8: ( 'checkpoint' ) - // InternalDSL.g:89:10: 'checkpoint' - { - match("checkpoint"); - - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__107" - - // $ANTLR start "T__108" - public final void mT__108() throws RecognitionException { - try { - int _type = T__108; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:90:8: ( 'live' ) - // InternalDSL.g:90:10: 'live' - { - match("live"); - - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__108" - - // $ANTLR start "T__109" - public final void mT__109() throws RecognitionException { - try { - int _type = T__109; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:91:8: ( 'progressing' ) - // InternalDSL.g:91:10: 'progressing' - { - match("progressing"); - - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__109" - - // $ANTLR start "T__110" - public final void mT__110() throws RecognitionException { - try { - int _type = T__110; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:92:8: ( 'master' ) - // InternalDSL.g:92:10: 'master' - { - match("master"); - - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__110" - - // $ANTLR start "RULE_BOOLEAN_TRUE" - public final void mRULE_BOOLEAN_TRUE() throws RecognitionException { - try { - int _type = RULE_BOOLEAN_TRUE; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:18818:19: ( 'true' ) - // InternalDSL.g:18818:21: 'true' - { - match("true"); - - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "RULE_BOOLEAN_TRUE" - - // $ANTLR start "RULE_BOOLEAN_FALSE" - public final void mRULE_BOOLEAN_FALSE() throws RecognitionException { - try { - int _type = RULE_BOOLEAN_FALSE; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:18820:20: ( 'false' ) - // InternalDSL.g:18820:22: 'false' - { - match("false"); - - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "RULE_BOOLEAN_FALSE" - - // $ANTLR start "RULE_UPPERCASE_ID" - public final void mRULE_UPPERCASE_ID() throws RecognitionException { - try { - int _type = RULE_UPPERCASE_ID; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:18822:19: ( 'A' .. 'Z' ( 'A' .. 'Z' | 'a' .. 'z' | '_' | '0' .. '9' )* ) - // InternalDSL.g:18822:21: 'A' .. 'Z' ( 'A' .. 'Z' | 'a' .. 'z' | '_' | '0' .. '9' )* - { - matchRange('A','Z'); - // InternalDSL.g:18822:30: ( 'A' .. 'Z' | 'a' .. 'z' | '_' | '0' .. '9' )* - loop1: - do { - int alt1=2; - int LA1_0 = input.LA(1); - - if ( ((LA1_0>='0' && LA1_0<='9')||(LA1_0>='A' && LA1_0<='Z')||LA1_0=='_'||(LA1_0>='a' && LA1_0<='z')) ) { - alt1=1; - } - - - switch (alt1) { - case 1 : - // InternalDSL.g: - { - if ( (input.LA(1)>='0' && input.LA(1)<='9')||(input.LA(1)>='A' && input.LA(1)<='Z')||input.LA(1)=='_'||(input.LA(1)>='a' && input.LA(1)<='z') ) { - input.consume(); - - } - else { - MismatchedSetException mse = new MismatchedSetException(null,input); - recover(mse); - throw mse;} - - - } - break; - - default : - break loop1; - } - } while (true); - + matchRange('A','Z'); + // InternalDSL.g:18493:30: ( 'A' .. 'Z' | 'a' .. 'z' | '_' | '0' .. '9' )* + loop1: + do { + int alt1=2; + int LA1_0 = input.LA(1); + + if ( ((LA1_0>='0' && LA1_0<='9')||(LA1_0>='A' && LA1_0<='Z')||LA1_0=='_'||(LA1_0>='a' && LA1_0<='z')) ) { + alt1=1; + } + + + switch (alt1) { + case 1 : + // InternalDSL.g: + { + if ( (input.LA(1)>='0' && input.LA(1)<='9')||(input.LA(1)>='A' && input.LA(1)<='Z')||input.LA(1)=='_'||(input.LA(1)>='a' && input.LA(1)<='z') ) { + input.consume(); + + } + else { + MismatchedSetException mse = new MismatchedSetException(null,input); + recover(mse); + throw mse;} + + + } + break; + + default : + break loop1; + } + } while (true); + } @@ -1931,10 +1475,10 @@ public final void mRULE_ID() throws RecognitionException { try { int _type = RULE_ID; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:18824:9: ( ( '^' )? ( 'a' .. 'z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* ) - // InternalDSL.g:18824:11: ( '^' )? ( 'a' .. 'z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* + // InternalDSL.g:18495:9: ( ( '^' )? ( 'a' .. 'z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* ) + // InternalDSL.g:18495:11: ( '^' )? ( 'a' .. 'z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* { - // InternalDSL.g:18824:11: ( '^' )? + // InternalDSL.g:18495:11: ( '^' )? int alt2=2; int LA2_0 = input.LA(1); @@ -1943,7 +1487,7 @@ public final void mRULE_ID() throws RecognitionException { } switch (alt2) { case 1 : - // InternalDSL.g:18824:11: '^' + // InternalDSL.g:18495:11: '^' { match('^'); @@ -1961,7 +1505,7 @@ public final void mRULE_ID() throws RecognitionException { recover(mse); throw mse;} - // InternalDSL.g:18824:31: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* + // InternalDSL.g:18495:31: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* loop3: do { int alt3=2; @@ -2010,10 +1554,10 @@ public final void mRULE_INTEGER() throws RecognitionException { try { int _type = RULE_INTEGER; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:18826:14: ( ( '-' )? ( '0' .. '9' )+ ) - // InternalDSL.g:18826:16: ( '-' )? ( '0' .. '9' )+ + // InternalDSL.g:18497:14: ( ( '-' )? ( '0' .. '9' )+ ) + // InternalDSL.g:18497:16: ( '-' )? ( '0' .. '9' )+ { - // InternalDSL.g:18826:16: ( '-' )? + // InternalDSL.g:18497:16: ( '-' )? int alt4=2; int LA4_0 = input.LA(1); @@ -2022,7 +1566,7 @@ public final void mRULE_INTEGER() throws RecognitionException { } switch (alt4) { case 1 : - // InternalDSL.g:18826:16: '-' + // InternalDSL.g:18497:16: '-' { match('-'); @@ -2031,7 +1575,7 @@ public final void mRULE_INTEGER() throws RecognitionException { } - // InternalDSL.g:18826:21: ( '0' .. '9' )+ + // InternalDSL.g:18497:21: ( '0' .. '9' )+ int cnt5=0; loop5: do { @@ -2045,7 +1589,7 @@ public final void mRULE_INTEGER() throws RecognitionException { switch (alt5) { case 1 : - // InternalDSL.g:18826:22: '0' .. '9' + // InternalDSL.g:18497:22: '0' .. '9' { matchRange('0','9'); @@ -2077,10 +1621,10 @@ public final void mRULE_DECIMAL() throws RecognitionException { try { int _type = RULE_DECIMAL; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:18828:14: ( ( '-' )? ( '0' .. '9' )+ '.' ( '0' .. '9' )+ ) - // InternalDSL.g:18828:16: ( '-' )? ( '0' .. '9' )+ '.' ( '0' .. '9' )+ + // InternalDSL.g:18499:14: ( ( '-' )? ( '0' .. '9' )+ '.' ( '0' .. '9' )+ ) + // InternalDSL.g:18499:16: ( '-' )? ( '0' .. '9' )+ '.' ( '0' .. '9' )+ { - // InternalDSL.g:18828:16: ( '-' )? + // InternalDSL.g:18499:16: ( '-' )? int alt6=2; int LA6_0 = input.LA(1); @@ -2089,7 +1633,7 @@ public final void mRULE_DECIMAL() throws RecognitionException { } switch (alt6) { case 1 : - // InternalDSL.g:18828:16: '-' + // InternalDSL.g:18499:16: '-' { match('-'); @@ -2098,7 +1642,7 @@ public final void mRULE_DECIMAL() throws RecognitionException { } - // InternalDSL.g:18828:21: ( '0' .. '9' )+ + // InternalDSL.g:18499:21: ( '0' .. '9' )+ int cnt7=0; loop7: do { @@ -2112,7 +1656,7 @@ public final void mRULE_DECIMAL() throws RecognitionException { switch (alt7) { case 1 : - // InternalDSL.g:18828:22: '0' .. '9' + // InternalDSL.g:18499:22: '0' .. '9' { matchRange('0','9'); @@ -2129,7 +1673,7 @@ public final void mRULE_DECIMAL() throws RecognitionException { } while (true); match('.'); - // InternalDSL.g:18828:37: ( '0' .. '9' )+ + // InternalDSL.g:18499:37: ( '0' .. '9' )+ int cnt8=0; loop8: do { @@ -2143,7 +1687,7 @@ public final void mRULE_DECIMAL() throws RecognitionException { switch (alt8) { case 1 : - // InternalDSL.g:18828:38: '0' .. '9' + // InternalDSL.g:18499:38: '0' .. '9' { matchRange('0','9'); @@ -2175,10 +1719,10 @@ public final void mRULE_STRING() throws RecognitionException { try { int _type = RULE_STRING; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:18830:13: ( ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) ) - // InternalDSL.g:18830:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) + // InternalDSL.g:18501:13: ( ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) ) + // InternalDSL.g:18501:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) { - // InternalDSL.g:18830:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) + // InternalDSL.g:18501:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) int alt11=2; int LA11_0 = input.LA(1); @@ -2196,10 +1740,10 @@ else if ( (LA11_0=='\'') ) { } switch (alt11) { case 1 : - // InternalDSL.g:18830:16: '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' + // InternalDSL.g:18501:16: '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' { match('\"'); - // InternalDSL.g:18830:20: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* + // InternalDSL.g:18501:20: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* loop9: do { int alt9=3; @@ -2215,7 +1759,7 @@ else if ( ((LA9_0>='\u0000' && LA9_0<='!')||(LA9_0>='#' && LA9_0<='[')||(LA9_0>= switch (alt9) { case 1 : - // InternalDSL.g:18830:21: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) + // InternalDSL.g:18501:21: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) { match('\\'); if ( input.LA(1)=='\"'||input.LA(1)=='\''||input.LA(1)=='\\'||input.LA(1)=='b'||input.LA(1)=='f'||input.LA(1)=='n'||input.LA(1)=='r'||(input.LA(1)>='t' && input.LA(1)<='u') ) { @@ -2231,7 +1775,7 @@ else if ( ((LA9_0>='\u0000' && LA9_0<='!')||(LA9_0>='#' && LA9_0<='[')||(LA9_0>= } break; case 2 : - // InternalDSL.g:18830:66: ~ ( ( '\\\\' | '\"' ) ) + // InternalDSL.g:18501:66: ~ ( ( '\\\\' | '\"' ) ) { if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) { input.consume(); @@ -2256,10 +1800,10 @@ else if ( ((LA9_0>='\u0000' && LA9_0<='!')||(LA9_0>='#' && LA9_0<='[')||(LA9_0>= } break; case 2 : - // InternalDSL.g:18830:86: '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' + // InternalDSL.g:18501:86: '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' { match('\''); - // InternalDSL.g:18830:91: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* + // InternalDSL.g:18501:91: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* loop10: do { int alt10=3; @@ -2275,7 +1819,7 @@ else if ( ((LA10_0>='\u0000' && LA10_0<='&')||(LA10_0>='(' && LA10_0<='[')||(LA1 switch (alt10) { case 1 : - // InternalDSL.g:18830:92: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) + // InternalDSL.g:18501:92: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) { match('\\'); if ( input.LA(1)=='\"'||input.LA(1)=='\''||input.LA(1)=='\\'||input.LA(1)=='b'||input.LA(1)=='f'||input.LA(1)=='n'||input.LA(1)=='r'||(input.LA(1)>='t' && input.LA(1)<='u') ) { @@ -2291,7 +1835,7 @@ else if ( ((LA10_0>='\u0000' && LA10_0<='&')||(LA10_0>='(' && LA10_0<='[')||(LA1 } break; case 2 : - // InternalDSL.g:18830:137: ~ ( ( '\\\\' | '\\'' ) ) + // InternalDSL.g:18501:137: ~ ( ( '\\\\' | '\\'' ) ) { if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) { input.consume(); @@ -2334,8 +1878,8 @@ public final void mRULE_ML_COMMENT() throws RecognitionException { try { int _type = RULE_ML_COMMENT; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:18832:17: ( '/*' ~ ( '*' ) ( options {greedy=false; } : . )* '*/' ) - // InternalDSL.g:18832:19: '/*' ~ ( '*' ) ( options {greedy=false; } : . )* '*/' + // InternalDSL.g:18503:17: ( '/*' ~ ( '*' ) ( options {greedy=false; } : . )* '*/' ) + // InternalDSL.g:18503:19: '/*' ~ ( '*' ) ( options {greedy=false; } : . )* '*/' { match("/*"); @@ -2348,7 +1892,7 @@ public final void mRULE_ML_COMMENT() throws RecognitionException { recover(mse); throw mse;} - // InternalDSL.g:18832:31: ( options {greedy=false; } : . )* + // InternalDSL.g:18503:31: ( options {greedy=false; } : . )* loop12: do { int alt12=2; @@ -2373,7 +1917,7 @@ else if ( ((LA12_0>='\u0000' && LA12_0<=')')||(LA12_0>='+' && LA12_0<='\uFFFF')) switch (alt12) { case 1 : - // InternalDSL.g:18832:59: . + // InternalDSL.g:18503:59: . { matchAny(); @@ -2403,12 +1947,12 @@ public final void mRULE_SL_COMMENT() throws RecognitionException { try { int _type = RULE_SL_COMMENT; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:18834:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ) - // InternalDSL.g:18834:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* + // InternalDSL.g:18505:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ) + // InternalDSL.g:18505:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* { match("//"); - // InternalDSL.g:18834:24: (~ ( ( '\\n' | '\\r' ) ) )* + // InternalDSL.g:18505:24: (~ ( ( '\\n' | '\\r' ) ) )* loop13: do { int alt13=2; @@ -2421,7 +1965,7 @@ public final void mRULE_SL_COMMENT() throws RecognitionException { switch (alt13) { case 1 : - // InternalDSL.g:18834:24: ~ ( ( '\\n' | '\\r' ) ) + // InternalDSL.g:18505:24: ~ ( ( '\\n' | '\\r' ) ) { if ( (input.LA(1)>='\u0000' && input.LA(1)<='\t')||(input.LA(1)>='\u000B' && input.LA(1)<='\f')||(input.LA(1)>='\u000E' && input.LA(1)<='\uFFFF') ) { input.consume(); @@ -2457,12 +2001,12 @@ public final void mRULE_SL_VISIBLE_COMMENT() throws RecognitionException { try { int _type = RULE_SL_VISIBLE_COMMENT; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:18836:25: ( '-- ' (~ ( ( '\\n' | '\\r' ) ) )* ) - // InternalDSL.g:18836:27: '-- ' (~ ( ( '\\n' | '\\r' ) ) )* + // InternalDSL.g:18507:25: ( '-- ' (~ ( ( '\\n' | '\\r' ) ) )* ) + // InternalDSL.g:18507:27: '-- ' (~ ( ( '\\n' | '\\r' ) ) )* { match("-- "); - // InternalDSL.g:18836:33: (~ ( ( '\\n' | '\\r' ) ) )* + // InternalDSL.g:18507:33: (~ ( ( '\\n' | '\\r' ) ) )* loop14: do { int alt14=2; @@ -2475,7 +2019,7 @@ public final void mRULE_SL_VISIBLE_COMMENT() throws RecognitionException { switch (alt14) { case 1 : - // InternalDSL.g:18836:33: ~ ( ( '\\n' | '\\r' ) ) + // InternalDSL.g:18507:33: ~ ( ( '\\n' | '\\r' ) ) { if ( (input.LA(1)>='\u0000' && input.LA(1)<='\t')||(input.LA(1)>='\u000B' && input.LA(1)<='\f')||(input.LA(1)>='\u000E' && input.LA(1)<='\uFFFF') ) { input.consume(); @@ -2511,12 +2055,12 @@ public final void mRULE_SL_VISIBLE_TITLE_COMMENT() throws RecognitionException { try { int _type = RULE_SL_VISIBLE_TITLE_COMMENT; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:18838:31: ( '--- ' (~ ( ( '\\n' | '\\r' ) ) )* ) - // InternalDSL.g:18838:33: '--- ' (~ ( ( '\\n' | '\\r' ) ) )* + // InternalDSL.g:18509:31: ( '--- ' (~ ( ( '\\n' | '\\r' ) ) )* ) + // InternalDSL.g:18509:33: '--- ' (~ ( ( '\\n' | '\\r' ) ) )* { match("--- "); - // InternalDSL.g:18838:40: (~ ( ( '\\n' | '\\r' ) ) )* + // InternalDSL.g:18509:40: (~ ( ( '\\n' | '\\r' ) ) )* loop15: do { int alt15=2; @@ -2529,7 +2073,7 @@ public final void mRULE_SL_VISIBLE_TITLE_COMMENT() throws RecognitionException { switch (alt15) { case 1 : - // InternalDSL.g:18838:40: ~ ( ( '\\n' | '\\r' ) ) + // InternalDSL.g:18509:40: ~ ( ( '\\n' | '\\r' ) ) { if ( (input.LA(1)>='\u0000' && input.LA(1)<='\t')||(input.LA(1)>='\u000B' && input.LA(1)<='\f')||(input.LA(1)>='\u000E' && input.LA(1)<='\uFFFF') ) { input.consume(); @@ -2565,12 +2109,12 @@ public final void mRULE_ML_VISIBLE_COMMENT() throws RecognitionException { try { int _type = RULE_ML_VISIBLE_COMMENT; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:18840:25: ( '/- ' ( options {greedy=false; } : . )* '-/' ) - // InternalDSL.g:18840:27: '/- ' ( options {greedy=false; } : . )* '-/' + // InternalDSL.g:18511:25: ( '/- ' ( options {greedy=false; } : . )* '-/' ) + // InternalDSL.g:18511:27: '/- ' ( options {greedy=false; } : . )* '-/' { match("/- "); - // InternalDSL.g:18840:33: ( options {greedy=false; } : . )* + // InternalDSL.g:18511:33: ( options {greedy=false; } : . )* loop16: do { int alt16=2; @@ -2595,7 +2139,7 @@ else if ( ((LA16_0>='\u0000' && LA16_0<=',')||(LA16_0>='.' && LA16_0<='\uFFFF')) switch (alt16) { case 1 : - // InternalDSL.g:18840:61: . + // InternalDSL.g:18511:61: . { matchAny(); @@ -2625,12 +2169,12 @@ public final void mRULE_ML_VISIBLE_TITLE_COMMENT() throws RecognitionException { try { int _type = RULE_ML_VISIBLE_TITLE_COMMENT; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:18842:31: ( '/-- ' ( options {greedy=false; } : . )* '--/' ) - // InternalDSL.g:18842:33: '/-- ' ( options {greedy=false; } : . )* '--/' + // InternalDSL.g:18513:31: ( '/-- ' ( options {greedy=false; } : . )* '--/' ) + // InternalDSL.g:18513:33: '/-- ' ( options {greedy=false; } : . )* '--/' { match("/-- "); - // InternalDSL.g:18842:40: ( options {greedy=false; } : . )* + // InternalDSL.g:18513:40: ( options {greedy=false; } : . )* loop17: do { int alt17=2; @@ -2664,7 +2208,7 @@ else if ( ((LA17_0>='\u0000' && LA17_0<=',')||(LA17_0>='.' && LA17_0<='\uFFFF')) switch (alt17) { case 1 : - // InternalDSL.g:18842:68: . + // InternalDSL.g:18513:68: . { matchAny(); @@ -2694,12 +2238,12 @@ public final void mRULE_ML_DOC_COMMENT() throws RecognitionException { try { int _type = RULE_ML_DOC_COMMENT; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:18844:21: ( '/**' ( options {greedy=false; } : . )* '*/' ) - // InternalDSL.g:18844:23: '/**' ( options {greedy=false; } : . )* '*/' + // InternalDSL.g:18515:21: ( '/**' ( options {greedy=false; } : . )* '*/' ) + // InternalDSL.g:18515:23: '/**' ( options {greedy=false; } : . )* '*/' { match("/**"); - // InternalDSL.g:18844:29: ( options {greedy=false; } : . )* + // InternalDSL.g:18515:29: ( options {greedy=false; } : . )* loop18: do { int alt18=2; @@ -2724,7 +2268,7 @@ else if ( ((LA18_0>='\u0000' && LA18_0<=')')||(LA18_0>='+' && LA18_0<='\uFFFF')) switch (alt18) { case 1 : - // InternalDSL.g:18844:57: . + // InternalDSL.g:18515:57: . { matchAny(); @@ -2754,12 +2298,12 @@ public final void mRULE_DIVIDER() throws RecognitionException { try { int _type = RULE_DIVIDER; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:18846:14: ( '----' ( '-' )* ) - // InternalDSL.g:18846:16: '----' ( '-' )* + // InternalDSL.g:18517:14: ( '----' ( '-' )* ) + // InternalDSL.g:18517:16: '----' ( '-' )* { match("----"); - // InternalDSL.g:18846:23: ( '-' )* + // InternalDSL.g:18517:23: ( '-' )* loop19: do { int alt19=2; @@ -2772,7 +2316,7 @@ public final void mRULE_DIVIDER() throws RecognitionException { switch (alt19) { case 1 : - // InternalDSL.g:18846:23: '-' + // InternalDSL.g:18517:23: '-' { match('-'); @@ -2800,10 +2344,10 @@ public final void mRULE_WS() throws RecognitionException { try { int _type = RULE_WS; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:18848:9: ( ( ' ' | '\\t' )+ ) - // InternalDSL.g:18848:11: ( ' ' | '\\t' )+ + // InternalDSL.g:18519:9: ( ( ' ' | '\\t' )+ ) + // InternalDSL.g:18519:11: ( ' ' | '\\t' )+ { - // InternalDSL.g:18848:11: ( ' ' | '\\t' )+ + // InternalDSL.g:18519:11: ( ' ' | '\\t' )+ int cnt20=0; loop20: do { @@ -2857,10 +2401,10 @@ public final void mRULE_NEWLINE() throws RecognitionException { try { int _type = RULE_NEWLINE; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:18850:14: ( ( '\\r' | '\\n' )+ ) - // InternalDSL.g:18850:16: ( '\\r' | '\\n' )+ + // InternalDSL.g:18521:14: ( ( '\\r' | '\\n' )+ ) + // InternalDSL.g:18521:16: ( '\\r' | '\\n' )+ { - // InternalDSL.g:18850:16: ( '\\r' | '\\n' )+ + // InternalDSL.g:18521:16: ( '\\r' | '\\n' )+ int cnt21=0; loop21: do { @@ -2914,8 +2458,8 @@ public final void mRULE_ISODATE() throws RecognitionException { try { int _type = RULE_ISODATE; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:18852:14: ( '0' .. '9' '0' .. '9' '0' .. '9' '0' .. '9' '-' '0' .. '1' '0' .. '9' '-' '0' .. '3' '0' .. '9' ) - // InternalDSL.g:18852:16: '0' .. '9' '0' .. '9' '0' .. '9' '0' .. '9' '-' '0' .. '1' '0' .. '9' '-' '0' .. '3' '0' .. '9' + // InternalDSL.g:18523:14: ( '0' .. '9' '0' .. '9' '0' .. '9' '0' .. '9' '-' '0' .. '1' '0' .. '9' '-' '0' .. '3' '0' .. '9' ) + // InternalDSL.g:18523:16: '0' .. '9' '0' .. '9' '0' .. '9' '0' .. '9' '-' '0' .. '1' '0' .. '9' '-' '0' .. '3' '0' .. '9' { matchRange('0','9'); matchRange('0','9'); @@ -2943,10 +2487,10 @@ public final void mRULE_ISOTIME() throws RecognitionException { try { int _type = RULE_ISOTIME; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:18854:14: ( ( 'T' RULE_TWENTYFOURHRSTIME ( RULE_ISOTIMEZONE )? | RULE_TWENTYFOURHRSTIME RULE_ISOTIMEZONE ) ) - // InternalDSL.g:18854:16: ( 'T' RULE_TWENTYFOURHRSTIME ( RULE_ISOTIMEZONE )? | RULE_TWENTYFOURHRSTIME RULE_ISOTIMEZONE ) + // InternalDSL.g:18525:14: ( ( 'T' RULE_TWENTYFOURHRSTIME ( RULE_ISOTIMEZONE )? | RULE_TWENTYFOURHRSTIME RULE_ISOTIMEZONE ) ) + // InternalDSL.g:18525:16: ( 'T' RULE_TWENTYFOURHRSTIME ( RULE_ISOTIMEZONE )? | RULE_TWENTYFOURHRSTIME RULE_ISOTIMEZONE ) { - // InternalDSL.g:18854:16: ( 'T' RULE_TWENTYFOURHRSTIME ( RULE_ISOTIMEZONE )? | RULE_TWENTYFOURHRSTIME RULE_ISOTIMEZONE ) + // InternalDSL.g:18525:16: ( 'T' RULE_TWENTYFOURHRSTIME ( RULE_ISOTIMEZONE )? | RULE_TWENTYFOURHRSTIME RULE_ISOTIMEZONE ) int alt23=2; int LA23_0 = input.LA(1); @@ -2964,11 +2508,11 @@ else if ( ((LA23_0>='0' && LA23_0<='2')) ) { } switch (alt23) { case 1 : - // InternalDSL.g:18854:17: 'T' RULE_TWENTYFOURHRSTIME ( RULE_ISOTIMEZONE )? + // InternalDSL.g:18525:17: 'T' RULE_TWENTYFOURHRSTIME ( RULE_ISOTIMEZONE )? { match('T'); mRULE_TWENTYFOURHRSTIME(); - // InternalDSL.g:18854:44: ( RULE_ISOTIMEZONE )? + // InternalDSL.g:18525:44: ( RULE_ISOTIMEZONE )? int alt22=2; int LA22_0 = input.LA(1); @@ -2977,7 +2521,7 @@ else if ( ((LA23_0>='0' && LA23_0<='2')) ) { } switch (alt22) { case 1 : - // InternalDSL.g:18854:44: RULE_ISOTIMEZONE + // InternalDSL.g:18525:44: RULE_ISOTIMEZONE { mRULE_ISOTIMEZONE(); @@ -2990,7 +2534,7 @@ else if ( ((LA23_0>='0' && LA23_0<='2')) ) { } break; case 2 : - // InternalDSL.g:18854:62: RULE_TWENTYFOURHRSTIME RULE_ISOTIMEZONE + // InternalDSL.g:18525:62: RULE_TWENTYFOURHRSTIME RULE_ISOTIMEZONE { mRULE_TWENTYFOURHRSTIME(); mRULE_ISOTIMEZONE(); @@ -3014,10 +2558,10 @@ else if ( ((LA23_0>='0' && LA23_0<='2')) ) { // $ANTLR start "RULE_ISOTIMEZONE" public final void mRULE_ISOTIMEZONE() throws RecognitionException { try { - // InternalDSL.g:18856:27: ( ( 'Z' | ( '+' | '-' ) '0' .. '2' '0' .. '9' ( ':' )? '0' .. '5' '0' .. '9' ) ) - // InternalDSL.g:18856:29: ( 'Z' | ( '+' | '-' ) '0' .. '2' '0' .. '9' ( ':' )? '0' .. '5' '0' .. '9' ) + // InternalDSL.g:18527:27: ( ( 'Z' | ( '+' | '-' ) '0' .. '2' '0' .. '9' ( ':' )? '0' .. '5' '0' .. '9' ) ) + // InternalDSL.g:18527:29: ( 'Z' | ( '+' | '-' ) '0' .. '2' '0' .. '9' ( ':' )? '0' .. '5' '0' .. '9' ) { - // InternalDSL.g:18856:29: ( 'Z' | ( '+' | '-' ) '0' .. '2' '0' .. '9' ( ':' )? '0' .. '5' '0' .. '9' ) + // InternalDSL.g:18527:29: ( 'Z' | ( '+' | '-' ) '0' .. '2' '0' .. '9' ( ':' )? '0' .. '5' '0' .. '9' ) int alt25=2; int LA25_0 = input.LA(1); @@ -3035,14 +2579,14 @@ else if ( (LA25_0=='+'||LA25_0=='-') ) { } switch (alt25) { case 1 : - // InternalDSL.g:18856:30: 'Z' + // InternalDSL.g:18527:30: 'Z' { match('Z'); } break; case 2 : - // InternalDSL.g:18856:34: ( '+' | '-' ) '0' .. '2' '0' .. '9' ( ':' )? '0' .. '5' '0' .. '9' + // InternalDSL.g:18527:34: ( '+' | '-' ) '0' .. '2' '0' .. '9' ( ':' )? '0' .. '5' '0' .. '9' { if ( input.LA(1)=='+'||input.LA(1)=='-' ) { input.consume(); @@ -3055,7 +2599,7 @@ else if ( (LA25_0=='+'||LA25_0=='-') ) { matchRange('0','2'); matchRange('0','9'); - // InternalDSL.g:18856:62: ( ':' )? + // InternalDSL.g:18527:62: ( ':' )? int alt24=2; int LA24_0 = input.LA(1); @@ -3064,7 +2608,7 @@ else if ( (LA25_0=='+'||LA25_0=='-') ) { } switch (alt24) { case 1 : - // InternalDSL.g:18856:62: ':' + // InternalDSL.g:18527:62: ':' { match(':'); @@ -3095,8 +2639,8 @@ public final void mRULE_EURODATE() throws RecognitionException { try { int _type = RULE_EURODATE; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:18858:15: ( '0' .. '3' '0' .. '9' '.' '0' .. '1' '0' .. '9' '.' '0' .. '9' '0' .. '9' '0' .. '9' '0' .. '9' ) - // InternalDSL.g:18858:17: '0' .. '3' '0' .. '9' '.' '0' .. '1' '0' .. '9' '.' '0' .. '9' '0' .. '9' '0' .. '9' '0' .. '9' + // InternalDSL.g:18529:15: ( '0' .. '3' '0' .. '9' '.' '0' .. '1' '0' .. '9' '.' '0' .. '9' '0' .. '9' '0' .. '9' '0' .. '9' ) + // InternalDSL.g:18529:17: '0' .. '3' '0' .. '9' '.' '0' .. '1' '0' .. '9' '.' '0' .. '9' '0' .. '9' '0' .. '9' '0' .. '9' { matchRange('0','3'); matchRange('0','9'); @@ -3124,8 +2668,8 @@ public final void mRULE_USDATE() throws RecognitionException { try { int _type = RULE_USDATE; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:18860:13: ( '0' .. '1' '0' .. '9' '/' '0' .. '3' '0' .. '9' '/' '0' .. '9' '0' .. '9' '0' .. '9' '0' .. '9' ) - // InternalDSL.g:18860:15: '0' .. '1' '0' .. '9' '/' '0' .. '3' '0' .. '9' '/' '0' .. '9' '0' .. '9' '0' .. '9' '0' .. '9' + // InternalDSL.g:18531:13: ( '0' .. '1' '0' .. '9' '/' '0' .. '3' '0' .. '9' '/' '0' .. '9' '0' .. '9' '0' .. '9' '0' .. '9' ) + // InternalDSL.g:18531:15: '0' .. '1' '0' .. '9' '/' '0' .. '3' '0' .. '9' '/' '0' .. '9' '0' .. '9' '0' .. '9' '0' .. '9' { matchRange('0','1'); matchRange('0','9'); @@ -3153,15 +2697,15 @@ public final void mRULE_TWENTYFOURHRSTIME() throws RecognitionException { try { int _type = RULE_TWENTYFOURHRSTIME; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:18862:24: ( '0' .. '2' '0' .. '9' ':' '0' .. '5' '0' .. '9' ( ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? )? ) - // InternalDSL.g:18862:26: '0' .. '2' '0' .. '9' ':' '0' .. '5' '0' .. '9' ( ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? )? + // InternalDSL.g:18533:24: ( '0' .. '2' '0' .. '9' ':' '0' .. '5' '0' .. '9' ( ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? )? ) + // InternalDSL.g:18533:26: '0' .. '2' '0' .. '9' ':' '0' .. '5' '0' .. '9' ( ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? )? { matchRange('0','2'); matchRange('0','9'); match(':'); matchRange('0','5'); matchRange('0','9'); - // InternalDSL.g:18862:66: ( ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? )? + // InternalDSL.g:18533:66: ( ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? )? int alt27=2; int LA27_0 = input.LA(1); @@ -3170,12 +2714,12 @@ public final void mRULE_TWENTYFOURHRSTIME() throws RecognitionException { } switch (alt27) { case 1 : - // InternalDSL.g:18862:67: ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? + // InternalDSL.g:18533:67: ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? { match(':'); matchRange('0','6'); matchRange('0','9'); - // InternalDSL.g:18862:89: ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? + // InternalDSL.g:18533:89: ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? int alt26=2; int LA26_0 = input.LA(1); @@ -3184,7 +2728,7 @@ public final void mRULE_TWENTYFOURHRSTIME() throws RecognitionException { } switch (alt26) { case 1 : - // InternalDSL.g:18862:90: '.' '0' .. '9' '0' .. '9' '0' .. '9' + // InternalDSL.g:18533:90: '.' '0' .. '9' '0' .. '9' '0' .. '9' { match('.'); matchRange('0','9'); @@ -3218,15 +2762,15 @@ public final void mRULE_TWELVEHRSTIME() throws RecognitionException { try { int _type = RULE_TWELVEHRSTIME; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:18864:20: ( '0' .. '1' '0' .. '9' ':' '0' .. '5' '0' .. '9' ( ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? )? ( 'am' | 'pm' ) ) - // InternalDSL.g:18864:22: '0' .. '1' '0' .. '9' ':' '0' .. '5' '0' .. '9' ( ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? )? ( 'am' | 'pm' ) + // InternalDSL.g:18535:20: ( '0' .. '1' '0' .. '9' ':' '0' .. '5' '0' .. '9' ( ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? )? ( 'am' | 'pm' ) ) + // InternalDSL.g:18535:22: '0' .. '1' '0' .. '9' ':' '0' .. '5' '0' .. '9' ( ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? )? ( 'am' | 'pm' ) { matchRange('0','1'); matchRange('0','9'); match(':'); matchRange('0','5'); matchRange('0','9'); - // InternalDSL.g:18864:62: ( ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? )? + // InternalDSL.g:18535:62: ( ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? )? int alt29=2; int LA29_0 = input.LA(1); @@ -3235,67 +2779,286 @@ public final void mRULE_TWELVEHRSTIME() throws RecognitionException { } switch (alt29) { case 1 : - // InternalDSL.g:18864:63: ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? + // InternalDSL.g:18535:63: ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? + { + match(':'); + matchRange('0','6'); + matchRange('0','9'); + // InternalDSL.g:18535:85: ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? + int alt28=2; + int LA28_0 = input.LA(1); + + if ( (LA28_0=='.') ) { + alt28=1; + } + switch (alt28) { + case 1 : + // InternalDSL.g:18535:86: '.' '0' .. '9' '0' .. '9' '0' .. '9' + { + match('.'); + matchRange('0','9'); + matchRange('0','9'); + matchRange('0','9'); + + } + break; + + } + + + } + break; + + } + + // InternalDSL.g:18535:121: ( 'am' | 'pm' ) + int alt30=2; + int LA30_0 = input.LA(1); + + if ( (LA30_0=='a') ) { + alt30=1; + } + else if ( (LA30_0=='p') ) { + alt30=2; + } + else { + NoViableAltException nvae = + new NoViableAltException("", 30, 0, input); + + throw nvae; + } + switch (alt30) { + case 1 : + // InternalDSL.g:18535:122: 'am' + { + match("am"); + + + } + break; + case 2 : + // InternalDSL.g:18535:127: 'pm' + { + match("pm"); + + + } + break; + + } + + + } + + state.type = _type; + state.channel = _channel; + } + finally { + } + } + // $ANTLR end "RULE_TWELVEHRSTIME" + + // $ANTLR start "RULE_TIMESPAN" + public final void mRULE_TIMESPAN() throws RecognitionException { + try { + int _type = RULE_TIMESPAN; + int _channel = DEFAULT_TOKEN_CHANNEL; + // InternalDSL.g:18537:15: ( ( '0' .. '9' )+ ( 'y' | 'year' | 'years' | 'mon' | 'month' | 'months' | 'd' | 'day' | 'days' | 'h' | 'hour' | 'hours' | 'm' | 'minute' | 'minutes' | 's' | 'second' | 'seconds' | 'ms' | 'millisecond' | 'milliseconds' ) ) + // InternalDSL.g:18537:17: ( '0' .. '9' )+ ( 'y' | 'year' | 'years' | 'mon' | 'month' | 'months' | 'd' | 'day' | 'days' | 'h' | 'hour' | 'hours' | 'm' | 'minute' | 'minutes' | 's' | 'second' | 'seconds' | 'ms' | 'millisecond' | 'milliseconds' ) + { + // InternalDSL.g:18537:17: ( '0' .. '9' )+ + int cnt31=0; + loop31: + do { + int alt31=2; + int LA31_0 = input.LA(1); + + if ( ((LA31_0>='0' && LA31_0<='9')) ) { + alt31=1; + } + + + switch (alt31) { + case 1 : + // InternalDSL.g:18537:18: '0' .. '9' + { + matchRange('0','9'); + + } + break; + + default : + if ( cnt31 >= 1 ) break loop31; + EarlyExitException eee = + new EarlyExitException(31, input); + throw eee; + } + cnt31++; + } while (true); + + // InternalDSL.g:18537:29: ( 'y' | 'year' | 'years' | 'mon' | 'month' | 'months' | 'd' | 'day' | 'days' | 'h' | 'hour' | 'hours' | 'm' | 'minute' | 'minutes' | 's' | 'second' | 'seconds' | 'ms' | 'millisecond' | 'milliseconds' ) + int alt32=21; + alt32 = dfa32.predict(input); + switch (alt32) { + case 1 : + // InternalDSL.g:18537:30: 'y' + { + match('y'); + + } + break; + case 2 : + // InternalDSL.g:18537:34: 'year' + { + match("year"); + + + } + break; + case 3 : + // InternalDSL.g:18537:41: 'years' + { + match("years"); + + + } + break; + case 4 : + // InternalDSL.g:18537:49: 'mon' + { + match("mon"); + + + } + break; + case 5 : + // InternalDSL.g:18537:55: 'month' + { + match("month"); + + + } + break; + case 6 : + // InternalDSL.g:18537:63: 'months' + { + match("months"); + + + } + break; + case 7 : + // InternalDSL.g:18537:72: 'd' + { + match('d'); + + } + break; + case 8 : + // InternalDSL.g:18537:76: 'day' + { + match("day"); + + + } + break; + case 9 : + // InternalDSL.g:18537:82: 'days' + { + match("days"); + + + } + break; + case 10 : + // InternalDSL.g:18537:89: 'h' + { + match('h'); + + } + break; + case 11 : + // InternalDSL.g:18537:93: 'hour' + { + match("hour"); + + + } + break; + case 12 : + // InternalDSL.g:18537:100: 'hours' + { + match("hours"); + + + } + break; + case 13 : + // InternalDSL.g:18537:108: 'm' + { + match('m'); + + } + break; + case 14 : + // InternalDSL.g:18537:112: 'minute' { - match(':'); - matchRange('0','6'); - matchRange('0','9'); - // InternalDSL.g:18864:85: ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? - int alt28=2; - int LA28_0 = input.LA(1); + match("minute"); + - if ( (LA28_0=='.') ) { - alt28=1; } - switch (alt28) { - case 1 : - // InternalDSL.g:18864:86: '.' '0' .. '9' '0' .. '9' '0' .. '9' - { - match('.'); - matchRange('0','9'); - matchRange('0','9'); - matchRange('0','9'); + break; + case 15 : + // InternalDSL.g:18537:121: 'minutes' + { + match("minutes"); - } - break; } + break; + case 16 : + // InternalDSL.g:18537:131: 's' + { + match('s'); + + } + break; + case 17 : + // InternalDSL.g:18537:135: 'second' + { + match("second"); } break; + case 18 : + // InternalDSL.g:18537:144: 'seconds' + { + match("seconds"); - } - // InternalDSL.g:18864:121: ( 'am' | 'pm' ) - int alt30=2; - int LA30_0 = input.LA(1); + } + break; + case 19 : + // InternalDSL.g:18537:154: 'ms' + { + match("ms"); - if ( (LA30_0=='a') ) { - alt30=1; - } - else if ( (LA30_0=='p') ) { - alt30=2; - } - else { - NoViableAltException nvae = - new NoViableAltException("", 30, 0, input); - throw nvae; - } - switch (alt30) { - case 1 : - // InternalDSL.g:18864:122: 'am' + } + break; + case 20 : + // InternalDSL.g:18537:159: 'millisecond' { - match("am"); + match("millisecond"); } break; - case 2 : - // InternalDSL.g:18864:127: 'pm' + case 21 : + // InternalDSL.g:18537:173: 'milliseconds' { - match("pm"); + match("milliseconds"); } @@ -3312,15 +3075,15 @@ else if ( (LA30_0=='p') ) { finally { } } - // $ANTLR end "RULE_TWELVEHRSTIME" + // $ANTLR end "RULE_TIMESPAN" // $ANTLR start "RULE_ANY_OTHER" public final void mRULE_ANY_OTHER() throws RecognitionException { try { int _type = RULE_ANY_OTHER; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:18866:16: ( . ) - // InternalDSL.g:18866:18: . + // InternalDSL.g:18539:16: ( . ) + // InternalDSL.g:18539:18: . { matchAny(); @@ -3335,747 +3098,607 @@ public final void mRULE_ANY_OTHER() throws RecognitionException { // $ANTLR end "RULE_ANY_OTHER" public void mTokens() throws RecognitionException { - // InternalDSL.g:1:8: ( T__29 | T__30 | T__31 | T__32 | T__33 | T__34 | T__35 | T__36 | T__37 | T__38 | T__39 | T__40 | T__41 | T__42 | T__43 | T__44 | T__45 | T__46 | T__47 | T__48 | T__49 | T__50 | T__51 | T__52 | T__53 | T__54 | T__55 | T__56 | T__57 | T__58 | T__59 | T__60 | T__61 | T__62 | T__63 | T__64 | T__65 | T__66 | T__67 | T__68 | T__69 | T__70 | T__71 | T__72 | T__73 | T__74 | T__75 | T__76 | T__77 | T__78 | T__79 | T__80 | T__81 | T__82 | T__83 | T__84 | T__85 | T__86 | T__87 | T__88 | T__89 | T__90 | T__91 | T__92 | T__93 | T__94 | T__95 | T__96 | T__97 | T__98 | T__99 | T__100 | T__101 | T__102 | T__103 | T__104 | T__105 | T__106 | T__107 | T__108 | T__109 | T__110 | RULE_BOOLEAN_TRUE | RULE_BOOLEAN_FALSE | RULE_UPPERCASE_ID | RULE_ID | RULE_INTEGER | RULE_DECIMAL | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_SL_VISIBLE_COMMENT | RULE_SL_VISIBLE_TITLE_COMMENT | RULE_ML_VISIBLE_COMMENT | RULE_ML_VISIBLE_TITLE_COMMENT | RULE_ML_DOC_COMMENT | RULE_DIVIDER | RULE_WS | RULE_NEWLINE | RULE_ISODATE | RULE_ISOTIME | RULE_EURODATE | RULE_USDATE | RULE_TWENTYFOURHRSTIME | RULE_TWELVEHRSTIME | RULE_ANY_OTHER ) - int alt31=106; - alt31 = dfa31.predict(input); - switch (alt31) { + // InternalDSL.g:1:8: ( T__30 | T__31 | T__32 | T__33 | T__34 | T__35 | T__36 | T__37 | T__38 | T__39 | T__40 | T__41 | T__42 | T__43 | T__44 | T__45 | T__46 | T__47 | T__48 | T__49 | T__50 | T__51 | T__52 | T__53 | T__54 | T__55 | T__56 | T__57 | T__58 | T__59 | T__60 | T__61 | T__62 | T__63 | T__64 | T__65 | T__66 | T__67 | T__68 | T__69 | T__70 | T__71 | T__72 | T__73 | T__74 | T__75 | T__76 | T__77 | T__78 | T__79 | T__80 | T__81 | T__82 | T__83 | T__84 | T__85 | T__86 | T__87 | T__88 | T__89 | T__90 | RULE_BOOLEAN_TRUE | RULE_BOOLEAN_FALSE | RULE_UPPERCASE_ID | RULE_ID | RULE_INTEGER | RULE_DECIMAL | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_SL_VISIBLE_COMMENT | RULE_SL_VISIBLE_TITLE_COMMENT | RULE_ML_VISIBLE_COMMENT | RULE_ML_VISIBLE_TITLE_COMMENT | RULE_ML_DOC_COMMENT | RULE_DIVIDER | RULE_WS | RULE_NEWLINE | RULE_ISODATE | RULE_ISOTIME | RULE_EURODATE | RULE_USDATE | RULE_TWENTYFOURHRSTIME | RULE_TWELVEHRSTIME | RULE_TIMESPAN | RULE_ANY_OTHER ) + int alt33=86; + alt33 = dfa33.predict(input); + switch (alt33) { case 1 : - // InternalDSL.g:1:10: T__29 - { - mT__29(); - - } - break; - case 2 : - // InternalDSL.g:1:16: T__30 + // InternalDSL.g:1:10: T__30 { mT__30(); } break; - case 3 : - // InternalDSL.g:1:22: T__31 + case 2 : + // InternalDSL.g:1:16: T__31 { mT__31(); } break; - case 4 : - // InternalDSL.g:1:28: T__32 + case 3 : + // InternalDSL.g:1:22: T__32 { mT__32(); } break; - case 5 : - // InternalDSL.g:1:34: T__33 + case 4 : + // InternalDSL.g:1:28: T__33 { mT__33(); } break; - case 6 : - // InternalDSL.g:1:40: T__34 + case 5 : + // InternalDSL.g:1:34: T__34 { mT__34(); } break; - case 7 : - // InternalDSL.g:1:46: T__35 + case 6 : + // InternalDSL.g:1:40: T__35 { mT__35(); } break; - case 8 : - // InternalDSL.g:1:52: T__36 + case 7 : + // InternalDSL.g:1:46: T__36 { mT__36(); } break; - case 9 : - // InternalDSL.g:1:58: T__37 + case 8 : + // InternalDSL.g:1:52: T__37 { mT__37(); } break; - case 10 : - // InternalDSL.g:1:64: T__38 + case 9 : + // InternalDSL.g:1:58: T__38 { mT__38(); } break; - case 11 : - // InternalDSL.g:1:70: T__39 + case 10 : + // InternalDSL.g:1:64: T__39 { mT__39(); } break; - case 12 : - // InternalDSL.g:1:76: T__40 + case 11 : + // InternalDSL.g:1:70: T__40 { mT__40(); } break; - case 13 : - // InternalDSL.g:1:82: T__41 + case 12 : + // InternalDSL.g:1:76: T__41 { mT__41(); } break; - case 14 : - // InternalDSL.g:1:88: T__42 + case 13 : + // InternalDSL.g:1:82: T__42 { mT__42(); } break; - case 15 : - // InternalDSL.g:1:94: T__43 + case 14 : + // InternalDSL.g:1:88: T__43 { mT__43(); } break; - case 16 : - // InternalDSL.g:1:100: T__44 + case 15 : + // InternalDSL.g:1:94: T__44 { mT__44(); } break; - case 17 : - // InternalDSL.g:1:106: T__45 + case 16 : + // InternalDSL.g:1:100: T__45 { mT__45(); } break; - case 18 : - // InternalDSL.g:1:112: T__46 + case 17 : + // InternalDSL.g:1:106: T__46 { mT__46(); } break; - case 19 : - // InternalDSL.g:1:118: T__47 + case 18 : + // InternalDSL.g:1:112: T__47 { mT__47(); } break; - case 20 : - // InternalDSL.g:1:124: T__48 + case 19 : + // InternalDSL.g:1:118: T__48 { mT__48(); } break; - case 21 : - // InternalDSL.g:1:130: T__49 + case 20 : + // InternalDSL.g:1:124: T__49 { mT__49(); } break; - case 22 : - // InternalDSL.g:1:136: T__50 + case 21 : + // InternalDSL.g:1:130: T__50 { mT__50(); } break; - case 23 : - // InternalDSL.g:1:142: T__51 + case 22 : + // InternalDSL.g:1:136: T__51 { mT__51(); } break; - case 24 : - // InternalDSL.g:1:148: T__52 + case 23 : + // InternalDSL.g:1:142: T__52 { mT__52(); } break; - case 25 : - // InternalDSL.g:1:154: T__53 + case 24 : + // InternalDSL.g:1:148: T__53 { mT__53(); } break; - case 26 : - // InternalDSL.g:1:160: T__54 + case 25 : + // InternalDSL.g:1:154: T__54 { mT__54(); } break; - case 27 : - // InternalDSL.g:1:166: T__55 + case 26 : + // InternalDSL.g:1:160: T__55 { mT__55(); } break; - case 28 : - // InternalDSL.g:1:172: T__56 + case 27 : + // InternalDSL.g:1:166: T__56 { mT__56(); } break; - case 29 : - // InternalDSL.g:1:178: T__57 + case 28 : + // InternalDSL.g:1:172: T__57 { mT__57(); } break; - case 30 : - // InternalDSL.g:1:184: T__58 + case 29 : + // InternalDSL.g:1:178: T__58 { mT__58(); } break; - case 31 : - // InternalDSL.g:1:190: T__59 + case 30 : + // InternalDSL.g:1:184: T__59 { mT__59(); } break; - case 32 : - // InternalDSL.g:1:196: T__60 + case 31 : + // InternalDSL.g:1:190: T__60 { mT__60(); } break; - case 33 : - // InternalDSL.g:1:202: T__61 + case 32 : + // InternalDSL.g:1:196: T__61 { mT__61(); } break; - case 34 : - // InternalDSL.g:1:208: T__62 + case 33 : + // InternalDSL.g:1:202: T__62 { mT__62(); } break; - case 35 : - // InternalDSL.g:1:214: T__63 + case 34 : + // InternalDSL.g:1:208: T__63 { mT__63(); } break; - case 36 : - // InternalDSL.g:1:220: T__64 + case 35 : + // InternalDSL.g:1:214: T__64 { mT__64(); } break; - case 37 : - // InternalDSL.g:1:226: T__65 + case 36 : + // InternalDSL.g:1:220: T__65 { mT__65(); } break; - case 38 : - // InternalDSL.g:1:232: T__66 + case 37 : + // InternalDSL.g:1:226: T__66 { mT__66(); } break; - case 39 : - // InternalDSL.g:1:238: T__67 + case 38 : + // InternalDSL.g:1:232: T__67 { mT__67(); } break; - case 40 : - // InternalDSL.g:1:244: T__68 + case 39 : + // InternalDSL.g:1:238: T__68 { mT__68(); } break; - case 41 : - // InternalDSL.g:1:250: T__69 + case 40 : + // InternalDSL.g:1:244: T__69 { mT__69(); } break; - case 42 : - // InternalDSL.g:1:256: T__70 - { - mT__70(); - - } - break; - case 43 : - // InternalDSL.g:1:262: T__71 - { - mT__71(); - - } - break; - case 44 : - // InternalDSL.g:1:268: T__72 - { - mT__72(); - - } - break; - case 45 : - // InternalDSL.g:1:274: T__73 - { - mT__73(); - - } - break; - case 46 : - // InternalDSL.g:1:280: T__74 - { - mT__74(); - - } - break; - case 47 : - // InternalDSL.g:1:286: T__75 - { - mT__75(); - - } - break; - case 48 : - // InternalDSL.g:1:292: T__76 - { - mT__76(); - - } - break; - case 49 : - // InternalDSL.g:1:298: T__77 - { - mT__77(); - - } - break; - case 50 : - // InternalDSL.g:1:304: T__78 - { - mT__78(); - - } - break; - case 51 : - // InternalDSL.g:1:310: T__79 - { - mT__79(); - - } - break; - case 52 : - // InternalDSL.g:1:316: T__80 - { - mT__80(); - - } - break; - case 53 : - // InternalDSL.g:1:322: T__81 - { - mT__81(); - - } - break; - case 54 : - // InternalDSL.g:1:328: T__82 - { - mT__82(); - - } - break; - case 55 : - // InternalDSL.g:1:334: T__83 - { - mT__83(); - - } - break; - case 56 : - // InternalDSL.g:1:340: T__84 - { - mT__84(); - - } - break; - case 57 : - // InternalDSL.g:1:346: T__85 - { - mT__85(); - - } - break; - case 58 : - // InternalDSL.g:1:352: T__86 - { - mT__86(); - - } - break; - case 59 : - // InternalDSL.g:1:358: T__87 - { - mT__87(); - - } - break; - case 60 : - // InternalDSL.g:1:364: T__88 - { - mT__88(); - - } - break; - case 61 : - // InternalDSL.g:1:370: T__89 - { - mT__89(); - - } - break; - case 62 : - // InternalDSL.g:1:376: T__90 + case 41 : + // InternalDSL.g:1:250: T__70 { - mT__90(); + mT__70(); } break; - case 63 : - // InternalDSL.g:1:382: T__91 + case 42 : + // InternalDSL.g:1:256: T__71 { - mT__91(); + mT__71(); } break; - case 64 : - // InternalDSL.g:1:388: T__92 + case 43 : + // InternalDSL.g:1:262: T__72 { - mT__92(); + mT__72(); } break; - case 65 : - // InternalDSL.g:1:394: T__93 + case 44 : + // InternalDSL.g:1:268: T__73 { - mT__93(); + mT__73(); } break; - case 66 : - // InternalDSL.g:1:400: T__94 + case 45 : + // InternalDSL.g:1:274: T__74 { - mT__94(); + mT__74(); } break; - case 67 : - // InternalDSL.g:1:406: T__95 + case 46 : + // InternalDSL.g:1:280: T__75 { - mT__95(); + mT__75(); } break; - case 68 : - // InternalDSL.g:1:412: T__96 + case 47 : + // InternalDSL.g:1:286: T__76 { - mT__96(); + mT__76(); } break; - case 69 : - // InternalDSL.g:1:418: T__97 + case 48 : + // InternalDSL.g:1:292: T__77 { - mT__97(); + mT__77(); } break; - case 70 : - // InternalDSL.g:1:424: T__98 + case 49 : + // InternalDSL.g:1:298: T__78 { - mT__98(); + mT__78(); } break; - case 71 : - // InternalDSL.g:1:430: T__99 + case 50 : + // InternalDSL.g:1:304: T__79 { - mT__99(); + mT__79(); } break; - case 72 : - // InternalDSL.g:1:436: T__100 + case 51 : + // InternalDSL.g:1:310: T__80 { - mT__100(); + mT__80(); } break; - case 73 : - // InternalDSL.g:1:443: T__101 + case 52 : + // InternalDSL.g:1:316: T__81 { - mT__101(); + mT__81(); } break; - case 74 : - // InternalDSL.g:1:450: T__102 + case 53 : + // InternalDSL.g:1:322: T__82 { - mT__102(); + mT__82(); } break; - case 75 : - // InternalDSL.g:1:457: T__103 + case 54 : + // InternalDSL.g:1:328: T__83 { - mT__103(); + mT__83(); } break; - case 76 : - // InternalDSL.g:1:464: T__104 + case 55 : + // InternalDSL.g:1:334: T__84 { - mT__104(); + mT__84(); } break; - case 77 : - // InternalDSL.g:1:471: T__105 + case 56 : + // InternalDSL.g:1:340: T__85 { - mT__105(); + mT__85(); } break; - case 78 : - // InternalDSL.g:1:478: T__106 + case 57 : + // InternalDSL.g:1:346: T__86 { - mT__106(); + mT__86(); } break; - case 79 : - // InternalDSL.g:1:485: T__107 + case 58 : + // InternalDSL.g:1:352: T__87 { - mT__107(); + mT__87(); } break; - case 80 : - // InternalDSL.g:1:492: T__108 + case 59 : + // InternalDSL.g:1:358: T__88 { - mT__108(); + mT__88(); } break; - case 81 : - // InternalDSL.g:1:499: T__109 + case 60 : + // InternalDSL.g:1:364: T__89 { - mT__109(); + mT__89(); } break; - case 82 : - // InternalDSL.g:1:506: T__110 + case 61 : + // InternalDSL.g:1:370: T__90 { - mT__110(); + mT__90(); } break; - case 83 : - // InternalDSL.g:1:513: RULE_BOOLEAN_TRUE + case 62 : + // InternalDSL.g:1:376: RULE_BOOLEAN_TRUE { mRULE_BOOLEAN_TRUE(); } break; - case 84 : - // InternalDSL.g:1:531: RULE_BOOLEAN_FALSE + case 63 : + // InternalDSL.g:1:394: RULE_BOOLEAN_FALSE { mRULE_BOOLEAN_FALSE(); } break; - case 85 : - // InternalDSL.g:1:550: RULE_UPPERCASE_ID + case 64 : + // InternalDSL.g:1:413: RULE_UPPERCASE_ID { mRULE_UPPERCASE_ID(); } break; - case 86 : - // InternalDSL.g:1:568: RULE_ID + case 65 : + // InternalDSL.g:1:431: RULE_ID { mRULE_ID(); } break; - case 87 : - // InternalDSL.g:1:576: RULE_INTEGER + case 66 : + // InternalDSL.g:1:439: RULE_INTEGER { mRULE_INTEGER(); } break; - case 88 : - // InternalDSL.g:1:589: RULE_DECIMAL + case 67 : + // InternalDSL.g:1:452: RULE_DECIMAL { mRULE_DECIMAL(); } break; - case 89 : - // InternalDSL.g:1:602: RULE_STRING + case 68 : + // InternalDSL.g:1:465: RULE_STRING { mRULE_STRING(); } break; - case 90 : - // InternalDSL.g:1:614: RULE_ML_COMMENT + case 69 : + // InternalDSL.g:1:477: RULE_ML_COMMENT { mRULE_ML_COMMENT(); } break; - case 91 : - // InternalDSL.g:1:630: RULE_SL_COMMENT + case 70 : + // InternalDSL.g:1:493: RULE_SL_COMMENT { mRULE_SL_COMMENT(); } break; - case 92 : - // InternalDSL.g:1:646: RULE_SL_VISIBLE_COMMENT + case 71 : + // InternalDSL.g:1:509: RULE_SL_VISIBLE_COMMENT { mRULE_SL_VISIBLE_COMMENT(); } break; - case 93 : - // InternalDSL.g:1:670: RULE_SL_VISIBLE_TITLE_COMMENT + case 72 : + // InternalDSL.g:1:533: RULE_SL_VISIBLE_TITLE_COMMENT { mRULE_SL_VISIBLE_TITLE_COMMENT(); } break; - case 94 : - // InternalDSL.g:1:700: RULE_ML_VISIBLE_COMMENT + case 73 : + // InternalDSL.g:1:563: RULE_ML_VISIBLE_COMMENT { mRULE_ML_VISIBLE_COMMENT(); } break; - case 95 : - // InternalDSL.g:1:724: RULE_ML_VISIBLE_TITLE_COMMENT + case 74 : + // InternalDSL.g:1:587: RULE_ML_VISIBLE_TITLE_COMMENT { mRULE_ML_VISIBLE_TITLE_COMMENT(); } break; - case 96 : - // InternalDSL.g:1:754: RULE_ML_DOC_COMMENT + case 75 : + // InternalDSL.g:1:617: RULE_ML_DOC_COMMENT { mRULE_ML_DOC_COMMENT(); } break; - case 97 : - // InternalDSL.g:1:774: RULE_DIVIDER + case 76 : + // InternalDSL.g:1:637: RULE_DIVIDER { mRULE_DIVIDER(); } break; - case 98 : - // InternalDSL.g:1:787: RULE_WS + case 77 : + // InternalDSL.g:1:650: RULE_WS { mRULE_WS(); } break; - case 99 : - // InternalDSL.g:1:795: RULE_NEWLINE + case 78 : + // InternalDSL.g:1:658: RULE_NEWLINE { mRULE_NEWLINE(); } break; - case 100 : - // InternalDSL.g:1:808: RULE_ISODATE + case 79 : + // InternalDSL.g:1:671: RULE_ISODATE { mRULE_ISODATE(); } break; - case 101 : - // InternalDSL.g:1:821: RULE_ISOTIME + case 80 : + // InternalDSL.g:1:684: RULE_ISOTIME { mRULE_ISOTIME(); } break; - case 102 : - // InternalDSL.g:1:834: RULE_EURODATE + case 81 : + // InternalDSL.g:1:697: RULE_EURODATE { mRULE_EURODATE(); } break; - case 103 : - // InternalDSL.g:1:848: RULE_USDATE + case 82 : + // InternalDSL.g:1:711: RULE_USDATE { mRULE_USDATE(); } break; - case 104 : - // InternalDSL.g:1:860: RULE_TWENTYFOURHRSTIME + case 83 : + // InternalDSL.g:1:723: RULE_TWENTYFOURHRSTIME { mRULE_TWENTYFOURHRSTIME(); } break; - case 105 : - // InternalDSL.g:1:883: RULE_TWELVEHRSTIME + case 84 : + // InternalDSL.g:1:746: RULE_TWELVEHRSTIME { mRULE_TWELVEHRSTIME(); } break; - case 106 : - // InternalDSL.g:1:902: RULE_ANY_OTHER + case 85 : + // InternalDSL.g:1:765: RULE_TIMESPAN + { + mRULE_TIMESPAN(); + + } + break; + case 86 : + // InternalDSL.g:1:779: RULE_ANY_OTHER { mRULE_ANY_OTHER(); @@ -4087,637 +3710,677 @@ public void mTokens() throws RecognitionException { } - protected DFA31 dfa31 = new DFA31(this); - static final String DFA31_eotS = - "\2\uffff\1\71\1\74\1\102\1\104\1\106\1\112\1\uffff\1\117\1\uffff\1\123\6\75\1\uffff\7\75\2\uffff\1\156\10\uffff\1\75\2\uffff\1\75\1\174\1\65\1\uffff\1\176\2\65\3\uffff\3\176\5\uffff\1\176\1\75\2\uffff\2\75\1\u008c\1\75\1\uffff\1\75\1\uffff\1\75\1\uffff\3\75\12\uffff\4\75\1\u009f\5\75\1\uffff\13\75\1\u00b1\1\75\13\uffff\1\75\2\uffff\1\75\1\174\1\uffff\1\176\5\uffff\3\176\2\uffff\1\75\1\u00bf\2\75\1\uffff\1\75\1\u00c4\4\75\4\uffff\10\75\1\uffff\4\75\1\uffff\14\75\1\uffff\3\75\1\174\1\176\6\uffff\1\u00eb\1\75\1\uffff\3\75\1\u00f0\1\uffff\1\u00f2\7\75\1\u00fa\5\75\1\u0100\2\75\1\u0104\2\75\1\u0107\1\u0109\3\75\1\u010d\4\75\1\u0112\1\u0113\1\uffff\1\176\1\uffff\1\177\1\uffff\1\u0118\1\uffff\1\u011a\3\75\1\uffff\1\u011e\1\uffff\1\75\1\u0122\5\75\1\uffff\4\75\1\u012c\1\uffff\3\75\1\uffff\2\75\1\uffff\1\75\1\uffff\3\75\1\uffff\4\75\3\uffff\1\u013c\1\177\1\u013c\1\uffff\1\u0140\1\uffff\1\u0142\1\75\1\u0144\1\uffff\1\u0146\2\75\1\uffff\5\75\1\u014e\3\75\2\uffff\14\75\1\u015e\6\uffff\1\u0161\1\uffff\1\75\1\uffff\1\u0163\1\uffff\2\75\1\uffff\2\75\1\u0169\1\75\1\uffff\1\75\1\u016c\1\u016d\2\75\1\u0170\1\75\1\u0172\1\u0173\3\75\1\u0177\2\75\4\uffff\1\75\1\uffff\1\u017d\1\u017e\3\75\1\uffff\2\75\2\uffff\1\75\1\u0185\1\uffff\1\75\2\uffff\1\75\1\u0188\1\75\1\uffff\1\u018a\1\75\2\u013c\1\75\2\uffff\4\75\1\u0193\1\75\1\uffff\1\u0195\1\75\1\uffff\1\75\1\uffff\1\75\2\uffff\1\75\1\u019c\1\u019d\2\75\1\uffff\1\u01a0\1\uffff\1\75\1\u01a2\1\75\2\uffff\1\u01a7\2\uffff\1\75\1\u01a9\1\uffff\1\u01aa\1\uffff\1\75\2\uffff\1\u01ae\1\uffff\1\75\2\uffff\1\u01b0\2\u013c\1\uffff\1\u01b1\2\uffff"; - static final String DFA31_eofS = - "\u01b2\uffff"; - static final String DFA31_minS = - "\1\0\1\uffff\1\55\5\60\1\uffff\1\52\1\uffff\1\52\1\141\1\151\1\155\1\141\1\163\1\141\1\uffff\3\141\2\145\1\156\1\163\2\uffff\1\60\10\uffff\1\165\2\uffff\1\151\1\60\1\137\1\uffff\1\56\2\0\3\uffff\3\56\3\uffff\1\40\1\uffff\1\56\1\141\2\uffff\1\156\1\154\1\60\1\163\1\uffff\1\171\1\uffff\1\165\1\uffff\1\143\1\151\1\156\2\uffff\1\0\1\uffff\1\40\5\uffff\1\143\1\151\1\164\1\160\1\60\1\162\1\154\1\145\1\163\1\40\1\uffff\1\162\1\163\1\142\1\155\1\165\1\154\1\156\1\145\1\164\1\161\1\145\1\60\1\163\13\uffff\1\154\2\uffff\1\166\1\60\1\uffff\1\56\5\uffff\3\56\1\uffff\1\40\1\162\1\60\1\165\1\154\1\uffff\1\164\1\60\1\162\1\157\1\164\1\147\4\uffff\1\153\1\141\1\166\1\147\1\150\1\157\1\164\1\151\1\uffff\1\153\2\163\1\145\1\uffff\1\151\1\164\1\154\2\145\1\154\2\143\1\163\2\165\1\162\1\uffff\1\151\1\154\1\145\1\72\1\56\2\60\1\uffff\1\60\2\uffff\1\60\1\150\1\uffff\1\164\1\151\1\145\1\60\1\uffff\1\60\1\156\1\145\1\154\1\141\1\155\1\141\1\162\1\60\1\162\1\151\1\156\1\144\1\145\1\60\1\144\1\141\1\60\1\145\1\163\2\60\1\154\1\164\1\153\1\60\1\162\1\151\1\141\1\147\2\60\1\uffff\1\55\4\60\1\uffff\1\60\1\145\1\163\1\162\1\uffff\1\60\1\uffff\1\144\1\60\1\145\1\147\1\145\1\164\1\145\1\uffff\1\164\1\141\2\145\1\60\1\uffff\1\40\1\142\1\145\1\uffff\1\164\1\145\1\uffff\1\145\1\uffff\1\165\1\141\1\160\1\uffff\1\156\1\162\1\164\1\156\3\uffff\1\53\1\56\1\53\1\uffff\1\60\1\uffff\1\60\1\145\1\60\1\uffff\1\60\1\145\1\156\1\uffff\1\55\1\145\1\164\1\145\1\163\1\60\1\154\1\144\1\146\2\uffff\1\164\1\154\1\146\1\145\1\164\1\146\1\144\1\156\1\157\1\163\1\145\1\151\2\60\3\uffff\1\60\1\uffff\1\60\1\uffff\1\143\1\uffff\1\60\1\uffff\1\146\1\144\1\uffff\1\144\1\145\1\60\1\163\1\uffff\1\154\2\60\1\144\1\145\1\60\1\163\2\60\1\145\1\164\1\151\1\60\1\163\1\157\1\uffff\2\60\1\uffff\1\157\1\uffff\2\60\1\145\1\156\1\162\1\uffff\1\151\1\171\2\uffff\1\145\1\60\1\uffff\1\164\2\uffff\1\144\1\60\1\156\1\uffff\1\60\1\156\2\53\1\156\2\uffff\1\146\1\144\1\151\1\156\1\60\1\146\1\uffff\1\60\1\142\1\uffff\1\164\1\uffff\1\144\2\60\1\144\2\60\1\172\1\147\1\uffff\1\60\1\uffff\1\171\1\60\1\145\3\60\2\uffff\1\145\1\60\1\uffff\1\60\1\uffff\1\146\3\60\1\uffff\1\144\2\uffff\1\60\2\53\1\uffff\1\60\2\uffff"; - static final String DFA31_maxS = - "\1\uffff\1\uffff\1\76\5\172\1\uffff\1\57\1\uffff\1\56\1\162\1\151\1\156\1\157\1\163\1\171\1\uffff\1\141\1\162\1\157\2\145\1\160\1\163\2\uffff\1\172\10\uffff\1\165\2\uffff\1\151\1\62\1\172\1\uffff\1\71\2\uffff\3\uffff\3\71\3\uffff\1\55\1\uffff\1\71\1\141\2\uffff\2\156\1\172\1\163\1\uffff\1\171\1\uffff\1\165\1\uffff\1\143\1\151\1\156\2\uffff\1\uffff\1\uffff\1\55\5\uffff\1\162\1\157\1\164\1\160\1\172\1\162\1\154\1\145\1\163\1\40\1\uffff\1\162\1\163\1\142\1\155\1\165\1\154\1\156\1\145\2\164\1\145\1\172\1\163\13\uffff\1\154\2\uffff\1\166\1\71\1\uffff\1\72\5\uffff\2\71\1\72\1\uffff\1\55\1\162\1\172\1\165\1\154\1\uffff\1\164\1\172\1\162\1\157\1\164\1\147\4\uffff\1\153\1\141\1\166\1\147\1\150\1\157\1\164\1\151\1\uffff\1\153\2\163\1\145\1\uffff\1\151\1\164\1\154\2\145\1\154\1\163\1\143\1\163\2\165\1\162\1\uffff\1\151\1\154\1\145\1\72\1\71\1\65\1\71\1\uffff\1\65\2\uffff\1\172\1\150\1\uffff\1\164\1\151\1\145\1\172\1\uffff\1\172\1\156\1\145\1\154\1\141\1\155\1\141\1\162\1\172\1\162\1\151\1\156\1\144\1\145\1\172\1\144\1\141\1\172\1\145\1\163\2\172\1\154\1\164\1\153\1\172\1\162\1\151\1\141\1\147\2\172\1\uffff\4\71\1\172\1\uffff\1\172\1\145\1\163\1\162\1\uffff\1\172\1\uffff\1\144\1\172\1\145\1\147\1\145\1\164\1\145\1\uffff\1\164\1\141\2\145\1\172\1\uffff\1\40\1\156\1\145\1\uffff\1\164\1\145\1\uffff\1\145\1\uffff\1\165\1\141\1\160\1\uffff\1\156\1\162\1\164\1\156\3\uffff\1\160\1\56\1\132\1\uffff\1\172\1\uffff\1\172\1\145\1\172\1\uffff\1\172\1\145\1\156\1\uffff\1\55\1\145\1\164\1\145\1\163\1\172\1\154\1\144\1\146\2\uffff\1\164\1\154\1\146\1\145\1\164\1\146\1\144\1\156\1\157\1\163\1\145\1\151\1\172\1\66\3\uffff\1\66\1\uffff\1\172\1\uffff\1\143\1\uffff\1\172\1\uffff\1\146\1\144\1\uffff\2\145\1\172\1\163\1\uffff\1\154\2\172\1\144\1\145\1\172\1\163\2\172\1\145\1\164\1\151\1\172\1\163\1\157\1\uffff\2\71\1\uffff\1\157\1\uffff\2\172\1\145\1\156\1\162\1\uffff\1\151\1\171\2\uffff\1\145\1\172\1\uffff\1\164\2\uffff\1\144\1\172\1\156\1\uffff\1\172\1\156\1\160\1\132\1\156\2\uffff\1\146\1\144\1\151\1\156\1\172\1\146\1\uffff\1\172\1\142\1\uffff\1\164\1\uffff\1\144\2\71\1\144\3\172\1\147\1\uffff\1\172\1\uffff\1\171\1\172\1\145\2\71\1\172\2\uffff\1\145\1\172\1\uffff\1\172\1\uffff\1\146\2\71\1\172\1\uffff\1\144\2\uffff\1\172\1\160\1\132\1\uffff\1\172\2\uffff"; - static final String DFA31_acceptS = - "\1\uffff\1\1\6\uffff\1\30\1\uffff\1\32\7\uffff\1\43\7\uffff\1\66\1\70\1\uffff\1\75\1\77\1\100\1\101\1\102\1\103\1\104\1\105\1\uffff\1\107\1\110\3\uffff\1\126\3\uffff\1\142\1\143\1\125\3\uffff\1\152\1\1\1\63\1\uffff\1\2\2\uffff\1\3\1\126\4\uffff\1\17\1\uffff\1\11\1\uffff\1\14\3\uffff\1\22\1\30\1\uffff\1\133\1\uffff\1\31\1\32\1\33\1\112\1\111\12\uffff\1\43\15\uffff\1\66\1\70\1\73\1\75\1\77\1\100\1\101\1\102\1\103\1\104\1\105\1\uffff\1\107\1\110\2\uffff\1\125\1\uffff\1\127\1\130\1\131\1\142\1\143\3\uffff\1\134\5\uffff\1\25\6\uffff\1\132\1\140\1\136\1\137\10\uffff\1\64\4\uffff\1\55\14\uffff\1\74\7\uffff\1\147\1\uffff\1\135\1\141\2\uffff\1\6\4\uffff\1\12\40\uffff\1\145\5\uffff\1\4\4\uffff\1\13\1\uffff\1\15\7\uffff\1\35\5\uffff\1\41\3\uffff\1\65\2\uffff\1\123\1\uffff\1\71\3\uffff\1\51\4\uffff\1\106\1\120\1\144\3\uffff\1\5\1\uffff\1\7\3\uffff\1\16\3\uffff\1\76\11\uffff\1\124\1\42\16\uffff\1\150\1\151\1\146\1\uffff\1\10\1\uffff\1\20\1\uffff\1\122\1\uffff\1\23\2\uffff\1\114\4\uffff\1\37\17\uffff\1\62\2\uffff\1\21\1\uffff\1\24\5\uffff\1\113\2\uffff\1\115\1\40\2\uffff\1\45\1\uffff\1\72\1\46\3\uffff\1\52\5\uffff\1\47\1\50\6\uffff\1\57\2\uffff\1\61\1\uffff\1\53\10\uffff\1\60\1\uffff\1\67\6\uffff\1\34\1\36\2\uffff\1\44\1\uffff\1\117\4\uffff\1\26\1\uffff\1\121\1\54\3\uffff\1\27\1\uffff\1\56\1\116"; - static final String DFA31_specialS = - "\1\3\54\uffff\1\1\1\2\35\uffff\1\0\u0165\uffff}>"; - static final String[] DFA31_transitionS = { - "\11\65\1\57\1\60\2\65\1\60\22\65\1\57\1\65\1\55\1\44\1\65\1\12\1\65\1\56\1\36\1\37\1\10\1\1\1\35\1\2\1\13\1\11\2\54\1\64\1\62\6\63\1\22\1\65\1\42\1\32\1\43\2\65\23\61\1\51\6\61\1\40\1\65\1\41\1\52\1\53\1\65\1\31\1\21\1\25\1\5\1\53\1\17\1\26\1\6\1\16\2\53\1\50\1\4\1\45\1\30\1\14\1\53\1\27\1\7\1\24\1\20\1\23\1\15\1\34\1\3\1\53\1\46\1\33\1\47\uff82\65", + protected DFA32 dfa32 = new DFA32(this); + protected DFA33 dfa33 = new DFA33(this); + static final String DFA32_eotS = + "\1\uffff\1\7\1\13\1\15\1\17\1\21\15\uffff\1\33\2\uffff\1\37\2\uffff\1\43\6\uffff\1\50\3\uffff\1\53\7\uffff\1\60\1\uffff\1\63\10\uffff\1\71\2\uffff"; + static final String DFA32_eofS = + "\72\uffff"; + static final String DFA32_minS = + "\1\144\1\145\1\151\1\141\1\157\1\145\1\141\1\uffff\1\156\1\154\2\uffff\1\171\1\uffff\1\165\1\uffff\1\143\1\uffff\1\162\1\164\1\165\1\154\1\163\1\162\1\157\1\163\1\150\1\uffff\1\164\1\151\2\uffff\1\163\1\156\2\uffff\1\163\1\145\1\163\2\uffff\1\144\2\uffff\1\163\1\145\1\163\2\uffff\1\143\2\uffff\1\157\1\156\1\144\1\163\2\uffff"; + static final String DFA32_maxS = + "\1\171\1\145\1\163\1\141\1\157\1\145\1\141\1\uffff\2\156\2\uffff\1\171\1\uffff\1\165\1\uffff\1\143\1\uffff\1\162\1\164\1\165\1\154\1\163\1\162\1\157\1\163\1\150\1\uffff\1\164\1\151\2\uffff\1\163\1\156\2\uffff\1\163\1\145\1\163\2\uffff\1\144\2\uffff\1\163\1\145\1\163\2\uffff\1\143\2\uffff\1\157\1\156\1\144\1\163\2\uffff"; + static final String DFA32_acceptS = + "\7\uffff\1\1\2\uffff\1\23\1\15\1\uffff\1\7\1\uffff\1\12\1\uffff\1\20\11\uffff\1\4\2\uffff\1\11\1\10\2\uffff\1\3\1\2\3\uffff\1\14\1\13\1\uffff\1\6\1\5\3\uffff\1\17\1\16\1\uffff\1\22\1\21\4\uffff\1\25\1\24"; + static final String DFA32_specialS = + "\72\uffff}>"; + static final String[] DFA32_transitionS = { + "\1\3\3\uffff\1\4\4\uffff\1\2\5\uffff\1\5\5\uffff\1\1", + "\1\6", + "\1\11\5\uffff\1\10\3\uffff\1\12", + "\1\14", + "\1\16", + "\1\20", + "\1\22", + "", + "\1\23", + "\1\25\1\uffff\1\24", + "", + "", + "\1\26", + "", + "\1\27", + "", + "\1\30", + "", + "\1\31", + "\1\32", + "\1\34", + "\1\35", + "\1\36", + "\1\40", + "\1\41", + "\1\42", + "\1\44", + "", + "\1\45", + "\1\46", + "", + "", + "\1\47", + "\1\51", + "", + "", + "\1\52", + "\1\54", + "\1\55", + "", + "", + "\1\56", + "", + "", + "\1\57", + "\1\61", + "\1\62", + "", + "", + "\1\64", + "", + "", + "\1\65", + "\1\66", + "\1\67", + "\1\70", + "", + "" + }; + + static final short[] DFA32_eot = DFA.unpackEncodedString(DFA32_eotS); + static final short[] DFA32_eof = DFA.unpackEncodedString(DFA32_eofS); + static final char[] DFA32_min = DFA.unpackEncodedStringToUnsignedChars(DFA32_minS); + static final char[] DFA32_max = DFA.unpackEncodedStringToUnsignedChars(DFA32_maxS); + static final short[] DFA32_accept = DFA.unpackEncodedString(DFA32_acceptS); + static final short[] DFA32_special = DFA.unpackEncodedString(DFA32_specialS); + static final short[][] DFA32_transition; + + static { + int numStates = DFA32_transitionS.length; + DFA32_transition = new short[numStates][]; + for (int i=0; i"; + static final String[] DFA33_transitionS = { + "\11\62\1\54\1\55\2\62\1\55\22\62\1\54\1\62\1\52\1\40\1\62\1\5\1\62\1\53\1\32\1\33\1\3\1\1\1\31\1\2\1\6\1\4\2\51\1\61\1\57\6\60\1\15\1\62\1\36\1\26\1\37\2\62\23\56\1\46\6\56\1\34\1\62\1\35\1\47\1\50\1\62\1\25\1\14\1\20\2\50\1\12\1\22\1\50\1\11\2\50\1\44\1\45\1\41\1\24\1\7\1\50\1\23\1\21\1\17\1\13\1\16\1\10\1\30\2\50\1\42\1\27\1\43\uff82\62", + "", + "\1\65\2\uffff\12\66\4\uffff\1\64", "", - "\1\70\2\uffff\12\72\4\uffff\1\67", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\4\75\1\73\25\75", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\1\101\7\75\1\77\5\75\1\76\3\75\1\100\7\75", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\1\103\31\75", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\16\75\1\105\13\75", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\4\75\1\107\3\75\1\111\13\75\1\110\5\75", + "\1\71\2\uffff\1\73\1\uffff\1\72", "", - "\1\114\2\uffff\1\116\1\uffff\1\115", + "\1\77\3\uffff\1\76", + "\1\101\20\uffff\1\102", + "\1\104", + "\1\105\1\106", + "\1\110\15\uffff\1\107", + "\1\111", + "\1\112\27\uffff\1\113", "", - "\1\122\3\uffff\1\121", - "\1\124\20\uffff\1\125", - "\1\126", - "\1\127\1\130", - "\1\132\15\uffff\1\131", + "\1\115", + "\1\117\3\uffff\1\116\3\uffff\1\120\10\uffff\1\121", + "\1\122\6\uffff\1\124\6\uffff\1\123", + "\1\126\13\uffff\1\125", + "\1\127", + "\1\130", + "\1\132\1\uffff\1\131", "\1\133", - "\1\134\27\uffff\1\135", "", - "\1\137", - "\1\141\3\uffff\1\140\3\uffff\1\142\10\uffff\1\143", - "\1\144\6\uffff\1\146\6\uffff\1\145", - "\1\147", - "\1\150", - "\1\152\1\uffff\1\151", - "\1\153", + "", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", + "", "", "", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", "", "", "", "", "", + "\1\147", + "", "", + "\1\152", + "\1\153", + "\3\154", + "\1\103\1\uffff\32\103", "", + "\1\160\1\uffff\12\156\52\uffff\1\157\3\uffff\1\157\4\uffff\1\157\5\uffff\1\157\5\uffff\1\157", + "\0\162", + "\0\162", "", - "\1\167", "", "", - "\1\172", - "\3\173", - "\1\75\1\uffff\32\75", + "\1\160\1\uffff\12\165\52\uffff\1\157\3\uffff\1\157\4\uffff\1\157\5\uffff\1\157\5\uffff\1\157", + "\1\160\1\uffff\12\166\52\uffff\1\157\3\uffff\1\157\4\uffff\1\157\5\uffff\1\157\5\uffff\1\157", + "\1\160\1\uffff\12\167\52\uffff\1\157\3\uffff\1\157\4\uffff\1\157\5\uffff\1\157\5\uffff\1\157", "", - "\1\177\1\uffff\12\175", - "\0\u0080", - "\0\u0080", "", "", + "\1\170\14\uffff\1\171", + "\1\160\1\uffff\12\66", "", - "\1\177\1\uffff\12\u0083", - "\1\177\1\uffff\12\u0084", - "\1\177\1\uffff\12\u0085", "", + "\52\172\1\173\uffd5\172", "", + "\1\174\14\uffff\1\175", "", - "\1\u0086\14\uffff\1\u0087", "", - "\1\177\1\uffff\12\72", - "\1\u0088", "", "", + "", + "\1\176\16\uffff\1\177", + "\1\u0080\5\uffff\1\u0081", + "", + "\1\u0082", + "\1\u0083", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\10\103\1\u0084\2\103\1\u0085\16\103", + "\1\u0087", + "\1\u0088", "\1\u0089", - "\1\u008b\1\uffff\1\u008a", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "\1\u008d", + "\1\u008a", + "\1\u008b", "", + "\1\u008c", + "\1\u008d", "\1\u008e", - "", "\1\u008f", - "", "\1\u0090", "\1\u0091", "\1\u0092", + "\1\u0093", + "\1\u0094", + "\1\u0095", + "\1\u0096", + "\1\u0098\2\uffff\1\u0097", + "\1\u0099", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", + "\1\u009b", "", "", - "\52\u0093\1\u0094\uffd5\u0093", - "", - "\1\u0095\14\uffff\1\u0096", - "", "", "", "", "", - "\1\u0097\16\uffff\1\u0098", - "\1\u0099\5\uffff\1\u009a", - "\1\u009b", - "\1\u009c", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\10\75\1\u009d\2\75\1\u009e\16\75", - "\1\u00a0", - "\1\u00a1", - "\1\u00a2", - "\1\u00a3", - "\1\u00a4", "", - "\1\u00a5", - "\1\u00a6", - "\1\u00a7", - "\1\u00a8", - "\1\u00a9", - "\1\u00aa", - "\1\u00ab", - "\1\u00ac", - "\1\u00ad", - "\1\u00af\2\uffff\1\u00ae", - "\1\u00b0", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "\1\u00b2", "", "", "", "", + "\1\u009c", "", "", + "\1\u009d", + "\1\u009e", + "\12\u009f", "", + "\1\u00a2\1\u00a3\12\u00a0\1\u00a1\51\uffff\1\157\3\uffff\1\157\4\uffff\1\157\5\uffff\1\157\5\uffff\1\157", "", "", "", "", - "\1\u00b3", "", "", - "\1\u00b4", - "\12\u00b5", + "\1\u00a2\1\uffff\12\u00a0\52\uffff\1\157\3\uffff\1\157\4\uffff\1\157\5\uffff\1\157\5\uffff\1\157", + "\1\160\1\uffff\12\u00a0\52\uffff\1\157\3\uffff\1\157\4\uffff\1\157\5\uffff\1\157\5\uffff\1\157", + "\1\u00a2\1\uffff\12\u00a0\1\u00a4\51\uffff\1\157\3\uffff\1\157\4\uffff\1\157\5\uffff\1\157\5\uffff\1\157", "", - "\1\u00b8\1\u00b9\12\u00b6\1\u00b7", + "\1\u00a5\14\uffff\1\u00a6", "", "", "", "", + "\1\u00a7", + "\1\u00a8", + "\1\u00a9", + "\1\u00aa", + "\1\u00ab", + "\1\u00ac", + "\1\u00ad", + "\1\u00ae", "", - "\1\u00b8\1\uffff\12\u00b6", - "\1\177\1\uffff\12\u00b6", - "\1\u00b8\1\uffff\12\u00b6\1\u00ba", + "\1\u00af", + "\1\u00b0", + "\1\u00b1", + "\1\u00b2", "", - "\1\u00bb\14\uffff\1\u00bc", + "\1\u00b3", + "\1\u00b4", + "\1\u00b5", + "\1\u00b6", + "\1\u00b7", + "\1\u00b8", + "\1\u00b9\17\uffff\1\u00ba", + "\1\u00bb", + "\1\u00bc", "\1\u00bd", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\23\75\1\u00be\6\75", + "\1\u00be", + "\1\u00bf", "\1\u00c0", "\1\u00c1", "", "\1\u00c2", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\22\75\1\u00c3\7\75", + "\1\u00c3", + "\1\u00c4", "\1\u00c5", "\1\u00c6", - "\1\u00c7", - "\1\u00c8", - "", + "\1\160\1\uffff\12\u00c7\52\uffff\1\157\3\uffff\1\157\4\uffff\1\157\5\uffff\1\157\5\uffff\1\157", + "\6\u00c8", + "\2\u00c9\10\160", "", + "\6\u00ca", "", "", - "\1\u00c9", - "\1\u00ca", "\1\u00cb", "\1\u00cc", "\1\u00cd", "\1\u00ce", - "\1\u00cf", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", "\1\u00d0", - "", "\1\u00d1", "\1\u00d2", "\1\u00d3", "\1\u00d4", - "", - "\1\u00d5", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", "\1\u00d6", "\1\u00d7", - "\1\u00d8", - "\1\u00d9", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\3\103\1\u00d8\26\103", "\1\u00da", - "\1\u00db\17\uffff\1\u00dc", - "\1\u00dd", - "\1\u00de", + "\1\u00db", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\3\103\1\u00dd\26\103", "\1\u00df", "\1\u00e0", "\1\u00e1", - "", "\1\u00e2", "\1\u00e3", - "\1\u00e4", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", "\1\u00e5", - "\1\177\1\uffff\12\u00e6", - "\6\u00e7", - "\2\u00e8\10\177", - "", - "\6\u00e9", + "\1\u00e6", + "\1\u00e7", + "\1\u00e8", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", + "\1\u00eb", "", - "", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\22\75\1\u00ea\7\75", - "\1\u00ec", - "", - "\1\u00ed", - "\1\u00ee", - "\1\u00ef", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\22\75\1\u00f1\7\75", + "\1\u00ec\1\160\1\uffff\12\u00ed\52\uffff\1\157\3\uffff\1\157\4\uffff\1\157\5\uffff\1\157\5\uffff\1\157", + "\12\u00ee", + "\12\u00ef", + "\12\u00f0", + "\1\u00f1", + "\1\u00f2", "\1\u00f3", "\1\u00f4", + "", "\1\u00f5", "\1\u00f6", "\1\u00f7", "\1\u00f8", - "\1\u00f9", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "\1\u00fb", - "\1\u00fc", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", + "", + "\1\u00fa", + "\1\u00fc\13\uffff\1\u00fb", "\1\u00fd", + "", "\1\u00fe", "\1\u00ff", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", + "", + "\1\u0100", + "", "\1\u0101", "\1\u0102", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\3\75\1\u0103\26\75", - "\1\u0105", - "\1\u0106", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\3\75\1\u0108\26\75", + "\1\u0103", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\3\103\1\u0104\1\u0105\25\103", + "\1\u0107", + "", + "\1\u0108", + "\1\u0109", "\1\u010a", "\1\u010b", + "", + "", "\1\u010c", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "\1\u010e", - "\1\u010f", + "", + "\1\160\1\uffff\12\u00ed\52\uffff\1\157\3\uffff\1\157\4\uffff\1\157\5\uffff\1\157\5\uffff\1\157", + "\1\u00c6\1\uffff\1\u00c6\14\uffff\1\u010d\37\uffff\1\u00c6\6\uffff\1\u010f\16\uffff\1\u010f", "\1\u0110", - "\1\u0111", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", + "\1\u00c6\1\uffff\1\u00c6\14\uffff\1\u0111\37\uffff\1\u00c6", + "\1\u0112", + "\1\u0113", + "\1\u0114", + "\1\u0115", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", + "\1\u0117", + "\1\u0118", + "\1\u0119", "", - "\1\u0114\1\177\1\uffff\12\72", - "\12\u0115", - "\12\u0116", - "\12\u0117", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", "", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\22\75\1\u0119\7\75", + "\1\u011a", "\1\u011b", "\1\u011c", "\1\u011d", - "", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "", + "\1\u011e", "\1\u011f", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\3\75\1\u0120\1\u0121\25\75", + "\1\u0120", + "\1\u0121", + "\1\u0122", "\1\u0123", "\1\u0124", + "", "\1\u0125", "\1\u0126", "\1\u0127", - "", "\1\u0128", - "\1\u0129", - "\1\u012a", - "\1\u012b", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", + "\7\u012b", "", - "\1\u012d", - "\1\u012f\13\uffff\1\u012e", - "\1\u0130", "", - "\1\u0131", - "\1\u0132", "", - "\1\u0133", + "\7\u012c", + "\1\u012d\1\u012e", + "\1\u012f", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", + "\1\u0131", "", - "\1\u0134", + "\1\u0132", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", "\1\u0135", "\1\u0136", - "", - "\1\u0137", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", "\1\u0138", - "\1\u0139", - "\1\u013a", - "", - "", - "", - "\1\u00e5\1\uffff\1\u00e5\14\uffff\1\u013b\37\uffff\1\u00e5\6\uffff\1\u013d\16\uffff\1\u013d", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", + "\1\u013b", + "\1\u013c", + "\1\u013d", "\1\u013e", - "\1\u00e5\1\uffff\1\u00e5\14\uffff\1\u013f\37\uffff\1\u00e5", + "\1\u013f", "", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", + "\1\u0141", + "\1\u0142", "", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\22\75\1\u0141\7\75", - "\1\u0143", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", "", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\22\75\1\u0145\7\75", + "\12\u0143", + "\12\u0144", + "\1\u0145", + "\1\u0146", "\1\u0147", - "\1\u0148", "", + "\1\u0148", "\1\u0149", + "", + "", "\1\u014a", - "\1\u014b", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", + "", "\1\u014c", + "", + "", "\1\u014d", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", "\1\u014f", - "\1\u0150", - "\1\u0151", - "", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", "", - "\1\u0152", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", "\1\u0153", - "\1\u0154", - "\1\u0155", + "\1\u00c6\1\uffff\1\u00c6\1\u0154\53\uffff\1\u00c6\6\uffff\1\u010f\16\uffff\1\u010f", + "\1\u00c6\1\uffff\1\u00c6\1\u0155\53\uffff\1\u00c6", "\1\u0156", "\1\u0157", "\1\u0158", "\1\u0159", - "\1\u015a", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", "\1\u015b", - "\1\u015c", - "\1\u015d", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "\7\u015f", - "", "", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", + "\1\u015d", "", - "\7\u0160", - "", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", + "\1\u015e", "", - "\1\u0162", "", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", "", + "\1\u015f", + "\12\u0160", + "\12\u0161", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", "\1\u0164", "\1\u0165", "", - "\1\u0166\1\u0167", - "\1\u0168", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "\1\u016a", - "", - "\1\u016b", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "\1\u016e", - "\1\u016f", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "\1\u0171", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "\1\u0174", - "\1\u0175", - "\1\u0176", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "\1\u0178", - "\1\u0179", - "", - "\12\u017a", - "\12\u017b", - "", - "\1\u017c", - "", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "\1\u017f", - "\1\u0180", - "\1\u0181", - "", - "\1\u0182", - "\1\u0183", - "", - "", - "\1\u0184", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", "", - "\1\u0186", + "\1\u0167", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", + "\1\u0169", + "\12\u016a", + "\12\u016b", "", "", - "\1\u0187", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "\1\u0189", + "\1\u016c", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", "", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "\1\u018b", - "\1\u00e5\1\uffff\1\u00e5\1\u018c\53\uffff\1\u00e5\6\uffff\1\u013d\16\uffff\1\u013d", - "\1\u00e5\1\uffff\1\u00e5\1\u018d\53\uffff\1\u00e5", - "\1\u018e", - "", - "", - "\1\u018f", - "\1\u0190", - "\1\u0191", - "\1\u0192", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "\1\u0194", - "", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "\1\u0196", - "", - "\1\u0197", - "", - "\1\u0198", - "\12\u0199", - "\12\u019a", - "\1\u019b", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "\1\u019e", - "\1\u019f", - "", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "", - "\1\u01a1", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "\1\u01a3", - "\12\u01a4", - "\12\u01a5", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\22\75\1\u01a6\7\75", - "", - "", - "\1\u01a8", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "", - "\1\u01ab", - "\12\u01ac", - "\12\u01ad", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "", - "\1\u01af", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", "", + "\1\u016f", + "\12\u0170", + "\12\u0171", + "\1\u0172", "", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", - "\1\u00e5\1\uffff\1\u00e5\54\uffff\1\u00e5\6\uffff\1\u013d\16\uffff\1\u013d", - "\1\u00e5\1\uffff\1\u00e5\54\uffff\1\u00e5", "", - "\12\75\7\uffff\32\75\4\uffff\1\75\1\uffff\32\75", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", + "\1\u00c6\1\uffff\1\u00c6\54\uffff\1\u00c6\6\uffff\1\u010f\16\uffff\1\u010f", + "\1\u00c6\1\uffff\1\u00c6\54\uffff\1\u00c6", + "\12\103\7\uffff\32\103\4\uffff\1\103\1\uffff\32\103", "", "" }; - static final short[] DFA31_eot = DFA.unpackEncodedString(DFA31_eotS); - static final short[] DFA31_eof = DFA.unpackEncodedString(DFA31_eofS); - static final char[] DFA31_min = DFA.unpackEncodedStringToUnsignedChars(DFA31_minS); - static final char[] DFA31_max = DFA.unpackEncodedStringToUnsignedChars(DFA31_maxS); - static final short[] DFA31_accept = DFA.unpackEncodedString(DFA31_acceptS); - static final short[] DFA31_special = DFA.unpackEncodedString(DFA31_specialS); - static final short[][] DFA31_transition; + static final short[] DFA33_eot = DFA.unpackEncodedString(DFA33_eotS); + static final short[] DFA33_eof = DFA.unpackEncodedString(DFA33_eofS); + static final char[] DFA33_min = DFA.unpackEncodedStringToUnsignedChars(DFA33_minS); + static final char[] DFA33_max = DFA.unpackEncodedStringToUnsignedChars(DFA33_maxS); + static final short[] DFA33_accept = DFA.unpackEncodedString(DFA33_acceptS); + static final short[] DFA33_special = DFA.unpackEncodedString(DFA33_specialS); + static final short[][] DFA33_transition; static { - int numStates = DFA31_transitionS.length; - DFA31_transition = new short[numStates][]; + int numStates = DFA33_transitionS.length; + DFA33_transition = new short[numStates][]; for (int i=0; i='\u0000' && LA31_76<=')')||(LA31_76>='+' && LA31_76<='\uFFFF')) ) {s = 147;} + if ( ((LA33_57>='\u0000' && LA33_57<=')')||(LA33_57>='+' && LA33_57<='\uFFFF')) ) {s = 122;} - else if ( (LA31_76=='*') ) {s = 148;} + else if ( (LA33_57=='*') ) {s = 123;} if ( s>=0 ) return s; break; case 1 : - int LA31_45 = input.LA(1); - - s = -1; - if ( ((LA31_45>='\u0000' && LA31_45<='\uFFFF')) ) {s = 128;} - - else s = 53; - - if ( s>=0 ) return s; - break; - case 2 : - int LA31_46 = input.LA(1); + int LA33_0 = input.LA(1); s = -1; - if ( ((LA31_46>='\u0000' && LA31_46<='\uFFFF')) ) {s = 128;} + if ( (LA33_0=='+') ) {s = 1;} - else s = 53; + else if ( (LA33_0=='-') ) {s = 2;} - if ( s>=0 ) return s; - break; - case 3 : - int LA31_0 = input.LA(1); + else if ( (LA33_0=='*') ) {s = 3;} - s = -1; - if ( (LA31_0=='+') ) {s = 1;} + else if ( (LA33_0=='/') ) {s = 4;} - else if ( (LA31_0=='-') ) {s = 2;} + else if ( (LA33_0=='%') ) {s = 5;} - else if ( (LA31_0=='y') ) {s = 3;} + else if ( (LA33_0=='.') ) {s = 6;} - else if ( (LA31_0=='m') ) {s = 4;} + else if ( (LA33_0=='p') ) {s = 7;} - else if ( (LA31_0=='d') ) {s = 5;} + else if ( (LA33_0=='w') ) {s = 8;} - else if ( (LA31_0=='h') ) {s = 6;} + else if ( (LA33_0=='i') ) {s = 9;} - else if ( (LA31_0=='s') ) {s = 7;} + else if ( (LA33_0=='f') ) {s = 10;} - else if ( (LA31_0=='*') ) {s = 8;} + else if ( (LA33_0=='u') ) {s = 11;} - else if ( (LA31_0=='/') ) {s = 9;} + else if ( (LA33_0=='b') ) {s = 12;} - else if ( (LA31_0=='%') ) {s = 10;} + else if ( (LA33_0==':') ) {s = 13;} - else if ( (LA31_0=='.') ) {s = 11;} + else if ( (LA33_0=='v') ) {s = 14;} - else if ( (LA31_0=='p') ) {s = 12;} + else if ( (LA33_0=='t') ) {s = 15;} - else if ( (LA31_0=='w') ) {s = 13;} + else if ( (LA33_0=='c') ) {s = 16;} - else if ( (LA31_0=='i') ) {s = 14;} + else if ( (LA33_0=='s') ) {s = 17;} - else if ( (LA31_0=='f') ) {s = 15;} + else if ( (LA33_0=='g') ) {s = 18;} - else if ( (LA31_0=='u') ) {s = 16;} + else if ( (LA33_0=='r') ) {s = 19;} - else if ( (LA31_0=='b') ) {s = 17;} + else if ( (LA33_0=='o') ) {s = 20;} - else if ( (LA31_0==':') ) {s = 18;} + else if ( (LA33_0=='a') ) {s = 21;} - else if ( (LA31_0=='v') ) {s = 19;} + else if ( (LA33_0=='=') ) {s = 22;} - else if ( (LA31_0=='t') ) {s = 20;} + else if ( (LA33_0=='|') ) {s = 23;} - else if ( (LA31_0=='c') ) {s = 21;} + else if ( (LA33_0=='x') ) {s = 24;} - else if ( (LA31_0=='g') ) {s = 22;} + else if ( (LA33_0==',') ) {s = 25;} - else if ( (LA31_0=='r') ) {s = 23;} + else if ( (LA33_0=='(') ) {s = 26;} - else if ( (LA31_0=='o') ) {s = 24;} + else if ( (LA33_0==')') ) {s = 27;} - else if ( (LA31_0=='a') ) {s = 25;} + else if ( (LA33_0=='[') ) {s = 28;} - else if ( (LA31_0=='=') ) {s = 26;} + else if ( (LA33_0==']') ) {s = 29;} - else if ( (LA31_0=='|') ) {s = 27;} + else if ( (LA33_0=='<') ) {s = 30;} - else if ( (LA31_0=='x') ) {s = 28;} + else if ( (LA33_0=='>') ) {s = 31;} - else if ( (LA31_0==',') ) {s = 29;} + else if ( (LA33_0=='#') ) {s = 32;} - else if ( (LA31_0=='(') ) {s = 30;} + else if ( (LA33_0=='n') ) {s = 33;} - else if ( (LA31_0==')') ) {s = 31;} + else if ( (LA33_0=='{') ) {s = 34;} - else if ( (LA31_0=='[') ) {s = 32;} + else if ( (LA33_0=='}') ) {s = 35;} - else if ( (LA31_0==']') ) {s = 33;} + else if ( (LA33_0=='l') ) {s = 36;} - else if ( (LA31_0=='<') ) {s = 34;} + else if ( (LA33_0=='m') ) {s = 37;} - else if ( (LA31_0=='>') ) {s = 35;} + else if ( (LA33_0=='T') ) {s = 38;} - else if ( (LA31_0=='#') ) {s = 36;} + else if ( (LA33_0=='^') ) {s = 39;} - else if ( (LA31_0=='n') ) {s = 37;} + else if ( (LA33_0=='_'||(LA33_0>='d' && LA33_0<='e')||LA33_0=='h'||(LA33_0>='j' && LA33_0<='k')||LA33_0=='q'||(LA33_0>='y' && LA33_0<='z')) ) {s = 40;} - else if ( (LA31_0=='{') ) {s = 38;} + else if ( ((LA33_0>='0' && LA33_0<='1')) ) {s = 41;} - else if ( (LA31_0=='}') ) {s = 39;} + else if ( (LA33_0=='\"') ) {s = 42;} - else if ( (LA31_0=='l') ) {s = 40;} + else if ( (LA33_0=='\'') ) {s = 43;} - else if ( (LA31_0=='T') ) {s = 41;} + else if ( (LA33_0=='\t'||LA33_0==' ') ) {s = 44;} - else if ( (LA31_0=='^') ) {s = 42;} + else if ( (LA33_0=='\n'||LA33_0=='\r') ) {s = 45;} - else if ( (LA31_0=='_'||LA31_0=='e'||(LA31_0>='j' && LA31_0<='k')||LA31_0=='q'||LA31_0=='z') ) {s = 43;} + else if ( ((LA33_0>='A' && LA33_0<='S')||(LA33_0>='U' && LA33_0<='Z')) ) {s = 46;} - else if ( ((LA31_0>='0' && LA31_0<='1')) ) {s = 44;} + else if ( (LA33_0=='3') ) {s = 47;} - else if ( (LA31_0=='\"') ) {s = 45;} + else if ( ((LA33_0>='4' && LA33_0<='9')) ) {s = 48;} - else if ( (LA31_0=='\'') ) {s = 46;} + else if ( (LA33_0=='2') ) {s = 49;} - else if ( (LA31_0=='\t'||LA31_0==' ') ) {s = 47;} + else if ( ((LA33_0>='\u0000' && LA33_0<='\b')||(LA33_0>='\u000B' && LA33_0<='\f')||(LA33_0>='\u000E' && LA33_0<='\u001F')||LA33_0=='!'||LA33_0=='$'||LA33_0=='&'||LA33_0==';'||(LA33_0>='?' && LA33_0<='@')||LA33_0=='\\'||LA33_0=='`'||(LA33_0>='~' && LA33_0<='\uFFFF')) ) {s = 50;} - else if ( (LA31_0=='\n'||LA31_0=='\r') ) {s = 48;} + if ( s>=0 ) return s; + break; + case 2 : + int LA33_42 = input.LA(1); - else if ( ((LA31_0>='A' && LA31_0<='S')||(LA31_0>='U' && LA31_0<='Z')) ) {s = 49;} + s = -1; + if ( ((LA33_42>='\u0000' && LA33_42<='\uFFFF')) ) {s = 114;} - else if ( (LA31_0=='3') ) {s = 50;} + else s = 50; - else if ( ((LA31_0>='4' && LA31_0<='9')) ) {s = 51;} + if ( s>=0 ) return s; + break; + case 3 : + int LA33_43 = input.LA(1); - else if ( (LA31_0=='2') ) {s = 52;} + s = -1; + if ( ((LA33_43>='\u0000' && LA33_43<='\uFFFF')) ) {s = 114;} - else if ( ((LA31_0>='\u0000' && LA31_0<='\b')||(LA31_0>='\u000B' && LA31_0<='\f')||(LA31_0>='\u000E' && LA31_0<='\u001F')||LA31_0=='!'||LA31_0=='$'||LA31_0=='&'||LA31_0==';'||(LA31_0>='?' && LA31_0<='@')||LA31_0=='\\'||LA31_0=='`'||(LA31_0>='~' && LA31_0<='\uFFFF')) ) {s = 53;} + else s = 50; if ( s>=0 ) return s; break; } NoViableAltException nvae = - new NoViableAltException(getDescription(), 31, _s, input); + new NoViableAltException(getDescription(), 33, _s, input); error(nvae); throw nvae; } diff --git a/de.gebit.integrity.dsl.ui/src-gen/de/gebit/integrity/ui/contentassist/antlr/internal/InternalDSLParser.java b/de.gebit.integrity.dsl.ui/src-gen/de/gebit/integrity/ui/contentassist/antlr/internal/InternalDSLParser.java index eee405eb5..a9bc9f682 100644 --- a/de.gebit.integrity.dsl.ui/src-gen/de/gebit/integrity/ui/contentassist/antlr/internal/InternalDSLParser.java +++ b/de.gebit.integrity.dsl.ui/src-gen/de/gebit/integrity/ui/contentassist/antlr/internal/InternalDSLParser.java @@ -22,13 +22,17 @@ @SuppressWarnings("all") public class InternalDSLParser extends AbstractInternalContentAssistParser { public static final String[] tokenNames = new String[] { - "", "", "", "", "RULE_BOOLEAN_TRUE", "RULE_BOOLEAN_FALSE", "RULE_ID", "RULE_UPPERCASE_ID", "RULE_NEWLINE", "RULE_WS", "RULE_SL_VISIBLE_COMMENT", "RULE_SL_VISIBLE_TITLE_COMMENT", "RULE_ML_VISIBLE_COMMENT", "RULE_ML_VISIBLE_TITLE_COMMENT", "RULE_DIVIDER", "RULE_STRING", "RULE_INTEGER", "RULE_DECIMAL", "RULE_ISODATE", "RULE_EURODATE", "RULE_USDATE", "RULE_ISOTIME", "RULE_TWENTYFOURHRSTIME", "RULE_TWELVEHRSTIME", "RULE_ML_DOC_COMMENT", "RULE_ML_COMMENT", "RULE_SL_COMMENT", "RULE_ISOTIMEZONE", "RULE_ANY_OTHER", "'+'", "'-'", "'y'", "'year'", "'years'", "'mon'", "'month'", "'months'", "'d'", "'day'", "'days'", "'h'", "'hour'", "'hours'", "'m'", "'minute'", "'minutes'", "'s'", "'second'", "'seconds'", "'ms'", "'millisecond'", "'milliseconds'", "'*'", "'/'", "'%'", "'..'", "'packagedef'", "'with'", "'packageend'", "'import'", "'forkdef'", "'uses'", "'based on'", "':'", "'variantdef'", "'testdef'", "'calldef'", "'suitedef'", "'suiteend'", "'gets'", "'returns'", "'requires'", "'concludedby'", "'by default'", "'operationdef'", "'variable'", "'initially'", "'constant'", "'assign'", "'->'", "'in'", "'test'", "'='", "'tabletest'", "'|'", "'call'", "'timeset'", "'x'", "'on'", "','", "'suite'", "'('", "')'", "'['", "']'", "'<'", "'>'", "'#'", "'null'", "'{'", "'}'", "'.'", "'.*'", "'private'", "'single-run'", "'inlined'", "'parameterized'", "'checkpoint'", "'live'", "'progressing'", "'master'" + "", "", "", "", "RULE_BOOLEAN_TRUE", "RULE_BOOLEAN_FALSE", "RULE_ID", "RULE_UPPERCASE_ID", "RULE_NEWLINE", "RULE_WS", "RULE_SL_VISIBLE_COMMENT", "RULE_SL_VISIBLE_TITLE_COMMENT", "RULE_ML_VISIBLE_COMMENT", "RULE_ML_VISIBLE_TITLE_COMMENT", "RULE_DIVIDER", "RULE_STRING", "RULE_TIMESPAN", "RULE_INTEGER", "RULE_DECIMAL", "RULE_ISODATE", "RULE_EURODATE", "RULE_USDATE", "RULE_ISOTIME", "RULE_TWENTYFOURHRSTIME", "RULE_TWELVEHRSTIME", "RULE_ML_DOC_COMMENT", "RULE_ML_COMMENT", "RULE_SL_COMMENT", "RULE_ISOTIMEZONE", "RULE_ANY_OTHER", "'+'", "'-'", "'*'", "'/'", "'%'", "'..'", "'packagedef'", "'with'", "'packageend'", "'import'", "'forkdef'", "'uses'", "'based on'", "':'", "'variantdef'", "'testdef'", "'calldef'", "'suitedef'", "'suiteend'", "'gets'", "'returns'", "'requires'", "'concludedby'", "'by default'", "'operationdef'", "'variable'", "'initially'", "'constant'", "'assign'", "'->'", "'in'", "'test'", "'='", "'tabletest'", "'|'", "'call'", "'timeset'", "'x'", "'on'", "','", "'suite'", "'('", "')'", "'['", "']'", "'<'", "'>'", "'#'", "'null'", "'{'", "'}'", "'.'", "'.*'", "'private'", "'single-run'", "'inlined'", "'parameterized'", "'checkpoint'", "'live'", "'progressing'", "'master'" }; - public static final int RULE_ISOTIME=21; + public static final int RULE_ISOTIME=22; public static final int T__50=50; + public static final int T__90=90; + public static final int RULE_DIVIDER=14; public static final int RULE_UPPERCASE_ID=7; - public static final int RULE_ML_DOC_COMMENT=24; + public static final int RULE_TIMESPAN=16; + public static final int RULE_ML_DOC_COMMENT=25; public static final int T__59=59; + public static final int RULE_BOOLEAN_TRUE=4; public static final int T__55=55; public static final int T__56=56; public static final int T__57=57; @@ -37,101 +41,77 @@ public class InternalDSLParser extends AbstractInternalContentAssistParser { public static final int T__52=52; public static final int T__53=53; public static final int T__54=54; + public static final int RULE_ML_VISIBLE_COMMENT=12; public static final int T__60=60; public static final int T__61=61; public static final int RULE_ID=6; - public static final int RULE_TWENTYFOURHRSTIME=22; - public static final int RULE_ISOTIMEZONE=27; - public static final int RULE_ISODATE=18; + public static final int RULE_TWENTYFOURHRSTIME=23; + public static final int RULE_ISOTIMEZONE=28; + public static final int RULE_DECIMAL=18; + public static final int RULE_ISODATE=19; public static final int T__66=66; - public static final int RULE_ML_COMMENT=25; + public static final int RULE_ML_COMMENT=26; public static final int T__67=67; public static final int T__68=68; public static final int RULE_SL_VISIBLE_COMMENT=10; public static final int T__69=69; public static final int T__62=62; - public static final int RULE_USDATE=20; + public static final int RULE_USDATE=21; public static final int T__63=63; + public static final int RULE_BOOLEAN_FALSE=5; public static final int T__64=64; public static final int T__65=65; - public static final int RULE_NEWLINE=8; - public static final int T__37=37; - public static final int T__38=38; - public static final int T__39=39; - public static final int T__33=33; - public static final int T__34=34; - public static final int T__35=35; - public static final int T__36=36; - public static final int T__30=30; - public static final int T__31=31; - public static final int T__32=32; - public static final int RULE_EURODATE=19; - public static final int RULE_ML_VISIBLE_TITLE_COMMENT=13; - public static final int T__48=48; - public static final int T__49=49; - public static final int T__44=44; - public static final int T__45=45; - public static final int T__46=46; - public static final int T__47=47; - public static final int T__40=40; - public static final int T__41=41; - public static final int T__42=42; - public static final int T__43=43; - public static final int T__91=91; - public static final int T__100=100; - public static final int T__92=92; - public static final int T__93=93; - public static final int T__102=102; - public static final int T__94=94; - public static final int T__101=101; - public static final int T__90=90; - public static final int RULE_DIVIDER=14; - public static final int RULE_BOOLEAN_TRUE=4; - public static final int T__99=99; - public static final int T__95=95; - public static final int T__96=96; - public static final int T__97=97; - public static final int T__98=98; - public static final int RULE_ML_VISIBLE_COMMENT=12; - public static final int RULE_DECIMAL=17; - public static final int T__29=29; - public static final int RULE_BOOLEAN_FALSE=5; public static final int T__70=70; public static final int T__71=71; public static final int T__72=72; + public static final int RULE_NEWLINE=8; public static final int RULE_STRING=15; public static final int RULE_SL_VISIBLE_TITLE_COMMENT=11; - public static final int RULE_SL_COMMENT=26; + public static final int RULE_SL_COMMENT=27; + public static final int T__37=37; + public static final int T__38=38; + public static final int T__39=39; + public static final int T__33=33; public static final int T__77=77; + public static final int T__34=34; public static final int T__78=78; + public static final int T__35=35; public static final int T__79=79; + public static final int T__36=36; public static final int T__73=73; public static final int EOF=-1; + public static final int T__30=30; public static final int T__74=74; + public static final int T__31=31; public static final int T__75=75; - public static final int RULE_TWELVEHRSTIME=23; + public static final int RULE_TWELVEHRSTIME=24; + public static final int T__32=32; public static final int T__76=76; public static final int T__80=80; public static final int T__81=81; - public static final int T__110=110; public static final int T__82=82; public static final int T__83=83; public static final int RULE_WS=9; - public static final int RULE_ANY_OTHER=28; + public static final int RULE_ANY_OTHER=29; + public static final int RULE_EURODATE=20; + public static final int RULE_ML_VISIBLE_TITLE_COMMENT=13; + public static final int T__48=48; + public static final int T__49=49; + public static final int T__44=44; public static final int T__88=88; - public static final int T__108=108; + public static final int T__45=45; public static final int T__89=89; - public static final int T__107=107; - public static final int T__109=109; + public static final int T__46=46; + public static final int T__47=47; + public static final int T__40=40; public static final int T__84=84; - public static final int T__104=104; + public static final int T__41=41; public static final int T__85=85; - public static final int T__103=103; - public static final int RULE_INTEGER=16; + public static final int RULE_INTEGER=17; + public static final int T__42=42; public static final int T__86=86; - public static final int T__106=106; + public static final int T__43=43; public static final int T__87=87; - public static final int T__105=105; // delegates // delegators @@ -3481,89 +3461,12 @@ public final void ruleTimeDifference() throws RecognitionException { // $ANTLR end "ruleTimeDifference" - // $ANTLR start "entryRuleTimeDifferencePart" - // InternalDSL.g:1266:1: entryRuleTimeDifferencePart : ruleTimeDifferencePart EOF ; - public final void entryRuleTimeDifferencePart() throws RecognitionException { - try { - // InternalDSL.g:1267:1: ( ruleTimeDifferencePart EOF ) - // InternalDSL.g:1268:1: ruleTimeDifferencePart EOF - { - before(grammarAccess.getTimeDifferencePartRule()); - pushFollow(FOLLOW_1); - ruleTimeDifferencePart(); - - state._fsp--; - - after(grammarAccess.getTimeDifferencePartRule()); - match(input,EOF,FOLLOW_2); - - } - - } - catch (RecognitionException re) { - reportError(re); - recover(input,re); - } - finally { - } - return ; - } - // $ANTLR end "entryRuleTimeDifferencePart" - - - // $ANTLR start "ruleTimeDifferencePart" - // InternalDSL.g:1275:1: ruleTimeDifferencePart : ( ( rule__TimeDifferencePart__Group__0 ) ) ; - public final void ruleTimeDifferencePart() throws RecognitionException { - - int stackSize = keepStackSize(); - - try { - // InternalDSL.g:1279:2: ( ( ( rule__TimeDifferencePart__Group__0 ) ) ) - // InternalDSL.g:1280:1: ( ( rule__TimeDifferencePart__Group__0 ) ) - { - // InternalDSL.g:1280:1: ( ( rule__TimeDifferencePart__Group__0 ) ) - // InternalDSL.g:1281:1: ( rule__TimeDifferencePart__Group__0 ) - { - before(grammarAccess.getTimeDifferencePartAccess().getGroup()); - // InternalDSL.g:1282:1: ( rule__TimeDifferencePart__Group__0 ) - // InternalDSL.g:1282:2: rule__TimeDifferencePart__Group__0 - { - pushFollow(FOLLOW_2); - rule__TimeDifferencePart__Group__0(); - - state._fsp--; - - - } - - after(grammarAccess.getTimeDifferencePartAccess().getGroup()); - - } - - - } - - } - catch (RecognitionException re) { - reportError(re); - recover(input,re); - } - finally { - - restoreStackSize(stackSize); - - } - return ; - } - // $ANTLR end "ruleTimeDifferencePart" - - // $ANTLR start "entryRuleSuite" - // InternalDSL.g:1294:1: entryRuleSuite : ruleSuite EOF ; + // InternalDSL.g:1266:1: entryRuleSuite : ruleSuite EOF ; public final void entryRuleSuite() throws RecognitionException { try { - // InternalDSL.g:1295:1: ( ruleSuite EOF ) - // InternalDSL.g:1296:1: ruleSuite EOF + // InternalDSL.g:1267:1: ( ruleSuite EOF ) + // InternalDSL.g:1268:1: ruleSuite EOF { before(grammarAccess.getSuiteRule()); pushFollow(FOLLOW_1); @@ -3589,21 +3492,21 @@ public final void entryRuleSuite() throws RecognitionException { // $ANTLR start "ruleSuite" - // InternalDSL.g:1303:1: ruleSuite : ( ( rule__Suite__Group__0 ) ) ; + // InternalDSL.g:1275:1: ruleSuite : ( ( rule__Suite__Group__0 ) ) ; public final void ruleSuite() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:1307:2: ( ( ( rule__Suite__Group__0 ) ) ) - // InternalDSL.g:1308:1: ( ( rule__Suite__Group__0 ) ) + // InternalDSL.g:1279:2: ( ( ( rule__Suite__Group__0 ) ) ) + // InternalDSL.g:1280:1: ( ( rule__Suite__Group__0 ) ) { - // InternalDSL.g:1308:1: ( ( rule__Suite__Group__0 ) ) - // InternalDSL.g:1309:1: ( rule__Suite__Group__0 ) + // InternalDSL.g:1280:1: ( ( rule__Suite__Group__0 ) ) + // InternalDSL.g:1281:1: ( rule__Suite__Group__0 ) { before(grammarAccess.getSuiteAccess().getGroup()); - // InternalDSL.g:1310:1: ( rule__Suite__Group__0 ) - // InternalDSL.g:1310:2: rule__Suite__Group__0 + // InternalDSL.g:1282:1: ( rule__Suite__Group__0 ) + // InternalDSL.g:1282:2: rule__Suite__Group__0 { pushFollow(FOLLOW_2); rule__Suite__Group__0(); @@ -3636,11 +3539,11 @@ public final void ruleSuite() throws RecognitionException { // $ANTLR start "entryRuleSuiteParameter" - // InternalDSL.g:1322:1: entryRuleSuiteParameter : ruleSuiteParameter EOF ; + // InternalDSL.g:1294:1: entryRuleSuiteParameter : ruleSuiteParameter EOF ; public final void entryRuleSuiteParameter() throws RecognitionException { try { - // InternalDSL.g:1323:1: ( ruleSuiteParameter EOF ) - // InternalDSL.g:1324:1: ruleSuiteParameter EOF + // InternalDSL.g:1295:1: ( ruleSuiteParameter EOF ) + // InternalDSL.g:1296:1: ruleSuiteParameter EOF { before(grammarAccess.getSuiteParameterRule()); pushFollow(FOLLOW_1); @@ -3666,21 +3569,21 @@ public final void entryRuleSuiteParameter() throws RecognitionException { // $ANTLR start "ruleSuiteParameter" - // InternalDSL.g:1331:1: ruleSuiteParameter : ( ( rule__SuiteParameter__Group__0 ) ) ; + // InternalDSL.g:1303:1: ruleSuiteParameter : ( ( rule__SuiteParameter__Group__0 ) ) ; public final void ruleSuiteParameter() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:1335:2: ( ( ( rule__SuiteParameter__Group__0 ) ) ) - // InternalDSL.g:1336:1: ( ( rule__SuiteParameter__Group__0 ) ) + // InternalDSL.g:1307:2: ( ( ( rule__SuiteParameter__Group__0 ) ) ) + // InternalDSL.g:1308:1: ( ( rule__SuiteParameter__Group__0 ) ) { - // InternalDSL.g:1336:1: ( ( rule__SuiteParameter__Group__0 ) ) - // InternalDSL.g:1337:1: ( rule__SuiteParameter__Group__0 ) + // InternalDSL.g:1308:1: ( ( rule__SuiteParameter__Group__0 ) ) + // InternalDSL.g:1309:1: ( rule__SuiteParameter__Group__0 ) { before(grammarAccess.getSuiteParameterAccess().getGroup()); - // InternalDSL.g:1338:1: ( rule__SuiteParameter__Group__0 ) - // InternalDSL.g:1338:2: rule__SuiteParameter__Group__0 + // InternalDSL.g:1310:1: ( rule__SuiteParameter__Group__0 ) + // InternalDSL.g:1310:2: rule__SuiteParameter__Group__0 { pushFollow(FOLLOW_2); rule__SuiteParameter__Group__0(); @@ -3713,11 +3616,11 @@ public final void ruleSuiteParameter() throws RecognitionException { // $ANTLR start "entryRuleSuiteReturn" - // InternalDSL.g:1350:1: entryRuleSuiteReturn : ruleSuiteReturn EOF ; + // InternalDSL.g:1322:1: entryRuleSuiteReturn : ruleSuiteReturn EOF ; public final void entryRuleSuiteReturn() throws RecognitionException { try { - // InternalDSL.g:1351:1: ( ruleSuiteReturn EOF ) - // InternalDSL.g:1352:1: ruleSuiteReturn EOF + // InternalDSL.g:1323:1: ( ruleSuiteReturn EOF ) + // InternalDSL.g:1324:1: ruleSuiteReturn EOF { before(grammarAccess.getSuiteReturnRule()); pushFollow(FOLLOW_1); @@ -3743,21 +3646,21 @@ public final void entryRuleSuiteReturn() throws RecognitionException { // $ANTLR start "ruleSuiteReturn" - // InternalDSL.g:1359:1: ruleSuiteReturn : ( ( rule__SuiteReturn__Group__0 ) ) ; + // InternalDSL.g:1331:1: ruleSuiteReturn : ( ( rule__SuiteReturn__Group__0 ) ) ; public final void ruleSuiteReturn() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:1363:2: ( ( ( rule__SuiteReturn__Group__0 ) ) ) - // InternalDSL.g:1364:1: ( ( rule__SuiteReturn__Group__0 ) ) + // InternalDSL.g:1335:2: ( ( ( rule__SuiteReturn__Group__0 ) ) ) + // InternalDSL.g:1336:1: ( ( rule__SuiteReturn__Group__0 ) ) { - // InternalDSL.g:1364:1: ( ( rule__SuiteReturn__Group__0 ) ) - // InternalDSL.g:1365:1: ( rule__SuiteReturn__Group__0 ) + // InternalDSL.g:1336:1: ( ( rule__SuiteReturn__Group__0 ) ) + // InternalDSL.g:1337:1: ( rule__SuiteReturn__Group__0 ) { before(grammarAccess.getSuiteReturnAccess().getGroup()); - // InternalDSL.g:1366:1: ( rule__SuiteReturn__Group__0 ) - // InternalDSL.g:1366:2: rule__SuiteReturn__Group__0 + // InternalDSL.g:1338:1: ( rule__SuiteReturn__Group__0 ) + // InternalDSL.g:1338:2: rule__SuiteReturn__Group__0 { pushFollow(FOLLOW_2); rule__SuiteReturn__Group__0(); @@ -3790,11 +3693,11 @@ public final void ruleSuiteReturn() throws RecognitionException { // $ANTLR start "entryRuleParameter" - // InternalDSL.g:1378:1: entryRuleParameter : ruleParameter EOF ; + // InternalDSL.g:1350:1: entryRuleParameter : ruleParameter EOF ; public final void entryRuleParameter() throws RecognitionException { try { - // InternalDSL.g:1379:1: ( ruleParameter EOF ) - // InternalDSL.g:1380:1: ruleParameter EOF + // InternalDSL.g:1351:1: ( ruleParameter EOF ) + // InternalDSL.g:1352:1: ruleParameter EOF { before(grammarAccess.getParameterRule()); pushFollow(FOLLOW_1); @@ -3820,21 +3723,21 @@ public final void entryRuleParameter() throws RecognitionException { // $ANTLR start "ruleParameter" - // InternalDSL.g:1387:1: ruleParameter : ( ( rule__Parameter__Group__0 ) ) ; + // InternalDSL.g:1359:1: ruleParameter : ( ( rule__Parameter__Group__0 ) ) ; public final void ruleParameter() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:1391:2: ( ( ( rule__Parameter__Group__0 ) ) ) - // InternalDSL.g:1392:1: ( ( rule__Parameter__Group__0 ) ) + // InternalDSL.g:1363:2: ( ( ( rule__Parameter__Group__0 ) ) ) + // InternalDSL.g:1364:1: ( ( rule__Parameter__Group__0 ) ) { - // InternalDSL.g:1392:1: ( ( rule__Parameter__Group__0 ) ) - // InternalDSL.g:1393:1: ( rule__Parameter__Group__0 ) + // InternalDSL.g:1364:1: ( ( rule__Parameter__Group__0 ) ) + // InternalDSL.g:1365:1: ( rule__Parameter__Group__0 ) { before(grammarAccess.getParameterAccess().getGroup()); - // InternalDSL.g:1394:1: ( rule__Parameter__Group__0 ) - // InternalDSL.g:1394:2: rule__Parameter__Group__0 + // InternalDSL.g:1366:1: ( rule__Parameter__Group__0 ) + // InternalDSL.g:1366:2: rule__Parameter__Group__0 { pushFollow(FOLLOW_2); rule__Parameter__Group__0(); @@ -3867,11 +3770,11 @@ public final void ruleParameter() throws RecognitionException { // $ANTLR start "entryRuleParameterName" - // InternalDSL.g:1406:1: entryRuleParameterName : ruleParameterName EOF ; + // InternalDSL.g:1378:1: entryRuleParameterName : ruleParameterName EOF ; public final void entryRuleParameterName() throws RecognitionException { try { - // InternalDSL.g:1407:1: ( ruleParameterName EOF ) - // InternalDSL.g:1408:1: ruleParameterName EOF + // InternalDSL.g:1379:1: ( ruleParameterName EOF ) + // InternalDSL.g:1380:1: ruleParameterName EOF { before(grammarAccess.getParameterNameRule()); pushFollow(FOLLOW_1); @@ -3897,21 +3800,21 @@ public final void entryRuleParameterName() throws RecognitionException { // $ANTLR start "ruleParameterName" - // InternalDSL.g:1415:1: ruleParameterName : ( ( rule__ParameterName__Alternatives ) ) ; + // InternalDSL.g:1387:1: ruleParameterName : ( ( rule__ParameterName__Alternatives ) ) ; public final void ruleParameterName() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:1419:2: ( ( ( rule__ParameterName__Alternatives ) ) ) - // InternalDSL.g:1420:1: ( ( rule__ParameterName__Alternatives ) ) + // InternalDSL.g:1391:2: ( ( ( rule__ParameterName__Alternatives ) ) ) + // InternalDSL.g:1392:1: ( ( rule__ParameterName__Alternatives ) ) { - // InternalDSL.g:1420:1: ( ( rule__ParameterName__Alternatives ) ) - // InternalDSL.g:1421:1: ( rule__ParameterName__Alternatives ) + // InternalDSL.g:1392:1: ( ( rule__ParameterName__Alternatives ) ) + // InternalDSL.g:1393:1: ( rule__ParameterName__Alternatives ) { before(grammarAccess.getParameterNameAccess().getAlternatives()); - // InternalDSL.g:1422:1: ( rule__ParameterName__Alternatives ) - // InternalDSL.g:1422:2: rule__ParameterName__Alternatives + // InternalDSL.g:1394:1: ( rule__ParameterName__Alternatives ) + // InternalDSL.g:1394:2: rule__ParameterName__Alternatives { pushFollow(FOLLOW_2); rule__ParameterName__Alternatives(); @@ -3944,11 +3847,11 @@ public final void ruleParameterName() throws RecognitionException { // $ANTLR start "entryRuleFixedParameterName" - // InternalDSL.g:1434:1: entryRuleFixedParameterName : ruleFixedParameterName EOF ; + // InternalDSL.g:1406:1: entryRuleFixedParameterName : ruleFixedParameterName EOF ; public final void entryRuleFixedParameterName() throws RecognitionException { try { - // InternalDSL.g:1435:1: ( ruleFixedParameterName EOF ) - // InternalDSL.g:1436:1: ruleFixedParameterName EOF + // InternalDSL.g:1407:1: ( ruleFixedParameterName EOF ) + // InternalDSL.g:1408:1: ruleFixedParameterName EOF { before(grammarAccess.getFixedParameterNameRule()); pushFollow(FOLLOW_1); @@ -3974,21 +3877,21 @@ public final void entryRuleFixedParameterName() throws RecognitionException { // $ANTLR start "ruleFixedParameterName" - // InternalDSL.g:1443:1: ruleFixedParameterName : ( ( rule__FixedParameterName__AnnotationAssignment ) ) ; + // InternalDSL.g:1415:1: ruleFixedParameterName : ( ( rule__FixedParameterName__AnnotationAssignment ) ) ; public final void ruleFixedParameterName() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:1447:2: ( ( ( rule__FixedParameterName__AnnotationAssignment ) ) ) - // InternalDSL.g:1448:1: ( ( rule__FixedParameterName__AnnotationAssignment ) ) + // InternalDSL.g:1419:2: ( ( ( rule__FixedParameterName__AnnotationAssignment ) ) ) + // InternalDSL.g:1420:1: ( ( rule__FixedParameterName__AnnotationAssignment ) ) { - // InternalDSL.g:1448:1: ( ( rule__FixedParameterName__AnnotationAssignment ) ) - // InternalDSL.g:1449:1: ( rule__FixedParameterName__AnnotationAssignment ) + // InternalDSL.g:1420:1: ( ( rule__FixedParameterName__AnnotationAssignment ) ) + // InternalDSL.g:1421:1: ( rule__FixedParameterName__AnnotationAssignment ) { before(grammarAccess.getFixedParameterNameAccess().getAnnotationAssignment()); - // InternalDSL.g:1450:1: ( rule__FixedParameterName__AnnotationAssignment ) - // InternalDSL.g:1450:2: rule__FixedParameterName__AnnotationAssignment + // InternalDSL.g:1422:1: ( rule__FixedParameterName__AnnotationAssignment ) + // InternalDSL.g:1422:2: rule__FixedParameterName__AnnotationAssignment { pushFollow(FOLLOW_2); rule__FixedParameterName__AnnotationAssignment(); @@ -4021,11 +3924,11 @@ public final void ruleFixedParameterName() throws RecognitionException { // $ANTLR start "entryRuleArbitraryParameterOrResultName" - // InternalDSL.g:1462:1: entryRuleArbitraryParameterOrResultName : ruleArbitraryParameterOrResultName EOF ; + // InternalDSL.g:1434:1: entryRuleArbitraryParameterOrResultName : ruleArbitraryParameterOrResultName EOF ; public final void entryRuleArbitraryParameterOrResultName() throws RecognitionException { try { - // InternalDSL.g:1463:1: ( ruleArbitraryParameterOrResultName EOF ) - // InternalDSL.g:1464:1: ruleArbitraryParameterOrResultName EOF + // InternalDSL.g:1435:1: ( ruleArbitraryParameterOrResultName EOF ) + // InternalDSL.g:1436:1: ruleArbitraryParameterOrResultName EOF { before(grammarAccess.getArbitraryParameterOrResultNameRule()); pushFollow(FOLLOW_1); @@ -4051,21 +3954,21 @@ public final void entryRuleArbitraryParameterOrResultName() throws RecognitionEx // $ANTLR start "ruleArbitraryParameterOrResultName" - // InternalDSL.g:1471:1: ruleArbitraryParameterOrResultName : ( ( rule__ArbitraryParameterOrResultName__Group__0 ) ) ; + // InternalDSL.g:1443:1: ruleArbitraryParameterOrResultName : ( ( rule__ArbitraryParameterOrResultName__Group__0 ) ) ; public final void ruleArbitraryParameterOrResultName() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:1475:2: ( ( ( rule__ArbitraryParameterOrResultName__Group__0 ) ) ) - // InternalDSL.g:1476:1: ( ( rule__ArbitraryParameterOrResultName__Group__0 ) ) + // InternalDSL.g:1447:2: ( ( ( rule__ArbitraryParameterOrResultName__Group__0 ) ) ) + // InternalDSL.g:1448:1: ( ( rule__ArbitraryParameterOrResultName__Group__0 ) ) { - // InternalDSL.g:1476:1: ( ( rule__ArbitraryParameterOrResultName__Group__0 ) ) - // InternalDSL.g:1477:1: ( rule__ArbitraryParameterOrResultName__Group__0 ) + // InternalDSL.g:1448:1: ( ( rule__ArbitraryParameterOrResultName__Group__0 ) ) + // InternalDSL.g:1449:1: ( rule__ArbitraryParameterOrResultName__Group__0 ) { before(grammarAccess.getArbitraryParameterOrResultNameAccess().getGroup()); - // InternalDSL.g:1478:1: ( rule__ArbitraryParameterOrResultName__Group__0 ) - // InternalDSL.g:1478:2: rule__ArbitraryParameterOrResultName__Group__0 + // InternalDSL.g:1450:1: ( rule__ArbitraryParameterOrResultName__Group__0 ) + // InternalDSL.g:1450:2: rule__ArbitraryParameterOrResultName__Group__0 { pushFollow(FOLLOW_2); rule__ArbitraryParameterOrResultName__Group__0(); @@ -4098,11 +4001,11 @@ public final void ruleArbitraryParameterOrResultName() throws RecognitionExcepti // $ANTLR start "entryRuleOperation" - // InternalDSL.g:1490:1: entryRuleOperation : ruleOperation EOF ; + // InternalDSL.g:1462:1: entryRuleOperation : ruleOperation EOF ; public final void entryRuleOperation() throws RecognitionException { try { - // InternalDSL.g:1491:1: ( ruleOperation EOF ) - // InternalDSL.g:1492:1: ruleOperation EOF + // InternalDSL.g:1463:1: ( ruleOperation EOF ) + // InternalDSL.g:1464:1: ruleOperation EOF { before(grammarAccess.getOperationRule()); pushFollow(FOLLOW_1); @@ -4128,21 +4031,21 @@ public final void entryRuleOperation() throws RecognitionException { // $ANTLR start "ruleOperation" - // InternalDSL.g:1499:1: ruleOperation : ( ( rule__Operation__Alternatives ) ) ; + // InternalDSL.g:1471:1: ruleOperation : ( ( rule__Operation__Alternatives ) ) ; public final void ruleOperation() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:1503:2: ( ( ( rule__Operation__Alternatives ) ) ) - // InternalDSL.g:1504:1: ( ( rule__Operation__Alternatives ) ) + // InternalDSL.g:1475:2: ( ( ( rule__Operation__Alternatives ) ) ) + // InternalDSL.g:1476:1: ( ( rule__Operation__Alternatives ) ) { - // InternalDSL.g:1504:1: ( ( rule__Operation__Alternatives ) ) - // InternalDSL.g:1505:1: ( rule__Operation__Alternatives ) + // InternalDSL.g:1476:1: ( ( rule__Operation__Alternatives ) ) + // InternalDSL.g:1477:1: ( rule__Operation__Alternatives ) { before(grammarAccess.getOperationAccess().getAlternatives()); - // InternalDSL.g:1506:1: ( rule__Operation__Alternatives ) - // InternalDSL.g:1506:2: rule__Operation__Alternatives + // InternalDSL.g:1478:1: ( rule__Operation__Alternatives ) + // InternalDSL.g:1478:2: rule__Operation__Alternatives { pushFollow(FOLLOW_2); rule__Operation__Alternatives(); @@ -4175,11 +4078,11 @@ public final void ruleOperation() throws RecognitionException { // $ANTLR start "entryRuleStandardOperation" - // InternalDSL.g:1518:1: entryRuleStandardOperation : ruleStandardOperation EOF ; + // InternalDSL.g:1490:1: entryRuleStandardOperation : ruleStandardOperation EOF ; public final void entryRuleStandardOperation() throws RecognitionException { try { - // InternalDSL.g:1519:1: ( ruleStandardOperation EOF ) - // InternalDSL.g:1520:1: ruleStandardOperation EOF + // InternalDSL.g:1491:1: ( ruleStandardOperation EOF ) + // InternalDSL.g:1492:1: ruleStandardOperation EOF { before(grammarAccess.getStandardOperationRule()); pushFollow(FOLLOW_1); @@ -4205,21 +4108,21 @@ public final void entryRuleStandardOperation() throws RecognitionException { // $ANTLR start "ruleStandardOperation" - // InternalDSL.g:1527:1: ruleStandardOperation : ( ( rule__StandardOperation__Group__0 ) ) ; + // InternalDSL.g:1499:1: ruleStandardOperation : ( ( rule__StandardOperation__Group__0 ) ) ; public final void ruleStandardOperation() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:1531:2: ( ( ( rule__StandardOperation__Group__0 ) ) ) - // InternalDSL.g:1532:1: ( ( rule__StandardOperation__Group__0 ) ) + // InternalDSL.g:1503:2: ( ( ( rule__StandardOperation__Group__0 ) ) ) + // InternalDSL.g:1504:1: ( ( rule__StandardOperation__Group__0 ) ) { - // InternalDSL.g:1532:1: ( ( rule__StandardOperation__Group__0 ) ) - // InternalDSL.g:1533:1: ( rule__StandardOperation__Group__0 ) + // InternalDSL.g:1504:1: ( ( rule__StandardOperation__Group__0 ) ) + // InternalDSL.g:1505:1: ( rule__StandardOperation__Group__0 ) { before(grammarAccess.getStandardOperationAccess().getGroup()); - // InternalDSL.g:1534:1: ( rule__StandardOperation__Group__0 ) - // InternalDSL.g:1534:2: rule__StandardOperation__Group__0 + // InternalDSL.g:1506:1: ( rule__StandardOperation__Group__0 ) + // InternalDSL.g:1506:2: rule__StandardOperation__Group__0 { pushFollow(FOLLOW_2); rule__StandardOperation__Group__0(); @@ -4252,11 +4155,11 @@ public final void ruleStandardOperation() throws RecognitionException { // $ANTLR start "entryRuleCustomOperation" - // InternalDSL.g:1546:1: entryRuleCustomOperation : ruleCustomOperation EOF ; + // InternalDSL.g:1518:1: entryRuleCustomOperation : ruleCustomOperation EOF ; public final void entryRuleCustomOperation() throws RecognitionException { try { - // InternalDSL.g:1547:1: ( ruleCustomOperation EOF ) - // InternalDSL.g:1548:1: ruleCustomOperation EOF + // InternalDSL.g:1519:1: ( ruleCustomOperation EOF ) + // InternalDSL.g:1520:1: ruleCustomOperation EOF { before(grammarAccess.getCustomOperationRule()); pushFollow(FOLLOW_1); @@ -4282,21 +4185,21 @@ public final void entryRuleCustomOperation() throws RecognitionException { // $ANTLR start "ruleCustomOperation" - // InternalDSL.g:1555:1: ruleCustomOperation : ( ( rule__CustomOperation__Group__0 ) ) ; + // InternalDSL.g:1527:1: ruleCustomOperation : ( ( rule__CustomOperation__Group__0 ) ) ; public final void ruleCustomOperation() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:1559:2: ( ( ( rule__CustomOperation__Group__0 ) ) ) - // InternalDSL.g:1560:1: ( ( rule__CustomOperation__Group__0 ) ) + // InternalDSL.g:1531:2: ( ( ( rule__CustomOperation__Group__0 ) ) ) + // InternalDSL.g:1532:1: ( ( rule__CustomOperation__Group__0 ) ) { - // InternalDSL.g:1560:1: ( ( rule__CustomOperation__Group__0 ) ) - // InternalDSL.g:1561:1: ( rule__CustomOperation__Group__0 ) + // InternalDSL.g:1532:1: ( ( rule__CustomOperation__Group__0 ) ) + // InternalDSL.g:1533:1: ( rule__CustomOperation__Group__0 ) { before(grammarAccess.getCustomOperationAccess().getGroup()); - // InternalDSL.g:1562:1: ( rule__CustomOperation__Group__0 ) - // InternalDSL.g:1562:2: rule__CustomOperation__Group__0 + // InternalDSL.g:1534:1: ( rule__CustomOperation__Group__0 ) + // InternalDSL.g:1534:2: rule__CustomOperation__Group__0 { pushFollow(FOLLOW_2); rule__CustomOperation__Group__0(); @@ -4329,11 +4232,11 @@ public final void ruleCustomOperation() throws RecognitionException { // $ANTLR start "entryRuleValueOrEnumValueOrOperationCollection" - // InternalDSL.g:1574:1: entryRuleValueOrEnumValueOrOperationCollection : ruleValueOrEnumValueOrOperationCollection EOF ; + // InternalDSL.g:1546:1: entryRuleValueOrEnumValueOrOperationCollection : ruleValueOrEnumValueOrOperationCollection EOF ; public final void entryRuleValueOrEnumValueOrOperationCollection() throws RecognitionException { try { - // InternalDSL.g:1575:1: ( ruleValueOrEnumValueOrOperationCollection EOF ) - // InternalDSL.g:1576:1: ruleValueOrEnumValueOrOperationCollection EOF + // InternalDSL.g:1547:1: ( ruleValueOrEnumValueOrOperationCollection EOF ) + // InternalDSL.g:1548:1: ruleValueOrEnumValueOrOperationCollection EOF { before(grammarAccess.getValueOrEnumValueOrOperationCollectionRule()); pushFollow(FOLLOW_1); @@ -4359,21 +4262,21 @@ public final void entryRuleValueOrEnumValueOrOperationCollection() throws Recogn // $ANTLR start "ruleValueOrEnumValueOrOperationCollection" - // InternalDSL.g:1583:1: ruleValueOrEnumValueOrOperationCollection : ( ( rule__ValueOrEnumValueOrOperationCollection__Group__0 ) ) ; + // InternalDSL.g:1555:1: ruleValueOrEnumValueOrOperationCollection : ( ( rule__ValueOrEnumValueOrOperationCollection__Group__0 ) ) ; public final void ruleValueOrEnumValueOrOperationCollection() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:1587:2: ( ( ( rule__ValueOrEnumValueOrOperationCollection__Group__0 ) ) ) - // InternalDSL.g:1588:1: ( ( rule__ValueOrEnumValueOrOperationCollection__Group__0 ) ) + // InternalDSL.g:1559:2: ( ( ( rule__ValueOrEnumValueOrOperationCollection__Group__0 ) ) ) + // InternalDSL.g:1560:1: ( ( rule__ValueOrEnumValueOrOperationCollection__Group__0 ) ) { - // InternalDSL.g:1588:1: ( ( rule__ValueOrEnumValueOrOperationCollection__Group__0 ) ) - // InternalDSL.g:1589:1: ( rule__ValueOrEnumValueOrOperationCollection__Group__0 ) + // InternalDSL.g:1560:1: ( ( rule__ValueOrEnumValueOrOperationCollection__Group__0 ) ) + // InternalDSL.g:1561:1: ( rule__ValueOrEnumValueOrOperationCollection__Group__0 ) { before(grammarAccess.getValueOrEnumValueOrOperationCollectionAccess().getGroup()); - // InternalDSL.g:1590:1: ( rule__ValueOrEnumValueOrOperationCollection__Group__0 ) - // InternalDSL.g:1590:2: rule__ValueOrEnumValueOrOperationCollection__Group__0 + // InternalDSL.g:1562:1: ( rule__ValueOrEnumValueOrOperationCollection__Group__0 ) + // InternalDSL.g:1562:2: rule__ValueOrEnumValueOrOperationCollection__Group__0 { pushFollow(FOLLOW_2); rule__ValueOrEnumValueOrOperationCollection__Group__0(); @@ -4406,11 +4309,11 @@ public final void ruleValueOrEnumValueOrOperationCollection() throws Recognition // $ANTLR start "entryRuleValueOrEnumValueOrOperation" - // InternalDSL.g:1602:1: entryRuleValueOrEnumValueOrOperation : ruleValueOrEnumValueOrOperation EOF ; + // InternalDSL.g:1574:1: entryRuleValueOrEnumValueOrOperation : ruleValueOrEnumValueOrOperation EOF ; public final void entryRuleValueOrEnumValueOrOperation() throws RecognitionException { try { - // InternalDSL.g:1603:1: ( ruleValueOrEnumValueOrOperation EOF ) - // InternalDSL.g:1604:1: ruleValueOrEnumValueOrOperation EOF + // InternalDSL.g:1575:1: ( ruleValueOrEnumValueOrOperation EOF ) + // InternalDSL.g:1576:1: ruleValueOrEnumValueOrOperation EOF { before(grammarAccess.getValueOrEnumValueOrOperationRule()); pushFollow(FOLLOW_1); @@ -4436,21 +4339,21 @@ public final void entryRuleValueOrEnumValueOrOperation() throws RecognitionExcep // $ANTLR start "ruleValueOrEnumValueOrOperation" - // InternalDSL.g:1611:1: ruleValueOrEnumValueOrOperation : ( ( rule__ValueOrEnumValueOrOperation__Alternatives ) ) ; + // InternalDSL.g:1583:1: ruleValueOrEnumValueOrOperation : ( ( rule__ValueOrEnumValueOrOperation__Alternatives ) ) ; public final void ruleValueOrEnumValueOrOperation() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:1615:2: ( ( ( rule__ValueOrEnumValueOrOperation__Alternatives ) ) ) - // InternalDSL.g:1616:1: ( ( rule__ValueOrEnumValueOrOperation__Alternatives ) ) + // InternalDSL.g:1587:2: ( ( ( rule__ValueOrEnumValueOrOperation__Alternatives ) ) ) + // InternalDSL.g:1588:1: ( ( rule__ValueOrEnumValueOrOperation__Alternatives ) ) { - // InternalDSL.g:1616:1: ( ( rule__ValueOrEnumValueOrOperation__Alternatives ) ) - // InternalDSL.g:1617:1: ( rule__ValueOrEnumValueOrOperation__Alternatives ) + // InternalDSL.g:1588:1: ( ( rule__ValueOrEnumValueOrOperation__Alternatives ) ) + // InternalDSL.g:1589:1: ( rule__ValueOrEnumValueOrOperation__Alternatives ) { before(grammarAccess.getValueOrEnumValueOrOperationAccess().getAlternatives()); - // InternalDSL.g:1618:1: ( rule__ValueOrEnumValueOrOperation__Alternatives ) - // InternalDSL.g:1618:2: rule__ValueOrEnumValueOrOperation__Alternatives + // InternalDSL.g:1590:1: ( rule__ValueOrEnumValueOrOperation__Alternatives ) + // InternalDSL.g:1590:2: rule__ValueOrEnumValueOrOperation__Alternatives { pushFollow(FOLLOW_2); rule__ValueOrEnumValueOrOperation__Alternatives(); @@ -4483,11 +4386,11 @@ public final void ruleValueOrEnumValueOrOperation() throws RecognitionException // $ANTLR start "entryRuleValue" - // InternalDSL.g:1630:1: entryRuleValue : ruleValue EOF ; + // InternalDSL.g:1602:1: entryRuleValue : ruleValue EOF ; public final void entryRuleValue() throws RecognitionException { try { - // InternalDSL.g:1631:1: ( ruleValue EOF ) - // InternalDSL.g:1632:1: ruleValue EOF + // InternalDSL.g:1603:1: ( ruleValue EOF ) + // InternalDSL.g:1604:1: ruleValue EOF { before(grammarAccess.getValueRule()); pushFollow(FOLLOW_1); @@ -4513,21 +4416,21 @@ public final void entryRuleValue() throws RecognitionException { // $ANTLR start "ruleValue" - // InternalDSL.g:1639:1: ruleValue : ( ( rule__Value__Alternatives ) ) ; + // InternalDSL.g:1611:1: ruleValue : ( ( rule__Value__Alternatives ) ) ; public final void ruleValue() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:1643:2: ( ( ( rule__Value__Alternatives ) ) ) - // InternalDSL.g:1644:1: ( ( rule__Value__Alternatives ) ) + // InternalDSL.g:1615:2: ( ( ( rule__Value__Alternatives ) ) ) + // InternalDSL.g:1616:1: ( ( rule__Value__Alternatives ) ) { - // InternalDSL.g:1644:1: ( ( rule__Value__Alternatives ) ) - // InternalDSL.g:1645:1: ( rule__Value__Alternatives ) + // InternalDSL.g:1616:1: ( ( rule__Value__Alternatives ) ) + // InternalDSL.g:1617:1: ( rule__Value__Alternatives ) { before(grammarAccess.getValueAccess().getAlternatives()); - // InternalDSL.g:1646:1: ( rule__Value__Alternatives ) - // InternalDSL.g:1646:2: rule__Value__Alternatives + // InternalDSL.g:1618:1: ( rule__Value__Alternatives ) + // InternalDSL.g:1618:2: rule__Value__Alternatives { pushFollow(FOLLOW_2); rule__Value__Alternatives(); @@ -4560,11 +4463,11 @@ public final void ruleValue() throws RecognitionException { // $ANTLR start "entryRuleConstantValue" - // InternalDSL.g:1658:1: entryRuleConstantValue : ruleConstantValue EOF ; + // InternalDSL.g:1630:1: entryRuleConstantValue : ruleConstantValue EOF ; public final void entryRuleConstantValue() throws RecognitionException { try { - // InternalDSL.g:1659:1: ( ruleConstantValue EOF ) - // InternalDSL.g:1660:1: ruleConstantValue EOF + // InternalDSL.g:1631:1: ( ruleConstantValue EOF ) + // InternalDSL.g:1632:1: ruleConstantValue EOF { before(grammarAccess.getConstantValueRule()); pushFollow(FOLLOW_1); @@ -4590,21 +4493,21 @@ public final void entryRuleConstantValue() throws RecognitionException { // $ANTLR start "ruleConstantValue" - // InternalDSL.g:1667:1: ruleConstantValue : ( ( rule__ConstantValue__Alternatives ) ) ; + // InternalDSL.g:1639:1: ruleConstantValue : ( ( rule__ConstantValue__Alternatives ) ) ; public final void ruleConstantValue() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:1671:2: ( ( ( rule__ConstantValue__Alternatives ) ) ) - // InternalDSL.g:1672:1: ( ( rule__ConstantValue__Alternatives ) ) + // InternalDSL.g:1643:2: ( ( ( rule__ConstantValue__Alternatives ) ) ) + // InternalDSL.g:1644:1: ( ( rule__ConstantValue__Alternatives ) ) { - // InternalDSL.g:1672:1: ( ( rule__ConstantValue__Alternatives ) ) - // InternalDSL.g:1673:1: ( rule__ConstantValue__Alternatives ) + // InternalDSL.g:1644:1: ( ( rule__ConstantValue__Alternatives ) ) + // InternalDSL.g:1645:1: ( rule__ConstantValue__Alternatives ) { before(grammarAccess.getConstantValueAccess().getAlternatives()); - // InternalDSL.g:1674:1: ( rule__ConstantValue__Alternatives ) - // InternalDSL.g:1674:2: rule__ConstantValue__Alternatives + // InternalDSL.g:1646:1: ( rule__ConstantValue__Alternatives ) + // InternalDSL.g:1646:2: rule__ConstantValue__Alternatives { pushFollow(FOLLOW_2); rule__ConstantValue__Alternatives(); @@ -4637,11 +4540,11 @@ public final void ruleConstantValue() throws RecognitionException { // $ANTLR start "entryRuleStaticValue" - // InternalDSL.g:1686:1: entryRuleStaticValue : ruleStaticValue EOF ; + // InternalDSL.g:1658:1: entryRuleStaticValue : ruleStaticValue EOF ; public final void entryRuleStaticValue() throws RecognitionException { try { - // InternalDSL.g:1687:1: ( ruleStaticValue EOF ) - // InternalDSL.g:1688:1: ruleStaticValue EOF + // InternalDSL.g:1659:1: ( ruleStaticValue EOF ) + // InternalDSL.g:1660:1: ruleStaticValue EOF { before(grammarAccess.getStaticValueRule()); pushFollow(FOLLOW_1); @@ -4667,21 +4570,21 @@ public final void entryRuleStaticValue() throws RecognitionException { // $ANTLR start "ruleStaticValue" - // InternalDSL.g:1695:1: ruleStaticValue : ( ( rule__StaticValue__Alternatives ) ) ; + // InternalDSL.g:1667:1: ruleStaticValue : ( ( rule__StaticValue__Alternatives ) ) ; public final void ruleStaticValue() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:1699:2: ( ( ( rule__StaticValue__Alternatives ) ) ) - // InternalDSL.g:1700:1: ( ( rule__StaticValue__Alternatives ) ) + // InternalDSL.g:1671:2: ( ( ( rule__StaticValue__Alternatives ) ) ) + // InternalDSL.g:1672:1: ( ( rule__StaticValue__Alternatives ) ) { - // InternalDSL.g:1700:1: ( ( rule__StaticValue__Alternatives ) ) - // InternalDSL.g:1701:1: ( rule__StaticValue__Alternatives ) + // InternalDSL.g:1672:1: ( ( rule__StaticValue__Alternatives ) ) + // InternalDSL.g:1673:1: ( rule__StaticValue__Alternatives ) { before(grammarAccess.getStaticValueAccess().getAlternatives()); - // InternalDSL.g:1702:1: ( rule__StaticValue__Alternatives ) - // InternalDSL.g:1702:2: rule__StaticValue__Alternatives + // InternalDSL.g:1674:1: ( rule__StaticValue__Alternatives ) + // InternalDSL.g:1674:2: rule__StaticValue__Alternatives { pushFollow(FOLLOW_2); rule__StaticValue__Alternatives(); @@ -4714,11 +4617,11 @@ public final void ruleStaticValue() throws RecognitionException { // $ANTLR start "entryRuleIntegerValue" - // InternalDSL.g:1714:1: entryRuleIntegerValue : ruleIntegerValue EOF ; + // InternalDSL.g:1686:1: entryRuleIntegerValue : ruleIntegerValue EOF ; public final void entryRuleIntegerValue() throws RecognitionException { try { - // InternalDSL.g:1715:1: ( ruleIntegerValue EOF ) - // InternalDSL.g:1716:1: ruleIntegerValue EOF + // InternalDSL.g:1687:1: ( ruleIntegerValue EOF ) + // InternalDSL.g:1688:1: ruleIntegerValue EOF { before(grammarAccess.getIntegerValueRule()); pushFollow(FOLLOW_1); @@ -4744,21 +4647,21 @@ public final void entryRuleIntegerValue() throws RecognitionException { // $ANTLR start "ruleIntegerValue" - // InternalDSL.g:1723:1: ruleIntegerValue : ( ( rule__IntegerValue__IntegerValueAssignment ) ) ; + // InternalDSL.g:1695:1: ruleIntegerValue : ( ( rule__IntegerValue__IntegerValueAssignment ) ) ; public final void ruleIntegerValue() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:1727:2: ( ( ( rule__IntegerValue__IntegerValueAssignment ) ) ) - // InternalDSL.g:1728:1: ( ( rule__IntegerValue__IntegerValueAssignment ) ) + // InternalDSL.g:1699:2: ( ( ( rule__IntegerValue__IntegerValueAssignment ) ) ) + // InternalDSL.g:1700:1: ( ( rule__IntegerValue__IntegerValueAssignment ) ) { - // InternalDSL.g:1728:1: ( ( rule__IntegerValue__IntegerValueAssignment ) ) - // InternalDSL.g:1729:1: ( rule__IntegerValue__IntegerValueAssignment ) + // InternalDSL.g:1700:1: ( ( rule__IntegerValue__IntegerValueAssignment ) ) + // InternalDSL.g:1701:1: ( rule__IntegerValue__IntegerValueAssignment ) { before(grammarAccess.getIntegerValueAccess().getIntegerValueAssignment()); - // InternalDSL.g:1730:1: ( rule__IntegerValue__IntegerValueAssignment ) - // InternalDSL.g:1730:2: rule__IntegerValue__IntegerValueAssignment + // InternalDSL.g:1702:1: ( rule__IntegerValue__IntegerValueAssignment ) + // InternalDSL.g:1702:2: rule__IntegerValue__IntegerValueAssignment { pushFollow(FOLLOW_2); rule__IntegerValue__IntegerValueAssignment(); @@ -4791,11 +4694,11 @@ public final void ruleIntegerValue() throws RecognitionException { // $ANTLR start "entryRuleDecimalValue" - // InternalDSL.g:1742:1: entryRuleDecimalValue : ruleDecimalValue EOF ; + // InternalDSL.g:1714:1: entryRuleDecimalValue : ruleDecimalValue EOF ; public final void entryRuleDecimalValue() throws RecognitionException { try { - // InternalDSL.g:1743:1: ( ruleDecimalValue EOF ) - // InternalDSL.g:1744:1: ruleDecimalValue EOF + // InternalDSL.g:1715:1: ( ruleDecimalValue EOF ) + // InternalDSL.g:1716:1: ruleDecimalValue EOF { before(grammarAccess.getDecimalValueRule()); pushFollow(FOLLOW_1); @@ -4821,21 +4724,21 @@ public final void entryRuleDecimalValue() throws RecognitionException { // $ANTLR start "ruleDecimalValue" - // InternalDSL.g:1751:1: ruleDecimalValue : ( ( rule__DecimalValue__DecimalValueAssignment ) ) ; + // InternalDSL.g:1723:1: ruleDecimalValue : ( ( rule__DecimalValue__DecimalValueAssignment ) ) ; public final void ruleDecimalValue() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:1755:2: ( ( ( rule__DecimalValue__DecimalValueAssignment ) ) ) - // InternalDSL.g:1756:1: ( ( rule__DecimalValue__DecimalValueAssignment ) ) + // InternalDSL.g:1727:2: ( ( ( rule__DecimalValue__DecimalValueAssignment ) ) ) + // InternalDSL.g:1728:1: ( ( rule__DecimalValue__DecimalValueAssignment ) ) { - // InternalDSL.g:1756:1: ( ( rule__DecimalValue__DecimalValueAssignment ) ) - // InternalDSL.g:1757:1: ( rule__DecimalValue__DecimalValueAssignment ) + // InternalDSL.g:1728:1: ( ( rule__DecimalValue__DecimalValueAssignment ) ) + // InternalDSL.g:1729:1: ( rule__DecimalValue__DecimalValueAssignment ) { before(grammarAccess.getDecimalValueAccess().getDecimalValueAssignment()); - // InternalDSL.g:1758:1: ( rule__DecimalValue__DecimalValueAssignment ) - // InternalDSL.g:1758:2: rule__DecimalValue__DecimalValueAssignment + // InternalDSL.g:1730:1: ( rule__DecimalValue__DecimalValueAssignment ) + // InternalDSL.g:1730:2: rule__DecimalValue__DecimalValueAssignment { pushFollow(FOLLOW_2); rule__DecimalValue__DecimalValueAssignment(); @@ -4868,11 +4771,11 @@ public final void ruleDecimalValue() throws RecognitionException { // $ANTLR start "entryRuleStringValue" - // InternalDSL.g:1770:1: entryRuleStringValue : ruleStringValue EOF ; + // InternalDSL.g:1742:1: entryRuleStringValue : ruleStringValue EOF ; public final void entryRuleStringValue() throws RecognitionException { try { - // InternalDSL.g:1771:1: ( ruleStringValue EOF ) - // InternalDSL.g:1772:1: ruleStringValue EOF + // InternalDSL.g:1743:1: ( ruleStringValue EOF ) + // InternalDSL.g:1744:1: ruleStringValue EOF { before(grammarAccess.getStringValueRule()); pushFollow(FOLLOW_1); @@ -4898,21 +4801,21 @@ public final void entryRuleStringValue() throws RecognitionException { // $ANTLR start "ruleStringValue" - // InternalDSL.g:1779:1: ruleStringValue : ( ( rule__StringValue__StringValueAssignment ) ) ; + // InternalDSL.g:1751:1: ruleStringValue : ( ( rule__StringValue__StringValueAssignment ) ) ; public final void ruleStringValue() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:1783:2: ( ( ( rule__StringValue__StringValueAssignment ) ) ) - // InternalDSL.g:1784:1: ( ( rule__StringValue__StringValueAssignment ) ) + // InternalDSL.g:1755:2: ( ( ( rule__StringValue__StringValueAssignment ) ) ) + // InternalDSL.g:1756:1: ( ( rule__StringValue__StringValueAssignment ) ) { - // InternalDSL.g:1784:1: ( ( rule__StringValue__StringValueAssignment ) ) - // InternalDSL.g:1785:1: ( rule__StringValue__StringValueAssignment ) + // InternalDSL.g:1756:1: ( ( rule__StringValue__StringValueAssignment ) ) + // InternalDSL.g:1757:1: ( rule__StringValue__StringValueAssignment ) { before(grammarAccess.getStringValueAccess().getStringValueAssignment()); - // InternalDSL.g:1786:1: ( rule__StringValue__StringValueAssignment ) - // InternalDSL.g:1786:2: rule__StringValue__StringValueAssignment + // InternalDSL.g:1758:1: ( rule__StringValue__StringValueAssignment ) + // InternalDSL.g:1758:2: rule__StringValue__StringValueAssignment { pushFollow(FOLLOW_2); rule__StringValue__StringValueAssignment(); @@ -4945,11 +4848,11 @@ public final void ruleStringValue() throws RecognitionException { // $ANTLR start "entryRuleBooleanValue" - // InternalDSL.g:1798:1: entryRuleBooleanValue : ruleBooleanValue EOF ; + // InternalDSL.g:1770:1: entryRuleBooleanValue : ruleBooleanValue EOF ; public final void entryRuleBooleanValue() throws RecognitionException { try { - // InternalDSL.g:1799:1: ( ruleBooleanValue EOF ) - // InternalDSL.g:1800:1: ruleBooleanValue EOF + // InternalDSL.g:1771:1: ( ruleBooleanValue EOF ) + // InternalDSL.g:1772:1: ruleBooleanValue EOF { before(grammarAccess.getBooleanValueRule()); pushFollow(FOLLOW_1); @@ -4975,21 +4878,21 @@ public final void entryRuleBooleanValue() throws RecognitionException { // $ANTLR start "ruleBooleanValue" - // InternalDSL.g:1807:1: ruleBooleanValue : ( ( rule__BooleanValue__BooleanValueAssignment ) ) ; + // InternalDSL.g:1779:1: ruleBooleanValue : ( ( rule__BooleanValue__BooleanValueAssignment ) ) ; public final void ruleBooleanValue() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:1811:2: ( ( ( rule__BooleanValue__BooleanValueAssignment ) ) ) - // InternalDSL.g:1812:1: ( ( rule__BooleanValue__BooleanValueAssignment ) ) + // InternalDSL.g:1783:2: ( ( ( rule__BooleanValue__BooleanValueAssignment ) ) ) + // InternalDSL.g:1784:1: ( ( rule__BooleanValue__BooleanValueAssignment ) ) { - // InternalDSL.g:1812:1: ( ( rule__BooleanValue__BooleanValueAssignment ) ) - // InternalDSL.g:1813:1: ( rule__BooleanValue__BooleanValueAssignment ) + // InternalDSL.g:1784:1: ( ( rule__BooleanValue__BooleanValueAssignment ) ) + // InternalDSL.g:1785:1: ( rule__BooleanValue__BooleanValueAssignment ) { before(grammarAccess.getBooleanValueAccess().getBooleanValueAssignment()); - // InternalDSL.g:1814:1: ( rule__BooleanValue__BooleanValueAssignment ) - // InternalDSL.g:1814:2: rule__BooleanValue__BooleanValueAssignment + // InternalDSL.g:1786:1: ( rule__BooleanValue__BooleanValueAssignment ) + // InternalDSL.g:1786:2: rule__BooleanValue__BooleanValueAssignment { pushFollow(FOLLOW_2); rule__BooleanValue__BooleanValueAssignment(); @@ -5022,11 +4925,11 @@ public final void ruleBooleanValue() throws RecognitionException { // $ANTLR start "entryRuleDateValue" - // InternalDSL.g:1826:1: entryRuleDateValue : ruleDateValue EOF ; + // InternalDSL.g:1798:1: entryRuleDateValue : ruleDateValue EOF ; public final void entryRuleDateValue() throws RecognitionException { try { - // InternalDSL.g:1827:1: ( ruleDateValue EOF ) - // InternalDSL.g:1828:1: ruleDateValue EOF + // InternalDSL.g:1799:1: ( ruleDateValue EOF ) + // InternalDSL.g:1800:1: ruleDateValue EOF { before(grammarAccess.getDateValueRule()); pushFollow(FOLLOW_1); @@ -5052,21 +4955,21 @@ public final void entryRuleDateValue() throws RecognitionException { // $ANTLR start "ruleDateValue" - // InternalDSL.g:1835:1: ruleDateValue : ( ( rule__DateValue__Alternatives ) ) ; + // InternalDSL.g:1807:1: ruleDateValue : ( ( rule__DateValue__Alternatives ) ) ; public final void ruleDateValue() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:1839:2: ( ( ( rule__DateValue__Alternatives ) ) ) - // InternalDSL.g:1840:1: ( ( rule__DateValue__Alternatives ) ) + // InternalDSL.g:1811:2: ( ( ( rule__DateValue__Alternatives ) ) ) + // InternalDSL.g:1812:1: ( ( rule__DateValue__Alternatives ) ) { - // InternalDSL.g:1840:1: ( ( rule__DateValue__Alternatives ) ) - // InternalDSL.g:1841:1: ( rule__DateValue__Alternatives ) + // InternalDSL.g:1812:1: ( ( rule__DateValue__Alternatives ) ) + // InternalDSL.g:1813:1: ( rule__DateValue__Alternatives ) { before(grammarAccess.getDateValueAccess().getAlternatives()); - // InternalDSL.g:1842:1: ( rule__DateValue__Alternatives ) - // InternalDSL.g:1842:2: rule__DateValue__Alternatives + // InternalDSL.g:1814:1: ( rule__DateValue__Alternatives ) + // InternalDSL.g:1814:2: rule__DateValue__Alternatives { pushFollow(FOLLOW_2); rule__DateValue__Alternatives(); @@ -5099,11 +5002,11 @@ public final void ruleDateValue() throws RecognitionException { // $ANTLR start "entryRuleIsoDateValue" - // InternalDSL.g:1854:1: entryRuleIsoDateValue : ruleIsoDateValue EOF ; + // InternalDSL.g:1826:1: entryRuleIsoDateValue : ruleIsoDateValue EOF ; public final void entryRuleIsoDateValue() throws RecognitionException { try { - // InternalDSL.g:1855:1: ( ruleIsoDateValue EOF ) - // InternalDSL.g:1856:1: ruleIsoDateValue EOF + // InternalDSL.g:1827:1: ( ruleIsoDateValue EOF ) + // InternalDSL.g:1828:1: ruleIsoDateValue EOF { before(grammarAccess.getIsoDateValueRule()); pushFollow(FOLLOW_1); @@ -5129,21 +5032,21 @@ public final void entryRuleIsoDateValue() throws RecognitionException { // $ANTLR start "ruleIsoDateValue" - // InternalDSL.g:1863:1: ruleIsoDateValue : ( ( rule__IsoDateValue__DateValueAssignment ) ) ; + // InternalDSL.g:1835:1: ruleIsoDateValue : ( ( rule__IsoDateValue__DateValueAssignment ) ) ; public final void ruleIsoDateValue() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:1867:2: ( ( ( rule__IsoDateValue__DateValueAssignment ) ) ) - // InternalDSL.g:1868:1: ( ( rule__IsoDateValue__DateValueAssignment ) ) + // InternalDSL.g:1839:2: ( ( ( rule__IsoDateValue__DateValueAssignment ) ) ) + // InternalDSL.g:1840:1: ( ( rule__IsoDateValue__DateValueAssignment ) ) { - // InternalDSL.g:1868:1: ( ( rule__IsoDateValue__DateValueAssignment ) ) - // InternalDSL.g:1869:1: ( rule__IsoDateValue__DateValueAssignment ) + // InternalDSL.g:1840:1: ( ( rule__IsoDateValue__DateValueAssignment ) ) + // InternalDSL.g:1841:1: ( rule__IsoDateValue__DateValueAssignment ) { before(grammarAccess.getIsoDateValueAccess().getDateValueAssignment()); - // InternalDSL.g:1870:1: ( rule__IsoDateValue__DateValueAssignment ) - // InternalDSL.g:1870:2: rule__IsoDateValue__DateValueAssignment + // InternalDSL.g:1842:1: ( rule__IsoDateValue__DateValueAssignment ) + // InternalDSL.g:1842:2: rule__IsoDateValue__DateValueAssignment { pushFollow(FOLLOW_2); rule__IsoDateValue__DateValueAssignment(); @@ -5176,11 +5079,11 @@ public final void ruleIsoDateValue() throws RecognitionException { // $ANTLR start "entryRuleEuropeanDateValue" - // InternalDSL.g:1882:1: entryRuleEuropeanDateValue : ruleEuropeanDateValue EOF ; + // InternalDSL.g:1854:1: entryRuleEuropeanDateValue : ruleEuropeanDateValue EOF ; public final void entryRuleEuropeanDateValue() throws RecognitionException { try { - // InternalDSL.g:1883:1: ( ruleEuropeanDateValue EOF ) - // InternalDSL.g:1884:1: ruleEuropeanDateValue EOF + // InternalDSL.g:1855:1: ( ruleEuropeanDateValue EOF ) + // InternalDSL.g:1856:1: ruleEuropeanDateValue EOF { before(grammarAccess.getEuropeanDateValueRule()); pushFollow(FOLLOW_1); @@ -5206,21 +5109,21 @@ public final void entryRuleEuropeanDateValue() throws RecognitionException { // $ANTLR start "ruleEuropeanDateValue" - // InternalDSL.g:1891:1: ruleEuropeanDateValue : ( ( rule__EuropeanDateValue__DateValueAssignment ) ) ; + // InternalDSL.g:1863:1: ruleEuropeanDateValue : ( ( rule__EuropeanDateValue__DateValueAssignment ) ) ; public final void ruleEuropeanDateValue() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:1895:2: ( ( ( rule__EuropeanDateValue__DateValueAssignment ) ) ) - // InternalDSL.g:1896:1: ( ( rule__EuropeanDateValue__DateValueAssignment ) ) + // InternalDSL.g:1867:2: ( ( ( rule__EuropeanDateValue__DateValueAssignment ) ) ) + // InternalDSL.g:1868:1: ( ( rule__EuropeanDateValue__DateValueAssignment ) ) { - // InternalDSL.g:1896:1: ( ( rule__EuropeanDateValue__DateValueAssignment ) ) - // InternalDSL.g:1897:1: ( rule__EuropeanDateValue__DateValueAssignment ) + // InternalDSL.g:1868:1: ( ( rule__EuropeanDateValue__DateValueAssignment ) ) + // InternalDSL.g:1869:1: ( rule__EuropeanDateValue__DateValueAssignment ) { before(grammarAccess.getEuropeanDateValueAccess().getDateValueAssignment()); - // InternalDSL.g:1898:1: ( rule__EuropeanDateValue__DateValueAssignment ) - // InternalDSL.g:1898:2: rule__EuropeanDateValue__DateValueAssignment + // InternalDSL.g:1870:1: ( rule__EuropeanDateValue__DateValueAssignment ) + // InternalDSL.g:1870:2: rule__EuropeanDateValue__DateValueAssignment { pushFollow(FOLLOW_2); rule__EuropeanDateValue__DateValueAssignment(); @@ -5253,11 +5156,11 @@ public final void ruleEuropeanDateValue() throws RecognitionException { // $ANTLR start "entryRuleUSDateValue" - // InternalDSL.g:1910:1: entryRuleUSDateValue : ruleUSDateValue EOF ; + // InternalDSL.g:1882:1: entryRuleUSDateValue : ruleUSDateValue EOF ; public final void entryRuleUSDateValue() throws RecognitionException { try { - // InternalDSL.g:1911:1: ( ruleUSDateValue EOF ) - // InternalDSL.g:1912:1: ruleUSDateValue EOF + // InternalDSL.g:1883:1: ( ruleUSDateValue EOF ) + // InternalDSL.g:1884:1: ruleUSDateValue EOF { before(grammarAccess.getUSDateValueRule()); pushFollow(FOLLOW_1); @@ -5283,21 +5186,21 @@ public final void entryRuleUSDateValue() throws RecognitionException { // $ANTLR start "ruleUSDateValue" - // InternalDSL.g:1919:1: ruleUSDateValue : ( ( rule__USDateValue__DateValueAssignment ) ) ; + // InternalDSL.g:1891:1: ruleUSDateValue : ( ( rule__USDateValue__DateValueAssignment ) ) ; public final void ruleUSDateValue() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:1923:2: ( ( ( rule__USDateValue__DateValueAssignment ) ) ) - // InternalDSL.g:1924:1: ( ( rule__USDateValue__DateValueAssignment ) ) + // InternalDSL.g:1895:2: ( ( ( rule__USDateValue__DateValueAssignment ) ) ) + // InternalDSL.g:1896:1: ( ( rule__USDateValue__DateValueAssignment ) ) { - // InternalDSL.g:1924:1: ( ( rule__USDateValue__DateValueAssignment ) ) - // InternalDSL.g:1925:1: ( rule__USDateValue__DateValueAssignment ) + // InternalDSL.g:1896:1: ( ( rule__USDateValue__DateValueAssignment ) ) + // InternalDSL.g:1897:1: ( rule__USDateValue__DateValueAssignment ) { before(grammarAccess.getUSDateValueAccess().getDateValueAssignment()); - // InternalDSL.g:1926:1: ( rule__USDateValue__DateValueAssignment ) - // InternalDSL.g:1926:2: rule__USDateValue__DateValueAssignment + // InternalDSL.g:1898:1: ( rule__USDateValue__DateValueAssignment ) + // InternalDSL.g:1898:2: rule__USDateValue__DateValueAssignment { pushFollow(FOLLOW_2); rule__USDateValue__DateValueAssignment(); @@ -5330,11 +5233,11 @@ public final void ruleUSDateValue() throws RecognitionException { // $ANTLR start "entryRuleTimeValue" - // InternalDSL.g:1938:1: entryRuleTimeValue : ruleTimeValue EOF ; + // InternalDSL.g:1910:1: entryRuleTimeValue : ruleTimeValue EOF ; public final void entryRuleTimeValue() throws RecognitionException { try { - // InternalDSL.g:1939:1: ( ruleTimeValue EOF ) - // InternalDSL.g:1940:1: ruleTimeValue EOF + // InternalDSL.g:1911:1: ( ruleTimeValue EOF ) + // InternalDSL.g:1912:1: ruleTimeValue EOF { before(grammarAccess.getTimeValueRule()); pushFollow(FOLLOW_1); @@ -5360,21 +5263,21 @@ public final void entryRuleTimeValue() throws RecognitionException { // $ANTLR start "ruleTimeValue" - // InternalDSL.g:1947:1: ruleTimeValue : ( ( rule__TimeValue__Alternatives ) ) ; + // InternalDSL.g:1919:1: ruleTimeValue : ( ( rule__TimeValue__Alternatives ) ) ; public final void ruleTimeValue() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:1951:2: ( ( ( rule__TimeValue__Alternatives ) ) ) - // InternalDSL.g:1952:1: ( ( rule__TimeValue__Alternatives ) ) + // InternalDSL.g:1923:2: ( ( ( rule__TimeValue__Alternatives ) ) ) + // InternalDSL.g:1924:1: ( ( rule__TimeValue__Alternatives ) ) { - // InternalDSL.g:1952:1: ( ( rule__TimeValue__Alternatives ) ) - // InternalDSL.g:1953:1: ( rule__TimeValue__Alternatives ) + // InternalDSL.g:1924:1: ( ( rule__TimeValue__Alternatives ) ) + // InternalDSL.g:1925:1: ( rule__TimeValue__Alternatives ) { before(grammarAccess.getTimeValueAccess().getAlternatives()); - // InternalDSL.g:1954:1: ( rule__TimeValue__Alternatives ) - // InternalDSL.g:1954:2: rule__TimeValue__Alternatives + // InternalDSL.g:1926:1: ( rule__TimeValue__Alternatives ) + // InternalDSL.g:1926:2: rule__TimeValue__Alternatives { pushFollow(FOLLOW_2); rule__TimeValue__Alternatives(); @@ -5407,11 +5310,11 @@ public final void ruleTimeValue() throws RecognitionException { // $ANTLR start "entryRuleIsoTimeValue" - // InternalDSL.g:1966:1: entryRuleIsoTimeValue : ruleIsoTimeValue EOF ; + // InternalDSL.g:1938:1: entryRuleIsoTimeValue : ruleIsoTimeValue EOF ; public final void entryRuleIsoTimeValue() throws RecognitionException { try { - // InternalDSL.g:1967:1: ( ruleIsoTimeValue EOF ) - // InternalDSL.g:1968:1: ruleIsoTimeValue EOF + // InternalDSL.g:1939:1: ( ruleIsoTimeValue EOF ) + // InternalDSL.g:1940:1: ruleIsoTimeValue EOF { before(grammarAccess.getIsoTimeValueRule()); pushFollow(FOLLOW_1); @@ -5437,21 +5340,21 @@ public final void entryRuleIsoTimeValue() throws RecognitionException { // $ANTLR start "ruleIsoTimeValue" - // InternalDSL.g:1975:1: ruleIsoTimeValue : ( ( rule__IsoTimeValue__TimeValueAssignment ) ) ; + // InternalDSL.g:1947:1: ruleIsoTimeValue : ( ( rule__IsoTimeValue__TimeValueAssignment ) ) ; public final void ruleIsoTimeValue() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:1979:2: ( ( ( rule__IsoTimeValue__TimeValueAssignment ) ) ) - // InternalDSL.g:1980:1: ( ( rule__IsoTimeValue__TimeValueAssignment ) ) + // InternalDSL.g:1951:2: ( ( ( rule__IsoTimeValue__TimeValueAssignment ) ) ) + // InternalDSL.g:1952:1: ( ( rule__IsoTimeValue__TimeValueAssignment ) ) { - // InternalDSL.g:1980:1: ( ( rule__IsoTimeValue__TimeValueAssignment ) ) - // InternalDSL.g:1981:1: ( rule__IsoTimeValue__TimeValueAssignment ) + // InternalDSL.g:1952:1: ( ( rule__IsoTimeValue__TimeValueAssignment ) ) + // InternalDSL.g:1953:1: ( rule__IsoTimeValue__TimeValueAssignment ) { before(grammarAccess.getIsoTimeValueAccess().getTimeValueAssignment()); - // InternalDSL.g:1982:1: ( rule__IsoTimeValue__TimeValueAssignment ) - // InternalDSL.g:1982:2: rule__IsoTimeValue__TimeValueAssignment + // InternalDSL.g:1954:1: ( rule__IsoTimeValue__TimeValueAssignment ) + // InternalDSL.g:1954:2: rule__IsoTimeValue__TimeValueAssignment { pushFollow(FOLLOW_2); rule__IsoTimeValue__TimeValueAssignment(); @@ -5484,11 +5387,11 @@ public final void ruleIsoTimeValue() throws RecognitionException { // $ANTLR start "entryRuleSimple24HrsTimeValue" - // InternalDSL.g:1994:1: entryRuleSimple24HrsTimeValue : ruleSimple24HrsTimeValue EOF ; + // InternalDSL.g:1966:1: entryRuleSimple24HrsTimeValue : ruleSimple24HrsTimeValue EOF ; public final void entryRuleSimple24HrsTimeValue() throws RecognitionException { try { - // InternalDSL.g:1995:1: ( ruleSimple24HrsTimeValue EOF ) - // InternalDSL.g:1996:1: ruleSimple24HrsTimeValue EOF + // InternalDSL.g:1967:1: ( ruleSimple24HrsTimeValue EOF ) + // InternalDSL.g:1968:1: ruleSimple24HrsTimeValue EOF { before(grammarAccess.getSimple24HrsTimeValueRule()); pushFollow(FOLLOW_1); @@ -5514,21 +5417,21 @@ public final void entryRuleSimple24HrsTimeValue() throws RecognitionException { // $ANTLR start "ruleSimple24HrsTimeValue" - // InternalDSL.g:2003:1: ruleSimple24HrsTimeValue : ( ( rule__Simple24HrsTimeValue__TimeValueAssignment ) ) ; + // InternalDSL.g:1975:1: ruleSimple24HrsTimeValue : ( ( rule__Simple24HrsTimeValue__TimeValueAssignment ) ) ; public final void ruleSimple24HrsTimeValue() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2007:2: ( ( ( rule__Simple24HrsTimeValue__TimeValueAssignment ) ) ) - // InternalDSL.g:2008:1: ( ( rule__Simple24HrsTimeValue__TimeValueAssignment ) ) + // InternalDSL.g:1979:2: ( ( ( rule__Simple24HrsTimeValue__TimeValueAssignment ) ) ) + // InternalDSL.g:1980:1: ( ( rule__Simple24HrsTimeValue__TimeValueAssignment ) ) { - // InternalDSL.g:2008:1: ( ( rule__Simple24HrsTimeValue__TimeValueAssignment ) ) - // InternalDSL.g:2009:1: ( rule__Simple24HrsTimeValue__TimeValueAssignment ) + // InternalDSL.g:1980:1: ( ( rule__Simple24HrsTimeValue__TimeValueAssignment ) ) + // InternalDSL.g:1981:1: ( rule__Simple24HrsTimeValue__TimeValueAssignment ) { before(grammarAccess.getSimple24HrsTimeValueAccess().getTimeValueAssignment()); - // InternalDSL.g:2010:1: ( rule__Simple24HrsTimeValue__TimeValueAssignment ) - // InternalDSL.g:2010:2: rule__Simple24HrsTimeValue__TimeValueAssignment + // InternalDSL.g:1982:1: ( rule__Simple24HrsTimeValue__TimeValueAssignment ) + // InternalDSL.g:1982:2: rule__Simple24HrsTimeValue__TimeValueAssignment { pushFollow(FOLLOW_2); rule__Simple24HrsTimeValue__TimeValueAssignment(); @@ -5561,11 +5464,11 @@ public final void ruleSimple24HrsTimeValue() throws RecognitionException { // $ANTLR start "entryRuleSimple12HrsTimeValue" - // InternalDSL.g:2022:1: entryRuleSimple12HrsTimeValue : ruleSimple12HrsTimeValue EOF ; + // InternalDSL.g:1994:1: entryRuleSimple12HrsTimeValue : ruleSimple12HrsTimeValue EOF ; public final void entryRuleSimple12HrsTimeValue() throws RecognitionException { try { - // InternalDSL.g:2023:1: ( ruleSimple12HrsTimeValue EOF ) - // InternalDSL.g:2024:1: ruleSimple12HrsTimeValue EOF + // InternalDSL.g:1995:1: ( ruleSimple12HrsTimeValue EOF ) + // InternalDSL.g:1996:1: ruleSimple12HrsTimeValue EOF { before(grammarAccess.getSimple12HrsTimeValueRule()); pushFollow(FOLLOW_1); @@ -5591,21 +5494,21 @@ public final void entryRuleSimple12HrsTimeValue() throws RecognitionException { // $ANTLR start "ruleSimple12HrsTimeValue" - // InternalDSL.g:2031:1: ruleSimple12HrsTimeValue : ( ( rule__Simple12HrsTimeValue__TimeValueAssignment ) ) ; + // InternalDSL.g:2003:1: ruleSimple12HrsTimeValue : ( ( rule__Simple12HrsTimeValue__TimeValueAssignment ) ) ; public final void ruleSimple12HrsTimeValue() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2035:2: ( ( ( rule__Simple12HrsTimeValue__TimeValueAssignment ) ) ) - // InternalDSL.g:2036:1: ( ( rule__Simple12HrsTimeValue__TimeValueAssignment ) ) + // InternalDSL.g:2007:2: ( ( ( rule__Simple12HrsTimeValue__TimeValueAssignment ) ) ) + // InternalDSL.g:2008:1: ( ( rule__Simple12HrsTimeValue__TimeValueAssignment ) ) { - // InternalDSL.g:2036:1: ( ( rule__Simple12HrsTimeValue__TimeValueAssignment ) ) - // InternalDSL.g:2037:1: ( rule__Simple12HrsTimeValue__TimeValueAssignment ) + // InternalDSL.g:2008:1: ( ( rule__Simple12HrsTimeValue__TimeValueAssignment ) ) + // InternalDSL.g:2009:1: ( rule__Simple12HrsTimeValue__TimeValueAssignment ) { before(grammarAccess.getSimple12HrsTimeValueAccess().getTimeValueAssignment()); - // InternalDSL.g:2038:1: ( rule__Simple12HrsTimeValue__TimeValueAssignment ) - // InternalDSL.g:2038:2: rule__Simple12HrsTimeValue__TimeValueAssignment + // InternalDSL.g:2010:1: ( rule__Simple12HrsTimeValue__TimeValueAssignment ) + // InternalDSL.g:2010:2: rule__Simple12HrsTimeValue__TimeValueAssignment { pushFollow(FOLLOW_2); rule__Simple12HrsTimeValue__TimeValueAssignment(); @@ -5638,11 +5541,11 @@ public final void ruleSimple12HrsTimeValue() throws RecognitionException { // $ANTLR start "entryRuleDateAndTimeValue" - // InternalDSL.g:2050:1: entryRuleDateAndTimeValue : ruleDateAndTimeValue EOF ; + // InternalDSL.g:2022:1: entryRuleDateAndTimeValue : ruleDateAndTimeValue EOF ; public final void entryRuleDateAndTimeValue() throws RecognitionException { try { - // InternalDSL.g:2051:1: ( ruleDateAndTimeValue EOF ) - // InternalDSL.g:2052:1: ruleDateAndTimeValue EOF + // InternalDSL.g:2023:1: ( ruleDateAndTimeValue EOF ) + // InternalDSL.g:2024:1: ruleDateAndTimeValue EOF { before(grammarAccess.getDateAndTimeValueRule()); pushFollow(FOLLOW_1); @@ -5668,21 +5571,21 @@ public final void entryRuleDateAndTimeValue() throws RecognitionException { // $ANTLR start "ruleDateAndTimeValue" - // InternalDSL.g:2059:1: ruleDateAndTimeValue : ( ( rule__DateAndTimeValue__Alternatives ) ) ; + // InternalDSL.g:2031:1: ruleDateAndTimeValue : ( ( rule__DateAndTimeValue__Alternatives ) ) ; public final void ruleDateAndTimeValue() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2063:2: ( ( ( rule__DateAndTimeValue__Alternatives ) ) ) - // InternalDSL.g:2064:1: ( ( rule__DateAndTimeValue__Alternatives ) ) + // InternalDSL.g:2035:2: ( ( ( rule__DateAndTimeValue__Alternatives ) ) ) + // InternalDSL.g:2036:1: ( ( rule__DateAndTimeValue__Alternatives ) ) { - // InternalDSL.g:2064:1: ( ( rule__DateAndTimeValue__Alternatives ) ) - // InternalDSL.g:2065:1: ( rule__DateAndTimeValue__Alternatives ) + // InternalDSL.g:2036:1: ( ( rule__DateAndTimeValue__Alternatives ) ) + // InternalDSL.g:2037:1: ( rule__DateAndTimeValue__Alternatives ) { before(grammarAccess.getDateAndTimeValueAccess().getAlternatives()); - // InternalDSL.g:2066:1: ( rule__DateAndTimeValue__Alternatives ) - // InternalDSL.g:2066:2: rule__DateAndTimeValue__Alternatives + // InternalDSL.g:2038:1: ( rule__DateAndTimeValue__Alternatives ) + // InternalDSL.g:2038:2: rule__DateAndTimeValue__Alternatives { pushFollow(FOLLOW_2); rule__DateAndTimeValue__Alternatives(); @@ -5715,11 +5618,11 @@ public final void ruleDateAndTimeValue() throws RecognitionException { // $ANTLR start "entryRuleIsoDateAndTimeValue" - // InternalDSL.g:2078:1: entryRuleIsoDateAndTimeValue : ruleIsoDateAndTimeValue EOF ; + // InternalDSL.g:2050:1: entryRuleIsoDateAndTimeValue : ruleIsoDateAndTimeValue EOF ; public final void entryRuleIsoDateAndTimeValue() throws RecognitionException { try { - // InternalDSL.g:2079:1: ( ruleIsoDateAndTimeValue EOF ) - // InternalDSL.g:2080:1: ruleIsoDateAndTimeValue EOF + // InternalDSL.g:2051:1: ( ruleIsoDateAndTimeValue EOF ) + // InternalDSL.g:2052:1: ruleIsoDateAndTimeValue EOF { before(grammarAccess.getIsoDateAndTimeValueRule()); pushFollow(FOLLOW_1); @@ -5745,21 +5648,21 @@ public final void entryRuleIsoDateAndTimeValue() throws RecognitionException { // $ANTLR start "ruleIsoDateAndTimeValue" - // InternalDSL.g:2087:1: ruleIsoDateAndTimeValue : ( ( rule__IsoDateAndTimeValue__Group__0 ) ) ; + // InternalDSL.g:2059:1: ruleIsoDateAndTimeValue : ( ( rule__IsoDateAndTimeValue__Group__0 ) ) ; public final void ruleIsoDateAndTimeValue() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2091:2: ( ( ( rule__IsoDateAndTimeValue__Group__0 ) ) ) - // InternalDSL.g:2092:1: ( ( rule__IsoDateAndTimeValue__Group__0 ) ) + // InternalDSL.g:2063:2: ( ( ( rule__IsoDateAndTimeValue__Group__0 ) ) ) + // InternalDSL.g:2064:1: ( ( rule__IsoDateAndTimeValue__Group__0 ) ) { - // InternalDSL.g:2092:1: ( ( rule__IsoDateAndTimeValue__Group__0 ) ) - // InternalDSL.g:2093:1: ( rule__IsoDateAndTimeValue__Group__0 ) + // InternalDSL.g:2064:1: ( ( rule__IsoDateAndTimeValue__Group__0 ) ) + // InternalDSL.g:2065:1: ( rule__IsoDateAndTimeValue__Group__0 ) { before(grammarAccess.getIsoDateAndTimeValueAccess().getGroup()); - // InternalDSL.g:2094:1: ( rule__IsoDateAndTimeValue__Group__0 ) - // InternalDSL.g:2094:2: rule__IsoDateAndTimeValue__Group__0 + // InternalDSL.g:2066:1: ( rule__IsoDateAndTimeValue__Group__0 ) + // InternalDSL.g:2066:2: rule__IsoDateAndTimeValue__Group__0 { pushFollow(FOLLOW_2); rule__IsoDateAndTimeValue__Group__0(); @@ -5792,11 +5695,11 @@ public final void ruleIsoDateAndTimeValue() throws RecognitionException { // $ANTLR start "entryRuleEuropeanDateAnd24HrsTimeValue" - // InternalDSL.g:2106:1: entryRuleEuropeanDateAnd24HrsTimeValue : ruleEuropeanDateAnd24HrsTimeValue EOF ; + // InternalDSL.g:2078:1: entryRuleEuropeanDateAnd24HrsTimeValue : ruleEuropeanDateAnd24HrsTimeValue EOF ; public final void entryRuleEuropeanDateAnd24HrsTimeValue() throws RecognitionException { try { - // InternalDSL.g:2107:1: ( ruleEuropeanDateAnd24HrsTimeValue EOF ) - // InternalDSL.g:2108:1: ruleEuropeanDateAnd24HrsTimeValue EOF + // InternalDSL.g:2079:1: ( ruleEuropeanDateAnd24HrsTimeValue EOF ) + // InternalDSL.g:2080:1: ruleEuropeanDateAnd24HrsTimeValue EOF { before(grammarAccess.getEuropeanDateAnd24HrsTimeValueRule()); pushFollow(FOLLOW_1); @@ -5822,21 +5725,21 @@ public final void entryRuleEuropeanDateAnd24HrsTimeValue() throws RecognitionExc // $ANTLR start "ruleEuropeanDateAnd24HrsTimeValue" - // InternalDSL.g:2115:1: ruleEuropeanDateAnd24HrsTimeValue : ( ( rule__EuropeanDateAnd24HrsTimeValue__Group__0 ) ) ; + // InternalDSL.g:2087:1: ruleEuropeanDateAnd24HrsTimeValue : ( ( rule__EuropeanDateAnd24HrsTimeValue__Group__0 ) ) ; public final void ruleEuropeanDateAnd24HrsTimeValue() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2119:2: ( ( ( rule__EuropeanDateAnd24HrsTimeValue__Group__0 ) ) ) - // InternalDSL.g:2120:1: ( ( rule__EuropeanDateAnd24HrsTimeValue__Group__0 ) ) + // InternalDSL.g:2091:2: ( ( ( rule__EuropeanDateAnd24HrsTimeValue__Group__0 ) ) ) + // InternalDSL.g:2092:1: ( ( rule__EuropeanDateAnd24HrsTimeValue__Group__0 ) ) { - // InternalDSL.g:2120:1: ( ( rule__EuropeanDateAnd24HrsTimeValue__Group__0 ) ) - // InternalDSL.g:2121:1: ( rule__EuropeanDateAnd24HrsTimeValue__Group__0 ) + // InternalDSL.g:2092:1: ( ( rule__EuropeanDateAnd24HrsTimeValue__Group__0 ) ) + // InternalDSL.g:2093:1: ( rule__EuropeanDateAnd24HrsTimeValue__Group__0 ) { before(grammarAccess.getEuropeanDateAnd24HrsTimeValueAccess().getGroup()); - // InternalDSL.g:2122:1: ( rule__EuropeanDateAnd24HrsTimeValue__Group__0 ) - // InternalDSL.g:2122:2: rule__EuropeanDateAnd24HrsTimeValue__Group__0 + // InternalDSL.g:2094:1: ( rule__EuropeanDateAnd24HrsTimeValue__Group__0 ) + // InternalDSL.g:2094:2: rule__EuropeanDateAnd24HrsTimeValue__Group__0 { pushFollow(FOLLOW_2); rule__EuropeanDateAnd24HrsTimeValue__Group__0(); @@ -5869,11 +5772,11 @@ public final void ruleEuropeanDateAnd24HrsTimeValue() throws RecognitionExceptio // $ANTLR start "entryRuleEuropeanDateAnd12HrsTimeValue" - // InternalDSL.g:2134:1: entryRuleEuropeanDateAnd12HrsTimeValue : ruleEuropeanDateAnd12HrsTimeValue EOF ; + // InternalDSL.g:2106:1: entryRuleEuropeanDateAnd12HrsTimeValue : ruleEuropeanDateAnd12HrsTimeValue EOF ; public final void entryRuleEuropeanDateAnd12HrsTimeValue() throws RecognitionException { try { - // InternalDSL.g:2135:1: ( ruleEuropeanDateAnd12HrsTimeValue EOF ) - // InternalDSL.g:2136:1: ruleEuropeanDateAnd12HrsTimeValue EOF + // InternalDSL.g:2107:1: ( ruleEuropeanDateAnd12HrsTimeValue EOF ) + // InternalDSL.g:2108:1: ruleEuropeanDateAnd12HrsTimeValue EOF { before(grammarAccess.getEuropeanDateAnd12HrsTimeValueRule()); pushFollow(FOLLOW_1); @@ -5899,21 +5802,21 @@ public final void entryRuleEuropeanDateAnd12HrsTimeValue() throws RecognitionExc // $ANTLR start "ruleEuropeanDateAnd12HrsTimeValue" - // InternalDSL.g:2143:1: ruleEuropeanDateAnd12HrsTimeValue : ( ( rule__EuropeanDateAnd12HrsTimeValue__Group__0 ) ) ; + // InternalDSL.g:2115:1: ruleEuropeanDateAnd12HrsTimeValue : ( ( rule__EuropeanDateAnd12HrsTimeValue__Group__0 ) ) ; public final void ruleEuropeanDateAnd12HrsTimeValue() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2147:2: ( ( ( rule__EuropeanDateAnd12HrsTimeValue__Group__0 ) ) ) - // InternalDSL.g:2148:1: ( ( rule__EuropeanDateAnd12HrsTimeValue__Group__0 ) ) + // InternalDSL.g:2119:2: ( ( ( rule__EuropeanDateAnd12HrsTimeValue__Group__0 ) ) ) + // InternalDSL.g:2120:1: ( ( rule__EuropeanDateAnd12HrsTimeValue__Group__0 ) ) { - // InternalDSL.g:2148:1: ( ( rule__EuropeanDateAnd12HrsTimeValue__Group__0 ) ) - // InternalDSL.g:2149:1: ( rule__EuropeanDateAnd12HrsTimeValue__Group__0 ) + // InternalDSL.g:2120:1: ( ( rule__EuropeanDateAnd12HrsTimeValue__Group__0 ) ) + // InternalDSL.g:2121:1: ( rule__EuropeanDateAnd12HrsTimeValue__Group__0 ) { before(grammarAccess.getEuropeanDateAnd12HrsTimeValueAccess().getGroup()); - // InternalDSL.g:2150:1: ( rule__EuropeanDateAnd12HrsTimeValue__Group__0 ) - // InternalDSL.g:2150:2: rule__EuropeanDateAnd12HrsTimeValue__Group__0 + // InternalDSL.g:2122:1: ( rule__EuropeanDateAnd12HrsTimeValue__Group__0 ) + // InternalDSL.g:2122:2: rule__EuropeanDateAnd12HrsTimeValue__Group__0 { pushFollow(FOLLOW_2); rule__EuropeanDateAnd12HrsTimeValue__Group__0(); @@ -5946,11 +5849,11 @@ public final void ruleEuropeanDateAnd12HrsTimeValue() throws RecognitionExceptio // $ANTLR start "entryRuleUSDateAnd12HrsTimeValue" - // InternalDSL.g:2162:1: entryRuleUSDateAnd12HrsTimeValue : ruleUSDateAnd12HrsTimeValue EOF ; + // InternalDSL.g:2134:1: entryRuleUSDateAnd12HrsTimeValue : ruleUSDateAnd12HrsTimeValue EOF ; public final void entryRuleUSDateAnd12HrsTimeValue() throws RecognitionException { try { - // InternalDSL.g:2163:1: ( ruleUSDateAnd12HrsTimeValue EOF ) - // InternalDSL.g:2164:1: ruleUSDateAnd12HrsTimeValue EOF + // InternalDSL.g:2135:1: ( ruleUSDateAnd12HrsTimeValue EOF ) + // InternalDSL.g:2136:1: ruleUSDateAnd12HrsTimeValue EOF { before(grammarAccess.getUSDateAnd12HrsTimeValueRule()); pushFollow(FOLLOW_1); @@ -5976,21 +5879,21 @@ public final void entryRuleUSDateAnd12HrsTimeValue() throws RecognitionException // $ANTLR start "ruleUSDateAnd12HrsTimeValue" - // InternalDSL.g:2171:1: ruleUSDateAnd12HrsTimeValue : ( ( rule__USDateAnd12HrsTimeValue__Group__0 ) ) ; + // InternalDSL.g:2143:1: ruleUSDateAnd12HrsTimeValue : ( ( rule__USDateAnd12HrsTimeValue__Group__0 ) ) ; public final void ruleUSDateAnd12HrsTimeValue() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2175:2: ( ( ( rule__USDateAnd12HrsTimeValue__Group__0 ) ) ) - // InternalDSL.g:2176:1: ( ( rule__USDateAnd12HrsTimeValue__Group__0 ) ) + // InternalDSL.g:2147:2: ( ( ( rule__USDateAnd12HrsTimeValue__Group__0 ) ) ) + // InternalDSL.g:2148:1: ( ( rule__USDateAnd12HrsTimeValue__Group__0 ) ) { - // InternalDSL.g:2176:1: ( ( rule__USDateAnd12HrsTimeValue__Group__0 ) ) - // InternalDSL.g:2177:1: ( rule__USDateAnd12HrsTimeValue__Group__0 ) + // InternalDSL.g:2148:1: ( ( rule__USDateAnd12HrsTimeValue__Group__0 ) ) + // InternalDSL.g:2149:1: ( rule__USDateAnd12HrsTimeValue__Group__0 ) { before(grammarAccess.getUSDateAnd12HrsTimeValueAccess().getGroup()); - // InternalDSL.g:2178:1: ( rule__USDateAnd12HrsTimeValue__Group__0 ) - // InternalDSL.g:2178:2: rule__USDateAnd12HrsTimeValue__Group__0 + // InternalDSL.g:2150:1: ( rule__USDateAnd12HrsTimeValue__Group__0 ) + // InternalDSL.g:2150:2: rule__USDateAnd12HrsTimeValue__Group__0 { pushFollow(FOLLOW_2); rule__USDateAnd12HrsTimeValue__Group__0(); @@ -6023,11 +5926,11 @@ public final void ruleUSDateAnd12HrsTimeValue() throws RecognitionException { // $ANTLR start "entryRuleJavaConstantValue" - // InternalDSL.g:2190:1: entryRuleJavaConstantValue : ruleJavaConstantValue EOF ; + // InternalDSL.g:2162:1: entryRuleJavaConstantValue : ruleJavaConstantValue EOF ; public final void entryRuleJavaConstantValue() throws RecognitionException { try { - // InternalDSL.g:2191:1: ( ruleJavaConstantValue EOF ) - // InternalDSL.g:2192:1: ruleJavaConstantValue EOF + // InternalDSL.g:2163:1: ( ruleJavaConstantValue EOF ) + // InternalDSL.g:2164:1: ruleJavaConstantValue EOF { before(grammarAccess.getJavaConstantValueRule()); pushFollow(FOLLOW_1); @@ -6053,21 +5956,21 @@ public final void entryRuleJavaConstantValue() throws RecognitionException { // $ANTLR start "ruleJavaConstantValue" - // InternalDSL.g:2199:1: ruleJavaConstantValue : ( ( rule__JavaConstantValue__Group__0 ) ) ; + // InternalDSL.g:2171:1: ruleJavaConstantValue : ( ( rule__JavaConstantValue__Group__0 ) ) ; public final void ruleJavaConstantValue() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2203:2: ( ( ( rule__JavaConstantValue__Group__0 ) ) ) - // InternalDSL.g:2204:1: ( ( rule__JavaConstantValue__Group__0 ) ) + // InternalDSL.g:2175:2: ( ( ( rule__JavaConstantValue__Group__0 ) ) ) + // InternalDSL.g:2176:1: ( ( rule__JavaConstantValue__Group__0 ) ) { - // InternalDSL.g:2204:1: ( ( rule__JavaConstantValue__Group__0 ) ) - // InternalDSL.g:2205:1: ( rule__JavaConstantValue__Group__0 ) + // InternalDSL.g:2176:1: ( ( rule__JavaConstantValue__Group__0 ) ) + // InternalDSL.g:2177:1: ( rule__JavaConstantValue__Group__0 ) { before(grammarAccess.getJavaConstantValueAccess().getGroup()); - // InternalDSL.g:2206:1: ( rule__JavaConstantValue__Group__0 ) - // InternalDSL.g:2206:2: rule__JavaConstantValue__Group__0 + // InternalDSL.g:2178:1: ( rule__JavaConstantValue__Group__0 ) + // InternalDSL.g:2178:2: rule__JavaConstantValue__Group__0 { pushFollow(FOLLOW_2); rule__JavaConstantValue__Group__0(); @@ -6100,11 +6003,11 @@ public final void ruleJavaConstantValue() throws RecognitionException { // $ANTLR start "entryRuleVariable" - // InternalDSL.g:2218:1: entryRuleVariable : ruleVariable EOF ; + // InternalDSL.g:2190:1: entryRuleVariable : ruleVariable EOF ; public final void entryRuleVariable() throws RecognitionException { try { - // InternalDSL.g:2219:1: ( ruleVariable EOF ) - // InternalDSL.g:2220:1: ruleVariable EOF + // InternalDSL.g:2191:1: ( ruleVariable EOF ) + // InternalDSL.g:2192:1: ruleVariable EOF { before(grammarAccess.getVariableRule()); pushFollow(FOLLOW_1); @@ -6130,21 +6033,21 @@ public final void entryRuleVariable() throws RecognitionException { // $ANTLR start "ruleVariable" - // InternalDSL.g:2227:1: ruleVariable : ( ( rule__Variable__Group__0 ) ) ; + // InternalDSL.g:2199:1: ruleVariable : ( ( rule__Variable__Group__0 ) ) ; public final void ruleVariable() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2231:2: ( ( ( rule__Variable__Group__0 ) ) ) - // InternalDSL.g:2232:1: ( ( rule__Variable__Group__0 ) ) + // InternalDSL.g:2203:2: ( ( ( rule__Variable__Group__0 ) ) ) + // InternalDSL.g:2204:1: ( ( rule__Variable__Group__0 ) ) { - // InternalDSL.g:2232:1: ( ( rule__Variable__Group__0 ) ) - // InternalDSL.g:2233:1: ( rule__Variable__Group__0 ) + // InternalDSL.g:2204:1: ( ( rule__Variable__Group__0 ) ) + // InternalDSL.g:2205:1: ( rule__Variable__Group__0 ) { before(grammarAccess.getVariableAccess().getGroup()); - // InternalDSL.g:2234:1: ( rule__Variable__Group__0 ) - // InternalDSL.g:2234:2: rule__Variable__Group__0 + // InternalDSL.g:2206:1: ( rule__Variable__Group__0 ) + // InternalDSL.g:2206:2: rule__Variable__Group__0 { pushFollow(FOLLOW_2); rule__Variable__Group__0(); @@ -6177,11 +6080,11 @@ public final void ruleVariable() throws RecognitionException { // $ANTLR start "entryRuleVariableVariable" - // InternalDSL.g:2246:1: entryRuleVariableVariable : ruleVariableVariable EOF ; + // InternalDSL.g:2218:1: entryRuleVariableVariable : ruleVariableVariable EOF ; public final void entryRuleVariableVariable() throws RecognitionException { try { - // InternalDSL.g:2247:1: ( ruleVariableVariable EOF ) - // InternalDSL.g:2248:1: ruleVariableVariable EOF + // InternalDSL.g:2219:1: ( ruleVariableVariable EOF ) + // InternalDSL.g:2220:1: ruleVariableVariable EOF { before(grammarAccess.getVariableVariableRule()); pushFollow(FOLLOW_1); @@ -6207,21 +6110,21 @@ public final void entryRuleVariableVariable() throws RecognitionException { // $ANTLR start "ruleVariableVariable" - // InternalDSL.g:2255:1: ruleVariableVariable : ( ( rule__VariableVariable__NameAssignment ) ) ; + // InternalDSL.g:2227:1: ruleVariableVariable : ( ( rule__VariableVariable__NameAssignment ) ) ; public final void ruleVariableVariable() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2259:2: ( ( ( rule__VariableVariable__NameAssignment ) ) ) - // InternalDSL.g:2260:1: ( ( rule__VariableVariable__NameAssignment ) ) + // InternalDSL.g:2231:2: ( ( ( rule__VariableVariable__NameAssignment ) ) ) + // InternalDSL.g:2232:1: ( ( rule__VariableVariable__NameAssignment ) ) { - // InternalDSL.g:2260:1: ( ( rule__VariableVariable__NameAssignment ) ) - // InternalDSL.g:2261:1: ( rule__VariableVariable__NameAssignment ) + // InternalDSL.g:2232:1: ( ( rule__VariableVariable__NameAssignment ) ) + // InternalDSL.g:2233:1: ( rule__VariableVariable__NameAssignment ) { before(grammarAccess.getVariableVariableAccess().getNameAssignment()); - // InternalDSL.g:2262:1: ( rule__VariableVariable__NameAssignment ) - // InternalDSL.g:2262:2: rule__VariableVariable__NameAssignment + // InternalDSL.g:2234:1: ( rule__VariableVariable__NameAssignment ) + // InternalDSL.g:2234:2: rule__VariableVariable__NameAssignment { pushFollow(FOLLOW_2); rule__VariableVariable__NameAssignment(); @@ -6254,11 +6157,11 @@ public final void ruleVariableVariable() throws RecognitionException { // $ANTLR start "entryRuleConstant" - // InternalDSL.g:2274:1: entryRuleConstant : ruleConstant EOF ; + // InternalDSL.g:2246:1: entryRuleConstant : ruleConstant EOF ; public final void entryRuleConstant() throws RecognitionException { try { - // InternalDSL.g:2275:1: ( ruleConstant EOF ) - // InternalDSL.g:2276:1: ruleConstant EOF + // InternalDSL.g:2247:1: ( ruleConstant EOF ) + // InternalDSL.g:2248:1: ruleConstant EOF { before(grammarAccess.getConstantRule()); pushFollow(FOLLOW_1); @@ -6284,21 +6187,21 @@ public final void entryRuleConstant() throws RecognitionException { // $ANTLR start "ruleConstant" - // InternalDSL.g:2283:1: ruleConstant : ( ( rule__Constant__NameAssignment ) ) ; + // InternalDSL.g:2255:1: ruleConstant : ( ( rule__Constant__NameAssignment ) ) ; public final void ruleConstant() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2287:2: ( ( ( rule__Constant__NameAssignment ) ) ) - // InternalDSL.g:2288:1: ( ( rule__Constant__NameAssignment ) ) + // InternalDSL.g:2259:2: ( ( ( rule__Constant__NameAssignment ) ) ) + // InternalDSL.g:2260:1: ( ( rule__Constant__NameAssignment ) ) { - // InternalDSL.g:2288:1: ( ( rule__Constant__NameAssignment ) ) - // InternalDSL.g:2289:1: ( rule__Constant__NameAssignment ) + // InternalDSL.g:2260:1: ( ( rule__Constant__NameAssignment ) ) + // InternalDSL.g:2261:1: ( rule__Constant__NameAssignment ) { before(grammarAccess.getConstantAccess().getNameAssignment()); - // InternalDSL.g:2290:1: ( rule__Constant__NameAssignment ) - // InternalDSL.g:2290:2: rule__Constant__NameAssignment + // InternalDSL.g:2262:1: ( rule__Constant__NameAssignment ) + // InternalDSL.g:2262:2: rule__Constant__NameAssignment { pushFollow(FOLLOW_2); rule__Constant__NameAssignment(); @@ -6331,11 +6234,11 @@ public final void ruleConstant() throws RecognitionException { // $ANTLR start "entryRuleNullValue" - // InternalDSL.g:2302:1: entryRuleNullValue : ruleNullValue EOF ; + // InternalDSL.g:2274:1: entryRuleNullValue : ruleNullValue EOF ; public final void entryRuleNullValue() throws RecognitionException { try { - // InternalDSL.g:2303:1: ( ruleNullValue EOF ) - // InternalDSL.g:2304:1: ruleNullValue EOF + // InternalDSL.g:2275:1: ( ruleNullValue EOF ) + // InternalDSL.g:2276:1: ruleNullValue EOF { before(grammarAccess.getNullValueRule()); pushFollow(FOLLOW_1); @@ -6361,21 +6264,21 @@ public final void entryRuleNullValue() throws RecognitionException { // $ANTLR start "ruleNullValue" - // InternalDSL.g:2311:1: ruleNullValue : ( ( rule__NullValue__Group__0 ) ) ; + // InternalDSL.g:2283:1: ruleNullValue : ( ( rule__NullValue__Group__0 ) ) ; public final void ruleNullValue() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2315:2: ( ( ( rule__NullValue__Group__0 ) ) ) - // InternalDSL.g:2316:1: ( ( rule__NullValue__Group__0 ) ) + // InternalDSL.g:2287:2: ( ( ( rule__NullValue__Group__0 ) ) ) + // InternalDSL.g:2288:1: ( ( rule__NullValue__Group__0 ) ) { - // InternalDSL.g:2316:1: ( ( rule__NullValue__Group__0 ) ) - // InternalDSL.g:2317:1: ( rule__NullValue__Group__0 ) + // InternalDSL.g:2288:1: ( ( rule__NullValue__Group__0 ) ) + // InternalDSL.g:2289:1: ( rule__NullValue__Group__0 ) { before(grammarAccess.getNullValueAccess().getGroup()); - // InternalDSL.g:2318:1: ( rule__NullValue__Group__0 ) - // InternalDSL.g:2318:2: rule__NullValue__Group__0 + // InternalDSL.g:2290:1: ( rule__NullValue__Group__0 ) + // InternalDSL.g:2290:2: rule__NullValue__Group__0 { pushFollow(FOLLOW_2); rule__NullValue__Group__0(); @@ -6408,11 +6311,11 @@ public final void ruleNullValue() throws RecognitionException { // $ANTLR start "entryRuleEnumValue" - // InternalDSL.g:2330:1: entryRuleEnumValue : ruleEnumValue EOF ; + // InternalDSL.g:2302:1: entryRuleEnumValue : ruleEnumValue EOF ; public final void entryRuleEnumValue() throws RecognitionException { try { - // InternalDSL.g:2331:1: ( ruleEnumValue EOF ) - // InternalDSL.g:2332:1: ruleEnumValue EOF + // InternalDSL.g:2303:1: ( ruleEnumValue EOF ) + // InternalDSL.g:2304:1: ruleEnumValue EOF { before(grammarAccess.getEnumValueRule()); pushFollow(FOLLOW_1); @@ -6438,21 +6341,21 @@ public final void entryRuleEnumValue() throws RecognitionException { // $ANTLR start "ruleEnumValue" - // InternalDSL.g:2339:1: ruleEnumValue : ( ( rule__EnumValue__EnumValueAssignment ) ) ; + // InternalDSL.g:2311:1: ruleEnumValue : ( ( rule__EnumValue__EnumValueAssignment ) ) ; public final void ruleEnumValue() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2343:2: ( ( ( rule__EnumValue__EnumValueAssignment ) ) ) - // InternalDSL.g:2344:1: ( ( rule__EnumValue__EnumValueAssignment ) ) + // InternalDSL.g:2315:2: ( ( ( rule__EnumValue__EnumValueAssignment ) ) ) + // InternalDSL.g:2316:1: ( ( rule__EnumValue__EnumValueAssignment ) ) { - // InternalDSL.g:2344:1: ( ( rule__EnumValue__EnumValueAssignment ) ) - // InternalDSL.g:2345:1: ( rule__EnumValue__EnumValueAssignment ) + // InternalDSL.g:2316:1: ( ( rule__EnumValue__EnumValueAssignment ) ) + // InternalDSL.g:2317:1: ( rule__EnumValue__EnumValueAssignment ) { before(grammarAccess.getEnumValueAccess().getEnumValueAssignment()); - // InternalDSL.g:2346:1: ( rule__EnumValue__EnumValueAssignment ) - // InternalDSL.g:2346:2: rule__EnumValue__EnumValueAssignment + // InternalDSL.g:2318:1: ( rule__EnumValue__EnumValueAssignment ) + // InternalDSL.g:2318:2: rule__EnumValue__EnumValueAssignment { pushFollow(FOLLOW_2); rule__EnumValue__EnumValueAssignment(); @@ -6485,11 +6388,11 @@ public final void ruleEnumValue() throws RecognitionException { // $ANTLR start "entryRuleNestedObject" - // InternalDSL.g:2358:1: entryRuleNestedObject : ruleNestedObject EOF ; + // InternalDSL.g:2330:1: entryRuleNestedObject : ruleNestedObject EOF ; public final void entryRuleNestedObject() throws RecognitionException { try { - // InternalDSL.g:2359:1: ( ruleNestedObject EOF ) - // InternalDSL.g:2360:1: ruleNestedObject EOF + // InternalDSL.g:2331:1: ( ruleNestedObject EOF ) + // InternalDSL.g:2332:1: ruleNestedObject EOF { before(grammarAccess.getNestedObjectRule()); pushFollow(FOLLOW_1); @@ -6515,21 +6418,21 @@ public final void entryRuleNestedObject() throws RecognitionException { // $ANTLR start "ruleNestedObject" - // InternalDSL.g:2367:1: ruleNestedObject : ( ( rule__NestedObject__Group__0 ) ) ; + // InternalDSL.g:2339:1: ruleNestedObject : ( ( rule__NestedObject__Group__0 ) ) ; public final void ruleNestedObject() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2371:2: ( ( ( rule__NestedObject__Group__0 ) ) ) - // InternalDSL.g:2372:1: ( ( rule__NestedObject__Group__0 ) ) + // InternalDSL.g:2343:2: ( ( ( rule__NestedObject__Group__0 ) ) ) + // InternalDSL.g:2344:1: ( ( rule__NestedObject__Group__0 ) ) { - // InternalDSL.g:2372:1: ( ( rule__NestedObject__Group__0 ) ) - // InternalDSL.g:2373:1: ( rule__NestedObject__Group__0 ) + // InternalDSL.g:2344:1: ( ( rule__NestedObject__Group__0 ) ) + // InternalDSL.g:2345:1: ( rule__NestedObject__Group__0 ) { before(grammarAccess.getNestedObjectAccess().getGroup()); - // InternalDSL.g:2374:1: ( rule__NestedObject__Group__0 ) - // InternalDSL.g:2374:2: rule__NestedObject__Group__0 + // InternalDSL.g:2346:1: ( rule__NestedObject__Group__0 ) + // InternalDSL.g:2346:2: rule__NestedObject__Group__0 { pushFollow(FOLLOW_2); rule__NestedObject__Group__0(); @@ -6562,11 +6465,11 @@ public final void ruleNestedObject() throws RecognitionException { // $ANTLR start "entryRuleTypedNestedObject" - // InternalDSL.g:2386:1: entryRuleTypedNestedObject : ruleTypedNestedObject EOF ; + // InternalDSL.g:2358:1: entryRuleTypedNestedObject : ruleTypedNestedObject EOF ; public final void entryRuleTypedNestedObject() throws RecognitionException { try { - // InternalDSL.g:2387:1: ( ruleTypedNestedObject EOF ) - // InternalDSL.g:2388:1: ruleTypedNestedObject EOF + // InternalDSL.g:2359:1: ( ruleTypedNestedObject EOF ) + // InternalDSL.g:2360:1: ruleTypedNestedObject EOF { before(grammarAccess.getTypedNestedObjectRule()); pushFollow(FOLLOW_1); @@ -6592,21 +6495,21 @@ public final void entryRuleTypedNestedObject() throws RecognitionException { // $ANTLR start "ruleTypedNestedObject" - // InternalDSL.g:2395:1: ruleTypedNestedObject : ( ( rule__TypedNestedObject__Group__0 ) ) ; + // InternalDSL.g:2367:1: ruleTypedNestedObject : ( ( rule__TypedNestedObject__Group__0 ) ) ; public final void ruleTypedNestedObject() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2399:2: ( ( ( rule__TypedNestedObject__Group__0 ) ) ) - // InternalDSL.g:2400:1: ( ( rule__TypedNestedObject__Group__0 ) ) + // InternalDSL.g:2371:2: ( ( ( rule__TypedNestedObject__Group__0 ) ) ) + // InternalDSL.g:2372:1: ( ( rule__TypedNestedObject__Group__0 ) ) { - // InternalDSL.g:2400:1: ( ( rule__TypedNestedObject__Group__0 ) ) - // InternalDSL.g:2401:1: ( rule__TypedNestedObject__Group__0 ) + // InternalDSL.g:2372:1: ( ( rule__TypedNestedObject__Group__0 ) ) + // InternalDSL.g:2373:1: ( rule__TypedNestedObject__Group__0 ) { before(grammarAccess.getTypedNestedObjectAccess().getGroup()); - // InternalDSL.g:2402:1: ( rule__TypedNestedObject__Group__0 ) - // InternalDSL.g:2402:2: rule__TypedNestedObject__Group__0 + // InternalDSL.g:2374:1: ( rule__TypedNestedObject__Group__0 ) + // InternalDSL.g:2374:2: rule__TypedNestedObject__Group__0 { pushFollow(FOLLOW_2); rule__TypedNestedObject__Group__0(); @@ -6639,11 +6542,11 @@ public final void ruleTypedNestedObject() throws RecognitionException { // $ANTLR start "entryRuleKeyValuePair" - // InternalDSL.g:2414:1: entryRuleKeyValuePair : ruleKeyValuePair EOF ; + // InternalDSL.g:2386:1: entryRuleKeyValuePair : ruleKeyValuePair EOF ; public final void entryRuleKeyValuePair() throws RecognitionException { try { - // InternalDSL.g:2415:1: ( ruleKeyValuePair EOF ) - // InternalDSL.g:2416:1: ruleKeyValuePair EOF + // InternalDSL.g:2387:1: ( ruleKeyValuePair EOF ) + // InternalDSL.g:2388:1: ruleKeyValuePair EOF { before(grammarAccess.getKeyValuePairRule()); pushFollow(FOLLOW_1); @@ -6669,21 +6572,21 @@ public final void entryRuleKeyValuePair() throws RecognitionException { // $ANTLR start "ruleKeyValuePair" - // InternalDSL.g:2423:1: ruleKeyValuePair : ( ( rule__KeyValuePair__Group__0 ) ) ; + // InternalDSL.g:2395:1: ruleKeyValuePair : ( ( rule__KeyValuePair__Group__0 ) ) ; public final void ruleKeyValuePair() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2427:2: ( ( ( rule__KeyValuePair__Group__0 ) ) ) - // InternalDSL.g:2428:1: ( ( rule__KeyValuePair__Group__0 ) ) + // InternalDSL.g:2399:2: ( ( ( rule__KeyValuePair__Group__0 ) ) ) + // InternalDSL.g:2400:1: ( ( rule__KeyValuePair__Group__0 ) ) { - // InternalDSL.g:2428:1: ( ( rule__KeyValuePair__Group__0 ) ) - // InternalDSL.g:2429:1: ( rule__KeyValuePair__Group__0 ) + // InternalDSL.g:2400:1: ( ( rule__KeyValuePair__Group__0 ) ) + // InternalDSL.g:2401:1: ( rule__KeyValuePair__Group__0 ) { before(grammarAccess.getKeyValuePairAccess().getGroup()); - // InternalDSL.g:2430:1: ( rule__KeyValuePair__Group__0 ) - // InternalDSL.g:2430:2: rule__KeyValuePair__Group__0 + // InternalDSL.g:2402:1: ( rule__KeyValuePair__Group__0 ) + // InternalDSL.g:2402:2: rule__KeyValuePair__Group__0 { pushFollow(FOLLOW_2); rule__KeyValuePair__Group__0(); @@ -6716,11 +6619,11 @@ public final void ruleKeyValuePair() throws RecognitionException { // $ANTLR start "entryRuleJavaClassReference" - // InternalDSL.g:2442:1: entryRuleJavaClassReference : ruleJavaClassReference EOF ; + // InternalDSL.g:2414:1: entryRuleJavaClassReference : ruleJavaClassReference EOF ; public final void entryRuleJavaClassReference() throws RecognitionException { try { - // InternalDSL.g:2443:1: ( ruleJavaClassReference EOF ) - // InternalDSL.g:2444:1: ruleJavaClassReference EOF + // InternalDSL.g:2415:1: ( ruleJavaClassReference EOF ) + // InternalDSL.g:2416:1: ruleJavaClassReference EOF { before(grammarAccess.getJavaClassReferenceRule()); pushFollow(FOLLOW_1); @@ -6746,21 +6649,21 @@ public final void entryRuleJavaClassReference() throws RecognitionException { // $ANTLR start "ruleJavaClassReference" - // InternalDSL.g:2451:1: ruleJavaClassReference : ( ( rule__JavaClassReference__TypeAssignment ) ) ; + // InternalDSL.g:2423:1: ruleJavaClassReference : ( ( rule__JavaClassReference__TypeAssignment ) ) ; public final void ruleJavaClassReference() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2455:2: ( ( ( rule__JavaClassReference__TypeAssignment ) ) ) - // InternalDSL.g:2456:1: ( ( rule__JavaClassReference__TypeAssignment ) ) + // InternalDSL.g:2427:2: ( ( ( rule__JavaClassReference__TypeAssignment ) ) ) + // InternalDSL.g:2428:1: ( ( rule__JavaClassReference__TypeAssignment ) ) { - // InternalDSL.g:2456:1: ( ( rule__JavaClassReference__TypeAssignment ) ) - // InternalDSL.g:2457:1: ( rule__JavaClassReference__TypeAssignment ) + // InternalDSL.g:2428:1: ( ( rule__JavaClassReference__TypeAssignment ) ) + // InternalDSL.g:2429:1: ( rule__JavaClassReference__TypeAssignment ) { before(grammarAccess.getJavaClassReferenceAccess().getTypeAssignment()); - // InternalDSL.g:2458:1: ( rule__JavaClassReference__TypeAssignment ) - // InternalDSL.g:2458:2: rule__JavaClassReference__TypeAssignment + // InternalDSL.g:2430:1: ( rule__JavaClassReference__TypeAssignment ) + // InternalDSL.g:2430:2: rule__JavaClassReference__TypeAssignment { pushFollow(FOLLOW_2); rule__JavaClassReference__TypeAssignment(); @@ -6793,11 +6696,11 @@ public final void ruleJavaClassReference() throws RecognitionException { // $ANTLR start "entryRuleMethodReference" - // InternalDSL.g:2470:1: entryRuleMethodReference : ruleMethodReference EOF ; + // InternalDSL.g:2442:1: entryRuleMethodReference : ruleMethodReference EOF ; public final void entryRuleMethodReference() throws RecognitionException { try { - // InternalDSL.g:2471:1: ( ruleMethodReference EOF ) - // InternalDSL.g:2472:1: ruleMethodReference EOF + // InternalDSL.g:2443:1: ( ruleMethodReference EOF ) + // InternalDSL.g:2444:1: ruleMethodReference EOF { before(grammarAccess.getMethodReferenceRule()); pushFollow(FOLLOW_1); @@ -6823,21 +6726,21 @@ public final void entryRuleMethodReference() throws RecognitionException { // $ANTLR start "ruleMethodReference" - // InternalDSL.g:2479:1: ruleMethodReference : ( ( rule__MethodReference__Group__0 ) ) ; + // InternalDSL.g:2451:1: ruleMethodReference : ( ( rule__MethodReference__Group__0 ) ) ; public final void ruleMethodReference() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2483:2: ( ( ( rule__MethodReference__Group__0 ) ) ) - // InternalDSL.g:2484:1: ( ( rule__MethodReference__Group__0 ) ) + // InternalDSL.g:2455:2: ( ( ( rule__MethodReference__Group__0 ) ) ) + // InternalDSL.g:2456:1: ( ( rule__MethodReference__Group__0 ) ) { - // InternalDSL.g:2484:1: ( ( rule__MethodReference__Group__0 ) ) - // InternalDSL.g:2485:1: ( rule__MethodReference__Group__0 ) + // InternalDSL.g:2456:1: ( ( rule__MethodReference__Group__0 ) ) + // InternalDSL.g:2457:1: ( rule__MethodReference__Group__0 ) { before(grammarAccess.getMethodReferenceAccess().getGroup()); - // InternalDSL.g:2486:1: ( rule__MethodReference__Group__0 ) - // InternalDSL.g:2486:2: rule__MethodReference__Group__0 + // InternalDSL.g:2458:1: ( rule__MethodReference__Group__0 ) + // InternalDSL.g:2458:2: rule__MethodReference__Group__0 { pushFollow(FOLLOW_2); rule__MethodReference__Group__0(); @@ -6870,11 +6773,11 @@ public final void ruleMethodReference() throws RecognitionException { // $ANTLR start "entryRuleJavaConstantReference" - // InternalDSL.g:2498:1: entryRuleJavaConstantReference : ruleJavaConstantReference EOF ; + // InternalDSL.g:2470:1: entryRuleJavaConstantReference : ruleJavaConstantReference EOF ; public final void entryRuleJavaConstantReference() throws RecognitionException { try { - // InternalDSL.g:2499:1: ( ruleJavaConstantReference EOF ) - // InternalDSL.g:2500:1: ruleJavaConstantReference EOF + // InternalDSL.g:2471:1: ( ruleJavaConstantReference EOF ) + // InternalDSL.g:2472:1: ruleJavaConstantReference EOF { before(grammarAccess.getJavaConstantReferenceRule()); pushFollow(FOLLOW_1); @@ -6900,21 +6803,21 @@ public final void entryRuleJavaConstantReference() throws RecognitionException { // $ANTLR start "ruleJavaConstantReference" - // InternalDSL.g:2507:1: ruleJavaConstantReference : ( ( rule__JavaConstantReference__Group__0 ) ) ; + // InternalDSL.g:2479:1: ruleJavaConstantReference : ( ( rule__JavaConstantReference__Group__0 ) ) ; public final void ruleJavaConstantReference() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2511:2: ( ( ( rule__JavaConstantReference__Group__0 ) ) ) - // InternalDSL.g:2512:1: ( ( rule__JavaConstantReference__Group__0 ) ) + // InternalDSL.g:2483:2: ( ( ( rule__JavaConstantReference__Group__0 ) ) ) + // InternalDSL.g:2484:1: ( ( rule__JavaConstantReference__Group__0 ) ) { - // InternalDSL.g:2512:1: ( ( rule__JavaConstantReference__Group__0 ) ) - // InternalDSL.g:2513:1: ( rule__JavaConstantReference__Group__0 ) + // InternalDSL.g:2484:1: ( ( rule__JavaConstantReference__Group__0 ) ) + // InternalDSL.g:2485:1: ( rule__JavaConstantReference__Group__0 ) { before(grammarAccess.getJavaConstantReferenceAccess().getGroup()); - // InternalDSL.g:2514:1: ( rule__JavaConstantReference__Group__0 ) - // InternalDSL.g:2514:2: rule__JavaConstantReference__Group__0 + // InternalDSL.g:2486:1: ( rule__JavaConstantReference__Group__0 ) + // InternalDSL.g:2486:2: rule__JavaConstantReference__Group__0 { pushFollow(FOLLOW_2); rule__JavaConstantReference__Group__0(); @@ -6947,11 +6850,11 @@ public final void ruleJavaConstantReference() throws RecognitionException { // $ANTLR start "entryRuleExecutionMultiplier" - // InternalDSL.g:2526:1: entryRuleExecutionMultiplier : ruleExecutionMultiplier EOF ; + // InternalDSL.g:2498:1: entryRuleExecutionMultiplier : ruleExecutionMultiplier EOF ; public final void entryRuleExecutionMultiplier() throws RecognitionException { try { - // InternalDSL.g:2527:1: ( ruleExecutionMultiplier EOF ) - // InternalDSL.g:2528:1: ruleExecutionMultiplier EOF + // InternalDSL.g:2499:1: ( ruleExecutionMultiplier EOF ) + // InternalDSL.g:2500:1: ruleExecutionMultiplier EOF { before(grammarAccess.getExecutionMultiplierRule()); pushFollow(FOLLOW_1); @@ -6977,21 +6880,21 @@ public final void entryRuleExecutionMultiplier() throws RecognitionException { // $ANTLR start "ruleExecutionMultiplier" - // InternalDSL.g:2535:1: ruleExecutionMultiplier : ( ( rule__ExecutionMultiplier__Group__0 ) ) ; + // InternalDSL.g:2507:1: ruleExecutionMultiplier : ( ( rule__ExecutionMultiplier__Group__0 ) ) ; public final void ruleExecutionMultiplier() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2539:2: ( ( ( rule__ExecutionMultiplier__Group__0 ) ) ) - // InternalDSL.g:2540:1: ( ( rule__ExecutionMultiplier__Group__0 ) ) + // InternalDSL.g:2511:2: ( ( ( rule__ExecutionMultiplier__Group__0 ) ) ) + // InternalDSL.g:2512:1: ( ( rule__ExecutionMultiplier__Group__0 ) ) { - // InternalDSL.g:2540:1: ( ( rule__ExecutionMultiplier__Group__0 ) ) - // InternalDSL.g:2541:1: ( rule__ExecutionMultiplier__Group__0 ) + // InternalDSL.g:2512:1: ( ( rule__ExecutionMultiplier__Group__0 ) ) + // InternalDSL.g:2513:1: ( rule__ExecutionMultiplier__Group__0 ) { before(grammarAccess.getExecutionMultiplierAccess().getGroup()); - // InternalDSL.g:2542:1: ( rule__ExecutionMultiplier__Group__0 ) - // InternalDSL.g:2542:2: rule__ExecutionMultiplier__Group__0 + // InternalDSL.g:2514:1: ( rule__ExecutionMultiplier__Group__0 ) + // InternalDSL.g:2514:2: rule__ExecutionMultiplier__Group__0 { pushFollow(FOLLOW_2); rule__ExecutionMultiplier__Group__0(); @@ -7024,11 +6927,11 @@ public final void ruleExecutionMultiplier() throws RecognitionException { // $ANTLR start "entryRuleQualifiedName" - // InternalDSL.g:2554:1: entryRuleQualifiedName : ruleQualifiedName EOF ; + // InternalDSL.g:2526:1: entryRuleQualifiedName : ruleQualifiedName EOF ; public final void entryRuleQualifiedName() throws RecognitionException { try { - // InternalDSL.g:2555:1: ( ruleQualifiedName EOF ) - // InternalDSL.g:2556:1: ruleQualifiedName EOF + // InternalDSL.g:2527:1: ( ruleQualifiedName EOF ) + // InternalDSL.g:2528:1: ruleQualifiedName EOF { before(grammarAccess.getQualifiedNameRule()); pushFollow(FOLLOW_1); @@ -7054,21 +6957,21 @@ public final void entryRuleQualifiedName() throws RecognitionException { // $ANTLR start "ruleQualifiedName" - // InternalDSL.g:2563:1: ruleQualifiedName : ( ( rule__QualifiedName__Group__0 ) ) ; + // InternalDSL.g:2535:1: ruleQualifiedName : ( ( rule__QualifiedName__Group__0 ) ) ; public final void ruleQualifiedName() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2567:2: ( ( ( rule__QualifiedName__Group__0 ) ) ) - // InternalDSL.g:2568:1: ( ( rule__QualifiedName__Group__0 ) ) + // InternalDSL.g:2539:2: ( ( ( rule__QualifiedName__Group__0 ) ) ) + // InternalDSL.g:2540:1: ( ( rule__QualifiedName__Group__0 ) ) { - // InternalDSL.g:2568:1: ( ( rule__QualifiedName__Group__0 ) ) - // InternalDSL.g:2569:1: ( rule__QualifiedName__Group__0 ) + // InternalDSL.g:2540:1: ( ( rule__QualifiedName__Group__0 ) ) + // InternalDSL.g:2541:1: ( rule__QualifiedName__Group__0 ) { before(grammarAccess.getQualifiedNameAccess().getGroup()); - // InternalDSL.g:2570:1: ( rule__QualifiedName__Group__0 ) - // InternalDSL.g:2570:2: rule__QualifiedName__Group__0 + // InternalDSL.g:2542:1: ( rule__QualifiedName__Group__0 ) + // InternalDSL.g:2542:2: rule__QualifiedName__Group__0 { pushFollow(FOLLOW_2); rule__QualifiedName__Group__0(); @@ -7101,11 +7004,11 @@ public final void ruleQualifiedName() throws RecognitionException { // $ANTLR start "entryRuleQualifiedJavaClassName" - // InternalDSL.g:2582:1: entryRuleQualifiedJavaClassName : ruleQualifiedJavaClassName EOF ; + // InternalDSL.g:2554:1: entryRuleQualifiedJavaClassName : ruleQualifiedJavaClassName EOF ; public final void entryRuleQualifiedJavaClassName() throws RecognitionException { try { - // InternalDSL.g:2583:1: ( ruleQualifiedJavaClassName EOF ) - // InternalDSL.g:2584:1: ruleQualifiedJavaClassName EOF + // InternalDSL.g:2555:1: ( ruleQualifiedJavaClassName EOF ) + // InternalDSL.g:2556:1: ruleQualifiedJavaClassName EOF { before(grammarAccess.getQualifiedJavaClassNameRule()); pushFollow(FOLLOW_1); @@ -7131,21 +7034,21 @@ public final void entryRuleQualifiedJavaClassName() throws RecognitionException // $ANTLR start "ruleQualifiedJavaClassName" - // InternalDSL.g:2591:1: ruleQualifiedJavaClassName : ( ( rule__QualifiedJavaClassName__Group__0 ) ) ; + // InternalDSL.g:2563:1: ruleQualifiedJavaClassName : ( ( rule__QualifiedJavaClassName__Group__0 ) ) ; public final void ruleQualifiedJavaClassName() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2595:2: ( ( ( rule__QualifiedJavaClassName__Group__0 ) ) ) - // InternalDSL.g:2596:1: ( ( rule__QualifiedJavaClassName__Group__0 ) ) + // InternalDSL.g:2567:2: ( ( ( rule__QualifiedJavaClassName__Group__0 ) ) ) + // InternalDSL.g:2568:1: ( ( rule__QualifiedJavaClassName__Group__0 ) ) { - // InternalDSL.g:2596:1: ( ( rule__QualifiedJavaClassName__Group__0 ) ) - // InternalDSL.g:2597:1: ( rule__QualifiedJavaClassName__Group__0 ) + // InternalDSL.g:2568:1: ( ( rule__QualifiedJavaClassName__Group__0 ) ) + // InternalDSL.g:2569:1: ( rule__QualifiedJavaClassName__Group__0 ) { before(grammarAccess.getQualifiedJavaClassNameAccess().getGroup()); - // InternalDSL.g:2598:1: ( rule__QualifiedJavaClassName__Group__0 ) - // InternalDSL.g:2598:2: rule__QualifiedJavaClassName__Group__0 + // InternalDSL.g:2570:1: ( rule__QualifiedJavaClassName__Group__0 ) + // InternalDSL.g:2570:2: rule__QualifiedJavaClassName__Group__0 { pushFollow(FOLLOW_2); rule__QualifiedJavaClassName__Group__0(); @@ -7178,11 +7081,11 @@ public final void ruleQualifiedJavaClassName() throws RecognitionException { // $ANTLR start "entryRuleQualifiedNameWithWildcard" - // InternalDSL.g:2610:1: entryRuleQualifiedNameWithWildcard : ruleQualifiedNameWithWildcard EOF ; + // InternalDSL.g:2582:1: entryRuleQualifiedNameWithWildcard : ruleQualifiedNameWithWildcard EOF ; public final void entryRuleQualifiedNameWithWildcard() throws RecognitionException { try { - // InternalDSL.g:2611:1: ( ruleQualifiedNameWithWildcard EOF ) - // InternalDSL.g:2612:1: ruleQualifiedNameWithWildcard EOF + // InternalDSL.g:2583:1: ( ruleQualifiedNameWithWildcard EOF ) + // InternalDSL.g:2584:1: ruleQualifiedNameWithWildcard EOF { before(grammarAccess.getQualifiedNameWithWildcardRule()); pushFollow(FOLLOW_1); @@ -7208,21 +7111,21 @@ public final void entryRuleQualifiedNameWithWildcard() throws RecognitionExcepti // $ANTLR start "ruleQualifiedNameWithWildcard" - // InternalDSL.g:2619:1: ruleQualifiedNameWithWildcard : ( ( rule__QualifiedNameWithWildcard__Group__0 ) ) ; + // InternalDSL.g:2591:1: ruleQualifiedNameWithWildcard : ( ( rule__QualifiedNameWithWildcard__Group__0 ) ) ; public final void ruleQualifiedNameWithWildcard() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2623:2: ( ( ( rule__QualifiedNameWithWildcard__Group__0 ) ) ) - // InternalDSL.g:2624:1: ( ( rule__QualifiedNameWithWildcard__Group__0 ) ) + // InternalDSL.g:2595:2: ( ( ( rule__QualifiedNameWithWildcard__Group__0 ) ) ) + // InternalDSL.g:2596:1: ( ( rule__QualifiedNameWithWildcard__Group__0 ) ) { - // InternalDSL.g:2624:1: ( ( rule__QualifiedNameWithWildcard__Group__0 ) ) - // InternalDSL.g:2625:1: ( rule__QualifiedNameWithWildcard__Group__0 ) + // InternalDSL.g:2596:1: ( ( rule__QualifiedNameWithWildcard__Group__0 ) ) + // InternalDSL.g:2597:1: ( rule__QualifiedNameWithWildcard__Group__0 ) { before(grammarAccess.getQualifiedNameWithWildcardAccess().getGroup()); - // InternalDSL.g:2626:1: ( rule__QualifiedNameWithWildcard__Group__0 ) - // InternalDSL.g:2626:2: rule__QualifiedNameWithWildcard__Group__0 + // InternalDSL.g:2598:1: ( rule__QualifiedNameWithWildcard__Group__0 ) + // InternalDSL.g:2598:2: rule__QualifiedNameWithWildcard__Group__0 { pushFollow(FOLLOW_2); rule__QualifiedNameWithWildcard__Group__0(); @@ -7255,11 +7158,11 @@ public final void ruleQualifiedNameWithWildcard() throws RecognitionException { // $ANTLR start "entryRuleDocumentationComment" - // InternalDSL.g:2638:1: entryRuleDocumentationComment : ruleDocumentationComment EOF ; + // InternalDSL.g:2610:1: entryRuleDocumentationComment : ruleDocumentationComment EOF ; public final void entryRuleDocumentationComment() throws RecognitionException { try { - // InternalDSL.g:2639:1: ( ruleDocumentationComment EOF ) - // InternalDSL.g:2640:1: ruleDocumentationComment EOF + // InternalDSL.g:2611:1: ( ruleDocumentationComment EOF ) + // InternalDSL.g:2612:1: ruleDocumentationComment EOF { before(grammarAccess.getDocumentationCommentRule()); pushFollow(FOLLOW_1); @@ -7285,21 +7188,21 @@ public final void entryRuleDocumentationComment() throws RecognitionException { // $ANTLR start "ruleDocumentationComment" - // InternalDSL.g:2647:1: ruleDocumentationComment : ( ( rule__DocumentationComment__Group__0 ) ) ; + // InternalDSL.g:2619:1: ruleDocumentationComment : ( ( rule__DocumentationComment__Group__0 ) ) ; public final void ruleDocumentationComment() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2651:2: ( ( ( rule__DocumentationComment__Group__0 ) ) ) - // InternalDSL.g:2652:1: ( ( rule__DocumentationComment__Group__0 ) ) + // InternalDSL.g:2623:2: ( ( ( rule__DocumentationComment__Group__0 ) ) ) + // InternalDSL.g:2624:1: ( ( rule__DocumentationComment__Group__0 ) ) { - // InternalDSL.g:2652:1: ( ( rule__DocumentationComment__Group__0 ) ) - // InternalDSL.g:2653:1: ( rule__DocumentationComment__Group__0 ) + // InternalDSL.g:2624:1: ( ( rule__DocumentationComment__Group__0 ) ) + // InternalDSL.g:2625:1: ( rule__DocumentationComment__Group__0 ) { before(grammarAccess.getDocumentationCommentAccess().getGroup()); - // InternalDSL.g:2654:1: ( rule__DocumentationComment__Group__0 ) - // InternalDSL.g:2654:2: rule__DocumentationComment__Group__0 + // InternalDSL.g:2626:1: ( rule__DocumentationComment__Group__0 ) + // InternalDSL.g:2626:2: rule__DocumentationComment__Group__0 { pushFollow(FOLLOW_2); rule__DocumentationComment__Group__0(); @@ -7332,11 +7235,11 @@ public final void ruleDocumentationComment() throws RecognitionException { // $ANTLR start "entryRuleNL" - // InternalDSL.g:2666:1: entryRuleNL : ruleNL EOF ; + // InternalDSL.g:2638:1: entryRuleNL : ruleNL EOF ; public final void entryRuleNL() throws RecognitionException { try { - // InternalDSL.g:2667:1: ( ruleNL EOF ) - // InternalDSL.g:2668:1: ruleNL EOF + // InternalDSL.g:2639:1: ( ruleNL EOF ) + // InternalDSL.g:2640:1: ruleNL EOF { before(grammarAccess.getNLRule()); pushFollow(FOLLOW_1); @@ -7362,20 +7265,20 @@ public final void entryRuleNL() throws RecognitionException { // $ANTLR start "ruleNL" - // InternalDSL.g:2675:1: ruleNL : ( ( rule__NL__Group__0 )* ) ; + // InternalDSL.g:2647:1: ruleNL : ( ( rule__NL__Group__0 )* ) ; public final void ruleNL() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2679:2: ( ( ( rule__NL__Group__0 )* ) ) - // InternalDSL.g:2680:1: ( ( rule__NL__Group__0 )* ) + // InternalDSL.g:2651:2: ( ( ( rule__NL__Group__0 )* ) ) + // InternalDSL.g:2652:1: ( ( rule__NL__Group__0 )* ) { - // InternalDSL.g:2680:1: ( ( rule__NL__Group__0 )* ) - // InternalDSL.g:2681:1: ( rule__NL__Group__0 )* + // InternalDSL.g:2652:1: ( ( rule__NL__Group__0 )* ) + // InternalDSL.g:2653:1: ( rule__NL__Group__0 )* { before(grammarAccess.getNLAccess().getGroup()); - // InternalDSL.g:2682:1: ( rule__NL__Group__0 )* + // InternalDSL.g:2654:1: ( rule__NL__Group__0 )* loop1: do { int alt1=2; @@ -7388,7 +7291,7 @@ public final void ruleNL() throws RecognitionException { switch (alt1) { case 1 : - // InternalDSL.g:2682:2: rule__NL__Group__0 + // InternalDSL.g:2654:2: rule__NL__Group__0 { pushFollow(FOLLOW_3); rule__NL__Group__0(); @@ -7427,11 +7330,11 @@ public final void ruleNL() throws RecognitionException { // $ANTLR start "entryRuleNLFORCED" - // InternalDSL.g:2694:1: entryRuleNLFORCED : ruleNLFORCED EOF ; + // InternalDSL.g:2666:1: entryRuleNLFORCED : ruleNLFORCED EOF ; public final void entryRuleNLFORCED() throws RecognitionException { try { - // InternalDSL.g:2695:1: ( ruleNLFORCED EOF ) - // InternalDSL.g:2696:1: ruleNLFORCED EOF + // InternalDSL.g:2667:1: ( ruleNLFORCED EOF ) + // InternalDSL.g:2668:1: ruleNLFORCED EOF { before(grammarAccess.getNLFORCEDRule()); pushFollow(FOLLOW_1); @@ -7457,21 +7360,21 @@ public final void entryRuleNLFORCED() throws RecognitionException { // $ANTLR start "ruleNLFORCED" - // InternalDSL.g:2703:1: ruleNLFORCED : ( ( rule__NLFORCED__Group__0 ) ) ; + // InternalDSL.g:2675:1: ruleNLFORCED : ( ( rule__NLFORCED__Group__0 ) ) ; public final void ruleNLFORCED() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2707:2: ( ( ( rule__NLFORCED__Group__0 ) ) ) - // InternalDSL.g:2708:1: ( ( rule__NLFORCED__Group__0 ) ) + // InternalDSL.g:2679:2: ( ( ( rule__NLFORCED__Group__0 ) ) ) + // InternalDSL.g:2680:1: ( ( rule__NLFORCED__Group__0 ) ) { - // InternalDSL.g:2708:1: ( ( rule__NLFORCED__Group__0 ) ) - // InternalDSL.g:2709:1: ( rule__NLFORCED__Group__0 ) + // InternalDSL.g:2680:1: ( ( rule__NLFORCED__Group__0 ) ) + // InternalDSL.g:2681:1: ( rule__NLFORCED__Group__0 ) { before(grammarAccess.getNLFORCEDAccess().getGroup()); - // InternalDSL.g:2710:1: ( rule__NLFORCED__Group__0 ) - // InternalDSL.g:2710:2: rule__NLFORCED__Group__0 + // InternalDSL.g:2682:1: ( rule__NLFORCED__Group__0 ) + // InternalDSL.g:2682:2: rule__NLFORCED__Group__0 { pushFollow(FOLLOW_2); rule__NLFORCED__Group__0(); @@ -7504,21 +7407,21 @@ public final void ruleNLFORCED() throws RecognitionException { // $ANTLR start "rule__Statement__Alternatives" - // InternalDSL.g:2722:1: rule__Statement__Alternatives : ( ( rulePackageDefinition ) | ( ruleForkDefinition ) | ( ruleVariantDefinition ) ); + // InternalDSL.g:2694:1: rule__Statement__Alternatives : ( ( rulePackageDefinition ) | ( ruleForkDefinition ) | ( ruleVariantDefinition ) ); public final void rule__Statement__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2726:1: ( ( rulePackageDefinition ) | ( ruleForkDefinition ) | ( ruleVariantDefinition ) ) + // InternalDSL.g:2698:1: ( ( rulePackageDefinition ) | ( ruleForkDefinition ) | ( ruleVariantDefinition ) ) int alt2=3; alt2 = dfa2.predict(input); switch (alt2) { case 1 : - // InternalDSL.g:2727:1: ( rulePackageDefinition ) + // InternalDSL.g:2699:1: ( rulePackageDefinition ) { - // InternalDSL.g:2727:1: ( rulePackageDefinition ) - // InternalDSL.g:2728:1: rulePackageDefinition + // InternalDSL.g:2699:1: ( rulePackageDefinition ) + // InternalDSL.g:2700:1: rulePackageDefinition { before(grammarAccess.getStatementAccess().getPackageDefinitionParserRuleCall_0()); pushFollow(FOLLOW_2); @@ -7534,10 +7437,10 @@ public final void rule__Statement__Alternatives() throws RecognitionException { } break; case 2 : - // InternalDSL.g:2733:6: ( ruleForkDefinition ) + // InternalDSL.g:2705:6: ( ruleForkDefinition ) { - // InternalDSL.g:2733:6: ( ruleForkDefinition ) - // InternalDSL.g:2734:1: ruleForkDefinition + // InternalDSL.g:2705:6: ( ruleForkDefinition ) + // InternalDSL.g:2706:1: ruleForkDefinition { before(grammarAccess.getStatementAccess().getForkDefinitionParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -7553,10 +7456,10 @@ public final void rule__Statement__Alternatives() throws RecognitionException { } break; case 3 : - // InternalDSL.g:2739:6: ( ruleVariantDefinition ) + // InternalDSL.g:2711:6: ( ruleVariantDefinition ) { - // InternalDSL.g:2739:6: ( ruleVariantDefinition ) - // InternalDSL.g:2740:1: ruleVariantDefinition + // InternalDSL.g:2711:6: ( ruleVariantDefinition ) + // InternalDSL.g:2712:1: ruleVariantDefinition { before(grammarAccess.getStatementAccess().getVariantDefinitionParserRuleCall_2()); pushFollow(FOLLOW_2); @@ -7589,13 +7492,13 @@ public final void rule__Statement__Alternatives() throws RecognitionException { // $ANTLR start "rule__VisibleComment__Alternatives" - // InternalDSL.g:2750:1: rule__VisibleComment__Alternatives : ( ( ruleVisibleSingleLineComment ) | ( ruleVisibleMultiLineComment ) ); + // InternalDSL.g:2722:1: rule__VisibleComment__Alternatives : ( ( ruleVisibleSingleLineComment ) | ( ruleVisibleMultiLineComment ) ); public final void rule__VisibleComment__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2754:1: ( ( ruleVisibleSingleLineComment ) | ( ruleVisibleMultiLineComment ) ) + // InternalDSL.g:2726:1: ( ( ruleVisibleSingleLineComment ) | ( ruleVisibleMultiLineComment ) ) int alt3=2; int LA3_0 = input.LA(1); @@ -7613,10 +7516,10 @@ else if ( ((LA3_0>=RULE_ML_VISIBLE_COMMENT && LA3_0<=RULE_ML_VISIBLE_TITLE_COMME } switch (alt3) { case 1 : - // InternalDSL.g:2755:1: ( ruleVisibleSingleLineComment ) + // InternalDSL.g:2727:1: ( ruleVisibleSingleLineComment ) { - // InternalDSL.g:2755:1: ( ruleVisibleSingleLineComment ) - // InternalDSL.g:2756:1: ruleVisibleSingleLineComment + // InternalDSL.g:2727:1: ( ruleVisibleSingleLineComment ) + // InternalDSL.g:2728:1: ruleVisibleSingleLineComment { before(grammarAccess.getVisibleCommentAccess().getVisibleSingleLineCommentParserRuleCall_0()); pushFollow(FOLLOW_2); @@ -7632,10 +7535,10 @@ else if ( ((LA3_0>=RULE_ML_VISIBLE_COMMENT && LA3_0<=RULE_ML_VISIBLE_TITLE_COMME } break; case 2 : - // InternalDSL.g:2761:6: ( ruleVisibleMultiLineComment ) + // InternalDSL.g:2733:6: ( ruleVisibleMultiLineComment ) { - // InternalDSL.g:2761:6: ( ruleVisibleMultiLineComment ) - // InternalDSL.g:2762:1: ruleVisibleMultiLineComment + // InternalDSL.g:2733:6: ( ruleVisibleMultiLineComment ) + // InternalDSL.g:2734:1: ruleVisibleMultiLineComment { before(grammarAccess.getVisibleCommentAccess().getVisibleMultiLineCommentParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -7668,13 +7571,13 @@ else if ( ((LA3_0>=RULE_ML_VISIBLE_COMMENT && LA3_0<=RULE_ML_VISIBLE_TITLE_COMME // $ANTLR start "rule__VisibleSingleLineComment__Alternatives" - // InternalDSL.g:2772:1: rule__VisibleSingleLineComment__Alternatives : ( ( ruleVisibleSingleLineNormalComment ) | ( ruleVisibleSingleLineTitleComment ) ); + // InternalDSL.g:2744:1: rule__VisibleSingleLineComment__Alternatives : ( ( ruleVisibleSingleLineNormalComment ) | ( ruleVisibleSingleLineTitleComment ) ); public final void rule__VisibleSingleLineComment__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2776:1: ( ( ruleVisibleSingleLineNormalComment ) | ( ruleVisibleSingleLineTitleComment ) ) + // InternalDSL.g:2748:1: ( ( ruleVisibleSingleLineNormalComment ) | ( ruleVisibleSingleLineTitleComment ) ) int alt4=2; int LA4_0 = input.LA(1); @@ -7692,10 +7595,10 @@ else if ( (LA4_0==RULE_SL_VISIBLE_TITLE_COMMENT) ) { } switch (alt4) { case 1 : - // InternalDSL.g:2777:1: ( ruleVisibleSingleLineNormalComment ) + // InternalDSL.g:2749:1: ( ruleVisibleSingleLineNormalComment ) { - // InternalDSL.g:2777:1: ( ruleVisibleSingleLineNormalComment ) - // InternalDSL.g:2778:1: ruleVisibleSingleLineNormalComment + // InternalDSL.g:2749:1: ( ruleVisibleSingleLineNormalComment ) + // InternalDSL.g:2750:1: ruleVisibleSingleLineNormalComment { before(grammarAccess.getVisibleSingleLineCommentAccess().getVisibleSingleLineNormalCommentParserRuleCall_0()); pushFollow(FOLLOW_2); @@ -7711,10 +7614,10 @@ else if ( (LA4_0==RULE_SL_VISIBLE_TITLE_COMMENT) ) { } break; case 2 : - // InternalDSL.g:2783:6: ( ruleVisibleSingleLineTitleComment ) + // InternalDSL.g:2755:6: ( ruleVisibleSingleLineTitleComment ) { - // InternalDSL.g:2783:6: ( ruleVisibleSingleLineTitleComment ) - // InternalDSL.g:2784:1: ruleVisibleSingleLineTitleComment + // InternalDSL.g:2755:6: ( ruleVisibleSingleLineTitleComment ) + // InternalDSL.g:2756:1: ruleVisibleSingleLineTitleComment { before(grammarAccess.getVisibleSingleLineCommentAccess().getVisibleSingleLineTitleCommentParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -7747,13 +7650,13 @@ else if ( (LA4_0==RULE_SL_VISIBLE_TITLE_COMMENT) ) { // $ANTLR start "rule__VisibleMultiLineComment__Alternatives" - // InternalDSL.g:2794:1: rule__VisibleMultiLineComment__Alternatives : ( ( ruleVisibleMultiLineNormalComment ) | ( ruleVisibleMultiLineTitleComment ) ); + // InternalDSL.g:2766:1: rule__VisibleMultiLineComment__Alternatives : ( ( ruleVisibleMultiLineNormalComment ) | ( ruleVisibleMultiLineTitleComment ) ); public final void rule__VisibleMultiLineComment__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2798:1: ( ( ruleVisibleMultiLineNormalComment ) | ( ruleVisibleMultiLineTitleComment ) ) + // InternalDSL.g:2770:1: ( ( ruleVisibleMultiLineNormalComment ) | ( ruleVisibleMultiLineTitleComment ) ) int alt5=2; int LA5_0 = input.LA(1); @@ -7771,10 +7674,10 @@ else if ( (LA5_0==RULE_ML_VISIBLE_TITLE_COMMENT) ) { } switch (alt5) { case 1 : - // InternalDSL.g:2799:1: ( ruleVisibleMultiLineNormalComment ) + // InternalDSL.g:2771:1: ( ruleVisibleMultiLineNormalComment ) { - // InternalDSL.g:2799:1: ( ruleVisibleMultiLineNormalComment ) - // InternalDSL.g:2800:1: ruleVisibleMultiLineNormalComment + // InternalDSL.g:2771:1: ( ruleVisibleMultiLineNormalComment ) + // InternalDSL.g:2772:1: ruleVisibleMultiLineNormalComment { before(grammarAccess.getVisibleMultiLineCommentAccess().getVisibleMultiLineNormalCommentParserRuleCall_0()); pushFollow(FOLLOW_2); @@ -7790,10 +7693,10 @@ else if ( (LA5_0==RULE_ML_VISIBLE_TITLE_COMMENT) ) { } break; case 2 : - // InternalDSL.g:2805:6: ( ruleVisibleMultiLineTitleComment ) + // InternalDSL.g:2777:6: ( ruleVisibleMultiLineTitleComment ) { - // InternalDSL.g:2805:6: ( ruleVisibleMultiLineTitleComment ) - // InternalDSL.g:2806:1: ruleVisibleMultiLineTitleComment + // InternalDSL.g:2777:6: ( ruleVisibleMultiLineTitleComment ) + // InternalDSL.g:2778:1: ruleVisibleMultiLineTitleComment { before(grammarAccess.getVisibleMultiLineCommentAccess().getVisibleMultiLineTitleCommentParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -7826,21 +7729,21 @@ else if ( (LA5_0==RULE_ML_VISIBLE_TITLE_COMMENT) ) { // $ANTLR start "rule__PackageStatement__Alternatives" - // InternalDSL.g:2816:1: rule__PackageStatement__Alternatives : ( ( ruleForkDefinition ) | ( ruleVariantDefinition ) | ( ruleTestDefinition ) | ( ruleCallDefinition ) | ( ruleOperationDefinition ) | ( ruleSuiteDefinition ) | ( ruleVariableDefinition ) | ( ruleConstantDefinition ) ); + // InternalDSL.g:2788:1: rule__PackageStatement__Alternatives : ( ( ruleForkDefinition ) | ( ruleVariantDefinition ) | ( ruleTestDefinition ) | ( ruleCallDefinition ) | ( ruleOperationDefinition ) | ( ruleSuiteDefinition ) | ( ruleVariableDefinition ) | ( ruleConstantDefinition ) ); public final void rule__PackageStatement__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2820:1: ( ( ruleForkDefinition ) | ( ruleVariantDefinition ) | ( ruleTestDefinition ) | ( ruleCallDefinition ) | ( ruleOperationDefinition ) | ( ruleSuiteDefinition ) | ( ruleVariableDefinition ) | ( ruleConstantDefinition ) ) + // InternalDSL.g:2792:1: ( ( ruleForkDefinition ) | ( ruleVariantDefinition ) | ( ruleTestDefinition ) | ( ruleCallDefinition ) | ( ruleOperationDefinition ) | ( ruleSuiteDefinition ) | ( ruleVariableDefinition ) | ( ruleConstantDefinition ) ) int alt6=8; alt6 = dfa6.predict(input); switch (alt6) { case 1 : - // InternalDSL.g:2821:1: ( ruleForkDefinition ) + // InternalDSL.g:2793:1: ( ruleForkDefinition ) { - // InternalDSL.g:2821:1: ( ruleForkDefinition ) - // InternalDSL.g:2822:1: ruleForkDefinition + // InternalDSL.g:2793:1: ( ruleForkDefinition ) + // InternalDSL.g:2794:1: ruleForkDefinition { before(grammarAccess.getPackageStatementAccess().getForkDefinitionParserRuleCall_0()); pushFollow(FOLLOW_2); @@ -7856,10 +7759,10 @@ public final void rule__PackageStatement__Alternatives() throws RecognitionExcep } break; case 2 : - // InternalDSL.g:2827:6: ( ruleVariantDefinition ) + // InternalDSL.g:2799:6: ( ruleVariantDefinition ) { - // InternalDSL.g:2827:6: ( ruleVariantDefinition ) - // InternalDSL.g:2828:1: ruleVariantDefinition + // InternalDSL.g:2799:6: ( ruleVariantDefinition ) + // InternalDSL.g:2800:1: ruleVariantDefinition { before(grammarAccess.getPackageStatementAccess().getVariantDefinitionParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -7875,10 +7778,10 @@ public final void rule__PackageStatement__Alternatives() throws RecognitionExcep } break; case 3 : - // InternalDSL.g:2833:6: ( ruleTestDefinition ) + // InternalDSL.g:2805:6: ( ruleTestDefinition ) { - // InternalDSL.g:2833:6: ( ruleTestDefinition ) - // InternalDSL.g:2834:1: ruleTestDefinition + // InternalDSL.g:2805:6: ( ruleTestDefinition ) + // InternalDSL.g:2806:1: ruleTestDefinition { before(grammarAccess.getPackageStatementAccess().getTestDefinitionParserRuleCall_2()); pushFollow(FOLLOW_2); @@ -7894,10 +7797,10 @@ public final void rule__PackageStatement__Alternatives() throws RecognitionExcep } break; case 4 : - // InternalDSL.g:2839:6: ( ruleCallDefinition ) + // InternalDSL.g:2811:6: ( ruleCallDefinition ) { - // InternalDSL.g:2839:6: ( ruleCallDefinition ) - // InternalDSL.g:2840:1: ruleCallDefinition + // InternalDSL.g:2811:6: ( ruleCallDefinition ) + // InternalDSL.g:2812:1: ruleCallDefinition { before(grammarAccess.getPackageStatementAccess().getCallDefinitionParserRuleCall_3()); pushFollow(FOLLOW_2); @@ -7913,10 +7816,10 @@ public final void rule__PackageStatement__Alternatives() throws RecognitionExcep } break; case 5 : - // InternalDSL.g:2845:6: ( ruleOperationDefinition ) + // InternalDSL.g:2817:6: ( ruleOperationDefinition ) { - // InternalDSL.g:2845:6: ( ruleOperationDefinition ) - // InternalDSL.g:2846:1: ruleOperationDefinition + // InternalDSL.g:2817:6: ( ruleOperationDefinition ) + // InternalDSL.g:2818:1: ruleOperationDefinition { before(grammarAccess.getPackageStatementAccess().getOperationDefinitionParserRuleCall_4()); pushFollow(FOLLOW_2); @@ -7932,10 +7835,10 @@ public final void rule__PackageStatement__Alternatives() throws RecognitionExcep } break; case 6 : - // InternalDSL.g:2851:6: ( ruleSuiteDefinition ) + // InternalDSL.g:2823:6: ( ruleSuiteDefinition ) { - // InternalDSL.g:2851:6: ( ruleSuiteDefinition ) - // InternalDSL.g:2852:1: ruleSuiteDefinition + // InternalDSL.g:2823:6: ( ruleSuiteDefinition ) + // InternalDSL.g:2824:1: ruleSuiteDefinition { before(grammarAccess.getPackageStatementAccess().getSuiteDefinitionParserRuleCall_5()); pushFollow(FOLLOW_2); @@ -7951,10 +7854,10 @@ public final void rule__PackageStatement__Alternatives() throws RecognitionExcep } break; case 7 : - // InternalDSL.g:2857:6: ( ruleVariableDefinition ) + // InternalDSL.g:2829:6: ( ruleVariableDefinition ) { - // InternalDSL.g:2857:6: ( ruleVariableDefinition ) - // InternalDSL.g:2858:1: ruleVariableDefinition + // InternalDSL.g:2829:6: ( ruleVariableDefinition ) + // InternalDSL.g:2830:1: ruleVariableDefinition { before(grammarAccess.getPackageStatementAccess().getVariableDefinitionParserRuleCall_6()); pushFollow(FOLLOW_2); @@ -7970,10 +7873,10 @@ public final void rule__PackageStatement__Alternatives() throws RecognitionExcep } break; case 8 : - // InternalDSL.g:2863:6: ( ruleConstantDefinition ) + // InternalDSL.g:2835:6: ( ruleConstantDefinition ) { - // InternalDSL.g:2863:6: ( ruleConstantDefinition ) - // InternalDSL.g:2864:1: ruleConstantDefinition + // InternalDSL.g:2835:6: ( ruleConstantDefinition ) + // InternalDSL.g:2836:1: ruleConstantDefinition { before(grammarAccess.getPackageStatementAccess().getConstantDefinitionParserRuleCall_7()); pushFollow(FOLLOW_2); @@ -8006,20 +7909,20 @@ public final void rule__PackageStatement__Alternatives() throws RecognitionExcep // $ANTLR start "rule__ForkDefinition__Alternatives_7_0" - // InternalDSL.g:2874:1: rule__ForkDefinition__Alternatives_7_0 : ( ( ( rule__ForkDefinition__Group_7_0_0__0 ) ) | ( ( rule__ForkDefinition__Group_7_0_1__0 ) ) ); + // InternalDSL.g:2846:1: rule__ForkDefinition__Alternatives_7_0 : ( ( ( rule__ForkDefinition__Group_7_0_0__0 ) ) | ( ( rule__ForkDefinition__Group_7_0_1__0 ) ) ); public final void rule__ForkDefinition__Alternatives_7_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2878:1: ( ( ( rule__ForkDefinition__Group_7_0_0__0 ) ) | ( ( rule__ForkDefinition__Group_7_0_1__0 ) ) ) + // InternalDSL.g:2850:1: ( ( ( rule__ForkDefinition__Group_7_0_0__0 ) ) | ( ( rule__ForkDefinition__Group_7_0_1__0 ) ) ) int alt7=2; int LA7_0 = input.LA(1); - if ( (LA7_0==61) ) { + if ( (LA7_0==41) ) { alt7=1; } - else if ( (LA7_0==62) ) { + else if ( (LA7_0==42) ) { alt7=2; } else { @@ -8030,14 +7933,14 @@ else if ( (LA7_0==62) ) { } switch (alt7) { case 1 : - // InternalDSL.g:2879:1: ( ( rule__ForkDefinition__Group_7_0_0__0 ) ) + // InternalDSL.g:2851:1: ( ( rule__ForkDefinition__Group_7_0_0__0 ) ) { - // InternalDSL.g:2879:1: ( ( rule__ForkDefinition__Group_7_0_0__0 ) ) - // InternalDSL.g:2880:1: ( rule__ForkDefinition__Group_7_0_0__0 ) + // InternalDSL.g:2851:1: ( ( rule__ForkDefinition__Group_7_0_0__0 ) ) + // InternalDSL.g:2852:1: ( rule__ForkDefinition__Group_7_0_0__0 ) { before(grammarAccess.getForkDefinitionAccess().getGroup_7_0_0()); - // InternalDSL.g:2881:1: ( rule__ForkDefinition__Group_7_0_0__0 ) - // InternalDSL.g:2881:2: rule__ForkDefinition__Group_7_0_0__0 + // InternalDSL.g:2853:1: ( rule__ForkDefinition__Group_7_0_0__0 ) + // InternalDSL.g:2853:2: rule__ForkDefinition__Group_7_0_0__0 { pushFollow(FOLLOW_2); rule__ForkDefinition__Group_7_0_0__0(); @@ -8055,14 +7958,14 @@ else if ( (LA7_0==62) ) { } break; case 2 : - // InternalDSL.g:2885:6: ( ( rule__ForkDefinition__Group_7_0_1__0 ) ) + // InternalDSL.g:2857:6: ( ( rule__ForkDefinition__Group_7_0_1__0 ) ) { - // InternalDSL.g:2885:6: ( ( rule__ForkDefinition__Group_7_0_1__0 ) ) - // InternalDSL.g:2886:1: ( rule__ForkDefinition__Group_7_0_1__0 ) + // InternalDSL.g:2857:6: ( ( rule__ForkDefinition__Group_7_0_1__0 ) ) + // InternalDSL.g:2858:1: ( rule__ForkDefinition__Group_7_0_1__0 ) { before(grammarAccess.getForkDefinitionAccess().getGroup_7_0_1()); - // InternalDSL.g:2887:1: ( rule__ForkDefinition__Group_7_0_1__0 ) - // InternalDSL.g:2887:2: rule__ForkDefinition__Group_7_0_1__0 + // InternalDSL.g:2859:1: ( rule__ForkDefinition__Group_7_0_1__0 ) + // InternalDSL.g:2859:2: rule__ForkDefinition__Group_7_0_1__0 { pushFollow(FOLLOW_2); rule__ForkDefinition__Group_7_0_1__0(); @@ -8097,33 +8000,33 @@ else if ( (LA7_0==62) ) { // $ANTLR start "rule__SuiteStatement__Alternatives" - // InternalDSL.g:2896:1: rule__SuiteStatement__Alternatives : ( ( ruleSuiteStatementWithResult ) | ( ruleVariableDefinition ) | ( ruleConstantDefinition ) | ( ruleVariableAssignment ) | ( ruleTimeSet ) | ( ruleVisibleComment ) | ( ruleVisibleDivider ) ); + // InternalDSL.g:2868:1: rule__SuiteStatement__Alternatives : ( ( ruleSuiteStatementWithResult ) | ( ruleVariableDefinition ) | ( ruleConstantDefinition ) | ( ruleVariableAssignment ) | ( ruleTimeSet ) | ( ruleVisibleComment ) | ( ruleVisibleDivider ) ); public final void rule__SuiteStatement__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2900:1: ( ( ruleSuiteStatementWithResult ) | ( ruleVariableDefinition ) | ( ruleConstantDefinition ) | ( ruleVariableAssignment ) | ( ruleTimeSet ) | ( ruleVisibleComment ) | ( ruleVisibleDivider ) ) + // InternalDSL.g:2872:1: ( ( ruleSuiteStatementWithResult ) | ( ruleVariableDefinition ) | ( ruleConstantDefinition ) | ( ruleVariableAssignment ) | ( ruleTimeSet ) | ( ruleVisibleComment ) | ( ruleVisibleDivider ) ) int alt8=7; switch ( input.LA(1) ) { - case 81: - case 83: + case 61: + case 63: + case 65: + case 70: case 85: - case 90: - case 105: - case 107: + case 87: { alt8=1; } break; - case 103: + case 83: { int LA8_2 = input.LA(2); - if ( (LA8_2==77) ) { + if ( (LA8_2==57) ) { alt8=3; } - else if ( (LA8_2==75) ) { + else if ( (LA8_2==55) ) { alt8=2; } else { @@ -8134,23 +8037,23 @@ else if ( (LA8_2==75) ) { } } break; - case 75: + case 55: { alt8=2; } break; case RULE_ML_DOC_COMMENT: - case 77: + case 57: { alt8=3; } break; - case 78: + case 58: { alt8=4; } break; - case 86: + case 66: { alt8=5; } @@ -8177,10 +8080,10 @@ else if ( (LA8_2==75) ) { switch (alt8) { case 1 : - // InternalDSL.g:2901:1: ( ruleSuiteStatementWithResult ) + // InternalDSL.g:2873:1: ( ruleSuiteStatementWithResult ) { - // InternalDSL.g:2901:1: ( ruleSuiteStatementWithResult ) - // InternalDSL.g:2902:1: ruleSuiteStatementWithResult + // InternalDSL.g:2873:1: ( ruleSuiteStatementWithResult ) + // InternalDSL.g:2874:1: ruleSuiteStatementWithResult { before(grammarAccess.getSuiteStatementAccess().getSuiteStatementWithResultParserRuleCall_0()); pushFollow(FOLLOW_2); @@ -8196,10 +8099,10 @@ else if ( (LA8_2==75) ) { } break; case 2 : - // InternalDSL.g:2907:6: ( ruleVariableDefinition ) + // InternalDSL.g:2879:6: ( ruleVariableDefinition ) { - // InternalDSL.g:2907:6: ( ruleVariableDefinition ) - // InternalDSL.g:2908:1: ruleVariableDefinition + // InternalDSL.g:2879:6: ( ruleVariableDefinition ) + // InternalDSL.g:2880:1: ruleVariableDefinition { before(grammarAccess.getSuiteStatementAccess().getVariableDefinitionParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -8215,10 +8118,10 @@ else if ( (LA8_2==75) ) { } break; case 3 : - // InternalDSL.g:2913:6: ( ruleConstantDefinition ) + // InternalDSL.g:2885:6: ( ruleConstantDefinition ) { - // InternalDSL.g:2913:6: ( ruleConstantDefinition ) - // InternalDSL.g:2914:1: ruleConstantDefinition + // InternalDSL.g:2885:6: ( ruleConstantDefinition ) + // InternalDSL.g:2886:1: ruleConstantDefinition { before(grammarAccess.getSuiteStatementAccess().getConstantDefinitionParserRuleCall_2()); pushFollow(FOLLOW_2); @@ -8234,10 +8137,10 @@ else if ( (LA8_2==75) ) { } break; case 4 : - // InternalDSL.g:2919:6: ( ruleVariableAssignment ) + // InternalDSL.g:2891:6: ( ruleVariableAssignment ) { - // InternalDSL.g:2919:6: ( ruleVariableAssignment ) - // InternalDSL.g:2920:1: ruleVariableAssignment + // InternalDSL.g:2891:6: ( ruleVariableAssignment ) + // InternalDSL.g:2892:1: ruleVariableAssignment { before(grammarAccess.getSuiteStatementAccess().getVariableAssignmentParserRuleCall_3()); pushFollow(FOLLOW_2); @@ -8253,10 +8156,10 @@ else if ( (LA8_2==75) ) { } break; case 5 : - // InternalDSL.g:2925:6: ( ruleTimeSet ) + // InternalDSL.g:2897:6: ( ruleTimeSet ) { - // InternalDSL.g:2925:6: ( ruleTimeSet ) - // InternalDSL.g:2926:1: ruleTimeSet + // InternalDSL.g:2897:6: ( ruleTimeSet ) + // InternalDSL.g:2898:1: ruleTimeSet { before(grammarAccess.getSuiteStatementAccess().getTimeSetParserRuleCall_4()); pushFollow(FOLLOW_2); @@ -8272,10 +8175,10 @@ else if ( (LA8_2==75) ) { } break; case 6 : - // InternalDSL.g:2931:6: ( ruleVisibleComment ) + // InternalDSL.g:2903:6: ( ruleVisibleComment ) { - // InternalDSL.g:2931:6: ( ruleVisibleComment ) - // InternalDSL.g:2932:1: ruleVisibleComment + // InternalDSL.g:2903:6: ( ruleVisibleComment ) + // InternalDSL.g:2904:1: ruleVisibleComment { before(grammarAccess.getSuiteStatementAccess().getVisibleCommentParserRuleCall_5()); pushFollow(FOLLOW_2); @@ -8291,10 +8194,10 @@ else if ( (LA8_2==75) ) { } break; case 7 : - // InternalDSL.g:2937:6: ( ruleVisibleDivider ) + // InternalDSL.g:2909:6: ( ruleVisibleDivider ) { - // InternalDSL.g:2937:6: ( ruleVisibleDivider ) - // InternalDSL.g:2938:1: ruleVisibleDivider + // InternalDSL.g:2909:6: ( ruleVisibleDivider ) + // InternalDSL.g:2910:1: ruleVisibleDivider { before(grammarAccess.getSuiteStatementAccess().getVisibleDividerParserRuleCall_6()); pushFollow(FOLLOW_2); @@ -8327,33 +8230,33 @@ else if ( (LA8_2==75) ) { // $ANTLR start "rule__SuiteStatementWithResult__Alternatives" - // InternalDSL.g:2948:1: rule__SuiteStatementWithResult__Alternatives : ( ( ruleSuite ) | ( ruleTest ) | ( ruleTableTest ) | ( ruleCall ) ); + // InternalDSL.g:2920:1: rule__SuiteStatementWithResult__Alternatives : ( ( ruleSuite ) | ( ruleTest ) | ( ruleTableTest ) | ( ruleCall ) ); public final void rule__SuiteStatementWithResult__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2952:1: ( ( ruleSuite ) | ( ruleTest ) | ( ruleTableTest ) | ( ruleCall ) ) + // InternalDSL.g:2924:1: ( ( ruleSuite ) | ( ruleTest ) | ( ruleTableTest ) | ( ruleCall ) ) int alt9=4; switch ( input.LA(1) ) { - case 90: - case 105: + case 70: + case 85: { alt9=1; } break; - case 81: - case 107: + case 61: + case 87: { alt9=2; } break; - case 83: + case 63: { alt9=3; } break; - case 85: + case 65: { alt9=4; } @@ -8367,10 +8270,10 @@ public final void rule__SuiteStatementWithResult__Alternatives() throws Recognit switch (alt9) { case 1 : - // InternalDSL.g:2953:1: ( ruleSuite ) + // InternalDSL.g:2925:1: ( ruleSuite ) { - // InternalDSL.g:2953:1: ( ruleSuite ) - // InternalDSL.g:2954:1: ruleSuite + // InternalDSL.g:2925:1: ( ruleSuite ) + // InternalDSL.g:2926:1: ruleSuite { before(grammarAccess.getSuiteStatementWithResultAccess().getSuiteParserRuleCall_0()); pushFollow(FOLLOW_2); @@ -8386,10 +8289,10 @@ public final void rule__SuiteStatementWithResult__Alternatives() throws Recognit } break; case 2 : - // InternalDSL.g:2959:6: ( ruleTest ) + // InternalDSL.g:2931:6: ( ruleTest ) { - // InternalDSL.g:2959:6: ( ruleTest ) - // InternalDSL.g:2960:1: ruleTest + // InternalDSL.g:2931:6: ( ruleTest ) + // InternalDSL.g:2932:1: ruleTest { before(grammarAccess.getSuiteStatementWithResultAccess().getTestParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -8405,10 +8308,10 @@ public final void rule__SuiteStatementWithResult__Alternatives() throws Recognit } break; case 3 : - // InternalDSL.g:2965:6: ( ruleTableTest ) + // InternalDSL.g:2937:6: ( ruleTableTest ) { - // InternalDSL.g:2965:6: ( ruleTableTest ) - // InternalDSL.g:2966:1: ruleTableTest + // InternalDSL.g:2937:6: ( ruleTableTest ) + // InternalDSL.g:2938:1: ruleTableTest { before(grammarAccess.getSuiteStatementWithResultAccess().getTableTestParserRuleCall_2()); pushFollow(FOLLOW_2); @@ -8424,10 +8327,10 @@ public final void rule__SuiteStatementWithResult__Alternatives() throws Recognit } break; case 4 : - // InternalDSL.g:2971:6: ( ruleCall ) + // InternalDSL.g:2943:6: ( ruleCall ) { - // InternalDSL.g:2971:6: ( ruleCall ) - // InternalDSL.g:2972:1: ruleCall + // InternalDSL.g:2943:6: ( ruleCall ) + // InternalDSL.g:2944:1: ruleCall { before(grammarAccess.getSuiteStatementWithResultAccess().getCallParserRuleCall_3()); pushFollow(FOLLOW_2); @@ -8460,20 +8363,20 @@ public final void rule__SuiteStatementWithResult__Alternatives() throws Recognit // $ANTLR start "rule__ResultName__Alternatives" - // InternalDSL.g:2983:1: rule__ResultName__Alternatives : ( ( ruleFixedResultName ) | ( ruleArbitraryParameterOrResultName ) ); + // InternalDSL.g:2955:1: rule__ResultName__Alternatives : ( ( ruleFixedResultName ) | ( ruleArbitraryParameterOrResultName ) ); public final void rule__ResultName__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:2987:1: ( ( ruleFixedResultName ) | ( ruleArbitraryParameterOrResultName ) ) + // InternalDSL.g:2959:1: ( ( ruleFixedResultName ) | ( ruleArbitraryParameterOrResultName ) ) int alt10=2; int LA10_0 = input.LA(1); if ( (LA10_0==RULE_ID) ) { alt10=1; } - else if ( (LA10_0==29) ) { + else if ( (LA10_0==30) ) { alt10=2; } else { @@ -8484,10 +8387,10 @@ else if ( (LA10_0==29) ) { } switch (alt10) { case 1 : - // InternalDSL.g:2988:1: ( ruleFixedResultName ) + // InternalDSL.g:2960:1: ( ruleFixedResultName ) { - // InternalDSL.g:2988:1: ( ruleFixedResultName ) - // InternalDSL.g:2989:1: ruleFixedResultName + // InternalDSL.g:2960:1: ( ruleFixedResultName ) + // InternalDSL.g:2961:1: ruleFixedResultName { before(grammarAccess.getResultNameAccess().getFixedResultNameParserRuleCall_0()); pushFollow(FOLLOW_2); @@ -8503,10 +8406,10 @@ else if ( (LA10_0==29) ) { } break; case 2 : - // InternalDSL.g:2994:6: ( ruleArbitraryParameterOrResultName ) + // InternalDSL.g:2966:6: ( ruleArbitraryParameterOrResultName ) { - // InternalDSL.g:2994:6: ( ruleArbitraryParameterOrResultName ) - // InternalDSL.g:2995:1: ruleArbitraryParameterOrResultName + // InternalDSL.g:2966:6: ( ruleArbitraryParameterOrResultName ) + // InternalDSL.g:2967:1: ruleArbitraryParameterOrResultName { before(grammarAccess.getResultNameAccess().getArbitraryParameterOrResultNameParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -8539,20 +8442,20 @@ else if ( (LA10_0==29) ) { // $ANTLR start "rule__TimeSet__Alternatives_2" - // InternalDSL.g:3005:1: rule__TimeSet__Alternatives_2 : ( ( ( rule__TimeSet__Group_2_0__0 ) ) | ( ( rule__TimeSet__Group_2_1__0 ) ) ); + // InternalDSL.g:2977:1: rule__TimeSet__Alternatives_2 : ( ( ( rule__TimeSet__Group_2_0__0 ) ) | ( ( rule__TimeSet__Group_2_1__0 ) ) ); public final void rule__TimeSet__Alternatives_2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3009:1: ( ( ( rule__TimeSet__Group_2_0__0 ) ) | ( ( rule__TimeSet__Group_2_1__0 ) ) ) + // InternalDSL.g:2981:1: ( ( ( rule__TimeSet__Group_2_0__0 ) ) | ( ( rule__TimeSet__Group_2_1__0 ) ) ) int alt11=2; int LA11_0 = input.LA(1); - if ( (LA11_0==108) ) { + if ( (LA11_0==88) ) { alt11=1; } - else if ( ((LA11_0>=RULE_BOOLEAN_TRUE && LA11_0<=RULE_UPPERCASE_ID)||(LA11_0>=RULE_STRING && LA11_0<=RULE_TWELVEHRSTIME)||(LA11_0>=29 && LA11_0<=30)||LA11_0==91||LA11_0==93||LA11_0==95||(LA11_0>=98 && LA11_0<=99)) ) { + else if ( ((LA11_0>=RULE_BOOLEAN_TRUE && LA11_0<=RULE_UPPERCASE_ID)||LA11_0==RULE_STRING||(LA11_0>=RULE_INTEGER && LA11_0<=RULE_TWELVEHRSTIME)||(LA11_0>=30 && LA11_0<=31)||LA11_0==71||LA11_0==73||LA11_0==75||(LA11_0>=78 && LA11_0<=79)) ) { alt11=2; } else { @@ -8563,14 +8466,14 @@ else if ( ((LA11_0>=RULE_BOOLEAN_TRUE && LA11_0<=RULE_UPPERCASE_ID)||(LA11_0>=RU } switch (alt11) { case 1 : - // InternalDSL.g:3010:1: ( ( rule__TimeSet__Group_2_0__0 ) ) + // InternalDSL.g:2982:1: ( ( rule__TimeSet__Group_2_0__0 ) ) { - // InternalDSL.g:3010:1: ( ( rule__TimeSet__Group_2_0__0 ) ) - // InternalDSL.g:3011:1: ( rule__TimeSet__Group_2_0__0 ) + // InternalDSL.g:2982:1: ( ( rule__TimeSet__Group_2_0__0 ) ) + // InternalDSL.g:2983:1: ( rule__TimeSet__Group_2_0__0 ) { before(grammarAccess.getTimeSetAccess().getGroup_2_0()); - // InternalDSL.g:3012:1: ( rule__TimeSet__Group_2_0__0 ) - // InternalDSL.g:3012:2: rule__TimeSet__Group_2_0__0 + // InternalDSL.g:2984:1: ( rule__TimeSet__Group_2_0__0 ) + // InternalDSL.g:2984:2: rule__TimeSet__Group_2_0__0 { pushFollow(FOLLOW_2); rule__TimeSet__Group_2_0__0(); @@ -8588,14 +8491,14 @@ else if ( ((LA11_0>=RULE_BOOLEAN_TRUE && LA11_0<=RULE_UPPERCASE_ID)||(LA11_0>=RU } break; case 2 : - // InternalDSL.g:3016:6: ( ( rule__TimeSet__Group_2_1__0 ) ) + // InternalDSL.g:2988:6: ( ( rule__TimeSet__Group_2_1__0 ) ) { - // InternalDSL.g:3016:6: ( ( rule__TimeSet__Group_2_1__0 ) ) - // InternalDSL.g:3017:1: ( rule__TimeSet__Group_2_1__0 ) + // InternalDSL.g:2988:6: ( ( rule__TimeSet__Group_2_1__0 ) ) + // InternalDSL.g:2989:1: ( rule__TimeSet__Group_2_1__0 ) { before(grammarAccess.getTimeSetAccess().getGroup_2_1()); - // InternalDSL.g:3018:1: ( rule__TimeSet__Group_2_1__0 ) - // InternalDSL.g:3018:2: rule__TimeSet__Group_2_1__0 + // InternalDSL.g:2990:1: ( rule__TimeSet__Group_2_1__0 ) + // InternalDSL.g:2990:2: rule__TimeSet__Group_2_1__0 { pushFollow(FOLLOW_2); rule__TimeSet__Group_2_1__0(); @@ -8630,20 +8533,20 @@ else if ( ((LA11_0>=RULE_BOOLEAN_TRUE && LA11_0<=RULE_UPPERCASE_ID)||(LA11_0>=RU // $ANTLR start "rule__TimeSet__Alternatives_2_1_0" - // InternalDSL.g:3027:1: rule__TimeSet__Alternatives_2_1_0 : ( ( ( rule__TimeSet__StartTimeAssignment_2_1_0_0 ) ) | ( ( rule__TimeSet__DiffTimeAssignment_2_1_0_1 ) ) ); + // InternalDSL.g:2999:1: rule__TimeSet__Alternatives_2_1_0 : ( ( ( rule__TimeSet__StartTimeAssignment_2_1_0_0 ) ) | ( ( rule__TimeSet__DiffTimeAssignment_2_1_0_1 ) ) ); public final void rule__TimeSet__Alternatives_2_1_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3031:1: ( ( ( rule__TimeSet__StartTimeAssignment_2_1_0_0 ) ) | ( ( rule__TimeSet__DiffTimeAssignment_2_1_0_1 ) ) ) + // InternalDSL.g:3003:1: ( ( ( rule__TimeSet__StartTimeAssignment_2_1_0_0 ) ) | ( ( rule__TimeSet__DiffTimeAssignment_2_1_0_1 ) ) ) int alt12=2; int LA12_0 = input.LA(1); - if ( ((LA12_0>=RULE_BOOLEAN_TRUE && LA12_0<=RULE_UPPERCASE_ID)||(LA12_0>=RULE_STRING && LA12_0<=RULE_TWELVEHRSTIME)||LA12_0==91||LA12_0==93||LA12_0==95||(LA12_0>=98 && LA12_0<=99)) ) { + if ( ((LA12_0>=RULE_BOOLEAN_TRUE && LA12_0<=RULE_UPPERCASE_ID)||LA12_0==RULE_STRING||(LA12_0>=RULE_INTEGER && LA12_0<=RULE_TWELVEHRSTIME)||LA12_0==71||LA12_0==73||LA12_0==75||(LA12_0>=78 && LA12_0<=79)) ) { alt12=1; } - else if ( ((LA12_0>=29 && LA12_0<=30)) ) { + else if ( ((LA12_0>=30 && LA12_0<=31)) ) { alt12=2; } else { @@ -8654,14 +8557,14 @@ else if ( ((LA12_0>=29 && LA12_0<=30)) ) { } switch (alt12) { case 1 : - // InternalDSL.g:3032:1: ( ( rule__TimeSet__StartTimeAssignment_2_1_0_0 ) ) + // InternalDSL.g:3004:1: ( ( rule__TimeSet__StartTimeAssignment_2_1_0_0 ) ) { - // InternalDSL.g:3032:1: ( ( rule__TimeSet__StartTimeAssignment_2_1_0_0 ) ) - // InternalDSL.g:3033:1: ( rule__TimeSet__StartTimeAssignment_2_1_0_0 ) + // InternalDSL.g:3004:1: ( ( rule__TimeSet__StartTimeAssignment_2_1_0_0 ) ) + // InternalDSL.g:3005:1: ( rule__TimeSet__StartTimeAssignment_2_1_0_0 ) { before(grammarAccess.getTimeSetAccess().getStartTimeAssignment_2_1_0_0()); - // InternalDSL.g:3034:1: ( rule__TimeSet__StartTimeAssignment_2_1_0_0 ) - // InternalDSL.g:3034:2: rule__TimeSet__StartTimeAssignment_2_1_0_0 + // InternalDSL.g:3006:1: ( rule__TimeSet__StartTimeAssignment_2_1_0_0 ) + // InternalDSL.g:3006:2: rule__TimeSet__StartTimeAssignment_2_1_0_0 { pushFollow(FOLLOW_2); rule__TimeSet__StartTimeAssignment_2_1_0_0(); @@ -8679,14 +8582,14 @@ else if ( ((LA12_0>=29 && LA12_0<=30)) ) { } break; case 2 : - // InternalDSL.g:3038:6: ( ( rule__TimeSet__DiffTimeAssignment_2_1_0_1 ) ) + // InternalDSL.g:3010:6: ( ( rule__TimeSet__DiffTimeAssignment_2_1_0_1 ) ) { - // InternalDSL.g:3038:6: ( ( rule__TimeSet__DiffTimeAssignment_2_1_0_1 ) ) - // InternalDSL.g:3039:1: ( rule__TimeSet__DiffTimeAssignment_2_1_0_1 ) + // InternalDSL.g:3010:6: ( ( rule__TimeSet__DiffTimeAssignment_2_1_0_1 ) ) + // InternalDSL.g:3011:1: ( rule__TimeSet__DiffTimeAssignment_2_1_0_1 ) { before(grammarAccess.getTimeSetAccess().getDiffTimeAssignment_2_1_0_1()); - // InternalDSL.g:3040:1: ( rule__TimeSet__DiffTimeAssignment_2_1_0_1 ) - // InternalDSL.g:3040:2: rule__TimeSet__DiffTimeAssignment_2_1_0_1 + // InternalDSL.g:3012:1: ( rule__TimeSet__DiffTimeAssignment_2_1_0_1 ) + // InternalDSL.g:3012:2: rule__TimeSet__DiffTimeAssignment_2_1_0_1 { pushFollow(FOLLOW_2); rule__TimeSet__DiffTimeAssignment_2_1_0_1(); @@ -8721,20 +8624,20 @@ else if ( ((LA12_0>=29 && LA12_0<=30)) ) { // $ANTLR start "rule__TimeSet__Alternatives_3_2_0" - // InternalDSL.g:3049:1: rule__TimeSet__Alternatives_3_2_0 : ( ( ( rule__TimeSet__ForksAssignment_3_2_0_0 ) ) | ( ( rule__TimeSet__MasterForkAssignment_3_2_0_1 ) ) ); + // InternalDSL.g:3021:1: rule__TimeSet__Alternatives_3_2_0 : ( ( ( rule__TimeSet__ForksAssignment_3_2_0_0 ) ) | ( ( rule__TimeSet__MasterForkAssignment_3_2_0_1 ) ) ); public final void rule__TimeSet__Alternatives_3_2_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3053:1: ( ( ( rule__TimeSet__ForksAssignment_3_2_0_0 ) ) | ( ( rule__TimeSet__MasterForkAssignment_3_2_0_1 ) ) ) + // InternalDSL.g:3025:1: ( ( ( rule__TimeSet__ForksAssignment_3_2_0_0 ) ) | ( ( rule__TimeSet__MasterForkAssignment_3_2_0_1 ) ) ) int alt13=2; int LA13_0 = input.LA(1); if ( (LA13_0==RULE_ID) ) { alt13=1; } - else if ( (LA13_0==110) ) { + else if ( (LA13_0==90) ) { alt13=2; } else { @@ -8745,14 +8648,14 @@ else if ( (LA13_0==110) ) { } switch (alt13) { case 1 : - // InternalDSL.g:3054:1: ( ( rule__TimeSet__ForksAssignment_3_2_0_0 ) ) + // InternalDSL.g:3026:1: ( ( rule__TimeSet__ForksAssignment_3_2_0_0 ) ) { - // InternalDSL.g:3054:1: ( ( rule__TimeSet__ForksAssignment_3_2_0_0 ) ) - // InternalDSL.g:3055:1: ( rule__TimeSet__ForksAssignment_3_2_0_0 ) + // InternalDSL.g:3026:1: ( ( rule__TimeSet__ForksAssignment_3_2_0_0 ) ) + // InternalDSL.g:3027:1: ( rule__TimeSet__ForksAssignment_3_2_0_0 ) { before(grammarAccess.getTimeSetAccess().getForksAssignment_3_2_0_0()); - // InternalDSL.g:3056:1: ( rule__TimeSet__ForksAssignment_3_2_0_0 ) - // InternalDSL.g:3056:2: rule__TimeSet__ForksAssignment_3_2_0_0 + // InternalDSL.g:3028:1: ( rule__TimeSet__ForksAssignment_3_2_0_0 ) + // InternalDSL.g:3028:2: rule__TimeSet__ForksAssignment_3_2_0_0 { pushFollow(FOLLOW_2); rule__TimeSet__ForksAssignment_3_2_0_0(); @@ -8770,14 +8673,14 @@ else if ( (LA13_0==110) ) { } break; case 2 : - // InternalDSL.g:3060:6: ( ( rule__TimeSet__MasterForkAssignment_3_2_0_1 ) ) + // InternalDSL.g:3032:6: ( ( rule__TimeSet__MasterForkAssignment_3_2_0_1 ) ) { - // InternalDSL.g:3060:6: ( ( rule__TimeSet__MasterForkAssignment_3_2_0_1 ) ) - // InternalDSL.g:3061:1: ( rule__TimeSet__MasterForkAssignment_3_2_0_1 ) + // InternalDSL.g:3032:6: ( ( rule__TimeSet__MasterForkAssignment_3_2_0_1 ) ) + // InternalDSL.g:3033:1: ( rule__TimeSet__MasterForkAssignment_3_2_0_1 ) { before(grammarAccess.getTimeSetAccess().getMasterForkAssignment_3_2_0_1()); - // InternalDSL.g:3062:1: ( rule__TimeSet__MasterForkAssignment_3_2_0_1 ) - // InternalDSL.g:3062:2: rule__TimeSet__MasterForkAssignment_3_2_0_1 + // InternalDSL.g:3034:1: ( rule__TimeSet__MasterForkAssignment_3_2_0_1 ) + // InternalDSL.g:3034:2: rule__TimeSet__MasterForkAssignment_3_2_0_1 { pushFollow(FOLLOW_2); rule__TimeSet__MasterForkAssignment_3_2_0_1(); @@ -8812,20 +8715,20 @@ else if ( (LA13_0==110) ) { // $ANTLR start "rule__TimeDifference__DirectionAlternatives_0_0" - // InternalDSL.g:3071:1: rule__TimeDifference__DirectionAlternatives_0_0 : ( ( '+' ) | ( '-' ) ); + // InternalDSL.g:3043:1: rule__TimeDifference__DirectionAlternatives_0_0 : ( ( '+' ) | ( '-' ) ); public final void rule__TimeDifference__DirectionAlternatives_0_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3075:1: ( ( '+' ) | ( '-' ) ) + // InternalDSL.g:3047:1: ( ( '+' ) | ( '-' ) ) int alt14=2; int LA14_0 = input.LA(1); - if ( (LA14_0==29) ) { + if ( (LA14_0==30) ) { alt14=1; } - else if ( (LA14_0==30) ) { + else if ( (LA14_0==31) ) { alt14=2; } else { @@ -8836,13 +8739,13 @@ else if ( (LA14_0==30) ) { } switch (alt14) { case 1 : - // InternalDSL.g:3076:1: ( '+' ) + // InternalDSL.g:3048:1: ( '+' ) { - // InternalDSL.g:3076:1: ( '+' ) - // InternalDSL.g:3077:1: '+' + // InternalDSL.g:3048:1: ( '+' ) + // InternalDSL.g:3049:1: '+' { before(grammarAccess.getTimeDifferenceAccess().getDirectionPlusSignKeyword_0_0_0()); - match(input,29,FOLLOW_2); + match(input,30,FOLLOW_2); after(grammarAccess.getTimeDifferenceAccess().getDirectionPlusSignKeyword_0_0_0()); } @@ -8851,13 +8754,13 @@ else if ( (LA14_0==30) ) { } break; case 2 : - // InternalDSL.g:3084:6: ( '-' ) + // InternalDSL.g:3056:6: ( '-' ) { - // InternalDSL.g:3084:6: ( '-' ) - // InternalDSL.g:3085:1: '-' + // InternalDSL.g:3056:6: ( '-' ) + // InternalDSL.g:3057:1: '-' { before(grammarAccess.getTimeDifferenceAccess().getDirectionHyphenMinusKeyword_0_0_1()); - match(input,30,FOLLOW_2); + match(input,31,FOLLOW_2); after(grammarAccess.getTimeDifferenceAccess().getDirectionHyphenMinusKeyword_0_0_1()); } @@ -8882,490 +8785,35 @@ else if ( (LA14_0==30) ) { // $ANTLR end "rule__TimeDifference__DirectionAlternatives_0_0" - // $ANTLR start "rule__TimeDifferencePart__TemporalUnitAlternatives_2_0" - // InternalDSL.g:3097:1: rule__TimeDifferencePart__TemporalUnitAlternatives_2_0 : ( ( 'y' ) | ( 'year' ) | ( 'years' ) | ( 'mon' ) | ( 'month' ) | ( 'months' ) | ( 'd' ) | ( 'day' ) | ( 'days' ) | ( 'h' ) | ( 'hour' ) | ( 'hours' ) | ( 'm' ) | ( 'minute' ) | ( 'minutes' ) | ( 's' ) | ( 'second' ) | ( 'seconds' ) | ( 'ms' ) | ( 'millisecond' ) | ( 'milliseconds' ) ); - public final void rule__TimeDifferencePart__TemporalUnitAlternatives_2_0() throws RecognitionException { - - int stackSize = keepStackSize(); - - try { - // InternalDSL.g:3101:1: ( ( 'y' ) | ( 'year' ) | ( 'years' ) | ( 'mon' ) | ( 'month' ) | ( 'months' ) | ( 'd' ) | ( 'day' ) | ( 'days' ) | ( 'h' ) | ( 'hour' ) | ( 'hours' ) | ( 'm' ) | ( 'minute' ) | ( 'minutes' ) | ( 's' ) | ( 'second' ) | ( 'seconds' ) | ( 'ms' ) | ( 'millisecond' ) | ( 'milliseconds' ) ) - int alt15=21; - switch ( input.LA(1) ) { - case 31: - { - alt15=1; - } - break; - case 32: - { - alt15=2; - } - break; - case 33: - { - alt15=3; - } - break; - case 34: - { - alt15=4; - } - break; - case 35: - { - alt15=5; - } - break; - case 36: - { - alt15=6; - } - break; - case 37: - { - alt15=7; - } - break; - case 38: - { - alt15=8; - } - break; - case 39: - { - alt15=9; - } - break; - case 40: - { - alt15=10; - } - break; - case 41: - { - alt15=11; - } - break; - case 42: - { - alt15=12; - } - break; - case 43: - { - alt15=13; - } - break; - case 44: - { - alt15=14; - } - break; - case 45: - { - alt15=15; - } - break; - case 46: - { - alt15=16; - } - break; - case 47: - { - alt15=17; - } - break; - case 48: - { - alt15=18; - } - break; - case 49: - { - alt15=19; - } - break; - case 50: - { - alt15=20; - } - break; - case 51: - { - alt15=21; - } - break; - default: - NoViableAltException nvae = - new NoViableAltException("", 15, 0, input); - - throw nvae; - } - - switch (alt15) { - case 1 : - // InternalDSL.g:3102:1: ( 'y' ) - { - // InternalDSL.g:3102:1: ( 'y' ) - // InternalDSL.g:3103:1: 'y' - { - before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitYKeyword_2_0_0()); - match(input,31,FOLLOW_2); - after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitYKeyword_2_0_0()); - - } - - - } - break; - case 2 : - // InternalDSL.g:3110:6: ( 'year' ) - { - // InternalDSL.g:3110:6: ( 'year' ) - // InternalDSL.g:3111:1: 'year' - { - before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitYearKeyword_2_0_1()); - match(input,32,FOLLOW_2); - after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitYearKeyword_2_0_1()); - - } - - - } - break; - case 3 : - // InternalDSL.g:3118:6: ( 'years' ) - { - // InternalDSL.g:3118:6: ( 'years' ) - // InternalDSL.g:3119:1: 'years' - { - before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitYearsKeyword_2_0_2()); - match(input,33,FOLLOW_2); - after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitYearsKeyword_2_0_2()); - - } - - - } - break; - case 4 : - // InternalDSL.g:3126:6: ( 'mon' ) - { - // InternalDSL.g:3126:6: ( 'mon' ) - // InternalDSL.g:3127:1: 'mon' - { - before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMonKeyword_2_0_3()); - match(input,34,FOLLOW_2); - after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMonKeyword_2_0_3()); - - } - - - } - break; - case 5 : - // InternalDSL.g:3134:6: ( 'month' ) - { - // InternalDSL.g:3134:6: ( 'month' ) - // InternalDSL.g:3135:1: 'month' - { - before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMonthKeyword_2_0_4()); - match(input,35,FOLLOW_2); - after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMonthKeyword_2_0_4()); - - } - - - } - break; - case 6 : - // InternalDSL.g:3142:6: ( 'months' ) - { - // InternalDSL.g:3142:6: ( 'months' ) - // InternalDSL.g:3143:1: 'months' - { - before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMonthsKeyword_2_0_5()); - match(input,36,FOLLOW_2); - after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMonthsKeyword_2_0_5()); - - } - - - } - break; - case 7 : - // InternalDSL.g:3150:6: ( 'd' ) - { - // InternalDSL.g:3150:6: ( 'd' ) - // InternalDSL.g:3151:1: 'd' - { - before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitDKeyword_2_0_6()); - match(input,37,FOLLOW_2); - after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitDKeyword_2_0_6()); - - } - - - } - break; - case 8 : - // InternalDSL.g:3158:6: ( 'day' ) - { - // InternalDSL.g:3158:6: ( 'day' ) - // InternalDSL.g:3159:1: 'day' - { - before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitDayKeyword_2_0_7()); - match(input,38,FOLLOW_2); - after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitDayKeyword_2_0_7()); - - } - - - } - break; - case 9 : - // InternalDSL.g:3166:6: ( 'days' ) - { - // InternalDSL.g:3166:6: ( 'days' ) - // InternalDSL.g:3167:1: 'days' - { - before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitDaysKeyword_2_0_8()); - match(input,39,FOLLOW_2); - after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitDaysKeyword_2_0_8()); - - } - - - } - break; - case 10 : - // InternalDSL.g:3174:6: ( 'h' ) - { - // InternalDSL.g:3174:6: ( 'h' ) - // InternalDSL.g:3175:1: 'h' - { - before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitHKeyword_2_0_9()); - match(input,40,FOLLOW_2); - after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitHKeyword_2_0_9()); - - } - - - } - break; - case 11 : - // InternalDSL.g:3182:6: ( 'hour' ) - { - // InternalDSL.g:3182:6: ( 'hour' ) - // InternalDSL.g:3183:1: 'hour' - { - before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitHourKeyword_2_0_10()); - match(input,41,FOLLOW_2); - after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitHourKeyword_2_0_10()); - - } - - - } - break; - case 12 : - // InternalDSL.g:3190:6: ( 'hours' ) - { - // InternalDSL.g:3190:6: ( 'hours' ) - // InternalDSL.g:3191:1: 'hours' - { - before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitHoursKeyword_2_0_11()); - match(input,42,FOLLOW_2); - after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitHoursKeyword_2_0_11()); - - } - - - } - break; - case 13 : - // InternalDSL.g:3198:6: ( 'm' ) - { - // InternalDSL.g:3198:6: ( 'm' ) - // InternalDSL.g:3199:1: 'm' - { - before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMKeyword_2_0_12()); - match(input,43,FOLLOW_2); - after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMKeyword_2_0_12()); - - } - - - } - break; - case 14 : - // InternalDSL.g:3206:6: ( 'minute' ) - { - // InternalDSL.g:3206:6: ( 'minute' ) - // InternalDSL.g:3207:1: 'minute' - { - before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMinuteKeyword_2_0_13()); - match(input,44,FOLLOW_2); - after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMinuteKeyword_2_0_13()); - - } - - - } - break; - case 15 : - // InternalDSL.g:3214:6: ( 'minutes' ) - { - // InternalDSL.g:3214:6: ( 'minutes' ) - // InternalDSL.g:3215:1: 'minutes' - { - before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMinutesKeyword_2_0_14()); - match(input,45,FOLLOW_2); - after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMinutesKeyword_2_0_14()); - - } - - - } - break; - case 16 : - // InternalDSL.g:3222:6: ( 's' ) - { - // InternalDSL.g:3222:6: ( 's' ) - // InternalDSL.g:3223:1: 's' - { - before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitSKeyword_2_0_15()); - match(input,46,FOLLOW_2); - after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitSKeyword_2_0_15()); - - } - - - } - break; - case 17 : - // InternalDSL.g:3230:6: ( 'second' ) - { - // InternalDSL.g:3230:6: ( 'second' ) - // InternalDSL.g:3231:1: 'second' - { - before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitSecondKeyword_2_0_16()); - match(input,47,FOLLOW_2); - after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitSecondKeyword_2_0_16()); - - } - - - } - break; - case 18 : - // InternalDSL.g:3238:6: ( 'seconds' ) - { - // InternalDSL.g:3238:6: ( 'seconds' ) - // InternalDSL.g:3239:1: 'seconds' - { - before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitSecondsKeyword_2_0_17()); - match(input,48,FOLLOW_2); - after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitSecondsKeyword_2_0_17()); - - } - - - } - break; - case 19 : - // InternalDSL.g:3246:6: ( 'ms' ) - { - // InternalDSL.g:3246:6: ( 'ms' ) - // InternalDSL.g:3247:1: 'ms' - { - before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMsKeyword_2_0_18()); - match(input,49,FOLLOW_2); - after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMsKeyword_2_0_18()); - - } - - - } - break; - case 20 : - // InternalDSL.g:3254:6: ( 'millisecond' ) - { - // InternalDSL.g:3254:6: ( 'millisecond' ) - // InternalDSL.g:3255:1: 'millisecond' - { - before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMillisecondKeyword_2_0_19()); - match(input,50,FOLLOW_2); - after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMillisecondKeyword_2_0_19()); - - } - - - } - break; - case 21 : - // InternalDSL.g:3262:6: ( 'milliseconds' ) - { - // InternalDSL.g:3262:6: ( 'milliseconds' ) - // InternalDSL.g:3263:1: 'milliseconds' - { - before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMillisecondsKeyword_2_0_20()); - match(input,51,FOLLOW_2); - after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMillisecondsKeyword_2_0_20()); - - } - - - } - break; - - } - } - catch (RecognitionException re) { - reportError(re); - recover(input,re); - } - finally { - - restoreStackSize(stackSize); - - } - return ; - } - // $ANTLR end "rule__TimeDifferencePart__TemporalUnitAlternatives_2_0" - - // $ANTLR start "rule__ParameterName__Alternatives" - // InternalDSL.g:3275:1: rule__ParameterName__Alternatives : ( ( ruleFixedParameterName ) | ( ruleArbitraryParameterOrResultName ) ); + // InternalDSL.g:3069:1: rule__ParameterName__Alternatives : ( ( ruleFixedParameterName ) | ( ruleArbitraryParameterOrResultName ) ); public final void rule__ParameterName__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3279:1: ( ( ruleFixedParameterName ) | ( ruleArbitraryParameterOrResultName ) ) - int alt16=2; - int LA16_0 = input.LA(1); + // InternalDSL.g:3073:1: ( ( ruleFixedParameterName ) | ( ruleArbitraryParameterOrResultName ) ) + int alt15=2; + int LA15_0 = input.LA(1); - if ( (LA16_0==RULE_ID) ) { - alt16=1; + if ( (LA15_0==RULE_ID) ) { + alt15=1; } - else if ( (LA16_0==29) ) { - alt16=2; + else if ( (LA15_0==30) ) { + alt15=2; } else { NoViableAltException nvae = - new NoViableAltException("", 16, 0, input); + new NoViableAltException("", 15, 0, input); throw nvae; } - switch (alt16) { + switch (alt15) { case 1 : - // InternalDSL.g:3280:1: ( ruleFixedParameterName ) + // InternalDSL.g:3074:1: ( ruleFixedParameterName ) { - // InternalDSL.g:3280:1: ( ruleFixedParameterName ) - // InternalDSL.g:3281:1: ruleFixedParameterName + // InternalDSL.g:3074:1: ( ruleFixedParameterName ) + // InternalDSL.g:3075:1: ruleFixedParameterName { before(grammarAccess.getParameterNameAccess().getFixedParameterNameParserRuleCall_0()); pushFollow(FOLLOW_2); @@ -9381,10 +8829,10 @@ else if ( (LA16_0==29) ) { } break; case 2 : - // InternalDSL.g:3286:6: ( ruleArbitraryParameterOrResultName ) + // InternalDSL.g:3080:6: ( ruleArbitraryParameterOrResultName ) { - // InternalDSL.g:3286:6: ( ruleArbitraryParameterOrResultName ) - // InternalDSL.g:3287:1: ruleArbitraryParameterOrResultName + // InternalDSL.g:3080:6: ( ruleArbitraryParameterOrResultName ) + // InternalDSL.g:3081:1: ruleArbitraryParameterOrResultName { before(grammarAccess.getParameterNameAccess().getArbitraryParameterOrResultNameParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -9417,38 +8865,38 @@ else if ( (LA16_0==29) ) { // $ANTLR start "rule__ArbitraryParameterOrResultName__Alternatives_1" - // InternalDSL.g:3297:1: rule__ArbitraryParameterOrResultName__Alternatives_1 : ( ( ( rule__ArbitraryParameterOrResultName__IdentifierAssignment_1_0 ) ) | ( ( rule__ArbitraryParameterOrResultName__StringIdentifierAssignment_1_1 ) ) ); + // InternalDSL.g:3091:1: rule__ArbitraryParameterOrResultName__Alternatives_1 : ( ( ( rule__ArbitraryParameterOrResultName__IdentifierAssignment_1_0 ) ) | ( ( rule__ArbitraryParameterOrResultName__StringIdentifierAssignment_1_1 ) ) ); public final void rule__ArbitraryParameterOrResultName__Alternatives_1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3301:1: ( ( ( rule__ArbitraryParameterOrResultName__IdentifierAssignment_1_0 ) ) | ( ( rule__ArbitraryParameterOrResultName__StringIdentifierAssignment_1_1 ) ) ) - int alt17=2; - int LA17_0 = input.LA(1); + // InternalDSL.g:3095:1: ( ( ( rule__ArbitraryParameterOrResultName__IdentifierAssignment_1_0 ) ) | ( ( rule__ArbitraryParameterOrResultName__StringIdentifierAssignment_1_1 ) ) ) + int alt16=2; + int LA16_0 = input.LA(1); - if ( (LA17_0==RULE_ID) ) { - alt17=1; + if ( (LA16_0==RULE_ID) ) { + alt16=1; } - else if ( (LA17_0==RULE_STRING) ) { - alt17=2; + else if ( (LA16_0==RULE_STRING) ) { + alt16=2; } else { NoViableAltException nvae = - new NoViableAltException("", 17, 0, input); + new NoViableAltException("", 16, 0, input); throw nvae; } - switch (alt17) { + switch (alt16) { case 1 : - // InternalDSL.g:3302:1: ( ( rule__ArbitraryParameterOrResultName__IdentifierAssignment_1_0 ) ) + // InternalDSL.g:3096:1: ( ( rule__ArbitraryParameterOrResultName__IdentifierAssignment_1_0 ) ) { - // InternalDSL.g:3302:1: ( ( rule__ArbitraryParameterOrResultName__IdentifierAssignment_1_0 ) ) - // InternalDSL.g:3303:1: ( rule__ArbitraryParameterOrResultName__IdentifierAssignment_1_0 ) + // InternalDSL.g:3096:1: ( ( rule__ArbitraryParameterOrResultName__IdentifierAssignment_1_0 ) ) + // InternalDSL.g:3097:1: ( rule__ArbitraryParameterOrResultName__IdentifierAssignment_1_0 ) { before(grammarAccess.getArbitraryParameterOrResultNameAccess().getIdentifierAssignment_1_0()); - // InternalDSL.g:3304:1: ( rule__ArbitraryParameterOrResultName__IdentifierAssignment_1_0 ) - // InternalDSL.g:3304:2: rule__ArbitraryParameterOrResultName__IdentifierAssignment_1_0 + // InternalDSL.g:3098:1: ( rule__ArbitraryParameterOrResultName__IdentifierAssignment_1_0 ) + // InternalDSL.g:3098:2: rule__ArbitraryParameterOrResultName__IdentifierAssignment_1_0 { pushFollow(FOLLOW_2); rule__ArbitraryParameterOrResultName__IdentifierAssignment_1_0(); @@ -9466,14 +8914,14 @@ else if ( (LA17_0==RULE_STRING) ) { } break; case 2 : - // InternalDSL.g:3308:6: ( ( rule__ArbitraryParameterOrResultName__StringIdentifierAssignment_1_1 ) ) + // InternalDSL.g:3102:6: ( ( rule__ArbitraryParameterOrResultName__StringIdentifierAssignment_1_1 ) ) { - // InternalDSL.g:3308:6: ( ( rule__ArbitraryParameterOrResultName__StringIdentifierAssignment_1_1 ) ) - // InternalDSL.g:3309:1: ( rule__ArbitraryParameterOrResultName__StringIdentifierAssignment_1_1 ) + // InternalDSL.g:3102:6: ( ( rule__ArbitraryParameterOrResultName__StringIdentifierAssignment_1_1 ) ) + // InternalDSL.g:3103:1: ( rule__ArbitraryParameterOrResultName__StringIdentifierAssignment_1_1 ) { before(grammarAccess.getArbitraryParameterOrResultNameAccess().getStringIdentifierAssignment_1_1()); - // InternalDSL.g:3310:1: ( rule__ArbitraryParameterOrResultName__StringIdentifierAssignment_1_1 ) - // InternalDSL.g:3310:2: rule__ArbitraryParameterOrResultName__StringIdentifierAssignment_1_1 + // InternalDSL.g:3104:1: ( rule__ArbitraryParameterOrResultName__StringIdentifierAssignment_1_1 ) + // InternalDSL.g:3104:2: rule__ArbitraryParameterOrResultName__StringIdentifierAssignment_1_1 { pushFollow(FOLLOW_2); rule__ArbitraryParameterOrResultName__StringIdentifierAssignment_1_1(); @@ -9508,34 +8956,34 @@ else if ( (LA17_0==RULE_STRING) ) { // $ANTLR start "rule__Operation__Alternatives" - // InternalDSL.g:3319:1: rule__Operation__Alternatives : ( ( ruleStandardOperation ) | ( ruleCustomOperation ) ); + // InternalDSL.g:3113:1: rule__Operation__Alternatives : ( ( ruleStandardOperation ) | ( ruleCustomOperation ) ); public final void rule__Operation__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3323:1: ( ( ruleStandardOperation ) | ( ruleCustomOperation ) ) - int alt18=2; - int LA18_0 = input.LA(1); + // InternalDSL.g:3117:1: ( ( ruleStandardOperation ) | ( ruleCustomOperation ) ) + int alt17=2; + int LA17_0 = input.LA(1); - if ( (LA18_0==91) ) { - alt18=1; + if ( (LA17_0==71) ) { + alt17=1; } - else if ( (LA18_0==93) ) { - alt18=2; + else if ( (LA17_0==73) ) { + alt17=2; } else { NoViableAltException nvae = - new NoViableAltException("", 18, 0, input); + new NoViableAltException("", 17, 0, input); throw nvae; } - switch (alt18) { + switch (alt17) { case 1 : - // InternalDSL.g:3324:1: ( ruleStandardOperation ) + // InternalDSL.g:3118:1: ( ruleStandardOperation ) { - // InternalDSL.g:3324:1: ( ruleStandardOperation ) - // InternalDSL.g:3325:1: ruleStandardOperation + // InternalDSL.g:3118:1: ( ruleStandardOperation ) + // InternalDSL.g:3119:1: ruleStandardOperation { before(grammarAccess.getOperationAccess().getStandardOperationParserRuleCall_0()); pushFollow(FOLLOW_2); @@ -9551,10 +8999,10 @@ else if ( (LA18_0==93) ) { } break; case 2 : - // InternalDSL.g:3330:6: ( ruleCustomOperation ) + // InternalDSL.g:3124:6: ( ruleCustomOperation ) { - // InternalDSL.g:3330:6: ( ruleCustomOperation ) - // InternalDSL.g:3331:1: ruleCustomOperation + // InternalDSL.g:3124:6: ( ruleCustomOperation ) + // InternalDSL.g:3125:1: ruleCustomOperation { before(grammarAccess.getOperationAccess().getCustomOperationParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -9587,61 +9035,61 @@ else if ( (LA18_0==93) ) { // $ANTLR start "rule__StandardOperation__OperatorsAlternatives_4_0_0" - // InternalDSL.g:3341:1: rule__StandardOperation__OperatorsAlternatives_4_0_0 : ( ( '+' ) | ( '-' ) | ( '*' ) | ( '/' ) | ( '%' ) | ( '..' ) ); + // InternalDSL.g:3135:1: rule__StandardOperation__OperatorsAlternatives_4_0_0 : ( ( '+' ) | ( '-' ) | ( '*' ) | ( '/' ) | ( '%' ) | ( '..' ) ); public final void rule__StandardOperation__OperatorsAlternatives_4_0_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3345:1: ( ( '+' ) | ( '-' ) | ( '*' ) | ( '/' ) | ( '%' ) | ( '..' ) ) - int alt19=6; + // InternalDSL.g:3139:1: ( ( '+' ) | ( '-' ) | ( '*' ) | ( '/' ) | ( '%' ) | ( '..' ) ) + int alt18=6; switch ( input.LA(1) ) { - case 29: + case 30: { - alt19=1; + alt18=1; } break; - case 30: + case 31: { - alt19=2; + alt18=2; } break; - case 52: + case 32: { - alt19=3; + alt18=3; } break; - case 53: + case 33: { - alt19=4; + alt18=4; } break; - case 54: + case 34: { - alt19=5; + alt18=5; } break; - case 55: + case 35: { - alt19=6; + alt18=6; } break; default: NoViableAltException nvae = - new NoViableAltException("", 19, 0, input); + new NoViableAltException("", 18, 0, input); throw nvae; } - switch (alt19) { + switch (alt18) { case 1 : - // InternalDSL.g:3346:1: ( '+' ) + // InternalDSL.g:3140:1: ( '+' ) { - // InternalDSL.g:3346:1: ( '+' ) - // InternalDSL.g:3347:1: '+' + // InternalDSL.g:3140:1: ( '+' ) + // InternalDSL.g:3141:1: '+' { before(grammarAccess.getStandardOperationAccess().getOperatorsPlusSignKeyword_4_0_0_0()); - match(input,29,FOLLOW_2); + match(input,30,FOLLOW_2); after(grammarAccess.getStandardOperationAccess().getOperatorsPlusSignKeyword_4_0_0_0()); } @@ -9650,13 +9098,13 @@ public final void rule__StandardOperation__OperatorsAlternatives_4_0_0() throws } break; case 2 : - // InternalDSL.g:3354:6: ( '-' ) + // InternalDSL.g:3148:6: ( '-' ) { - // InternalDSL.g:3354:6: ( '-' ) - // InternalDSL.g:3355:1: '-' + // InternalDSL.g:3148:6: ( '-' ) + // InternalDSL.g:3149:1: '-' { before(grammarAccess.getStandardOperationAccess().getOperatorsHyphenMinusKeyword_4_0_0_1()); - match(input,30,FOLLOW_2); + match(input,31,FOLLOW_2); after(grammarAccess.getStandardOperationAccess().getOperatorsHyphenMinusKeyword_4_0_0_1()); } @@ -9665,13 +9113,13 @@ public final void rule__StandardOperation__OperatorsAlternatives_4_0_0() throws } break; case 3 : - // InternalDSL.g:3362:6: ( '*' ) + // InternalDSL.g:3156:6: ( '*' ) { - // InternalDSL.g:3362:6: ( '*' ) - // InternalDSL.g:3363:1: '*' + // InternalDSL.g:3156:6: ( '*' ) + // InternalDSL.g:3157:1: '*' { before(grammarAccess.getStandardOperationAccess().getOperatorsAsteriskKeyword_4_0_0_2()); - match(input,52,FOLLOW_2); + match(input,32,FOLLOW_2); after(grammarAccess.getStandardOperationAccess().getOperatorsAsteriskKeyword_4_0_0_2()); } @@ -9680,13 +9128,13 @@ public final void rule__StandardOperation__OperatorsAlternatives_4_0_0() throws } break; case 4 : - // InternalDSL.g:3370:6: ( '/' ) + // InternalDSL.g:3164:6: ( '/' ) { - // InternalDSL.g:3370:6: ( '/' ) - // InternalDSL.g:3371:1: '/' + // InternalDSL.g:3164:6: ( '/' ) + // InternalDSL.g:3165:1: '/' { before(grammarAccess.getStandardOperationAccess().getOperatorsSolidusKeyword_4_0_0_3()); - match(input,53,FOLLOW_2); + match(input,33,FOLLOW_2); after(grammarAccess.getStandardOperationAccess().getOperatorsSolidusKeyword_4_0_0_3()); } @@ -9695,13 +9143,13 @@ public final void rule__StandardOperation__OperatorsAlternatives_4_0_0() throws } break; case 5 : - // InternalDSL.g:3378:6: ( '%' ) + // InternalDSL.g:3172:6: ( '%' ) { - // InternalDSL.g:3378:6: ( '%' ) - // InternalDSL.g:3379:1: '%' + // InternalDSL.g:3172:6: ( '%' ) + // InternalDSL.g:3173:1: '%' { before(grammarAccess.getStandardOperationAccess().getOperatorsPercentSignKeyword_4_0_0_4()); - match(input,54,FOLLOW_2); + match(input,34,FOLLOW_2); after(grammarAccess.getStandardOperationAccess().getOperatorsPercentSignKeyword_4_0_0_4()); } @@ -9710,13 +9158,13 @@ public final void rule__StandardOperation__OperatorsAlternatives_4_0_0() throws } break; case 6 : - // InternalDSL.g:3386:6: ( '..' ) + // InternalDSL.g:3180:6: ( '..' ) { - // InternalDSL.g:3386:6: ( '..' ) - // InternalDSL.g:3387:1: '..' + // InternalDSL.g:3180:6: ( '..' ) + // InternalDSL.g:3181:1: '..' { before(grammarAccess.getStandardOperationAccess().getOperatorsFullStopFullStopKeyword_4_0_0_5()); - match(input,55,FOLLOW_2); + match(input,35,FOLLOW_2); after(grammarAccess.getStandardOperationAccess().getOperatorsFullStopFullStopKeyword_4_0_0_5()); } @@ -9742,14 +9190,14 @@ public final void rule__StandardOperation__OperatorsAlternatives_4_0_0() throws // $ANTLR start "rule__ValueOrEnumValueOrOperation__Alternatives" - // InternalDSL.g:3399:1: rule__ValueOrEnumValueOrOperation__Alternatives : ( ( ruleValue ) | ( ruleEnumValue ) | ( ruleOperation ) ); + // InternalDSL.g:3193:1: rule__ValueOrEnumValueOrOperation__Alternatives : ( ( ruleValue ) | ( ruleEnumValue ) | ( ruleOperation ) ); public final void rule__ValueOrEnumValueOrOperation__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3403:1: ( ( ruleValue ) | ( ruleEnumValue ) | ( ruleOperation ) ) - int alt20=3; + // InternalDSL.g:3197:1: ( ( ruleValue ) | ( ruleEnumValue ) | ( ruleOperation ) ) + int alt19=3; switch ( input.LA(1) ) { case RULE_BOOLEAN_TRUE: case RULE_BOOLEAN_FALSE: @@ -9763,37 +9211,37 @@ public final void rule__ValueOrEnumValueOrOperation__Alternatives() throws Recog case RULE_ISOTIME: case RULE_TWENTYFOURHRSTIME: case RULE_TWELVEHRSTIME: - case 95: - case 98: - case 99: + case 75: + case 78: + case 79: { - alt20=1; + alt19=1; } break; case RULE_UPPERCASE_ID: { - alt20=2; + alt19=2; } break; - case 91: - case 93: + case 71: + case 73: { - alt20=3; + alt19=3; } break; default: NoViableAltException nvae = - new NoViableAltException("", 20, 0, input); + new NoViableAltException("", 19, 0, input); throw nvae; } - switch (alt20) { + switch (alt19) { case 1 : - // InternalDSL.g:3404:1: ( ruleValue ) + // InternalDSL.g:3198:1: ( ruleValue ) { - // InternalDSL.g:3404:1: ( ruleValue ) - // InternalDSL.g:3405:1: ruleValue + // InternalDSL.g:3198:1: ( ruleValue ) + // InternalDSL.g:3199:1: ruleValue { before(grammarAccess.getValueOrEnumValueOrOperationAccess().getValueParserRuleCall_0()); pushFollow(FOLLOW_2); @@ -9809,10 +9257,10 @@ public final void rule__ValueOrEnumValueOrOperation__Alternatives() throws Recog } break; case 2 : - // InternalDSL.g:3410:6: ( ruleEnumValue ) + // InternalDSL.g:3204:6: ( ruleEnumValue ) { - // InternalDSL.g:3410:6: ( ruleEnumValue ) - // InternalDSL.g:3411:1: ruleEnumValue + // InternalDSL.g:3204:6: ( ruleEnumValue ) + // InternalDSL.g:3205:1: ruleEnumValue { before(grammarAccess.getValueOrEnumValueOrOperationAccess().getEnumValueParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -9828,10 +9276,10 @@ public final void rule__ValueOrEnumValueOrOperation__Alternatives() throws Recog } break; case 3 : - // InternalDSL.g:3416:6: ( ruleOperation ) + // InternalDSL.g:3210:6: ( ruleOperation ) { - // InternalDSL.g:3416:6: ( ruleOperation ) - // InternalDSL.g:3417:1: ruleOperation + // InternalDSL.g:3210:6: ( ruleOperation ) + // InternalDSL.g:3211:1: ruleOperation { before(grammarAccess.getValueOrEnumValueOrOperationAccess().getOperationParserRuleCall_2()); pushFollow(FOLLOW_2); @@ -9864,21 +9312,21 @@ public final void rule__ValueOrEnumValueOrOperation__Alternatives() throws Recog // $ANTLR start "rule__Value__Alternatives" - // InternalDSL.g:3427:1: rule__Value__Alternatives : ( ( ruleStaticValue ) | ( ruleVariable ) | ( ruleNestedObject ) | ( ruleTypedNestedObject ) ); + // InternalDSL.g:3221:1: rule__Value__Alternatives : ( ( ruleStaticValue ) | ( ruleVariable ) | ( ruleNestedObject ) | ( ruleTypedNestedObject ) ); public final void rule__Value__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3431:1: ( ( ruleStaticValue ) | ( ruleVariable ) | ( ruleNestedObject ) | ( ruleTypedNestedObject ) ) - int alt21=4; - alt21 = dfa21.predict(input); - switch (alt21) { + // InternalDSL.g:3225:1: ( ( ruleStaticValue ) | ( ruleVariable ) | ( ruleNestedObject ) | ( ruleTypedNestedObject ) ) + int alt20=4; + alt20 = dfa20.predict(input); + switch (alt20) { case 1 : - // InternalDSL.g:3432:1: ( ruleStaticValue ) + // InternalDSL.g:3226:1: ( ruleStaticValue ) { - // InternalDSL.g:3432:1: ( ruleStaticValue ) - // InternalDSL.g:3433:1: ruleStaticValue + // InternalDSL.g:3226:1: ( ruleStaticValue ) + // InternalDSL.g:3227:1: ruleStaticValue { before(grammarAccess.getValueAccess().getStaticValueParserRuleCall_0()); pushFollow(FOLLOW_2); @@ -9894,10 +9342,10 @@ public final void rule__Value__Alternatives() throws RecognitionException { } break; case 2 : - // InternalDSL.g:3438:6: ( ruleVariable ) + // InternalDSL.g:3232:6: ( ruleVariable ) { - // InternalDSL.g:3438:6: ( ruleVariable ) - // InternalDSL.g:3439:1: ruleVariable + // InternalDSL.g:3232:6: ( ruleVariable ) + // InternalDSL.g:3233:1: ruleVariable { before(grammarAccess.getValueAccess().getVariableParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -9913,10 +9361,10 @@ public final void rule__Value__Alternatives() throws RecognitionException { } break; case 3 : - // InternalDSL.g:3444:6: ( ruleNestedObject ) + // InternalDSL.g:3238:6: ( ruleNestedObject ) { - // InternalDSL.g:3444:6: ( ruleNestedObject ) - // InternalDSL.g:3445:1: ruleNestedObject + // InternalDSL.g:3238:6: ( ruleNestedObject ) + // InternalDSL.g:3239:1: ruleNestedObject { before(grammarAccess.getValueAccess().getNestedObjectParserRuleCall_2()); pushFollow(FOLLOW_2); @@ -9932,10 +9380,10 @@ public final void rule__Value__Alternatives() throws RecognitionException { } break; case 4 : - // InternalDSL.g:3450:6: ( ruleTypedNestedObject ) + // InternalDSL.g:3244:6: ( ruleTypedNestedObject ) { - // InternalDSL.g:3450:6: ( ruleTypedNestedObject ) - // InternalDSL.g:3451:1: ruleTypedNestedObject + // InternalDSL.g:3244:6: ( ruleTypedNestedObject ) + // InternalDSL.g:3245:1: ruleTypedNestedObject { before(grammarAccess.getValueAccess().getTypedNestedObjectParserRuleCall_3()); pushFollow(FOLLOW_2); @@ -9968,34 +9416,34 @@ public final void rule__Value__Alternatives() throws RecognitionException { // $ANTLR start "rule__ConstantValue__Alternatives" - // InternalDSL.g:3461:1: rule__ConstantValue__Alternatives : ( ( ruleStaticValue ) | ( ruleConstant ) ); + // InternalDSL.g:3255:1: rule__ConstantValue__Alternatives : ( ( ruleStaticValue ) | ( ruleConstant ) ); public final void rule__ConstantValue__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3465:1: ( ( ruleStaticValue ) | ( ruleConstant ) ) - int alt22=2; - int LA22_0 = input.LA(1); + // InternalDSL.g:3259:1: ( ( ruleStaticValue ) | ( ruleConstant ) ) + int alt21=2; + int LA21_0 = input.LA(1); - if ( ((LA22_0>=RULE_BOOLEAN_TRUE && LA22_0<=RULE_BOOLEAN_FALSE)||(LA22_0>=RULE_STRING && LA22_0<=RULE_TWELVEHRSTIME)||LA22_0==95||LA22_0==98) ) { - alt22=1; + if ( ((LA21_0>=RULE_BOOLEAN_TRUE && LA21_0<=RULE_BOOLEAN_FALSE)||LA21_0==RULE_STRING||(LA21_0>=RULE_INTEGER && LA21_0<=RULE_TWELVEHRSTIME)||LA21_0==75||LA21_0==78) ) { + alt21=1; } - else if ( (LA22_0==RULE_ID) ) { - alt22=2; + else if ( (LA21_0==RULE_ID) ) { + alt21=2; } else { NoViableAltException nvae = - new NoViableAltException("", 22, 0, input); + new NoViableAltException("", 21, 0, input); throw nvae; } - switch (alt22) { + switch (alt21) { case 1 : - // InternalDSL.g:3466:1: ( ruleStaticValue ) + // InternalDSL.g:3260:1: ( ruleStaticValue ) { - // InternalDSL.g:3466:1: ( ruleStaticValue ) - // InternalDSL.g:3467:1: ruleStaticValue + // InternalDSL.g:3260:1: ( ruleStaticValue ) + // InternalDSL.g:3261:1: ruleStaticValue { before(grammarAccess.getConstantValueAccess().getStaticValueParserRuleCall_0()); pushFollow(FOLLOW_2); @@ -10011,10 +9459,10 @@ else if ( (LA22_0==RULE_ID) ) { } break; case 2 : - // InternalDSL.g:3472:6: ( ruleConstant ) + // InternalDSL.g:3266:6: ( ruleConstant ) { - // InternalDSL.g:3472:6: ( ruleConstant ) - // InternalDSL.g:3473:1: ruleConstant + // InternalDSL.g:3266:6: ( ruleConstant ) + // InternalDSL.g:3267:1: ruleConstant { before(grammarAccess.getConstantValueAccess().getConstantParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -10047,21 +9495,21 @@ else if ( (LA22_0==RULE_ID) ) { // $ANTLR start "rule__StaticValue__Alternatives" - // InternalDSL.g:3483:1: rule__StaticValue__Alternatives : ( ( ruleStringValue ) | ( ruleIntegerValue ) | ( ruleDecimalValue ) | ( ruleBooleanValue ) | ( ruleDateValue ) | ( ruleTimeValue ) | ( ruleDateAndTimeValue ) | ( ruleNullValue ) | ( ruleJavaConstantValue ) ); + // InternalDSL.g:3277:1: rule__StaticValue__Alternatives : ( ( ruleStringValue ) | ( ruleIntegerValue ) | ( ruleDecimalValue ) | ( ruleBooleanValue ) | ( ruleDateValue ) | ( ruleTimeValue ) | ( ruleDateAndTimeValue ) | ( ruleNullValue ) | ( ruleJavaConstantValue ) ); public final void rule__StaticValue__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3487:1: ( ( ruleStringValue ) | ( ruleIntegerValue ) | ( ruleDecimalValue ) | ( ruleBooleanValue ) | ( ruleDateValue ) | ( ruleTimeValue ) | ( ruleDateAndTimeValue ) | ( ruleNullValue ) | ( ruleJavaConstantValue ) ) - int alt23=9; - alt23 = dfa23.predict(input); - switch (alt23) { + // InternalDSL.g:3281:1: ( ( ruleStringValue ) | ( ruleIntegerValue ) | ( ruleDecimalValue ) | ( ruleBooleanValue ) | ( ruleDateValue ) | ( ruleTimeValue ) | ( ruleDateAndTimeValue ) | ( ruleNullValue ) | ( ruleJavaConstantValue ) ) + int alt22=9; + alt22 = dfa22.predict(input); + switch (alt22) { case 1 : - // InternalDSL.g:3488:1: ( ruleStringValue ) + // InternalDSL.g:3282:1: ( ruleStringValue ) { - // InternalDSL.g:3488:1: ( ruleStringValue ) - // InternalDSL.g:3489:1: ruleStringValue + // InternalDSL.g:3282:1: ( ruleStringValue ) + // InternalDSL.g:3283:1: ruleStringValue { before(grammarAccess.getStaticValueAccess().getStringValueParserRuleCall_0()); pushFollow(FOLLOW_2); @@ -10077,10 +9525,10 @@ public final void rule__StaticValue__Alternatives() throws RecognitionException } break; case 2 : - // InternalDSL.g:3494:6: ( ruleIntegerValue ) + // InternalDSL.g:3288:6: ( ruleIntegerValue ) { - // InternalDSL.g:3494:6: ( ruleIntegerValue ) - // InternalDSL.g:3495:1: ruleIntegerValue + // InternalDSL.g:3288:6: ( ruleIntegerValue ) + // InternalDSL.g:3289:1: ruleIntegerValue { before(grammarAccess.getStaticValueAccess().getIntegerValueParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -10096,10 +9544,10 @@ public final void rule__StaticValue__Alternatives() throws RecognitionException } break; case 3 : - // InternalDSL.g:3500:6: ( ruleDecimalValue ) + // InternalDSL.g:3294:6: ( ruleDecimalValue ) { - // InternalDSL.g:3500:6: ( ruleDecimalValue ) - // InternalDSL.g:3501:1: ruleDecimalValue + // InternalDSL.g:3294:6: ( ruleDecimalValue ) + // InternalDSL.g:3295:1: ruleDecimalValue { before(grammarAccess.getStaticValueAccess().getDecimalValueParserRuleCall_2()); pushFollow(FOLLOW_2); @@ -10115,10 +9563,10 @@ public final void rule__StaticValue__Alternatives() throws RecognitionException } break; case 4 : - // InternalDSL.g:3506:6: ( ruleBooleanValue ) + // InternalDSL.g:3300:6: ( ruleBooleanValue ) { - // InternalDSL.g:3506:6: ( ruleBooleanValue ) - // InternalDSL.g:3507:1: ruleBooleanValue + // InternalDSL.g:3300:6: ( ruleBooleanValue ) + // InternalDSL.g:3301:1: ruleBooleanValue { before(grammarAccess.getStaticValueAccess().getBooleanValueParserRuleCall_3()); pushFollow(FOLLOW_2); @@ -10134,10 +9582,10 @@ public final void rule__StaticValue__Alternatives() throws RecognitionException } break; case 5 : - // InternalDSL.g:3512:6: ( ruleDateValue ) + // InternalDSL.g:3306:6: ( ruleDateValue ) { - // InternalDSL.g:3512:6: ( ruleDateValue ) - // InternalDSL.g:3513:1: ruleDateValue + // InternalDSL.g:3306:6: ( ruleDateValue ) + // InternalDSL.g:3307:1: ruleDateValue { before(grammarAccess.getStaticValueAccess().getDateValueParserRuleCall_4()); pushFollow(FOLLOW_2); @@ -10153,10 +9601,10 @@ public final void rule__StaticValue__Alternatives() throws RecognitionException } break; case 6 : - // InternalDSL.g:3518:6: ( ruleTimeValue ) + // InternalDSL.g:3312:6: ( ruleTimeValue ) { - // InternalDSL.g:3518:6: ( ruleTimeValue ) - // InternalDSL.g:3519:1: ruleTimeValue + // InternalDSL.g:3312:6: ( ruleTimeValue ) + // InternalDSL.g:3313:1: ruleTimeValue { before(grammarAccess.getStaticValueAccess().getTimeValueParserRuleCall_5()); pushFollow(FOLLOW_2); @@ -10172,10 +9620,10 @@ public final void rule__StaticValue__Alternatives() throws RecognitionException } break; case 7 : - // InternalDSL.g:3524:6: ( ruleDateAndTimeValue ) + // InternalDSL.g:3318:6: ( ruleDateAndTimeValue ) { - // InternalDSL.g:3524:6: ( ruleDateAndTimeValue ) - // InternalDSL.g:3525:1: ruleDateAndTimeValue + // InternalDSL.g:3318:6: ( ruleDateAndTimeValue ) + // InternalDSL.g:3319:1: ruleDateAndTimeValue { before(grammarAccess.getStaticValueAccess().getDateAndTimeValueParserRuleCall_6()); pushFollow(FOLLOW_2); @@ -10191,10 +9639,10 @@ public final void rule__StaticValue__Alternatives() throws RecognitionException } break; case 8 : - // InternalDSL.g:3530:6: ( ruleNullValue ) + // InternalDSL.g:3324:6: ( ruleNullValue ) { - // InternalDSL.g:3530:6: ( ruleNullValue ) - // InternalDSL.g:3531:1: ruleNullValue + // InternalDSL.g:3324:6: ( ruleNullValue ) + // InternalDSL.g:3325:1: ruleNullValue { before(grammarAccess.getStaticValueAccess().getNullValueParserRuleCall_7()); pushFollow(FOLLOW_2); @@ -10210,10 +9658,10 @@ public final void rule__StaticValue__Alternatives() throws RecognitionException } break; case 9 : - // InternalDSL.g:3536:6: ( ruleJavaConstantValue ) + // InternalDSL.g:3330:6: ( ruleJavaConstantValue ) { - // InternalDSL.g:3536:6: ( ruleJavaConstantValue ) - // InternalDSL.g:3537:1: ruleJavaConstantValue + // InternalDSL.g:3330:6: ( ruleJavaConstantValue ) + // InternalDSL.g:3331:1: ruleJavaConstantValue { before(grammarAccess.getStaticValueAccess().getJavaConstantValueParserRuleCall_8()); pushFollow(FOLLOW_2); @@ -10246,34 +9694,34 @@ public final void rule__StaticValue__Alternatives() throws RecognitionException // $ANTLR start "rule__BooleanValue__BooleanValueAlternatives_0" - // InternalDSL.g:3547:1: rule__BooleanValue__BooleanValueAlternatives_0 : ( ( RULE_BOOLEAN_TRUE ) | ( RULE_BOOLEAN_FALSE ) ); + // InternalDSL.g:3341:1: rule__BooleanValue__BooleanValueAlternatives_0 : ( ( RULE_BOOLEAN_TRUE ) | ( RULE_BOOLEAN_FALSE ) ); public final void rule__BooleanValue__BooleanValueAlternatives_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3551:1: ( ( RULE_BOOLEAN_TRUE ) | ( RULE_BOOLEAN_FALSE ) ) - int alt24=2; - int LA24_0 = input.LA(1); + // InternalDSL.g:3345:1: ( ( RULE_BOOLEAN_TRUE ) | ( RULE_BOOLEAN_FALSE ) ) + int alt23=2; + int LA23_0 = input.LA(1); - if ( (LA24_0==RULE_BOOLEAN_TRUE) ) { - alt24=1; + if ( (LA23_0==RULE_BOOLEAN_TRUE) ) { + alt23=1; } - else if ( (LA24_0==RULE_BOOLEAN_FALSE) ) { - alt24=2; + else if ( (LA23_0==RULE_BOOLEAN_FALSE) ) { + alt23=2; } else { NoViableAltException nvae = - new NoViableAltException("", 24, 0, input); + new NoViableAltException("", 23, 0, input); throw nvae; } - switch (alt24) { + switch (alt23) { case 1 : - // InternalDSL.g:3552:1: ( RULE_BOOLEAN_TRUE ) + // InternalDSL.g:3346:1: ( RULE_BOOLEAN_TRUE ) { - // InternalDSL.g:3552:1: ( RULE_BOOLEAN_TRUE ) - // InternalDSL.g:3553:1: RULE_BOOLEAN_TRUE + // InternalDSL.g:3346:1: ( RULE_BOOLEAN_TRUE ) + // InternalDSL.g:3347:1: RULE_BOOLEAN_TRUE { before(grammarAccess.getBooleanValueAccess().getBooleanValueBOOLEAN_TRUETerminalRuleCall_0_0()); match(input,RULE_BOOLEAN_TRUE,FOLLOW_2); @@ -10285,10 +9733,10 @@ else if ( (LA24_0==RULE_BOOLEAN_FALSE) ) { } break; case 2 : - // InternalDSL.g:3558:6: ( RULE_BOOLEAN_FALSE ) + // InternalDSL.g:3352:6: ( RULE_BOOLEAN_FALSE ) { - // InternalDSL.g:3558:6: ( RULE_BOOLEAN_FALSE ) - // InternalDSL.g:3559:1: RULE_BOOLEAN_FALSE + // InternalDSL.g:3352:6: ( RULE_BOOLEAN_FALSE ) + // InternalDSL.g:3353:1: RULE_BOOLEAN_FALSE { before(grammarAccess.getBooleanValueAccess().getBooleanValueBOOLEAN_FALSETerminalRuleCall_0_1()); match(input,RULE_BOOLEAN_FALSE,FOLLOW_2); @@ -10317,43 +9765,43 @@ else if ( (LA24_0==RULE_BOOLEAN_FALSE) ) { // $ANTLR start "rule__DateValue__Alternatives" - // InternalDSL.g:3569:1: rule__DateValue__Alternatives : ( ( ruleIsoDateValue ) | ( ruleEuropeanDateValue ) | ( ruleUSDateValue ) ); + // InternalDSL.g:3363:1: rule__DateValue__Alternatives : ( ( ruleIsoDateValue ) | ( ruleEuropeanDateValue ) | ( ruleUSDateValue ) ); public final void rule__DateValue__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3573:1: ( ( ruleIsoDateValue ) | ( ruleEuropeanDateValue ) | ( ruleUSDateValue ) ) - int alt25=3; + // InternalDSL.g:3367:1: ( ( ruleIsoDateValue ) | ( ruleEuropeanDateValue ) | ( ruleUSDateValue ) ) + int alt24=3; switch ( input.LA(1) ) { case RULE_ISODATE: { - alt25=1; + alt24=1; } break; case RULE_EURODATE: { - alt25=2; + alt24=2; } break; case RULE_USDATE: { - alt25=3; + alt24=3; } break; default: NoViableAltException nvae = - new NoViableAltException("", 25, 0, input); + new NoViableAltException("", 24, 0, input); throw nvae; } - switch (alt25) { + switch (alt24) { case 1 : - // InternalDSL.g:3574:1: ( ruleIsoDateValue ) + // InternalDSL.g:3368:1: ( ruleIsoDateValue ) { - // InternalDSL.g:3574:1: ( ruleIsoDateValue ) - // InternalDSL.g:3575:1: ruleIsoDateValue + // InternalDSL.g:3368:1: ( ruleIsoDateValue ) + // InternalDSL.g:3369:1: ruleIsoDateValue { before(grammarAccess.getDateValueAccess().getIsoDateValueParserRuleCall_0()); pushFollow(FOLLOW_2); @@ -10369,10 +9817,10 @@ public final void rule__DateValue__Alternatives() throws RecognitionException { } break; case 2 : - // InternalDSL.g:3580:6: ( ruleEuropeanDateValue ) + // InternalDSL.g:3374:6: ( ruleEuropeanDateValue ) { - // InternalDSL.g:3580:6: ( ruleEuropeanDateValue ) - // InternalDSL.g:3581:1: ruleEuropeanDateValue + // InternalDSL.g:3374:6: ( ruleEuropeanDateValue ) + // InternalDSL.g:3375:1: ruleEuropeanDateValue { before(grammarAccess.getDateValueAccess().getEuropeanDateValueParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -10388,10 +9836,10 @@ public final void rule__DateValue__Alternatives() throws RecognitionException { } break; case 3 : - // InternalDSL.g:3586:6: ( ruleUSDateValue ) + // InternalDSL.g:3380:6: ( ruleUSDateValue ) { - // InternalDSL.g:3586:6: ( ruleUSDateValue ) - // InternalDSL.g:3587:1: ruleUSDateValue + // InternalDSL.g:3380:6: ( ruleUSDateValue ) + // InternalDSL.g:3381:1: ruleUSDateValue { before(grammarAccess.getDateValueAccess().getUSDateValueParserRuleCall_2()); pushFollow(FOLLOW_2); @@ -10424,43 +9872,43 @@ public final void rule__DateValue__Alternatives() throws RecognitionException { // $ANTLR start "rule__TimeValue__Alternatives" - // InternalDSL.g:3597:1: rule__TimeValue__Alternatives : ( ( ruleIsoTimeValue ) | ( ruleSimple24HrsTimeValue ) | ( ruleSimple12HrsTimeValue ) ); + // InternalDSL.g:3391:1: rule__TimeValue__Alternatives : ( ( ruleIsoTimeValue ) | ( ruleSimple24HrsTimeValue ) | ( ruleSimple12HrsTimeValue ) ); public final void rule__TimeValue__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3601:1: ( ( ruleIsoTimeValue ) | ( ruleSimple24HrsTimeValue ) | ( ruleSimple12HrsTimeValue ) ) - int alt26=3; + // InternalDSL.g:3395:1: ( ( ruleIsoTimeValue ) | ( ruleSimple24HrsTimeValue ) | ( ruleSimple12HrsTimeValue ) ) + int alt25=3; switch ( input.LA(1) ) { case RULE_ISOTIME: { - alt26=1; + alt25=1; } break; case RULE_TWENTYFOURHRSTIME: { - alt26=2; + alt25=2; } break; case RULE_TWELVEHRSTIME: { - alt26=3; + alt25=3; } break; default: NoViableAltException nvae = - new NoViableAltException("", 26, 0, input); + new NoViableAltException("", 25, 0, input); throw nvae; } - switch (alt26) { + switch (alt25) { case 1 : - // InternalDSL.g:3602:1: ( ruleIsoTimeValue ) + // InternalDSL.g:3396:1: ( ruleIsoTimeValue ) { - // InternalDSL.g:3602:1: ( ruleIsoTimeValue ) - // InternalDSL.g:3603:1: ruleIsoTimeValue + // InternalDSL.g:3396:1: ( ruleIsoTimeValue ) + // InternalDSL.g:3397:1: ruleIsoTimeValue { before(grammarAccess.getTimeValueAccess().getIsoTimeValueParserRuleCall_0()); pushFollow(FOLLOW_2); @@ -10476,10 +9924,10 @@ public final void rule__TimeValue__Alternatives() throws RecognitionException { } break; case 2 : - // InternalDSL.g:3608:6: ( ruleSimple24HrsTimeValue ) + // InternalDSL.g:3402:6: ( ruleSimple24HrsTimeValue ) { - // InternalDSL.g:3608:6: ( ruleSimple24HrsTimeValue ) - // InternalDSL.g:3609:1: ruleSimple24HrsTimeValue + // InternalDSL.g:3402:6: ( ruleSimple24HrsTimeValue ) + // InternalDSL.g:3403:1: ruleSimple24HrsTimeValue { before(grammarAccess.getTimeValueAccess().getSimple24HrsTimeValueParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -10495,10 +9943,10 @@ public final void rule__TimeValue__Alternatives() throws RecognitionException { } break; case 3 : - // InternalDSL.g:3614:6: ( ruleSimple12HrsTimeValue ) + // InternalDSL.g:3408:6: ( ruleSimple12HrsTimeValue ) { - // InternalDSL.g:3614:6: ( ruleSimple12HrsTimeValue ) - // InternalDSL.g:3615:1: ruleSimple12HrsTimeValue + // InternalDSL.g:3408:6: ( ruleSimple12HrsTimeValue ) + // InternalDSL.g:3409:1: ruleSimple12HrsTimeValue { before(grammarAccess.getTimeValueAccess().getSimple12HrsTimeValueParserRuleCall_2()); pushFollow(FOLLOW_2); @@ -10531,21 +9979,21 @@ public final void rule__TimeValue__Alternatives() throws RecognitionException { // $ANTLR start "rule__DateAndTimeValue__Alternatives" - // InternalDSL.g:3625:1: rule__DateAndTimeValue__Alternatives : ( ( ruleIsoDateAndTimeValue ) | ( ruleEuropeanDateAnd24HrsTimeValue ) | ( ruleEuropeanDateAnd12HrsTimeValue ) | ( ruleUSDateAnd12HrsTimeValue ) ); + // InternalDSL.g:3419:1: rule__DateAndTimeValue__Alternatives : ( ( ruleIsoDateAndTimeValue ) | ( ruleEuropeanDateAnd24HrsTimeValue ) | ( ruleEuropeanDateAnd12HrsTimeValue ) | ( ruleUSDateAnd12HrsTimeValue ) ); public final void rule__DateAndTimeValue__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3629:1: ( ( ruleIsoDateAndTimeValue ) | ( ruleEuropeanDateAnd24HrsTimeValue ) | ( ruleEuropeanDateAnd12HrsTimeValue ) | ( ruleUSDateAnd12HrsTimeValue ) ) - int alt27=4; - alt27 = dfa27.predict(input); - switch (alt27) { + // InternalDSL.g:3423:1: ( ( ruleIsoDateAndTimeValue ) | ( ruleEuropeanDateAnd24HrsTimeValue ) | ( ruleEuropeanDateAnd12HrsTimeValue ) | ( ruleUSDateAnd12HrsTimeValue ) ) + int alt26=4; + alt26 = dfa26.predict(input); + switch (alt26) { case 1 : - // InternalDSL.g:3630:1: ( ruleIsoDateAndTimeValue ) + // InternalDSL.g:3424:1: ( ruleIsoDateAndTimeValue ) { - // InternalDSL.g:3630:1: ( ruleIsoDateAndTimeValue ) - // InternalDSL.g:3631:1: ruleIsoDateAndTimeValue + // InternalDSL.g:3424:1: ( ruleIsoDateAndTimeValue ) + // InternalDSL.g:3425:1: ruleIsoDateAndTimeValue { before(grammarAccess.getDateAndTimeValueAccess().getIsoDateAndTimeValueParserRuleCall_0()); pushFollow(FOLLOW_2); @@ -10561,10 +10009,10 @@ public final void rule__DateAndTimeValue__Alternatives() throws RecognitionExcep } break; case 2 : - // InternalDSL.g:3636:6: ( ruleEuropeanDateAnd24HrsTimeValue ) + // InternalDSL.g:3430:6: ( ruleEuropeanDateAnd24HrsTimeValue ) { - // InternalDSL.g:3636:6: ( ruleEuropeanDateAnd24HrsTimeValue ) - // InternalDSL.g:3637:1: ruleEuropeanDateAnd24HrsTimeValue + // InternalDSL.g:3430:6: ( ruleEuropeanDateAnd24HrsTimeValue ) + // InternalDSL.g:3431:1: ruleEuropeanDateAnd24HrsTimeValue { before(grammarAccess.getDateAndTimeValueAccess().getEuropeanDateAnd24HrsTimeValueParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -10580,10 +10028,10 @@ public final void rule__DateAndTimeValue__Alternatives() throws RecognitionExcep } break; case 3 : - // InternalDSL.g:3642:6: ( ruleEuropeanDateAnd12HrsTimeValue ) + // InternalDSL.g:3436:6: ( ruleEuropeanDateAnd12HrsTimeValue ) { - // InternalDSL.g:3642:6: ( ruleEuropeanDateAnd12HrsTimeValue ) - // InternalDSL.g:3643:1: ruleEuropeanDateAnd12HrsTimeValue + // InternalDSL.g:3436:6: ( ruleEuropeanDateAnd12HrsTimeValue ) + // InternalDSL.g:3437:1: ruleEuropeanDateAnd12HrsTimeValue { before(grammarAccess.getDateAndTimeValueAccess().getEuropeanDateAnd12HrsTimeValueParserRuleCall_2()); pushFollow(FOLLOW_2); @@ -10599,10 +10047,10 @@ public final void rule__DateAndTimeValue__Alternatives() throws RecognitionExcep } break; case 4 : - // InternalDSL.g:3648:6: ( ruleUSDateAnd12HrsTimeValue ) + // InternalDSL.g:3442:6: ( ruleUSDateAnd12HrsTimeValue ) { - // InternalDSL.g:3648:6: ( ruleUSDateAnd12HrsTimeValue ) - // InternalDSL.g:3649:1: ruleUSDateAnd12HrsTimeValue + // InternalDSL.g:3442:6: ( ruleUSDateAnd12HrsTimeValue ) + // InternalDSL.g:3443:1: ruleUSDateAnd12HrsTimeValue { before(grammarAccess.getDateAndTimeValueAccess().getUSDateAnd12HrsTimeValueParserRuleCall_3()); pushFollow(FOLLOW_2); @@ -10635,38 +10083,38 @@ public final void rule__DateAndTimeValue__Alternatives() throws RecognitionExcep // $ANTLR start "rule__KeyValuePair__Alternatives_0" - // InternalDSL.g:3659:1: rule__KeyValuePair__Alternatives_0 : ( ( ( rule__KeyValuePair__IdentifierAssignment_0_0 ) ) | ( ( rule__KeyValuePair__StringIdentifierAssignment_0_1 ) ) ); + // InternalDSL.g:3453:1: rule__KeyValuePair__Alternatives_0 : ( ( ( rule__KeyValuePair__IdentifierAssignment_0_0 ) ) | ( ( rule__KeyValuePair__StringIdentifierAssignment_0_1 ) ) ); public final void rule__KeyValuePair__Alternatives_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3663:1: ( ( ( rule__KeyValuePair__IdentifierAssignment_0_0 ) ) | ( ( rule__KeyValuePair__StringIdentifierAssignment_0_1 ) ) ) - int alt28=2; - int LA28_0 = input.LA(1); + // InternalDSL.g:3457:1: ( ( ( rule__KeyValuePair__IdentifierAssignment_0_0 ) ) | ( ( rule__KeyValuePair__StringIdentifierAssignment_0_1 ) ) ) + int alt27=2; + int LA27_0 = input.LA(1); - if ( (LA28_0==RULE_ID) ) { - alt28=1; + if ( (LA27_0==RULE_ID) ) { + alt27=1; } - else if ( (LA28_0==RULE_STRING) ) { - alt28=2; + else if ( (LA27_0==RULE_STRING) ) { + alt27=2; } else { NoViableAltException nvae = - new NoViableAltException("", 28, 0, input); + new NoViableAltException("", 27, 0, input); throw nvae; } - switch (alt28) { + switch (alt27) { case 1 : - // InternalDSL.g:3664:1: ( ( rule__KeyValuePair__IdentifierAssignment_0_0 ) ) + // InternalDSL.g:3458:1: ( ( rule__KeyValuePair__IdentifierAssignment_0_0 ) ) { - // InternalDSL.g:3664:1: ( ( rule__KeyValuePair__IdentifierAssignment_0_0 ) ) - // InternalDSL.g:3665:1: ( rule__KeyValuePair__IdentifierAssignment_0_0 ) + // InternalDSL.g:3458:1: ( ( rule__KeyValuePair__IdentifierAssignment_0_0 ) ) + // InternalDSL.g:3459:1: ( rule__KeyValuePair__IdentifierAssignment_0_0 ) { before(grammarAccess.getKeyValuePairAccess().getIdentifierAssignment_0_0()); - // InternalDSL.g:3666:1: ( rule__KeyValuePair__IdentifierAssignment_0_0 ) - // InternalDSL.g:3666:2: rule__KeyValuePair__IdentifierAssignment_0_0 + // InternalDSL.g:3460:1: ( rule__KeyValuePair__IdentifierAssignment_0_0 ) + // InternalDSL.g:3460:2: rule__KeyValuePair__IdentifierAssignment_0_0 { pushFollow(FOLLOW_2); rule__KeyValuePair__IdentifierAssignment_0_0(); @@ -10684,14 +10132,14 @@ else if ( (LA28_0==RULE_STRING) ) { } break; case 2 : - // InternalDSL.g:3670:6: ( ( rule__KeyValuePair__StringIdentifierAssignment_0_1 ) ) + // InternalDSL.g:3464:6: ( ( rule__KeyValuePair__StringIdentifierAssignment_0_1 ) ) { - // InternalDSL.g:3670:6: ( ( rule__KeyValuePair__StringIdentifierAssignment_0_1 ) ) - // InternalDSL.g:3671:1: ( rule__KeyValuePair__StringIdentifierAssignment_0_1 ) + // InternalDSL.g:3464:6: ( ( rule__KeyValuePair__StringIdentifierAssignment_0_1 ) ) + // InternalDSL.g:3465:1: ( rule__KeyValuePair__StringIdentifierAssignment_0_1 ) { before(grammarAccess.getKeyValuePairAccess().getStringIdentifierAssignment_0_1()); - // InternalDSL.g:3672:1: ( rule__KeyValuePair__StringIdentifierAssignment_0_1 ) - // InternalDSL.g:3672:2: rule__KeyValuePair__StringIdentifierAssignment_0_1 + // InternalDSL.g:3466:1: ( rule__KeyValuePair__StringIdentifierAssignment_0_1 ) + // InternalDSL.g:3466:2: rule__KeyValuePair__StringIdentifierAssignment_0_1 { pushFollow(FOLLOW_2); rule__KeyValuePair__StringIdentifierAssignment_0_1(); @@ -10726,14 +10174,14 @@ else if ( (LA28_0==RULE_STRING) ) { // $ANTLR start "rule__Model__Group__0" - // InternalDSL.g:3683:1: rule__Model__Group__0 : rule__Model__Group__0__Impl rule__Model__Group__1 ; + // InternalDSL.g:3477:1: rule__Model__Group__0 : rule__Model__Group__0__Impl rule__Model__Group__1 ; public final void rule__Model__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3687:1: ( rule__Model__Group__0__Impl rule__Model__Group__1 ) - // InternalDSL.g:3688:2: rule__Model__Group__0__Impl rule__Model__Group__1 + // InternalDSL.g:3481:1: ( rule__Model__Group__0__Impl rule__Model__Group__1 ) + // InternalDSL.g:3482:2: rule__Model__Group__0__Impl rule__Model__Group__1 { pushFollow(FOLLOW_4); rule__Model__Group__0__Impl(); @@ -10764,21 +10212,21 @@ public final void rule__Model__Group__0() throws RecognitionException { // $ANTLR start "rule__Model__Group__0__Impl" - // InternalDSL.g:3695:1: rule__Model__Group__0__Impl : ( () ) ; + // InternalDSL.g:3489:1: rule__Model__Group__0__Impl : ( () ) ; public final void rule__Model__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3699:1: ( ( () ) ) - // InternalDSL.g:3700:1: ( () ) + // InternalDSL.g:3493:1: ( ( () ) ) + // InternalDSL.g:3494:1: ( () ) { - // InternalDSL.g:3700:1: ( () ) - // InternalDSL.g:3701:1: () + // InternalDSL.g:3494:1: ( () ) + // InternalDSL.g:3495:1: () { before(grammarAccess.getModelAccess().getModelAction_0()); - // InternalDSL.g:3702:1: () - // InternalDSL.g:3704:1: + // InternalDSL.g:3496:1: () + // InternalDSL.g:3498:1: { } @@ -10801,14 +10249,14 @@ public final void rule__Model__Group__0__Impl() throws RecognitionException { // $ANTLR start "rule__Model__Group__1" - // InternalDSL.g:3714:1: rule__Model__Group__1 : rule__Model__Group__1__Impl rule__Model__Group__2 ; + // InternalDSL.g:3508:1: rule__Model__Group__1 : rule__Model__Group__1__Impl rule__Model__Group__2 ; public final void rule__Model__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3718:1: ( rule__Model__Group__1__Impl rule__Model__Group__2 ) - // InternalDSL.g:3719:2: rule__Model__Group__1__Impl rule__Model__Group__2 + // InternalDSL.g:3512:1: ( rule__Model__Group__1__Impl rule__Model__Group__2 ) + // InternalDSL.g:3513:2: rule__Model__Group__1__Impl rule__Model__Group__2 { pushFollow(FOLLOW_5); rule__Model__Group__1__Impl(); @@ -10839,17 +10287,17 @@ public final void rule__Model__Group__1() throws RecognitionException { // $ANTLR start "rule__Model__Group__1__Impl" - // InternalDSL.g:3726:1: rule__Model__Group__1__Impl : ( ruleNL ) ; + // InternalDSL.g:3520:1: rule__Model__Group__1__Impl : ( ruleNL ) ; public final void rule__Model__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3730:1: ( ( ruleNL ) ) - // InternalDSL.g:3731:1: ( ruleNL ) + // InternalDSL.g:3524:1: ( ( ruleNL ) ) + // InternalDSL.g:3525:1: ( ruleNL ) { - // InternalDSL.g:3731:1: ( ruleNL ) - // InternalDSL.g:3732:1: ruleNL + // InternalDSL.g:3525:1: ( ruleNL ) + // InternalDSL.g:3526:1: ruleNL { before(grammarAccess.getModelAccess().getNLParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -10880,14 +10328,14 @@ public final void rule__Model__Group__1__Impl() throws RecognitionException { // $ANTLR start "rule__Model__Group__2" - // InternalDSL.g:3743:1: rule__Model__Group__2 : rule__Model__Group__2__Impl rule__Model__Group__3 ; + // InternalDSL.g:3537:1: rule__Model__Group__2 : rule__Model__Group__2__Impl rule__Model__Group__3 ; public final void rule__Model__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3747:1: ( rule__Model__Group__2__Impl rule__Model__Group__3 ) - // InternalDSL.g:3748:2: rule__Model__Group__2__Impl rule__Model__Group__3 + // InternalDSL.g:3541:1: ( rule__Model__Group__2__Impl rule__Model__Group__3 ) + // InternalDSL.g:3542:2: rule__Model__Group__2__Impl rule__Model__Group__3 { pushFollow(FOLLOW_5); rule__Model__Group__2__Impl(); @@ -10918,33 +10366,33 @@ public final void rule__Model__Group__2() throws RecognitionException { // $ANTLR start "rule__Model__Group__2__Impl" - // InternalDSL.g:3755:1: rule__Model__Group__2__Impl : ( ( rule__Model__Group_2__0 )* ) ; + // InternalDSL.g:3549:1: rule__Model__Group__2__Impl : ( ( rule__Model__Group_2__0 )* ) ; public final void rule__Model__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3759:1: ( ( ( rule__Model__Group_2__0 )* ) ) - // InternalDSL.g:3760:1: ( ( rule__Model__Group_2__0 )* ) + // InternalDSL.g:3553:1: ( ( ( rule__Model__Group_2__0 )* ) ) + // InternalDSL.g:3554:1: ( ( rule__Model__Group_2__0 )* ) { - // InternalDSL.g:3760:1: ( ( rule__Model__Group_2__0 )* ) - // InternalDSL.g:3761:1: ( rule__Model__Group_2__0 )* + // InternalDSL.g:3554:1: ( ( rule__Model__Group_2__0 )* ) + // InternalDSL.g:3555:1: ( rule__Model__Group_2__0 )* { before(grammarAccess.getModelAccess().getGroup_2()); - // InternalDSL.g:3762:1: ( rule__Model__Group_2__0 )* - loop29: + // InternalDSL.g:3556:1: ( rule__Model__Group_2__0 )* + loop28: do { - int alt29=2; - int LA29_0 = input.LA(1); + int alt28=2; + int LA28_0 = input.LA(1); - if ( (LA29_0==59) ) { - alt29=1; + if ( (LA28_0==39) ) { + alt28=1; } - switch (alt29) { + switch (alt28) { case 1 : - // InternalDSL.g:3762:2: rule__Model__Group_2__0 + // InternalDSL.g:3556:2: rule__Model__Group_2__0 { pushFollow(FOLLOW_6); rule__Model__Group_2__0(); @@ -10956,7 +10404,7 @@ public final void rule__Model__Group__2__Impl() throws RecognitionException { break; default : - break loop29; + break loop28; } } while (true); @@ -10983,14 +10431,14 @@ public final void rule__Model__Group__2__Impl() throws RecognitionException { // $ANTLR start "rule__Model__Group__3" - // InternalDSL.g:3772:1: rule__Model__Group__3 : rule__Model__Group__3__Impl ; + // InternalDSL.g:3566:1: rule__Model__Group__3 : rule__Model__Group__3__Impl ; public final void rule__Model__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3776:1: ( rule__Model__Group__3__Impl ) - // InternalDSL.g:3777:2: rule__Model__Group__3__Impl + // InternalDSL.g:3570:1: ( rule__Model__Group__3__Impl ) + // InternalDSL.g:3571:2: rule__Model__Group__3__Impl { pushFollow(FOLLOW_2); rule__Model__Group__3__Impl(); @@ -11016,33 +10464,33 @@ public final void rule__Model__Group__3() throws RecognitionException { // $ANTLR start "rule__Model__Group__3__Impl" - // InternalDSL.g:3783:1: rule__Model__Group__3__Impl : ( ( rule__Model__StatementsAssignment_3 )* ) ; + // InternalDSL.g:3577:1: rule__Model__Group__3__Impl : ( ( rule__Model__StatementsAssignment_3 )* ) ; public final void rule__Model__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3787:1: ( ( ( rule__Model__StatementsAssignment_3 )* ) ) - // InternalDSL.g:3788:1: ( ( rule__Model__StatementsAssignment_3 )* ) + // InternalDSL.g:3581:1: ( ( ( rule__Model__StatementsAssignment_3 )* ) ) + // InternalDSL.g:3582:1: ( ( rule__Model__StatementsAssignment_3 )* ) { - // InternalDSL.g:3788:1: ( ( rule__Model__StatementsAssignment_3 )* ) - // InternalDSL.g:3789:1: ( rule__Model__StatementsAssignment_3 )* + // InternalDSL.g:3582:1: ( ( rule__Model__StatementsAssignment_3 )* ) + // InternalDSL.g:3583:1: ( rule__Model__StatementsAssignment_3 )* { before(grammarAccess.getModelAccess().getStatementsAssignment_3()); - // InternalDSL.g:3790:1: ( rule__Model__StatementsAssignment_3 )* - loop30: + // InternalDSL.g:3584:1: ( rule__Model__StatementsAssignment_3 )* + loop29: do { - int alt30=2; - int LA30_0 = input.LA(1); + int alt29=2; + int LA29_0 = input.LA(1); - if ( (LA30_0==RULE_ML_DOC_COMMENT||LA30_0==56||LA30_0==60||LA30_0==64||LA30_0==103) ) { - alt30=1; + if ( (LA29_0==RULE_ML_DOC_COMMENT||LA29_0==36||LA29_0==40||LA29_0==44||LA29_0==83) ) { + alt29=1; } - switch (alt30) { + switch (alt29) { case 1 : - // InternalDSL.g:3790:2: rule__Model__StatementsAssignment_3 + // InternalDSL.g:3584:2: rule__Model__StatementsAssignment_3 { pushFollow(FOLLOW_7); rule__Model__StatementsAssignment_3(); @@ -11054,7 +10502,7 @@ public final void rule__Model__Group__3__Impl() throws RecognitionException { break; default : - break loop30; + break loop29; } } while (true); @@ -11081,14 +10529,14 @@ public final void rule__Model__Group__3__Impl() throws RecognitionException { // $ANTLR start "rule__Model__Group_2__0" - // InternalDSL.g:3808:1: rule__Model__Group_2__0 : rule__Model__Group_2__0__Impl rule__Model__Group_2__1 ; + // InternalDSL.g:3602:1: rule__Model__Group_2__0 : rule__Model__Group_2__0__Impl rule__Model__Group_2__1 ; public final void rule__Model__Group_2__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3812:1: ( rule__Model__Group_2__0__Impl rule__Model__Group_2__1 ) - // InternalDSL.g:3813:2: rule__Model__Group_2__0__Impl rule__Model__Group_2__1 + // InternalDSL.g:3606:1: ( rule__Model__Group_2__0__Impl rule__Model__Group_2__1 ) + // InternalDSL.g:3607:2: rule__Model__Group_2__0__Impl rule__Model__Group_2__1 { pushFollow(FOLLOW_4); rule__Model__Group_2__0__Impl(); @@ -11119,21 +10567,21 @@ public final void rule__Model__Group_2__0() throws RecognitionException { // $ANTLR start "rule__Model__Group_2__0__Impl" - // InternalDSL.g:3820:1: rule__Model__Group_2__0__Impl : ( ( rule__Model__ImportsAssignment_2_0 ) ) ; + // InternalDSL.g:3614:1: rule__Model__Group_2__0__Impl : ( ( rule__Model__ImportsAssignment_2_0 ) ) ; public final void rule__Model__Group_2__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3824:1: ( ( ( rule__Model__ImportsAssignment_2_0 ) ) ) - // InternalDSL.g:3825:1: ( ( rule__Model__ImportsAssignment_2_0 ) ) + // InternalDSL.g:3618:1: ( ( ( rule__Model__ImportsAssignment_2_0 ) ) ) + // InternalDSL.g:3619:1: ( ( rule__Model__ImportsAssignment_2_0 ) ) { - // InternalDSL.g:3825:1: ( ( rule__Model__ImportsAssignment_2_0 ) ) - // InternalDSL.g:3826:1: ( rule__Model__ImportsAssignment_2_0 ) + // InternalDSL.g:3619:1: ( ( rule__Model__ImportsAssignment_2_0 ) ) + // InternalDSL.g:3620:1: ( rule__Model__ImportsAssignment_2_0 ) { before(grammarAccess.getModelAccess().getImportsAssignment_2_0()); - // InternalDSL.g:3827:1: ( rule__Model__ImportsAssignment_2_0 ) - // InternalDSL.g:3827:2: rule__Model__ImportsAssignment_2_0 + // InternalDSL.g:3621:1: ( rule__Model__ImportsAssignment_2_0 ) + // InternalDSL.g:3621:2: rule__Model__ImportsAssignment_2_0 { pushFollow(FOLLOW_2); rule__Model__ImportsAssignment_2_0(); @@ -11166,14 +10614,14 @@ public final void rule__Model__Group_2__0__Impl() throws RecognitionException { // $ANTLR start "rule__Model__Group_2__1" - // InternalDSL.g:3837:1: rule__Model__Group_2__1 : rule__Model__Group_2__1__Impl ; + // InternalDSL.g:3631:1: rule__Model__Group_2__1 : rule__Model__Group_2__1__Impl ; public final void rule__Model__Group_2__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3841:1: ( rule__Model__Group_2__1__Impl ) - // InternalDSL.g:3842:2: rule__Model__Group_2__1__Impl + // InternalDSL.g:3635:1: ( rule__Model__Group_2__1__Impl ) + // InternalDSL.g:3636:2: rule__Model__Group_2__1__Impl { pushFollow(FOLLOW_2); rule__Model__Group_2__1__Impl(); @@ -11199,17 +10647,17 @@ public final void rule__Model__Group_2__1() throws RecognitionException { // $ANTLR start "rule__Model__Group_2__1__Impl" - // InternalDSL.g:3848:1: rule__Model__Group_2__1__Impl : ( ruleNL ) ; + // InternalDSL.g:3642:1: rule__Model__Group_2__1__Impl : ( ruleNL ) ; public final void rule__Model__Group_2__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3852:1: ( ( ruleNL ) ) - // InternalDSL.g:3853:1: ( ruleNL ) + // InternalDSL.g:3646:1: ( ( ruleNL ) ) + // InternalDSL.g:3647:1: ( ruleNL ) { - // InternalDSL.g:3853:1: ( ruleNL ) - // InternalDSL.g:3854:1: ruleNL + // InternalDSL.g:3647:1: ( ruleNL ) + // InternalDSL.g:3648:1: ruleNL { before(grammarAccess.getModelAccess().getNLParserRuleCall_2_1()); pushFollow(FOLLOW_2); @@ -11240,14 +10688,14 @@ public final void rule__Model__Group_2__1__Impl() throws RecognitionException { // $ANTLR start "rule__VisibleSingleLineNormalComment__Group__0" - // InternalDSL.g:3869:1: rule__VisibleSingleLineNormalComment__Group__0 : rule__VisibleSingleLineNormalComment__Group__0__Impl rule__VisibleSingleLineNormalComment__Group__1 ; + // InternalDSL.g:3663:1: rule__VisibleSingleLineNormalComment__Group__0 : rule__VisibleSingleLineNormalComment__Group__0__Impl rule__VisibleSingleLineNormalComment__Group__1 ; public final void rule__VisibleSingleLineNormalComment__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3873:1: ( rule__VisibleSingleLineNormalComment__Group__0__Impl rule__VisibleSingleLineNormalComment__Group__1 ) - // InternalDSL.g:3874:2: rule__VisibleSingleLineNormalComment__Group__0__Impl rule__VisibleSingleLineNormalComment__Group__1 + // InternalDSL.g:3667:1: ( rule__VisibleSingleLineNormalComment__Group__0__Impl rule__VisibleSingleLineNormalComment__Group__1 ) + // InternalDSL.g:3668:2: rule__VisibleSingleLineNormalComment__Group__0__Impl rule__VisibleSingleLineNormalComment__Group__1 { pushFollow(FOLLOW_4); rule__VisibleSingleLineNormalComment__Group__0__Impl(); @@ -11278,21 +10726,21 @@ public final void rule__VisibleSingleLineNormalComment__Group__0() throws Recogn // $ANTLR start "rule__VisibleSingleLineNormalComment__Group__0__Impl" - // InternalDSL.g:3881:1: rule__VisibleSingleLineNormalComment__Group__0__Impl : ( ( rule__VisibleSingleLineNormalComment__ContentAssignment_0 ) ) ; + // InternalDSL.g:3675:1: rule__VisibleSingleLineNormalComment__Group__0__Impl : ( ( rule__VisibleSingleLineNormalComment__ContentAssignment_0 ) ) ; public final void rule__VisibleSingleLineNormalComment__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3885:1: ( ( ( rule__VisibleSingleLineNormalComment__ContentAssignment_0 ) ) ) - // InternalDSL.g:3886:1: ( ( rule__VisibleSingleLineNormalComment__ContentAssignment_0 ) ) + // InternalDSL.g:3679:1: ( ( ( rule__VisibleSingleLineNormalComment__ContentAssignment_0 ) ) ) + // InternalDSL.g:3680:1: ( ( rule__VisibleSingleLineNormalComment__ContentAssignment_0 ) ) { - // InternalDSL.g:3886:1: ( ( rule__VisibleSingleLineNormalComment__ContentAssignment_0 ) ) - // InternalDSL.g:3887:1: ( rule__VisibleSingleLineNormalComment__ContentAssignment_0 ) + // InternalDSL.g:3680:1: ( ( rule__VisibleSingleLineNormalComment__ContentAssignment_0 ) ) + // InternalDSL.g:3681:1: ( rule__VisibleSingleLineNormalComment__ContentAssignment_0 ) { before(grammarAccess.getVisibleSingleLineNormalCommentAccess().getContentAssignment_0()); - // InternalDSL.g:3888:1: ( rule__VisibleSingleLineNormalComment__ContentAssignment_0 ) - // InternalDSL.g:3888:2: rule__VisibleSingleLineNormalComment__ContentAssignment_0 + // InternalDSL.g:3682:1: ( rule__VisibleSingleLineNormalComment__ContentAssignment_0 ) + // InternalDSL.g:3682:2: rule__VisibleSingleLineNormalComment__ContentAssignment_0 { pushFollow(FOLLOW_2); rule__VisibleSingleLineNormalComment__ContentAssignment_0(); @@ -11325,14 +10773,14 @@ public final void rule__VisibleSingleLineNormalComment__Group__0__Impl() throws // $ANTLR start "rule__VisibleSingleLineNormalComment__Group__1" - // InternalDSL.g:3898:1: rule__VisibleSingleLineNormalComment__Group__1 : rule__VisibleSingleLineNormalComment__Group__1__Impl ; + // InternalDSL.g:3692:1: rule__VisibleSingleLineNormalComment__Group__1 : rule__VisibleSingleLineNormalComment__Group__1__Impl ; public final void rule__VisibleSingleLineNormalComment__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3902:1: ( rule__VisibleSingleLineNormalComment__Group__1__Impl ) - // InternalDSL.g:3903:2: rule__VisibleSingleLineNormalComment__Group__1__Impl + // InternalDSL.g:3696:1: ( rule__VisibleSingleLineNormalComment__Group__1__Impl ) + // InternalDSL.g:3697:2: rule__VisibleSingleLineNormalComment__Group__1__Impl { pushFollow(FOLLOW_2); rule__VisibleSingleLineNormalComment__Group__1__Impl(); @@ -11358,17 +10806,17 @@ public final void rule__VisibleSingleLineNormalComment__Group__1() throws Recogn // $ANTLR start "rule__VisibleSingleLineNormalComment__Group__1__Impl" - // InternalDSL.g:3909:1: rule__VisibleSingleLineNormalComment__Group__1__Impl : ( ruleNL ) ; + // InternalDSL.g:3703:1: rule__VisibleSingleLineNormalComment__Group__1__Impl : ( ruleNL ) ; public final void rule__VisibleSingleLineNormalComment__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3913:1: ( ( ruleNL ) ) - // InternalDSL.g:3914:1: ( ruleNL ) + // InternalDSL.g:3707:1: ( ( ruleNL ) ) + // InternalDSL.g:3708:1: ( ruleNL ) { - // InternalDSL.g:3914:1: ( ruleNL ) - // InternalDSL.g:3915:1: ruleNL + // InternalDSL.g:3708:1: ( ruleNL ) + // InternalDSL.g:3709:1: ruleNL { before(grammarAccess.getVisibleSingleLineNormalCommentAccess().getNLParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -11399,14 +10847,14 @@ public final void rule__VisibleSingleLineNormalComment__Group__1__Impl() throws // $ANTLR start "rule__VisibleSingleLineTitleComment__Group__0" - // InternalDSL.g:3930:1: rule__VisibleSingleLineTitleComment__Group__0 : rule__VisibleSingleLineTitleComment__Group__0__Impl rule__VisibleSingleLineTitleComment__Group__1 ; + // InternalDSL.g:3724:1: rule__VisibleSingleLineTitleComment__Group__0 : rule__VisibleSingleLineTitleComment__Group__0__Impl rule__VisibleSingleLineTitleComment__Group__1 ; public final void rule__VisibleSingleLineTitleComment__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3934:1: ( rule__VisibleSingleLineTitleComment__Group__0__Impl rule__VisibleSingleLineTitleComment__Group__1 ) - // InternalDSL.g:3935:2: rule__VisibleSingleLineTitleComment__Group__0__Impl rule__VisibleSingleLineTitleComment__Group__1 + // InternalDSL.g:3728:1: ( rule__VisibleSingleLineTitleComment__Group__0__Impl rule__VisibleSingleLineTitleComment__Group__1 ) + // InternalDSL.g:3729:2: rule__VisibleSingleLineTitleComment__Group__0__Impl rule__VisibleSingleLineTitleComment__Group__1 { pushFollow(FOLLOW_4); rule__VisibleSingleLineTitleComment__Group__0__Impl(); @@ -11437,21 +10885,21 @@ public final void rule__VisibleSingleLineTitleComment__Group__0() throws Recogni // $ANTLR start "rule__VisibleSingleLineTitleComment__Group__0__Impl" - // InternalDSL.g:3942:1: rule__VisibleSingleLineTitleComment__Group__0__Impl : ( ( rule__VisibleSingleLineTitleComment__ContentAssignment_0 ) ) ; + // InternalDSL.g:3736:1: rule__VisibleSingleLineTitleComment__Group__0__Impl : ( ( rule__VisibleSingleLineTitleComment__ContentAssignment_0 ) ) ; public final void rule__VisibleSingleLineTitleComment__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3946:1: ( ( ( rule__VisibleSingleLineTitleComment__ContentAssignment_0 ) ) ) - // InternalDSL.g:3947:1: ( ( rule__VisibleSingleLineTitleComment__ContentAssignment_0 ) ) + // InternalDSL.g:3740:1: ( ( ( rule__VisibleSingleLineTitleComment__ContentAssignment_0 ) ) ) + // InternalDSL.g:3741:1: ( ( rule__VisibleSingleLineTitleComment__ContentAssignment_0 ) ) { - // InternalDSL.g:3947:1: ( ( rule__VisibleSingleLineTitleComment__ContentAssignment_0 ) ) - // InternalDSL.g:3948:1: ( rule__VisibleSingleLineTitleComment__ContentAssignment_0 ) + // InternalDSL.g:3741:1: ( ( rule__VisibleSingleLineTitleComment__ContentAssignment_0 ) ) + // InternalDSL.g:3742:1: ( rule__VisibleSingleLineTitleComment__ContentAssignment_0 ) { before(grammarAccess.getVisibleSingleLineTitleCommentAccess().getContentAssignment_0()); - // InternalDSL.g:3949:1: ( rule__VisibleSingleLineTitleComment__ContentAssignment_0 ) - // InternalDSL.g:3949:2: rule__VisibleSingleLineTitleComment__ContentAssignment_0 + // InternalDSL.g:3743:1: ( rule__VisibleSingleLineTitleComment__ContentAssignment_0 ) + // InternalDSL.g:3743:2: rule__VisibleSingleLineTitleComment__ContentAssignment_0 { pushFollow(FOLLOW_2); rule__VisibleSingleLineTitleComment__ContentAssignment_0(); @@ -11484,14 +10932,14 @@ public final void rule__VisibleSingleLineTitleComment__Group__0__Impl() throws R // $ANTLR start "rule__VisibleSingleLineTitleComment__Group__1" - // InternalDSL.g:3959:1: rule__VisibleSingleLineTitleComment__Group__1 : rule__VisibleSingleLineTitleComment__Group__1__Impl ; + // InternalDSL.g:3753:1: rule__VisibleSingleLineTitleComment__Group__1 : rule__VisibleSingleLineTitleComment__Group__1__Impl ; public final void rule__VisibleSingleLineTitleComment__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3963:1: ( rule__VisibleSingleLineTitleComment__Group__1__Impl ) - // InternalDSL.g:3964:2: rule__VisibleSingleLineTitleComment__Group__1__Impl + // InternalDSL.g:3757:1: ( rule__VisibleSingleLineTitleComment__Group__1__Impl ) + // InternalDSL.g:3758:2: rule__VisibleSingleLineTitleComment__Group__1__Impl { pushFollow(FOLLOW_2); rule__VisibleSingleLineTitleComment__Group__1__Impl(); @@ -11517,17 +10965,17 @@ public final void rule__VisibleSingleLineTitleComment__Group__1() throws Recogni // $ANTLR start "rule__VisibleSingleLineTitleComment__Group__1__Impl" - // InternalDSL.g:3970:1: rule__VisibleSingleLineTitleComment__Group__1__Impl : ( ruleNL ) ; + // InternalDSL.g:3764:1: rule__VisibleSingleLineTitleComment__Group__1__Impl : ( ruleNL ) ; public final void rule__VisibleSingleLineTitleComment__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3974:1: ( ( ruleNL ) ) - // InternalDSL.g:3975:1: ( ruleNL ) + // InternalDSL.g:3768:1: ( ( ruleNL ) ) + // InternalDSL.g:3769:1: ( ruleNL ) { - // InternalDSL.g:3975:1: ( ruleNL ) - // InternalDSL.g:3976:1: ruleNL + // InternalDSL.g:3769:1: ( ruleNL ) + // InternalDSL.g:3770:1: ruleNL { before(grammarAccess.getVisibleSingleLineTitleCommentAccess().getNLParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -11558,14 +11006,14 @@ public final void rule__VisibleSingleLineTitleComment__Group__1__Impl() throws R // $ANTLR start "rule__VisibleMultiLineNormalComment__Group__0" - // InternalDSL.g:3991:1: rule__VisibleMultiLineNormalComment__Group__0 : rule__VisibleMultiLineNormalComment__Group__0__Impl rule__VisibleMultiLineNormalComment__Group__1 ; + // InternalDSL.g:3785:1: rule__VisibleMultiLineNormalComment__Group__0 : rule__VisibleMultiLineNormalComment__Group__0__Impl rule__VisibleMultiLineNormalComment__Group__1 ; public final void rule__VisibleMultiLineNormalComment__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:3995:1: ( rule__VisibleMultiLineNormalComment__Group__0__Impl rule__VisibleMultiLineNormalComment__Group__1 ) - // InternalDSL.g:3996:2: rule__VisibleMultiLineNormalComment__Group__0__Impl rule__VisibleMultiLineNormalComment__Group__1 + // InternalDSL.g:3789:1: ( rule__VisibleMultiLineNormalComment__Group__0__Impl rule__VisibleMultiLineNormalComment__Group__1 ) + // InternalDSL.g:3790:2: rule__VisibleMultiLineNormalComment__Group__0__Impl rule__VisibleMultiLineNormalComment__Group__1 { pushFollow(FOLLOW_4); rule__VisibleMultiLineNormalComment__Group__0__Impl(); @@ -11596,21 +11044,21 @@ public final void rule__VisibleMultiLineNormalComment__Group__0() throws Recogni // $ANTLR start "rule__VisibleMultiLineNormalComment__Group__0__Impl" - // InternalDSL.g:4003:1: rule__VisibleMultiLineNormalComment__Group__0__Impl : ( ( rule__VisibleMultiLineNormalComment__ContentAssignment_0 ) ) ; + // InternalDSL.g:3797:1: rule__VisibleMultiLineNormalComment__Group__0__Impl : ( ( rule__VisibleMultiLineNormalComment__ContentAssignment_0 ) ) ; public final void rule__VisibleMultiLineNormalComment__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4007:1: ( ( ( rule__VisibleMultiLineNormalComment__ContentAssignment_0 ) ) ) - // InternalDSL.g:4008:1: ( ( rule__VisibleMultiLineNormalComment__ContentAssignment_0 ) ) + // InternalDSL.g:3801:1: ( ( ( rule__VisibleMultiLineNormalComment__ContentAssignment_0 ) ) ) + // InternalDSL.g:3802:1: ( ( rule__VisibleMultiLineNormalComment__ContentAssignment_0 ) ) { - // InternalDSL.g:4008:1: ( ( rule__VisibleMultiLineNormalComment__ContentAssignment_0 ) ) - // InternalDSL.g:4009:1: ( rule__VisibleMultiLineNormalComment__ContentAssignment_0 ) + // InternalDSL.g:3802:1: ( ( rule__VisibleMultiLineNormalComment__ContentAssignment_0 ) ) + // InternalDSL.g:3803:1: ( rule__VisibleMultiLineNormalComment__ContentAssignment_0 ) { before(grammarAccess.getVisibleMultiLineNormalCommentAccess().getContentAssignment_0()); - // InternalDSL.g:4010:1: ( rule__VisibleMultiLineNormalComment__ContentAssignment_0 ) - // InternalDSL.g:4010:2: rule__VisibleMultiLineNormalComment__ContentAssignment_0 + // InternalDSL.g:3804:1: ( rule__VisibleMultiLineNormalComment__ContentAssignment_0 ) + // InternalDSL.g:3804:2: rule__VisibleMultiLineNormalComment__ContentAssignment_0 { pushFollow(FOLLOW_2); rule__VisibleMultiLineNormalComment__ContentAssignment_0(); @@ -11643,14 +11091,14 @@ public final void rule__VisibleMultiLineNormalComment__Group__0__Impl() throws R // $ANTLR start "rule__VisibleMultiLineNormalComment__Group__1" - // InternalDSL.g:4020:1: rule__VisibleMultiLineNormalComment__Group__1 : rule__VisibleMultiLineNormalComment__Group__1__Impl ; + // InternalDSL.g:3814:1: rule__VisibleMultiLineNormalComment__Group__1 : rule__VisibleMultiLineNormalComment__Group__1__Impl ; public final void rule__VisibleMultiLineNormalComment__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4024:1: ( rule__VisibleMultiLineNormalComment__Group__1__Impl ) - // InternalDSL.g:4025:2: rule__VisibleMultiLineNormalComment__Group__1__Impl + // InternalDSL.g:3818:1: ( rule__VisibleMultiLineNormalComment__Group__1__Impl ) + // InternalDSL.g:3819:2: rule__VisibleMultiLineNormalComment__Group__1__Impl { pushFollow(FOLLOW_2); rule__VisibleMultiLineNormalComment__Group__1__Impl(); @@ -11676,17 +11124,17 @@ public final void rule__VisibleMultiLineNormalComment__Group__1() throws Recogni // $ANTLR start "rule__VisibleMultiLineNormalComment__Group__1__Impl" - // InternalDSL.g:4031:1: rule__VisibleMultiLineNormalComment__Group__1__Impl : ( ruleNL ) ; + // InternalDSL.g:3825:1: rule__VisibleMultiLineNormalComment__Group__1__Impl : ( ruleNL ) ; public final void rule__VisibleMultiLineNormalComment__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4035:1: ( ( ruleNL ) ) - // InternalDSL.g:4036:1: ( ruleNL ) + // InternalDSL.g:3829:1: ( ( ruleNL ) ) + // InternalDSL.g:3830:1: ( ruleNL ) { - // InternalDSL.g:4036:1: ( ruleNL ) - // InternalDSL.g:4037:1: ruleNL + // InternalDSL.g:3830:1: ( ruleNL ) + // InternalDSL.g:3831:1: ruleNL { before(grammarAccess.getVisibleMultiLineNormalCommentAccess().getNLParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -11717,14 +11165,14 @@ public final void rule__VisibleMultiLineNormalComment__Group__1__Impl() throws R // $ANTLR start "rule__VisibleMultiLineTitleComment__Group__0" - // InternalDSL.g:4052:1: rule__VisibleMultiLineTitleComment__Group__0 : rule__VisibleMultiLineTitleComment__Group__0__Impl rule__VisibleMultiLineTitleComment__Group__1 ; + // InternalDSL.g:3846:1: rule__VisibleMultiLineTitleComment__Group__0 : rule__VisibleMultiLineTitleComment__Group__0__Impl rule__VisibleMultiLineTitleComment__Group__1 ; public final void rule__VisibleMultiLineTitleComment__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4056:1: ( rule__VisibleMultiLineTitleComment__Group__0__Impl rule__VisibleMultiLineTitleComment__Group__1 ) - // InternalDSL.g:4057:2: rule__VisibleMultiLineTitleComment__Group__0__Impl rule__VisibleMultiLineTitleComment__Group__1 + // InternalDSL.g:3850:1: ( rule__VisibleMultiLineTitleComment__Group__0__Impl rule__VisibleMultiLineTitleComment__Group__1 ) + // InternalDSL.g:3851:2: rule__VisibleMultiLineTitleComment__Group__0__Impl rule__VisibleMultiLineTitleComment__Group__1 { pushFollow(FOLLOW_4); rule__VisibleMultiLineTitleComment__Group__0__Impl(); @@ -11755,21 +11203,21 @@ public final void rule__VisibleMultiLineTitleComment__Group__0() throws Recognit // $ANTLR start "rule__VisibleMultiLineTitleComment__Group__0__Impl" - // InternalDSL.g:4064:1: rule__VisibleMultiLineTitleComment__Group__0__Impl : ( ( rule__VisibleMultiLineTitleComment__ContentAssignment_0 ) ) ; + // InternalDSL.g:3858:1: rule__VisibleMultiLineTitleComment__Group__0__Impl : ( ( rule__VisibleMultiLineTitleComment__ContentAssignment_0 ) ) ; public final void rule__VisibleMultiLineTitleComment__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4068:1: ( ( ( rule__VisibleMultiLineTitleComment__ContentAssignment_0 ) ) ) - // InternalDSL.g:4069:1: ( ( rule__VisibleMultiLineTitleComment__ContentAssignment_0 ) ) + // InternalDSL.g:3862:1: ( ( ( rule__VisibleMultiLineTitleComment__ContentAssignment_0 ) ) ) + // InternalDSL.g:3863:1: ( ( rule__VisibleMultiLineTitleComment__ContentAssignment_0 ) ) { - // InternalDSL.g:4069:1: ( ( rule__VisibleMultiLineTitleComment__ContentAssignment_0 ) ) - // InternalDSL.g:4070:1: ( rule__VisibleMultiLineTitleComment__ContentAssignment_0 ) + // InternalDSL.g:3863:1: ( ( rule__VisibleMultiLineTitleComment__ContentAssignment_0 ) ) + // InternalDSL.g:3864:1: ( rule__VisibleMultiLineTitleComment__ContentAssignment_0 ) { before(grammarAccess.getVisibleMultiLineTitleCommentAccess().getContentAssignment_0()); - // InternalDSL.g:4071:1: ( rule__VisibleMultiLineTitleComment__ContentAssignment_0 ) - // InternalDSL.g:4071:2: rule__VisibleMultiLineTitleComment__ContentAssignment_0 + // InternalDSL.g:3865:1: ( rule__VisibleMultiLineTitleComment__ContentAssignment_0 ) + // InternalDSL.g:3865:2: rule__VisibleMultiLineTitleComment__ContentAssignment_0 { pushFollow(FOLLOW_2); rule__VisibleMultiLineTitleComment__ContentAssignment_0(); @@ -11802,14 +11250,14 @@ public final void rule__VisibleMultiLineTitleComment__Group__0__Impl() throws Re // $ANTLR start "rule__VisibleMultiLineTitleComment__Group__1" - // InternalDSL.g:4081:1: rule__VisibleMultiLineTitleComment__Group__1 : rule__VisibleMultiLineTitleComment__Group__1__Impl ; + // InternalDSL.g:3875:1: rule__VisibleMultiLineTitleComment__Group__1 : rule__VisibleMultiLineTitleComment__Group__1__Impl ; public final void rule__VisibleMultiLineTitleComment__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4085:1: ( rule__VisibleMultiLineTitleComment__Group__1__Impl ) - // InternalDSL.g:4086:2: rule__VisibleMultiLineTitleComment__Group__1__Impl + // InternalDSL.g:3879:1: ( rule__VisibleMultiLineTitleComment__Group__1__Impl ) + // InternalDSL.g:3880:2: rule__VisibleMultiLineTitleComment__Group__1__Impl { pushFollow(FOLLOW_2); rule__VisibleMultiLineTitleComment__Group__1__Impl(); @@ -11835,17 +11283,17 @@ public final void rule__VisibleMultiLineTitleComment__Group__1() throws Recognit // $ANTLR start "rule__VisibleMultiLineTitleComment__Group__1__Impl" - // InternalDSL.g:4092:1: rule__VisibleMultiLineTitleComment__Group__1__Impl : ( ruleNL ) ; + // InternalDSL.g:3886:1: rule__VisibleMultiLineTitleComment__Group__1__Impl : ( ruleNL ) ; public final void rule__VisibleMultiLineTitleComment__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4096:1: ( ( ruleNL ) ) - // InternalDSL.g:4097:1: ( ruleNL ) + // InternalDSL.g:3890:1: ( ( ruleNL ) ) + // InternalDSL.g:3891:1: ( ruleNL ) { - // InternalDSL.g:4097:1: ( ruleNL ) - // InternalDSL.g:4098:1: ruleNL + // InternalDSL.g:3891:1: ( ruleNL ) + // InternalDSL.g:3892:1: ruleNL { before(grammarAccess.getVisibleMultiLineTitleCommentAccess().getNLParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -11876,14 +11324,14 @@ public final void rule__VisibleMultiLineTitleComment__Group__1__Impl() throws Re // $ANTLR start "rule__VisibleDivider__Group__0" - // InternalDSL.g:4113:1: rule__VisibleDivider__Group__0 : rule__VisibleDivider__Group__0__Impl rule__VisibleDivider__Group__1 ; + // InternalDSL.g:3907:1: rule__VisibleDivider__Group__0 : rule__VisibleDivider__Group__0__Impl rule__VisibleDivider__Group__1 ; public final void rule__VisibleDivider__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4117:1: ( rule__VisibleDivider__Group__0__Impl rule__VisibleDivider__Group__1 ) - // InternalDSL.g:4118:2: rule__VisibleDivider__Group__0__Impl rule__VisibleDivider__Group__1 + // InternalDSL.g:3911:1: ( rule__VisibleDivider__Group__0__Impl rule__VisibleDivider__Group__1 ) + // InternalDSL.g:3912:2: rule__VisibleDivider__Group__0__Impl rule__VisibleDivider__Group__1 { pushFollow(FOLLOW_4); rule__VisibleDivider__Group__0__Impl(); @@ -11914,21 +11362,21 @@ public final void rule__VisibleDivider__Group__0() throws RecognitionException { // $ANTLR start "rule__VisibleDivider__Group__0__Impl" - // InternalDSL.g:4125:1: rule__VisibleDivider__Group__0__Impl : ( ( rule__VisibleDivider__ContentAssignment_0 ) ) ; + // InternalDSL.g:3919:1: rule__VisibleDivider__Group__0__Impl : ( ( rule__VisibleDivider__ContentAssignment_0 ) ) ; public final void rule__VisibleDivider__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4129:1: ( ( ( rule__VisibleDivider__ContentAssignment_0 ) ) ) - // InternalDSL.g:4130:1: ( ( rule__VisibleDivider__ContentAssignment_0 ) ) + // InternalDSL.g:3923:1: ( ( ( rule__VisibleDivider__ContentAssignment_0 ) ) ) + // InternalDSL.g:3924:1: ( ( rule__VisibleDivider__ContentAssignment_0 ) ) { - // InternalDSL.g:4130:1: ( ( rule__VisibleDivider__ContentAssignment_0 ) ) - // InternalDSL.g:4131:1: ( rule__VisibleDivider__ContentAssignment_0 ) + // InternalDSL.g:3924:1: ( ( rule__VisibleDivider__ContentAssignment_0 ) ) + // InternalDSL.g:3925:1: ( rule__VisibleDivider__ContentAssignment_0 ) { before(grammarAccess.getVisibleDividerAccess().getContentAssignment_0()); - // InternalDSL.g:4132:1: ( rule__VisibleDivider__ContentAssignment_0 ) - // InternalDSL.g:4132:2: rule__VisibleDivider__ContentAssignment_0 + // InternalDSL.g:3926:1: ( rule__VisibleDivider__ContentAssignment_0 ) + // InternalDSL.g:3926:2: rule__VisibleDivider__ContentAssignment_0 { pushFollow(FOLLOW_2); rule__VisibleDivider__ContentAssignment_0(); @@ -11961,14 +11409,14 @@ public final void rule__VisibleDivider__Group__0__Impl() throws RecognitionExcep // $ANTLR start "rule__VisibleDivider__Group__1" - // InternalDSL.g:4142:1: rule__VisibleDivider__Group__1 : rule__VisibleDivider__Group__1__Impl ; + // InternalDSL.g:3936:1: rule__VisibleDivider__Group__1 : rule__VisibleDivider__Group__1__Impl ; public final void rule__VisibleDivider__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4146:1: ( rule__VisibleDivider__Group__1__Impl ) - // InternalDSL.g:4147:2: rule__VisibleDivider__Group__1__Impl + // InternalDSL.g:3940:1: ( rule__VisibleDivider__Group__1__Impl ) + // InternalDSL.g:3941:2: rule__VisibleDivider__Group__1__Impl { pushFollow(FOLLOW_2); rule__VisibleDivider__Group__1__Impl(); @@ -11994,17 +11442,17 @@ public final void rule__VisibleDivider__Group__1() throws RecognitionException { // $ANTLR start "rule__VisibleDivider__Group__1__Impl" - // InternalDSL.g:4153:1: rule__VisibleDivider__Group__1__Impl : ( ruleNL ) ; + // InternalDSL.g:3947:1: rule__VisibleDivider__Group__1__Impl : ( ruleNL ) ; public final void rule__VisibleDivider__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4157:1: ( ( ruleNL ) ) - // InternalDSL.g:4158:1: ( ruleNL ) + // InternalDSL.g:3951:1: ( ( ruleNL ) ) + // InternalDSL.g:3952:1: ( ruleNL ) { - // InternalDSL.g:4158:1: ( ruleNL ) - // InternalDSL.g:4159:1: ruleNL + // InternalDSL.g:3952:1: ( ruleNL ) + // InternalDSL.g:3953:1: ruleNL { before(grammarAccess.getVisibleDividerAccess().getNLParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -12035,14 +11483,14 @@ public final void rule__VisibleDivider__Group__1__Impl() throws RecognitionExcep // $ANTLR start "rule__PackageDefinition__Group__0" - // InternalDSL.g:4174:1: rule__PackageDefinition__Group__0 : rule__PackageDefinition__Group__0__Impl rule__PackageDefinition__Group__1 ; + // InternalDSL.g:3968:1: rule__PackageDefinition__Group__0 : rule__PackageDefinition__Group__0__Impl rule__PackageDefinition__Group__1 ; public final void rule__PackageDefinition__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4178:1: ( rule__PackageDefinition__Group__0__Impl rule__PackageDefinition__Group__1 ) - // InternalDSL.g:4179:2: rule__PackageDefinition__Group__0__Impl rule__PackageDefinition__Group__1 + // InternalDSL.g:3972:1: ( rule__PackageDefinition__Group__0__Impl rule__PackageDefinition__Group__1 ) + // InternalDSL.g:3973:2: rule__PackageDefinition__Group__0__Impl rule__PackageDefinition__Group__1 { pushFollow(FOLLOW_8); rule__PackageDefinition__Group__0__Impl(); @@ -12073,29 +11521,29 @@ public final void rule__PackageDefinition__Group__0() throws RecognitionExceptio // $ANTLR start "rule__PackageDefinition__Group__0__Impl" - // InternalDSL.g:4186:1: rule__PackageDefinition__Group__0__Impl : ( ( rule__PackageDefinition__DocumentationAssignment_0 )? ) ; + // InternalDSL.g:3980:1: rule__PackageDefinition__Group__0__Impl : ( ( rule__PackageDefinition__DocumentationAssignment_0 )? ) ; public final void rule__PackageDefinition__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4190:1: ( ( ( rule__PackageDefinition__DocumentationAssignment_0 )? ) ) - // InternalDSL.g:4191:1: ( ( rule__PackageDefinition__DocumentationAssignment_0 )? ) + // InternalDSL.g:3984:1: ( ( ( rule__PackageDefinition__DocumentationAssignment_0 )? ) ) + // InternalDSL.g:3985:1: ( ( rule__PackageDefinition__DocumentationAssignment_0 )? ) { - // InternalDSL.g:4191:1: ( ( rule__PackageDefinition__DocumentationAssignment_0 )? ) - // InternalDSL.g:4192:1: ( rule__PackageDefinition__DocumentationAssignment_0 )? + // InternalDSL.g:3985:1: ( ( rule__PackageDefinition__DocumentationAssignment_0 )? ) + // InternalDSL.g:3986:1: ( rule__PackageDefinition__DocumentationAssignment_0 )? { before(grammarAccess.getPackageDefinitionAccess().getDocumentationAssignment_0()); - // InternalDSL.g:4193:1: ( rule__PackageDefinition__DocumentationAssignment_0 )? - int alt31=2; - int LA31_0 = input.LA(1); + // InternalDSL.g:3987:1: ( rule__PackageDefinition__DocumentationAssignment_0 )? + int alt30=2; + int LA30_0 = input.LA(1); - if ( (LA31_0==RULE_ML_DOC_COMMENT) ) { - alt31=1; + if ( (LA30_0==RULE_ML_DOC_COMMENT) ) { + alt30=1; } - switch (alt31) { + switch (alt30) { case 1 : - // InternalDSL.g:4193:2: rule__PackageDefinition__DocumentationAssignment_0 + // InternalDSL.g:3987:2: rule__PackageDefinition__DocumentationAssignment_0 { pushFollow(FOLLOW_2); rule__PackageDefinition__DocumentationAssignment_0(); @@ -12131,14 +11579,14 @@ public final void rule__PackageDefinition__Group__0__Impl() throws RecognitionEx // $ANTLR start "rule__PackageDefinition__Group__1" - // InternalDSL.g:4203:1: rule__PackageDefinition__Group__1 : rule__PackageDefinition__Group__1__Impl rule__PackageDefinition__Group__2 ; + // InternalDSL.g:3997:1: rule__PackageDefinition__Group__1 : rule__PackageDefinition__Group__1__Impl rule__PackageDefinition__Group__2 ; public final void rule__PackageDefinition__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4207:1: ( rule__PackageDefinition__Group__1__Impl rule__PackageDefinition__Group__2 ) - // InternalDSL.g:4208:2: rule__PackageDefinition__Group__1__Impl rule__PackageDefinition__Group__2 + // InternalDSL.g:4001:1: ( rule__PackageDefinition__Group__1__Impl rule__PackageDefinition__Group__2 ) + // InternalDSL.g:4002:2: rule__PackageDefinition__Group__1__Impl rule__PackageDefinition__Group__2 { pushFollow(FOLLOW_4); rule__PackageDefinition__Group__1__Impl(); @@ -12169,20 +11617,20 @@ public final void rule__PackageDefinition__Group__1() throws RecognitionExceptio // $ANTLR start "rule__PackageDefinition__Group__1__Impl" - // InternalDSL.g:4215:1: rule__PackageDefinition__Group__1__Impl : ( 'packagedef' ) ; + // InternalDSL.g:4009:1: rule__PackageDefinition__Group__1__Impl : ( 'packagedef' ) ; public final void rule__PackageDefinition__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4219:1: ( ( 'packagedef' ) ) - // InternalDSL.g:4220:1: ( 'packagedef' ) + // InternalDSL.g:4013:1: ( ( 'packagedef' ) ) + // InternalDSL.g:4014:1: ( 'packagedef' ) { - // InternalDSL.g:4220:1: ( 'packagedef' ) - // InternalDSL.g:4221:1: 'packagedef' + // InternalDSL.g:4014:1: ( 'packagedef' ) + // InternalDSL.g:4015:1: 'packagedef' { before(grammarAccess.getPackageDefinitionAccess().getPackagedefKeyword_1()); - match(input,56,FOLLOW_2); + match(input,36,FOLLOW_2); after(grammarAccess.getPackageDefinitionAccess().getPackagedefKeyword_1()); } @@ -12206,14 +11654,14 @@ public final void rule__PackageDefinition__Group__1__Impl() throws RecognitionEx // $ANTLR start "rule__PackageDefinition__Group__2" - // InternalDSL.g:4234:1: rule__PackageDefinition__Group__2 : rule__PackageDefinition__Group__2__Impl rule__PackageDefinition__Group__3 ; + // InternalDSL.g:4028:1: rule__PackageDefinition__Group__2 : rule__PackageDefinition__Group__2__Impl rule__PackageDefinition__Group__3 ; public final void rule__PackageDefinition__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4238:1: ( rule__PackageDefinition__Group__2__Impl rule__PackageDefinition__Group__3 ) - // InternalDSL.g:4239:2: rule__PackageDefinition__Group__2__Impl rule__PackageDefinition__Group__3 + // InternalDSL.g:4032:1: ( rule__PackageDefinition__Group__2__Impl rule__PackageDefinition__Group__3 ) + // InternalDSL.g:4033:2: rule__PackageDefinition__Group__2__Impl rule__PackageDefinition__Group__3 { pushFollow(FOLLOW_9); rule__PackageDefinition__Group__2__Impl(); @@ -12244,17 +11692,17 @@ public final void rule__PackageDefinition__Group__2() throws RecognitionExceptio // $ANTLR start "rule__PackageDefinition__Group__2__Impl" - // InternalDSL.g:4246:1: rule__PackageDefinition__Group__2__Impl : ( ruleNL ) ; + // InternalDSL.g:4040:1: rule__PackageDefinition__Group__2__Impl : ( ruleNL ) ; public final void rule__PackageDefinition__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4250:1: ( ( ruleNL ) ) - // InternalDSL.g:4251:1: ( ruleNL ) + // InternalDSL.g:4044:1: ( ( ruleNL ) ) + // InternalDSL.g:4045:1: ( ruleNL ) { - // InternalDSL.g:4251:1: ( ruleNL ) - // InternalDSL.g:4252:1: ruleNL + // InternalDSL.g:4045:1: ( ruleNL ) + // InternalDSL.g:4046:1: ruleNL { before(grammarAccess.getPackageDefinitionAccess().getNLParserRuleCall_2()); pushFollow(FOLLOW_2); @@ -12285,14 +11733,14 @@ public final void rule__PackageDefinition__Group__2__Impl() throws RecognitionEx // $ANTLR start "rule__PackageDefinition__Group__3" - // InternalDSL.g:4263:1: rule__PackageDefinition__Group__3 : rule__PackageDefinition__Group__3__Impl rule__PackageDefinition__Group__4 ; + // InternalDSL.g:4057:1: rule__PackageDefinition__Group__3 : rule__PackageDefinition__Group__3__Impl rule__PackageDefinition__Group__4 ; public final void rule__PackageDefinition__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4267:1: ( rule__PackageDefinition__Group__3__Impl rule__PackageDefinition__Group__4 ) - // InternalDSL.g:4268:2: rule__PackageDefinition__Group__3__Impl rule__PackageDefinition__Group__4 + // InternalDSL.g:4061:1: ( rule__PackageDefinition__Group__3__Impl rule__PackageDefinition__Group__4 ) + // InternalDSL.g:4062:2: rule__PackageDefinition__Group__3__Impl rule__PackageDefinition__Group__4 { pushFollow(FOLLOW_10); rule__PackageDefinition__Group__3__Impl(); @@ -12323,21 +11771,21 @@ public final void rule__PackageDefinition__Group__3() throws RecognitionExceptio // $ANTLR start "rule__PackageDefinition__Group__3__Impl" - // InternalDSL.g:4275:1: rule__PackageDefinition__Group__3__Impl : ( ( rule__PackageDefinition__NameAssignment_3 ) ) ; + // InternalDSL.g:4069:1: rule__PackageDefinition__Group__3__Impl : ( ( rule__PackageDefinition__NameAssignment_3 ) ) ; public final void rule__PackageDefinition__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4279:1: ( ( ( rule__PackageDefinition__NameAssignment_3 ) ) ) - // InternalDSL.g:4280:1: ( ( rule__PackageDefinition__NameAssignment_3 ) ) + // InternalDSL.g:4073:1: ( ( ( rule__PackageDefinition__NameAssignment_3 ) ) ) + // InternalDSL.g:4074:1: ( ( rule__PackageDefinition__NameAssignment_3 ) ) { - // InternalDSL.g:4280:1: ( ( rule__PackageDefinition__NameAssignment_3 ) ) - // InternalDSL.g:4281:1: ( rule__PackageDefinition__NameAssignment_3 ) + // InternalDSL.g:4074:1: ( ( rule__PackageDefinition__NameAssignment_3 ) ) + // InternalDSL.g:4075:1: ( rule__PackageDefinition__NameAssignment_3 ) { before(grammarAccess.getPackageDefinitionAccess().getNameAssignment_3()); - // InternalDSL.g:4282:1: ( rule__PackageDefinition__NameAssignment_3 ) - // InternalDSL.g:4282:2: rule__PackageDefinition__NameAssignment_3 + // InternalDSL.g:4076:1: ( rule__PackageDefinition__NameAssignment_3 ) + // InternalDSL.g:4076:2: rule__PackageDefinition__NameAssignment_3 { pushFollow(FOLLOW_2); rule__PackageDefinition__NameAssignment_3(); @@ -12370,14 +11818,14 @@ public final void rule__PackageDefinition__Group__3__Impl() throws RecognitionEx // $ANTLR start "rule__PackageDefinition__Group__4" - // InternalDSL.g:4292:1: rule__PackageDefinition__Group__4 : rule__PackageDefinition__Group__4__Impl rule__PackageDefinition__Group__5 ; + // InternalDSL.g:4086:1: rule__PackageDefinition__Group__4 : rule__PackageDefinition__Group__4__Impl rule__PackageDefinition__Group__5 ; public final void rule__PackageDefinition__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4296:1: ( rule__PackageDefinition__Group__4__Impl rule__PackageDefinition__Group__5 ) - // InternalDSL.g:4297:2: rule__PackageDefinition__Group__4__Impl rule__PackageDefinition__Group__5 + // InternalDSL.g:4090:1: ( rule__PackageDefinition__Group__4__Impl rule__PackageDefinition__Group__5 ) + // InternalDSL.g:4091:2: rule__PackageDefinition__Group__4__Impl rule__PackageDefinition__Group__5 { pushFollow(FOLLOW_4); rule__PackageDefinition__Group__4__Impl(); @@ -12408,20 +11856,20 @@ public final void rule__PackageDefinition__Group__4() throws RecognitionExceptio // $ANTLR start "rule__PackageDefinition__Group__4__Impl" - // InternalDSL.g:4304:1: rule__PackageDefinition__Group__4__Impl : ( 'with' ) ; + // InternalDSL.g:4098:1: rule__PackageDefinition__Group__4__Impl : ( 'with' ) ; public final void rule__PackageDefinition__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4308:1: ( ( 'with' ) ) - // InternalDSL.g:4309:1: ( 'with' ) + // InternalDSL.g:4102:1: ( ( 'with' ) ) + // InternalDSL.g:4103:1: ( 'with' ) { - // InternalDSL.g:4309:1: ( 'with' ) - // InternalDSL.g:4310:1: 'with' + // InternalDSL.g:4103:1: ( 'with' ) + // InternalDSL.g:4104:1: 'with' { before(grammarAccess.getPackageDefinitionAccess().getWithKeyword_4()); - match(input,57,FOLLOW_2); + match(input,37,FOLLOW_2); after(grammarAccess.getPackageDefinitionAccess().getWithKeyword_4()); } @@ -12445,14 +11893,14 @@ public final void rule__PackageDefinition__Group__4__Impl() throws RecognitionEx // $ANTLR start "rule__PackageDefinition__Group__5" - // InternalDSL.g:4323:1: rule__PackageDefinition__Group__5 : rule__PackageDefinition__Group__5__Impl rule__PackageDefinition__Group__6 ; + // InternalDSL.g:4117:1: rule__PackageDefinition__Group__5 : rule__PackageDefinition__Group__5__Impl rule__PackageDefinition__Group__6 ; public final void rule__PackageDefinition__Group__5() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4327:1: ( rule__PackageDefinition__Group__5__Impl rule__PackageDefinition__Group__6 ) - // InternalDSL.g:4328:2: rule__PackageDefinition__Group__5__Impl rule__PackageDefinition__Group__6 + // InternalDSL.g:4121:1: ( rule__PackageDefinition__Group__5__Impl rule__PackageDefinition__Group__6 ) + // InternalDSL.g:4122:2: rule__PackageDefinition__Group__5__Impl rule__PackageDefinition__Group__6 { pushFollow(FOLLOW_11); rule__PackageDefinition__Group__5__Impl(); @@ -12483,17 +11931,17 @@ public final void rule__PackageDefinition__Group__5() throws RecognitionExceptio // $ANTLR start "rule__PackageDefinition__Group__5__Impl" - // InternalDSL.g:4335:1: rule__PackageDefinition__Group__5__Impl : ( ruleNL ) ; + // InternalDSL.g:4129:1: rule__PackageDefinition__Group__5__Impl : ( ruleNL ) ; public final void rule__PackageDefinition__Group__5__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4339:1: ( ( ruleNL ) ) - // InternalDSL.g:4340:1: ( ruleNL ) + // InternalDSL.g:4133:1: ( ( ruleNL ) ) + // InternalDSL.g:4134:1: ( ruleNL ) { - // InternalDSL.g:4340:1: ( ruleNL ) - // InternalDSL.g:4341:1: ruleNL + // InternalDSL.g:4134:1: ( ruleNL ) + // InternalDSL.g:4135:1: ruleNL { before(grammarAccess.getPackageDefinitionAccess().getNLParserRuleCall_5()); pushFollow(FOLLOW_2); @@ -12524,14 +11972,14 @@ public final void rule__PackageDefinition__Group__5__Impl() throws RecognitionEx // $ANTLR start "rule__PackageDefinition__Group__6" - // InternalDSL.g:4352:1: rule__PackageDefinition__Group__6 : rule__PackageDefinition__Group__6__Impl rule__PackageDefinition__Group__7 ; + // InternalDSL.g:4146:1: rule__PackageDefinition__Group__6 : rule__PackageDefinition__Group__6__Impl rule__PackageDefinition__Group__7 ; public final void rule__PackageDefinition__Group__6() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4356:1: ( rule__PackageDefinition__Group__6__Impl rule__PackageDefinition__Group__7 ) - // InternalDSL.g:4357:2: rule__PackageDefinition__Group__6__Impl rule__PackageDefinition__Group__7 + // InternalDSL.g:4150:1: ( rule__PackageDefinition__Group__6__Impl rule__PackageDefinition__Group__7 ) + // InternalDSL.g:4151:2: rule__PackageDefinition__Group__6__Impl rule__PackageDefinition__Group__7 { pushFollow(FOLLOW_11); rule__PackageDefinition__Group__6__Impl(); @@ -12562,33 +12010,33 @@ public final void rule__PackageDefinition__Group__6() throws RecognitionExceptio // $ANTLR start "rule__PackageDefinition__Group__6__Impl" - // InternalDSL.g:4364:1: rule__PackageDefinition__Group__6__Impl : ( ( rule__PackageDefinition__StatementsAssignment_6 )* ) ; + // InternalDSL.g:4158:1: rule__PackageDefinition__Group__6__Impl : ( ( rule__PackageDefinition__StatementsAssignment_6 )* ) ; public final void rule__PackageDefinition__Group__6__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4368:1: ( ( ( rule__PackageDefinition__StatementsAssignment_6 )* ) ) - // InternalDSL.g:4369:1: ( ( rule__PackageDefinition__StatementsAssignment_6 )* ) + // InternalDSL.g:4162:1: ( ( ( rule__PackageDefinition__StatementsAssignment_6 )* ) ) + // InternalDSL.g:4163:1: ( ( rule__PackageDefinition__StatementsAssignment_6 )* ) { - // InternalDSL.g:4369:1: ( ( rule__PackageDefinition__StatementsAssignment_6 )* ) - // InternalDSL.g:4370:1: ( rule__PackageDefinition__StatementsAssignment_6 )* + // InternalDSL.g:4163:1: ( ( rule__PackageDefinition__StatementsAssignment_6 )* ) + // InternalDSL.g:4164:1: ( rule__PackageDefinition__StatementsAssignment_6 )* { before(grammarAccess.getPackageDefinitionAccess().getStatementsAssignment_6()); - // InternalDSL.g:4371:1: ( rule__PackageDefinition__StatementsAssignment_6 )* - loop32: + // InternalDSL.g:4165:1: ( rule__PackageDefinition__StatementsAssignment_6 )* + loop31: do { - int alt32=2; - int LA32_0 = input.LA(1); + int alt31=2; + int LA31_0 = input.LA(1); - if ( (LA32_0==RULE_ML_DOC_COMMENT||LA32_0==60||(LA32_0>=64 && LA32_0<=67)||(LA32_0>=74 && LA32_0<=75)||LA32_0==77||(LA32_0>=103 && LA32_0<=105)) ) { - alt32=1; + if ( (LA31_0==RULE_ML_DOC_COMMENT||LA31_0==40||(LA31_0>=44 && LA31_0<=47)||(LA31_0>=54 && LA31_0<=55)||LA31_0==57||(LA31_0>=83 && LA31_0<=85)) ) { + alt31=1; } - switch (alt32) { + switch (alt31) { case 1 : - // InternalDSL.g:4371:2: rule__PackageDefinition__StatementsAssignment_6 + // InternalDSL.g:4165:2: rule__PackageDefinition__StatementsAssignment_6 { pushFollow(FOLLOW_12); rule__PackageDefinition__StatementsAssignment_6(); @@ -12600,7 +12048,7 @@ public final void rule__PackageDefinition__Group__6__Impl() throws RecognitionEx break; default : - break loop32; + break loop31; } } while (true); @@ -12627,14 +12075,14 @@ public final void rule__PackageDefinition__Group__6__Impl() throws RecognitionEx // $ANTLR start "rule__PackageDefinition__Group__7" - // InternalDSL.g:4381:1: rule__PackageDefinition__Group__7 : rule__PackageDefinition__Group__7__Impl rule__PackageDefinition__Group__8 ; + // InternalDSL.g:4175:1: rule__PackageDefinition__Group__7 : rule__PackageDefinition__Group__7__Impl rule__PackageDefinition__Group__8 ; public final void rule__PackageDefinition__Group__7() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4385:1: ( rule__PackageDefinition__Group__7__Impl rule__PackageDefinition__Group__8 ) - // InternalDSL.g:4386:2: rule__PackageDefinition__Group__7__Impl rule__PackageDefinition__Group__8 + // InternalDSL.g:4179:1: ( rule__PackageDefinition__Group__7__Impl rule__PackageDefinition__Group__8 ) + // InternalDSL.g:4180:2: rule__PackageDefinition__Group__7__Impl rule__PackageDefinition__Group__8 { pushFollow(FOLLOW_4); rule__PackageDefinition__Group__7__Impl(); @@ -12665,20 +12113,20 @@ public final void rule__PackageDefinition__Group__7() throws RecognitionExceptio // $ANTLR start "rule__PackageDefinition__Group__7__Impl" - // InternalDSL.g:4393:1: rule__PackageDefinition__Group__7__Impl : ( 'packageend' ) ; + // InternalDSL.g:4187:1: rule__PackageDefinition__Group__7__Impl : ( 'packageend' ) ; public final void rule__PackageDefinition__Group__7__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4397:1: ( ( 'packageend' ) ) - // InternalDSL.g:4398:1: ( 'packageend' ) + // InternalDSL.g:4191:1: ( ( 'packageend' ) ) + // InternalDSL.g:4192:1: ( 'packageend' ) { - // InternalDSL.g:4398:1: ( 'packageend' ) - // InternalDSL.g:4399:1: 'packageend' + // InternalDSL.g:4192:1: ( 'packageend' ) + // InternalDSL.g:4193:1: 'packageend' { before(grammarAccess.getPackageDefinitionAccess().getPackageendKeyword_7()); - match(input,58,FOLLOW_2); + match(input,38,FOLLOW_2); after(grammarAccess.getPackageDefinitionAccess().getPackageendKeyword_7()); } @@ -12702,14 +12150,14 @@ public final void rule__PackageDefinition__Group__7__Impl() throws RecognitionEx // $ANTLR start "rule__PackageDefinition__Group__8" - // InternalDSL.g:4412:1: rule__PackageDefinition__Group__8 : rule__PackageDefinition__Group__8__Impl ; + // InternalDSL.g:4206:1: rule__PackageDefinition__Group__8 : rule__PackageDefinition__Group__8__Impl ; public final void rule__PackageDefinition__Group__8() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4416:1: ( rule__PackageDefinition__Group__8__Impl ) - // InternalDSL.g:4417:2: rule__PackageDefinition__Group__8__Impl + // InternalDSL.g:4210:1: ( rule__PackageDefinition__Group__8__Impl ) + // InternalDSL.g:4211:2: rule__PackageDefinition__Group__8__Impl { pushFollow(FOLLOW_2); rule__PackageDefinition__Group__8__Impl(); @@ -12735,17 +12183,17 @@ public final void rule__PackageDefinition__Group__8() throws RecognitionExceptio // $ANTLR start "rule__PackageDefinition__Group__8__Impl" - // InternalDSL.g:4423:1: rule__PackageDefinition__Group__8__Impl : ( ruleNL ) ; + // InternalDSL.g:4217:1: rule__PackageDefinition__Group__8__Impl : ( ruleNL ) ; public final void rule__PackageDefinition__Group__8__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4427:1: ( ( ruleNL ) ) - // InternalDSL.g:4428:1: ( ruleNL ) + // InternalDSL.g:4221:1: ( ( ruleNL ) ) + // InternalDSL.g:4222:1: ( ruleNL ) { - // InternalDSL.g:4428:1: ( ruleNL ) - // InternalDSL.g:4429:1: ruleNL + // InternalDSL.g:4222:1: ( ruleNL ) + // InternalDSL.g:4223:1: ruleNL { before(grammarAccess.getPackageDefinitionAccess().getNLParserRuleCall_8()); pushFollow(FOLLOW_2); @@ -12776,14 +12224,14 @@ public final void rule__PackageDefinition__Group__8__Impl() throws RecognitionEx // $ANTLR start "rule__Import__Group__0" - // InternalDSL.g:4458:1: rule__Import__Group__0 : rule__Import__Group__0__Impl rule__Import__Group__1 ; + // InternalDSL.g:4252:1: rule__Import__Group__0 : rule__Import__Group__0__Impl rule__Import__Group__1 ; public final void rule__Import__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4462:1: ( rule__Import__Group__0__Impl rule__Import__Group__1 ) - // InternalDSL.g:4463:2: rule__Import__Group__0__Impl rule__Import__Group__1 + // InternalDSL.g:4256:1: ( rule__Import__Group__0__Impl rule__Import__Group__1 ) + // InternalDSL.g:4257:2: rule__Import__Group__0__Impl rule__Import__Group__1 { pushFollow(FOLLOW_4); rule__Import__Group__0__Impl(); @@ -12814,20 +12262,20 @@ public final void rule__Import__Group__0() throws RecognitionException { // $ANTLR start "rule__Import__Group__0__Impl" - // InternalDSL.g:4470:1: rule__Import__Group__0__Impl : ( 'import' ) ; + // InternalDSL.g:4264:1: rule__Import__Group__0__Impl : ( 'import' ) ; public final void rule__Import__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4474:1: ( ( 'import' ) ) - // InternalDSL.g:4475:1: ( 'import' ) + // InternalDSL.g:4268:1: ( ( 'import' ) ) + // InternalDSL.g:4269:1: ( 'import' ) { - // InternalDSL.g:4475:1: ( 'import' ) - // InternalDSL.g:4476:1: 'import' + // InternalDSL.g:4269:1: ( 'import' ) + // InternalDSL.g:4270:1: 'import' { before(grammarAccess.getImportAccess().getImportKeyword_0()); - match(input,59,FOLLOW_2); + match(input,39,FOLLOW_2); after(grammarAccess.getImportAccess().getImportKeyword_0()); } @@ -12851,14 +12299,14 @@ public final void rule__Import__Group__0__Impl() throws RecognitionException { // $ANTLR start "rule__Import__Group__1" - // InternalDSL.g:4489:1: rule__Import__Group__1 : rule__Import__Group__1__Impl rule__Import__Group__2 ; + // InternalDSL.g:4283:1: rule__Import__Group__1 : rule__Import__Group__1__Impl rule__Import__Group__2 ; public final void rule__Import__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4493:1: ( rule__Import__Group__1__Impl rule__Import__Group__2 ) - // InternalDSL.g:4494:2: rule__Import__Group__1__Impl rule__Import__Group__2 + // InternalDSL.g:4287:1: ( rule__Import__Group__1__Impl rule__Import__Group__2 ) + // InternalDSL.g:4288:2: rule__Import__Group__1__Impl rule__Import__Group__2 { pushFollow(FOLLOW_9); rule__Import__Group__1__Impl(); @@ -12889,17 +12337,17 @@ public final void rule__Import__Group__1() throws RecognitionException { // $ANTLR start "rule__Import__Group__1__Impl" - // InternalDSL.g:4501:1: rule__Import__Group__1__Impl : ( ruleNL ) ; + // InternalDSL.g:4295:1: rule__Import__Group__1__Impl : ( ruleNL ) ; public final void rule__Import__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4505:1: ( ( ruleNL ) ) - // InternalDSL.g:4506:1: ( ruleNL ) + // InternalDSL.g:4299:1: ( ( ruleNL ) ) + // InternalDSL.g:4300:1: ( ruleNL ) { - // InternalDSL.g:4506:1: ( ruleNL ) - // InternalDSL.g:4507:1: ruleNL + // InternalDSL.g:4300:1: ( ruleNL ) + // InternalDSL.g:4301:1: ruleNL { before(grammarAccess.getImportAccess().getNLParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -12930,14 +12378,14 @@ public final void rule__Import__Group__1__Impl() throws RecognitionException { // $ANTLR start "rule__Import__Group__2" - // InternalDSL.g:4518:1: rule__Import__Group__2 : rule__Import__Group__2__Impl ; + // InternalDSL.g:4312:1: rule__Import__Group__2 : rule__Import__Group__2__Impl ; public final void rule__Import__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4522:1: ( rule__Import__Group__2__Impl ) - // InternalDSL.g:4523:2: rule__Import__Group__2__Impl + // InternalDSL.g:4316:1: ( rule__Import__Group__2__Impl ) + // InternalDSL.g:4317:2: rule__Import__Group__2__Impl { pushFollow(FOLLOW_2); rule__Import__Group__2__Impl(); @@ -12963,21 +12411,21 @@ public final void rule__Import__Group__2() throws RecognitionException { // $ANTLR start "rule__Import__Group__2__Impl" - // InternalDSL.g:4529:1: rule__Import__Group__2__Impl : ( ( rule__Import__ImportedNamespaceAssignment_2 ) ) ; + // InternalDSL.g:4323:1: rule__Import__Group__2__Impl : ( ( rule__Import__ImportedNamespaceAssignment_2 ) ) ; public final void rule__Import__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4533:1: ( ( ( rule__Import__ImportedNamespaceAssignment_2 ) ) ) - // InternalDSL.g:4534:1: ( ( rule__Import__ImportedNamespaceAssignment_2 ) ) + // InternalDSL.g:4327:1: ( ( ( rule__Import__ImportedNamespaceAssignment_2 ) ) ) + // InternalDSL.g:4328:1: ( ( rule__Import__ImportedNamespaceAssignment_2 ) ) { - // InternalDSL.g:4534:1: ( ( rule__Import__ImportedNamespaceAssignment_2 ) ) - // InternalDSL.g:4535:1: ( rule__Import__ImportedNamespaceAssignment_2 ) + // InternalDSL.g:4328:1: ( ( rule__Import__ImportedNamespaceAssignment_2 ) ) + // InternalDSL.g:4329:1: ( rule__Import__ImportedNamespaceAssignment_2 ) { before(grammarAccess.getImportAccess().getImportedNamespaceAssignment_2()); - // InternalDSL.g:4536:1: ( rule__Import__ImportedNamespaceAssignment_2 ) - // InternalDSL.g:4536:2: rule__Import__ImportedNamespaceAssignment_2 + // InternalDSL.g:4330:1: ( rule__Import__ImportedNamespaceAssignment_2 ) + // InternalDSL.g:4330:2: rule__Import__ImportedNamespaceAssignment_2 { pushFollow(FOLLOW_2); rule__Import__ImportedNamespaceAssignment_2(); @@ -13010,14 +12458,14 @@ public final void rule__Import__Group__2__Impl() throws RecognitionException { // $ANTLR start "rule__ForkDefinition__Group__0" - // InternalDSL.g:4552:1: rule__ForkDefinition__Group__0 : rule__ForkDefinition__Group__0__Impl rule__ForkDefinition__Group__1 ; + // InternalDSL.g:4346:1: rule__ForkDefinition__Group__0 : rule__ForkDefinition__Group__0__Impl rule__ForkDefinition__Group__1 ; public final void rule__ForkDefinition__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4556:1: ( rule__ForkDefinition__Group__0__Impl rule__ForkDefinition__Group__1 ) - // InternalDSL.g:4557:2: rule__ForkDefinition__Group__0__Impl rule__ForkDefinition__Group__1 + // InternalDSL.g:4350:1: ( rule__ForkDefinition__Group__0__Impl rule__ForkDefinition__Group__1 ) + // InternalDSL.g:4351:2: rule__ForkDefinition__Group__0__Impl rule__ForkDefinition__Group__1 { pushFollow(FOLLOW_13); rule__ForkDefinition__Group__0__Impl(); @@ -13048,29 +12496,29 @@ public final void rule__ForkDefinition__Group__0() throws RecognitionException { // $ANTLR start "rule__ForkDefinition__Group__0__Impl" - // InternalDSL.g:4564:1: rule__ForkDefinition__Group__0__Impl : ( ( rule__ForkDefinition__DocumentationAssignment_0 )? ) ; + // InternalDSL.g:4358:1: rule__ForkDefinition__Group__0__Impl : ( ( rule__ForkDefinition__DocumentationAssignment_0 )? ) ; public final void rule__ForkDefinition__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4568:1: ( ( ( rule__ForkDefinition__DocumentationAssignment_0 )? ) ) - // InternalDSL.g:4569:1: ( ( rule__ForkDefinition__DocumentationAssignment_0 )? ) + // InternalDSL.g:4362:1: ( ( ( rule__ForkDefinition__DocumentationAssignment_0 )? ) ) + // InternalDSL.g:4363:1: ( ( rule__ForkDefinition__DocumentationAssignment_0 )? ) { - // InternalDSL.g:4569:1: ( ( rule__ForkDefinition__DocumentationAssignment_0 )? ) - // InternalDSL.g:4570:1: ( rule__ForkDefinition__DocumentationAssignment_0 )? + // InternalDSL.g:4363:1: ( ( rule__ForkDefinition__DocumentationAssignment_0 )? ) + // InternalDSL.g:4364:1: ( rule__ForkDefinition__DocumentationAssignment_0 )? { before(grammarAccess.getForkDefinitionAccess().getDocumentationAssignment_0()); - // InternalDSL.g:4571:1: ( rule__ForkDefinition__DocumentationAssignment_0 )? - int alt33=2; - int LA33_0 = input.LA(1); + // InternalDSL.g:4365:1: ( rule__ForkDefinition__DocumentationAssignment_0 )? + int alt32=2; + int LA32_0 = input.LA(1); - if ( (LA33_0==RULE_ML_DOC_COMMENT) ) { - alt33=1; + if ( (LA32_0==RULE_ML_DOC_COMMENT) ) { + alt32=1; } - switch (alt33) { + switch (alt32) { case 1 : - // InternalDSL.g:4571:2: rule__ForkDefinition__DocumentationAssignment_0 + // InternalDSL.g:4365:2: rule__ForkDefinition__DocumentationAssignment_0 { pushFollow(FOLLOW_2); rule__ForkDefinition__DocumentationAssignment_0(); @@ -13106,14 +12554,14 @@ public final void rule__ForkDefinition__Group__0__Impl() throws RecognitionExcep // $ANTLR start "rule__ForkDefinition__Group__1" - // InternalDSL.g:4581:1: rule__ForkDefinition__Group__1 : rule__ForkDefinition__Group__1__Impl rule__ForkDefinition__Group__2 ; + // InternalDSL.g:4375:1: rule__ForkDefinition__Group__1 : rule__ForkDefinition__Group__1__Impl rule__ForkDefinition__Group__2 ; public final void rule__ForkDefinition__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4585:1: ( rule__ForkDefinition__Group__1__Impl rule__ForkDefinition__Group__2 ) - // InternalDSL.g:4586:2: rule__ForkDefinition__Group__1__Impl rule__ForkDefinition__Group__2 + // InternalDSL.g:4379:1: ( rule__ForkDefinition__Group__1__Impl rule__ForkDefinition__Group__2 ) + // InternalDSL.g:4380:2: rule__ForkDefinition__Group__1__Impl rule__ForkDefinition__Group__2 { pushFollow(FOLLOW_13); rule__ForkDefinition__Group__1__Impl(); @@ -13144,29 +12592,29 @@ public final void rule__ForkDefinition__Group__1() throws RecognitionException { // $ANTLR start "rule__ForkDefinition__Group__1__Impl" - // InternalDSL.g:4593:1: rule__ForkDefinition__Group__1__Impl : ( ( rule__ForkDefinition__PrivateAssignment_1 )? ) ; + // InternalDSL.g:4387:1: rule__ForkDefinition__Group__1__Impl : ( ( rule__ForkDefinition__PrivateAssignment_1 )? ) ; public final void rule__ForkDefinition__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4597:1: ( ( ( rule__ForkDefinition__PrivateAssignment_1 )? ) ) - // InternalDSL.g:4598:1: ( ( rule__ForkDefinition__PrivateAssignment_1 )? ) + // InternalDSL.g:4391:1: ( ( ( rule__ForkDefinition__PrivateAssignment_1 )? ) ) + // InternalDSL.g:4392:1: ( ( rule__ForkDefinition__PrivateAssignment_1 )? ) { - // InternalDSL.g:4598:1: ( ( rule__ForkDefinition__PrivateAssignment_1 )? ) - // InternalDSL.g:4599:1: ( rule__ForkDefinition__PrivateAssignment_1 )? + // InternalDSL.g:4392:1: ( ( rule__ForkDefinition__PrivateAssignment_1 )? ) + // InternalDSL.g:4393:1: ( rule__ForkDefinition__PrivateAssignment_1 )? { before(grammarAccess.getForkDefinitionAccess().getPrivateAssignment_1()); - // InternalDSL.g:4600:1: ( rule__ForkDefinition__PrivateAssignment_1 )? - int alt34=2; - int LA34_0 = input.LA(1); + // InternalDSL.g:4394:1: ( rule__ForkDefinition__PrivateAssignment_1 )? + int alt33=2; + int LA33_0 = input.LA(1); - if ( (LA34_0==103) ) { - alt34=1; + if ( (LA33_0==83) ) { + alt33=1; } - switch (alt34) { + switch (alt33) { case 1 : - // InternalDSL.g:4600:2: rule__ForkDefinition__PrivateAssignment_1 + // InternalDSL.g:4394:2: rule__ForkDefinition__PrivateAssignment_1 { pushFollow(FOLLOW_2); rule__ForkDefinition__PrivateAssignment_1(); @@ -13202,14 +12650,14 @@ public final void rule__ForkDefinition__Group__1__Impl() throws RecognitionExcep // $ANTLR start "rule__ForkDefinition__Group__2" - // InternalDSL.g:4610:1: rule__ForkDefinition__Group__2 : rule__ForkDefinition__Group__2__Impl rule__ForkDefinition__Group__3 ; + // InternalDSL.g:4404:1: rule__ForkDefinition__Group__2 : rule__ForkDefinition__Group__2__Impl rule__ForkDefinition__Group__3 ; public final void rule__ForkDefinition__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4614:1: ( rule__ForkDefinition__Group__2__Impl rule__ForkDefinition__Group__3 ) - // InternalDSL.g:4615:2: rule__ForkDefinition__Group__2__Impl rule__ForkDefinition__Group__3 + // InternalDSL.g:4408:1: ( rule__ForkDefinition__Group__2__Impl rule__ForkDefinition__Group__3 ) + // InternalDSL.g:4409:2: rule__ForkDefinition__Group__2__Impl rule__ForkDefinition__Group__3 { pushFollow(FOLLOW_4); rule__ForkDefinition__Group__2__Impl(); @@ -13240,20 +12688,20 @@ public final void rule__ForkDefinition__Group__2() throws RecognitionException { // $ANTLR start "rule__ForkDefinition__Group__2__Impl" - // InternalDSL.g:4622:1: rule__ForkDefinition__Group__2__Impl : ( 'forkdef' ) ; + // InternalDSL.g:4416:1: rule__ForkDefinition__Group__2__Impl : ( 'forkdef' ) ; public final void rule__ForkDefinition__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4626:1: ( ( 'forkdef' ) ) - // InternalDSL.g:4627:1: ( 'forkdef' ) + // InternalDSL.g:4420:1: ( ( 'forkdef' ) ) + // InternalDSL.g:4421:1: ( 'forkdef' ) { - // InternalDSL.g:4627:1: ( 'forkdef' ) - // InternalDSL.g:4628:1: 'forkdef' + // InternalDSL.g:4421:1: ( 'forkdef' ) + // InternalDSL.g:4422:1: 'forkdef' { before(grammarAccess.getForkDefinitionAccess().getForkdefKeyword_2()); - match(input,60,FOLLOW_2); + match(input,40,FOLLOW_2); after(grammarAccess.getForkDefinitionAccess().getForkdefKeyword_2()); } @@ -13277,14 +12725,14 @@ public final void rule__ForkDefinition__Group__2__Impl() throws RecognitionExcep // $ANTLR start "rule__ForkDefinition__Group__3" - // InternalDSL.g:4641:1: rule__ForkDefinition__Group__3 : rule__ForkDefinition__Group__3__Impl rule__ForkDefinition__Group__4 ; + // InternalDSL.g:4435:1: rule__ForkDefinition__Group__3 : rule__ForkDefinition__Group__3__Impl rule__ForkDefinition__Group__4 ; public final void rule__ForkDefinition__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4645:1: ( rule__ForkDefinition__Group__3__Impl rule__ForkDefinition__Group__4 ) - // InternalDSL.g:4646:2: rule__ForkDefinition__Group__3__Impl rule__ForkDefinition__Group__4 + // InternalDSL.g:4439:1: ( rule__ForkDefinition__Group__3__Impl rule__ForkDefinition__Group__4 ) + // InternalDSL.g:4440:2: rule__ForkDefinition__Group__3__Impl rule__ForkDefinition__Group__4 { pushFollow(FOLLOW_9); rule__ForkDefinition__Group__3__Impl(); @@ -13315,17 +12763,17 @@ public final void rule__ForkDefinition__Group__3() throws RecognitionException { // $ANTLR start "rule__ForkDefinition__Group__3__Impl" - // InternalDSL.g:4653:1: rule__ForkDefinition__Group__3__Impl : ( ruleNL ) ; + // InternalDSL.g:4447:1: rule__ForkDefinition__Group__3__Impl : ( ruleNL ) ; public final void rule__ForkDefinition__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4657:1: ( ( ruleNL ) ) - // InternalDSL.g:4658:1: ( ruleNL ) + // InternalDSL.g:4451:1: ( ( ruleNL ) ) + // InternalDSL.g:4452:1: ( ruleNL ) { - // InternalDSL.g:4658:1: ( ruleNL ) - // InternalDSL.g:4659:1: ruleNL + // InternalDSL.g:4452:1: ( ruleNL ) + // InternalDSL.g:4453:1: ruleNL { before(grammarAccess.getForkDefinitionAccess().getNLParserRuleCall_3()); pushFollow(FOLLOW_2); @@ -13356,14 +12804,14 @@ public final void rule__ForkDefinition__Group__3__Impl() throws RecognitionExcep // $ANTLR start "rule__ForkDefinition__Group__4" - // InternalDSL.g:4670:1: rule__ForkDefinition__Group__4 : rule__ForkDefinition__Group__4__Impl rule__ForkDefinition__Group__5 ; + // InternalDSL.g:4464:1: rule__ForkDefinition__Group__4 : rule__ForkDefinition__Group__4__Impl rule__ForkDefinition__Group__5 ; public final void rule__ForkDefinition__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4674:1: ( rule__ForkDefinition__Group__4__Impl rule__ForkDefinition__Group__5 ) - // InternalDSL.g:4675:2: rule__ForkDefinition__Group__4__Impl rule__ForkDefinition__Group__5 + // InternalDSL.g:4468:1: ( rule__ForkDefinition__Group__4__Impl rule__ForkDefinition__Group__5 ) + // InternalDSL.g:4469:2: rule__ForkDefinition__Group__4__Impl rule__ForkDefinition__Group__5 { pushFollow(FOLLOW_4); rule__ForkDefinition__Group__4__Impl(); @@ -13394,21 +12842,21 @@ public final void rule__ForkDefinition__Group__4() throws RecognitionException { // $ANTLR start "rule__ForkDefinition__Group__4__Impl" - // InternalDSL.g:4682:1: rule__ForkDefinition__Group__4__Impl : ( ( rule__ForkDefinition__NameAssignment_4 ) ) ; + // InternalDSL.g:4476:1: rule__ForkDefinition__Group__4__Impl : ( ( rule__ForkDefinition__NameAssignment_4 ) ) ; public final void rule__ForkDefinition__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4686:1: ( ( ( rule__ForkDefinition__NameAssignment_4 ) ) ) - // InternalDSL.g:4687:1: ( ( rule__ForkDefinition__NameAssignment_4 ) ) + // InternalDSL.g:4480:1: ( ( ( rule__ForkDefinition__NameAssignment_4 ) ) ) + // InternalDSL.g:4481:1: ( ( rule__ForkDefinition__NameAssignment_4 ) ) { - // InternalDSL.g:4687:1: ( ( rule__ForkDefinition__NameAssignment_4 ) ) - // InternalDSL.g:4688:1: ( rule__ForkDefinition__NameAssignment_4 ) + // InternalDSL.g:4481:1: ( ( rule__ForkDefinition__NameAssignment_4 ) ) + // InternalDSL.g:4482:1: ( rule__ForkDefinition__NameAssignment_4 ) { before(grammarAccess.getForkDefinitionAccess().getNameAssignment_4()); - // InternalDSL.g:4689:1: ( rule__ForkDefinition__NameAssignment_4 ) - // InternalDSL.g:4689:2: rule__ForkDefinition__NameAssignment_4 + // InternalDSL.g:4483:1: ( rule__ForkDefinition__NameAssignment_4 ) + // InternalDSL.g:4483:2: rule__ForkDefinition__NameAssignment_4 { pushFollow(FOLLOW_2); rule__ForkDefinition__NameAssignment_4(); @@ -13441,14 +12889,14 @@ public final void rule__ForkDefinition__Group__4__Impl() throws RecognitionExcep // $ANTLR start "rule__ForkDefinition__Group__5" - // InternalDSL.g:4699:1: rule__ForkDefinition__Group__5 : rule__ForkDefinition__Group__5__Impl rule__ForkDefinition__Group__6 ; + // InternalDSL.g:4493:1: rule__ForkDefinition__Group__5 : rule__ForkDefinition__Group__5__Impl rule__ForkDefinition__Group__6 ; public final void rule__ForkDefinition__Group__5() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4703:1: ( rule__ForkDefinition__Group__5__Impl rule__ForkDefinition__Group__6 ) - // InternalDSL.g:4704:2: rule__ForkDefinition__Group__5__Impl rule__ForkDefinition__Group__6 + // InternalDSL.g:4497:1: ( rule__ForkDefinition__Group__5__Impl rule__ForkDefinition__Group__6 ) + // InternalDSL.g:4498:2: rule__ForkDefinition__Group__5__Impl rule__ForkDefinition__Group__6 { pushFollow(FOLLOW_14); rule__ForkDefinition__Group__5__Impl(); @@ -13479,17 +12927,17 @@ public final void rule__ForkDefinition__Group__5() throws RecognitionException { // $ANTLR start "rule__ForkDefinition__Group__5__Impl" - // InternalDSL.g:4711:1: rule__ForkDefinition__Group__5__Impl : ( ruleNL ) ; + // InternalDSL.g:4505:1: rule__ForkDefinition__Group__5__Impl : ( ruleNL ) ; public final void rule__ForkDefinition__Group__5__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4715:1: ( ( ruleNL ) ) - // InternalDSL.g:4716:1: ( ruleNL ) + // InternalDSL.g:4509:1: ( ( ruleNL ) ) + // InternalDSL.g:4510:1: ( ruleNL ) { - // InternalDSL.g:4716:1: ( ruleNL ) - // InternalDSL.g:4717:1: ruleNL + // InternalDSL.g:4510:1: ( ruleNL ) + // InternalDSL.g:4511:1: ruleNL { before(grammarAccess.getForkDefinitionAccess().getNLParserRuleCall_5()); pushFollow(FOLLOW_2); @@ -13520,14 +12968,14 @@ public final void rule__ForkDefinition__Group__5__Impl() throws RecognitionExcep // $ANTLR start "rule__ForkDefinition__Group__6" - // InternalDSL.g:4728:1: rule__ForkDefinition__Group__6 : rule__ForkDefinition__Group__6__Impl rule__ForkDefinition__Group__7 ; + // InternalDSL.g:4522:1: rule__ForkDefinition__Group__6 : rule__ForkDefinition__Group__6__Impl rule__ForkDefinition__Group__7 ; public final void rule__ForkDefinition__Group__6() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4732:1: ( rule__ForkDefinition__Group__6__Impl rule__ForkDefinition__Group__7 ) - // InternalDSL.g:4733:2: rule__ForkDefinition__Group__6__Impl rule__ForkDefinition__Group__7 + // InternalDSL.g:4526:1: ( rule__ForkDefinition__Group__6__Impl rule__ForkDefinition__Group__7 ) + // InternalDSL.g:4527:2: rule__ForkDefinition__Group__6__Impl rule__ForkDefinition__Group__7 { pushFollow(FOLLOW_14); rule__ForkDefinition__Group__6__Impl(); @@ -13558,29 +13006,29 @@ public final void rule__ForkDefinition__Group__6() throws RecognitionException { // $ANTLR start "rule__ForkDefinition__Group__6__Impl" - // InternalDSL.g:4740:1: rule__ForkDefinition__Group__6__Impl : ( ( rule__ForkDefinition__Group_6__0 )? ) ; + // InternalDSL.g:4534:1: rule__ForkDefinition__Group__6__Impl : ( ( rule__ForkDefinition__Group_6__0 )? ) ; public final void rule__ForkDefinition__Group__6__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4744:1: ( ( ( rule__ForkDefinition__Group_6__0 )? ) ) - // InternalDSL.g:4745:1: ( ( rule__ForkDefinition__Group_6__0 )? ) + // InternalDSL.g:4538:1: ( ( ( rule__ForkDefinition__Group_6__0 )? ) ) + // InternalDSL.g:4539:1: ( ( rule__ForkDefinition__Group_6__0 )? ) { - // InternalDSL.g:4745:1: ( ( rule__ForkDefinition__Group_6__0 )? ) - // InternalDSL.g:4746:1: ( rule__ForkDefinition__Group_6__0 )? + // InternalDSL.g:4539:1: ( ( rule__ForkDefinition__Group_6__0 )? ) + // InternalDSL.g:4540:1: ( rule__ForkDefinition__Group_6__0 )? { before(grammarAccess.getForkDefinitionAccess().getGroup_6()); - // InternalDSL.g:4747:1: ( rule__ForkDefinition__Group_6__0 )? - int alt35=2; - int LA35_0 = input.LA(1); + // InternalDSL.g:4541:1: ( rule__ForkDefinition__Group_6__0 )? + int alt34=2; + int LA34_0 = input.LA(1); - if ( (LA35_0==RULE_STRING) ) { - alt35=1; + if ( (LA34_0==RULE_STRING) ) { + alt34=1; } - switch (alt35) { + switch (alt34) { case 1 : - // InternalDSL.g:4747:2: rule__ForkDefinition__Group_6__0 + // InternalDSL.g:4541:2: rule__ForkDefinition__Group_6__0 { pushFollow(FOLLOW_2); rule__ForkDefinition__Group_6__0(); @@ -13616,14 +13064,14 @@ public final void rule__ForkDefinition__Group__6__Impl() throws RecognitionExcep // $ANTLR start "rule__ForkDefinition__Group__7" - // InternalDSL.g:4757:1: rule__ForkDefinition__Group__7 : rule__ForkDefinition__Group__7__Impl rule__ForkDefinition__Group__8 ; + // InternalDSL.g:4551:1: rule__ForkDefinition__Group__7 : rule__ForkDefinition__Group__7__Impl rule__ForkDefinition__Group__8 ; public final void rule__ForkDefinition__Group__7() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4761:1: ( rule__ForkDefinition__Group__7__Impl rule__ForkDefinition__Group__8 ) - // InternalDSL.g:4762:2: rule__ForkDefinition__Group__7__Impl rule__ForkDefinition__Group__8 + // InternalDSL.g:4555:1: ( rule__ForkDefinition__Group__7__Impl rule__ForkDefinition__Group__8 ) + // InternalDSL.g:4556:2: rule__ForkDefinition__Group__7__Impl rule__ForkDefinition__Group__8 { pushFollow(FOLLOW_14); rule__ForkDefinition__Group__7__Impl(); @@ -13654,29 +13102,29 @@ public final void rule__ForkDefinition__Group__7() throws RecognitionException { // $ANTLR start "rule__ForkDefinition__Group__7__Impl" - // InternalDSL.g:4769:1: rule__ForkDefinition__Group__7__Impl : ( ( rule__ForkDefinition__Group_7__0 )? ) ; + // InternalDSL.g:4563:1: rule__ForkDefinition__Group__7__Impl : ( ( rule__ForkDefinition__Group_7__0 )? ) ; public final void rule__ForkDefinition__Group__7__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4773:1: ( ( ( rule__ForkDefinition__Group_7__0 )? ) ) - // InternalDSL.g:4774:1: ( ( rule__ForkDefinition__Group_7__0 )? ) + // InternalDSL.g:4567:1: ( ( ( rule__ForkDefinition__Group_7__0 )? ) ) + // InternalDSL.g:4568:1: ( ( rule__ForkDefinition__Group_7__0 )? ) { - // InternalDSL.g:4774:1: ( ( rule__ForkDefinition__Group_7__0 )? ) - // InternalDSL.g:4775:1: ( rule__ForkDefinition__Group_7__0 )? + // InternalDSL.g:4568:1: ( ( rule__ForkDefinition__Group_7__0 )? ) + // InternalDSL.g:4569:1: ( rule__ForkDefinition__Group_7__0 )? { before(grammarAccess.getForkDefinitionAccess().getGroup_7()); - // InternalDSL.g:4776:1: ( rule__ForkDefinition__Group_7__0 )? - int alt36=2; - int LA36_0 = input.LA(1); + // InternalDSL.g:4570:1: ( rule__ForkDefinition__Group_7__0 )? + int alt35=2; + int LA35_0 = input.LA(1); - if ( ((LA36_0>=61 && LA36_0<=62)) ) { - alt36=1; + if ( ((LA35_0>=41 && LA35_0<=42)) ) { + alt35=1; } - switch (alt36) { + switch (alt35) { case 1 : - // InternalDSL.g:4776:2: rule__ForkDefinition__Group_7__0 + // InternalDSL.g:4570:2: rule__ForkDefinition__Group_7__0 { pushFollow(FOLLOW_2); rule__ForkDefinition__Group_7__0(); @@ -13712,14 +13160,14 @@ public final void rule__ForkDefinition__Group__7__Impl() throws RecognitionExcep // $ANTLR start "rule__ForkDefinition__Group__8" - // InternalDSL.g:4786:1: rule__ForkDefinition__Group__8 : rule__ForkDefinition__Group__8__Impl ; + // InternalDSL.g:4580:1: rule__ForkDefinition__Group__8 : rule__ForkDefinition__Group__8__Impl ; public final void rule__ForkDefinition__Group__8() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4790:1: ( rule__ForkDefinition__Group__8__Impl ) - // InternalDSL.g:4791:2: rule__ForkDefinition__Group__8__Impl + // InternalDSL.g:4584:1: ( rule__ForkDefinition__Group__8__Impl ) + // InternalDSL.g:4585:2: rule__ForkDefinition__Group__8__Impl { pushFollow(FOLLOW_2); rule__ForkDefinition__Group__8__Impl(); @@ -13745,33 +13193,33 @@ public final void rule__ForkDefinition__Group__8() throws RecognitionException { // $ANTLR start "rule__ForkDefinition__Group__8__Impl" - // InternalDSL.g:4797:1: rule__ForkDefinition__Group__8__Impl : ( ( rule__ForkDefinition__Group_8__0 )* ) ; + // InternalDSL.g:4591:1: rule__ForkDefinition__Group__8__Impl : ( ( rule__ForkDefinition__Group_8__0 )* ) ; public final void rule__ForkDefinition__Group__8__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4801:1: ( ( ( rule__ForkDefinition__Group_8__0 )* ) ) - // InternalDSL.g:4802:1: ( ( rule__ForkDefinition__Group_8__0 )* ) + // InternalDSL.g:4595:1: ( ( ( rule__ForkDefinition__Group_8__0 )* ) ) + // InternalDSL.g:4596:1: ( ( rule__ForkDefinition__Group_8__0 )* ) { - // InternalDSL.g:4802:1: ( ( rule__ForkDefinition__Group_8__0 )* ) - // InternalDSL.g:4803:1: ( rule__ForkDefinition__Group_8__0 )* + // InternalDSL.g:4596:1: ( ( rule__ForkDefinition__Group_8__0 )* ) + // InternalDSL.g:4597:1: ( rule__ForkDefinition__Group_8__0 )* { before(grammarAccess.getForkDefinitionAccess().getGroup_8()); - // InternalDSL.g:4804:1: ( rule__ForkDefinition__Group_8__0 )* - loop37: + // InternalDSL.g:4598:1: ( rule__ForkDefinition__Group_8__0 )* + loop36: do { - int alt37=2; - int LA37_0 = input.LA(1); + int alt36=2; + int LA36_0 = input.LA(1); - if ( (LA37_0==RULE_ID) ) { - alt37=1; + if ( (LA36_0==RULE_ID) ) { + alt36=1; } - switch (alt37) { + switch (alt36) { case 1 : - // InternalDSL.g:4804:2: rule__ForkDefinition__Group_8__0 + // InternalDSL.g:4598:2: rule__ForkDefinition__Group_8__0 { pushFollow(FOLLOW_15); rule__ForkDefinition__Group_8__0(); @@ -13783,7 +13231,7 @@ public final void rule__ForkDefinition__Group__8__Impl() throws RecognitionExcep break; default : - break loop37; + break loop36; } } while (true); @@ -13810,14 +13258,14 @@ public final void rule__ForkDefinition__Group__8__Impl() throws RecognitionExcep // $ANTLR start "rule__ForkDefinition__Group_6__0" - // InternalDSL.g:4832:1: rule__ForkDefinition__Group_6__0 : rule__ForkDefinition__Group_6__0__Impl rule__ForkDefinition__Group_6__1 ; + // InternalDSL.g:4626:1: rule__ForkDefinition__Group_6__0 : rule__ForkDefinition__Group_6__0__Impl rule__ForkDefinition__Group_6__1 ; public final void rule__ForkDefinition__Group_6__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4836:1: ( rule__ForkDefinition__Group_6__0__Impl rule__ForkDefinition__Group_6__1 ) - // InternalDSL.g:4837:2: rule__ForkDefinition__Group_6__0__Impl rule__ForkDefinition__Group_6__1 + // InternalDSL.g:4630:1: ( rule__ForkDefinition__Group_6__0__Impl rule__ForkDefinition__Group_6__1 ) + // InternalDSL.g:4631:2: rule__ForkDefinition__Group_6__0__Impl rule__ForkDefinition__Group_6__1 { pushFollow(FOLLOW_4); rule__ForkDefinition__Group_6__0__Impl(); @@ -13848,21 +13296,21 @@ public final void rule__ForkDefinition__Group_6__0() throws RecognitionException // $ANTLR start "rule__ForkDefinition__Group_6__0__Impl" - // InternalDSL.g:4844:1: rule__ForkDefinition__Group_6__0__Impl : ( ( rule__ForkDefinition__DescriptionAssignment_6_0 ) ) ; + // InternalDSL.g:4638:1: rule__ForkDefinition__Group_6__0__Impl : ( ( rule__ForkDefinition__DescriptionAssignment_6_0 ) ) ; public final void rule__ForkDefinition__Group_6__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4848:1: ( ( ( rule__ForkDefinition__DescriptionAssignment_6_0 ) ) ) - // InternalDSL.g:4849:1: ( ( rule__ForkDefinition__DescriptionAssignment_6_0 ) ) + // InternalDSL.g:4642:1: ( ( ( rule__ForkDefinition__DescriptionAssignment_6_0 ) ) ) + // InternalDSL.g:4643:1: ( ( rule__ForkDefinition__DescriptionAssignment_6_0 ) ) { - // InternalDSL.g:4849:1: ( ( rule__ForkDefinition__DescriptionAssignment_6_0 ) ) - // InternalDSL.g:4850:1: ( rule__ForkDefinition__DescriptionAssignment_6_0 ) + // InternalDSL.g:4643:1: ( ( rule__ForkDefinition__DescriptionAssignment_6_0 ) ) + // InternalDSL.g:4644:1: ( rule__ForkDefinition__DescriptionAssignment_6_0 ) { before(grammarAccess.getForkDefinitionAccess().getDescriptionAssignment_6_0()); - // InternalDSL.g:4851:1: ( rule__ForkDefinition__DescriptionAssignment_6_0 ) - // InternalDSL.g:4851:2: rule__ForkDefinition__DescriptionAssignment_6_0 + // InternalDSL.g:4645:1: ( rule__ForkDefinition__DescriptionAssignment_6_0 ) + // InternalDSL.g:4645:2: rule__ForkDefinition__DescriptionAssignment_6_0 { pushFollow(FOLLOW_2); rule__ForkDefinition__DescriptionAssignment_6_0(); @@ -13895,14 +13343,14 @@ public final void rule__ForkDefinition__Group_6__0__Impl() throws RecognitionExc // $ANTLR start "rule__ForkDefinition__Group_6__1" - // InternalDSL.g:4861:1: rule__ForkDefinition__Group_6__1 : rule__ForkDefinition__Group_6__1__Impl ; + // InternalDSL.g:4655:1: rule__ForkDefinition__Group_6__1 : rule__ForkDefinition__Group_6__1__Impl ; public final void rule__ForkDefinition__Group_6__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4865:1: ( rule__ForkDefinition__Group_6__1__Impl ) - // InternalDSL.g:4866:2: rule__ForkDefinition__Group_6__1__Impl + // InternalDSL.g:4659:1: ( rule__ForkDefinition__Group_6__1__Impl ) + // InternalDSL.g:4660:2: rule__ForkDefinition__Group_6__1__Impl { pushFollow(FOLLOW_2); rule__ForkDefinition__Group_6__1__Impl(); @@ -13928,17 +13376,17 @@ public final void rule__ForkDefinition__Group_6__1() throws RecognitionException // $ANTLR start "rule__ForkDefinition__Group_6__1__Impl" - // InternalDSL.g:4872:1: rule__ForkDefinition__Group_6__1__Impl : ( ruleNL ) ; + // InternalDSL.g:4666:1: rule__ForkDefinition__Group_6__1__Impl : ( ruleNL ) ; public final void rule__ForkDefinition__Group_6__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4876:1: ( ( ruleNL ) ) - // InternalDSL.g:4877:1: ( ruleNL ) + // InternalDSL.g:4670:1: ( ( ruleNL ) ) + // InternalDSL.g:4671:1: ( ruleNL ) { - // InternalDSL.g:4877:1: ( ruleNL ) - // InternalDSL.g:4878:1: ruleNL + // InternalDSL.g:4671:1: ( ruleNL ) + // InternalDSL.g:4672:1: ruleNL { before(grammarAccess.getForkDefinitionAccess().getNLParserRuleCall_6_1()); pushFollow(FOLLOW_2); @@ -13969,14 +13417,14 @@ public final void rule__ForkDefinition__Group_6__1__Impl() throws RecognitionExc // $ANTLR start "rule__ForkDefinition__Group_7__0" - // InternalDSL.g:4893:1: rule__ForkDefinition__Group_7__0 : rule__ForkDefinition__Group_7__0__Impl rule__ForkDefinition__Group_7__1 ; + // InternalDSL.g:4687:1: rule__ForkDefinition__Group_7__0 : rule__ForkDefinition__Group_7__0__Impl rule__ForkDefinition__Group_7__1 ; public final void rule__ForkDefinition__Group_7__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4897:1: ( rule__ForkDefinition__Group_7__0__Impl rule__ForkDefinition__Group_7__1 ) - // InternalDSL.g:4898:2: rule__ForkDefinition__Group_7__0__Impl rule__ForkDefinition__Group_7__1 + // InternalDSL.g:4691:1: ( rule__ForkDefinition__Group_7__0__Impl rule__ForkDefinition__Group_7__1 ) + // InternalDSL.g:4692:2: rule__ForkDefinition__Group_7__0__Impl rule__ForkDefinition__Group_7__1 { pushFollow(FOLLOW_4); rule__ForkDefinition__Group_7__0__Impl(); @@ -14007,21 +13455,21 @@ public final void rule__ForkDefinition__Group_7__0() throws RecognitionException // $ANTLR start "rule__ForkDefinition__Group_7__0__Impl" - // InternalDSL.g:4905:1: rule__ForkDefinition__Group_7__0__Impl : ( ( rule__ForkDefinition__Alternatives_7_0 ) ) ; + // InternalDSL.g:4699:1: rule__ForkDefinition__Group_7__0__Impl : ( ( rule__ForkDefinition__Alternatives_7_0 ) ) ; public final void rule__ForkDefinition__Group_7__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4909:1: ( ( ( rule__ForkDefinition__Alternatives_7_0 ) ) ) - // InternalDSL.g:4910:1: ( ( rule__ForkDefinition__Alternatives_7_0 ) ) + // InternalDSL.g:4703:1: ( ( ( rule__ForkDefinition__Alternatives_7_0 ) ) ) + // InternalDSL.g:4704:1: ( ( rule__ForkDefinition__Alternatives_7_0 ) ) { - // InternalDSL.g:4910:1: ( ( rule__ForkDefinition__Alternatives_7_0 ) ) - // InternalDSL.g:4911:1: ( rule__ForkDefinition__Alternatives_7_0 ) + // InternalDSL.g:4704:1: ( ( rule__ForkDefinition__Alternatives_7_0 ) ) + // InternalDSL.g:4705:1: ( rule__ForkDefinition__Alternatives_7_0 ) { before(grammarAccess.getForkDefinitionAccess().getAlternatives_7_0()); - // InternalDSL.g:4912:1: ( rule__ForkDefinition__Alternatives_7_0 ) - // InternalDSL.g:4912:2: rule__ForkDefinition__Alternatives_7_0 + // InternalDSL.g:4706:1: ( rule__ForkDefinition__Alternatives_7_0 ) + // InternalDSL.g:4706:2: rule__ForkDefinition__Alternatives_7_0 { pushFollow(FOLLOW_2); rule__ForkDefinition__Alternatives_7_0(); @@ -14054,14 +13502,14 @@ public final void rule__ForkDefinition__Group_7__0__Impl() throws RecognitionExc // $ANTLR start "rule__ForkDefinition__Group_7__1" - // InternalDSL.g:4922:1: rule__ForkDefinition__Group_7__1 : rule__ForkDefinition__Group_7__1__Impl ; + // InternalDSL.g:4716:1: rule__ForkDefinition__Group_7__1 : rule__ForkDefinition__Group_7__1__Impl ; public final void rule__ForkDefinition__Group_7__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4926:1: ( rule__ForkDefinition__Group_7__1__Impl ) - // InternalDSL.g:4927:2: rule__ForkDefinition__Group_7__1__Impl + // InternalDSL.g:4720:1: ( rule__ForkDefinition__Group_7__1__Impl ) + // InternalDSL.g:4721:2: rule__ForkDefinition__Group_7__1__Impl { pushFollow(FOLLOW_2); rule__ForkDefinition__Group_7__1__Impl(); @@ -14087,17 +13535,17 @@ public final void rule__ForkDefinition__Group_7__1() throws RecognitionException // $ANTLR start "rule__ForkDefinition__Group_7__1__Impl" - // InternalDSL.g:4933:1: rule__ForkDefinition__Group_7__1__Impl : ( ruleNL ) ; + // InternalDSL.g:4727:1: rule__ForkDefinition__Group_7__1__Impl : ( ruleNL ) ; public final void rule__ForkDefinition__Group_7__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4937:1: ( ( ruleNL ) ) - // InternalDSL.g:4938:1: ( ruleNL ) + // InternalDSL.g:4731:1: ( ( ruleNL ) ) + // InternalDSL.g:4732:1: ( ruleNL ) { - // InternalDSL.g:4938:1: ( ruleNL ) - // InternalDSL.g:4939:1: ruleNL + // InternalDSL.g:4732:1: ( ruleNL ) + // InternalDSL.g:4733:1: ruleNL { before(grammarAccess.getForkDefinitionAccess().getNLParserRuleCall_7_1()); pushFollow(FOLLOW_2); @@ -14128,14 +13576,14 @@ public final void rule__ForkDefinition__Group_7__1__Impl() throws RecognitionExc // $ANTLR start "rule__ForkDefinition__Group_7_0_0__0" - // InternalDSL.g:4954:1: rule__ForkDefinition__Group_7_0_0__0 : rule__ForkDefinition__Group_7_0_0__0__Impl rule__ForkDefinition__Group_7_0_0__1 ; + // InternalDSL.g:4748:1: rule__ForkDefinition__Group_7_0_0__0 : rule__ForkDefinition__Group_7_0_0__0__Impl rule__ForkDefinition__Group_7_0_0__1 ; public final void rule__ForkDefinition__Group_7_0_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4958:1: ( rule__ForkDefinition__Group_7_0_0__0__Impl rule__ForkDefinition__Group_7_0_0__1 ) - // InternalDSL.g:4959:2: rule__ForkDefinition__Group_7_0_0__0__Impl rule__ForkDefinition__Group_7_0_0__1 + // InternalDSL.g:4752:1: ( rule__ForkDefinition__Group_7_0_0__0__Impl rule__ForkDefinition__Group_7_0_0__1 ) + // InternalDSL.g:4753:2: rule__ForkDefinition__Group_7_0_0__0__Impl rule__ForkDefinition__Group_7_0_0__1 { pushFollow(FOLLOW_4); rule__ForkDefinition__Group_7_0_0__0__Impl(); @@ -14166,20 +13614,20 @@ public final void rule__ForkDefinition__Group_7_0_0__0() throws RecognitionExcep // $ANTLR start "rule__ForkDefinition__Group_7_0_0__0__Impl" - // InternalDSL.g:4966:1: rule__ForkDefinition__Group_7_0_0__0__Impl : ( 'uses' ) ; + // InternalDSL.g:4760:1: rule__ForkDefinition__Group_7_0_0__0__Impl : ( 'uses' ) ; public final void rule__ForkDefinition__Group_7_0_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4970:1: ( ( 'uses' ) ) - // InternalDSL.g:4971:1: ( 'uses' ) + // InternalDSL.g:4764:1: ( ( 'uses' ) ) + // InternalDSL.g:4765:1: ( 'uses' ) { - // InternalDSL.g:4971:1: ( 'uses' ) - // InternalDSL.g:4972:1: 'uses' + // InternalDSL.g:4765:1: ( 'uses' ) + // InternalDSL.g:4766:1: 'uses' { before(grammarAccess.getForkDefinitionAccess().getUsesKeyword_7_0_0_0()); - match(input,61,FOLLOW_2); + match(input,41,FOLLOW_2); after(grammarAccess.getForkDefinitionAccess().getUsesKeyword_7_0_0_0()); } @@ -14203,14 +13651,14 @@ public final void rule__ForkDefinition__Group_7_0_0__0__Impl() throws Recognitio // $ANTLR start "rule__ForkDefinition__Group_7_0_0__1" - // InternalDSL.g:4985:1: rule__ForkDefinition__Group_7_0_0__1 : rule__ForkDefinition__Group_7_0_0__1__Impl rule__ForkDefinition__Group_7_0_0__2 ; + // InternalDSL.g:4779:1: rule__ForkDefinition__Group_7_0_0__1 : rule__ForkDefinition__Group_7_0_0__1__Impl rule__ForkDefinition__Group_7_0_0__2 ; public final void rule__ForkDefinition__Group_7_0_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:4989:1: ( rule__ForkDefinition__Group_7_0_0__1__Impl rule__ForkDefinition__Group_7_0_0__2 ) - // InternalDSL.g:4990:2: rule__ForkDefinition__Group_7_0_0__1__Impl rule__ForkDefinition__Group_7_0_0__2 + // InternalDSL.g:4783:1: ( rule__ForkDefinition__Group_7_0_0__1__Impl rule__ForkDefinition__Group_7_0_0__2 ) + // InternalDSL.g:4784:2: rule__ForkDefinition__Group_7_0_0__1__Impl rule__ForkDefinition__Group_7_0_0__2 { pushFollow(FOLLOW_9); rule__ForkDefinition__Group_7_0_0__1__Impl(); @@ -14241,17 +13689,17 @@ public final void rule__ForkDefinition__Group_7_0_0__1() throws RecognitionExcep // $ANTLR start "rule__ForkDefinition__Group_7_0_0__1__Impl" - // InternalDSL.g:4997:1: rule__ForkDefinition__Group_7_0_0__1__Impl : ( ruleNL ) ; + // InternalDSL.g:4791:1: rule__ForkDefinition__Group_7_0_0__1__Impl : ( ruleNL ) ; public final void rule__ForkDefinition__Group_7_0_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5001:1: ( ( ruleNL ) ) - // InternalDSL.g:5002:1: ( ruleNL ) + // InternalDSL.g:4795:1: ( ( ruleNL ) ) + // InternalDSL.g:4796:1: ( ruleNL ) { - // InternalDSL.g:5002:1: ( ruleNL ) - // InternalDSL.g:5003:1: ruleNL + // InternalDSL.g:4796:1: ( ruleNL ) + // InternalDSL.g:4797:1: ruleNL { before(grammarAccess.getForkDefinitionAccess().getNLParserRuleCall_7_0_0_1()); pushFollow(FOLLOW_2); @@ -14282,14 +13730,14 @@ public final void rule__ForkDefinition__Group_7_0_0__1__Impl() throws Recognitio // $ANTLR start "rule__ForkDefinition__Group_7_0_0__2" - // InternalDSL.g:5014:1: rule__ForkDefinition__Group_7_0_0__2 : rule__ForkDefinition__Group_7_0_0__2__Impl ; + // InternalDSL.g:4808:1: rule__ForkDefinition__Group_7_0_0__2 : rule__ForkDefinition__Group_7_0_0__2__Impl ; public final void rule__ForkDefinition__Group_7_0_0__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5018:1: ( rule__ForkDefinition__Group_7_0_0__2__Impl ) - // InternalDSL.g:5019:2: rule__ForkDefinition__Group_7_0_0__2__Impl + // InternalDSL.g:4812:1: ( rule__ForkDefinition__Group_7_0_0__2__Impl ) + // InternalDSL.g:4813:2: rule__ForkDefinition__Group_7_0_0__2__Impl { pushFollow(FOLLOW_2); rule__ForkDefinition__Group_7_0_0__2__Impl(); @@ -14315,21 +13763,21 @@ public final void rule__ForkDefinition__Group_7_0_0__2() throws RecognitionExcep // $ANTLR start "rule__ForkDefinition__Group_7_0_0__2__Impl" - // InternalDSL.g:5025:1: rule__ForkDefinition__Group_7_0_0__2__Impl : ( ( rule__ForkDefinition__ForkerClassAssignment_7_0_0_2 ) ) ; + // InternalDSL.g:4819:1: rule__ForkDefinition__Group_7_0_0__2__Impl : ( ( rule__ForkDefinition__ForkerClassAssignment_7_0_0_2 ) ) ; public final void rule__ForkDefinition__Group_7_0_0__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5029:1: ( ( ( rule__ForkDefinition__ForkerClassAssignment_7_0_0_2 ) ) ) - // InternalDSL.g:5030:1: ( ( rule__ForkDefinition__ForkerClassAssignment_7_0_0_2 ) ) + // InternalDSL.g:4823:1: ( ( ( rule__ForkDefinition__ForkerClassAssignment_7_0_0_2 ) ) ) + // InternalDSL.g:4824:1: ( ( rule__ForkDefinition__ForkerClassAssignment_7_0_0_2 ) ) { - // InternalDSL.g:5030:1: ( ( rule__ForkDefinition__ForkerClassAssignment_7_0_0_2 ) ) - // InternalDSL.g:5031:1: ( rule__ForkDefinition__ForkerClassAssignment_7_0_0_2 ) + // InternalDSL.g:4824:1: ( ( rule__ForkDefinition__ForkerClassAssignment_7_0_0_2 ) ) + // InternalDSL.g:4825:1: ( rule__ForkDefinition__ForkerClassAssignment_7_0_0_2 ) { before(grammarAccess.getForkDefinitionAccess().getForkerClassAssignment_7_0_0_2()); - // InternalDSL.g:5032:1: ( rule__ForkDefinition__ForkerClassAssignment_7_0_0_2 ) - // InternalDSL.g:5032:2: rule__ForkDefinition__ForkerClassAssignment_7_0_0_2 + // InternalDSL.g:4826:1: ( rule__ForkDefinition__ForkerClassAssignment_7_0_0_2 ) + // InternalDSL.g:4826:2: rule__ForkDefinition__ForkerClassAssignment_7_0_0_2 { pushFollow(FOLLOW_2); rule__ForkDefinition__ForkerClassAssignment_7_0_0_2(); @@ -14362,14 +13810,14 @@ public final void rule__ForkDefinition__Group_7_0_0__2__Impl() throws Recognitio // $ANTLR start "rule__ForkDefinition__Group_7_0_1__0" - // InternalDSL.g:5048:1: rule__ForkDefinition__Group_7_0_1__0 : rule__ForkDefinition__Group_7_0_1__0__Impl rule__ForkDefinition__Group_7_0_1__1 ; + // InternalDSL.g:4842:1: rule__ForkDefinition__Group_7_0_1__0 : rule__ForkDefinition__Group_7_0_1__0__Impl rule__ForkDefinition__Group_7_0_1__1 ; public final void rule__ForkDefinition__Group_7_0_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5052:1: ( rule__ForkDefinition__Group_7_0_1__0__Impl rule__ForkDefinition__Group_7_0_1__1 ) - // InternalDSL.g:5053:2: rule__ForkDefinition__Group_7_0_1__0__Impl rule__ForkDefinition__Group_7_0_1__1 + // InternalDSL.g:4846:1: ( rule__ForkDefinition__Group_7_0_1__0__Impl rule__ForkDefinition__Group_7_0_1__1 ) + // InternalDSL.g:4847:2: rule__ForkDefinition__Group_7_0_1__0__Impl rule__ForkDefinition__Group_7_0_1__1 { pushFollow(FOLLOW_4); rule__ForkDefinition__Group_7_0_1__0__Impl(); @@ -14400,20 +13848,20 @@ public final void rule__ForkDefinition__Group_7_0_1__0() throws RecognitionExcep // $ANTLR start "rule__ForkDefinition__Group_7_0_1__0__Impl" - // InternalDSL.g:5060:1: rule__ForkDefinition__Group_7_0_1__0__Impl : ( 'based on' ) ; + // InternalDSL.g:4854:1: rule__ForkDefinition__Group_7_0_1__0__Impl : ( 'based on' ) ; public final void rule__ForkDefinition__Group_7_0_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5064:1: ( ( 'based on' ) ) - // InternalDSL.g:5065:1: ( 'based on' ) + // InternalDSL.g:4858:1: ( ( 'based on' ) ) + // InternalDSL.g:4859:1: ( 'based on' ) { - // InternalDSL.g:5065:1: ( 'based on' ) - // InternalDSL.g:5066:1: 'based on' + // InternalDSL.g:4859:1: ( 'based on' ) + // InternalDSL.g:4860:1: 'based on' { before(grammarAccess.getForkDefinitionAccess().getBasedOnKeyword_7_0_1_0()); - match(input,62,FOLLOW_2); + match(input,42,FOLLOW_2); after(grammarAccess.getForkDefinitionAccess().getBasedOnKeyword_7_0_1_0()); } @@ -14437,14 +13885,14 @@ public final void rule__ForkDefinition__Group_7_0_1__0__Impl() throws Recognitio // $ANTLR start "rule__ForkDefinition__Group_7_0_1__1" - // InternalDSL.g:5079:1: rule__ForkDefinition__Group_7_0_1__1 : rule__ForkDefinition__Group_7_0_1__1__Impl rule__ForkDefinition__Group_7_0_1__2 ; + // InternalDSL.g:4873:1: rule__ForkDefinition__Group_7_0_1__1 : rule__ForkDefinition__Group_7_0_1__1__Impl rule__ForkDefinition__Group_7_0_1__2 ; public final void rule__ForkDefinition__Group_7_0_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5083:1: ( rule__ForkDefinition__Group_7_0_1__1__Impl rule__ForkDefinition__Group_7_0_1__2 ) - // InternalDSL.g:5084:2: rule__ForkDefinition__Group_7_0_1__1__Impl rule__ForkDefinition__Group_7_0_1__2 + // InternalDSL.g:4877:1: ( rule__ForkDefinition__Group_7_0_1__1__Impl rule__ForkDefinition__Group_7_0_1__2 ) + // InternalDSL.g:4878:2: rule__ForkDefinition__Group_7_0_1__1__Impl rule__ForkDefinition__Group_7_0_1__2 { pushFollow(FOLLOW_9); rule__ForkDefinition__Group_7_0_1__1__Impl(); @@ -14475,17 +13923,17 @@ public final void rule__ForkDefinition__Group_7_0_1__1() throws RecognitionExcep // $ANTLR start "rule__ForkDefinition__Group_7_0_1__1__Impl" - // InternalDSL.g:5091:1: rule__ForkDefinition__Group_7_0_1__1__Impl : ( ruleNL ) ; + // InternalDSL.g:4885:1: rule__ForkDefinition__Group_7_0_1__1__Impl : ( ruleNL ) ; public final void rule__ForkDefinition__Group_7_0_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5095:1: ( ( ruleNL ) ) - // InternalDSL.g:5096:1: ( ruleNL ) + // InternalDSL.g:4889:1: ( ( ruleNL ) ) + // InternalDSL.g:4890:1: ( ruleNL ) { - // InternalDSL.g:5096:1: ( ruleNL ) - // InternalDSL.g:5097:1: ruleNL + // InternalDSL.g:4890:1: ( ruleNL ) + // InternalDSL.g:4891:1: ruleNL { before(grammarAccess.getForkDefinitionAccess().getNLParserRuleCall_7_0_1_1()); pushFollow(FOLLOW_2); @@ -14516,14 +13964,14 @@ public final void rule__ForkDefinition__Group_7_0_1__1__Impl() throws Recognitio // $ANTLR start "rule__ForkDefinition__Group_7_0_1__2" - // InternalDSL.g:5108:1: rule__ForkDefinition__Group_7_0_1__2 : rule__ForkDefinition__Group_7_0_1__2__Impl ; + // InternalDSL.g:4902:1: rule__ForkDefinition__Group_7_0_1__2 : rule__ForkDefinition__Group_7_0_1__2__Impl ; public final void rule__ForkDefinition__Group_7_0_1__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5112:1: ( rule__ForkDefinition__Group_7_0_1__2__Impl ) - // InternalDSL.g:5113:2: rule__ForkDefinition__Group_7_0_1__2__Impl + // InternalDSL.g:4906:1: ( rule__ForkDefinition__Group_7_0_1__2__Impl ) + // InternalDSL.g:4907:2: rule__ForkDefinition__Group_7_0_1__2__Impl { pushFollow(FOLLOW_2); rule__ForkDefinition__Group_7_0_1__2__Impl(); @@ -14549,21 +13997,21 @@ public final void rule__ForkDefinition__Group_7_0_1__2() throws RecognitionExcep // $ANTLR start "rule__ForkDefinition__Group_7_0_1__2__Impl" - // InternalDSL.g:5119:1: rule__ForkDefinition__Group_7_0_1__2__Impl : ( ( rule__ForkDefinition__BaseForkAssignment_7_0_1_2 ) ) ; + // InternalDSL.g:4913:1: rule__ForkDefinition__Group_7_0_1__2__Impl : ( ( rule__ForkDefinition__BaseForkAssignment_7_0_1_2 ) ) ; public final void rule__ForkDefinition__Group_7_0_1__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5123:1: ( ( ( rule__ForkDefinition__BaseForkAssignment_7_0_1_2 ) ) ) - // InternalDSL.g:5124:1: ( ( rule__ForkDefinition__BaseForkAssignment_7_0_1_2 ) ) + // InternalDSL.g:4917:1: ( ( ( rule__ForkDefinition__BaseForkAssignment_7_0_1_2 ) ) ) + // InternalDSL.g:4918:1: ( ( rule__ForkDefinition__BaseForkAssignment_7_0_1_2 ) ) { - // InternalDSL.g:5124:1: ( ( rule__ForkDefinition__BaseForkAssignment_7_0_1_2 ) ) - // InternalDSL.g:5125:1: ( rule__ForkDefinition__BaseForkAssignment_7_0_1_2 ) + // InternalDSL.g:4918:1: ( ( rule__ForkDefinition__BaseForkAssignment_7_0_1_2 ) ) + // InternalDSL.g:4919:1: ( rule__ForkDefinition__BaseForkAssignment_7_0_1_2 ) { before(grammarAccess.getForkDefinitionAccess().getBaseForkAssignment_7_0_1_2()); - // InternalDSL.g:5126:1: ( rule__ForkDefinition__BaseForkAssignment_7_0_1_2 ) - // InternalDSL.g:5126:2: rule__ForkDefinition__BaseForkAssignment_7_0_1_2 + // InternalDSL.g:4920:1: ( rule__ForkDefinition__BaseForkAssignment_7_0_1_2 ) + // InternalDSL.g:4920:2: rule__ForkDefinition__BaseForkAssignment_7_0_1_2 { pushFollow(FOLLOW_2); rule__ForkDefinition__BaseForkAssignment_7_0_1_2(); @@ -14596,14 +14044,14 @@ public final void rule__ForkDefinition__Group_7_0_1__2__Impl() throws Recognitio // $ANTLR start "rule__ForkDefinition__Group_8__0" - // InternalDSL.g:5142:1: rule__ForkDefinition__Group_8__0 : rule__ForkDefinition__Group_8__0__Impl rule__ForkDefinition__Group_8__1 ; + // InternalDSL.g:4936:1: rule__ForkDefinition__Group_8__0 : rule__ForkDefinition__Group_8__0__Impl rule__ForkDefinition__Group_8__1 ; public final void rule__ForkDefinition__Group_8__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5146:1: ( rule__ForkDefinition__Group_8__0__Impl rule__ForkDefinition__Group_8__1 ) - // InternalDSL.g:5147:2: rule__ForkDefinition__Group_8__0__Impl rule__ForkDefinition__Group_8__1 + // InternalDSL.g:4940:1: ( rule__ForkDefinition__Group_8__0__Impl rule__ForkDefinition__Group_8__1 ) + // InternalDSL.g:4941:2: rule__ForkDefinition__Group_8__0__Impl rule__ForkDefinition__Group_8__1 { pushFollow(FOLLOW_4); rule__ForkDefinition__Group_8__0__Impl(); @@ -14634,21 +14082,21 @@ public final void rule__ForkDefinition__Group_8__0() throws RecognitionException // $ANTLR start "rule__ForkDefinition__Group_8__0__Impl" - // InternalDSL.g:5154:1: rule__ForkDefinition__Group_8__0__Impl : ( ( rule__ForkDefinition__ParametersAssignment_8_0 ) ) ; + // InternalDSL.g:4948:1: rule__ForkDefinition__Group_8__0__Impl : ( ( rule__ForkDefinition__ParametersAssignment_8_0 ) ) ; public final void rule__ForkDefinition__Group_8__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5158:1: ( ( ( rule__ForkDefinition__ParametersAssignment_8_0 ) ) ) - // InternalDSL.g:5159:1: ( ( rule__ForkDefinition__ParametersAssignment_8_0 ) ) + // InternalDSL.g:4952:1: ( ( ( rule__ForkDefinition__ParametersAssignment_8_0 ) ) ) + // InternalDSL.g:4953:1: ( ( rule__ForkDefinition__ParametersAssignment_8_0 ) ) { - // InternalDSL.g:5159:1: ( ( rule__ForkDefinition__ParametersAssignment_8_0 ) ) - // InternalDSL.g:5160:1: ( rule__ForkDefinition__ParametersAssignment_8_0 ) + // InternalDSL.g:4953:1: ( ( rule__ForkDefinition__ParametersAssignment_8_0 ) ) + // InternalDSL.g:4954:1: ( rule__ForkDefinition__ParametersAssignment_8_0 ) { before(grammarAccess.getForkDefinitionAccess().getParametersAssignment_8_0()); - // InternalDSL.g:5161:1: ( rule__ForkDefinition__ParametersAssignment_8_0 ) - // InternalDSL.g:5161:2: rule__ForkDefinition__ParametersAssignment_8_0 + // InternalDSL.g:4955:1: ( rule__ForkDefinition__ParametersAssignment_8_0 ) + // InternalDSL.g:4955:2: rule__ForkDefinition__ParametersAssignment_8_0 { pushFollow(FOLLOW_2); rule__ForkDefinition__ParametersAssignment_8_0(); @@ -14681,14 +14129,14 @@ public final void rule__ForkDefinition__Group_8__0__Impl() throws RecognitionExc // $ANTLR start "rule__ForkDefinition__Group_8__1" - // InternalDSL.g:5171:1: rule__ForkDefinition__Group_8__1 : rule__ForkDefinition__Group_8__1__Impl ; + // InternalDSL.g:4965:1: rule__ForkDefinition__Group_8__1 : rule__ForkDefinition__Group_8__1__Impl ; public final void rule__ForkDefinition__Group_8__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5175:1: ( rule__ForkDefinition__Group_8__1__Impl ) - // InternalDSL.g:5176:2: rule__ForkDefinition__Group_8__1__Impl + // InternalDSL.g:4969:1: ( rule__ForkDefinition__Group_8__1__Impl ) + // InternalDSL.g:4970:2: rule__ForkDefinition__Group_8__1__Impl { pushFollow(FOLLOW_2); rule__ForkDefinition__Group_8__1__Impl(); @@ -14714,17 +14162,17 @@ public final void rule__ForkDefinition__Group_8__1() throws RecognitionException // $ANTLR start "rule__ForkDefinition__Group_8__1__Impl" - // InternalDSL.g:5182:1: rule__ForkDefinition__Group_8__1__Impl : ( ruleNL ) ; + // InternalDSL.g:4976:1: rule__ForkDefinition__Group_8__1__Impl : ( ruleNL ) ; public final void rule__ForkDefinition__Group_8__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5186:1: ( ( ruleNL ) ) - // InternalDSL.g:5187:1: ( ruleNL ) + // InternalDSL.g:4980:1: ( ( ruleNL ) ) + // InternalDSL.g:4981:1: ( ruleNL ) { - // InternalDSL.g:5187:1: ( ruleNL ) - // InternalDSL.g:5188:1: ruleNL + // InternalDSL.g:4981:1: ( ruleNL ) + // InternalDSL.g:4982:1: ruleNL { before(grammarAccess.getForkDefinitionAccess().getNLParserRuleCall_8_1()); pushFollow(FOLLOW_2); @@ -14755,14 +14203,14 @@ public final void rule__ForkDefinition__Group_8__1__Impl() throws RecognitionExc // $ANTLR start "rule__ForkParameter__Group__0" - // InternalDSL.g:5203:1: rule__ForkParameter__Group__0 : rule__ForkParameter__Group__0__Impl rule__ForkParameter__Group__1 ; + // InternalDSL.g:4997:1: rule__ForkParameter__Group__0 : rule__ForkParameter__Group__0__Impl rule__ForkParameter__Group__1 ; public final void rule__ForkParameter__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5207:1: ( rule__ForkParameter__Group__0__Impl rule__ForkParameter__Group__1 ) - // InternalDSL.g:5208:2: rule__ForkParameter__Group__0__Impl rule__ForkParameter__Group__1 + // InternalDSL.g:5001:1: ( rule__ForkParameter__Group__0__Impl rule__ForkParameter__Group__1 ) + // InternalDSL.g:5002:2: rule__ForkParameter__Group__0__Impl rule__ForkParameter__Group__1 { pushFollow(FOLLOW_4); rule__ForkParameter__Group__0__Impl(); @@ -14793,21 +14241,21 @@ public final void rule__ForkParameter__Group__0() throws RecognitionException { // $ANTLR start "rule__ForkParameter__Group__0__Impl" - // InternalDSL.g:5215:1: rule__ForkParameter__Group__0__Impl : ( ( rule__ForkParameter__NameAssignment_0 ) ) ; + // InternalDSL.g:5009:1: rule__ForkParameter__Group__0__Impl : ( ( rule__ForkParameter__NameAssignment_0 ) ) ; public final void rule__ForkParameter__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5219:1: ( ( ( rule__ForkParameter__NameAssignment_0 ) ) ) - // InternalDSL.g:5220:1: ( ( rule__ForkParameter__NameAssignment_0 ) ) + // InternalDSL.g:5013:1: ( ( ( rule__ForkParameter__NameAssignment_0 ) ) ) + // InternalDSL.g:5014:1: ( ( rule__ForkParameter__NameAssignment_0 ) ) { - // InternalDSL.g:5220:1: ( ( rule__ForkParameter__NameAssignment_0 ) ) - // InternalDSL.g:5221:1: ( rule__ForkParameter__NameAssignment_0 ) + // InternalDSL.g:5014:1: ( ( rule__ForkParameter__NameAssignment_0 ) ) + // InternalDSL.g:5015:1: ( rule__ForkParameter__NameAssignment_0 ) { before(grammarAccess.getForkParameterAccess().getNameAssignment_0()); - // InternalDSL.g:5222:1: ( rule__ForkParameter__NameAssignment_0 ) - // InternalDSL.g:5222:2: rule__ForkParameter__NameAssignment_0 + // InternalDSL.g:5016:1: ( rule__ForkParameter__NameAssignment_0 ) + // InternalDSL.g:5016:2: rule__ForkParameter__NameAssignment_0 { pushFollow(FOLLOW_2); rule__ForkParameter__NameAssignment_0(); @@ -14840,14 +14288,14 @@ public final void rule__ForkParameter__Group__0__Impl() throws RecognitionExcept // $ANTLR start "rule__ForkParameter__Group__1" - // InternalDSL.g:5232:1: rule__ForkParameter__Group__1 : rule__ForkParameter__Group__1__Impl rule__ForkParameter__Group__2 ; + // InternalDSL.g:5026:1: rule__ForkParameter__Group__1 : rule__ForkParameter__Group__1__Impl rule__ForkParameter__Group__2 ; public final void rule__ForkParameter__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5236:1: ( rule__ForkParameter__Group__1__Impl rule__ForkParameter__Group__2 ) - // InternalDSL.g:5237:2: rule__ForkParameter__Group__1__Impl rule__ForkParameter__Group__2 + // InternalDSL.g:5030:1: ( rule__ForkParameter__Group__1__Impl rule__ForkParameter__Group__2 ) + // InternalDSL.g:5031:2: rule__ForkParameter__Group__1__Impl rule__ForkParameter__Group__2 { pushFollow(FOLLOW_16); rule__ForkParameter__Group__1__Impl(); @@ -14878,17 +14326,17 @@ public final void rule__ForkParameter__Group__1() throws RecognitionException { // $ANTLR start "rule__ForkParameter__Group__1__Impl" - // InternalDSL.g:5244:1: rule__ForkParameter__Group__1__Impl : ( ruleNL ) ; + // InternalDSL.g:5038:1: rule__ForkParameter__Group__1__Impl : ( ruleNL ) ; public final void rule__ForkParameter__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5248:1: ( ( ruleNL ) ) - // InternalDSL.g:5249:1: ( ruleNL ) + // InternalDSL.g:5042:1: ( ( ruleNL ) ) + // InternalDSL.g:5043:1: ( ruleNL ) { - // InternalDSL.g:5249:1: ( ruleNL ) - // InternalDSL.g:5250:1: ruleNL + // InternalDSL.g:5043:1: ( ruleNL ) + // InternalDSL.g:5044:1: ruleNL { before(grammarAccess.getForkParameterAccess().getNLParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -14919,14 +14367,14 @@ public final void rule__ForkParameter__Group__1__Impl() throws RecognitionExcept // $ANTLR start "rule__ForkParameter__Group__2" - // InternalDSL.g:5261:1: rule__ForkParameter__Group__2 : rule__ForkParameter__Group__2__Impl rule__ForkParameter__Group__3 ; + // InternalDSL.g:5055:1: rule__ForkParameter__Group__2 : rule__ForkParameter__Group__2__Impl rule__ForkParameter__Group__3 ; public final void rule__ForkParameter__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5265:1: ( rule__ForkParameter__Group__2__Impl rule__ForkParameter__Group__3 ) - // InternalDSL.g:5266:2: rule__ForkParameter__Group__2__Impl rule__ForkParameter__Group__3 + // InternalDSL.g:5059:1: ( rule__ForkParameter__Group__2__Impl rule__ForkParameter__Group__3 ) + // InternalDSL.g:5060:2: rule__ForkParameter__Group__2__Impl rule__ForkParameter__Group__3 { pushFollow(FOLLOW_4); rule__ForkParameter__Group__2__Impl(); @@ -14957,20 +14405,20 @@ public final void rule__ForkParameter__Group__2() throws RecognitionException { // $ANTLR start "rule__ForkParameter__Group__2__Impl" - // InternalDSL.g:5273:1: rule__ForkParameter__Group__2__Impl : ( ':' ) ; + // InternalDSL.g:5067:1: rule__ForkParameter__Group__2__Impl : ( ':' ) ; public final void rule__ForkParameter__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5277:1: ( ( ':' ) ) - // InternalDSL.g:5278:1: ( ':' ) + // InternalDSL.g:5071:1: ( ( ':' ) ) + // InternalDSL.g:5072:1: ( ':' ) { - // InternalDSL.g:5278:1: ( ':' ) - // InternalDSL.g:5279:1: ':' + // InternalDSL.g:5072:1: ( ':' ) + // InternalDSL.g:5073:1: ':' { before(grammarAccess.getForkParameterAccess().getColonKeyword_2()); - match(input,63,FOLLOW_2); + match(input,43,FOLLOW_2); after(grammarAccess.getForkParameterAccess().getColonKeyword_2()); } @@ -14994,14 +14442,14 @@ public final void rule__ForkParameter__Group__2__Impl() throws RecognitionExcept // $ANTLR start "rule__ForkParameter__Group__3" - // InternalDSL.g:5292:1: rule__ForkParameter__Group__3 : rule__ForkParameter__Group__3__Impl rule__ForkParameter__Group__4 ; + // InternalDSL.g:5086:1: rule__ForkParameter__Group__3 : rule__ForkParameter__Group__3__Impl rule__ForkParameter__Group__4 ; public final void rule__ForkParameter__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5296:1: ( rule__ForkParameter__Group__3__Impl rule__ForkParameter__Group__4 ) - // InternalDSL.g:5297:2: rule__ForkParameter__Group__3__Impl rule__ForkParameter__Group__4 + // InternalDSL.g:5090:1: ( rule__ForkParameter__Group__3__Impl rule__ForkParameter__Group__4 ) + // InternalDSL.g:5091:2: rule__ForkParameter__Group__3__Impl rule__ForkParameter__Group__4 { pushFollow(FOLLOW_17); rule__ForkParameter__Group__3__Impl(); @@ -15032,17 +14480,17 @@ public final void rule__ForkParameter__Group__3() throws RecognitionException { // $ANTLR start "rule__ForkParameter__Group__3__Impl" - // InternalDSL.g:5304:1: rule__ForkParameter__Group__3__Impl : ( ruleNL ) ; + // InternalDSL.g:5098:1: rule__ForkParameter__Group__3__Impl : ( ruleNL ) ; public final void rule__ForkParameter__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5308:1: ( ( ruleNL ) ) - // InternalDSL.g:5309:1: ( ruleNL ) + // InternalDSL.g:5102:1: ( ( ruleNL ) ) + // InternalDSL.g:5103:1: ( ruleNL ) { - // InternalDSL.g:5309:1: ( ruleNL ) - // InternalDSL.g:5310:1: ruleNL + // InternalDSL.g:5103:1: ( ruleNL ) + // InternalDSL.g:5104:1: ruleNL { before(grammarAccess.getForkParameterAccess().getNLParserRuleCall_3()); pushFollow(FOLLOW_2); @@ -15073,14 +14521,14 @@ public final void rule__ForkParameter__Group__3__Impl() throws RecognitionExcept // $ANTLR start "rule__ForkParameter__Group__4" - // InternalDSL.g:5321:1: rule__ForkParameter__Group__4 : rule__ForkParameter__Group__4__Impl ; + // InternalDSL.g:5115:1: rule__ForkParameter__Group__4 : rule__ForkParameter__Group__4__Impl ; public final void rule__ForkParameter__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5325:1: ( rule__ForkParameter__Group__4__Impl ) - // InternalDSL.g:5326:2: rule__ForkParameter__Group__4__Impl + // InternalDSL.g:5119:1: ( rule__ForkParameter__Group__4__Impl ) + // InternalDSL.g:5120:2: rule__ForkParameter__Group__4__Impl { pushFollow(FOLLOW_2); rule__ForkParameter__Group__4__Impl(); @@ -15106,21 +14554,21 @@ public final void rule__ForkParameter__Group__4() throws RecognitionException { // $ANTLR start "rule__ForkParameter__Group__4__Impl" - // InternalDSL.g:5332:1: rule__ForkParameter__Group__4__Impl : ( ( rule__ForkParameter__ValueAssignment_4 ) ) ; + // InternalDSL.g:5126:1: rule__ForkParameter__Group__4__Impl : ( ( rule__ForkParameter__ValueAssignment_4 ) ) ; public final void rule__ForkParameter__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5336:1: ( ( ( rule__ForkParameter__ValueAssignment_4 ) ) ) - // InternalDSL.g:5337:1: ( ( rule__ForkParameter__ValueAssignment_4 ) ) + // InternalDSL.g:5130:1: ( ( ( rule__ForkParameter__ValueAssignment_4 ) ) ) + // InternalDSL.g:5131:1: ( ( rule__ForkParameter__ValueAssignment_4 ) ) { - // InternalDSL.g:5337:1: ( ( rule__ForkParameter__ValueAssignment_4 ) ) - // InternalDSL.g:5338:1: ( rule__ForkParameter__ValueAssignment_4 ) + // InternalDSL.g:5131:1: ( ( rule__ForkParameter__ValueAssignment_4 ) ) + // InternalDSL.g:5132:1: ( rule__ForkParameter__ValueAssignment_4 ) { before(grammarAccess.getForkParameterAccess().getValueAssignment_4()); - // InternalDSL.g:5339:1: ( rule__ForkParameter__ValueAssignment_4 ) - // InternalDSL.g:5339:2: rule__ForkParameter__ValueAssignment_4 + // InternalDSL.g:5133:1: ( rule__ForkParameter__ValueAssignment_4 ) + // InternalDSL.g:5133:2: rule__ForkParameter__ValueAssignment_4 { pushFollow(FOLLOW_2); rule__ForkParameter__ValueAssignment_4(); @@ -15153,14 +14601,14 @@ public final void rule__ForkParameter__Group__4__Impl() throws RecognitionExcept // $ANTLR start "rule__VariantDefinition__Group__0" - // InternalDSL.g:5359:1: rule__VariantDefinition__Group__0 : rule__VariantDefinition__Group__0__Impl rule__VariantDefinition__Group__1 ; + // InternalDSL.g:5153:1: rule__VariantDefinition__Group__0 : rule__VariantDefinition__Group__0__Impl rule__VariantDefinition__Group__1 ; public final void rule__VariantDefinition__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5363:1: ( rule__VariantDefinition__Group__0__Impl rule__VariantDefinition__Group__1 ) - // InternalDSL.g:5364:2: rule__VariantDefinition__Group__0__Impl rule__VariantDefinition__Group__1 + // InternalDSL.g:5157:1: ( rule__VariantDefinition__Group__0__Impl rule__VariantDefinition__Group__1 ) + // InternalDSL.g:5158:2: rule__VariantDefinition__Group__0__Impl rule__VariantDefinition__Group__1 { pushFollow(FOLLOW_18); rule__VariantDefinition__Group__0__Impl(); @@ -15191,29 +14639,29 @@ public final void rule__VariantDefinition__Group__0() throws RecognitionExceptio // $ANTLR start "rule__VariantDefinition__Group__0__Impl" - // InternalDSL.g:5371:1: rule__VariantDefinition__Group__0__Impl : ( ( rule__VariantDefinition__DocumentationAssignment_0 )? ) ; + // InternalDSL.g:5165:1: rule__VariantDefinition__Group__0__Impl : ( ( rule__VariantDefinition__DocumentationAssignment_0 )? ) ; public final void rule__VariantDefinition__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5375:1: ( ( ( rule__VariantDefinition__DocumentationAssignment_0 )? ) ) - // InternalDSL.g:5376:1: ( ( rule__VariantDefinition__DocumentationAssignment_0 )? ) + // InternalDSL.g:5169:1: ( ( ( rule__VariantDefinition__DocumentationAssignment_0 )? ) ) + // InternalDSL.g:5170:1: ( ( rule__VariantDefinition__DocumentationAssignment_0 )? ) { - // InternalDSL.g:5376:1: ( ( rule__VariantDefinition__DocumentationAssignment_0 )? ) - // InternalDSL.g:5377:1: ( rule__VariantDefinition__DocumentationAssignment_0 )? + // InternalDSL.g:5170:1: ( ( rule__VariantDefinition__DocumentationAssignment_0 )? ) + // InternalDSL.g:5171:1: ( rule__VariantDefinition__DocumentationAssignment_0 )? { before(grammarAccess.getVariantDefinitionAccess().getDocumentationAssignment_0()); - // InternalDSL.g:5378:1: ( rule__VariantDefinition__DocumentationAssignment_0 )? - int alt38=2; - int LA38_0 = input.LA(1); + // InternalDSL.g:5172:1: ( rule__VariantDefinition__DocumentationAssignment_0 )? + int alt37=2; + int LA37_0 = input.LA(1); - if ( (LA38_0==RULE_ML_DOC_COMMENT) ) { - alt38=1; + if ( (LA37_0==RULE_ML_DOC_COMMENT) ) { + alt37=1; } - switch (alt38) { + switch (alt37) { case 1 : - // InternalDSL.g:5378:2: rule__VariantDefinition__DocumentationAssignment_0 + // InternalDSL.g:5172:2: rule__VariantDefinition__DocumentationAssignment_0 { pushFollow(FOLLOW_2); rule__VariantDefinition__DocumentationAssignment_0(); @@ -15249,14 +14697,14 @@ public final void rule__VariantDefinition__Group__0__Impl() throws RecognitionEx // $ANTLR start "rule__VariantDefinition__Group__1" - // InternalDSL.g:5388:1: rule__VariantDefinition__Group__1 : rule__VariantDefinition__Group__1__Impl rule__VariantDefinition__Group__2 ; + // InternalDSL.g:5182:1: rule__VariantDefinition__Group__1 : rule__VariantDefinition__Group__1__Impl rule__VariantDefinition__Group__2 ; public final void rule__VariantDefinition__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5392:1: ( rule__VariantDefinition__Group__1__Impl rule__VariantDefinition__Group__2 ) - // InternalDSL.g:5393:2: rule__VariantDefinition__Group__1__Impl rule__VariantDefinition__Group__2 + // InternalDSL.g:5186:1: ( rule__VariantDefinition__Group__1__Impl rule__VariantDefinition__Group__2 ) + // InternalDSL.g:5187:2: rule__VariantDefinition__Group__1__Impl rule__VariantDefinition__Group__2 { pushFollow(FOLLOW_4); rule__VariantDefinition__Group__1__Impl(); @@ -15287,20 +14735,20 @@ public final void rule__VariantDefinition__Group__1() throws RecognitionExceptio // $ANTLR start "rule__VariantDefinition__Group__1__Impl" - // InternalDSL.g:5400:1: rule__VariantDefinition__Group__1__Impl : ( 'variantdef' ) ; + // InternalDSL.g:5194:1: rule__VariantDefinition__Group__1__Impl : ( 'variantdef' ) ; public final void rule__VariantDefinition__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5404:1: ( ( 'variantdef' ) ) - // InternalDSL.g:5405:1: ( 'variantdef' ) + // InternalDSL.g:5198:1: ( ( 'variantdef' ) ) + // InternalDSL.g:5199:1: ( 'variantdef' ) { - // InternalDSL.g:5405:1: ( 'variantdef' ) - // InternalDSL.g:5406:1: 'variantdef' + // InternalDSL.g:5199:1: ( 'variantdef' ) + // InternalDSL.g:5200:1: 'variantdef' { before(grammarAccess.getVariantDefinitionAccess().getVariantdefKeyword_1()); - match(input,64,FOLLOW_2); + match(input,44,FOLLOW_2); after(grammarAccess.getVariantDefinitionAccess().getVariantdefKeyword_1()); } @@ -15324,14 +14772,14 @@ public final void rule__VariantDefinition__Group__1__Impl() throws RecognitionEx // $ANTLR start "rule__VariantDefinition__Group__2" - // InternalDSL.g:5419:1: rule__VariantDefinition__Group__2 : rule__VariantDefinition__Group__2__Impl rule__VariantDefinition__Group__3 ; + // InternalDSL.g:5213:1: rule__VariantDefinition__Group__2 : rule__VariantDefinition__Group__2__Impl rule__VariantDefinition__Group__3 ; public final void rule__VariantDefinition__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5423:1: ( rule__VariantDefinition__Group__2__Impl rule__VariantDefinition__Group__3 ) - // InternalDSL.g:5424:2: rule__VariantDefinition__Group__2__Impl rule__VariantDefinition__Group__3 + // InternalDSL.g:5217:1: ( rule__VariantDefinition__Group__2__Impl rule__VariantDefinition__Group__3 ) + // InternalDSL.g:5218:2: rule__VariantDefinition__Group__2__Impl rule__VariantDefinition__Group__3 { pushFollow(FOLLOW_9); rule__VariantDefinition__Group__2__Impl(); @@ -15362,17 +14810,17 @@ public final void rule__VariantDefinition__Group__2() throws RecognitionExceptio // $ANTLR start "rule__VariantDefinition__Group__2__Impl" - // InternalDSL.g:5431:1: rule__VariantDefinition__Group__2__Impl : ( ruleNL ) ; + // InternalDSL.g:5225:1: rule__VariantDefinition__Group__2__Impl : ( ruleNL ) ; public final void rule__VariantDefinition__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5435:1: ( ( ruleNL ) ) - // InternalDSL.g:5436:1: ( ruleNL ) + // InternalDSL.g:5229:1: ( ( ruleNL ) ) + // InternalDSL.g:5230:1: ( ruleNL ) { - // InternalDSL.g:5436:1: ( ruleNL ) - // InternalDSL.g:5437:1: ruleNL + // InternalDSL.g:5230:1: ( ruleNL ) + // InternalDSL.g:5231:1: ruleNL { before(grammarAccess.getVariantDefinitionAccess().getNLParserRuleCall_2()); pushFollow(FOLLOW_2); @@ -15403,14 +14851,14 @@ public final void rule__VariantDefinition__Group__2__Impl() throws RecognitionEx // $ANTLR start "rule__VariantDefinition__Group__3" - // InternalDSL.g:5448:1: rule__VariantDefinition__Group__3 : rule__VariantDefinition__Group__3__Impl rule__VariantDefinition__Group__4 ; + // InternalDSL.g:5242:1: rule__VariantDefinition__Group__3 : rule__VariantDefinition__Group__3__Impl rule__VariantDefinition__Group__4 ; public final void rule__VariantDefinition__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5452:1: ( rule__VariantDefinition__Group__3__Impl rule__VariantDefinition__Group__4 ) - // InternalDSL.g:5453:2: rule__VariantDefinition__Group__3__Impl rule__VariantDefinition__Group__4 + // InternalDSL.g:5246:1: ( rule__VariantDefinition__Group__3__Impl rule__VariantDefinition__Group__4 ) + // InternalDSL.g:5247:2: rule__VariantDefinition__Group__3__Impl rule__VariantDefinition__Group__4 { pushFollow(FOLLOW_4); rule__VariantDefinition__Group__3__Impl(); @@ -15441,21 +14889,21 @@ public final void rule__VariantDefinition__Group__3() throws RecognitionExceptio // $ANTLR start "rule__VariantDefinition__Group__3__Impl" - // InternalDSL.g:5460:1: rule__VariantDefinition__Group__3__Impl : ( ( rule__VariantDefinition__NameAssignment_3 ) ) ; + // InternalDSL.g:5254:1: rule__VariantDefinition__Group__3__Impl : ( ( rule__VariantDefinition__NameAssignment_3 ) ) ; public final void rule__VariantDefinition__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5464:1: ( ( ( rule__VariantDefinition__NameAssignment_3 ) ) ) - // InternalDSL.g:5465:1: ( ( rule__VariantDefinition__NameAssignment_3 ) ) + // InternalDSL.g:5258:1: ( ( ( rule__VariantDefinition__NameAssignment_3 ) ) ) + // InternalDSL.g:5259:1: ( ( rule__VariantDefinition__NameAssignment_3 ) ) { - // InternalDSL.g:5465:1: ( ( rule__VariantDefinition__NameAssignment_3 ) ) - // InternalDSL.g:5466:1: ( rule__VariantDefinition__NameAssignment_3 ) + // InternalDSL.g:5259:1: ( ( rule__VariantDefinition__NameAssignment_3 ) ) + // InternalDSL.g:5260:1: ( rule__VariantDefinition__NameAssignment_3 ) { before(grammarAccess.getVariantDefinitionAccess().getNameAssignment_3()); - // InternalDSL.g:5467:1: ( rule__VariantDefinition__NameAssignment_3 ) - // InternalDSL.g:5467:2: rule__VariantDefinition__NameAssignment_3 + // InternalDSL.g:5261:1: ( rule__VariantDefinition__NameAssignment_3 ) + // InternalDSL.g:5261:2: rule__VariantDefinition__NameAssignment_3 { pushFollow(FOLLOW_2); rule__VariantDefinition__NameAssignment_3(); @@ -15488,14 +14936,14 @@ public final void rule__VariantDefinition__Group__3__Impl() throws RecognitionEx // $ANTLR start "rule__VariantDefinition__Group__4" - // InternalDSL.g:5477:1: rule__VariantDefinition__Group__4 : rule__VariantDefinition__Group__4__Impl rule__VariantDefinition__Group__5 ; + // InternalDSL.g:5271:1: rule__VariantDefinition__Group__4 : rule__VariantDefinition__Group__4__Impl rule__VariantDefinition__Group__5 ; public final void rule__VariantDefinition__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5481:1: ( rule__VariantDefinition__Group__4__Impl rule__VariantDefinition__Group__5 ) - // InternalDSL.g:5482:2: rule__VariantDefinition__Group__4__Impl rule__VariantDefinition__Group__5 + // InternalDSL.g:5275:1: ( rule__VariantDefinition__Group__4__Impl rule__VariantDefinition__Group__5 ) + // InternalDSL.g:5276:2: rule__VariantDefinition__Group__4__Impl rule__VariantDefinition__Group__5 { pushFollow(FOLLOW_19); rule__VariantDefinition__Group__4__Impl(); @@ -15526,17 +14974,17 @@ public final void rule__VariantDefinition__Group__4() throws RecognitionExceptio // $ANTLR start "rule__VariantDefinition__Group__4__Impl" - // InternalDSL.g:5489:1: rule__VariantDefinition__Group__4__Impl : ( ruleNL ) ; + // InternalDSL.g:5283:1: rule__VariantDefinition__Group__4__Impl : ( ruleNL ) ; public final void rule__VariantDefinition__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5493:1: ( ( ruleNL ) ) - // InternalDSL.g:5494:1: ( ruleNL ) + // InternalDSL.g:5287:1: ( ( ruleNL ) ) + // InternalDSL.g:5288:1: ( ruleNL ) { - // InternalDSL.g:5494:1: ( ruleNL ) - // InternalDSL.g:5495:1: ruleNL + // InternalDSL.g:5288:1: ( ruleNL ) + // InternalDSL.g:5289:1: ruleNL { before(grammarAccess.getVariantDefinitionAccess().getNLParserRuleCall_4()); pushFollow(FOLLOW_2); @@ -15567,14 +15015,14 @@ public final void rule__VariantDefinition__Group__4__Impl() throws RecognitionEx // $ANTLR start "rule__VariantDefinition__Group__5" - // InternalDSL.g:5506:1: rule__VariantDefinition__Group__5 : rule__VariantDefinition__Group__5__Impl ; + // InternalDSL.g:5300:1: rule__VariantDefinition__Group__5 : rule__VariantDefinition__Group__5__Impl ; public final void rule__VariantDefinition__Group__5() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5510:1: ( rule__VariantDefinition__Group__5__Impl ) - // InternalDSL.g:5511:2: rule__VariantDefinition__Group__5__Impl + // InternalDSL.g:5304:1: ( rule__VariantDefinition__Group__5__Impl ) + // InternalDSL.g:5305:2: rule__VariantDefinition__Group__5__Impl { pushFollow(FOLLOW_2); rule__VariantDefinition__Group__5__Impl(); @@ -15600,29 +15048,29 @@ public final void rule__VariantDefinition__Group__5() throws RecognitionExceptio // $ANTLR start "rule__VariantDefinition__Group__5__Impl" - // InternalDSL.g:5517:1: rule__VariantDefinition__Group__5__Impl : ( ( rule__VariantDefinition__Group_5__0 )? ) ; + // InternalDSL.g:5311:1: rule__VariantDefinition__Group__5__Impl : ( ( rule__VariantDefinition__Group_5__0 )? ) ; public final void rule__VariantDefinition__Group__5__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5521:1: ( ( ( rule__VariantDefinition__Group_5__0 )? ) ) - // InternalDSL.g:5522:1: ( ( rule__VariantDefinition__Group_5__0 )? ) + // InternalDSL.g:5315:1: ( ( ( rule__VariantDefinition__Group_5__0 )? ) ) + // InternalDSL.g:5316:1: ( ( rule__VariantDefinition__Group_5__0 )? ) { - // InternalDSL.g:5522:1: ( ( rule__VariantDefinition__Group_5__0 )? ) - // InternalDSL.g:5523:1: ( rule__VariantDefinition__Group_5__0 )? + // InternalDSL.g:5316:1: ( ( rule__VariantDefinition__Group_5__0 )? ) + // InternalDSL.g:5317:1: ( rule__VariantDefinition__Group_5__0 )? { before(grammarAccess.getVariantDefinitionAccess().getGroup_5()); - // InternalDSL.g:5524:1: ( rule__VariantDefinition__Group_5__0 )? - int alt39=2; - int LA39_0 = input.LA(1); + // InternalDSL.g:5318:1: ( rule__VariantDefinition__Group_5__0 )? + int alt38=2; + int LA38_0 = input.LA(1); - if ( (LA39_0==RULE_STRING) ) { - alt39=1; + if ( (LA38_0==RULE_STRING) ) { + alt38=1; } - switch (alt39) { + switch (alt38) { case 1 : - // InternalDSL.g:5524:2: rule__VariantDefinition__Group_5__0 + // InternalDSL.g:5318:2: rule__VariantDefinition__Group_5__0 { pushFollow(FOLLOW_2); rule__VariantDefinition__Group_5__0(); @@ -15658,14 +15106,14 @@ public final void rule__VariantDefinition__Group__5__Impl() throws RecognitionEx // $ANTLR start "rule__VariantDefinition__Group_5__0" - // InternalDSL.g:5546:1: rule__VariantDefinition__Group_5__0 : rule__VariantDefinition__Group_5__0__Impl rule__VariantDefinition__Group_5__1 ; + // InternalDSL.g:5340:1: rule__VariantDefinition__Group_5__0 : rule__VariantDefinition__Group_5__0__Impl rule__VariantDefinition__Group_5__1 ; public final void rule__VariantDefinition__Group_5__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5550:1: ( rule__VariantDefinition__Group_5__0__Impl rule__VariantDefinition__Group_5__1 ) - // InternalDSL.g:5551:2: rule__VariantDefinition__Group_5__0__Impl rule__VariantDefinition__Group_5__1 + // InternalDSL.g:5344:1: ( rule__VariantDefinition__Group_5__0__Impl rule__VariantDefinition__Group_5__1 ) + // InternalDSL.g:5345:2: rule__VariantDefinition__Group_5__0__Impl rule__VariantDefinition__Group_5__1 { pushFollow(FOLLOW_4); rule__VariantDefinition__Group_5__0__Impl(); @@ -15696,21 +15144,21 @@ public final void rule__VariantDefinition__Group_5__0() throws RecognitionExcept // $ANTLR start "rule__VariantDefinition__Group_5__0__Impl" - // InternalDSL.g:5558:1: rule__VariantDefinition__Group_5__0__Impl : ( ( rule__VariantDefinition__DescriptionAssignment_5_0 ) ) ; + // InternalDSL.g:5352:1: rule__VariantDefinition__Group_5__0__Impl : ( ( rule__VariantDefinition__DescriptionAssignment_5_0 ) ) ; public final void rule__VariantDefinition__Group_5__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5562:1: ( ( ( rule__VariantDefinition__DescriptionAssignment_5_0 ) ) ) - // InternalDSL.g:5563:1: ( ( rule__VariantDefinition__DescriptionAssignment_5_0 ) ) + // InternalDSL.g:5356:1: ( ( ( rule__VariantDefinition__DescriptionAssignment_5_0 ) ) ) + // InternalDSL.g:5357:1: ( ( rule__VariantDefinition__DescriptionAssignment_5_0 ) ) { - // InternalDSL.g:5563:1: ( ( rule__VariantDefinition__DescriptionAssignment_5_0 ) ) - // InternalDSL.g:5564:1: ( rule__VariantDefinition__DescriptionAssignment_5_0 ) + // InternalDSL.g:5357:1: ( ( rule__VariantDefinition__DescriptionAssignment_5_0 ) ) + // InternalDSL.g:5358:1: ( rule__VariantDefinition__DescriptionAssignment_5_0 ) { before(grammarAccess.getVariantDefinitionAccess().getDescriptionAssignment_5_0()); - // InternalDSL.g:5565:1: ( rule__VariantDefinition__DescriptionAssignment_5_0 ) - // InternalDSL.g:5565:2: rule__VariantDefinition__DescriptionAssignment_5_0 + // InternalDSL.g:5359:1: ( rule__VariantDefinition__DescriptionAssignment_5_0 ) + // InternalDSL.g:5359:2: rule__VariantDefinition__DescriptionAssignment_5_0 { pushFollow(FOLLOW_2); rule__VariantDefinition__DescriptionAssignment_5_0(); @@ -15743,14 +15191,14 @@ public final void rule__VariantDefinition__Group_5__0__Impl() throws Recognition // $ANTLR start "rule__VariantDefinition__Group_5__1" - // InternalDSL.g:5575:1: rule__VariantDefinition__Group_5__1 : rule__VariantDefinition__Group_5__1__Impl ; + // InternalDSL.g:5369:1: rule__VariantDefinition__Group_5__1 : rule__VariantDefinition__Group_5__1__Impl ; public final void rule__VariantDefinition__Group_5__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5579:1: ( rule__VariantDefinition__Group_5__1__Impl ) - // InternalDSL.g:5580:2: rule__VariantDefinition__Group_5__1__Impl + // InternalDSL.g:5373:1: ( rule__VariantDefinition__Group_5__1__Impl ) + // InternalDSL.g:5374:2: rule__VariantDefinition__Group_5__1__Impl { pushFollow(FOLLOW_2); rule__VariantDefinition__Group_5__1__Impl(); @@ -15776,17 +15224,17 @@ public final void rule__VariantDefinition__Group_5__1() throws RecognitionExcept // $ANTLR start "rule__VariantDefinition__Group_5__1__Impl" - // InternalDSL.g:5586:1: rule__VariantDefinition__Group_5__1__Impl : ( ruleNL ) ; + // InternalDSL.g:5380:1: rule__VariantDefinition__Group_5__1__Impl : ( ruleNL ) ; public final void rule__VariantDefinition__Group_5__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5590:1: ( ( ruleNL ) ) - // InternalDSL.g:5591:1: ( ruleNL ) + // InternalDSL.g:5384:1: ( ( ruleNL ) ) + // InternalDSL.g:5385:1: ( ruleNL ) { - // InternalDSL.g:5591:1: ( ruleNL ) - // InternalDSL.g:5592:1: ruleNL + // InternalDSL.g:5385:1: ( ruleNL ) + // InternalDSL.g:5386:1: ruleNL { before(grammarAccess.getVariantDefinitionAccess().getNLParserRuleCall_5_1()); pushFollow(FOLLOW_2); @@ -15817,14 +15265,14 @@ public final void rule__VariantDefinition__Group_5__1__Impl() throws Recognition // $ANTLR start "rule__TestDefinition__Group__0" - // InternalDSL.g:5607:1: rule__TestDefinition__Group__0 : rule__TestDefinition__Group__0__Impl rule__TestDefinition__Group__1 ; + // InternalDSL.g:5401:1: rule__TestDefinition__Group__0 : rule__TestDefinition__Group__0__Impl rule__TestDefinition__Group__1 ; public final void rule__TestDefinition__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5611:1: ( rule__TestDefinition__Group__0__Impl rule__TestDefinition__Group__1 ) - // InternalDSL.g:5612:2: rule__TestDefinition__Group__0__Impl rule__TestDefinition__Group__1 + // InternalDSL.g:5405:1: ( rule__TestDefinition__Group__0__Impl rule__TestDefinition__Group__1 ) + // InternalDSL.g:5406:2: rule__TestDefinition__Group__0__Impl rule__TestDefinition__Group__1 { pushFollow(FOLLOW_20); rule__TestDefinition__Group__0__Impl(); @@ -15855,29 +15303,29 @@ public final void rule__TestDefinition__Group__0() throws RecognitionException { // $ANTLR start "rule__TestDefinition__Group__0__Impl" - // InternalDSL.g:5619:1: rule__TestDefinition__Group__0__Impl : ( ( rule__TestDefinition__DocumentationAssignment_0 )? ) ; + // InternalDSL.g:5413:1: rule__TestDefinition__Group__0__Impl : ( ( rule__TestDefinition__DocumentationAssignment_0 )? ) ; public final void rule__TestDefinition__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5623:1: ( ( ( rule__TestDefinition__DocumentationAssignment_0 )? ) ) - // InternalDSL.g:5624:1: ( ( rule__TestDefinition__DocumentationAssignment_0 )? ) + // InternalDSL.g:5417:1: ( ( ( rule__TestDefinition__DocumentationAssignment_0 )? ) ) + // InternalDSL.g:5418:1: ( ( rule__TestDefinition__DocumentationAssignment_0 )? ) { - // InternalDSL.g:5624:1: ( ( rule__TestDefinition__DocumentationAssignment_0 )? ) - // InternalDSL.g:5625:1: ( rule__TestDefinition__DocumentationAssignment_0 )? + // InternalDSL.g:5418:1: ( ( rule__TestDefinition__DocumentationAssignment_0 )? ) + // InternalDSL.g:5419:1: ( rule__TestDefinition__DocumentationAssignment_0 )? { before(grammarAccess.getTestDefinitionAccess().getDocumentationAssignment_0()); - // InternalDSL.g:5626:1: ( rule__TestDefinition__DocumentationAssignment_0 )? - int alt40=2; - int LA40_0 = input.LA(1); + // InternalDSL.g:5420:1: ( rule__TestDefinition__DocumentationAssignment_0 )? + int alt39=2; + int LA39_0 = input.LA(1); - if ( (LA40_0==RULE_ML_DOC_COMMENT) ) { - alt40=1; + if ( (LA39_0==RULE_ML_DOC_COMMENT) ) { + alt39=1; } - switch (alt40) { + switch (alt39) { case 1 : - // InternalDSL.g:5626:2: rule__TestDefinition__DocumentationAssignment_0 + // InternalDSL.g:5420:2: rule__TestDefinition__DocumentationAssignment_0 { pushFollow(FOLLOW_2); rule__TestDefinition__DocumentationAssignment_0(); @@ -15913,14 +15361,14 @@ public final void rule__TestDefinition__Group__0__Impl() throws RecognitionExcep // $ANTLR start "rule__TestDefinition__Group__1" - // InternalDSL.g:5636:1: rule__TestDefinition__Group__1 : rule__TestDefinition__Group__1__Impl rule__TestDefinition__Group__2 ; + // InternalDSL.g:5430:1: rule__TestDefinition__Group__1 : rule__TestDefinition__Group__1__Impl rule__TestDefinition__Group__2 ; public final void rule__TestDefinition__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5640:1: ( rule__TestDefinition__Group__1__Impl rule__TestDefinition__Group__2 ) - // InternalDSL.g:5641:2: rule__TestDefinition__Group__1__Impl rule__TestDefinition__Group__2 + // InternalDSL.g:5434:1: ( rule__TestDefinition__Group__1__Impl rule__TestDefinition__Group__2 ) + // InternalDSL.g:5435:2: rule__TestDefinition__Group__1__Impl rule__TestDefinition__Group__2 { pushFollow(FOLLOW_4); rule__TestDefinition__Group__1__Impl(); @@ -15951,20 +15399,20 @@ public final void rule__TestDefinition__Group__1() throws RecognitionException { // $ANTLR start "rule__TestDefinition__Group__1__Impl" - // InternalDSL.g:5648:1: rule__TestDefinition__Group__1__Impl : ( 'testdef' ) ; + // InternalDSL.g:5442:1: rule__TestDefinition__Group__1__Impl : ( 'testdef' ) ; public final void rule__TestDefinition__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5652:1: ( ( 'testdef' ) ) - // InternalDSL.g:5653:1: ( 'testdef' ) + // InternalDSL.g:5446:1: ( ( 'testdef' ) ) + // InternalDSL.g:5447:1: ( 'testdef' ) { - // InternalDSL.g:5653:1: ( 'testdef' ) - // InternalDSL.g:5654:1: 'testdef' + // InternalDSL.g:5447:1: ( 'testdef' ) + // InternalDSL.g:5448:1: 'testdef' { before(grammarAccess.getTestDefinitionAccess().getTestdefKeyword_1()); - match(input,65,FOLLOW_2); + match(input,45,FOLLOW_2); after(grammarAccess.getTestDefinitionAccess().getTestdefKeyword_1()); } @@ -15988,14 +15436,14 @@ public final void rule__TestDefinition__Group__1__Impl() throws RecognitionExcep // $ANTLR start "rule__TestDefinition__Group__2" - // InternalDSL.g:5667:1: rule__TestDefinition__Group__2 : rule__TestDefinition__Group__2__Impl rule__TestDefinition__Group__3 ; + // InternalDSL.g:5461:1: rule__TestDefinition__Group__2 : rule__TestDefinition__Group__2__Impl rule__TestDefinition__Group__3 ; public final void rule__TestDefinition__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5671:1: ( rule__TestDefinition__Group__2__Impl rule__TestDefinition__Group__3 ) - // InternalDSL.g:5672:2: rule__TestDefinition__Group__2__Impl rule__TestDefinition__Group__3 + // InternalDSL.g:5465:1: ( rule__TestDefinition__Group__2__Impl rule__TestDefinition__Group__3 ) + // InternalDSL.g:5466:2: rule__TestDefinition__Group__2__Impl rule__TestDefinition__Group__3 { pushFollow(FOLLOW_9); rule__TestDefinition__Group__2__Impl(); @@ -16026,17 +15474,17 @@ public final void rule__TestDefinition__Group__2() throws RecognitionException { // $ANTLR start "rule__TestDefinition__Group__2__Impl" - // InternalDSL.g:5679:1: rule__TestDefinition__Group__2__Impl : ( ruleNL ) ; + // InternalDSL.g:5473:1: rule__TestDefinition__Group__2__Impl : ( ruleNL ) ; public final void rule__TestDefinition__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5683:1: ( ( ruleNL ) ) - // InternalDSL.g:5684:1: ( ruleNL ) + // InternalDSL.g:5477:1: ( ( ruleNL ) ) + // InternalDSL.g:5478:1: ( ruleNL ) { - // InternalDSL.g:5684:1: ( ruleNL ) - // InternalDSL.g:5685:1: ruleNL + // InternalDSL.g:5478:1: ( ruleNL ) + // InternalDSL.g:5479:1: ruleNL { before(grammarAccess.getTestDefinitionAccess().getNLParserRuleCall_2()); pushFollow(FOLLOW_2); @@ -16067,14 +15515,14 @@ public final void rule__TestDefinition__Group__2__Impl() throws RecognitionExcep // $ANTLR start "rule__TestDefinition__Group__3" - // InternalDSL.g:5696:1: rule__TestDefinition__Group__3 : rule__TestDefinition__Group__3__Impl rule__TestDefinition__Group__4 ; + // InternalDSL.g:5490:1: rule__TestDefinition__Group__3 : rule__TestDefinition__Group__3__Impl rule__TestDefinition__Group__4 ; public final void rule__TestDefinition__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5700:1: ( rule__TestDefinition__Group__3__Impl rule__TestDefinition__Group__4 ) - // InternalDSL.g:5701:2: rule__TestDefinition__Group__3__Impl rule__TestDefinition__Group__4 + // InternalDSL.g:5494:1: ( rule__TestDefinition__Group__3__Impl rule__TestDefinition__Group__4 ) + // InternalDSL.g:5495:2: rule__TestDefinition__Group__3__Impl rule__TestDefinition__Group__4 { pushFollow(FOLLOW_4); rule__TestDefinition__Group__3__Impl(); @@ -16105,21 +15553,21 @@ public final void rule__TestDefinition__Group__3() throws RecognitionException { // $ANTLR start "rule__TestDefinition__Group__3__Impl" - // InternalDSL.g:5708:1: rule__TestDefinition__Group__3__Impl : ( ( rule__TestDefinition__NameAssignment_3 ) ) ; + // InternalDSL.g:5502:1: rule__TestDefinition__Group__3__Impl : ( ( rule__TestDefinition__NameAssignment_3 ) ) ; public final void rule__TestDefinition__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5712:1: ( ( ( rule__TestDefinition__NameAssignment_3 ) ) ) - // InternalDSL.g:5713:1: ( ( rule__TestDefinition__NameAssignment_3 ) ) + // InternalDSL.g:5506:1: ( ( ( rule__TestDefinition__NameAssignment_3 ) ) ) + // InternalDSL.g:5507:1: ( ( rule__TestDefinition__NameAssignment_3 ) ) { - // InternalDSL.g:5713:1: ( ( rule__TestDefinition__NameAssignment_3 ) ) - // InternalDSL.g:5714:1: ( rule__TestDefinition__NameAssignment_3 ) + // InternalDSL.g:5507:1: ( ( rule__TestDefinition__NameAssignment_3 ) ) + // InternalDSL.g:5508:1: ( rule__TestDefinition__NameAssignment_3 ) { before(grammarAccess.getTestDefinitionAccess().getNameAssignment_3()); - // InternalDSL.g:5715:1: ( rule__TestDefinition__NameAssignment_3 ) - // InternalDSL.g:5715:2: rule__TestDefinition__NameAssignment_3 + // InternalDSL.g:5509:1: ( rule__TestDefinition__NameAssignment_3 ) + // InternalDSL.g:5509:2: rule__TestDefinition__NameAssignment_3 { pushFollow(FOLLOW_2); rule__TestDefinition__NameAssignment_3(); @@ -16152,14 +15600,14 @@ public final void rule__TestDefinition__Group__3__Impl() throws RecognitionExcep // $ANTLR start "rule__TestDefinition__Group__4" - // InternalDSL.g:5725:1: rule__TestDefinition__Group__4 : rule__TestDefinition__Group__4__Impl rule__TestDefinition__Group__5 ; + // InternalDSL.g:5519:1: rule__TestDefinition__Group__4 : rule__TestDefinition__Group__4__Impl rule__TestDefinition__Group__5 ; public final void rule__TestDefinition__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5729:1: ( rule__TestDefinition__Group__4__Impl rule__TestDefinition__Group__5 ) - // InternalDSL.g:5730:2: rule__TestDefinition__Group__4__Impl rule__TestDefinition__Group__5 + // InternalDSL.g:5523:1: ( rule__TestDefinition__Group__4__Impl rule__TestDefinition__Group__5 ) + // InternalDSL.g:5524:2: rule__TestDefinition__Group__4__Impl rule__TestDefinition__Group__5 { pushFollow(FOLLOW_21); rule__TestDefinition__Group__4__Impl(); @@ -16190,17 +15638,17 @@ public final void rule__TestDefinition__Group__4() throws RecognitionException { // $ANTLR start "rule__TestDefinition__Group__4__Impl" - // InternalDSL.g:5737:1: rule__TestDefinition__Group__4__Impl : ( ruleNL ) ; + // InternalDSL.g:5531:1: rule__TestDefinition__Group__4__Impl : ( ruleNL ) ; public final void rule__TestDefinition__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5741:1: ( ( ruleNL ) ) - // InternalDSL.g:5742:1: ( ruleNL ) + // InternalDSL.g:5535:1: ( ( ruleNL ) ) + // InternalDSL.g:5536:1: ( ruleNL ) { - // InternalDSL.g:5742:1: ( ruleNL ) - // InternalDSL.g:5743:1: ruleNL + // InternalDSL.g:5536:1: ( ruleNL ) + // InternalDSL.g:5537:1: ruleNL { before(grammarAccess.getTestDefinitionAccess().getNLParserRuleCall_4()); pushFollow(FOLLOW_2); @@ -16231,14 +15679,14 @@ public final void rule__TestDefinition__Group__4__Impl() throws RecognitionExcep // $ANTLR start "rule__TestDefinition__Group__5" - // InternalDSL.g:5754:1: rule__TestDefinition__Group__5 : rule__TestDefinition__Group__5__Impl rule__TestDefinition__Group__6 ; + // InternalDSL.g:5548:1: rule__TestDefinition__Group__5 : rule__TestDefinition__Group__5__Impl rule__TestDefinition__Group__6 ; public final void rule__TestDefinition__Group__5() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5758:1: ( rule__TestDefinition__Group__5__Impl rule__TestDefinition__Group__6 ) - // InternalDSL.g:5759:2: rule__TestDefinition__Group__5__Impl rule__TestDefinition__Group__6 + // InternalDSL.g:5552:1: ( rule__TestDefinition__Group__5__Impl rule__TestDefinition__Group__6 ) + // InternalDSL.g:5553:2: rule__TestDefinition__Group__5__Impl rule__TestDefinition__Group__6 { pushFollow(FOLLOW_4); rule__TestDefinition__Group__5__Impl(); @@ -16269,20 +15717,20 @@ public final void rule__TestDefinition__Group__5() throws RecognitionException { // $ANTLR start "rule__TestDefinition__Group__5__Impl" - // InternalDSL.g:5766:1: rule__TestDefinition__Group__5__Impl : ( 'uses' ) ; + // InternalDSL.g:5560:1: rule__TestDefinition__Group__5__Impl : ( 'uses' ) ; public final void rule__TestDefinition__Group__5__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5770:1: ( ( 'uses' ) ) - // InternalDSL.g:5771:1: ( 'uses' ) + // InternalDSL.g:5564:1: ( ( 'uses' ) ) + // InternalDSL.g:5565:1: ( 'uses' ) { - // InternalDSL.g:5771:1: ( 'uses' ) - // InternalDSL.g:5772:1: 'uses' + // InternalDSL.g:5565:1: ( 'uses' ) + // InternalDSL.g:5566:1: 'uses' { before(grammarAccess.getTestDefinitionAccess().getUsesKeyword_5()); - match(input,61,FOLLOW_2); + match(input,41,FOLLOW_2); after(grammarAccess.getTestDefinitionAccess().getUsesKeyword_5()); } @@ -16306,14 +15754,14 @@ public final void rule__TestDefinition__Group__5__Impl() throws RecognitionExcep // $ANTLR start "rule__TestDefinition__Group__6" - // InternalDSL.g:5785:1: rule__TestDefinition__Group__6 : rule__TestDefinition__Group__6__Impl rule__TestDefinition__Group__7 ; + // InternalDSL.g:5579:1: rule__TestDefinition__Group__6 : rule__TestDefinition__Group__6__Impl rule__TestDefinition__Group__7 ; public final void rule__TestDefinition__Group__6() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5789:1: ( rule__TestDefinition__Group__6__Impl rule__TestDefinition__Group__7 ) - // InternalDSL.g:5790:2: rule__TestDefinition__Group__6__Impl rule__TestDefinition__Group__7 + // InternalDSL.g:5583:1: ( rule__TestDefinition__Group__6__Impl rule__TestDefinition__Group__7 ) + // InternalDSL.g:5584:2: rule__TestDefinition__Group__6__Impl rule__TestDefinition__Group__7 { pushFollow(FOLLOW_9); rule__TestDefinition__Group__6__Impl(); @@ -16344,17 +15792,17 @@ public final void rule__TestDefinition__Group__6() throws RecognitionException { // $ANTLR start "rule__TestDefinition__Group__6__Impl" - // InternalDSL.g:5797:1: rule__TestDefinition__Group__6__Impl : ( ruleNL ) ; + // InternalDSL.g:5591:1: rule__TestDefinition__Group__6__Impl : ( ruleNL ) ; public final void rule__TestDefinition__Group__6__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5801:1: ( ( ruleNL ) ) - // InternalDSL.g:5802:1: ( ruleNL ) + // InternalDSL.g:5595:1: ( ( ruleNL ) ) + // InternalDSL.g:5596:1: ( ruleNL ) { - // InternalDSL.g:5802:1: ( ruleNL ) - // InternalDSL.g:5803:1: ruleNL + // InternalDSL.g:5596:1: ( ruleNL ) + // InternalDSL.g:5597:1: ruleNL { before(grammarAccess.getTestDefinitionAccess().getNLParserRuleCall_6()); pushFollow(FOLLOW_2); @@ -16385,14 +15833,14 @@ public final void rule__TestDefinition__Group__6__Impl() throws RecognitionExcep // $ANTLR start "rule__TestDefinition__Group__7" - // InternalDSL.g:5814:1: rule__TestDefinition__Group__7 : rule__TestDefinition__Group__7__Impl rule__TestDefinition__Group__8 ; + // InternalDSL.g:5608:1: rule__TestDefinition__Group__7 : rule__TestDefinition__Group__7__Impl rule__TestDefinition__Group__8 ; public final void rule__TestDefinition__Group__7() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5818:1: ( rule__TestDefinition__Group__7__Impl rule__TestDefinition__Group__8 ) - // InternalDSL.g:5819:2: rule__TestDefinition__Group__7__Impl rule__TestDefinition__Group__8 + // InternalDSL.g:5612:1: ( rule__TestDefinition__Group__7__Impl rule__TestDefinition__Group__8 ) + // InternalDSL.g:5613:2: rule__TestDefinition__Group__7__Impl rule__TestDefinition__Group__8 { pushFollow(FOLLOW_4); rule__TestDefinition__Group__7__Impl(); @@ -16423,21 +15871,21 @@ public final void rule__TestDefinition__Group__7() throws RecognitionException { // $ANTLR start "rule__TestDefinition__Group__7__Impl" - // InternalDSL.g:5826:1: rule__TestDefinition__Group__7__Impl : ( ( rule__TestDefinition__FixtureMethodAssignment_7 ) ) ; + // InternalDSL.g:5620:1: rule__TestDefinition__Group__7__Impl : ( ( rule__TestDefinition__FixtureMethodAssignment_7 ) ) ; public final void rule__TestDefinition__Group__7__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5830:1: ( ( ( rule__TestDefinition__FixtureMethodAssignment_7 ) ) ) - // InternalDSL.g:5831:1: ( ( rule__TestDefinition__FixtureMethodAssignment_7 ) ) + // InternalDSL.g:5624:1: ( ( ( rule__TestDefinition__FixtureMethodAssignment_7 ) ) ) + // InternalDSL.g:5625:1: ( ( rule__TestDefinition__FixtureMethodAssignment_7 ) ) { - // InternalDSL.g:5831:1: ( ( rule__TestDefinition__FixtureMethodAssignment_7 ) ) - // InternalDSL.g:5832:1: ( rule__TestDefinition__FixtureMethodAssignment_7 ) + // InternalDSL.g:5625:1: ( ( rule__TestDefinition__FixtureMethodAssignment_7 ) ) + // InternalDSL.g:5626:1: ( rule__TestDefinition__FixtureMethodAssignment_7 ) { before(grammarAccess.getTestDefinitionAccess().getFixtureMethodAssignment_7()); - // InternalDSL.g:5833:1: ( rule__TestDefinition__FixtureMethodAssignment_7 ) - // InternalDSL.g:5833:2: rule__TestDefinition__FixtureMethodAssignment_7 + // InternalDSL.g:5627:1: ( rule__TestDefinition__FixtureMethodAssignment_7 ) + // InternalDSL.g:5627:2: rule__TestDefinition__FixtureMethodAssignment_7 { pushFollow(FOLLOW_2); rule__TestDefinition__FixtureMethodAssignment_7(); @@ -16470,14 +15918,14 @@ public final void rule__TestDefinition__Group__7__Impl() throws RecognitionExcep // $ANTLR start "rule__TestDefinition__Group__8" - // InternalDSL.g:5843:1: rule__TestDefinition__Group__8 : rule__TestDefinition__Group__8__Impl ; + // InternalDSL.g:5637:1: rule__TestDefinition__Group__8 : rule__TestDefinition__Group__8__Impl ; public final void rule__TestDefinition__Group__8() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5847:1: ( rule__TestDefinition__Group__8__Impl ) - // InternalDSL.g:5848:2: rule__TestDefinition__Group__8__Impl + // InternalDSL.g:5641:1: ( rule__TestDefinition__Group__8__Impl ) + // InternalDSL.g:5642:2: rule__TestDefinition__Group__8__Impl { pushFollow(FOLLOW_2); rule__TestDefinition__Group__8__Impl(); @@ -16503,17 +15951,17 @@ public final void rule__TestDefinition__Group__8() throws RecognitionException { // $ANTLR start "rule__TestDefinition__Group__8__Impl" - // InternalDSL.g:5854:1: rule__TestDefinition__Group__8__Impl : ( ruleNL ) ; + // InternalDSL.g:5648:1: rule__TestDefinition__Group__8__Impl : ( ruleNL ) ; public final void rule__TestDefinition__Group__8__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5858:1: ( ( ruleNL ) ) - // InternalDSL.g:5859:1: ( ruleNL ) + // InternalDSL.g:5652:1: ( ( ruleNL ) ) + // InternalDSL.g:5653:1: ( ruleNL ) { - // InternalDSL.g:5859:1: ( ruleNL ) - // InternalDSL.g:5860:1: ruleNL + // InternalDSL.g:5653:1: ( ruleNL ) + // InternalDSL.g:5654:1: ruleNL { before(grammarAccess.getTestDefinitionAccess().getNLParserRuleCall_8()); pushFollow(FOLLOW_2); @@ -16544,14 +15992,14 @@ public final void rule__TestDefinition__Group__8__Impl() throws RecognitionExcep // $ANTLR start "rule__CallDefinition__Group__0" - // InternalDSL.g:5889:1: rule__CallDefinition__Group__0 : rule__CallDefinition__Group__0__Impl rule__CallDefinition__Group__1 ; + // InternalDSL.g:5683:1: rule__CallDefinition__Group__0 : rule__CallDefinition__Group__0__Impl rule__CallDefinition__Group__1 ; public final void rule__CallDefinition__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5893:1: ( rule__CallDefinition__Group__0__Impl rule__CallDefinition__Group__1 ) - // InternalDSL.g:5894:2: rule__CallDefinition__Group__0__Impl rule__CallDefinition__Group__1 + // InternalDSL.g:5687:1: ( rule__CallDefinition__Group__0__Impl rule__CallDefinition__Group__1 ) + // InternalDSL.g:5688:2: rule__CallDefinition__Group__0__Impl rule__CallDefinition__Group__1 { pushFollow(FOLLOW_22); rule__CallDefinition__Group__0__Impl(); @@ -16582,29 +16030,29 @@ public final void rule__CallDefinition__Group__0() throws RecognitionException { // $ANTLR start "rule__CallDefinition__Group__0__Impl" - // InternalDSL.g:5901:1: rule__CallDefinition__Group__0__Impl : ( ( rule__CallDefinition__DocumentationAssignment_0 )? ) ; + // InternalDSL.g:5695:1: rule__CallDefinition__Group__0__Impl : ( ( rule__CallDefinition__DocumentationAssignment_0 )? ) ; public final void rule__CallDefinition__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5905:1: ( ( ( rule__CallDefinition__DocumentationAssignment_0 )? ) ) - // InternalDSL.g:5906:1: ( ( rule__CallDefinition__DocumentationAssignment_0 )? ) + // InternalDSL.g:5699:1: ( ( ( rule__CallDefinition__DocumentationAssignment_0 )? ) ) + // InternalDSL.g:5700:1: ( ( rule__CallDefinition__DocumentationAssignment_0 )? ) { - // InternalDSL.g:5906:1: ( ( rule__CallDefinition__DocumentationAssignment_0 )? ) - // InternalDSL.g:5907:1: ( rule__CallDefinition__DocumentationAssignment_0 )? + // InternalDSL.g:5700:1: ( ( rule__CallDefinition__DocumentationAssignment_0 )? ) + // InternalDSL.g:5701:1: ( rule__CallDefinition__DocumentationAssignment_0 )? { before(grammarAccess.getCallDefinitionAccess().getDocumentationAssignment_0()); - // InternalDSL.g:5908:1: ( rule__CallDefinition__DocumentationAssignment_0 )? - int alt41=2; - int LA41_0 = input.LA(1); + // InternalDSL.g:5702:1: ( rule__CallDefinition__DocumentationAssignment_0 )? + int alt40=2; + int LA40_0 = input.LA(1); - if ( (LA41_0==RULE_ML_DOC_COMMENT) ) { - alt41=1; + if ( (LA40_0==RULE_ML_DOC_COMMENT) ) { + alt40=1; } - switch (alt41) { + switch (alt40) { case 1 : - // InternalDSL.g:5908:2: rule__CallDefinition__DocumentationAssignment_0 + // InternalDSL.g:5702:2: rule__CallDefinition__DocumentationAssignment_0 { pushFollow(FOLLOW_2); rule__CallDefinition__DocumentationAssignment_0(); @@ -16640,14 +16088,14 @@ public final void rule__CallDefinition__Group__0__Impl() throws RecognitionExcep // $ANTLR start "rule__CallDefinition__Group__1" - // InternalDSL.g:5918:1: rule__CallDefinition__Group__1 : rule__CallDefinition__Group__1__Impl rule__CallDefinition__Group__2 ; + // InternalDSL.g:5712:1: rule__CallDefinition__Group__1 : rule__CallDefinition__Group__1__Impl rule__CallDefinition__Group__2 ; public final void rule__CallDefinition__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5922:1: ( rule__CallDefinition__Group__1__Impl rule__CallDefinition__Group__2 ) - // InternalDSL.g:5923:2: rule__CallDefinition__Group__1__Impl rule__CallDefinition__Group__2 + // InternalDSL.g:5716:1: ( rule__CallDefinition__Group__1__Impl rule__CallDefinition__Group__2 ) + // InternalDSL.g:5717:2: rule__CallDefinition__Group__1__Impl rule__CallDefinition__Group__2 { pushFollow(FOLLOW_4); rule__CallDefinition__Group__1__Impl(); @@ -16678,20 +16126,20 @@ public final void rule__CallDefinition__Group__1() throws RecognitionException { // $ANTLR start "rule__CallDefinition__Group__1__Impl" - // InternalDSL.g:5930:1: rule__CallDefinition__Group__1__Impl : ( 'calldef' ) ; + // InternalDSL.g:5724:1: rule__CallDefinition__Group__1__Impl : ( 'calldef' ) ; public final void rule__CallDefinition__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5934:1: ( ( 'calldef' ) ) - // InternalDSL.g:5935:1: ( 'calldef' ) + // InternalDSL.g:5728:1: ( ( 'calldef' ) ) + // InternalDSL.g:5729:1: ( 'calldef' ) { - // InternalDSL.g:5935:1: ( 'calldef' ) - // InternalDSL.g:5936:1: 'calldef' + // InternalDSL.g:5729:1: ( 'calldef' ) + // InternalDSL.g:5730:1: 'calldef' { before(grammarAccess.getCallDefinitionAccess().getCalldefKeyword_1()); - match(input,66,FOLLOW_2); + match(input,46,FOLLOW_2); after(grammarAccess.getCallDefinitionAccess().getCalldefKeyword_1()); } @@ -16715,14 +16163,14 @@ public final void rule__CallDefinition__Group__1__Impl() throws RecognitionExcep // $ANTLR start "rule__CallDefinition__Group__2" - // InternalDSL.g:5949:1: rule__CallDefinition__Group__2 : rule__CallDefinition__Group__2__Impl rule__CallDefinition__Group__3 ; + // InternalDSL.g:5743:1: rule__CallDefinition__Group__2 : rule__CallDefinition__Group__2__Impl rule__CallDefinition__Group__3 ; public final void rule__CallDefinition__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5953:1: ( rule__CallDefinition__Group__2__Impl rule__CallDefinition__Group__3 ) - // InternalDSL.g:5954:2: rule__CallDefinition__Group__2__Impl rule__CallDefinition__Group__3 + // InternalDSL.g:5747:1: ( rule__CallDefinition__Group__2__Impl rule__CallDefinition__Group__3 ) + // InternalDSL.g:5748:2: rule__CallDefinition__Group__2__Impl rule__CallDefinition__Group__3 { pushFollow(FOLLOW_9); rule__CallDefinition__Group__2__Impl(); @@ -16753,17 +16201,17 @@ public final void rule__CallDefinition__Group__2() throws RecognitionException { // $ANTLR start "rule__CallDefinition__Group__2__Impl" - // InternalDSL.g:5961:1: rule__CallDefinition__Group__2__Impl : ( ruleNL ) ; + // InternalDSL.g:5755:1: rule__CallDefinition__Group__2__Impl : ( ruleNL ) ; public final void rule__CallDefinition__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5965:1: ( ( ruleNL ) ) - // InternalDSL.g:5966:1: ( ruleNL ) + // InternalDSL.g:5759:1: ( ( ruleNL ) ) + // InternalDSL.g:5760:1: ( ruleNL ) { - // InternalDSL.g:5966:1: ( ruleNL ) - // InternalDSL.g:5967:1: ruleNL + // InternalDSL.g:5760:1: ( ruleNL ) + // InternalDSL.g:5761:1: ruleNL { before(grammarAccess.getCallDefinitionAccess().getNLParserRuleCall_2()); pushFollow(FOLLOW_2); @@ -16794,14 +16242,14 @@ public final void rule__CallDefinition__Group__2__Impl() throws RecognitionExcep // $ANTLR start "rule__CallDefinition__Group__3" - // InternalDSL.g:5978:1: rule__CallDefinition__Group__3 : rule__CallDefinition__Group__3__Impl rule__CallDefinition__Group__4 ; + // InternalDSL.g:5772:1: rule__CallDefinition__Group__3 : rule__CallDefinition__Group__3__Impl rule__CallDefinition__Group__4 ; public final void rule__CallDefinition__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5982:1: ( rule__CallDefinition__Group__3__Impl rule__CallDefinition__Group__4 ) - // InternalDSL.g:5983:2: rule__CallDefinition__Group__3__Impl rule__CallDefinition__Group__4 + // InternalDSL.g:5776:1: ( rule__CallDefinition__Group__3__Impl rule__CallDefinition__Group__4 ) + // InternalDSL.g:5777:2: rule__CallDefinition__Group__3__Impl rule__CallDefinition__Group__4 { pushFollow(FOLLOW_4); rule__CallDefinition__Group__3__Impl(); @@ -16832,21 +16280,21 @@ public final void rule__CallDefinition__Group__3() throws RecognitionException { // $ANTLR start "rule__CallDefinition__Group__3__Impl" - // InternalDSL.g:5990:1: rule__CallDefinition__Group__3__Impl : ( ( rule__CallDefinition__NameAssignment_3 ) ) ; + // InternalDSL.g:5784:1: rule__CallDefinition__Group__3__Impl : ( ( rule__CallDefinition__NameAssignment_3 ) ) ; public final void rule__CallDefinition__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:5994:1: ( ( ( rule__CallDefinition__NameAssignment_3 ) ) ) - // InternalDSL.g:5995:1: ( ( rule__CallDefinition__NameAssignment_3 ) ) + // InternalDSL.g:5788:1: ( ( ( rule__CallDefinition__NameAssignment_3 ) ) ) + // InternalDSL.g:5789:1: ( ( rule__CallDefinition__NameAssignment_3 ) ) { - // InternalDSL.g:5995:1: ( ( rule__CallDefinition__NameAssignment_3 ) ) - // InternalDSL.g:5996:1: ( rule__CallDefinition__NameAssignment_3 ) + // InternalDSL.g:5789:1: ( ( rule__CallDefinition__NameAssignment_3 ) ) + // InternalDSL.g:5790:1: ( rule__CallDefinition__NameAssignment_3 ) { before(grammarAccess.getCallDefinitionAccess().getNameAssignment_3()); - // InternalDSL.g:5997:1: ( rule__CallDefinition__NameAssignment_3 ) - // InternalDSL.g:5997:2: rule__CallDefinition__NameAssignment_3 + // InternalDSL.g:5791:1: ( rule__CallDefinition__NameAssignment_3 ) + // InternalDSL.g:5791:2: rule__CallDefinition__NameAssignment_3 { pushFollow(FOLLOW_2); rule__CallDefinition__NameAssignment_3(); @@ -16879,14 +16327,14 @@ public final void rule__CallDefinition__Group__3__Impl() throws RecognitionExcep // $ANTLR start "rule__CallDefinition__Group__4" - // InternalDSL.g:6007:1: rule__CallDefinition__Group__4 : rule__CallDefinition__Group__4__Impl rule__CallDefinition__Group__5 ; + // InternalDSL.g:5801:1: rule__CallDefinition__Group__4 : rule__CallDefinition__Group__4__Impl rule__CallDefinition__Group__5 ; public final void rule__CallDefinition__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6011:1: ( rule__CallDefinition__Group__4__Impl rule__CallDefinition__Group__5 ) - // InternalDSL.g:6012:2: rule__CallDefinition__Group__4__Impl rule__CallDefinition__Group__5 + // InternalDSL.g:5805:1: ( rule__CallDefinition__Group__4__Impl rule__CallDefinition__Group__5 ) + // InternalDSL.g:5806:2: rule__CallDefinition__Group__4__Impl rule__CallDefinition__Group__5 { pushFollow(FOLLOW_21); rule__CallDefinition__Group__4__Impl(); @@ -16917,17 +16365,17 @@ public final void rule__CallDefinition__Group__4() throws RecognitionException { // $ANTLR start "rule__CallDefinition__Group__4__Impl" - // InternalDSL.g:6019:1: rule__CallDefinition__Group__4__Impl : ( ruleNL ) ; + // InternalDSL.g:5813:1: rule__CallDefinition__Group__4__Impl : ( ruleNL ) ; public final void rule__CallDefinition__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6023:1: ( ( ruleNL ) ) - // InternalDSL.g:6024:1: ( ruleNL ) + // InternalDSL.g:5817:1: ( ( ruleNL ) ) + // InternalDSL.g:5818:1: ( ruleNL ) { - // InternalDSL.g:6024:1: ( ruleNL ) - // InternalDSL.g:6025:1: ruleNL + // InternalDSL.g:5818:1: ( ruleNL ) + // InternalDSL.g:5819:1: ruleNL { before(grammarAccess.getCallDefinitionAccess().getNLParserRuleCall_4()); pushFollow(FOLLOW_2); @@ -16958,14 +16406,14 @@ public final void rule__CallDefinition__Group__4__Impl() throws RecognitionExcep // $ANTLR start "rule__CallDefinition__Group__5" - // InternalDSL.g:6036:1: rule__CallDefinition__Group__5 : rule__CallDefinition__Group__5__Impl rule__CallDefinition__Group__6 ; + // InternalDSL.g:5830:1: rule__CallDefinition__Group__5 : rule__CallDefinition__Group__5__Impl rule__CallDefinition__Group__6 ; public final void rule__CallDefinition__Group__5() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6040:1: ( rule__CallDefinition__Group__5__Impl rule__CallDefinition__Group__6 ) - // InternalDSL.g:6041:2: rule__CallDefinition__Group__5__Impl rule__CallDefinition__Group__6 + // InternalDSL.g:5834:1: ( rule__CallDefinition__Group__5__Impl rule__CallDefinition__Group__6 ) + // InternalDSL.g:5835:2: rule__CallDefinition__Group__5__Impl rule__CallDefinition__Group__6 { pushFollow(FOLLOW_4); rule__CallDefinition__Group__5__Impl(); @@ -16996,20 +16444,20 @@ public final void rule__CallDefinition__Group__5() throws RecognitionException { // $ANTLR start "rule__CallDefinition__Group__5__Impl" - // InternalDSL.g:6048:1: rule__CallDefinition__Group__5__Impl : ( 'uses' ) ; + // InternalDSL.g:5842:1: rule__CallDefinition__Group__5__Impl : ( 'uses' ) ; public final void rule__CallDefinition__Group__5__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6052:1: ( ( 'uses' ) ) - // InternalDSL.g:6053:1: ( 'uses' ) + // InternalDSL.g:5846:1: ( ( 'uses' ) ) + // InternalDSL.g:5847:1: ( 'uses' ) { - // InternalDSL.g:6053:1: ( 'uses' ) - // InternalDSL.g:6054:1: 'uses' + // InternalDSL.g:5847:1: ( 'uses' ) + // InternalDSL.g:5848:1: 'uses' { before(grammarAccess.getCallDefinitionAccess().getUsesKeyword_5()); - match(input,61,FOLLOW_2); + match(input,41,FOLLOW_2); after(grammarAccess.getCallDefinitionAccess().getUsesKeyword_5()); } @@ -17033,14 +16481,14 @@ public final void rule__CallDefinition__Group__5__Impl() throws RecognitionExcep // $ANTLR start "rule__CallDefinition__Group__6" - // InternalDSL.g:6067:1: rule__CallDefinition__Group__6 : rule__CallDefinition__Group__6__Impl rule__CallDefinition__Group__7 ; + // InternalDSL.g:5861:1: rule__CallDefinition__Group__6 : rule__CallDefinition__Group__6__Impl rule__CallDefinition__Group__7 ; public final void rule__CallDefinition__Group__6() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6071:1: ( rule__CallDefinition__Group__6__Impl rule__CallDefinition__Group__7 ) - // InternalDSL.g:6072:2: rule__CallDefinition__Group__6__Impl rule__CallDefinition__Group__7 + // InternalDSL.g:5865:1: ( rule__CallDefinition__Group__6__Impl rule__CallDefinition__Group__7 ) + // InternalDSL.g:5866:2: rule__CallDefinition__Group__6__Impl rule__CallDefinition__Group__7 { pushFollow(FOLLOW_9); rule__CallDefinition__Group__6__Impl(); @@ -17071,17 +16519,17 @@ public final void rule__CallDefinition__Group__6() throws RecognitionException { // $ANTLR start "rule__CallDefinition__Group__6__Impl" - // InternalDSL.g:6079:1: rule__CallDefinition__Group__6__Impl : ( ruleNL ) ; + // InternalDSL.g:5873:1: rule__CallDefinition__Group__6__Impl : ( ruleNL ) ; public final void rule__CallDefinition__Group__6__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6083:1: ( ( ruleNL ) ) - // InternalDSL.g:6084:1: ( ruleNL ) + // InternalDSL.g:5877:1: ( ( ruleNL ) ) + // InternalDSL.g:5878:1: ( ruleNL ) { - // InternalDSL.g:6084:1: ( ruleNL ) - // InternalDSL.g:6085:1: ruleNL + // InternalDSL.g:5878:1: ( ruleNL ) + // InternalDSL.g:5879:1: ruleNL { before(grammarAccess.getCallDefinitionAccess().getNLParserRuleCall_6()); pushFollow(FOLLOW_2); @@ -17112,14 +16560,14 @@ public final void rule__CallDefinition__Group__6__Impl() throws RecognitionExcep // $ANTLR start "rule__CallDefinition__Group__7" - // InternalDSL.g:6096:1: rule__CallDefinition__Group__7 : rule__CallDefinition__Group__7__Impl rule__CallDefinition__Group__8 ; + // InternalDSL.g:5890:1: rule__CallDefinition__Group__7 : rule__CallDefinition__Group__7__Impl rule__CallDefinition__Group__8 ; public final void rule__CallDefinition__Group__7() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6100:1: ( rule__CallDefinition__Group__7__Impl rule__CallDefinition__Group__8 ) - // InternalDSL.g:6101:2: rule__CallDefinition__Group__7__Impl rule__CallDefinition__Group__8 + // InternalDSL.g:5894:1: ( rule__CallDefinition__Group__7__Impl rule__CallDefinition__Group__8 ) + // InternalDSL.g:5895:2: rule__CallDefinition__Group__7__Impl rule__CallDefinition__Group__8 { pushFollow(FOLLOW_4); rule__CallDefinition__Group__7__Impl(); @@ -17150,21 +16598,21 @@ public final void rule__CallDefinition__Group__7() throws RecognitionException { // $ANTLR start "rule__CallDefinition__Group__7__Impl" - // InternalDSL.g:6108:1: rule__CallDefinition__Group__7__Impl : ( ( rule__CallDefinition__FixtureMethodAssignment_7 ) ) ; + // InternalDSL.g:5902:1: rule__CallDefinition__Group__7__Impl : ( ( rule__CallDefinition__FixtureMethodAssignment_7 ) ) ; public final void rule__CallDefinition__Group__7__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6112:1: ( ( ( rule__CallDefinition__FixtureMethodAssignment_7 ) ) ) - // InternalDSL.g:6113:1: ( ( rule__CallDefinition__FixtureMethodAssignment_7 ) ) + // InternalDSL.g:5906:1: ( ( ( rule__CallDefinition__FixtureMethodAssignment_7 ) ) ) + // InternalDSL.g:5907:1: ( ( rule__CallDefinition__FixtureMethodAssignment_7 ) ) { - // InternalDSL.g:6113:1: ( ( rule__CallDefinition__FixtureMethodAssignment_7 ) ) - // InternalDSL.g:6114:1: ( rule__CallDefinition__FixtureMethodAssignment_7 ) + // InternalDSL.g:5907:1: ( ( rule__CallDefinition__FixtureMethodAssignment_7 ) ) + // InternalDSL.g:5908:1: ( rule__CallDefinition__FixtureMethodAssignment_7 ) { before(grammarAccess.getCallDefinitionAccess().getFixtureMethodAssignment_7()); - // InternalDSL.g:6115:1: ( rule__CallDefinition__FixtureMethodAssignment_7 ) - // InternalDSL.g:6115:2: rule__CallDefinition__FixtureMethodAssignment_7 + // InternalDSL.g:5909:1: ( rule__CallDefinition__FixtureMethodAssignment_7 ) + // InternalDSL.g:5909:2: rule__CallDefinition__FixtureMethodAssignment_7 { pushFollow(FOLLOW_2); rule__CallDefinition__FixtureMethodAssignment_7(); @@ -17197,14 +16645,14 @@ public final void rule__CallDefinition__Group__7__Impl() throws RecognitionExcep // $ANTLR start "rule__CallDefinition__Group__8" - // InternalDSL.g:6125:1: rule__CallDefinition__Group__8 : rule__CallDefinition__Group__8__Impl ; + // InternalDSL.g:5919:1: rule__CallDefinition__Group__8 : rule__CallDefinition__Group__8__Impl ; public final void rule__CallDefinition__Group__8() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6129:1: ( rule__CallDefinition__Group__8__Impl ) - // InternalDSL.g:6130:2: rule__CallDefinition__Group__8__Impl + // InternalDSL.g:5923:1: ( rule__CallDefinition__Group__8__Impl ) + // InternalDSL.g:5924:2: rule__CallDefinition__Group__8__Impl { pushFollow(FOLLOW_2); rule__CallDefinition__Group__8__Impl(); @@ -17230,17 +16678,17 @@ public final void rule__CallDefinition__Group__8() throws RecognitionException { // $ANTLR start "rule__CallDefinition__Group__8__Impl" - // InternalDSL.g:6136:1: rule__CallDefinition__Group__8__Impl : ( ruleNL ) ; + // InternalDSL.g:5930:1: rule__CallDefinition__Group__8__Impl : ( ruleNL ) ; public final void rule__CallDefinition__Group__8__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6140:1: ( ( ruleNL ) ) - // InternalDSL.g:6141:1: ( ruleNL ) + // InternalDSL.g:5934:1: ( ( ruleNL ) ) + // InternalDSL.g:5935:1: ( ruleNL ) { - // InternalDSL.g:6141:1: ( ruleNL ) - // InternalDSL.g:6142:1: ruleNL + // InternalDSL.g:5935:1: ( ruleNL ) + // InternalDSL.g:5936:1: ruleNL { before(grammarAccess.getCallDefinitionAccess().getNLParserRuleCall_8()); pushFollow(FOLLOW_2); @@ -17271,14 +16719,14 @@ public final void rule__CallDefinition__Group__8__Impl() throws RecognitionExcep // $ANTLR start "rule__SuiteDefinition__Group__0" - // InternalDSL.g:6171:1: rule__SuiteDefinition__Group__0 : rule__SuiteDefinition__Group__0__Impl rule__SuiteDefinition__Group__1 ; + // InternalDSL.g:5965:1: rule__SuiteDefinition__Group__0 : rule__SuiteDefinition__Group__0__Impl rule__SuiteDefinition__Group__1 ; public final void rule__SuiteDefinition__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6175:1: ( rule__SuiteDefinition__Group__0__Impl rule__SuiteDefinition__Group__1 ) - // InternalDSL.g:6176:2: rule__SuiteDefinition__Group__0__Impl rule__SuiteDefinition__Group__1 + // InternalDSL.g:5969:1: ( rule__SuiteDefinition__Group__0__Impl rule__SuiteDefinition__Group__1 ) + // InternalDSL.g:5970:2: rule__SuiteDefinition__Group__0__Impl rule__SuiteDefinition__Group__1 { pushFollow(FOLLOW_23); rule__SuiteDefinition__Group__0__Impl(); @@ -17309,29 +16757,29 @@ public final void rule__SuiteDefinition__Group__0() throws RecognitionException // $ANTLR start "rule__SuiteDefinition__Group__0__Impl" - // InternalDSL.g:6183:1: rule__SuiteDefinition__Group__0__Impl : ( ( rule__SuiteDefinition__DocumentationAssignment_0 )? ) ; + // InternalDSL.g:5977:1: rule__SuiteDefinition__Group__0__Impl : ( ( rule__SuiteDefinition__DocumentationAssignment_0 )? ) ; public final void rule__SuiteDefinition__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6187:1: ( ( ( rule__SuiteDefinition__DocumentationAssignment_0 )? ) ) - // InternalDSL.g:6188:1: ( ( rule__SuiteDefinition__DocumentationAssignment_0 )? ) + // InternalDSL.g:5981:1: ( ( ( rule__SuiteDefinition__DocumentationAssignment_0 )? ) ) + // InternalDSL.g:5982:1: ( ( rule__SuiteDefinition__DocumentationAssignment_0 )? ) { - // InternalDSL.g:6188:1: ( ( rule__SuiteDefinition__DocumentationAssignment_0 )? ) - // InternalDSL.g:6189:1: ( rule__SuiteDefinition__DocumentationAssignment_0 )? + // InternalDSL.g:5982:1: ( ( rule__SuiteDefinition__DocumentationAssignment_0 )? ) + // InternalDSL.g:5983:1: ( rule__SuiteDefinition__DocumentationAssignment_0 )? { before(grammarAccess.getSuiteDefinitionAccess().getDocumentationAssignment_0()); - // InternalDSL.g:6190:1: ( rule__SuiteDefinition__DocumentationAssignment_0 )? - int alt42=2; - int LA42_0 = input.LA(1); + // InternalDSL.g:5984:1: ( rule__SuiteDefinition__DocumentationAssignment_0 )? + int alt41=2; + int LA41_0 = input.LA(1); - if ( (LA42_0==RULE_ML_DOC_COMMENT) ) { - alt42=1; + if ( (LA41_0==RULE_ML_DOC_COMMENT) ) { + alt41=1; } - switch (alt42) { + switch (alt41) { case 1 : - // InternalDSL.g:6190:2: rule__SuiteDefinition__DocumentationAssignment_0 + // InternalDSL.g:5984:2: rule__SuiteDefinition__DocumentationAssignment_0 { pushFollow(FOLLOW_2); rule__SuiteDefinition__DocumentationAssignment_0(); @@ -17367,14 +16815,14 @@ public final void rule__SuiteDefinition__Group__0__Impl() throws RecognitionExce // $ANTLR start "rule__SuiteDefinition__Group__1" - // InternalDSL.g:6200:1: rule__SuiteDefinition__Group__1 : rule__SuiteDefinition__Group__1__Impl rule__SuiteDefinition__Group__2 ; + // InternalDSL.g:5994:1: rule__SuiteDefinition__Group__1 : rule__SuiteDefinition__Group__1__Impl rule__SuiteDefinition__Group__2 ; public final void rule__SuiteDefinition__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6204:1: ( rule__SuiteDefinition__Group__1__Impl rule__SuiteDefinition__Group__2 ) - // InternalDSL.g:6205:2: rule__SuiteDefinition__Group__1__Impl rule__SuiteDefinition__Group__2 + // InternalDSL.g:5998:1: ( rule__SuiteDefinition__Group__1__Impl rule__SuiteDefinition__Group__2 ) + // InternalDSL.g:5999:2: rule__SuiteDefinition__Group__1__Impl rule__SuiteDefinition__Group__2 { pushFollow(FOLLOW_23); rule__SuiteDefinition__Group__1__Impl(); @@ -17405,29 +16853,29 @@ public final void rule__SuiteDefinition__Group__1() throws RecognitionException // $ANTLR start "rule__SuiteDefinition__Group__1__Impl" - // InternalDSL.g:6212:1: rule__SuiteDefinition__Group__1__Impl : ( ( rule__SuiteDefinition__PrivateAssignment_1 )? ) ; + // InternalDSL.g:6006:1: rule__SuiteDefinition__Group__1__Impl : ( ( rule__SuiteDefinition__PrivateAssignment_1 )? ) ; public final void rule__SuiteDefinition__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6216:1: ( ( ( rule__SuiteDefinition__PrivateAssignment_1 )? ) ) - // InternalDSL.g:6217:1: ( ( rule__SuiteDefinition__PrivateAssignment_1 )? ) + // InternalDSL.g:6010:1: ( ( ( rule__SuiteDefinition__PrivateAssignment_1 )? ) ) + // InternalDSL.g:6011:1: ( ( rule__SuiteDefinition__PrivateAssignment_1 )? ) { - // InternalDSL.g:6217:1: ( ( rule__SuiteDefinition__PrivateAssignment_1 )? ) - // InternalDSL.g:6218:1: ( rule__SuiteDefinition__PrivateAssignment_1 )? + // InternalDSL.g:6011:1: ( ( rule__SuiteDefinition__PrivateAssignment_1 )? ) + // InternalDSL.g:6012:1: ( rule__SuiteDefinition__PrivateAssignment_1 )? { before(grammarAccess.getSuiteDefinitionAccess().getPrivateAssignment_1()); - // InternalDSL.g:6219:1: ( rule__SuiteDefinition__PrivateAssignment_1 )? - int alt43=2; - int LA43_0 = input.LA(1); + // InternalDSL.g:6013:1: ( rule__SuiteDefinition__PrivateAssignment_1 )? + int alt42=2; + int LA42_0 = input.LA(1); - if ( (LA43_0==103) ) { - alt43=1; + if ( (LA42_0==83) ) { + alt42=1; } - switch (alt43) { + switch (alt42) { case 1 : - // InternalDSL.g:6219:2: rule__SuiteDefinition__PrivateAssignment_1 + // InternalDSL.g:6013:2: rule__SuiteDefinition__PrivateAssignment_1 { pushFollow(FOLLOW_2); rule__SuiteDefinition__PrivateAssignment_1(); @@ -17463,14 +16911,14 @@ public final void rule__SuiteDefinition__Group__1__Impl() throws RecognitionExce // $ANTLR start "rule__SuiteDefinition__Group__2" - // InternalDSL.g:6229:1: rule__SuiteDefinition__Group__2 : rule__SuiteDefinition__Group__2__Impl rule__SuiteDefinition__Group__3 ; + // InternalDSL.g:6023:1: rule__SuiteDefinition__Group__2 : rule__SuiteDefinition__Group__2__Impl rule__SuiteDefinition__Group__3 ; public final void rule__SuiteDefinition__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6233:1: ( rule__SuiteDefinition__Group__2__Impl rule__SuiteDefinition__Group__3 ) - // InternalDSL.g:6234:2: rule__SuiteDefinition__Group__2__Impl rule__SuiteDefinition__Group__3 + // InternalDSL.g:6027:1: ( rule__SuiteDefinition__Group__2__Impl rule__SuiteDefinition__Group__3 ) + // InternalDSL.g:6028:2: rule__SuiteDefinition__Group__2__Impl rule__SuiteDefinition__Group__3 { pushFollow(FOLLOW_23); rule__SuiteDefinition__Group__2__Impl(); @@ -17501,29 +16949,29 @@ public final void rule__SuiteDefinition__Group__2() throws RecognitionException // $ANTLR start "rule__SuiteDefinition__Group__2__Impl" - // InternalDSL.g:6241:1: rule__SuiteDefinition__Group__2__Impl : ( ( rule__SuiteDefinition__SingleRunAssignment_2 )? ) ; + // InternalDSL.g:6035:1: rule__SuiteDefinition__Group__2__Impl : ( ( rule__SuiteDefinition__SingleRunAssignment_2 )? ) ; public final void rule__SuiteDefinition__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6245:1: ( ( ( rule__SuiteDefinition__SingleRunAssignment_2 )? ) ) - // InternalDSL.g:6246:1: ( ( rule__SuiteDefinition__SingleRunAssignment_2 )? ) + // InternalDSL.g:6039:1: ( ( ( rule__SuiteDefinition__SingleRunAssignment_2 )? ) ) + // InternalDSL.g:6040:1: ( ( rule__SuiteDefinition__SingleRunAssignment_2 )? ) { - // InternalDSL.g:6246:1: ( ( rule__SuiteDefinition__SingleRunAssignment_2 )? ) - // InternalDSL.g:6247:1: ( rule__SuiteDefinition__SingleRunAssignment_2 )? + // InternalDSL.g:6040:1: ( ( rule__SuiteDefinition__SingleRunAssignment_2 )? ) + // InternalDSL.g:6041:1: ( rule__SuiteDefinition__SingleRunAssignment_2 )? { before(grammarAccess.getSuiteDefinitionAccess().getSingleRunAssignment_2()); - // InternalDSL.g:6248:1: ( rule__SuiteDefinition__SingleRunAssignment_2 )? - int alt44=2; - int LA44_0 = input.LA(1); + // InternalDSL.g:6042:1: ( rule__SuiteDefinition__SingleRunAssignment_2 )? + int alt43=2; + int LA43_0 = input.LA(1); - if ( (LA44_0==104) ) { - alt44=1; + if ( (LA43_0==84) ) { + alt43=1; } - switch (alt44) { + switch (alt43) { case 1 : - // InternalDSL.g:6248:2: rule__SuiteDefinition__SingleRunAssignment_2 + // InternalDSL.g:6042:2: rule__SuiteDefinition__SingleRunAssignment_2 { pushFollow(FOLLOW_2); rule__SuiteDefinition__SingleRunAssignment_2(); @@ -17559,14 +17007,14 @@ public final void rule__SuiteDefinition__Group__2__Impl() throws RecognitionExce // $ANTLR start "rule__SuiteDefinition__Group__3" - // InternalDSL.g:6258:1: rule__SuiteDefinition__Group__3 : rule__SuiteDefinition__Group__3__Impl rule__SuiteDefinition__Group__4 ; + // InternalDSL.g:6052:1: rule__SuiteDefinition__Group__3 : rule__SuiteDefinition__Group__3__Impl rule__SuiteDefinition__Group__4 ; public final void rule__SuiteDefinition__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6262:1: ( rule__SuiteDefinition__Group__3__Impl rule__SuiteDefinition__Group__4 ) - // InternalDSL.g:6263:2: rule__SuiteDefinition__Group__3__Impl rule__SuiteDefinition__Group__4 + // InternalDSL.g:6056:1: ( rule__SuiteDefinition__Group__3__Impl rule__SuiteDefinition__Group__4 ) + // InternalDSL.g:6057:2: rule__SuiteDefinition__Group__3__Impl rule__SuiteDefinition__Group__4 { pushFollow(FOLLOW_23); rule__SuiteDefinition__Group__3__Impl(); @@ -17597,29 +17045,29 @@ public final void rule__SuiteDefinition__Group__3() throws RecognitionException // $ANTLR start "rule__SuiteDefinition__Group__3__Impl" - // InternalDSL.g:6270:1: rule__SuiteDefinition__Group__3__Impl : ( ( rule__SuiteDefinition__InlinedAssignment_3 )? ) ; + // InternalDSL.g:6064:1: rule__SuiteDefinition__Group__3__Impl : ( ( rule__SuiteDefinition__InlinedAssignment_3 )? ) ; public final void rule__SuiteDefinition__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6274:1: ( ( ( rule__SuiteDefinition__InlinedAssignment_3 )? ) ) - // InternalDSL.g:6275:1: ( ( rule__SuiteDefinition__InlinedAssignment_3 )? ) + // InternalDSL.g:6068:1: ( ( ( rule__SuiteDefinition__InlinedAssignment_3 )? ) ) + // InternalDSL.g:6069:1: ( ( rule__SuiteDefinition__InlinedAssignment_3 )? ) { - // InternalDSL.g:6275:1: ( ( rule__SuiteDefinition__InlinedAssignment_3 )? ) - // InternalDSL.g:6276:1: ( rule__SuiteDefinition__InlinedAssignment_3 )? + // InternalDSL.g:6069:1: ( ( rule__SuiteDefinition__InlinedAssignment_3 )? ) + // InternalDSL.g:6070:1: ( rule__SuiteDefinition__InlinedAssignment_3 )? { before(grammarAccess.getSuiteDefinitionAccess().getInlinedAssignment_3()); - // InternalDSL.g:6277:1: ( rule__SuiteDefinition__InlinedAssignment_3 )? - int alt45=2; - int LA45_0 = input.LA(1); + // InternalDSL.g:6071:1: ( rule__SuiteDefinition__InlinedAssignment_3 )? + int alt44=2; + int LA44_0 = input.LA(1); - if ( (LA45_0==105) ) { - alt45=1; + if ( (LA44_0==85) ) { + alt44=1; } - switch (alt45) { + switch (alt44) { case 1 : - // InternalDSL.g:6277:2: rule__SuiteDefinition__InlinedAssignment_3 + // InternalDSL.g:6071:2: rule__SuiteDefinition__InlinedAssignment_3 { pushFollow(FOLLOW_2); rule__SuiteDefinition__InlinedAssignment_3(); @@ -17655,14 +17103,14 @@ public final void rule__SuiteDefinition__Group__3__Impl() throws RecognitionExce // $ANTLR start "rule__SuiteDefinition__Group__4" - // InternalDSL.g:6287:1: rule__SuiteDefinition__Group__4 : rule__SuiteDefinition__Group__4__Impl rule__SuiteDefinition__Group__5 ; + // InternalDSL.g:6081:1: rule__SuiteDefinition__Group__4 : rule__SuiteDefinition__Group__4__Impl rule__SuiteDefinition__Group__5 ; public final void rule__SuiteDefinition__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6291:1: ( rule__SuiteDefinition__Group__4__Impl rule__SuiteDefinition__Group__5 ) - // InternalDSL.g:6292:2: rule__SuiteDefinition__Group__4__Impl rule__SuiteDefinition__Group__5 + // InternalDSL.g:6085:1: ( rule__SuiteDefinition__Group__4__Impl rule__SuiteDefinition__Group__5 ) + // InternalDSL.g:6086:2: rule__SuiteDefinition__Group__4__Impl rule__SuiteDefinition__Group__5 { pushFollow(FOLLOW_4); rule__SuiteDefinition__Group__4__Impl(); @@ -17693,20 +17141,20 @@ public final void rule__SuiteDefinition__Group__4() throws RecognitionException // $ANTLR start "rule__SuiteDefinition__Group__4__Impl" - // InternalDSL.g:6299:1: rule__SuiteDefinition__Group__4__Impl : ( 'suitedef' ) ; + // InternalDSL.g:6093:1: rule__SuiteDefinition__Group__4__Impl : ( 'suitedef' ) ; public final void rule__SuiteDefinition__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6303:1: ( ( 'suitedef' ) ) - // InternalDSL.g:6304:1: ( 'suitedef' ) + // InternalDSL.g:6097:1: ( ( 'suitedef' ) ) + // InternalDSL.g:6098:1: ( 'suitedef' ) { - // InternalDSL.g:6304:1: ( 'suitedef' ) - // InternalDSL.g:6305:1: 'suitedef' + // InternalDSL.g:6098:1: ( 'suitedef' ) + // InternalDSL.g:6099:1: 'suitedef' { before(grammarAccess.getSuiteDefinitionAccess().getSuitedefKeyword_4()); - match(input,67,FOLLOW_2); + match(input,47,FOLLOW_2); after(grammarAccess.getSuiteDefinitionAccess().getSuitedefKeyword_4()); } @@ -17730,14 +17178,14 @@ public final void rule__SuiteDefinition__Group__4__Impl() throws RecognitionExce // $ANTLR start "rule__SuiteDefinition__Group__5" - // InternalDSL.g:6318:1: rule__SuiteDefinition__Group__5 : rule__SuiteDefinition__Group__5__Impl rule__SuiteDefinition__Group__6 ; + // InternalDSL.g:6112:1: rule__SuiteDefinition__Group__5 : rule__SuiteDefinition__Group__5__Impl rule__SuiteDefinition__Group__6 ; public final void rule__SuiteDefinition__Group__5() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6322:1: ( rule__SuiteDefinition__Group__5__Impl rule__SuiteDefinition__Group__6 ) - // InternalDSL.g:6323:2: rule__SuiteDefinition__Group__5__Impl rule__SuiteDefinition__Group__6 + // InternalDSL.g:6116:1: ( rule__SuiteDefinition__Group__5__Impl rule__SuiteDefinition__Group__6 ) + // InternalDSL.g:6117:2: rule__SuiteDefinition__Group__5__Impl rule__SuiteDefinition__Group__6 { pushFollow(FOLLOW_9); rule__SuiteDefinition__Group__5__Impl(); @@ -17768,17 +17216,17 @@ public final void rule__SuiteDefinition__Group__5() throws RecognitionException // $ANTLR start "rule__SuiteDefinition__Group__5__Impl" - // InternalDSL.g:6330:1: rule__SuiteDefinition__Group__5__Impl : ( ruleNL ) ; + // InternalDSL.g:6124:1: rule__SuiteDefinition__Group__5__Impl : ( ruleNL ) ; public final void rule__SuiteDefinition__Group__5__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6334:1: ( ( ruleNL ) ) - // InternalDSL.g:6335:1: ( ruleNL ) + // InternalDSL.g:6128:1: ( ( ruleNL ) ) + // InternalDSL.g:6129:1: ( ruleNL ) { - // InternalDSL.g:6335:1: ( ruleNL ) - // InternalDSL.g:6336:1: ruleNL + // InternalDSL.g:6129:1: ( ruleNL ) + // InternalDSL.g:6130:1: ruleNL { before(grammarAccess.getSuiteDefinitionAccess().getNLParserRuleCall_5()); pushFollow(FOLLOW_2); @@ -17809,14 +17257,14 @@ public final void rule__SuiteDefinition__Group__5__Impl() throws RecognitionExce // $ANTLR start "rule__SuiteDefinition__Group__6" - // InternalDSL.g:6347:1: rule__SuiteDefinition__Group__6 : rule__SuiteDefinition__Group__6__Impl rule__SuiteDefinition__Group__7 ; + // InternalDSL.g:6141:1: rule__SuiteDefinition__Group__6 : rule__SuiteDefinition__Group__6__Impl rule__SuiteDefinition__Group__7 ; public final void rule__SuiteDefinition__Group__6() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6351:1: ( rule__SuiteDefinition__Group__6__Impl rule__SuiteDefinition__Group__7 ) - // InternalDSL.g:6352:2: rule__SuiteDefinition__Group__6__Impl rule__SuiteDefinition__Group__7 + // InternalDSL.g:6145:1: ( rule__SuiteDefinition__Group__6__Impl rule__SuiteDefinition__Group__7 ) + // InternalDSL.g:6146:2: rule__SuiteDefinition__Group__6__Impl rule__SuiteDefinition__Group__7 { pushFollow(FOLLOW_4); rule__SuiteDefinition__Group__6__Impl(); @@ -17847,21 +17295,21 @@ public final void rule__SuiteDefinition__Group__6() throws RecognitionException // $ANTLR start "rule__SuiteDefinition__Group__6__Impl" - // InternalDSL.g:6359:1: rule__SuiteDefinition__Group__6__Impl : ( ( rule__SuiteDefinition__NameAssignment_6 ) ) ; + // InternalDSL.g:6153:1: rule__SuiteDefinition__Group__6__Impl : ( ( rule__SuiteDefinition__NameAssignment_6 ) ) ; public final void rule__SuiteDefinition__Group__6__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6363:1: ( ( ( rule__SuiteDefinition__NameAssignment_6 ) ) ) - // InternalDSL.g:6364:1: ( ( rule__SuiteDefinition__NameAssignment_6 ) ) + // InternalDSL.g:6157:1: ( ( ( rule__SuiteDefinition__NameAssignment_6 ) ) ) + // InternalDSL.g:6158:1: ( ( rule__SuiteDefinition__NameAssignment_6 ) ) { - // InternalDSL.g:6364:1: ( ( rule__SuiteDefinition__NameAssignment_6 ) ) - // InternalDSL.g:6365:1: ( rule__SuiteDefinition__NameAssignment_6 ) + // InternalDSL.g:6158:1: ( ( rule__SuiteDefinition__NameAssignment_6 ) ) + // InternalDSL.g:6159:1: ( rule__SuiteDefinition__NameAssignment_6 ) { before(grammarAccess.getSuiteDefinitionAccess().getNameAssignment_6()); - // InternalDSL.g:6366:1: ( rule__SuiteDefinition__NameAssignment_6 ) - // InternalDSL.g:6366:2: rule__SuiteDefinition__NameAssignment_6 + // InternalDSL.g:6160:1: ( rule__SuiteDefinition__NameAssignment_6 ) + // InternalDSL.g:6160:2: rule__SuiteDefinition__NameAssignment_6 { pushFollow(FOLLOW_2); rule__SuiteDefinition__NameAssignment_6(); @@ -17894,14 +17342,14 @@ public final void rule__SuiteDefinition__Group__6__Impl() throws RecognitionExce // $ANTLR start "rule__SuiteDefinition__Group__7" - // InternalDSL.g:6376:1: rule__SuiteDefinition__Group__7 : rule__SuiteDefinition__Group__7__Impl rule__SuiteDefinition__Group__8 ; + // InternalDSL.g:6170:1: rule__SuiteDefinition__Group__7 : rule__SuiteDefinition__Group__7__Impl rule__SuiteDefinition__Group__8 ; public final void rule__SuiteDefinition__Group__7() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6380:1: ( rule__SuiteDefinition__Group__7__Impl rule__SuiteDefinition__Group__8 ) - // InternalDSL.g:6381:2: rule__SuiteDefinition__Group__7__Impl rule__SuiteDefinition__Group__8 + // InternalDSL.g:6174:1: ( rule__SuiteDefinition__Group__7__Impl rule__SuiteDefinition__Group__8 ) + // InternalDSL.g:6175:2: rule__SuiteDefinition__Group__7__Impl rule__SuiteDefinition__Group__8 { pushFollow(FOLLOW_24); rule__SuiteDefinition__Group__7__Impl(); @@ -17932,17 +17380,17 @@ public final void rule__SuiteDefinition__Group__7() throws RecognitionException // $ANTLR start "rule__SuiteDefinition__Group__7__Impl" - // InternalDSL.g:6388:1: rule__SuiteDefinition__Group__7__Impl : ( ruleNL ) ; + // InternalDSL.g:6182:1: rule__SuiteDefinition__Group__7__Impl : ( ruleNL ) ; public final void rule__SuiteDefinition__Group__7__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6392:1: ( ( ruleNL ) ) - // InternalDSL.g:6393:1: ( ruleNL ) + // InternalDSL.g:6186:1: ( ( ruleNL ) ) + // InternalDSL.g:6187:1: ( ruleNL ) { - // InternalDSL.g:6393:1: ( ruleNL ) - // InternalDSL.g:6394:1: ruleNL + // InternalDSL.g:6187:1: ( ruleNL ) + // InternalDSL.g:6188:1: ruleNL { before(grammarAccess.getSuiteDefinitionAccess().getNLParserRuleCall_7()); pushFollow(FOLLOW_2); @@ -17973,14 +17421,14 @@ public final void rule__SuiteDefinition__Group__7__Impl() throws RecognitionExce // $ANTLR start "rule__SuiteDefinition__Group__8" - // InternalDSL.g:6405:1: rule__SuiteDefinition__Group__8 : rule__SuiteDefinition__Group__8__Impl rule__SuiteDefinition__Group__9 ; + // InternalDSL.g:6199:1: rule__SuiteDefinition__Group__8 : rule__SuiteDefinition__Group__8__Impl rule__SuiteDefinition__Group__9 ; public final void rule__SuiteDefinition__Group__8() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6409:1: ( rule__SuiteDefinition__Group__8__Impl rule__SuiteDefinition__Group__9 ) - // InternalDSL.g:6410:2: rule__SuiteDefinition__Group__8__Impl rule__SuiteDefinition__Group__9 + // InternalDSL.g:6203:1: ( rule__SuiteDefinition__Group__8__Impl rule__SuiteDefinition__Group__9 ) + // InternalDSL.g:6204:2: rule__SuiteDefinition__Group__8__Impl rule__SuiteDefinition__Group__9 { pushFollow(FOLLOW_24); rule__SuiteDefinition__Group__8__Impl(); @@ -18011,29 +17459,29 @@ public final void rule__SuiteDefinition__Group__8() throws RecognitionException // $ANTLR start "rule__SuiteDefinition__Group__8__Impl" - // InternalDSL.g:6417:1: rule__SuiteDefinition__Group__8__Impl : ( ( rule__SuiteDefinition__Group_8__0 )? ) ; + // InternalDSL.g:6211:1: rule__SuiteDefinition__Group__8__Impl : ( ( rule__SuiteDefinition__Group_8__0 )? ) ; public final void rule__SuiteDefinition__Group__8__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6421:1: ( ( ( rule__SuiteDefinition__Group_8__0 )? ) ) - // InternalDSL.g:6422:1: ( ( rule__SuiteDefinition__Group_8__0 )? ) + // InternalDSL.g:6215:1: ( ( ( rule__SuiteDefinition__Group_8__0 )? ) ) + // InternalDSL.g:6216:1: ( ( rule__SuiteDefinition__Group_8__0 )? ) { - // InternalDSL.g:6422:1: ( ( rule__SuiteDefinition__Group_8__0 )? ) - // InternalDSL.g:6423:1: ( rule__SuiteDefinition__Group_8__0 )? + // InternalDSL.g:6216:1: ( ( rule__SuiteDefinition__Group_8__0 )? ) + // InternalDSL.g:6217:1: ( rule__SuiteDefinition__Group_8__0 )? { before(grammarAccess.getSuiteDefinitionAccess().getGroup_8()); - // InternalDSL.g:6424:1: ( rule__SuiteDefinition__Group_8__0 )? - int alt46=2; - int LA46_0 = input.LA(1); + // InternalDSL.g:6218:1: ( rule__SuiteDefinition__Group_8__0 )? + int alt45=2; + int LA45_0 = input.LA(1); - if ( (LA46_0==69) ) { - alt46=1; + if ( (LA45_0==49) ) { + alt45=1; } - switch (alt46) { + switch (alt45) { case 1 : - // InternalDSL.g:6424:2: rule__SuiteDefinition__Group_8__0 + // InternalDSL.g:6218:2: rule__SuiteDefinition__Group_8__0 { pushFollow(FOLLOW_2); rule__SuiteDefinition__Group_8__0(); @@ -18069,14 +17517,14 @@ public final void rule__SuiteDefinition__Group__8__Impl() throws RecognitionExce // $ANTLR start "rule__SuiteDefinition__Group__9" - // InternalDSL.g:6434:1: rule__SuiteDefinition__Group__9 : rule__SuiteDefinition__Group__9__Impl rule__SuiteDefinition__Group__10 ; + // InternalDSL.g:6228:1: rule__SuiteDefinition__Group__9 : rule__SuiteDefinition__Group__9__Impl rule__SuiteDefinition__Group__10 ; public final void rule__SuiteDefinition__Group__9() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6438:1: ( rule__SuiteDefinition__Group__9__Impl rule__SuiteDefinition__Group__10 ) - // InternalDSL.g:6439:2: rule__SuiteDefinition__Group__9__Impl rule__SuiteDefinition__Group__10 + // InternalDSL.g:6232:1: ( rule__SuiteDefinition__Group__9__Impl rule__SuiteDefinition__Group__10 ) + // InternalDSL.g:6233:2: rule__SuiteDefinition__Group__9__Impl rule__SuiteDefinition__Group__10 { pushFollow(FOLLOW_24); rule__SuiteDefinition__Group__9__Impl(); @@ -18107,29 +17555,29 @@ public final void rule__SuiteDefinition__Group__9() throws RecognitionException // $ANTLR start "rule__SuiteDefinition__Group__9__Impl" - // InternalDSL.g:6446:1: rule__SuiteDefinition__Group__9__Impl : ( ( rule__SuiteDefinition__Group_9__0 )? ) ; + // InternalDSL.g:6240:1: rule__SuiteDefinition__Group__9__Impl : ( ( rule__SuiteDefinition__Group_9__0 )? ) ; public final void rule__SuiteDefinition__Group__9__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6450:1: ( ( ( rule__SuiteDefinition__Group_9__0 )? ) ) - // InternalDSL.g:6451:1: ( ( rule__SuiteDefinition__Group_9__0 )? ) + // InternalDSL.g:6244:1: ( ( ( rule__SuiteDefinition__Group_9__0 )? ) ) + // InternalDSL.g:6245:1: ( ( rule__SuiteDefinition__Group_9__0 )? ) { - // InternalDSL.g:6451:1: ( ( rule__SuiteDefinition__Group_9__0 )? ) - // InternalDSL.g:6452:1: ( rule__SuiteDefinition__Group_9__0 )? + // InternalDSL.g:6245:1: ( ( rule__SuiteDefinition__Group_9__0 )? ) + // InternalDSL.g:6246:1: ( rule__SuiteDefinition__Group_9__0 )? { before(grammarAccess.getSuiteDefinitionAccess().getGroup_9()); - // InternalDSL.g:6453:1: ( rule__SuiteDefinition__Group_9__0 )? - int alt47=2; - int LA47_0 = input.LA(1); + // InternalDSL.g:6247:1: ( rule__SuiteDefinition__Group_9__0 )? + int alt46=2; + int LA46_0 = input.LA(1); - if ( (LA47_0==70) ) { - alt47=1; + if ( (LA46_0==50) ) { + alt46=1; } - switch (alt47) { + switch (alt46) { case 1 : - // InternalDSL.g:6453:2: rule__SuiteDefinition__Group_9__0 + // InternalDSL.g:6247:2: rule__SuiteDefinition__Group_9__0 { pushFollow(FOLLOW_2); rule__SuiteDefinition__Group_9__0(); @@ -18165,14 +17613,14 @@ public final void rule__SuiteDefinition__Group__9__Impl() throws RecognitionExce // $ANTLR start "rule__SuiteDefinition__Group__10" - // InternalDSL.g:6463:1: rule__SuiteDefinition__Group__10 : rule__SuiteDefinition__Group__10__Impl rule__SuiteDefinition__Group__11 ; + // InternalDSL.g:6257:1: rule__SuiteDefinition__Group__10 : rule__SuiteDefinition__Group__10__Impl rule__SuiteDefinition__Group__11 ; public final void rule__SuiteDefinition__Group__10() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6467:1: ( rule__SuiteDefinition__Group__10__Impl rule__SuiteDefinition__Group__11 ) - // InternalDSL.g:6468:2: rule__SuiteDefinition__Group__10__Impl rule__SuiteDefinition__Group__11 + // InternalDSL.g:6261:1: ( rule__SuiteDefinition__Group__10__Impl rule__SuiteDefinition__Group__11 ) + // InternalDSL.g:6262:2: rule__SuiteDefinition__Group__10__Impl rule__SuiteDefinition__Group__11 { pushFollow(FOLLOW_24); rule__SuiteDefinition__Group__10__Impl(); @@ -18203,29 +17651,29 @@ public final void rule__SuiteDefinition__Group__10() throws RecognitionException // $ANTLR start "rule__SuiteDefinition__Group__10__Impl" - // InternalDSL.g:6475:1: rule__SuiteDefinition__Group__10__Impl : ( ( rule__SuiteDefinition__Group_10__0 )? ) ; + // InternalDSL.g:6269:1: rule__SuiteDefinition__Group__10__Impl : ( ( rule__SuiteDefinition__Group_10__0 )? ) ; public final void rule__SuiteDefinition__Group__10__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6479:1: ( ( ( rule__SuiteDefinition__Group_10__0 )? ) ) - // InternalDSL.g:6480:1: ( ( rule__SuiteDefinition__Group_10__0 )? ) + // InternalDSL.g:6273:1: ( ( ( rule__SuiteDefinition__Group_10__0 )? ) ) + // InternalDSL.g:6274:1: ( ( rule__SuiteDefinition__Group_10__0 )? ) { - // InternalDSL.g:6480:1: ( ( rule__SuiteDefinition__Group_10__0 )? ) - // InternalDSL.g:6481:1: ( rule__SuiteDefinition__Group_10__0 )? + // InternalDSL.g:6274:1: ( ( rule__SuiteDefinition__Group_10__0 )? ) + // InternalDSL.g:6275:1: ( rule__SuiteDefinition__Group_10__0 )? { before(grammarAccess.getSuiteDefinitionAccess().getGroup_10()); - // InternalDSL.g:6482:1: ( rule__SuiteDefinition__Group_10__0 )? - int alt48=2; - int LA48_0 = input.LA(1); + // InternalDSL.g:6276:1: ( rule__SuiteDefinition__Group_10__0 )? + int alt47=2; + int LA47_0 = input.LA(1); - if ( (LA48_0==71) ) { - alt48=1; + if ( (LA47_0==51) ) { + alt47=1; } - switch (alt48) { + switch (alt47) { case 1 : - // InternalDSL.g:6482:2: rule__SuiteDefinition__Group_10__0 + // InternalDSL.g:6276:2: rule__SuiteDefinition__Group_10__0 { pushFollow(FOLLOW_2); rule__SuiteDefinition__Group_10__0(); @@ -18261,14 +17709,14 @@ public final void rule__SuiteDefinition__Group__10__Impl() throws RecognitionExc // $ANTLR start "rule__SuiteDefinition__Group__11" - // InternalDSL.g:6492:1: rule__SuiteDefinition__Group__11 : rule__SuiteDefinition__Group__11__Impl rule__SuiteDefinition__Group__12 ; + // InternalDSL.g:6286:1: rule__SuiteDefinition__Group__11 : rule__SuiteDefinition__Group__11__Impl rule__SuiteDefinition__Group__12 ; public final void rule__SuiteDefinition__Group__11() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6496:1: ( rule__SuiteDefinition__Group__11__Impl rule__SuiteDefinition__Group__12 ) - // InternalDSL.g:6497:2: rule__SuiteDefinition__Group__11__Impl rule__SuiteDefinition__Group__12 + // InternalDSL.g:6290:1: ( rule__SuiteDefinition__Group__11__Impl rule__SuiteDefinition__Group__12 ) + // InternalDSL.g:6291:2: rule__SuiteDefinition__Group__11__Impl rule__SuiteDefinition__Group__12 { pushFollow(FOLLOW_24); rule__SuiteDefinition__Group__11__Impl(); @@ -18299,29 +17747,29 @@ public final void rule__SuiteDefinition__Group__11() throws RecognitionException // $ANTLR start "rule__SuiteDefinition__Group__11__Impl" - // InternalDSL.g:6504:1: rule__SuiteDefinition__Group__11__Impl : ( ( rule__SuiteDefinition__Group_11__0 )? ) ; + // InternalDSL.g:6298:1: rule__SuiteDefinition__Group__11__Impl : ( ( rule__SuiteDefinition__Group_11__0 )? ) ; public final void rule__SuiteDefinition__Group__11__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6508:1: ( ( ( rule__SuiteDefinition__Group_11__0 )? ) ) - // InternalDSL.g:6509:1: ( ( rule__SuiteDefinition__Group_11__0 )? ) + // InternalDSL.g:6302:1: ( ( ( rule__SuiteDefinition__Group_11__0 )? ) ) + // InternalDSL.g:6303:1: ( ( rule__SuiteDefinition__Group_11__0 )? ) { - // InternalDSL.g:6509:1: ( ( rule__SuiteDefinition__Group_11__0 )? ) - // InternalDSL.g:6510:1: ( rule__SuiteDefinition__Group_11__0 )? + // InternalDSL.g:6303:1: ( ( rule__SuiteDefinition__Group_11__0 )? ) + // InternalDSL.g:6304:1: ( rule__SuiteDefinition__Group_11__0 )? { before(grammarAccess.getSuiteDefinitionAccess().getGroup_11()); - // InternalDSL.g:6511:1: ( rule__SuiteDefinition__Group_11__0 )? - int alt49=2; - int LA49_0 = input.LA(1); + // InternalDSL.g:6305:1: ( rule__SuiteDefinition__Group_11__0 )? + int alt48=2; + int LA48_0 = input.LA(1); - if ( (LA49_0==72) ) { - alt49=1; + if ( (LA48_0==52) ) { + alt48=1; } - switch (alt49) { + switch (alt48) { case 1 : - // InternalDSL.g:6511:2: rule__SuiteDefinition__Group_11__0 + // InternalDSL.g:6305:2: rule__SuiteDefinition__Group_11__0 { pushFollow(FOLLOW_2); rule__SuiteDefinition__Group_11__0(); @@ -18357,14 +17805,14 @@ public final void rule__SuiteDefinition__Group__11__Impl() throws RecognitionExc // $ANTLR start "rule__SuiteDefinition__Group__12" - // InternalDSL.g:6521:1: rule__SuiteDefinition__Group__12 : rule__SuiteDefinition__Group__12__Impl rule__SuiteDefinition__Group__13 ; + // InternalDSL.g:6315:1: rule__SuiteDefinition__Group__12 : rule__SuiteDefinition__Group__12__Impl rule__SuiteDefinition__Group__13 ; public final void rule__SuiteDefinition__Group__12() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6525:1: ( rule__SuiteDefinition__Group__12__Impl rule__SuiteDefinition__Group__13 ) - // InternalDSL.g:6526:2: rule__SuiteDefinition__Group__12__Impl rule__SuiteDefinition__Group__13 + // InternalDSL.g:6319:1: ( rule__SuiteDefinition__Group__12__Impl rule__SuiteDefinition__Group__13 ) + // InternalDSL.g:6320:2: rule__SuiteDefinition__Group__12__Impl rule__SuiteDefinition__Group__13 { pushFollow(FOLLOW_4); rule__SuiteDefinition__Group__12__Impl(); @@ -18395,20 +17843,20 @@ public final void rule__SuiteDefinition__Group__12() throws RecognitionException // $ANTLR start "rule__SuiteDefinition__Group__12__Impl" - // InternalDSL.g:6533:1: rule__SuiteDefinition__Group__12__Impl : ( 'with' ) ; + // InternalDSL.g:6327:1: rule__SuiteDefinition__Group__12__Impl : ( 'with' ) ; public final void rule__SuiteDefinition__Group__12__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6537:1: ( ( 'with' ) ) - // InternalDSL.g:6538:1: ( 'with' ) + // InternalDSL.g:6331:1: ( ( 'with' ) ) + // InternalDSL.g:6332:1: ( 'with' ) { - // InternalDSL.g:6538:1: ( 'with' ) - // InternalDSL.g:6539:1: 'with' + // InternalDSL.g:6332:1: ( 'with' ) + // InternalDSL.g:6333:1: 'with' { before(grammarAccess.getSuiteDefinitionAccess().getWithKeyword_12()); - match(input,57,FOLLOW_2); + match(input,37,FOLLOW_2); after(grammarAccess.getSuiteDefinitionAccess().getWithKeyword_12()); } @@ -18432,14 +17880,14 @@ public final void rule__SuiteDefinition__Group__12__Impl() throws RecognitionExc // $ANTLR start "rule__SuiteDefinition__Group__13" - // InternalDSL.g:6552:1: rule__SuiteDefinition__Group__13 : rule__SuiteDefinition__Group__13__Impl rule__SuiteDefinition__Group__14 ; + // InternalDSL.g:6346:1: rule__SuiteDefinition__Group__13 : rule__SuiteDefinition__Group__13__Impl rule__SuiteDefinition__Group__14 ; public final void rule__SuiteDefinition__Group__13() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6556:1: ( rule__SuiteDefinition__Group__13__Impl rule__SuiteDefinition__Group__14 ) - // InternalDSL.g:6557:2: rule__SuiteDefinition__Group__13__Impl rule__SuiteDefinition__Group__14 + // InternalDSL.g:6350:1: ( rule__SuiteDefinition__Group__13__Impl rule__SuiteDefinition__Group__14 ) + // InternalDSL.g:6351:2: rule__SuiteDefinition__Group__13__Impl rule__SuiteDefinition__Group__14 { pushFollow(FOLLOW_25); rule__SuiteDefinition__Group__13__Impl(); @@ -18470,17 +17918,17 @@ public final void rule__SuiteDefinition__Group__13() throws RecognitionException // $ANTLR start "rule__SuiteDefinition__Group__13__Impl" - // InternalDSL.g:6564:1: rule__SuiteDefinition__Group__13__Impl : ( ruleNL ) ; + // InternalDSL.g:6358:1: rule__SuiteDefinition__Group__13__Impl : ( ruleNL ) ; public final void rule__SuiteDefinition__Group__13__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6568:1: ( ( ruleNL ) ) - // InternalDSL.g:6569:1: ( ruleNL ) + // InternalDSL.g:6362:1: ( ( ruleNL ) ) + // InternalDSL.g:6363:1: ( ruleNL ) { - // InternalDSL.g:6569:1: ( ruleNL ) - // InternalDSL.g:6570:1: ruleNL + // InternalDSL.g:6363:1: ( ruleNL ) + // InternalDSL.g:6364:1: ruleNL { before(grammarAccess.getSuiteDefinitionAccess().getNLParserRuleCall_13()); pushFollow(FOLLOW_2); @@ -18511,14 +17959,14 @@ public final void rule__SuiteDefinition__Group__13__Impl() throws RecognitionExc // $ANTLR start "rule__SuiteDefinition__Group__14" - // InternalDSL.g:6581:1: rule__SuiteDefinition__Group__14 : rule__SuiteDefinition__Group__14__Impl rule__SuiteDefinition__Group__15 ; + // InternalDSL.g:6375:1: rule__SuiteDefinition__Group__14 : rule__SuiteDefinition__Group__14__Impl rule__SuiteDefinition__Group__15 ; public final void rule__SuiteDefinition__Group__14() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6585:1: ( rule__SuiteDefinition__Group__14__Impl rule__SuiteDefinition__Group__15 ) - // InternalDSL.g:6586:2: rule__SuiteDefinition__Group__14__Impl rule__SuiteDefinition__Group__15 + // InternalDSL.g:6379:1: ( rule__SuiteDefinition__Group__14__Impl rule__SuiteDefinition__Group__15 ) + // InternalDSL.g:6380:2: rule__SuiteDefinition__Group__14__Impl rule__SuiteDefinition__Group__15 { pushFollow(FOLLOW_25); rule__SuiteDefinition__Group__14__Impl(); @@ -18549,33 +17997,33 @@ public final void rule__SuiteDefinition__Group__14() throws RecognitionException // $ANTLR start "rule__SuiteDefinition__Group__14__Impl" - // InternalDSL.g:6593:1: rule__SuiteDefinition__Group__14__Impl : ( ( rule__SuiteDefinition__StatementsAssignment_14 )* ) ; + // InternalDSL.g:6387:1: rule__SuiteDefinition__Group__14__Impl : ( ( rule__SuiteDefinition__StatementsAssignment_14 )* ) ; public final void rule__SuiteDefinition__Group__14__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6597:1: ( ( ( rule__SuiteDefinition__StatementsAssignment_14 )* ) ) - // InternalDSL.g:6598:1: ( ( rule__SuiteDefinition__StatementsAssignment_14 )* ) + // InternalDSL.g:6391:1: ( ( ( rule__SuiteDefinition__StatementsAssignment_14 )* ) ) + // InternalDSL.g:6392:1: ( ( rule__SuiteDefinition__StatementsAssignment_14 )* ) { - // InternalDSL.g:6598:1: ( ( rule__SuiteDefinition__StatementsAssignment_14 )* ) - // InternalDSL.g:6599:1: ( rule__SuiteDefinition__StatementsAssignment_14 )* + // InternalDSL.g:6392:1: ( ( rule__SuiteDefinition__StatementsAssignment_14 )* ) + // InternalDSL.g:6393:1: ( rule__SuiteDefinition__StatementsAssignment_14 )* { before(grammarAccess.getSuiteDefinitionAccess().getStatementsAssignment_14()); - // InternalDSL.g:6600:1: ( rule__SuiteDefinition__StatementsAssignment_14 )* - loop50: + // InternalDSL.g:6394:1: ( rule__SuiteDefinition__StatementsAssignment_14 )* + loop49: do { - int alt50=2; - int LA50_0 = input.LA(1); + int alt49=2; + int LA49_0 = input.LA(1); - if ( ((LA50_0>=RULE_SL_VISIBLE_COMMENT && LA50_0<=RULE_DIVIDER)||LA50_0==RULE_ML_DOC_COMMENT||LA50_0==75||(LA50_0>=77 && LA50_0<=78)||LA50_0==81||LA50_0==83||(LA50_0>=85 && LA50_0<=86)||LA50_0==90||LA50_0==103||LA50_0==105||LA50_0==107) ) { - alt50=1; + if ( ((LA49_0>=RULE_SL_VISIBLE_COMMENT && LA49_0<=RULE_DIVIDER)||LA49_0==RULE_ML_DOC_COMMENT||LA49_0==55||(LA49_0>=57 && LA49_0<=58)||LA49_0==61||LA49_0==63||(LA49_0>=65 && LA49_0<=66)||LA49_0==70||LA49_0==83||LA49_0==85||LA49_0==87) ) { + alt49=1; } - switch (alt50) { + switch (alt49) { case 1 : - // InternalDSL.g:6600:2: rule__SuiteDefinition__StatementsAssignment_14 + // InternalDSL.g:6394:2: rule__SuiteDefinition__StatementsAssignment_14 { pushFollow(FOLLOW_26); rule__SuiteDefinition__StatementsAssignment_14(); @@ -18587,7 +18035,7 @@ public final void rule__SuiteDefinition__Group__14__Impl() throws RecognitionExc break; default : - break loop50; + break loop49; } } while (true); @@ -18614,14 +18062,14 @@ public final void rule__SuiteDefinition__Group__14__Impl() throws RecognitionExc // $ANTLR start "rule__SuiteDefinition__Group__15" - // InternalDSL.g:6610:1: rule__SuiteDefinition__Group__15 : rule__SuiteDefinition__Group__15__Impl rule__SuiteDefinition__Group__16 ; + // InternalDSL.g:6404:1: rule__SuiteDefinition__Group__15 : rule__SuiteDefinition__Group__15__Impl rule__SuiteDefinition__Group__16 ; public final void rule__SuiteDefinition__Group__15() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6614:1: ( rule__SuiteDefinition__Group__15__Impl rule__SuiteDefinition__Group__16 ) - // InternalDSL.g:6615:2: rule__SuiteDefinition__Group__15__Impl rule__SuiteDefinition__Group__16 + // InternalDSL.g:6408:1: ( rule__SuiteDefinition__Group__15__Impl rule__SuiteDefinition__Group__16 ) + // InternalDSL.g:6409:2: rule__SuiteDefinition__Group__15__Impl rule__SuiteDefinition__Group__16 { pushFollow(FOLLOW_4); rule__SuiteDefinition__Group__15__Impl(); @@ -18652,20 +18100,20 @@ public final void rule__SuiteDefinition__Group__15() throws RecognitionException // $ANTLR start "rule__SuiteDefinition__Group__15__Impl" - // InternalDSL.g:6622:1: rule__SuiteDefinition__Group__15__Impl : ( 'suiteend' ) ; + // InternalDSL.g:6416:1: rule__SuiteDefinition__Group__15__Impl : ( 'suiteend' ) ; public final void rule__SuiteDefinition__Group__15__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6626:1: ( ( 'suiteend' ) ) - // InternalDSL.g:6627:1: ( 'suiteend' ) + // InternalDSL.g:6420:1: ( ( 'suiteend' ) ) + // InternalDSL.g:6421:1: ( 'suiteend' ) { - // InternalDSL.g:6627:1: ( 'suiteend' ) - // InternalDSL.g:6628:1: 'suiteend' + // InternalDSL.g:6421:1: ( 'suiteend' ) + // InternalDSL.g:6422:1: 'suiteend' { before(grammarAccess.getSuiteDefinitionAccess().getSuiteendKeyword_15()); - match(input,68,FOLLOW_2); + match(input,48,FOLLOW_2); after(grammarAccess.getSuiteDefinitionAccess().getSuiteendKeyword_15()); } @@ -18689,14 +18137,14 @@ public final void rule__SuiteDefinition__Group__15__Impl() throws RecognitionExc // $ANTLR start "rule__SuiteDefinition__Group__16" - // InternalDSL.g:6641:1: rule__SuiteDefinition__Group__16 : rule__SuiteDefinition__Group__16__Impl ; + // InternalDSL.g:6435:1: rule__SuiteDefinition__Group__16 : rule__SuiteDefinition__Group__16__Impl ; public final void rule__SuiteDefinition__Group__16() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6645:1: ( rule__SuiteDefinition__Group__16__Impl ) - // InternalDSL.g:6646:2: rule__SuiteDefinition__Group__16__Impl + // InternalDSL.g:6439:1: ( rule__SuiteDefinition__Group__16__Impl ) + // InternalDSL.g:6440:2: rule__SuiteDefinition__Group__16__Impl { pushFollow(FOLLOW_2); rule__SuiteDefinition__Group__16__Impl(); @@ -18722,17 +18170,17 @@ public final void rule__SuiteDefinition__Group__16() throws RecognitionException // $ANTLR start "rule__SuiteDefinition__Group__16__Impl" - // InternalDSL.g:6652:1: rule__SuiteDefinition__Group__16__Impl : ( ruleNL ) ; + // InternalDSL.g:6446:1: rule__SuiteDefinition__Group__16__Impl : ( ruleNL ) ; public final void rule__SuiteDefinition__Group__16__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6656:1: ( ( ruleNL ) ) - // InternalDSL.g:6657:1: ( ruleNL ) + // InternalDSL.g:6450:1: ( ( ruleNL ) ) + // InternalDSL.g:6451:1: ( ruleNL ) { - // InternalDSL.g:6657:1: ( ruleNL ) - // InternalDSL.g:6658:1: ruleNL + // InternalDSL.g:6451:1: ( ruleNL ) + // InternalDSL.g:6452:1: ruleNL { before(grammarAccess.getSuiteDefinitionAccess().getNLParserRuleCall_16()); pushFollow(FOLLOW_2); @@ -18763,14 +18211,14 @@ public final void rule__SuiteDefinition__Group__16__Impl() throws RecognitionExc // $ANTLR start "rule__SuiteDefinition__Group_8__0" - // InternalDSL.g:6703:1: rule__SuiteDefinition__Group_8__0 : rule__SuiteDefinition__Group_8__0__Impl rule__SuiteDefinition__Group_8__1 ; + // InternalDSL.g:6497:1: rule__SuiteDefinition__Group_8__0 : rule__SuiteDefinition__Group_8__0__Impl rule__SuiteDefinition__Group_8__1 ; public final void rule__SuiteDefinition__Group_8__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6707:1: ( rule__SuiteDefinition__Group_8__0__Impl rule__SuiteDefinition__Group_8__1 ) - // InternalDSL.g:6708:2: rule__SuiteDefinition__Group_8__0__Impl rule__SuiteDefinition__Group_8__1 + // InternalDSL.g:6501:1: ( rule__SuiteDefinition__Group_8__0__Impl rule__SuiteDefinition__Group_8__1 ) + // InternalDSL.g:6502:2: rule__SuiteDefinition__Group_8__0__Impl rule__SuiteDefinition__Group_8__1 { pushFollow(FOLLOW_9); rule__SuiteDefinition__Group_8__0__Impl(); @@ -18801,20 +18249,20 @@ public final void rule__SuiteDefinition__Group_8__0() throws RecognitionExceptio // $ANTLR start "rule__SuiteDefinition__Group_8__0__Impl" - // InternalDSL.g:6715:1: rule__SuiteDefinition__Group_8__0__Impl : ( 'gets' ) ; + // InternalDSL.g:6509:1: rule__SuiteDefinition__Group_8__0__Impl : ( 'gets' ) ; public final void rule__SuiteDefinition__Group_8__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6719:1: ( ( 'gets' ) ) - // InternalDSL.g:6720:1: ( 'gets' ) + // InternalDSL.g:6513:1: ( ( 'gets' ) ) + // InternalDSL.g:6514:1: ( 'gets' ) { - // InternalDSL.g:6720:1: ( 'gets' ) - // InternalDSL.g:6721:1: 'gets' + // InternalDSL.g:6514:1: ( 'gets' ) + // InternalDSL.g:6515:1: 'gets' { before(grammarAccess.getSuiteDefinitionAccess().getGetsKeyword_8_0()); - match(input,69,FOLLOW_2); + match(input,49,FOLLOW_2); after(grammarAccess.getSuiteDefinitionAccess().getGetsKeyword_8_0()); } @@ -18838,14 +18286,14 @@ public final void rule__SuiteDefinition__Group_8__0__Impl() throws RecognitionEx // $ANTLR start "rule__SuiteDefinition__Group_8__1" - // InternalDSL.g:6734:1: rule__SuiteDefinition__Group_8__1 : rule__SuiteDefinition__Group_8__1__Impl ; + // InternalDSL.g:6528:1: rule__SuiteDefinition__Group_8__1 : rule__SuiteDefinition__Group_8__1__Impl ; public final void rule__SuiteDefinition__Group_8__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6738:1: ( rule__SuiteDefinition__Group_8__1__Impl ) - // InternalDSL.g:6739:2: rule__SuiteDefinition__Group_8__1__Impl + // InternalDSL.g:6532:1: ( rule__SuiteDefinition__Group_8__1__Impl ) + // InternalDSL.g:6533:2: rule__SuiteDefinition__Group_8__1__Impl { pushFollow(FOLLOW_2); rule__SuiteDefinition__Group_8__1__Impl(); @@ -18871,24 +18319,24 @@ public final void rule__SuiteDefinition__Group_8__1() throws RecognitionExceptio // $ANTLR start "rule__SuiteDefinition__Group_8__1__Impl" - // InternalDSL.g:6745:1: rule__SuiteDefinition__Group_8__1__Impl : ( ( ( rule__SuiteDefinition__Group_8_1__0 ) ) ( ( rule__SuiteDefinition__Group_8_1__0 )* ) ) ; + // InternalDSL.g:6539:1: rule__SuiteDefinition__Group_8__1__Impl : ( ( ( rule__SuiteDefinition__Group_8_1__0 ) ) ( ( rule__SuiteDefinition__Group_8_1__0 )* ) ) ; public final void rule__SuiteDefinition__Group_8__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6749:1: ( ( ( ( rule__SuiteDefinition__Group_8_1__0 ) ) ( ( rule__SuiteDefinition__Group_8_1__0 )* ) ) ) - // InternalDSL.g:6750:1: ( ( ( rule__SuiteDefinition__Group_8_1__0 ) ) ( ( rule__SuiteDefinition__Group_8_1__0 )* ) ) + // InternalDSL.g:6543:1: ( ( ( ( rule__SuiteDefinition__Group_8_1__0 ) ) ( ( rule__SuiteDefinition__Group_8_1__0 )* ) ) ) + // InternalDSL.g:6544:1: ( ( ( rule__SuiteDefinition__Group_8_1__0 ) ) ( ( rule__SuiteDefinition__Group_8_1__0 )* ) ) { - // InternalDSL.g:6750:1: ( ( ( rule__SuiteDefinition__Group_8_1__0 ) ) ( ( rule__SuiteDefinition__Group_8_1__0 )* ) ) - // InternalDSL.g:6751:1: ( ( rule__SuiteDefinition__Group_8_1__0 ) ) ( ( rule__SuiteDefinition__Group_8_1__0 )* ) + // InternalDSL.g:6544:1: ( ( ( rule__SuiteDefinition__Group_8_1__0 ) ) ( ( rule__SuiteDefinition__Group_8_1__0 )* ) ) + // InternalDSL.g:6545:1: ( ( rule__SuiteDefinition__Group_8_1__0 ) ) ( ( rule__SuiteDefinition__Group_8_1__0 )* ) { - // InternalDSL.g:6751:1: ( ( rule__SuiteDefinition__Group_8_1__0 ) ) - // InternalDSL.g:6752:1: ( rule__SuiteDefinition__Group_8_1__0 ) + // InternalDSL.g:6545:1: ( ( rule__SuiteDefinition__Group_8_1__0 ) ) + // InternalDSL.g:6546:1: ( rule__SuiteDefinition__Group_8_1__0 ) { before(grammarAccess.getSuiteDefinitionAccess().getGroup_8_1()); - // InternalDSL.g:6753:1: ( rule__SuiteDefinition__Group_8_1__0 ) - // InternalDSL.g:6753:2: rule__SuiteDefinition__Group_8_1__0 + // InternalDSL.g:6547:1: ( rule__SuiteDefinition__Group_8_1__0 ) + // InternalDSL.g:6547:2: rule__SuiteDefinition__Group_8_1__0 { pushFollow(FOLLOW_15); rule__SuiteDefinition__Group_8_1__0(); @@ -18902,24 +18350,24 @@ public final void rule__SuiteDefinition__Group_8__1__Impl() throws RecognitionEx } - // InternalDSL.g:6756:1: ( ( rule__SuiteDefinition__Group_8_1__0 )* ) - // InternalDSL.g:6757:1: ( rule__SuiteDefinition__Group_8_1__0 )* + // InternalDSL.g:6550:1: ( ( rule__SuiteDefinition__Group_8_1__0 )* ) + // InternalDSL.g:6551:1: ( rule__SuiteDefinition__Group_8_1__0 )* { before(grammarAccess.getSuiteDefinitionAccess().getGroup_8_1()); - // InternalDSL.g:6758:1: ( rule__SuiteDefinition__Group_8_1__0 )* - loop51: + // InternalDSL.g:6552:1: ( rule__SuiteDefinition__Group_8_1__0 )* + loop50: do { - int alt51=2; - int LA51_0 = input.LA(1); + int alt50=2; + int LA50_0 = input.LA(1); - if ( (LA51_0==RULE_ID) ) { - alt51=1; + if ( (LA50_0==RULE_ID) ) { + alt50=1; } - switch (alt51) { + switch (alt50) { case 1 : - // InternalDSL.g:6758:2: rule__SuiteDefinition__Group_8_1__0 + // InternalDSL.g:6552:2: rule__SuiteDefinition__Group_8_1__0 { pushFollow(FOLLOW_15); rule__SuiteDefinition__Group_8_1__0(); @@ -18931,7 +18379,7 @@ public final void rule__SuiteDefinition__Group_8__1__Impl() throws RecognitionEx break; default : - break loop51; + break loop50; } } while (true); @@ -18961,14 +18409,14 @@ public final void rule__SuiteDefinition__Group_8__1__Impl() throws RecognitionEx // $ANTLR start "rule__SuiteDefinition__Group_8_1__0" - // InternalDSL.g:6773:1: rule__SuiteDefinition__Group_8_1__0 : rule__SuiteDefinition__Group_8_1__0__Impl rule__SuiteDefinition__Group_8_1__1 ; + // InternalDSL.g:6567:1: rule__SuiteDefinition__Group_8_1__0 : rule__SuiteDefinition__Group_8_1__0__Impl rule__SuiteDefinition__Group_8_1__1 ; public final void rule__SuiteDefinition__Group_8_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6777:1: ( rule__SuiteDefinition__Group_8_1__0__Impl rule__SuiteDefinition__Group_8_1__1 ) - // InternalDSL.g:6778:2: rule__SuiteDefinition__Group_8_1__0__Impl rule__SuiteDefinition__Group_8_1__1 + // InternalDSL.g:6571:1: ( rule__SuiteDefinition__Group_8_1__0__Impl rule__SuiteDefinition__Group_8_1__1 ) + // InternalDSL.g:6572:2: rule__SuiteDefinition__Group_8_1__0__Impl rule__SuiteDefinition__Group_8_1__1 { pushFollow(FOLLOW_4); rule__SuiteDefinition__Group_8_1__0__Impl(); @@ -18999,21 +18447,21 @@ public final void rule__SuiteDefinition__Group_8_1__0() throws RecognitionExcept // $ANTLR start "rule__SuiteDefinition__Group_8_1__0__Impl" - // InternalDSL.g:6785:1: rule__SuiteDefinition__Group_8_1__0__Impl : ( ( rule__SuiteDefinition__ParametersAssignment_8_1_0 ) ) ; + // InternalDSL.g:6579:1: rule__SuiteDefinition__Group_8_1__0__Impl : ( ( rule__SuiteDefinition__ParametersAssignment_8_1_0 ) ) ; public final void rule__SuiteDefinition__Group_8_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6789:1: ( ( ( rule__SuiteDefinition__ParametersAssignment_8_1_0 ) ) ) - // InternalDSL.g:6790:1: ( ( rule__SuiteDefinition__ParametersAssignment_8_1_0 ) ) + // InternalDSL.g:6583:1: ( ( ( rule__SuiteDefinition__ParametersAssignment_8_1_0 ) ) ) + // InternalDSL.g:6584:1: ( ( rule__SuiteDefinition__ParametersAssignment_8_1_0 ) ) { - // InternalDSL.g:6790:1: ( ( rule__SuiteDefinition__ParametersAssignment_8_1_0 ) ) - // InternalDSL.g:6791:1: ( rule__SuiteDefinition__ParametersAssignment_8_1_0 ) + // InternalDSL.g:6584:1: ( ( rule__SuiteDefinition__ParametersAssignment_8_1_0 ) ) + // InternalDSL.g:6585:1: ( rule__SuiteDefinition__ParametersAssignment_8_1_0 ) { before(grammarAccess.getSuiteDefinitionAccess().getParametersAssignment_8_1_0()); - // InternalDSL.g:6792:1: ( rule__SuiteDefinition__ParametersAssignment_8_1_0 ) - // InternalDSL.g:6792:2: rule__SuiteDefinition__ParametersAssignment_8_1_0 + // InternalDSL.g:6586:1: ( rule__SuiteDefinition__ParametersAssignment_8_1_0 ) + // InternalDSL.g:6586:2: rule__SuiteDefinition__ParametersAssignment_8_1_0 { pushFollow(FOLLOW_2); rule__SuiteDefinition__ParametersAssignment_8_1_0(); @@ -19046,14 +18494,14 @@ public final void rule__SuiteDefinition__Group_8_1__0__Impl() throws Recognition // $ANTLR start "rule__SuiteDefinition__Group_8_1__1" - // InternalDSL.g:6802:1: rule__SuiteDefinition__Group_8_1__1 : rule__SuiteDefinition__Group_8_1__1__Impl ; + // InternalDSL.g:6596:1: rule__SuiteDefinition__Group_8_1__1 : rule__SuiteDefinition__Group_8_1__1__Impl ; public final void rule__SuiteDefinition__Group_8_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6806:1: ( rule__SuiteDefinition__Group_8_1__1__Impl ) - // InternalDSL.g:6807:2: rule__SuiteDefinition__Group_8_1__1__Impl + // InternalDSL.g:6600:1: ( rule__SuiteDefinition__Group_8_1__1__Impl ) + // InternalDSL.g:6601:2: rule__SuiteDefinition__Group_8_1__1__Impl { pushFollow(FOLLOW_2); rule__SuiteDefinition__Group_8_1__1__Impl(); @@ -19079,17 +18527,17 @@ public final void rule__SuiteDefinition__Group_8_1__1() throws RecognitionExcept // $ANTLR start "rule__SuiteDefinition__Group_8_1__1__Impl" - // InternalDSL.g:6813:1: rule__SuiteDefinition__Group_8_1__1__Impl : ( ruleNL ) ; + // InternalDSL.g:6607:1: rule__SuiteDefinition__Group_8_1__1__Impl : ( ruleNL ) ; public final void rule__SuiteDefinition__Group_8_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6817:1: ( ( ruleNL ) ) - // InternalDSL.g:6818:1: ( ruleNL ) + // InternalDSL.g:6611:1: ( ( ruleNL ) ) + // InternalDSL.g:6612:1: ( ruleNL ) { - // InternalDSL.g:6818:1: ( ruleNL ) - // InternalDSL.g:6819:1: ruleNL + // InternalDSL.g:6612:1: ( ruleNL ) + // InternalDSL.g:6613:1: ruleNL { before(grammarAccess.getSuiteDefinitionAccess().getNLParserRuleCall_8_1_1()); pushFollow(FOLLOW_2); @@ -19120,14 +18568,14 @@ public final void rule__SuiteDefinition__Group_8_1__1__Impl() throws Recognition // $ANTLR start "rule__SuiteDefinition__Group_9__0" - // InternalDSL.g:6834:1: rule__SuiteDefinition__Group_9__0 : rule__SuiteDefinition__Group_9__0__Impl rule__SuiteDefinition__Group_9__1 ; + // InternalDSL.g:6628:1: rule__SuiteDefinition__Group_9__0 : rule__SuiteDefinition__Group_9__0__Impl rule__SuiteDefinition__Group_9__1 ; public final void rule__SuiteDefinition__Group_9__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6838:1: ( rule__SuiteDefinition__Group_9__0__Impl rule__SuiteDefinition__Group_9__1 ) - // InternalDSL.g:6839:2: rule__SuiteDefinition__Group_9__0__Impl rule__SuiteDefinition__Group_9__1 + // InternalDSL.g:6632:1: ( rule__SuiteDefinition__Group_9__0__Impl rule__SuiteDefinition__Group_9__1 ) + // InternalDSL.g:6633:2: rule__SuiteDefinition__Group_9__0__Impl rule__SuiteDefinition__Group_9__1 { pushFollow(FOLLOW_9); rule__SuiteDefinition__Group_9__0__Impl(); @@ -19158,20 +18606,20 @@ public final void rule__SuiteDefinition__Group_9__0() throws RecognitionExceptio // $ANTLR start "rule__SuiteDefinition__Group_9__0__Impl" - // InternalDSL.g:6846:1: rule__SuiteDefinition__Group_9__0__Impl : ( 'returns' ) ; + // InternalDSL.g:6640:1: rule__SuiteDefinition__Group_9__0__Impl : ( 'returns' ) ; public final void rule__SuiteDefinition__Group_9__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6850:1: ( ( 'returns' ) ) - // InternalDSL.g:6851:1: ( 'returns' ) + // InternalDSL.g:6644:1: ( ( 'returns' ) ) + // InternalDSL.g:6645:1: ( 'returns' ) { - // InternalDSL.g:6851:1: ( 'returns' ) - // InternalDSL.g:6852:1: 'returns' + // InternalDSL.g:6645:1: ( 'returns' ) + // InternalDSL.g:6646:1: 'returns' { before(grammarAccess.getSuiteDefinitionAccess().getReturnsKeyword_9_0()); - match(input,70,FOLLOW_2); + match(input,50,FOLLOW_2); after(grammarAccess.getSuiteDefinitionAccess().getReturnsKeyword_9_0()); } @@ -19195,14 +18643,14 @@ public final void rule__SuiteDefinition__Group_9__0__Impl() throws RecognitionEx // $ANTLR start "rule__SuiteDefinition__Group_9__1" - // InternalDSL.g:6865:1: rule__SuiteDefinition__Group_9__1 : rule__SuiteDefinition__Group_9__1__Impl ; + // InternalDSL.g:6659:1: rule__SuiteDefinition__Group_9__1 : rule__SuiteDefinition__Group_9__1__Impl ; public final void rule__SuiteDefinition__Group_9__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6869:1: ( rule__SuiteDefinition__Group_9__1__Impl ) - // InternalDSL.g:6870:2: rule__SuiteDefinition__Group_9__1__Impl + // InternalDSL.g:6663:1: ( rule__SuiteDefinition__Group_9__1__Impl ) + // InternalDSL.g:6664:2: rule__SuiteDefinition__Group_9__1__Impl { pushFollow(FOLLOW_2); rule__SuiteDefinition__Group_9__1__Impl(); @@ -19228,24 +18676,24 @@ public final void rule__SuiteDefinition__Group_9__1() throws RecognitionExceptio // $ANTLR start "rule__SuiteDefinition__Group_9__1__Impl" - // InternalDSL.g:6876:1: rule__SuiteDefinition__Group_9__1__Impl : ( ( ( rule__SuiteDefinition__Group_9_1__0 ) ) ( ( rule__SuiteDefinition__Group_9_1__0 )* ) ) ; + // InternalDSL.g:6670:1: rule__SuiteDefinition__Group_9__1__Impl : ( ( ( rule__SuiteDefinition__Group_9_1__0 ) ) ( ( rule__SuiteDefinition__Group_9_1__0 )* ) ) ; public final void rule__SuiteDefinition__Group_9__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6880:1: ( ( ( ( rule__SuiteDefinition__Group_9_1__0 ) ) ( ( rule__SuiteDefinition__Group_9_1__0 )* ) ) ) - // InternalDSL.g:6881:1: ( ( ( rule__SuiteDefinition__Group_9_1__0 ) ) ( ( rule__SuiteDefinition__Group_9_1__0 )* ) ) + // InternalDSL.g:6674:1: ( ( ( ( rule__SuiteDefinition__Group_9_1__0 ) ) ( ( rule__SuiteDefinition__Group_9_1__0 )* ) ) ) + // InternalDSL.g:6675:1: ( ( ( rule__SuiteDefinition__Group_9_1__0 ) ) ( ( rule__SuiteDefinition__Group_9_1__0 )* ) ) { - // InternalDSL.g:6881:1: ( ( ( rule__SuiteDefinition__Group_9_1__0 ) ) ( ( rule__SuiteDefinition__Group_9_1__0 )* ) ) - // InternalDSL.g:6882:1: ( ( rule__SuiteDefinition__Group_9_1__0 ) ) ( ( rule__SuiteDefinition__Group_9_1__0 )* ) + // InternalDSL.g:6675:1: ( ( ( rule__SuiteDefinition__Group_9_1__0 ) ) ( ( rule__SuiteDefinition__Group_9_1__0 )* ) ) + // InternalDSL.g:6676:1: ( ( rule__SuiteDefinition__Group_9_1__0 ) ) ( ( rule__SuiteDefinition__Group_9_1__0 )* ) { - // InternalDSL.g:6882:1: ( ( rule__SuiteDefinition__Group_9_1__0 ) ) - // InternalDSL.g:6883:1: ( rule__SuiteDefinition__Group_9_1__0 ) + // InternalDSL.g:6676:1: ( ( rule__SuiteDefinition__Group_9_1__0 ) ) + // InternalDSL.g:6677:1: ( rule__SuiteDefinition__Group_9_1__0 ) { before(grammarAccess.getSuiteDefinitionAccess().getGroup_9_1()); - // InternalDSL.g:6884:1: ( rule__SuiteDefinition__Group_9_1__0 ) - // InternalDSL.g:6884:2: rule__SuiteDefinition__Group_9_1__0 + // InternalDSL.g:6678:1: ( rule__SuiteDefinition__Group_9_1__0 ) + // InternalDSL.g:6678:2: rule__SuiteDefinition__Group_9_1__0 { pushFollow(FOLLOW_15); rule__SuiteDefinition__Group_9_1__0(); @@ -19259,24 +18707,24 @@ public final void rule__SuiteDefinition__Group_9__1__Impl() throws RecognitionEx } - // InternalDSL.g:6887:1: ( ( rule__SuiteDefinition__Group_9_1__0 )* ) - // InternalDSL.g:6888:1: ( rule__SuiteDefinition__Group_9_1__0 )* + // InternalDSL.g:6681:1: ( ( rule__SuiteDefinition__Group_9_1__0 )* ) + // InternalDSL.g:6682:1: ( rule__SuiteDefinition__Group_9_1__0 )* { before(grammarAccess.getSuiteDefinitionAccess().getGroup_9_1()); - // InternalDSL.g:6889:1: ( rule__SuiteDefinition__Group_9_1__0 )* - loop52: + // InternalDSL.g:6683:1: ( rule__SuiteDefinition__Group_9_1__0 )* + loop51: do { - int alt52=2; - int LA52_0 = input.LA(1); + int alt51=2; + int LA51_0 = input.LA(1); - if ( (LA52_0==RULE_ID) ) { - alt52=1; + if ( (LA51_0==RULE_ID) ) { + alt51=1; } - switch (alt52) { + switch (alt51) { case 1 : - // InternalDSL.g:6889:2: rule__SuiteDefinition__Group_9_1__0 + // InternalDSL.g:6683:2: rule__SuiteDefinition__Group_9_1__0 { pushFollow(FOLLOW_15); rule__SuiteDefinition__Group_9_1__0(); @@ -19288,7 +18736,7 @@ public final void rule__SuiteDefinition__Group_9__1__Impl() throws RecognitionEx break; default : - break loop52; + break loop51; } } while (true); @@ -19318,14 +18766,14 @@ public final void rule__SuiteDefinition__Group_9__1__Impl() throws RecognitionEx // $ANTLR start "rule__SuiteDefinition__Group_9_1__0" - // InternalDSL.g:6904:1: rule__SuiteDefinition__Group_9_1__0 : rule__SuiteDefinition__Group_9_1__0__Impl rule__SuiteDefinition__Group_9_1__1 ; + // InternalDSL.g:6698:1: rule__SuiteDefinition__Group_9_1__0 : rule__SuiteDefinition__Group_9_1__0__Impl rule__SuiteDefinition__Group_9_1__1 ; public final void rule__SuiteDefinition__Group_9_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6908:1: ( rule__SuiteDefinition__Group_9_1__0__Impl rule__SuiteDefinition__Group_9_1__1 ) - // InternalDSL.g:6909:2: rule__SuiteDefinition__Group_9_1__0__Impl rule__SuiteDefinition__Group_9_1__1 + // InternalDSL.g:6702:1: ( rule__SuiteDefinition__Group_9_1__0__Impl rule__SuiteDefinition__Group_9_1__1 ) + // InternalDSL.g:6703:2: rule__SuiteDefinition__Group_9_1__0__Impl rule__SuiteDefinition__Group_9_1__1 { pushFollow(FOLLOW_4); rule__SuiteDefinition__Group_9_1__0__Impl(); @@ -19356,21 +18804,21 @@ public final void rule__SuiteDefinition__Group_9_1__0() throws RecognitionExcept // $ANTLR start "rule__SuiteDefinition__Group_9_1__0__Impl" - // InternalDSL.g:6916:1: rule__SuiteDefinition__Group_9_1__0__Impl : ( ( rule__SuiteDefinition__ReturnAssignment_9_1_0 ) ) ; + // InternalDSL.g:6710:1: rule__SuiteDefinition__Group_9_1__0__Impl : ( ( rule__SuiteDefinition__ReturnAssignment_9_1_0 ) ) ; public final void rule__SuiteDefinition__Group_9_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6920:1: ( ( ( rule__SuiteDefinition__ReturnAssignment_9_1_0 ) ) ) - // InternalDSL.g:6921:1: ( ( rule__SuiteDefinition__ReturnAssignment_9_1_0 ) ) + // InternalDSL.g:6714:1: ( ( ( rule__SuiteDefinition__ReturnAssignment_9_1_0 ) ) ) + // InternalDSL.g:6715:1: ( ( rule__SuiteDefinition__ReturnAssignment_9_1_0 ) ) { - // InternalDSL.g:6921:1: ( ( rule__SuiteDefinition__ReturnAssignment_9_1_0 ) ) - // InternalDSL.g:6922:1: ( rule__SuiteDefinition__ReturnAssignment_9_1_0 ) + // InternalDSL.g:6715:1: ( ( rule__SuiteDefinition__ReturnAssignment_9_1_0 ) ) + // InternalDSL.g:6716:1: ( rule__SuiteDefinition__ReturnAssignment_9_1_0 ) { before(grammarAccess.getSuiteDefinitionAccess().getReturnAssignment_9_1_0()); - // InternalDSL.g:6923:1: ( rule__SuiteDefinition__ReturnAssignment_9_1_0 ) - // InternalDSL.g:6923:2: rule__SuiteDefinition__ReturnAssignment_9_1_0 + // InternalDSL.g:6717:1: ( rule__SuiteDefinition__ReturnAssignment_9_1_0 ) + // InternalDSL.g:6717:2: rule__SuiteDefinition__ReturnAssignment_9_1_0 { pushFollow(FOLLOW_2); rule__SuiteDefinition__ReturnAssignment_9_1_0(); @@ -19403,14 +18851,14 @@ public final void rule__SuiteDefinition__Group_9_1__0__Impl() throws Recognition // $ANTLR start "rule__SuiteDefinition__Group_9_1__1" - // InternalDSL.g:6933:1: rule__SuiteDefinition__Group_9_1__1 : rule__SuiteDefinition__Group_9_1__1__Impl ; + // InternalDSL.g:6727:1: rule__SuiteDefinition__Group_9_1__1 : rule__SuiteDefinition__Group_9_1__1__Impl ; public final void rule__SuiteDefinition__Group_9_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6937:1: ( rule__SuiteDefinition__Group_9_1__1__Impl ) - // InternalDSL.g:6938:2: rule__SuiteDefinition__Group_9_1__1__Impl + // InternalDSL.g:6731:1: ( rule__SuiteDefinition__Group_9_1__1__Impl ) + // InternalDSL.g:6732:2: rule__SuiteDefinition__Group_9_1__1__Impl { pushFollow(FOLLOW_2); rule__SuiteDefinition__Group_9_1__1__Impl(); @@ -19436,17 +18884,17 @@ public final void rule__SuiteDefinition__Group_9_1__1() throws RecognitionExcept // $ANTLR start "rule__SuiteDefinition__Group_9_1__1__Impl" - // InternalDSL.g:6944:1: rule__SuiteDefinition__Group_9_1__1__Impl : ( ruleNL ) ; + // InternalDSL.g:6738:1: rule__SuiteDefinition__Group_9_1__1__Impl : ( ruleNL ) ; public final void rule__SuiteDefinition__Group_9_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6948:1: ( ( ruleNL ) ) - // InternalDSL.g:6949:1: ( ruleNL ) + // InternalDSL.g:6742:1: ( ( ruleNL ) ) + // InternalDSL.g:6743:1: ( ruleNL ) { - // InternalDSL.g:6949:1: ( ruleNL ) - // InternalDSL.g:6950:1: ruleNL + // InternalDSL.g:6743:1: ( ruleNL ) + // InternalDSL.g:6744:1: ruleNL { before(grammarAccess.getSuiteDefinitionAccess().getNLParserRuleCall_9_1_1()); pushFollow(FOLLOW_2); @@ -19477,14 +18925,14 @@ public final void rule__SuiteDefinition__Group_9_1__1__Impl() throws Recognition // $ANTLR start "rule__SuiteDefinition__Group_10__0" - // InternalDSL.g:6965:1: rule__SuiteDefinition__Group_10__0 : rule__SuiteDefinition__Group_10__0__Impl rule__SuiteDefinition__Group_10__1 ; + // InternalDSL.g:6759:1: rule__SuiteDefinition__Group_10__0 : rule__SuiteDefinition__Group_10__0__Impl rule__SuiteDefinition__Group_10__1 ; public final void rule__SuiteDefinition__Group_10__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6969:1: ( rule__SuiteDefinition__Group_10__0__Impl rule__SuiteDefinition__Group_10__1 ) - // InternalDSL.g:6970:2: rule__SuiteDefinition__Group_10__0__Impl rule__SuiteDefinition__Group_10__1 + // InternalDSL.g:6763:1: ( rule__SuiteDefinition__Group_10__0__Impl rule__SuiteDefinition__Group_10__1 ) + // InternalDSL.g:6764:2: rule__SuiteDefinition__Group_10__0__Impl rule__SuiteDefinition__Group_10__1 { pushFollow(FOLLOW_4); rule__SuiteDefinition__Group_10__0__Impl(); @@ -19515,20 +18963,20 @@ public final void rule__SuiteDefinition__Group_10__0() throws RecognitionExcepti // $ANTLR start "rule__SuiteDefinition__Group_10__0__Impl" - // InternalDSL.g:6977:1: rule__SuiteDefinition__Group_10__0__Impl : ( 'requires' ) ; + // InternalDSL.g:6771:1: rule__SuiteDefinition__Group_10__0__Impl : ( 'requires' ) ; public final void rule__SuiteDefinition__Group_10__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:6981:1: ( ( 'requires' ) ) - // InternalDSL.g:6982:1: ( 'requires' ) + // InternalDSL.g:6775:1: ( ( 'requires' ) ) + // InternalDSL.g:6776:1: ( 'requires' ) { - // InternalDSL.g:6982:1: ( 'requires' ) - // InternalDSL.g:6983:1: 'requires' + // InternalDSL.g:6776:1: ( 'requires' ) + // InternalDSL.g:6777:1: 'requires' { before(grammarAccess.getSuiteDefinitionAccess().getRequiresKeyword_10_0()); - match(input,71,FOLLOW_2); + match(input,51,FOLLOW_2); after(grammarAccess.getSuiteDefinitionAccess().getRequiresKeyword_10_0()); } @@ -19552,14 +19000,14 @@ public final void rule__SuiteDefinition__Group_10__0__Impl() throws RecognitionE // $ANTLR start "rule__SuiteDefinition__Group_10__1" - // InternalDSL.g:6996:1: rule__SuiteDefinition__Group_10__1 : rule__SuiteDefinition__Group_10__1__Impl rule__SuiteDefinition__Group_10__2 ; + // InternalDSL.g:6790:1: rule__SuiteDefinition__Group_10__1 : rule__SuiteDefinition__Group_10__1__Impl rule__SuiteDefinition__Group_10__2 ; public final void rule__SuiteDefinition__Group_10__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7000:1: ( rule__SuiteDefinition__Group_10__1__Impl rule__SuiteDefinition__Group_10__2 ) - // InternalDSL.g:7001:2: rule__SuiteDefinition__Group_10__1__Impl rule__SuiteDefinition__Group_10__2 + // InternalDSL.g:6794:1: ( rule__SuiteDefinition__Group_10__1__Impl rule__SuiteDefinition__Group_10__2 ) + // InternalDSL.g:6795:2: rule__SuiteDefinition__Group_10__1__Impl rule__SuiteDefinition__Group_10__2 { pushFollow(FOLLOW_9); rule__SuiteDefinition__Group_10__1__Impl(); @@ -19590,17 +19038,17 @@ public final void rule__SuiteDefinition__Group_10__1() throws RecognitionExcepti // $ANTLR start "rule__SuiteDefinition__Group_10__1__Impl" - // InternalDSL.g:7008:1: rule__SuiteDefinition__Group_10__1__Impl : ( ruleNL ) ; + // InternalDSL.g:6802:1: rule__SuiteDefinition__Group_10__1__Impl : ( ruleNL ) ; public final void rule__SuiteDefinition__Group_10__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7012:1: ( ( ruleNL ) ) - // InternalDSL.g:7013:1: ( ruleNL ) + // InternalDSL.g:6806:1: ( ( ruleNL ) ) + // InternalDSL.g:6807:1: ( ruleNL ) { - // InternalDSL.g:7013:1: ( ruleNL ) - // InternalDSL.g:7014:1: ruleNL + // InternalDSL.g:6807:1: ( ruleNL ) + // InternalDSL.g:6808:1: ruleNL { before(grammarAccess.getSuiteDefinitionAccess().getNLParserRuleCall_10_1()); pushFollow(FOLLOW_2); @@ -19631,14 +19079,14 @@ public final void rule__SuiteDefinition__Group_10__1__Impl() throws RecognitionE // $ANTLR start "rule__SuiteDefinition__Group_10__2" - // InternalDSL.g:7025:1: rule__SuiteDefinition__Group_10__2 : rule__SuiteDefinition__Group_10__2__Impl ; + // InternalDSL.g:6819:1: rule__SuiteDefinition__Group_10__2 : rule__SuiteDefinition__Group_10__2__Impl ; public final void rule__SuiteDefinition__Group_10__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7029:1: ( rule__SuiteDefinition__Group_10__2__Impl ) - // InternalDSL.g:7030:2: rule__SuiteDefinition__Group_10__2__Impl + // InternalDSL.g:6823:1: ( rule__SuiteDefinition__Group_10__2__Impl ) + // InternalDSL.g:6824:2: rule__SuiteDefinition__Group_10__2__Impl { pushFollow(FOLLOW_2); rule__SuiteDefinition__Group_10__2__Impl(); @@ -19664,33 +19112,33 @@ public final void rule__SuiteDefinition__Group_10__2() throws RecognitionExcepti // $ANTLR start "rule__SuiteDefinition__Group_10__2__Impl" - // InternalDSL.g:7036:1: rule__SuiteDefinition__Group_10__2__Impl : ( ( rule__SuiteDefinition__Group_10_2__0 )* ) ; + // InternalDSL.g:6830:1: rule__SuiteDefinition__Group_10__2__Impl : ( ( rule__SuiteDefinition__Group_10_2__0 )* ) ; public final void rule__SuiteDefinition__Group_10__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7040:1: ( ( ( rule__SuiteDefinition__Group_10_2__0 )* ) ) - // InternalDSL.g:7041:1: ( ( rule__SuiteDefinition__Group_10_2__0 )* ) + // InternalDSL.g:6834:1: ( ( ( rule__SuiteDefinition__Group_10_2__0 )* ) ) + // InternalDSL.g:6835:1: ( ( rule__SuiteDefinition__Group_10_2__0 )* ) { - // InternalDSL.g:7041:1: ( ( rule__SuiteDefinition__Group_10_2__0 )* ) - // InternalDSL.g:7042:1: ( rule__SuiteDefinition__Group_10_2__0 )* + // InternalDSL.g:6835:1: ( ( rule__SuiteDefinition__Group_10_2__0 )* ) + // InternalDSL.g:6836:1: ( rule__SuiteDefinition__Group_10_2__0 )* { before(grammarAccess.getSuiteDefinitionAccess().getGroup_10_2()); - // InternalDSL.g:7043:1: ( rule__SuiteDefinition__Group_10_2__0 )* - loop53: + // InternalDSL.g:6837:1: ( rule__SuiteDefinition__Group_10_2__0 )* + loop52: do { - int alt53=2; - int LA53_0 = input.LA(1); + int alt52=2; + int LA52_0 = input.LA(1); - if ( (LA53_0==RULE_ID) ) { - alt53=1; + if ( (LA52_0==RULE_ID) ) { + alt52=1; } - switch (alt53) { + switch (alt52) { case 1 : - // InternalDSL.g:7043:2: rule__SuiteDefinition__Group_10_2__0 + // InternalDSL.g:6837:2: rule__SuiteDefinition__Group_10_2__0 { pushFollow(FOLLOW_15); rule__SuiteDefinition__Group_10_2__0(); @@ -19702,7 +19150,7 @@ public final void rule__SuiteDefinition__Group_10__2__Impl() throws RecognitionE break; default : - break loop53; + break loop52; } } while (true); @@ -19729,14 +19177,14 @@ public final void rule__SuiteDefinition__Group_10__2__Impl() throws RecognitionE // $ANTLR start "rule__SuiteDefinition__Group_10_2__0" - // InternalDSL.g:7059:1: rule__SuiteDefinition__Group_10_2__0 : rule__SuiteDefinition__Group_10_2__0__Impl rule__SuiteDefinition__Group_10_2__1 ; + // InternalDSL.g:6853:1: rule__SuiteDefinition__Group_10_2__0 : rule__SuiteDefinition__Group_10_2__0__Impl rule__SuiteDefinition__Group_10_2__1 ; public final void rule__SuiteDefinition__Group_10_2__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7063:1: ( rule__SuiteDefinition__Group_10_2__0__Impl rule__SuiteDefinition__Group_10_2__1 ) - // InternalDSL.g:7064:2: rule__SuiteDefinition__Group_10_2__0__Impl rule__SuiteDefinition__Group_10_2__1 + // InternalDSL.g:6857:1: ( rule__SuiteDefinition__Group_10_2__0__Impl rule__SuiteDefinition__Group_10_2__1 ) + // InternalDSL.g:6858:2: rule__SuiteDefinition__Group_10_2__0__Impl rule__SuiteDefinition__Group_10_2__1 { pushFollow(FOLLOW_4); rule__SuiteDefinition__Group_10_2__0__Impl(); @@ -19767,21 +19215,21 @@ public final void rule__SuiteDefinition__Group_10_2__0() throws RecognitionExcep // $ANTLR start "rule__SuiteDefinition__Group_10_2__0__Impl" - // InternalDSL.g:7071:1: rule__SuiteDefinition__Group_10_2__0__Impl : ( ( rule__SuiteDefinition__DependenciesAssignment_10_2_0 ) ) ; + // InternalDSL.g:6865:1: rule__SuiteDefinition__Group_10_2__0__Impl : ( ( rule__SuiteDefinition__DependenciesAssignment_10_2_0 ) ) ; public final void rule__SuiteDefinition__Group_10_2__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7075:1: ( ( ( rule__SuiteDefinition__DependenciesAssignment_10_2_0 ) ) ) - // InternalDSL.g:7076:1: ( ( rule__SuiteDefinition__DependenciesAssignment_10_2_0 ) ) + // InternalDSL.g:6869:1: ( ( ( rule__SuiteDefinition__DependenciesAssignment_10_2_0 ) ) ) + // InternalDSL.g:6870:1: ( ( rule__SuiteDefinition__DependenciesAssignment_10_2_0 ) ) { - // InternalDSL.g:7076:1: ( ( rule__SuiteDefinition__DependenciesAssignment_10_2_0 ) ) - // InternalDSL.g:7077:1: ( rule__SuiteDefinition__DependenciesAssignment_10_2_0 ) + // InternalDSL.g:6870:1: ( ( rule__SuiteDefinition__DependenciesAssignment_10_2_0 ) ) + // InternalDSL.g:6871:1: ( rule__SuiteDefinition__DependenciesAssignment_10_2_0 ) { before(grammarAccess.getSuiteDefinitionAccess().getDependenciesAssignment_10_2_0()); - // InternalDSL.g:7078:1: ( rule__SuiteDefinition__DependenciesAssignment_10_2_0 ) - // InternalDSL.g:7078:2: rule__SuiteDefinition__DependenciesAssignment_10_2_0 + // InternalDSL.g:6872:1: ( rule__SuiteDefinition__DependenciesAssignment_10_2_0 ) + // InternalDSL.g:6872:2: rule__SuiteDefinition__DependenciesAssignment_10_2_0 { pushFollow(FOLLOW_2); rule__SuiteDefinition__DependenciesAssignment_10_2_0(); @@ -19814,14 +19262,14 @@ public final void rule__SuiteDefinition__Group_10_2__0__Impl() throws Recognitio // $ANTLR start "rule__SuiteDefinition__Group_10_2__1" - // InternalDSL.g:7088:1: rule__SuiteDefinition__Group_10_2__1 : rule__SuiteDefinition__Group_10_2__1__Impl ; + // InternalDSL.g:6882:1: rule__SuiteDefinition__Group_10_2__1 : rule__SuiteDefinition__Group_10_2__1__Impl ; public final void rule__SuiteDefinition__Group_10_2__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7092:1: ( rule__SuiteDefinition__Group_10_2__1__Impl ) - // InternalDSL.g:7093:2: rule__SuiteDefinition__Group_10_2__1__Impl + // InternalDSL.g:6886:1: ( rule__SuiteDefinition__Group_10_2__1__Impl ) + // InternalDSL.g:6887:2: rule__SuiteDefinition__Group_10_2__1__Impl { pushFollow(FOLLOW_2); rule__SuiteDefinition__Group_10_2__1__Impl(); @@ -19847,17 +19295,17 @@ public final void rule__SuiteDefinition__Group_10_2__1() throws RecognitionExcep // $ANTLR start "rule__SuiteDefinition__Group_10_2__1__Impl" - // InternalDSL.g:7099:1: rule__SuiteDefinition__Group_10_2__1__Impl : ( ruleNL ) ; + // InternalDSL.g:6893:1: rule__SuiteDefinition__Group_10_2__1__Impl : ( ruleNL ) ; public final void rule__SuiteDefinition__Group_10_2__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7103:1: ( ( ruleNL ) ) - // InternalDSL.g:7104:1: ( ruleNL ) + // InternalDSL.g:6897:1: ( ( ruleNL ) ) + // InternalDSL.g:6898:1: ( ruleNL ) { - // InternalDSL.g:7104:1: ( ruleNL ) - // InternalDSL.g:7105:1: ruleNL + // InternalDSL.g:6898:1: ( ruleNL ) + // InternalDSL.g:6899:1: ruleNL { before(grammarAccess.getSuiteDefinitionAccess().getNLParserRuleCall_10_2_1()); pushFollow(FOLLOW_2); @@ -19888,14 +19336,14 @@ public final void rule__SuiteDefinition__Group_10_2__1__Impl() throws Recognitio // $ANTLR start "rule__SuiteDefinition__Group_11__0" - // InternalDSL.g:7120:1: rule__SuiteDefinition__Group_11__0 : rule__SuiteDefinition__Group_11__0__Impl rule__SuiteDefinition__Group_11__1 ; + // InternalDSL.g:6914:1: rule__SuiteDefinition__Group_11__0 : rule__SuiteDefinition__Group_11__0__Impl rule__SuiteDefinition__Group_11__1 ; public final void rule__SuiteDefinition__Group_11__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7124:1: ( rule__SuiteDefinition__Group_11__0__Impl rule__SuiteDefinition__Group_11__1 ) - // InternalDSL.g:7125:2: rule__SuiteDefinition__Group_11__0__Impl rule__SuiteDefinition__Group_11__1 + // InternalDSL.g:6918:1: ( rule__SuiteDefinition__Group_11__0__Impl rule__SuiteDefinition__Group_11__1 ) + // InternalDSL.g:6919:2: rule__SuiteDefinition__Group_11__0__Impl rule__SuiteDefinition__Group_11__1 { pushFollow(FOLLOW_4); rule__SuiteDefinition__Group_11__0__Impl(); @@ -19926,20 +19374,20 @@ public final void rule__SuiteDefinition__Group_11__0() throws RecognitionExcepti // $ANTLR start "rule__SuiteDefinition__Group_11__0__Impl" - // InternalDSL.g:7132:1: rule__SuiteDefinition__Group_11__0__Impl : ( 'concludedby' ) ; + // InternalDSL.g:6926:1: rule__SuiteDefinition__Group_11__0__Impl : ( 'concludedby' ) ; public final void rule__SuiteDefinition__Group_11__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7136:1: ( ( 'concludedby' ) ) - // InternalDSL.g:7137:1: ( 'concludedby' ) + // InternalDSL.g:6930:1: ( ( 'concludedby' ) ) + // InternalDSL.g:6931:1: ( 'concludedby' ) { - // InternalDSL.g:7137:1: ( 'concludedby' ) - // InternalDSL.g:7138:1: 'concludedby' + // InternalDSL.g:6931:1: ( 'concludedby' ) + // InternalDSL.g:6932:1: 'concludedby' { before(grammarAccess.getSuiteDefinitionAccess().getConcludedbyKeyword_11_0()); - match(input,72,FOLLOW_2); + match(input,52,FOLLOW_2); after(grammarAccess.getSuiteDefinitionAccess().getConcludedbyKeyword_11_0()); } @@ -19963,14 +19411,14 @@ public final void rule__SuiteDefinition__Group_11__0__Impl() throws RecognitionE // $ANTLR start "rule__SuiteDefinition__Group_11__1" - // InternalDSL.g:7151:1: rule__SuiteDefinition__Group_11__1 : rule__SuiteDefinition__Group_11__1__Impl rule__SuiteDefinition__Group_11__2 ; + // InternalDSL.g:6945:1: rule__SuiteDefinition__Group_11__1 : rule__SuiteDefinition__Group_11__1__Impl rule__SuiteDefinition__Group_11__2 ; public final void rule__SuiteDefinition__Group_11__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7155:1: ( rule__SuiteDefinition__Group_11__1__Impl rule__SuiteDefinition__Group_11__2 ) - // InternalDSL.g:7156:2: rule__SuiteDefinition__Group_11__1__Impl rule__SuiteDefinition__Group_11__2 + // InternalDSL.g:6949:1: ( rule__SuiteDefinition__Group_11__1__Impl rule__SuiteDefinition__Group_11__2 ) + // InternalDSL.g:6950:2: rule__SuiteDefinition__Group_11__1__Impl rule__SuiteDefinition__Group_11__2 { pushFollow(FOLLOW_9); rule__SuiteDefinition__Group_11__1__Impl(); @@ -20001,17 +19449,17 @@ public final void rule__SuiteDefinition__Group_11__1() throws RecognitionExcepti // $ANTLR start "rule__SuiteDefinition__Group_11__1__Impl" - // InternalDSL.g:7163:1: rule__SuiteDefinition__Group_11__1__Impl : ( ruleNL ) ; + // InternalDSL.g:6957:1: rule__SuiteDefinition__Group_11__1__Impl : ( ruleNL ) ; public final void rule__SuiteDefinition__Group_11__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7167:1: ( ( ruleNL ) ) - // InternalDSL.g:7168:1: ( ruleNL ) + // InternalDSL.g:6961:1: ( ( ruleNL ) ) + // InternalDSL.g:6962:1: ( ruleNL ) { - // InternalDSL.g:7168:1: ( ruleNL ) - // InternalDSL.g:7169:1: ruleNL + // InternalDSL.g:6962:1: ( ruleNL ) + // InternalDSL.g:6963:1: ruleNL { before(grammarAccess.getSuiteDefinitionAccess().getNLParserRuleCall_11_1()); pushFollow(FOLLOW_2); @@ -20042,14 +19490,14 @@ public final void rule__SuiteDefinition__Group_11__1__Impl() throws RecognitionE // $ANTLR start "rule__SuiteDefinition__Group_11__2" - // InternalDSL.g:7180:1: rule__SuiteDefinition__Group_11__2 : rule__SuiteDefinition__Group_11__2__Impl ; + // InternalDSL.g:6974:1: rule__SuiteDefinition__Group_11__2 : rule__SuiteDefinition__Group_11__2__Impl ; public final void rule__SuiteDefinition__Group_11__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7184:1: ( rule__SuiteDefinition__Group_11__2__Impl ) - // InternalDSL.g:7185:2: rule__SuiteDefinition__Group_11__2__Impl + // InternalDSL.g:6978:1: ( rule__SuiteDefinition__Group_11__2__Impl ) + // InternalDSL.g:6979:2: rule__SuiteDefinition__Group_11__2__Impl { pushFollow(FOLLOW_2); rule__SuiteDefinition__Group_11__2__Impl(); @@ -20075,33 +19523,33 @@ public final void rule__SuiteDefinition__Group_11__2() throws RecognitionExcepti // $ANTLR start "rule__SuiteDefinition__Group_11__2__Impl" - // InternalDSL.g:7191:1: rule__SuiteDefinition__Group_11__2__Impl : ( ( rule__SuiteDefinition__Group_11_2__0 )* ) ; + // InternalDSL.g:6985:1: rule__SuiteDefinition__Group_11__2__Impl : ( ( rule__SuiteDefinition__Group_11_2__0 )* ) ; public final void rule__SuiteDefinition__Group_11__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7195:1: ( ( ( rule__SuiteDefinition__Group_11_2__0 )* ) ) - // InternalDSL.g:7196:1: ( ( rule__SuiteDefinition__Group_11_2__0 )* ) + // InternalDSL.g:6989:1: ( ( ( rule__SuiteDefinition__Group_11_2__0 )* ) ) + // InternalDSL.g:6990:1: ( ( rule__SuiteDefinition__Group_11_2__0 )* ) { - // InternalDSL.g:7196:1: ( ( rule__SuiteDefinition__Group_11_2__0 )* ) - // InternalDSL.g:7197:1: ( rule__SuiteDefinition__Group_11_2__0 )* + // InternalDSL.g:6990:1: ( ( rule__SuiteDefinition__Group_11_2__0 )* ) + // InternalDSL.g:6991:1: ( rule__SuiteDefinition__Group_11_2__0 )* { before(grammarAccess.getSuiteDefinitionAccess().getGroup_11_2()); - // InternalDSL.g:7198:1: ( rule__SuiteDefinition__Group_11_2__0 )* - loop54: + // InternalDSL.g:6992:1: ( rule__SuiteDefinition__Group_11_2__0 )* + loop53: do { - int alt54=2; - int LA54_0 = input.LA(1); + int alt53=2; + int LA53_0 = input.LA(1); - if ( (LA54_0==RULE_ID) ) { - alt54=1; + if ( (LA53_0==RULE_ID) ) { + alt53=1; } - switch (alt54) { + switch (alt53) { case 1 : - // InternalDSL.g:7198:2: rule__SuiteDefinition__Group_11_2__0 + // InternalDSL.g:6992:2: rule__SuiteDefinition__Group_11_2__0 { pushFollow(FOLLOW_15); rule__SuiteDefinition__Group_11_2__0(); @@ -20113,7 +19561,7 @@ public final void rule__SuiteDefinition__Group_11__2__Impl() throws RecognitionE break; default : - break loop54; + break loop53; } } while (true); @@ -20140,14 +19588,14 @@ public final void rule__SuiteDefinition__Group_11__2__Impl() throws RecognitionE // $ANTLR start "rule__SuiteDefinition__Group_11_2__0" - // InternalDSL.g:7214:1: rule__SuiteDefinition__Group_11_2__0 : rule__SuiteDefinition__Group_11_2__0__Impl rule__SuiteDefinition__Group_11_2__1 ; + // InternalDSL.g:7008:1: rule__SuiteDefinition__Group_11_2__0 : rule__SuiteDefinition__Group_11_2__0__Impl rule__SuiteDefinition__Group_11_2__1 ; public final void rule__SuiteDefinition__Group_11_2__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7218:1: ( rule__SuiteDefinition__Group_11_2__0__Impl rule__SuiteDefinition__Group_11_2__1 ) - // InternalDSL.g:7219:2: rule__SuiteDefinition__Group_11_2__0__Impl rule__SuiteDefinition__Group_11_2__1 + // InternalDSL.g:7012:1: ( rule__SuiteDefinition__Group_11_2__0__Impl rule__SuiteDefinition__Group_11_2__1 ) + // InternalDSL.g:7013:2: rule__SuiteDefinition__Group_11_2__0__Impl rule__SuiteDefinition__Group_11_2__1 { pushFollow(FOLLOW_4); rule__SuiteDefinition__Group_11_2__0__Impl(); @@ -20178,21 +19626,21 @@ public final void rule__SuiteDefinition__Group_11_2__0() throws RecognitionExcep // $ANTLR start "rule__SuiteDefinition__Group_11_2__0__Impl" - // InternalDSL.g:7226:1: rule__SuiteDefinition__Group_11_2__0__Impl : ( ( rule__SuiteDefinition__FinalizersAssignment_11_2_0 ) ) ; + // InternalDSL.g:7020:1: rule__SuiteDefinition__Group_11_2__0__Impl : ( ( rule__SuiteDefinition__FinalizersAssignment_11_2_0 ) ) ; public final void rule__SuiteDefinition__Group_11_2__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7230:1: ( ( ( rule__SuiteDefinition__FinalizersAssignment_11_2_0 ) ) ) - // InternalDSL.g:7231:1: ( ( rule__SuiteDefinition__FinalizersAssignment_11_2_0 ) ) + // InternalDSL.g:7024:1: ( ( ( rule__SuiteDefinition__FinalizersAssignment_11_2_0 ) ) ) + // InternalDSL.g:7025:1: ( ( rule__SuiteDefinition__FinalizersAssignment_11_2_0 ) ) { - // InternalDSL.g:7231:1: ( ( rule__SuiteDefinition__FinalizersAssignment_11_2_0 ) ) - // InternalDSL.g:7232:1: ( rule__SuiteDefinition__FinalizersAssignment_11_2_0 ) + // InternalDSL.g:7025:1: ( ( rule__SuiteDefinition__FinalizersAssignment_11_2_0 ) ) + // InternalDSL.g:7026:1: ( rule__SuiteDefinition__FinalizersAssignment_11_2_0 ) { before(grammarAccess.getSuiteDefinitionAccess().getFinalizersAssignment_11_2_0()); - // InternalDSL.g:7233:1: ( rule__SuiteDefinition__FinalizersAssignment_11_2_0 ) - // InternalDSL.g:7233:2: rule__SuiteDefinition__FinalizersAssignment_11_2_0 + // InternalDSL.g:7027:1: ( rule__SuiteDefinition__FinalizersAssignment_11_2_0 ) + // InternalDSL.g:7027:2: rule__SuiteDefinition__FinalizersAssignment_11_2_0 { pushFollow(FOLLOW_2); rule__SuiteDefinition__FinalizersAssignment_11_2_0(); @@ -20225,14 +19673,14 @@ public final void rule__SuiteDefinition__Group_11_2__0__Impl() throws Recognitio // $ANTLR start "rule__SuiteDefinition__Group_11_2__1" - // InternalDSL.g:7243:1: rule__SuiteDefinition__Group_11_2__1 : rule__SuiteDefinition__Group_11_2__1__Impl ; + // InternalDSL.g:7037:1: rule__SuiteDefinition__Group_11_2__1 : rule__SuiteDefinition__Group_11_2__1__Impl ; public final void rule__SuiteDefinition__Group_11_2__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7247:1: ( rule__SuiteDefinition__Group_11_2__1__Impl ) - // InternalDSL.g:7248:2: rule__SuiteDefinition__Group_11_2__1__Impl + // InternalDSL.g:7041:1: ( rule__SuiteDefinition__Group_11_2__1__Impl ) + // InternalDSL.g:7042:2: rule__SuiteDefinition__Group_11_2__1__Impl { pushFollow(FOLLOW_2); rule__SuiteDefinition__Group_11_2__1__Impl(); @@ -20258,17 +19706,17 @@ public final void rule__SuiteDefinition__Group_11_2__1() throws RecognitionExcep // $ANTLR start "rule__SuiteDefinition__Group_11_2__1__Impl" - // InternalDSL.g:7254:1: rule__SuiteDefinition__Group_11_2__1__Impl : ( ruleNL ) ; + // InternalDSL.g:7048:1: rule__SuiteDefinition__Group_11_2__1__Impl : ( ruleNL ) ; public final void rule__SuiteDefinition__Group_11_2__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7258:1: ( ( ruleNL ) ) - // InternalDSL.g:7259:1: ( ruleNL ) + // InternalDSL.g:7052:1: ( ( ruleNL ) ) + // InternalDSL.g:7053:1: ( ruleNL ) { - // InternalDSL.g:7259:1: ( ruleNL ) - // InternalDSL.g:7260:1: ruleNL + // InternalDSL.g:7053:1: ( ruleNL ) + // InternalDSL.g:7054:1: ruleNL { before(grammarAccess.getSuiteDefinitionAccess().getNLParserRuleCall_11_2_1()); pushFollow(FOLLOW_2); @@ -20299,14 +19747,14 @@ public final void rule__SuiteDefinition__Group_11_2__1__Impl() throws Recognitio // $ANTLR start "rule__SuiteParameterDefinition__Group__0" - // InternalDSL.g:7275:1: rule__SuiteParameterDefinition__Group__0 : rule__SuiteParameterDefinition__Group__0__Impl rule__SuiteParameterDefinition__Group__1 ; + // InternalDSL.g:7069:1: rule__SuiteParameterDefinition__Group__0 : rule__SuiteParameterDefinition__Group__0__Impl rule__SuiteParameterDefinition__Group__1 ; public final void rule__SuiteParameterDefinition__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7279:1: ( rule__SuiteParameterDefinition__Group__0__Impl rule__SuiteParameterDefinition__Group__1 ) - // InternalDSL.g:7280:2: rule__SuiteParameterDefinition__Group__0__Impl rule__SuiteParameterDefinition__Group__1 + // InternalDSL.g:7073:1: ( rule__SuiteParameterDefinition__Group__0__Impl rule__SuiteParameterDefinition__Group__1 ) + // InternalDSL.g:7074:2: rule__SuiteParameterDefinition__Group__0__Impl rule__SuiteParameterDefinition__Group__1 { pushFollow(FOLLOW_4); rule__SuiteParameterDefinition__Group__0__Impl(); @@ -20337,21 +19785,21 @@ public final void rule__SuiteParameterDefinition__Group__0() throws RecognitionE // $ANTLR start "rule__SuiteParameterDefinition__Group__0__Impl" - // InternalDSL.g:7287:1: rule__SuiteParameterDefinition__Group__0__Impl : ( ( rule__SuiteParameterDefinition__NameAssignment_0 ) ) ; + // InternalDSL.g:7081:1: rule__SuiteParameterDefinition__Group__0__Impl : ( ( rule__SuiteParameterDefinition__NameAssignment_0 ) ) ; public final void rule__SuiteParameterDefinition__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7291:1: ( ( ( rule__SuiteParameterDefinition__NameAssignment_0 ) ) ) - // InternalDSL.g:7292:1: ( ( rule__SuiteParameterDefinition__NameAssignment_0 ) ) + // InternalDSL.g:7085:1: ( ( ( rule__SuiteParameterDefinition__NameAssignment_0 ) ) ) + // InternalDSL.g:7086:1: ( ( rule__SuiteParameterDefinition__NameAssignment_0 ) ) { - // InternalDSL.g:7292:1: ( ( rule__SuiteParameterDefinition__NameAssignment_0 ) ) - // InternalDSL.g:7293:1: ( rule__SuiteParameterDefinition__NameAssignment_0 ) + // InternalDSL.g:7086:1: ( ( rule__SuiteParameterDefinition__NameAssignment_0 ) ) + // InternalDSL.g:7087:1: ( rule__SuiteParameterDefinition__NameAssignment_0 ) { before(grammarAccess.getSuiteParameterDefinitionAccess().getNameAssignment_0()); - // InternalDSL.g:7294:1: ( rule__SuiteParameterDefinition__NameAssignment_0 ) - // InternalDSL.g:7294:2: rule__SuiteParameterDefinition__NameAssignment_0 + // InternalDSL.g:7088:1: ( rule__SuiteParameterDefinition__NameAssignment_0 ) + // InternalDSL.g:7088:2: rule__SuiteParameterDefinition__NameAssignment_0 { pushFollow(FOLLOW_2); rule__SuiteParameterDefinition__NameAssignment_0(); @@ -20384,14 +19832,14 @@ public final void rule__SuiteParameterDefinition__Group__0__Impl() throws Recogn // $ANTLR start "rule__SuiteParameterDefinition__Group__1" - // InternalDSL.g:7304:1: rule__SuiteParameterDefinition__Group__1 : rule__SuiteParameterDefinition__Group__1__Impl ; + // InternalDSL.g:7098:1: rule__SuiteParameterDefinition__Group__1 : rule__SuiteParameterDefinition__Group__1__Impl ; public final void rule__SuiteParameterDefinition__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7308:1: ( rule__SuiteParameterDefinition__Group__1__Impl ) - // InternalDSL.g:7309:2: rule__SuiteParameterDefinition__Group__1__Impl + // InternalDSL.g:7102:1: ( rule__SuiteParameterDefinition__Group__1__Impl ) + // InternalDSL.g:7103:2: rule__SuiteParameterDefinition__Group__1__Impl { pushFollow(FOLLOW_2); rule__SuiteParameterDefinition__Group__1__Impl(); @@ -20417,25 +19865,25 @@ public final void rule__SuiteParameterDefinition__Group__1() throws RecognitionE // $ANTLR start "rule__SuiteParameterDefinition__Group__1__Impl" - // InternalDSL.g:7315:1: rule__SuiteParameterDefinition__Group__1__Impl : ( ( rule__SuiteParameterDefinition__Group_1__0 )? ) ; + // InternalDSL.g:7109:1: rule__SuiteParameterDefinition__Group__1__Impl : ( ( rule__SuiteParameterDefinition__Group_1__0 )? ) ; public final void rule__SuiteParameterDefinition__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7319:1: ( ( ( rule__SuiteParameterDefinition__Group_1__0 )? ) ) - // InternalDSL.g:7320:1: ( ( rule__SuiteParameterDefinition__Group_1__0 )? ) + // InternalDSL.g:7113:1: ( ( ( rule__SuiteParameterDefinition__Group_1__0 )? ) ) + // InternalDSL.g:7114:1: ( ( rule__SuiteParameterDefinition__Group_1__0 )? ) { - // InternalDSL.g:7320:1: ( ( rule__SuiteParameterDefinition__Group_1__0 )? ) - // InternalDSL.g:7321:1: ( rule__SuiteParameterDefinition__Group_1__0 )? + // InternalDSL.g:7114:1: ( ( rule__SuiteParameterDefinition__Group_1__0 )? ) + // InternalDSL.g:7115:1: ( rule__SuiteParameterDefinition__Group_1__0 )? { before(grammarAccess.getSuiteParameterDefinitionAccess().getGroup_1()); - // InternalDSL.g:7322:1: ( rule__SuiteParameterDefinition__Group_1__0 )? - int alt55=2; - alt55 = dfa55.predict(input); - switch (alt55) { + // InternalDSL.g:7116:1: ( rule__SuiteParameterDefinition__Group_1__0 )? + int alt54=2; + alt54 = dfa54.predict(input); + switch (alt54) { case 1 : - // InternalDSL.g:7322:2: rule__SuiteParameterDefinition__Group_1__0 + // InternalDSL.g:7116:2: rule__SuiteParameterDefinition__Group_1__0 { pushFollow(FOLLOW_2); rule__SuiteParameterDefinition__Group_1__0(); @@ -20471,14 +19919,14 @@ public final void rule__SuiteParameterDefinition__Group__1__Impl() throws Recogn // $ANTLR start "rule__SuiteParameterDefinition__Group_1__0" - // InternalDSL.g:7336:1: rule__SuiteParameterDefinition__Group_1__0 : rule__SuiteParameterDefinition__Group_1__0__Impl rule__SuiteParameterDefinition__Group_1__1 ; + // InternalDSL.g:7130:1: rule__SuiteParameterDefinition__Group_1__0 : rule__SuiteParameterDefinition__Group_1__0__Impl rule__SuiteParameterDefinition__Group_1__1 ; public final void rule__SuiteParameterDefinition__Group_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7340:1: ( rule__SuiteParameterDefinition__Group_1__0__Impl rule__SuiteParameterDefinition__Group_1__1 ) - // InternalDSL.g:7341:2: rule__SuiteParameterDefinition__Group_1__0__Impl rule__SuiteParameterDefinition__Group_1__1 + // InternalDSL.g:7134:1: ( rule__SuiteParameterDefinition__Group_1__0__Impl rule__SuiteParameterDefinition__Group_1__1 ) + // InternalDSL.g:7135:2: rule__SuiteParameterDefinition__Group_1__0__Impl rule__SuiteParameterDefinition__Group_1__1 { pushFollow(FOLLOW_27); rule__SuiteParameterDefinition__Group_1__0__Impl(); @@ -20509,17 +19957,17 @@ public final void rule__SuiteParameterDefinition__Group_1__0() throws Recognitio // $ANTLR start "rule__SuiteParameterDefinition__Group_1__0__Impl" - // InternalDSL.g:7348:1: rule__SuiteParameterDefinition__Group_1__0__Impl : ( ruleNL ) ; + // InternalDSL.g:7142:1: rule__SuiteParameterDefinition__Group_1__0__Impl : ( ruleNL ) ; public final void rule__SuiteParameterDefinition__Group_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7352:1: ( ( ruleNL ) ) - // InternalDSL.g:7353:1: ( ruleNL ) + // InternalDSL.g:7146:1: ( ( ruleNL ) ) + // InternalDSL.g:7147:1: ( ruleNL ) { - // InternalDSL.g:7353:1: ( ruleNL ) - // InternalDSL.g:7354:1: ruleNL + // InternalDSL.g:7147:1: ( ruleNL ) + // InternalDSL.g:7148:1: ruleNL { before(grammarAccess.getSuiteParameterDefinitionAccess().getNLParserRuleCall_1_0()); pushFollow(FOLLOW_2); @@ -20550,14 +19998,14 @@ public final void rule__SuiteParameterDefinition__Group_1__0__Impl() throws Reco // $ANTLR start "rule__SuiteParameterDefinition__Group_1__1" - // InternalDSL.g:7365:1: rule__SuiteParameterDefinition__Group_1__1 : rule__SuiteParameterDefinition__Group_1__1__Impl rule__SuiteParameterDefinition__Group_1__2 ; + // InternalDSL.g:7159:1: rule__SuiteParameterDefinition__Group_1__1 : rule__SuiteParameterDefinition__Group_1__1__Impl rule__SuiteParameterDefinition__Group_1__2 ; public final void rule__SuiteParameterDefinition__Group_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7369:1: ( rule__SuiteParameterDefinition__Group_1__1__Impl rule__SuiteParameterDefinition__Group_1__2 ) - // InternalDSL.g:7370:2: rule__SuiteParameterDefinition__Group_1__1__Impl rule__SuiteParameterDefinition__Group_1__2 + // InternalDSL.g:7163:1: ( rule__SuiteParameterDefinition__Group_1__1__Impl rule__SuiteParameterDefinition__Group_1__2 ) + // InternalDSL.g:7164:2: rule__SuiteParameterDefinition__Group_1__1__Impl rule__SuiteParameterDefinition__Group_1__2 { pushFollow(FOLLOW_17); rule__SuiteParameterDefinition__Group_1__1__Impl(); @@ -20588,20 +20036,20 @@ public final void rule__SuiteParameterDefinition__Group_1__1() throws Recognitio // $ANTLR start "rule__SuiteParameterDefinition__Group_1__1__Impl" - // InternalDSL.g:7377:1: rule__SuiteParameterDefinition__Group_1__1__Impl : ( 'by default' ) ; + // InternalDSL.g:7171:1: rule__SuiteParameterDefinition__Group_1__1__Impl : ( 'by default' ) ; public final void rule__SuiteParameterDefinition__Group_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7381:1: ( ( 'by default' ) ) - // InternalDSL.g:7382:1: ( 'by default' ) + // InternalDSL.g:7175:1: ( ( 'by default' ) ) + // InternalDSL.g:7176:1: ( 'by default' ) { - // InternalDSL.g:7382:1: ( 'by default' ) - // InternalDSL.g:7383:1: 'by default' + // InternalDSL.g:7176:1: ( 'by default' ) + // InternalDSL.g:7177:1: 'by default' { before(grammarAccess.getSuiteParameterDefinitionAccess().getByDefaultKeyword_1_1()); - match(input,73,FOLLOW_2); + match(input,53,FOLLOW_2); after(grammarAccess.getSuiteParameterDefinitionAccess().getByDefaultKeyword_1_1()); } @@ -20625,14 +20073,14 @@ public final void rule__SuiteParameterDefinition__Group_1__1__Impl() throws Reco // $ANTLR start "rule__SuiteParameterDefinition__Group_1__2" - // InternalDSL.g:7396:1: rule__SuiteParameterDefinition__Group_1__2 : rule__SuiteParameterDefinition__Group_1__2__Impl ; + // InternalDSL.g:7190:1: rule__SuiteParameterDefinition__Group_1__2 : rule__SuiteParameterDefinition__Group_1__2__Impl ; public final void rule__SuiteParameterDefinition__Group_1__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7400:1: ( rule__SuiteParameterDefinition__Group_1__2__Impl ) - // InternalDSL.g:7401:2: rule__SuiteParameterDefinition__Group_1__2__Impl + // InternalDSL.g:7194:1: ( rule__SuiteParameterDefinition__Group_1__2__Impl ) + // InternalDSL.g:7195:2: rule__SuiteParameterDefinition__Group_1__2__Impl { pushFollow(FOLLOW_2); rule__SuiteParameterDefinition__Group_1__2__Impl(); @@ -20658,21 +20106,21 @@ public final void rule__SuiteParameterDefinition__Group_1__2() throws Recognitio // $ANTLR start "rule__SuiteParameterDefinition__Group_1__2__Impl" - // InternalDSL.g:7407:1: rule__SuiteParameterDefinition__Group_1__2__Impl : ( ( rule__SuiteParameterDefinition__DefaultAssignment_1_2 ) ) ; + // InternalDSL.g:7201:1: rule__SuiteParameterDefinition__Group_1__2__Impl : ( ( rule__SuiteParameterDefinition__DefaultAssignment_1_2 ) ) ; public final void rule__SuiteParameterDefinition__Group_1__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7411:1: ( ( ( rule__SuiteParameterDefinition__DefaultAssignment_1_2 ) ) ) - // InternalDSL.g:7412:1: ( ( rule__SuiteParameterDefinition__DefaultAssignment_1_2 ) ) + // InternalDSL.g:7205:1: ( ( ( rule__SuiteParameterDefinition__DefaultAssignment_1_2 ) ) ) + // InternalDSL.g:7206:1: ( ( rule__SuiteParameterDefinition__DefaultAssignment_1_2 ) ) { - // InternalDSL.g:7412:1: ( ( rule__SuiteParameterDefinition__DefaultAssignment_1_2 ) ) - // InternalDSL.g:7413:1: ( rule__SuiteParameterDefinition__DefaultAssignment_1_2 ) + // InternalDSL.g:7206:1: ( ( rule__SuiteParameterDefinition__DefaultAssignment_1_2 ) ) + // InternalDSL.g:7207:1: ( rule__SuiteParameterDefinition__DefaultAssignment_1_2 ) { before(grammarAccess.getSuiteParameterDefinitionAccess().getDefaultAssignment_1_2()); - // InternalDSL.g:7414:1: ( rule__SuiteParameterDefinition__DefaultAssignment_1_2 ) - // InternalDSL.g:7414:2: rule__SuiteParameterDefinition__DefaultAssignment_1_2 + // InternalDSL.g:7208:1: ( rule__SuiteParameterDefinition__DefaultAssignment_1_2 ) + // InternalDSL.g:7208:2: rule__SuiteParameterDefinition__DefaultAssignment_1_2 { pushFollow(FOLLOW_2); rule__SuiteParameterDefinition__DefaultAssignment_1_2(); @@ -20705,14 +20153,14 @@ public final void rule__SuiteParameterDefinition__Group_1__2__Impl() throws Reco // $ANTLR start "rule__OperationDefinition__Group__0" - // InternalDSL.g:7430:1: rule__OperationDefinition__Group__0 : rule__OperationDefinition__Group__0__Impl rule__OperationDefinition__Group__1 ; + // InternalDSL.g:7224:1: rule__OperationDefinition__Group__0 : rule__OperationDefinition__Group__0__Impl rule__OperationDefinition__Group__1 ; public final void rule__OperationDefinition__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7434:1: ( rule__OperationDefinition__Group__0__Impl rule__OperationDefinition__Group__1 ) - // InternalDSL.g:7435:2: rule__OperationDefinition__Group__0__Impl rule__OperationDefinition__Group__1 + // InternalDSL.g:7228:1: ( rule__OperationDefinition__Group__0__Impl rule__OperationDefinition__Group__1 ) + // InternalDSL.g:7229:2: rule__OperationDefinition__Group__0__Impl rule__OperationDefinition__Group__1 { pushFollow(FOLLOW_4); rule__OperationDefinition__Group__0__Impl(); @@ -20743,20 +20191,20 @@ public final void rule__OperationDefinition__Group__0() throws RecognitionExcept // $ANTLR start "rule__OperationDefinition__Group__0__Impl" - // InternalDSL.g:7442:1: rule__OperationDefinition__Group__0__Impl : ( 'operationdef' ) ; + // InternalDSL.g:7236:1: rule__OperationDefinition__Group__0__Impl : ( 'operationdef' ) ; public final void rule__OperationDefinition__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7446:1: ( ( 'operationdef' ) ) - // InternalDSL.g:7447:1: ( 'operationdef' ) + // InternalDSL.g:7240:1: ( ( 'operationdef' ) ) + // InternalDSL.g:7241:1: ( 'operationdef' ) { - // InternalDSL.g:7447:1: ( 'operationdef' ) - // InternalDSL.g:7448:1: 'operationdef' + // InternalDSL.g:7241:1: ( 'operationdef' ) + // InternalDSL.g:7242:1: 'operationdef' { before(grammarAccess.getOperationDefinitionAccess().getOperationdefKeyword_0()); - match(input,74,FOLLOW_2); + match(input,54,FOLLOW_2); after(grammarAccess.getOperationDefinitionAccess().getOperationdefKeyword_0()); } @@ -20780,14 +20228,14 @@ public final void rule__OperationDefinition__Group__0__Impl() throws Recognition // $ANTLR start "rule__OperationDefinition__Group__1" - // InternalDSL.g:7461:1: rule__OperationDefinition__Group__1 : rule__OperationDefinition__Group__1__Impl rule__OperationDefinition__Group__2 ; + // InternalDSL.g:7255:1: rule__OperationDefinition__Group__1 : rule__OperationDefinition__Group__1__Impl rule__OperationDefinition__Group__2 ; public final void rule__OperationDefinition__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7465:1: ( rule__OperationDefinition__Group__1__Impl rule__OperationDefinition__Group__2 ) - // InternalDSL.g:7466:2: rule__OperationDefinition__Group__1__Impl rule__OperationDefinition__Group__2 + // InternalDSL.g:7259:1: ( rule__OperationDefinition__Group__1__Impl rule__OperationDefinition__Group__2 ) + // InternalDSL.g:7260:2: rule__OperationDefinition__Group__1__Impl rule__OperationDefinition__Group__2 { pushFollow(FOLLOW_9); rule__OperationDefinition__Group__1__Impl(); @@ -20818,17 +20266,17 @@ public final void rule__OperationDefinition__Group__1() throws RecognitionExcept // $ANTLR start "rule__OperationDefinition__Group__1__Impl" - // InternalDSL.g:7473:1: rule__OperationDefinition__Group__1__Impl : ( ruleNL ) ; + // InternalDSL.g:7267:1: rule__OperationDefinition__Group__1__Impl : ( ruleNL ) ; public final void rule__OperationDefinition__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7477:1: ( ( ruleNL ) ) - // InternalDSL.g:7478:1: ( ruleNL ) + // InternalDSL.g:7271:1: ( ( ruleNL ) ) + // InternalDSL.g:7272:1: ( ruleNL ) { - // InternalDSL.g:7478:1: ( ruleNL ) - // InternalDSL.g:7479:1: ruleNL + // InternalDSL.g:7272:1: ( ruleNL ) + // InternalDSL.g:7273:1: ruleNL { before(grammarAccess.getOperationDefinitionAccess().getNLParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -20859,14 +20307,14 @@ public final void rule__OperationDefinition__Group__1__Impl() throws Recognition // $ANTLR start "rule__OperationDefinition__Group__2" - // InternalDSL.g:7490:1: rule__OperationDefinition__Group__2 : rule__OperationDefinition__Group__2__Impl rule__OperationDefinition__Group__3 ; + // InternalDSL.g:7284:1: rule__OperationDefinition__Group__2 : rule__OperationDefinition__Group__2__Impl rule__OperationDefinition__Group__3 ; public final void rule__OperationDefinition__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7494:1: ( rule__OperationDefinition__Group__2__Impl rule__OperationDefinition__Group__3 ) - // InternalDSL.g:7495:2: rule__OperationDefinition__Group__2__Impl rule__OperationDefinition__Group__3 + // InternalDSL.g:7288:1: ( rule__OperationDefinition__Group__2__Impl rule__OperationDefinition__Group__3 ) + // InternalDSL.g:7289:2: rule__OperationDefinition__Group__2__Impl rule__OperationDefinition__Group__3 { pushFollow(FOLLOW_4); rule__OperationDefinition__Group__2__Impl(); @@ -20897,21 +20345,21 @@ public final void rule__OperationDefinition__Group__2() throws RecognitionExcept // $ANTLR start "rule__OperationDefinition__Group__2__Impl" - // InternalDSL.g:7502:1: rule__OperationDefinition__Group__2__Impl : ( ( rule__OperationDefinition__NameAssignment_2 ) ) ; + // InternalDSL.g:7296:1: rule__OperationDefinition__Group__2__Impl : ( ( rule__OperationDefinition__NameAssignment_2 ) ) ; public final void rule__OperationDefinition__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7506:1: ( ( ( rule__OperationDefinition__NameAssignment_2 ) ) ) - // InternalDSL.g:7507:1: ( ( rule__OperationDefinition__NameAssignment_2 ) ) + // InternalDSL.g:7300:1: ( ( ( rule__OperationDefinition__NameAssignment_2 ) ) ) + // InternalDSL.g:7301:1: ( ( rule__OperationDefinition__NameAssignment_2 ) ) { - // InternalDSL.g:7507:1: ( ( rule__OperationDefinition__NameAssignment_2 ) ) - // InternalDSL.g:7508:1: ( rule__OperationDefinition__NameAssignment_2 ) + // InternalDSL.g:7301:1: ( ( rule__OperationDefinition__NameAssignment_2 ) ) + // InternalDSL.g:7302:1: ( rule__OperationDefinition__NameAssignment_2 ) { before(grammarAccess.getOperationDefinitionAccess().getNameAssignment_2()); - // InternalDSL.g:7509:1: ( rule__OperationDefinition__NameAssignment_2 ) - // InternalDSL.g:7509:2: rule__OperationDefinition__NameAssignment_2 + // InternalDSL.g:7303:1: ( rule__OperationDefinition__NameAssignment_2 ) + // InternalDSL.g:7303:2: rule__OperationDefinition__NameAssignment_2 { pushFollow(FOLLOW_2); rule__OperationDefinition__NameAssignment_2(); @@ -20944,14 +20392,14 @@ public final void rule__OperationDefinition__Group__2__Impl() throws Recognition // $ANTLR start "rule__OperationDefinition__Group__3" - // InternalDSL.g:7519:1: rule__OperationDefinition__Group__3 : rule__OperationDefinition__Group__3__Impl rule__OperationDefinition__Group__4 ; + // InternalDSL.g:7313:1: rule__OperationDefinition__Group__3 : rule__OperationDefinition__Group__3__Impl rule__OperationDefinition__Group__4 ; public final void rule__OperationDefinition__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7523:1: ( rule__OperationDefinition__Group__3__Impl rule__OperationDefinition__Group__4 ) - // InternalDSL.g:7524:2: rule__OperationDefinition__Group__3__Impl rule__OperationDefinition__Group__4 + // InternalDSL.g:7317:1: ( rule__OperationDefinition__Group__3__Impl rule__OperationDefinition__Group__4 ) + // InternalDSL.g:7318:2: rule__OperationDefinition__Group__3__Impl rule__OperationDefinition__Group__4 { pushFollow(FOLLOW_21); rule__OperationDefinition__Group__3__Impl(); @@ -20982,17 +20430,17 @@ public final void rule__OperationDefinition__Group__3() throws RecognitionExcept // $ANTLR start "rule__OperationDefinition__Group__3__Impl" - // InternalDSL.g:7531:1: rule__OperationDefinition__Group__3__Impl : ( ruleNL ) ; + // InternalDSL.g:7325:1: rule__OperationDefinition__Group__3__Impl : ( ruleNL ) ; public final void rule__OperationDefinition__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7535:1: ( ( ruleNL ) ) - // InternalDSL.g:7536:1: ( ruleNL ) + // InternalDSL.g:7329:1: ( ( ruleNL ) ) + // InternalDSL.g:7330:1: ( ruleNL ) { - // InternalDSL.g:7536:1: ( ruleNL ) - // InternalDSL.g:7537:1: ruleNL + // InternalDSL.g:7330:1: ( ruleNL ) + // InternalDSL.g:7331:1: ruleNL { before(grammarAccess.getOperationDefinitionAccess().getNLParserRuleCall_3()); pushFollow(FOLLOW_2); @@ -21023,14 +20471,14 @@ public final void rule__OperationDefinition__Group__3__Impl() throws Recognition // $ANTLR start "rule__OperationDefinition__Group__4" - // InternalDSL.g:7548:1: rule__OperationDefinition__Group__4 : rule__OperationDefinition__Group__4__Impl rule__OperationDefinition__Group__5 ; + // InternalDSL.g:7342:1: rule__OperationDefinition__Group__4 : rule__OperationDefinition__Group__4__Impl rule__OperationDefinition__Group__5 ; public final void rule__OperationDefinition__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7552:1: ( rule__OperationDefinition__Group__4__Impl rule__OperationDefinition__Group__5 ) - // InternalDSL.g:7553:2: rule__OperationDefinition__Group__4__Impl rule__OperationDefinition__Group__5 + // InternalDSL.g:7346:1: ( rule__OperationDefinition__Group__4__Impl rule__OperationDefinition__Group__5 ) + // InternalDSL.g:7347:2: rule__OperationDefinition__Group__4__Impl rule__OperationDefinition__Group__5 { pushFollow(FOLLOW_4); rule__OperationDefinition__Group__4__Impl(); @@ -21061,20 +20509,20 @@ public final void rule__OperationDefinition__Group__4() throws RecognitionExcept // $ANTLR start "rule__OperationDefinition__Group__4__Impl" - // InternalDSL.g:7560:1: rule__OperationDefinition__Group__4__Impl : ( 'uses' ) ; + // InternalDSL.g:7354:1: rule__OperationDefinition__Group__4__Impl : ( 'uses' ) ; public final void rule__OperationDefinition__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7564:1: ( ( 'uses' ) ) - // InternalDSL.g:7565:1: ( 'uses' ) + // InternalDSL.g:7358:1: ( ( 'uses' ) ) + // InternalDSL.g:7359:1: ( 'uses' ) { - // InternalDSL.g:7565:1: ( 'uses' ) - // InternalDSL.g:7566:1: 'uses' + // InternalDSL.g:7359:1: ( 'uses' ) + // InternalDSL.g:7360:1: 'uses' { before(grammarAccess.getOperationDefinitionAccess().getUsesKeyword_4()); - match(input,61,FOLLOW_2); + match(input,41,FOLLOW_2); after(grammarAccess.getOperationDefinitionAccess().getUsesKeyword_4()); } @@ -21098,14 +20546,14 @@ public final void rule__OperationDefinition__Group__4__Impl() throws Recognition // $ANTLR start "rule__OperationDefinition__Group__5" - // InternalDSL.g:7579:1: rule__OperationDefinition__Group__5 : rule__OperationDefinition__Group__5__Impl rule__OperationDefinition__Group__6 ; + // InternalDSL.g:7373:1: rule__OperationDefinition__Group__5 : rule__OperationDefinition__Group__5__Impl rule__OperationDefinition__Group__6 ; public final void rule__OperationDefinition__Group__5() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7583:1: ( rule__OperationDefinition__Group__5__Impl rule__OperationDefinition__Group__6 ) - // InternalDSL.g:7584:2: rule__OperationDefinition__Group__5__Impl rule__OperationDefinition__Group__6 + // InternalDSL.g:7377:1: ( rule__OperationDefinition__Group__5__Impl rule__OperationDefinition__Group__6 ) + // InternalDSL.g:7378:2: rule__OperationDefinition__Group__5__Impl rule__OperationDefinition__Group__6 { pushFollow(FOLLOW_9); rule__OperationDefinition__Group__5__Impl(); @@ -21136,17 +20584,17 @@ public final void rule__OperationDefinition__Group__5() throws RecognitionExcept // $ANTLR start "rule__OperationDefinition__Group__5__Impl" - // InternalDSL.g:7591:1: rule__OperationDefinition__Group__5__Impl : ( ruleNL ) ; + // InternalDSL.g:7385:1: rule__OperationDefinition__Group__5__Impl : ( ruleNL ) ; public final void rule__OperationDefinition__Group__5__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7595:1: ( ( ruleNL ) ) - // InternalDSL.g:7596:1: ( ruleNL ) + // InternalDSL.g:7389:1: ( ( ruleNL ) ) + // InternalDSL.g:7390:1: ( ruleNL ) { - // InternalDSL.g:7596:1: ( ruleNL ) - // InternalDSL.g:7597:1: ruleNL + // InternalDSL.g:7390:1: ( ruleNL ) + // InternalDSL.g:7391:1: ruleNL { before(grammarAccess.getOperationDefinitionAccess().getNLParserRuleCall_5()); pushFollow(FOLLOW_2); @@ -21177,14 +20625,14 @@ public final void rule__OperationDefinition__Group__5__Impl() throws Recognition // $ANTLR start "rule__OperationDefinition__Group__6" - // InternalDSL.g:7608:1: rule__OperationDefinition__Group__6 : rule__OperationDefinition__Group__6__Impl rule__OperationDefinition__Group__7 ; + // InternalDSL.g:7402:1: rule__OperationDefinition__Group__6 : rule__OperationDefinition__Group__6__Impl rule__OperationDefinition__Group__7 ; public final void rule__OperationDefinition__Group__6() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7612:1: ( rule__OperationDefinition__Group__6__Impl rule__OperationDefinition__Group__7 ) - // InternalDSL.g:7613:2: rule__OperationDefinition__Group__6__Impl rule__OperationDefinition__Group__7 + // InternalDSL.g:7406:1: ( rule__OperationDefinition__Group__6__Impl rule__OperationDefinition__Group__7 ) + // InternalDSL.g:7407:2: rule__OperationDefinition__Group__6__Impl rule__OperationDefinition__Group__7 { pushFollow(FOLLOW_4); rule__OperationDefinition__Group__6__Impl(); @@ -21215,21 +20663,21 @@ public final void rule__OperationDefinition__Group__6() throws RecognitionExcept // $ANTLR start "rule__OperationDefinition__Group__6__Impl" - // InternalDSL.g:7620:1: rule__OperationDefinition__Group__6__Impl : ( ( rule__OperationDefinition__OperationTypeAssignment_6 ) ) ; + // InternalDSL.g:7414:1: rule__OperationDefinition__Group__6__Impl : ( ( rule__OperationDefinition__OperationTypeAssignment_6 ) ) ; public final void rule__OperationDefinition__Group__6__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7624:1: ( ( ( rule__OperationDefinition__OperationTypeAssignment_6 ) ) ) - // InternalDSL.g:7625:1: ( ( rule__OperationDefinition__OperationTypeAssignment_6 ) ) + // InternalDSL.g:7418:1: ( ( ( rule__OperationDefinition__OperationTypeAssignment_6 ) ) ) + // InternalDSL.g:7419:1: ( ( rule__OperationDefinition__OperationTypeAssignment_6 ) ) { - // InternalDSL.g:7625:1: ( ( rule__OperationDefinition__OperationTypeAssignment_6 ) ) - // InternalDSL.g:7626:1: ( rule__OperationDefinition__OperationTypeAssignment_6 ) + // InternalDSL.g:7419:1: ( ( rule__OperationDefinition__OperationTypeAssignment_6 ) ) + // InternalDSL.g:7420:1: ( rule__OperationDefinition__OperationTypeAssignment_6 ) { before(grammarAccess.getOperationDefinitionAccess().getOperationTypeAssignment_6()); - // InternalDSL.g:7627:1: ( rule__OperationDefinition__OperationTypeAssignment_6 ) - // InternalDSL.g:7627:2: rule__OperationDefinition__OperationTypeAssignment_6 + // InternalDSL.g:7421:1: ( rule__OperationDefinition__OperationTypeAssignment_6 ) + // InternalDSL.g:7421:2: rule__OperationDefinition__OperationTypeAssignment_6 { pushFollow(FOLLOW_2); rule__OperationDefinition__OperationTypeAssignment_6(); @@ -21262,14 +20710,14 @@ public final void rule__OperationDefinition__Group__6__Impl() throws Recognition // $ANTLR start "rule__OperationDefinition__Group__7" - // InternalDSL.g:7637:1: rule__OperationDefinition__Group__7 : rule__OperationDefinition__Group__7__Impl ; + // InternalDSL.g:7431:1: rule__OperationDefinition__Group__7 : rule__OperationDefinition__Group__7__Impl ; public final void rule__OperationDefinition__Group__7() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7641:1: ( rule__OperationDefinition__Group__7__Impl ) - // InternalDSL.g:7642:2: rule__OperationDefinition__Group__7__Impl + // InternalDSL.g:7435:1: ( rule__OperationDefinition__Group__7__Impl ) + // InternalDSL.g:7436:2: rule__OperationDefinition__Group__7__Impl { pushFollow(FOLLOW_2); rule__OperationDefinition__Group__7__Impl(); @@ -21295,17 +20743,17 @@ public final void rule__OperationDefinition__Group__7() throws RecognitionExcept // $ANTLR start "rule__OperationDefinition__Group__7__Impl" - // InternalDSL.g:7648:1: rule__OperationDefinition__Group__7__Impl : ( ruleNL ) ; + // InternalDSL.g:7442:1: rule__OperationDefinition__Group__7__Impl : ( ruleNL ) ; public final void rule__OperationDefinition__Group__7__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7652:1: ( ( ruleNL ) ) - // InternalDSL.g:7653:1: ( ruleNL ) + // InternalDSL.g:7446:1: ( ( ruleNL ) ) + // InternalDSL.g:7447:1: ( ruleNL ) { - // InternalDSL.g:7653:1: ( ruleNL ) - // InternalDSL.g:7654:1: ruleNL + // InternalDSL.g:7447:1: ( ruleNL ) + // InternalDSL.g:7448:1: ruleNL { before(grammarAccess.getOperationDefinitionAccess().getNLParserRuleCall_7()); pushFollow(FOLLOW_2); @@ -21336,14 +20784,14 @@ public final void rule__OperationDefinition__Group__7__Impl() throws Recognition // $ANTLR start "rule__VariableDefinition__Group__0" - // InternalDSL.g:7681:1: rule__VariableDefinition__Group__0 : rule__VariableDefinition__Group__0__Impl rule__VariableDefinition__Group__1 ; + // InternalDSL.g:7475:1: rule__VariableDefinition__Group__0 : rule__VariableDefinition__Group__0__Impl rule__VariableDefinition__Group__1 ; public final void rule__VariableDefinition__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7685:1: ( rule__VariableDefinition__Group__0__Impl rule__VariableDefinition__Group__1 ) - // InternalDSL.g:7686:2: rule__VariableDefinition__Group__0__Impl rule__VariableDefinition__Group__1 + // InternalDSL.g:7479:1: ( rule__VariableDefinition__Group__0__Impl rule__VariableDefinition__Group__1 ) + // InternalDSL.g:7480:2: rule__VariableDefinition__Group__0__Impl rule__VariableDefinition__Group__1 { pushFollow(FOLLOW_28); rule__VariableDefinition__Group__0__Impl(); @@ -21374,29 +20822,29 @@ public final void rule__VariableDefinition__Group__0() throws RecognitionExcepti // $ANTLR start "rule__VariableDefinition__Group__0__Impl" - // InternalDSL.g:7693:1: rule__VariableDefinition__Group__0__Impl : ( ( rule__VariableDefinition__PrivateAssignment_0 )? ) ; + // InternalDSL.g:7487:1: rule__VariableDefinition__Group__0__Impl : ( ( rule__VariableDefinition__PrivateAssignment_0 )? ) ; public final void rule__VariableDefinition__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7697:1: ( ( ( rule__VariableDefinition__PrivateAssignment_0 )? ) ) - // InternalDSL.g:7698:1: ( ( rule__VariableDefinition__PrivateAssignment_0 )? ) + // InternalDSL.g:7491:1: ( ( ( rule__VariableDefinition__PrivateAssignment_0 )? ) ) + // InternalDSL.g:7492:1: ( ( rule__VariableDefinition__PrivateAssignment_0 )? ) { - // InternalDSL.g:7698:1: ( ( rule__VariableDefinition__PrivateAssignment_0 )? ) - // InternalDSL.g:7699:1: ( rule__VariableDefinition__PrivateAssignment_0 )? + // InternalDSL.g:7492:1: ( ( rule__VariableDefinition__PrivateAssignment_0 )? ) + // InternalDSL.g:7493:1: ( rule__VariableDefinition__PrivateAssignment_0 )? { before(grammarAccess.getVariableDefinitionAccess().getPrivateAssignment_0()); - // InternalDSL.g:7700:1: ( rule__VariableDefinition__PrivateAssignment_0 )? - int alt56=2; - int LA56_0 = input.LA(1); + // InternalDSL.g:7494:1: ( rule__VariableDefinition__PrivateAssignment_0 )? + int alt55=2; + int LA55_0 = input.LA(1); - if ( (LA56_0==103) ) { - alt56=1; + if ( (LA55_0==83) ) { + alt55=1; } - switch (alt56) { + switch (alt55) { case 1 : - // InternalDSL.g:7700:2: rule__VariableDefinition__PrivateAssignment_0 + // InternalDSL.g:7494:2: rule__VariableDefinition__PrivateAssignment_0 { pushFollow(FOLLOW_2); rule__VariableDefinition__PrivateAssignment_0(); @@ -21432,14 +20880,14 @@ public final void rule__VariableDefinition__Group__0__Impl() throws RecognitionE // $ANTLR start "rule__VariableDefinition__Group__1" - // InternalDSL.g:7710:1: rule__VariableDefinition__Group__1 : rule__VariableDefinition__Group__1__Impl rule__VariableDefinition__Group__2 ; + // InternalDSL.g:7504:1: rule__VariableDefinition__Group__1 : rule__VariableDefinition__Group__1__Impl rule__VariableDefinition__Group__2 ; public final void rule__VariableDefinition__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7714:1: ( rule__VariableDefinition__Group__1__Impl rule__VariableDefinition__Group__2 ) - // InternalDSL.g:7715:2: rule__VariableDefinition__Group__1__Impl rule__VariableDefinition__Group__2 + // InternalDSL.g:7508:1: ( rule__VariableDefinition__Group__1__Impl rule__VariableDefinition__Group__2 ) + // InternalDSL.g:7509:2: rule__VariableDefinition__Group__1__Impl rule__VariableDefinition__Group__2 { pushFollow(FOLLOW_4); rule__VariableDefinition__Group__1__Impl(); @@ -21470,20 +20918,20 @@ public final void rule__VariableDefinition__Group__1() throws RecognitionExcepti // $ANTLR start "rule__VariableDefinition__Group__1__Impl" - // InternalDSL.g:7722:1: rule__VariableDefinition__Group__1__Impl : ( 'variable' ) ; + // InternalDSL.g:7516:1: rule__VariableDefinition__Group__1__Impl : ( 'variable' ) ; public final void rule__VariableDefinition__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7726:1: ( ( 'variable' ) ) - // InternalDSL.g:7727:1: ( 'variable' ) + // InternalDSL.g:7520:1: ( ( 'variable' ) ) + // InternalDSL.g:7521:1: ( 'variable' ) { - // InternalDSL.g:7727:1: ( 'variable' ) - // InternalDSL.g:7728:1: 'variable' + // InternalDSL.g:7521:1: ( 'variable' ) + // InternalDSL.g:7522:1: 'variable' { before(grammarAccess.getVariableDefinitionAccess().getVariableKeyword_1()); - match(input,75,FOLLOW_2); + match(input,55,FOLLOW_2); after(grammarAccess.getVariableDefinitionAccess().getVariableKeyword_1()); } @@ -21507,14 +20955,14 @@ public final void rule__VariableDefinition__Group__1__Impl() throws RecognitionE // $ANTLR start "rule__VariableDefinition__Group__2" - // InternalDSL.g:7741:1: rule__VariableDefinition__Group__2 : rule__VariableDefinition__Group__2__Impl rule__VariableDefinition__Group__3 ; + // InternalDSL.g:7535:1: rule__VariableDefinition__Group__2 : rule__VariableDefinition__Group__2__Impl rule__VariableDefinition__Group__3 ; public final void rule__VariableDefinition__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7745:1: ( rule__VariableDefinition__Group__2__Impl rule__VariableDefinition__Group__3 ) - // InternalDSL.g:7746:2: rule__VariableDefinition__Group__2__Impl rule__VariableDefinition__Group__3 + // InternalDSL.g:7539:1: ( rule__VariableDefinition__Group__2__Impl rule__VariableDefinition__Group__3 ) + // InternalDSL.g:7540:2: rule__VariableDefinition__Group__2__Impl rule__VariableDefinition__Group__3 { pushFollow(FOLLOW_9); rule__VariableDefinition__Group__2__Impl(); @@ -21545,17 +20993,17 @@ public final void rule__VariableDefinition__Group__2() throws RecognitionExcepti // $ANTLR start "rule__VariableDefinition__Group__2__Impl" - // InternalDSL.g:7753:1: rule__VariableDefinition__Group__2__Impl : ( ruleNL ) ; + // InternalDSL.g:7547:1: rule__VariableDefinition__Group__2__Impl : ( ruleNL ) ; public final void rule__VariableDefinition__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7757:1: ( ( ruleNL ) ) - // InternalDSL.g:7758:1: ( ruleNL ) + // InternalDSL.g:7551:1: ( ( ruleNL ) ) + // InternalDSL.g:7552:1: ( ruleNL ) { - // InternalDSL.g:7758:1: ( ruleNL ) - // InternalDSL.g:7759:1: ruleNL + // InternalDSL.g:7552:1: ( ruleNL ) + // InternalDSL.g:7553:1: ruleNL { before(grammarAccess.getVariableDefinitionAccess().getNLParserRuleCall_2()); pushFollow(FOLLOW_2); @@ -21586,14 +21034,14 @@ public final void rule__VariableDefinition__Group__2__Impl() throws RecognitionE // $ANTLR start "rule__VariableDefinition__Group__3" - // InternalDSL.g:7770:1: rule__VariableDefinition__Group__3 : rule__VariableDefinition__Group__3__Impl rule__VariableDefinition__Group__4 ; + // InternalDSL.g:7564:1: rule__VariableDefinition__Group__3 : rule__VariableDefinition__Group__3__Impl rule__VariableDefinition__Group__4 ; public final void rule__VariableDefinition__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7774:1: ( rule__VariableDefinition__Group__3__Impl rule__VariableDefinition__Group__4 ) - // InternalDSL.g:7775:2: rule__VariableDefinition__Group__3__Impl rule__VariableDefinition__Group__4 + // InternalDSL.g:7568:1: ( rule__VariableDefinition__Group__3__Impl rule__VariableDefinition__Group__4 ) + // InternalDSL.g:7569:2: rule__VariableDefinition__Group__3__Impl rule__VariableDefinition__Group__4 { pushFollow(FOLLOW_4); rule__VariableDefinition__Group__3__Impl(); @@ -21624,21 +21072,21 @@ public final void rule__VariableDefinition__Group__3() throws RecognitionExcepti // $ANTLR start "rule__VariableDefinition__Group__3__Impl" - // InternalDSL.g:7782:1: rule__VariableDefinition__Group__3__Impl : ( ( rule__VariableDefinition__NameAssignment_3 ) ) ; + // InternalDSL.g:7576:1: rule__VariableDefinition__Group__3__Impl : ( ( rule__VariableDefinition__NameAssignment_3 ) ) ; public final void rule__VariableDefinition__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7786:1: ( ( ( rule__VariableDefinition__NameAssignment_3 ) ) ) - // InternalDSL.g:7787:1: ( ( rule__VariableDefinition__NameAssignment_3 ) ) + // InternalDSL.g:7580:1: ( ( ( rule__VariableDefinition__NameAssignment_3 ) ) ) + // InternalDSL.g:7581:1: ( ( rule__VariableDefinition__NameAssignment_3 ) ) { - // InternalDSL.g:7787:1: ( ( rule__VariableDefinition__NameAssignment_3 ) ) - // InternalDSL.g:7788:1: ( rule__VariableDefinition__NameAssignment_3 ) + // InternalDSL.g:7581:1: ( ( rule__VariableDefinition__NameAssignment_3 ) ) + // InternalDSL.g:7582:1: ( rule__VariableDefinition__NameAssignment_3 ) { before(grammarAccess.getVariableDefinitionAccess().getNameAssignment_3()); - // InternalDSL.g:7789:1: ( rule__VariableDefinition__NameAssignment_3 ) - // InternalDSL.g:7789:2: rule__VariableDefinition__NameAssignment_3 + // InternalDSL.g:7583:1: ( rule__VariableDefinition__NameAssignment_3 ) + // InternalDSL.g:7583:2: rule__VariableDefinition__NameAssignment_3 { pushFollow(FOLLOW_2); rule__VariableDefinition__NameAssignment_3(); @@ -21671,14 +21119,14 @@ public final void rule__VariableDefinition__Group__3__Impl() throws RecognitionE // $ANTLR start "rule__VariableDefinition__Group__4" - // InternalDSL.g:7799:1: rule__VariableDefinition__Group__4 : rule__VariableDefinition__Group__4__Impl rule__VariableDefinition__Group__5 ; + // InternalDSL.g:7593:1: rule__VariableDefinition__Group__4 : rule__VariableDefinition__Group__4__Impl rule__VariableDefinition__Group__5 ; public final void rule__VariableDefinition__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7803:1: ( rule__VariableDefinition__Group__4__Impl rule__VariableDefinition__Group__5 ) - // InternalDSL.g:7804:2: rule__VariableDefinition__Group__4__Impl rule__VariableDefinition__Group__5 + // InternalDSL.g:7597:1: ( rule__VariableDefinition__Group__4__Impl rule__VariableDefinition__Group__5 ) + // InternalDSL.g:7598:2: rule__VariableDefinition__Group__4__Impl rule__VariableDefinition__Group__5 { pushFollow(FOLLOW_29); rule__VariableDefinition__Group__4__Impl(); @@ -21709,17 +21157,17 @@ public final void rule__VariableDefinition__Group__4() throws RecognitionExcepti // $ANTLR start "rule__VariableDefinition__Group__4__Impl" - // InternalDSL.g:7811:1: rule__VariableDefinition__Group__4__Impl : ( ruleNL ) ; + // InternalDSL.g:7605:1: rule__VariableDefinition__Group__4__Impl : ( ruleNL ) ; public final void rule__VariableDefinition__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7815:1: ( ( ruleNL ) ) - // InternalDSL.g:7816:1: ( ruleNL ) + // InternalDSL.g:7609:1: ( ( ruleNL ) ) + // InternalDSL.g:7610:1: ( ruleNL ) { - // InternalDSL.g:7816:1: ( ruleNL ) - // InternalDSL.g:7817:1: ruleNL + // InternalDSL.g:7610:1: ( ruleNL ) + // InternalDSL.g:7611:1: ruleNL { before(grammarAccess.getVariableDefinitionAccess().getNLParserRuleCall_4()); pushFollow(FOLLOW_2); @@ -21750,14 +21198,14 @@ public final void rule__VariableDefinition__Group__4__Impl() throws RecognitionE // $ANTLR start "rule__VariableDefinition__Group__5" - // InternalDSL.g:7828:1: rule__VariableDefinition__Group__5 : rule__VariableDefinition__Group__5__Impl ; + // InternalDSL.g:7622:1: rule__VariableDefinition__Group__5 : rule__VariableDefinition__Group__5__Impl ; public final void rule__VariableDefinition__Group__5() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7832:1: ( rule__VariableDefinition__Group__5__Impl ) - // InternalDSL.g:7833:2: rule__VariableDefinition__Group__5__Impl + // InternalDSL.g:7626:1: ( rule__VariableDefinition__Group__5__Impl ) + // InternalDSL.g:7627:2: rule__VariableDefinition__Group__5__Impl { pushFollow(FOLLOW_2); rule__VariableDefinition__Group__5__Impl(); @@ -21783,29 +21231,29 @@ public final void rule__VariableDefinition__Group__5() throws RecognitionExcepti // $ANTLR start "rule__VariableDefinition__Group__5__Impl" - // InternalDSL.g:7839:1: rule__VariableDefinition__Group__5__Impl : ( ( rule__VariableDefinition__Group_5__0 )? ) ; + // InternalDSL.g:7633:1: rule__VariableDefinition__Group__5__Impl : ( ( rule__VariableDefinition__Group_5__0 )? ) ; public final void rule__VariableDefinition__Group__5__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7843:1: ( ( ( rule__VariableDefinition__Group_5__0 )? ) ) - // InternalDSL.g:7844:1: ( ( rule__VariableDefinition__Group_5__0 )? ) + // InternalDSL.g:7637:1: ( ( ( rule__VariableDefinition__Group_5__0 )? ) ) + // InternalDSL.g:7638:1: ( ( rule__VariableDefinition__Group_5__0 )? ) { - // InternalDSL.g:7844:1: ( ( rule__VariableDefinition__Group_5__0 )? ) - // InternalDSL.g:7845:1: ( rule__VariableDefinition__Group_5__0 )? + // InternalDSL.g:7638:1: ( ( rule__VariableDefinition__Group_5__0 )? ) + // InternalDSL.g:7639:1: ( rule__VariableDefinition__Group_5__0 )? { before(grammarAccess.getVariableDefinitionAccess().getGroup_5()); - // InternalDSL.g:7846:1: ( rule__VariableDefinition__Group_5__0 )? - int alt57=2; - int LA57_0 = input.LA(1); + // InternalDSL.g:7640:1: ( rule__VariableDefinition__Group_5__0 )? + int alt56=2; + int LA56_0 = input.LA(1); - if ( (LA57_0==76) ) { - alt57=1; + if ( (LA56_0==56) ) { + alt56=1; } - switch (alt57) { + switch (alt56) { case 1 : - // InternalDSL.g:7846:2: rule__VariableDefinition__Group_5__0 + // InternalDSL.g:7640:2: rule__VariableDefinition__Group_5__0 { pushFollow(FOLLOW_2); rule__VariableDefinition__Group_5__0(); @@ -21841,14 +21289,14 @@ public final void rule__VariableDefinition__Group__5__Impl() throws RecognitionE // $ANTLR start "rule__VariableDefinition__Group_5__0" - // InternalDSL.g:7868:1: rule__VariableDefinition__Group_5__0 : rule__VariableDefinition__Group_5__0__Impl rule__VariableDefinition__Group_5__1 ; + // InternalDSL.g:7662:1: rule__VariableDefinition__Group_5__0 : rule__VariableDefinition__Group_5__0__Impl rule__VariableDefinition__Group_5__1 ; public final void rule__VariableDefinition__Group_5__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7872:1: ( rule__VariableDefinition__Group_5__0__Impl rule__VariableDefinition__Group_5__1 ) - // InternalDSL.g:7873:2: rule__VariableDefinition__Group_5__0__Impl rule__VariableDefinition__Group_5__1 + // InternalDSL.g:7666:1: ( rule__VariableDefinition__Group_5__0__Impl rule__VariableDefinition__Group_5__1 ) + // InternalDSL.g:7667:2: rule__VariableDefinition__Group_5__0__Impl rule__VariableDefinition__Group_5__1 { pushFollow(FOLLOW_4); rule__VariableDefinition__Group_5__0__Impl(); @@ -21879,20 +21327,20 @@ public final void rule__VariableDefinition__Group_5__0() throws RecognitionExcep // $ANTLR start "rule__VariableDefinition__Group_5__0__Impl" - // InternalDSL.g:7880:1: rule__VariableDefinition__Group_5__0__Impl : ( 'initially' ) ; + // InternalDSL.g:7674:1: rule__VariableDefinition__Group_5__0__Impl : ( 'initially' ) ; public final void rule__VariableDefinition__Group_5__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7884:1: ( ( 'initially' ) ) - // InternalDSL.g:7885:1: ( 'initially' ) + // InternalDSL.g:7678:1: ( ( 'initially' ) ) + // InternalDSL.g:7679:1: ( 'initially' ) { - // InternalDSL.g:7885:1: ( 'initially' ) - // InternalDSL.g:7886:1: 'initially' + // InternalDSL.g:7679:1: ( 'initially' ) + // InternalDSL.g:7680:1: 'initially' { before(grammarAccess.getVariableDefinitionAccess().getInitiallyKeyword_5_0()); - match(input,76,FOLLOW_2); + match(input,56,FOLLOW_2); after(grammarAccess.getVariableDefinitionAccess().getInitiallyKeyword_5_0()); } @@ -21916,14 +21364,14 @@ public final void rule__VariableDefinition__Group_5__0__Impl() throws Recognitio // $ANTLR start "rule__VariableDefinition__Group_5__1" - // InternalDSL.g:7899:1: rule__VariableDefinition__Group_5__1 : rule__VariableDefinition__Group_5__1__Impl rule__VariableDefinition__Group_5__2 ; + // InternalDSL.g:7693:1: rule__VariableDefinition__Group_5__1 : rule__VariableDefinition__Group_5__1__Impl rule__VariableDefinition__Group_5__2 ; public final void rule__VariableDefinition__Group_5__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7903:1: ( rule__VariableDefinition__Group_5__1__Impl rule__VariableDefinition__Group_5__2 ) - // InternalDSL.g:7904:2: rule__VariableDefinition__Group_5__1__Impl rule__VariableDefinition__Group_5__2 + // InternalDSL.g:7697:1: ( rule__VariableDefinition__Group_5__1__Impl rule__VariableDefinition__Group_5__2 ) + // InternalDSL.g:7698:2: rule__VariableDefinition__Group_5__1__Impl rule__VariableDefinition__Group_5__2 { pushFollow(FOLLOW_17); rule__VariableDefinition__Group_5__1__Impl(); @@ -21954,17 +21402,17 @@ public final void rule__VariableDefinition__Group_5__1() throws RecognitionExcep // $ANTLR start "rule__VariableDefinition__Group_5__1__Impl" - // InternalDSL.g:7911:1: rule__VariableDefinition__Group_5__1__Impl : ( ruleNL ) ; + // InternalDSL.g:7705:1: rule__VariableDefinition__Group_5__1__Impl : ( ruleNL ) ; public final void rule__VariableDefinition__Group_5__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7915:1: ( ( ruleNL ) ) - // InternalDSL.g:7916:1: ( ruleNL ) + // InternalDSL.g:7709:1: ( ( ruleNL ) ) + // InternalDSL.g:7710:1: ( ruleNL ) { - // InternalDSL.g:7916:1: ( ruleNL ) - // InternalDSL.g:7917:1: ruleNL + // InternalDSL.g:7710:1: ( ruleNL ) + // InternalDSL.g:7711:1: ruleNL { before(grammarAccess.getVariableDefinitionAccess().getNLParserRuleCall_5_1()); pushFollow(FOLLOW_2); @@ -21995,14 +21443,14 @@ public final void rule__VariableDefinition__Group_5__1__Impl() throws Recognitio // $ANTLR start "rule__VariableDefinition__Group_5__2" - // InternalDSL.g:7928:1: rule__VariableDefinition__Group_5__2 : rule__VariableDefinition__Group_5__2__Impl rule__VariableDefinition__Group_5__3 ; + // InternalDSL.g:7722:1: rule__VariableDefinition__Group_5__2 : rule__VariableDefinition__Group_5__2__Impl rule__VariableDefinition__Group_5__3 ; public final void rule__VariableDefinition__Group_5__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7932:1: ( rule__VariableDefinition__Group_5__2__Impl rule__VariableDefinition__Group_5__3 ) - // InternalDSL.g:7933:2: rule__VariableDefinition__Group_5__2__Impl rule__VariableDefinition__Group_5__3 + // InternalDSL.g:7726:1: ( rule__VariableDefinition__Group_5__2__Impl rule__VariableDefinition__Group_5__3 ) + // InternalDSL.g:7727:2: rule__VariableDefinition__Group_5__2__Impl rule__VariableDefinition__Group_5__3 { pushFollow(FOLLOW_4); rule__VariableDefinition__Group_5__2__Impl(); @@ -22033,21 +21481,21 @@ public final void rule__VariableDefinition__Group_5__2() throws RecognitionExcep // $ANTLR start "rule__VariableDefinition__Group_5__2__Impl" - // InternalDSL.g:7940:1: rule__VariableDefinition__Group_5__2__Impl : ( ( rule__VariableDefinition__InitialValueAssignment_5_2 ) ) ; + // InternalDSL.g:7734:1: rule__VariableDefinition__Group_5__2__Impl : ( ( rule__VariableDefinition__InitialValueAssignment_5_2 ) ) ; public final void rule__VariableDefinition__Group_5__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7944:1: ( ( ( rule__VariableDefinition__InitialValueAssignment_5_2 ) ) ) - // InternalDSL.g:7945:1: ( ( rule__VariableDefinition__InitialValueAssignment_5_2 ) ) + // InternalDSL.g:7738:1: ( ( ( rule__VariableDefinition__InitialValueAssignment_5_2 ) ) ) + // InternalDSL.g:7739:1: ( ( rule__VariableDefinition__InitialValueAssignment_5_2 ) ) { - // InternalDSL.g:7945:1: ( ( rule__VariableDefinition__InitialValueAssignment_5_2 ) ) - // InternalDSL.g:7946:1: ( rule__VariableDefinition__InitialValueAssignment_5_2 ) + // InternalDSL.g:7739:1: ( ( rule__VariableDefinition__InitialValueAssignment_5_2 ) ) + // InternalDSL.g:7740:1: ( rule__VariableDefinition__InitialValueAssignment_5_2 ) { before(grammarAccess.getVariableDefinitionAccess().getInitialValueAssignment_5_2()); - // InternalDSL.g:7947:1: ( rule__VariableDefinition__InitialValueAssignment_5_2 ) - // InternalDSL.g:7947:2: rule__VariableDefinition__InitialValueAssignment_5_2 + // InternalDSL.g:7741:1: ( rule__VariableDefinition__InitialValueAssignment_5_2 ) + // InternalDSL.g:7741:2: rule__VariableDefinition__InitialValueAssignment_5_2 { pushFollow(FOLLOW_2); rule__VariableDefinition__InitialValueAssignment_5_2(); @@ -22080,14 +21528,14 @@ public final void rule__VariableDefinition__Group_5__2__Impl() throws Recognitio // $ANTLR start "rule__VariableDefinition__Group_5__3" - // InternalDSL.g:7957:1: rule__VariableDefinition__Group_5__3 : rule__VariableDefinition__Group_5__3__Impl ; + // InternalDSL.g:7751:1: rule__VariableDefinition__Group_5__3 : rule__VariableDefinition__Group_5__3__Impl ; public final void rule__VariableDefinition__Group_5__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7961:1: ( rule__VariableDefinition__Group_5__3__Impl ) - // InternalDSL.g:7962:2: rule__VariableDefinition__Group_5__3__Impl + // InternalDSL.g:7755:1: ( rule__VariableDefinition__Group_5__3__Impl ) + // InternalDSL.g:7756:2: rule__VariableDefinition__Group_5__3__Impl { pushFollow(FOLLOW_2); rule__VariableDefinition__Group_5__3__Impl(); @@ -22113,17 +21561,17 @@ public final void rule__VariableDefinition__Group_5__3() throws RecognitionExcep // $ANTLR start "rule__VariableDefinition__Group_5__3__Impl" - // InternalDSL.g:7968:1: rule__VariableDefinition__Group_5__3__Impl : ( ruleNL ) ; + // InternalDSL.g:7762:1: rule__VariableDefinition__Group_5__3__Impl : ( ruleNL ) ; public final void rule__VariableDefinition__Group_5__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7972:1: ( ( ruleNL ) ) - // InternalDSL.g:7973:1: ( ruleNL ) + // InternalDSL.g:7766:1: ( ( ruleNL ) ) + // InternalDSL.g:7767:1: ( ruleNL ) { - // InternalDSL.g:7973:1: ( ruleNL ) - // InternalDSL.g:7974:1: ruleNL + // InternalDSL.g:7767:1: ( ruleNL ) + // InternalDSL.g:7768:1: ruleNL { before(grammarAccess.getVariableDefinitionAccess().getNLParserRuleCall_5_3()); pushFollow(FOLLOW_2); @@ -22154,14 +21602,14 @@ public final void rule__VariableDefinition__Group_5__3__Impl() throws Recognitio // $ANTLR start "rule__ConstantDefinition__Group__0" - // InternalDSL.g:7993:1: rule__ConstantDefinition__Group__0 : rule__ConstantDefinition__Group__0__Impl rule__ConstantDefinition__Group__1 ; + // InternalDSL.g:7787:1: rule__ConstantDefinition__Group__0 : rule__ConstantDefinition__Group__0__Impl rule__ConstantDefinition__Group__1 ; public final void rule__ConstantDefinition__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:7997:1: ( rule__ConstantDefinition__Group__0__Impl rule__ConstantDefinition__Group__1 ) - // InternalDSL.g:7998:2: rule__ConstantDefinition__Group__0__Impl rule__ConstantDefinition__Group__1 + // InternalDSL.g:7791:1: ( rule__ConstantDefinition__Group__0__Impl rule__ConstantDefinition__Group__1 ) + // InternalDSL.g:7792:2: rule__ConstantDefinition__Group__0__Impl rule__ConstantDefinition__Group__1 { pushFollow(FOLLOW_30); rule__ConstantDefinition__Group__0__Impl(); @@ -22192,29 +21640,29 @@ public final void rule__ConstantDefinition__Group__0() throws RecognitionExcepti // $ANTLR start "rule__ConstantDefinition__Group__0__Impl" - // InternalDSL.g:8005:1: rule__ConstantDefinition__Group__0__Impl : ( ( rule__ConstantDefinition__DocumentationAssignment_0 )? ) ; + // InternalDSL.g:7799:1: rule__ConstantDefinition__Group__0__Impl : ( ( rule__ConstantDefinition__DocumentationAssignment_0 )? ) ; public final void rule__ConstantDefinition__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8009:1: ( ( ( rule__ConstantDefinition__DocumentationAssignment_0 )? ) ) - // InternalDSL.g:8010:1: ( ( rule__ConstantDefinition__DocumentationAssignment_0 )? ) + // InternalDSL.g:7803:1: ( ( ( rule__ConstantDefinition__DocumentationAssignment_0 )? ) ) + // InternalDSL.g:7804:1: ( ( rule__ConstantDefinition__DocumentationAssignment_0 )? ) { - // InternalDSL.g:8010:1: ( ( rule__ConstantDefinition__DocumentationAssignment_0 )? ) - // InternalDSL.g:8011:1: ( rule__ConstantDefinition__DocumentationAssignment_0 )? + // InternalDSL.g:7804:1: ( ( rule__ConstantDefinition__DocumentationAssignment_0 )? ) + // InternalDSL.g:7805:1: ( rule__ConstantDefinition__DocumentationAssignment_0 )? { before(grammarAccess.getConstantDefinitionAccess().getDocumentationAssignment_0()); - // InternalDSL.g:8012:1: ( rule__ConstantDefinition__DocumentationAssignment_0 )? - int alt58=2; - int LA58_0 = input.LA(1); + // InternalDSL.g:7806:1: ( rule__ConstantDefinition__DocumentationAssignment_0 )? + int alt57=2; + int LA57_0 = input.LA(1); - if ( (LA58_0==RULE_ML_DOC_COMMENT) ) { - alt58=1; + if ( (LA57_0==RULE_ML_DOC_COMMENT) ) { + alt57=1; } - switch (alt58) { + switch (alt57) { case 1 : - // InternalDSL.g:8012:2: rule__ConstantDefinition__DocumentationAssignment_0 + // InternalDSL.g:7806:2: rule__ConstantDefinition__DocumentationAssignment_0 { pushFollow(FOLLOW_2); rule__ConstantDefinition__DocumentationAssignment_0(); @@ -22250,14 +21698,14 @@ public final void rule__ConstantDefinition__Group__0__Impl() throws RecognitionE // $ANTLR start "rule__ConstantDefinition__Group__1" - // InternalDSL.g:8022:1: rule__ConstantDefinition__Group__1 : rule__ConstantDefinition__Group__1__Impl rule__ConstantDefinition__Group__2 ; + // InternalDSL.g:7816:1: rule__ConstantDefinition__Group__1 : rule__ConstantDefinition__Group__1__Impl rule__ConstantDefinition__Group__2 ; public final void rule__ConstantDefinition__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8026:1: ( rule__ConstantDefinition__Group__1__Impl rule__ConstantDefinition__Group__2 ) - // InternalDSL.g:8027:2: rule__ConstantDefinition__Group__1__Impl rule__ConstantDefinition__Group__2 + // InternalDSL.g:7820:1: ( rule__ConstantDefinition__Group__1__Impl rule__ConstantDefinition__Group__2 ) + // InternalDSL.g:7821:2: rule__ConstantDefinition__Group__1__Impl rule__ConstantDefinition__Group__2 { pushFollow(FOLLOW_30); rule__ConstantDefinition__Group__1__Impl(); @@ -22288,29 +21736,29 @@ public final void rule__ConstantDefinition__Group__1() throws RecognitionExcepti // $ANTLR start "rule__ConstantDefinition__Group__1__Impl" - // InternalDSL.g:8034:1: rule__ConstantDefinition__Group__1__Impl : ( ( rule__ConstantDefinition__PrivateAssignment_1 )? ) ; + // InternalDSL.g:7828:1: rule__ConstantDefinition__Group__1__Impl : ( ( rule__ConstantDefinition__PrivateAssignment_1 )? ) ; public final void rule__ConstantDefinition__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8038:1: ( ( ( rule__ConstantDefinition__PrivateAssignment_1 )? ) ) - // InternalDSL.g:8039:1: ( ( rule__ConstantDefinition__PrivateAssignment_1 )? ) + // InternalDSL.g:7832:1: ( ( ( rule__ConstantDefinition__PrivateAssignment_1 )? ) ) + // InternalDSL.g:7833:1: ( ( rule__ConstantDefinition__PrivateAssignment_1 )? ) { - // InternalDSL.g:8039:1: ( ( rule__ConstantDefinition__PrivateAssignment_1 )? ) - // InternalDSL.g:8040:1: ( rule__ConstantDefinition__PrivateAssignment_1 )? + // InternalDSL.g:7833:1: ( ( rule__ConstantDefinition__PrivateAssignment_1 )? ) + // InternalDSL.g:7834:1: ( rule__ConstantDefinition__PrivateAssignment_1 )? { before(grammarAccess.getConstantDefinitionAccess().getPrivateAssignment_1()); - // InternalDSL.g:8041:1: ( rule__ConstantDefinition__PrivateAssignment_1 )? - int alt59=2; - int LA59_0 = input.LA(1); + // InternalDSL.g:7835:1: ( rule__ConstantDefinition__PrivateAssignment_1 )? + int alt58=2; + int LA58_0 = input.LA(1); - if ( (LA59_0==103) ) { - alt59=1; + if ( (LA58_0==83) ) { + alt58=1; } - switch (alt59) { + switch (alt58) { case 1 : - // InternalDSL.g:8041:2: rule__ConstantDefinition__PrivateAssignment_1 + // InternalDSL.g:7835:2: rule__ConstantDefinition__PrivateAssignment_1 { pushFollow(FOLLOW_2); rule__ConstantDefinition__PrivateAssignment_1(); @@ -22346,14 +21794,14 @@ public final void rule__ConstantDefinition__Group__1__Impl() throws RecognitionE // $ANTLR start "rule__ConstantDefinition__Group__2" - // InternalDSL.g:8051:1: rule__ConstantDefinition__Group__2 : rule__ConstantDefinition__Group__2__Impl rule__ConstantDefinition__Group__3 ; + // InternalDSL.g:7845:1: rule__ConstantDefinition__Group__2 : rule__ConstantDefinition__Group__2__Impl rule__ConstantDefinition__Group__3 ; public final void rule__ConstantDefinition__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8055:1: ( rule__ConstantDefinition__Group__2__Impl rule__ConstantDefinition__Group__3 ) - // InternalDSL.g:8056:2: rule__ConstantDefinition__Group__2__Impl rule__ConstantDefinition__Group__3 + // InternalDSL.g:7849:1: ( rule__ConstantDefinition__Group__2__Impl rule__ConstantDefinition__Group__3 ) + // InternalDSL.g:7850:2: rule__ConstantDefinition__Group__2__Impl rule__ConstantDefinition__Group__3 { pushFollow(FOLLOW_4); rule__ConstantDefinition__Group__2__Impl(); @@ -22384,20 +21832,20 @@ public final void rule__ConstantDefinition__Group__2() throws RecognitionExcepti // $ANTLR start "rule__ConstantDefinition__Group__2__Impl" - // InternalDSL.g:8063:1: rule__ConstantDefinition__Group__2__Impl : ( 'constant' ) ; + // InternalDSL.g:7857:1: rule__ConstantDefinition__Group__2__Impl : ( 'constant' ) ; public final void rule__ConstantDefinition__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8067:1: ( ( 'constant' ) ) - // InternalDSL.g:8068:1: ( 'constant' ) + // InternalDSL.g:7861:1: ( ( 'constant' ) ) + // InternalDSL.g:7862:1: ( 'constant' ) { - // InternalDSL.g:8068:1: ( 'constant' ) - // InternalDSL.g:8069:1: 'constant' + // InternalDSL.g:7862:1: ( 'constant' ) + // InternalDSL.g:7863:1: 'constant' { before(grammarAccess.getConstantDefinitionAccess().getConstantKeyword_2()); - match(input,77,FOLLOW_2); + match(input,57,FOLLOW_2); after(grammarAccess.getConstantDefinitionAccess().getConstantKeyword_2()); } @@ -22421,14 +21869,14 @@ public final void rule__ConstantDefinition__Group__2__Impl() throws RecognitionE // $ANTLR start "rule__ConstantDefinition__Group__3" - // InternalDSL.g:8082:1: rule__ConstantDefinition__Group__3 : rule__ConstantDefinition__Group__3__Impl rule__ConstantDefinition__Group__4 ; + // InternalDSL.g:7876:1: rule__ConstantDefinition__Group__3 : rule__ConstantDefinition__Group__3__Impl rule__ConstantDefinition__Group__4 ; public final void rule__ConstantDefinition__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8086:1: ( rule__ConstantDefinition__Group__3__Impl rule__ConstantDefinition__Group__4 ) - // InternalDSL.g:8087:2: rule__ConstantDefinition__Group__3__Impl rule__ConstantDefinition__Group__4 + // InternalDSL.g:7880:1: ( rule__ConstantDefinition__Group__3__Impl rule__ConstantDefinition__Group__4 ) + // InternalDSL.g:7881:2: rule__ConstantDefinition__Group__3__Impl rule__ConstantDefinition__Group__4 { pushFollow(FOLLOW_9); rule__ConstantDefinition__Group__3__Impl(); @@ -22459,17 +21907,17 @@ public final void rule__ConstantDefinition__Group__3() throws RecognitionExcepti // $ANTLR start "rule__ConstantDefinition__Group__3__Impl" - // InternalDSL.g:8094:1: rule__ConstantDefinition__Group__3__Impl : ( ruleNL ) ; + // InternalDSL.g:7888:1: rule__ConstantDefinition__Group__3__Impl : ( ruleNL ) ; public final void rule__ConstantDefinition__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8098:1: ( ( ruleNL ) ) - // InternalDSL.g:8099:1: ( ruleNL ) + // InternalDSL.g:7892:1: ( ( ruleNL ) ) + // InternalDSL.g:7893:1: ( ruleNL ) { - // InternalDSL.g:8099:1: ( ruleNL ) - // InternalDSL.g:8100:1: ruleNL + // InternalDSL.g:7893:1: ( ruleNL ) + // InternalDSL.g:7894:1: ruleNL { before(grammarAccess.getConstantDefinitionAccess().getNLParserRuleCall_3()); pushFollow(FOLLOW_2); @@ -22500,14 +21948,14 @@ public final void rule__ConstantDefinition__Group__3__Impl() throws RecognitionE // $ANTLR start "rule__ConstantDefinition__Group__4" - // InternalDSL.g:8111:1: rule__ConstantDefinition__Group__4 : rule__ConstantDefinition__Group__4__Impl rule__ConstantDefinition__Group__5 ; + // InternalDSL.g:7905:1: rule__ConstantDefinition__Group__4 : rule__ConstantDefinition__Group__4__Impl rule__ConstantDefinition__Group__5 ; public final void rule__ConstantDefinition__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8115:1: ( rule__ConstantDefinition__Group__4__Impl rule__ConstantDefinition__Group__5 ) - // InternalDSL.g:8116:2: rule__ConstantDefinition__Group__4__Impl rule__ConstantDefinition__Group__5 + // InternalDSL.g:7909:1: ( rule__ConstantDefinition__Group__4__Impl rule__ConstantDefinition__Group__5 ) + // InternalDSL.g:7910:2: rule__ConstantDefinition__Group__4__Impl rule__ConstantDefinition__Group__5 { pushFollow(FOLLOW_4); rule__ConstantDefinition__Group__4__Impl(); @@ -22538,21 +21986,21 @@ public final void rule__ConstantDefinition__Group__4() throws RecognitionExcepti // $ANTLR start "rule__ConstantDefinition__Group__4__Impl" - // InternalDSL.g:8123:1: rule__ConstantDefinition__Group__4__Impl : ( ( rule__ConstantDefinition__NameAssignment_4 ) ) ; + // InternalDSL.g:7917:1: rule__ConstantDefinition__Group__4__Impl : ( ( rule__ConstantDefinition__NameAssignment_4 ) ) ; public final void rule__ConstantDefinition__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8127:1: ( ( ( rule__ConstantDefinition__NameAssignment_4 ) ) ) - // InternalDSL.g:8128:1: ( ( rule__ConstantDefinition__NameAssignment_4 ) ) + // InternalDSL.g:7921:1: ( ( ( rule__ConstantDefinition__NameAssignment_4 ) ) ) + // InternalDSL.g:7922:1: ( ( rule__ConstantDefinition__NameAssignment_4 ) ) { - // InternalDSL.g:8128:1: ( ( rule__ConstantDefinition__NameAssignment_4 ) ) - // InternalDSL.g:8129:1: ( rule__ConstantDefinition__NameAssignment_4 ) + // InternalDSL.g:7922:1: ( ( rule__ConstantDefinition__NameAssignment_4 ) ) + // InternalDSL.g:7923:1: ( rule__ConstantDefinition__NameAssignment_4 ) { before(grammarAccess.getConstantDefinitionAccess().getNameAssignment_4()); - // InternalDSL.g:8130:1: ( rule__ConstantDefinition__NameAssignment_4 ) - // InternalDSL.g:8130:2: rule__ConstantDefinition__NameAssignment_4 + // InternalDSL.g:7924:1: ( rule__ConstantDefinition__NameAssignment_4 ) + // InternalDSL.g:7924:2: rule__ConstantDefinition__NameAssignment_4 { pushFollow(FOLLOW_2); rule__ConstantDefinition__NameAssignment_4(); @@ -22585,14 +22033,14 @@ public final void rule__ConstantDefinition__Group__4__Impl() throws RecognitionE // $ANTLR start "rule__ConstantDefinition__Group__5" - // InternalDSL.g:8140:1: rule__ConstantDefinition__Group__5 : rule__ConstantDefinition__Group__5__Impl rule__ConstantDefinition__Group__6 ; + // InternalDSL.g:7934:1: rule__ConstantDefinition__Group__5 : rule__ConstantDefinition__Group__5__Impl rule__ConstantDefinition__Group__6 ; public final void rule__ConstantDefinition__Group__5() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8144:1: ( rule__ConstantDefinition__Group__5__Impl rule__ConstantDefinition__Group__6 ) - // InternalDSL.g:8145:2: rule__ConstantDefinition__Group__5__Impl rule__ConstantDefinition__Group__6 + // InternalDSL.g:7938:1: ( rule__ConstantDefinition__Group__5__Impl rule__ConstantDefinition__Group__6 ) + // InternalDSL.g:7939:2: rule__ConstantDefinition__Group__5__Impl rule__ConstantDefinition__Group__6 { pushFollow(FOLLOW_31); rule__ConstantDefinition__Group__5__Impl(); @@ -22623,17 +22071,17 @@ public final void rule__ConstantDefinition__Group__5() throws RecognitionExcepti // $ANTLR start "rule__ConstantDefinition__Group__5__Impl" - // InternalDSL.g:8152:1: rule__ConstantDefinition__Group__5__Impl : ( ruleNL ) ; + // InternalDSL.g:7946:1: rule__ConstantDefinition__Group__5__Impl : ( ruleNL ) ; public final void rule__ConstantDefinition__Group__5__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8156:1: ( ( ruleNL ) ) - // InternalDSL.g:8157:1: ( ruleNL ) + // InternalDSL.g:7950:1: ( ( ruleNL ) ) + // InternalDSL.g:7951:1: ( ruleNL ) { - // InternalDSL.g:8157:1: ( ruleNL ) - // InternalDSL.g:8158:1: ruleNL + // InternalDSL.g:7951:1: ( ruleNL ) + // InternalDSL.g:7952:1: ruleNL { before(grammarAccess.getConstantDefinitionAccess().getNLParserRuleCall_5()); pushFollow(FOLLOW_2); @@ -22664,14 +22112,14 @@ public final void rule__ConstantDefinition__Group__5__Impl() throws RecognitionE // $ANTLR start "rule__ConstantDefinition__Group__6" - // InternalDSL.g:8169:1: rule__ConstantDefinition__Group__6 : rule__ConstantDefinition__Group__6__Impl rule__ConstantDefinition__Group__7 ; + // InternalDSL.g:7963:1: rule__ConstantDefinition__Group__6 : rule__ConstantDefinition__Group__6__Impl rule__ConstantDefinition__Group__7 ; public final void rule__ConstantDefinition__Group__6() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8173:1: ( rule__ConstantDefinition__Group__6__Impl rule__ConstantDefinition__Group__7 ) - // InternalDSL.g:8174:2: rule__ConstantDefinition__Group__6__Impl rule__ConstantDefinition__Group__7 + // InternalDSL.g:7967:1: ( rule__ConstantDefinition__Group__6__Impl rule__ConstantDefinition__Group__7 ) + // InternalDSL.g:7968:2: rule__ConstantDefinition__Group__6__Impl rule__ConstantDefinition__Group__7 { pushFollow(FOLLOW_32); rule__ConstantDefinition__Group__6__Impl(); @@ -22702,21 +22150,21 @@ public final void rule__ConstantDefinition__Group__6() throws RecognitionExcepti // $ANTLR start "rule__ConstantDefinition__Group__6__Impl" - // InternalDSL.g:8181:1: rule__ConstantDefinition__Group__6__Impl : ( ( rule__ConstantDefinition__Group_6__0 ) ) ; + // InternalDSL.g:7975:1: rule__ConstantDefinition__Group__6__Impl : ( ( rule__ConstantDefinition__Group_6__0 ) ) ; public final void rule__ConstantDefinition__Group__6__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8185:1: ( ( ( rule__ConstantDefinition__Group_6__0 ) ) ) - // InternalDSL.g:8186:1: ( ( rule__ConstantDefinition__Group_6__0 ) ) + // InternalDSL.g:7979:1: ( ( ( rule__ConstantDefinition__Group_6__0 ) ) ) + // InternalDSL.g:7980:1: ( ( rule__ConstantDefinition__Group_6__0 ) ) { - // InternalDSL.g:8186:1: ( ( rule__ConstantDefinition__Group_6__0 ) ) - // InternalDSL.g:8187:1: ( rule__ConstantDefinition__Group_6__0 ) + // InternalDSL.g:7980:1: ( ( rule__ConstantDefinition__Group_6__0 ) ) + // InternalDSL.g:7981:1: ( rule__ConstantDefinition__Group_6__0 ) { before(grammarAccess.getConstantDefinitionAccess().getGroup_6()); - // InternalDSL.g:8188:1: ( rule__ConstantDefinition__Group_6__0 ) - // InternalDSL.g:8188:2: rule__ConstantDefinition__Group_6__0 + // InternalDSL.g:7982:1: ( rule__ConstantDefinition__Group_6__0 ) + // InternalDSL.g:7982:2: rule__ConstantDefinition__Group_6__0 { pushFollow(FOLLOW_2); rule__ConstantDefinition__Group_6__0(); @@ -22749,14 +22197,14 @@ public final void rule__ConstantDefinition__Group__6__Impl() throws RecognitionE // $ANTLR start "rule__ConstantDefinition__Group__7" - // InternalDSL.g:8198:1: rule__ConstantDefinition__Group__7 : rule__ConstantDefinition__Group__7__Impl ; + // InternalDSL.g:7992:1: rule__ConstantDefinition__Group__7 : rule__ConstantDefinition__Group__7__Impl ; public final void rule__ConstantDefinition__Group__7() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8202:1: ( rule__ConstantDefinition__Group__7__Impl ) - // InternalDSL.g:8203:2: rule__ConstantDefinition__Group__7__Impl + // InternalDSL.g:7996:1: ( rule__ConstantDefinition__Group__7__Impl ) + // InternalDSL.g:7997:2: rule__ConstantDefinition__Group__7__Impl { pushFollow(FOLLOW_2); rule__ConstantDefinition__Group__7__Impl(); @@ -22782,29 +22230,29 @@ public final void rule__ConstantDefinition__Group__7() throws RecognitionExcepti // $ANTLR start "rule__ConstantDefinition__Group__7__Impl" - // InternalDSL.g:8209:1: rule__ConstantDefinition__Group__7__Impl : ( ( rule__ConstantDefinition__Group_7__0 )? ) ; + // InternalDSL.g:8003:1: rule__ConstantDefinition__Group__7__Impl : ( ( rule__ConstantDefinition__Group_7__0 )? ) ; public final void rule__ConstantDefinition__Group__7__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8213:1: ( ( ( rule__ConstantDefinition__Group_7__0 )? ) ) - // InternalDSL.g:8214:1: ( ( rule__ConstantDefinition__Group_7__0 )? ) + // InternalDSL.g:8007:1: ( ( ( rule__ConstantDefinition__Group_7__0 )? ) ) + // InternalDSL.g:8008:1: ( ( rule__ConstantDefinition__Group_7__0 )? ) { - // InternalDSL.g:8214:1: ( ( rule__ConstantDefinition__Group_7__0 )? ) - // InternalDSL.g:8215:1: ( rule__ConstantDefinition__Group_7__0 )? + // InternalDSL.g:8008:1: ( ( rule__ConstantDefinition__Group_7__0 )? ) + // InternalDSL.g:8009:1: ( rule__ConstantDefinition__Group_7__0 )? { before(grammarAccess.getConstantDefinitionAccess().getGroup_7()); - // InternalDSL.g:8216:1: ( rule__ConstantDefinition__Group_7__0 )? - int alt60=2; - int LA60_0 = input.LA(1); + // InternalDSL.g:8010:1: ( rule__ConstantDefinition__Group_7__0 )? + int alt59=2; + int LA59_0 = input.LA(1); - if ( (LA60_0==106) ) { - alt60=1; + if ( (LA59_0==86) ) { + alt59=1; } - switch (alt60) { + switch (alt59) { case 1 : - // InternalDSL.g:8216:2: rule__ConstantDefinition__Group_7__0 + // InternalDSL.g:8010:2: rule__ConstantDefinition__Group_7__0 { pushFollow(FOLLOW_2); rule__ConstantDefinition__Group_7__0(); @@ -22840,14 +22288,14 @@ public final void rule__ConstantDefinition__Group__7__Impl() throws RecognitionE // $ANTLR start "rule__ConstantDefinition__Group_6__0" - // InternalDSL.g:8242:1: rule__ConstantDefinition__Group_6__0 : rule__ConstantDefinition__Group_6__0__Impl rule__ConstantDefinition__Group_6__1 ; + // InternalDSL.g:8036:1: rule__ConstantDefinition__Group_6__0 : rule__ConstantDefinition__Group_6__0__Impl rule__ConstantDefinition__Group_6__1 ; public final void rule__ConstantDefinition__Group_6__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8246:1: ( rule__ConstantDefinition__Group_6__0__Impl rule__ConstantDefinition__Group_6__1 ) - // InternalDSL.g:8247:2: rule__ConstantDefinition__Group_6__0__Impl rule__ConstantDefinition__Group_6__1 + // InternalDSL.g:8040:1: ( rule__ConstantDefinition__Group_6__0__Impl rule__ConstantDefinition__Group_6__1 ) + // InternalDSL.g:8041:2: rule__ConstantDefinition__Group_6__0__Impl rule__ConstantDefinition__Group_6__1 { pushFollow(FOLLOW_31); rule__ConstantDefinition__Group_6__0__Impl(); @@ -22878,29 +22326,29 @@ public final void rule__ConstantDefinition__Group_6__0() throws RecognitionExcep // $ANTLR start "rule__ConstantDefinition__Group_6__0__Impl" - // InternalDSL.g:8254:1: rule__ConstantDefinition__Group_6__0__Impl : ( ( rule__ConstantDefinition__Group_6_0__0 )? ) ; + // InternalDSL.g:8048:1: rule__ConstantDefinition__Group_6__0__Impl : ( ( rule__ConstantDefinition__Group_6_0__0 )? ) ; public final void rule__ConstantDefinition__Group_6__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8258:1: ( ( ( rule__ConstantDefinition__Group_6_0__0 )? ) ) - // InternalDSL.g:8259:1: ( ( rule__ConstantDefinition__Group_6_0__0 )? ) + // InternalDSL.g:8052:1: ( ( ( rule__ConstantDefinition__Group_6_0__0 )? ) ) + // InternalDSL.g:8053:1: ( ( rule__ConstantDefinition__Group_6_0__0 )? ) { - // InternalDSL.g:8259:1: ( ( rule__ConstantDefinition__Group_6_0__0 )? ) - // InternalDSL.g:8260:1: ( rule__ConstantDefinition__Group_6_0__0 )? + // InternalDSL.g:8053:1: ( ( rule__ConstantDefinition__Group_6_0__0 )? ) + // InternalDSL.g:8054:1: ( rule__ConstantDefinition__Group_6_0__0 )? { before(grammarAccess.getConstantDefinitionAccess().getGroup_6_0()); - // InternalDSL.g:8261:1: ( rule__ConstantDefinition__Group_6_0__0 )? - int alt61=2; - int LA61_0 = input.LA(1); + // InternalDSL.g:8055:1: ( rule__ConstantDefinition__Group_6_0__0 )? + int alt60=2; + int LA60_0 = input.LA(1); - if ( ((LA61_0>=RULE_BOOLEAN_TRUE && LA61_0<=RULE_UPPERCASE_ID)||(LA61_0>=RULE_STRING && LA61_0<=RULE_TWELVEHRSTIME)||LA61_0==91||LA61_0==93||LA61_0==95||(LA61_0>=98 && LA61_0<=99)) ) { - alt61=1; + if ( ((LA60_0>=RULE_BOOLEAN_TRUE && LA60_0<=RULE_UPPERCASE_ID)||LA60_0==RULE_STRING||(LA60_0>=RULE_INTEGER && LA60_0<=RULE_TWELVEHRSTIME)||LA60_0==71||LA60_0==73||LA60_0==75||(LA60_0>=78 && LA60_0<=79)) ) { + alt60=1; } - switch (alt61) { + switch (alt60) { case 1 : - // InternalDSL.g:8261:2: rule__ConstantDefinition__Group_6_0__0 + // InternalDSL.g:8055:2: rule__ConstantDefinition__Group_6_0__0 { pushFollow(FOLLOW_2); rule__ConstantDefinition__Group_6_0__0(); @@ -22936,14 +22384,14 @@ public final void rule__ConstantDefinition__Group_6__0__Impl() throws Recognitio // $ANTLR start "rule__ConstantDefinition__Group_6__1" - // InternalDSL.g:8271:1: rule__ConstantDefinition__Group_6__1 : rule__ConstantDefinition__Group_6__1__Impl ; + // InternalDSL.g:8065:1: rule__ConstantDefinition__Group_6__1 : rule__ConstantDefinition__Group_6__1__Impl ; public final void rule__ConstantDefinition__Group_6__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8275:1: ( rule__ConstantDefinition__Group_6__1__Impl ) - // InternalDSL.g:8276:2: rule__ConstantDefinition__Group_6__1__Impl + // InternalDSL.g:8069:1: ( rule__ConstantDefinition__Group_6__1__Impl ) + // InternalDSL.g:8070:2: rule__ConstantDefinition__Group_6__1__Impl { pushFollow(FOLLOW_2); rule__ConstantDefinition__Group_6__1__Impl(); @@ -22969,33 +22417,33 @@ public final void rule__ConstantDefinition__Group_6__1() throws RecognitionExcep // $ANTLR start "rule__ConstantDefinition__Group_6__1__Impl" - // InternalDSL.g:8282:1: rule__ConstantDefinition__Group_6__1__Impl : ( ( rule__ConstantDefinition__Group_6_1__0 )* ) ; + // InternalDSL.g:8076:1: rule__ConstantDefinition__Group_6__1__Impl : ( ( rule__ConstantDefinition__Group_6_1__0 )* ) ; public final void rule__ConstantDefinition__Group_6__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8286:1: ( ( ( rule__ConstantDefinition__Group_6_1__0 )* ) ) - // InternalDSL.g:8287:1: ( ( rule__ConstantDefinition__Group_6_1__0 )* ) + // InternalDSL.g:8080:1: ( ( ( rule__ConstantDefinition__Group_6_1__0 )* ) ) + // InternalDSL.g:8081:1: ( ( rule__ConstantDefinition__Group_6_1__0 )* ) { - // InternalDSL.g:8287:1: ( ( rule__ConstantDefinition__Group_6_1__0 )* ) - // InternalDSL.g:8288:1: ( rule__ConstantDefinition__Group_6_1__0 )* + // InternalDSL.g:8081:1: ( ( rule__ConstantDefinition__Group_6_1__0 )* ) + // InternalDSL.g:8082:1: ( rule__ConstantDefinition__Group_6_1__0 )* { before(grammarAccess.getConstantDefinitionAccess().getGroup_6_1()); - // InternalDSL.g:8289:1: ( rule__ConstantDefinition__Group_6_1__0 )* - loop62: + // InternalDSL.g:8083:1: ( rule__ConstantDefinition__Group_6_1__0 )* + loop61: do { - int alt62=2; - int LA62_0 = input.LA(1); + int alt61=2; + int LA61_0 = input.LA(1); - if ( (LA62_0==80) ) { - alt62=1; + if ( (LA61_0==60) ) { + alt61=1; } - switch (alt62) { + switch (alt61) { case 1 : - // InternalDSL.g:8289:2: rule__ConstantDefinition__Group_6_1__0 + // InternalDSL.g:8083:2: rule__ConstantDefinition__Group_6_1__0 { pushFollow(FOLLOW_33); rule__ConstantDefinition__Group_6_1__0(); @@ -23007,7 +22455,7 @@ public final void rule__ConstantDefinition__Group_6__1__Impl() throws Recognitio break; default : - break loop62; + break loop61; } } while (true); @@ -23034,14 +22482,14 @@ public final void rule__ConstantDefinition__Group_6__1__Impl() throws Recognitio // $ANTLR start "rule__ConstantDefinition__Group_6_0__0" - // InternalDSL.g:8303:1: rule__ConstantDefinition__Group_6_0__0 : rule__ConstantDefinition__Group_6_0__0__Impl rule__ConstantDefinition__Group_6_0__1 ; + // InternalDSL.g:8097:1: rule__ConstantDefinition__Group_6_0__0 : rule__ConstantDefinition__Group_6_0__0__Impl rule__ConstantDefinition__Group_6_0__1 ; public final void rule__ConstantDefinition__Group_6_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8307:1: ( rule__ConstantDefinition__Group_6_0__0__Impl rule__ConstantDefinition__Group_6_0__1 ) - // InternalDSL.g:8308:2: rule__ConstantDefinition__Group_6_0__0__Impl rule__ConstantDefinition__Group_6_0__1 + // InternalDSL.g:8101:1: ( rule__ConstantDefinition__Group_6_0__0__Impl rule__ConstantDefinition__Group_6_0__1 ) + // InternalDSL.g:8102:2: rule__ConstantDefinition__Group_6_0__0__Impl rule__ConstantDefinition__Group_6_0__1 { pushFollow(FOLLOW_4); rule__ConstantDefinition__Group_6_0__0__Impl(); @@ -23072,21 +22520,21 @@ public final void rule__ConstantDefinition__Group_6_0__0() throws RecognitionExc // $ANTLR start "rule__ConstantDefinition__Group_6_0__0__Impl" - // InternalDSL.g:8315:1: rule__ConstantDefinition__Group_6_0__0__Impl : ( ( rule__ConstantDefinition__ValueAssignment_6_0_0 ) ) ; + // InternalDSL.g:8109:1: rule__ConstantDefinition__Group_6_0__0__Impl : ( ( rule__ConstantDefinition__ValueAssignment_6_0_0 ) ) ; public final void rule__ConstantDefinition__Group_6_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8319:1: ( ( ( rule__ConstantDefinition__ValueAssignment_6_0_0 ) ) ) - // InternalDSL.g:8320:1: ( ( rule__ConstantDefinition__ValueAssignment_6_0_0 ) ) + // InternalDSL.g:8113:1: ( ( ( rule__ConstantDefinition__ValueAssignment_6_0_0 ) ) ) + // InternalDSL.g:8114:1: ( ( rule__ConstantDefinition__ValueAssignment_6_0_0 ) ) { - // InternalDSL.g:8320:1: ( ( rule__ConstantDefinition__ValueAssignment_6_0_0 ) ) - // InternalDSL.g:8321:1: ( rule__ConstantDefinition__ValueAssignment_6_0_0 ) + // InternalDSL.g:8114:1: ( ( rule__ConstantDefinition__ValueAssignment_6_0_0 ) ) + // InternalDSL.g:8115:1: ( rule__ConstantDefinition__ValueAssignment_6_0_0 ) { before(grammarAccess.getConstantDefinitionAccess().getValueAssignment_6_0_0()); - // InternalDSL.g:8322:1: ( rule__ConstantDefinition__ValueAssignment_6_0_0 ) - // InternalDSL.g:8322:2: rule__ConstantDefinition__ValueAssignment_6_0_0 + // InternalDSL.g:8116:1: ( rule__ConstantDefinition__ValueAssignment_6_0_0 ) + // InternalDSL.g:8116:2: rule__ConstantDefinition__ValueAssignment_6_0_0 { pushFollow(FOLLOW_2); rule__ConstantDefinition__ValueAssignment_6_0_0(); @@ -23119,14 +22567,14 @@ public final void rule__ConstantDefinition__Group_6_0__0__Impl() throws Recognit // $ANTLR start "rule__ConstantDefinition__Group_6_0__1" - // InternalDSL.g:8332:1: rule__ConstantDefinition__Group_6_0__1 : rule__ConstantDefinition__Group_6_0__1__Impl ; + // InternalDSL.g:8126:1: rule__ConstantDefinition__Group_6_0__1 : rule__ConstantDefinition__Group_6_0__1__Impl ; public final void rule__ConstantDefinition__Group_6_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8336:1: ( rule__ConstantDefinition__Group_6_0__1__Impl ) - // InternalDSL.g:8337:2: rule__ConstantDefinition__Group_6_0__1__Impl + // InternalDSL.g:8130:1: ( rule__ConstantDefinition__Group_6_0__1__Impl ) + // InternalDSL.g:8131:2: rule__ConstantDefinition__Group_6_0__1__Impl { pushFollow(FOLLOW_2); rule__ConstantDefinition__Group_6_0__1__Impl(); @@ -23152,17 +22600,17 @@ public final void rule__ConstantDefinition__Group_6_0__1() throws RecognitionExc // $ANTLR start "rule__ConstantDefinition__Group_6_0__1__Impl" - // InternalDSL.g:8343:1: rule__ConstantDefinition__Group_6_0__1__Impl : ( ruleNL ) ; + // InternalDSL.g:8137:1: rule__ConstantDefinition__Group_6_0__1__Impl : ( ruleNL ) ; public final void rule__ConstantDefinition__Group_6_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8347:1: ( ( ruleNL ) ) - // InternalDSL.g:8348:1: ( ruleNL ) + // InternalDSL.g:8141:1: ( ( ruleNL ) ) + // InternalDSL.g:8142:1: ( ruleNL ) { - // InternalDSL.g:8348:1: ( ruleNL ) - // InternalDSL.g:8349:1: ruleNL + // InternalDSL.g:8142:1: ( ruleNL ) + // InternalDSL.g:8143:1: ruleNL { before(grammarAccess.getConstantDefinitionAccess().getNLParserRuleCall_6_0_1()); pushFollow(FOLLOW_2); @@ -23193,14 +22641,14 @@ public final void rule__ConstantDefinition__Group_6_0__1__Impl() throws Recognit // $ANTLR start "rule__ConstantDefinition__Group_6_1__0" - // InternalDSL.g:8364:1: rule__ConstantDefinition__Group_6_1__0 : rule__ConstantDefinition__Group_6_1__0__Impl rule__ConstantDefinition__Group_6_1__1 ; + // InternalDSL.g:8158:1: rule__ConstantDefinition__Group_6_1__0 : rule__ConstantDefinition__Group_6_1__0__Impl rule__ConstantDefinition__Group_6_1__1 ; public final void rule__ConstantDefinition__Group_6_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8368:1: ( rule__ConstantDefinition__Group_6_1__0__Impl rule__ConstantDefinition__Group_6_1__1 ) - // InternalDSL.g:8369:2: rule__ConstantDefinition__Group_6_1__0__Impl rule__ConstantDefinition__Group_6_1__1 + // InternalDSL.g:8162:1: ( rule__ConstantDefinition__Group_6_1__0__Impl rule__ConstantDefinition__Group_6_1__1 ) + // InternalDSL.g:8163:2: rule__ConstantDefinition__Group_6_1__0__Impl rule__ConstantDefinition__Group_6_1__1 { pushFollow(FOLLOW_4); rule__ConstantDefinition__Group_6_1__0__Impl(); @@ -23231,21 +22679,21 @@ public final void rule__ConstantDefinition__Group_6_1__0() throws RecognitionExc // $ANTLR start "rule__ConstantDefinition__Group_6_1__0__Impl" - // InternalDSL.g:8376:1: rule__ConstantDefinition__Group_6_1__0__Impl : ( ( rule__ConstantDefinition__VariantValuesAssignment_6_1_0 ) ) ; + // InternalDSL.g:8170:1: rule__ConstantDefinition__Group_6_1__0__Impl : ( ( rule__ConstantDefinition__VariantValuesAssignment_6_1_0 ) ) ; public final void rule__ConstantDefinition__Group_6_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8380:1: ( ( ( rule__ConstantDefinition__VariantValuesAssignment_6_1_0 ) ) ) - // InternalDSL.g:8381:1: ( ( rule__ConstantDefinition__VariantValuesAssignment_6_1_0 ) ) + // InternalDSL.g:8174:1: ( ( ( rule__ConstantDefinition__VariantValuesAssignment_6_1_0 ) ) ) + // InternalDSL.g:8175:1: ( ( rule__ConstantDefinition__VariantValuesAssignment_6_1_0 ) ) { - // InternalDSL.g:8381:1: ( ( rule__ConstantDefinition__VariantValuesAssignment_6_1_0 ) ) - // InternalDSL.g:8382:1: ( rule__ConstantDefinition__VariantValuesAssignment_6_1_0 ) + // InternalDSL.g:8175:1: ( ( rule__ConstantDefinition__VariantValuesAssignment_6_1_0 ) ) + // InternalDSL.g:8176:1: ( rule__ConstantDefinition__VariantValuesAssignment_6_1_0 ) { before(grammarAccess.getConstantDefinitionAccess().getVariantValuesAssignment_6_1_0()); - // InternalDSL.g:8383:1: ( rule__ConstantDefinition__VariantValuesAssignment_6_1_0 ) - // InternalDSL.g:8383:2: rule__ConstantDefinition__VariantValuesAssignment_6_1_0 + // InternalDSL.g:8177:1: ( rule__ConstantDefinition__VariantValuesAssignment_6_1_0 ) + // InternalDSL.g:8177:2: rule__ConstantDefinition__VariantValuesAssignment_6_1_0 { pushFollow(FOLLOW_2); rule__ConstantDefinition__VariantValuesAssignment_6_1_0(); @@ -23278,14 +22726,14 @@ public final void rule__ConstantDefinition__Group_6_1__0__Impl() throws Recognit // $ANTLR start "rule__ConstantDefinition__Group_6_1__1" - // InternalDSL.g:8393:1: rule__ConstantDefinition__Group_6_1__1 : rule__ConstantDefinition__Group_6_1__1__Impl ; + // InternalDSL.g:8187:1: rule__ConstantDefinition__Group_6_1__1 : rule__ConstantDefinition__Group_6_1__1__Impl ; public final void rule__ConstantDefinition__Group_6_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8397:1: ( rule__ConstantDefinition__Group_6_1__1__Impl ) - // InternalDSL.g:8398:2: rule__ConstantDefinition__Group_6_1__1__Impl + // InternalDSL.g:8191:1: ( rule__ConstantDefinition__Group_6_1__1__Impl ) + // InternalDSL.g:8192:2: rule__ConstantDefinition__Group_6_1__1__Impl { pushFollow(FOLLOW_2); rule__ConstantDefinition__Group_6_1__1__Impl(); @@ -23311,17 +22759,17 @@ public final void rule__ConstantDefinition__Group_6_1__1() throws RecognitionExc // $ANTLR start "rule__ConstantDefinition__Group_6_1__1__Impl" - // InternalDSL.g:8404:1: rule__ConstantDefinition__Group_6_1__1__Impl : ( ruleNL ) ; + // InternalDSL.g:8198:1: rule__ConstantDefinition__Group_6_1__1__Impl : ( ruleNL ) ; public final void rule__ConstantDefinition__Group_6_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8408:1: ( ( ruleNL ) ) - // InternalDSL.g:8409:1: ( ruleNL ) + // InternalDSL.g:8202:1: ( ( ruleNL ) ) + // InternalDSL.g:8203:1: ( ruleNL ) { - // InternalDSL.g:8409:1: ( ruleNL ) - // InternalDSL.g:8410:1: ruleNL + // InternalDSL.g:8203:1: ( ruleNL ) + // InternalDSL.g:8204:1: ruleNL { before(grammarAccess.getConstantDefinitionAccess().getNLParserRuleCall_6_1_1()); pushFollow(FOLLOW_2); @@ -23352,14 +22800,14 @@ public final void rule__ConstantDefinition__Group_6_1__1__Impl() throws Recognit // $ANTLR start "rule__ConstantDefinition__Group_7__0" - // InternalDSL.g:8425:1: rule__ConstantDefinition__Group_7__0 : rule__ConstantDefinition__Group_7__0__Impl rule__ConstantDefinition__Group_7__1 ; + // InternalDSL.g:8219:1: rule__ConstantDefinition__Group_7__0 : rule__ConstantDefinition__Group_7__0__Impl rule__ConstantDefinition__Group_7__1 ; public final void rule__ConstantDefinition__Group_7__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8429:1: ( rule__ConstantDefinition__Group_7__0__Impl rule__ConstantDefinition__Group_7__1 ) - // InternalDSL.g:8430:2: rule__ConstantDefinition__Group_7__0__Impl rule__ConstantDefinition__Group_7__1 + // InternalDSL.g:8223:1: ( rule__ConstantDefinition__Group_7__0__Impl rule__ConstantDefinition__Group_7__1 ) + // InternalDSL.g:8224:2: rule__ConstantDefinition__Group_7__0__Impl rule__ConstantDefinition__Group_7__1 { pushFollow(FOLLOW_4); rule__ConstantDefinition__Group_7__0__Impl(); @@ -23390,21 +22838,21 @@ public final void rule__ConstantDefinition__Group_7__0() throws RecognitionExcep // $ANTLR start "rule__ConstantDefinition__Group_7__0__Impl" - // InternalDSL.g:8437:1: rule__ConstantDefinition__Group_7__0__Impl : ( ( rule__ConstantDefinition__ParameterizedAssignment_7_0 ) ) ; + // InternalDSL.g:8231:1: rule__ConstantDefinition__Group_7__0__Impl : ( ( rule__ConstantDefinition__ParameterizedAssignment_7_0 ) ) ; public final void rule__ConstantDefinition__Group_7__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8441:1: ( ( ( rule__ConstantDefinition__ParameterizedAssignment_7_0 ) ) ) - // InternalDSL.g:8442:1: ( ( rule__ConstantDefinition__ParameterizedAssignment_7_0 ) ) + // InternalDSL.g:8235:1: ( ( ( rule__ConstantDefinition__ParameterizedAssignment_7_0 ) ) ) + // InternalDSL.g:8236:1: ( ( rule__ConstantDefinition__ParameterizedAssignment_7_0 ) ) { - // InternalDSL.g:8442:1: ( ( rule__ConstantDefinition__ParameterizedAssignment_7_0 ) ) - // InternalDSL.g:8443:1: ( rule__ConstantDefinition__ParameterizedAssignment_7_0 ) + // InternalDSL.g:8236:1: ( ( rule__ConstantDefinition__ParameterizedAssignment_7_0 ) ) + // InternalDSL.g:8237:1: ( rule__ConstantDefinition__ParameterizedAssignment_7_0 ) { before(grammarAccess.getConstantDefinitionAccess().getParameterizedAssignment_7_0()); - // InternalDSL.g:8444:1: ( rule__ConstantDefinition__ParameterizedAssignment_7_0 ) - // InternalDSL.g:8444:2: rule__ConstantDefinition__ParameterizedAssignment_7_0 + // InternalDSL.g:8238:1: ( rule__ConstantDefinition__ParameterizedAssignment_7_0 ) + // InternalDSL.g:8238:2: rule__ConstantDefinition__ParameterizedAssignment_7_0 { pushFollow(FOLLOW_2); rule__ConstantDefinition__ParameterizedAssignment_7_0(); @@ -23437,14 +22885,14 @@ public final void rule__ConstantDefinition__Group_7__0__Impl() throws Recognitio // $ANTLR start "rule__ConstantDefinition__Group_7__1" - // InternalDSL.g:8454:1: rule__ConstantDefinition__Group_7__1 : rule__ConstantDefinition__Group_7__1__Impl ; + // InternalDSL.g:8248:1: rule__ConstantDefinition__Group_7__1 : rule__ConstantDefinition__Group_7__1__Impl ; public final void rule__ConstantDefinition__Group_7__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8458:1: ( rule__ConstantDefinition__Group_7__1__Impl ) - // InternalDSL.g:8459:2: rule__ConstantDefinition__Group_7__1__Impl + // InternalDSL.g:8252:1: ( rule__ConstantDefinition__Group_7__1__Impl ) + // InternalDSL.g:8253:2: rule__ConstantDefinition__Group_7__1__Impl { pushFollow(FOLLOW_2); rule__ConstantDefinition__Group_7__1__Impl(); @@ -23470,17 +22918,17 @@ public final void rule__ConstantDefinition__Group_7__1() throws RecognitionExcep // $ANTLR start "rule__ConstantDefinition__Group_7__1__Impl" - // InternalDSL.g:8465:1: rule__ConstantDefinition__Group_7__1__Impl : ( ruleNL ) ; + // InternalDSL.g:8259:1: rule__ConstantDefinition__Group_7__1__Impl : ( ruleNL ) ; public final void rule__ConstantDefinition__Group_7__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8469:1: ( ( ruleNL ) ) - // InternalDSL.g:8470:1: ( ruleNL ) + // InternalDSL.g:8263:1: ( ( ruleNL ) ) + // InternalDSL.g:8264:1: ( ruleNL ) { - // InternalDSL.g:8470:1: ( ruleNL ) - // InternalDSL.g:8471:1: ruleNL + // InternalDSL.g:8264:1: ( ruleNL ) + // InternalDSL.g:8265:1: ruleNL { before(grammarAccess.getConstantDefinitionAccess().getNLParserRuleCall_7_1()); pushFollow(FOLLOW_2); @@ -23511,14 +22959,14 @@ public final void rule__ConstantDefinition__Group_7__1__Impl() throws Recognitio // $ANTLR start "rule__VariableAssignment__Group__0" - // InternalDSL.g:8486:1: rule__VariableAssignment__Group__0 : rule__VariableAssignment__Group__0__Impl rule__VariableAssignment__Group__1 ; + // InternalDSL.g:8280:1: rule__VariableAssignment__Group__0 : rule__VariableAssignment__Group__0__Impl rule__VariableAssignment__Group__1 ; public final void rule__VariableAssignment__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8490:1: ( rule__VariableAssignment__Group__0__Impl rule__VariableAssignment__Group__1 ) - // InternalDSL.g:8491:2: rule__VariableAssignment__Group__0__Impl rule__VariableAssignment__Group__1 + // InternalDSL.g:8284:1: ( rule__VariableAssignment__Group__0__Impl rule__VariableAssignment__Group__1 ) + // InternalDSL.g:8285:2: rule__VariableAssignment__Group__0__Impl rule__VariableAssignment__Group__1 { pushFollow(FOLLOW_4); rule__VariableAssignment__Group__0__Impl(); @@ -23549,20 +22997,20 @@ public final void rule__VariableAssignment__Group__0() throws RecognitionExcepti // $ANTLR start "rule__VariableAssignment__Group__0__Impl" - // InternalDSL.g:8498:1: rule__VariableAssignment__Group__0__Impl : ( 'assign' ) ; + // InternalDSL.g:8292:1: rule__VariableAssignment__Group__0__Impl : ( 'assign' ) ; public final void rule__VariableAssignment__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8502:1: ( ( 'assign' ) ) - // InternalDSL.g:8503:1: ( 'assign' ) + // InternalDSL.g:8296:1: ( ( 'assign' ) ) + // InternalDSL.g:8297:1: ( 'assign' ) { - // InternalDSL.g:8503:1: ( 'assign' ) - // InternalDSL.g:8504:1: 'assign' + // InternalDSL.g:8297:1: ( 'assign' ) + // InternalDSL.g:8298:1: 'assign' { before(grammarAccess.getVariableAssignmentAccess().getAssignKeyword_0()); - match(input,78,FOLLOW_2); + match(input,58,FOLLOW_2); after(grammarAccess.getVariableAssignmentAccess().getAssignKeyword_0()); } @@ -23586,14 +23034,14 @@ public final void rule__VariableAssignment__Group__0__Impl() throws RecognitionE // $ANTLR start "rule__VariableAssignment__Group__1" - // InternalDSL.g:8517:1: rule__VariableAssignment__Group__1 : rule__VariableAssignment__Group__1__Impl rule__VariableAssignment__Group__2 ; + // InternalDSL.g:8311:1: rule__VariableAssignment__Group__1 : rule__VariableAssignment__Group__1__Impl rule__VariableAssignment__Group__2 ; public final void rule__VariableAssignment__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8521:1: ( rule__VariableAssignment__Group__1__Impl rule__VariableAssignment__Group__2 ) - // InternalDSL.g:8522:2: rule__VariableAssignment__Group__1__Impl rule__VariableAssignment__Group__2 + // InternalDSL.g:8315:1: ( rule__VariableAssignment__Group__1__Impl rule__VariableAssignment__Group__2 ) + // InternalDSL.g:8316:2: rule__VariableAssignment__Group__1__Impl rule__VariableAssignment__Group__2 { pushFollow(FOLLOW_17); rule__VariableAssignment__Group__1__Impl(); @@ -23624,17 +23072,17 @@ public final void rule__VariableAssignment__Group__1() throws RecognitionExcepti // $ANTLR start "rule__VariableAssignment__Group__1__Impl" - // InternalDSL.g:8529:1: rule__VariableAssignment__Group__1__Impl : ( ruleNL ) ; + // InternalDSL.g:8323:1: rule__VariableAssignment__Group__1__Impl : ( ruleNL ) ; public final void rule__VariableAssignment__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8533:1: ( ( ruleNL ) ) - // InternalDSL.g:8534:1: ( ruleNL ) + // InternalDSL.g:8327:1: ( ( ruleNL ) ) + // InternalDSL.g:8328:1: ( ruleNL ) { - // InternalDSL.g:8534:1: ( ruleNL ) - // InternalDSL.g:8535:1: ruleNL + // InternalDSL.g:8328:1: ( ruleNL ) + // InternalDSL.g:8329:1: ruleNL { before(grammarAccess.getVariableAssignmentAccess().getNLParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -23665,14 +23113,14 @@ public final void rule__VariableAssignment__Group__1__Impl() throws RecognitionE // $ANTLR start "rule__VariableAssignment__Group__2" - // InternalDSL.g:8546:1: rule__VariableAssignment__Group__2 : rule__VariableAssignment__Group__2__Impl rule__VariableAssignment__Group__3 ; + // InternalDSL.g:8340:1: rule__VariableAssignment__Group__2 : rule__VariableAssignment__Group__2__Impl rule__VariableAssignment__Group__3 ; public final void rule__VariableAssignment__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8550:1: ( rule__VariableAssignment__Group__2__Impl rule__VariableAssignment__Group__3 ) - // InternalDSL.g:8551:2: rule__VariableAssignment__Group__2__Impl rule__VariableAssignment__Group__3 + // InternalDSL.g:8344:1: ( rule__VariableAssignment__Group__2__Impl rule__VariableAssignment__Group__3 ) + // InternalDSL.g:8345:2: rule__VariableAssignment__Group__2__Impl rule__VariableAssignment__Group__3 { pushFollow(FOLLOW_4); rule__VariableAssignment__Group__2__Impl(); @@ -23703,21 +23151,21 @@ public final void rule__VariableAssignment__Group__2() throws RecognitionExcepti // $ANTLR start "rule__VariableAssignment__Group__2__Impl" - // InternalDSL.g:8558:1: rule__VariableAssignment__Group__2__Impl : ( ( rule__VariableAssignment__ValueAssignment_2 ) ) ; + // InternalDSL.g:8352:1: rule__VariableAssignment__Group__2__Impl : ( ( rule__VariableAssignment__ValueAssignment_2 ) ) ; public final void rule__VariableAssignment__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8562:1: ( ( ( rule__VariableAssignment__ValueAssignment_2 ) ) ) - // InternalDSL.g:8563:1: ( ( rule__VariableAssignment__ValueAssignment_2 ) ) + // InternalDSL.g:8356:1: ( ( ( rule__VariableAssignment__ValueAssignment_2 ) ) ) + // InternalDSL.g:8357:1: ( ( rule__VariableAssignment__ValueAssignment_2 ) ) { - // InternalDSL.g:8563:1: ( ( rule__VariableAssignment__ValueAssignment_2 ) ) - // InternalDSL.g:8564:1: ( rule__VariableAssignment__ValueAssignment_2 ) + // InternalDSL.g:8357:1: ( ( rule__VariableAssignment__ValueAssignment_2 ) ) + // InternalDSL.g:8358:1: ( rule__VariableAssignment__ValueAssignment_2 ) { before(grammarAccess.getVariableAssignmentAccess().getValueAssignment_2()); - // InternalDSL.g:8565:1: ( rule__VariableAssignment__ValueAssignment_2 ) - // InternalDSL.g:8565:2: rule__VariableAssignment__ValueAssignment_2 + // InternalDSL.g:8359:1: ( rule__VariableAssignment__ValueAssignment_2 ) + // InternalDSL.g:8359:2: rule__VariableAssignment__ValueAssignment_2 { pushFollow(FOLLOW_2); rule__VariableAssignment__ValueAssignment_2(); @@ -23750,14 +23198,14 @@ public final void rule__VariableAssignment__Group__2__Impl() throws RecognitionE // $ANTLR start "rule__VariableAssignment__Group__3" - // InternalDSL.g:8575:1: rule__VariableAssignment__Group__3 : rule__VariableAssignment__Group__3__Impl rule__VariableAssignment__Group__4 ; + // InternalDSL.g:8369:1: rule__VariableAssignment__Group__3 : rule__VariableAssignment__Group__3__Impl rule__VariableAssignment__Group__4 ; public final void rule__VariableAssignment__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8579:1: ( rule__VariableAssignment__Group__3__Impl rule__VariableAssignment__Group__4 ) - // InternalDSL.g:8580:2: rule__VariableAssignment__Group__3__Impl rule__VariableAssignment__Group__4 + // InternalDSL.g:8373:1: ( rule__VariableAssignment__Group__3__Impl rule__VariableAssignment__Group__4 ) + // InternalDSL.g:8374:2: rule__VariableAssignment__Group__3__Impl rule__VariableAssignment__Group__4 { pushFollow(FOLLOW_34); rule__VariableAssignment__Group__3__Impl(); @@ -23788,17 +23236,17 @@ public final void rule__VariableAssignment__Group__3() throws RecognitionExcepti // $ANTLR start "rule__VariableAssignment__Group__3__Impl" - // InternalDSL.g:8587:1: rule__VariableAssignment__Group__3__Impl : ( ruleNL ) ; + // InternalDSL.g:8381:1: rule__VariableAssignment__Group__3__Impl : ( ruleNL ) ; public final void rule__VariableAssignment__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8591:1: ( ( ruleNL ) ) - // InternalDSL.g:8592:1: ( ruleNL ) + // InternalDSL.g:8385:1: ( ( ruleNL ) ) + // InternalDSL.g:8386:1: ( ruleNL ) { - // InternalDSL.g:8592:1: ( ruleNL ) - // InternalDSL.g:8593:1: ruleNL + // InternalDSL.g:8386:1: ( ruleNL ) + // InternalDSL.g:8387:1: ruleNL { before(grammarAccess.getVariableAssignmentAccess().getNLParserRuleCall_3()); pushFollow(FOLLOW_2); @@ -23829,14 +23277,14 @@ public final void rule__VariableAssignment__Group__3__Impl() throws RecognitionE // $ANTLR start "rule__VariableAssignment__Group__4" - // InternalDSL.g:8604:1: rule__VariableAssignment__Group__4 : rule__VariableAssignment__Group__4__Impl rule__VariableAssignment__Group__5 ; + // InternalDSL.g:8398:1: rule__VariableAssignment__Group__4 : rule__VariableAssignment__Group__4__Impl rule__VariableAssignment__Group__5 ; public final void rule__VariableAssignment__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8608:1: ( rule__VariableAssignment__Group__4__Impl rule__VariableAssignment__Group__5 ) - // InternalDSL.g:8609:2: rule__VariableAssignment__Group__4__Impl rule__VariableAssignment__Group__5 + // InternalDSL.g:8402:1: ( rule__VariableAssignment__Group__4__Impl rule__VariableAssignment__Group__5 ) + // InternalDSL.g:8403:2: rule__VariableAssignment__Group__4__Impl rule__VariableAssignment__Group__5 { pushFollow(FOLLOW_4); rule__VariableAssignment__Group__4__Impl(); @@ -23867,20 +23315,20 @@ public final void rule__VariableAssignment__Group__4() throws RecognitionExcepti // $ANTLR start "rule__VariableAssignment__Group__4__Impl" - // InternalDSL.g:8616:1: rule__VariableAssignment__Group__4__Impl : ( '->' ) ; + // InternalDSL.g:8410:1: rule__VariableAssignment__Group__4__Impl : ( '->' ) ; public final void rule__VariableAssignment__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8620:1: ( ( '->' ) ) - // InternalDSL.g:8621:1: ( '->' ) + // InternalDSL.g:8414:1: ( ( '->' ) ) + // InternalDSL.g:8415:1: ( '->' ) { - // InternalDSL.g:8621:1: ( '->' ) - // InternalDSL.g:8622:1: '->' + // InternalDSL.g:8415:1: ( '->' ) + // InternalDSL.g:8416:1: '->' { before(grammarAccess.getVariableAssignmentAccess().getHyphenMinusGreaterThanSignKeyword_4()); - match(input,79,FOLLOW_2); + match(input,59,FOLLOW_2); after(grammarAccess.getVariableAssignmentAccess().getHyphenMinusGreaterThanSignKeyword_4()); } @@ -23904,14 +23352,14 @@ public final void rule__VariableAssignment__Group__4__Impl() throws RecognitionE // $ANTLR start "rule__VariableAssignment__Group__5" - // InternalDSL.g:8635:1: rule__VariableAssignment__Group__5 : rule__VariableAssignment__Group__5__Impl rule__VariableAssignment__Group__6 ; + // InternalDSL.g:8429:1: rule__VariableAssignment__Group__5 : rule__VariableAssignment__Group__5__Impl rule__VariableAssignment__Group__6 ; public final void rule__VariableAssignment__Group__5() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8639:1: ( rule__VariableAssignment__Group__5__Impl rule__VariableAssignment__Group__6 ) - // InternalDSL.g:8640:2: rule__VariableAssignment__Group__5__Impl rule__VariableAssignment__Group__6 + // InternalDSL.g:8433:1: ( rule__VariableAssignment__Group__5__Impl rule__VariableAssignment__Group__6 ) + // InternalDSL.g:8434:2: rule__VariableAssignment__Group__5__Impl rule__VariableAssignment__Group__6 { pushFollow(FOLLOW_9); rule__VariableAssignment__Group__5__Impl(); @@ -23942,17 +23390,17 @@ public final void rule__VariableAssignment__Group__5() throws RecognitionExcepti // $ANTLR start "rule__VariableAssignment__Group__5__Impl" - // InternalDSL.g:8647:1: rule__VariableAssignment__Group__5__Impl : ( ruleNL ) ; + // InternalDSL.g:8441:1: rule__VariableAssignment__Group__5__Impl : ( ruleNL ) ; public final void rule__VariableAssignment__Group__5__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8651:1: ( ( ruleNL ) ) - // InternalDSL.g:8652:1: ( ruleNL ) + // InternalDSL.g:8445:1: ( ( ruleNL ) ) + // InternalDSL.g:8446:1: ( ruleNL ) { - // InternalDSL.g:8652:1: ( ruleNL ) - // InternalDSL.g:8653:1: ruleNL + // InternalDSL.g:8446:1: ( ruleNL ) + // InternalDSL.g:8447:1: ruleNL { before(grammarAccess.getVariableAssignmentAccess().getNLParserRuleCall_5()); pushFollow(FOLLOW_2); @@ -23983,14 +23431,14 @@ public final void rule__VariableAssignment__Group__5__Impl() throws RecognitionE // $ANTLR start "rule__VariableAssignment__Group__6" - // InternalDSL.g:8664:1: rule__VariableAssignment__Group__6 : rule__VariableAssignment__Group__6__Impl rule__VariableAssignment__Group__7 ; + // InternalDSL.g:8458:1: rule__VariableAssignment__Group__6 : rule__VariableAssignment__Group__6__Impl rule__VariableAssignment__Group__7 ; public final void rule__VariableAssignment__Group__6() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8668:1: ( rule__VariableAssignment__Group__6__Impl rule__VariableAssignment__Group__7 ) - // InternalDSL.g:8669:2: rule__VariableAssignment__Group__6__Impl rule__VariableAssignment__Group__7 + // InternalDSL.g:8462:1: ( rule__VariableAssignment__Group__6__Impl rule__VariableAssignment__Group__7 ) + // InternalDSL.g:8463:2: rule__VariableAssignment__Group__6__Impl rule__VariableAssignment__Group__7 { pushFollow(FOLLOW_4); rule__VariableAssignment__Group__6__Impl(); @@ -24021,21 +23469,21 @@ public final void rule__VariableAssignment__Group__6() throws RecognitionExcepti // $ANTLR start "rule__VariableAssignment__Group__6__Impl" - // InternalDSL.g:8676:1: rule__VariableAssignment__Group__6__Impl : ( ( rule__VariableAssignment__TargetAssignment_6 ) ) ; + // InternalDSL.g:8470:1: rule__VariableAssignment__Group__6__Impl : ( ( rule__VariableAssignment__TargetAssignment_6 ) ) ; public final void rule__VariableAssignment__Group__6__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8680:1: ( ( ( rule__VariableAssignment__TargetAssignment_6 ) ) ) - // InternalDSL.g:8681:1: ( ( rule__VariableAssignment__TargetAssignment_6 ) ) + // InternalDSL.g:8474:1: ( ( ( rule__VariableAssignment__TargetAssignment_6 ) ) ) + // InternalDSL.g:8475:1: ( ( rule__VariableAssignment__TargetAssignment_6 ) ) { - // InternalDSL.g:8681:1: ( ( rule__VariableAssignment__TargetAssignment_6 ) ) - // InternalDSL.g:8682:1: ( rule__VariableAssignment__TargetAssignment_6 ) + // InternalDSL.g:8475:1: ( ( rule__VariableAssignment__TargetAssignment_6 ) ) + // InternalDSL.g:8476:1: ( rule__VariableAssignment__TargetAssignment_6 ) { before(grammarAccess.getVariableAssignmentAccess().getTargetAssignment_6()); - // InternalDSL.g:8683:1: ( rule__VariableAssignment__TargetAssignment_6 ) - // InternalDSL.g:8683:2: rule__VariableAssignment__TargetAssignment_6 + // InternalDSL.g:8477:1: ( rule__VariableAssignment__TargetAssignment_6 ) + // InternalDSL.g:8477:2: rule__VariableAssignment__TargetAssignment_6 { pushFollow(FOLLOW_2); rule__VariableAssignment__TargetAssignment_6(); @@ -24068,14 +23516,14 @@ public final void rule__VariableAssignment__Group__6__Impl() throws RecognitionE // $ANTLR start "rule__VariableAssignment__Group__7" - // InternalDSL.g:8693:1: rule__VariableAssignment__Group__7 : rule__VariableAssignment__Group__7__Impl ; + // InternalDSL.g:8487:1: rule__VariableAssignment__Group__7 : rule__VariableAssignment__Group__7__Impl ; public final void rule__VariableAssignment__Group__7() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8697:1: ( rule__VariableAssignment__Group__7__Impl ) - // InternalDSL.g:8698:2: rule__VariableAssignment__Group__7__Impl + // InternalDSL.g:8491:1: ( rule__VariableAssignment__Group__7__Impl ) + // InternalDSL.g:8492:2: rule__VariableAssignment__Group__7__Impl { pushFollow(FOLLOW_2); rule__VariableAssignment__Group__7__Impl(); @@ -24101,17 +23549,17 @@ public final void rule__VariableAssignment__Group__7() throws RecognitionExcepti // $ANTLR start "rule__VariableAssignment__Group__7__Impl" - // InternalDSL.g:8704:1: rule__VariableAssignment__Group__7__Impl : ( ruleNL ) ; + // InternalDSL.g:8498:1: rule__VariableAssignment__Group__7__Impl : ( ruleNL ) ; public final void rule__VariableAssignment__Group__7__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8708:1: ( ( ruleNL ) ) - // InternalDSL.g:8709:1: ( ruleNL ) + // InternalDSL.g:8502:1: ( ( ruleNL ) ) + // InternalDSL.g:8503:1: ( ruleNL ) { - // InternalDSL.g:8709:1: ( ruleNL ) - // InternalDSL.g:8710:1: ruleNL + // InternalDSL.g:8503:1: ( ruleNL ) + // InternalDSL.g:8504:1: ruleNL { before(grammarAccess.getVariableAssignmentAccess().getNLParserRuleCall_7()); pushFollow(FOLLOW_2); @@ -24142,14 +23590,14 @@ public final void rule__VariableAssignment__Group__7__Impl() throws RecognitionE // $ANTLR start "rule__VariantValue__Group__0" - // InternalDSL.g:8737:1: rule__VariantValue__Group__0 : rule__VariantValue__Group__0__Impl rule__VariantValue__Group__1 ; + // InternalDSL.g:8531:1: rule__VariantValue__Group__0 : rule__VariantValue__Group__0__Impl rule__VariantValue__Group__1 ; public final void rule__VariantValue__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8741:1: ( rule__VariantValue__Group__0__Impl rule__VariantValue__Group__1 ) - // InternalDSL.g:8742:2: rule__VariantValue__Group__0__Impl rule__VariantValue__Group__1 + // InternalDSL.g:8535:1: ( rule__VariantValue__Group__0__Impl rule__VariantValue__Group__1 ) + // InternalDSL.g:8536:2: rule__VariantValue__Group__0__Impl rule__VariantValue__Group__1 { pushFollow(FOLLOW_4); rule__VariantValue__Group__0__Impl(); @@ -24180,20 +23628,20 @@ public final void rule__VariantValue__Group__0() throws RecognitionException { // $ANTLR start "rule__VariantValue__Group__0__Impl" - // InternalDSL.g:8749:1: rule__VariantValue__Group__0__Impl : ( 'in' ) ; + // InternalDSL.g:8543:1: rule__VariantValue__Group__0__Impl : ( 'in' ) ; public final void rule__VariantValue__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8753:1: ( ( 'in' ) ) - // InternalDSL.g:8754:1: ( 'in' ) + // InternalDSL.g:8547:1: ( ( 'in' ) ) + // InternalDSL.g:8548:1: ( 'in' ) { - // InternalDSL.g:8754:1: ( 'in' ) - // InternalDSL.g:8755:1: 'in' + // InternalDSL.g:8548:1: ( 'in' ) + // InternalDSL.g:8549:1: 'in' { before(grammarAccess.getVariantValueAccess().getInKeyword_0()); - match(input,80,FOLLOW_2); + match(input,60,FOLLOW_2); after(grammarAccess.getVariantValueAccess().getInKeyword_0()); } @@ -24217,14 +23665,14 @@ public final void rule__VariantValue__Group__0__Impl() throws RecognitionExcepti // $ANTLR start "rule__VariantValue__Group__1" - // InternalDSL.g:8768:1: rule__VariantValue__Group__1 : rule__VariantValue__Group__1__Impl rule__VariantValue__Group__2 ; + // InternalDSL.g:8562:1: rule__VariantValue__Group__1 : rule__VariantValue__Group__1__Impl rule__VariantValue__Group__2 ; public final void rule__VariantValue__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8772:1: ( rule__VariantValue__Group__1__Impl rule__VariantValue__Group__2 ) - // InternalDSL.g:8773:2: rule__VariantValue__Group__1__Impl rule__VariantValue__Group__2 + // InternalDSL.g:8566:1: ( rule__VariantValue__Group__1__Impl rule__VariantValue__Group__2 ) + // InternalDSL.g:8567:2: rule__VariantValue__Group__1__Impl rule__VariantValue__Group__2 { pushFollow(FOLLOW_9); rule__VariantValue__Group__1__Impl(); @@ -24255,17 +23703,17 @@ public final void rule__VariantValue__Group__1() throws RecognitionException { // $ANTLR start "rule__VariantValue__Group__1__Impl" - // InternalDSL.g:8780:1: rule__VariantValue__Group__1__Impl : ( ruleNL ) ; + // InternalDSL.g:8574:1: rule__VariantValue__Group__1__Impl : ( ruleNL ) ; public final void rule__VariantValue__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8784:1: ( ( ruleNL ) ) - // InternalDSL.g:8785:1: ( ruleNL ) + // InternalDSL.g:8578:1: ( ( ruleNL ) ) + // InternalDSL.g:8579:1: ( ruleNL ) { - // InternalDSL.g:8785:1: ( ruleNL ) - // InternalDSL.g:8786:1: ruleNL + // InternalDSL.g:8579:1: ( ruleNL ) + // InternalDSL.g:8580:1: ruleNL { before(grammarAccess.getVariantValueAccess().getNLParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -24296,14 +23744,14 @@ public final void rule__VariantValue__Group__1__Impl() throws RecognitionExcepti // $ANTLR start "rule__VariantValue__Group__2" - // InternalDSL.g:8797:1: rule__VariantValue__Group__2 : rule__VariantValue__Group__2__Impl rule__VariantValue__Group__3 ; + // InternalDSL.g:8591:1: rule__VariantValue__Group__2 : rule__VariantValue__Group__2__Impl rule__VariantValue__Group__3 ; public final void rule__VariantValue__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8801:1: ( rule__VariantValue__Group__2__Impl rule__VariantValue__Group__3 ) - // InternalDSL.g:8802:2: rule__VariantValue__Group__2__Impl rule__VariantValue__Group__3 + // InternalDSL.g:8595:1: ( rule__VariantValue__Group__2__Impl rule__VariantValue__Group__3 ) + // InternalDSL.g:8596:2: rule__VariantValue__Group__2__Impl rule__VariantValue__Group__3 { pushFollow(FOLLOW_16); rule__VariantValue__Group__2__Impl(); @@ -24334,24 +23782,24 @@ public final void rule__VariantValue__Group__2() throws RecognitionException { // $ANTLR start "rule__VariantValue__Group__2__Impl" - // InternalDSL.g:8809:1: rule__VariantValue__Group__2__Impl : ( ( ( rule__VariantValue__Group_2__0 ) ) ( ( rule__VariantValue__Group_2__0 )* ) ) ; + // InternalDSL.g:8603:1: rule__VariantValue__Group__2__Impl : ( ( ( rule__VariantValue__Group_2__0 ) ) ( ( rule__VariantValue__Group_2__0 )* ) ) ; public final void rule__VariantValue__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8813:1: ( ( ( ( rule__VariantValue__Group_2__0 ) ) ( ( rule__VariantValue__Group_2__0 )* ) ) ) - // InternalDSL.g:8814:1: ( ( ( rule__VariantValue__Group_2__0 ) ) ( ( rule__VariantValue__Group_2__0 )* ) ) + // InternalDSL.g:8607:1: ( ( ( ( rule__VariantValue__Group_2__0 ) ) ( ( rule__VariantValue__Group_2__0 )* ) ) ) + // InternalDSL.g:8608:1: ( ( ( rule__VariantValue__Group_2__0 ) ) ( ( rule__VariantValue__Group_2__0 )* ) ) { - // InternalDSL.g:8814:1: ( ( ( rule__VariantValue__Group_2__0 ) ) ( ( rule__VariantValue__Group_2__0 )* ) ) - // InternalDSL.g:8815:1: ( ( rule__VariantValue__Group_2__0 ) ) ( ( rule__VariantValue__Group_2__0 )* ) + // InternalDSL.g:8608:1: ( ( ( rule__VariantValue__Group_2__0 ) ) ( ( rule__VariantValue__Group_2__0 )* ) ) + // InternalDSL.g:8609:1: ( ( rule__VariantValue__Group_2__0 ) ) ( ( rule__VariantValue__Group_2__0 )* ) { - // InternalDSL.g:8815:1: ( ( rule__VariantValue__Group_2__0 ) ) - // InternalDSL.g:8816:1: ( rule__VariantValue__Group_2__0 ) + // InternalDSL.g:8609:1: ( ( rule__VariantValue__Group_2__0 ) ) + // InternalDSL.g:8610:1: ( rule__VariantValue__Group_2__0 ) { before(grammarAccess.getVariantValueAccess().getGroup_2()); - // InternalDSL.g:8817:1: ( rule__VariantValue__Group_2__0 ) - // InternalDSL.g:8817:2: rule__VariantValue__Group_2__0 + // InternalDSL.g:8611:1: ( rule__VariantValue__Group_2__0 ) + // InternalDSL.g:8611:2: rule__VariantValue__Group_2__0 { pushFollow(FOLLOW_15); rule__VariantValue__Group_2__0(); @@ -24365,24 +23813,24 @@ public final void rule__VariantValue__Group__2__Impl() throws RecognitionExcepti } - // InternalDSL.g:8820:1: ( ( rule__VariantValue__Group_2__0 )* ) - // InternalDSL.g:8821:1: ( rule__VariantValue__Group_2__0 )* + // InternalDSL.g:8614:1: ( ( rule__VariantValue__Group_2__0 )* ) + // InternalDSL.g:8615:1: ( rule__VariantValue__Group_2__0 )* { before(grammarAccess.getVariantValueAccess().getGroup_2()); - // InternalDSL.g:8822:1: ( rule__VariantValue__Group_2__0 )* - loop63: + // InternalDSL.g:8616:1: ( rule__VariantValue__Group_2__0 )* + loop62: do { - int alt63=2; - int LA63_0 = input.LA(1); + int alt62=2; + int LA62_0 = input.LA(1); - if ( (LA63_0==RULE_ID) ) { - alt63=1; + if ( (LA62_0==RULE_ID) ) { + alt62=1; } - switch (alt63) { + switch (alt62) { case 1 : - // InternalDSL.g:8822:2: rule__VariantValue__Group_2__0 + // InternalDSL.g:8616:2: rule__VariantValue__Group_2__0 { pushFollow(FOLLOW_15); rule__VariantValue__Group_2__0(); @@ -24394,7 +23842,7 @@ public final void rule__VariantValue__Group__2__Impl() throws RecognitionExcepti break; default : - break loop63; + break loop62; } } while (true); @@ -24424,14 +23872,14 @@ public final void rule__VariantValue__Group__2__Impl() throws RecognitionExcepti // $ANTLR start "rule__VariantValue__Group__3" - // InternalDSL.g:8833:1: rule__VariantValue__Group__3 : rule__VariantValue__Group__3__Impl rule__VariantValue__Group__4 ; + // InternalDSL.g:8627:1: rule__VariantValue__Group__3 : rule__VariantValue__Group__3__Impl rule__VariantValue__Group__4 ; public final void rule__VariantValue__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8837:1: ( rule__VariantValue__Group__3__Impl rule__VariantValue__Group__4 ) - // InternalDSL.g:8838:2: rule__VariantValue__Group__3__Impl rule__VariantValue__Group__4 + // InternalDSL.g:8631:1: ( rule__VariantValue__Group__3__Impl rule__VariantValue__Group__4 ) + // InternalDSL.g:8632:2: rule__VariantValue__Group__3__Impl rule__VariantValue__Group__4 { pushFollow(FOLLOW_4); rule__VariantValue__Group__3__Impl(); @@ -24462,20 +23910,20 @@ public final void rule__VariantValue__Group__3() throws RecognitionException { // $ANTLR start "rule__VariantValue__Group__3__Impl" - // InternalDSL.g:8845:1: rule__VariantValue__Group__3__Impl : ( ':' ) ; + // InternalDSL.g:8639:1: rule__VariantValue__Group__3__Impl : ( ':' ) ; public final void rule__VariantValue__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8849:1: ( ( ':' ) ) - // InternalDSL.g:8850:1: ( ':' ) + // InternalDSL.g:8643:1: ( ( ':' ) ) + // InternalDSL.g:8644:1: ( ':' ) { - // InternalDSL.g:8850:1: ( ':' ) - // InternalDSL.g:8851:1: ':' + // InternalDSL.g:8644:1: ( ':' ) + // InternalDSL.g:8645:1: ':' { before(grammarAccess.getVariantValueAccess().getColonKeyword_3()); - match(input,63,FOLLOW_2); + match(input,43,FOLLOW_2); after(grammarAccess.getVariantValueAccess().getColonKeyword_3()); } @@ -24499,14 +23947,14 @@ public final void rule__VariantValue__Group__3__Impl() throws RecognitionExcepti // $ANTLR start "rule__VariantValue__Group__4" - // InternalDSL.g:8864:1: rule__VariantValue__Group__4 : rule__VariantValue__Group__4__Impl rule__VariantValue__Group__5 ; + // InternalDSL.g:8658:1: rule__VariantValue__Group__4 : rule__VariantValue__Group__4__Impl rule__VariantValue__Group__5 ; public final void rule__VariantValue__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8868:1: ( rule__VariantValue__Group__4__Impl rule__VariantValue__Group__5 ) - // InternalDSL.g:8869:2: rule__VariantValue__Group__4__Impl rule__VariantValue__Group__5 + // InternalDSL.g:8662:1: ( rule__VariantValue__Group__4__Impl rule__VariantValue__Group__5 ) + // InternalDSL.g:8663:2: rule__VariantValue__Group__4__Impl rule__VariantValue__Group__5 { pushFollow(FOLLOW_17); rule__VariantValue__Group__4__Impl(); @@ -24537,17 +23985,17 @@ public final void rule__VariantValue__Group__4() throws RecognitionException { // $ANTLR start "rule__VariantValue__Group__4__Impl" - // InternalDSL.g:8876:1: rule__VariantValue__Group__4__Impl : ( ruleNL ) ; + // InternalDSL.g:8670:1: rule__VariantValue__Group__4__Impl : ( ruleNL ) ; public final void rule__VariantValue__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8880:1: ( ( ruleNL ) ) - // InternalDSL.g:8881:1: ( ruleNL ) + // InternalDSL.g:8674:1: ( ( ruleNL ) ) + // InternalDSL.g:8675:1: ( ruleNL ) { - // InternalDSL.g:8881:1: ( ruleNL ) - // InternalDSL.g:8882:1: ruleNL + // InternalDSL.g:8675:1: ( ruleNL ) + // InternalDSL.g:8676:1: ruleNL { before(grammarAccess.getVariantValueAccess().getNLParserRuleCall_4()); pushFollow(FOLLOW_2); @@ -24578,14 +24026,14 @@ public final void rule__VariantValue__Group__4__Impl() throws RecognitionExcepti // $ANTLR start "rule__VariantValue__Group__5" - // InternalDSL.g:8893:1: rule__VariantValue__Group__5 : rule__VariantValue__Group__5__Impl ; + // InternalDSL.g:8687:1: rule__VariantValue__Group__5 : rule__VariantValue__Group__5__Impl ; public final void rule__VariantValue__Group__5() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8897:1: ( rule__VariantValue__Group__5__Impl ) - // InternalDSL.g:8898:2: rule__VariantValue__Group__5__Impl + // InternalDSL.g:8691:1: ( rule__VariantValue__Group__5__Impl ) + // InternalDSL.g:8692:2: rule__VariantValue__Group__5__Impl { pushFollow(FOLLOW_2); rule__VariantValue__Group__5__Impl(); @@ -24611,21 +24059,21 @@ public final void rule__VariantValue__Group__5() throws RecognitionException { // $ANTLR start "rule__VariantValue__Group__5__Impl" - // InternalDSL.g:8904:1: rule__VariantValue__Group__5__Impl : ( ( rule__VariantValue__ValueAssignment_5 ) ) ; + // InternalDSL.g:8698:1: rule__VariantValue__Group__5__Impl : ( ( rule__VariantValue__ValueAssignment_5 ) ) ; public final void rule__VariantValue__Group__5__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8908:1: ( ( ( rule__VariantValue__ValueAssignment_5 ) ) ) - // InternalDSL.g:8909:1: ( ( rule__VariantValue__ValueAssignment_5 ) ) + // InternalDSL.g:8702:1: ( ( ( rule__VariantValue__ValueAssignment_5 ) ) ) + // InternalDSL.g:8703:1: ( ( rule__VariantValue__ValueAssignment_5 ) ) { - // InternalDSL.g:8909:1: ( ( rule__VariantValue__ValueAssignment_5 ) ) - // InternalDSL.g:8910:1: ( rule__VariantValue__ValueAssignment_5 ) + // InternalDSL.g:8703:1: ( ( rule__VariantValue__ValueAssignment_5 ) ) + // InternalDSL.g:8704:1: ( rule__VariantValue__ValueAssignment_5 ) { before(grammarAccess.getVariantValueAccess().getValueAssignment_5()); - // InternalDSL.g:8911:1: ( rule__VariantValue__ValueAssignment_5 ) - // InternalDSL.g:8911:2: rule__VariantValue__ValueAssignment_5 + // InternalDSL.g:8705:1: ( rule__VariantValue__ValueAssignment_5 ) + // InternalDSL.g:8705:2: rule__VariantValue__ValueAssignment_5 { pushFollow(FOLLOW_2); rule__VariantValue__ValueAssignment_5(); @@ -24658,14 +24106,14 @@ public final void rule__VariantValue__Group__5__Impl() throws RecognitionExcepti // $ANTLR start "rule__VariantValue__Group_2__0" - // InternalDSL.g:8933:1: rule__VariantValue__Group_2__0 : rule__VariantValue__Group_2__0__Impl rule__VariantValue__Group_2__1 ; + // InternalDSL.g:8727:1: rule__VariantValue__Group_2__0 : rule__VariantValue__Group_2__0__Impl rule__VariantValue__Group_2__1 ; public final void rule__VariantValue__Group_2__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8937:1: ( rule__VariantValue__Group_2__0__Impl rule__VariantValue__Group_2__1 ) - // InternalDSL.g:8938:2: rule__VariantValue__Group_2__0__Impl rule__VariantValue__Group_2__1 + // InternalDSL.g:8731:1: ( rule__VariantValue__Group_2__0__Impl rule__VariantValue__Group_2__1 ) + // InternalDSL.g:8732:2: rule__VariantValue__Group_2__0__Impl rule__VariantValue__Group_2__1 { pushFollow(FOLLOW_4); rule__VariantValue__Group_2__0__Impl(); @@ -24696,21 +24144,21 @@ public final void rule__VariantValue__Group_2__0() throws RecognitionException { // $ANTLR start "rule__VariantValue__Group_2__0__Impl" - // InternalDSL.g:8945:1: rule__VariantValue__Group_2__0__Impl : ( ( rule__VariantValue__NamesAssignment_2_0 ) ) ; + // InternalDSL.g:8739:1: rule__VariantValue__Group_2__0__Impl : ( ( rule__VariantValue__NamesAssignment_2_0 ) ) ; public final void rule__VariantValue__Group_2__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8949:1: ( ( ( rule__VariantValue__NamesAssignment_2_0 ) ) ) - // InternalDSL.g:8950:1: ( ( rule__VariantValue__NamesAssignment_2_0 ) ) + // InternalDSL.g:8743:1: ( ( ( rule__VariantValue__NamesAssignment_2_0 ) ) ) + // InternalDSL.g:8744:1: ( ( rule__VariantValue__NamesAssignment_2_0 ) ) { - // InternalDSL.g:8950:1: ( ( rule__VariantValue__NamesAssignment_2_0 ) ) - // InternalDSL.g:8951:1: ( rule__VariantValue__NamesAssignment_2_0 ) + // InternalDSL.g:8744:1: ( ( rule__VariantValue__NamesAssignment_2_0 ) ) + // InternalDSL.g:8745:1: ( rule__VariantValue__NamesAssignment_2_0 ) { before(grammarAccess.getVariantValueAccess().getNamesAssignment_2_0()); - // InternalDSL.g:8952:1: ( rule__VariantValue__NamesAssignment_2_0 ) - // InternalDSL.g:8952:2: rule__VariantValue__NamesAssignment_2_0 + // InternalDSL.g:8746:1: ( rule__VariantValue__NamesAssignment_2_0 ) + // InternalDSL.g:8746:2: rule__VariantValue__NamesAssignment_2_0 { pushFollow(FOLLOW_2); rule__VariantValue__NamesAssignment_2_0(); @@ -24743,14 +24191,14 @@ public final void rule__VariantValue__Group_2__0__Impl() throws RecognitionExcep // $ANTLR start "rule__VariantValue__Group_2__1" - // InternalDSL.g:8962:1: rule__VariantValue__Group_2__1 : rule__VariantValue__Group_2__1__Impl ; + // InternalDSL.g:8756:1: rule__VariantValue__Group_2__1 : rule__VariantValue__Group_2__1__Impl ; public final void rule__VariantValue__Group_2__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8966:1: ( rule__VariantValue__Group_2__1__Impl ) - // InternalDSL.g:8967:2: rule__VariantValue__Group_2__1__Impl + // InternalDSL.g:8760:1: ( rule__VariantValue__Group_2__1__Impl ) + // InternalDSL.g:8761:2: rule__VariantValue__Group_2__1__Impl { pushFollow(FOLLOW_2); rule__VariantValue__Group_2__1__Impl(); @@ -24776,17 +24224,17 @@ public final void rule__VariantValue__Group_2__1() throws RecognitionException { // $ANTLR start "rule__VariantValue__Group_2__1__Impl" - // InternalDSL.g:8973:1: rule__VariantValue__Group_2__1__Impl : ( ruleNL ) ; + // InternalDSL.g:8767:1: rule__VariantValue__Group_2__1__Impl : ( ruleNL ) ; public final void rule__VariantValue__Group_2__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8977:1: ( ( ruleNL ) ) - // InternalDSL.g:8978:1: ( ruleNL ) + // InternalDSL.g:8771:1: ( ( ruleNL ) ) + // InternalDSL.g:8772:1: ( ruleNL ) { - // InternalDSL.g:8978:1: ( ruleNL ) - // InternalDSL.g:8979:1: ruleNL + // InternalDSL.g:8772:1: ( ruleNL ) + // InternalDSL.g:8773:1: ruleNL { before(grammarAccess.getVariantValueAccess().getNLParserRuleCall_2_1()); pushFollow(FOLLOW_2); @@ -24817,14 +24265,14 @@ public final void rule__VariantValue__Group_2__1__Impl() throws RecognitionExcep // $ANTLR start "rule__Test__Group__0" - // InternalDSL.g:8994:1: rule__Test__Group__0 : rule__Test__Group__0__Impl rule__Test__Group__1 ; + // InternalDSL.g:8788:1: rule__Test__Group__0 : rule__Test__Group__0__Impl rule__Test__Group__1 ; public final void rule__Test__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:8998:1: ( rule__Test__Group__0__Impl rule__Test__Group__1 ) - // InternalDSL.g:8999:2: rule__Test__Group__0__Impl rule__Test__Group__1 + // InternalDSL.g:8792:1: ( rule__Test__Group__0__Impl rule__Test__Group__1 ) + // InternalDSL.g:8793:2: rule__Test__Group__0__Impl rule__Test__Group__1 { pushFollow(FOLLOW_35); rule__Test__Group__0__Impl(); @@ -24855,29 +24303,29 @@ public final void rule__Test__Group__0() throws RecognitionException { // $ANTLR start "rule__Test__Group__0__Impl" - // InternalDSL.g:9006:1: rule__Test__Group__0__Impl : ( ( rule__Test__CheckpointAssignment_0 )? ) ; + // InternalDSL.g:8800:1: rule__Test__Group__0__Impl : ( ( rule__Test__CheckpointAssignment_0 )? ) ; public final void rule__Test__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9010:1: ( ( ( rule__Test__CheckpointAssignment_0 )? ) ) - // InternalDSL.g:9011:1: ( ( rule__Test__CheckpointAssignment_0 )? ) + // InternalDSL.g:8804:1: ( ( ( rule__Test__CheckpointAssignment_0 )? ) ) + // InternalDSL.g:8805:1: ( ( rule__Test__CheckpointAssignment_0 )? ) { - // InternalDSL.g:9011:1: ( ( rule__Test__CheckpointAssignment_0 )? ) - // InternalDSL.g:9012:1: ( rule__Test__CheckpointAssignment_0 )? + // InternalDSL.g:8805:1: ( ( rule__Test__CheckpointAssignment_0 )? ) + // InternalDSL.g:8806:1: ( rule__Test__CheckpointAssignment_0 )? { before(grammarAccess.getTestAccess().getCheckpointAssignment_0()); - // InternalDSL.g:9013:1: ( rule__Test__CheckpointAssignment_0 )? - int alt64=2; - int LA64_0 = input.LA(1); + // InternalDSL.g:8807:1: ( rule__Test__CheckpointAssignment_0 )? + int alt63=2; + int LA63_0 = input.LA(1); - if ( (LA64_0==107) ) { - alt64=1; + if ( (LA63_0==87) ) { + alt63=1; } - switch (alt64) { + switch (alt63) { case 1 : - // InternalDSL.g:9013:2: rule__Test__CheckpointAssignment_0 + // InternalDSL.g:8807:2: rule__Test__CheckpointAssignment_0 { pushFollow(FOLLOW_2); rule__Test__CheckpointAssignment_0(); @@ -24913,14 +24361,14 @@ public final void rule__Test__Group__0__Impl() throws RecognitionException { // $ANTLR start "rule__Test__Group__1" - // InternalDSL.g:9023:1: rule__Test__Group__1 : rule__Test__Group__1__Impl rule__Test__Group__2 ; + // InternalDSL.g:8817:1: rule__Test__Group__1 : rule__Test__Group__1__Impl rule__Test__Group__2 ; public final void rule__Test__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9027:1: ( rule__Test__Group__1__Impl rule__Test__Group__2 ) - // InternalDSL.g:9028:2: rule__Test__Group__1__Impl rule__Test__Group__2 + // InternalDSL.g:8821:1: ( rule__Test__Group__1__Impl rule__Test__Group__2 ) + // InternalDSL.g:8822:2: rule__Test__Group__1__Impl rule__Test__Group__2 { pushFollow(FOLLOW_4); rule__Test__Group__1__Impl(); @@ -24951,20 +24399,20 @@ public final void rule__Test__Group__1() throws RecognitionException { // $ANTLR start "rule__Test__Group__1__Impl" - // InternalDSL.g:9035:1: rule__Test__Group__1__Impl : ( 'test' ) ; + // InternalDSL.g:8829:1: rule__Test__Group__1__Impl : ( 'test' ) ; public final void rule__Test__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9039:1: ( ( 'test' ) ) - // InternalDSL.g:9040:1: ( 'test' ) + // InternalDSL.g:8833:1: ( ( 'test' ) ) + // InternalDSL.g:8834:1: ( 'test' ) { - // InternalDSL.g:9040:1: ( 'test' ) - // InternalDSL.g:9041:1: 'test' + // InternalDSL.g:8834:1: ( 'test' ) + // InternalDSL.g:8835:1: 'test' { before(grammarAccess.getTestAccess().getTestKeyword_1()); - match(input,81,FOLLOW_2); + match(input,61,FOLLOW_2); after(grammarAccess.getTestAccess().getTestKeyword_1()); } @@ -24988,14 +24436,14 @@ public final void rule__Test__Group__1__Impl() throws RecognitionException { // $ANTLR start "rule__Test__Group__2" - // InternalDSL.g:9054:1: rule__Test__Group__2 : rule__Test__Group__2__Impl rule__Test__Group__3 ; + // InternalDSL.g:8848:1: rule__Test__Group__2 : rule__Test__Group__2__Impl rule__Test__Group__3 ; public final void rule__Test__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9058:1: ( rule__Test__Group__2__Impl rule__Test__Group__3 ) - // InternalDSL.g:9059:2: rule__Test__Group__2__Impl rule__Test__Group__3 + // InternalDSL.g:8852:1: ( rule__Test__Group__2__Impl rule__Test__Group__3 ) + // InternalDSL.g:8853:2: rule__Test__Group__2__Impl rule__Test__Group__3 { pushFollow(FOLLOW_9); rule__Test__Group__2__Impl(); @@ -25026,17 +24474,17 @@ public final void rule__Test__Group__2() throws RecognitionException { // $ANTLR start "rule__Test__Group__2__Impl" - // InternalDSL.g:9066:1: rule__Test__Group__2__Impl : ( ruleNL ) ; + // InternalDSL.g:8860:1: rule__Test__Group__2__Impl : ( ruleNL ) ; public final void rule__Test__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9070:1: ( ( ruleNL ) ) - // InternalDSL.g:9071:1: ( ruleNL ) + // InternalDSL.g:8864:1: ( ( ruleNL ) ) + // InternalDSL.g:8865:1: ( ruleNL ) { - // InternalDSL.g:9071:1: ( ruleNL ) - // InternalDSL.g:9072:1: ruleNL + // InternalDSL.g:8865:1: ( ruleNL ) + // InternalDSL.g:8866:1: ruleNL { before(grammarAccess.getTestAccess().getNLParserRuleCall_2()); pushFollow(FOLLOW_2); @@ -25067,14 +24515,14 @@ public final void rule__Test__Group__2__Impl() throws RecognitionException { // $ANTLR start "rule__Test__Group__3" - // InternalDSL.g:9083:1: rule__Test__Group__3 : rule__Test__Group__3__Impl rule__Test__Group__4 ; + // InternalDSL.g:8877:1: rule__Test__Group__3 : rule__Test__Group__3__Impl rule__Test__Group__4 ; public final void rule__Test__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9087:1: ( rule__Test__Group__3__Impl rule__Test__Group__4 ) - // InternalDSL.g:9088:2: rule__Test__Group__3__Impl rule__Test__Group__4 + // InternalDSL.g:8881:1: ( rule__Test__Group__3__Impl rule__Test__Group__4 ) + // InternalDSL.g:8882:2: rule__Test__Group__3__Impl rule__Test__Group__4 { pushFollow(FOLLOW_4); rule__Test__Group__3__Impl(); @@ -25105,21 +24553,21 @@ public final void rule__Test__Group__3() throws RecognitionException { // $ANTLR start "rule__Test__Group__3__Impl" - // InternalDSL.g:9095:1: rule__Test__Group__3__Impl : ( ( rule__Test__DefinitionAssignment_3 ) ) ; + // InternalDSL.g:8889:1: rule__Test__Group__3__Impl : ( ( rule__Test__DefinitionAssignment_3 ) ) ; public final void rule__Test__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9099:1: ( ( ( rule__Test__DefinitionAssignment_3 ) ) ) - // InternalDSL.g:9100:1: ( ( rule__Test__DefinitionAssignment_3 ) ) + // InternalDSL.g:8893:1: ( ( ( rule__Test__DefinitionAssignment_3 ) ) ) + // InternalDSL.g:8894:1: ( ( rule__Test__DefinitionAssignment_3 ) ) { - // InternalDSL.g:9100:1: ( ( rule__Test__DefinitionAssignment_3 ) ) - // InternalDSL.g:9101:1: ( rule__Test__DefinitionAssignment_3 ) + // InternalDSL.g:8894:1: ( ( rule__Test__DefinitionAssignment_3 ) ) + // InternalDSL.g:8895:1: ( rule__Test__DefinitionAssignment_3 ) { before(grammarAccess.getTestAccess().getDefinitionAssignment_3()); - // InternalDSL.g:9102:1: ( rule__Test__DefinitionAssignment_3 ) - // InternalDSL.g:9102:2: rule__Test__DefinitionAssignment_3 + // InternalDSL.g:8896:1: ( rule__Test__DefinitionAssignment_3 ) + // InternalDSL.g:8896:2: rule__Test__DefinitionAssignment_3 { pushFollow(FOLLOW_2); rule__Test__DefinitionAssignment_3(); @@ -25152,14 +24600,14 @@ public final void rule__Test__Group__3__Impl() throws RecognitionException { // $ANTLR start "rule__Test__Group__4" - // InternalDSL.g:9112:1: rule__Test__Group__4 : rule__Test__Group__4__Impl rule__Test__Group__5 ; + // InternalDSL.g:8906:1: rule__Test__Group__4 : rule__Test__Group__4__Impl rule__Test__Group__5 ; public final void rule__Test__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9116:1: ( rule__Test__Group__4__Impl rule__Test__Group__5 ) - // InternalDSL.g:9117:2: rule__Test__Group__4__Impl rule__Test__Group__5 + // InternalDSL.g:8910:1: ( rule__Test__Group__4__Impl rule__Test__Group__5 ) + // InternalDSL.g:8911:2: rule__Test__Group__4__Impl rule__Test__Group__5 { pushFollow(FOLLOW_4); rule__Test__Group__4__Impl(); @@ -25190,27 +24638,27 @@ public final void rule__Test__Group__4() throws RecognitionException { // $ANTLR start "rule__Test__Group__4__Impl" - // InternalDSL.g:9124:1: rule__Test__Group__4__Impl : ( ( rule__Test__Group_4__0 )* ) ; + // InternalDSL.g:8918:1: rule__Test__Group__4__Impl : ( ( rule__Test__Group_4__0 )* ) ; public final void rule__Test__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9128:1: ( ( ( rule__Test__Group_4__0 )* ) ) - // InternalDSL.g:9129:1: ( ( rule__Test__Group_4__0 )* ) + // InternalDSL.g:8922:1: ( ( ( rule__Test__Group_4__0 )* ) ) + // InternalDSL.g:8923:1: ( ( rule__Test__Group_4__0 )* ) { - // InternalDSL.g:9129:1: ( ( rule__Test__Group_4__0 )* ) - // InternalDSL.g:9130:1: ( rule__Test__Group_4__0 )* + // InternalDSL.g:8923:1: ( ( rule__Test__Group_4__0 )* ) + // InternalDSL.g:8924:1: ( rule__Test__Group_4__0 )* { before(grammarAccess.getTestAccess().getGroup_4()); - // InternalDSL.g:9131:1: ( rule__Test__Group_4__0 )* - loop65: + // InternalDSL.g:8925:1: ( rule__Test__Group_4__0 )* + loop64: do { - int alt65=2; - alt65 = dfa65.predict(input); - switch (alt65) { + int alt64=2; + alt64 = dfa64.predict(input); + switch (alt64) { case 1 : - // InternalDSL.g:9131:2: rule__Test__Group_4__0 + // InternalDSL.g:8925:2: rule__Test__Group_4__0 { pushFollow(FOLLOW_3); rule__Test__Group_4__0(); @@ -25222,7 +24670,7 @@ public final void rule__Test__Group__4__Impl() throws RecognitionException { break; default : - break loop65; + break loop64; } } while (true); @@ -25249,14 +24697,14 @@ public final void rule__Test__Group__4__Impl() throws RecognitionException { // $ANTLR start "rule__Test__Group__5" - // InternalDSL.g:9141:1: rule__Test__Group__5 : rule__Test__Group__5__Impl rule__Test__Group__6 ; + // InternalDSL.g:8935:1: rule__Test__Group__5 : rule__Test__Group__5__Impl rule__Test__Group__6 ; public final void rule__Test__Group__5() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9145:1: ( rule__Test__Group__5__Impl rule__Test__Group__6 ) - // InternalDSL.g:9146:2: rule__Test__Group__5__Impl rule__Test__Group__6 + // InternalDSL.g:8939:1: ( rule__Test__Group__5__Impl rule__Test__Group__6 ) + // InternalDSL.g:8940:2: rule__Test__Group__5__Impl rule__Test__Group__6 { pushFollow(FOLLOW_4); rule__Test__Group__5__Impl(); @@ -25287,27 +24735,27 @@ public final void rule__Test__Group__5() throws RecognitionException { // $ANTLR start "rule__Test__Group__5__Impl" - // InternalDSL.g:9153:1: rule__Test__Group__5__Impl : ( ( rule__Test__Group_5__0 )* ) ; + // InternalDSL.g:8947:1: rule__Test__Group__5__Impl : ( ( rule__Test__Group_5__0 )* ) ; public final void rule__Test__Group__5__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9157:1: ( ( ( rule__Test__Group_5__0 )* ) ) - // InternalDSL.g:9158:1: ( ( rule__Test__Group_5__0 )* ) + // InternalDSL.g:8951:1: ( ( ( rule__Test__Group_5__0 )* ) ) + // InternalDSL.g:8952:1: ( ( rule__Test__Group_5__0 )* ) { - // InternalDSL.g:9158:1: ( ( rule__Test__Group_5__0 )* ) - // InternalDSL.g:9159:1: ( rule__Test__Group_5__0 )* + // InternalDSL.g:8952:1: ( ( rule__Test__Group_5__0 )* ) + // InternalDSL.g:8953:1: ( rule__Test__Group_5__0 )* { before(grammarAccess.getTestAccess().getGroup_5()); - // InternalDSL.g:9160:1: ( rule__Test__Group_5__0 )* - loop66: + // InternalDSL.g:8954:1: ( rule__Test__Group_5__0 )* + loop65: do { - int alt66=2; - alt66 = dfa66.predict(input); - switch (alt66) { + int alt65=2; + alt65 = dfa65.predict(input); + switch (alt65) { case 1 : - // InternalDSL.g:9160:2: rule__Test__Group_5__0 + // InternalDSL.g:8954:2: rule__Test__Group_5__0 { pushFollow(FOLLOW_3); rule__Test__Group_5__0(); @@ -25319,7 +24767,7 @@ public final void rule__Test__Group__5__Impl() throws RecognitionException { break; default : - break loop66; + break loop65; } } while (true); @@ -25346,14 +24794,14 @@ public final void rule__Test__Group__5__Impl() throws RecognitionException { // $ANTLR start "rule__Test__Group__6" - // InternalDSL.g:9170:1: rule__Test__Group__6 : rule__Test__Group__6__Impl rule__Test__Group__7 ; + // InternalDSL.g:8964:1: rule__Test__Group__6 : rule__Test__Group__6__Impl rule__Test__Group__7 ; public final void rule__Test__Group__6() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9174:1: ( rule__Test__Group__6__Impl rule__Test__Group__7 ) - // InternalDSL.g:9175:2: rule__Test__Group__6__Impl rule__Test__Group__7 + // InternalDSL.g:8968:1: ( rule__Test__Group__6__Impl rule__Test__Group__7 ) + // InternalDSL.g:8969:2: rule__Test__Group__6__Impl rule__Test__Group__7 { pushFollow(FOLLOW_4); rule__Test__Group__6__Impl(); @@ -25384,25 +24832,25 @@ public final void rule__Test__Group__6() throws RecognitionException { // $ANTLR start "rule__Test__Group__6__Impl" - // InternalDSL.g:9182:1: rule__Test__Group__6__Impl : ( ( rule__Test__Group_6__0 )? ) ; + // InternalDSL.g:8976:1: rule__Test__Group__6__Impl : ( ( rule__Test__Group_6__0 )? ) ; public final void rule__Test__Group__6__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9186:1: ( ( ( rule__Test__Group_6__0 )? ) ) - // InternalDSL.g:9187:1: ( ( rule__Test__Group_6__0 )? ) + // InternalDSL.g:8980:1: ( ( ( rule__Test__Group_6__0 )? ) ) + // InternalDSL.g:8981:1: ( ( rule__Test__Group_6__0 )? ) { - // InternalDSL.g:9187:1: ( ( rule__Test__Group_6__0 )? ) - // InternalDSL.g:9188:1: ( rule__Test__Group_6__0 )? + // InternalDSL.g:8981:1: ( ( rule__Test__Group_6__0 )? ) + // InternalDSL.g:8982:1: ( rule__Test__Group_6__0 )? { before(grammarAccess.getTestAccess().getGroup_6()); - // InternalDSL.g:9189:1: ( rule__Test__Group_6__0 )? - int alt67=2; - alt67 = dfa67.predict(input); - switch (alt67) { + // InternalDSL.g:8983:1: ( rule__Test__Group_6__0 )? + int alt66=2; + alt66 = dfa66.predict(input); + switch (alt66) { case 1 : - // InternalDSL.g:9189:2: rule__Test__Group_6__0 + // InternalDSL.g:8983:2: rule__Test__Group_6__0 { pushFollow(FOLLOW_2); rule__Test__Group_6__0(); @@ -25438,14 +24886,14 @@ public final void rule__Test__Group__6__Impl() throws RecognitionException { // $ANTLR start "rule__Test__Group__7" - // InternalDSL.g:9199:1: rule__Test__Group__7 : rule__Test__Group__7__Impl ; + // InternalDSL.g:8993:1: rule__Test__Group__7 : rule__Test__Group__7__Impl ; public final void rule__Test__Group__7() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9203:1: ( rule__Test__Group__7__Impl ) - // InternalDSL.g:9204:2: rule__Test__Group__7__Impl + // InternalDSL.g:8997:1: ( rule__Test__Group__7__Impl ) + // InternalDSL.g:8998:2: rule__Test__Group__7__Impl { pushFollow(FOLLOW_2); rule__Test__Group__7__Impl(); @@ -25471,17 +24919,17 @@ public final void rule__Test__Group__7() throws RecognitionException { // $ANTLR start "rule__Test__Group__7__Impl" - // InternalDSL.g:9210:1: rule__Test__Group__7__Impl : ( ruleNL ) ; + // InternalDSL.g:9004:1: rule__Test__Group__7__Impl : ( ruleNL ) ; public final void rule__Test__Group__7__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9214:1: ( ( ruleNL ) ) - // InternalDSL.g:9215:1: ( ruleNL ) + // InternalDSL.g:9008:1: ( ( ruleNL ) ) + // InternalDSL.g:9009:1: ( ruleNL ) { - // InternalDSL.g:9215:1: ( ruleNL ) - // InternalDSL.g:9216:1: ruleNL + // InternalDSL.g:9009:1: ( ruleNL ) + // InternalDSL.g:9010:1: ruleNL { before(grammarAccess.getTestAccess().getNLParserRuleCall_7()); pushFollow(FOLLOW_2); @@ -25512,14 +24960,14 @@ public final void rule__Test__Group__7__Impl() throws RecognitionException { // $ANTLR start "rule__Test__Group_4__0" - // InternalDSL.g:9243:1: rule__Test__Group_4__0 : rule__Test__Group_4__0__Impl rule__Test__Group_4__1 ; + // InternalDSL.g:9037:1: rule__Test__Group_4__0 : rule__Test__Group_4__0__Impl rule__Test__Group_4__1 ; public final void rule__Test__Group_4__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9247:1: ( rule__Test__Group_4__0__Impl rule__Test__Group_4__1 ) - // InternalDSL.g:9248:2: rule__Test__Group_4__0__Impl rule__Test__Group_4__1 + // InternalDSL.g:9041:1: ( rule__Test__Group_4__0__Impl rule__Test__Group_4__1 ) + // InternalDSL.g:9042:2: rule__Test__Group_4__0__Impl rule__Test__Group_4__1 { pushFollow(FOLLOW_36); rule__Test__Group_4__0__Impl(); @@ -25550,17 +24998,17 @@ public final void rule__Test__Group_4__0() throws RecognitionException { // $ANTLR start "rule__Test__Group_4__0__Impl" - // InternalDSL.g:9255:1: rule__Test__Group_4__0__Impl : ( ruleNL ) ; + // InternalDSL.g:9049:1: rule__Test__Group_4__0__Impl : ( ruleNL ) ; public final void rule__Test__Group_4__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9259:1: ( ( ruleNL ) ) - // InternalDSL.g:9260:1: ( ruleNL ) + // InternalDSL.g:9053:1: ( ( ruleNL ) ) + // InternalDSL.g:9054:1: ( ruleNL ) { - // InternalDSL.g:9260:1: ( ruleNL ) - // InternalDSL.g:9261:1: ruleNL + // InternalDSL.g:9054:1: ( ruleNL ) + // InternalDSL.g:9055:1: ruleNL { before(grammarAccess.getTestAccess().getNLParserRuleCall_4_0()); pushFollow(FOLLOW_2); @@ -25591,14 +25039,14 @@ public final void rule__Test__Group_4__0__Impl() throws RecognitionException { // $ANTLR start "rule__Test__Group_4__1" - // InternalDSL.g:9272:1: rule__Test__Group_4__1 : rule__Test__Group_4__1__Impl ; + // InternalDSL.g:9066:1: rule__Test__Group_4__1 : rule__Test__Group_4__1__Impl ; public final void rule__Test__Group_4__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9276:1: ( rule__Test__Group_4__1__Impl ) - // InternalDSL.g:9277:2: rule__Test__Group_4__1__Impl + // InternalDSL.g:9070:1: ( rule__Test__Group_4__1__Impl ) + // InternalDSL.g:9071:2: rule__Test__Group_4__1__Impl { pushFollow(FOLLOW_2); rule__Test__Group_4__1__Impl(); @@ -25624,21 +25072,21 @@ public final void rule__Test__Group_4__1() throws RecognitionException { // $ANTLR start "rule__Test__Group_4__1__Impl" - // InternalDSL.g:9283:1: rule__Test__Group_4__1__Impl : ( ( rule__Test__ParametersAssignment_4_1 ) ) ; + // InternalDSL.g:9077:1: rule__Test__Group_4__1__Impl : ( ( rule__Test__ParametersAssignment_4_1 ) ) ; public final void rule__Test__Group_4__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9287:1: ( ( ( rule__Test__ParametersAssignment_4_1 ) ) ) - // InternalDSL.g:9288:1: ( ( rule__Test__ParametersAssignment_4_1 ) ) + // InternalDSL.g:9081:1: ( ( ( rule__Test__ParametersAssignment_4_1 ) ) ) + // InternalDSL.g:9082:1: ( ( rule__Test__ParametersAssignment_4_1 ) ) { - // InternalDSL.g:9288:1: ( ( rule__Test__ParametersAssignment_4_1 ) ) - // InternalDSL.g:9289:1: ( rule__Test__ParametersAssignment_4_1 ) + // InternalDSL.g:9082:1: ( ( rule__Test__ParametersAssignment_4_1 ) ) + // InternalDSL.g:9083:1: ( rule__Test__ParametersAssignment_4_1 ) { before(grammarAccess.getTestAccess().getParametersAssignment_4_1()); - // InternalDSL.g:9290:1: ( rule__Test__ParametersAssignment_4_1 ) - // InternalDSL.g:9290:2: rule__Test__ParametersAssignment_4_1 + // InternalDSL.g:9084:1: ( rule__Test__ParametersAssignment_4_1 ) + // InternalDSL.g:9084:2: rule__Test__ParametersAssignment_4_1 { pushFollow(FOLLOW_2); rule__Test__ParametersAssignment_4_1(); @@ -25671,14 +25119,14 @@ public final void rule__Test__Group_4__1__Impl() throws RecognitionException { // $ANTLR start "rule__Test__Group_5__0" - // InternalDSL.g:9304:1: rule__Test__Group_5__0 : rule__Test__Group_5__0__Impl rule__Test__Group_5__1 ; + // InternalDSL.g:9098:1: rule__Test__Group_5__0 : rule__Test__Group_5__0__Impl rule__Test__Group_5__1 ; public final void rule__Test__Group_5__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9308:1: ( rule__Test__Group_5__0__Impl rule__Test__Group_5__1 ) - // InternalDSL.g:9309:2: rule__Test__Group_5__0__Impl rule__Test__Group_5__1 + // InternalDSL.g:9102:1: ( rule__Test__Group_5__0__Impl rule__Test__Group_5__1 ) + // InternalDSL.g:9103:2: rule__Test__Group_5__0__Impl rule__Test__Group_5__1 { pushFollow(FOLLOW_36); rule__Test__Group_5__0__Impl(); @@ -25709,17 +25157,17 @@ public final void rule__Test__Group_5__0() throws RecognitionException { // $ANTLR start "rule__Test__Group_5__0__Impl" - // InternalDSL.g:9316:1: rule__Test__Group_5__0__Impl : ( ruleNL ) ; + // InternalDSL.g:9110:1: rule__Test__Group_5__0__Impl : ( ruleNL ) ; public final void rule__Test__Group_5__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9320:1: ( ( ruleNL ) ) - // InternalDSL.g:9321:1: ( ruleNL ) + // InternalDSL.g:9114:1: ( ( ruleNL ) ) + // InternalDSL.g:9115:1: ( ruleNL ) { - // InternalDSL.g:9321:1: ( ruleNL ) - // InternalDSL.g:9322:1: ruleNL + // InternalDSL.g:9115:1: ( ruleNL ) + // InternalDSL.g:9116:1: ruleNL { before(grammarAccess.getTestAccess().getNLParserRuleCall_5_0()); pushFollow(FOLLOW_2); @@ -25750,14 +25198,14 @@ public final void rule__Test__Group_5__0__Impl() throws RecognitionException { // $ANTLR start "rule__Test__Group_5__1" - // InternalDSL.g:9333:1: rule__Test__Group_5__1 : rule__Test__Group_5__1__Impl ; + // InternalDSL.g:9127:1: rule__Test__Group_5__1 : rule__Test__Group_5__1__Impl ; public final void rule__Test__Group_5__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9337:1: ( rule__Test__Group_5__1__Impl ) - // InternalDSL.g:9338:2: rule__Test__Group_5__1__Impl + // InternalDSL.g:9131:1: ( rule__Test__Group_5__1__Impl ) + // InternalDSL.g:9132:2: rule__Test__Group_5__1__Impl { pushFollow(FOLLOW_2); rule__Test__Group_5__1__Impl(); @@ -25783,21 +25231,21 @@ public final void rule__Test__Group_5__1() throws RecognitionException { // $ANTLR start "rule__Test__Group_5__1__Impl" - // InternalDSL.g:9344:1: rule__Test__Group_5__1__Impl : ( ( rule__Test__ResultsAssignment_5_1 ) ) ; + // InternalDSL.g:9138:1: rule__Test__Group_5__1__Impl : ( ( rule__Test__ResultsAssignment_5_1 ) ) ; public final void rule__Test__Group_5__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9348:1: ( ( ( rule__Test__ResultsAssignment_5_1 ) ) ) - // InternalDSL.g:9349:1: ( ( rule__Test__ResultsAssignment_5_1 ) ) + // InternalDSL.g:9142:1: ( ( ( rule__Test__ResultsAssignment_5_1 ) ) ) + // InternalDSL.g:9143:1: ( ( rule__Test__ResultsAssignment_5_1 ) ) { - // InternalDSL.g:9349:1: ( ( rule__Test__ResultsAssignment_5_1 ) ) - // InternalDSL.g:9350:1: ( rule__Test__ResultsAssignment_5_1 ) + // InternalDSL.g:9143:1: ( ( rule__Test__ResultsAssignment_5_1 ) ) + // InternalDSL.g:9144:1: ( rule__Test__ResultsAssignment_5_1 ) { before(grammarAccess.getTestAccess().getResultsAssignment_5_1()); - // InternalDSL.g:9351:1: ( rule__Test__ResultsAssignment_5_1 ) - // InternalDSL.g:9351:2: rule__Test__ResultsAssignment_5_1 + // InternalDSL.g:9145:1: ( rule__Test__ResultsAssignment_5_1 ) + // InternalDSL.g:9145:2: rule__Test__ResultsAssignment_5_1 { pushFollow(FOLLOW_2); rule__Test__ResultsAssignment_5_1(); @@ -25830,14 +25278,14 @@ public final void rule__Test__Group_5__1__Impl() throws RecognitionException { // $ANTLR start "rule__Test__Group_6__0" - // InternalDSL.g:9365:1: rule__Test__Group_6__0 : rule__Test__Group_6__0__Impl rule__Test__Group_6__1 ; + // InternalDSL.g:9159:1: rule__Test__Group_6__0 : rule__Test__Group_6__0__Impl rule__Test__Group_6__1 ; public final void rule__Test__Group_6__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9369:1: ( rule__Test__Group_6__0__Impl rule__Test__Group_6__1 ) - // InternalDSL.g:9370:2: rule__Test__Group_6__0__Impl rule__Test__Group_6__1 + // InternalDSL.g:9163:1: ( rule__Test__Group_6__0__Impl rule__Test__Group_6__1 ) + // InternalDSL.g:9164:2: rule__Test__Group_6__0__Impl rule__Test__Group_6__1 { pushFollow(FOLLOW_37); rule__Test__Group_6__0__Impl(); @@ -25868,17 +25316,17 @@ public final void rule__Test__Group_6__0() throws RecognitionException { // $ANTLR start "rule__Test__Group_6__0__Impl" - // InternalDSL.g:9377:1: rule__Test__Group_6__0__Impl : ( ruleNL ) ; + // InternalDSL.g:9171:1: rule__Test__Group_6__0__Impl : ( ruleNL ) ; public final void rule__Test__Group_6__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9381:1: ( ( ruleNL ) ) - // InternalDSL.g:9382:1: ( ruleNL ) + // InternalDSL.g:9175:1: ( ( ruleNL ) ) + // InternalDSL.g:9176:1: ( ruleNL ) { - // InternalDSL.g:9382:1: ( ruleNL ) - // InternalDSL.g:9383:1: ruleNL + // InternalDSL.g:9176:1: ( ruleNL ) + // InternalDSL.g:9177:1: ruleNL { before(grammarAccess.getTestAccess().getNLParserRuleCall_6_0()); pushFollow(FOLLOW_2); @@ -25909,14 +25357,14 @@ public final void rule__Test__Group_6__0__Impl() throws RecognitionException { // $ANTLR start "rule__Test__Group_6__1" - // InternalDSL.g:9394:1: rule__Test__Group_6__1 : rule__Test__Group_6__1__Impl rule__Test__Group_6__2 ; + // InternalDSL.g:9188:1: rule__Test__Group_6__1 : rule__Test__Group_6__1__Impl rule__Test__Group_6__2 ; public final void rule__Test__Group_6__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9398:1: ( rule__Test__Group_6__1__Impl rule__Test__Group_6__2 ) - // InternalDSL.g:9399:2: rule__Test__Group_6__1__Impl rule__Test__Group_6__2 + // InternalDSL.g:9192:1: ( rule__Test__Group_6__1__Impl rule__Test__Group_6__2 ) + // InternalDSL.g:9193:2: rule__Test__Group_6__1__Impl rule__Test__Group_6__2 { pushFollow(FOLLOW_4); rule__Test__Group_6__1__Impl(); @@ -25947,20 +25395,20 @@ public final void rule__Test__Group_6__1() throws RecognitionException { // $ANTLR start "rule__Test__Group_6__1__Impl" - // InternalDSL.g:9406:1: rule__Test__Group_6__1__Impl : ( '=' ) ; + // InternalDSL.g:9200:1: rule__Test__Group_6__1__Impl : ( '=' ) ; public final void rule__Test__Group_6__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9410:1: ( ( '=' ) ) - // InternalDSL.g:9411:1: ( '=' ) + // InternalDSL.g:9204:1: ( ( '=' ) ) + // InternalDSL.g:9205:1: ( '=' ) { - // InternalDSL.g:9411:1: ( '=' ) - // InternalDSL.g:9412:1: '=' + // InternalDSL.g:9205:1: ( '=' ) + // InternalDSL.g:9206:1: '=' { before(grammarAccess.getTestAccess().getEqualsSignKeyword_6_1()); - match(input,82,FOLLOW_2); + match(input,62,FOLLOW_2); after(grammarAccess.getTestAccess().getEqualsSignKeyword_6_1()); } @@ -25984,14 +25432,14 @@ public final void rule__Test__Group_6__1__Impl() throws RecognitionException { // $ANTLR start "rule__Test__Group_6__2" - // InternalDSL.g:9425:1: rule__Test__Group_6__2 : rule__Test__Group_6__2__Impl rule__Test__Group_6__3 ; + // InternalDSL.g:9219:1: rule__Test__Group_6__2 : rule__Test__Group_6__2__Impl rule__Test__Group_6__3 ; public final void rule__Test__Group_6__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9429:1: ( rule__Test__Group_6__2__Impl rule__Test__Group_6__3 ) - // InternalDSL.g:9430:2: rule__Test__Group_6__2__Impl rule__Test__Group_6__3 + // InternalDSL.g:9223:1: ( rule__Test__Group_6__2__Impl rule__Test__Group_6__3 ) + // InternalDSL.g:9224:2: rule__Test__Group_6__2__Impl rule__Test__Group_6__3 { pushFollow(FOLLOW_17); rule__Test__Group_6__2__Impl(); @@ -26022,17 +25470,17 @@ public final void rule__Test__Group_6__2() throws RecognitionException { // $ANTLR start "rule__Test__Group_6__2__Impl" - // InternalDSL.g:9437:1: rule__Test__Group_6__2__Impl : ( ruleNL ) ; + // InternalDSL.g:9231:1: rule__Test__Group_6__2__Impl : ( ruleNL ) ; public final void rule__Test__Group_6__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9441:1: ( ( ruleNL ) ) - // InternalDSL.g:9442:1: ( ruleNL ) + // InternalDSL.g:9235:1: ( ( ruleNL ) ) + // InternalDSL.g:9236:1: ( ruleNL ) { - // InternalDSL.g:9442:1: ( ruleNL ) - // InternalDSL.g:9443:1: ruleNL + // InternalDSL.g:9236:1: ( ruleNL ) + // InternalDSL.g:9237:1: ruleNL { before(grammarAccess.getTestAccess().getNLParserRuleCall_6_2()); pushFollow(FOLLOW_2); @@ -26063,14 +25511,14 @@ public final void rule__Test__Group_6__2__Impl() throws RecognitionException { // $ANTLR start "rule__Test__Group_6__3" - // InternalDSL.g:9454:1: rule__Test__Group_6__3 : rule__Test__Group_6__3__Impl ; + // InternalDSL.g:9248:1: rule__Test__Group_6__3 : rule__Test__Group_6__3__Impl ; public final void rule__Test__Group_6__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9458:1: ( rule__Test__Group_6__3__Impl ) - // InternalDSL.g:9459:2: rule__Test__Group_6__3__Impl + // InternalDSL.g:9252:1: ( rule__Test__Group_6__3__Impl ) + // InternalDSL.g:9253:2: rule__Test__Group_6__3__Impl { pushFollow(FOLLOW_2); rule__Test__Group_6__3__Impl(); @@ -26096,21 +25544,21 @@ public final void rule__Test__Group_6__3() throws RecognitionException { // $ANTLR start "rule__Test__Group_6__3__Impl" - // InternalDSL.g:9465:1: rule__Test__Group_6__3__Impl : ( ( rule__Test__ResultAssignment_6_3 ) ) ; + // InternalDSL.g:9259:1: rule__Test__Group_6__3__Impl : ( ( rule__Test__ResultAssignment_6_3 ) ) ; public final void rule__Test__Group_6__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9469:1: ( ( ( rule__Test__ResultAssignment_6_3 ) ) ) - // InternalDSL.g:9470:1: ( ( rule__Test__ResultAssignment_6_3 ) ) + // InternalDSL.g:9263:1: ( ( ( rule__Test__ResultAssignment_6_3 ) ) ) + // InternalDSL.g:9264:1: ( ( rule__Test__ResultAssignment_6_3 ) ) { - // InternalDSL.g:9470:1: ( ( rule__Test__ResultAssignment_6_3 ) ) - // InternalDSL.g:9471:1: ( rule__Test__ResultAssignment_6_3 ) + // InternalDSL.g:9264:1: ( ( rule__Test__ResultAssignment_6_3 ) ) + // InternalDSL.g:9265:1: ( rule__Test__ResultAssignment_6_3 ) { before(grammarAccess.getTestAccess().getResultAssignment_6_3()); - // InternalDSL.g:9472:1: ( rule__Test__ResultAssignment_6_3 ) - // InternalDSL.g:9472:2: rule__Test__ResultAssignment_6_3 + // InternalDSL.g:9266:1: ( rule__Test__ResultAssignment_6_3 ) + // InternalDSL.g:9266:2: rule__Test__ResultAssignment_6_3 { pushFollow(FOLLOW_2); rule__Test__ResultAssignment_6_3(); @@ -26143,14 +25591,14 @@ public final void rule__Test__Group_6__3__Impl() throws RecognitionException { // $ANTLR start "rule__TableTest__Group__0" - // InternalDSL.g:9490:1: rule__TableTest__Group__0 : rule__TableTest__Group__0__Impl rule__TableTest__Group__1 ; + // InternalDSL.g:9284:1: rule__TableTest__Group__0 : rule__TableTest__Group__0__Impl rule__TableTest__Group__1 ; public final void rule__TableTest__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9494:1: ( rule__TableTest__Group__0__Impl rule__TableTest__Group__1 ) - // InternalDSL.g:9495:2: rule__TableTest__Group__0__Impl rule__TableTest__Group__1 + // InternalDSL.g:9288:1: ( rule__TableTest__Group__0__Impl rule__TableTest__Group__1 ) + // InternalDSL.g:9289:2: rule__TableTest__Group__0__Impl rule__TableTest__Group__1 { pushFollow(FOLLOW_4); rule__TableTest__Group__0__Impl(); @@ -26181,20 +25629,20 @@ public final void rule__TableTest__Group__0() throws RecognitionException { // $ANTLR start "rule__TableTest__Group__0__Impl" - // InternalDSL.g:9502:1: rule__TableTest__Group__0__Impl : ( 'tabletest' ) ; + // InternalDSL.g:9296:1: rule__TableTest__Group__0__Impl : ( 'tabletest' ) ; public final void rule__TableTest__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9506:1: ( ( 'tabletest' ) ) - // InternalDSL.g:9507:1: ( 'tabletest' ) + // InternalDSL.g:9300:1: ( ( 'tabletest' ) ) + // InternalDSL.g:9301:1: ( 'tabletest' ) { - // InternalDSL.g:9507:1: ( 'tabletest' ) - // InternalDSL.g:9508:1: 'tabletest' + // InternalDSL.g:9301:1: ( 'tabletest' ) + // InternalDSL.g:9302:1: 'tabletest' { before(grammarAccess.getTableTestAccess().getTabletestKeyword_0()); - match(input,83,FOLLOW_2); + match(input,63,FOLLOW_2); after(grammarAccess.getTableTestAccess().getTabletestKeyword_0()); } @@ -26218,14 +25666,14 @@ public final void rule__TableTest__Group__0__Impl() throws RecognitionException // $ANTLR start "rule__TableTest__Group__1" - // InternalDSL.g:9521:1: rule__TableTest__Group__1 : rule__TableTest__Group__1__Impl rule__TableTest__Group__2 ; + // InternalDSL.g:9315:1: rule__TableTest__Group__1 : rule__TableTest__Group__1__Impl rule__TableTest__Group__2 ; public final void rule__TableTest__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9525:1: ( rule__TableTest__Group__1__Impl rule__TableTest__Group__2 ) - // InternalDSL.g:9526:2: rule__TableTest__Group__1__Impl rule__TableTest__Group__2 + // InternalDSL.g:9319:1: ( rule__TableTest__Group__1__Impl rule__TableTest__Group__2 ) + // InternalDSL.g:9320:2: rule__TableTest__Group__1__Impl rule__TableTest__Group__2 { pushFollow(FOLLOW_9); rule__TableTest__Group__1__Impl(); @@ -26256,17 +25704,17 @@ public final void rule__TableTest__Group__1() throws RecognitionException { // $ANTLR start "rule__TableTest__Group__1__Impl" - // InternalDSL.g:9533:1: rule__TableTest__Group__1__Impl : ( ruleNL ) ; + // InternalDSL.g:9327:1: rule__TableTest__Group__1__Impl : ( ruleNL ) ; public final void rule__TableTest__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9537:1: ( ( ruleNL ) ) - // InternalDSL.g:9538:1: ( ruleNL ) + // InternalDSL.g:9331:1: ( ( ruleNL ) ) + // InternalDSL.g:9332:1: ( ruleNL ) { - // InternalDSL.g:9538:1: ( ruleNL ) - // InternalDSL.g:9539:1: ruleNL + // InternalDSL.g:9332:1: ( ruleNL ) + // InternalDSL.g:9333:1: ruleNL { before(grammarAccess.getTableTestAccess().getNLParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -26297,14 +25745,14 @@ public final void rule__TableTest__Group__1__Impl() throws RecognitionException // $ANTLR start "rule__TableTest__Group__2" - // InternalDSL.g:9550:1: rule__TableTest__Group__2 : rule__TableTest__Group__2__Impl rule__TableTest__Group__3 ; + // InternalDSL.g:9344:1: rule__TableTest__Group__2 : rule__TableTest__Group__2__Impl rule__TableTest__Group__3 ; public final void rule__TableTest__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9554:1: ( rule__TableTest__Group__2__Impl rule__TableTest__Group__3 ) - // InternalDSL.g:9555:2: rule__TableTest__Group__2__Impl rule__TableTest__Group__3 + // InternalDSL.g:9348:1: ( rule__TableTest__Group__2__Impl rule__TableTest__Group__3 ) + // InternalDSL.g:9349:2: rule__TableTest__Group__2__Impl rule__TableTest__Group__3 { pushFollow(FOLLOW_4); rule__TableTest__Group__2__Impl(); @@ -26335,21 +25783,21 @@ public final void rule__TableTest__Group__2() throws RecognitionException { // $ANTLR start "rule__TableTest__Group__2__Impl" - // InternalDSL.g:9562:1: rule__TableTest__Group__2__Impl : ( ( rule__TableTest__DefinitionAssignment_2 ) ) ; + // InternalDSL.g:9356:1: rule__TableTest__Group__2__Impl : ( ( rule__TableTest__DefinitionAssignment_2 ) ) ; public final void rule__TableTest__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9566:1: ( ( ( rule__TableTest__DefinitionAssignment_2 ) ) ) - // InternalDSL.g:9567:1: ( ( rule__TableTest__DefinitionAssignment_2 ) ) + // InternalDSL.g:9360:1: ( ( ( rule__TableTest__DefinitionAssignment_2 ) ) ) + // InternalDSL.g:9361:1: ( ( rule__TableTest__DefinitionAssignment_2 ) ) { - // InternalDSL.g:9567:1: ( ( rule__TableTest__DefinitionAssignment_2 ) ) - // InternalDSL.g:9568:1: ( rule__TableTest__DefinitionAssignment_2 ) + // InternalDSL.g:9361:1: ( ( rule__TableTest__DefinitionAssignment_2 ) ) + // InternalDSL.g:9362:1: ( rule__TableTest__DefinitionAssignment_2 ) { before(grammarAccess.getTableTestAccess().getDefinitionAssignment_2()); - // InternalDSL.g:9569:1: ( rule__TableTest__DefinitionAssignment_2 ) - // InternalDSL.g:9569:2: rule__TableTest__DefinitionAssignment_2 + // InternalDSL.g:9363:1: ( rule__TableTest__DefinitionAssignment_2 ) + // InternalDSL.g:9363:2: rule__TableTest__DefinitionAssignment_2 { pushFollow(FOLLOW_2); rule__TableTest__DefinitionAssignment_2(); @@ -26382,14 +25830,14 @@ public final void rule__TableTest__Group__2__Impl() throws RecognitionException // $ANTLR start "rule__TableTest__Group__3" - // InternalDSL.g:9579:1: rule__TableTest__Group__3 : rule__TableTest__Group__3__Impl rule__TableTest__Group__4 ; + // InternalDSL.g:9373:1: rule__TableTest__Group__3 : rule__TableTest__Group__3__Impl rule__TableTest__Group__4 ; public final void rule__TableTest__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9583:1: ( rule__TableTest__Group__3__Impl rule__TableTest__Group__4 ) - // InternalDSL.g:9584:2: rule__TableTest__Group__3__Impl rule__TableTest__Group__4 + // InternalDSL.g:9377:1: ( rule__TableTest__Group__3__Impl rule__TableTest__Group__4 ) + // InternalDSL.g:9378:2: rule__TableTest__Group__3__Impl rule__TableTest__Group__4 { pushFollow(FOLLOW_4); rule__TableTest__Group__3__Impl(); @@ -26420,27 +25868,27 @@ public final void rule__TableTest__Group__3() throws RecognitionException { // $ANTLR start "rule__TableTest__Group__3__Impl" - // InternalDSL.g:9591:1: rule__TableTest__Group__3__Impl : ( ( rule__TableTest__Group_3__0 )* ) ; + // InternalDSL.g:9385:1: rule__TableTest__Group__3__Impl : ( ( rule__TableTest__Group_3__0 )* ) ; public final void rule__TableTest__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9595:1: ( ( ( rule__TableTest__Group_3__0 )* ) ) - // InternalDSL.g:9596:1: ( ( rule__TableTest__Group_3__0 )* ) + // InternalDSL.g:9389:1: ( ( ( rule__TableTest__Group_3__0 )* ) ) + // InternalDSL.g:9390:1: ( ( rule__TableTest__Group_3__0 )* ) { - // InternalDSL.g:9596:1: ( ( rule__TableTest__Group_3__0 )* ) - // InternalDSL.g:9597:1: ( rule__TableTest__Group_3__0 )* + // InternalDSL.g:9390:1: ( ( rule__TableTest__Group_3__0 )* ) + // InternalDSL.g:9391:1: ( rule__TableTest__Group_3__0 )* { before(grammarAccess.getTableTestAccess().getGroup_3()); - // InternalDSL.g:9598:1: ( rule__TableTest__Group_3__0 )* - loop68: + // InternalDSL.g:9392:1: ( rule__TableTest__Group_3__0 )* + loop67: do { - int alt68=2; - alt68 = dfa68.predict(input); - switch (alt68) { + int alt67=2; + alt67 = dfa67.predict(input); + switch (alt67) { case 1 : - // InternalDSL.g:9598:2: rule__TableTest__Group_3__0 + // InternalDSL.g:9392:2: rule__TableTest__Group_3__0 { pushFollow(FOLLOW_3); rule__TableTest__Group_3__0(); @@ -26452,7 +25900,7 @@ public final void rule__TableTest__Group__3__Impl() throws RecognitionException break; default : - break loop68; + break loop67; } } while (true); @@ -26479,14 +25927,14 @@ public final void rule__TableTest__Group__3__Impl() throws RecognitionException // $ANTLR start "rule__TableTest__Group__4" - // InternalDSL.g:9608:1: rule__TableTest__Group__4 : rule__TableTest__Group__4__Impl rule__TableTest__Group__5 ; + // InternalDSL.g:9402:1: rule__TableTest__Group__4 : rule__TableTest__Group__4__Impl rule__TableTest__Group__5 ; public final void rule__TableTest__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9612:1: ( rule__TableTest__Group__4__Impl rule__TableTest__Group__5 ) - // InternalDSL.g:9613:2: rule__TableTest__Group__4__Impl rule__TableTest__Group__5 + // InternalDSL.g:9406:1: ( rule__TableTest__Group__4__Impl rule__TableTest__Group__5 ) + // InternalDSL.g:9407:2: rule__TableTest__Group__4__Impl rule__TableTest__Group__5 { pushFollow(FOLLOW_38); rule__TableTest__Group__4__Impl(); @@ -26517,17 +25965,17 @@ public final void rule__TableTest__Group__4() throws RecognitionException { // $ANTLR start "rule__TableTest__Group__4__Impl" - // InternalDSL.g:9620:1: rule__TableTest__Group__4__Impl : ( ruleNLFORCED ) ; + // InternalDSL.g:9414:1: rule__TableTest__Group__4__Impl : ( ruleNLFORCED ) ; public final void rule__TableTest__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9624:1: ( ( ruleNLFORCED ) ) - // InternalDSL.g:9625:1: ( ruleNLFORCED ) + // InternalDSL.g:9418:1: ( ( ruleNLFORCED ) ) + // InternalDSL.g:9419:1: ( ruleNLFORCED ) { - // InternalDSL.g:9625:1: ( ruleNLFORCED ) - // InternalDSL.g:9626:1: ruleNLFORCED + // InternalDSL.g:9419:1: ( ruleNLFORCED ) + // InternalDSL.g:9420:1: ruleNLFORCED { before(grammarAccess.getTableTestAccess().getNLFORCEDParserRuleCall_4()); pushFollow(FOLLOW_2); @@ -26558,14 +26006,14 @@ public final void rule__TableTest__Group__4__Impl() throws RecognitionException // $ANTLR start "rule__TableTest__Group__5" - // InternalDSL.g:9637:1: rule__TableTest__Group__5 : rule__TableTest__Group__5__Impl rule__TableTest__Group__6 ; + // InternalDSL.g:9431:1: rule__TableTest__Group__5 : rule__TableTest__Group__5__Impl rule__TableTest__Group__6 ; public final void rule__TableTest__Group__5() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9641:1: ( rule__TableTest__Group__5__Impl rule__TableTest__Group__6 ) - // InternalDSL.g:9642:2: rule__TableTest__Group__5__Impl rule__TableTest__Group__6 + // InternalDSL.g:9435:1: ( rule__TableTest__Group__5__Impl rule__TableTest__Group__6 ) + // InternalDSL.g:9436:2: rule__TableTest__Group__5__Impl rule__TableTest__Group__6 { pushFollow(FOLLOW_38); rule__TableTest__Group__5__Impl(); @@ -26596,54 +26044,54 @@ public final void rule__TableTest__Group__5() throws RecognitionException { // $ANTLR start "rule__TableTest__Group__5__Impl" - // InternalDSL.g:9649:1: rule__TableTest__Group__5__Impl : ( ( rule__TableTest__ParameterHeadersAssignment_5 )* ) ; + // InternalDSL.g:9443:1: rule__TableTest__Group__5__Impl : ( ( rule__TableTest__ParameterHeadersAssignment_5 )* ) ; public final void rule__TableTest__Group__5__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9653:1: ( ( ( rule__TableTest__ParameterHeadersAssignment_5 )* ) ) - // InternalDSL.g:9654:1: ( ( rule__TableTest__ParameterHeadersAssignment_5 )* ) + // InternalDSL.g:9447:1: ( ( ( rule__TableTest__ParameterHeadersAssignment_5 )* ) ) + // InternalDSL.g:9448:1: ( ( rule__TableTest__ParameterHeadersAssignment_5 )* ) { - // InternalDSL.g:9654:1: ( ( rule__TableTest__ParameterHeadersAssignment_5 )* ) - // InternalDSL.g:9655:1: ( rule__TableTest__ParameterHeadersAssignment_5 )* + // InternalDSL.g:9448:1: ( ( rule__TableTest__ParameterHeadersAssignment_5 )* ) + // InternalDSL.g:9449:1: ( rule__TableTest__ParameterHeadersAssignment_5 )* { before(grammarAccess.getTableTestAccess().getParameterHeadersAssignment_5()); - // InternalDSL.g:9656:1: ( rule__TableTest__ParameterHeadersAssignment_5 )* - loop69: + // InternalDSL.g:9450:1: ( rule__TableTest__ParameterHeadersAssignment_5 )* + loop68: do { - int alt69=2; - int LA69_0 = input.LA(1); + int alt68=2; + int LA68_0 = input.LA(1); - if ( (LA69_0==84) ) { - int LA69_1 = input.LA(2); + if ( (LA68_0==64) ) { + int LA68_1 = input.LA(2); - if ( (LA69_1==RULE_ID) ) { - int LA69_3 = input.LA(3); + if ( (LA68_1==RULE_ID) ) { + int LA68_3 = input.LA(3); - if ( (LA69_3==84) ) { - alt69=1; + if ( (LA68_3==64) ) { + alt68=1; } } - else if ( (LA69_1==29) ) { - int LA69_4 = input.LA(3); + else if ( (LA68_1==30) ) { + int LA68_4 = input.LA(3); - if ( (LA69_4==RULE_ID) ) { - int LA69_6 = input.LA(4); + if ( (LA68_4==RULE_ID) ) { + int LA68_6 = input.LA(4); - if ( (LA69_6==84) ) { - alt69=1; + if ( (LA68_6==64) ) { + alt68=1; } } - else if ( (LA69_4==RULE_STRING) ) { - int LA69_7 = input.LA(4); + else if ( (LA68_4==RULE_STRING) ) { + int LA68_7 = input.LA(4); - if ( (LA69_7==84) ) { - alt69=1; + if ( (LA68_7==64) ) { + alt68=1; } @@ -26656,9 +26104,9 @@ else if ( (LA69_4==RULE_STRING) ) { } - switch (alt69) { + switch (alt68) { case 1 : - // InternalDSL.g:9656:2: rule__TableTest__ParameterHeadersAssignment_5 + // InternalDSL.g:9450:2: rule__TableTest__ParameterHeadersAssignment_5 { pushFollow(FOLLOW_39); rule__TableTest__ParameterHeadersAssignment_5(); @@ -26670,7 +26118,7 @@ else if ( (LA69_4==RULE_STRING) ) { break; default : - break loop69; + break loop68; } } while (true); @@ -26697,14 +26145,14 @@ else if ( (LA69_4==RULE_STRING) ) { // $ANTLR start "rule__TableTest__Group__6" - // InternalDSL.g:9666:1: rule__TableTest__Group__6 : rule__TableTest__Group__6__Impl rule__TableTest__Group__7 ; + // InternalDSL.g:9460:1: rule__TableTest__Group__6 : rule__TableTest__Group__6__Impl rule__TableTest__Group__7 ; public final void rule__TableTest__Group__6() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9670:1: ( rule__TableTest__Group__6__Impl rule__TableTest__Group__7 ) - // InternalDSL.g:9671:2: rule__TableTest__Group__6__Impl rule__TableTest__Group__7 + // InternalDSL.g:9464:1: ( rule__TableTest__Group__6__Impl rule__TableTest__Group__7 ) + // InternalDSL.g:9465:2: rule__TableTest__Group__6__Impl rule__TableTest__Group__7 { pushFollow(FOLLOW_38); rule__TableTest__Group__6__Impl(); @@ -26735,39 +26183,39 @@ public final void rule__TableTest__Group__6() throws RecognitionException { // $ANTLR start "rule__TableTest__Group__6__Impl" - // InternalDSL.g:9678:1: rule__TableTest__Group__6__Impl : ( ( rule__TableTest__ResultHeadersAssignment_6 )* ) ; + // InternalDSL.g:9472:1: rule__TableTest__Group__6__Impl : ( ( rule__TableTest__ResultHeadersAssignment_6 )* ) ; public final void rule__TableTest__Group__6__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9682:1: ( ( ( rule__TableTest__ResultHeadersAssignment_6 )* ) ) - // InternalDSL.g:9683:1: ( ( rule__TableTest__ResultHeadersAssignment_6 )* ) + // InternalDSL.g:9476:1: ( ( ( rule__TableTest__ResultHeadersAssignment_6 )* ) ) + // InternalDSL.g:9477:1: ( ( rule__TableTest__ResultHeadersAssignment_6 )* ) { - // InternalDSL.g:9683:1: ( ( rule__TableTest__ResultHeadersAssignment_6 )* ) - // InternalDSL.g:9684:1: ( rule__TableTest__ResultHeadersAssignment_6 )* + // InternalDSL.g:9477:1: ( ( rule__TableTest__ResultHeadersAssignment_6 )* ) + // InternalDSL.g:9478:1: ( rule__TableTest__ResultHeadersAssignment_6 )* { before(grammarAccess.getTableTestAccess().getResultHeadersAssignment_6()); - // InternalDSL.g:9685:1: ( rule__TableTest__ResultHeadersAssignment_6 )* - loop70: + // InternalDSL.g:9479:1: ( rule__TableTest__ResultHeadersAssignment_6 )* + loop69: do { - int alt70=2; - int LA70_0 = input.LA(1); + int alt69=2; + int LA69_0 = input.LA(1); - if ( (LA70_0==84) ) { - int LA70_1 = input.LA(2); + if ( (LA69_0==64) ) { + int LA69_1 = input.LA(2); - if ( (LA70_1==RULE_ID||LA70_1==29) ) { - alt70=1; + if ( (LA69_1==RULE_ID||LA69_1==30) ) { + alt69=1; } } - switch (alt70) { + switch (alt69) { case 1 : - // InternalDSL.g:9685:2: rule__TableTest__ResultHeadersAssignment_6 + // InternalDSL.g:9479:2: rule__TableTest__ResultHeadersAssignment_6 { pushFollow(FOLLOW_39); rule__TableTest__ResultHeadersAssignment_6(); @@ -26779,7 +26227,7 @@ public final void rule__TableTest__Group__6__Impl() throws RecognitionException break; default : - break loop70; + break loop69; } } while (true); @@ -26806,14 +26254,14 @@ public final void rule__TableTest__Group__6__Impl() throws RecognitionException // $ANTLR start "rule__TableTest__Group__7" - // InternalDSL.g:9695:1: rule__TableTest__Group__7 : rule__TableTest__Group__7__Impl rule__TableTest__Group__8 ; + // InternalDSL.g:9489:1: rule__TableTest__Group__7 : rule__TableTest__Group__7__Impl rule__TableTest__Group__8 ; public final void rule__TableTest__Group__7() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9699:1: ( rule__TableTest__Group__7__Impl rule__TableTest__Group__8 ) - // InternalDSL.g:9700:2: rule__TableTest__Group__7__Impl rule__TableTest__Group__8 + // InternalDSL.g:9493:1: ( rule__TableTest__Group__7__Impl rule__TableTest__Group__8 ) + // InternalDSL.g:9494:2: rule__TableTest__Group__7__Impl rule__TableTest__Group__8 { pushFollow(FOLLOW_40); rule__TableTest__Group__7__Impl(); @@ -26844,20 +26292,20 @@ public final void rule__TableTest__Group__7() throws RecognitionException { // $ANTLR start "rule__TableTest__Group__7__Impl" - // InternalDSL.g:9707:1: rule__TableTest__Group__7__Impl : ( '|' ) ; + // InternalDSL.g:9501:1: rule__TableTest__Group__7__Impl : ( '|' ) ; public final void rule__TableTest__Group__7__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9711:1: ( ( '|' ) ) - // InternalDSL.g:9712:1: ( '|' ) + // InternalDSL.g:9505:1: ( ( '|' ) ) + // InternalDSL.g:9506:1: ( '|' ) { - // InternalDSL.g:9712:1: ( '|' ) - // InternalDSL.g:9713:1: '|' + // InternalDSL.g:9506:1: ( '|' ) + // InternalDSL.g:9507:1: '|' { before(grammarAccess.getTableTestAccess().getVerticalLineKeyword_7()); - match(input,84,FOLLOW_2); + match(input,64,FOLLOW_2); after(grammarAccess.getTableTestAccess().getVerticalLineKeyword_7()); } @@ -26881,14 +26329,14 @@ public final void rule__TableTest__Group__7__Impl() throws RecognitionException // $ANTLR start "rule__TableTest__Group__8" - // InternalDSL.g:9726:1: rule__TableTest__Group__8 : rule__TableTest__Group__8__Impl rule__TableTest__Group__9 ; + // InternalDSL.g:9520:1: rule__TableTest__Group__8 : rule__TableTest__Group__8__Impl rule__TableTest__Group__9 ; public final void rule__TableTest__Group__8() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9730:1: ( rule__TableTest__Group__8__Impl rule__TableTest__Group__9 ) - // InternalDSL.g:9731:2: rule__TableTest__Group__8__Impl rule__TableTest__Group__9 + // InternalDSL.g:9524:1: ( rule__TableTest__Group__8__Impl rule__TableTest__Group__9 ) + // InternalDSL.g:9525:2: rule__TableTest__Group__8__Impl rule__TableTest__Group__9 { pushFollow(FOLLOW_40); rule__TableTest__Group__8__Impl(); @@ -26919,29 +26367,29 @@ public final void rule__TableTest__Group__8() throws RecognitionException { // $ANTLR start "rule__TableTest__Group__8__Impl" - // InternalDSL.g:9738:1: rule__TableTest__Group__8__Impl : ( ( rule__TableTest__Group_8__0 )? ) ; + // InternalDSL.g:9532:1: rule__TableTest__Group__8__Impl : ( ( rule__TableTest__Group_8__0 )? ) ; public final void rule__TableTest__Group__8__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9742:1: ( ( ( rule__TableTest__Group_8__0 )? ) ) - // InternalDSL.g:9743:1: ( ( rule__TableTest__Group_8__0 )? ) + // InternalDSL.g:9536:1: ( ( ( rule__TableTest__Group_8__0 )? ) ) + // InternalDSL.g:9537:1: ( ( rule__TableTest__Group_8__0 )? ) { - // InternalDSL.g:9743:1: ( ( rule__TableTest__Group_8__0 )? ) - // InternalDSL.g:9744:1: ( rule__TableTest__Group_8__0 )? + // InternalDSL.g:9537:1: ( ( rule__TableTest__Group_8__0 )? ) + // InternalDSL.g:9538:1: ( rule__TableTest__Group_8__0 )? { before(grammarAccess.getTableTestAccess().getGroup_8()); - // InternalDSL.g:9745:1: ( rule__TableTest__Group_8__0 )? - int alt71=2; - int LA71_0 = input.LA(1); + // InternalDSL.g:9539:1: ( rule__TableTest__Group_8__0 )? + int alt70=2; + int LA70_0 = input.LA(1); - if ( (LA71_0==82) ) { - alt71=1; + if ( (LA70_0==62) ) { + alt70=1; } - switch (alt71) { + switch (alt70) { case 1 : - // InternalDSL.g:9745:2: rule__TableTest__Group_8__0 + // InternalDSL.g:9539:2: rule__TableTest__Group_8__0 { pushFollow(FOLLOW_2); rule__TableTest__Group_8__0(); @@ -26977,14 +26425,14 @@ public final void rule__TableTest__Group__8__Impl() throws RecognitionException // $ANTLR start "rule__TableTest__Group__9" - // InternalDSL.g:9755:1: rule__TableTest__Group__9 : rule__TableTest__Group__9__Impl rule__TableTest__Group__10 ; + // InternalDSL.g:9549:1: rule__TableTest__Group__9 : rule__TableTest__Group__9__Impl rule__TableTest__Group__10 ; public final void rule__TableTest__Group__9() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9759:1: ( rule__TableTest__Group__9__Impl rule__TableTest__Group__10 ) - // InternalDSL.g:9760:2: rule__TableTest__Group__9__Impl rule__TableTest__Group__10 + // InternalDSL.g:9553:1: ( rule__TableTest__Group__9__Impl rule__TableTest__Group__10 ) + // InternalDSL.g:9554:2: rule__TableTest__Group__9__Impl rule__TableTest__Group__10 { pushFollow(FOLLOW_4); rule__TableTest__Group__9__Impl(); @@ -27015,24 +26463,24 @@ public final void rule__TableTest__Group__9() throws RecognitionException { // $ANTLR start "rule__TableTest__Group__9__Impl" - // InternalDSL.g:9767:1: rule__TableTest__Group__9__Impl : ( ( ( rule__TableTest__Group_9__0 ) ) ( ( rule__TableTest__Group_9__0 )* ) ) ; + // InternalDSL.g:9561:1: rule__TableTest__Group__9__Impl : ( ( ( rule__TableTest__Group_9__0 ) ) ( ( rule__TableTest__Group_9__0 )* ) ) ; public final void rule__TableTest__Group__9__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9771:1: ( ( ( ( rule__TableTest__Group_9__0 ) ) ( ( rule__TableTest__Group_9__0 )* ) ) ) - // InternalDSL.g:9772:1: ( ( ( rule__TableTest__Group_9__0 ) ) ( ( rule__TableTest__Group_9__0 )* ) ) + // InternalDSL.g:9565:1: ( ( ( ( rule__TableTest__Group_9__0 ) ) ( ( rule__TableTest__Group_9__0 )* ) ) ) + // InternalDSL.g:9566:1: ( ( ( rule__TableTest__Group_9__0 ) ) ( ( rule__TableTest__Group_9__0 )* ) ) { - // InternalDSL.g:9772:1: ( ( ( rule__TableTest__Group_9__0 ) ) ( ( rule__TableTest__Group_9__0 )* ) ) - // InternalDSL.g:9773:1: ( ( rule__TableTest__Group_9__0 ) ) ( ( rule__TableTest__Group_9__0 )* ) + // InternalDSL.g:9566:1: ( ( ( rule__TableTest__Group_9__0 ) ) ( ( rule__TableTest__Group_9__0 )* ) ) + // InternalDSL.g:9567:1: ( ( rule__TableTest__Group_9__0 ) ) ( ( rule__TableTest__Group_9__0 )* ) { - // InternalDSL.g:9773:1: ( ( rule__TableTest__Group_9__0 ) ) - // InternalDSL.g:9774:1: ( rule__TableTest__Group_9__0 ) + // InternalDSL.g:9567:1: ( ( rule__TableTest__Group_9__0 ) ) + // InternalDSL.g:9568:1: ( rule__TableTest__Group_9__0 ) { before(grammarAccess.getTableTestAccess().getGroup_9()); - // InternalDSL.g:9775:1: ( rule__TableTest__Group_9__0 ) - // InternalDSL.g:9775:2: rule__TableTest__Group_9__0 + // InternalDSL.g:9569:1: ( rule__TableTest__Group_9__0 ) + // InternalDSL.g:9569:2: rule__TableTest__Group_9__0 { pushFollow(FOLLOW_41); rule__TableTest__Group_9__0(); @@ -27046,18 +26494,18 @@ public final void rule__TableTest__Group__9__Impl() throws RecognitionException } - // InternalDSL.g:9778:1: ( ( rule__TableTest__Group_9__0 )* ) - // InternalDSL.g:9779:1: ( rule__TableTest__Group_9__0 )* + // InternalDSL.g:9572:1: ( ( rule__TableTest__Group_9__0 )* ) + // InternalDSL.g:9573:1: ( rule__TableTest__Group_9__0 )* { before(grammarAccess.getTableTestAccess().getGroup_9()); - // InternalDSL.g:9780:1: ( rule__TableTest__Group_9__0 )* - loop72: + // InternalDSL.g:9574:1: ( rule__TableTest__Group_9__0 )* + loop71: do { - int alt72=2; - alt72 = dfa72.predict(input); - switch (alt72) { + int alt71=2; + alt71 = dfa71.predict(input); + switch (alt71) { case 1 : - // InternalDSL.g:9780:2: rule__TableTest__Group_9__0 + // InternalDSL.g:9574:2: rule__TableTest__Group_9__0 { pushFollow(FOLLOW_41); rule__TableTest__Group_9__0(); @@ -27069,7 +26517,7 @@ public final void rule__TableTest__Group__9__Impl() throws RecognitionException break; default : - break loop72; + break loop71; } } while (true); @@ -27099,14 +26547,14 @@ public final void rule__TableTest__Group__9__Impl() throws RecognitionException // $ANTLR start "rule__TableTest__Group__10" - // InternalDSL.g:9791:1: rule__TableTest__Group__10 : rule__TableTest__Group__10__Impl ; + // InternalDSL.g:9585:1: rule__TableTest__Group__10 : rule__TableTest__Group__10__Impl ; public final void rule__TableTest__Group__10() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9795:1: ( rule__TableTest__Group__10__Impl ) - // InternalDSL.g:9796:2: rule__TableTest__Group__10__Impl + // InternalDSL.g:9589:1: ( rule__TableTest__Group__10__Impl ) + // InternalDSL.g:9590:2: rule__TableTest__Group__10__Impl { pushFollow(FOLLOW_2); rule__TableTest__Group__10__Impl(); @@ -27132,17 +26580,17 @@ public final void rule__TableTest__Group__10() throws RecognitionException { // $ANTLR start "rule__TableTest__Group__10__Impl" - // InternalDSL.g:9802:1: rule__TableTest__Group__10__Impl : ( ruleNLFORCED ) ; + // InternalDSL.g:9596:1: rule__TableTest__Group__10__Impl : ( ruleNLFORCED ) ; public final void rule__TableTest__Group__10__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9806:1: ( ( ruleNLFORCED ) ) - // InternalDSL.g:9807:1: ( ruleNLFORCED ) + // InternalDSL.g:9600:1: ( ( ruleNLFORCED ) ) + // InternalDSL.g:9601:1: ( ruleNLFORCED ) { - // InternalDSL.g:9807:1: ( ruleNLFORCED ) - // InternalDSL.g:9808:1: ruleNLFORCED + // InternalDSL.g:9601:1: ( ruleNLFORCED ) + // InternalDSL.g:9602:1: ruleNLFORCED { before(grammarAccess.getTableTestAccess().getNLFORCEDParserRuleCall_10()); pushFollow(FOLLOW_2); @@ -27173,14 +26621,14 @@ public final void rule__TableTest__Group__10__Impl() throws RecognitionException // $ANTLR start "rule__TableTest__Group_3__0" - // InternalDSL.g:9841:1: rule__TableTest__Group_3__0 : rule__TableTest__Group_3__0__Impl rule__TableTest__Group_3__1 ; + // InternalDSL.g:9635:1: rule__TableTest__Group_3__0 : rule__TableTest__Group_3__0__Impl rule__TableTest__Group_3__1 ; public final void rule__TableTest__Group_3__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9845:1: ( rule__TableTest__Group_3__0__Impl rule__TableTest__Group_3__1 ) - // InternalDSL.g:9846:2: rule__TableTest__Group_3__0__Impl rule__TableTest__Group_3__1 + // InternalDSL.g:9639:1: ( rule__TableTest__Group_3__0__Impl rule__TableTest__Group_3__1 ) + // InternalDSL.g:9640:2: rule__TableTest__Group_3__0__Impl rule__TableTest__Group_3__1 { pushFollow(FOLLOW_36); rule__TableTest__Group_3__0__Impl(); @@ -27211,17 +26659,17 @@ public final void rule__TableTest__Group_3__0() throws RecognitionException { // $ANTLR start "rule__TableTest__Group_3__0__Impl" - // InternalDSL.g:9853:1: rule__TableTest__Group_3__0__Impl : ( ruleNL ) ; + // InternalDSL.g:9647:1: rule__TableTest__Group_3__0__Impl : ( ruleNL ) ; public final void rule__TableTest__Group_3__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9857:1: ( ( ruleNL ) ) - // InternalDSL.g:9858:1: ( ruleNL ) + // InternalDSL.g:9651:1: ( ( ruleNL ) ) + // InternalDSL.g:9652:1: ( ruleNL ) { - // InternalDSL.g:9858:1: ( ruleNL ) - // InternalDSL.g:9859:1: ruleNL + // InternalDSL.g:9652:1: ( ruleNL ) + // InternalDSL.g:9653:1: ruleNL { before(grammarAccess.getTableTestAccess().getNLParserRuleCall_3_0()); pushFollow(FOLLOW_2); @@ -27252,14 +26700,14 @@ public final void rule__TableTest__Group_3__0__Impl() throws RecognitionExceptio // $ANTLR start "rule__TableTest__Group_3__1" - // InternalDSL.g:9870:1: rule__TableTest__Group_3__1 : rule__TableTest__Group_3__1__Impl ; + // InternalDSL.g:9664:1: rule__TableTest__Group_3__1 : rule__TableTest__Group_3__1__Impl ; public final void rule__TableTest__Group_3__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9874:1: ( rule__TableTest__Group_3__1__Impl ) - // InternalDSL.g:9875:2: rule__TableTest__Group_3__1__Impl + // InternalDSL.g:9668:1: ( rule__TableTest__Group_3__1__Impl ) + // InternalDSL.g:9669:2: rule__TableTest__Group_3__1__Impl { pushFollow(FOLLOW_2); rule__TableTest__Group_3__1__Impl(); @@ -27285,21 +26733,21 @@ public final void rule__TableTest__Group_3__1() throws RecognitionException { // $ANTLR start "rule__TableTest__Group_3__1__Impl" - // InternalDSL.g:9881:1: rule__TableTest__Group_3__1__Impl : ( ( rule__TableTest__ParametersAssignment_3_1 ) ) ; + // InternalDSL.g:9675:1: rule__TableTest__Group_3__1__Impl : ( ( rule__TableTest__ParametersAssignment_3_1 ) ) ; public final void rule__TableTest__Group_3__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9885:1: ( ( ( rule__TableTest__ParametersAssignment_3_1 ) ) ) - // InternalDSL.g:9886:1: ( ( rule__TableTest__ParametersAssignment_3_1 ) ) + // InternalDSL.g:9679:1: ( ( ( rule__TableTest__ParametersAssignment_3_1 ) ) ) + // InternalDSL.g:9680:1: ( ( rule__TableTest__ParametersAssignment_3_1 ) ) { - // InternalDSL.g:9886:1: ( ( rule__TableTest__ParametersAssignment_3_1 ) ) - // InternalDSL.g:9887:1: ( rule__TableTest__ParametersAssignment_3_1 ) + // InternalDSL.g:9680:1: ( ( rule__TableTest__ParametersAssignment_3_1 ) ) + // InternalDSL.g:9681:1: ( rule__TableTest__ParametersAssignment_3_1 ) { before(grammarAccess.getTableTestAccess().getParametersAssignment_3_1()); - // InternalDSL.g:9888:1: ( rule__TableTest__ParametersAssignment_3_1 ) - // InternalDSL.g:9888:2: rule__TableTest__ParametersAssignment_3_1 + // InternalDSL.g:9682:1: ( rule__TableTest__ParametersAssignment_3_1 ) + // InternalDSL.g:9682:2: rule__TableTest__ParametersAssignment_3_1 { pushFollow(FOLLOW_2); rule__TableTest__ParametersAssignment_3_1(); @@ -27332,14 +26780,14 @@ public final void rule__TableTest__Group_3__1__Impl() throws RecognitionExceptio // $ANTLR start "rule__TableTest__Group_8__0" - // InternalDSL.g:9902:1: rule__TableTest__Group_8__0 : rule__TableTest__Group_8__0__Impl rule__TableTest__Group_8__1 ; + // InternalDSL.g:9696:1: rule__TableTest__Group_8__0 : rule__TableTest__Group_8__0__Impl rule__TableTest__Group_8__1 ; public final void rule__TableTest__Group_8__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9906:1: ( rule__TableTest__Group_8__0__Impl rule__TableTest__Group_8__1 ) - // InternalDSL.g:9907:2: rule__TableTest__Group_8__0__Impl rule__TableTest__Group_8__1 + // InternalDSL.g:9700:1: ( rule__TableTest__Group_8__0__Impl rule__TableTest__Group_8__1 ) + // InternalDSL.g:9701:2: rule__TableTest__Group_8__0__Impl rule__TableTest__Group_8__1 { pushFollow(FOLLOW_38); rule__TableTest__Group_8__0__Impl(); @@ -27370,21 +26818,21 @@ public final void rule__TableTest__Group_8__0() throws RecognitionException { // $ANTLR start "rule__TableTest__Group_8__0__Impl" - // InternalDSL.g:9914:1: rule__TableTest__Group_8__0__Impl : ( ( rule__TableTest__DefaultResultColumnAssignment_8_0 ) ) ; + // InternalDSL.g:9708:1: rule__TableTest__Group_8__0__Impl : ( ( rule__TableTest__DefaultResultColumnAssignment_8_0 ) ) ; public final void rule__TableTest__Group_8__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9918:1: ( ( ( rule__TableTest__DefaultResultColumnAssignment_8_0 ) ) ) - // InternalDSL.g:9919:1: ( ( rule__TableTest__DefaultResultColumnAssignment_8_0 ) ) + // InternalDSL.g:9712:1: ( ( ( rule__TableTest__DefaultResultColumnAssignment_8_0 ) ) ) + // InternalDSL.g:9713:1: ( ( rule__TableTest__DefaultResultColumnAssignment_8_0 ) ) { - // InternalDSL.g:9919:1: ( ( rule__TableTest__DefaultResultColumnAssignment_8_0 ) ) - // InternalDSL.g:9920:1: ( rule__TableTest__DefaultResultColumnAssignment_8_0 ) + // InternalDSL.g:9713:1: ( ( rule__TableTest__DefaultResultColumnAssignment_8_0 ) ) + // InternalDSL.g:9714:1: ( rule__TableTest__DefaultResultColumnAssignment_8_0 ) { before(grammarAccess.getTableTestAccess().getDefaultResultColumnAssignment_8_0()); - // InternalDSL.g:9921:1: ( rule__TableTest__DefaultResultColumnAssignment_8_0 ) - // InternalDSL.g:9921:2: rule__TableTest__DefaultResultColumnAssignment_8_0 + // InternalDSL.g:9715:1: ( rule__TableTest__DefaultResultColumnAssignment_8_0 ) + // InternalDSL.g:9715:2: rule__TableTest__DefaultResultColumnAssignment_8_0 { pushFollow(FOLLOW_2); rule__TableTest__DefaultResultColumnAssignment_8_0(); @@ -27417,14 +26865,14 @@ public final void rule__TableTest__Group_8__0__Impl() throws RecognitionExceptio // $ANTLR start "rule__TableTest__Group_8__1" - // InternalDSL.g:9931:1: rule__TableTest__Group_8__1 : rule__TableTest__Group_8__1__Impl ; + // InternalDSL.g:9725:1: rule__TableTest__Group_8__1 : rule__TableTest__Group_8__1__Impl ; public final void rule__TableTest__Group_8__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9935:1: ( rule__TableTest__Group_8__1__Impl ) - // InternalDSL.g:9936:2: rule__TableTest__Group_8__1__Impl + // InternalDSL.g:9729:1: ( rule__TableTest__Group_8__1__Impl ) + // InternalDSL.g:9730:2: rule__TableTest__Group_8__1__Impl { pushFollow(FOLLOW_2); rule__TableTest__Group_8__1__Impl(); @@ -27450,20 +26898,20 @@ public final void rule__TableTest__Group_8__1() throws RecognitionException { // $ANTLR start "rule__TableTest__Group_8__1__Impl" - // InternalDSL.g:9942:1: rule__TableTest__Group_8__1__Impl : ( '|' ) ; + // InternalDSL.g:9736:1: rule__TableTest__Group_8__1__Impl : ( '|' ) ; public final void rule__TableTest__Group_8__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9946:1: ( ( '|' ) ) - // InternalDSL.g:9947:1: ( '|' ) + // InternalDSL.g:9740:1: ( ( '|' ) ) + // InternalDSL.g:9741:1: ( '|' ) { - // InternalDSL.g:9947:1: ( '|' ) - // InternalDSL.g:9948:1: '|' + // InternalDSL.g:9741:1: ( '|' ) + // InternalDSL.g:9742:1: '|' { before(grammarAccess.getTableTestAccess().getVerticalLineKeyword_8_1()); - match(input,84,FOLLOW_2); + match(input,64,FOLLOW_2); after(grammarAccess.getTableTestAccess().getVerticalLineKeyword_8_1()); } @@ -27487,14 +26935,14 @@ public final void rule__TableTest__Group_8__1__Impl() throws RecognitionExceptio // $ANTLR start "rule__TableTest__Group_9__0" - // InternalDSL.g:9965:1: rule__TableTest__Group_9__0 : rule__TableTest__Group_9__0__Impl rule__TableTest__Group_9__1 ; + // InternalDSL.g:9759:1: rule__TableTest__Group_9__0 : rule__TableTest__Group_9__0__Impl rule__TableTest__Group_9__1 ; public final void rule__TableTest__Group_9__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9969:1: ( rule__TableTest__Group_9__0__Impl rule__TableTest__Group_9__1 ) - // InternalDSL.g:9970:2: rule__TableTest__Group_9__0__Impl rule__TableTest__Group_9__1 + // InternalDSL.g:9763:1: ( rule__TableTest__Group_9__0__Impl rule__TableTest__Group_9__1 ) + // InternalDSL.g:9764:2: rule__TableTest__Group_9__0__Impl rule__TableTest__Group_9__1 { pushFollow(FOLLOW_38); rule__TableTest__Group_9__0__Impl(); @@ -27525,17 +26973,17 @@ public final void rule__TableTest__Group_9__0() throws RecognitionException { // $ANTLR start "rule__TableTest__Group_9__0__Impl" - // InternalDSL.g:9977:1: rule__TableTest__Group_9__0__Impl : ( ruleNLFORCED ) ; + // InternalDSL.g:9771:1: rule__TableTest__Group_9__0__Impl : ( ruleNLFORCED ) ; public final void rule__TableTest__Group_9__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9981:1: ( ( ruleNLFORCED ) ) - // InternalDSL.g:9982:1: ( ruleNLFORCED ) + // InternalDSL.g:9775:1: ( ( ruleNLFORCED ) ) + // InternalDSL.g:9776:1: ( ruleNLFORCED ) { - // InternalDSL.g:9982:1: ( ruleNLFORCED ) - // InternalDSL.g:9983:1: ruleNLFORCED + // InternalDSL.g:9776:1: ( ruleNLFORCED ) + // InternalDSL.g:9777:1: ruleNLFORCED { before(grammarAccess.getTableTestAccess().getNLFORCEDParserRuleCall_9_0()); pushFollow(FOLLOW_2); @@ -27566,14 +27014,14 @@ public final void rule__TableTest__Group_9__0__Impl() throws RecognitionExceptio // $ANTLR start "rule__TableTest__Group_9__1" - // InternalDSL.g:9994:1: rule__TableTest__Group_9__1 : rule__TableTest__Group_9__1__Impl ; + // InternalDSL.g:9788:1: rule__TableTest__Group_9__1 : rule__TableTest__Group_9__1__Impl ; public final void rule__TableTest__Group_9__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:9998:1: ( rule__TableTest__Group_9__1__Impl ) - // InternalDSL.g:9999:2: rule__TableTest__Group_9__1__Impl + // InternalDSL.g:9792:1: ( rule__TableTest__Group_9__1__Impl ) + // InternalDSL.g:9793:2: rule__TableTest__Group_9__1__Impl { pushFollow(FOLLOW_2); rule__TableTest__Group_9__1__Impl(); @@ -27599,21 +27047,21 @@ public final void rule__TableTest__Group_9__1() throws RecognitionException { // $ANTLR start "rule__TableTest__Group_9__1__Impl" - // InternalDSL.g:10005:1: rule__TableTest__Group_9__1__Impl : ( ( rule__TableTest__RowsAssignment_9_1 ) ) ; + // InternalDSL.g:9799:1: rule__TableTest__Group_9__1__Impl : ( ( rule__TableTest__RowsAssignment_9_1 ) ) ; public final void rule__TableTest__Group_9__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10009:1: ( ( ( rule__TableTest__RowsAssignment_9_1 ) ) ) - // InternalDSL.g:10010:1: ( ( rule__TableTest__RowsAssignment_9_1 ) ) + // InternalDSL.g:9803:1: ( ( ( rule__TableTest__RowsAssignment_9_1 ) ) ) + // InternalDSL.g:9804:1: ( ( rule__TableTest__RowsAssignment_9_1 ) ) { - // InternalDSL.g:10010:1: ( ( rule__TableTest__RowsAssignment_9_1 ) ) - // InternalDSL.g:10011:1: ( rule__TableTest__RowsAssignment_9_1 ) + // InternalDSL.g:9804:1: ( ( rule__TableTest__RowsAssignment_9_1 ) ) + // InternalDSL.g:9805:1: ( rule__TableTest__RowsAssignment_9_1 ) { before(grammarAccess.getTableTestAccess().getRowsAssignment_9_1()); - // InternalDSL.g:10012:1: ( rule__TableTest__RowsAssignment_9_1 ) - // InternalDSL.g:10012:2: rule__TableTest__RowsAssignment_9_1 + // InternalDSL.g:9806:1: ( rule__TableTest__RowsAssignment_9_1 ) + // InternalDSL.g:9806:2: rule__TableTest__RowsAssignment_9_1 { pushFollow(FOLLOW_2); rule__TableTest__RowsAssignment_9_1(); @@ -27646,14 +27094,14 @@ public final void rule__TableTest__Group_9__1__Impl() throws RecognitionExceptio // $ANTLR start "rule__TableTestRow__Group__0" - // InternalDSL.g:10026:1: rule__TableTestRow__Group__0 : rule__TableTestRow__Group__0__Impl rule__TableTestRow__Group__1 ; + // InternalDSL.g:9820:1: rule__TableTestRow__Group__0 : rule__TableTestRow__Group__0__Impl rule__TableTestRow__Group__1 ; public final void rule__TableTestRow__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10030:1: ( rule__TableTestRow__Group__0__Impl rule__TableTestRow__Group__1 ) - // InternalDSL.g:10031:2: rule__TableTestRow__Group__0__Impl rule__TableTestRow__Group__1 + // InternalDSL.g:9824:1: ( rule__TableTestRow__Group__0__Impl rule__TableTestRow__Group__1 ) + // InternalDSL.g:9825:2: rule__TableTestRow__Group__0__Impl rule__TableTestRow__Group__1 { pushFollow(FOLLOW_38); rule__TableTestRow__Group__0__Impl(); @@ -27684,21 +27132,21 @@ public final void rule__TableTestRow__Group__0() throws RecognitionException { // $ANTLR start "rule__TableTestRow__Group__0__Impl" - // InternalDSL.g:10038:1: rule__TableTestRow__Group__0__Impl : ( () ) ; + // InternalDSL.g:9832:1: rule__TableTestRow__Group__0__Impl : ( () ) ; public final void rule__TableTestRow__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10042:1: ( ( () ) ) - // InternalDSL.g:10043:1: ( () ) + // InternalDSL.g:9836:1: ( ( () ) ) + // InternalDSL.g:9837:1: ( () ) { - // InternalDSL.g:10043:1: ( () ) - // InternalDSL.g:10044:1: () + // InternalDSL.g:9837:1: ( () ) + // InternalDSL.g:9838:1: () { before(grammarAccess.getTableTestRowAccess().getTableTestRowAction_0()); - // InternalDSL.g:10045:1: () - // InternalDSL.g:10047:1: + // InternalDSL.g:9839:1: () + // InternalDSL.g:9841:1: { } @@ -27721,14 +27169,14 @@ public final void rule__TableTestRow__Group__0__Impl() throws RecognitionExcepti // $ANTLR start "rule__TableTestRow__Group__1" - // InternalDSL.g:10057:1: rule__TableTestRow__Group__1 : rule__TableTestRow__Group__1__Impl ; + // InternalDSL.g:9851:1: rule__TableTestRow__Group__1 : rule__TableTestRow__Group__1__Impl ; public final void rule__TableTestRow__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10061:1: ( rule__TableTestRow__Group__1__Impl ) - // InternalDSL.g:10062:2: rule__TableTestRow__Group__1__Impl + // InternalDSL.g:9855:1: ( rule__TableTestRow__Group__1__Impl ) + // InternalDSL.g:9856:2: rule__TableTestRow__Group__1__Impl { pushFollow(FOLLOW_2); rule__TableTestRow__Group__1__Impl(); @@ -27754,24 +27202,24 @@ public final void rule__TableTestRow__Group__1() throws RecognitionException { // $ANTLR start "rule__TableTestRow__Group__1__Impl" - // InternalDSL.g:10068:1: rule__TableTestRow__Group__1__Impl : ( ( ( rule__TableTestRow__ValuesAssignment_1 ) ) ( ( rule__TableTestRow__ValuesAssignment_1 )* ) ) ; + // InternalDSL.g:9862:1: rule__TableTestRow__Group__1__Impl : ( ( ( rule__TableTestRow__ValuesAssignment_1 ) ) ( ( rule__TableTestRow__ValuesAssignment_1 )* ) ) ; public final void rule__TableTestRow__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10072:1: ( ( ( ( rule__TableTestRow__ValuesAssignment_1 ) ) ( ( rule__TableTestRow__ValuesAssignment_1 )* ) ) ) - // InternalDSL.g:10073:1: ( ( ( rule__TableTestRow__ValuesAssignment_1 ) ) ( ( rule__TableTestRow__ValuesAssignment_1 )* ) ) + // InternalDSL.g:9866:1: ( ( ( ( rule__TableTestRow__ValuesAssignment_1 ) ) ( ( rule__TableTestRow__ValuesAssignment_1 )* ) ) ) + // InternalDSL.g:9867:1: ( ( ( rule__TableTestRow__ValuesAssignment_1 ) ) ( ( rule__TableTestRow__ValuesAssignment_1 )* ) ) { - // InternalDSL.g:10073:1: ( ( ( rule__TableTestRow__ValuesAssignment_1 ) ) ( ( rule__TableTestRow__ValuesAssignment_1 )* ) ) - // InternalDSL.g:10074:1: ( ( rule__TableTestRow__ValuesAssignment_1 ) ) ( ( rule__TableTestRow__ValuesAssignment_1 )* ) + // InternalDSL.g:9867:1: ( ( ( rule__TableTestRow__ValuesAssignment_1 ) ) ( ( rule__TableTestRow__ValuesAssignment_1 )* ) ) + // InternalDSL.g:9868:1: ( ( rule__TableTestRow__ValuesAssignment_1 ) ) ( ( rule__TableTestRow__ValuesAssignment_1 )* ) { - // InternalDSL.g:10074:1: ( ( rule__TableTestRow__ValuesAssignment_1 ) ) - // InternalDSL.g:10075:1: ( rule__TableTestRow__ValuesAssignment_1 ) + // InternalDSL.g:9868:1: ( ( rule__TableTestRow__ValuesAssignment_1 ) ) + // InternalDSL.g:9869:1: ( rule__TableTestRow__ValuesAssignment_1 ) { before(grammarAccess.getTableTestRowAccess().getValuesAssignment_1()); - // InternalDSL.g:10076:1: ( rule__TableTestRow__ValuesAssignment_1 ) - // InternalDSL.g:10076:2: rule__TableTestRow__ValuesAssignment_1 + // InternalDSL.g:9870:1: ( rule__TableTestRow__ValuesAssignment_1 ) + // InternalDSL.g:9870:2: rule__TableTestRow__ValuesAssignment_1 { pushFollow(FOLLOW_39); rule__TableTestRow__ValuesAssignment_1(); @@ -27785,24 +27233,24 @@ public final void rule__TableTestRow__Group__1__Impl() throws RecognitionExcepti } - // InternalDSL.g:10079:1: ( ( rule__TableTestRow__ValuesAssignment_1 )* ) - // InternalDSL.g:10080:1: ( rule__TableTestRow__ValuesAssignment_1 )* + // InternalDSL.g:9873:1: ( ( rule__TableTestRow__ValuesAssignment_1 )* ) + // InternalDSL.g:9874:1: ( rule__TableTestRow__ValuesAssignment_1 )* { before(grammarAccess.getTableTestRowAccess().getValuesAssignment_1()); - // InternalDSL.g:10081:1: ( rule__TableTestRow__ValuesAssignment_1 )* - loop73: + // InternalDSL.g:9875:1: ( rule__TableTestRow__ValuesAssignment_1 )* + loop72: do { - int alt73=2; - int LA73_0 = input.LA(1); + int alt72=2; + int LA72_0 = input.LA(1); - if ( (LA73_0==84) ) { - alt73=1; + if ( (LA72_0==64) ) { + alt72=1; } - switch (alt73) { + switch (alt72) { case 1 : - // InternalDSL.g:10081:2: rule__TableTestRow__ValuesAssignment_1 + // InternalDSL.g:9875:2: rule__TableTestRow__ValuesAssignment_1 { pushFollow(FOLLOW_39); rule__TableTestRow__ValuesAssignment_1(); @@ -27814,7 +27262,7 @@ public final void rule__TableTestRow__Group__1__Impl() throws RecognitionExcepti break; default : - break loop73; + break loop72; } } while (true); @@ -27844,14 +27292,14 @@ public final void rule__TableTestRow__Group__1__Impl() throws RecognitionExcepti // $ANTLR start "rule__ParameterTableHeader__Group__0" - // InternalDSL.g:10096:1: rule__ParameterTableHeader__Group__0 : rule__ParameterTableHeader__Group__0__Impl rule__ParameterTableHeader__Group__1 ; + // InternalDSL.g:9890:1: rule__ParameterTableHeader__Group__0 : rule__ParameterTableHeader__Group__0__Impl rule__ParameterTableHeader__Group__1 ; public final void rule__ParameterTableHeader__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10100:1: ( rule__ParameterTableHeader__Group__0__Impl rule__ParameterTableHeader__Group__1 ) - // InternalDSL.g:10101:2: rule__ParameterTableHeader__Group__0__Impl rule__ParameterTableHeader__Group__1 + // InternalDSL.g:9894:1: ( rule__ParameterTableHeader__Group__0__Impl rule__ParameterTableHeader__Group__1 ) + // InternalDSL.g:9895:2: rule__ParameterTableHeader__Group__0__Impl rule__ParameterTableHeader__Group__1 { pushFollow(FOLLOW_36); rule__ParameterTableHeader__Group__0__Impl(); @@ -27882,20 +27330,20 @@ public final void rule__ParameterTableHeader__Group__0() throws RecognitionExcep // $ANTLR start "rule__ParameterTableHeader__Group__0__Impl" - // InternalDSL.g:10108:1: rule__ParameterTableHeader__Group__0__Impl : ( '|' ) ; + // InternalDSL.g:9902:1: rule__ParameterTableHeader__Group__0__Impl : ( '|' ) ; public final void rule__ParameterTableHeader__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10112:1: ( ( '|' ) ) - // InternalDSL.g:10113:1: ( '|' ) + // InternalDSL.g:9906:1: ( ( '|' ) ) + // InternalDSL.g:9907:1: ( '|' ) { - // InternalDSL.g:10113:1: ( '|' ) - // InternalDSL.g:10114:1: '|' + // InternalDSL.g:9907:1: ( '|' ) + // InternalDSL.g:9908:1: '|' { before(grammarAccess.getParameterTableHeaderAccess().getVerticalLineKeyword_0()); - match(input,84,FOLLOW_2); + match(input,64,FOLLOW_2); after(grammarAccess.getParameterTableHeaderAccess().getVerticalLineKeyword_0()); } @@ -27919,14 +27367,14 @@ public final void rule__ParameterTableHeader__Group__0__Impl() throws Recognitio // $ANTLR start "rule__ParameterTableHeader__Group__1" - // InternalDSL.g:10127:1: rule__ParameterTableHeader__Group__1 : rule__ParameterTableHeader__Group__1__Impl rule__ParameterTableHeader__Group__2 ; + // InternalDSL.g:9921:1: rule__ParameterTableHeader__Group__1 : rule__ParameterTableHeader__Group__1__Impl rule__ParameterTableHeader__Group__2 ; public final void rule__ParameterTableHeader__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10131:1: ( rule__ParameterTableHeader__Group__1__Impl rule__ParameterTableHeader__Group__2 ) - // InternalDSL.g:10132:2: rule__ParameterTableHeader__Group__1__Impl rule__ParameterTableHeader__Group__2 + // InternalDSL.g:9925:1: ( rule__ParameterTableHeader__Group__1__Impl rule__ParameterTableHeader__Group__2 ) + // InternalDSL.g:9926:2: rule__ParameterTableHeader__Group__1__Impl rule__ParameterTableHeader__Group__2 { pushFollow(FOLLOW_38); rule__ParameterTableHeader__Group__1__Impl(); @@ -27957,21 +27405,21 @@ public final void rule__ParameterTableHeader__Group__1() throws RecognitionExcep // $ANTLR start "rule__ParameterTableHeader__Group__1__Impl" - // InternalDSL.g:10139:1: rule__ParameterTableHeader__Group__1__Impl : ( ( rule__ParameterTableHeader__NameAssignment_1 ) ) ; + // InternalDSL.g:9933:1: rule__ParameterTableHeader__Group__1__Impl : ( ( rule__ParameterTableHeader__NameAssignment_1 ) ) ; public final void rule__ParameterTableHeader__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10143:1: ( ( ( rule__ParameterTableHeader__NameAssignment_1 ) ) ) - // InternalDSL.g:10144:1: ( ( rule__ParameterTableHeader__NameAssignment_1 ) ) + // InternalDSL.g:9937:1: ( ( ( rule__ParameterTableHeader__NameAssignment_1 ) ) ) + // InternalDSL.g:9938:1: ( ( rule__ParameterTableHeader__NameAssignment_1 ) ) { - // InternalDSL.g:10144:1: ( ( rule__ParameterTableHeader__NameAssignment_1 ) ) - // InternalDSL.g:10145:1: ( rule__ParameterTableHeader__NameAssignment_1 ) + // InternalDSL.g:9938:1: ( ( rule__ParameterTableHeader__NameAssignment_1 ) ) + // InternalDSL.g:9939:1: ( rule__ParameterTableHeader__NameAssignment_1 ) { before(grammarAccess.getParameterTableHeaderAccess().getNameAssignment_1()); - // InternalDSL.g:10146:1: ( rule__ParameterTableHeader__NameAssignment_1 ) - // InternalDSL.g:10146:2: rule__ParameterTableHeader__NameAssignment_1 + // InternalDSL.g:9940:1: ( rule__ParameterTableHeader__NameAssignment_1 ) + // InternalDSL.g:9940:2: rule__ParameterTableHeader__NameAssignment_1 { pushFollow(FOLLOW_2); rule__ParameterTableHeader__NameAssignment_1(); @@ -28004,14 +27452,14 @@ public final void rule__ParameterTableHeader__Group__1__Impl() throws Recognitio // $ANTLR start "rule__ParameterTableHeader__Group__2" - // InternalDSL.g:10156:1: rule__ParameterTableHeader__Group__2 : rule__ParameterTableHeader__Group__2__Impl ; + // InternalDSL.g:9950:1: rule__ParameterTableHeader__Group__2 : rule__ParameterTableHeader__Group__2__Impl ; public final void rule__ParameterTableHeader__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10160:1: ( rule__ParameterTableHeader__Group__2__Impl ) - // InternalDSL.g:10161:2: rule__ParameterTableHeader__Group__2__Impl + // InternalDSL.g:9954:1: ( rule__ParameterTableHeader__Group__2__Impl ) + // InternalDSL.g:9955:2: rule__ParameterTableHeader__Group__2__Impl { pushFollow(FOLLOW_2); rule__ParameterTableHeader__Group__2__Impl(); @@ -28037,35 +27485,35 @@ public final void rule__ParameterTableHeader__Group__2() throws RecognitionExcep // $ANTLR start "rule__ParameterTableHeader__Group__2__Impl" - // InternalDSL.g:10167:1: rule__ParameterTableHeader__Group__2__Impl : ( ( '|' )? ) ; + // InternalDSL.g:9961:1: rule__ParameterTableHeader__Group__2__Impl : ( ( '|' )? ) ; public final void rule__ParameterTableHeader__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10171:1: ( ( ( '|' )? ) ) - // InternalDSL.g:10172:1: ( ( '|' )? ) + // InternalDSL.g:9965:1: ( ( ( '|' )? ) ) + // InternalDSL.g:9966:1: ( ( '|' )? ) { - // InternalDSL.g:10172:1: ( ( '|' )? ) - // InternalDSL.g:10173:1: ( '|' )? + // InternalDSL.g:9966:1: ( ( '|' )? ) + // InternalDSL.g:9967:1: ( '|' )? { before(grammarAccess.getParameterTableHeaderAccess().getVerticalLineKeyword_2()); - // InternalDSL.g:10174:1: ( '|' )? - int alt74=2; - int LA74_0 = input.LA(1); + // InternalDSL.g:9968:1: ( '|' )? + int alt73=2; + int LA73_0 = input.LA(1); - if ( (LA74_0==84) ) { - int LA74_1 = input.LA(2); + if ( (LA73_0==64) ) { + int LA73_1 = input.LA(2); - if ( (LA74_1==EOF||LA74_1==84) ) { - alt74=1; + if ( (LA73_1==EOF||LA73_1==64) ) { + alt73=1; } } - switch (alt74) { + switch (alt73) { case 1 : - // InternalDSL.g:10175:2: '|' + // InternalDSL.g:9969:2: '|' { - match(input,84,FOLLOW_2); + match(input,64,FOLLOW_2); } break; @@ -28095,14 +27543,14 @@ public final void rule__ParameterTableHeader__Group__2__Impl() throws Recognitio // $ANTLR start "rule__ResultTableHeader__Group__0" - // InternalDSL.g:10192:1: rule__ResultTableHeader__Group__0 : rule__ResultTableHeader__Group__0__Impl rule__ResultTableHeader__Group__1 ; + // InternalDSL.g:9986:1: rule__ResultTableHeader__Group__0 : rule__ResultTableHeader__Group__0__Impl rule__ResultTableHeader__Group__1 ; public final void rule__ResultTableHeader__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10196:1: ( rule__ResultTableHeader__Group__0__Impl rule__ResultTableHeader__Group__1 ) - // InternalDSL.g:10197:2: rule__ResultTableHeader__Group__0__Impl rule__ResultTableHeader__Group__1 + // InternalDSL.g:9990:1: ( rule__ResultTableHeader__Group__0__Impl rule__ResultTableHeader__Group__1 ) + // InternalDSL.g:9991:2: rule__ResultTableHeader__Group__0__Impl rule__ResultTableHeader__Group__1 { pushFollow(FOLLOW_36); rule__ResultTableHeader__Group__0__Impl(); @@ -28133,20 +27581,20 @@ public final void rule__ResultTableHeader__Group__0() throws RecognitionExceptio // $ANTLR start "rule__ResultTableHeader__Group__0__Impl" - // InternalDSL.g:10204:1: rule__ResultTableHeader__Group__0__Impl : ( '|' ) ; + // InternalDSL.g:9998:1: rule__ResultTableHeader__Group__0__Impl : ( '|' ) ; public final void rule__ResultTableHeader__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10208:1: ( ( '|' ) ) - // InternalDSL.g:10209:1: ( '|' ) + // InternalDSL.g:10002:1: ( ( '|' ) ) + // InternalDSL.g:10003:1: ( '|' ) { - // InternalDSL.g:10209:1: ( '|' ) - // InternalDSL.g:10210:1: '|' + // InternalDSL.g:10003:1: ( '|' ) + // InternalDSL.g:10004:1: '|' { before(grammarAccess.getResultTableHeaderAccess().getVerticalLineKeyword_0()); - match(input,84,FOLLOW_2); + match(input,64,FOLLOW_2); after(grammarAccess.getResultTableHeaderAccess().getVerticalLineKeyword_0()); } @@ -28170,14 +27618,14 @@ public final void rule__ResultTableHeader__Group__0__Impl() throws RecognitionEx // $ANTLR start "rule__ResultTableHeader__Group__1" - // InternalDSL.g:10223:1: rule__ResultTableHeader__Group__1 : rule__ResultTableHeader__Group__1__Impl rule__ResultTableHeader__Group__2 ; + // InternalDSL.g:10017:1: rule__ResultTableHeader__Group__1 : rule__ResultTableHeader__Group__1__Impl rule__ResultTableHeader__Group__2 ; public final void rule__ResultTableHeader__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10227:1: ( rule__ResultTableHeader__Group__1__Impl rule__ResultTableHeader__Group__2 ) - // InternalDSL.g:10228:2: rule__ResultTableHeader__Group__1__Impl rule__ResultTableHeader__Group__2 + // InternalDSL.g:10021:1: ( rule__ResultTableHeader__Group__1__Impl rule__ResultTableHeader__Group__2 ) + // InternalDSL.g:10022:2: rule__ResultTableHeader__Group__1__Impl rule__ResultTableHeader__Group__2 { pushFollow(FOLLOW_37); rule__ResultTableHeader__Group__1__Impl(); @@ -28208,21 +27656,21 @@ public final void rule__ResultTableHeader__Group__1() throws RecognitionExceptio // $ANTLR start "rule__ResultTableHeader__Group__1__Impl" - // InternalDSL.g:10235:1: rule__ResultTableHeader__Group__1__Impl : ( ( rule__ResultTableHeader__NameAssignment_1 ) ) ; + // InternalDSL.g:10029:1: rule__ResultTableHeader__Group__1__Impl : ( ( rule__ResultTableHeader__NameAssignment_1 ) ) ; public final void rule__ResultTableHeader__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10239:1: ( ( ( rule__ResultTableHeader__NameAssignment_1 ) ) ) - // InternalDSL.g:10240:1: ( ( rule__ResultTableHeader__NameAssignment_1 ) ) + // InternalDSL.g:10033:1: ( ( ( rule__ResultTableHeader__NameAssignment_1 ) ) ) + // InternalDSL.g:10034:1: ( ( rule__ResultTableHeader__NameAssignment_1 ) ) { - // InternalDSL.g:10240:1: ( ( rule__ResultTableHeader__NameAssignment_1 ) ) - // InternalDSL.g:10241:1: ( rule__ResultTableHeader__NameAssignment_1 ) + // InternalDSL.g:10034:1: ( ( rule__ResultTableHeader__NameAssignment_1 ) ) + // InternalDSL.g:10035:1: ( rule__ResultTableHeader__NameAssignment_1 ) { before(grammarAccess.getResultTableHeaderAccess().getNameAssignment_1()); - // InternalDSL.g:10242:1: ( rule__ResultTableHeader__NameAssignment_1 ) - // InternalDSL.g:10242:2: rule__ResultTableHeader__NameAssignment_1 + // InternalDSL.g:10036:1: ( rule__ResultTableHeader__NameAssignment_1 ) + // InternalDSL.g:10036:2: rule__ResultTableHeader__NameAssignment_1 { pushFollow(FOLLOW_2); rule__ResultTableHeader__NameAssignment_1(); @@ -28255,14 +27703,14 @@ public final void rule__ResultTableHeader__Group__1__Impl() throws RecognitionEx // $ANTLR start "rule__ResultTableHeader__Group__2" - // InternalDSL.g:10252:1: rule__ResultTableHeader__Group__2 : rule__ResultTableHeader__Group__2__Impl rule__ResultTableHeader__Group__3 ; + // InternalDSL.g:10046:1: rule__ResultTableHeader__Group__2 : rule__ResultTableHeader__Group__2__Impl rule__ResultTableHeader__Group__3 ; public final void rule__ResultTableHeader__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10256:1: ( rule__ResultTableHeader__Group__2__Impl rule__ResultTableHeader__Group__3 ) - // InternalDSL.g:10257:2: rule__ResultTableHeader__Group__2__Impl rule__ResultTableHeader__Group__3 + // InternalDSL.g:10050:1: ( rule__ResultTableHeader__Group__2__Impl rule__ResultTableHeader__Group__3 ) + // InternalDSL.g:10051:2: rule__ResultTableHeader__Group__2__Impl rule__ResultTableHeader__Group__3 { pushFollow(FOLLOW_38); rule__ResultTableHeader__Group__2__Impl(); @@ -28293,20 +27741,20 @@ public final void rule__ResultTableHeader__Group__2() throws RecognitionExceptio // $ANTLR start "rule__ResultTableHeader__Group__2__Impl" - // InternalDSL.g:10264:1: rule__ResultTableHeader__Group__2__Impl : ( '=' ) ; + // InternalDSL.g:10058:1: rule__ResultTableHeader__Group__2__Impl : ( '=' ) ; public final void rule__ResultTableHeader__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10268:1: ( ( '=' ) ) - // InternalDSL.g:10269:1: ( '=' ) + // InternalDSL.g:10062:1: ( ( '=' ) ) + // InternalDSL.g:10063:1: ( '=' ) { - // InternalDSL.g:10269:1: ( '=' ) - // InternalDSL.g:10270:1: '=' + // InternalDSL.g:10063:1: ( '=' ) + // InternalDSL.g:10064:1: '=' { before(grammarAccess.getResultTableHeaderAccess().getEqualsSignKeyword_2()); - match(input,82,FOLLOW_2); + match(input,62,FOLLOW_2); after(grammarAccess.getResultTableHeaderAccess().getEqualsSignKeyword_2()); } @@ -28330,14 +27778,14 @@ public final void rule__ResultTableHeader__Group__2__Impl() throws RecognitionEx // $ANTLR start "rule__ResultTableHeader__Group__3" - // InternalDSL.g:10283:1: rule__ResultTableHeader__Group__3 : rule__ResultTableHeader__Group__3__Impl ; + // InternalDSL.g:10077:1: rule__ResultTableHeader__Group__3 : rule__ResultTableHeader__Group__3__Impl ; public final void rule__ResultTableHeader__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10287:1: ( rule__ResultTableHeader__Group__3__Impl ) - // InternalDSL.g:10288:2: rule__ResultTableHeader__Group__3__Impl + // InternalDSL.g:10081:1: ( rule__ResultTableHeader__Group__3__Impl ) + // InternalDSL.g:10082:2: rule__ResultTableHeader__Group__3__Impl { pushFollow(FOLLOW_2); rule__ResultTableHeader__Group__3__Impl(); @@ -28363,35 +27811,35 @@ public final void rule__ResultTableHeader__Group__3() throws RecognitionExceptio // $ANTLR start "rule__ResultTableHeader__Group__3__Impl" - // InternalDSL.g:10294:1: rule__ResultTableHeader__Group__3__Impl : ( ( '|' )? ) ; + // InternalDSL.g:10088:1: rule__ResultTableHeader__Group__3__Impl : ( ( '|' )? ) ; public final void rule__ResultTableHeader__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10298:1: ( ( ( '|' )? ) ) - // InternalDSL.g:10299:1: ( ( '|' )? ) + // InternalDSL.g:10092:1: ( ( ( '|' )? ) ) + // InternalDSL.g:10093:1: ( ( '|' )? ) { - // InternalDSL.g:10299:1: ( ( '|' )? ) - // InternalDSL.g:10300:1: ( '|' )? + // InternalDSL.g:10093:1: ( ( '|' )? ) + // InternalDSL.g:10094:1: ( '|' )? { before(grammarAccess.getResultTableHeaderAccess().getVerticalLineKeyword_3()); - // InternalDSL.g:10301:1: ( '|' )? - int alt75=2; - int LA75_0 = input.LA(1); + // InternalDSL.g:10095:1: ( '|' )? + int alt74=2; + int LA74_0 = input.LA(1); - if ( (LA75_0==84) ) { - int LA75_1 = input.LA(2); + if ( (LA74_0==64) ) { + int LA74_1 = input.LA(2); - if ( (LA75_1==EOF||LA75_1==84) ) { - alt75=1; + if ( (LA74_1==EOF||LA74_1==64) ) { + alt74=1; } } - switch (alt75) { + switch (alt74) { case 1 : - // InternalDSL.g:10302:2: '|' + // InternalDSL.g:10096:2: '|' { - match(input,84,FOLLOW_2); + match(input,64,FOLLOW_2); } break; @@ -28421,14 +27869,14 @@ public final void rule__ResultTableHeader__Group__3__Impl() throws RecognitionEx // $ANTLR start "rule__ParameterTableValue__Group__0" - // InternalDSL.g:10321:1: rule__ParameterTableValue__Group__0 : rule__ParameterTableValue__Group__0__Impl rule__ParameterTableValue__Group__1 ; + // InternalDSL.g:10115:1: rule__ParameterTableValue__Group__0 : rule__ParameterTableValue__Group__0__Impl rule__ParameterTableValue__Group__1 ; public final void rule__ParameterTableValue__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10325:1: ( rule__ParameterTableValue__Group__0__Impl rule__ParameterTableValue__Group__1 ) - // InternalDSL.g:10326:2: rule__ParameterTableValue__Group__0__Impl rule__ParameterTableValue__Group__1 + // InternalDSL.g:10119:1: ( rule__ParameterTableValue__Group__0__Impl rule__ParameterTableValue__Group__1 ) + // InternalDSL.g:10120:2: rule__ParameterTableValue__Group__0__Impl rule__ParameterTableValue__Group__1 { pushFollow(FOLLOW_17); rule__ParameterTableValue__Group__0__Impl(); @@ -28459,20 +27907,20 @@ public final void rule__ParameterTableValue__Group__0() throws RecognitionExcept // $ANTLR start "rule__ParameterTableValue__Group__0__Impl" - // InternalDSL.g:10333:1: rule__ParameterTableValue__Group__0__Impl : ( '|' ) ; + // InternalDSL.g:10127:1: rule__ParameterTableValue__Group__0__Impl : ( '|' ) ; public final void rule__ParameterTableValue__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10337:1: ( ( '|' ) ) - // InternalDSL.g:10338:1: ( '|' ) + // InternalDSL.g:10131:1: ( ( '|' ) ) + // InternalDSL.g:10132:1: ( '|' ) { - // InternalDSL.g:10338:1: ( '|' ) - // InternalDSL.g:10339:1: '|' + // InternalDSL.g:10132:1: ( '|' ) + // InternalDSL.g:10133:1: '|' { before(grammarAccess.getParameterTableValueAccess().getVerticalLineKeyword_0()); - match(input,84,FOLLOW_2); + match(input,64,FOLLOW_2); after(grammarAccess.getParameterTableValueAccess().getVerticalLineKeyword_0()); } @@ -28496,14 +27944,14 @@ public final void rule__ParameterTableValue__Group__0__Impl() throws Recognition // $ANTLR start "rule__ParameterTableValue__Group__1" - // InternalDSL.g:10352:1: rule__ParameterTableValue__Group__1 : rule__ParameterTableValue__Group__1__Impl rule__ParameterTableValue__Group__2 ; + // InternalDSL.g:10146:1: rule__ParameterTableValue__Group__1 : rule__ParameterTableValue__Group__1__Impl rule__ParameterTableValue__Group__2 ; public final void rule__ParameterTableValue__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10356:1: ( rule__ParameterTableValue__Group__1__Impl rule__ParameterTableValue__Group__2 ) - // InternalDSL.g:10357:2: rule__ParameterTableValue__Group__1__Impl rule__ParameterTableValue__Group__2 + // InternalDSL.g:10150:1: ( rule__ParameterTableValue__Group__1__Impl rule__ParameterTableValue__Group__2 ) + // InternalDSL.g:10151:2: rule__ParameterTableValue__Group__1__Impl rule__ParameterTableValue__Group__2 { pushFollow(FOLLOW_38); rule__ParameterTableValue__Group__1__Impl(); @@ -28534,21 +27982,21 @@ public final void rule__ParameterTableValue__Group__1() throws RecognitionExcept // $ANTLR start "rule__ParameterTableValue__Group__1__Impl" - // InternalDSL.g:10364:1: rule__ParameterTableValue__Group__1__Impl : ( ( rule__ParameterTableValue__ValueAssignment_1 ) ) ; + // InternalDSL.g:10158:1: rule__ParameterTableValue__Group__1__Impl : ( ( rule__ParameterTableValue__ValueAssignment_1 ) ) ; public final void rule__ParameterTableValue__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10368:1: ( ( ( rule__ParameterTableValue__ValueAssignment_1 ) ) ) - // InternalDSL.g:10369:1: ( ( rule__ParameterTableValue__ValueAssignment_1 ) ) + // InternalDSL.g:10162:1: ( ( ( rule__ParameterTableValue__ValueAssignment_1 ) ) ) + // InternalDSL.g:10163:1: ( ( rule__ParameterTableValue__ValueAssignment_1 ) ) { - // InternalDSL.g:10369:1: ( ( rule__ParameterTableValue__ValueAssignment_1 ) ) - // InternalDSL.g:10370:1: ( rule__ParameterTableValue__ValueAssignment_1 ) + // InternalDSL.g:10163:1: ( ( rule__ParameterTableValue__ValueAssignment_1 ) ) + // InternalDSL.g:10164:1: ( rule__ParameterTableValue__ValueAssignment_1 ) { before(grammarAccess.getParameterTableValueAccess().getValueAssignment_1()); - // InternalDSL.g:10371:1: ( rule__ParameterTableValue__ValueAssignment_1 ) - // InternalDSL.g:10371:2: rule__ParameterTableValue__ValueAssignment_1 + // InternalDSL.g:10165:1: ( rule__ParameterTableValue__ValueAssignment_1 ) + // InternalDSL.g:10165:2: rule__ParameterTableValue__ValueAssignment_1 { pushFollow(FOLLOW_2); rule__ParameterTableValue__ValueAssignment_1(); @@ -28581,14 +28029,14 @@ public final void rule__ParameterTableValue__Group__1__Impl() throws Recognition // $ANTLR start "rule__ParameterTableValue__Group__2" - // InternalDSL.g:10381:1: rule__ParameterTableValue__Group__2 : rule__ParameterTableValue__Group__2__Impl ; + // InternalDSL.g:10175:1: rule__ParameterTableValue__Group__2 : rule__ParameterTableValue__Group__2__Impl ; public final void rule__ParameterTableValue__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10385:1: ( rule__ParameterTableValue__Group__2__Impl ) - // InternalDSL.g:10386:2: rule__ParameterTableValue__Group__2__Impl + // InternalDSL.g:10179:1: ( rule__ParameterTableValue__Group__2__Impl ) + // InternalDSL.g:10180:2: rule__ParameterTableValue__Group__2__Impl { pushFollow(FOLLOW_2); rule__ParameterTableValue__Group__2__Impl(); @@ -28614,35 +28062,35 @@ public final void rule__ParameterTableValue__Group__2() throws RecognitionExcept // $ANTLR start "rule__ParameterTableValue__Group__2__Impl" - // InternalDSL.g:10392:1: rule__ParameterTableValue__Group__2__Impl : ( ( '|' )? ) ; + // InternalDSL.g:10186:1: rule__ParameterTableValue__Group__2__Impl : ( ( '|' )? ) ; public final void rule__ParameterTableValue__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10396:1: ( ( ( '|' )? ) ) - // InternalDSL.g:10397:1: ( ( '|' )? ) + // InternalDSL.g:10190:1: ( ( ( '|' )? ) ) + // InternalDSL.g:10191:1: ( ( '|' )? ) { - // InternalDSL.g:10397:1: ( ( '|' )? ) - // InternalDSL.g:10398:1: ( '|' )? + // InternalDSL.g:10191:1: ( ( '|' )? ) + // InternalDSL.g:10192:1: ( '|' )? { before(grammarAccess.getParameterTableValueAccess().getVerticalLineKeyword_2()); - // InternalDSL.g:10399:1: ( '|' )? - int alt76=2; - int LA76_0 = input.LA(1); + // InternalDSL.g:10193:1: ( '|' )? + int alt75=2; + int LA75_0 = input.LA(1); - if ( (LA76_0==84) ) { - int LA76_1 = input.LA(2); + if ( (LA75_0==64) ) { + int LA75_1 = input.LA(2); - if ( (LA76_1==EOF||LA76_1==RULE_NEWLINE||LA76_1==84) ) { - alt76=1; + if ( (LA75_1==EOF||LA75_1==RULE_NEWLINE||LA75_1==64) ) { + alt75=1; } } - switch (alt76) { + switch (alt75) { case 1 : - // InternalDSL.g:10400:2: '|' + // InternalDSL.g:10194:2: '|' { - match(input,84,FOLLOW_2); + match(input,64,FOLLOW_2); } break; @@ -28672,14 +28120,14 @@ public final void rule__ParameterTableValue__Group__2__Impl() throws Recognition // $ANTLR start "rule__NamedResult__Group__0" - // InternalDSL.g:10417:1: rule__NamedResult__Group__0 : rule__NamedResult__Group__0__Impl rule__NamedResult__Group__1 ; + // InternalDSL.g:10211:1: rule__NamedResult__Group__0 : rule__NamedResult__Group__0__Impl rule__NamedResult__Group__1 ; public final void rule__NamedResult__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10421:1: ( rule__NamedResult__Group__0__Impl rule__NamedResult__Group__1 ) - // InternalDSL.g:10422:2: rule__NamedResult__Group__0__Impl rule__NamedResult__Group__1 + // InternalDSL.g:10215:1: ( rule__NamedResult__Group__0__Impl rule__NamedResult__Group__1 ) + // InternalDSL.g:10216:2: rule__NamedResult__Group__0__Impl rule__NamedResult__Group__1 { pushFollow(FOLLOW_4); rule__NamedResult__Group__0__Impl(); @@ -28710,21 +28158,21 @@ public final void rule__NamedResult__Group__0() throws RecognitionException { // $ANTLR start "rule__NamedResult__Group__0__Impl" - // InternalDSL.g:10429:1: rule__NamedResult__Group__0__Impl : ( ( rule__NamedResult__NameAssignment_0 ) ) ; + // InternalDSL.g:10223:1: rule__NamedResult__Group__0__Impl : ( ( rule__NamedResult__NameAssignment_0 ) ) ; public final void rule__NamedResult__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10433:1: ( ( ( rule__NamedResult__NameAssignment_0 ) ) ) - // InternalDSL.g:10434:1: ( ( rule__NamedResult__NameAssignment_0 ) ) + // InternalDSL.g:10227:1: ( ( ( rule__NamedResult__NameAssignment_0 ) ) ) + // InternalDSL.g:10228:1: ( ( rule__NamedResult__NameAssignment_0 ) ) { - // InternalDSL.g:10434:1: ( ( rule__NamedResult__NameAssignment_0 ) ) - // InternalDSL.g:10435:1: ( rule__NamedResult__NameAssignment_0 ) + // InternalDSL.g:10228:1: ( ( rule__NamedResult__NameAssignment_0 ) ) + // InternalDSL.g:10229:1: ( rule__NamedResult__NameAssignment_0 ) { before(grammarAccess.getNamedResultAccess().getNameAssignment_0()); - // InternalDSL.g:10436:1: ( rule__NamedResult__NameAssignment_0 ) - // InternalDSL.g:10436:2: rule__NamedResult__NameAssignment_0 + // InternalDSL.g:10230:1: ( rule__NamedResult__NameAssignment_0 ) + // InternalDSL.g:10230:2: rule__NamedResult__NameAssignment_0 { pushFollow(FOLLOW_2); rule__NamedResult__NameAssignment_0(); @@ -28757,14 +28205,14 @@ public final void rule__NamedResult__Group__0__Impl() throws RecognitionExceptio // $ANTLR start "rule__NamedResult__Group__1" - // InternalDSL.g:10446:1: rule__NamedResult__Group__1 : rule__NamedResult__Group__1__Impl rule__NamedResult__Group__2 ; + // InternalDSL.g:10240:1: rule__NamedResult__Group__1 : rule__NamedResult__Group__1__Impl rule__NamedResult__Group__2 ; public final void rule__NamedResult__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10450:1: ( rule__NamedResult__Group__1__Impl rule__NamedResult__Group__2 ) - // InternalDSL.g:10451:2: rule__NamedResult__Group__1__Impl rule__NamedResult__Group__2 + // InternalDSL.g:10244:1: ( rule__NamedResult__Group__1__Impl rule__NamedResult__Group__2 ) + // InternalDSL.g:10245:2: rule__NamedResult__Group__1__Impl rule__NamedResult__Group__2 { pushFollow(FOLLOW_37); rule__NamedResult__Group__1__Impl(); @@ -28795,17 +28243,17 @@ public final void rule__NamedResult__Group__1() throws RecognitionException { // $ANTLR start "rule__NamedResult__Group__1__Impl" - // InternalDSL.g:10458:1: rule__NamedResult__Group__1__Impl : ( ruleNL ) ; + // InternalDSL.g:10252:1: rule__NamedResult__Group__1__Impl : ( ruleNL ) ; public final void rule__NamedResult__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10462:1: ( ( ruleNL ) ) - // InternalDSL.g:10463:1: ( ruleNL ) + // InternalDSL.g:10256:1: ( ( ruleNL ) ) + // InternalDSL.g:10257:1: ( ruleNL ) { - // InternalDSL.g:10463:1: ( ruleNL ) - // InternalDSL.g:10464:1: ruleNL + // InternalDSL.g:10257:1: ( ruleNL ) + // InternalDSL.g:10258:1: ruleNL { before(grammarAccess.getNamedResultAccess().getNLParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -28836,14 +28284,14 @@ public final void rule__NamedResult__Group__1__Impl() throws RecognitionExceptio // $ANTLR start "rule__NamedResult__Group__2" - // InternalDSL.g:10475:1: rule__NamedResult__Group__2 : rule__NamedResult__Group__2__Impl rule__NamedResult__Group__3 ; + // InternalDSL.g:10269:1: rule__NamedResult__Group__2 : rule__NamedResult__Group__2__Impl rule__NamedResult__Group__3 ; public final void rule__NamedResult__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10479:1: ( rule__NamedResult__Group__2__Impl rule__NamedResult__Group__3 ) - // InternalDSL.g:10480:2: rule__NamedResult__Group__2__Impl rule__NamedResult__Group__3 + // InternalDSL.g:10273:1: ( rule__NamedResult__Group__2__Impl rule__NamedResult__Group__3 ) + // InternalDSL.g:10274:2: rule__NamedResult__Group__2__Impl rule__NamedResult__Group__3 { pushFollow(FOLLOW_4); rule__NamedResult__Group__2__Impl(); @@ -28874,20 +28322,20 @@ public final void rule__NamedResult__Group__2() throws RecognitionException { // $ANTLR start "rule__NamedResult__Group__2__Impl" - // InternalDSL.g:10487:1: rule__NamedResult__Group__2__Impl : ( '=' ) ; + // InternalDSL.g:10281:1: rule__NamedResult__Group__2__Impl : ( '=' ) ; public final void rule__NamedResult__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10491:1: ( ( '=' ) ) - // InternalDSL.g:10492:1: ( '=' ) + // InternalDSL.g:10285:1: ( ( '=' ) ) + // InternalDSL.g:10286:1: ( '=' ) { - // InternalDSL.g:10492:1: ( '=' ) - // InternalDSL.g:10493:1: '=' + // InternalDSL.g:10286:1: ( '=' ) + // InternalDSL.g:10287:1: '=' { before(grammarAccess.getNamedResultAccess().getEqualsSignKeyword_2()); - match(input,82,FOLLOW_2); + match(input,62,FOLLOW_2); after(grammarAccess.getNamedResultAccess().getEqualsSignKeyword_2()); } @@ -28911,14 +28359,14 @@ public final void rule__NamedResult__Group__2__Impl() throws RecognitionExceptio // $ANTLR start "rule__NamedResult__Group__3" - // InternalDSL.g:10506:1: rule__NamedResult__Group__3 : rule__NamedResult__Group__3__Impl rule__NamedResult__Group__4 ; + // InternalDSL.g:10300:1: rule__NamedResult__Group__3 : rule__NamedResult__Group__3__Impl rule__NamedResult__Group__4 ; public final void rule__NamedResult__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10510:1: ( rule__NamedResult__Group__3__Impl rule__NamedResult__Group__4 ) - // InternalDSL.g:10511:2: rule__NamedResult__Group__3__Impl rule__NamedResult__Group__4 + // InternalDSL.g:10304:1: ( rule__NamedResult__Group__3__Impl rule__NamedResult__Group__4 ) + // InternalDSL.g:10305:2: rule__NamedResult__Group__3__Impl rule__NamedResult__Group__4 { pushFollow(FOLLOW_17); rule__NamedResult__Group__3__Impl(); @@ -28949,17 +28397,17 @@ public final void rule__NamedResult__Group__3() throws RecognitionException { // $ANTLR start "rule__NamedResult__Group__3__Impl" - // InternalDSL.g:10518:1: rule__NamedResult__Group__3__Impl : ( ruleNL ) ; + // InternalDSL.g:10312:1: rule__NamedResult__Group__3__Impl : ( ruleNL ) ; public final void rule__NamedResult__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10522:1: ( ( ruleNL ) ) - // InternalDSL.g:10523:1: ( ruleNL ) + // InternalDSL.g:10316:1: ( ( ruleNL ) ) + // InternalDSL.g:10317:1: ( ruleNL ) { - // InternalDSL.g:10523:1: ( ruleNL ) - // InternalDSL.g:10524:1: ruleNL + // InternalDSL.g:10317:1: ( ruleNL ) + // InternalDSL.g:10318:1: ruleNL { before(grammarAccess.getNamedResultAccess().getNLParserRuleCall_3()); pushFollow(FOLLOW_2); @@ -28990,14 +28438,14 @@ public final void rule__NamedResult__Group__3__Impl() throws RecognitionExceptio // $ANTLR start "rule__NamedResult__Group__4" - // InternalDSL.g:10535:1: rule__NamedResult__Group__4 : rule__NamedResult__Group__4__Impl ; + // InternalDSL.g:10329:1: rule__NamedResult__Group__4 : rule__NamedResult__Group__4__Impl ; public final void rule__NamedResult__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10539:1: ( rule__NamedResult__Group__4__Impl ) - // InternalDSL.g:10540:2: rule__NamedResult__Group__4__Impl + // InternalDSL.g:10333:1: ( rule__NamedResult__Group__4__Impl ) + // InternalDSL.g:10334:2: rule__NamedResult__Group__4__Impl { pushFollow(FOLLOW_2); rule__NamedResult__Group__4__Impl(); @@ -29023,21 +28471,21 @@ public final void rule__NamedResult__Group__4() throws RecognitionException { // $ANTLR start "rule__NamedResult__Group__4__Impl" - // InternalDSL.g:10546:1: rule__NamedResult__Group__4__Impl : ( ( rule__NamedResult__ValueAssignment_4 ) ) ; + // InternalDSL.g:10340:1: rule__NamedResult__Group__4__Impl : ( ( rule__NamedResult__ValueAssignment_4 ) ) ; public final void rule__NamedResult__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10550:1: ( ( ( rule__NamedResult__ValueAssignment_4 ) ) ) - // InternalDSL.g:10551:1: ( ( rule__NamedResult__ValueAssignment_4 ) ) + // InternalDSL.g:10344:1: ( ( ( rule__NamedResult__ValueAssignment_4 ) ) ) + // InternalDSL.g:10345:1: ( ( rule__NamedResult__ValueAssignment_4 ) ) { - // InternalDSL.g:10551:1: ( ( rule__NamedResult__ValueAssignment_4 ) ) - // InternalDSL.g:10552:1: ( rule__NamedResult__ValueAssignment_4 ) + // InternalDSL.g:10345:1: ( ( rule__NamedResult__ValueAssignment_4 ) ) + // InternalDSL.g:10346:1: ( rule__NamedResult__ValueAssignment_4 ) { before(grammarAccess.getNamedResultAccess().getValueAssignment_4()); - // InternalDSL.g:10553:1: ( rule__NamedResult__ValueAssignment_4 ) - // InternalDSL.g:10553:2: rule__NamedResult__ValueAssignment_4 + // InternalDSL.g:10347:1: ( rule__NamedResult__ValueAssignment_4 ) + // InternalDSL.g:10347:2: rule__NamedResult__ValueAssignment_4 { pushFollow(FOLLOW_2); rule__NamedResult__ValueAssignment_4(); @@ -29070,14 +28518,14 @@ public final void rule__NamedResult__Group__4__Impl() throws RecognitionExceptio // $ANTLR start "rule__Call__Group__0" - // InternalDSL.g:10573:1: rule__Call__Group__0 : rule__Call__Group__0__Impl rule__Call__Group__1 ; + // InternalDSL.g:10367:1: rule__Call__Group__0 : rule__Call__Group__0__Impl rule__Call__Group__1 ; public final void rule__Call__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10577:1: ( rule__Call__Group__0__Impl rule__Call__Group__1 ) - // InternalDSL.g:10578:2: rule__Call__Group__0__Impl rule__Call__Group__1 + // InternalDSL.g:10371:1: ( rule__Call__Group__0__Impl rule__Call__Group__1 ) + // InternalDSL.g:10372:2: rule__Call__Group__0__Impl rule__Call__Group__1 { pushFollow(FOLLOW_4); rule__Call__Group__0__Impl(); @@ -29108,20 +28556,20 @@ public final void rule__Call__Group__0() throws RecognitionException { // $ANTLR start "rule__Call__Group__0__Impl" - // InternalDSL.g:10585:1: rule__Call__Group__0__Impl : ( 'call' ) ; + // InternalDSL.g:10379:1: rule__Call__Group__0__Impl : ( 'call' ) ; public final void rule__Call__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10589:1: ( ( 'call' ) ) - // InternalDSL.g:10590:1: ( 'call' ) + // InternalDSL.g:10383:1: ( ( 'call' ) ) + // InternalDSL.g:10384:1: ( 'call' ) { - // InternalDSL.g:10590:1: ( 'call' ) - // InternalDSL.g:10591:1: 'call' + // InternalDSL.g:10384:1: ( 'call' ) + // InternalDSL.g:10385:1: 'call' { before(grammarAccess.getCallAccess().getCallKeyword_0()); - match(input,85,FOLLOW_2); + match(input,65,FOLLOW_2); after(grammarAccess.getCallAccess().getCallKeyword_0()); } @@ -29145,14 +28593,14 @@ public final void rule__Call__Group__0__Impl() throws RecognitionException { // $ANTLR start "rule__Call__Group__1" - // InternalDSL.g:10604:1: rule__Call__Group__1 : rule__Call__Group__1__Impl rule__Call__Group__2 ; + // InternalDSL.g:10398:1: rule__Call__Group__1 : rule__Call__Group__1__Impl rule__Call__Group__2 ; public final void rule__Call__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10608:1: ( rule__Call__Group__1__Impl rule__Call__Group__2 ) - // InternalDSL.g:10609:2: rule__Call__Group__1__Impl rule__Call__Group__2 + // InternalDSL.g:10402:1: ( rule__Call__Group__1__Impl rule__Call__Group__2 ) + // InternalDSL.g:10403:2: rule__Call__Group__1__Impl rule__Call__Group__2 { pushFollow(FOLLOW_42); rule__Call__Group__1__Impl(); @@ -29183,17 +28631,17 @@ public final void rule__Call__Group__1() throws RecognitionException { // $ANTLR start "rule__Call__Group__1__Impl" - // InternalDSL.g:10616:1: rule__Call__Group__1__Impl : ( ruleNL ) ; + // InternalDSL.g:10410:1: rule__Call__Group__1__Impl : ( ruleNL ) ; public final void rule__Call__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10620:1: ( ( ruleNL ) ) - // InternalDSL.g:10621:1: ( ruleNL ) + // InternalDSL.g:10414:1: ( ( ruleNL ) ) + // InternalDSL.g:10415:1: ( ruleNL ) { - // InternalDSL.g:10621:1: ( ruleNL ) - // InternalDSL.g:10622:1: ruleNL + // InternalDSL.g:10415:1: ( ruleNL ) + // InternalDSL.g:10416:1: ruleNL { before(grammarAccess.getCallAccess().getNLParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -29224,14 +28672,14 @@ public final void rule__Call__Group__1__Impl() throws RecognitionException { // $ANTLR start "rule__Call__Group__2" - // InternalDSL.g:10633:1: rule__Call__Group__2 : rule__Call__Group__2__Impl rule__Call__Group__3 ; + // InternalDSL.g:10427:1: rule__Call__Group__2 : rule__Call__Group__2__Impl rule__Call__Group__3 ; public final void rule__Call__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10637:1: ( rule__Call__Group__2__Impl rule__Call__Group__3 ) - // InternalDSL.g:10638:2: rule__Call__Group__2__Impl rule__Call__Group__3 + // InternalDSL.g:10431:1: ( rule__Call__Group__2__Impl rule__Call__Group__3 ) + // InternalDSL.g:10432:2: rule__Call__Group__2__Impl rule__Call__Group__3 { pushFollow(FOLLOW_42); rule__Call__Group__2__Impl(); @@ -29262,25 +28710,25 @@ public final void rule__Call__Group__2() throws RecognitionException { // $ANTLR start "rule__Call__Group__2__Impl" - // InternalDSL.g:10645:1: rule__Call__Group__2__Impl : ( ( rule__Call__Group_2__0 )? ) ; + // InternalDSL.g:10439:1: rule__Call__Group__2__Impl : ( ( rule__Call__Group_2__0 )? ) ; public final void rule__Call__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10649:1: ( ( ( rule__Call__Group_2__0 )? ) ) - // InternalDSL.g:10650:1: ( ( rule__Call__Group_2__0 )? ) + // InternalDSL.g:10443:1: ( ( ( rule__Call__Group_2__0 )? ) ) + // InternalDSL.g:10444:1: ( ( rule__Call__Group_2__0 )? ) { - // InternalDSL.g:10650:1: ( ( rule__Call__Group_2__0 )? ) - // InternalDSL.g:10651:1: ( rule__Call__Group_2__0 )? + // InternalDSL.g:10444:1: ( ( rule__Call__Group_2__0 )? ) + // InternalDSL.g:10445:1: ( rule__Call__Group_2__0 )? { before(grammarAccess.getCallAccess().getGroup_2()); - // InternalDSL.g:10652:1: ( rule__Call__Group_2__0 )? - int alt77=2; - alt77 = dfa77.predict(input); - switch (alt77) { + // InternalDSL.g:10446:1: ( rule__Call__Group_2__0 )? + int alt76=2; + alt76 = dfa76.predict(input); + switch (alt76) { case 1 : - // InternalDSL.g:10652:2: rule__Call__Group_2__0 + // InternalDSL.g:10446:2: rule__Call__Group_2__0 { pushFollow(FOLLOW_2); rule__Call__Group_2__0(); @@ -29316,14 +28764,14 @@ public final void rule__Call__Group__2__Impl() throws RecognitionException { // $ANTLR start "rule__Call__Group__3" - // InternalDSL.g:10662:1: rule__Call__Group__3 : rule__Call__Group__3__Impl rule__Call__Group__4 ; + // InternalDSL.g:10456:1: rule__Call__Group__3 : rule__Call__Group__3__Impl rule__Call__Group__4 ; public final void rule__Call__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10666:1: ( rule__Call__Group__3__Impl rule__Call__Group__4 ) - // InternalDSL.g:10667:2: rule__Call__Group__3__Impl rule__Call__Group__4 + // InternalDSL.g:10460:1: ( rule__Call__Group__3__Impl rule__Call__Group__4 ) + // InternalDSL.g:10461:2: rule__Call__Group__3__Impl rule__Call__Group__4 { pushFollow(FOLLOW_4); rule__Call__Group__3__Impl(); @@ -29354,21 +28802,21 @@ public final void rule__Call__Group__3() throws RecognitionException { // $ANTLR start "rule__Call__Group__3__Impl" - // InternalDSL.g:10674:1: rule__Call__Group__3__Impl : ( ( rule__Call__DefinitionAssignment_3 ) ) ; + // InternalDSL.g:10468:1: rule__Call__Group__3__Impl : ( ( rule__Call__DefinitionAssignment_3 ) ) ; public final void rule__Call__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10678:1: ( ( ( rule__Call__DefinitionAssignment_3 ) ) ) - // InternalDSL.g:10679:1: ( ( rule__Call__DefinitionAssignment_3 ) ) + // InternalDSL.g:10472:1: ( ( ( rule__Call__DefinitionAssignment_3 ) ) ) + // InternalDSL.g:10473:1: ( ( rule__Call__DefinitionAssignment_3 ) ) { - // InternalDSL.g:10679:1: ( ( rule__Call__DefinitionAssignment_3 ) ) - // InternalDSL.g:10680:1: ( rule__Call__DefinitionAssignment_3 ) + // InternalDSL.g:10473:1: ( ( rule__Call__DefinitionAssignment_3 ) ) + // InternalDSL.g:10474:1: ( rule__Call__DefinitionAssignment_3 ) { before(grammarAccess.getCallAccess().getDefinitionAssignment_3()); - // InternalDSL.g:10681:1: ( rule__Call__DefinitionAssignment_3 ) - // InternalDSL.g:10681:2: rule__Call__DefinitionAssignment_3 + // InternalDSL.g:10475:1: ( rule__Call__DefinitionAssignment_3 ) + // InternalDSL.g:10475:2: rule__Call__DefinitionAssignment_3 { pushFollow(FOLLOW_2); rule__Call__DefinitionAssignment_3(); @@ -29401,14 +28849,14 @@ public final void rule__Call__Group__3__Impl() throws RecognitionException { // $ANTLR start "rule__Call__Group__4" - // InternalDSL.g:10691:1: rule__Call__Group__4 : rule__Call__Group__4__Impl rule__Call__Group__5 ; + // InternalDSL.g:10485:1: rule__Call__Group__4 : rule__Call__Group__4__Impl rule__Call__Group__5 ; public final void rule__Call__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10695:1: ( rule__Call__Group__4__Impl rule__Call__Group__5 ) - // InternalDSL.g:10696:2: rule__Call__Group__4__Impl rule__Call__Group__5 + // InternalDSL.g:10489:1: ( rule__Call__Group__4__Impl rule__Call__Group__5 ) + // InternalDSL.g:10490:2: rule__Call__Group__4__Impl rule__Call__Group__5 { pushFollow(FOLLOW_4); rule__Call__Group__4__Impl(); @@ -29439,27 +28887,27 @@ public final void rule__Call__Group__4() throws RecognitionException { // $ANTLR start "rule__Call__Group__4__Impl" - // InternalDSL.g:10703:1: rule__Call__Group__4__Impl : ( ( rule__Call__Group_4__0 )* ) ; + // InternalDSL.g:10497:1: rule__Call__Group__4__Impl : ( ( rule__Call__Group_4__0 )* ) ; public final void rule__Call__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10707:1: ( ( ( rule__Call__Group_4__0 )* ) ) - // InternalDSL.g:10708:1: ( ( rule__Call__Group_4__0 )* ) + // InternalDSL.g:10501:1: ( ( ( rule__Call__Group_4__0 )* ) ) + // InternalDSL.g:10502:1: ( ( rule__Call__Group_4__0 )* ) { - // InternalDSL.g:10708:1: ( ( rule__Call__Group_4__0 )* ) - // InternalDSL.g:10709:1: ( rule__Call__Group_4__0 )* + // InternalDSL.g:10502:1: ( ( rule__Call__Group_4__0 )* ) + // InternalDSL.g:10503:1: ( rule__Call__Group_4__0 )* { before(grammarAccess.getCallAccess().getGroup_4()); - // InternalDSL.g:10710:1: ( rule__Call__Group_4__0 )* - loop78: + // InternalDSL.g:10504:1: ( rule__Call__Group_4__0 )* + loop77: do { - int alt78=2; - alt78 = dfa78.predict(input); - switch (alt78) { + int alt77=2; + alt77 = dfa77.predict(input); + switch (alt77) { case 1 : - // InternalDSL.g:10710:2: rule__Call__Group_4__0 + // InternalDSL.g:10504:2: rule__Call__Group_4__0 { pushFollow(FOLLOW_3); rule__Call__Group_4__0(); @@ -29471,7 +28919,7 @@ public final void rule__Call__Group__4__Impl() throws RecognitionException { break; default : - break loop78; + break loop77; } } while (true); @@ -29498,14 +28946,14 @@ public final void rule__Call__Group__4__Impl() throws RecognitionException { // $ANTLR start "rule__Call__Group__5" - // InternalDSL.g:10720:1: rule__Call__Group__5 : rule__Call__Group__5__Impl rule__Call__Group__6 ; + // InternalDSL.g:10514:1: rule__Call__Group__5 : rule__Call__Group__5__Impl rule__Call__Group__6 ; public final void rule__Call__Group__5() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10724:1: ( rule__Call__Group__5__Impl rule__Call__Group__6 ) - // InternalDSL.g:10725:2: rule__Call__Group__5__Impl rule__Call__Group__6 + // InternalDSL.g:10518:1: ( rule__Call__Group__5__Impl rule__Call__Group__6 ) + // InternalDSL.g:10519:2: rule__Call__Group__5__Impl rule__Call__Group__6 { pushFollow(FOLLOW_4); rule__Call__Group__5__Impl(); @@ -29536,27 +28984,27 @@ public final void rule__Call__Group__5() throws RecognitionException { // $ANTLR start "rule__Call__Group__5__Impl" - // InternalDSL.g:10732:1: rule__Call__Group__5__Impl : ( ( rule__Call__Group_5__0 )* ) ; + // InternalDSL.g:10526:1: rule__Call__Group__5__Impl : ( ( rule__Call__Group_5__0 )* ) ; public final void rule__Call__Group__5__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10736:1: ( ( ( rule__Call__Group_5__0 )* ) ) - // InternalDSL.g:10737:1: ( ( rule__Call__Group_5__0 )* ) + // InternalDSL.g:10530:1: ( ( ( rule__Call__Group_5__0 )* ) ) + // InternalDSL.g:10531:1: ( ( rule__Call__Group_5__0 )* ) { - // InternalDSL.g:10737:1: ( ( rule__Call__Group_5__0 )* ) - // InternalDSL.g:10738:1: ( rule__Call__Group_5__0 )* + // InternalDSL.g:10531:1: ( ( rule__Call__Group_5__0 )* ) + // InternalDSL.g:10532:1: ( rule__Call__Group_5__0 )* { before(grammarAccess.getCallAccess().getGroup_5()); - // InternalDSL.g:10739:1: ( rule__Call__Group_5__0 )* - loop79: + // InternalDSL.g:10533:1: ( rule__Call__Group_5__0 )* + loop78: do { - int alt79=2; - alt79 = dfa79.predict(input); - switch (alt79) { + int alt78=2; + alt78 = dfa78.predict(input); + switch (alt78) { case 1 : - // InternalDSL.g:10739:2: rule__Call__Group_5__0 + // InternalDSL.g:10533:2: rule__Call__Group_5__0 { pushFollow(FOLLOW_3); rule__Call__Group_5__0(); @@ -29568,7 +29016,7 @@ public final void rule__Call__Group__5__Impl() throws RecognitionException { break; default : - break loop79; + break loop78; } } while (true); @@ -29595,14 +29043,14 @@ public final void rule__Call__Group__5__Impl() throws RecognitionException { // $ANTLR start "rule__Call__Group__6" - // InternalDSL.g:10749:1: rule__Call__Group__6 : rule__Call__Group__6__Impl rule__Call__Group__7 ; + // InternalDSL.g:10543:1: rule__Call__Group__6 : rule__Call__Group__6__Impl rule__Call__Group__7 ; public final void rule__Call__Group__6() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10753:1: ( rule__Call__Group__6__Impl rule__Call__Group__7 ) - // InternalDSL.g:10754:2: rule__Call__Group__6__Impl rule__Call__Group__7 + // InternalDSL.g:10547:1: ( rule__Call__Group__6__Impl rule__Call__Group__7 ) + // InternalDSL.g:10548:2: rule__Call__Group__6__Impl rule__Call__Group__7 { pushFollow(FOLLOW_4); rule__Call__Group__6__Impl(); @@ -29633,25 +29081,25 @@ public final void rule__Call__Group__6() throws RecognitionException { // $ANTLR start "rule__Call__Group__6__Impl" - // InternalDSL.g:10761:1: rule__Call__Group__6__Impl : ( ( rule__Call__Group_6__0 )? ) ; + // InternalDSL.g:10555:1: rule__Call__Group__6__Impl : ( ( rule__Call__Group_6__0 )? ) ; public final void rule__Call__Group__6__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10765:1: ( ( ( rule__Call__Group_6__0 )? ) ) - // InternalDSL.g:10766:1: ( ( rule__Call__Group_6__0 )? ) + // InternalDSL.g:10559:1: ( ( ( rule__Call__Group_6__0 )? ) ) + // InternalDSL.g:10560:1: ( ( rule__Call__Group_6__0 )? ) { - // InternalDSL.g:10766:1: ( ( rule__Call__Group_6__0 )? ) - // InternalDSL.g:10767:1: ( rule__Call__Group_6__0 )? + // InternalDSL.g:10560:1: ( ( rule__Call__Group_6__0 )? ) + // InternalDSL.g:10561:1: ( rule__Call__Group_6__0 )? { before(grammarAccess.getCallAccess().getGroup_6()); - // InternalDSL.g:10768:1: ( rule__Call__Group_6__0 )? - int alt80=2; - alt80 = dfa80.predict(input); - switch (alt80) { + // InternalDSL.g:10562:1: ( rule__Call__Group_6__0 )? + int alt79=2; + alt79 = dfa79.predict(input); + switch (alt79) { case 1 : - // InternalDSL.g:10768:2: rule__Call__Group_6__0 + // InternalDSL.g:10562:2: rule__Call__Group_6__0 { pushFollow(FOLLOW_2); rule__Call__Group_6__0(); @@ -29687,14 +29135,14 @@ public final void rule__Call__Group__6__Impl() throws RecognitionException { // $ANTLR start "rule__Call__Group__7" - // InternalDSL.g:10778:1: rule__Call__Group__7 : rule__Call__Group__7__Impl ; + // InternalDSL.g:10572:1: rule__Call__Group__7 : rule__Call__Group__7__Impl ; public final void rule__Call__Group__7() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10782:1: ( rule__Call__Group__7__Impl ) - // InternalDSL.g:10783:2: rule__Call__Group__7__Impl + // InternalDSL.g:10576:1: ( rule__Call__Group__7__Impl ) + // InternalDSL.g:10577:2: rule__Call__Group__7__Impl { pushFollow(FOLLOW_2); rule__Call__Group__7__Impl(); @@ -29720,17 +29168,17 @@ public final void rule__Call__Group__7() throws RecognitionException { // $ANTLR start "rule__Call__Group__7__Impl" - // InternalDSL.g:10789:1: rule__Call__Group__7__Impl : ( ruleNL ) ; + // InternalDSL.g:10583:1: rule__Call__Group__7__Impl : ( ruleNL ) ; public final void rule__Call__Group__7__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10793:1: ( ( ruleNL ) ) - // InternalDSL.g:10794:1: ( ruleNL ) + // InternalDSL.g:10587:1: ( ( ruleNL ) ) + // InternalDSL.g:10588:1: ( ruleNL ) { - // InternalDSL.g:10794:1: ( ruleNL ) - // InternalDSL.g:10795:1: ruleNL + // InternalDSL.g:10588:1: ( ruleNL ) + // InternalDSL.g:10589:1: ruleNL { before(grammarAccess.getCallAccess().getNLParserRuleCall_7()); pushFollow(FOLLOW_2); @@ -29761,14 +29209,14 @@ public final void rule__Call__Group__7__Impl() throws RecognitionException { // $ANTLR start "rule__Call__Group_2__0" - // InternalDSL.g:10822:1: rule__Call__Group_2__0 : rule__Call__Group_2__0__Impl rule__Call__Group_2__1 ; + // InternalDSL.g:10616:1: rule__Call__Group_2__0 : rule__Call__Group_2__0__Impl rule__Call__Group_2__1 ; public final void rule__Call__Group_2__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10826:1: ( rule__Call__Group_2__0__Impl rule__Call__Group_2__1 ) - // InternalDSL.g:10827:2: rule__Call__Group_2__0__Impl rule__Call__Group_2__1 + // InternalDSL.g:10620:1: ( rule__Call__Group_2__0__Impl rule__Call__Group_2__1 ) + // InternalDSL.g:10621:2: rule__Call__Group_2__0__Impl rule__Call__Group_2__1 { pushFollow(FOLLOW_4); rule__Call__Group_2__0__Impl(); @@ -29799,21 +29247,21 @@ public final void rule__Call__Group_2__0() throws RecognitionException { // $ANTLR start "rule__Call__Group_2__0__Impl" - // InternalDSL.g:10834:1: rule__Call__Group_2__0__Impl : ( ( rule__Call__MultiplierAssignment_2_0 ) ) ; + // InternalDSL.g:10628:1: rule__Call__Group_2__0__Impl : ( ( rule__Call__MultiplierAssignment_2_0 ) ) ; public final void rule__Call__Group_2__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10838:1: ( ( ( rule__Call__MultiplierAssignment_2_0 ) ) ) - // InternalDSL.g:10839:1: ( ( rule__Call__MultiplierAssignment_2_0 ) ) + // InternalDSL.g:10632:1: ( ( ( rule__Call__MultiplierAssignment_2_0 ) ) ) + // InternalDSL.g:10633:1: ( ( rule__Call__MultiplierAssignment_2_0 ) ) { - // InternalDSL.g:10839:1: ( ( rule__Call__MultiplierAssignment_2_0 ) ) - // InternalDSL.g:10840:1: ( rule__Call__MultiplierAssignment_2_0 ) + // InternalDSL.g:10633:1: ( ( rule__Call__MultiplierAssignment_2_0 ) ) + // InternalDSL.g:10634:1: ( rule__Call__MultiplierAssignment_2_0 ) { before(grammarAccess.getCallAccess().getMultiplierAssignment_2_0()); - // InternalDSL.g:10841:1: ( rule__Call__MultiplierAssignment_2_0 ) - // InternalDSL.g:10841:2: rule__Call__MultiplierAssignment_2_0 + // InternalDSL.g:10635:1: ( rule__Call__MultiplierAssignment_2_0 ) + // InternalDSL.g:10635:2: rule__Call__MultiplierAssignment_2_0 { pushFollow(FOLLOW_2); rule__Call__MultiplierAssignment_2_0(); @@ -29846,14 +29294,14 @@ public final void rule__Call__Group_2__0__Impl() throws RecognitionException { // $ANTLR start "rule__Call__Group_2__1" - // InternalDSL.g:10851:1: rule__Call__Group_2__1 : rule__Call__Group_2__1__Impl ; + // InternalDSL.g:10645:1: rule__Call__Group_2__1 : rule__Call__Group_2__1__Impl ; public final void rule__Call__Group_2__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10855:1: ( rule__Call__Group_2__1__Impl ) - // InternalDSL.g:10856:2: rule__Call__Group_2__1__Impl + // InternalDSL.g:10649:1: ( rule__Call__Group_2__1__Impl ) + // InternalDSL.g:10650:2: rule__Call__Group_2__1__Impl { pushFollow(FOLLOW_2); rule__Call__Group_2__1__Impl(); @@ -29879,17 +29327,17 @@ public final void rule__Call__Group_2__1() throws RecognitionException { // $ANTLR start "rule__Call__Group_2__1__Impl" - // InternalDSL.g:10862:1: rule__Call__Group_2__1__Impl : ( ruleNL ) ; + // InternalDSL.g:10656:1: rule__Call__Group_2__1__Impl : ( ruleNL ) ; public final void rule__Call__Group_2__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10866:1: ( ( ruleNL ) ) - // InternalDSL.g:10867:1: ( ruleNL ) + // InternalDSL.g:10660:1: ( ( ruleNL ) ) + // InternalDSL.g:10661:1: ( ruleNL ) { - // InternalDSL.g:10867:1: ( ruleNL ) - // InternalDSL.g:10868:1: ruleNL + // InternalDSL.g:10661:1: ( ruleNL ) + // InternalDSL.g:10662:1: ruleNL { before(grammarAccess.getCallAccess().getNLParserRuleCall_2_1()); pushFollow(FOLLOW_2); @@ -29920,14 +29368,14 @@ public final void rule__Call__Group_2__1__Impl() throws RecognitionException { // $ANTLR start "rule__Call__Group_4__0" - // InternalDSL.g:10883:1: rule__Call__Group_4__0 : rule__Call__Group_4__0__Impl rule__Call__Group_4__1 ; + // InternalDSL.g:10677:1: rule__Call__Group_4__0 : rule__Call__Group_4__0__Impl rule__Call__Group_4__1 ; public final void rule__Call__Group_4__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10887:1: ( rule__Call__Group_4__0__Impl rule__Call__Group_4__1 ) - // InternalDSL.g:10888:2: rule__Call__Group_4__0__Impl rule__Call__Group_4__1 + // InternalDSL.g:10681:1: ( rule__Call__Group_4__0__Impl rule__Call__Group_4__1 ) + // InternalDSL.g:10682:2: rule__Call__Group_4__0__Impl rule__Call__Group_4__1 { pushFollow(FOLLOW_36); rule__Call__Group_4__0__Impl(); @@ -29958,17 +29406,17 @@ public final void rule__Call__Group_4__0() throws RecognitionException { // $ANTLR start "rule__Call__Group_4__0__Impl" - // InternalDSL.g:10895:1: rule__Call__Group_4__0__Impl : ( ruleNL ) ; + // InternalDSL.g:10689:1: rule__Call__Group_4__0__Impl : ( ruleNL ) ; public final void rule__Call__Group_4__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10899:1: ( ( ruleNL ) ) - // InternalDSL.g:10900:1: ( ruleNL ) + // InternalDSL.g:10693:1: ( ( ruleNL ) ) + // InternalDSL.g:10694:1: ( ruleNL ) { - // InternalDSL.g:10900:1: ( ruleNL ) - // InternalDSL.g:10901:1: ruleNL + // InternalDSL.g:10694:1: ( ruleNL ) + // InternalDSL.g:10695:1: ruleNL { before(grammarAccess.getCallAccess().getNLParserRuleCall_4_0()); pushFollow(FOLLOW_2); @@ -29999,14 +29447,14 @@ public final void rule__Call__Group_4__0__Impl() throws RecognitionException { // $ANTLR start "rule__Call__Group_4__1" - // InternalDSL.g:10912:1: rule__Call__Group_4__1 : rule__Call__Group_4__1__Impl ; + // InternalDSL.g:10706:1: rule__Call__Group_4__1 : rule__Call__Group_4__1__Impl ; public final void rule__Call__Group_4__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10916:1: ( rule__Call__Group_4__1__Impl ) - // InternalDSL.g:10917:2: rule__Call__Group_4__1__Impl + // InternalDSL.g:10710:1: ( rule__Call__Group_4__1__Impl ) + // InternalDSL.g:10711:2: rule__Call__Group_4__1__Impl { pushFollow(FOLLOW_2); rule__Call__Group_4__1__Impl(); @@ -30032,21 +29480,21 @@ public final void rule__Call__Group_4__1() throws RecognitionException { // $ANTLR start "rule__Call__Group_4__1__Impl" - // InternalDSL.g:10923:1: rule__Call__Group_4__1__Impl : ( ( rule__Call__ParametersAssignment_4_1 ) ) ; + // InternalDSL.g:10717:1: rule__Call__Group_4__1__Impl : ( ( rule__Call__ParametersAssignment_4_1 ) ) ; public final void rule__Call__Group_4__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10927:1: ( ( ( rule__Call__ParametersAssignment_4_1 ) ) ) - // InternalDSL.g:10928:1: ( ( rule__Call__ParametersAssignment_4_1 ) ) + // InternalDSL.g:10721:1: ( ( ( rule__Call__ParametersAssignment_4_1 ) ) ) + // InternalDSL.g:10722:1: ( ( rule__Call__ParametersAssignment_4_1 ) ) { - // InternalDSL.g:10928:1: ( ( rule__Call__ParametersAssignment_4_1 ) ) - // InternalDSL.g:10929:1: ( rule__Call__ParametersAssignment_4_1 ) + // InternalDSL.g:10722:1: ( ( rule__Call__ParametersAssignment_4_1 ) ) + // InternalDSL.g:10723:1: ( rule__Call__ParametersAssignment_4_1 ) { before(grammarAccess.getCallAccess().getParametersAssignment_4_1()); - // InternalDSL.g:10930:1: ( rule__Call__ParametersAssignment_4_1 ) - // InternalDSL.g:10930:2: rule__Call__ParametersAssignment_4_1 + // InternalDSL.g:10724:1: ( rule__Call__ParametersAssignment_4_1 ) + // InternalDSL.g:10724:2: rule__Call__ParametersAssignment_4_1 { pushFollow(FOLLOW_2); rule__Call__ParametersAssignment_4_1(); @@ -30079,14 +29527,14 @@ public final void rule__Call__Group_4__1__Impl() throws RecognitionException { // $ANTLR start "rule__Call__Group_5__0" - // InternalDSL.g:10944:1: rule__Call__Group_5__0 : rule__Call__Group_5__0__Impl rule__Call__Group_5__1 ; + // InternalDSL.g:10738:1: rule__Call__Group_5__0 : rule__Call__Group_5__0__Impl rule__Call__Group_5__1 ; public final void rule__Call__Group_5__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10948:1: ( rule__Call__Group_5__0__Impl rule__Call__Group_5__1 ) - // InternalDSL.g:10949:2: rule__Call__Group_5__0__Impl rule__Call__Group_5__1 + // InternalDSL.g:10742:1: ( rule__Call__Group_5__0__Impl rule__Call__Group_5__1 ) + // InternalDSL.g:10743:2: rule__Call__Group_5__0__Impl rule__Call__Group_5__1 { pushFollow(FOLLOW_36); rule__Call__Group_5__0__Impl(); @@ -30117,17 +29565,17 @@ public final void rule__Call__Group_5__0() throws RecognitionException { // $ANTLR start "rule__Call__Group_5__0__Impl" - // InternalDSL.g:10956:1: rule__Call__Group_5__0__Impl : ( ruleNL ) ; + // InternalDSL.g:10750:1: rule__Call__Group_5__0__Impl : ( ruleNL ) ; public final void rule__Call__Group_5__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10960:1: ( ( ruleNL ) ) - // InternalDSL.g:10961:1: ( ruleNL ) + // InternalDSL.g:10754:1: ( ( ruleNL ) ) + // InternalDSL.g:10755:1: ( ruleNL ) { - // InternalDSL.g:10961:1: ( ruleNL ) - // InternalDSL.g:10962:1: ruleNL + // InternalDSL.g:10755:1: ( ruleNL ) + // InternalDSL.g:10756:1: ruleNL { before(grammarAccess.getCallAccess().getNLParserRuleCall_5_0()); pushFollow(FOLLOW_2); @@ -30158,14 +29606,14 @@ public final void rule__Call__Group_5__0__Impl() throws RecognitionException { // $ANTLR start "rule__Call__Group_5__1" - // InternalDSL.g:10973:1: rule__Call__Group_5__1 : rule__Call__Group_5__1__Impl ; + // InternalDSL.g:10767:1: rule__Call__Group_5__1 : rule__Call__Group_5__1__Impl ; public final void rule__Call__Group_5__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10977:1: ( rule__Call__Group_5__1__Impl ) - // InternalDSL.g:10978:2: rule__Call__Group_5__1__Impl + // InternalDSL.g:10771:1: ( rule__Call__Group_5__1__Impl ) + // InternalDSL.g:10772:2: rule__Call__Group_5__1__Impl { pushFollow(FOLLOW_2); rule__Call__Group_5__1__Impl(); @@ -30191,21 +29639,21 @@ public final void rule__Call__Group_5__1() throws RecognitionException { // $ANTLR start "rule__Call__Group_5__1__Impl" - // InternalDSL.g:10984:1: rule__Call__Group_5__1__Impl : ( ( rule__Call__ResultsAssignment_5_1 ) ) ; + // InternalDSL.g:10778:1: rule__Call__Group_5__1__Impl : ( ( rule__Call__ResultsAssignment_5_1 ) ) ; public final void rule__Call__Group_5__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:10988:1: ( ( ( rule__Call__ResultsAssignment_5_1 ) ) ) - // InternalDSL.g:10989:1: ( ( rule__Call__ResultsAssignment_5_1 ) ) + // InternalDSL.g:10782:1: ( ( ( rule__Call__ResultsAssignment_5_1 ) ) ) + // InternalDSL.g:10783:1: ( ( rule__Call__ResultsAssignment_5_1 ) ) { - // InternalDSL.g:10989:1: ( ( rule__Call__ResultsAssignment_5_1 ) ) - // InternalDSL.g:10990:1: ( rule__Call__ResultsAssignment_5_1 ) + // InternalDSL.g:10783:1: ( ( rule__Call__ResultsAssignment_5_1 ) ) + // InternalDSL.g:10784:1: ( rule__Call__ResultsAssignment_5_1 ) { before(grammarAccess.getCallAccess().getResultsAssignment_5_1()); - // InternalDSL.g:10991:1: ( rule__Call__ResultsAssignment_5_1 ) - // InternalDSL.g:10991:2: rule__Call__ResultsAssignment_5_1 + // InternalDSL.g:10785:1: ( rule__Call__ResultsAssignment_5_1 ) + // InternalDSL.g:10785:2: rule__Call__ResultsAssignment_5_1 { pushFollow(FOLLOW_2); rule__Call__ResultsAssignment_5_1(); @@ -30238,14 +29686,14 @@ public final void rule__Call__Group_5__1__Impl() throws RecognitionException { // $ANTLR start "rule__Call__Group_6__0" - // InternalDSL.g:11005:1: rule__Call__Group_6__0 : rule__Call__Group_6__0__Impl rule__Call__Group_6__1 ; + // InternalDSL.g:10799:1: rule__Call__Group_6__0 : rule__Call__Group_6__0__Impl rule__Call__Group_6__1 ; public final void rule__Call__Group_6__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11009:1: ( rule__Call__Group_6__0__Impl rule__Call__Group_6__1 ) - // InternalDSL.g:11010:2: rule__Call__Group_6__0__Impl rule__Call__Group_6__1 + // InternalDSL.g:10803:1: ( rule__Call__Group_6__0__Impl rule__Call__Group_6__1 ) + // InternalDSL.g:10804:2: rule__Call__Group_6__0__Impl rule__Call__Group_6__1 { pushFollow(FOLLOW_34); rule__Call__Group_6__0__Impl(); @@ -30276,17 +29724,17 @@ public final void rule__Call__Group_6__0() throws RecognitionException { // $ANTLR start "rule__Call__Group_6__0__Impl" - // InternalDSL.g:11017:1: rule__Call__Group_6__0__Impl : ( ruleNL ) ; + // InternalDSL.g:10811:1: rule__Call__Group_6__0__Impl : ( ruleNL ) ; public final void rule__Call__Group_6__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11021:1: ( ( ruleNL ) ) - // InternalDSL.g:11022:1: ( ruleNL ) + // InternalDSL.g:10815:1: ( ( ruleNL ) ) + // InternalDSL.g:10816:1: ( ruleNL ) { - // InternalDSL.g:11022:1: ( ruleNL ) - // InternalDSL.g:11023:1: ruleNL + // InternalDSL.g:10816:1: ( ruleNL ) + // InternalDSL.g:10817:1: ruleNL { before(grammarAccess.getCallAccess().getNLParserRuleCall_6_0()); pushFollow(FOLLOW_2); @@ -30317,14 +29765,14 @@ public final void rule__Call__Group_6__0__Impl() throws RecognitionException { // $ANTLR start "rule__Call__Group_6__1" - // InternalDSL.g:11034:1: rule__Call__Group_6__1 : rule__Call__Group_6__1__Impl rule__Call__Group_6__2 ; + // InternalDSL.g:10828:1: rule__Call__Group_6__1 : rule__Call__Group_6__1__Impl rule__Call__Group_6__2 ; public final void rule__Call__Group_6__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11038:1: ( rule__Call__Group_6__1__Impl rule__Call__Group_6__2 ) - // InternalDSL.g:11039:2: rule__Call__Group_6__1__Impl rule__Call__Group_6__2 + // InternalDSL.g:10832:1: ( rule__Call__Group_6__1__Impl rule__Call__Group_6__2 ) + // InternalDSL.g:10833:2: rule__Call__Group_6__1__Impl rule__Call__Group_6__2 { pushFollow(FOLLOW_4); rule__Call__Group_6__1__Impl(); @@ -30355,20 +29803,20 @@ public final void rule__Call__Group_6__1() throws RecognitionException { // $ANTLR start "rule__Call__Group_6__1__Impl" - // InternalDSL.g:11046:1: rule__Call__Group_6__1__Impl : ( '->' ) ; + // InternalDSL.g:10840:1: rule__Call__Group_6__1__Impl : ( '->' ) ; public final void rule__Call__Group_6__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11050:1: ( ( '->' ) ) - // InternalDSL.g:11051:1: ( '->' ) + // InternalDSL.g:10844:1: ( ( '->' ) ) + // InternalDSL.g:10845:1: ( '->' ) { - // InternalDSL.g:11051:1: ( '->' ) - // InternalDSL.g:11052:1: '->' + // InternalDSL.g:10845:1: ( '->' ) + // InternalDSL.g:10846:1: '->' { before(grammarAccess.getCallAccess().getHyphenMinusGreaterThanSignKeyword_6_1()); - match(input,79,FOLLOW_2); + match(input,59,FOLLOW_2); after(grammarAccess.getCallAccess().getHyphenMinusGreaterThanSignKeyword_6_1()); } @@ -30392,14 +29840,14 @@ public final void rule__Call__Group_6__1__Impl() throws RecognitionException { // $ANTLR start "rule__Call__Group_6__2" - // InternalDSL.g:11065:1: rule__Call__Group_6__2 : rule__Call__Group_6__2__Impl rule__Call__Group_6__3 ; + // InternalDSL.g:10859:1: rule__Call__Group_6__2 : rule__Call__Group_6__2__Impl rule__Call__Group_6__3 ; public final void rule__Call__Group_6__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11069:1: ( rule__Call__Group_6__2__Impl rule__Call__Group_6__3 ) - // InternalDSL.g:11070:2: rule__Call__Group_6__2__Impl rule__Call__Group_6__3 + // InternalDSL.g:10863:1: ( rule__Call__Group_6__2__Impl rule__Call__Group_6__3 ) + // InternalDSL.g:10864:2: rule__Call__Group_6__2__Impl rule__Call__Group_6__3 { pushFollow(FOLLOW_9); rule__Call__Group_6__2__Impl(); @@ -30430,17 +29878,17 @@ public final void rule__Call__Group_6__2() throws RecognitionException { // $ANTLR start "rule__Call__Group_6__2__Impl" - // InternalDSL.g:11077:1: rule__Call__Group_6__2__Impl : ( ruleNL ) ; + // InternalDSL.g:10871:1: rule__Call__Group_6__2__Impl : ( ruleNL ) ; public final void rule__Call__Group_6__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11081:1: ( ( ruleNL ) ) - // InternalDSL.g:11082:1: ( ruleNL ) + // InternalDSL.g:10875:1: ( ( ruleNL ) ) + // InternalDSL.g:10876:1: ( ruleNL ) { - // InternalDSL.g:11082:1: ( ruleNL ) - // InternalDSL.g:11083:1: ruleNL + // InternalDSL.g:10876:1: ( ruleNL ) + // InternalDSL.g:10877:1: ruleNL { before(grammarAccess.getCallAccess().getNLParserRuleCall_6_2()); pushFollow(FOLLOW_2); @@ -30471,14 +29919,14 @@ public final void rule__Call__Group_6__2__Impl() throws RecognitionException { // $ANTLR start "rule__Call__Group_6__3" - // InternalDSL.g:11094:1: rule__Call__Group_6__3 : rule__Call__Group_6__3__Impl ; + // InternalDSL.g:10888:1: rule__Call__Group_6__3 : rule__Call__Group_6__3__Impl ; public final void rule__Call__Group_6__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11098:1: ( rule__Call__Group_6__3__Impl ) - // InternalDSL.g:11099:2: rule__Call__Group_6__3__Impl + // InternalDSL.g:10892:1: ( rule__Call__Group_6__3__Impl ) + // InternalDSL.g:10893:2: rule__Call__Group_6__3__Impl { pushFollow(FOLLOW_2); rule__Call__Group_6__3__Impl(); @@ -30504,21 +29952,21 @@ public final void rule__Call__Group_6__3() throws RecognitionException { // $ANTLR start "rule__Call__Group_6__3__Impl" - // InternalDSL.g:11105:1: rule__Call__Group_6__3__Impl : ( ( rule__Call__ResultAssignment_6_3 ) ) ; + // InternalDSL.g:10899:1: rule__Call__Group_6__3__Impl : ( ( rule__Call__ResultAssignment_6_3 ) ) ; public final void rule__Call__Group_6__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11109:1: ( ( ( rule__Call__ResultAssignment_6_3 ) ) ) - // InternalDSL.g:11110:1: ( ( rule__Call__ResultAssignment_6_3 ) ) + // InternalDSL.g:10903:1: ( ( ( rule__Call__ResultAssignment_6_3 ) ) ) + // InternalDSL.g:10904:1: ( ( rule__Call__ResultAssignment_6_3 ) ) { - // InternalDSL.g:11110:1: ( ( rule__Call__ResultAssignment_6_3 ) ) - // InternalDSL.g:11111:1: ( rule__Call__ResultAssignment_6_3 ) + // InternalDSL.g:10904:1: ( ( rule__Call__ResultAssignment_6_3 ) ) + // InternalDSL.g:10905:1: ( rule__Call__ResultAssignment_6_3 ) { before(grammarAccess.getCallAccess().getResultAssignment_6_3()); - // InternalDSL.g:11112:1: ( rule__Call__ResultAssignment_6_3 ) - // InternalDSL.g:11112:2: rule__Call__ResultAssignment_6_3 + // InternalDSL.g:10906:1: ( rule__Call__ResultAssignment_6_3 ) + // InternalDSL.g:10906:2: rule__Call__ResultAssignment_6_3 { pushFollow(FOLLOW_2); rule__Call__ResultAssignment_6_3(); @@ -30551,14 +29999,14 @@ public final void rule__Call__Group_6__3__Impl() throws RecognitionException { // $ANTLR start "rule__NamedCallResult__Group__0" - // InternalDSL.g:11130:1: rule__NamedCallResult__Group__0 : rule__NamedCallResult__Group__0__Impl rule__NamedCallResult__Group__1 ; + // InternalDSL.g:10924:1: rule__NamedCallResult__Group__0 : rule__NamedCallResult__Group__0__Impl rule__NamedCallResult__Group__1 ; public final void rule__NamedCallResult__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11134:1: ( rule__NamedCallResult__Group__0__Impl rule__NamedCallResult__Group__1 ) - // InternalDSL.g:11135:2: rule__NamedCallResult__Group__0__Impl rule__NamedCallResult__Group__1 + // InternalDSL.g:10928:1: ( rule__NamedCallResult__Group__0__Impl rule__NamedCallResult__Group__1 ) + // InternalDSL.g:10929:2: rule__NamedCallResult__Group__0__Impl rule__NamedCallResult__Group__1 { pushFollow(FOLLOW_4); rule__NamedCallResult__Group__0__Impl(); @@ -30589,21 +30037,21 @@ public final void rule__NamedCallResult__Group__0() throws RecognitionException // $ANTLR start "rule__NamedCallResult__Group__0__Impl" - // InternalDSL.g:11142:1: rule__NamedCallResult__Group__0__Impl : ( ( rule__NamedCallResult__NameAssignment_0 ) ) ; + // InternalDSL.g:10936:1: rule__NamedCallResult__Group__0__Impl : ( ( rule__NamedCallResult__NameAssignment_0 ) ) ; public final void rule__NamedCallResult__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11146:1: ( ( ( rule__NamedCallResult__NameAssignment_0 ) ) ) - // InternalDSL.g:11147:1: ( ( rule__NamedCallResult__NameAssignment_0 ) ) + // InternalDSL.g:10940:1: ( ( ( rule__NamedCallResult__NameAssignment_0 ) ) ) + // InternalDSL.g:10941:1: ( ( rule__NamedCallResult__NameAssignment_0 ) ) { - // InternalDSL.g:11147:1: ( ( rule__NamedCallResult__NameAssignment_0 ) ) - // InternalDSL.g:11148:1: ( rule__NamedCallResult__NameAssignment_0 ) + // InternalDSL.g:10941:1: ( ( rule__NamedCallResult__NameAssignment_0 ) ) + // InternalDSL.g:10942:1: ( rule__NamedCallResult__NameAssignment_0 ) { before(grammarAccess.getNamedCallResultAccess().getNameAssignment_0()); - // InternalDSL.g:11149:1: ( rule__NamedCallResult__NameAssignment_0 ) - // InternalDSL.g:11149:2: rule__NamedCallResult__NameAssignment_0 + // InternalDSL.g:10943:1: ( rule__NamedCallResult__NameAssignment_0 ) + // InternalDSL.g:10943:2: rule__NamedCallResult__NameAssignment_0 { pushFollow(FOLLOW_2); rule__NamedCallResult__NameAssignment_0(); @@ -30636,14 +30084,14 @@ public final void rule__NamedCallResult__Group__0__Impl() throws RecognitionExce // $ANTLR start "rule__NamedCallResult__Group__1" - // InternalDSL.g:11159:1: rule__NamedCallResult__Group__1 : rule__NamedCallResult__Group__1__Impl rule__NamedCallResult__Group__2 ; + // InternalDSL.g:10953:1: rule__NamedCallResult__Group__1 : rule__NamedCallResult__Group__1__Impl rule__NamedCallResult__Group__2 ; public final void rule__NamedCallResult__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11163:1: ( rule__NamedCallResult__Group__1__Impl rule__NamedCallResult__Group__2 ) - // InternalDSL.g:11164:2: rule__NamedCallResult__Group__1__Impl rule__NamedCallResult__Group__2 + // InternalDSL.g:10957:1: ( rule__NamedCallResult__Group__1__Impl rule__NamedCallResult__Group__2 ) + // InternalDSL.g:10958:2: rule__NamedCallResult__Group__1__Impl rule__NamedCallResult__Group__2 { pushFollow(FOLLOW_34); rule__NamedCallResult__Group__1__Impl(); @@ -30674,17 +30122,17 @@ public final void rule__NamedCallResult__Group__1() throws RecognitionException // $ANTLR start "rule__NamedCallResult__Group__1__Impl" - // InternalDSL.g:11171:1: rule__NamedCallResult__Group__1__Impl : ( ruleNL ) ; + // InternalDSL.g:10965:1: rule__NamedCallResult__Group__1__Impl : ( ruleNL ) ; public final void rule__NamedCallResult__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11175:1: ( ( ruleNL ) ) - // InternalDSL.g:11176:1: ( ruleNL ) + // InternalDSL.g:10969:1: ( ( ruleNL ) ) + // InternalDSL.g:10970:1: ( ruleNL ) { - // InternalDSL.g:11176:1: ( ruleNL ) - // InternalDSL.g:11177:1: ruleNL + // InternalDSL.g:10970:1: ( ruleNL ) + // InternalDSL.g:10971:1: ruleNL { before(grammarAccess.getNamedCallResultAccess().getNLParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -30715,14 +30163,14 @@ public final void rule__NamedCallResult__Group__1__Impl() throws RecognitionExce // $ANTLR start "rule__NamedCallResult__Group__2" - // InternalDSL.g:11188:1: rule__NamedCallResult__Group__2 : rule__NamedCallResult__Group__2__Impl rule__NamedCallResult__Group__3 ; + // InternalDSL.g:10982:1: rule__NamedCallResult__Group__2 : rule__NamedCallResult__Group__2__Impl rule__NamedCallResult__Group__3 ; public final void rule__NamedCallResult__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11192:1: ( rule__NamedCallResult__Group__2__Impl rule__NamedCallResult__Group__3 ) - // InternalDSL.g:11193:2: rule__NamedCallResult__Group__2__Impl rule__NamedCallResult__Group__3 + // InternalDSL.g:10986:1: ( rule__NamedCallResult__Group__2__Impl rule__NamedCallResult__Group__3 ) + // InternalDSL.g:10987:2: rule__NamedCallResult__Group__2__Impl rule__NamedCallResult__Group__3 { pushFollow(FOLLOW_4); rule__NamedCallResult__Group__2__Impl(); @@ -30753,20 +30201,20 @@ public final void rule__NamedCallResult__Group__2() throws RecognitionException // $ANTLR start "rule__NamedCallResult__Group__2__Impl" - // InternalDSL.g:11200:1: rule__NamedCallResult__Group__2__Impl : ( '->' ) ; + // InternalDSL.g:10994:1: rule__NamedCallResult__Group__2__Impl : ( '->' ) ; public final void rule__NamedCallResult__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11204:1: ( ( '->' ) ) - // InternalDSL.g:11205:1: ( '->' ) + // InternalDSL.g:10998:1: ( ( '->' ) ) + // InternalDSL.g:10999:1: ( '->' ) { - // InternalDSL.g:11205:1: ( '->' ) - // InternalDSL.g:11206:1: '->' + // InternalDSL.g:10999:1: ( '->' ) + // InternalDSL.g:11000:1: '->' { before(grammarAccess.getNamedCallResultAccess().getHyphenMinusGreaterThanSignKeyword_2()); - match(input,79,FOLLOW_2); + match(input,59,FOLLOW_2); after(grammarAccess.getNamedCallResultAccess().getHyphenMinusGreaterThanSignKeyword_2()); } @@ -30790,14 +30238,14 @@ public final void rule__NamedCallResult__Group__2__Impl() throws RecognitionExce // $ANTLR start "rule__NamedCallResult__Group__3" - // InternalDSL.g:11219:1: rule__NamedCallResult__Group__3 : rule__NamedCallResult__Group__3__Impl rule__NamedCallResult__Group__4 ; + // InternalDSL.g:11013:1: rule__NamedCallResult__Group__3 : rule__NamedCallResult__Group__3__Impl rule__NamedCallResult__Group__4 ; public final void rule__NamedCallResult__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11223:1: ( rule__NamedCallResult__Group__3__Impl rule__NamedCallResult__Group__4 ) - // InternalDSL.g:11224:2: rule__NamedCallResult__Group__3__Impl rule__NamedCallResult__Group__4 + // InternalDSL.g:11017:1: ( rule__NamedCallResult__Group__3__Impl rule__NamedCallResult__Group__4 ) + // InternalDSL.g:11018:2: rule__NamedCallResult__Group__3__Impl rule__NamedCallResult__Group__4 { pushFollow(FOLLOW_9); rule__NamedCallResult__Group__3__Impl(); @@ -30828,17 +30276,17 @@ public final void rule__NamedCallResult__Group__3() throws RecognitionException // $ANTLR start "rule__NamedCallResult__Group__3__Impl" - // InternalDSL.g:11231:1: rule__NamedCallResult__Group__3__Impl : ( ruleNL ) ; + // InternalDSL.g:11025:1: rule__NamedCallResult__Group__3__Impl : ( ruleNL ) ; public final void rule__NamedCallResult__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11235:1: ( ( ruleNL ) ) - // InternalDSL.g:11236:1: ( ruleNL ) + // InternalDSL.g:11029:1: ( ( ruleNL ) ) + // InternalDSL.g:11030:1: ( ruleNL ) { - // InternalDSL.g:11236:1: ( ruleNL ) - // InternalDSL.g:11237:1: ruleNL + // InternalDSL.g:11030:1: ( ruleNL ) + // InternalDSL.g:11031:1: ruleNL { before(grammarAccess.getNamedCallResultAccess().getNLParserRuleCall_3()); pushFollow(FOLLOW_2); @@ -30869,14 +30317,14 @@ public final void rule__NamedCallResult__Group__3__Impl() throws RecognitionExce // $ANTLR start "rule__NamedCallResult__Group__4" - // InternalDSL.g:11248:1: rule__NamedCallResult__Group__4 : rule__NamedCallResult__Group__4__Impl ; + // InternalDSL.g:11042:1: rule__NamedCallResult__Group__4 : rule__NamedCallResult__Group__4__Impl ; public final void rule__NamedCallResult__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11252:1: ( rule__NamedCallResult__Group__4__Impl ) - // InternalDSL.g:11253:2: rule__NamedCallResult__Group__4__Impl + // InternalDSL.g:11046:1: ( rule__NamedCallResult__Group__4__Impl ) + // InternalDSL.g:11047:2: rule__NamedCallResult__Group__4__Impl { pushFollow(FOLLOW_2); rule__NamedCallResult__Group__4__Impl(); @@ -30902,21 +30350,21 @@ public final void rule__NamedCallResult__Group__4() throws RecognitionException // $ANTLR start "rule__NamedCallResult__Group__4__Impl" - // InternalDSL.g:11259:1: rule__NamedCallResult__Group__4__Impl : ( ( rule__NamedCallResult__TargetAssignment_4 ) ) ; + // InternalDSL.g:11053:1: rule__NamedCallResult__Group__4__Impl : ( ( rule__NamedCallResult__TargetAssignment_4 ) ) ; public final void rule__NamedCallResult__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11263:1: ( ( ( rule__NamedCallResult__TargetAssignment_4 ) ) ) - // InternalDSL.g:11264:1: ( ( rule__NamedCallResult__TargetAssignment_4 ) ) + // InternalDSL.g:11057:1: ( ( ( rule__NamedCallResult__TargetAssignment_4 ) ) ) + // InternalDSL.g:11058:1: ( ( rule__NamedCallResult__TargetAssignment_4 ) ) { - // InternalDSL.g:11264:1: ( ( rule__NamedCallResult__TargetAssignment_4 ) ) - // InternalDSL.g:11265:1: ( rule__NamedCallResult__TargetAssignment_4 ) + // InternalDSL.g:11058:1: ( ( rule__NamedCallResult__TargetAssignment_4 ) ) + // InternalDSL.g:11059:1: ( rule__NamedCallResult__TargetAssignment_4 ) { before(grammarAccess.getNamedCallResultAccess().getTargetAssignment_4()); - // InternalDSL.g:11266:1: ( rule__NamedCallResult__TargetAssignment_4 ) - // InternalDSL.g:11266:2: rule__NamedCallResult__TargetAssignment_4 + // InternalDSL.g:11060:1: ( rule__NamedCallResult__TargetAssignment_4 ) + // InternalDSL.g:11060:2: rule__NamedCallResult__TargetAssignment_4 { pushFollow(FOLLOW_2); rule__NamedCallResult__TargetAssignment_4(); @@ -30949,14 +30397,14 @@ public final void rule__NamedCallResult__Group__4__Impl() throws RecognitionExce // $ANTLR start "rule__TimeSet__Group__0" - // InternalDSL.g:11286:1: rule__TimeSet__Group__0 : rule__TimeSet__Group__0__Impl rule__TimeSet__Group__1 ; + // InternalDSL.g:11080:1: rule__TimeSet__Group__0 : rule__TimeSet__Group__0__Impl rule__TimeSet__Group__1 ; public final void rule__TimeSet__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11290:1: ( rule__TimeSet__Group__0__Impl rule__TimeSet__Group__1 ) - // InternalDSL.g:11291:2: rule__TimeSet__Group__0__Impl rule__TimeSet__Group__1 + // InternalDSL.g:11084:1: ( rule__TimeSet__Group__0__Impl rule__TimeSet__Group__1 ) + // InternalDSL.g:11085:2: rule__TimeSet__Group__0__Impl rule__TimeSet__Group__1 { pushFollow(FOLLOW_4); rule__TimeSet__Group__0__Impl(); @@ -30987,20 +30435,20 @@ public final void rule__TimeSet__Group__0() throws RecognitionException { // $ANTLR start "rule__TimeSet__Group__0__Impl" - // InternalDSL.g:11298:1: rule__TimeSet__Group__0__Impl : ( 'timeset' ) ; + // InternalDSL.g:11092:1: rule__TimeSet__Group__0__Impl : ( 'timeset' ) ; public final void rule__TimeSet__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11302:1: ( ( 'timeset' ) ) - // InternalDSL.g:11303:1: ( 'timeset' ) + // InternalDSL.g:11096:1: ( ( 'timeset' ) ) + // InternalDSL.g:11097:1: ( 'timeset' ) { - // InternalDSL.g:11303:1: ( 'timeset' ) - // InternalDSL.g:11304:1: 'timeset' + // InternalDSL.g:11097:1: ( 'timeset' ) + // InternalDSL.g:11098:1: 'timeset' { before(grammarAccess.getTimeSetAccess().getTimesetKeyword_0()); - match(input,86,FOLLOW_2); + match(input,66,FOLLOW_2); after(grammarAccess.getTimeSetAccess().getTimesetKeyword_0()); } @@ -31024,14 +30472,14 @@ public final void rule__TimeSet__Group__0__Impl() throws RecognitionException { // $ANTLR start "rule__TimeSet__Group__1" - // InternalDSL.g:11317:1: rule__TimeSet__Group__1 : rule__TimeSet__Group__1__Impl rule__TimeSet__Group__2 ; + // InternalDSL.g:11111:1: rule__TimeSet__Group__1 : rule__TimeSet__Group__1__Impl rule__TimeSet__Group__2 ; public final void rule__TimeSet__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11321:1: ( rule__TimeSet__Group__1__Impl rule__TimeSet__Group__2 ) - // InternalDSL.g:11322:2: rule__TimeSet__Group__1__Impl rule__TimeSet__Group__2 + // InternalDSL.g:11115:1: ( rule__TimeSet__Group__1__Impl rule__TimeSet__Group__2 ) + // InternalDSL.g:11116:2: rule__TimeSet__Group__1__Impl rule__TimeSet__Group__2 { pushFollow(FOLLOW_43); rule__TimeSet__Group__1__Impl(); @@ -31062,17 +30510,17 @@ public final void rule__TimeSet__Group__1() throws RecognitionException { // $ANTLR start "rule__TimeSet__Group__1__Impl" - // InternalDSL.g:11329:1: rule__TimeSet__Group__1__Impl : ( ruleNL ) ; + // InternalDSL.g:11123:1: rule__TimeSet__Group__1__Impl : ( ruleNL ) ; public final void rule__TimeSet__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11333:1: ( ( ruleNL ) ) - // InternalDSL.g:11334:1: ( ruleNL ) + // InternalDSL.g:11127:1: ( ( ruleNL ) ) + // InternalDSL.g:11128:1: ( ruleNL ) { - // InternalDSL.g:11334:1: ( ruleNL ) - // InternalDSL.g:11335:1: ruleNL + // InternalDSL.g:11128:1: ( ruleNL ) + // InternalDSL.g:11129:1: ruleNL { before(grammarAccess.getTimeSetAccess().getNLParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -31103,14 +30551,14 @@ public final void rule__TimeSet__Group__1__Impl() throws RecognitionException { // $ANTLR start "rule__TimeSet__Group__2" - // InternalDSL.g:11346:1: rule__TimeSet__Group__2 : rule__TimeSet__Group__2__Impl rule__TimeSet__Group__3 ; + // InternalDSL.g:11140:1: rule__TimeSet__Group__2 : rule__TimeSet__Group__2__Impl rule__TimeSet__Group__3 ; public final void rule__TimeSet__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11350:1: ( rule__TimeSet__Group__2__Impl rule__TimeSet__Group__3 ) - // InternalDSL.g:11351:2: rule__TimeSet__Group__2__Impl rule__TimeSet__Group__3 + // InternalDSL.g:11144:1: ( rule__TimeSet__Group__2__Impl rule__TimeSet__Group__3 ) + // InternalDSL.g:11145:2: rule__TimeSet__Group__2__Impl rule__TimeSet__Group__3 { pushFollow(FOLLOW_44); rule__TimeSet__Group__2__Impl(); @@ -31141,21 +30589,21 @@ public final void rule__TimeSet__Group__2() throws RecognitionException { // $ANTLR start "rule__TimeSet__Group__2__Impl" - // InternalDSL.g:11358:1: rule__TimeSet__Group__2__Impl : ( ( rule__TimeSet__Alternatives_2 ) ) ; + // InternalDSL.g:11152:1: rule__TimeSet__Group__2__Impl : ( ( rule__TimeSet__Alternatives_2 ) ) ; public final void rule__TimeSet__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11362:1: ( ( ( rule__TimeSet__Alternatives_2 ) ) ) - // InternalDSL.g:11363:1: ( ( rule__TimeSet__Alternatives_2 ) ) + // InternalDSL.g:11156:1: ( ( ( rule__TimeSet__Alternatives_2 ) ) ) + // InternalDSL.g:11157:1: ( ( rule__TimeSet__Alternatives_2 ) ) { - // InternalDSL.g:11363:1: ( ( rule__TimeSet__Alternatives_2 ) ) - // InternalDSL.g:11364:1: ( rule__TimeSet__Alternatives_2 ) + // InternalDSL.g:11157:1: ( ( rule__TimeSet__Alternatives_2 ) ) + // InternalDSL.g:11158:1: ( rule__TimeSet__Alternatives_2 ) { before(grammarAccess.getTimeSetAccess().getAlternatives_2()); - // InternalDSL.g:11365:1: ( rule__TimeSet__Alternatives_2 ) - // InternalDSL.g:11365:2: rule__TimeSet__Alternatives_2 + // InternalDSL.g:11159:1: ( rule__TimeSet__Alternatives_2 ) + // InternalDSL.g:11159:2: rule__TimeSet__Alternatives_2 { pushFollow(FOLLOW_2); rule__TimeSet__Alternatives_2(); @@ -31188,14 +30636,14 @@ public final void rule__TimeSet__Group__2__Impl() throws RecognitionException { // $ANTLR start "rule__TimeSet__Group__3" - // InternalDSL.g:11375:1: rule__TimeSet__Group__3 : rule__TimeSet__Group__3__Impl ; + // InternalDSL.g:11169:1: rule__TimeSet__Group__3 : rule__TimeSet__Group__3__Impl ; public final void rule__TimeSet__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11379:1: ( rule__TimeSet__Group__3__Impl ) - // InternalDSL.g:11380:2: rule__TimeSet__Group__3__Impl + // InternalDSL.g:11173:1: ( rule__TimeSet__Group__3__Impl ) + // InternalDSL.g:11174:2: rule__TimeSet__Group__3__Impl { pushFollow(FOLLOW_2); rule__TimeSet__Group__3__Impl(); @@ -31221,29 +30669,29 @@ public final void rule__TimeSet__Group__3() throws RecognitionException { // $ANTLR start "rule__TimeSet__Group__3__Impl" - // InternalDSL.g:11386:1: rule__TimeSet__Group__3__Impl : ( ( rule__TimeSet__Group_3__0 )? ) ; + // InternalDSL.g:11180:1: rule__TimeSet__Group__3__Impl : ( ( rule__TimeSet__Group_3__0 )? ) ; public final void rule__TimeSet__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11390:1: ( ( ( rule__TimeSet__Group_3__0 )? ) ) - // InternalDSL.g:11391:1: ( ( rule__TimeSet__Group_3__0 )? ) + // InternalDSL.g:11184:1: ( ( ( rule__TimeSet__Group_3__0 )? ) ) + // InternalDSL.g:11185:1: ( ( rule__TimeSet__Group_3__0 )? ) { - // InternalDSL.g:11391:1: ( ( rule__TimeSet__Group_3__0 )? ) - // InternalDSL.g:11392:1: ( rule__TimeSet__Group_3__0 )? + // InternalDSL.g:11185:1: ( ( rule__TimeSet__Group_3__0 )? ) + // InternalDSL.g:11186:1: ( rule__TimeSet__Group_3__0 )? { before(grammarAccess.getTimeSetAccess().getGroup_3()); - // InternalDSL.g:11393:1: ( rule__TimeSet__Group_3__0 )? - int alt81=2; - int LA81_0 = input.LA(1); + // InternalDSL.g:11187:1: ( rule__TimeSet__Group_3__0 )? + int alt80=2; + int LA80_0 = input.LA(1); - if ( (LA81_0==88) ) { - alt81=1; + if ( (LA80_0==68) ) { + alt80=1; } - switch (alt81) { + switch (alt80) { case 1 : - // InternalDSL.g:11393:2: rule__TimeSet__Group_3__0 + // InternalDSL.g:11187:2: rule__TimeSet__Group_3__0 { pushFollow(FOLLOW_2); rule__TimeSet__Group_3__0(); @@ -31279,14 +30727,14 @@ public final void rule__TimeSet__Group__3__Impl() throws RecognitionException { // $ANTLR start "rule__TimeSet__Group_2_0__0" - // InternalDSL.g:11411:1: rule__TimeSet__Group_2_0__0 : rule__TimeSet__Group_2_0__0__Impl rule__TimeSet__Group_2_0__1 ; + // InternalDSL.g:11205:1: rule__TimeSet__Group_2_0__0 : rule__TimeSet__Group_2_0__0__Impl rule__TimeSet__Group_2_0__1 ; public final void rule__TimeSet__Group_2_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11415:1: ( rule__TimeSet__Group_2_0__0__Impl rule__TimeSet__Group_2_0__1 ) - // InternalDSL.g:11416:2: rule__TimeSet__Group_2_0__0__Impl rule__TimeSet__Group_2_0__1 + // InternalDSL.g:11209:1: ( rule__TimeSet__Group_2_0__0__Impl rule__TimeSet__Group_2_0__1 ) + // InternalDSL.g:11210:2: rule__TimeSet__Group_2_0__0__Impl rule__TimeSet__Group_2_0__1 { pushFollow(FOLLOW_4); rule__TimeSet__Group_2_0__0__Impl(); @@ -31317,21 +30765,21 @@ public final void rule__TimeSet__Group_2_0__0() throws RecognitionException { // $ANTLR start "rule__TimeSet__Group_2_0__0__Impl" - // InternalDSL.g:11423:1: rule__TimeSet__Group_2_0__0__Impl : ( ( rule__TimeSet__LiveAssignment_2_0_0 ) ) ; + // InternalDSL.g:11217:1: rule__TimeSet__Group_2_0__0__Impl : ( ( rule__TimeSet__LiveAssignment_2_0_0 ) ) ; public final void rule__TimeSet__Group_2_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11427:1: ( ( ( rule__TimeSet__LiveAssignment_2_0_0 ) ) ) - // InternalDSL.g:11428:1: ( ( rule__TimeSet__LiveAssignment_2_0_0 ) ) + // InternalDSL.g:11221:1: ( ( ( rule__TimeSet__LiveAssignment_2_0_0 ) ) ) + // InternalDSL.g:11222:1: ( ( rule__TimeSet__LiveAssignment_2_0_0 ) ) { - // InternalDSL.g:11428:1: ( ( rule__TimeSet__LiveAssignment_2_0_0 ) ) - // InternalDSL.g:11429:1: ( rule__TimeSet__LiveAssignment_2_0_0 ) + // InternalDSL.g:11222:1: ( ( rule__TimeSet__LiveAssignment_2_0_0 ) ) + // InternalDSL.g:11223:1: ( rule__TimeSet__LiveAssignment_2_0_0 ) { before(grammarAccess.getTimeSetAccess().getLiveAssignment_2_0_0()); - // InternalDSL.g:11430:1: ( rule__TimeSet__LiveAssignment_2_0_0 ) - // InternalDSL.g:11430:2: rule__TimeSet__LiveAssignment_2_0_0 + // InternalDSL.g:11224:1: ( rule__TimeSet__LiveAssignment_2_0_0 ) + // InternalDSL.g:11224:2: rule__TimeSet__LiveAssignment_2_0_0 { pushFollow(FOLLOW_2); rule__TimeSet__LiveAssignment_2_0_0(); @@ -31364,14 +30812,14 @@ public final void rule__TimeSet__Group_2_0__0__Impl() throws RecognitionExceptio // $ANTLR start "rule__TimeSet__Group_2_0__1" - // InternalDSL.g:11440:1: rule__TimeSet__Group_2_0__1 : rule__TimeSet__Group_2_0__1__Impl ; + // InternalDSL.g:11234:1: rule__TimeSet__Group_2_0__1 : rule__TimeSet__Group_2_0__1__Impl ; public final void rule__TimeSet__Group_2_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11444:1: ( rule__TimeSet__Group_2_0__1__Impl ) - // InternalDSL.g:11445:2: rule__TimeSet__Group_2_0__1__Impl + // InternalDSL.g:11238:1: ( rule__TimeSet__Group_2_0__1__Impl ) + // InternalDSL.g:11239:2: rule__TimeSet__Group_2_0__1__Impl { pushFollow(FOLLOW_2); rule__TimeSet__Group_2_0__1__Impl(); @@ -31397,17 +30845,17 @@ public final void rule__TimeSet__Group_2_0__1() throws RecognitionException { // $ANTLR start "rule__TimeSet__Group_2_0__1__Impl" - // InternalDSL.g:11451:1: rule__TimeSet__Group_2_0__1__Impl : ( ruleNL ) ; + // InternalDSL.g:11245:1: rule__TimeSet__Group_2_0__1__Impl : ( ruleNL ) ; public final void rule__TimeSet__Group_2_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11455:1: ( ( ruleNL ) ) - // InternalDSL.g:11456:1: ( ruleNL ) + // InternalDSL.g:11249:1: ( ( ruleNL ) ) + // InternalDSL.g:11250:1: ( ruleNL ) { - // InternalDSL.g:11456:1: ( ruleNL ) - // InternalDSL.g:11457:1: ruleNL + // InternalDSL.g:11250:1: ( ruleNL ) + // InternalDSL.g:11251:1: ruleNL { before(grammarAccess.getTimeSetAccess().getNLParserRuleCall_2_0_1()); pushFollow(FOLLOW_2); @@ -31438,14 +30886,14 @@ public final void rule__TimeSet__Group_2_0__1__Impl() throws RecognitionExceptio // $ANTLR start "rule__TimeSet__Group_2_1__0" - // InternalDSL.g:11472:1: rule__TimeSet__Group_2_1__0 : rule__TimeSet__Group_2_1__0__Impl rule__TimeSet__Group_2_1__1 ; + // InternalDSL.g:11266:1: rule__TimeSet__Group_2_1__0 : rule__TimeSet__Group_2_1__0__Impl rule__TimeSet__Group_2_1__1 ; public final void rule__TimeSet__Group_2_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11476:1: ( rule__TimeSet__Group_2_1__0__Impl rule__TimeSet__Group_2_1__1 ) - // InternalDSL.g:11477:2: rule__TimeSet__Group_2_1__0__Impl rule__TimeSet__Group_2_1__1 + // InternalDSL.g:11270:1: ( rule__TimeSet__Group_2_1__0__Impl rule__TimeSet__Group_2_1__1 ) + // InternalDSL.g:11271:2: rule__TimeSet__Group_2_1__0__Impl rule__TimeSet__Group_2_1__1 { pushFollow(FOLLOW_4); rule__TimeSet__Group_2_1__0__Impl(); @@ -31476,21 +30924,21 @@ public final void rule__TimeSet__Group_2_1__0() throws RecognitionException { // $ANTLR start "rule__TimeSet__Group_2_1__0__Impl" - // InternalDSL.g:11484:1: rule__TimeSet__Group_2_1__0__Impl : ( ( rule__TimeSet__Alternatives_2_1_0 ) ) ; + // InternalDSL.g:11278:1: rule__TimeSet__Group_2_1__0__Impl : ( ( rule__TimeSet__Alternatives_2_1_0 ) ) ; public final void rule__TimeSet__Group_2_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11488:1: ( ( ( rule__TimeSet__Alternatives_2_1_0 ) ) ) - // InternalDSL.g:11489:1: ( ( rule__TimeSet__Alternatives_2_1_0 ) ) + // InternalDSL.g:11282:1: ( ( ( rule__TimeSet__Alternatives_2_1_0 ) ) ) + // InternalDSL.g:11283:1: ( ( rule__TimeSet__Alternatives_2_1_0 ) ) { - // InternalDSL.g:11489:1: ( ( rule__TimeSet__Alternatives_2_1_0 ) ) - // InternalDSL.g:11490:1: ( rule__TimeSet__Alternatives_2_1_0 ) + // InternalDSL.g:11283:1: ( ( rule__TimeSet__Alternatives_2_1_0 ) ) + // InternalDSL.g:11284:1: ( rule__TimeSet__Alternatives_2_1_0 ) { before(grammarAccess.getTimeSetAccess().getAlternatives_2_1_0()); - // InternalDSL.g:11491:1: ( rule__TimeSet__Alternatives_2_1_0 ) - // InternalDSL.g:11491:2: rule__TimeSet__Alternatives_2_1_0 + // InternalDSL.g:11285:1: ( rule__TimeSet__Alternatives_2_1_0 ) + // InternalDSL.g:11285:2: rule__TimeSet__Alternatives_2_1_0 { pushFollow(FOLLOW_2); rule__TimeSet__Alternatives_2_1_0(); @@ -31523,14 +30971,14 @@ public final void rule__TimeSet__Group_2_1__0__Impl() throws RecognitionExceptio // $ANTLR start "rule__TimeSet__Group_2_1__1" - // InternalDSL.g:11501:1: rule__TimeSet__Group_2_1__1 : rule__TimeSet__Group_2_1__1__Impl rule__TimeSet__Group_2_1__2 ; + // InternalDSL.g:11295:1: rule__TimeSet__Group_2_1__1 : rule__TimeSet__Group_2_1__1__Impl rule__TimeSet__Group_2_1__2 ; public final void rule__TimeSet__Group_2_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11505:1: ( rule__TimeSet__Group_2_1__1__Impl rule__TimeSet__Group_2_1__2 ) - // InternalDSL.g:11506:2: rule__TimeSet__Group_2_1__1__Impl rule__TimeSet__Group_2_1__2 + // InternalDSL.g:11299:1: ( rule__TimeSet__Group_2_1__1__Impl rule__TimeSet__Group_2_1__2 ) + // InternalDSL.g:11300:2: rule__TimeSet__Group_2_1__1__Impl rule__TimeSet__Group_2_1__2 { pushFollow(FOLLOW_45); rule__TimeSet__Group_2_1__1__Impl(); @@ -31561,17 +31009,17 @@ public final void rule__TimeSet__Group_2_1__1() throws RecognitionException { // $ANTLR start "rule__TimeSet__Group_2_1__1__Impl" - // InternalDSL.g:11513:1: rule__TimeSet__Group_2_1__1__Impl : ( ruleNL ) ; + // InternalDSL.g:11307:1: rule__TimeSet__Group_2_1__1__Impl : ( ruleNL ) ; public final void rule__TimeSet__Group_2_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11517:1: ( ( ruleNL ) ) - // InternalDSL.g:11518:1: ( ruleNL ) + // InternalDSL.g:11311:1: ( ( ruleNL ) ) + // InternalDSL.g:11312:1: ( ruleNL ) { - // InternalDSL.g:11518:1: ( ruleNL ) - // InternalDSL.g:11519:1: ruleNL + // InternalDSL.g:11312:1: ( ruleNL ) + // InternalDSL.g:11313:1: ruleNL { before(grammarAccess.getTimeSetAccess().getNLParserRuleCall_2_1_1()); pushFollow(FOLLOW_2); @@ -31602,14 +31050,14 @@ public final void rule__TimeSet__Group_2_1__1__Impl() throws RecognitionExceptio // $ANTLR start "rule__TimeSet__Group_2_1__2" - // InternalDSL.g:11530:1: rule__TimeSet__Group_2_1__2 : rule__TimeSet__Group_2_1__2__Impl ; + // InternalDSL.g:11324:1: rule__TimeSet__Group_2_1__2 : rule__TimeSet__Group_2_1__2__Impl ; public final void rule__TimeSet__Group_2_1__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11534:1: ( rule__TimeSet__Group_2_1__2__Impl ) - // InternalDSL.g:11535:2: rule__TimeSet__Group_2_1__2__Impl + // InternalDSL.g:11328:1: ( rule__TimeSet__Group_2_1__2__Impl ) + // InternalDSL.g:11329:2: rule__TimeSet__Group_2_1__2__Impl { pushFollow(FOLLOW_2); rule__TimeSet__Group_2_1__2__Impl(); @@ -31635,29 +31083,29 @@ public final void rule__TimeSet__Group_2_1__2() throws RecognitionException { // $ANTLR start "rule__TimeSet__Group_2_1__2__Impl" - // InternalDSL.g:11541:1: rule__TimeSet__Group_2_1__2__Impl : ( ( rule__TimeSet__Group_2_1_2__0 )? ) ; + // InternalDSL.g:11335:1: rule__TimeSet__Group_2_1__2__Impl : ( ( rule__TimeSet__Group_2_1_2__0 )? ) ; public final void rule__TimeSet__Group_2_1__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11545:1: ( ( ( rule__TimeSet__Group_2_1_2__0 )? ) ) - // InternalDSL.g:11546:1: ( ( rule__TimeSet__Group_2_1_2__0 )? ) + // InternalDSL.g:11339:1: ( ( ( rule__TimeSet__Group_2_1_2__0 )? ) ) + // InternalDSL.g:11340:1: ( ( rule__TimeSet__Group_2_1_2__0 )? ) { - // InternalDSL.g:11546:1: ( ( rule__TimeSet__Group_2_1_2__0 )? ) - // InternalDSL.g:11547:1: ( rule__TimeSet__Group_2_1_2__0 )? + // InternalDSL.g:11340:1: ( ( rule__TimeSet__Group_2_1_2__0 )? ) + // InternalDSL.g:11341:1: ( rule__TimeSet__Group_2_1_2__0 )? { before(grammarAccess.getTimeSetAccess().getGroup_2_1_2()); - // InternalDSL.g:11548:1: ( rule__TimeSet__Group_2_1_2__0 )? - int alt82=2; - int LA82_0 = input.LA(1); + // InternalDSL.g:11342:1: ( rule__TimeSet__Group_2_1_2__0 )? + int alt81=2; + int LA81_0 = input.LA(1); - if ( (LA82_0==109) ) { - alt82=1; + if ( (LA81_0==89) ) { + alt81=1; } - switch (alt82) { + switch (alt81) { case 1 : - // InternalDSL.g:11548:2: rule__TimeSet__Group_2_1_2__0 + // InternalDSL.g:11342:2: rule__TimeSet__Group_2_1_2__0 { pushFollow(FOLLOW_2); rule__TimeSet__Group_2_1_2__0(); @@ -31693,14 +31141,14 @@ public final void rule__TimeSet__Group_2_1__2__Impl() throws RecognitionExceptio // $ANTLR start "rule__TimeSet__Group_2_1_2__0" - // InternalDSL.g:11564:1: rule__TimeSet__Group_2_1_2__0 : rule__TimeSet__Group_2_1_2__0__Impl rule__TimeSet__Group_2_1_2__1 ; + // InternalDSL.g:11358:1: rule__TimeSet__Group_2_1_2__0 : rule__TimeSet__Group_2_1_2__0__Impl rule__TimeSet__Group_2_1_2__1 ; public final void rule__TimeSet__Group_2_1_2__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11568:1: ( rule__TimeSet__Group_2_1_2__0__Impl rule__TimeSet__Group_2_1_2__1 ) - // InternalDSL.g:11569:2: rule__TimeSet__Group_2_1_2__0__Impl rule__TimeSet__Group_2_1_2__1 + // InternalDSL.g:11362:1: ( rule__TimeSet__Group_2_1_2__0__Impl rule__TimeSet__Group_2_1_2__1 ) + // InternalDSL.g:11363:2: rule__TimeSet__Group_2_1_2__0__Impl rule__TimeSet__Group_2_1_2__1 { pushFollow(FOLLOW_4); rule__TimeSet__Group_2_1_2__0__Impl(); @@ -31731,21 +31179,21 @@ public final void rule__TimeSet__Group_2_1_2__0() throws RecognitionException { // $ANTLR start "rule__TimeSet__Group_2_1_2__0__Impl" - // InternalDSL.g:11576:1: rule__TimeSet__Group_2_1_2__0__Impl : ( ( rule__TimeSet__ProgressionModeAssignment_2_1_2_0 ) ) ; + // InternalDSL.g:11370:1: rule__TimeSet__Group_2_1_2__0__Impl : ( ( rule__TimeSet__ProgressionModeAssignment_2_1_2_0 ) ) ; public final void rule__TimeSet__Group_2_1_2__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11580:1: ( ( ( rule__TimeSet__ProgressionModeAssignment_2_1_2_0 ) ) ) - // InternalDSL.g:11581:1: ( ( rule__TimeSet__ProgressionModeAssignment_2_1_2_0 ) ) + // InternalDSL.g:11374:1: ( ( ( rule__TimeSet__ProgressionModeAssignment_2_1_2_0 ) ) ) + // InternalDSL.g:11375:1: ( ( rule__TimeSet__ProgressionModeAssignment_2_1_2_0 ) ) { - // InternalDSL.g:11581:1: ( ( rule__TimeSet__ProgressionModeAssignment_2_1_2_0 ) ) - // InternalDSL.g:11582:1: ( rule__TimeSet__ProgressionModeAssignment_2_1_2_0 ) + // InternalDSL.g:11375:1: ( ( rule__TimeSet__ProgressionModeAssignment_2_1_2_0 ) ) + // InternalDSL.g:11376:1: ( rule__TimeSet__ProgressionModeAssignment_2_1_2_0 ) { before(grammarAccess.getTimeSetAccess().getProgressionModeAssignment_2_1_2_0()); - // InternalDSL.g:11583:1: ( rule__TimeSet__ProgressionModeAssignment_2_1_2_0 ) - // InternalDSL.g:11583:2: rule__TimeSet__ProgressionModeAssignment_2_1_2_0 + // InternalDSL.g:11377:1: ( rule__TimeSet__ProgressionModeAssignment_2_1_2_0 ) + // InternalDSL.g:11377:2: rule__TimeSet__ProgressionModeAssignment_2_1_2_0 { pushFollow(FOLLOW_2); rule__TimeSet__ProgressionModeAssignment_2_1_2_0(); @@ -31778,14 +31226,14 @@ public final void rule__TimeSet__Group_2_1_2__0__Impl() throws RecognitionExcept // $ANTLR start "rule__TimeSet__Group_2_1_2__1" - // InternalDSL.g:11593:1: rule__TimeSet__Group_2_1_2__1 : rule__TimeSet__Group_2_1_2__1__Impl rule__TimeSet__Group_2_1_2__2 ; + // InternalDSL.g:11387:1: rule__TimeSet__Group_2_1_2__1 : rule__TimeSet__Group_2_1_2__1__Impl rule__TimeSet__Group_2_1_2__2 ; public final void rule__TimeSet__Group_2_1_2__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11597:1: ( rule__TimeSet__Group_2_1_2__1__Impl rule__TimeSet__Group_2_1_2__2 ) - // InternalDSL.g:11598:2: rule__TimeSet__Group_2_1_2__1__Impl rule__TimeSet__Group_2_1_2__2 + // InternalDSL.g:11391:1: ( rule__TimeSet__Group_2_1_2__1__Impl rule__TimeSet__Group_2_1_2__2 ) + // InternalDSL.g:11392:2: rule__TimeSet__Group_2_1_2__1__Impl rule__TimeSet__Group_2_1_2__2 { pushFollow(FOLLOW_17); rule__TimeSet__Group_2_1_2__1__Impl(); @@ -31816,17 +31264,17 @@ public final void rule__TimeSet__Group_2_1_2__1() throws RecognitionException { // $ANTLR start "rule__TimeSet__Group_2_1_2__1__Impl" - // InternalDSL.g:11605:1: rule__TimeSet__Group_2_1_2__1__Impl : ( ruleNL ) ; + // InternalDSL.g:11399:1: rule__TimeSet__Group_2_1_2__1__Impl : ( ruleNL ) ; public final void rule__TimeSet__Group_2_1_2__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11609:1: ( ( ruleNL ) ) - // InternalDSL.g:11610:1: ( ruleNL ) + // InternalDSL.g:11403:1: ( ( ruleNL ) ) + // InternalDSL.g:11404:1: ( ruleNL ) { - // InternalDSL.g:11610:1: ( ruleNL ) - // InternalDSL.g:11611:1: ruleNL + // InternalDSL.g:11404:1: ( ruleNL ) + // InternalDSL.g:11405:1: ruleNL { before(grammarAccess.getTimeSetAccess().getNLParserRuleCall_2_1_2_1()); pushFollow(FOLLOW_2); @@ -31857,14 +31305,14 @@ public final void rule__TimeSet__Group_2_1_2__1__Impl() throws RecognitionExcept // $ANTLR start "rule__TimeSet__Group_2_1_2__2" - // InternalDSL.g:11622:1: rule__TimeSet__Group_2_1_2__2 : rule__TimeSet__Group_2_1_2__2__Impl ; + // InternalDSL.g:11416:1: rule__TimeSet__Group_2_1_2__2 : rule__TimeSet__Group_2_1_2__2__Impl ; public final void rule__TimeSet__Group_2_1_2__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11626:1: ( rule__TimeSet__Group_2_1_2__2__Impl ) - // InternalDSL.g:11627:2: rule__TimeSet__Group_2_1_2__2__Impl + // InternalDSL.g:11420:1: ( rule__TimeSet__Group_2_1_2__2__Impl ) + // InternalDSL.g:11421:2: rule__TimeSet__Group_2_1_2__2__Impl { pushFollow(FOLLOW_2); rule__TimeSet__Group_2_1_2__2__Impl(); @@ -31890,29 +31338,29 @@ public final void rule__TimeSet__Group_2_1_2__2() throws RecognitionException { // $ANTLR start "rule__TimeSet__Group_2_1_2__2__Impl" - // InternalDSL.g:11633:1: rule__TimeSet__Group_2_1_2__2__Impl : ( ( rule__TimeSet__Group_2_1_2_2__0 )? ) ; + // InternalDSL.g:11427:1: rule__TimeSet__Group_2_1_2__2__Impl : ( ( rule__TimeSet__Group_2_1_2_2__0 )? ) ; public final void rule__TimeSet__Group_2_1_2__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11637:1: ( ( ( rule__TimeSet__Group_2_1_2_2__0 )? ) ) - // InternalDSL.g:11638:1: ( ( rule__TimeSet__Group_2_1_2_2__0 )? ) + // InternalDSL.g:11431:1: ( ( ( rule__TimeSet__Group_2_1_2_2__0 )? ) ) + // InternalDSL.g:11432:1: ( ( rule__TimeSet__Group_2_1_2_2__0 )? ) { - // InternalDSL.g:11638:1: ( ( rule__TimeSet__Group_2_1_2_2__0 )? ) - // InternalDSL.g:11639:1: ( rule__TimeSet__Group_2_1_2_2__0 )? + // InternalDSL.g:11432:1: ( ( rule__TimeSet__Group_2_1_2_2__0 )? ) + // InternalDSL.g:11433:1: ( rule__TimeSet__Group_2_1_2_2__0 )? { before(grammarAccess.getTimeSetAccess().getGroup_2_1_2_2()); - // InternalDSL.g:11640:1: ( rule__TimeSet__Group_2_1_2_2__0 )? - int alt83=2; - int LA83_0 = input.LA(1); + // InternalDSL.g:11434:1: ( rule__TimeSet__Group_2_1_2_2__0 )? + int alt82=2; + int LA82_0 = input.LA(1); - if ( ((LA83_0>=RULE_BOOLEAN_TRUE && LA83_0<=RULE_UPPERCASE_ID)||(LA83_0>=RULE_STRING && LA83_0<=RULE_TWELVEHRSTIME)||LA83_0==91||LA83_0==93||LA83_0==95||(LA83_0>=98 && LA83_0<=99)) ) { - alt83=1; + if ( ((LA82_0>=RULE_BOOLEAN_TRUE && LA82_0<=RULE_UPPERCASE_ID)||LA82_0==RULE_STRING||(LA82_0>=RULE_INTEGER && LA82_0<=RULE_TWELVEHRSTIME)||LA82_0==71||LA82_0==73||LA82_0==75||(LA82_0>=78 && LA82_0<=79)) ) { + alt82=1; } - switch (alt83) { + switch (alt82) { case 1 : - // InternalDSL.g:11640:2: rule__TimeSet__Group_2_1_2_2__0 + // InternalDSL.g:11434:2: rule__TimeSet__Group_2_1_2_2__0 { pushFollow(FOLLOW_2); rule__TimeSet__Group_2_1_2_2__0(); @@ -31948,14 +31396,14 @@ public final void rule__TimeSet__Group_2_1_2__2__Impl() throws RecognitionExcept // $ANTLR start "rule__TimeSet__Group_2_1_2_2__0" - // InternalDSL.g:11656:1: rule__TimeSet__Group_2_1_2_2__0 : rule__TimeSet__Group_2_1_2_2__0__Impl rule__TimeSet__Group_2_1_2_2__1 ; + // InternalDSL.g:11450:1: rule__TimeSet__Group_2_1_2_2__0 : rule__TimeSet__Group_2_1_2_2__0__Impl rule__TimeSet__Group_2_1_2_2__1 ; public final void rule__TimeSet__Group_2_1_2_2__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11660:1: ( rule__TimeSet__Group_2_1_2_2__0__Impl rule__TimeSet__Group_2_1_2_2__1 ) - // InternalDSL.g:11661:2: rule__TimeSet__Group_2_1_2_2__0__Impl rule__TimeSet__Group_2_1_2_2__1 + // InternalDSL.g:11454:1: ( rule__TimeSet__Group_2_1_2_2__0__Impl rule__TimeSet__Group_2_1_2_2__1 ) + // InternalDSL.g:11455:2: rule__TimeSet__Group_2_1_2_2__0__Impl rule__TimeSet__Group_2_1_2_2__1 { pushFollow(FOLLOW_46); rule__TimeSet__Group_2_1_2_2__0__Impl(); @@ -31986,21 +31434,21 @@ public final void rule__TimeSet__Group_2_1_2_2__0() throws RecognitionException // $ANTLR start "rule__TimeSet__Group_2_1_2_2__0__Impl" - // InternalDSL.g:11668:1: rule__TimeSet__Group_2_1_2_2__0__Impl : ( ( rule__TimeSet__ProgressionFactorAssignment_2_1_2_2_0 ) ) ; + // InternalDSL.g:11462:1: rule__TimeSet__Group_2_1_2_2__0__Impl : ( ( rule__TimeSet__ProgressionFactorAssignment_2_1_2_2_0 ) ) ; public final void rule__TimeSet__Group_2_1_2_2__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11672:1: ( ( ( rule__TimeSet__ProgressionFactorAssignment_2_1_2_2_0 ) ) ) - // InternalDSL.g:11673:1: ( ( rule__TimeSet__ProgressionFactorAssignment_2_1_2_2_0 ) ) + // InternalDSL.g:11466:1: ( ( ( rule__TimeSet__ProgressionFactorAssignment_2_1_2_2_0 ) ) ) + // InternalDSL.g:11467:1: ( ( rule__TimeSet__ProgressionFactorAssignment_2_1_2_2_0 ) ) { - // InternalDSL.g:11673:1: ( ( rule__TimeSet__ProgressionFactorAssignment_2_1_2_2_0 ) ) - // InternalDSL.g:11674:1: ( rule__TimeSet__ProgressionFactorAssignment_2_1_2_2_0 ) + // InternalDSL.g:11467:1: ( ( rule__TimeSet__ProgressionFactorAssignment_2_1_2_2_0 ) ) + // InternalDSL.g:11468:1: ( rule__TimeSet__ProgressionFactorAssignment_2_1_2_2_0 ) { before(grammarAccess.getTimeSetAccess().getProgressionFactorAssignment_2_1_2_2_0()); - // InternalDSL.g:11675:1: ( rule__TimeSet__ProgressionFactorAssignment_2_1_2_2_0 ) - // InternalDSL.g:11675:2: rule__TimeSet__ProgressionFactorAssignment_2_1_2_2_0 + // InternalDSL.g:11469:1: ( rule__TimeSet__ProgressionFactorAssignment_2_1_2_2_0 ) + // InternalDSL.g:11469:2: rule__TimeSet__ProgressionFactorAssignment_2_1_2_2_0 { pushFollow(FOLLOW_2); rule__TimeSet__ProgressionFactorAssignment_2_1_2_2_0(); @@ -32033,14 +31481,14 @@ public final void rule__TimeSet__Group_2_1_2_2__0__Impl() throws RecognitionExce // $ANTLR start "rule__TimeSet__Group_2_1_2_2__1" - // InternalDSL.g:11685:1: rule__TimeSet__Group_2_1_2_2__1 : rule__TimeSet__Group_2_1_2_2__1__Impl rule__TimeSet__Group_2_1_2_2__2 ; + // InternalDSL.g:11479:1: rule__TimeSet__Group_2_1_2_2__1 : rule__TimeSet__Group_2_1_2_2__1__Impl rule__TimeSet__Group_2_1_2_2__2 ; public final void rule__TimeSet__Group_2_1_2_2__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11689:1: ( rule__TimeSet__Group_2_1_2_2__1__Impl rule__TimeSet__Group_2_1_2_2__2 ) - // InternalDSL.g:11690:2: rule__TimeSet__Group_2_1_2_2__1__Impl rule__TimeSet__Group_2_1_2_2__2 + // InternalDSL.g:11483:1: ( rule__TimeSet__Group_2_1_2_2__1__Impl rule__TimeSet__Group_2_1_2_2__2 ) + // InternalDSL.g:11484:2: rule__TimeSet__Group_2_1_2_2__1__Impl rule__TimeSet__Group_2_1_2_2__2 { pushFollow(FOLLOW_4); rule__TimeSet__Group_2_1_2_2__1__Impl(); @@ -32071,20 +31519,20 @@ public final void rule__TimeSet__Group_2_1_2_2__1() throws RecognitionException // $ANTLR start "rule__TimeSet__Group_2_1_2_2__1__Impl" - // InternalDSL.g:11697:1: rule__TimeSet__Group_2_1_2_2__1__Impl : ( 'x' ) ; + // InternalDSL.g:11491:1: rule__TimeSet__Group_2_1_2_2__1__Impl : ( 'x' ) ; public final void rule__TimeSet__Group_2_1_2_2__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11701:1: ( ( 'x' ) ) - // InternalDSL.g:11702:1: ( 'x' ) + // InternalDSL.g:11495:1: ( ( 'x' ) ) + // InternalDSL.g:11496:1: ( 'x' ) { - // InternalDSL.g:11702:1: ( 'x' ) - // InternalDSL.g:11703:1: 'x' + // InternalDSL.g:11496:1: ( 'x' ) + // InternalDSL.g:11497:1: 'x' { before(grammarAccess.getTimeSetAccess().getXKeyword_2_1_2_2_1()); - match(input,87,FOLLOW_2); + match(input,67,FOLLOW_2); after(grammarAccess.getTimeSetAccess().getXKeyword_2_1_2_2_1()); } @@ -32108,14 +31556,14 @@ public final void rule__TimeSet__Group_2_1_2_2__1__Impl() throws RecognitionExce // $ANTLR start "rule__TimeSet__Group_2_1_2_2__2" - // InternalDSL.g:11716:1: rule__TimeSet__Group_2_1_2_2__2 : rule__TimeSet__Group_2_1_2_2__2__Impl ; + // InternalDSL.g:11510:1: rule__TimeSet__Group_2_1_2_2__2 : rule__TimeSet__Group_2_1_2_2__2__Impl ; public final void rule__TimeSet__Group_2_1_2_2__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11720:1: ( rule__TimeSet__Group_2_1_2_2__2__Impl ) - // InternalDSL.g:11721:2: rule__TimeSet__Group_2_1_2_2__2__Impl + // InternalDSL.g:11514:1: ( rule__TimeSet__Group_2_1_2_2__2__Impl ) + // InternalDSL.g:11515:2: rule__TimeSet__Group_2_1_2_2__2__Impl { pushFollow(FOLLOW_2); rule__TimeSet__Group_2_1_2_2__2__Impl(); @@ -32141,17 +31589,17 @@ public final void rule__TimeSet__Group_2_1_2_2__2() throws RecognitionException // $ANTLR start "rule__TimeSet__Group_2_1_2_2__2__Impl" - // InternalDSL.g:11727:1: rule__TimeSet__Group_2_1_2_2__2__Impl : ( ruleNL ) ; + // InternalDSL.g:11521:1: rule__TimeSet__Group_2_1_2_2__2__Impl : ( ruleNL ) ; public final void rule__TimeSet__Group_2_1_2_2__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11731:1: ( ( ruleNL ) ) - // InternalDSL.g:11732:1: ( ruleNL ) + // InternalDSL.g:11525:1: ( ( ruleNL ) ) + // InternalDSL.g:11526:1: ( ruleNL ) { - // InternalDSL.g:11732:1: ( ruleNL ) - // InternalDSL.g:11733:1: ruleNL + // InternalDSL.g:11526:1: ( ruleNL ) + // InternalDSL.g:11527:1: ruleNL { before(grammarAccess.getTimeSetAccess().getNLParserRuleCall_2_1_2_2_2()); pushFollow(FOLLOW_2); @@ -32182,14 +31630,14 @@ public final void rule__TimeSet__Group_2_1_2_2__2__Impl() throws RecognitionExce // $ANTLR start "rule__TimeSet__Group_3__0" - // InternalDSL.g:11750:1: rule__TimeSet__Group_3__0 : rule__TimeSet__Group_3__0__Impl rule__TimeSet__Group_3__1 ; + // InternalDSL.g:11544:1: rule__TimeSet__Group_3__0 : rule__TimeSet__Group_3__0__Impl rule__TimeSet__Group_3__1 ; public final void rule__TimeSet__Group_3__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11754:1: ( rule__TimeSet__Group_3__0__Impl rule__TimeSet__Group_3__1 ) - // InternalDSL.g:11755:2: rule__TimeSet__Group_3__0__Impl rule__TimeSet__Group_3__1 + // InternalDSL.g:11548:1: ( rule__TimeSet__Group_3__0__Impl rule__TimeSet__Group_3__1 ) + // InternalDSL.g:11549:2: rule__TimeSet__Group_3__0__Impl rule__TimeSet__Group_3__1 { pushFollow(FOLLOW_4); rule__TimeSet__Group_3__0__Impl(); @@ -32220,20 +31668,20 @@ public final void rule__TimeSet__Group_3__0() throws RecognitionException { // $ANTLR start "rule__TimeSet__Group_3__0__Impl" - // InternalDSL.g:11762:1: rule__TimeSet__Group_3__0__Impl : ( 'on' ) ; + // InternalDSL.g:11556:1: rule__TimeSet__Group_3__0__Impl : ( 'on' ) ; public final void rule__TimeSet__Group_3__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11766:1: ( ( 'on' ) ) - // InternalDSL.g:11767:1: ( 'on' ) + // InternalDSL.g:11560:1: ( ( 'on' ) ) + // InternalDSL.g:11561:1: ( 'on' ) { - // InternalDSL.g:11767:1: ( 'on' ) - // InternalDSL.g:11768:1: 'on' + // InternalDSL.g:11561:1: ( 'on' ) + // InternalDSL.g:11562:1: 'on' { before(grammarAccess.getTimeSetAccess().getOnKeyword_3_0()); - match(input,88,FOLLOW_2); + match(input,68,FOLLOW_2); after(grammarAccess.getTimeSetAccess().getOnKeyword_3_0()); } @@ -32257,14 +31705,14 @@ public final void rule__TimeSet__Group_3__0__Impl() throws RecognitionException // $ANTLR start "rule__TimeSet__Group_3__1" - // InternalDSL.g:11781:1: rule__TimeSet__Group_3__1 : rule__TimeSet__Group_3__1__Impl rule__TimeSet__Group_3__2 ; + // InternalDSL.g:11575:1: rule__TimeSet__Group_3__1 : rule__TimeSet__Group_3__1__Impl rule__TimeSet__Group_3__2 ; public final void rule__TimeSet__Group_3__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11785:1: ( rule__TimeSet__Group_3__1__Impl rule__TimeSet__Group_3__2 ) - // InternalDSL.g:11786:2: rule__TimeSet__Group_3__1__Impl rule__TimeSet__Group_3__2 + // InternalDSL.g:11579:1: ( rule__TimeSet__Group_3__1__Impl rule__TimeSet__Group_3__2 ) + // InternalDSL.g:11580:2: rule__TimeSet__Group_3__1__Impl rule__TimeSet__Group_3__2 { pushFollow(FOLLOW_47); rule__TimeSet__Group_3__1__Impl(); @@ -32295,17 +31743,17 @@ public final void rule__TimeSet__Group_3__1() throws RecognitionException { // $ANTLR start "rule__TimeSet__Group_3__1__Impl" - // InternalDSL.g:11793:1: rule__TimeSet__Group_3__1__Impl : ( ruleNL ) ; + // InternalDSL.g:11587:1: rule__TimeSet__Group_3__1__Impl : ( ruleNL ) ; public final void rule__TimeSet__Group_3__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11797:1: ( ( ruleNL ) ) - // InternalDSL.g:11798:1: ( ruleNL ) + // InternalDSL.g:11591:1: ( ( ruleNL ) ) + // InternalDSL.g:11592:1: ( ruleNL ) { - // InternalDSL.g:11798:1: ( ruleNL ) - // InternalDSL.g:11799:1: ruleNL + // InternalDSL.g:11592:1: ( ruleNL ) + // InternalDSL.g:11593:1: ruleNL { before(grammarAccess.getTimeSetAccess().getNLParserRuleCall_3_1()); pushFollow(FOLLOW_2); @@ -32336,14 +31784,14 @@ public final void rule__TimeSet__Group_3__1__Impl() throws RecognitionException // $ANTLR start "rule__TimeSet__Group_3__2" - // InternalDSL.g:11810:1: rule__TimeSet__Group_3__2 : rule__TimeSet__Group_3__2__Impl ; + // InternalDSL.g:11604:1: rule__TimeSet__Group_3__2 : rule__TimeSet__Group_3__2__Impl ; public final void rule__TimeSet__Group_3__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11814:1: ( rule__TimeSet__Group_3__2__Impl ) - // InternalDSL.g:11815:2: rule__TimeSet__Group_3__2__Impl + // InternalDSL.g:11608:1: ( rule__TimeSet__Group_3__2__Impl ) + // InternalDSL.g:11609:2: rule__TimeSet__Group_3__2__Impl { pushFollow(FOLLOW_2); rule__TimeSet__Group_3__2__Impl(); @@ -32369,24 +31817,24 @@ public final void rule__TimeSet__Group_3__2() throws RecognitionException { // $ANTLR start "rule__TimeSet__Group_3__2__Impl" - // InternalDSL.g:11821:1: rule__TimeSet__Group_3__2__Impl : ( ( ( rule__TimeSet__Group_3_2__0 ) ) ( ( rule__TimeSet__Group_3_2__0 )* ) ) ; + // InternalDSL.g:11615:1: rule__TimeSet__Group_3__2__Impl : ( ( ( rule__TimeSet__Group_3_2__0 ) ) ( ( rule__TimeSet__Group_3_2__0 )* ) ) ; public final void rule__TimeSet__Group_3__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11825:1: ( ( ( ( rule__TimeSet__Group_3_2__0 ) ) ( ( rule__TimeSet__Group_3_2__0 )* ) ) ) - // InternalDSL.g:11826:1: ( ( ( rule__TimeSet__Group_3_2__0 ) ) ( ( rule__TimeSet__Group_3_2__0 )* ) ) + // InternalDSL.g:11619:1: ( ( ( ( rule__TimeSet__Group_3_2__0 ) ) ( ( rule__TimeSet__Group_3_2__0 )* ) ) ) + // InternalDSL.g:11620:1: ( ( ( rule__TimeSet__Group_3_2__0 ) ) ( ( rule__TimeSet__Group_3_2__0 )* ) ) { - // InternalDSL.g:11826:1: ( ( ( rule__TimeSet__Group_3_2__0 ) ) ( ( rule__TimeSet__Group_3_2__0 )* ) ) - // InternalDSL.g:11827:1: ( ( rule__TimeSet__Group_3_2__0 ) ) ( ( rule__TimeSet__Group_3_2__0 )* ) + // InternalDSL.g:11620:1: ( ( ( rule__TimeSet__Group_3_2__0 ) ) ( ( rule__TimeSet__Group_3_2__0 )* ) ) + // InternalDSL.g:11621:1: ( ( rule__TimeSet__Group_3_2__0 ) ) ( ( rule__TimeSet__Group_3_2__0 )* ) { - // InternalDSL.g:11827:1: ( ( rule__TimeSet__Group_3_2__0 ) ) - // InternalDSL.g:11828:1: ( rule__TimeSet__Group_3_2__0 ) + // InternalDSL.g:11621:1: ( ( rule__TimeSet__Group_3_2__0 ) ) + // InternalDSL.g:11622:1: ( rule__TimeSet__Group_3_2__0 ) { before(grammarAccess.getTimeSetAccess().getGroup_3_2()); - // InternalDSL.g:11829:1: ( rule__TimeSet__Group_3_2__0 ) - // InternalDSL.g:11829:2: rule__TimeSet__Group_3_2__0 + // InternalDSL.g:11623:1: ( rule__TimeSet__Group_3_2__0 ) + // InternalDSL.g:11623:2: rule__TimeSet__Group_3_2__0 { pushFollow(FOLLOW_48); rule__TimeSet__Group_3_2__0(); @@ -32400,24 +31848,24 @@ public final void rule__TimeSet__Group_3__2__Impl() throws RecognitionException } - // InternalDSL.g:11832:1: ( ( rule__TimeSet__Group_3_2__0 )* ) - // InternalDSL.g:11833:1: ( rule__TimeSet__Group_3_2__0 )* + // InternalDSL.g:11626:1: ( ( rule__TimeSet__Group_3_2__0 )* ) + // InternalDSL.g:11627:1: ( rule__TimeSet__Group_3_2__0 )* { before(grammarAccess.getTimeSetAccess().getGroup_3_2()); - // InternalDSL.g:11834:1: ( rule__TimeSet__Group_3_2__0 )* - loop84: + // InternalDSL.g:11628:1: ( rule__TimeSet__Group_3_2__0 )* + loop83: do { - int alt84=2; - int LA84_0 = input.LA(1); + int alt83=2; + int LA83_0 = input.LA(1); - if ( (LA84_0==RULE_ID||LA84_0==110) ) { - alt84=1; + if ( (LA83_0==RULE_ID||LA83_0==90) ) { + alt83=1; } - switch (alt84) { + switch (alt83) { case 1 : - // InternalDSL.g:11834:2: rule__TimeSet__Group_3_2__0 + // InternalDSL.g:11628:2: rule__TimeSet__Group_3_2__0 { pushFollow(FOLLOW_48); rule__TimeSet__Group_3_2__0(); @@ -32429,7 +31877,7 @@ public final void rule__TimeSet__Group_3__2__Impl() throws RecognitionException break; default : - break loop84; + break loop83; } } while (true); @@ -32459,14 +31907,14 @@ public final void rule__TimeSet__Group_3__2__Impl() throws RecognitionException // $ANTLR start "rule__TimeSet__Group_3_2__0" - // InternalDSL.g:11851:1: rule__TimeSet__Group_3_2__0 : rule__TimeSet__Group_3_2__0__Impl rule__TimeSet__Group_3_2__1 ; + // InternalDSL.g:11645:1: rule__TimeSet__Group_3_2__0 : rule__TimeSet__Group_3_2__0__Impl rule__TimeSet__Group_3_2__1 ; public final void rule__TimeSet__Group_3_2__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11855:1: ( rule__TimeSet__Group_3_2__0__Impl rule__TimeSet__Group_3_2__1 ) - // InternalDSL.g:11856:2: rule__TimeSet__Group_3_2__0__Impl rule__TimeSet__Group_3_2__1 + // InternalDSL.g:11649:1: ( rule__TimeSet__Group_3_2__0__Impl rule__TimeSet__Group_3_2__1 ) + // InternalDSL.g:11650:2: rule__TimeSet__Group_3_2__0__Impl rule__TimeSet__Group_3_2__1 { pushFollow(FOLLOW_49); rule__TimeSet__Group_3_2__0__Impl(); @@ -32497,21 +31945,21 @@ public final void rule__TimeSet__Group_3_2__0() throws RecognitionException { // $ANTLR start "rule__TimeSet__Group_3_2__0__Impl" - // InternalDSL.g:11863:1: rule__TimeSet__Group_3_2__0__Impl : ( ( rule__TimeSet__Alternatives_3_2_0 ) ) ; + // InternalDSL.g:11657:1: rule__TimeSet__Group_3_2__0__Impl : ( ( rule__TimeSet__Alternatives_3_2_0 ) ) ; public final void rule__TimeSet__Group_3_2__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11867:1: ( ( ( rule__TimeSet__Alternatives_3_2_0 ) ) ) - // InternalDSL.g:11868:1: ( ( rule__TimeSet__Alternatives_3_2_0 ) ) + // InternalDSL.g:11661:1: ( ( ( rule__TimeSet__Alternatives_3_2_0 ) ) ) + // InternalDSL.g:11662:1: ( ( rule__TimeSet__Alternatives_3_2_0 ) ) { - // InternalDSL.g:11868:1: ( ( rule__TimeSet__Alternatives_3_2_0 ) ) - // InternalDSL.g:11869:1: ( rule__TimeSet__Alternatives_3_2_0 ) + // InternalDSL.g:11662:1: ( ( rule__TimeSet__Alternatives_3_2_0 ) ) + // InternalDSL.g:11663:1: ( rule__TimeSet__Alternatives_3_2_0 ) { before(grammarAccess.getTimeSetAccess().getAlternatives_3_2_0()); - // InternalDSL.g:11870:1: ( rule__TimeSet__Alternatives_3_2_0 ) - // InternalDSL.g:11870:2: rule__TimeSet__Alternatives_3_2_0 + // InternalDSL.g:11664:1: ( rule__TimeSet__Alternatives_3_2_0 ) + // InternalDSL.g:11664:2: rule__TimeSet__Alternatives_3_2_0 { pushFollow(FOLLOW_2); rule__TimeSet__Alternatives_3_2_0(); @@ -32544,14 +31992,14 @@ public final void rule__TimeSet__Group_3_2__0__Impl() throws RecognitionExceptio // $ANTLR start "rule__TimeSet__Group_3_2__1" - // InternalDSL.g:11880:1: rule__TimeSet__Group_3_2__1 : rule__TimeSet__Group_3_2__1__Impl rule__TimeSet__Group_3_2__2 ; + // InternalDSL.g:11674:1: rule__TimeSet__Group_3_2__1 : rule__TimeSet__Group_3_2__1__Impl rule__TimeSet__Group_3_2__2 ; public final void rule__TimeSet__Group_3_2__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11884:1: ( rule__TimeSet__Group_3_2__1__Impl rule__TimeSet__Group_3_2__2 ) - // InternalDSL.g:11885:2: rule__TimeSet__Group_3_2__1__Impl rule__TimeSet__Group_3_2__2 + // InternalDSL.g:11678:1: ( rule__TimeSet__Group_3_2__1__Impl rule__TimeSet__Group_3_2__2 ) + // InternalDSL.g:11679:2: rule__TimeSet__Group_3_2__1__Impl rule__TimeSet__Group_3_2__2 { pushFollow(FOLLOW_49); rule__TimeSet__Group_3_2__1__Impl(); @@ -32582,31 +32030,31 @@ public final void rule__TimeSet__Group_3_2__1() throws RecognitionException { // $ANTLR start "rule__TimeSet__Group_3_2__1__Impl" - // InternalDSL.g:11892:1: rule__TimeSet__Group_3_2__1__Impl : ( ( ',' )? ) ; + // InternalDSL.g:11686:1: rule__TimeSet__Group_3_2__1__Impl : ( ( ',' )? ) ; public final void rule__TimeSet__Group_3_2__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11896:1: ( ( ( ',' )? ) ) - // InternalDSL.g:11897:1: ( ( ',' )? ) + // InternalDSL.g:11690:1: ( ( ( ',' )? ) ) + // InternalDSL.g:11691:1: ( ( ',' )? ) { - // InternalDSL.g:11897:1: ( ( ',' )? ) - // InternalDSL.g:11898:1: ( ',' )? + // InternalDSL.g:11691:1: ( ( ',' )? ) + // InternalDSL.g:11692:1: ( ',' )? { before(grammarAccess.getTimeSetAccess().getCommaKeyword_3_2_1()); - // InternalDSL.g:11899:1: ( ',' )? - int alt85=2; - int LA85_0 = input.LA(1); + // InternalDSL.g:11693:1: ( ',' )? + int alt84=2; + int LA84_0 = input.LA(1); - if ( (LA85_0==89) ) { - alt85=1; + if ( (LA84_0==69) ) { + alt84=1; } - switch (alt85) { + switch (alt84) { case 1 : - // InternalDSL.g:11900:2: ',' + // InternalDSL.g:11694:2: ',' { - match(input,89,FOLLOW_2); + match(input,69,FOLLOW_2); } break; @@ -32636,14 +32084,14 @@ public final void rule__TimeSet__Group_3_2__1__Impl() throws RecognitionExceptio // $ANTLR start "rule__TimeSet__Group_3_2__2" - // InternalDSL.g:11911:1: rule__TimeSet__Group_3_2__2 : rule__TimeSet__Group_3_2__2__Impl ; + // InternalDSL.g:11705:1: rule__TimeSet__Group_3_2__2 : rule__TimeSet__Group_3_2__2__Impl ; public final void rule__TimeSet__Group_3_2__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11915:1: ( rule__TimeSet__Group_3_2__2__Impl ) - // InternalDSL.g:11916:2: rule__TimeSet__Group_3_2__2__Impl + // InternalDSL.g:11709:1: ( rule__TimeSet__Group_3_2__2__Impl ) + // InternalDSL.g:11710:2: rule__TimeSet__Group_3_2__2__Impl { pushFollow(FOLLOW_2); rule__TimeSet__Group_3_2__2__Impl(); @@ -32669,17 +32117,17 @@ public final void rule__TimeSet__Group_3_2__2() throws RecognitionException { // $ANTLR start "rule__TimeSet__Group_3_2__2__Impl" - // InternalDSL.g:11922:1: rule__TimeSet__Group_3_2__2__Impl : ( ruleNL ) ; + // InternalDSL.g:11716:1: rule__TimeSet__Group_3_2__2__Impl : ( ruleNL ) ; public final void rule__TimeSet__Group_3_2__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11926:1: ( ( ruleNL ) ) - // InternalDSL.g:11927:1: ( ruleNL ) + // InternalDSL.g:11720:1: ( ( ruleNL ) ) + // InternalDSL.g:11721:1: ( ruleNL ) { - // InternalDSL.g:11927:1: ( ruleNL ) - // InternalDSL.g:11928:1: ruleNL + // InternalDSL.g:11721:1: ( ruleNL ) + // InternalDSL.g:11722:1: ruleNL { before(grammarAccess.getTimeSetAccess().getNLParserRuleCall_3_2_2()); pushFollow(FOLLOW_2); @@ -32710,14 +32158,14 @@ public final void rule__TimeSet__Group_3_2__2__Impl() throws RecognitionExceptio // $ANTLR start "rule__TimeDifference__Group__0" - // InternalDSL.g:11945:1: rule__TimeDifference__Group__0 : rule__TimeDifference__Group__0__Impl rule__TimeDifference__Group__1 ; + // InternalDSL.g:11739:1: rule__TimeDifference__Group__0 : rule__TimeDifference__Group__0__Impl rule__TimeDifference__Group__1 ; public final void rule__TimeDifference__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11949:1: ( rule__TimeDifference__Group__0__Impl rule__TimeDifference__Group__1 ) - // InternalDSL.g:11950:2: rule__TimeDifference__Group__0__Impl rule__TimeDifference__Group__1 + // InternalDSL.g:11743:1: ( rule__TimeDifference__Group__0__Impl rule__TimeDifference__Group__1 ) + // InternalDSL.g:11744:2: rule__TimeDifference__Group__0__Impl rule__TimeDifference__Group__1 { pushFollow(FOLLOW_4); rule__TimeDifference__Group__0__Impl(); @@ -32748,21 +32196,21 @@ public final void rule__TimeDifference__Group__0() throws RecognitionException { // $ANTLR start "rule__TimeDifference__Group__0__Impl" - // InternalDSL.g:11957:1: rule__TimeDifference__Group__0__Impl : ( ( rule__TimeDifference__DirectionAssignment_0 ) ) ; + // InternalDSL.g:11751:1: rule__TimeDifference__Group__0__Impl : ( ( rule__TimeDifference__DirectionAssignment_0 ) ) ; public final void rule__TimeDifference__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11961:1: ( ( ( rule__TimeDifference__DirectionAssignment_0 ) ) ) - // InternalDSL.g:11962:1: ( ( rule__TimeDifference__DirectionAssignment_0 ) ) + // InternalDSL.g:11755:1: ( ( ( rule__TimeDifference__DirectionAssignment_0 ) ) ) + // InternalDSL.g:11756:1: ( ( rule__TimeDifference__DirectionAssignment_0 ) ) { - // InternalDSL.g:11962:1: ( ( rule__TimeDifference__DirectionAssignment_0 ) ) - // InternalDSL.g:11963:1: ( rule__TimeDifference__DirectionAssignment_0 ) + // InternalDSL.g:11756:1: ( ( rule__TimeDifference__DirectionAssignment_0 ) ) + // InternalDSL.g:11757:1: ( rule__TimeDifference__DirectionAssignment_0 ) { before(grammarAccess.getTimeDifferenceAccess().getDirectionAssignment_0()); - // InternalDSL.g:11964:1: ( rule__TimeDifference__DirectionAssignment_0 ) - // InternalDSL.g:11964:2: rule__TimeDifference__DirectionAssignment_0 + // InternalDSL.g:11758:1: ( rule__TimeDifference__DirectionAssignment_0 ) + // InternalDSL.g:11758:2: rule__TimeDifference__DirectionAssignment_0 { pushFollow(FOLLOW_2); rule__TimeDifference__DirectionAssignment_0(); @@ -32795,14 +32243,14 @@ public final void rule__TimeDifference__Group__0__Impl() throws RecognitionExcep // $ANTLR start "rule__TimeDifference__Group__1" - // InternalDSL.g:11974:1: rule__TimeDifference__Group__1 : rule__TimeDifference__Group__1__Impl ; + // InternalDSL.g:11768:1: rule__TimeDifference__Group__1 : rule__TimeDifference__Group__1__Impl ; public final void rule__TimeDifference__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11978:1: ( rule__TimeDifference__Group__1__Impl ) - // InternalDSL.g:11979:2: rule__TimeDifference__Group__1__Impl + // InternalDSL.g:11772:1: ( rule__TimeDifference__Group__1__Impl ) + // InternalDSL.g:11773:2: rule__TimeDifference__Group__1__Impl { pushFollow(FOLLOW_2); rule__TimeDifference__Group__1__Impl(); @@ -32828,24 +32276,24 @@ public final void rule__TimeDifference__Group__1() throws RecognitionException { // $ANTLR start "rule__TimeDifference__Group__1__Impl" - // InternalDSL.g:11985:1: rule__TimeDifference__Group__1__Impl : ( ( ( rule__TimeDifference__Group_1__0 ) ) ( ( rule__TimeDifference__Group_1__0 )* ) ) ; + // InternalDSL.g:11779:1: rule__TimeDifference__Group__1__Impl : ( ( ( rule__TimeDifference__Group_1__0 ) ) ( ( rule__TimeDifference__Group_1__0 )* ) ) ; public final void rule__TimeDifference__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:11989:1: ( ( ( ( rule__TimeDifference__Group_1__0 ) ) ( ( rule__TimeDifference__Group_1__0 )* ) ) ) - // InternalDSL.g:11990:1: ( ( ( rule__TimeDifference__Group_1__0 ) ) ( ( rule__TimeDifference__Group_1__0 )* ) ) + // InternalDSL.g:11783:1: ( ( ( ( rule__TimeDifference__Group_1__0 ) ) ( ( rule__TimeDifference__Group_1__0 )* ) ) ) + // InternalDSL.g:11784:1: ( ( ( rule__TimeDifference__Group_1__0 ) ) ( ( rule__TimeDifference__Group_1__0 )* ) ) { - // InternalDSL.g:11990:1: ( ( ( rule__TimeDifference__Group_1__0 ) ) ( ( rule__TimeDifference__Group_1__0 )* ) ) - // InternalDSL.g:11991:1: ( ( rule__TimeDifference__Group_1__0 ) ) ( ( rule__TimeDifference__Group_1__0 )* ) + // InternalDSL.g:11784:1: ( ( ( rule__TimeDifference__Group_1__0 ) ) ( ( rule__TimeDifference__Group_1__0 )* ) ) + // InternalDSL.g:11785:1: ( ( rule__TimeDifference__Group_1__0 ) ) ( ( rule__TimeDifference__Group_1__0 )* ) { - // InternalDSL.g:11991:1: ( ( rule__TimeDifference__Group_1__0 ) ) - // InternalDSL.g:11992:1: ( rule__TimeDifference__Group_1__0 ) + // InternalDSL.g:11785:1: ( ( rule__TimeDifference__Group_1__0 ) ) + // InternalDSL.g:11786:1: ( rule__TimeDifference__Group_1__0 ) { before(grammarAccess.getTimeDifferenceAccess().getGroup_1()); - // InternalDSL.g:11993:1: ( rule__TimeDifference__Group_1__0 ) - // InternalDSL.g:11993:2: rule__TimeDifference__Group_1__0 + // InternalDSL.g:11787:1: ( rule__TimeDifference__Group_1__0 ) + // InternalDSL.g:11787:2: rule__TimeDifference__Group_1__0 { pushFollow(FOLLOW_3); rule__TimeDifference__Group_1__0(); @@ -32859,18 +32307,18 @@ public final void rule__TimeDifference__Group__1__Impl() throws RecognitionExcep } - // InternalDSL.g:11996:1: ( ( rule__TimeDifference__Group_1__0 )* ) - // InternalDSL.g:11997:1: ( rule__TimeDifference__Group_1__0 )* + // InternalDSL.g:11790:1: ( ( rule__TimeDifference__Group_1__0 )* ) + // InternalDSL.g:11791:1: ( rule__TimeDifference__Group_1__0 )* { before(grammarAccess.getTimeDifferenceAccess().getGroup_1()); - // InternalDSL.g:11998:1: ( rule__TimeDifference__Group_1__0 )* - loop86: + // InternalDSL.g:11792:1: ( rule__TimeDifference__Group_1__0 )* + loop85: do { - int alt86=2; - alt86 = dfa86.predict(input); - switch (alt86) { + int alt85=2; + alt85 = dfa85.predict(input); + switch (alt85) { case 1 : - // InternalDSL.g:11998:2: rule__TimeDifference__Group_1__0 + // InternalDSL.g:11792:2: rule__TimeDifference__Group_1__0 { pushFollow(FOLLOW_3); rule__TimeDifference__Group_1__0(); @@ -32882,7 +32330,7 @@ public final void rule__TimeDifference__Group__1__Impl() throws RecognitionExcep break; default : - break loop86; + break loop85; } } while (true); @@ -32912,14 +32360,14 @@ public final void rule__TimeDifference__Group__1__Impl() throws RecognitionExcep // $ANTLR start "rule__TimeDifference__Group_1__0" - // InternalDSL.g:12013:1: rule__TimeDifference__Group_1__0 : rule__TimeDifference__Group_1__0__Impl rule__TimeDifference__Group_1__1 ; + // InternalDSL.g:11807:1: rule__TimeDifference__Group_1__0 : rule__TimeDifference__Group_1__0__Impl rule__TimeDifference__Group_1__1 ; public final void rule__TimeDifference__Group_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12017:1: ( rule__TimeDifference__Group_1__0__Impl rule__TimeDifference__Group_1__1 ) - // InternalDSL.g:12018:2: rule__TimeDifference__Group_1__0__Impl rule__TimeDifference__Group_1__1 + // InternalDSL.g:11811:1: ( rule__TimeDifference__Group_1__0__Impl rule__TimeDifference__Group_1__1 ) + // InternalDSL.g:11812:2: rule__TimeDifference__Group_1__0__Impl rule__TimeDifference__Group_1__1 { pushFollow(FOLLOW_50); rule__TimeDifference__Group_1__0__Impl(); @@ -32950,17 +32398,17 @@ public final void rule__TimeDifference__Group_1__0() throws RecognitionException // $ANTLR start "rule__TimeDifference__Group_1__0__Impl" - // InternalDSL.g:12025:1: rule__TimeDifference__Group_1__0__Impl : ( ruleNL ) ; + // InternalDSL.g:11819:1: rule__TimeDifference__Group_1__0__Impl : ( ruleNL ) ; public final void rule__TimeDifference__Group_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12029:1: ( ( ruleNL ) ) - // InternalDSL.g:12030:1: ( ruleNL ) + // InternalDSL.g:11823:1: ( ( ruleNL ) ) + // InternalDSL.g:11824:1: ( ruleNL ) { - // InternalDSL.g:12030:1: ( ruleNL ) - // InternalDSL.g:12031:1: ruleNL + // InternalDSL.g:11824:1: ( ruleNL ) + // InternalDSL.g:11825:1: ruleNL { before(grammarAccess.getTimeDifferenceAccess().getNLParserRuleCall_1_0()); pushFollow(FOLLOW_2); @@ -32991,14 +32439,14 @@ public final void rule__TimeDifference__Group_1__0__Impl() throws RecognitionExc // $ANTLR start "rule__TimeDifference__Group_1__1" - // InternalDSL.g:12042:1: rule__TimeDifference__Group_1__1 : rule__TimeDifference__Group_1__1__Impl ; + // InternalDSL.g:11836:1: rule__TimeDifference__Group_1__1 : rule__TimeDifference__Group_1__1__Impl ; public final void rule__TimeDifference__Group_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12046:1: ( rule__TimeDifference__Group_1__1__Impl ) - // InternalDSL.g:12047:2: rule__TimeDifference__Group_1__1__Impl + // InternalDSL.g:11840:1: ( rule__TimeDifference__Group_1__1__Impl ) + // InternalDSL.g:11841:2: rule__TimeDifference__Group_1__1__Impl { pushFollow(FOLLOW_2); rule__TimeDifference__Group_1__1__Impl(); @@ -33024,21 +32472,21 @@ public final void rule__TimeDifference__Group_1__1() throws RecognitionException // $ANTLR start "rule__TimeDifference__Group_1__1__Impl" - // InternalDSL.g:12053:1: rule__TimeDifference__Group_1__1__Impl : ( ( rule__TimeDifference__ValuesAssignment_1_1 ) ) ; + // InternalDSL.g:11847:1: rule__TimeDifference__Group_1__1__Impl : ( ( rule__TimeDifference__ValuesAssignment_1_1 ) ) ; public final void rule__TimeDifference__Group_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12057:1: ( ( ( rule__TimeDifference__ValuesAssignment_1_1 ) ) ) - // InternalDSL.g:12058:1: ( ( rule__TimeDifference__ValuesAssignment_1_1 ) ) + // InternalDSL.g:11851:1: ( ( ( rule__TimeDifference__ValuesAssignment_1_1 ) ) ) + // InternalDSL.g:11852:1: ( ( rule__TimeDifference__ValuesAssignment_1_1 ) ) { - // InternalDSL.g:12058:1: ( ( rule__TimeDifference__ValuesAssignment_1_1 ) ) - // InternalDSL.g:12059:1: ( rule__TimeDifference__ValuesAssignment_1_1 ) + // InternalDSL.g:11852:1: ( ( rule__TimeDifference__ValuesAssignment_1_1 ) ) + // InternalDSL.g:11853:1: ( rule__TimeDifference__ValuesAssignment_1_1 ) { before(grammarAccess.getTimeDifferenceAccess().getValuesAssignment_1_1()); - // InternalDSL.g:12060:1: ( rule__TimeDifference__ValuesAssignment_1_1 ) - // InternalDSL.g:12060:2: rule__TimeDifference__ValuesAssignment_1_1 + // InternalDSL.g:11854:1: ( rule__TimeDifference__ValuesAssignment_1_1 ) + // InternalDSL.g:11854:2: rule__TimeDifference__ValuesAssignment_1_1 { pushFollow(FOLLOW_2); rule__TimeDifference__ValuesAssignment_1_1(); @@ -33070,261 +32518,17 @@ public final void rule__TimeDifference__Group_1__1__Impl() throws RecognitionExc // $ANTLR end "rule__TimeDifference__Group_1__1__Impl" - // $ANTLR start "rule__TimeDifferencePart__Group__0" - // InternalDSL.g:12074:1: rule__TimeDifferencePart__Group__0 : rule__TimeDifferencePart__Group__0__Impl rule__TimeDifferencePart__Group__1 ; - public final void rule__TimeDifferencePart__Group__0() throws RecognitionException { - - int stackSize = keepStackSize(); - - try { - // InternalDSL.g:12078:1: ( rule__TimeDifferencePart__Group__0__Impl rule__TimeDifferencePart__Group__1 ) - // InternalDSL.g:12079:2: rule__TimeDifferencePart__Group__0__Impl rule__TimeDifferencePart__Group__1 - { - pushFollow(FOLLOW_4); - rule__TimeDifferencePart__Group__0__Impl(); - - state._fsp--; - - pushFollow(FOLLOW_2); - rule__TimeDifferencePart__Group__1(); - - state._fsp--; - - - } - - } - catch (RecognitionException re) { - reportError(re); - recover(input,re); - } - finally { - - restoreStackSize(stackSize); - - } - return ; - } - // $ANTLR end "rule__TimeDifferencePart__Group__0" - - - // $ANTLR start "rule__TimeDifferencePart__Group__0__Impl" - // InternalDSL.g:12086:1: rule__TimeDifferencePart__Group__0__Impl : ( ( rule__TimeDifferencePart__ValueAssignment_0 ) ) ; - public final void rule__TimeDifferencePart__Group__0__Impl() throws RecognitionException { - - int stackSize = keepStackSize(); - - try { - // InternalDSL.g:12090:1: ( ( ( rule__TimeDifferencePart__ValueAssignment_0 ) ) ) - // InternalDSL.g:12091:1: ( ( rule__TimeDifferencePart__ValueAssignment_0 ) ) - { - // InternalDSL.g:12091:1: ( ( rule__TimeDifferencePart__ValueAssignment_0 ) ) - // InternalDSL.g:12092:1: ( rule__TimeDifferencePart__ValueAssignment_0 ) - { - before(grammarAccess.getTimeDifferencePartAccess().getValueAssignment_0()); - // InternalDSL.g:12093:1: ( rule__TimeDifferencePart__ValueAssignment_0 ) - // InternalDSL.g:12093:2: rule__TimeDifferencePart__ValueAssignment_0 - { - pushFollow(FOLLOW_2); - rule__TimeDifferencePart__ValueAssignment_0(); - - state._fsp--; - - - } - - after(grammarAccess.getTimeDifferencePartAccess().getValueAssignment_0()); - - } - - - } - - } - catch (RecognitionException re) { - reportError(re); - recover(input,re); - } - finally { - - restoreStackSize(stackSize); - - } - return ; - } - // $ANTLR end "rule__TimeDifferencePart__Group__0__Impl" - - - // $ANTLR start "rule__TimeDifferencePart__Group__1" - // InternalDSL.g:12103:1: rule__TimeDifferencePart__Group__1 : rule__TimeDifferencePart__Group__1__Impl rule__TimeDifferencePart__Group__2 ; - public final void rule__TimeDifferencePart__Group__1() throws RecognitionException { - - int stackSize = keepStackSize(); - - try { - // InternalDSL.g:12107:1: ( rule__TimeDifferencePart__Group__1__Impl rule__TimeDifferencePart__Group__2 ) - // InternalDSL.g:12108:2: rule__TimeDifferencePart__Group__1__Impl rule__TimeDifferencePart__Group__2 - { - pushFollow(FOLLOW_51); - rule__TimeDifferencePart__Group__1__Impl(); - - state._fsp--; - - pushFollow(FOLLOW_2); - rule__TimeDifferencePart__Group__2(); - - state._fsp--; - - - } - - } - catch (RecognitionException re) { - reportError(re); - recover(input,re); - } - finally { - - restoreStackSize(stackSize); - - } - return ; - } - // $ANTLR end "rule__TimeDifferencePart__Group__1" - - - // $ANTLR start "rule__TimeDifferencePart__Group__1__Impl" - // InternalDSL.g:12115:1: rule__TimeDifferencePart__Group__1__Impl : ( ruleNL ) ; - public final void rule__TimeDifferencePart__Group__1__Impl() throws RecognitionException { - - int stackSize = keepStackSize(); - - try { - // InternalDSL.g:12119:1: ( ( ruleNL ) ) - // InternalDSL.g:12120:1: ( ruleNL ) - { - // InternalDSL.g:12120:1: ( ruleNL ) - // InternalDSL.g:12121:1: ruleNL - { - before(grammarAccess.getTimeDifferencePartAccess().getNLParserRuleCall_1()); - pushFollow(FOLLOW_2); - ruleNL(); - - state._fsp--; - - after(grammarAccess.getTimeDifferencePartAccess().getNLParserRuleCall_1()); - - } - - - } - - } - catch (RecognitionException re) { - reportError(re); - recover(input,re); - } - finally { - - restoreStackSize(stackSize); - - } - return ; - } - // $ANTLR end "rule__TimeDifferencePart__Group__1__Impl" - - - // $ANTLR start "rule__TimeDifferencePart__Group__2" - // InternalDSL.g:12132:1: rule__TimeDifferencePart__Group__2 : rule__TimeDifferencePart__Group__2__Impl ; - public final void rule__TimeDifferencePart__Group__2() throws RecognitionException { - - int stackSize = keepStackSize(); - - try { - // InternalDSL.g:12136:1: ( rule__TimeDifferencePart__Group__2__Impl ) - // InternalDSL.g:12137:2: rule__TimeDifferencePart__Group__2__Impl - { - pushFollow(FOLLOW_2); - rule__TimeDifferencePart__Group__2__Impl(); - - state._fsp--; - - - } - - } - catch (RecognitionException re) { - reportError(re); - recover(input,re); - } - finally { - - restoreStackSize(stackSize); - - } - return ; - } - // $ANTLR end "rule__TimeDifferencePart__Group__2" - - - // $ANTLR start "rule__TimeDifferencePart__Group__2__Impl" - // InternalDSL.g:12143:1: rule__TimeDifferencePart__Group__2__Impl : ( ( rule__TimeDifferencePart__TemporalUnitAssignment_2 ) ) ; - public final void rule__TimeDifferencePart__Group__2__Impl() throws RecognitionException { - - int stackSize = keepStackSize(); - - try { - // InternalDSL.g:12147:1: ( ( ( rule__TimeDifferencePart__TemporalUnitAssignment_2 ) ) ) - // InternalDSL.g:12148:1: ( ( rule__TimeDifferencePart__TemporalUnitAssignment_2 ) ) - { - // InternalDSL.g:12148:1: ( ( rule__TimeDifferencePart__TemporalUnitAssignment_2 ) ) - // InternalDSL.g:12149:1: ( rule__TimeDifferencePart__TemporalUnitAssignment_2 ) - { - before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitAssignment_2()); - // InternalDSL.g:12150:1: ( rule__TimeDifferencePart__TemporalUnitAssignment_2 ) - // InternalDSL.g:12150:2: rule__TimeDifferencePart__TemporalUnitAssignment_2 - { - pushFollow(FOLLOW_2); - rule__TimeDifferencePart__TemporalUnitAssignment_2(); - - state._fsp--; - - - } - - after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitAssignment_2()); - - } - - - } - - } - catch (RecognitionException re) { - reportError(re); - recover(input,re); - } - finally { - - restoreStackSize(stackSize); - - } - return ; - } - // $ANTLR end "rule__TimeDifferencePart__Group__2__Impl" - - // $ANTLR start "rule__Suite__Group__0" - // InternalDSL.g:12166:1: rule__Suite__Group__0 : rule__Suite__Group__0__Impl rule__Suite__Group__1 ; + // InternalDSL.g:11868:1: rule__Suite__Group__0 : rule__Suite__Group__0__Impl rule__Suite__Group__1 ; public final void rule__Suite__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12170:1: ( rule__Suite__Group__0__Impl rule__Suite__Group__1 ) - // InternalDSL.g:12171:2: rule__Suite__Group__0__Impl rule__Suite__Group__1 + // InternalDSL.g:11872:1: ( rule__Suite__Group__0__Impl rule__Suite__Group__1 ) + // InternalDSL.g:11873:2: rule__Suite__Group__0__Impl rule__Suite__Group__1 { - pushFollow(FOLLOW_52); + pushFollow(FOLLOW_51); rule__Suite__Group__0__Impl(); state._fsp--; @@ -33353,29 +32557,29 @@ public final void rule__Suite__Group__0() throws RecognitionException { // $ANTLR start "rule__Suite__Group__0__Impl" - // InternalDSL.g:12178:1: rule__Suite__Group__0__Impl : ( ( rule__Suite__InlinedAssignment_0 )? ) ; + // InternalDSL.g:11880:1: rule__Suite__Group__0__Impl : ( ( rule__Suite__InlinedAssignment_0 )? ) ; public final void rule__Suite__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12182:1: ( ( ( rule__Suite__InlinedAssignment_0 )? ) ) - // InternalDSL.g:12183:1: ( ( rule__Suite__InlinedAssignment_0 )? ) + // InternalDSL.g:11884:1: ( ( ( rule__Suite__InlinedAssignment_0 )? ) ) + // InternalDSL.g:11885:1: ( ( rule__Suite__InlinedAssignment_0 )? ) { - // InternalDSL.g:12183:1: ( ( rule__Suite__InlinedAssignment_0 )? ) - // InternalDSL.g:12184:1: ( rule__Suite__InlinedAssignment_0 )? + // InternalDSL.g:11885:1: ( ( rule__Suite__InlinedAssignment_0 )? ) + // InternalDSL.g:11886:1: ( rule__Suite__InlinedAssignment_0 )? { before(grammarAccess.getSuiteAccess().getInlinedAssignment_0()); - // InternalDSL.g:12185:1: ( rule__Suite__InlinedAssignment_0 )? - int alt87=2; - int LA87_0 = input.LA(1); + // InternalDSL.g:11887:1: ( rule__Suite__InlinedAssignment_0 )? + int alt86=2; + int LA86_0 = input.LA(1); - if ( (LA87_0==105) ) { - alt87=1; + if ( (LA86_0==85) ) { + alt86=1; } - switch (alt87) { + switch (alt86) { case 1 : - // InternalDSL.g:12185:2: rule__Suite__InlinedAssignment_0 + // InternalDSL.g:11887:2: rule__Suite__InlinedAssignment_0 { pushFollow(FOLLOW_2); rule__Suite__InlinedAssignment_0(); @@ -33411,14 +32615,14 @@ public final void rule__Suite__Group__0__Impl() throws RecognitionException { // $ANTLR start "rule__Suite__Group__1" - // InternalDSL.g:12195:1: rule__Suite__Group__1 : rule__Suite__Group__1__Impl rule__Suite__Group__2 ; + // InternalDSL.g:11897:1: rule__Suite__Group__1 : rule__Suite__Group__1__Impl rule__Suite__Group__2 ; public final void rule__Suite__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12199:1: ( rule__Suite__Group__1__Impl rule__Suite__Group__2 ) - // InternalDSL.g:12200:2: rule__Suite__Group__1__Impl rule__Suite__Group__2 + // InternalDSL.g:11901:1: ( rule__Suite__Group__1__Impl rule__Suite__Group__2 ) + // InternalDSL.g:11902:2: rule__Suite__Group__1__Impl rule__Suite__Group__2 { pushFollow(FOLLOW_4); rule__Suite__Group__1__Impl(); @@ -33449,20 +32653,20 @@ public final void rule__Suite__Group__1() throws RecognitionException { // $ANTLR start "rule__Suite__Group__1__Impl" - // InternalDSL.g:12207:1: rule__Suite__Group__1__Impl : ( 'suite' ) ; + // InternalDSL.g:11909:1: rule__Suite__Group__1__Impl : ( 'suite' ) ; public final void rule__Suite__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12211:1: ( ( 'suite' ) ) - // InternalDSL.g:12212:1: ( 'suite' ) + // InternalDSL.g:11913:1: ( ( 'suite' ) ) + // InternalDSL.g:11914:1: ( 'suite' ) { - // InternalDSL.g:12212:1: ( 'suite' ) - // InternalDSL.g:12213:1: 'suite' + // InternalDSL.g:11914:1: ( 'suite' ) + // InternalDSL.g:11915:1: 'suite' { before(grammarAccess.getSuiteAccess().getSuiteKeyword_1()); - match(input,90,FOLLOW_2); + match(input,70,FOLLOW_2); after(grammarAccess.getSuiteAccess().getSuiteKeyword_1()); } @@ -33486,14 +32690,14 @@ public final void rule__Suite__Group__1__Impl() throws RecognitionException { // $ANTLR start "rule__Suite__Group__2" - // InternalDSL.g:12226:1: rule__Suite__Group__2 : rule__Suite__Group__2__Impl rule__Suite__Group__3 ; + // InternalDSL.g:11928:1: rule__Suite__Group__2 : rule__Suite__Group__2__Impl rule__Suite__Group__3 ; public final void rule__Suite__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12230:1: ( rule__Suite__Group__2__Impl rule__Suite__Group__3 ) - // InternalDSL.g:12231:2: rule__Suite__Group__2__Impl rule__Suite__Group__3 + // InternalDSL.g:11932:1: ( rule__Suite__Group__2__Impl rule__Suite__Group__3 ) + // InternalDSL.g:11933:2: rule__Suite__Group__2__Impl rule__Suite__Group__3 { pushFollow(FOLLOW_42); rule__Suite__Group__2__Impl(); @@ -33524,17 +32728,17 @@ public final void rule__Suite__Group__2() throws RecognitionException { // $ANTLR start "rule__Suite__Group__2__Impl" - // InternalDSL.g:12238:1: rule__Suite__Group__2__Impl : ( ruleNL ) ; + // InternalDSL.g:11940:1: rule__Suite__Group__2__Impl : ( ruleNL ) ; public final void rule__Suite__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12242:1: ( ( ruleNL ) ) - // InternalDSL.g:12243:1: ( ruleNL ) + // InternalDSL.g:11944:1: ( ( ruleNL ) ) + // InternalDSL.g:11945:1: ( ruleNL ) { - // InternalDSL.g:12243:1: ( ruleNL ) - // InternalDSL.g:12244:1: ruleNL + // InternalDSL.g:11945:1: ( ruleNL ) + // InternalDSL.g:11946:1: ruleNL { before(grammarAccess.getSuiteAccess().getNLParserRuleCall_2()); pushFollow(FOLLOW_2); @@ -33565,14 +32769,14 @@ public final void rule__Suite__Group__2__Impl() throws RecognitionException { // $ANTLR start "rule__Suite__Group__3" - // InternalDSL.g:12255:1: rule__Suite__Group__3 : rule__Suite__Group__3__Impl rule__Suite__Group__4 ; + // InternalDSL.g:11957:1: rule__Suite__Group__3 : rule__Suite__Group__3__Impl rule__Suite__Group__4 ; public final void rule__Suite__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12259:1: ( rule__Suite__Group__3__Impl rule__Suite__Group__4 ) - // InternalDSL.g:12260:2: rule__Suite__Group__3__Impl rule__Suite__Group__4 + // InternalDSL.g:11961:1: ( rule__Suite__Group__3__Impl rule__Suite__Group__4 ) + // InternalDSL.g:11962:2: rule__Suite__Group__3__Impl rule__Suite__Group__4 { pushFollow(FOLLOW_42); rule__Suite__Group__3__Impl(); @@ -33603,25 +32807,25 @@ public final void rule__Suite__Group__3() throws RecognitionException { // $ANTLR start "rule__Suite__Group__3__Impl" - // InternalDSL.g:12267:1: rule__Suite__Group__3__Impl : ( ( rule__Suite__Group_3__0 )? ) ; + // InternalDSL.g:11969:1: rule__Suite__Group__3__Impl : ( ( rule__Suite__Group_3__0 )? ) ; public final void rule__Suite__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12271:1: ( ( ( rule__Suite__Group_3__0 )? ) ) - // InternalDSL.g:12272:1: ( ( rule__Suite__Group_3__0 )? ) + // InternalDSL.g:11973:1: ( ( ( rule__Suite__Group_3__0 )? ) ) + // InternalDSL.g:11974:1: ( ( rule__Suite__Group_3__0 )? ) { - // InternalDSL.g:12272:1: ( ( rule__Suite__Group_3__0 )? ) - // InternalDSL.g:12273:1: ( rule__Suite__Group_3__0 )? + // InternalDSL.g:11974:1: ( ( rule__Suite__Group_3__0 )? ) + // InternalDSL.g:11975:1: ( rule__Suite__Group_3__0 )? { before(grammarAccess.getSuiteAccess().getGroup_3()); - // InternalDSL.g:12274:1: ( rule__Suite__Group_3__0 )? - int alt88=2; - alt88 = dfa88.predict(input); - switch (alt88) { + // InternalDSL.g:11976:1: ( rule__Suite__Group_3__0 )? + int alt87=2; + alt87 = dfa87.predict(input); + switch (alt87) { case 1 : - // InternalDSL.g:12274:2: rule__Suite__Group_3__0 + // InternalDSL.g:11976:2: rule__Suite__Group_3__0 { pushFollow(FOLLOW_2); rule__Suite__Group_3__0(); @@ -33657,14 +32861,14 @@ public final void rule__Suite__Group__3__Impl() throws RecognitionException { // $ANTLR start "rule__Suite__Group__4" - // InternalDSL.g:12284:1: rule__Suite__Group__4 : rule__Suite__Group__4__Impl rule__Suite__Group__5 ; + // InternalDSL.g:11986:1: rule__Suite__Group__4 : rule__Suite__Group__4__Impl rule__Suite__Group__5 ; public final void rule__Suite__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12288:1: ( rule__Suite__Group__4__Impl rule__Suite__Group__5 ) - // InternalDSL.g:12289:2: rule__Suite__Group__4__Impl rule__Suite__Group__5 + // InternalDSL.g:11990:1: ( rule__Suite__Group__4__Impl rule__Suite__Group__5 ) + // InternalDSL.g:11991:2: rule__Suite__Group__4__Impl rule__Suite__Group__5 { pushFollow(FOLLOW_4); rule__Suite__Group__4__Impl(); @@ -33695,21 +32899,21 @@ public final void rule__Suite__Group__4() throws RecognitionException { // $ANTLR start "rule__Suite__Group__4__Impl" - // InternalDSL.g:12296:1: rule__Suite__Group__4__Impl : ( ( rule__Suite__DefinitionAssignment_4 ) ) ; + // InternalDSL.g:11998:1: rule__Suite__Group__4__Impl : ( ( rule__Suite__DefinitionAssignment_4 ) ) ; public final void rule__Suite__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12300:1: ( ( ( rule__Suite__DefinitionAssignment_4 ) ) ) - // InternalDSL.g:12301:1: ( ( rule__Suite__DefinitionAssignment_4 ) ) + // InternalDSL.g:12002:1: ( ( ( rule__Suite__DefinitionAssignment_4 ) ) ) + // InternalDSL.g:12003:1: ( ( rule__Suite__DefinitionAssignment_4 ) ) { - // InternalDSL.g:12301:1: ( ( rule__Suite__DefinitionAssignment_4 ) ) - // InternalDSL.g:12302:1: ( rule__Suite__DefinitionAssignment_4 ) + // InternalDSL.g:12003:1: ( ( rule__Suite__DefinitionAssignment_4 ) ) + // InternalDSL.g:12004:1: ( rule__Suite__DefinitionAssignment_4 ) { before(grammarAccess.getSuiteAccess().getDefinitionAssignment_4()); - // InternalDSL.g:12303:1: ( rule__Suite__DefinitionAssignment_4 ) - // InternalDSL.g:12303:2: rule__Suite__DefinitionAssignment_4 + // InternalDSL.g:12005:1: ( rule__Suite__DefinitionAssignment_4 ) + // InternalDSL.g:12005:2: rule__Suite__DefinitionAssignment_4 { pushFollow(FOLLOW_2); rule__Suite__DefinitionAssignment_4(); @@ -33742,16 +32946,16 @@ public final void rule__Suite__Group__4__Impl() throws RecognitionException { // $ANTLR start "rule__Suite__Group__5" - // InternalDSL.g:12313:1: rule__Suite__Group__5 : rule__Suite__Group__5__Impl rule__Suite__Group__6 ; + // InternalDSL.g:12015:1: rule__Suite__Group__5 : rule__Suite__Group__5__Impl rule__Suite__Group__6 ; public final void rule__Suite__Group__5() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12317:1: ( rule__Suite__Group__5__Impl rule__Suite__Group__6 ) - // InternalDSL.g:12318:2: rule__Suite__Group__5__Impl rule__Suite__Group__6 + // InternalDSL.g:12019:1: ( rule__Suite__Group__5__Impl rule__Suite__Group__6 ) + // InternalDSL.g:12020:2: rule__Suite__Group__5__Impl rule__Suite__Group__6 { - pushFollow(FOLLOW_53); + pushFollow(FOLLOW_52); rule__Suite__Group__5__Impl(); state._fsp--; @@ -33780,17 +32984,17 @@ public final void rule__Suite__Group__5() throws RecognitionException { // $ANTLR start "rule__Suite__Group__5__Impl" - // InternalDSL.g:12325:1: rule__Suite__Group__5__Impl : ( ruleNL ) ; + // InternalDSL.g:12027:1: rule__Suite__Group__5__Impl : ( ruleNL ) ; public final void rule__Suite__Group__5__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12329:1: ( ( ruleNL ) ) - // InternalDSL.g:12330:1: ( ruleNL ) + // InternalDSL.g:12031:1: ( ( ruleNL ) ) + // InternalDSL.g:12032:1: ( ruleNL ) { - // InternalDSL.g:12330:1: ( ruleNL ) - // InternalDSL.g:12331:1: ruleNL + // InternalDSL.g:12032:1: ( ruleNL ) + // InternalDSL.g:12033:1: ruleNL { before(grammarAccess.getSuiteAccess().getNLParserRuleCall_5()); pushFollow(FOLLOW_2); @@ -33821,16 +33025,16 @@ public final void rule__Suite__Group__5__Impl() throws RecognitionException { // $ANTLR start "rule__Suite__Group__6" - // InternalDSL.g:12342:1: rule__Suite__Group__6 : rule__Suite__Group__6__Impl rule__Suite__Group__7 ; + // InternalDSL.g:12044:1: rule__Suite__Group__6 : rule__Suite__Group__6__Impl rule__Suite__Group__7 ; public final void rule__Suite__Group__6() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12346:1: ( rule__Suite__Group__6__Impl rule__Suite__Group__7 ) - // InternalDSL.g:12347:2: rule__Suite__Group__6__Impl rule__Suite__Group__7 + // InternalDSL.g:12048:1: ( rule__Suite__Group__6__Impl rule__Suite__Group__7 ) + // InternalDSL.g:12049:2: rule__Suite__Group__6__Impl rule__Suite__Group__7 { - pushFollow(FOLLOW_53); + pushFollow(FOLLOW_52); rule__Suite__Group__6__Impl(); state._fsp--; @@ -33859,27 +33063,27 @@ public final void rule__Suite__Group__6() throws RecognitionException { // $ANTLR start "rule__Suite__Group__6__Impl" - // InternalDSL.g:12354:1: rule__Suite__Group__6__Impl : ( ( rule__Suite__Group_6__0 )* ) ; + // InternalDSL.g:12056:1: rule__Suite__Group__6__Impl : ( ( rule__Suite__Group_6__0 )* ) ; public final void rule__Suite__Group__6__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12358:1: ( ( ( rule__Suite__Group_6__0 )* ) ) - // InternalDSL.g:12359:1: ( ( rule__Suite__Group_6__0 )* ) + // InternalDSL.g:12060:1: ( ( ( rule__Suite__Group_6__0 )* ) ) + // InternalDSL.g:12061:1: ( ( rule__Suite__Group_6__0 )* ) { - // InternalDSL.g:12359:1: ( ( rule__Suite__Group_6__0 )* ) - // InternalDSL.g:12360:1: ( rule__Suite__Group_6__0 )* + // InternalDSL.g:12061:1: ( ( rule__Suite__Group_6__0 )* ) + // InternalDSL.g:12062:1: ( rule__Suite__Group_6__0 )* { before(grammarAccess.getSuiteAccess().getGroup_6()); - // InternalDSL.g:12361:1: ( rule__Suite__Group_6__0 )* - loop89: + // InternalDSL.g:12063:1: ( rule__Suite__Group_6__0 )* + loop88: do { - int alt89=2; - alt89 = dfa89.predict(input); - switch (alt89) { + int alt88=2; + alt88 = dfa88.predict(input); + switch (alt88) { case 1 : - // InternalDSL.g:12361:2: rule__Suite__Group_6__0 + // InternalDSL.g:12063:2: rule__Suite__Group_6__0 { pushFollow(FOLLOW_15); rule__Suite__Group_6__0(); @@ -33891,7 +33095,7 @@ public final void rule__Suite__Group__6__Impl() throws RecognitionException { break; default : - break loop89; + break loop88; } } while (true); @@ -33918,16 +33122,16 @@ public final void rule__Suite__Group__6__Impl() throws RecognitionException { // $ANTLR start "rule__Suite__Group__7" - // InternalDSL.g:12371:1: rule__Suite__Group__7 : rule__Suite__Group__7__Impl rule__Suite__Group__8 ; + // InternalDSL.g:12073:1: rule__Suite__Group__7 : rule__Suite__Group__7__Impl rule__Suite__Group__8 ; public final void rule__Suite__Group__7() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12375:1: ( rule__Suite__Group__7__Impl rule__Suite__Group__8 ) - // InternalDSL.g:12376:2: rule__Suite__Group__7__Impl rule__Suite__Group__8 + // InternalDSL.g:12077:1: ( rule__Suite__Group__7__Impl rule__Suite__Group__8 ) + // InternalDSL.g:12078:2: rule__Suite__Group__7__Impl rule__Suite__Group__8 { - pushFollow(FOLLOW_53); + pushFollow(FOLLOW_52); rule__Suite__Group__7__Impl(); state._fsp--; @@ -33956,33 +33160,33 @@ public final void rule__Suite__Group__7() throws RecognitionException { // $ANTLR start "rule__Suite__Group__7__Impl" - // InternalDSL.g:12383:1: rule__Suite__Group__7__Impl : ( ( rule__Suite__Group_7__0 )* ) ; + // InternalDSL.g:12085:1: rule__Suite__Group__7__Impl : ( ( rule__Suite__Group_7__0 )* ) ; public final void rule__Suite__Group__7__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12387:1: ( ( ( rule__Suite__Group_7__0 )* ) ) - // InternalDSL.g:12388:1: ( ( rule__Suite__Group_7__0 )* ) + // InternalDSL.g:12089:1: ( ( ( rule__Suite__Group_7__0 )* ) ) + // InternalDSL.g:12090:1: ( ( rule__Suite__Group_7__0 )* ) { - // InternalDSL.g:12388:1: ( ( rule__Suite__Group_7__0 )* ) - // InternalDSL.g:12389:1: ( rule__Suite__Group_7__0 )* + // InternalDSL.g:12090:1: ( ( rule__Suite__Group_7__0 )* ) + // InternalDSL.g:12091:1: ( rule__Suite__Group_7__0 )* { before(grammarAccess.getSuiteAccess().getGroup_7()); - // InternalDSL.g:12390:1: ( rule__Suite__Group_7__0 )* - loop90: + // InternalDSL.g:12092:1: ( rule__Suite__Group_7__0 )* + loop89: do { - int alt90=2; - int LA90_0 = input.LA(1); + int alt89=2; + int LA89_0 = input.LA(1); - if ( (LA90_0==RULE_ID) ) { - alt90=1; + if ( (LA89_0==RULE_ID) ) { + alt89=1; } - switch (alt90) { + switch (alt89) { case 1 : - // InternalDSL.g:12390:2: rule__Suite__Group_7__0 + // InternalDSL.g:12092:2: rule__Suite__Group_7__0 { pushFollow(FOLLOW_15); rule__Suite__Group_7__0(); @@ -33994,7 +33198,7 @@ public final void rule__Suite__Group__7__Impl() throws RecognitionException { break; default : - break loop90; + break loop89; } } while (true); @@ -34021,16 +33225,16 @@ public final void rule__Suite__Group__7__Impl() throws RecognitionException { // $ANTLR start "rule__Suite__Group__8" - // InternalDSL.g:12400:1: rule__Suite__Group__8 : rule__Suite__Group__8__Impl rule__Suite__Group__9 ; + // InternalDSL.g:12102:1: rule__Suite__Group__8 : rule__Suite__Group__8__Impl rule__Suite__Group__9 ; public final void rule__Suite__Group__8() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12404:1: ( rule__Suite__Group__8__Impl rule__Suite__Group__9 ) - // InternalDSL.g:12405:2: rule__Suite__Group__8__Impl rule__Suite__Group__9 + // InternalDSL.g:12106:1: ( rule__Suite__Group__8__Impl rule__Suite__Group__9 ) + // InternalDSL.g:12107:2: rule__Suite__Group__8__Impl rule__Suite__Group__9 { - pushFollow(FOLLOW_53); + pushFollow(FOLLOW_52); rule__Suite__Group__8__Impl(); state._fsp--; @@ -34059,29 +33263,29 @@ public final void rule__Suite__Group__8() throws RecognitionException { // $ANTLR start "rule__Suite__Group__8__Impl" - // InternalDSL.g:12412:1: rule__Suite__Group__8__Impl : ( ( rule__Suite__Group_8__0 )? ) ; + // InternalDSL.g:12114:1: rule__Suite__Group__8__Impl : ( ( rule__Suite__Group_8__0 )? ) ; public final void rule__Suite__Group__8__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12416:1: ( ( ( rule__Suite__Group_8__0 )? ) ) - // InternalDSL.g:12417:1: ( ( rule__Suite__Group_8__0 )? ) + // InternalDSL.g:12118:1: ( ( ( rule__Suite__Group_8__0 )? ) ) + // InternalDSL.g:12119:1: ( ( rule__Suite__Group_8__0 )? ) { - // InternalDSL.g:12417:1: ( ( rule__Suite__Group_8__0 )? ) - // InternalDSL.g:12418:1: ( rule__Suite__Group_8__0 )? + // InternalDSL.g:12119:1: ( ( rule__Suite__Group_8__0 )? ) + // InternalDSL.g:12120:1: ( rule__Suite__Group_8__0 )? { before(grammarAccess.getSuiteAccess().getGroup_8()); - // InternalDSL.g:12419:1: ( rule__Suite__Group_8__0 )? - int alt91=2; - int LA91_0 = input.LA(1); + // InternalDSL.g:12121:1: ( rule__Suite__Group_8__0 )? + int alt90=2; + int LA90_0 = input.LA(1); - if ( (LA91_0==88) ) { - alt91=1; + if ( (LA90_0==68) ) { + alt90=1; } - switch (alt91) { + switch (alt90) { case 1 : - // InternalDSL.g:12419:2: rule__Suite__Group_8__0 + // InternalDSL.g:12121:2: rule__Suite__Group_8__0 { pushFollow(FOLLOW_2); rule__Suite__Group_8__0(); @@ -34117,14 +33321,14 @@ public final void rule__Suite__Group__8__Impl() throws RecognitionException { // $ANTLR start "rule__Suite__Group__9" - // InternalDSL.g:12429:1: rule__Suite__Group__9 : rule__Suite__Group__9__Impl ; + // InternalDSL.g:12131:1: rule__Suite__Group__9 : rule__Suite__Group__9__Impl ; public final void rule__Suite__Group__9() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12433:1: ( rule__Suite__Group__9__Impl ) - // InternalDSL.g:12434:2: rule__Suite__Group__9__Impl + // InternalDSL.g:12135:1: ( rule__Suite__Group__9__Impl ) + // InternalDSL.g:12136:2: rule__Suite__Group__9__Impl { pushFollow(FOLLOW_2); rule__Suite__Group__9__Impl(); @@ -34150,29 +33354,29 @@ public final void rule__Suite__Group__9() throws RecognitionException { // $ANTLR start "rule__Suite__Group__9__Impl" - // InternalDSL.g:12440:1: rule__Suite__Group__9__Impl : ( ( rule__Suite__Group_9__0 )? ) ; + // InternalDSL.g:12142:1: rule__Suite__Group__9__Impl : ( ( rule__Suite__Group_9__0 )? ) ; public final void rule__Suite__Group__9__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12444:1: ( ( ( rule__Suite__Group_9__0 )? ) ) - // InternalDSL.g:12445:1: ( ( rule__Suite__Group_9__0 )? ) + // InternalDSL.g:12146:1: ( ( ( rule__Suite__Group_9__0 )? ) ) + // InternalDSL.g:12147:1: ( ( rule__Suite__Group_9__0 )? ) { - // InternalDSL.g:12445:1: ( ( rule__Suite__Group_9__0 )? ) - // InternalDSL.g:12446:1: ( rule__Suite__Group_9__0 )? + // InternalDSL.g:12147:1: ( ( rule__Suite__Group_9__0 )? ) + // InternalDSL.g:12148:1: ( rule__Suite__Group_9__0 )? { before(grammarAccess.getSuiteAccess().getGroup_9()); - // InternalDSL.g:12447:1: ( rule__Suite__Group_9__0 )? - int alt92=2; - int LA92_0 = input.LA(1); + // InternalDSL.g:12149:1: ( rule__Suite__Group_9__0 )? + int alt91=2; + int LA91_0 = input.LA(1); - if ( (LA92_0==80) ) { - alt92=1; + if ( (LA91_0==60) ) { + alt91=1; } - switch (alt92) { + switch (alt91) { case 1 : - // InternalDSL.g:12447:2: rule__Suite__Group_9__0 + // InternalDSL.g:12149:2: rule__Suite__Group_9__0 { pushFollow(FOLLOW_2); rule__Suite__Group_9__0(); @@ -34208,14 +33412,14 @@ public final void rule__Suite__Group__9__Impl() throws RecognitionException { // $ANTLR start "rule__Suite__Group_3__0" - // InternalDSL.g:12477:1: rule__Suite__Group_3__0 : rule__Suite__Group_3__0__Impl rule__Suite__Group_3__1 ; + // InternalDSL.g:12179:1: rule__Suite__Group_3__0 : rule__Suite__Group_3__0__Impl rule__Suite__Group_3__1 ; public final void rule__Suite__Group_3__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12481:1: ( rule__Suite__Group_3__0__Impl rule__Suite__Group_3__1 ) - // InternalDSL.g:12482:2: rule__Suite__Group_3__0__Impl rule__Suite__Group_3__1 + // InternalDSL.g:12183:1: ( rule__Suite__Group_3__0__Impl rule__Suite__Group_3__1 ) + // InternalDSL.g:12184:2: rule__Suite__Group_3__0__Impl rule__Suite__Group_3__1 { pushFollow(FOLLOW_4); rule__Suite__Group_3__0__Impl(); @@ -34246,21 +33450,21 @@ public final void rule__Suite__Group_3__0() throws RecognitionException { // $ANTLR start "rule__Suite__Group_3__0__Impl" - // InternalDSL.g:12489:1: rule__Suite__Group_3__0__Impl : ( ( rule__Suite__MultiplierAssignment_3_0 ) ) ; + // InternalDSL.g:12191:1: rule__Suite__Group_3__0__Impl : ( ( rule__Suite__MultiplierAssignment_3_0 ) ) ; public final void rule__Suite__Group_3__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12493:1: ( ( ( rule__Suite__MultiplierAssignment_3_0 ) ) ) - // InternalDSL.g:12494:1: ( ( rule__Suite__MultiplierAssignment_3_0 ) ) + // InternalDSL.g:12195:1: ( ( ( rule__Suite__MultiplierAssignment_3_0 ) ) ) + // InternalDSL.g:12196:1: ( ( rule__Suite__MultiplierAssignment_3_0 ) ) { - // InternalDSL.g:12494:1: ( ( rule__Suite__MultiplierAssignment_3_0 ) ) - // InternalDSL.g:12495:1: ( rule__Suite__MultiplierAssignment_3_0 ) + // InternalDSL.g:12196:1: ( ( rule__Suite__MultiplierAssignment_3_0 ) ) + // InternalDSL.g:12197:1: ( rule__Suite__MultiplierAssignment_3_0 ) { before(grammarAccess.getSuiteAccess().getMultiplierAssignment_3_0()); - // InternalDSL.g:12496:1: ( rule__Suite__MultiplierAssignment_3_0 ) - // InternalDSL.g:12496:2: rule__Suite__MultiplierAssignment_3_0 + // InternalDSL.g:12198:1: ( rule__Suite__MultiplierAssignment_3_0 ) + // InternalDSL.g:12198:2: rule__Suite__MultiplierAssignment_3_0 { pushFollow(FOLLOW_2); rule__Suite__MultiplierAssignment_3_0(); @@ -34293,14 +33497,14 @@ public final void rule__Suite__Group_3__0__Impl() throws RecognitionException { // $ANTLR start "rule__Suite__Group_3__1" - // InternalDSL.g:12506:1: rule__Suite__Group_3__1 : rule__Suite__Group_3__1__Impl ; + // InternalDSL.g:12208:1: rule__Suite__Group_3__1 : rule__Suite__Group_3__1__Impl ; public final void rule__Suite__Group_3__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12510:1: ( rule__Suite__Group_3__1__Impl ) - // InternalDSL.g:12511:2: rule__Suite__Group_3__1__Impl + // InternalDSL.g:12212:1: ( rule__Suite__Group_3__1__Impl ) + // InternalDSL.g:12213:2: rule__Suite__Group_3__1__Impl { pushFollow(FOLLOW_2); rule__Suite__Group_3__1__Impl(); @@ -34326,17 +33530,17 @@ public final void rule__Suite__Group_3__1() throws RecognitionException { // $ANTLR start "rule__Suite__Group_3__1__Impl" - // InternalDSL.g:12517:1: rule__Suite__Group_3__1__Impl : ( ruleNL ) ; + // InternalDSL.g:12219:1: rule__Suite__Group_3__1__Impl : ( ruleNL ) ; public final void rule__Suite__Group_3__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12521:1: ( ( ruleNL ) ) - // InternalDSL.g:12522:1: ( ruleNL ) + // InternalDSL.g:12223:1: ( ( ruleNL ) ) + // InternalDSL.g:12224:1: ( ruleNL ) { - // InternalDSL.g:12522:1: ( ruleNL ) - // InternalDSL.g:12523:1: ruleNL + // InternalDSL.g:12224:1: ( ruleNL ) + // InternalDSL.g:12225:1: ruleNL { before(grammarAccess.getSuiteAccess().getNLParserRuleCall_3_1()); pushFollow(FOLLOW_2); @@ -34367,14 +33571,14 @@ public final void rule__Suite__Group_3__1__Impl() throws RecognitionException { // $ANTLR start "rule__Suite__Group_6__0" - // InternalDSL.g:12538:1: rule__Suite__Group_6__0 : rule__Suite__Group_6__0__Impl rule__Suite__Group_6__1 ; + // InternalDSL.g:12240:1: rule__Suite__Group_6__0 : rule__Suite__Group_6__0__Impl rule__Suite__Group_6__1 ; public final void rule__Suite__Group_6__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12542:1: ( rule__Suite__Group_6__0__Impl rule__Suite__Group_6__1 ) - // InternalDSL.g:12543:2: rule__Suite__Group_6__0__Impl rule__Suite__Group_6__1 + // InternalDSL.g:12244:1: ( rule__Suite__Group_6__0__Impl rule__Suite__Group_6__1 ) + // InternalDSL.g:12245:2: rule__Suite__Group_6__0__Impl rule__Suite__Group_6__1 { pushFollow(FOLLOW_4); rule__Suite__Group_6__0__Impl(); @@ -34405,21 +33609,21 @@ public final void rule__Suite__Group_6__0() throws RecognitionException { // $ANTLR start "rule__Suite__Group_6__0__Impl" - // InternalDSL.g:12550:1: rule__Suite__Group_6__0__Impl : ( ( rule__Suite__ParametersAssignment_6_0 ) ) ; + // InternalDSL.g:12252:1: rule__Suite__Group_6__0__Impl : ( ( rule__Suite__ParametersAssignment_6_0 ) ) ; public final void rule__Suite__Group_6__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12554:1: ( ( ( rule__Suite__ParametersAssignment_6_0 ) ) ) - // InternalDSL.g:12555:1: ( ( rule__Suite__ParametersAssignment_6_0 ) ) + // InternalDSL.g:12256:1: ( ( ( rule__Suite__ParametersAssignment_6_0 ) ) ) + // InternalDSL.g:12257:1: ( ( rule__Suite__ParametersAssignment_6_0 ) ) { - // InternalDSL.g:12555:1: ( ( rule__Suite__ParametersAssignment_6_0 ) ) - // InternalDSL.g:12556:1: ( rule__Suite__ParametersAssignment_6_0 ) + // InternalDSL.g:12257:1: ( ( rule__Suite__ParametersAssignment_6_0 ) ) + // InternalDSL.g:12258:1: ( rule__Suite__ParametersAssignment_6_0 ) { before(grammarAccess.getSuiteAccess().getParametersAssignment_6_0()); - // InternalDSL.g:12557:1: ( rule__Suite__ParametersAssignment_6_0 ) - // InternalDSL.g:12557:2: rule__Suite__ParametersAssignment_6_0 + // InternalDSL.g:12259:1: ( rule__Suite__ParametersAssignment_6_0 ) + // InternalDSL.g:12259:2: rule__Suite__ParametersAssignment_6_0 { pushFollow(FOLLOW_2); rule__Suite__ParametersAssignment_6_0(); @@ -34452,14 +33656,14 @@ public final void rule__Suite__Group_6__0__Impl() throws RecognitionException { // $ANTLR start "rule__Suite__Group_6__1" - // InternalDSL.g:12567:1: rule__Suite__Group_6__1 : rule__Suite__Group_6__1__Impl ; + // InternalDSL.g:12269:1: rule__Suite__Group_6__1 : rule__Suite__Group_6__1__Impl ; public final void rule__Suite__Group_6__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12571:1: ( rule__Suite__Group_6__1__Impl ) - // InternalDSL.g:12572:2: rule__Suite__Group_6__1__Impl + // InternalDSL.g:12273:1: ( rule__Suite__Group_6__1__Impl ) + // InternalDSL.g:12274:2: rule__Suite__Group_6__1__Impl { pushFollow(FOLLOW_2); rule__Suite__Group_6__1__Impl(); @@ -34485,17 +33689,17 @@ public final void rule__Suite__Group_6__1() throws RecognitionException { // $ANTLR start "rule__Suite__Group_6__1__Impl" - // InternalDSL.g:12578:1: rule__Suite__Group_6__1__Impl : ( ruleNL ) ; + // InternalDSL.g:12280:1: rule__Suite__Group_6__1__Impl : ( ruleNL ) ; public final void rule__Suite__Group_6__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12582:1: ( ( ruleNL ) ) - // InternalDSL.g:12583:1: ( ruleNL ) + // InternalDSL.g:12284:1: ( ( ruleNL ) ) + // InternalDSL.g:12285:1: ( ruleNL ) { - // InternalDSL.g:12583:1: ( ruleNL ) - // InternalDSL.g:12584:1: ruleNL + // InternalDSL.g:12285:1: ( ruleNL ) + // InternalDSL.g:12286:1: ruleNL { before(grammarAccess.getSuiteAccess().getNLParserRuleCall_6_1()); pushFollow(FOLLOW_2); @@ -34526,14 +33730,14 @@ public final void rule__Suite__Group_6__1__Impl() throws RecognitionException { // $ANTLR start "rule__Suite__Group_7__0" - // InternalDSL.g:12599:1: rule__Suite__Group_7__0 : rule__Suite__Group_7__0__Impl rule__Suite__Group_7__1 ; + // InternalDSL.g:12301:1: rule__Suite__Group_7__0 : rule__Suite__Group_7__0__Impl rule__Suite__Group_7__1 ; public final void rule__Suite__Group_7__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12603:1: ( rule__Suite__Group_7__0__Impl rule__Suite__Group_7__1 ) - // InternalDSL.g:12604:2: rule__Suite__Group_7__0__Impl rule__Suite__Group_7__1 + // InternalDSL.g:12305:1: ( rule__Suite__Group_7__0__Impl rule__Suite__Group_7__1 ) + // InternalDSL.g:12306:2: rule__Suite__Group_7__0__Impl rule__Suite__Group_7__1 { pushFollow(FOLLOW_4); rule__Suite__Group_7__0__Impl(); @@ -34564,21 +33768,21 @@ public final void rule__Suite__Group_7__0() throws RecognitionException { // $ANTLR start "rule__Suite__Group_7__0__Impl" - // InternalDSL.g:12611:1: rule__Suite__Group_7__0__Impl : ( ( rule__Suite__ReturnAssignment_7_0 ) ) ; + // InternalDSL.g:12313:1: rule__Suite__Group_7__0__Impl : ( ( rule__Suite__ReturnAssignment_7_0 ) ) ; public final void rule__Suite__Group_7__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12615:1: ( ( ( rule__Suite__ReturnAssignment_7_0 ) ) ) - // InternalDSL.g:12616:1: ( ( rule__Suite__ReturnAssignment_7_0 ) ) + // InternalDSL.g:12317:1: ( ( ( rule__Suite__ReturnAssignment_7_0 ) ) ) + // InternalDSL.g:12318:1: ( ( rule__Suite__ReturnAssignment_7_0 ) ) { - // InternalDSL.g:12616:1: ( ( rule__Suite__ReturnAssignment_7_0 ) ) - // InternalDSL.g:12617:1: ( rule__Suite__ReturnAssignment_7_0 ) + // InternalDSL.g:12318:1: ( ( rule__Suite__ReturnAssignment_7_0 ) ) + // InternalDSL.g:12319:1: ( rule__Suite__ReturnAssignment_7_0 ) { before(grammarAccess.getSuiteAccess().getReturnAssignment_7_0()); - // InternalDSL.g:12618:1: ( rule__Suite__ReturnAssignment_7_0 ) - // InternalDSL.g:12618:2: rule__Suite__ReturnAssignment_7_0 + // InternalDSL.g:12320:1: ( rule__Suite__ReturnAssignment_7_0 ) + // InternalDSL.g:12320:2: rule__Suite__ReturnAssignment_7_0 { pushFollow(FOLLOW_2); rule__Suite__ReturnAssignment_7_0(); @@ -34611,14 +33815,14 @@ public final void rule__Suite__Group_7__0__Impl() throws RecognitionException { // $ANTLR start "rule__Suite__Group_7__1" - // InternalDSL.g:12628:1: rule__Suite__Group_7__1 : rule__Suite__Group_7__1__Impl ; + // InternalDSL.g:12330:1: rule__Suite__Group_7__1 : rule__Suite__Group_7__1__Impl ; public final void rule__Suite__Group_7__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12632:1: ( rule__Suite__Group_7__1__Impl ) - // InternalDSL.g:12633:2: rule__Suite__Group_7__1__Impl + // InternalDSL.g:12334:1: ( rule__Suite__Group_7__1__Impl ) + // InternalDSL.g:12335:2: rule__Suite__Group_7__1__Impl { pushFollow(FOLLOW_2); rule__Suite__Group_7__1__Impl(); @@ -34644,17 +33848,17 @@ public final void rule__Suite__Group_7__1() throws RecognitionException { // $ANTLR start "rule__Suite__Group_7__1__Impl" - // InternalDSL.g:12639:1: rule__Suite__Group_7__1__Impl : ( ruleNL ) ; + // InternalDSL.g:12341:1: rule__Suite__Group_7__1__Impl : ( ruleNL ) ; public final void rule__Suite__Group_7__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12643:1: ( ( ruleNL ) ) - // InternalDSL.g:12644:1: ( ruleNL ) + // InternalDSL.g:12345:1: ( ( ruleNL ) ) + // InternalDSL.g:12346:1: ( ruleNL ) { - // InternalDSL.g:12644:1: ( ruleNL ) - // InternalDSL.g:12645:1: ruleNL + // InternalDSL.g:12346:1: ( ruleNL ) + // InternalDSL.g:12347:1: ruleNL { before(grammarAccess.getSuiteAccess().getNLParserRuleCall_7_1()); pushFollow(FOLLOW_2); @@ -34685,14 +33889,14 @@ public final void rule__Suite__Group_7__1__Impl() throws RecognitionException { // $ANTLR start "rule__Suite__Group_8__0" - // InternalDSL.g:12660:1: rule__Suite__Group_8__0 : rule__Suite__Group_8__0__Impl rule__Suite__Group_8__1 ; + // InternalDSL.g:12362:1: rule__Suite__Group_8__0 : rule__Suite__Group_8__0__Impl rule__Suite__Group_8__1 ; public final void rule__Suite__Group_8__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12664:1: ( rule__Suite__Group_8__0__Impl rule__Suite__Group_8__1 ) - // InternalDSL.g:12665:2: rule__Suite__Group_8__0__Impl rule__Suite__Group_8__1 + // InternalDSL.g:12366:1: ( rule__Suite__Group_8__0__Impl rule__Suite__Group_8__1 ) + // InternalDSL.g:12367:2: rule__Suite__Group_8__0__Impl rule__Suite__Group_8__1 { pushFollow(FOLLOW_4); rule__Suite__Group_8__0__Impl(); @@ -34723,20 +33927,20 @@ public final void rule__Suite__Group_8__0() throws RecognitionException { // $ANTLR start "rule__Suite__Group_8__0__Impl" - // InternalDSL.g:12672:1: rule__Suite__Group_8__0__Impl : ( 'on' ) ; + // InternalDSL.g:12374:1: rule__Suite__Group_8__0__Impl : ( 'on' ) ; public final void rule__Suite__Group_8__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12676:1: ( ( 'on' ) ) - // InternalDSL.g:12677:1: ( 'on' ) + // InternalDSL.g:12378:1: ( ( 'on' ) ) + // InternalDSL.g:12379:1: ( 'on' ) { - // InternalDSL.g:12677:1: ( 'on' ) - // InternalDSL.g:12678:1: 'on' + // InternalDSL.g:12379:1: ( 'on' ) + // InternalDSL.g:12380:1: 'on' { before(grammarAccess.getSuiteAccess().getOnKeyword_8_0()); - match(input,88,FOLLOW_2); + match(input,68,FOLLOW_2); after(grammarAccess.getSuiteAccess().getOnKeyword_8_0()); } @@ -34760,14 +33964,14 @@ public final void rule__Suite__Group_8__0__Impl() throws RecognitionException { // $ANTLR start "rule__Suite__Group_8__1" - // InternalDSL.g:12691:1: rule__Suite__Group_8__1 : rule__Suite__Group_8__1__Impl rule__Suite__Group_8__2 ; + // InternalDSL.g:12393:1: rule__Suite__Group_8__1 : rule__Suite__Group_8__1__Impl rule__Suite__Group_8__2 ; public final void rule__Suite__Group_8__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12695:1: ( rule__Suite__Group_8__1__Impl rule__Suite__Group_8__2 ) - // InternalDSL.g:12696:2: rule__Suite__Group_8__1__Impl rule__Suite__Group_8__2 + // InternalDSL.g:12397:1: ( rule__Suite__Group_8__1__Impl rule__Suite__Group_8__2 ) + // InternalDSL.g:12398:2: rule__Suite__Group_8__1__Impl rule__Suite__Group_8__2 { pushFollow(FOLLOW_9); rule__Suite__Group_8__1__Impl(); @@ -34798,17 +34002,17 @@ public final void rule__Suite__Group_8__1() throws RecognitionException { // $ANTLR start "rule__Suite__Group_8__1__Impl" - // InternalDSL.g:12703:1: rule__Suite__Group_8__1__Impl : ( ruleNL ) ; + // InternalDSL.g:12405:1: rule__Suite__Group_8__1__Impl : ( ruleNL ) ; public final void rule__Suite__Group_8__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12707:1: ( ( ruleNL ) ) - // InternalDSL.g:12708:1: ( ruleNL ) + // InternalDSL.g:12409:1: ( ( ruleNL ) ) + // InternalDSL.g:12410:1: ( ruleNL ) { - // InternalDSL.g:12708:1: ( ruleNL ) - // InternalDSL.g:12709:1: ruleNL + // InternalDSL.g:12410:1: ( ruleNL ) + // InternalDSL.g:12411:1: ruleNL { before(grammarAccess.getSuiteAccess().getNLParserRuleCall_8_1()); pushFollow(FOLLOW_2); @@ -34839,14 +34043,14 @@ public final void rule__Suite__Group_8__1__Impl() throws RecognitionException { // $ANTLR start "rule__Suite__Group_8__2" - // InternalDSL.g:12720:1: rule__Suite__Group_8__2 : rule__Suite__Group_8__2__Impl rule__Suite__Group_8__3 ; + // InternalDSL.g:12422:1: rule__Suite__Group_8__2 : rule__Suite__Group_8__2__Impl rule__Suite__Group_8__3 ; public final void rule__Suite__Group_8__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12724:1: ( rule__Suite__Group_8__2__Impl rule__Suite__Group_8__3 ) - // InternalDSL.g:12725:2: rule__Suite__Group_8__2__Impl rule__Suite__Group_8__3 + // InternalDSL.g:12426:1: ( rule__Suite__Group_8__2__Impl rule__Suite__Group_8__3 ) + // InternalDSL.g:12427:2: rule__Suite__Group_8__2__Impl rule__Suite__Group_8__3 { pushFollow(FOLLOW_4); rule__Suite__Group_8__2__Impl(); @@ -34877,21 +34081,21 @@ public final void rule__Suite__Group_8__2() throws RecognitionException { // $ANTLR start "rule__Suite__Group_8__2__Impl" - // InternalDSL.g:12732:1: rule__Suite__Group_8__2__Impl : ( ( rule__Suite__ForkAssignment_8_2 ) ) ; + // InternalDSL.g:12434:1: rule__Suite__Group_8__2__Impl : ( ( rule__Suite__ForkAssignment_8_2 ) ) ; public final void rule__Suite__Group_8__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12736:1: ( ( ( rule__Suite__ForkAssignment_8_2 ) ) ) - // InternalDSL.g:12737:1: ( ( rule__Suite__ForkAssignment_8_2 ) ) + // InternalDSL.g:12438:1: ( ( ( rule__Suite__ForkAssignment_8_2 ) ) ) + // InternalDSL.g:12439:1: ( ( rule__Suite__ForkAssignment_8_2 ) ) { - // InternalDSL.g:12737:1: ( ( rule__Suite__ForkAssignment_8_2 ) ) - // InternalDSL.g:12738:1: ( rule__Suite__ForkAssignment_8_2 ) + // InternalDSL.g:12439:1: ( ( rule__Suite__ForkAssignment_8_2 ) ) + // InternalDSL.g:12440:1: ( rule__Suite__ForkAssignment_8_2 ) { before(grammarAccess.getSuiteAccess().getForkAssignment_8_2()); - // InternalDSL.g:12739:1: ( rule__Suite__ForkAssignment_8_2 ) - // InternalDSL.g:12739:2: rule__Suite__ForkAssignment_8_2 + // InternalDSL.g:12441:1: ( rule__Suite__ForkAssignment_8_2 ) + // InternalDSL.g:12441:2: rule__Suite__ForkAssignment_8_2 { pushFollow(FOLLOW_2); rule__Suite__ForkAssignment_8_2(); @@ -34924,14 +34128,14 @@ public final void rule__Suite__Group_8__2__Impl() throws RecognitionException { // $ANTLR start "rule__Suite__Group_8__3" - // InternalDSL.g:12749:1: rule__Suite__Group_8__3 : rule__Suite__Group_8__3__Impl ; + // InternalDSL.g:12451:1: rule__Suite__Group_8__3 : rule__Suite__Group_8__3__Impl ; public final void rule__Suite__Group_8__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12753:1: ( rule__Suite__Group_8__3__Impl ) - // InternalDSL.g:12754:2: rule__Suite__Group_8__3__Impl + // InternalDSL.g:12455:1: ( rule__Suite__Group_8__3__Impl ) + // InternalDSL.g:12456:2: rule__Suite__Group_8__3__Impl { pushFollow(FOLLOW_2); rule__Suite__Group_8__3__Impl(); @@ -34957,17 +34161,17 @@ public final void rule__Suite__Group_8__3() throws RecognitionException { // $ANTLR start "rule__Suite__Group_8__3__Impl" - // InternalDSL.g:12760:1: rule__Suite__Group_8__3__Impl : ( ruleNL ) ; + // InternalDSL.g:12462:1: rule__Suite__Group_8__3__Impl : ( ruleNL ) ; public final void rule__Suite__Group_8__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12764:1: ( ( ruleNL ) ) - // InternalDSL.g:12765:1: ( ruleNL ) + // InternalDSL.g:12466:1: ( ( ruleNL ) ) + // InternalDSL.g:12467:1: ( ruleNL ) { - // InternalDSL.g:12765:1: ( ruleNL ) - // InternalDSL.g:12766:1: ruleNL + // InternalDSL.g:12467:1: ( ruleNL ) + // InternalDSL.g:12468:1: ruleNL { before(grammarAccess.getSuiteAccess().getNLParserRuleCall_8_3()); pushFollow(FOLLOW_2); @@ -34998,14 +34202,14 @@ public final void rule__Suite__Group_8__3__Impl() throws RecognitionException { // $ANTLR start "rule__Suite__Group_9__0" - // InternalDSL.g:12785:1: rule__Suite__Group_9__0 : rule__Suite__Group_9__0__Impl rule__Suite__Group_9__1 ; + // InternalDSL.g:12487:1: rule__Suite__Group_9__0 : rule__Suite__Group_9__0__Impl rule__Suite__Group_9__1 ; public final void rule__Suite__Group_9__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12789:1: ( rule__Suite__Group_9__0__Impl rule__Suite__Group_9__1 ) - // InternalDSL.g:12790:2: rule__Suite__Group_9__0__Impl rule__Suite__Group_9__1 + // InternalDSL.g:12491:1: ( rule__Suite__Group_9__0__Impl rule__Suite__Group_9__1 ) + // InternalDSL.g:12492:2: rule__Suite__Group_9__0__Impl rule__Suite__Group_9__1 { pushFollow(FOLLOW_4); rule__Suite__Group_9__0__Impl(); @@ -35036,20 +34240,20 @@ public final void rule__Suite__Group_9__0() throws RecognitionException { // $ANTLR start "rule__Suite__Group_9__0__Impl" - // InternalDSL.g:12797:1: rule__Suite__Group_9__0__Impl : ( 'in' ) ; + // InternalDSL.g:12499:1: rule__Suite__Group_9__0__Impl : ( 'in' ) ; public final void rule__Suite__Group_9__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12801:1: ( ( 'in' ) ) - // InternalDSL.g:12802:1: ( 'in' ) + // InternalDSL.g:12503:1: ( ( 'in' ) ) + // InternalDSL.g:12504:1: ( 'in' ) { - // InternalDSL.g:12802:1: ( 'in' ) - // InternalDSL.g:12803:1: 'in' + // InternalDSL.g:12504:1: ( 'in' ) + // InternalDSL.g:12505:1: 'in' { before(grammarAccess.getSuiteAccess().getInKeyword_9_0()); - match(input,80,FOLLOW_2); + match(input,60,FOLLOW_2); after(grammarAccess.getSuiteAccess().getInKeyword_9_0()); } @@ -35073,14 +34277,14 @@ public final void rule__Suite__Group_9__0__Impl() throws RecognitionException { // $ANTLR start "rule__Suite__Group_9__1" - // InternalDSL.g:12816:1: rule__Suite__Group_9__1 : rule__Suite__Group_9__1__Impl rule__Suite__Group_9__2 ; + // InternalDSL.g:12518:1: rule__Suite__Group_9__1 : rule__Suite__Group_9__1__Impl rule__Suite__Group_9__2 ; public final void rule__Suite__Group_9__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12820:1: ( rule__Suite__Group_9__1__Impl rule__Suite__Group_9__2 ) - // InternalDSL.g:12821:2: rule__Suite__Group_9__1__Impl rule__Suite__Group_9__2 + // InternalDSL.g:12522:1: ( rule__Suite__Group_9__1__Impl rule__Suite__Group_9__2 ) + // InternalDSL.g:12523:2: rule__Suite__Group_9__1__Impl rule__Suite__Group_9__2 { pushFollow(FOLLOW_9); rule__Suite__Group_9__1__Impl(); @@ -35111,17 +34315,17 @@ public final void rule__Suite__Group_9__1() throws RecognitionException { // $ANTLR start "rule__Suite__Group_9__1__Impl" - // InternalDSL.g:12828:1: rule__Suite__Group_9__1__Impl : ( ruleNL ) ; + // InternalDSL.g:12530:1: rule__Suite__Group_9__1__Impl : ( ruleNL ) ; public final void rule__Suite__Group_9__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12832:1: ( ( ruleNL ) ) - // InternalDSL.g:12833:1: ( ruleNL ) + // InternalDSL.g:12534:1: ( ( ruleNL ) ) + // InternalDSL.g:12535:1: ( ruleNL ) { - // InternalDSL.g:12833:1: ( ruleNL ) - // InternalDSL.g:12834:1: ruleNL + // InternalDSL.g:12535:1: ( ruleNL ) + // InternalDSL.g:12536:1: ruleNL { before(grammarAccess.getSuiteAccess().getNLParserRuleCall_9_1()); pushFollow(FOLLOW_2); @@ -35152,14 +34356,14 @@ public final void rule__Suite__Group_9__1__Impl() throws RecognitionException { // $ANTLR start "rule__Suite__Group_9__2" - // InternalDSL.g:12845:1: rule__Suite__Group_9__2 : rule__Suite__Group_9__2__Impl ; + // InternalDSL.g:12547:1: rule__Suite__Group_9__2 : rule__Suite__Group_9__2__Impl ; public final void rule__Suite__Group_9__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12849:1: ( rule__Suite__Group_9__2__Impl ) - // InternalDSL.g:12850:2: rule__Suite__Group_9__2__Impl + // InternalDSL.g:12551:1: ( rule__Suite__Group_9__2__Impl ) + // InternalDSL.g:12552:2: rule__Suite__Group_9__2__Impl { pushFollow(FOLLOW_2); rule__Suite__Group_9__2__Impl(); @@ -35185,24 +34389,24 @@ public final void rule__Suite__Group_9__2() throws RecognitionException { // $ANTLR start "rule__Suite__Group_9__2__Impl" - // InternalDSL.g:12856:1: rule__Suite__Group_9__2__Impl : ( ( ( rule__Suite__Group_9_2__0 ) ) ( ( rule__Suite__Group_9_2__0 )* ) ) ; + // InternalDSL.g:12558:1: rule__Suite__Group_9__2__Impl : ( ( ( rule__Suite__Group_9_2__0 ) ) ( ( rule__Suite__Group_9_2__0 )* ) ) ; public final void rule__Suite__Group_9__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12860:1: ( ( ( ( rule__Suite__Group_9_2__0 ) ) ( ( rule__Suite__Group_9_2__0 )* ) ) ) - // InternalDSL.g:12861:1: ( ( ( rule__Suite__Group_9_2__0 ) ) ( ( rule__Suite__Group_9_2__0 )* ) ) + // InternalDSL.g:12562:1: ( ( ( ( rule__Suite__Group_9_2__0 ) ) ( ( rule__Suite__Group_9_2__0 )* ) ) ) + // InternalDSL.g:12563:1: ( ( ( rule__Suite__Group_9_2__0 ) ) ( ( rule__Suite__Group_9_2__0 )* ) ) { - // InternalDSL.g:12861:1: ( ( ( rule__Suite__Group_9_2__0 ) ) ( ( rule__Suite__Group_9_2__0 )* ) ) - // InternalDSL.g:12862:1: ( ( rule__Suite__Group_9_2__0 ) ) ( ( rule__Suite__Group_9_2__0 )* ) + // InternalDSL.g:12563:1: ( ( ( rule__Suite__Group_9_2__0 ) ) ( ( rule__Suite__Group_9_2__0 )* ) ) + // InternalDSL.g:12564:1: ( ( rule__Suite__Group_9_2__0 ) ) ( ( rule__Suite__Group_9_2__0 )* ) { - // InternalDSL.g:12862:1: ( ( rule__Suite__Group_9_2__0 ) ) - // InternalDSL.g:12863:1: ( rule__Suite__Group_9_2__0 ) + // InternalDSL.g:12564:1: ( ( rule__Suite__Group_9_2__0 ) ) + // InternalDSL.g:12565:1: ( rule__Suite__Group_9_2__0 ) { before(grammarAccess.getSuiteAccess().getGroup_9_2()); - // InternalDSL.g:12864:1: ( rule__Suite__Group_9_2__0 ) - // InternalDSL.g:12864:2: rule__Suite__Group_9_2__0 + // InternalDSL.g:12566:1: ( rule__Suite__Group_9_2__0 ) + // InternalDSL.g:12566:2: rule__Suite__Group_9_2__0 { pushFollow(FOLLOW_15); rule__Suite__Group_9_2__0(); @@ -35216,24 +34420,24 @@ public final void rule__Suite__Group_9__2__Impl() throws RecognitionException { } - // InternalDSL.g:12867:1: ( ( rule__Suite__Group_9_2__0 )* ) - // InternalDSL.g:12868:1: ( rule__Suite__Group_9_2__0 )* + // InternalDSL.g:12569:1: ( ( rule__Suite__Group_9_2__0 )* ) + // InternalDSL.g:12570:1: ( rule__Suite__Group_9_2__0 )* { before(grammarAccess.getSuiteAccess().getGroup_9_2()); - // InternalDSL.g:12869:1: ( rule__Suite__Group_9_2__0 )* - loop93: + // InternalDSL.g:12571:1: ( rule__Suite__Group_9_2__0 )* + loop92: do { - int alt93=2; - int LA93_0 = input.LA(1); + int alt92=2; + int LA92_0 = input.LA(1); - if ( (LA93_0==RULE_ID) ) { - alt93=1; + if ( (LA92_0==RULE_ID) ) { + alt92=1; } - switch (alt93) { + switch (alt92) { case 1 : - // InternalDSL.g:12869:2: rule__Suite__Group_9_2__0 + // InternalDSL.g:12571:2: rule__Suite__Group_9_2__0 { pushFollow(FOLLOW_15); rule__Suite__Group_9_2__0(); @@ -35245,7 +34449,7 @@ public final void rule__Suite__Group_9__2__Impl() throws RecognitionException { break; default : - break loop93; + break loop92; } } while (true); @@ -35275,14 +34479,14 @@ public final void rule__Suite__Group_9__2__Impl() throws RecognitionException { // $ANTLR start "rule__Suite__Group_9_2__0" - // InternalDSL.g:12886:1: rule__Suite__Group_9_2__0 : rule__Suite__Group_9_2__0__Impl rule__Suite__Group_9_2__1 ; + // InternalDSL.g:12588:1: rule__Suite__Group_9_2__0 : rule__Suite__Group_9_2__0__Impl rule__Suite__Group_9_2__1 ; public final void rule__Suite__Group_9_2__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12890:1: ( rule__Suite__Group_9_2__0__Impl rule__Suite__Group_9_2__1 ) - // InternalDSL.g:12891:2: rule__Suite__Group_9_2__0__Impl rule__Suite__Group_9_2__1 + // InternalDSL.g:12592:1: ( rule__Suite__Group_9_2__0__Impl rule__Suite__Group_9_2__1 ) + // InternalDSL.g:12593:2: rule__Suite__Group_9_2__0__Impl rule__Suite__Group_9_2__1 { pushFollow(FOLLOW_49); rule__Suite__Group_9_2__0__Impl(); @@ -35313,21 +34517,21 @@ public final void rule__Suite__Group_9_2__0() throws RecognitionException { // $ANTLR start "rule__Suite__Group_9_2__0__Impl" - // InternalDSL.g:12898:1: rule__Suite__Group_9_2__0__Impl : ( ( rule__Suite__VariantsAssignment_9_2_0 ) ) ; + // InternalDSL.g:12600:1: rule__Suite__Group_9_2__0__Impl : ( ( rule__Suite__VariantsAssignment_9_2_0 ) ) ; public final void rule__Suite__Group_9_2__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12902:1: ( ( ( rule__Suite__VariantsAssignment_9_2_0 ) ) ) - // InternalDSL.g:12903:1: ( ( rule__Suite__VariantsAssignment_9_2_0 ) ) + // InternalDSL.g:12604:1: ( ( ( rule__Suite__VariantsAssignment_9_2_0 ) ) ) + // InternalDSL.g:12605:1: ( ( rule__Suite__VariantsAssignment_9_2_0 ) ) { - // InternalDSL.g:12903:1: ( ( rule__Suite__VariantsAssignment_9_2_0 ) ) - // InternalDSL.g:12904:1: ( rule__Suite__VariantsAssignment_9_2_0 ) + // InternalDSL.g:12605:1: ( ( rule__Suite__VariantsAssignment_9_2_0 ) ) + // InternalDSL.g:12606:1: ( rule__Suite__VariantsAssignment_9_2_0 ) { before(grammarAccess.getSuiteAccess().getVariantsAssignment_9_2_0()); - // InternalDSL.g:12905:1: ( rule__Suite__VariantsAssignment_9_2_0 ) - // InternalDSL.g:12905:2: rule__Suite__VariantsAssignment_9_2_0 + // InternalDSL.g:12607:1: ( rule__Suite__VariantsAssignment_9_2_0 ) + // InternalDSL.g:12607:2: rule__Suite__VariantsAssignment_9_2_0 { pushFollow(FOLLOW_2); rule__Suite__VariantsAssignment_9_2_0(); @@ -35360,14 +34564,14 @@ public final void rule__Suite__Group_9_2__0__Impl() throws RecognitionException // $ANTLR start "rule__Suite__Group_9_2__1" - // InternalDSL.g:12915:1: rule__Suite__Group_9_2__1 : rule__Suite__Group_9_2__1__Impl rule__Suite__Group_9_2__2 ; + // InternalDSL.g:12617:1: rule__Suite__Group_9_2__1 : rule__Suite__Group_9_2__1__Impl rule__Suite__Group_9_2__2 ; public final void rule__Suite__Group_9_2__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12919:1: ( rule__Suite__Group_9_2__1__Impl rule__Suite__Group_9_2__2 ) - // InternalDSL.g:12920:2: rule__Suite__Group_9_2__1__Impl rule__Suite__Group_9_2__2 + // InternalDSL.g:12621:1: ( rule__Suite__Group_9_2__1__Impl rule__Suite__Group_9_2__2 ) + // InternalDSL.g:12622:2: rule__Suite__Group_9_2__1__Impl rule__Suite__Group_9_2__2 { pushFollow(FOLLOW_49); rule__Suite__Group_9_2__1__Impl(); @@ -35398,31 +34602,31 @@ public final void rule__Suite__Group_9_2__1() throws RecognitionException { // $ANTLR start "rule__Suite__Group_9_2__1__Impl" - // InternalDSL.g:12927:1: rule__Suite__Group_9_2__1__Impl : ( ( ',' )? ) ; + // InternalDSL.g:12629:1: rule__Suite__Group_9_2__1__Impl : ( ( ',' )? ) ; public final void rule__Suite__Group_9_2__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12931:1: ( ( ( ',' )? ) ) - // InternalDSL.g:12932:1: ( ( ',' )? ) + // InternalDSL.g:12633:1: ( ( ( ',' )? ) ) + // InternalDSL.g:12634:1: ( ( ',' )? ) { - // InternalDSL.g:12932:1: ( ( ',' )? ) - // InternalDSL.g:12933:1: ( ',' )? + // InternalDSL.g:12634:1: ( ( ',' )? ) + // InternalDSL.g:12635:1: ( ',' )? { before(grammarAccess.getSuiteAccess().getCommaKeyword_9_2_1()); - // InternalDSL.g:12934:1: ( ',' )? - int alt94=2; - int LA94_0 = input.LA(1); + // InternalDSL.g:12636:1: ( ',' )? + int alt93=2; + int LA93_0 = input.LA(1); - if ( (LA94_0==89) ) { - alt94=1; + if ( (LA93_0==69) ) { + alt93=1; } - switch (alt94) { + switch (alt93) { case 1 : - // InternalDSL.g:12935:2: ',' + // InternalDSL.g:12637:2: ',' { - match(input,89,FOLLOW_2); + match(input,69,FOLLOW_2); } break; @@ -35452,14 +34656,14 @@ public final void rule__Suite__Group_9_2__1__Impl() throws RecognitionException // $ANTLR start "rule__Suite__Group_9_2__2" - // InternalDSL.g:12946:1: rule__Suite__Group_9_2__2 : rule__Suite__Group_9_2__2__Impl ; + // InternalDSL.g:12648:1: rule__Suite__Group_9_2__2 : rule__Suite__Group_9_2__2__Impl ; public final void rule__Suite__Group_9_2__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12950:1: ( rule__Suite__Group_9_2__2__Impl ) - // InternalDSL.g:12951:2: rule__Suite__Group_9_2__2__Impl + // InternalDSL.g:12652:1: ( rule__Suite__Group_9_2__2__Impl ) + // InternalDSL.g:12653:2: rule__Suite__Group_9_2__2__Impl { pushFollow(FOLLOW_2); rule__Suite__Group_9_2__2__Impl(); @@ -35485,17 +34689,17 @@ public final void rule__Suite__Group_9_2__2() throws RecognitionException { // $ANTLR start "rule__Suite__Group_9_2__2__Impl" - // InternalDSL.g:12957:1: rule__Suite__Group_9_2__2__Impl : ( ruleNL ) ; + // InternalDSL.g:12659:1: rule__Suite__Group_9_2__2__Impl : ( ruleNL ) ; public final void rule__Suite__Group_9_2__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12961:1: ( ( ruleNL ) ) - // InternalDSL.g:12962:1: ( ruleNL ) + // InternalDSL.g:12663:1: ( ( ruleNL ) ) + // InternalDSL.g:12664:1: ( ruleNL ) { - // InternalDSL.g:12962:1: ( ruleNL ) - // InternalDSL.g:12963:1: ruleNL + // InternalDSL.g:12664:1: ( ruleNL ) + // InternalDSL.g:12665:1: ruleNL { before(grammarAccess.getSuiteAccess().getNLParserRuleCall_9_2_2()); pushFollow(FOLLOW_2); @@ -35526,14 +34730,14 @@ public final void rule__Suite__Group_9_2__2__Impl() throws RecognitionException // $ANTLR start "rule__SuiteParameter__Group__0" - // InternalDSL.g:12980:1: rule__SuiteParameter__Group__0 : rule__SuiteParameter__Group__0__Impl rule__SuiteParameter__Group__1 ; + // InternalDSL.g:12682:1: rule__SuiteParameter__Group__0 : rule__SuiteParameter__Group__0__Impl rule__SuiteParameter__Group__1 ; public final void rule__SuiteParameter__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12984:1: ( rule__SuiteParameter__Group__0__Impl rule__SuiteParameter__Group__1 ) - // InternalDSL.g:12985:2: rule__SuiteParameter__Group__0__Impl rule__SuiteParameter__Group__1 + // InternalDSL.g:12686:1: ( rule__SuiteParameter__Group__0__Impl rule__SuiteParameter__Group__1 ) + // InternalDSL.g:12687:2: rule__SuiteParameter__Group__0__Impl rule__SuiteParameter__Group__1 { pushFollow(FOLLOW_4); rule__SuiteParameter__Group__0__Impl(); @@ -35564,21 +34768,21 @@ public final void rule__SuiteParameter__Group__0() throws RecognitionException { // $ANTLR start "rule__SuiteParameter__Group__0__Impl" - // InternalDSL.g:12992:1: rule__SuiteParameter__Group__0__Impl : ( ( rule__SuiteParameter__NameAssignment_0 ) ) ; + // InternalDSL.g:12694:1: rule__SuiteParameter__Group__0__Impl : ( ( rule__SuiteParameter__NameAssignment_0 ) ) ; public final void rule__SuiteParameter__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:12996:1: ( ( ( rule__SuiteParameter__NameAssignment_0 ) ) ) - // InternalDSL.g:12997:1: ( ( rule__SuiteParameter__NameAssignment_0 ) ) + // InternalDSL.g:12698:1: ( ( ( rule__SuiteParameter__NameAssignment_0 ) ) ) + // InternalDSL.g:12699:1: ( ( rule__SuiteParameter__NameAssignment_0 ) ) { - // InternalDSL.g:12997:1: ( ( rule__SuiteParameter__NameAssignment_0 ) ) - // InternalDSL.g:12998:1: ( rule__SuiteParameter__NameAssignment_0 ) + // InternalDSL.g:12699:1: ( ( rule__SuiteParameter__NameAssignment_0 ) ) + // InternalDSL.g:12700:1: ( rule__SuiteParameter__NameAssignment_0 ) { before(grammarAccess.getSuiteParameterAccess().getNameAssignment_0()); - // InternalDSL.g:12999:1: ( rule__SuiteParameter__NameAssignment_0 ) - // InternalDSL.g:12999:2: rule__SuiteParameter__NameAssignment_0 + // InternalDSL.g:12701:1: ( rule__SuiteParameter__NameAssignment_0 ) + // InternalDSL.g:12701:2: rule__SuiteParameter__NameAssignment_0 { pushFollow(FOLLOW_2); rule__SuiteParameter__NameAssignment_0(); @@ -35611,14 +34815,14 @@ public final void rule__SuiteParameter__Group__0__Impl() throws RecognitionExcep // $ANTLR start "rule__SuiteParameter__Group__1" - // InternalDSL.g:13009:1: rule__SuiteParameter__Group__1 : rule__SuiteParameter__Group__1__Impl rule__SuiteParameter__Group__2 ; + // InternalDSL.g:12711:1: rule__SuiteParameter__Group__1 : rule__SuiteParameter__Group__1__Impl rule__SuiteParameter__Group__2 ; public final void rule__SuiteParameter__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13013:1: ( rule__SuiteParameter__Group__1__Impl rule__SuiteParameter__Group__2 ) - // InternalDSL.g:13014:2: rule__SuiteParameter__Group__1__Impl rule__SuiteParameter__Group__2 + // InternalDSL.g:12715:1: ( rule__SuiteParameter__Group__1__Impl rule__SuiteParameter__Group__2 ) + // InternalDSL.g:12716:2: rule__SuiteParameter__Group__1__Impl rule__SuiteParameter__Group__2 { pushFollow(FOLLOW_16); rule__SuiteParameter__Group__1__Impl(); @@ -35649,17 +34853,17 @@ public final void rule__SuiteParameter__Group__1() throws RecognitionException { // $ANTLR start "rule__SuiteParameter__Group__1__Impl" - // InternalDSL.g:13021:1: rule__SuiteParameter__Group__1__Impl : ( ruleNL ) ; + // InternalDSL.g:12723:1: rule__SuiteParameter__Group__1__Impl : ( ruleNL ) ; public final void rule__SuiteParameter__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13025:1: ( ( ruleNL ) ) - // InternalDSL.g:13026:1: ( ruleNL ) + // InternalDSL.g:12727:1: ( ( ruleNL ) ) + // InternalDSL.g:12728:1: ( ruleNL ) { - // InternalDSL.g:13026:1: ( ruleNL ) - // InternalDSL.g:13027:1: ruleNL + // InternalDSL.g:12728:1: ( ruleNL ) + // InternalDSL.g:12729:1: ruleNL { before(grammarAccess.getSuiteParameterAccess().getNLParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -35690,14 +34894,14 @@ public final void rule__SuiteParameter__Group__1__Impl() throws RecognitionExcep // $ANTLR start "rule__SuiteParameter__Group__2" - // InternalDSL.g:13038:1: rule__SuiteParameter__Group__2 : rule__SuiteParameter__Group__2__Impl rule__SuiteParameter__Group__3 ; + // InternalDSL.g:12740:1: rule__SuiteParameter__Group__2 : rule__SuiteParameter__Group__2__Impl rule__SuiteParameter__Group__3 ; public final void rule__SuiteParameter__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13042:1: ( rule__SuiteParameter__Group__2__Impl rule__SuiteParameter__Group__3 ) - // InternalDSL.g:13043:2: rule__SuiteParameter__Group__2__Impl rule__SuiteParameter__Group__3 + // InternalDSL.g:12744:1: ( rule__SuiteParameter__Group__2__Impl rule__SuiteParameter__Group__3 ) + // InternalDSL.g:12745:2: rule__SuiteParameter__Group__2__Impl rule__SuiteParameter__Group__3 { pushFollow(FOLLOW_4); rule__SuiteParameter__Group__2__Impl(); @@ -35728,20 +34932,20 @@ public final void rule__SuiteParameter__Group__2() throws RecognitionException { // $ANTLR start "rule__SuiteParameter__Group__2__Impl" - // InternalDSL.g:13050:1: rule__SuiteParameter__Group__2__Impl : ( ':' ) ; + // InternalDSL.g:12752:1: rule__SuiteParameter__Group__2__Impl : ( ':' ) ; public final void rule__SuiteParameter__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13054:1: ( ( ':' ) ) - // InternalDSL.g:13055:1: ( ':' ) + // InternalDSL.g:12756:1: ( ( ':' ) ) + // InternalDSL.g:12757:1: ( ':' ) { - // InternalDSL.g:13055:1: ( ':' ) - // InternalDSL.g:13056:1: ':' + // InternalDSL.g:12757:1: ( ':' ) + // InternalDSL.g:12758:1: ':' { before(grammarAccess.getSuiteParameterAccess().getColonKeyword_2()); - match(input,63,FOLLOW_2); + match(input,43,FOLLOW_2); after(grammarAccess.getSuiteParameterAccess().getColonKeyword_2()); } @@ -35765,14 +34969,14 @@ public final void rule__SuiteParameter__Group__2__Impl() throws RecognitionExcep // $ANTLR start "rule__SuiteParameter__Group__3" - // InternalDSL.g:13069:1: rule__SuiteParameter__Group__3 : rule__SuiteParameter__Group__3__Impl rule__SuiteParameter__Group__4 ; + // InternalDSL.g:12771:1: rule__SuiteParameter__Group__3 : rule__SuiteParameter__Group__3__Impl rule__SuiteParameter__Group__4 ; public final void rule__SuiteParameter__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13073:1: ( rule__SuiteParameter__Group__3__Impl rule__SuiteParameter__Group__4 ) - // InternalDSL.g:13074:2: rule__SuiteParameter__Group__3__Impl rule__SuiteParameter__Group__4 + // InternalDSL.g:12775:1: ( rule__SuiteParameter__Group__3__Impl rule__SuiteParameter__Group__4 ) + // InternalDSL.g:12776:2: rule__SuiteParameter__Group__3__Impl rule__SuiteParameter__Group__4 { pushFollow(FOLLOW_17); rule__SuiteParameter__Group__3__Impl(); @@ -35803,17 +35007,17 @@ public final void rule__SuiteParameter__Group__3() throws RecognitionException { // $ANTLR start "rule__SuiteParameter__Group__3__Impl" - // InternalDSL.g:13081:1: rule__SuiteParameter__Group__3__Impl : ( ruleNL ) ; + // InternalDSL.g:12783:1: rule__SuiteParameter__Group__3__Impl : ( ruleNL ) ; public final void rule__SuiteParameter__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13085:1: ( ( ruleNL ) ) - // InternalDSL.g:13086:1: ( ruleNL ) + // InternalDSL.g:12787:1: ( ( ruleNL ) ) + // InternalDSL.g:12788:1: ( ruleNL ) { - // InternalDSL.g:13086:1: ( ruleNL ) - // InternalDSL.g:13087:1: ruleNL + // InternalDSL.g:12788:1: ( ruleNL ) + // InternalDSL.g:12789:1: ruleNL { before(grammarAccess.getSuiteParameterAccess().getNLParserRuleCall_3()); pushFollow(FOLLOW_2); @@ -35844,14 +35048,14 @@ public final void rule__SuiteParameter__Group__3__Impl() throws RecognitionExcep // $ANTLR start "rule__SuiteParameter__Group__4" - // InternalDSL.g:13098:1: rule__SuiteParameter__Group__4 : rule__SuiteParameter__Group__4__Impl ; + // InternalDSL.g:12800:1: rule__SuiteParameter__Group__4 : rule__SuiteParameter__Group__4__Impl ; public final void rule__SuiteParameter__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13102:1: ( rule__SuiteParameter__Group__4__Impl ) - // InternalDSL.g:13103:2: rule__SuiteParameter__Group__4__Impl + // InternalDSL.g:12804:1: ( rule__SuiteParameter__Group__4__Impl ) + // InternalDSL.g:12805:2: rule__SuiteParameter__Group__4__Impl { pushFollow(FOLLOW_2); rule__SuiteParameter__Group__4__Impl(); @@ -35877,21 +35081,21 @@ public final void rule__SuiteParameter__Group__4() throws RecognitionException { // $ANTLR start "rule__SuiteParameter__Group__4__Impl" - // InternalDSL.g:13109:1: rule__SuiteParameter__Group__4__Impl : ( ( rule__SuiteParameter__ValueAssignment_4 ) ) ; + // InternalDSL.g:12811:1: rule__SuiteParameter__Group__4__Impl : ( ( rule__SuiteParameter__ValueAssignment_4 ) ) ; public final void rule__SuiteParameter__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13113:1: ( ( ( rule__SuiteParameter__ValueAssignment_4 ) ) ) - // InternalDSL.g:13114:1: ( ( rule__SuiteParameter__ValueAssignment_4 ) ) + // InternalDSL.g:12815:1: ( ( ( rule__SuiteParameter__ValueAssignment_4 ) ) ) + // InternalDSL.g:12816:1: ( ( rule__SuiteParameter__ValueAssignment_4 ) ) { - // InternalDSL.g:13114:1: ( ( rule__SuiteParameter__ValueAssignment_4 ) ) - // InternalDSL.g:13115:1: ( rule__SuiteParameter__ValueAssignment_4 ) + // InternalDSL.g:12816:1: ( ( rule__SuiteParameter__ValueAssignment_4 ) ) + // InternalDSL.g:12817:1: ( rule__SuiteParameter__ValueAssignment_4 ) { before(grammarAccess.getSuiteParameterAccess().getValueAssignment_4()); - // InternalDSL.g:13116:1: ( rule__SuiteParameter__ValueAssignment_4 ) - // InternalDSL.g:13116:2: rule__SuiteParameter__ValueAssignment_4 + // InternalDSL.g:12818:1: ( rule__SuiteParameter__ValueAssignment_4 ) + // InternalDSL.g:12818:2: rule__SuiteParameter__ValueAssignment_4 { pushFollow(FOLLOW_2); rule__SuiteParameter__ValueAssignment_4(); @@ -35924,14 +35128,14 @@ public final void rule__SuiteParameter__Group__4__Impl() throws RecognitionExcep // $ANTLR start "rule__SuiteReturn__Group__0" - // InternalDSL.g:13136:1: rule__SuiteReturn__Group__0 : rule__SuiteReturn__Group__0__Impl rule__SuiteReturn__Group__1 ; + // InternalDSL.g:12838:1: rule__SuiteReturn__Group__0 : rule__SuiteReturn__Group__0__Impl rule__SuiteReturn__Group__1 ; public final void rule__SuiteReturn__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13140:1: ( rule__SuiteReturn__Group__0__Impl rule__SuiteReturn__Group__1 ) - // InternalDSL.g:13141:2: rule__SuiteReturn__Group__0__Impl rule__SuiteReturn__Group__1 + // InternalDSL.g:12842:1: ( rule__SuiteReturn__Group__0__Impl rule__SuiteReturn__Group__1 ) + // InternalDSL.g:12843:2: rule__SuiteReturn__Group__0__Impl rule__SuiteReturn__Group__1 { pushFollow(FOLLOW_4); rule__SuiteReturn__Group__0__Impl(); @@ -35962,21 +35166,21 @@ public final void rule__SuiteReturn__Group__0() throws RecognitionException { // $ANTLR start "rule__SuiteReturn__Group__0__Impl" - // InternalDSL.g:13148:1: rule__SuiteReturn__Group__0__Impl : ( ( rule__SuiteReturn__NameAssignment_0 ) ) ; + // InternalDSL.g:12850:1: rule__SuiteReturn__Group__0__Impl : ( ( rule__SuiteReturn__NameAssignment_0 ) ) ; public final void rule__SuiteReturn__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13152:1: ( ( ( rule__SuiteReturn__NameAssignment_0 ) ) ) - // InternalDSL.g:13153:1: ( ( rule__SuiteReturn__NameAssignment_0 ) ) + // InternalDSL.g:12854:1: ( ( ( rule__SuiteReturn__NameAssignment_0 ) ) ) + // InternalDSL.g:12855:1: ( ( rule__SuiteReturn__NameAssignment_0 ) ) { - // InternalDSL.g:13153:1: ( ( rule__SuiteReturn__NameAssignment_0 ) ) - // InternalDSL.g:13154:1: ( rule__SuiteReturn__NameAssignment_0 ) + // InternalDSL.g:12855:1: ( ( rule__SuiteReturn__NameAssignment_0 ) ) + // InternalDSL.g:12856:1: ( rule__SuiteReturn__NameAssignment_0 ) { before(grammarAccess.getSuiteReturnAccess().getNameAssignment_0()); - // InternalDSL.g:13155:1: ( rule__SuiteReturn__NameAssignment_0 ) - // InternalDSL.g:13155:2: rule__SuiteReturn__NameAssignment_0 + // InternalDSL.g:12857:1: ( rule__SuiteReturn__NameAssignment_0 ) + // InternalDSL.g:12857:2: rule__SuiteReturn__NameAssignment_0 { pushFollow(FOLLOW_2); rule__SuiteReturn__NameAssignment_0(); @@ -36009,14 +35213,14 @@ public final void rule__SuiteReturn__Group__0__Impl() throws RecognitionExceptio // $ANTLR start "rule__SuiteReturn__Group__1" - // InternalDSL.g:13165:1: rule__SuiteReturn__Group__1 : rule__SuiteReturn__Group__1__Impl rule__SuiteReturn__Group__2 ; + // InternalDSL.g:12867:1: rule__SuiteReturn__Group__1 : rule__SuiteReturn__Group__1__Impl rule__SuiteReturn__Group__2 ; public final void rule__SuiteReturn__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13169:1: ( rule__SuiteReturn__Group__1__Impl rule__SuiteReturn__Group__2 ) - // InternalDSL.g:13170:2: rule__SuiteReturn__Group__1__Impl rule__SuiteReturn__Group__2 + // InternalDSL.g:12871:1: ( rule__SuiteReturn__Group__1__Impl rule__SuiteReturn__Group__2 ) + // InternalDSL.g:12872:2: rule__SuiteReturn__Group__1__Impl rule__SuiteReturn__Group__2 { pushFollow(FOLLOW_34); rule__SuiteReturn__Group__1__Impl(); @@ -36047,17 +35251,17 @@ public final void rule__SuiteReturn__Group__1() throws RecognitionException { // $ANTLR start "rule__SuiteReturn__Group__1__Impl" - // InternalDSL.g:13177:1: rule__SuiteReturn__Group__1__Impl : ( ruleNL ) ; + // InternalDSL.g:12879:1: rule__SuiteReturn__Group__1__Impl : ( ruleNL ) ; public final void rule__SuiteReturn__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13181:1: ( ( ruleNL ) ) - // InternalDSL.g:13182:1: ( ruleNL ) + // InternalDSL.g:12883:1: ( ( ruleNL ) ) + // InternalDSL.g:12884:1: ( ruleNL ) { - // InternalDSL.g:13182:1: ( ruleNL ) - // InternalDSL.g:13183:1: ruleNL + // InternalDSL.g:12884:1: ( ruleNL ) + // InternalDSL.g:12885:1: ruleNL { before(grammarAccess.getSuiteReturnAccess().getNLParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -36088,14 +35292,14 @@ public final void rule__SuiteReturn__Group__1__Impl() throws RecognitionExceptio // $ANTLR start "rule__SuiteReturn__Group__2" - // InternalDSL.g:13194:1: rule__SuiteReturn__Group__2 : rule__SuiteReturn__Group__2__Impl rule__SuiteReturn__Group__3 ; + // InternalDSL.g:12896:1: rule__SuiteReturn__Group__2 : rule__SuiteReturn__Group__2__Impl rule__SuiteReturn__Group__3 ; public final void rule__SuiteReturn__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13198:1: ( rule__SuiteReturn__Group__2__Impl rule__SuiteReturn__Group__3 ) - // InternalDSL.g:13199:2: rule__SuiteReturn__Group__2__Impl rule__SuiteReturn__Group__3 + // InternalDSL.g:12900:1: ( rule__SuiteReturn__Group__2__Impl rule__SuiteReturn__Group__3 ) + // InternalDSL.g:12901:2: rule__SuiteReturn__Group__2__Impl rule__SuiteReturn__Group__3 { pushFollow(FOLLOW_4); rule__SuiteReturn__Group__2__Impl(); @@ -36126,20 +35330,20 @@ public final void rule__SuiteReturn__Group__2() throws RecognitionException { // $ANTLR start "rule__SuiteReturn__Group__2__Impl" - // InternalDSL.g:13206:1: rule__SuiteReturn__Group__2__Impl : ( '->' ) ; + // InternalDSL.g:12908:1: rule__SuiteReturn__Group__2__Impl : ( '->' ) ; public final void rule__SuiteReturn__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13210:1: ( ( '->' ) ) - // InternalDSL.g:13211:1: ( '->' ) + // InternalDSL.g:12912:1: ( ( '->' ) ) + // InternalDSL.g:12913:1: ( '->' ) { - // InternalDSL.g:13211:1: ( '->' ) - // InternalDSL.g:13212:1: '->' + // InternalDSL.g:12913:1: ( '->' ) + // InternalDSL.g:12914:1: '->' { before(grammarAccess.getSuiteReturnAccess().getHyphenMinusGreaterThanSignKeyword_2()); - match(input,79,FOLLOW_2); + match(input,59,FOLLOW_2); after(grammarAccess.getSuiteReturnAccess().getHyphenMinusGreaterThanSignKeyword_2()); } @@ -36163,14 +35367,14 @@ public final void rule__SuiteReturn__Group__2__Impl() throws RecognitionExceptio // $ANTLR start "rule__SuiteReturn__Group__3" - // InternalDSL.g:13225:1: rule__SuiteReturn__Group__3 : rule__SuiteReturn__Group__3__Impl rule__SuiteReturn__Group__4 ; + // InternalDSL.g:12927:1: rule__SuiteReturn__Group__3 : rule__SuiteReturn__Group__3__Impl rule__SuiteReturn__Group__4 ; public final void rule__SuiteReturn__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13229:1: ( rule__SuiteReturn__Group__3__Impl rule__SuiteReturn__Group__4 ) - // InternalDSL.g:13230:2: rule__SuiteReturn__Group__3__Impl rule__SuiteReturn__Group__4 + // InternalDSL.g:12931:1: ( rule__SuiteReturn__Group__3__Impl rule__SuiteReturn__Group__4 ) + // InternalDSL.g:12932:2: rule__SuiteReturn__Group__3__Impl rule__SuiteReturn__Group__4 { pushFollow(FOLLOW_9); rule__SuiteReturn__Group__3__Impl(); @@ -36201,17 +35405,17 @@ public final void rule__SuiteReturn__Group__3() throws RecognitionException { // $ANTLR start "rule__SuiteReturn__Group__3__Impl" - // InternalDSL.g:13237:1: rule__SuiteReturn__Group__3__Impl : ( ruleNL ) ; + // InternalDSL.g:12939:1: rule__SuiteReturn__Group__3__Impl : ( ruleNL ) ; public final void rule__SuiteReturn__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13241:1: ( ( ruleNL ) ) - // InternalDSL.g:13242:1: ( ruleNL ) + // InternalDSL.g:12943:1: ( ( ruleNL ) ) + // InternalDSL.g:12944:1: ( ruleNL ) { - // InternalDSL.g:13242:1: ( ruleNL ) - // InternalDSL.g:13243:1: ruleNL + // InternalDSL.g:12944:1: ( ruleNL ) + // InternalDSL.g:12945:1: ruleNL { before(grammarAccess.getSuiteReturnAccess().getNLParserRuleCall_3()); pushFollow(FOLLOW_2); @@ -36242,14 +35446,14 @@ public final void rule__SuiteReturn__Group__3__Impl() throws RecognitionExceptio // $ANTLR start "rule__SuiteReturn__Group__4" - // InternalDSL.g:13254:1: rule__SuiteReturn__Group__4 : rule__SuiteReturn__Group__4__Impl ; + // InternalDSL.g:12956:1: rule__SuiteReturn__Group__4 : rule__SuiteReturn__Group__4__Impl ; public final void rule__SuiteReturn__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13258:1: ( rule__SuiteReturn__Group__4__Impl ) - // InternalDSL.g:13259:2: rule__SuiteReturn__Group__4__Impl + // InternalDSL.g:12960:1: ( rule__SuiteReturn__Group__4__Impl ) + // InternalDSL.g:12961:2: rule__SuiteReturn__Group__4__Impl { pushFollow(FOLLOW_2); rule__SuiteReturn__Group__4__Impl(); @@ -36275,21 +35479,21 @@ public final void rule__SuiteReturn__Group__4() throws RecognitionException { // $ANTLR start "rule__SuiteReturn__Group__4__Impl" - // InternalDSL.g:13265:1: rule__SuiteReturn__Group__4__Impl : ( ( rule__SuiteReturn__TargetAssignment_4 ) ) ; + // InternalDSL.g:12967:1: rule__SuiteReturn__Group__4__Impl : ( ( rule__SuiteReturn__TargetAssignment_4 ) ) ; public final void rule__SuiteReturn__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13269:1: ( ( ( rule__SuiteReturn__TargetAssignment_4 ) ) ) - // InternalDSL.g:13270:1: ( ( rule__SuiteReturn__TargetAssignment_4 ) ) + // InternalDSL.g:12971:1: ( ( ( rule__SuiteReturn__TargetAssignment_4 ) ) ) + // InternalDSL.g:12972:1: ( ( rule__SuiteReturn__TargetAssignment_4 ) ) { - // InternalDSL.g:13270:1: ( ( rule__SuiteReturn__TargetAssignment_4 ) ) - // InternalDSL.g:13271:1: ( rule__SuiteReturn__TargetAssignment_4 ) + // InternalDSL.g:12972:1: ( ( rule__SuiteReturn__TargetAssignment_4 ) ) + // InternalDSL.g:12973:1: ( rule__SuiteReturn__TargetAssignment_4 ) { before(grammarAccess.getSuiteReturnAccess().getTargetAssignment_4()); - // InternalDSL.g:13272:1: ( rule__SuiteReturn__TargetAssignment_4 ) - // InternalDSL.g:13272:2: rule__SuiteReturn__TargetAssignment_4 + // InternalDSL.g:12974:1: ( rule__SuiteReturn__TargetAssignment_4 ) + // InternalDSL.g:12974:2: rule__SuiteReturn__TargetAssignment_4 { pushFollow(FOLLOW_2); rule__SuiteReturn__TargetAssignment_4(); @@ -36322,14 +35526,14 @@ public final void rule__SuiteReturn__Group__4__Impl() throws RecognitionExceptio // $ANTLR start "rule__Parameter__Group__0" - // InternalDSL.g:13292:1: rule__Parameter__Group__0 : rule__Parameter__Group__0__Impl rule__Parameter__Group__1 ; + // InternalDSL.g:12994:1: rule__Parameter__Group__0 : rule__Parameter__Group__0__Impl rule__Parameter__Group__1 ; public final void rule__Parameter__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13296:1: ( rule__Parameter__Group__0__Impl rule__Parameter__Group__1 ) - // InternalDSL.g:13297:2: rule__Parameter__Group__0__Impl rule__Parameter__Group__1 + // InternalDSL.g:12998:1: ( rule__Parameter__Group__0__Impl rule__Parameter__Group__1 ) + // InternalDSL.g:12999:2: rule__Parameter__Group__0__Impl rule__Parameter__Group__1 { pushFollow(FOLLOW_4); rule__Parameter__Group__0__Impl(); @@ -36360,21 +35564,21 @@ public final void rule__Parameter__Group__0() throws RecognitionException { // $ANTLR start "rule__Parameter__Group__0__Impl" - // InternalDSL.g:13304:1: rule__Parameter__Group__0__Impl : ( ( rule__Parameter__NameAssignment_0 ) ) ; + // InternalDSL.g:13006:1: rule__Parameter__Group__0__Impl : ( ( rule__Parameter__NameAssignment_0 ) ) ; public final void rule__Parameter__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13308:1: ( ( ( rule__Parameter__NameAssignment_0 ) ) ) - // InternalDSL.g:13309:1: ( ( rule__Parameter__NameAssignment_0 ) ) + // InternalDSL.g:13010:1: ( ( ( rule__Parameter__NameAssignment_0 ) ) ) + // InternalDSL.g:13011:1: ( ( rule__Parameter__NameAssignment_0 ) ) { - // InternalDSL.g:13309:1: ( ( rule__Parameter__NameAssignment_0 ) ) - // InternalDSL.g:13310:1: ( rule__Parameter__NameAssignment_0 ) + // InternalDSL.g:13011:1: ( ( rule__Parameter__NameAssignment_0 ) ) + // InternalDSL.g:13012:1: ( rule__Parameter__NameAssignment_0 ) { before(grammarAccess.getParameterAccess().getNameAssignment_0()); - // InternalDSL.g:13311:1: ( rule__Parameter__NameAssignment_0 ) - // InternalDSL.g:13311:2: rule__Parameter__NameAssignment_0 + // InternalDSL.g:13013:1: ( rule__Parameter__NameAssignment_0 ) + // InternalDSL.g:13013:2: rule__Parameter__NameAssignment_0 { pushFollow(FOLLOW_2); rule__Parameter__NameAssignment_0(); @@ -36407,14 +35611,14 @@ public final void rule__Parameter__Group__0__Impl() throws RecognitionException // $ANTLR start "rule__Parameter__Group__1" - // InternalDSL.g:13321:1: rule__Parameter__Group__1 : rule__Parameter__Group__1__Impl rule__Parameter__Group__2 ; + // InternalDSL.g:13023:1: rule__Parameter__Group__1 : rule__Parameter__Group__1__Impl rule__Parameter__Group__2 ; public final void rule__Parameter__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13325:1: ( rule__Parameter__Group__1__Impl rule__Parameter__Group__2 ) - // InternalDSL.g:13326:2: rule__Parameter__Group__1__Impl rule__Parameter__Group__2 + // InternalDSL.g:13027:1: ( rule__Parameter__Group__1__Impl rule__Parameter__Group__2 ) + // InternalDSL.g:13028:2: rule__Parameter__Group__1__Impl rule__Parameter__Group__2 { pushFollow(FOLLOW_16); rule__Parameter__Group__1__Impl(); @@ -36445,17 +35649,17 @@ public final void rule__Parameter__Group__1() throws RecognitionException { // $ANTLR start "rule__Parameter__Group__1__Impl" - // InternalDSL.g:13333:1: rule__Parameter__Group__1__Impl : ( ruleNL ) ; + // InternalDSL.g:13035:1: rule__Parameter__Group__1__Impl : ( ruleNL ) ; public final void rule__Parameter__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13337:1: ( ( ruleNL ) ) - // InternalDSL.g:13338:1: ( ruleNL ) + // InternalDSL.g:13039:1: ( ( ruleNL ) ) + // InternalDSL.g:13040:1: ( ruleNL ) { - // InternalDSL.g:13338:1: ( ruleNL ) - // InternalDSL.g:13339:1: ruleNL + // InternalDSL.g:13040:1: ( ruleNL ) + // InternalDSL.g:13041:1: ruleNL { before(grammarAccess.getParameterAccess().getNLParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -36486,14 +35690,14 @@ public final void rule__Parameter__Group__1__Impl() throws RecognitionException // $ANTLR start "rule__Parameter__Group__2" - // InternalDSL.g:13350:1: rule__Parameter__Group__2 : rule__Parameter__Group__2__Impl rule__Parameter__Group__3 ; + // InternalDSL.g:13052:1: rule__Parameter__Group__2 : rule__Parameter__Group__2__Impl rule__Parameter__Group__3 ; public final void rule__Parameter__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13354:1: ( rule__Parameter__Group__2__Impl rule__Parameter__Group__3 ) - // InternalDSL.g:13355:2: rule__Parameter__Group__2__Impl rule__Parameter__Group__3 + // InternalDSL.g:13056:1: ( rule__Parameter__Group__2__Impl rule__Parameter__Group__3 ) + // InternalDSL.g:13057:2: rule__Parameter__Group__2__Impl rule__Parameter__Group__3 { pushFollow(FOLLOW_4); rule__Parameter__Group__2__Impl(); @@ -36524,20 +35728,20 @@ public final void rule__Parameter__Group__2() throws RecognitionException { // $ANTLR start "rule__Parameter__Group__2__Impl" - // InternalDSL.g:13362:1: rule__Parameter__Group__2__Impl : ( ':' ) ; + // InternalDSL.g:13064:1: rule__Parameter__Group__2__Impl : ( ':' ) ; public final void rule__Parameter__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13366:1: ( ( ':' ) ) - // InternalDSL.g:13367:1: ( ':' ) + // InternalDSL.g:13068:1: ( ( ':' ) ) + // InternalDSL.g:13069:1: ( ':' ) { - // InternalDSL.g:13367:1: ( ':' ) - // InternalDSL.g:13368:1: ':' + // InternalDSL.g:13069:1: ( ':' ) + // InternalDSL.g:13070:1: ':' { before(grammarAccess.getParameterAccess().getColonKeyword_2()); - match(input,63,FOLLOW_2); + match(input,43,FOLLOW_2); after(grammarAccess.getParameterAccess().getColonKeyword_2()); } @@ -36561,14 +35765,14 @@ public final void rule__Parameter__Group__2__Impl() throws RecognitionException // $ANTLR start "rule__Parameter__Group__3" - // InternalDSL.g:13381:1: rule__Parameter__Group__3 : rule__Parameter__Group__3__Impl rule__Parameter__Group__4 ; + // InternalDSL.g:13083:1: rule__Parameter__Group__3 : rule__Parameter__Group__3__Impl rule__Parameter__Group__4 ; public final void rule__Parameter__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13385:1: ( rule__Parameter__Group__3__Impl rule__Parameter__Group__4 ) - // InternalDSL.g:13386:2: rule__Parameter__Group__3__Impl rule__Parameter__Group__4 + // InternalDSL.g:13087:1: ( rule__Parameter__Group__3__Impl rule__Parameter__Group__4 ) + // InternalDSL.g:13088:2: rule__Parameter__Group__3__Impl rule__Parameter__Group__4 { pushFollow(FOLLOW_17); rule__Parameter__Group__3__Impl(); @@ -36599,17 +35803,17 @@ public final void rule__Parameter__Group__3() throws RecognitionException { // $ANTLR start "rule__Parameter__Group__3__Impl" - // InternalDSL.g:13393:1: rule__Parameter__Group__3__Impl : ( ruleNL ) ; + // InternalDSL.g:13095:1: rule__Parameter__Group__3__Impl : ( ruleNL ) ; public final void rule__Parameter__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13397:1: ( ( ruleNL ) ) - // InternalDSL.g:13398:1: ( ruleNL ) + // InternalDSL.g:13099:1: ( ( ruleNL ) ) + // InternalDSL.g:13100:1: ( ruleNL ) { - // InternalDSL.g:13398:1: ( ruleNL ) - // InternalDSL.g:13399:1: ruleNL + // InternalDSL.g:13100:1: ( ruleNL ) + // InternalDSL.g:13101:1: ruleNL { before(grammarAccess.getParameterAccess().getNLParserRuleCall_3()); pushFollow(FOLLOW_2); @@ -36640,14 +35844,14 @@ public final void rule__Parameter__Group__3__Impl() throws RecognitionException // $ANTLR start "rule__Parameter__Group__4" - // InternalDSL.g:13410:1: rule__Parameter__Group__4 : rule__Parameter__Group__4__Impl ; + // InternalDSL.g:13112:1: rule__Parameter__Group__4 : rule__Parameter__Group__4__Impl ; public final void rule__Parameter__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13414:1: ( rule__Parameter__Group__4__Impl ) - // InternalDSL.g:13415:2: rule__Parameter__Group__4__Impl + // InternalDSL.g:13116:1: ( rule__Parameter__Group__4__Impl ) + // InternalDSL.g:13117:2: rule__Parameter__Group__4__Impl { pushFollow(FOLLOW_2); rule__Parameter__Group__4__Impl(); @@ -36673,21 +35877,21 @@ public final void rule__Parameter__Group__4() throws RecognitionException { // $ANTLR start "rule__Parameter__Group__4__Impl" - // InternalDSL.g:13421:1: rule__Parameter__Group__4__Impl : ( ( rule__Parameter__ValueAssignment_4 ) ) ; + // InternalDSL.g:13123:1: rule__Parameter__Group__4__Impl : ( ( rule__Parameter__ValueAssignment_4 ) ) ; public final void rule__Parameter__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13425:1: ( ( ( rule__Parameter__ValueAssignment_4 ) ) ) - // InternalDSL.g:13426:1: ( ( rule__Parameter__ValueAssignment_4 ) ) + // InternalDSL.g:13127:1: ( ( ( rule__Parameter__ValueAssignment_4 ) ) ) + // InternalDSL.g:13128:1: ( ( rule__Parameter__ValueAssignment_4 ) ) { - // InternalDSL.g:13426:1: ( ( rule__Parameter__ValueAssignment_4 ) ) - // InternalDSL.g:13427:1: ( rule__Parameter__ValueAssignment_4 ) + // InternalDSL.g:13128:1: ( ( rule__Parameter__ValueAssignment_4 ) ) + // InternalDSL.g:13129:1: ( rule__Parameter__ValueAssignment_4 ) { before(grammarAccess.getParameterAccess().getValueAssignment_4()); - // InternalDSL.g:13428:1: ( rule__Parameter__ValueAssignment_4 ) - // InternalDSL.g:13428:2: rule__Parameter__ValueAssignment_4 + // InternalDSL.g:13130:1: ( rule__Parameter__ValueAssignment_4 ) + // InternalDSL.g:13130:2: rule__Parameter__ValueAssignment_4 { pushFollow(FOLLOW_2); rule__Parameter__ValueAssignment_4(); @@ -36720,16 +35924,16 @@ public final void rule__Parameter__Group__4__Impl() throws RecognitionException // $ANTLR start "rule__ArbitraryParameterOrResultName__Group__0" - // InternalDSL.g:13448:1: rule__ArbitraryParameterOrResultName__Group__0 : rule__ArbitraryParameterOrResultName__Group__0__Impl rule__ArbitraryParameterOrResultName__Group__1 ; + // InternalDSL.g:13150:1: rule__ArbitraryParameterOrResultName__Group__0 : rule__ArbitraryParameterOrResultName__Group__0__Impl rule__ArbitraryParameterOrResultName__Group__1 ; public final void rule__ArbitraryParameterOrResultName__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13452:1: ( rule__ArbitraryParameterOrResultName__Group__0__Impl rule__ArbitraryParameterOrResultName__Group__1 ) - // InternalDSL.g:13453:2: rule__ArbitraryParameterOrResultName__Group__0__Impl rule__ArbitraryParameterOrResultName__Group__1 + // InternalDSL.g:13154:1: ( rule__ArbitraryParameterOrResultName__Group__0__Impl rule__ArbitraryParameterOrResultName__Group__1 ) + // InternalDSL.g:13155:2: rule__ArbitraryParameterOrResultName__Group__0__Impl rule__ArbitraryParameterOrResultName__Group__1 { - pushFollow(FOLLOW_54); + pushFollow(FOLLOW_53); rule__ArbitraryParameterOrResultName__Group__0__Impl(); state._fsp--; @@ -36758,20 +35962,20 @@ public final void rule__ArbitraryParameterOrResultName__Group__0() throws Recogn // $ANTLR start "rule__ArbitraryParameterOrResultName__Group__0__Impl" - // InternalDSL.g:13460:1: rule__ArbitraryParameterOrResultName__Group__0__Impl : ( '+' ) ; + // InternalDSL.g:13162:1: rule__ArbitraryParameterOrResultName__Group__0__Impl : ( '+' ) ; public final void rule__ArbitraryParameterOrResultName__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13464:1: ( ( '+' ) ) - // InternalDSL.g:13465:1: ( '+' ) + // InternalDSL.g:13166:1: ( ( '+' ) ) + // InternalDSL.g:13167:1: ( '+' ) { - // InternalDSL.g:13465:1: ( '+' ) - // InternalDSL.g:13466:1: '+' + // InternalDSL.g:13167:1: ( '+' ) + // InternalDSL.g:13168:1: '+' { before(grammarAccess.getArbitraryParameterOrResultNameAccess().getPlusSignKeyword_0()); - match(input,29,FOLLOW_2); + match(input,30,FOLLOW_2); after(grammarAccess.getArbitraryParameterOrResultNameAccess().getPlusSignKeyword_0()); } @@ -36795,14 +35999,14 @@ public final void rule__ArbitraryParameterOrResultName__Group__0__Impl() throws // $ANTLR start "rule__ArbitraryParameterOrResultName__Group__1" - // InternalDSL.g:13479:1: rule__ArbitraryParameterOrResultName__Group__1 : rule__ArbitraryParameterOrResultName__Group__1__Impl ; + // InternalDSL.g:13181:1: rule__ArbitraryParameterOrResultName__Group__1 : rule__ArbitraryParameterOrResultName__Group__1__Impl ; public final void rule__ArbitraryParameterOrResultName__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13483:1: ( rule__ArbitraryParameterOrResultName__Group__1__Impl ) - // InternalDSL.g:13484:2: rule__ArbitraryParameterOrResultName__Group__1__Impl + // InternalDSL.g:13185:1: ( rule__ArbitraryParameterOrResultName__Group__1__Impl ) + // InternalDSL.g:13186:2: rule__ArbitraryParameterOrResultName__Group__1__Impl { pushFollow(FOLLOW_2); rule__ArbitraryParameterOrResultName__Group__1__Impl(); @@ -36828,21 +36032,21 @@ public final void rule__ArbitraryParameterOrResultName__Group__1() throws Recogn // $ANTLR start "rule__ArbitraryParameterOrResultName__Group__1__Impl" - // InternalDSL.g:13490:1: rule__ArbitraryParameterOrResultName__Group__1__Impl : ( ( rule__ArbitraryParameterOrResultName__Alternatives_1 ) ) ; + // InternalDSL.g:13192:1: rule__ArbitraryParameterOrResultName__Group__1__Impl : ( ( rule__ArbitraryParameterOrResultName__Alternatives_1 ) ) ; public final void rule__ArbitraryParameterOrResultName__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13494:1: ( ( ( rule__ArbitraryParameterOrResultName__Alternatives_1 ) ) ) - // InternalDSL.g:13495:1: ( ( rule__ArbitraryParameterOrResultName__Alternatives_1 ) ) + // InternalDSL.g:13196:1: ( ( ( rule__ArbitraryParameterOrResultName__Alternatives_1 ) ) ) + // InternalDSL.g:13197:1: ( ( rule__ArbitraryParameterOrResultName__Alternatives_1 ) ) { - // InternalDSL.g:13495:1: ( ( rule__ArbitraryParameterOrResultName__Alternatives_1 ) ) - // InternalDSL.g:13496:1: ( rule__ArbitraryParameterOrResultName__Alternatives_1 ) + // InternalDSL.g:13197:1: ( ( rule__ArbitraryParameterOrResultName__Alternatives_1 ) ) + // InternalDSL.g:13198:1: ( rule__ArbitraryParameterOrResultName__Alternatives_1 ) { before(grammarAccess.getArbitraryParameterOrResultNameAccess().getAlternatives_1()); - // InternalDSL.g:13497:1: ( rule__ArbitraryParameterOrResultName__Alternatives_1 ) - // InternalDSL.g:13497:2: rule__ArbitraryParameterOrResultName__Alternatives_1 + // InternalDSL.g:13199:1: ( rule__ArbitraryParameterOrResultName__Alternatives_1 ) + // InternalDSL.g:13199:2: rule__ArbitraryParameterOrResultName__Alternatives_1 { pushFollow(FOLLOW_2); rule__ArbitraryParameterOrResultName__Alternatives_1(); @@ -36875,14 +36079,14 @@ public final void rule__ArbitraryParameterOrResultName__Group__1__Impl() throws // $ANTLR start "rule__StandardOperation__Group__0" - // InternalDSL.g:13511:1: rule__StandardOperation__Group__0 : rule__StandardOperation__Group__0__Impl rule__StandardOperation__Group__1 ; + // InternalDSL.g:13213:1: rule__StandardOperation__Group__0 : rule__StandardOperation__Group__0__Impl rule__StandardOperation__Group__1 ; public final void rule__StandardOperation__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13515:1: ( rule__StandardOperation__Group__0__Impl rule__StandardOperation__Group__1 ) - // InternalDSL.g:13516:2: rule__StandardOperation__Group__0__Impl rule__StandardOperation__Group__1 + // InternalDSL.g:13217:1: ( rule__StandardOperation__Group__0__Impl rule__StandardOperation__Group__1 ) + // InternalDSL.g:13218:2: rule__StandardOperation__Group__0__Impl rule__StandardOperation__Group__1 { pushFollow(FOLLOW_4); rule__StandardOperation__Group__0__Impl(); @@ -36913,20 +36117,20 @@ public final void rule__StandardOperation__Group__0() throws RecognitionExceptio // $ANTLR start "rule__StandardOperation__Group__0__Impl" - // InternalDSL.g:13523:1: rule__StandardOperation__Group__0__Impl : ( '(' ) ; + // InternalDSL.g:13225:1: rule__StandardOperation__Group__0__Impl : ( '(' ) ; public final void rule__StandardOperation__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13527:1: ( ( '(' ) ) - // InternalDSL.g:13528:1: ( '(' ) + // InternalDSL.g:13229:1: ( ( '(' ) ) + // InternalDSL.g:13230:1: ( '(' ) { - // InternalDSL.g:13528:1: ( '(' ) - // InternalDSL.g:13529:1: '(' + // InternalDSL.g:13230:1: ( '(' ) + // InternalDSL.g:13231:1: '(' { before(grammarAccess.getStandardOperationAccess().getLeftParenthesisKeyword_0()); - match(input,91,FOLLOW_2); + match(input,71,FOLLOW_2); after(grammarAccess.getStandardOperationAccess().getLeftParenthesisKeyword_0()); } @@ -36950,14 +36154,14 @@ public final void rule__StandardOperation__Group__0__Impl() throws RecognitionEx // $ANTLR start "rule__StandardOperation__Group__1" - // InternalDSL.g:13542:1: rule__StandardOperation__Group__1 : rule__StandardOperation__Group__1__Impl rule__StandardOperation__Group__2 ; + // InternalDSL.g:13244:1: rule__StandardOperation__Group__1 : rule__StandardOperation__Group__1__Impl rule__StandardOperation__Group__2 ; public final void rule__StandardOperation__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13546:1: ( rule__StandardOperation__Group__1__Impl rule__StandardOperation__Group__2 ) - // InternalDSL.g:13547:2: rule__StandardOperation__Group__1__Impl rule__StandardOperation__Group__2 + // InternalDSL.g:13248:1: ( rule__StandardOperation__Group__1__Impl rule__StandardOperation__Group__2 ) + // InternalDSL.g:13249:2: rule__StandardOperation__Group__1__Impl rule__StandardOperation__Group__2 { pushFollow(FOLLOW_17); rule__StandardOperation__Group__1__Impl(); @@ -36988,17 +36192,17 @@ public final void rule__StandardOperation__Group__1() throws RecognitionExceptio // $ANTLR start "rule__StandardOperation__Group__1__Impl" - // InternalDSL.g:13554:1: rule__StandardOperation__Group__1__Impl : ( ruleNL ) ; + // InternalDSL.g:13256:1: rule__StandardOperation__Group__1__Impl : ( ruleNL ) ; public final void rule__StandardOperation__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13558:1: ( ( ruleNL ) ) - // InternalDSL.g:13559:1: ( ruleNL ) + // InternalDSL.g:13260:1: ( ( ruleNL ) ) + // InternalDSL.g:13261:1: ( ruleNL ) { - // InternalDSL.g:13559:1: ( ruleNL ) - // InternalDSL.g:13560:1: ruleNL + // InternalDSL.g:13261:1: ( ruleNL ) + // InternalDSL.g:13262:1: ruleNL { before(grammarAccess.getStandardOperationAccess().getNLParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -37029,14 +36233,14 @@ public final void rule__StandardOperation__Group__1__Impl() throws RecognitionEx // $ANTLR start "rule__StandardOperation__Group__2" - // InternalDSL.g:13571:1: rule__StandardOperation__Group__2 : rule__StandardOperation__Group__2__Impl rule__StandardOperation__Group__3 ; + // InternalDSL.g:13273:1: rule__StandardOperation__Group__2 : rule__StandardOperation__Group__2__Impl rule__StandardOperation__Group__3 ; public final void rule__StandardOperation__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13575:1: ( rule__StandardOperation__Group__2__Impl rule__StandardOperation__Group__3 ) - // InternalDSL.g:13576:2: rule__StandardOperation__Group__2__Impl rule__StandardOperation__Group__3 + // InternalDSL.g:13277:1: ( rule__StandardOperation__Group__2__Impl rule__StandardOperation__Group__3 ) + // InternalDSL.g:13278:2: rule__StandardOperation__Group__2__Impl rule__StandardOperation__Group__3 { pushFollow(FOLLOW_4); rule__StandardOperation__Group__2__Impl(); @@ -37067,21 +36271,21 @@ public final void rule__StandardOperation__Group__2() throws RecognitionExceptio // $ANTLR start "rule__StandardOperation__Group__2__Impl" - // InternalDSL.g:13583:1: rule__StandardOperation__Group__2__Impl : ( ( rule__StandardOperation__FirstOperandAssignment_2 ) ) ; + // InternalDSL.g:13285:1: rule__StandardOperation__Group__2__Impl : ( ( rule__StandardOperation__FirstOperandAssignment_2 ) ) ; public final void rule__StandardOperation__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13587:1: ( ( ( rule__StandardOperation__FirstOperandAssignment_2 ) ) ) - // InternalDSL.g:13588:1: ( ( rule__StandardOperation__FirstOperandAssignment_2 ) ) + // InternalDSL.g:13289:1: ( ( ( rule__StandardOperation__FirstOperandAssignment_2 ) ) ) + // InternalDSL.g:13290:1: ( ( rule__StandardOperation__FirstOperandAssignment_2 ) ) { - // InternalDSL.g:13588:1: ( ( rule__StandardOperation__FirstOperandAssignment_2 ) ) - // InternalDSL.g:13589:1: ( rule__StandardOperation__FirstOperandAssignment_2 ) + // InternalDSL.g:13290:1: ( ( rule__StandardOperation__FirstOperandAssignment_2 ) ) + // InternalDSL.g:13291:1: ( rule__StandardOperation__FirstOperandAssignment_2 ) { before(grammarAccess.getStandardOperationAccess().getFirstOperandAssignment_2()); - // InternalDSL.g:13590:1: ( rule__StandardOperation__FirstOperandAssignment_2 ) - // InternalDSL.g:13590:2: rule__StandardOperation__FirstOperandAssignment_2 + // InternalDSL.g:13292:1: ( rule__StandardOperation__FirstOperandAssignment_2 ) + // InternalDSL.g:13292:2: rule__StandardOperation__FirstOperandAssignment_2 { pushFollow(FOLLOW_2); rule__StandardOperation__FirstOperandAssignment_2(); @@ -37114,16 +36318,16 @@ public final void rule__StandardOperation__Group__2__Impl() throws RecognitionEx // $ANTLR start "rule__StandardOperation__Group__3" - // InternalDSL.g:13600:1: rule__StandardOperation__Group__3 : rule__StandardOperation__Group__3__Impl rule__StandardOperation__Group__4 ; + // InternalDSL.g:13302:1: rule__StandardOperation__Group__3 : rule__StandardOperation__Group__3__Impl rule__StandardOperation__Group__4 ; public final void rule__StandardOperation__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13604:1: ( rule__StandardOperation__Group__3__Impl rule__StandardOperation__Group__4 ) - // InternalDSL.g:13605:2: rule__StandardOperation__Group__3__Impl rule__StandardOperation__Group__4 + // InternalDSL.g:13306:1: ( rule__StandardOperation__Group__3__Impl rule__StandardOperation__Group__4 ) + // InternalDSL.g:13307:2: rule__StandardOperation__Group__3__Impl rule__StandardOperation__Group__4 { - pushFollow(FOLLOW_55); + pushFollow(FOLLOW_54); rule__StandardOperation__Group__3__Impl(); state._fsp--; @@ -37152,17 +36356,17 @@ public final void rule__StandardOperation__Group__3() throws RecognitionExceptio // $ANTLR start "rule__StandardOperation__Group__3__Impl" - // InternalDSL.g:13612:1: rule__StandardOperation__Group__3__Impl : ( ruleNL ) ; + // InternalDSL.g:13314:1: rule__StandardOperation__Group__3__Impl : ( ruleNL ) ; public final void rule__StandardOperation__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13616:1: ( ( ruleNL ) ) - // InternalDSL.g:13617:1: ( ruleNL ) + // InternalDSL.g:13318:1: ( ( ruleNL ) ) + // InternalDSL.g:13319:1: ( ruleNL ) { - // InternalDSL.g:13617:1: ( ruleNL ) - // InternalDSL.g:13618:1: ruleNL + // InternalDSL.g:13319:1: ( ruleNL ) + // InternalDSL.g:13320:1: ruleNL { before(grammarAccess.getStandardOperationAccess().getNLParserRuleCall_3()); pushFollow(FOLLOW_2); @@ -37193,16 +36397,16 @@ public final void rule__StandardOperation__Group__3__Impl() throws RecognitionEx // $ANTLR start "rule__StandardOperation__Group__4" - // InternalDSL.g:13629:1: rule__StandardOperation__Group__4 : rule__StandardOperation__Group__4__Impl rule__StandardOperation__Group__5 ; + // InternalDSL.g:13331:1: rule__StandardOperation__Group__4 : rule__StandardOperation__Group__4__Impl rule__StandardOperation__Group__5 ; public final void rule__StandardOperation__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13633:1: ( rule__StandardOperation__Group__4__Impl rule__StandardOperation__Group__5 ) - // InternalDSL.g:13634:2: rule__StandardOperation__Group__4__Impl rule__StandardOperation__Group__5 + // InternalDSL.g:13335:1: ( rule__StandardOperation__Group__4__Impl rule__StandardOperation__Group__5 ) + // InternalDSL.g:13336:2: rule__StandardOperation__Group__4__Impl rule__StandardOperation__Group__5 { - pushFollow(FOLLOW_56); + pushFollow(FOLLOW_55); rule__StandardOperation__Group__4__Impl(); state._fsp--; @@ -37231,26 +36435,26 @@ public final void rule__StandardOperation__Group__4() throws RecognitionExceptio // $ANTLR start "rule__StandardOperation__Group__4__Impl" - // InternalDSL.g:13641:1: rule__StandardOperation__Group__4__Impl : ( ( ( rule__StandardOperation__Group_4__0 ) ) ( ( rule__StandardOperation__Group_4__0 )* ) ) ; + // InternalDSL.g:13343:1: rule__StandardOperation__Group__4__Impl : ( ( ( rule__StandardOperation__Group_4__0 ) ) ( ( rule__StandardOperation__Group_4__0 )* ) ) ; public final void rule__StandardOperation__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13645:1: ( ( ( ( rule__StandardOperation__Group_4__0 ) ) ( ( rule__StandardOperation__Group_4__0 )* ) ) ) - // InternalDSL.g:13646:1: ( ( ( rule__StandardOperation__Group_4__0 ) ) ( ( rule__StandardOperation__Group_4__0 )* ) ) + // InternalDSL.g:13347:1: ( ( ( ( rule__StandardOperation__Group_4__0 ) ) ( ( rule__StandardOperation__Group_4__0 )* ) ) ) + // InternalDSL.g:13348:1: ( ( ( rule__StandardOperation__Group_4__0 ) ) ( ( rule__StandardOperation__Group_4__0 )* ) ) { - // InternalDSL.g:13646:1: ( ( ( rule__StandardOperation__Group_4__0 ) ) ( ( rule__StandardOperation__Group_4__0 )* ) ) - // InternalDSL.g:13647:1: ( ( rule__StandardOperation__Group_4__0 ) ) ( ( rule__StandardOperation__Group_4__0 )* ) + // InternalDSL.g:13348:1: ( ( ( rule__StandardOperation__Group_4__0 ) ) ( ( rule__StandardOperation__Group_4__0 )* ) ) + // InternalDSL.g:13349:1: ( ( rule__StandardOperation__Group_4__0 ) ) ( ( rule__StandardOperation__Group_4__0 )* ) { - // InternalDSL.g:13647:1: ( ( rule__StandardOperation__Group_4__0 ) ) - // InternalDSL.g:13648:1: ( rule__StandardOperation__Group_4__0 ) + // InternalDSL.g:13349:1: ( ( rule__StandardOperation__Group_4__0 ) ) + // InternalDSL.g:13350:1: ( rule__StandardOperation__Group_4__0 ) { before(grammarAccess.getStandardOperationAccess().getGroup_4()); - // InternalDSL.g:13649:1: ( rule__StandardOperation__Group_4__0 ) - // InternalDSL.g:13649:2: rule__StandardOperation__Group_4__0 + // InternalDSL.g:13351:1: ( rule__StandardOperation__Group_4__0 ) + // InternalDSL.g:13351:2: rule__StandardOperation__Group_4__0 { - pushFollow(FOLLOW_57); + pushFollow(FOLLOW_56); rule__StandardOperation__Group_4__0(); state._fsp--; @@ -37262,26 +36466,26 @@ public final void rule__StandardOperation__Group__4__Impl() throws RecognitionEx } - // InternalDSL.g:13652:1: ( ( rule__StandardOperation__Group_4__0 )* ) - // InternalDSL.g:13653:1: ( rule__StandardOperation__Group_4__0 )* + // InternalDSL.g:13354:1: ( ( rule__StandardOperation__Group_4__0 )* ) + // InternalDSL.g:13355:1: ( rule__StandardOperation__Group_4__0 )* { before(grammarAccess.getStandardOperationAccess().getGroup_4()); - // InternalDSL.g:13654:1: ( rule__StandardOperation__Group_4__0 )* - loop95: + // InternalDSL.g:13356:1: ( rule__StandardOperation__Group_4__0 )* + loop94: do { - int alt95=2; - int LA95_0 = input.LA(1); + int alt94=2; + int LA94_0 = input.LA(1); - if ( ((LA95_0>=29 && LA95_0<=30)||(LA95_0>=52 && LA95_0<=55)) ) { - alt95=1; + if ( ((LA94_0>=30 && LA94_0<=35)) ) { + alt94=1; } - switch (alt95) { + switch (alt94) { case 1 : - // InternalDSL.g:13654:2: rule__StandardOperation__Group_4__0 + // InternalDSL.g:13356:2: rule__StandardOperation__Group_4__0 { - pushFollow(FOLLOW_57); + pushFollow(FOLLOW_56); rule__StandardOperation__Group_4__0(); state._fsp--; @@ -37291,7 +36495,7 @@ public final void rule__StandardOperation__Group__4__Impl() throws RecognitionEx break; default : - break loop95; + break loop94; } } while (true); @@ -37321,14 +36525,14 @@ public final void rule__StandardOperation__Group__4__Impl() throws RecognitionEx // $ANTLR start "rule__StandardOperation__Group__5" - // InternalDSL.g:13665:1: rule__StandardOperation__Group__5 : rule__StandardOperation__Group__5__Impl ; + // InternalDSL.g:13367:1: rule__StandardOperation__Group__5 : rule__StandardOperation__Group__5__Impl ; public final void rule__StandardOperation__Group__5() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13669:1: ( rule__StandardOperation__Group__5__Impl ) - // InternalDSL.g:13670:2: rule__StandardOperation__Group__5__Impl + // InternalDSL.g:13371:1: ( rule__StandardOperation__Group__5__Impl ) + // InternalDSL.g:13372:2: rule__StandardOperation__Group__5__Impl { pushFollow(FOLLOW_2); rule__StandardOperation__Group__5__Impl(); @@ -37354,20 +36558,20 @@ public final void rule__StandardOperation__Group__5() throws RecognitionExceptio // $ANTLR start "rule__StandardOperation__Group__5__Impl" - // InternalDSL.g:13676:1: rule__StandardOperation__Group__5__Impl : ( ')' ) ; + // InternalDSL.g:13378:1: rule__StandardOperation__Group__5__Impl : ( ')' ) ; public final void rule__StandardOperation__Group__5__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13680:1: ( ( ')' ) ) - // InternalDSL.g:13681:1: ( ')' ) + // InternalDSL.g:13382:1: ( ( ')' ) ) + // InternalDSL.g:13383:1: ( ')' ) { - // InternalDSL.g:13681:1: ( ')' ) - // InternalDSL.g:13682:1: ')' + // InternalDSL.g:13383:1: ( ')' ) + // InternalDSL.g:13384:1: ')' { before(grammarAccess.getStandardOperationAccess().getRightParenthesisKeyword_5()); - match(input,92,FOLLOW_2); + match(input,72,FOLLOW_2); after(grammarAccess.getStandardOperationAccess().getRightParenthesisKeyword_5()); } @@ -37391,14 +36595,14 @@ public final void rule__StandardOperation__Group__5__Impl() throws RecognitionEx // $ANTLR start "rule__StandardOperation__Group_4__0" - // InternalDSL.g:13707:1: rule__StandardOperation__Group_4__0 : rule__StandardOperation__Group_4__0__Impl rule__StandardOperation__Group_4__1 ; + // InternalDSL.g:13409:1: rule__StandardOperation__Group_4__0 : rule__StandardOperation__Group_4__0__Impl rule__StandardOperation__Group_4__1 ; public final void rule__StandardOperation__Group_4__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13711:1: ( rule__StandardOperation__Group_4__0__Impl rule__StandardOperation__Group_4__1 ) - // InternalDSL.g:13712:2: rule__StandardOperation__Group_4__0__Impl rule__StandardOperation__Group_4__1 + // InternalDSL.g:13413:1: ( rule__StandardOperation__Group_4__0__Impl rule__StandardOperation__Group_4__1 ) + // InternalDSL.g:13414:2: rule__StandardOperation__Group_4__0__Impl rule__StandardOperation__Group_4__1 { pushFollow(FOLLOW_4); rule__StandardOperation__Group_4__0__Impl(); @@ -37429,21 +36633,21 @@ public final void rule__StandardOperation__Group_4__0() throws RecognitionExcept // $ANTLR start "rule__StandardOperation__Group_4__0__Impl" - // InternalDSL.g:13719:1: rule__StandardOperation__Group_4__0__Impl : ( ( rule__StandardOperation__OperatorsAssignment_4_0 ) ) ; + // InternalDSL.g:13421:1: rule__StandardOperation__Group_4__0__Impl : ( ( rule__StandardOperation__OperatorsAssignment_4_0 ) ) ; public final void rule__StandardOperation__Group_4__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13723:1: ( ( ( rule__StandardOperation__OperatorsAssignment_4_0 ) ) ) - // InternalDSL.g:13724:1: ( ( rule__StandardOperation__OperatorsAssignment_4_0 ) ) + // InternalDSL.g:13425:1: ( ( ( rule__StandardOperation__OperatorsAssignment_4_0 ) ) ) + // InternalDSL.g:13426:1: ( ( rule__StandardOperation__OperatorsAssignment_4_0 ) ) { - // InternalDSL.g:13724:1: ( ( rule__StandardOperation__OperatorsAssignment_4_0 ) ) - // InternalDSL.g:13725:1: ( rule__StandardOperation__OperatorsAssignment_4_0 ) + // InternalDSL.g:13426:1: ( ( rule__StandardOperation__OperatorsAssignment_4_0 ) ) + // InternalDSL.g:13427:1: ( rule__StandardOperation__OperatorsAssignment_4_0 ) { before(grammarAccess.getStandardOperationAccess().getOperatorsAssignment_4_0()); - // InternalDSL.g:13726:1: ( rule__StandardOperation__OperatorsAssignment_4_0 ) - // InternalDSL.g:13726:2: rule__StandardOperation__OperatorsAssignment_4_0 + // InternalDSL.g:13428:1: ( rule__StandardOperation__OperatorsAssignment_4_0 ) + // InternalDSL.g:13428:2: rule__StandardOperation__OperatorsAssignment_4_0 { pushFollow(FOLLOW_2); rule__StandardOperation__OperatorsAssignment_4_0(); @@ -37476,14 +36680,14 @@ public final void rule__StandardOperation__Group_4__0__Impl() throws Recognition // $ANTLR start "rule__StandardOperation__Group_4__1" - // InternalDSL.g:13736:1: rule__StandardOperation__Group_4__1 : rule__StandardOperation__Group_4__1__Impl rule__StandardOperation__Group_4__2 ; + // InternalDSL.g:13438:1: rule__StandardOperation__Group_4__1 : rule__StandardOperation__Group_4__1__Impl rule__StandardOperation__Group_4__2 ; public final void rule__StandardOperation__Group_4__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13740:1: ( rule__StandardOperation__Group_4__1__Impl rule__StandardOperation__Group_4__2 ) - // InternalDSL.g:13741:2: rule__StandardOperation__Group_4__1__Impl rule__StandardOperation__Group_4__2 + // InternalDSL.g:13442:1: ( rule__StandardOperation__Group_4__1__Impl rule__StandardOperation__Group_4__2 ) + // InternalDSL.g:13443:2: rule__StandardOperation__Group_4__1__Impl rule__StandardOperation__Group_4__2 { pushFollow(FOLLOW_17); rule__StandardOperation__Group_4__1__Impl(); @@ -37514,17 +36718,17 @@ public final void rule__StandardOperation__Group_4__1() throws RecognitionExcept // $ANTLR start "rule__StandardOperation__Group_4__1__Impl" - // InternalDSL.g:13748:1: rule__StandardOperation__Group_4__1__Impl : ( ruleNL ) ; + // InternalDSL.g:13450:1: rule__StandardOperation__Group_4__1__Impl : ( ruleNL ) ; public final void rule__StandardOperation__Group_4__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13752:1: ( ( ruleNL ) ) - // InternalDSL.g:13753:1: ( ruleNL ) + // InternalDSL.g:13454:1: ( ( ruleNL ) ) + // InternalDSL.g:13455:1: ( ruleNL ) { - // InternalDSL.g:13753:1: ( ruleNL ) - // InternalDSL.g:13754:1: ruleNL + // InternalDSL.g:13455:1: ( ruleNL ) + // InternalDSL.g:13456:1: ruleNL { before(grammarAccess.getStandardOperationAccess().getNLParserRuleCall_4_1()); pushFollow(FOLLOW_2); @@ -37555,14 +36759,14 @@ public final void rule__StandardOperation__Group_4__1__Impl() throws Recognition // $ANTLR start "rule__StandardOperation__Group_4__2" - // InternalDSL.g:13765:1: rule__StandardOperation__Group_4__2 : rule__StandardOperation__Group_4__2__Impl rule__StandardOperation__Group_4__3 ; + // InternalDSL.g:13467:1: rule__StandardOperation__Group_4__2 : rule__StandardOperation__Group_4__2__Impl rule__StandardOperation__Group_4__3 ; public final void rule__StandardOperation__Group_4__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13769:1: ( rule__StandardOperation__Group_4__2__Impl rule__StandardOperation__Group_4__3 ) - // InternalDSL.g:13770:2: rule__StandardOperation__Group_4__2__Impl rule__StandardOperation__Group_4__3 + // InternalDSL.g:13471:1: ( rule__StandardOperation__Group_4__2__Impl rule__StandardOperation__Group_4__3 ) + // InternalDSL.g:13472:2: rule__StandardOperation__Group_4__2__Impl rule__StandardOperation__Group_4__3 { pushFollow(FOLLOW_4); rule__StandardOperation__Group_4__2__Impl(); @@ -37593,21 +36797,21 @@ public final void rule__StandardOperation__Group_4__2() throws RecognitionExcept // $ANTLR start "rule__StandardOperation__Group_4__2__Impl" - // InternalDSL.g:13777:1: rule__StandardOperation__Group_4__2__Impl : ( ( rule__StandardOperation__MoreOperandsAssignment_4_2 ) ) ; + // InternalDSL.g:13479:1: rule__StandardOperation__Group_4__2__Impl : ( ( rule__StandardOperation__MoreOperandsAssignment_4_2 ) ) ; public final void rule__StandardOperation__Group_4__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13781:1: ( ( ( rule__StandardOperation__MoreOperandsAssignment_4_2 ) ) ) - // InternalDSL.g:13782:1: ( ( rule__StandardOperation__MoreOperandsAssignment_4_2 ) ) + // InternalDSL.g:13483:1: ( ( ( rule__StandardOperation__MoreOperandsAssignment_4_2 ) ) ) + // InternalDSL.g:13484:1: ( ( rule__StandardOperation__MoreOperandsAssignment_4_2 ) ) { - // InternalDSL.g:13782:1: ( ( rule__StandardOperation__MoreOperandsAssignment_4_2 ) ) - // InternalDSL.g:13783:1: ( rule__StandardOperation__MoreOperandsAssignment_4_2 ) + // InternalDSL.g:13484:1: ( ( rule__StandardOperation__MoreOperandsAssignment_4_2 ) ) + // InternalDSL.g:13485:1: ( rule__StandardOperation__MoreOperandsAssignment_4_2 ) { before(grammarAccess.getStandardOperationAccess().getMoreOperandsAssignment_4_2()); - // InternalDSL.g:13784:1: ( rule__StandardOperation__MoreOperandsAssignment_4_2 ) - // InternalDSL.g:13784:2: rule__StandardOperation__MoreOperandsAssignment_4_2 + // InternalDSL.g:13486:1: ( rule__StandardOperation__MoreOperandsAssignment_4_2 ) + // InternalDSL.g:13486:2: rule__StandardOperation__MoreOperandsAssignment_4_2 { pushFollow(FOLLOW_2); rule__StandardOperation__MoreOperandsAssignment_4_2(); @@ -37640,14 +36844,14 @@ public final void rule__StandardOperation__Group_4__2__Impl() throws Recognition // $ANTLR start "rule__StandardOperation__Group_4__3" - // InternalDSL.g:13794:1: rule__StandardOperation__Group_4__3 : rule__StandardOperation__Group_4__3__Impl ; + // InternalDSL.g:13496:1: rule__StandardOperation__Group_4__3 : rule__StandardOperation__Group_4__3__Impl ; public final void rule__StandardOperation__Group_4__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13798:1: ( rule__StandardOperation__Group_4__3__Impl ) - // InternalDSL.g:13799:2: rule__StandardOperation__Group_4__3__Impl + // InternalDSL.g:13500:1: ( rule__StandardOperation__Group_4__3__Impl ) + // InternalDSL.g:13501:2: rule__StandardOperation__Group_4__3__Impl { pushFollow(FOLLOW_2); rule__StandardOperation__Group_4__3__Impl(); @@ -37673,17 +36877,17 @@ public final void rule__StandardOperation__Group_4__3() throws RecognitionExcept // $ANTLR start "rule__StandardOperation__Group_4__3__Impl" - // InternalDSL.g:13805:1: rule__StandardOperation__Group_4__3__Impl : ( ruleNL ) ; + // InternalDSL.g:13507:1: rule__StandardOperation__Group_4__3__Impl : ( ruleNL ) ; public final void rule__StandardOperation__Group_4__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13809:1: ( ( ruleNL ) ) - // InternalDSL.g:13810:1: ( ruleNL ) + // InternalDSL.g:13511:1: ( ( ruleNL ) ) + // InternalDSL.g:13512:1: ( ruleNL ) { - // InternalDSL.g:13810:1: ( ruleNL ) - // InternalDSL.g:13811:1: ruleNL + // InternalDSL.g:13512:1: ( ruleNL ) + // InternalDSL.g:13513:1: ruleNL { before(grammarAccess.getStandardOperationAccess().getNLParserRuleCall_4_3()); pushFollow(FOLLOW_2); @@ -37714,14 +36918,14 @@ public final void rule__StandardOperation__Group_4__3__Impl() throws Recognition // $ANTLR start "rule__CustomOperation__Group__0" - // InternalDSL.g:13830:1: rule__CustomOperation__Group__0 : rule__CustomOperation__Group__0__Impl rule__CustomOperation__Group__1 ; + // InternalDSL.g:13532:1: rule__CustomOperation__Group__0 : rule__CustomOperation__Group__0__Impl rule__CustomOperation__Group__1 ; public final void rule__CustomOperation__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13834:1: ( rule__CustomOperation__Group__0__Impl rule__CustomOperation__Group__1 ) - // InternalDSL.g:13835:2: rule__CustomOperation__Group__0__Impl rule__CustomOperation__Group__1 + // InternalDSL.g:13536:1: ( rule__CustomOperation__Group__0__Impl rule__CustomOperation__Group__1 ) + // InternalDSL.g:13537:2: rule__CustomOperation__Group__0__Impl rule__CustomOperation__Group__1 { pushFollow(FOLLOW_4); rule__CustomOperation__Group__0__Impl(); @@ -37752,20 +36956,20 @@ public final void rule__CustomOperation__Group__0() throws RecognitionException // $ANTLR start "rule__CustomOperation__Group__0__Impl" - // InternalDSL.g:13842:1: rule__CustomOperation__Group__0__Impl : ( '[' ) ; + // InternalDSL.g:13544:1: rule__CustomOperation__Group__0__Impl : ( '[' ) ; public final void rule__CustomOperation__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13846:1: ( ( '[' ) ) - // InternalDSL.g:13847:1: ( '[' ) + // InternalDSL.g:13548:1: ( ( '[' ) ) + // InternalDSL.g:13549:1: ( '[' ) { - // InternalDSL.g:13847:1: ( '[' ) - // InternalDSL.g:13848:1: '[' + // InternalDSL.g:13549:1: ( '[' ) + // InternalDSL.g:13550:1: '[' { before(grammarAccess.getCustomOperationAccess().getLeftSquareBracketKeyword_0()); - match(input,93,FOLLOW_2); + match(input,73,FOLLOW_2); after(grammarAccess.getCustomOperationAccess().getLeftSquareBracketKeyword_0()); } @@ -37789,14 +36993,14 @@ public final void rule__CustomOperation__Group__0__Impl() throws RecognitionExce // $ANTLR start "rule__CustomOperation__Group__1" - // InternalDSL.g:13861:1: rule__CustomOperation__Group__1 : rule__CustomOperation__Group__1__Impl rule__CustomOperation__Group__2 ; + // InternalDSL.g:13563:1: rule__CustomOperation__Group__1 : rule__CustomOperation__Group__1__Impl rule__CustomOperation__Group__2 ; public final void rule__CustomOperation__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13865:1: ( rule__CustomOperation__Group__1__Impl rule__CustomOperation__Group__2 ) - // InternalDSL.g:13866:2: rule__CustomOperation__Group__1__Impl rule__CustomOperation__Group__2 + // InternalDSL.g:13567:1: ( rule__CustomOperation__Group__1__Impl rule__CustomOperation__Group__2 ) + // InternalDSL.g:13568:2: rule__CustomOperation__Group__1__Impl rule__CustomOperation__Group__2 { pushFollow(FOLLOW_17); rule__CustomOperation__Group__1__Impl(); @@ -37827,17 +37031,17 @@ public final void rule__CustomOperation__Group__1() throws RecognitionException // $ANTLR start "rule__CustomOperation__Group__1__Impl" - // InternalDSL.g:13873:1: rule__CustomOperation__Group__1__Impl : ( ruleNL ) ; + // InternalDSL.g:13575:1: rule__CustomOperation__Group__1__Impl : ( ruleNL ) ; public final void rule__CustomOperation__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13877:1: ( ( ruleNL ) ) - // InternalDSL.g:13878:1: ( ruleNL ) + // InternalDSL.g:13579:1: ( ( ruleNL ) ) + // InternalDSL.g:13580:1: ( ruleNL ) { - // InternalDSL.g:13878:1: ( ruleNL ) - // InternalDSL.g:13879:1: ruleNL + // InternalDSL.g:13580:1: ( ruleNL ) + // InternalDSL.g:13581:1: ruleNL { before(grammarAccess.getCustomOperationAccess().getNLParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -37868,14 +37072,14 @@ public final void rule__CustomOperation__Group__1__Impl() throws RecognitionExce // $ANTLR start "rule__CustomOperation__Group__2" - // InternalDSL.g:13890:1: rule__CustomOperation__Group__2 : rule__CustomOperation__Group__2__Impl rule__CustomOperation__Group__3 ; + // InternalDSL.g:13592:1: rule__CustomOperation__Group__2 : rule__CustomOperation__Group__2__Impl rule__CustomOperation__Group__3 ; public final void rule__CustomOperation__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13894:1: ( rule__CustomOperation__Group__2__Impl rule__CustomOperation__Group__3 ) - // InternalDSL.g:13895:2: rule__CustomOperation__Group__2__Impl rule__CustomOperation__Group__3 + // InternalDSL.g:13596:1: ( rule__CustomOperation__Group__2__Impl rule__CustomOperation__Group__3 ) + // InternalDSL.g:13597:2: rule__CustomOperation__Group__2__Impl rule__CustomOperation__Group__3 { pushFollow(FOLLOW_17); rule__CustomOperation__Group__2__Impl(); @@ -37906,25 +37110,25 @@ public final void rule__CustomOperation__Group__2() throws RecognitionException // $ANTLR start "rule__CustomOperation__Group__2__Impl" - // InternalDSL.g:13902:1: rule__CustomOperation__Group__2__Impl : ( ( rule__CustomOperation__Group_2__0 )? ) ; + // InternalDSL.g:13604:1: rule__CustomOperation__Group__2__Impl : ( ( rule__CustomOperation__Group_2__0 )? ) ; public final void rule__CustomOperation__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13906:1: ( ( ( rule__CustomOperation__Group_2__0 )? ) ) - // InternalDSL.g:13907:1: ( ( rule__CustomOperation__Group_2__0 )? ) + // InternalDSL.g:13608:1: ( ( ( rule__CustomOperation__Group_2__0 )? ) ) + // InternalDSL.g:13609:1: ( ( rule__CustomOperation__Group_2__0 )? ) { - // InternalDSL.g:13907:1: ( ( rule__CustomOperation__Group_2__0 )? ) - // InternalDSL.g:13908:1: ( rule__CustomOperation__Group_2__0 )? + // InternalDSL.g:13609:1: ( ( rule__CustomOperation__Group_2__0 )? ) + // InternalDSL.g:13610:1: ( rule__CustomOperation__Group_2__0 )? { before(grammarAccess.getCustomOperationAccess().getGroup_2()); - // InternalDSL.g:13909:1: ( rule__CustomOperation__Group_2__0 )? - int alt96=2; - alt96 = dfa96.predict(input); - switch (alt96) { + // InternalDSL.g:13611:1: ( rule__CustomOperation__Group_2__0 )? + int alt95=2; + alt95 = dfa95.predict(input); + switch (alt95) { case 1 : - // InternalDSL.g:13909:2: rule__CustomOperation__Group_2__0 + // InternalDSL.g:13611:2: rule__CustomOperation__Group_2__0 { pushFollow(FOLLOW_2); rule__CustomOperation__Group_2__0(); @@ -37960,14 +37164,14 @@ public final void rule__CustomOperation__Group__2__Impl() throws RecognitionExce // $ANTLR start "rule__CustomOperation__Group__3" - // InternalDSL.g:13919:1: rule__CustomOperation__Group__3 : rule__CustomOperation__Group__3__Impl rule__CustomOperation__Group__4 ; + // InternalDSL.g:13621:1: rule__CustomOperation__Group__3 : rule__CustomOperation__Group__3__Impl rule__CustomOperation__Group__4 ; public final void rule__CustomOperation__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13923:1: ( rule__CustomOperation__Group__3__Impl rule__CustomOperation__Group__4 ) - // InternalDSL.g:13924:2: rule__CustomOperation__Group__3__Impl rule__CustomOperation__Group__4 + // InternalDSL.g:13625:1: ( rule__CustomOperation__Group__3__Impl rule__CustomOperation__Group__4 ) + // InternalDSL.g:13626:2: rule__CustomOperation__Group__3__Impl rule__CustomOperation__Group__4 { pushFollow(FOLLOW_4); rule__CustomOperation__Group__3__Impl(); @@ -37998,21 +37202,21 @@ public final void rule__CustomOperation__Group__3() throws RecognitionException // $ANTLR start "rule__CustomOperation__Group__3__Impl" - // InternalDSL.g:13931:1: rule__CustomOperation__Group__3__Impl : ( ( rule__CustomOperation__DefinitionAssignment_3 ) ) ; + // InternalDSL.g:13633:1: rule__CustomOperation__Group__3__Impl : ( ( rule__CustomOperation__DefinitionAssignment_3 ) ) ; public final void rule__CustomOperation__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13935:1: ( ( ( rule__CustomOperation__DefinitionAssignment_3 ) ) ) - // InternalDSL.g:13936:1: ( ( rule__CustomOperation__DefinitionAssignment_3 ) ) + // InternalDSL.g:13637:1: ( ( ( rule__CustomOperation__DefinitionAssignment_3 ) ) ) + // InternalDSL.g:13638:1: ( ( rule__CustomOperation__DefinitionAssignment_3 ) ) { - // InternalDSL.g:13936:1: ( ( rule__CustomOperation__DefinitionAssignment_3 ) ) - // InternalDSL.g:13937:1: ( rule__CustomOperation__DefinitionAssignment_3 ) + // InternalDSL.g:13638:1: ( ( rule__CustomOperation__DefinitionAssignment_3 ) ) + // InternalDSL.g:13639:1: ( rule__CustomOperation__DefinitionAssignment_3 ) { before(grammarAccess.getCustomOperationAccess().getDefinitionAssignment_3()); - // InternalDSL.g:13938:1: ( rule__CustomOperation__DefinitionAssignment_3 ) - // InternalDSL.g:13938:2: rule__CustomOperation__DefinitionAssignment_3 + // InternalDSL.g:13640:1: ( rule__CustomOperation__DefinitionAssignment_3 ) + // InternalDSL.g:13640:2: rule__CustomOperation__DefinitionAssignment_3 { pushFollow(FOLLOW_2); rule__CustomOperation__DefinitionAssignment_3(); @@ -38045,14 +37249,14 @@ public final void rule__CustomOperation__Group__3__Impl() throws RecognitionExce // $ANTLR start "rule__CustomOperation__Group__4" - // InternalDSL.g:13948:1: rule__CustomOperation__Group__4 : rule__CustomOperation__Group__4__Impl rule__CustomOperation__Group__5 ; + // InternalDSL.g:13650:1: rule__CustomOperation__Group__4 : rule__CustomOperation__Group__4__Impl rule__CustomOperation__Group__5 ; public final void rule__CustomOperation__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13952:1: ( rule__CustomOperation__Group__4__Impl rule__CustomOperation__Group__5 ) - // InternalDSL.g:13953:2: rule__CustomOperation__Group__4__Impl rule__CustomOperation__Group__5 + // InternalDSL.g:13654:1: ( rule__CustomOperation__Group__4__Impl rule__CustomOperation__Group__5 ) + // InternalDSL.g:13655:2: rule__CustomOperation__Group__4__Impl rule__CustomOperation__Group__5 { pushFollow(FOLLOW_4); rule__CustomOperation__Group__4__Impl(); @@ -38083,25 +37287,25 @@ public final void rule__CustomOperation__Group__4() throws RecognitionException // $ANTLR start "rule__CustomOperation__Group__4__Impl" - // InternalDSL.g:13960:1: rule__CustomOperation__Group__4__Impl : ( ( rule__CustomOperation__Group_4__0 )? ) ; + // InternalDSL.g:13662:1: rule__CustomOperation__Group__4__Impl : ( ( rule__CustomOperation__Group_4__0 )? ) ; public final void rule__CustomOperation__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13964:1: ( ( ( rule__CustomOperation__Group_4__0 )? ) ) - // InternalDSL.g:13965:1: ( ( rule__CustomOperation__Group_4__0 )? ) + // InternalDSL.g:13666:1: ( ( ( rule__CustomOperation__Group_4__0 )? ) ) + // InternalDSL.g:13667:1: ( ( rule__CustomOperation__Group_4__0 )? ) { - // InternalDSL.g:13965:1: ( ( rule__CustomOperation__Group_4__0 )? ) - // InternalDSL.g:13966:1: ( rule__CustomOperation__Group_4__0 )? + // InternalDSL.g:13667:1: ( ( rule__CustomOperation__Group_4__0 )? ) + // InternalDSL.g:13668:1: ( rule__CustomOperation__Group_4__0 )? { before(grammarAccess.getCustomOperationAccess().getGroup_4()); - // InternalDSL.g:13967:1: ( rule__CustomOperation__Group_4__0 )? - int alt97=2; - alt97 = dfa97.predict(input); - switch (alt97) { + // InternalDSL.g:13669:1: ( rule__CustomOperation__Group_4__0 )? + int alt96=2; + alt96 = dfa96.predict(input); + switch (alt96) { case 1 : - // InternalDSL.g:13967:2: rule__CustomOperation__Group_4__0 + // InternalDSL.g:13669:2: rule__CustomOperation__Group_4__0 { pushFollow(FOLLOW_2); rule__CustomOperation__Group_4__0(); @@ -38137,16 +37341,16 @@ public final void rule__CustomOperation__Group__4__Impl() throws RecognitionExce // $ANTLR start "rule__CustomOperation__Group__5" - // InternalDSL.g:13977:1: rule__CustomOperation__Group__5 : rule__CustomOperation__Group__5__Impl rule__CustomOperation__Group__6 ; + // InternalDSL.g:13679:1: rule__CustomOperation__Group__5 : rule__CustomOperation__Group__5__Impl rule__CustomOperation__Group__6 ; public final void rule__CustomOperation__Group__5() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13981:1: ( rule__CustomOperation__Group__5__Impl rule__CustomOperation__Group__6 ) - // InternalDSL.g:13982:2: rule__CustomOperation__Group__5__Impl rule__CustomOperation__Group__6 + // InternalDSL.g:13683:1: ( rule__CustomOperation__Group__5__Impl rule__CustomOperation__Group__6 ) + // InternalDSL.g:13684:2: rule__CustomOperation__Group__5__Impl rule__CustomOperation__Group__6 { - pushFollow(FOLLOW_58); + pushFollow(FOLLOW_57); rule__CustomOperation__Group__5__Impl(); state._fsp--; @@ -38175,17 +37379,17 @@ public final void rule__CustomOperation__Group__5() throws RecognitionException // $ANTLR start "rule__CustomOperation__Group__5__Impl" - // InternalDSL.g:13989:1: rule__CustomOperation__Group__5__Impl : ( ruleNL ) ; + // InternalDSL.g:13691:1: rule__CustomOperation__Group__5__Impl : ( ruleNL ) ; public final void rule__CustomOperation__Group__5__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:13993:1: ( ( ruleNL ) ) - // InternalDSL.g:13994:1: ( ruleNL ) + // InternalDSL.g:13695:1: ( ( ruleNL ) ) + // InternalDSL.g:13696:1: ( ruleNL ) { - // InternalDSL.g:13994:1: ( ruleNL ) - // InternalDSL.g:13995:1: ruleNL + // InternalDSL.g:13696:1: ( ruleNL ) + // InternalDSL.g:13697:1: ruleNL { before(grammarAccess.getCustomOperationAccess().getNLParserRuleCall_5()); pushFollow(FOLLOW_2); @@ -38216,14 +37420,14 @@ public final void rule__CustomOperation__Group__5__Impl() throws RecognitionExce // $ANTLR start "rule__CustomOperation__Group__6" - // InternalDSL.g:14006:1: rule__CustomOperation__Group__6 : rule__CustomOperation__Group__6__Impl ; + // InternalDSL.g:13708:1: rule__CustomOperation__Group__6 : rule__CustomOperation__Group__6__Impl ; public final void rule__CustomOperation__Group__6() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14010:1: ( rule__CustomOperation__Group__6__Impl ) - // InternalDSL.g:14011:2: rule__CustomOperation__Group__6__Impl + // InternalDSL.g:13712:1: ( rule__CustomOperation__Group__6__Impl ) + // InternalDSL.g:13713:2: rule__CustomOperation__Group__6__Impl { pushFollow(FOLLOW_2); rule__CustomOperation__Group__6__Impl(); @@ -38249,20 +37453,20 @@ public final void rule__CustomOperation__Group__6() throws RecognitionException // $ANTLR start "rule__CustomOperation__Group__6__Impl" - // InternalDSL.g:14017:1: rule__CustomOperation__Group__6__Impl : ( ']' ) ; + // InternalDSL.g:13719:1: rule__CustomOperation__Group__6__Impl : ( ']' ) ; public final void rule__CustomOperation__Group__6__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14021:1: ( ( ']' ) ) - // InternalDSL.g:14022:1: ( ']' ) + // InternalDSL.g:13723:1: ( ( ']' ) ) + // InternalDSL.g:13724:1: ( ']' ) { - // InternalDSL.g:14022:1: ( ']' ) - // InternalDSL.g:14023:1: ']' + // InternalDSL.g:13724:1: ( ']' ) + // InternalDSL.g:13725:1: ']' { before(grammarAccess.getCustomOperationAccess().getRightSquareBracketKeyword_6()); - match(input,94,FOLLOW_2); + match(input,74,FOLLOW_2); after(grammarAccess.getCustomOperationAccess().getRightSquareBracketKeyword_6()); } @@ -38286,14 +37490,14 @@ public final void rule__CustomOperation__Group__6__Impl() throws RecognitionExce // $ANTLR start "rule__CustomOperation__Group_2__0" - // InternalDSL.g:14050:1: rule__CustomOperation__Group_2__0 : rule__CustomOperation__Group_2__0__Impl rule__CustomOperation__Group_2__1 ; + // InternalDSL.g:13752:1: rule__CustomOperation__Group_2__0 : rule__CustomOperation__Group_2__0__Impl rule__CustomOperation__Group_2__1 ; public final void rule__CustomOperation__Group_2__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14054:1: ( rule__CustomOperation__Group_2__0__Impl rule__CustomOperation__Group_2__1 ) - // InternalDSL.g:14055:2: rule__CustomOperation__Group_2__0__Impl rule__CustomOperation__Group_2__1 + // InternalDSL.g:13756:1: ( rule__CustomOperation__Group_2__0__Impl rule__CustomOperation__Group_2__1 ) + // InternalDSL.g:13757:2: rule__CustomOperation__Group_2__0__Impl rule__CustomOperation__Group_2__1 { pushFollow(FOLLOW_4); rule__CustomOperation__Group_2__0__Impl(); @@ -38324,21 +37528,21 @@ public final void rule__CustomOperation__Group_2__0() throws RecognitionExceptio // $ANTLR start "rule__CustomOperation__Group_2__0__Impl" - // InternalDSL.g:14062:1: rule__CustomOperation__Group_2__0__Impl : ( ( rule__CustomOperation__PrefixOperandAssignment_2_0 ) ) ; + // InternalDSL.g:13764:1: rule__CustomOperation__Group_2__0__Impl : ( ( rule__CustomOperation__PrefixOperandAssignment_2_0 ) ) ; public final void rule__CustomOperation__Group_2__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14066:1: ( ( ( rule__CustomOperation__PrefixOperandAssignment_2_0 ) ) ) - // InternalDSL.g:14067:1: ( ( rule__CustomOperation__PrefixOperandAssignment_2_0 ) ) + // InternalDSL.g:13768:1: ( ( ( rule__CustomOperation__PrefixOperandAssignment_2_0 ) ) ) + // InternalDSL.g:13769:1: ( ( rule__CustomOperation__PrefixOperandAssignment_2_0 ) ) { - // InternalDSL.g:14067:1: ( ( rule__CustomOperation__PrefixOperandAssignment_2_0 ) ) - // InternalDSL.g:14068:1: ( rule__CustomOperation__PrefixOperandAssignment_2_0 ) + // InternalDSL.g:13769:1: ( ( rule__CustomOperation__PrefixOperandAssignment_2_0 ) ) + // InternalDSL.g:13770:1: ( rule__CustomOperation__PrefixOperandAssignment_2_0 ) { before(grammarAccess.getCustomOperationAccess().getPrefixOperandAssignment_2_0()); - // InternalDSL.g:14069:1: ( rule__CustomOperation__PrefixOperandAssignment_2_0 ) - // InternalDSL.g:14069:2: rule__CustomOperation__PrefixOperandAssignment_2_0 + // InternalDSL.g:13771:1: ( rule__CustomOperation__PrefixOperandAssignment_2_0 ) + // InternalDSL.g:13771:2: rule__CustomOperation__PrefixOperandAssignment_2_0 { pushFollow(FOLLOW_2); rule__CustomOperation__PrefixOperandAssignment_2_0(); @@ -38371,14 +37575,14 @@ public final void rule__CustomOperation__Group_2__0__Impl() throws RecognitionEx // $ANTLR start "rule__CustomOperation__Group_2__1" - // InternalDSL.g:14079:1: rule__CustomOperation__Group_2__1 : rule__CustomOperation__Group_2__1__Impl ; + // InternalDSL.g:13781:1: rule__CustomOperation__Group_2__1 : rule__CustomOperation__Group_2__1__Impl ; public final void rule__CustomOperation__Group_2__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14083:1: ( rule__CustomOperation__Group_2__1__Impl ) - // InternalDSL.g:14084:2: rule__CustomOperation__Group_2__1__Impl + // InternalDSL.g:13785:1: ( rule__CustomOperation__Group_2__1__Impl ) + // InternalDSL.g:13786:2: rule__CustomOperation__Group_2__1__Impl { pushFollow(FOLLOW_2); rule__CustomOperation__Group_2__1__Impl(); @@ -38404,17 +37608,17 @@ public final void rule__CustomOperation__Group_2__1() throws RecognitionExceptio // $ANTLR start "rule__CustomOperation__Group_2__1__Impl" - // InternalDSL.g:14090:1: rule__CustomOperation__Group_2__1__Impl : ( ruleNL ) ; + // InternalDSL.g:13792:1: rule__CustomOperation__Group_2__1__Impl : ( ruleNL ) ; public final void rule__CustomOperation__Group_2__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14094:1: ( ( ruleNL ) ) - // InternalDSL.g:14095:1: ( ruleNL ) + // InternalDSL.g:13796:1: ( ( ruleNL ) ) + // InternalDSL.g:13797:1: ( ruleNL ) { - // InternalDSL.g:14095:1: ( ruleNL ) - // InternalDSL.g:14096:1: ruleNL + // InternalDSL.g:13797:1: ( ruleNL ) + // InternalDSL.g:13798:1: ruleNL { before(grammarAccess.getCustomOperationAccess().getNLParserRuleCall_2_1()); pushFollow(FOLLOW_2); @@ -38445,14 +37649,14 @@ public final void rule__CustomOperation__Group_2__1__Impl() throws RecognitionEx // $ANTLR start "rule__CustomOperation__Group_4__0" - // InternalDSL.g:14111:1: rule__CustomOperation__Group_4__0 : rule__CustomOperation__Group_4__0__Impl rule__CustomOperation__Group_4__1 ; + // InternalDSL.g:13813:1: rule__CustomOperation__Group_4__0 : rule__CustomOperation__Group_4__0__Impl rule__CustomOperation__Group_4__1 ; public final void rule__CustomOperation__Group_4__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14115:1: ( rule__CustomOperation__Group_4__0__Impl rule__CustomOperation__Group_4__1 ) - // InternalDSL.g:14116:2: rule__CustomOperation__Group_4__0__Impl rule__CustomOperation__Group_4__1 + // InternalDSL.g:13817:1: ( rule__CustomOperation__Group_4__0__Impl rule__CustomOperation__Group_4__1 ) + // InternalDSL.g:13818:2: rule__CustomOperation__Group_4__0__Impl rule__CustomOperation__Group_4__1 { pushFollow(FOLLOW_10); rule__CustomOperation__Group_4__0__Impl(); @@ -38483,17 +37687,17 @@ public final void rule__CustomOperation__Group_4__0() throws RecognitionExceptio // $ANTLR start "rule__CustomOperation__Group_4__0__Impl" - // InternalDSL.g:14123:1: rule__CustomOperation__Group_4__0__Impl : ( ruleNL ) ; + // InternalDSL.g:13825:1: rule__CustomOperation__Group_4__0__Impl : ( ruleNL ) ; public final void rule__CustomOperation__Group_4__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14127:1: ( ( ruleNL ) ) - // InternalDSL.g:14128:1: ( ruleNL ) + // InternalDSL.g:13829:1: ( ( ruleNL ) ) + // InternalDSL.g:13830:1: ( ruleNL ) { - // InternalDSL.g:14128:1: ( ruleNL ) - // InternalDSL.g:14129:1: ruleNL + // InternalDSL.g:13830:1: ( ruleNL ) + // InternalDSL.g:13831:1: ruleNL { before(grammarAccess.getCustomOperationAccess().getNLParserRuleCall_4_0()); pushFollow(FOLLOW_2); @@ -38524,14 +37728,14 @@ public final void rule__CustomOperation__Group_4__0__Impl() throws RecognitionEx // $ANTLR start "rule__CustomOperation__Group_4__1" - // InternalDSL.g:14140:1: rule__CustomOperation__Group_4__1 : rule__CustomOperation__Group_4__1__Impl rule__CustomOperation__Group_4__2 ; + // InternalDSL.g:13842:1: rule__CustomOperation__Group_4__1 : rule__CustomOperation__Group_4__1__Impl rule__CustomOperation__Group_4__2 ; public final void rule__CustomOperation__Group_4__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14144:1: ( rule__CustomOperation__Group_4__1__Impl rule__CustomOperation__Group_4__2 ) - // InternalDSL.g:14145:2: rule__CustomOperation__Group_4__1__Impl rule__CustomOperation__Group_4__2 + // InternalDSL.g:13846:1: ( rule__CustomOperation__Group_4__1__Impl rule__CustomOperation__Group_4__2 ) + // InternalDSL.g:13847:2: rule__CustomOperation__Group_4__1__Impl rule__CustomOperation__Group_4__2 { pushFollow(FOLLOW_17); rule__CustomOperation__Group_4__1__Impl(); @@ -38562,20 +37766,20 @@ public final void rule__CustomOperation__Group_4__1() throws RecognitionExceptio // $ANTLR start "rule__CustomOperation__Group_4__1__Impl" - // InternalDSL.g:14152:1: rule__CustomOperation__Group_4__1__Impl : ( 'with' ) ; + // InternalDSL.g:13854:1: rule__CustomOperation__Group_4__1__Impl : ( 'with' ) ; public final void rule__CustomOperation__Group_4__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14156:1: ( ( 'with' ) ) - // InternalDSL.g:14157:1: ( 'with' ) + // InternalDSL.g:13858:1: ( ( 'with' ) ) + // InternalDSL.g:13859:1: ( 'with' ) { - // InternalDSL.g:14157:1: ( 'with' ) - // InternalDSL.g:14158:1: 'with' + // InternalDSL.g:13859:1: ( 'with' ) + // InternalDSL.g:13860:1: 'with' { before(grammarAccess.getCustomOperationAccess().getWithKeyword_4_1()); - match(input,57,FOLLOW_2); + match(input,37,FOLLOW_2); after(grammarAccess.getCustomOperationAccess().getWithKeyword_4_1()); } @@ -38599,14 +37803,14 @@ public final void rule__CustomOperation__Group_4__1__Impl() throws RecognitionEx // $ANTLR start "rule__CustomOperation__Group_4__2" - // InternalDSL.g:14171:1: rule__CustomOperation__Group_4__2 : rule__CustomOperation__Group_4__2__Impl ; + // InternalDSL.g:13873:1: rule__CustomOperation__Group_4__2 : rule__CustomOperation__Group_4__2__Impl ; public final void rule__CustomOperation__Group_4__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14175:1: ( rule__CustomOperation__Group_4__2__Impl ) - // InternalDSL.g:14176:2: rule__CustomOperation__Group_4__2__Impl + // InternalDSL.g:13877:1: ( rule__CustomOperation__Group_4__2__Impl ) + // InternalDSL.g:13878:2: rule__CustomOperation__Group_4__2__Impl { pushFollow(FOLLOW_2); rule__CustomOperation__Group_4__2__Impl(); @@ -38632,21 +37836,21 @@ public final void rule__CustomOperation__Group_4__2() throws RecognitionExceptio // $ANTLR start "rule__CustomOperation__Group_4__2__Impl" - // InternalDSL.g:14182:1: rule__CustomOperation__Group_4__2__Impl : ( ( rule__CustomOperation__PostfixOperandAssignment_4_2 ) ) ; + // InternalDSL.g:13884:1: rule__CustomOperation__Group_4__2__Impl : ( ( rule__CustomOperation__PostfixOperandAssignment_4_2 ) ) ; public final void rule__CustomOperation__Group_4__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14186:1: ( ( ( rule__CustomOperation__PostfixOperandAssignment_4_2 ) ) ) - // InternalDSL.g:14187:1: ( ( rule__CustomOperation__PostfixOperandAssignment_4_2 ) ) + // InternalDSL.g:13888:1: ( ( ( rule__CustomOperation__PostfixOperandAssignment_4_2 ) ) ) + // InternalDSL.g:13889:1: ( ( rule__CustomOperation__PostfixOperandAssignment_4_2 ) ) { - // InternalDSL.g:14187:1: ( ( rule__CustomOperation__PostfixOperandAssignment_4_2 ) ) - // InternalDSL.g:14188:1: ( rule__CustomOperation__PostfixOperandAssignment_4_2 ) + // InternalDSL.g:13889:1: ( ( rule__CustomOperation__PostfixOperandAssignment_4_2 ) ) + // InternalDSL.g:13890:1: ( rule__CustomOperation__PostfixOperandAssignment_4_2 ) { before(grammarAccess.getCustomOperationAccess().getPostfixOperandAssignment_4_2()); - // InternalDSL.g:14189:1: ( rule__CustomOperation__PostfixOperandAssignment_4_2 ) - // InternalDSL.g:14189:2: rule__CustomOperation__PostfixOperandAssignment_4_2 + // InternalDSL.g:13891:1: ( rule__CustomOperation__PostfixOperandAssignment_4_2 ) + // InternalDSL.g:13891:2: rule__CustomOperation__PostfixOperandAssignment_4_2 { pushFollow(FOLLOW_2); rule__CustomOperation__PostfixOperandAssignment_4_2(); @@ -38679,14 +37883,14 @@ public final void rule__CustomOperation__Group_4__2__Impl() throws RecognitionEx // $ANTLR start "rule__ValueOrEnumValueOrOperationCollection__Group__0" - // InternalDSL.g:14205:1: rule__ValueOrEnumValueOrOperationCollection__Group__0 : rule__ValueOrEnumValueOrOperationCollection__Group__0__Impl rule__ValueOrEnumValueOrOperationCollection__Group__1 ; + // InternalDSL.g:13907:1: rule__ValueOrEnumValueOrOperationCollection__Group__0 : rule__ValueOrEnumValueOrOperationCollection__Group__0__Impl rule__ValueOrEnumValueOrOperationCollection__Group__1 ; public final void rule__ValueOrEnumValueOrOperationCollection__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14209:1: ( rule__ValueOrEnumValueOrOperationCollection__Group__0__Impl rule__ValueOrEnumValueOrOperationCollection__Group__1 ) - // InternalDSL.g:14210:2: rule__ValueOrEnumValueOrOperationCollection__Group__0__Impl rule__ValueOrEnumValueOrOperationCollection__Group__1 + // InternalDSL.g:13911:1: ( rule__ValueOrEnumValueOrOperationCollection__Group__0__Impl rule__ValueOrEnumValueOrOperationCollection__Group__1 ) + // InternalDSL.g:13912:2: rule__ValueOrEnumValueOrOperationCollection__Group__0__Impl rule__ValueOrEnumValueOrOperationCollection__Group__1 { pushFollow(FOLLOW_4); rule__ValueOrEnumValueOrOperationCollection__Group__0__Impl(); @@ -38717,21 +37921,21 @@ public final void rule__ValueOrEnumValueOrOperationCollection__Group__0() throws // $ANTLR start "rule__ValueOrEnumValueOrOperationCollection__Group__0__Impl" - // InternalDSL.g:14217:1: rule__ValueOrEnumValueOrOperationCollection__Group__0__Impl : ( ( rule__ValueOrEnumValueOrOperationCollection__ValueAssignment_0 ) ) ; + // InternalDSL.g:13919:1: rule__ValueOrEnumValueOrOperationCollection__Group__0__Impl : ( ( rule__ValueOrEnumValueOrOperationCollection__ValueAssignment_0 ) ) ; public final void rule__ValueOrEnumValueOrOperationCollection__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14221:1: ( ( ( rule__ValueOrEnumValueOrOperationCollection__ValueAssignment_0 ) ) ) - // InternalDSL.g:14222:1: ( ( rule__ValueOrEnumValueOrOperationCollection__ValueAssignment_0 ) ) + // InternalDSL.g:13923:1: ( ( ( rule__ValueOrEnumValueOrOperationCollection__ValueAssignment_0 ) ) ) + // InternalDSL.g:13924:1: ( ( rule__ValueOrEnumValueOrOperationCollection__ValueAssignment_0 ) ) { - // InternalDSL.g:14222:1: ( ( rule__ValueOrEnumValueOrOperationCollection__ValueAssignment_0 ) ) - // InternalDSL.g:14223:1: ( rule__ValueOrEnumValueOrOperationCollection__ValueAssignment_0 ) + // InternalDSL.g:13924:1: ( ( rule__ValueOrEnumValueOrOperationCollection__ValueAssignment_0 ) ) + // InternalDSL.g:13925:1: ( rule__ValueOrEnumValueOrOperationCollection__ValueAssignment_0 ) { before(grammarAccess.getValueOrEnumValueOrOperationCollectionAccess().getValueAssignment_0()); - // InternalDSL.g:14224:1: ( rule__ValueOrEnumValueOrOperationCollection__ValueAssignment_0 ) - // InternalDSL.g:14224:2: rule__ValueOrEnumValueOrOperationCollection__ValueAssignment_0 + // InternalDSL.g:13926:1: ( rule__ValueOrEnumValueOrOperationCollection__ValueAssignment_0 ) + // InternalDSL.g:13926:2: rule__ValueOrEnumValueOrOperationCollection__ValueAssignment_0 { pushFollow(FOLLOW_2); rule__ValueOrEnumValueOrOperationCollection__ValueAssignment_0(); @@ -38764,14 +37968,14 @@ public final void rule__ValueOrEnumValueOrOperationCollection__Group__0__Impl() // $ANTLR start "rule__ValueOrEnumValueOrOperationCollection__Group__1" - // InternalDSL.g:14234:1: rule__ValueOrEnumValueOrOperationCollection__Group__1 : rule__ValueOrEnumValueOrOperationCollection__Group__1__Impl ; + // InternalDSL.g:13936:1: rule__ValueOrEnumValueOrOperationCollection__Group__1 : rule__ValueOrEnumValueOrOperationCollection__Group__1__Impl ; public final void rule__ValueOrEnumValueOrOperationCollection__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14238:1: ( rule__ValueOrEnumValueOrOperationCollection__Group__1__Impl ) - // InternalDSL.g:14239:2: rule__ValueOrEnumValueOrOperationCollection__Group__1__Impl + // InternalDSL.g:13940:1: ( rule__ValueOrEnumValueOrOperationCollection__Group__1__Impl ) + // InternalDSL.g:13941:2: rule__ValueOrEnumValueOrOperationCollection__Group__1__Impl { pushFollow(FOLLOW_2); rule__ValueOrEnumValueOrOperationCollection__Group__1__Impl(); @@ -38797,27 +38001,27 @@ public final void rule__ValueOrEnumValueOrOperationCollection__Group__1() throws // $ANTLR start "rule__ValueOrEnumValueOrOperationCollection__Group__1__Impl" - // InternalDSL.g:14245:1: rule__ValueOrEnumValueOrOperationCollection__Group__1__Impl : ( ( rule__ValueOrEnumValueOrOperationCollection__Group_1__0 )* ) ; + // InternalDSL.g:13947:1: rule__ValueOrEnumValueOrOperationCollection__Group__1__Impl : ( ( rule__ValueOrEnumValueOrOperationCollection__Group_1__0 )* ) ; public final void rule__ValueOrEnumValueOrOperationCollection__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14249:1: ( ( ( rule__ValueOrEnumValueOrOperationCollection__Group_1__0 )* ) ) - // InternalDSL.g:14250:1: ( ( rule__ValueOrEnumValueOrOperationCollection__Group_1__0 )* ) + // InternalDSL.g:13951:1: ( ( ( rule__ValueOrEnumValueOrOperationCollection__Group_1__0 )* ) ) + // InternalDSL.g:13952:1: ( ( rule__ValueOrEnumValueOrOperationCollection__Group_1__0 )* ) { - // InternalDSL.g:14250:1: ( ( rule__ValueOrEnumValueOrOperationCollection__Group_1__0 )* ) - // InternalDSL.g:14251:1: ( rule__ValueOrEnumValueOrOperationCollection__Group_1__0 )* + // InternalDSL.g:13952:1: ( ( rule__ValueOrEnumValueOrOperationCollection__Group_1__0 )* ) + // InternalDSL.g:13953:1: ( rule__ValueOrEnumValueOrOperationCollection__Group_1__0 )* { before(grammarAccess.getValueOrEnumValueOrOperationCollectionAccess().getGroup_1()); - // InternalDSL.g:14252:1: ( rule__ValueOrEnumValueOrOperationCollection__Group_1__0 )* - loop98: + // InternalDSL.g:13954:1: ( rule__ValueOrEnumValueOrOperationCollection__Group_1__0 )* + loop97: do { - int alt98=2; - alt98 = dfa98.predict(input); - switch (alt98) { + int alt97=2; + alt97 = dfa97.predict(input); + switch (alt97) { case 1 : - // InternalDSL.g:14252:2: rule__ValueOrEnumValueOrOperationCollection__Group_1__0 + // InternalDSL.g:13954:2: rule__ValueOrEnumValueOrOperationCollection__Group_1__0 { pushFollow(FOLLOW_3); rule__ValueOrEnumValueOrOperationCollection__Group_1__0(); @@ -38829,7 +38033,7 @@ public final void rule__ValueOrEnumValueOrOperationCollection__Group__1__Impl() break; default : - break loop98; + break loop97; } } while (true); @@ -38856,16 +38060,16 @@ public final void rule__ValueOrEnumValueOrOperationCollection__Group__1__Impl() // $ANTLR start "rule__ValueOrEnumValueOrOperationCollection__Group_1__0" - // InternalDSL.g:14266:1: rule__ValueOrEnumValueOrOperationCollection__Group_1__0 : rule__ValueOrEnumValueOrOperationCollection__Group_1__0__Impl rule__ValueOrEnumValueOrOperationCollection__Group_1__1 ; + // InternalDSL.g:13968:1: rule__ValueOrEnumValueOrOperationCollection__Group_1__0 : rule__ValueOrEnumValueOrOperationCollection__Group_1__0__Impl rule__ValueOrEnumValueOrOperationCollection__Group_1__1 ; public final void rule__ValueOrEnumValueOrOperationCollection__Group_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14270:1: ( rule__ValueOrEnumValueOrOperationCollection__Group_1__0__Impl rule__ValueOrEnumValueOrOperationCollection__Group_1__1 ) - // InternalDSL.g:14271:2: rule__ValueOrEnumValueOrOperationCollection__Group_1__0__Impl rule__ValueOrEnumValueOrOperationCollection__Group_1__1 + // InternalDSL.g:13972:1: ( rule__ValueOrEnumValueOrOperationCollection__Group_1__0__Impl rule__ValueOrEnumValueOrOperationCollection__Group_1__1 ) + // InternalDSL.g:13973:2: rule__ValueOrEnumValueOrOperationCollection__Group_1__0__Impl rule__ValueOrEnumValueOrOperationCollection__Group_1__1 { - pushFollow(FOLLOW_59); + pushFollow(FOLLOW_58); rule__ValueOrEnumValueOrOperationCollection__Group_1__0__Impl(); state._fsp--; @@ -38894,17 +38098,17 @@ public final void rule__ValueOrEnumValueOrOperationCollection__Group_1__0() thro // $ANTLR start "rule__ValueOrEnumValueOrOperationCollection__Group_1__0__Impl" - // InternalDSL.g:14278:1: rule__ValueOrEnumValueOrOperationCollection__Group_1__0__Impl : ( ruleNL ) ; + // InternalDSL.g:13980:1: rule__ValueOrEnumValueOrOperationCollection__Group_1__0__Impl : ( ruleNL ) ; public final void rule__ValueOrEnumValueOrOperationCollection__Group_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14282:1: ( ( ruleNL ) ) - // InternalDSL.g:14283:1: ( ruleNL ) + // InternalDSL.g:13984:1: ( ( ruleNL ) ) + // InternalDSL.g:13985:1: ( ruleNL ) { - // InternalDSL.g:14283:1: ( ruleNL ) - // InternalDSL.g:14284:1: ruleNL + // InternalDSL.g:13985:1: ( ruleNL ) + // InternalDSL.g:13986:1: ruleNL { before(grammarAccess.getValueOrEnumValueOrOperationCollectionAccess().getNLParserRuleCall_1_0()); pushFollow(FOLLOW_2); @@ -38935,14 +38139,14 @@ public final void rule__ValueOrEnumValueOrOperationCollection__Group_1__0__Impl( // $ANTLR start "rule__ValueOrEnumValueOrOperationCollection__Group_1__1" - // InternalDSL.g:14295:1: rule__ValueOrEnumValueOrOperationCollection__Group_1__1 : rule__ValueOrEnumValueOrOperationCollection__Group_1__1__Impl rule__ValueOrEnumValueOrOperationCollection__Group_1__2 ; + // InternalDSL.g:13997:1: rule__ValueOrEnumValueOrOperationCollection__Group_1__1 : rule__ValueOrEnumValueOrOperationCollection__Group_1__1__Impl rule__ValueOrEnumValueOrOperationCollection__Group_1__2 ; public final void rule__ValueOrEnumValueOrOperationCollection__Group_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14299:1: ( rule__ValueOrEnumValueOrOperationCollection__Group_1__1__Impl rule__ValueOrEnumValueOrOperationCollection__Group_1__2 ) - // InternalDSL.g:14300:2: rule__ValueOrEnumValueOrOperationCollection__Group_1__1__Impl rule__ValueOrEnumValueOrOperationCollection__Group_1__2 + // InternalDSL.g:14001:1: ( rule__ValueOrEnumValueOrOperationCollection__Group_1__1__Impl rule__ValueOrEnumValueOrOperationCollection__Group_1__2 ) + // InternalDSL.g:14002:2: rule__ValueOrEnumValueOrOperationCollection__Group_1__1__Impl rule__ValueOrEnumValueOrOperationCollection__Group_1__2 { pushFollow(FOLLOW_4); rule__ValueOrEnumValueOrOperationCollection__Group_1__1__Impl(); @@ -38973,20 +38177,20 @@ public final void rule__ValueOrEnumValueOrOperationCollection__Group_1__1() thro // $ANTLR start "rule__ValueOrEnumValueOrOperationCollection__Group_1__1__Impl" - // InternalDSL.g:14307:1: rule__ValueOrEnumValueOrOperationCollection__Group_1__1__Impl : ( ',' ) ; + // InternalDSL.g:14009:1: rule__ValueOrEnumValueOrOperationCollection__Group_1__1__Impl : ( ',' ) ; public final void rule__ValueOrEnumValueOrOperationCollection__Group_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14311:1: ( ( ',' ) ) - // InternalDSL.g:14312:1: ( ',' ) + // InternalDSL.g:14013:1: ( ( ',' ) ) + // InternalDSL.g:14014:1: ( ',' ) { - // InternalDSL.g:14312:1: ( ',' ) - // InternalDSL.g:14313:1: ',' + // InternalDSL.g:14014:1: ( ',' ) + // InternalDSL.g:14015:1: ',' { before(grammarAccess.getValueOrEnumValueOrOperationCollectionAccess().getCommaKeyword_1_1()); - match(input,89,FOLLOW_2); + match(input,69,FOLLOW_2); after(grammarAccess.getValueOrEnumValueOrOperationCollectionAccess().getCommaKeyword_1_1()); } @@ -39010,14 +38214,14 @@ public final void rule__ValueOrEnumValueOrOperationCollection__Group_1__1__Impl( // $ANTLR start "rule__ValueOrEnumValueOrOperationCollection__Group_1__2" - // InternalDSL.g:14326:1: rule__ValueOrEnumValueOrOperationCollection__Group_1__2 : rule__ValueOrEnumValueOrOperationCollection__Group_1__2__Impl rule__ValueOrEnumValueOrOperationCollection__Group_1__3 ; + // InternalDSL.g:14028:1: rule__ValueOrEnumValueOrOperationCollection__Group_1__2 : rule__ValueOrEnumValueOrOperationCollection__Group_1__2__Impl rule__ValueOrEnumValueOrOperationCollection__Group_1__3 ; public final void rule__ValueOrEnumValueOrOperationCollection__Group_1__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14330:1: ( rule__ValueOrEnumValueOrOperationCollection__Group_1__2__Impl rule__ValueOrEnumValueOrOperationCollection__Group_1__3 ) - // InternalDSL.g:14331:2: rule__ValueOrEnumValueOrOperationCollection__Group_1__2__Impl rule__ValueOrEnumValueOrOperationCollection__Group_1__3 + // InternalDSL.g:14032:1: ( rule__ValueOrEnumValueOrOperationCollection__Group_1__2__Impl rule__ValueOrEnumValueOrOperationCollection__Group_1__3 ) + // InternalDSL.g:14033:2: rule__ValueOrEnumValueOrOperationCollection__Group_1__2__Impl rule__ValueOrEnumValueOrOperationCollection__Group_1__3 { pushFollow(FOLLOW_17); rule__ValueOrEnumValueOrOperationCollection__Group_1__2__Impl(); @@ -39048,17 +38252,17 @@ public final void rule__ValueOrEnumValueOrOperationCollection__Group_1__2() thro // $ANTLR start "rule__ValueOrEnumValueOrOperationCollection__Group_1__2__Impl" - // InternalDSL.g:14338:1: rule__ValueOrEnumValueOrOperationCollection__Group_1__2__Impl : ( ruleNL ) ; + // InternalDSL.g:14040:1: rule__ValueOrEnumValueOrOperationCollection__Group_1__2__Impl : ( ruleNL ) ; public final void rule__ValueOrEnumValueOrOperationCollection__Group_1__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14342:1: ( ( ruleNL ) ) - // InternalDSL.g:14343:1: ( ruleNL ) + // InternalDSL.g:14044:1: ( ( ruleNL ) ) + // InternalDSL.g:14045:1: ( ruleNL ) { - // InternalDSL.g:14343:1: ( ruleNL ) - // InternalDSL.g:14344:1: ruleNL + // InternalDSL.g:14045:1: ( ruleNL ) + // InternalDSL.g:14046:1: ruleNL { before(grammarAccess.getValueOrEnumValueOrOperationCollectionAccess().getNLParserRuleCall_1_2()); pushFollow(FOLLOW_2); @@ -39089,14 +38293,14 @@ public final void rule__ValueOrEnumValueOrOperationCollection__Group_1__2__Impl( // $ANTLR start "rule__ValueOrEnumValueOrOperationCollection__Group_1__3" - // InternalDSL.g:14355:1: rule__ValueOrEnumValueOrOperationCollection__Group_1__3 : rule__ValueOrEnumValueOrOperationCollection__Group_1__3__Impl ; + // InternalDSL.g:14057:1: rule__ValueOrEnumValueOrOperationCollection__Group_1__3 : rule__ValueOrEnumValueOrOperationCollection__Group_1__3__Impl ; public final void rule__ValueOrEnumValueOrOperationCollection__Group_1__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14359:1: ( rule__ValueOrEnumValueOrOperationCollection__Group_1__3__Impl ) - // InternalDSL.g:14360:2: rule__ValueOrEnumValueOrOperationCollection__Group_1__3__Impl + // InternalDSL.g:14061:1: ( rule__ValueOrEnumValueOrOperationCollection__Group_1__3__Impl ) + // InternalDSL.g:14062:2: rule__ValueOrEnumValueOrOperationCollection__Group_1__3__Impl { pushFollow(FOLLOW_2); rule__ValueOrEnumValueOrOperationCollection__Group_1__3__Impl(); @@ -39122,21 +38326,21 @@ public final void rule__ValueOrEnumValueOrOperationCollection__Group_1__3() thro // $ANTLR start "rule__ValueOrEnumValueOrOperationCollection__Group_1__3__Impl" - // InternalDSL.g:14366:1: rule__ValueOrEnumValueOrOperationCollection__Group_1__3__Impl : ( ( rule__ValueOrEnumValueOrOperationCollection__MoreValuesAssignment_1_3 ) ) ; + // InternalDSL.g:14068:1: rule__ValueOrEnumValueOrOperationCollection__Group_1__3__Impl : ( ( rule__ValueOrEnumValueOrOperationCollection__MoreValuesAssignment_1_3 ) ) ; public final void rule__ValueOrEnumValueOrOperationCollection__Group_1__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14370:1: ( ( ( rule__ValueOrEnumValueOrOperationCollection__MoreValuesAssignment_1_3 ) ) ) - // InternalDSL.g:14371:1: ( ( rule__ValueOrEnumValueOrOperationCollection__MoreValuesAssignment_1_3 ) ) + // InternalDSL.g:14072:1: ( ( ( rule__ValueOrEnumValueOrOperationCollection__MoreValuesAssignment_1_3 ) ) ) + // InternalDSL.g:14073:1: ( ( rule__ValueOrEnumValueOrOperationCollection__MoreValuesAssignment_1_3 ) ) { - // InternalDSL.g:14371:1: ( ( rule__ValueOrEnumValueOrOperationCollection__MoreValuesAssignment_1_3 ) ) - // InternalDSL.g:14372:1: ( rule__ValueOrEnumValueOrOperationCollection__MoreValuesAssignment_1_3 ) + // InternalDSL.g:14073:1: ( ( rule__ValueOrEnumValueOrOperationCollection__MoreValuesAssignment_1_3 ) ) + // InternalDSL.g:14074:1: ( rule__ValueOrEnumValueOrOperationCollection__MoreValuesAssignment_1_3 ) { before(grammarAccess.getValueOrEnumValueOrOperationCollectionAccess().getMoreValuesAssignment_1_3()); - // InternalDSL.g:14373:1: ( rule__ValueOrEnumValueOrOperationCollection__MoreValuesAssignment_1_3 ) - // InternalDSL.g:14373:2: rule__ValueOrEnumValueOrOperationCollection__MoreValuesAssignment_1_3 + // InternalDSL.g:14075:1: ( rule__ValueOrEnumValueOrOperationCollection__MoreValuesAssignment_1_3 ) + // InternalDSL.g:14075:2: rule__ValueOrEnumValueOrOperationCollection__MoreValuesAssignment_1_3 { pushFollow(FOLLOW_2); rule__ValueOrEnumValueOrOperationCollection__MoreValuesAssignment_1_3(); @@ -39169,16 +38373,16 @@ public final void rule__ValueOrEnumValueOrOperationCollection__Group_1__3__Impl( // $ANTLR start "rule__IsoDateAndTimeValue__Group__0" - // InternalDSL.g:14391:1: rule__IsoDateAndTimeValue__Group__0 : rule__IsoDateAndTimeValue__Group__0__Impl rule__IsoDateAndTimeValue__Group__1 ; + // InternalDSL.g:14093:1: rule__IsoDateAndTimeValue__Group__0 : rule__IsoDateAndTimeValue__Group__0__Impl rule__IsoDateAndTimeValue__Group__1 ; public final void rule__IsoDateAndTimeValue__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14395:1: ( rule__IsoDateAndTimeValue__Group__0__Impl rule__IsoDateAndTimeValue__Group__1 ) - // InternalDSL.g:14396:2: rule__IsoDateAndTimeValue__Group__0__Impl rule__IsoDateAndTimeValue__Group__1 + // InternalDSL.g:14097:1: ( rule__IsoDateAndTimeValue__Group__0__Impl rule__IsoDateAndTimeValue__Group__1 ) + // InternalDSL.g:14098:2: rule__IsoDateAndTimeValue__Group__0__Impl rule__IsoDateAndTimeValue__Group__1 { - pushFollow(FOLLOW_60); + pushFollow(FOLLOW_59); rule__IsoDateAndTimeValue__Group__0__Impl(); state._fsp--; @@ -39207,21 +38411,21 @@ public final void rule__IsoDateAndTimeValue__Group__0() throws RecognitionExcept // $ANTLR start "rule__IsoDateAndTimeValue__Group__0__Impl" - // InternalDSL.g:14403:1: rule__IsoDateAndTimeValue__Group__0__Impl : ( ( rule__IsoDateAndTimeValue__DateValueAssignment_0 ) ) ; + // InternalDSL.g:14105:1: rule__IsoDateAndTimeValue__Group__0__Impl : ( ( rule__IsoDateAndTimeValue__DateValueAssignment_0 ) ) ; public final void rule__IsoDateAndTimeValue__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14407:1: ( ( ( rule__IsoDateAndTimeValue__DateValueAssignment_0 ) ) ) - // InternalDSL.g:14408:1: ( ( rule__IsoDateAndTimeValue__DateValueAssignment_0 ) ) + // InternalDSL.g:14109:1: ( ( ( rule__IsoDateAndTimeValue__DateValueAssignment_0 ) ) ) + // InternalDSL.g:14110:1: ( ( rule__IsoDateAndTimeValue__DateValueAssignment_0 ) ) { - // InternalDSL.g:14408:1: ( ( rule__IsoDateAndTimeValue__DateValueAssignment_0 ) ) - // InternalDSL.g:14409:1: ( rule__IsoDateAndTimeValue__DateValueAssignment_0 ) + // InternalDSL.g:14110:1: ( ( rule__IsoDateAndTimeValue__DateValueAssignment_0 ) ) + // InternalDSL.g:14111:1: ( rule__IsoDateAndTimeValue__DateValueAssignment_0 ) { before(grammarAccess.getIsoDateAndTimeValueAccess().getDateValueAssignment_0()); - // InternalDSL.g:14410:1: ( rule__IsoDateAndTimeValue__DateValueAssignment_0 ) - // InternalDSL.g:14410:2: rule__IsoDateAndTimeValue__DateValueAssignment_0 + // InternalDSL.g:14112:1: ( rule__IsoDateAndTimeValue__DateValueAssignment_0 ) + // InternalDSL.g:14112:2: rule__IsoDateAndTimeValue__DateValueAssignment_0 { pushFollow(FOLLOW_2); rule__IsoDateAndTimeValue__DateValueAssignment_0(); @@ -39254,14 +38458,14 @@ public final void rule__IsoDateAndTimeValue__Group__0__Impl() throws Recognition // $ANTLR start "rule__IsoDateAndTimeValue__Group__1" - // InternalDSL.g:14420:1: rule__IsoDateAndTimeValue__Group__1 : rule__IsoDateAndTimeValue__Group__1__Impl ; + // InternalDSL.g:14122:1: rule__IsoDateAndTimeValue__Group__1 : rule__IsoDateAndTimeValue__Group__1__Impl ; public final void rule__IsoDateAndTimeValue__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14424:1: ( rule__IsoDateAndTimeValue__Group__1__Impl ) - // InternalDSL.g:14425:2: rule__IsoDateAndTimeValue__Group__1__Impl + // InternalDSL.g:14126:1: ( rule__IsoDateAndTimeValue__Group__1__Impl ) + // InternalDSL.g:14127:2: rule__IsoDateAndTimeValue__Group__1__Impl { pushFollow(FOLLOW_2); rule__IsoDateAndTimeValue__Group__1__Impl(); @@ -39287,21 +38491,21 @@ public final void rule__IsoDateAndTimeValue__Group__1() throws RecognitionExcept // $ANTLR start "rule__IsoDateAndTimeValue__Group__1__Impl" - // InternalDSL.g:14431:1: rule__IsoDateAndTimeValue__Group__1__Impl : ( ( rule__IsoDateAndTimeValue__TimeValueAssignment_1 ) ) ; + // InternalDSL.g:14133:1: rule__IsoDateAndTimeValue__Group__1__Impl : ( ( rule__IsoDateAndTimeValue__TimeValueAssignment_1 ) ) ; public final void rule__IsoDateAndTimeValue__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14435:1: ( ( ( rule__IsoDateAndTimeValue__TimeValueAssignment_1 ) ) ) - // InternalDSL.g:14436:1: ( ( rule__IsoDateAndTimeValue__TimeValueAssignment_1 ) ) + // InternalDSL.g:14137:1: ( ( ( rule__IsoDateAndTimeValue__TimeValueAssignment_1 ) ) ) + // InternalDSL.g:14138:1: ( ( rule__IsoDateAndTimeValue__TimeValueAssignment_1 ) ) { - // InternalDSL.g:14436:1: ( ( rule__IsoDateAndTimeValue__TimeValueAssignment_1 ) ) - // InternalDSL.g:14437:1: ( rule__IsoDateAndTimeValue__TimeValueAssignment_1 ) + // InternalDSL.g:14138:1: ( ( rule__IsoDateAndTimeValue__TimeValueAssignment_1 ) ) + // InternalDSL.g:14139:1: ( rule__IsoDateAndTimeValue__TimeValueAssignment_1 ) { before(grammarAccess.getIsoDateAndTimeValueAccess().getTimeValueAssignment_1()); - // InternalDSL.g:14438:1: ( rule__IsoDateAndTimeValue__TimeValueAssignment_1 ) - // InternalDSL.g:14438:2: rule__IsoDateAndTimeValue__TimeValueAssignment_1 + // InternalDSL.g:14140:1: ( rule__IsoDateAndTimeValue__TimeValueAssignment_1 ) + // InternalDSL.g:14140:2: rule__IsoDateAndTimeValue__TimeValueAssignment_1 { pushFollow(FOLLOW_2); rule__IsoDateAndTimeValue__TimeValueAssignment_1(); @@ -39334,14 +38538,14 @@ public final void rule__IsoDateAndTimeValue__Group__1__Impl() throws Recognition // $ANTLR start "rule__EuropeanDateAnd24HrsTimeValue__Group__0" - // InternalDSL.g:14452:1: rule__EuropeanDateAnd24HrsTimeValue__Group__0 : rule__EuropeanDateAnd24HrsTimeValue__Group__0__Impl rule__EuropeanDateAnd24HrsTimeValue__Group__1 ; + // InternalDSL.g:14154:1: rule__EuropeanDateAnd24HrsTimeValue__Group__0 : rule__EuropeanDateAnd24HrsTimeValue__Group__0__Impl rule__EuropeanDateAnd24HrsTimeValue__Group__1 ; public final void rule__EuropeanDateAnd24HrsTimeValue__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14456:1: ( rule__EuropeanDateAnd24HrsTimeValue__Group__0__Impl rule__EuropeanDateAnd24HrsTimeValue__Group__1 ) - // InternalDSL.g:14457:2: rule__EuropeanDateAnd24HrsTimeValue__Group__0__Impl rule__EuropeanDateAnd24HrsTimeValue__Group__1 + // InternalDSL.g:14158:1: ( rule__EuropeanDateAnd24HrsTimeValue__Group__0__Impl rule__EuropeanDateAnd24HrsTimeValue__Group__1 ) + // InternalDSL.g:14159:2: rule__EuropeanDateAnd24HrsTimeValue__Group__0__Impl rule__EuropeanDateAnd24HrsTimeValue__Group__1 { pushFollow(FOLLOW_4); rule__EuropeanDateAnd24HrsTimeValue__Group__0__Impl(); @@ -39372,21 +38576,21 @@ public final void rule__EuropeanDateAnd24HrsTimeValue__Group__0() throws Recogni // $ANTLR start "rule__EuropeanDateAnd24HrsTimeValue__Group__0__Impl" - // InternalDSL.g:14464:1: rule__EuropeanDateAnd24HrsTimeValue__Group__0__Impl : ( ( rule__EuropeanDateAnd24HrsTimeValue__DateValueAssignment_0 ) ) ; + // InternalDSL.g:14166:1: rule__EuropeanDateAnd24HrsTimeValue__Group__0__Impl : ( ( rule__EuropeanDateAnd24HrsTimeValue__DateValueAssignment_0 ) ) ; public final void rule__EuropeanDateAnd24HrsTimeValue__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14468:1: ( ( ( rule__EuropeanDateAnd24HrsTimeValue__DateValueAssignment_0 ) ) ) - // InternalDSL.g:14469:1: ( ( rule__EuropeanDateAnd24HrsTimeValue__DateValueAssignment_0 ) ) + // InternalDSL.g:14170:1: ( ( ( rule__EuropeanDateAnd24HrsTimeValue__DateValueAssignment_0 ) ) ) + // InternalDSL.g:14171:1: ( ( rule__EuropeanDateAnd24HrsTimeValue__DateValueAssignment_0 ) ) { - // InternalDSL.g:14469:1: ( ( rule__EuropeanDateAnd24HrsTimeValue__DateValueAssignment_0 ) ) - // InternalDSL.g:14470:1: ( rule__EuropeanDateAnd24HrsTimeValue__DateValueAssignment_0 ) + // InternalDSL.g:14171:1: ( ( rule__EuropeanDateAnd24HrsTimeValue__DateValueAssignment_0 ) ) + // InternalDSL.g:14172:1: ( rule__EuropeanDateAnd24HrsTimeValue__DateValueAssignment_0 ) { before(grammarAccess.getEuropeanDateAnd24HrsTimeValueAccess().getDateValueAssignment_0()); - // InternalDSL.g:14471:1: ( rule__EuropeanDateAnd24HrsTimeValue__DateValueAssignment_0 ) - // InternalDSL.g:14471:2: rule__EuropeanDateAnd24HrsTimeValue__DateValueAssignment_0 + // InternalDSL.g:14173:1: ( rule__EuropeanDateAnd24HrsTimeValue__DateValueAssignment_0 ) + // InternalDSL.g:14173:2: rule__EuropeanDateAnd24HrsTimeValue__DateValueAssignment_0 { pushFollow(FOLLOW_2); rule__EuropeanDateAnd24HrsTimeValue__DateValueAssignment_0(); @@ -39419,16 +38623,16 @@ public final void rule__EuropeanDateAnd24HrsTimeValue__Group__0__Impl() throws R // $ANTLR start "rule__EuropeanDateAnd24HrsTimeValue__Group__1" - // InternalDSL.g:14481:1: rule__EuropeanDateAnd24HrsTimeValue__Group__1 : rule__EuropeanDateAnd24HrsTimeValue__Group__1__Impl rule__EuropeanDateAnd24HrsTimeValue__Group__2 ; + // InternalDSL.g:14183:1: rule__EuropeanDateAnd24HrsTimeValue__Group__1 : rule__EuropeanDateAnd24HrsTimeValue__Group__1__Impl rule__EuropeanDateAnd24HrsTimeValue__Group__2 ; public final void rule__EuropeanDateAnd24HrsTimeValue__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14485:1: ( rule__EuropeanDateAnd24HrsTimeValue__Group__1__Impl rule__EuropeanDateAnd24HrsTimeValue__Group__2 ) - // InternalDSL.g:14486:2: rule__EuropeanDateAnd24HrsTimeValue__Group__1__Impl rule__EuropeanDateAnd24HrsTimeValue__Group__2 + // InternalDSL.g:14187:1: ( rule__EuropeanDateAnd24HrsTimeValue__Group__1__Impl rule__EuropeanDateAnd24HrsTimeValue__Group__2 ) + // InternalDSL.g:14188:2: rule__EuropeanDateAnd24HrsTimeValue__Group__1__Impl rule__EuropeanDateAnd24HrsTimeValue__Group__2 { - pushFollow(FOLLOW_61); + pushFollow(FOLLOW_60); rule__EuropeanDateAnd24HrsTimeValue__Group__1__Impl(); state._fsp--; @@ -39457,17 +38661,17 @@ public final void rule__EuropeanDateAnd24HrsTimeValue__Group__1() throws Recogni // $ANTLR start "rule__EuropeanDateAnd24HrsTimeValue__Group__1__Impl" - // InternalDSL.g:14493:1: rule__EuropeanDateAnd24HrsTimeValue__Group__1__Impl : ( ruleNL ) ; + // InternalDSL.g:14195:1: rule__EuropeanDateAnd24HrsTimeValue__Group__1__Impl : ( ruleNL ) ; public final void rule__EuropeanDateAnd24HrsTimeValue__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14497:1: ( ( ruleNL ) ) - // InternalDSL.g:14498:1: ( ruleNL ) + // InternalDSL.g:14199:1: ( ( ruleNL ) ) + // InternalDSL.g:14200:1: ( ruleNL ) { - // InternalDSL.g:14498:1: ( ruleNL ) - // InternalDSL.g:14499:1: ruleNL + // InternalDSL.g:14200:1: ( ruleNL ) + // InternalDSL.g:14201:1: ruleNL { before(grammarAccess.getEuropeanDateAnd24HrsTimeValueAccess().getNLParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -39498,14 +38702,14 @@ public final void rule__EuropeanDateAnd24HrsTimeValue__Group__1__Impl() throws R // $ANTLR start "rule__EuropeanDateAnd24HrsTimeValue__Group__2" - // InternalDSL.g:14510:1: rule__EuropeanDateAnd24HrsTimeValue__Group__2 : rule__EuropeanDateAnd24HrsTimeValue__Group__2__Impl ; + // InternalDSL.g:14212:1: rule__EuropeanDateAnd24HrsTimeValue__Group__2 : rule__EuropeanDateAnd24HrsTimeValue__Group__2__Impl ; public final void rule__EuropeanDateAnd24HrsTimeValue__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14514:1: ( rule__EuropeanDateAnd24HrsTimeValue__Group__2__Impl ) - // InternalDSL.g:14515:2: rule__EuropeanDateAnd24HrsTimeValue__Group__2__Impl + // InternalDSL.g:14216:1: ( rule__EuropeanDateAnd24HrsTimeValue__Group__2__Impl ) + // InternalDSL.g:14217:2: rule__EuropeanDateAnd24HrsTimeValue__Group__2__Impl { pushFollow(FOLLOW_2); rule__EuropeanDateAnd24HrsTimeValue__Group__2__Impl(); @@ -39531,21 +38735,21 @@ public final void rule__EuropeanDateAnd24HrsTimeValue__Group__2() throws Recogni // $ANTLR start "rule__EuropeanDateAnd24HrsTimeValue__Group__2__Impl" - // InternalDSL.g:14521:1: rule__EuropeanDateAnd24HrsTimeValue__Group__2__Impl : ( ( rule__EuropeanDateAnd24HrsTimeValue__TimeValueAssignment_2 ) ) ; + // InternalDSL.g:14223:1: rule__EuropeanDateAnd24HrsTimeValue__Group__2__Impl : ( ( rule__EuropeanDateAnd24HrsTimeValue__TimeValueAssignment_2 ) ) ; public final void rule__EuropeanDateAnd24HrsTimeValue__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14525:1: ( ( ( rule__EuropeanDateAnd24HrsTimeValue__TimeValueAssignment_2 ) ) ) - // InternalDSL.g:14526:1: ( ( rule__EuropeanDateAnd24HrsTimeValue__TimeValueAssignment_2 ) ) + // InternalDSL.g:14227:1: ( ( ( rule__EuropeanDateAnd24HrsTimeValue__TimeValueAssignment_2 ) ) ) + // InternalDSL.g:14228:1: ( ( rule__EuropeanDateAnd24HrsTimeValue__TimeValueAssignment_2 ) ) { - // InternalDSL.g:14526:1: ( ( rule__EuropeanDateAnd24HrsTimeValue__TimeValueAssignment_2 ) ) - // InternalDSL.g:14527:1: ( rule__EuropeanDateAnd24HrsTimeValue__TimeValueAssignment_2 ) + // InternalDSL.g:14228:1: ( ( rule__EuropeanDateAnd24HrsTimeValue__TimeValueAssignment_2 ) ) + // InternalDSL.g:14229:1: ( rule__EuropeanDateAnd24HrsTimeValue__TimeValueAssignment_2 ) { before(grammarAccess.getEuropeanDateAnd24HrsTimeValueAccess().getTimeValueAssignment_2()); - // InternalDSL.g:14528:1: ( rule__EuropeanDateAnd24HrsTimeValue__TimeValueAssignment_2 ) - // InternalDSL.g:14528:2: rule__EuropeanDateAnd24HrsTimeValue__TimeValueAssignment_2 + // InternalDSL.g:14230:1: ( rule__EuropeanDateAnd24HrsTimeValue__TimeValueAssignment_2 ) + // InternalDSL.g:14230:2: rule__EuropeanDateAnd24HrsTimeValue__TimeValueAssignment_2 { pushFollow(FOLLOW_2); rule__EuropeanDateAnd24HrsTimeValue__TimeValueAssignment_2(); @@ -39578,14 +38782,14 @@ public final void rule__EuropeanDateAnd24HrsTimeValue__Group__2__Impl() throws R // $ANTLR start "rule__EuropeanDateAnd12HrsTimeValue__Group__0" - // InternalDSL.g:14544:1: rule__EuropeanDateAnd12HrsTimeValue__Group__0 : rule__EuropeanDateAnd12HrsTimeValue__Group__0__Impl rule__EuropeanDateAnd12HrsTimeValue__Group__1 ; + // InternalDSL.g:14246:1: rule__EuropeanDateAnd12HrsTimeValue__Group__0 : rule__EuropeanDateAnd12HrsTimeValue__Group__0__Impl rule__EuropeanDateAnd12HrsTimeValue__Group__1 ; public final void rule__EuropeanDateAnd12HrsTimeValue__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14548:1: ( rule__EuropeanDateAnd12HrsTimeValue__Group__0__Impl rule__EuropeanDateAnd12HrsTimeValue__Group__1 ) - // InternalDSL.g:14549:2: rule__EuropeanDateAnd12HrsTimeValue__Group__0__Impl rule__EuropeanDateAnd12HrsTimeValue__Group__1 + // InternalDSL.g:14250:1: ( rule__EuropeanDateAnd12HrsTimeValue__Group__0__Impl rule__EuropeanDateAnd12HrsTimeValue__Group__1 ) + // InternalDSL.g:14251:2: rule__EuropeanDateAnd12HrsTimeValue__Group__0__Impl rule__EuropeanDateAnd12HrsTimeValue__Group__1 { pushFollow(FOLLOW_4); rule__EuropeanDateAnd12HrsTimeValue__Group__0__Impl(); @@ -39616,21 +38820,21 @@ public final void rule__EuropeanDateAnd12HrsTimeValue__Group__0() throws Recogni // $ANTLR start "rule__EuropeanDateAnd12HrsTimeValue__Group__0__Impl" - // InternalDSL.g:14556:1: rule__EuropeanDateAnd12HrsTimeValue__Group__0__Impl : ( ( rule__EuropeanDateAnd12HrsTimeValue__DateValueAssignment_0 ) ) ; + // InternalDSL.g:14258:1: rule__EuropeanDateAnd12HrsTimeValue__Group__0__Impl : ( ( rule__EuropeanDateAnd12HrsTimeValue__DateValueAssignment_0 ) ) ; public final void rule__EuropeanDateAnd12HrsTimeValue__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14560:1: ( ( ( rule__EuropeanDateAnd12HrsTimeValue__DateValueAssignment_0 ) ) ) - // InternalDSL.g:14561:1: ( ( rule__EuropeanDateAnd12HrsTimeValue__DateValueAssignment_0 ) ) + // InternalDSL.g:14262:1: ( ( ( rule__EuropeanDateAnd12HrsTimeValue__DateValueAssignment_0 ) ) ) + // InternalDSL.g:14263:1: ( ( rule__EuropeanDateAnd12HrsTimeValue__DateValueAssignment_0 ) ) { - // InternalDSL.g:14561:1: ( ( rule__EuropeanDateAnd12HrsTimeValue__DateValueAssignment_0 ) ) - // InternalDSL.g:14562:1: ( rule__EuropeanDateAnd12HrsTimeValue__DateValueAssignment_0 ) + // InternalDSL.g:14263:1: ( ( rule__EuropeanDateAnd12HrsTimeValue__DateValueAssignment_0 ) ) + // InternalDSL.g:14264:1: ( rule__EuropeanDateAnd12HrsTimeValue__DateValueAssignment_0 ) { before(grammarAccess.getEuropeanDateAnd12HrsTimeValueAccess().getDateValueAssignment_0()); - // InternalDSL.g:14563:1: ( rule__EuropeanDateAnd12HrsTimeValue__DateValueAssignment_0 ) - // InternalDSL.g:14563:2: rule__EuropeanDateAnd12HrsTimeValue__DateValueAssignment_0 + // InternalDSL.g:14265:1: ( rule__EuropeanDateAnd12HrsTimeValue__DateValueAssignment_0 ) + // InternalDSL.g:14265:2: rule__EuropeanDateAnd12HrsTimeValue__DateValueAssignment_0 { pushFollow(FOLLOW_2); rule__EuropeanDateAnd12HrsTimeValue__DateValueAssignment_0(); @@ -39663,16 +38867,16 @@ public final void rule__EuropeanDateAnd12HrsTimeValue__Group__0__Impl() throws R // $ANTLR start "rule__EuropeanDateAnd12HrsTimeValue__Group__1" - // InternalDSL.g:14573:1: rule__EuropeanDateAnd12HrsTimeValue__Group__1 : rule__EuropeanDateAnd12HrsTimeValue__Group__1__Impl rule__EuropeanDateAnd12HrsTimeValue__Group__2 ; + // InternalDSL.g:14275:1: rule__EuropeanDateAnd12HrsTimeValue__Group__1 : rule__EuropeanDateAnd12HrsTimeValue__Group__1__Impl rule__EuropeanDateAnd12HrsTimeValue__Group__2 ; public final void rule__EuropeanDateAnd12HrsTimeValue__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14577:1: ( rule__EuropeanDateAnd12HrsTimeValue__Group__1__Impl rule__EuropeanDateAnd12HrsTimeValue__Group__2 ) - // InternalDSL.g:14578:2: rule__EuropeanDateAnd12HrsTimeValue__Group__1__Impl rule__EuropeanDateAnd12HrsTimeValue__Group__2 + // InternalDSL.g:14279:1: ( rule__EuropeanDateAnd12HrsTimeValue__Group__1__Impl rule__EuropeanDateAnd12HrsTimeValue__Group__2 ) + // InternalDSL.g:14280:2: rule__EuropeanDateAnd12HrsTimeValue__Group__1__Impl rule__EuropeanDateAnd12HrsTimeValue__Group__2 { - pushFollow(FOLLOW_62); + pushFollow(FOLLOW_61); rule__EuropeanDateAnd12HrsTimeValue__Group__1__Impl(); state._fsp--; @@ -39701,17 +38905,17 @@ public final void rule__EuropeanDateAnd12HrsTimeValue__Group__1() throws Recogni // $ANTLR start "rule__EuropeanDateAnd12HrsTimeValue__Group__1__Impl" - // InternalDSL.g:14585:1: rule__EuropeanDateAnd12HrsTimeValue__Group__1__Impl : ( ruleNL ) ; + // InternalDSL.g:14287:1: rule__EuropeanDateAnd12HrsTimeValue__Group__1__Impl : ( ruleNL ) ; public final void rule__EuropeanDateAnd12HrsTimeValue__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14589:1: ( ( ruleNL ) ) - // InternalDSL.g:14590:1: ( ruleNL ) + // InternalDSL.g:14291:1: ( ( ruleNL ) ) + // InternalDSL.g:14292:1: ( ruleNL ) { - // InternalDSL.g:14590:1: ( ruleNL ) - // InternalDSL.g:14591:1: ruleNL + // InternalDSL.g:14292:1: ( ruleNL ) + // InternalDSL.g:14293:1: ruleNL { before(grammarAccess.getEuropeanDateAnd12HrsTimeValueAccess().getNLParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -39742,14 +38946,14 @@ public final void rule__EuropeanDateAnd12HrsTimeValue__Group__1__Impl() throws R // $ANTLR start "rule__EuropeanDateAnd12HrsTimeValue__Group__2" - // InternalDSL.g:14602:1: rule__EuropeanDateAnd12HrsTimeValue__Group__2 : rule__EuropeanDateAnd12HrsTimeValue__Group__2__Impl ; + // InternalDSL.g:14304:1: rule__EuropeanDateAnd12HrsTimeValue__Group__2 : rule__EuropeanDateAnd12HrsTimeValue__Group__2__Impl ; public final void rule__EuropeanDateAnd12HrsTimeValue__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14606:1: ( rule__EuropeanDateAnd12HrsTimeValue__Group__2__Impl ) - // InternalDSL.g:14607:2: rule__EuropeanDateAnd12HrsTimeValue__Group__2__Impl + // InternalDSL.g:14308:1: ( rule__EuropeanDateAnd12HrsTimeValue__Group__2__Impl ) + // InternalDSL.g:14309:2: rule__EuropeanDateAnd12HrsTimeValue__Group__2__Impl { pushFollow(FOLLOW_2); rule__EuropeanDateAnd12HrsTimeValue__Group__2__Impl(); @@ -39775,21 +38979,21 @@ public final void rule__EuropeanDateAnd12HrsTimeValue__Group__2() throws Recogni // $ANTLR start "rule__EuropeanDateAnd12HrsTimeValue__Group__2__Impl" - // InternalDSL.g:14613:1: rule__EuropeanDateAnd12HrsTimeValue__Group__2__Impl : ( ( rule__EuropeanDateAnd12HrsTimeValue__TimeValueAssignment_2 ) ) ; + // InternalDSL.g:14315:1: rule__EuropeanDateAnd12HrsTimeValue__Group__2__Impl : ( ( rule__EuropeanDateAnd12HrsTimeValue__TimeValueAssignment_2 ) ) ; public final void rule__EuropeanDateAnd12HrsTimeValue__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14617:1: ( ( ( rule__EuropeanDateAnd12HrsTimeValue__TimeValueAssignment_2 ) ) ) - // InternalDSL.g:14618:1: ( ( rule__EuropeanDateAnd12HrsTimeValue__TimeValueAssignment_2 ) ) + // InternalDSL.g:14319:1: ( ( ( rule__EuropeanDateAnd12HrsTimeValue__TimeValueAssignment_2 ) ) ) + // InternalDSL.g:14320:1: ( ( rule__EuropeanDateAnd12HrsTimeValue__TimeValueAssignment_2 ) ) { - // InternalDSL.g:14618:1: ( ( rule__EuropeanDateAnd12HrsTimeValue__TimeValueAssignment_2 ) ) - // InternalDSL.g:14619:1: ( rule__EuropeanDateAnd12HrsTimeValue__TimeValueAssignment_2 ) + // InternalDSL.g:14320:1: ( ( rule__EuropeanDateAnd12HrsTimeValue__TimeValueAssignment_2 ) ) + // InternalDSL.g:14321:1: ( rule__EuropeanDateAnd12HrsTimeValue__TimeValueAssignment_2 ) { before(grammarAccess.getEuropeanDateAnd12HrsTimeValueAccess().getTimeValueAssignment_2()); - // InternalDSL.g:14620:1: ( rule__EuropeanDateAnd12HrsTimeValue__TimeValueAssignment_2 ) - // InternalDSL.g:14620:2: rule__EuropeanDateAnd12HrsTimeValue__TimeValueAssignment_2 + // InternalDSL.g:14322:1: ( rule__EuropeanDateAnd12HrsTimeValue__TimeValueAssignment_2 ) + // InternalDSL.g:14322:2: rule__EuropeanDateAnd12HrsTimeValue__TimeValueAssignment_2 { pushFollow(FOLLOW_2); rule__EuropeanDateAnd12HrsTimeValue__TimeValueAssignment_2(); @@ -39822,14 +39026,14 @@ public final void rule__EuropeanDateAnd12HrsTimeValue__Group__2__Impl() throws R // $ANTLR start "rule__USDateAnd12HrsTimeValue__Group__0" - // InternalDSL.g:14636:1: rule__USDateAnd12HrsTimeValue__Group__0 : rule__USDateAnd12HrsTimeValue__Group__0__Impl rule__USDateAnd12HrsTimeValue__Group__1 ; + // InternalDSL.g:14338:1: rule__USDateAnd12HrsTimeValue__Group__0 : rule__USDateAnd12HrsTimeValue__Group__0__Impl rule__USDateAnd12HrsTimeValue__Group__1 ; public final void rule__USDateAnd12HrsTimeValue__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14640:1: ( rule__USDateAnd12HrsTimeValue__Group__0__Impl rule__USDateAnd12HrsTimeValue__Group__1 ) - // InternalDSL.g:14641:2: rule__USDateAnd12HrsTimeValue__Group__0__Impl rule__USDateAnd12HrsTimeValue__Group__1 + // InternalDSL.g:14342:1: ( rule__USDateAnd12HrsTimeValue__Group__0__Impl rule__USDateAnd12HrsTimeValue__Group__1 ) + // InternalDSL.g:14343:2: rule__USDateAnd12HrsTimeValue__Group__0__Impl rule__USDateAnd12HrsTimeValue__Group__1 { pushFollow(FOLLOW_4); rule__USDateAnd12HrsTimeValue__Group__0__Impl(); @@ -39860,21 +39064,21 @@ public final void rule__USDateAnd12HrsTimeValue__Group__0() throws RecognitionEx // $ANTLR start "rule__USDateAnd12HrsTimeValue__Group__0__Impl" - // InternalDSL.g:14648:1: rule__USDateAnd12HrsTimeValue__Group__0__Impl : ( ( rule__USDateAnd12HrsTimeValue__DateValueAssignment_0 ) ) ; + // InternalDSL.g:14350:1: rule__USDateAnd12HrsTimeValue__Group__0__Impl : ( ( rule__USDateAnd12HrsTimeValue__DateValueAssignment_0 ) ) ; public final void rule__USDateAnd12HrsTimeValue__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14652:1: ( ( ( rule__USDateAnd12HrsTimeValue__DateValueAssignment_0 ) ) ) - // InternalDSL.g:14653:1: ( ( rule__USDateAnd12HrsTimeValue__DateValueAssignment_0 ) ) + // InternalDSL.g:14354:1: ( ( ( rule__USDateAnd12HrsTimeValue__DateValueAssignment_0 ) ) ) + // InternalDSL.g:14355:1: ( ( rule__USDateAnd12HrsTimeValue__DateValueAssignment_0 ) ) { - // InternalDSL.g:14653:1: ( ( rule__USDateAnd12HrsTimeValue__DateValueAssignment_0 ) ) - // InternalDSL.g:14654:1: ( rule__USDateAnd12HrsTimeValue__DateValueAssignment_0 ) + // InternalDSL.g:14355:1: ( ( rule__USDateAnd12HrsTimeValue__DateValueAssignment_0 ) ) + // InternalDSL.g:14356:1: ( rule__USDateAnd12HrsTimeValue__DateValueAssignment_0 ) { before(grammarAccess.getUSDateAnd12HrsTimeValueAccess().getDateValueAssignment_0()); - // InternalDSL.g:14655:1: ( rule__USDateAnd12HrsTimeValue__DateValueAssignment_0 ) - // InternalDSL.g:14655:2: rule__USDateAnd12HrsTimeValue__DateValueAssignment_0 + // InternalDSL.g:14357:1: ( rule__USDateAnd12HrsTimeValue__DateValueAssignment_0 ) + // InternalDSL.g:14357:2: rule__USDateAnd12HrsTimeValue__DateValueAssignment_0 { pushFollow(FOLLOW_2); rule__USDateAnd12HrsTimeValue__DateValueAssignment_0(); @@ -39907,16 +39111,16 @@ public final void rule__USDateAnd12HrsTimeValue__Group__0__Impl() throws Recogni // $ANTLR start "rule__USDateAnd12HrsTimeValue__Group__1" - // InternalDSL.g:14665:1: rule__USDateAnd12HrsTimeValue__Group__1 : rule__USDateAnd12HrsTimeValue__Group__1__Impl rule__USDateAnd12HrsTimeValue__Group__2 ; + // InternalDSL.g:14367:1: rule__USDateAnd12HrsTimeValue__Group__1 : rule__USDateAnd12HrsTimeValue__Group__1__Impl rule__USDateAnd12HrsTimeValue__Group__2 ; public final void rule__USDateAnd12HrsTimeValue__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14669:1: ( rule__USDateAnd12HrsTimeValue__Group__1__Impl rule__USDateAnd12HrsTimeValue__Group__2 ) - // InternalDSL.g:14670:2: rule__USDateAnd12HrsTimeValue__Group__1__Impl rule__USDateAnd12HrsTimeValue__Group__2 + // InternalDSL.g:14371:1: ( rule__USDateAnd12HrsTimeValue__Group__1__Impl rule__USDateAnd12HrsTimeValue__Group__2 ) + // InternalDSL.g:14372:2: rule__USDateAnd12HrsTimeValue__Group__1__Impl rule__USDateAnd12HrsTimeValue__Group__2 { - pushFollow(FOLLOW_62); + pushFollow(FOLLOW_61); rule__USDateAnd12HrsTimeValue__Group__1__Impl(); state._fsp--; @@ -39945,17 +39149,17 @@ public final void rule__USDateAnd12HrsTimeValue__Group__1() throws RecognitionEx // $ANTLR start "rule__USDateAnd12HrsTimeValue__Group__1__Impl" - // InternalDSL.g:14677:1: rule__USDateAnd12HrsTimeValue__Group__1__Impl : ( ruleNL ) ; + // InternalDSL.g:14379:1: rule__USDateAnd12HrsTimeValue__Group__1__Impl : ( ruleNL ) ; public final void rule__USDateAnd12HrsTimeValue__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14681:1: ( ( ruleNL ) ) - // InternalDSL.g:14682:1: ( ruleNL ) + // InternalDSL.g:14383:1: ( ( ruleNL ) ) + // InternalDSL.g:14384:1: ( ruleNL ) { - // InternalDSL.g:14682:1: ( ruleNL ) - // InternalDSL.g:14683:1: ruleNL + // InternalDSL.g:14384:1: ( ruleNL ) + // InternalDSL.g:14385:1: ruleNL { before(grammarAccess.getUSDateAnd12HrsTimeValueAccess().getNLParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -39986,14 +39190,14 @@ public final void rule__USDateAnd12HrsTimeValue__Group__1__Impl() throws Recogni // $ANTLR start "rule__USDateAnd12HrsTimeValue__Group__2" - // InternalDSL.g:14694:1: rule__USDateAnd12HrsTimeValue__Group__2 : rule__USDateAnd12HrsTimeValue__Group__2__Impl ; + // InternalDSL.g:14396:1: rule__USDateAnd12HrsTimeValue__Group__2 : rule__USDateAnd12HrsTimeValue__Group__2__Impl ; public final void rule__USDateAnd12HrsTimeValue__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14698:1: ( rule__USDateAnd12HrsTimeValue__Group__2__Impl ) - // InternalDSL.g:14699:2: rule__USDateAnd12HrsTimeValue__Group__2__Impl + // InternalDSL.g:14400:1: ( rule__USDateAnd12HrsTimeValue__Group__2__Impl ) + // InternalDSL.g:14401:2: rule__USDateAnd12HrsTimeValue__Group__2__Impl { pushFollow(FOLLOW_2); rule__USDateAnd12HrsTimeValue__Group__2__Impl(); @@ -40019,21 +39223,21 @@ public final void rule__USDateAnd12HrsTimeValue__Group__2() throws RecognitionEx // $ANTLR start "rule__USDateAnd12HrsTimeValue__Group__2__Impl" - // InternalDSL.g:14705:1: rule__USDateAnd12HrsTimeValue__Group__2__Impl : ( ( rule__USDateAnd12HrsTimeValue__TimeValueAssignment_2 ) ) ; + // InternalDSL.g:14407:1: rule__USDateAnd12HrsTimeValue__Group__2__Impl : ( ( rule__USDateAnd12HrsTimeValue__TimeValueAssignment_2 ) ) ; public final void rule__USDateAnd12HrsTimeValue__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14709:1: ( ( ( rule__USDateAnd12HrsTimeValue__TimeValueAssignment_2 ) ) ) - // InternalDSL.g:14710:1: ( ( rule__USDateAnd12HrsTimeValue__TimeValueAssignment_2 ) ) + // InternalDSL.g:14411:1: ( ( ( rule__USDateAnd12HrsTimeValue__TimeValueAssignment_2 ) ) ) + // InternalDSL.g:14412:1: ( ( rule__USDateAnd12HrsTimeValue__TimeValueAssignment_2 ) ) { - // InternalDSL.g:14710:1: ( ( rule__USDateAnd12HrsTimeValue__TimeValueAssignment_2 ) ) - // InternalDSL.g:14711:1: ( rule__USDateAnd12HrsTimeValue__TimeValueAssignment_2 ) + // InternalDSL.g:14412:1: ( ( rule__USDateAnd12HrsTimeValue__TimeValueAssignment_2 ) ) + // InternalDSL.g:14413:1: ( rule__USDateAnd12HrsTimeValue__TimeValueAssignment_2 ) { before(grammarAccess.getUSDateAnd12HrsTimeValueAccess().getTimeValueAssignment_2()); - // InternalDSL.g:14712:1: ( rule__USDateAnd12HrsTimeValue__TimeValueAssignment_2 ) - // InternalDSL.g:14712:2: rule__USDateAnd12HrsTimeValue__TimeValueAssignment_2 + // InternalDSL.g:14414:1: ( rule__USDateAnd12HrsTimeValue__TimeValueAssignment_2 ) + // InternalDSL.g:14414:2: rule__USDateAnd12HrsTimeValue__TimeValueAssignment_2 { pushFollow(FOLLOW_2); rule__USDateAnd12HrsTimeValue__TimeValueAssignment_2(); @@ -40066,14 +39270,14 @@ public final void rule__USDateAnd12HrsTimeValue__Group__2__Impl() throws Recogni // $ANTLR start "rule__JavaConstantValue__Group__0" - // InternalDSL.g:14728:1: rule__JavaConstantValue__Group__0 : rule__JavaConstantValue__Group__0__Impl rule__JavaConstantValue__Group__1 ; + // InternalDSL.g:14430:1: rule__JavaConstantValue__Group__0 : rule__JavaConstantValue__Group__0__Impl rule__JavaConstantValue__Group__1 ; public final void rule__JavaConstantValue__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14732:1: ( rule__JavaConstantValue__Group__0__Impl rule__JavaConstantValue__Group__1 ) - // InternalDSL.g:14733:2: rule__JavaConstantValue__Group__0__Impl rule__JavaConstantValue__Group__1 + // InternalDSL.g:14434:1: ( rule__JavaConstantValue__Group__0__Impl rule__JavaConstantValue__Group__1 ) + // InternalDSL.g:14435:2: rule__JavaConstantValue__Group__0__Impl rule__JavaConstantValue__Group__1 { pushFollow(FOLLOW_9); rule__JavaConstantValue__Group__0__Impl(); @@ -40104,20 +39308,20 @@ public final void rule__JavaConstantValue__Group__0() throws RecognitionExceptio // $ANTLR start "rule__JavaConstantValue__Group__0__Impl" - // InternalDSL.g:14740:1: rule__JavaConstantValue__Group__0__Impl : ( '<' ) ; + // InternalDSL.g:14442:1: rule__JavaConstantValue__Group__0__Impl : ( '<' ) ; public final void rule__JavaConstantValue__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14744:1: ( ( '<' ) ) - // InternalDSL.g:14745:1: ( '<' ) + // InternalDSL.g:14446:1: ( ( '<' ) ) + // InternalDSL.g:14447:1: ( '<' ) { - // InternalDSL.g:14745:1: ( '<' ) - // InternalDSL.g:14746:1: '<' + // InternalDSL.g:14447:1: ( '<' ) + // InternalDSL.g:14448:1: '<' { before(grammarAccess.getJavaConstantValueAccess().getLessThanSignKeyword_0()); - match(input,95,FOLLOW_2); + match(input,75,FOLLOW_2); after(grammarAccess.getJavaConstantValueAccess().getLessThanSignKeyword_0()); } @@ -40141,16 +39345,16 @@ public final void rule__JavaConstantValue__Group__0__Impl() throws RecognitionEx // $ANTLR start "rule__JavaConstantValue__Group__1" - // InternalDSL.g:14759:1: rule__JavaConstantValue__Group__1 : rule__JavaConstantValue__Group__1__Impl rule__JavaConstantValue__Group__2 ; + // InternalDSL.g:14461:1: rule__JavaConstantValue__Group__1 : rule__JavaConstantValue__Group__1__Impl rule__JavaConstantValue__Group__2 ; public final void rule__JavaConstantValue__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14763:1: ( rule__JavaConstantValue__Group__1__Impl rule__JavaConstantValue__Group__2 ) - // InternalDSL.g:14764:2: rule__JavaConstantValue__Group__1__Impl rule__JavaConstantValue__Group__2 + // InternalDSL.g:14465:1: ( rule__JavaConstantValue__Group__1__Impl rule__JavaConstantValue__Group__2 ) + // InternalDSL.g:14466:2: rule__JavaConstantValue__Group__1__Impl rule__JavaConstantValue__Group__2 { - pushFollow(FOLLOW_63); + pushFollow(FOLLOW_62); rule__JavaConstantValue__Group__1__Impl(); state._fsp--; @@ -40179,21 +39383,21 @@ public final void rule__JavaConstantValue__Group__1() throws RecognitionExceptio // $ANTLR start "rule__JavaConstantValue__Group__1__Impl" - // InternalDSL.g:14771:1: rule__JavaConstantValue__Group__1__Impl : ( ( rule__JavaConstantValue__ConstantAssignment_1 ) ) ; + // InternalDSL.g:14473:1: rule__JavaConstantValue__Group__1__Impl : ( ( rule__JavaConstantValue__ConstantAssignment_1 ) ) ; public final void rule__JavaConstantValue__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14775:1: ( ( ( rule__JavaConstantValue__ConstantAssignment_1 ) ) ) - // InternalDSL.g:14776:1: ( ( rule__JavaConstantValue__ConstantAssignment_1 ) ) + // InternalDSL.g:14477:1: ( ( ( rule__JavaConstantValue__ConstantAssignment_1 ) ) ) + // InternalDSL.g:14478:1: ( ( rule__JavaConstantValue__ConstantAssignment_1 ) ) { - // InternalDSL.g:14776:1: ( ( rule__JavaConstantValue__ConstantAssignment_1 ) ) - // InternalDSL.g:14777:1: ( rule__JavaConstantValue__ConstantAssignment_1 ) + // InternalDSL.g:14478:1: ( ( rule__JavaConstantValue__ConstantAssignment_1 ) ) + // InternalDSL.g:14479:1: ( rule__JavaConstantValue__ConstantAssignment_1 ) { before(grammarAccess.getJavaConstantValueAccess().getConstantAssignment_1()); - // InternalDSL.g:14778:1: ( rule__JavaConstantValue__ConstantAssignment_1 ) - // InternalDSL.g:14778:2: rule__JavaConstantValue__ConstantAssignment_1 + // InternalDSL.g:14480:1: ( rule__JavaConstantValue__ConstantAssignment_1 ) + // InternalDSL.g:14480:2: rule__JavaConstantValue__ConstantAssignment_1 { pushFollow(FOLLOW_2); rule__JavaConstantValue__ConstantAssignment_1(); @@ -40226,14 +39430,14 @@ public final void rule__JavaConstantValue__Group__1__Impl() throws RecognitionEx // $ANTLR start "rule__JavaConstantValue__Group__2" - // InternalDSL.g:14788:1: rule__JavaConstantValue__Group__2 : rule__JavaConstantValue__Group__2__Impl ; + // InternalDSL.g:14490:1: rule__JavaConstantValue__Group__2 : rule__JavaConstantValue__Group__2__Impl ; public final void rule__JavaConstantValue__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14792:1: ( rule__JavaConstantValue__Group__2__Impl ) - // InternalDSL.g:14793:2: rule__JavaConstantValue__Group__2__Impl + // InternalDSL.g:14494:1: ( rule__JavaConstantValue__Group__2__Impl ) + // InternalDSL.g:14495:2: rule__JavaConstantValue__Group__2__Impl { pushFollow(FOLLOW_2); rule__JavaConstantValue__Group__2__Impl(); @@ -40259,20 +39463,20 @@ public final void rule__JavaConstantValue__Group__2() throws RecognitionExceptio // $ANTLR start "rule__JavaConstantValue__Group__2__Impl" - // InternalDSL.g:14799:1: rule__JavaConstantValue__Group__2__Impl : ( '>' ) ; + // InternalDSL.g:14501:1: rule__JavaConstantValue__Group__2__Impl : ( '>' ) ; public final void rule__JavaConstantValue__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14803:1: ( ( '>' ) ) - // InternalDSL.g:14804:1: ( '>' ) + // InternalDSL.g:14505:1: ( ( '>' ) ) + // InternalDSL.g:14506:1: ( '>' ) { - // InternalDSL.g:14804:1: ( '>' ) - // InternalDSL.g:14805:1: '>' + // InternalDSL.g:14506:1: ( '>' ) + // InternalDSL.g:14507:1: '>' { before(grammarAccess.getJavaConstantValueAccess().getGreaterThanSignKeyword_2()); - match(input,96,FOLLOW_2); + match(input,76,FOLLOW_2); after(grammarAccess.getJavaConstantValueAccess().getGreaterThanSignKeyword_2()); } @@ -40296,16 +39500,16 @@ public final void rule__JavaConstantValue__Group__2__Impl() throws RecognitionEx // $ANTLR start "rule__Variable__Group__0" - // InternalDSL.g:14824:1: rule__Variable__Group__0 : rule__Variable__Group__0__Impl rule__Variable__Group__1 ; + // InternalDSL.g:14526:1: rule__Variable__Group__0 : rule__Variable__Group__0__Impl rule__Variable__Group__1 ; public final void rule__Variable__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14828:1: ( rule__Variable__Group__0__Impl rule__Variable__Group__1 ) - // InternalDSL.g:14829:2: rule__Variable__Group__0__Impl rule__Variable__Group__1 + // InternalDSL.g:14530:1: ( rule__Variable__Group__0__Impl rule__Variable__Group__1 ) + // InternalDSL.g:14531:2: rule__Variable__Group__0__Impl rule__Variable__Group__1 { - pushFollow(FOLLOW_64); + pushFollow(FOLLOW_63); rule__Variable__Group__0__Impl(); state._fsp--; @@ -40334,21 +39538,21 @@ public final void rule__Variable__Group__0() throws RecognitionException { // $ANTLR start "rule__Variable__Group__0__Impl" - // InternalDSL.g:14836:1: rule__Variable__Group__0__Impl : ( ( rule__Variable__NameAssignment_0 ) ) ; + // InternalDSL.g:14538:1: rule__Variable__Group__0__Impl : ( ( rule__Variable__NameAssignment_0 ) ) ; public final void rule__Variable__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14840:1: ( ( ( rule__Variable__NameAssignment_0 ) ) ) - // InternalDSL.g:14841:1: ( ( rule__Variable__NameAssignment_0 ) ) + // InternalDSL.g:14542:1: ( ( ( rule__Variable__NameAssignment_0 ) ) ) + // InternalDSL.g:14543:1: ( ( rule__Variable__NameAssignment_0 ) ) { - // InternalDSL.g:14841:1: ( ( rule__Variable__NameAssignment_0 ) ) - // InternalDSL.g:14842:1: ( rule__Variable__NameAssignment_0 ) + // InternalDSL.g:14543:1: ( ( rule__Variable__NameAssignment_0 ) ) + // InternalDSL.g:14544:1: ( rule__Variable__NameAssignment_0 ) { before(grammarAccess.getVariableAccess().getNameAssignment_0()); - // InternalDSL.g:14843:1: ( rule__Variable__NameAssignment_0 ) - // InternalDSL.g:14843:2: rule__Variable__NameAssignment_0 + // InternalDSL.g:14545:1: ( rule__Variable__NameAssignment_0 ) + // InternalDSL.g:14545:2: rule__Variable__NameAssignment_0 { pushFollow(FOLLOW_2); rule__Variable__NameAssignment_0(); @@ -40381,14 +39585,14 @@ public final void rule__Variable__Group__0__Impl() throws RecognitionException { // $ANTLR start "rule__Variable__Group__1" - // InternalDSL.g:14853:1: rule__Variable__Group__1 : rule__Variable__Group__1__Impl ; + // InternalDSL.g:14555:1: rule__Variable__Group__1 : rule__Variable__Group__1__Impl ; public final void rule__Variable__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14857:1: ( rule__Variable__Group__1__Impl ) - // InternalDSL.g:14858:2: rule__Variable__Group__1__Impl + // InternalDSL.g:14559:1: ( rule__Variable__Group__1__Impl ) + // InternalDSL.g:14560:2: rule__Variable__Group__1__Impl { pushFollow(FOLLOW_2); rule__Variable__Group__1__Impl(); @@ -40414,29 +39618,29 @@ public final void rule__Variable__Group__1() throws RecognitionException { // $ANTLR start "rule__Variable__Group__1__Impl" - // InternalDSL.g:14864:1: rule__Variable__Group__1__Impl : ( ( rule__Variable__Group_1__0 )? ) ; + // InternalDSL.g:14566:1: rule__Variable__Group__1__Impl : ( ( rule__Variable__Group_1__0 )? ) ; public final void rule__Variable__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14868:1: ( ( ( rule__Variable__Group_1__0 )? ) ) - // InternalDSL.g:14869:1: ( ( rule__Variable__Group_1__0 )? ) + // InternalDSL.g:14570:1: ( ( ( rule__Variable__Group_1__0 )? ) ) + // InternalDSL.g:14571:1: ( ( rule__Variable__Group_1__0 )? ) { - // InternalDSL.g:14869:1: ( ( rule__Variable__Group_1__0 )? ) - // InternalDSL.g:14870:1: ( rule__Variable__Group_1__0 )? + // InternalDSL.g:14571:1: ( ( rule__Variable__Group_1__0 )? ) + // InternalDSL.g:14572:1: ( rule__Variable__Group_1__0 )? { before(grammarAccess.getVariableAccess().getGroup_1()); - // InternalDSL.g:14871:1: ( rule__Variable__Group_1__0 )? - int alt99=2; - int LA99_0 = input.LA(1); + // InternalDSL.g:14573:1: ( rule__Variable__Group_1__0 )? + int alt98=2; + int LA98_0 = input.LA(1); - if ( (LA99_0==97) ) { - alt99=1; + if ( (LA98_0==77) ) { + alt98=1; } - switch (alt99) { + switch (alt98) { case 1 : - // InternalDSL.g:14871:2: rule__Variable__Group_1__0 + // InternalDSL.g:14573:2: rule__Variable__Group_1__0 { pushFollow(FOLLOW_2); rule__Variable__Group_1__0(); @@ -40472,14 +39676,14 @@ public final void rule__Variable__Group__1__Impl() throws RecognitionException { // $ANTLR start "rule__Variable__Group_1__0" - // InternalDSL.g:14885:1: rule__Variable__Group_1__0 : rule__Variable__Group_1__0__Impl rule__Variable__Group_1__1 ; + // InternalDSL.g:14587:1: rule__Variable__Group_1__0 : rule__Variable__Group_1__0__Impl rule__Variable__Group_1__1 ; public final void rule__Variable__Group_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14889:1: ( rule__Variable__Group_1__0__Impl rule__Variable__Group_1__1 ) - // InternalDSL.g:14890:2: rule__Variable__Group_1__0__Impl rule__Variable__Group_1__1 + // InternalDSL.g:14591:1: ( rule__Variable__Group_1__0__Impl rule__Variable__Group_1__1 ) + // InternalDSL.g:14592:2: rule__Variable__Group_1__0__Impl rule__Variable__Group_1__1 { pushFollow(FOLLOW_9); rule__Variable__Group_1__0__Impl(); @@ -40510,20 +39714,20 @@ public final void rule__Variable__Group_1__0() throws RecognitionException { // $ANTLR start "rule__Variable__Group_1__0__Impl" - // InternalDSL.g:14897:1: rule__Variable__Group_1__0__Impl : ( '#' ) ; + // InternalDSL.g:14599:1: rule__Variable__Group_1__0__Impl : ( '#' ) ; public final void rule__Variable__Group_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14901:1: ( ( '#' ) ) - // InternalDSL.g:14902:1: ( '#' ) + // InternalDSL.g:14603:1: ( ( '#' ) ) + // InternalDSL.g:14604:1: ( '#' ) { - // InternalDSL.g:14902:1: ( '#' ) - // InternalDSL.g:14903:1: '#' + // InternalDSL.g:14604:1: ( '#' ) + // InternalDSL.g:14605:1: '#' { before(grammarAccess.getVariableAccess().getNumberSignKeyword_1_0()); - match(input,97,FOLLOW_2); + match(input,77,FOLLOW_2); after(grammarAccess.getVariableAccess().getNumberSignKeyword_1_0()); } @@ -40547,14 +39751,14 @@ public final void rule__Variable__Group_1__0__Impl() throws RecognitionException // $ANTLR start "rule__Variable__Group_1__1" - // InternalDSL.g:14916:1: rule__Variable__Group_1__1 : rule__Variable__Group_1__1__Impl ; + // InternalDSL.g:14618:1: rule__Variable__Group_1__1 : rule__Variable__Group_1__1__Impl ; public final void rule__Variable__Group_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14920:1: ( rule__Variable__Group_1__1__Impl ) - // InternalDSL.g:14921:2: rule__Variable__Group_1__1__Impl + // InternalDSL.g:14622:1: ( rule__Variable__Group_1__1__Impl ) + // InternalDSL.g:14623:2: rule__Variable__Group_1__1__Impl { pushFollow(FOLLOW_2); rule__Variable__Group_1__1__Impl(); @@ -40580,21 +39784,21 @@ public final void rule__Variable__Group_1__1() throws RecognitionException { // $ANTLR start "rule__Variable__Group_1__1__Impl" - // InternalDSL.g:14927:1: rule__Variable__Group_1__1__Impl : ( ( rule__Variable__AttributeAssignment_1_1 ) ) ; + // InternalDSL.g:14629:1: rule__Variable__Group_1__1__Impl : ( ( rule__Variable__AttributeAssignment_1_1 ) ) ; public final void rule__Variable__Group_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14931:1: ( ( ( rule__Variable__AttributeAssignment_1_1 ) ) ) - // InternalDSL.g:14932:1: ( ( rule__Variable__AttributeAssignment_1_1 ) ) + // InternalDSL.g:14633:1: ( ( ( rule__Variable__AttributeAssignment_1_1 ) ) ) + // InternalDSL.g:14634:1: ( ( rule__Variable__AttributeAssignment_1_1 ) ) { - // InternalDSL.g:14932:1: ( ( rule__Variable__AttributeAssignment_1_1 ) ) - // InternalDSL.g:14933:1: ( rule__Variable__AttributeAssignment_1_1 ) + // InternalDSL.g:14634:1: ( ( rule__Variable__AttributeAssignment_1_1 ) ) + // InternalDSL.g:14635:1: ( rule__Variable__AttributeAssignment_1_1 ) { before(grammarAccess.getVariableAccess().getAttributeAssignment_1_1()); - // InternalDSL.g:14934:1: ( rule__Variable__AttributeAssignment_1_1 ) - // InternalDSL.g:14934:2: rule__Variable__AttributeAssignment_1_1 + // InternalDSL.g:14636:1: ( rule__Variable__AttributeAssignment_1_1 ) + // InternalDSL.g:14636:2: rule__Variable__AttributeAssignment_1_1 { pushFollow(FOLLOW_2); rule__Variable__AttributeAssignment_1_1(); @@ -40627,16 +39831,16 @@ public final void rule__Variable__Group_1__1__Impl() throws RecognitionException // $ANTLR start "rule__NullValue__Group__0" - // InternalDSL.g:14948:1: rule__NullValue__Group__0 : rule__NullValue__Group__0__Impl rule__NullValue__Group__1 ; + // InternalDSL.g:14650:1: rule__NullValue__Group__0 : rule__NullValue__Group__0__Impl rule__NullValue__Group__1 ; public final void rule__NullValue__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14952:1: ( rule__NullValue__Group__0__Impl rule__NullValue__Group__1 ) - // InternalDSL.g:14953:2: rule__NullValue__Group__0__Impl rule__NullValue__Group__1 + // InternalDSL.g:14654:1: ( rule__NullValue__Group__0__Impl rule__NullValue__Group__1 ) + // InternalDSL.g:14655:2: rule__NullValue__Group__0__Impl rule__NullValue__Group__1 { - pushFollow(FOLLOW_65); + pushFollow(FOLLOW_64); rule__NullValue__Group__0__Impl(); state._fsp--; @@ -40665,21 +39869,21 @@ public final void rule__NullValue__Group__0() throws RecognitionException { // $ANTLR start "rule__NullValue__Group__0__Impl" - // InternalDSL.g:14960:1: rule__NullValue__Group__0__Impl : ( () ) ; + // InternalDSL.g:14662:1: rule__NullValue__Group__0__Impl : ( () ) ; public final void rule__NullValue__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14964:1: ( ( () ) ) - // InternalDSL.g:14965:1: ( () ) + // InternalDSL.g:14666:1: ( ( () ) ) + // InternalDSL.g:14667:1: ( () ) { - // InternalDSL.g:14965:1: ( () ) - // InternalDSL.g:14966:1: () + // InternalDSL.g:14667:1: ( () ) + // InternalDSL.g:14668:1: () { before(grammarAccess.getNullValueAccess().getNullAction_0()); - // InternalDSL.g:14967:1: () - // InternalDSL.g:14969:1: + // InternalDSL.g:14669:1: () + // InternalDSL.g:14671:1: { } @@ -40702,14 +39906,14 @@ public final void rule__NullValue__Group__0__Impl() throws RecognitionException // $ANTLR start "rule__NullValue__Group__1" - // InternalDSL.g:14979:1: rule__NullValue__Group__1 : rule__NullValue__Group__1__Impl ; + // InternalDSL.g:14681:1: rule__NullValue__Group__1 : rule__NullValue__Group__1__Impl ; public final void rule__NullValue__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14983:1: ( rule__NullValue__Group__1__Impl ) - // InternalDSL.g:14984:2: rule__NullValue__Group__1__Impl + // InternalDSL.g:14685:1: ( rule__NullValue__Group__1__Impl ) + // InternalDSL.g:14686:2: rule__NullValue__Group__1__Impl { pushFollow(FOLLOW_2); rule__NullValue__Group__1__Impl(); @@ -40735,20 +39939,20 @@ public final void rule__NullValue__Group__1() throws RecognitionException { // $ANTLR start "rule__NullValue__Group__1__Impl" - // InternalDSL.g:14990:1: rule__NullValue__Group__1__Impl : ( 'null' ) ; + // InternalDSL.g:14692:1: rule__NullValue__Group__1__Impl : ( 'null' ) ; public final void rule__NullValue__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:14994:1: ( ( 'null' ) ) - // InternalDSL.g:14995:1: ( 'null' ) + // InternalDSL.g:14696:1: ( ( 'null' ) ) + // InternalDSL.g:14697:1: ( 'null' ) { - // InternalDSL.g:14995:1: ( 'null' ) - // InternalDSL.g:14996:1: 'null' + // InternalDSL.g:14697:1: ( 'null' ) + // InternalDSL.g:14698:1: 'null' { before(grammarAccess.getNullValueAccess().getNullKeyword_1()); - match(input,98,FOLLOW_2); + match(input,78,FOLLOW_2); after(grammarAccess.getNullValueAccess().getNullKeyword_1()); } @@ -40772,14 +39976,14 @@ public final void rule__NullValue__Group__1__Impl() throws RecognitionException // $ANTLR start "rule__NestedObject__Group__0" - // InternalDSL.g:15013:1: rule__NestedObject__Group__0 : rule__NestedObject__Group__0__Impl rule__NestedObject__Group__1 ; + // InternalDSL.g:14715:1: rule__NestedObject__Group__0 : rule__NestedObject__Group__0__Impl rule__NestedObject__Group__1 ; public final void rule__NestedObject__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15017:1: ( rule__NestedObject__Group__0__Impl rule__NestedObject__Group__1 ) - // InternalDSL.g:15018:2: rule__NestedObject__Group__0__Impl rule__NestedObject__Group__1 + // InternalDSL.g:14719:1: ( rule__NestedObject__Group__0__Impl rule__NestedObject__Group__1 ) + // InternalDSL.g:14720:2: rule__NestedObject__Group__0__Impl rule__NestedObject__Group__1 { pushFollow(FOLLOW_4); rule__NestedObject__Group__0__Impl(); @@ -40810,20 +40014,20 @@ public final void rule__NestedObject__Group__0() throws RecognitionException { // $ANTLR start "rule__NestedObject__Group__0__Impl" - // InternalDSL.g:15025:1: rule__NestedObject__Group__0__Impl : ( '{' ) ; + // InternalDSL.g:14727:1: rule__NestedObject__Group__0__Impl : ( '{' ) ; public final void rule__NestedObject__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15029:1: ( ( '{' ) ) - // InternalDSL.g:15030:1: ( '{' ) + // InternalDSL.g:14731:1: ( ( '{' ) ) + // InternalDSL.g:14732:1: ( '{' ) { - // InternalDSL.g:15030:1: ( '{' ) - // InternalDSL.g:15031:1: '{' + // InternalDSL.g:14732:1: ( '{' ) + // InternalDSL.g:14733:1: '{' { before(grammarAccess.getNestedObjectAccess().getLeftCurlyBracketKeyword_0()); - match(input,99,FOLLOW_2); + match(input,79,FOLLOW_2); after(grammarAccess.getNestedObjectAccess().getLeftCurlyBracketKeyword_0()); } @@ -40847,16 +40051,16 @@ public final void rule__NestedObject__Group__0__Impl() throws RecognitionExcepti // $ANTLR start "rule__NestedObject__Group__1" - // InternalDSL.g:15044:1: rule__NestedObject__Group__1 : rule__NestedObject__Group__1__Impl rule__NestedObject__Group__2 ; + // InternalDSL.g:14746:1: rule__NestedObject__Group__1 : rule__NestedObject__Group__1__Impl rule__NestedObject__Group__2 ; public final void rule__NestedObject__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15048:1: ( rule__NestedObject__Group__1__Impl rule__NestedObject__Group__2 ) - // InternalDSL.g:15049:2: rule__NestedObject__Group__1__Impl rule__NestedObject__Group__2 + // InternalDSL.g:14750:1: ( rule__NestedObject__Group__1__Impl rule__NestedObject__Group__2 ) + // InternalDSL.g:14751:2: rule__NestedObject__Group__1__Impl rule__NestedObject__Group__2 { - pushFollow(FOLLOW_54); + pushFollow(FOLLOW_53); rule__NestedObject__Group__1__Impl(); state._fsp--; @@ -40885,17 +40089,17 @@ public final void rule__NestedObject__Group__1() throws RecognitionException { // $ANTLR start "rule__NestedObject__Group__1__Impl" - // InternalDSL.g:15056:1: rule__NestedObject__Group__1__Impl : ( ruleNL ) ; + // InternalDSL.g:14758:1: rule__NestedObject__Group__1__Impl : ( ruleNL ) ; public final void rule__NestedObject__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15060:1: ( ( ruleNL ) ) - // InternalDSL.g:15061:1: ( ruleNL ) + // InternalDSL.g:14762:1: ( ( ruleNL ) ) + // InternalDSL.g:14763:1: ( ruleNL ) { - // InternalDSL.g:15061:1: ( ruleNL ) - // InternalDSL.g:15062:1: ruleNL + // InternalDSL.g:14763:1: ( ruleNL ) + // InternalDSL.g:14764:1: ruleNL { before(grammarAccess.getNestedObjectAccess().getNLParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -40926,16 +40130,16 @@ public final void rule__NestedObject__Group__1__Impl() throws RecognitionExcepti // $ANTLR start "rule__NestedObject__Group__2" - // InternalDSL.g:15073:1: rule__NestedObject__Group__2 : rule__NestedObject__Group__2__Impl rule__NestedObject__Group__3 ; + // InternalDSL.g:14775:1: rule__NestedObject__Group__2 : rule__NestedObject__Group__2__Impl rule__NestedObject__Group__3 ; public final void rule__NestedObject__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15077:1: ( rule__NestedObject__Group__2__Impl rule__NestedObject__Group__3 ) - // InternalDSL.g:15078:2: rule__NestedObject__Group__2__Impl rule__NestedObject__Group__3 + // InternalDSL.g:14779:1: ( rule__NestedObject__Group__2__Impl rule__NestedObject__Group__3 ) + // InternalDSL.g:14780:2: rule__NestedObject__Group__2__Impl rule__NestedObject__Group__3 { - pushFollow(FOLLOW_66); + pushFollow(FOLLOW_65); rule__NestedObject__Group__2__Impl(); state._fsp--; @@ -40964,26 +40168,26 @@ public final void rule__NestedObject__Group__2() throws RecognitionException { // $ANTLR start "rule__NestedObject__Group__2__Impl" - // InternalDSL.g:15085:1: rule__NestedObject__Group__2__Impl : ( ( ( rule__NestedObject__Group_2__0 ) ) ( ( rule__NestedObject__Group_2__0 )* ) ) ; + // InternalDSL.g:14787:1: rule__NestedObject__Group__2__Impl : ( ( ( rule__NestedObject__Group_2__0 ) ) ( ( rule__NestedObject__Group_2__0 )* ) ) ; public final void rule__NestedObject__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15089:1: ( ( ( ( rule__NestedObject__Group_2__0 ) ) ( ( rule__NestedObject__Group_2__0 )* ) ) ) - // InternalDSL.g:15090:1: ( ( ( rule__NestedObject__Group_2__0 ) ) ( ( rule__NestedObject__Group_2__0 )* ) ) + // InternalDSL.g:14791:1: ( ( ( ( rule__NestedObject__Group_2__0 ) ) ( ( rule__NestedObject__Group_2__0 )* ) ) ) + // InternalDSL.g:14792:1: ( ( ( rule__NestedObject__Group_2__0 ) ) ( ( rule__NestedObject__Group_2__0 )* ) ) { - // InternalDSL.g:15090:1: ( ( ( rule__NestedObject__Group_2__0 ) ) ( ( rule__NestedObject__Group_2__0 )* ) ) - // InternalDSL.g:15091:1: ( ( rule__NestedObject__Group_2__0 ) ) ( ( rule__NestedObject__Group_2__0 )* ) + // InternalDSL.g:14792:1: ( ( ( rule__NestedObject__Group_2__0 ) ) ( ( rule__NestedObject__Group_2__0 )* ) ) + // InternalDSL.g:14793:1: ( ( rule__NestedObject__Group_2__0 ) ) ( ( rule__NestedObject__Group_2__0 )* ) { - // InternalDSL.g:15091:1: ( ( rule__NestedObject__Group_2__0 ) ) - // InternalDSL.g:15092:1: ( rule__NestedObject__Group_2__0 ) + // InternalDSL.g:14793:1: ( ( rule__NestedObject__Group_2__0 ) ) + // InternalDSL.g:14794:1: ( rule__NestedObject__Group_2__0 ) { before(grammarAccess.getNestedObjectAccess().getGroup_2()); - // InternalDSL.g:15093:1: ( rule__NestedObject__Group_2__0 ) - // InternalDSL.g:15093:2: rule__NestedObject__Group_2__0 + // InternalDSL.g:14795:1: ( rule__NestedObject__Group_2__0 ) + // InternalDSL.g:14795:2: rule__NestedObject__Group_2__0 { - pushFollow(FOLLOW_67); + pushFollow(FOLLOW_66); rule__NestedObject__Group_2__0(); state._fsp--; @@ -40995,26 +40199,26 @@ public final void rule__NestedObject__Group__2__Impl() throws RecognitionExcepti } - // InternalDSL.g:15096:1: ( ( rule__NestedObject__Group_2__0 )* ) - // InternalDSL.g:15097:1: ( rule__NestedObject__Group_2__0 )* + // InternalDSL.g:14798:1: ( ( rule__NestedObject__Group_2__0 )* ) + // InternalDSL.g:14799:1: ( rule__NestedObject__Group_2__0 )* { before(grammarAccess.getNestedObjectAccess().getGroup_2()); - // InternalDSL.g:15098:1: ( rule__NestedObject__Group_2__0 )* - loop100: + // InternalDSL.g:14800:1: ( rule__NestedObject__Group_2__0 )* + loop99: do { - int alt100=2; - int LA100_0 = input.LA(1); + int alt99=2; + int LA99_0 = input.LA(1); - if ( (LA100_0==RULE_ID||LA100_0==RULE_STRING) ) { - alt100=1; + if ( (LA99_0==RULE_ID||LA99_0==RULE_STRING) ) { + alt99=1; } - switch (alt100) { + switch (alt99) { case 1 : - // InternalDSL.g:15098:2: rule__NestedObject__Group_2__0 + // InternalDSL.g:14800:2: rule__NestedObject__Group_2__0 { - pushFollow(FOLLOW_67); + pushFollow(FOLLOW_66); rule__NestedObject__Group_2__0(); state._fsp--; @@ -41024,7 +40228,7 @@ public final void rule__NestedObject__Group__2__Impl() throws RecognitionExcepti break; default : - break loop100; + break loop99; } } while (true); @@ -41054,14 +40258,14 @@ public final void rule__NestedObject__Group__2__Impl() throws RecognitionExcepti // $ANTLR start "rule__NestedObject__Group__3" - // InternalDSL.g:15109:1: rule__NestedObject__Group__3 : rule__NestedObject__Group__3__Impl ; + // InternalDSL.g:14811:1: rule__NestedObject__Group__3 : rule__NestedObject__Group__3__Impl ; public final void rule__NestedObject__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15113:1: ( rule__NestedObject__Group__3__Impl ) - // InternalDSL.g:15114:2: rule__NestedObject__Group__3__Impl + // InternalDSL.g:14815:1: ( rule__NestedObject__Group__3__Impl ) + // InternalDSL.g:14816:2: rule__NestedObject__Group__3__Impl { pushFollow(FOLLOW_2); rule__NestedObject__Group__3__Impl(); @@ -41087,20 +40291,20 @@ public final void rule__NestedObject__Group__3() throws RecognitionException { // $ANTLR start "rule__NestedObject__Group__3__Impl" - // InternalDSL.g:15120:1: rule__NestedObject__Group__3__Impl : ( '}' ) ; + // InternalDSL.g:14822:1: rule__NestedObject__Group__3__Impl : ( '}' ) ; public final void rule__NestedObject__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15124:1: ( ( '}' ) ) - // InternalDSL.g:15125:1: ( '}' ) + // InternalDSL.g:14826:1: ( ( '}' ) ) + // InternalDSL.g:14827:1: ( '}' ) { - // InternalDSL.g:15125:1: ( '}' ) - // InternalDSL.g:15126:1: '}' + // InternalDSL.g:14827:1: ( '}' ) + // InternalDSL.g:14828:1: '}' { before(grammarAccess.getNestedObjectAccess().getRightCurlyBracketKeyword_3()); - match(input,100,FOLLOW_2); + match(input,80,FOLLOW_2); after(grammarAccess.getNestedObjectAccess().getRightCurlyBracketKeyword_3()); } @@ -41124,14 +40328,14 @@ public final void rule__NestedObject__Group__3__Impl() throws RecognitionExcepti // $ANTLR start "rule__NestedObject__Group_2__0" - // InternalDSL.g:15147:1: rule__NestedObject__Group_2__0 : rule__NestedObject__Group_2__0__Impl rule__NestedObject__Group_2__1 ; + // InternalDSL.g:14849:1: rule__NestedObject__Group_2__0 : rule__NestedObject__Group_2__0__Impl rule__NestedObject__Group_2__1 ; public final void rule__NestedObject__Group_2__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15151:1: ( rule__NestedObject__Group_2__0__Impl rule__NestedObject__Group_2__1 ) - // InternalDSL.g:15152:2: rule__NestedObject__Group_2__0__Impl rule__NestedObject__Group_2__1 + // InternalDSL.g:14853:1: ( rule__NestedObject__Group_2__0__Impl rule__NestedObject__Group_2__1 ) + // InternalDSL.g:14854:2: rule__NestedObject__Group_2__0__Impl rule__NestedObject__Group_2__1 { pushFollow(FOLLOW_4); rule__NestedObject__Group_2__0__Impl(); @@ -41162,21 +40366,21 @@ public final void rule__NestedObject__Group_2__0() throws RecognitionException { // $ANTLR start "rule__NestedObject__Group_2__0__Impl" - // InternalDSL.g:15159:1: rule__NestedObject__Group_2__0__Impl : ( ( rule__NestedObject__AttributesAssignment_2_0 ) ) ; + // InternalDSL.g:14861:1: rule__NestedObject__Group_2__0__Impl : ( ( rule__NestedObject__AttributesAssignment_2_0 ) ) ; public final void rule__NestedObject__Group_2__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15163:1: ( ( ( rule__NestedObject__AttributesAssignment_2_0 ) ) ) - // InternalDSL.g:15164:1: ( ( rule__NestedObject__AttributesAssignment_2_0 ) ) + // InternalDSL.g:14865:1: ( ( ( rule__NestedObject__AttributesAssignment_2_0 ) ) ) + // InternalDSL.g:14866:1: ( ( rule__NestedObject__AttributesAssignment_2_0 ) ) { - // InternalDSL.g:15164:1: ( ( rule__NestedObject__AttributesAssignment_2_0 ) ) - // InternalDSL.g:15165:1: ( rule__NestedObject__AttributesAssignment_2_0 ) + // InternalDSL.g:14866:1: ( ( rule__NestedObject__AttributesAssignment_2_0 ) ) + // InternalDSL.g:14867:1: ( rule__NestedObject__AttributesAssignment_2_0 ) { before(grammarAccess.getNestedObjectAccess().getAttributesAssignment_2_0()); - // InternalDSL.g:15166:1: ( rule__NestedObject__AttributesAssignment_2_0 ) - // InternalDSL.g:15166:2: rule__NestedObject__AttributesAssignment_2_0 + // InternalDSL.g:14868:1: ( rule__NestedObject__AttributesAssignment_2_0 ) + // InternalDSL.g:14868:2: rule__NestedObject__AttributesAssignment_2_0 { pushFollow(FOLLOW_2); rule__NestedObject__AttributesAssignment_2_0(); @@ -41209,14 +40413,14 @@ public final void rule__NestedObject__Group_2__0__Impl() throws RecognitionExcep // $ANTLR start "rule__NestedObject__Group_2__1" - // InternalDSL.g:15176:1: rule__NestedObject__Group_2__1 : rule__NestedObject__Group_2__1__Impl ; + // InternalDSL.g:14878:1: rule__NestedObject__Group_2__1 : rule__NestedObject__Group_2__1__Impl ; public final void rule__NestedObject__Group_2__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15180:1: ( rule__NestedObject__Group_2__1__Impl ) - // InternalDSL.g:15181:2: rule__NestedObject__Group_2__1__Impl + // InternalDSL.g:14882:1: ( rule__NestedObject__Group_2__1__Impl ) + // InternalDSL.g:14883:2: rule__NestedObject__Group_2__1__Impl { pushFollow(FOLLOW_2); rule__NestedObject__Group_2__1__Impl(); @@ -41242,17 +40446,17 @@ public final void rule__NestedObject__Group_2__1() throws RecognitionException { // $ANTLR start "rule__NestedObject__Group_2__1__Impl" - // InternalDSL.g:15187:1: rule__NestedObject__Group_2__1__Impl : ( ruleNL ) ; + // InternalDSL.g:14889:1: rule__NestedObject__Group_2__1__Impl : ( ruleNL ) ; public final void rule__NestedObject__Group_2__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15191:1: ( ( ruleNL ) ) - // InternalDSL.g:15192:1: ( ruleNL ) + // InternalDSL.g:14893:1: ( ( ruleNL ) ) + // InternalDSL.g:14894:1: ( ruleNL ) { - // InternalDSL.g:15192:1: ( ruleNL ) - // InternalDSL.g:15193:1: ruleNL + // InternalDSL.g:14894:1: ( ruleNL ) + // InternalDSL.g:14895:1: ruleNL { before(grammarAccess.getNestedObjectAccess().getNLParserRuleCall_2_1()); pushFollow(FOLLOW_2); @@ -41283,14 +40487,14 @@ public final void rule__NestedObject__Group_2__1__Impl() throws RecognitionExcep // $ANTLR start "rule__TypedNestedObject__Group__0" - // InternalDSL.g:15208:1: rule__TypedNestedObject__Group__0 : rule__TypedNestedObject__Group__0__Impl rule__TypedNestedObject__Group__1 ; + // InternalDSL.g:14910:1: rule__TypedNestedObject__Group__0 : rule__TypedNestedObject__Group__0__Impl rule__TypedNestedObject__Group__1 ; public final void rule__TypedNestedObject__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15212:1: ( rule__TypedNestedObject__Group__0__Impl rule__TypedNestedObject__Group__1 ) - // InternalDSL.g:15213:2: rule__TypedNestedObject__Group__0__Impl rule__TypedNestedObject__Group__1 + // InternalDSL.g:14914:1: ( rule__TypedNestedObject__Group__0__Impl rule__TypedNestedObject__Group__1 ) + // InternalDSL.g:14915:2: rule__TypedNestedObject__Group__0__Impl rule__TypedNestedObject__Group__1 { pushFollow(FOLLOW_9); rule__TypedNestedObject__Group__0__Impl(); @@ -41321,20 +40525,20 @@ public final void rule__TypedNestedObject__Group__0() throws RecognitionExceptio // $ANTLR start "rule__TypedNestedObject__Group__0__Impl" - // InternalDSL.g:15220:1: rule__TypedNestedObject__Group__0__Impl : ( '<' ) ; + // InternalDSL.g:14922:1: rule__TypedNestedObject__Group__0__Impl : ( '<' ) ; public final void rule__TypedNestedObject__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15224:1: ( ( '<' ) ) - // InternalDSL.g:15225:1: ( '<' ) + // InternalDSL.g:14926:1: ( ( '<' ) ) + // InternalDSL.g:14927:1: ( '<' ) { - // InternalDSL.g:15225:1: ( '<' ) - // InternalDSL.g:15226:1: '<' + // InternalDSL.g:14927:1: ( '<' ) + // InternalDSL.g:14928:1: '<' { before(grammarAccess.getTypedNestedObjectAccess().getLessThanSignKeyword_0()); - match(input,95,FOLLOW_2); + match(input,75,FOLLOW_2); after(grammarAccess.getTypedNestedObjectAccess().getLessThanSignKeyword_0()); } @@ -41358,16 +40562,16 @@ public final void rule__TypedNestedObject__Group__0__Impl() throws RecognitionEx // $ANTLR start "rule__TypedNestedObject__Group__1" - // InternalDSL.g:15239:1: rule__TypedNestedObject__Group__1 : rule__TypedNestedObject__Group__1__Impl rule__TypedNestedObject__Group__2 ; + // InternalDSL.g:14941:1: rule__TypedNestedObject__Group__1 : rule__TypedNestedObject__Group__1__Impl rule__TypedNestedObject__Group__2 ; public final void rule__TypedNestedObject__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15243:1: ( rule__TypedNestedObject__Group__1__Impl rule__TypedNestedObject__Group__2 ) - // InternalDSL.g:15244:2: rule__TypedNestedObject__Group__1__Impl rule__TypedNestedObject__Group__2 + // InternalDSL.g:14945:1: ( rule__TypedNestedObject__Group__1__Impl rule__TypedNestedObject__Group__2 ) + // InternalDSL.g:14946:2: rule__TypedNestedObject__Group__1__Impl rule__TypedNestedObject__Group__2 { - pushFollow(FOLLOW_63); + pushFollow(FOLLOW_62); rule__TypedNestedObject__Group__1__Impl(); state._fsp--; @@ -41396,21 +40600,21 @@ public final void rule__TypedNestedObject__Group__1() throws RecognitionExceptio // $ANTLR start "rule__TypedNestedObject__Group__1__Impl" - // InternalDSL.g:15251:1: rule__TypedNestedObject__Group__1__Impl : ( ( rule__TypedNestedObject__TypeAssignment_1 ) ) ; + // InternalDSL.g:14953:1: rule__TypedNestedObject__Group__1__Impl : ( ( rule__TypedNestedObject__TypeAssignment_1 ) ) ; public final void rule__TypedNestedObject__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15255:1: ( ( ( rule__TypedNestedObject__TypeAssignment_1 ) ) ) - // InternalDSL.g:15256:1: ( ( rule__TypedNestedObject__TypeAssignment_1 ) ) + // InternalDSL.g:14957:1: ( ( ( rule__TypedNestedObject__TypeAssignment_1 ) ) ) + // InternalDSL.g:14958:1: ( ( rule__TypedNestedObject__TypeAssignment_1 ) ) { - // InternalDSL.g:15256:1: ( ( rule__TypedNestedObject__TypeAssignment_1 ) ) - // InternalDSL.g:15257:1: ( rule__TypedNestedObject__TypeAssignment_1 ) + // InternalDSL.g:14958:1: ( ( rule__TypedNestedObject__TypeAssignment_1 ) ) + // InternalDSL.g:14959:1: ( rule__TypedNestedObject__TypeAssignment_1 ) { before(grammarAccess.getTypedNestedObjectAccess().getTypeAssignment_1()); - // InternalDSL.g:15258:1: ( rule__TypedNestedObject__TypeAssignment_1 ) - // InternalDSL.g:15258:2: rule__TypedNestedObject__TypeAssignment_1 + // InternalDSL.g:14960:1: ( rule__TypedNestedObject__TypeAssignment_1 ) + // InternalDSL.g:14960:2: rule__TypedNestedObject__TypeAssignment_1 { pushFollow(FOLLOW_2); rule__TypedNestedObject__TypeAssignment_1(); @@ -41443,14 +40647,14 @@ public final void rule__TypedNestedObject__Group__1__Impl() throws RecognitionEx // $ANTLR start "rule__TypedNestedObject__Group__2" - // InternalDSL.g:15268:1: rule__TypedNestedObject__Group__2 : rule__TypedNestedObject__Group__2__Impl rule__TypedNestedObject__Group__3 ; + // InternalDSL.g:14970:1: rule__TypedNestedObject__Group__2 : rule__TypedNestedObject__Group__2__Impl rule__TypedNestedObject__Group__3 ; public final void rule__TypedNestedObject__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15272:1: ( rule__TypedNestedObject__Group__2__Impl rule__TypedNestedObject__Group__3 ) - // InternalDSL.g:15273:2: rule__TypedNestedObject__Group__2__Impl rule__TypedNestedObject__Group__3 + // InternalDSL.g:14974:1: ( rule__TypedNestedObject__Group__2__Impl rule__TypedNestedObject__Group__3 ) + // InternalDSL.g:14975:2: rule__TypedNestedObject__Group__2__Impl rule__TypedNestedObject__Group__3 { pushFollow(FOLLOW_4); rule__TypedNestedObject__Group__2__Impl(); @@ -41481,20 +40685,20 @@ public final void rule__TypedNestedObject__Group__2() throws RecognitionExceptio // $ANTLR start "rule__TypedNestedObject__Group__2__Impl" - // InternalDSL.g:15280:1: rule__TypedNestedObject__Group__2__Impl : ( '>' ) ; + // InternalDSL.g:14982:1: rule__TypedNestedObject__Group__2__Impl : ( '>' ) ; public final void rule__TypedNestedObject__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15284:1: ( ( '>' ) ) - // InternalDSL.g:15285:1: ( '>' ) + // InternalDSL.g:14986:1: ( ( '>' ) ) + // InternalDSL.g:14987:1: ( '>' ) { - // InternalDSL.g:15285:1: ( '>' ) - // InternalDSL.g:15286:1: '>' + // InternalDSL.g:14987:1: ( '>' ) + // InternalDSL.g:14988:1: '>' { before(grammarAccess.getTypedNestedObjectAccess().getGreaterThanSignKeyword_2()); - match(input,96,FOLLOW_2); + match(input,76,FOLLOW_2); after(grammarAccess.getTypedNestedObjectAccess().getGreaterThanSignKeyword_2()); } @@ -41518,16 +40722,16 @@ public final void rule__TypedNestedObject__Group__2__Impl() throws RecognitionEx // $ANTLR start "rule__TypedNestedObject__Group__3" - // InternalDSL.g:15299:1: rule__TypedNestedObject__Group__3 : rule__TypedNestedObject__Group__3__Impl rule__TypedNestedObject__Group__4 ; + // InternalDSL.g:15001:1: rule__TypedNestedObject__Group__3 : rule__TypedNestedObject__Group__3__Impl rule__TypedNestedObject__Group__4 ; public final void rule__TypedNestedObject__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15303:1: ( rule__TypedNestedObject__Group__3__Impl rule__TypedNestedObject__Group__4 ) - // InternalDSL.g:15304:2: rule__TypedNestedObject__Group__3__Impl rule__TypedNestedObject__Group__4 + // InternalDSL.g:15005:1: ( rule__TypedNestedObject__Group__3__Impl rule__TypedNestedObject__Group__4 ) + // InternalDSL.g:15006:2: rule__TypedNestedObject__Group__3__Impl rule__TypedNestedObject__Group__4 { - pushFollow(FOLLOW_68); + pushFollow(FOLLOW_67); rule__TypedNestedObject__Group__3__Impl(); state._fsp--; @@ -41556,17 +40760,17 @@ public final void rule__TypedNestedObject__Group__3() throws RecognitionExceptio // $ANTLR start "rule__TypedNestedObject__Group__3__Impl" - // InternalDSL.g:15311:1: rule__TypedNestedObject__Group__3__Impl : ( ruleNL ) ; + // InternalDSL.g:15013:1: rule__TypedNestedObject__Group__3__Impl : ( ruleNL ) ; public final void rule__TypedNestedObject__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15315:1: ( ( ruleNL ) ) - // InternalDSL.g:15316:1: ( ruleNL ) + // InternalDSL.g:15017:1: ( ( ruleNL ) ) + // InternalDSL.g:15018:1: ( ruleNL ) { - // InternalDSL.g:15316:1: ( ruleNL ) - // InternalDSL.g:15317:1: ruleNL + // InternalDSL.g:15018:1: ( ruleNL ) + // InternalDSL.g:15019:1: ruleNL { before(grammarAccess.getTypedNestedObjectAccess().getNLParserRuleCall_3()); pushFollow(FOLLOW_2); @@ -41597,14 +40801,14 @@ public final void rule__TypedNestedObject__Group__3__Impl() throws RecognitionEx // $ANTLR start "rule__TypedNestedObject__Group__4" - // InternalDSL.g:15328:1: rule__TypedNestedObject__Group__4 : rule__TypedNestedObject__Group__4__Impl ; + // InternalDSL.g:15030:1: rule__TypedNestedObject__Group__4 : rule__TypedNestedObject__Group__4__Impl ; public final void rule__TypedNestedObject__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15332:1: ( rule__TypedNestedObject__Group__4__Impl ) - // InternalDSL.g:15333:2: rule__TypedNestedObject__Group__4__Impl + // InternalDSL.g:15034:1: ( rule__TypedNestedObject__Group__4__Impl ) + // InternalDSL.g:15035:2: rule__TypedNestedObject__Group__4__Impl { pushFollow(FOLLOW_2); rule__TypedNestedObject__Group__4__Impl(); @@ -41630,21 +40834,21 @@ public final void rule__TypedNestedObject__Group__4() throws RecognitionExceptio // $ANTLR start "rule__TypedNestedObject__Group__4__Impl" - // InternalDSL.g:15339:1: rule__TypedNestedObject__Group__4__Impl : ( ( rule__TypedNestedObject__NestedObjectAssignment_4 ) ) ; + // InternalDSL.g:15041:1: rule__TypedNestedObject__Group__4__Impl : ( ( rule__TypedNestedObject__NestedObjectAssignment_4 ) ) ; public final void rule__TypedNestedObject__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15343:1: ( ( ( rule__TypedNestedObject__NestedObjectAssignment_4 ) ) ) - // InternalDSL.g:15344:1: ( ( rule__TypedNestedObject__NestedObjectAssignment_4 ) ) + // InternalDSL.g:15045:1: ( ( ( rule__TypedNestedObject__NestedObjectAssignment_4 ) ) ) + // InternalDSL.g:15046:1: ( ( rule__TypedNestedObject__NestedObjectAssignment_4 ) ) { - // InternalDSL.g:15344:1: ( ( rule__TypedNestedObject__NestedObjectAssignment_4 ) ) - // InternalDSL.g:15345:1: ( rule__TypedNestedObject__NestedObjectAssignment_4 ) + // InternalDSL.g:15046:1: ( ( rule__TypedNestedObject__NestedObjectAssignment_4 ) ) + // InternalDSL.g:15047:1: ( rule__TypedNestedObject__NestedObjectAssignment_4 ) { before(grammarAccess.getTypedNestedObjectAccess().getNestedObjectAssignment_4()); - // InternalDSL.g:15346:1: ( rule__TypedNestedObject__NestedObjectAssignment_4 ) - // InternalDSL.g:15346:2: rule__TypedNestedObject__NestedObjectAssignment_4 + // InternalDSL.g:15048:1: ( rule__TypedNestedObject__NestedObjectAssignment_4 ) + // InternalDSL.g:15048:2: rule__TypedNestedObject__NestedObjectAssignment_4 { pushFollow(FOLLOW_2); rule__TypedNestedObject__NestedObjectAssignment_4(); @@ -41677,14 +40881,14 @@ public final void rule__TypedNestedObject__Group__4__Impl() throws RecognitionEx // $ANTLR start "rule__KeyValuePair__Group__0" - // InternalDSL.g:15366:1: rule__KeyValuePair__Group__0 : rule__KeyValuePair__Group__0__Impl rule__KeyValuePair__Group__1 ; + // InternalDSL.g:15068:1: rule__KeyValuePair__Group__0 : rule__KeyValuePair__Group__0__Impl rule__KeyValuePair__Group__1 ; public final void rule__KeyValuePair__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15370:1: ( rule__KeyValuePair__Group__0__Impl rule__KeyValuePair__Group__1 ) - // InternalDSL.g:15371:2: rule__KeyValuePair__Group__0__Impl rule__KeyValuePair__Group__1 + // InternalDSL.g:15072:1: ( rule__KeyValuePair__Group__0__Impl rule__KeyValuePair__Group__1 ) + // InternalDSL.g:15073:2: rule__KeyValuePair__Group__0__Impl rule__KeyValuePair__Group__1 { pushFollow(FOLLOW_4); rule__KeyValuePair__Group__0__Impl(); @@ -41715,21 +40919,21 @@ public final void rule__KeyValuePair__Group__0() throws RecognitionException { // $ANTLR start "rule__KeyValuePair__Group__0__Impl" - // InternalDSL.g:15378:1: rule__KeyValuePair__Group__0__Impl : ( ( rule__KeyValuePair__Alternatives_0 ) ) ; + // InternalDSL.g:15080:1: rule__KeyValuePair__Group__0__Impl : ( ( rule__KeyValuePair__Alternatives_0 ) ) ; public final void rule__KeyValuePair__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15382:1: ( ( ( rule__KeyValuePair__Alternatives_0 ) ) ) - // InternalDSL.g:15383:1: ( ( rule__KeyValuePair__Alternatives_0 ) ) + // InternalDSL.g:15084:1: ( ( ( rule__KeyValuePair__Alternatives_0 ) ) ) + // InternalDSL.g:15085:1: ( ( rule__KeyValuePair__Alternatives_0 ) ) { - // InternalDSL.g:15383:1: ( ( rule__KeyValuePair__Alternatives_0 ) ) - // InternalDSL.g:15384:1: ( rule__KeyValuePair__Alternatives_0 ) + // InternalDSL.g:15085:1: ( ( rule__KeyValuePair__Alternatives_0 ) ) + // InternalDSL.g:15086:1: ( rule__KeyValuePair__Alternatives_0 ) { before(grammarAccess.getKeyValuePairAccess().getAlternatives_0()); - // InternalDSL.g:15385:1: ( rule__KeyValuePair__Alternatives_0 ) - // InternalDSL.g:15385:2: rule__KeyValuePair__Alternatives_0 + // InternalDSL.g:15087:1: ( rule__KeyValuePair__Alternatives_0 ) + // InternalDSL.g:15087:2: rule__KeyValuePair__Alternatives_0 { pushFollow(FOLLOW_2); rule__KeyValuePair__Alternatives_0(); @@ -41762,14 +40966,14 @@ public final void rule__KeyValuePair__Group__0__Impl() throws RecognitionExcepti // $ANTLR start "rule__KeyValuePair__Group__1" - // InternalDSL.g:15395:1: rule__KeyValuePair__Group__1 : rule__KeyValuePair__Group__1__Impl rule__KeyValuePair__Group__2 ; + // InternalDSL.g:15097:1: rule__KeyValuePair__Group__1 : rule__KeyValuePair__Group__1__Impl rule__KeyValuePair__Group__2 ; public final void rule__KeyValuePair__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15399:1: ( rule__KeyValuePair__Group__1__Impl rule__KeyValuePair__Group__2 ) - // InternalDSL.g:15400:2: rule__KeyValuePair__Group__1__Impl rule__KeyValuePair__Group__2 + // InternalDSL.g:15101:1: ( rule__KeyValuePair__Group__1__Impl rule__KeyValuePair__Group__2 ) + // InternalDSL.g:15102:2: rule__KeyValuePair__Group__1__Impl rule__KeyValuePair__Group__2 { pushFollow(FOLLOW_16); rule__KeyValuePair__Group__1__Impl(); @@ -41800,17 +41004,17 @@ public final void rule__KeyValuePair__Group__1() throws RecognitionException { // $ANTLR start "rule__KeyValuePair__Group__1__Impl" - // InternalDSL.g:15407:1: rule__KeyValuePair__Group__1__Impl : ( ruleNL ) ; + // InternalDSL.g:15109:1: rule__KeyValuePair__Group__1__Impl : ( ruleNL ) ; public final void rule__KeyValuePair__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15411:1: ( ( ruleNL ) ) - // InternalDSL.g:15412:1: ( ruleNL ) + // InternalDSL.g:15113:1: ( ( ruleNL ) ) + // InternalDSL.g:15114:1: ( ruleNL ) { - // InternalDSL.g:15412:1: ( ruleNL ) - // InternalDSL.g:15413:1: ruleNL + // InternalDSL.g:15114:1: ( ruleNL ) + // InternalDSL.g:15115:1: ruleNL { before(grammarAccess.getKeyValuePairAccess().getNLParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -41841,14 +41045,14 @@ public final void rule__KeyValuePair__Group__1__Impl() throws RecognitionExcepti // $ANTLR start "rule__KeyValuePair__Group__2" - // InternalDSL.g:15424:1: rule__KeyValuePair__Group__2 : rule__KeyValuePair__Group__2__Impl rule__KeyValuePair__Group__3 ; + // InternalDSL.g:15126:1: rule__KeyValuePair__Group__2 : rule__KeyValuePair__Group__2__Impl rule__KeyValuePair__Group__3 ; public final void rule__KeyValuePair__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15428:1: ( rule__KeyValuePair__Group__2__Impl rule__KeyValuePair__Group__3 ) - // InternalDSL.g:15429:2: rule__KeyValuePair__Group__2__Impl rule__KeyValuePair__Group__3 + // InternalDSL.g:15130:1: ( rule__KeyValuePair__Group__2__Impl rule__KeyValuePair__Group__3 ) + // InternalDSL.g:15131:2: rule__KeyValuePair__Group__2__Impl rule__KeyValuePair__Group__3 { pushFollow(FOLLOW_4); rule__KeyValuePair__Group__2__Impl(); @@ -41879,20 +41083,20 @@ public final void rule__KeyValuePair__Group__2() throws RecognitionException { // $ANTLR start "rule__KeyValuePair__Group__2__Impl" - // InternalDSL.g:15436:1: rule__KeyValuePair__Group__2__Impl : ( ':' ) ; + // InternalDSL.g:15138:1: rule__KeyValuePair__Group__2__Impl : ( ':' ) ; public final void rule__KeyValuePair__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15440:1: ( ( ':' ) ) - // InternalDSL.g:15441:1: ( ':' ) + // InternalDSL.g:15142:1: ( ( ':' ) ) + // InternalDSL.g:15143:1: ( ':' ) { - // InternalDSL.g:15441:1: ( ':' ) - // InternalDSL.g:15442:1: ':' + // InternalDSL.g:15143:1: ( ':' ) + // InternalDSL.g:15144:1: ':' { before(grammarAccess.getKeyValuePairAccess().getColonKeyword_2()); - match(input,63,FOLLOW_2); + match(input,43,FOLLOW_2); after(grammarAccess.getKeyValuePairAccess().getColonKeyword_2()); } @@ -41916,14 +41120,14 @@ public final void rule__KeyValuePair__Group__2__Impl() throws RecognitionExcepti // $ANTLR start "rule__KeyValuePair__Group__3" - // InternalDSL.g:15455:1: rule__KeyValuePair__Group__3 : rule__KeyValuePair__Group__3__Impl rule__KeyValuePair__Group__4 ; + // InternalDSL.g:15157:1: rule__KeyValuePair__Group__3 : rule__KeyValuePair__Group__3__Impl rule__KeyValuePair__Group__4 ; public final void rule__KeyValuePair__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15459:1: ( rule__KeyValuePair__Group__3__Impl rule__KeyValuePair__Group__4 ) - // InternalDSL.g:15460:2: rule__KeyValuePair__Group__3__Impl rule__KeyValuePair__Group__4 + // InternalDSL.g:15161:1: ( rule__KeyValuePair__Group__3__Impl rule__KeyValuePair__Group__4 ) + // InternalDSL.g:15162:2: rule__KeyValuePair__Group__3__Impl rule__KeyValuePair__Group__4 { pushFollow(FOLLOW_17); rule__KeyValuePair__Group__3__Impl(); @@ -41954,17 +41158,17 @@ public final void rule__KeyValuePair__Group__3() throws RecognitionException { // $ANTLR start "rule__KeyValuePair__Group__3__Impl" - // InternalDSL.g:15467:1: rule__KeyValuePair__Group__3__Impl : ( ruleNL ) ; + // InternalDSL.g:15169:1: rule__KeyValuePair__Group__3__Impl : ( ruleNL ) ; public final void rule__KeyValuePair__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15471:1: ( ( ruleNL ) ) - // InternalDSL.g:15472:1: ( ruleNL ) + // InternalDSL.g:15173:1: ( ( ruleNL ) ) + // InternalDSL.g:15174:1: ( ruleNL ) { - // InternalDSL.g:15472:1: ( ruleNL ) - // InternalDSL.g:15473:1: ruleNL + // InternalDSL.g:15174:1: ( ruleNL ) + // InternalDSL.g:15175:1: ruleNL { before(grammarAccess.getKeyValuePairAccess().getNLParserRuleCall_3()); pushFollow(FOLLOW_2); @@ -41995,14 +41199,14 @@ public final void rule__KeyValuePair__Group__3__Impl() throws RecognitionExcepti // $ANTLR start "rule__KeyValuePair__Group__4" - // InternalDSL.g:15484:1: rule__KeyValuePair__Group__4 : rule__KeyValuePair__Group__4__Impl ; + // InternalDSL.g:15186:1: rule__KeyValuePair__Group__4 : rule__KeyValuePair__Group__4__Impl ; public final void rule__KeyValuePair__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15488:1: ( rule__KeyValuePair__Group__4__Impl ) - // InternalDSL.g:15489:2: rule__KeyValuePair__Group__4__Impl + // InternalDSL.g:15190:1: ( rule__KeyValuePair__Group__4__Impl ) + // InternalDSL.g:15191:2: rule__KeyValuePair__Group__4__Impl { pushFollow(FOLLOW_2); rule__KeyValuePair__Group__4__Impl(); @@ -42028,21 +41232,21 @@ public final void rule__KeyValuePair__Group__4() throws RecognitionException { // $ANTLR start "rule__KeyValuePair__Group__4__Impl" - // InternalDSL.g:15495:1: rule__KeyValuePair__Group__4__Impl : ( ( rule__KeyValuePair__ValueAssignment_4 ) ) ; + // InternalDSL.g:15197:1: rule__KeyValuePair__Group__4__Impl : ( ( rule__KeyValuePair__ValueAssignment_4 ) ) ; public final void rule__KeyValuePair__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15499:1: ( ( ( rule__KeyValuePair__ValueAssignment_4 ) ) ) - // InternalDSL.g:15500:1: ( ( rule__KeyValuePair__ValueAssignment_4 ) ) + // InternalDSL.g:15201:1: ( ( ( rule__KeyValuePair__ValueAssignment_4 ) ) ) + // InternalDSL.g:15202:1: ( ( rule__KeyValuePair__ValueAssignment_4 ) ) { - // InternalDSL.g:15500:1: ( ( rule__KeyValuePair__ValueAssignment_4 ) ) - // InternalDSL.g:15501:1: ( rule__KeyValuePair__ValueAssignment_4 ) + // InternalDSL.g:15202:1: ( ( rule__KeyValuePair__ValueAssignment_4 ) ) + // InternalDSL.g:15203:1: ( rule__KeyValuePair__ValueAssignment_4 ) { before(grammarAccess.getKeyValuePairAccess().getValueAssignment_4()); - // InternalDSL.g:15502:1: ( rule__KeyValuePair__ValueAssignment_4 ) - // InternalDSL.g:15502:2: rule__KeyValuePair__ValueAssignment_4 + // InternalDSL.g:15204:1: ( rule__KeyValuePair__ValueAssignment_4 ) + // InternalDSL.g:15204:2: rule__KeyValuePair__ValueAssignment_4 { pushFollow(FOLLOW_2); rule__KeyValuePair__ValueAssignment_4(); @@ -42075,16 +41279,16 @@ public final void rule__KeyValuePair__Group__4__Impl() throws RecognitionExcepti // $ANTLR start "rule__MethodReference__Group__0" - // InternalDSL.g:15522:1: rule__MethodReference__Group__0 : rule__MethodReference__Group__0__Impl rule__MethodReference__Group__1 ; + // InternalDSL.g:15224:1: rule__MethodReference__Group__0 : rule__MethodReference__Group__0__Impl rule__MethodReference__Group__1 ; public final void rule__MethodReference__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15526:1: ( rule__MethodReference__Group__0__Impl rule__MethodReference__Group__1 ) - // InternalDSL.g:15527:2: rule__MethodReference__Group__0__Impl rule__MethodReference__Group__1 + // InternalDSL.g:15228:1: ( rule__MethodReference__Group__0__Impl rule__MethodReference__Group__1 ) + // InternalDSL.g:15229:2: rule__MethodReference__Group__0__Impl rule__MethodReference__Group__1 { - pushFollow(FOLLOW_64); + pushFollow(FOLLOW_63); rule__MethodReference__Group__0__Impl(); state._fsp--; @@ -42113,21 +41317,21 @@ public final void rule__MethodReference__Group__0() throws RecognitionException // $ANTLR start "rule__MethodReference__Group__0__Impl" - // InternalDSL.g:15534:1: rule__MethodReference__Group__0__Impl : ( ( rule__MethodReference__TypeAssignment_0 ) ) ; + // InternalDSL.g:15236:1: rule__MethodReference__Group__0__Impl : ( ( rule__MethodReference__TypeAssignment_0 ) ) ; public final void rule__MethodReference__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15538:1: ( ( ( rule__MethodReference__TypeAssignment_0 ) ) ) - // InternalDSL.g:15539:1: ( ( rule__MethodReference__TypeAssignment_0 ) ) + // InternalDSL.g:15240:1: ( ( ( rule__MethodReference__TypeAssignment_0 ) ) ) + // InternalDSL.g:15241:1: ( ( rule__MethodReference__TypeAssignment_0 ) ) { - // InternalDSL.g:15539:1: ( ( rule__MethodReference__TypeAssignment_0 ) ) - // InternalDSL.g:15540:1: ( rule__MethodReference__TypeAssignment_0 ) + // InternalDSL.g:15241:1: ( ( rule__MethodReference__TypeAssignment_0 ) ) + // InternalDSL.g:15242:1: ( rule__MethodReference__TypeAssignment_0 ) { before(grammarAccess.getMethodReferenceAccess().getTypeAssignment_0()); - // InternalDSL.g:15541:1: ( rule__MethodReference__TypeAssignment_0 ) - // InternalDSL.g:15541:2: rule__MethodReference__TypeAssignment_0 + // InternalDSL.g:15243:1: ( rule__MethodReference__TypeAssignment_0 ) + // InternalDSL.g:15243:2: rule__MethodReference__TypeAssignment_0 { pushFollow(FOLLOW_2); rule__MethodReference__TypeAssignment_0(); @@ -42160,14 +41364,14 @@ public final void rule__MethodReference__Group__0__Impl() throws RecognitionExce // $ANTLR start "rule__MethodReference__Group__1" - // InternalDSL.g:15551:1: rule__MethodReference__Group__1 : rule__MethodReference__Group__1__Impl rule__MethodReference__Group__2 ; + // InternalDSL.g:15253:1: rule__MethodReference__Group__1 : rule__MethodReference__Group__1__Impl rule__MethodReference__Group__2 ; public final void rule__MethodReference__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15555:1: ( rule__MethodReference__Group__1__Impl rule__MethodReference__Group__2 ) - // InternalDSL.g:15556:2: rule__MethodReference__Group__1__Impl rule__MethodReference__Group__2 + // InternalDSL.g:15257:1: ( rule__MethodReference__Group__1__Impl rule__MethodReference__Group__2 ) + // InternalDSL.g:15258:2: rule__MethodReference__Group__1__Impl rule__MethodReference__Group__2 { pushFollow(FOLLOW_9); rule__MethodReference__Group__1__Impl(); @@ -42198,20 +41402,20 @@ public final void rule__MethodReference__Group__1() throws RecognitionException // $ANTLR start "rule__MethodReference__Group__1__Impl" - // InternalDSL.g:15563:1: rule__MethodReference__Group__1__Impl : ( '#' ) ; + // InternalDSL.g:15265:1: rule__MethodReference__Group__1__Impl : ( '#' ) ; public final void rule__MethodReference__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15567:1: ( ( '#' ) ) - // InternalDSL.g:15568:1: ( '#' ) + // InternalDSL.g:15269:1: ( ( '#' ) ) + // InternalDSL.g:15270:1: ( '#' ) { - // InternalDSL.g:15568:1: ( '#' ) - // InternalDSL.g:15569:1: '#' + // InternalDSL.g:15270:1: ( '#' ) + // InternalDSL.g:15271:1: '#' { before(grammarAccess.getMethodReferenceAccess().getNumberSignKeyword_1()); - match(input,97,FOLLOW_2); + match(input,77,FOLLOW_2); after(grammarAccess.getMethodReferenceAccess().getNumberSignKeyword_1()); } @@ -42235,14 +41439,14 @@ public final void rule__MethodReference__Group__1__Impl() throws RecognitionExce // $ANTLR start "rule__MethodReference__Group__2" - // InternalDSL.g:15582:1: rule__MethodReference__Group__2 : rule__MethodReference__Group__2__Impl ; + // InternalDSL.g:15284:1: rule__MethodReference__Group__2 : rule__MethodReference__Group__2__Impl ; public final void rule__MethodReference__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15586:1: ( rule__MethodReference__Group__2__Impl ) - // InternalDSL.g:15587:2: rule__MethodReference__Group__2__Impl + // InternalDSL.g:15288:1: ( rule__MethodReference__Group__2__Impl ) + // InternalDSL.g:15289:2: rule__MethodReference__Group__2__Impl { pushFollow(FOLLOW_2); rule__MethodReference__Group__2__Impl(); @@ -42268,21 +41472,21 @@ public final void rule__MethodReference__Group__2() throws RecognitionException // $ANTLR start "rule__MethodReference__Group__2__Impl" - // InternalDSL.g:15593:1: rule__MethodReference__Group__2__Impl : ( ( rule__MethodReference__MethodAssignment_2 ) ) ; + // InternalDSL.g:15295:1: rule__MethodReference__Group__2__Impl : ( ( rule__MethodReference__MethodAssignment_2 ) ) ; public final void rule__MethodReference__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15597:1: ( ( ( rule__MethodReference__MethodAssignment_2 ) ) ) - // InternalDSL.g:15598:1: ( ( rule__MethodReference__MethodAssignment_2 ) ) + // InternalDSL.g:15299:1: ( ( ( rule__MethodReference__MethodAssignment_2 ) ) ) + // InternalDSL.g:15300:1: ( ( rule__MethodReference__MethodAssignment_2 ) ) { - // InternalDSL.g:15598:1: ( ( rule__MethodReference__MethodAssignment_2 ) ) - // InternalDSL.g:15599:1: ( rule__MethodReference__MethodAssignment_2 ) + // InternalDSL.g:15300:1: ( ( rule__MethodReference__MethodAssignment_2 ) ) + // InternalDSL.g:15301:1: ( rule__MethodReference__MethodAssignment_2 ) { before(grammarAccess.getMethodReferenceAccess().getMethodAssignment_2()); - // InternalDSL.g:15600:1: ( rule__MethodReference__MethodAssignment_2 ) - // InternalDSL.g:15600:2: rule__MethodReference__MethodAssignment_2 + // InternalDSL.g:15302:1: ( rule__MethodReference__MethodAssignment_2 ) + // InternalDSL.g:15302:2: rule__MethodReference__MethodAssignment_2 { pushFollow(FOLLOW_2); rule__MethodReference__MethodAssignment_2(); @@ -42315,16 +41519,16 @@ public final void rule__MethodReference__Group__2__Impl() throws RecognitionExce // $ANTLR start "rule__JavaConstantReference__Group__0" - // InternalDSL.g:15616:1: rule__JavaConstantReference__Group__0 : rule__JavaConstantReference__Group__0__Impl rule__JavaConstantReference__Group__1 ; + // InternalDSL.g:15318:1: rule__JavaConstantReference__Group__0 : rule__JavaConstantReference__Group__0__Impl rule__JavaConstantReference__Group__1 ; public final void rule__JavaConstantReference__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15620:1: ( rule__JavaConstantReference__Group__0__Impl rule__JavaConstantReference__Group__1 ) - // InternalDSL.g:15621:2: rule__JavaConstantReference__Group__0__Impl rule__JavaConstantReference__Group__1 + // InternalDSL.g:15322:1: ( rule__JavaConstantReference__Group__0__Impl rule__JavaConstantReference__Group__1 ) + // InternalDSL.g:15323:2: rule__JavaConstantReference__Group__0__Impl rule__JavaConstantReference__Group__1 { - pushFollow(FOLLOW_64); + pushFollow(FOLLOW_63); rule__JavaConstantReference__Group__0__Impl(); state._fsp--; @@ -42353,21 +41557,21 @@ public final void rule__JavaConstantReference__Group__0() throws RecognitionExce // $ANTLR start "rule__JavaConstantReference__Group__0__Impl" - // InternalDSL.g:15628:1: rule__JavaConstantReference__Group__0__Impl : ( ( rule__JavaConstantReference__TypeAssignment_0 ) ) ; + // InternalDSL.g:15330:1: rule__JavaConstantReference__Group__0__Impl : ( ( rule__JavaConstantReference__TypeAssignment_0 ) ) ; public final void rule__JavaConstantReference__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15632:1: ( ( ( rule__JavaConstantReference__TypeAssignment_0 ) ) ) - // InternalDSL.g:15633:1: ( ( rule__JavaConstantReference__TypeAssignment_0 ) ) + // InternalDSL.g:15334:1: ( ( ( rule__JavaConstantReference__TypeAssignment_0 ) ) ) + // InternalDSL.g:15335:1: ( ( rule__JavaConstantReference__TypeAssignment_0 ) ) { - // InternalDSL.g:15633:1: ( ( rule__JavaConstantReference__TypeAssignment_0 ) ) - // InternalDSL.g:15634:1: ( rule__JavaConstantReference__TypeAssignment_0 ) + // InternalDSL.g:15335:1: ( ( rule__JavaConstantReference__TypeAssignment_0 ) ) + // InternalDSL.g:15336:1: ( rule__JavaConstantReference__TypeAssignment_0 ) { before(grammarAccess.getJavaConstantReferenceAccess().getTypeAssignment_0()); - // InternalDSL.g:15635:1: ( rule__JavaConstantReference__TypeAssignment_0 ) - // InternalDSL.g:15635:2: rule__JavaConstantReference__TypeAssignment_0 + // InternalDSL.g:15337:1: ( rule__JavaConstantReference__TypeAssignment_0 ) + // InternalDSL.g:15337:2: rule__JavaConstantReference__TypeAssignment_0 { pushFollow(FOLLOW_2); rule__JavaConstantReference__TypeAssignment_0(); @@ -42400,16 +41604,16 @@ public final void rule__JavaConstantReference__Group__0__Impl() throws Recogniti // $ANTLR start "rule__JavaConstantReference__Group__1" - // InternalDSL.g:15645:1: rule__JavaConstantReference__Group__1 : rule__JavaConstantReference__Group__1__Impl rule__JavaConstantReference__Group__2 ; + // InternalDSL.g:15347:1: rule__JavaConstantReference__Group__1 : rule__JavaConstantReference__Group__1__Impl rule__JavaConstantReference__Group__2 ; public final void rule__JavaConstantReference__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15649:1: ( rule__JavaConstantReference__Group__1__Impl rule__JavaConstantReference__Group__2 ) - // InternalDSL.g:15650:2: rule__JavaConstantReference__Group__1__Impl rule__JavaConstantReference__Group__2 + // InternalDSL.g:15351:1: ( rule__JavaConstantReference__Group__1__Impl rule__JavaConstantReference__Group__2 ) + // InternalDSL.g:15352:2: rule__JavaConstantReference__Group__1__Impl rule__JavaConstantReference__Group__2 { - pushFollow(FOLLOW_69); + pushFollow(FOLLOW_68); rule__JavaConstantReference__Group__1__Impl(); state._fsp--; @@ -42438,20 +41642,20 @@ public final void rule__JavaConstantReference__Group__1() throws RecognitionExce // $ANTLR start "rule__JavaConstantReference__Group__1__Impl" - // InternalDSL.g:15657:1: rule__JavaConstantReference__Group__1__Impl : ( '#' ) ; + // InternalDSL.g:15359:1: rule__JavaConstantReference__Group__1__Impl : ( '#' ) ; public final void rule__JavaConstantReference__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15661:1: ( ( '#' ) ) - // InternalDSL.g:15662:1: ( '#' ) + // InternalDSL.g:15363:1: ( ( '#' ) ) + // InternalDSL.g:15364:1: ( '#' ) { - // InternalDSL.g:15662:1: ( '#' ) - // InternalDSL.g:15663:1: '#' + // InternalDSL.g:15364:1: ( '#' ) + // InternalDSL.g:15365:1: '#' { before(grammarAccess.getJavaConstantReferenceAccess().getNumberSignKeyword_1()); - match(input,97,FOLLOW_2); + match(input,77,FOLLOW_2); after(grammarAccess.getJavaConstantReferenceAccess().getNumberSignKeyword_1()); } @@ -42475,14 +41679,14 @@ public final void rule__JavaConstantReference__Group__1__Impl() throws Recogniti // $ANTLR start "rule__JavaConstantReference__Group__2" - // InternalDSL.g:15676:1: rule__JavaConstantReference__Group__2 : rule__JavaConstantReference__Group__2__Impl ; + // InternalDSL.g:15378:1: rule__JavaConstantReference__Group__2 : rule__JavaConstantReference__Group__2__Impl ; public final void rule__JavaConstantReference__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15680:1: ( rule__JavaConstantReference__Group__2__Impl ) - // InternalDSL.g:15681:2: rule__JavaConstantReference__Group__2__Impl + // InternalDSL.g:15382:1: ( rule__JavaConstantReference__Group__2__Impl ) + // InternalDSL.g:15383:2: rule__JavaConstantReference__Group__2__Impl { pushFollow(FOLLOW_2); rule__JavaConstantReference__Group__2__Impl(); @@ -42508,21 +41712,21 @@ public final void rule__JavaConstantReference__Group__2() throws RecognitionExce // $ANTLR start "rule__JavaConstantReference__Group__2__Impl" - // InternalDSL.g:15687:1: rule__JavaConstantReference__Group__2__Impl : ( ( rule__JavaConstantReference__ConstantAssignment_2 ) ) ; + // InternalDSL.g:15389:1: rule__JavaConstantReference__Group__2__Impl : ( ( rule__JavaConstantReference__ConstantAssignment_2 ) ) ; public final void rule__JavaConstantReference__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15691:1: ( ( ( rule__JavaConstantReference__ConstantAssignment_2 ) ) ) - // InternalDSL.g:15692:1: ( ( rule__JavaConstantReference__ConstantAssignment_2 ) ) + // InternalDSL.g:15393:1: ( ( ( rule__JavaConstantReference__ConstantAssignment_2 ) ) ) + // InternalDSL.g:15394:1: ( ( rule__JavaConstantReference__ConstantAssignment_2 ) ) { - // InternalDSL.g:15692:1: ( ( rule__JavaConstantReference__ConstantAssignment_2 ) ) - // InternalDSL.g:15693:1: ( rule__JavaConstantReference__ConstantAssignment_2 ) + // InternalDSL.g:15394:1: ( ( rule__JavaConstantReference__ConstantAssignment_2 ) ) + // InternalDSL.g:15395:1: ( rule__JavaConstantReference__ConstantAssignment_2 ) { before(grammarAccess.getJavaConstantReferenceAccess().getConstantAssignment_2()); - // InternalDSL.g:15694:1: ( rule__JavaConstantReference__ConstantAssignment_2 ) - // InternalDSL.g:15694:2: rule__JavaConstantReference__ConstantAssignment_2 + // InternalDSL.g:15396:1: ( rule__JavaConstantReference__ConstantAssignment_2 ) + // InternalDSL.g:15396:2: rule__JavaConstantReference__ConstantAssignment_2 { pushFollow(FOLLOW_2); rule__JavaConstantReference__ConstantAssignment_2(); @@ -42555,16 +41759,16 @@ public final void rule__JavaConstantReference__Group__2__Impl() throws Recogniti // $ANTLR start "rule__ExecutionMultiplier__Group__0" - // InternalDSL.g:15710:1: rule__ExecutionMultiplier__Group__0 : rule__ExecutionMultiplier__Group__0__Impl rule__ExecutionMultiplier__Group__1 ; + // InternalDSL.g:15412:1: rule__ExecutionMultiplier__Group__0 : rule__ExecutionMultiplier__Group__0__Impl rule__ExecutionMultiplier__Group__1 ; public final void rule__ExecutionMultiplier__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15714:1: ( rule__ExecutionMultiplier__Group__0__Impl rule__ExecutionMultiplier__Group__1 ) - // InternalDSL.g:15715:2: rule__ExecutionMultiplier__Group__0__Impl rule__ExecutionMultiplier__Group__1 + // InternalDSL.g:15416:1: ( rule__ExecutionMultiplier__Group__0__Impl rule__ExecutionMultiplier__Group__1 ) + // InternalDSL.g:15417:2: rule__ExecutionMultiplier__Group__0__Impl rule__ExecutionMultiplier__Group__1 { - pushFollow(FOLLOW_70); + pushFollow(FOLLOW_69); rule__ExecutionMultiplier__Group__0__Impl(); state._fsp--; @@ -42593,21 +41797,21 @@ public final void rule__ExecutionMultiplier__Group__0() throws RecognitionExcept // $ANTLR start "rule__ExecutionMultiplier__Group__0__Impl" - // InternalDSL.g:15722:1: rule__ExecutionMultiplier__Group__0__Impl : ( ( rule__ExecutionMultiplier__CountAssignment_0 ) ) ; + // InternalDSL.g:15424:1: rule__ExecutionMultiplier__Group__0__Impl : ( ( rule__ExecutionMultiplier__CountAssignment_0 ) ) ; public final void rule__ExecutionMultiplier__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15726:1: ( ( ( rule__ExecutionMultiplier__CountAssignment_0 ) ) ) - // InternalDSL.g:15727:1: ( ( rule__ExecutionMultiplier__CountAssignment_0 ) ) + // InternalDSL.g:15428:1: ( ( ( rule__ExecutionMultiplier__CountAssignment_0 ) ) ) + // InternalDSL.g:15429:1: ( ( rule__ExecutionMultiplier__CountAssignment_0 ) ) { - // InternalDSL.g:15727:1: ( ( rule__ExecutionMultiplier__CountAssignment_0 ) ) - // InternalDSL.g:15728:1: ( rule__ExecutionMultiplier__CountAssignment_0 ) + // InternalDSL.g:15429:1: ( ( rule__ExecutionMultiplier__CountAssignment_0 ) ) + // InternalDSL.g:15430:1: ( rule__ExecutionMultiplier__CountAssignment_0 ) { before(grammarAccess.getExecutionMultiplierAccess().getCountAssignment_0()); - // InternalDSL.g:15729:1: ( rule__ExecutionMultiplier__CountAssignment_0 ) - // InternalDSL.g:15729:2: rule__ExecutionMultiplier__CountAssignment_0 + // InternalDSL.g:15431:1: ( rule__ExecutionMultiplier__CountAssignment_0 ) + // InternalDSL.g:15431:2: rule__ExecutionMultiplier__CountAssignment_0 { pushFollow(FOLLOW_2); rule__ExecutionMultiplier__CountAssignment_0(); @@ -42640,14 +41844,14 @@ public final void rule__ExecutionMultiplier__Group__0__Impl() throws Recognition // $ANTLR start "rule__ExecutionMultiplier__Group__1" - // InternalDSL.g:15739:1: rule__ExecutionMultiplier__Group__1 : rule__ExecutionMultiplier__Group__1__Impl ; + // InternalDSL.g:15441:1: rule__ExecutionMultiplier__Group__1 : rule__ExecutionMultiplier__Group__1__Impl ; public final void rule__ExecutionMultiplier__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15743:1: ( rule__ExecutionMultiplier__Group__1__Impl ) - // InternalDSL.g:15744:2: rule__ExecutionMultiplier__Group__1__Impl + // InternalDSL.g:15445:1: ( rule__ExecutionMultiplier__Group__1__Impl ) + // InternalDSL.g:15446:2: rule__ExecutionMultiplier__Group__1__Impl { pushFollow(FOLLOW_2); rule__ExecutionMultiplier__Group__1__Impl(); @@ -42673,20 +41877,20 @@ public final void rule__ExecutionMultiplier__Group__1() throws RecognitionExcept // $ANTLR start "rule__ExecutionMultiplier__Group__1__Impl" - // InternalDSL.g:15750:1: rule__ExecutionMultiplier__Group__1__Impl : ( '*' ) ; + // InternalDSL.g:15452:1: rule__ExecutionMultiplier__Group__1__Impl : ( '*' ) ; public final void rule__ExecutionMultiplier__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15754:1: ( ( '*' ) ) - // InternalDSL.g:15755:1: ( '*' ) + // InternalDSL.g:15456:1: ( ( '*' ) ) + // InternalDSL.g:15457:1: ( '*' ) { - // InternalDSL.g:15755:1: ( '*' ) - // InternalDSL.g:15756:1: '*' + // InternalDSL.g:15457:1: ( '*' ) + // InternalDSL.g:15458:1: '*' { before(grammarAccess.getExecutionMultiplierAccess().getAsteriskKeyword_1()); - match(input,52,FOLLOW_2); + match(input,32,FOLLOW_2); after(grammarAccess.getExecutionMultiplierAccess().getAsteriskKeyword_1()); } @@ -42710,16 +41914,16 @@ public final void rule__ExecutionMultiplier__Group__1__Impl() throws Recognition // $ANTLR start "rule__QualifiedName__Group__0" - // InternalDSL.g:15773:1: rule__QualifiedName__Group__0 : rule__QualifiedName__Group__0__Impl rule__QualifiedName__Group__1 ; + // InternalDSL.g:15475:1: rule__QualifiedName__Group__0 : rule__QualifiedName__Group__0__Impl rule__QualifiedName__Group__1 ; public final void rule__QualifiedName__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15777:1: ( rule__QualifiedName__Group__0__Impl rule__QualifiedName__Group__1 ) - // InternalDSL.g:15778:2: rule__QualifiedName__Group__0__Impl rule__QualifiedName__Group__1 + // InternalDSL.g:15479:1: ( rule__QualifiedName__Group__0__Impl rule__QualifiedName__Group__1 ) + // InternalDSL.g:15480:2: rule__QualifiedName__Group__0__Impl rule__QualifiedName__Group__1 { - pushFollow(FOLLOW_71); + pushFollow(FOLLOW_70); rule__QualifiedName__Group__0__Impl(); state._fsp--; @@ -42748,17 +41952,17 @@ public final void rule__QualifiedName__Group__0() throws RecognitionException { // $ANTLR start "rule__QualifiedName__Group__0__Impl" - // InternalDSL.g:15785:1: rule__QualifiedName__Group__0__Impl : ( RULE_ID ) ; + // InternalDSL.g:15487:1: rule__QualifiedName__Group__0__Impl : ( RULE_ID ) ; public final void rule__QualifiedName__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15789:1: ( ( RULE_ID ) ) - // InternalDSL.g:15790:1: ( RULE_ID ) + // InternalDSL.g:15491:1: ( ( RULE_ID ) ) + // InternalDSL.g:15492:1: ( RULE_ID ) { - // InternalDSL.g:15790:1: ( RULE_ID ) - // InternalDSL.g:15791:1: RULE_ID + // InternalDSL.g:15492:1: ( RULE_ID ) + // InternalDSL.g:15493:1: RULE_ID { before(grammarAccess.getQualifiedNameAccess().getIDTerminalRuleCall_0()); match(input,RULE_ID,FOLLOW_2); @@ -42785,14 +41989,14 @@ public final void rule__QualifiedName__Group__0__Impl() throws RecognitionExcept // $ANTLR start "rule__QualifiedName__Group__1" - // InternalDSL.g:15802:1: rule__QualifiedName__Group__1 : rule__QualifiedName__Group__1__Impl ; + // InternalDSL.g:15504:1: rule__QualifiedName__Group__1 : rule__QualifiedName__Group__1__Impl ; public final void rule__QualifiedName__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15806:1: ( rule__QualifiedName__Group__1__Impl ) - // InternalDSL.g:15807:2: rule__QualifiedName__Group__1__Impl + // InternalDSL.g:15508:1: ( rule__QualifiedName__Group__1__Impl ) + // InternalDSL.g:15509:2: rule__QualifiedName__Group__1__Impl { pushFollow(FOLLOW_2); rule__QualifiedName__Group__1__Impl(); @@ -42818,41 +42022,41 @@ public final void rule__QualifiedName__Group__1() throws RecognitionException { // $ANTLR start "rule__QualifiedName__Group__1__Impl" - // InternalDSL.g:15813:1: rule__QualifiedName__Group__1__Impl : ( ( rule__QualifiedName__Group_1__0 )* ) ; + // InternalDSL.g:15515:1: rule__QualifiedName__Group__1__Impl : ( ( rule__QualifiedName__Group_1__0 )* ) ; public final void rule__QualifiedName__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15817:1: ( ( ( rule__QualifiedName__Group_1__0 )* ) ) - // InternalDSL.g:15818:1: ( ( rule__QualifiedName__Group_1__0 )* ) + // InternalDSL.g:15519:1: ( ( ( rule__QualifiedName__Group_1__0 )* ) ) + // InternalDSL.g:15520:1: ( ( rule__QualifiedName__Group_1__0 )* ) { - // InternalDSL.g:15818:1: ( ( rule__QualifiedName__Group_1__0 )* ) - // InternalDSL.g:15819:1: ( rule__QualifiedName__Group_1__0 )* + // InternalDSL.g:15520:1: ( ( rule__QualifiedName__Group_1__0 )* ) + // InternalDSL.g:15521:1: ( rule__QualifiedName__Group_1__0 )* { before(grammarAccess.getQualifiedNameAccess().getGroup_1()); - // InternalDSL.g:15820:1: ( rule__QualifiedName__Group_1__0 )* - loop101: + // InternalDSL.g:15522:1: ( rule__QualifiedName__Group_1__0 )* + loop100: do { - int alt101=2; - int LA101_0 = input.LA(1); + int alt100=2; + int LA100_0 = input.LA(1); - if ( (LA101_0==101) ) { - int LA101_2 = input.LA(2); + if ( (LA100_0==81) ) { + int LA100_2 = input.LA(2); - if ( (LA101_2==RULE_ID) ) { - alt101=1; + if ( (LA100_2==RULE_ID) ) { + alt100=1; } } - switch (alt101) { + switch (alt100) { case 1 : - // InternalDSL.g:15820:2: rule__QualifiedName__Group_1__0 + // InternalDSL.g:15522:2: rule__QualifiedName__Group_1__0 { - pushFollow(FOLLOW_72); + pushFollow(FOLLOW_71); rule__QualifiedName__Group_1__0(); state._fsp--; @@ -42862,7 +42066,7 @@ public final void rule__QualifiedName__Group__1__Impl() throws RecognitionExcept break; default : - break loop101; + break loop100; } } while (true); @@ -42889,14 +42093,14 @@ public final void rule__QualifiedName__Group__1__Impl() throws RecognitionExcept // $ANTLR start "rule__QualifiedName__Group_1__0" - // InternalDSL.g:15834:1: rule__QualifiedName__Group_1__0 : rule__QualifiedName__Group_1__0__Impl rule__QualifiedName__Group_1__1 ; + // InternalDSL.g:15536:1: rule__QualifiedName__Group_1__0 : rule__QualifiedName__Group_1__0__Impl rule__QualifiedName__Group_1__1 ; public final void rule__QualifiedName__Group_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15838:1: ( rule__QualifiedName__Group_1__0__Impl rule__QualifiedName__Group_1__1 ) - // InternalDSL.g:15839:2: rule__QualifiedName__Group_1__0__Impl rule__QualifiedName__Group_1__1 + // InternalDSL.g:15540:1: ( rule__QualifiedName__Group_1__0__Impl rule__QualifiedName__Group_1__1 ) + // InternalDSL.g:15541:2: rule__QualifiedName__Group_1__0__Impl rule__QualifiedName__Group_1__1 { pushFollow(FOLLOW_9); rule__QualifiedName__Group_1__0__Impl(); @@ -42927,20 +42131,20 @@ public final void rule__QualifiedName__Group_1__0() throws RecognitionException // $ANTLR start "rule__QualifiedName__Group_1__0__Impl" - // InternalDSL.g:15846:1: rule__QualifiedName__Group_1__0__Impl : ( '.' ) ; + // InternalDSL.g:15548:1: rule__QualifiedName__Group_1__0__Impl : ( '.' ) ; public final void rule__QualifiedName__Group_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15850:1: ( ( '.' ) ) - // InternalDSL.g:15851:1: ( '.' ) + // InternalDSL.g:15552:1: ( ( '.' ) ) + // InternalDSL.g:15553:1: ( '.' ) { - // InternalDSL.g:15851:1: ( '.' ) - // InternalDSL.g:15852:1: '.' + // InternalDSL.g:15553:1: ( '.' ) + // InternalDSL.g:15554:1: '.' { before(grammarAccess.getQualifiedNameAccess().getFullStopKeyword_1_0()); - match(input,101,FOLLOW_2); + match(input,81,FOLLOW_2); after(grammarAccess.getQualifiedNameAccess().getFullStopKeyword_1_0()); } @@ -42964,14 +42168,14 @@ public final void rule__QualifiedName__Group_1__0__Impl() throws RecognitionExce // $ANTLR start "rule__QualifiedName__Group_1__1" - // InternalDSL.g:15865:1: rule__QualifiedName__Group_1__1 : rule__QualifiedName__Group_1__1__Impl ; + // InternalDSL.g:15567:1: rule__QualifiedName__Group_1__1 : rule__QualifiedName__Group_1__1__Impl ; public final void rule__QualifiedName__Group_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15869:1: ( rule__QualifiedName__Group_1__1__Impl ) - // InternalDSL.g:15870:2: rule__QualifiedName__Group_1__1__Impl + // InternalDSL.g:15571:1: ( rule__QualifiedName__Group_1__1__Impl ) + // InternalDSL.g:15572:2: rule__QualifiedName__Group_1__1__Impl { pushFollow(FOLLOW_2); rule__QualifiedName__Group_1__1__Impl(); @@ -42997,17 +42201,17 @@ public final void rule__QualifiedName__Group_1__1() throws RecognitionException // $ANTLR start "rule__QualifiedName__Group_1__1__Impl" - // InternalDSL.g:15876:1: rule__QualifiedName__Group_1__1__Impl : ( RULE_ID ) ; + // InternalDSL.g:15578:1: rule__QualifiedName__Group_1__1__Impl : ( RULE_ID ) ; public final void rule__QualifiedName__Group_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15880:1: ( ( RULE_ID ) ) - // InternalDSL.g:15881:1: ( RULE_ID ) + // InternalDSL.g:15582:1: ( ( RULE_ID ) ) + // InternalDSL.g:15583:1: ( RULE_ID ) { - // InternalDSL.g:15881:1: ( RULE_ID ) - // InternalDSL.g:15882:1: RULE_ID + // InternalDSL.g:15583:1: ( RULE_ID ) + // InternalDSL.g:15584:1: RULE_ID { before(grammarAccess.getQualifiedNameAccess().getIDTerminalRuleCall_1_1()); match(input,RULE_ID,FOLLOW_2); @@ -43034,16 +42238,16 @@ public final void rule__QualifiedName__Group_1__1__Impl() throws RecognitionExce // $ANTLR start "rule__QualifiedJavaClassName__Group__0" - // InternalDSL.g:15897:1: rule__QualifiedJavaClassName__Group__0 : rule__QualifiedJavaClassName__Group__0__Impl rule__QualifiedJavaClassName__Group__1 ; + // InternalDSL.g:15599:1: rule__QualifiedJavaClassName__Group__0 : rule__QualifiedJavaClassName__Group__0__Impl rule__QualifiedJavaClassName__Group__1 ; public final void rule__QualifiedJavaClassName__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15901:1: ( rule__QualifiedJavaClassName__Group__0__Impl rule__QualifiedJavaClassName__Group__1 ) - // InternalDSL.g:15902:2: rule__QualifiedJavaClassName__Group__0__Impl rule__QualifiedJavaClassName__Group__1 + // InternalDSL.g:15603:1: ( rule__QualifiedJavaClassName__Group__0__Impl rule__QualifiedJavaClassName__Group__1 ) + // InternalDSL.g:15604:2: rule__QualifiedJavaClassName__Group__0__Impl rule__QualifiedJavaClassName__Group__1 { - pushFollow(FOLLOW_71); + pushFollow(FOLLOW_70); rule__QualifiedJavaClassName__Group__0__Impl(); state._fsp--; @@ -43072,17 +42276,17 @@ public final void rule__QualifiedJavaClassName__Group__0() throws RecognitionExc // $ANTLR start "rule__QualifiedJavaClassName__Group__0__Impl" - // InternalDSL.g:15909:1: rule__QualifiedJavaClassName__Group__0__Impl : ( ruleQualifiedName ) ; + // InternalDSL.g:15611:1: rule__QualifiedJavaClassName__Group__0__Impl : ( ruleQualifiedName ) ; public final void rule__QualifiedJavaClassName__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15913:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:15914:1: ( ruleQualifiedName ) + // InternalDSL.g:15615:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:15616:1: ( ruleQualifiedName ) { - // InternalDSL.g:15914:1: ( ruleQualifiedName ) - // InternalDSL.g:15915:1: ruleQualifiedName + // InternalDSL.g:15616:1: ( ruleQualifiedName ) + // InternalDSL.g:15617:1: ruleQualifiedName { before(grammarAccess.getQualifiedJavaClassNameAccess().getQualifiedNameParserRuleCall_0()); pushFollow(FOLLOW_2); @@ -43113,16 +42317,16 @@ public final void rule__QualifiedJavaClassName__Group__0__Impl() throws Recognit // $ANTLR start "rule__QualifiedJavaClassName__Group__1" - // InternalDSL.g:15926:1: rule__QualifiedJavaClassName__Group__1 : rule__QualifiedJavaClassName__Group__1__Impl rule__QualifiedJavaClassName__Group__2 ; + // InternalDSL.g:15628:1: rule__QualifiedJavaClassName__Group__1 : rule__QualifiedJavaClassName__Group__1__Impl rule__QualifiedJavaClassName__Group__2 ; public final void rule__QualifiedJavaClassName__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15930:1: ( rule__QualifiedJavaClassName__Group__1__Impl rule__QualifiedJavaClassName__Group__2 ) - // InternalDSL.g:15931:2: rule__QualifiedJavaClassName__Group__1__Impl rule__QualifiedJavaClassName__Group__2 + // InternalDSL.g:15632:1: ( rule__QualifiedJavaClassName__Group__1__Impl rule__QualifiedJavaClassName__Group__2 ) + // InternalDSL.g:15633:2: rule__QualifiedJavaClassName__Group__1__Impl rule__QualifiedJavaClassName__Group__2 { - pushFollow(FOLLOW_69); + pushFollow(FOLLOW_68); rule__QualifiedJavaClassName__Group__1__Impl(); state._fsp--; @@ -43151,20 +42355,20 @@ public final void rule__QualifiedJavaClassName__Group__1() throws RecognitionExc // $ANTLR start "rule__QualifiedJavaClassName__Group__1__Impl" - // InternalDSL.g:15938:1: rule__QualifiedJavaClassName__Group__1__Impl : ( '.' ) ; + // InternalDSL.g:15640:1: rule__QualifiedJavaClassName__Group__1__Impl : ( '.' ) ; public final void rule__QualifiedJavaClassName__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15942:1: ( ( '.' ) ) - // InternalDSL.g:15943:1: ( '.' ) + // InternalDSL.g:15644:1: ( ( '.' ) ) + // InternalDSL.g:15645:1: ( '.' ) { - // InternalDSL.g:15943:1: ( '.' ) - // InternalDSL.g:15944:1: '.' + // InternalDSL.g:15645:1: ( '.' ) + // InternalDSL.g:15646:1: '.' { before(grammarAccess.getQualifiedJavaClassNameAccess().getFullStopKeyword_1()); - match(input,101,FOLLOW_2); + match(input,81,FOLLOW_2); after(grammarAccess.getQualifiedJavaClassNameAccess().getFullStopKeyword_1()); } @@ -43188,14 +42392,14 @@ public final void rule__QualifiedJavaClassName__Group__1__Impl() throws Recognit // $ANTLR start "rule__QualifiedJavaClassName__Group__2" - // InternalDSL.g:15957:1: rule__QualifiedJavaClassName__Group__2 : rule__QualifiedJavaClassName__Group__2__Impl ; + // InternalDSL.g:15659:1: rule__QualifiedJavaClassName__Group__2 : rule__QualifiedJavaClassName__Group__2__Impl ; public final void rule__QualifiedJavaClassName__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15961:1: ( rule__QualifiedJavaClassName__Group__2__Impl ) - // InternalDSL.g:15962:2: rule__QualifiedJavaClassName__Group__2__Impl + // InternalDSL.g:15663:1: ( rule__QualifiedJavaClassName__Group__2__Impl ) + // InternalDSL.g:15664:2: rule__QualifiedJavaClassName__Group__2__Impl { pushFollow(FOLLOW_2); rule__QualifiedJavaClassName__Group__2__Impl(); @@ -43221,17 +42425,17 @@ public final void rule__QualifiedJavaClassName__Group__2() throws RecognitionExc // $ANTLR start "rule__QualifiedJavaClassName__Group__2__Impl" - // InternalDSL.g:15968:1: rule__QualifiedJavaClassName__Group__2__Impl : ( RULE_UPPERCASE_ID ) ; + // InternalDSL.g:15670:1: rule__QualifiedJavaClassName__Group__2__Impl : ( RULE_UPPERCASE_ID ) ; public final void rule__QualifiedJavaClassName__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15972:1: ( ( RULE_UPPERCASE_ID ) ) - // InternalDSL.g:15973:1: ( RULE_UPPERCASE_ID ) + // InternalDSL.g:15674:1: ( ( RULE_UPPERCASE_ID ) ) + // InternalDSL.g:15675:1: ( RULE_UPPERCASE_ID ) { - // InternalDSL.g:15973:1: ( RULE_UPPERCASE_ID ) - // InternalDSL.g:15974:1: RULE_UPPERCASE_ID + // InternalDSL.g:15675:1: ( RULE_UPPERCASE_ID ) + // InternalDSL.g:15676:1: RULE_UPPERCASE_ID { before(grammarAccess.getQualifiedJavaClassNameAccess().getUPPERCASE_IDTerminalRuleCall_2()); match(input,RULE_UPPERCASE_ID,FOLLOW_2); @@ -43258,16 +42462,16 @@ public final void rule__QualifiedJavaClassName__Group__2__Impl() throws Recognit // $ANTLR start "rule__QualifiedNameWithWildcard__Group__0" - // InternalDSL.g:15991:1: rule__QualifiedNameWithWildcard__Group__0 : rule__QualifiedNameWithWildcard__Group__0__Impl rule__QualifiedNameWithWildcard__Group__1 ; + // InternalDSL.g:15693:1: rule__QualifiedNameWithWildcard__Group__0 : rule__QualifiedNameWithWildcard__Group__0__Impl rule__QualifiedNameWithWildcard__Group__1 ; public final void rule__QualifiedNameWithWildcard__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:15995:1: ( rule__QualifiedNameWithWildcard__Group__0__Impl rule__QualifiedNameWithWildcard__Group__1 ) - // InternalDSL.g:15996:2: rule__QualifiedNameWithWildcard__Group__0__Impl rule__QualifiedNameWithWildcard__Group__1 + // InternalDSL.g:15697:1: ( rule__QualifiedNameWithWildcard__Group__0__Impl rule__QualifiedNameWithWildcard__Group__1 ) + // InternalDSL.g:15698:2: rule__QualifiedNameWithWildcard__Group__0__Impl rule__QualifiedNameWithWildcard__Group__1 { - pushFollow(FOLLOW_73); + pushFollow(FOLLOW_72); rule__QualifiedNameWithWildcard__Group__0__Impl(); state._fsp--; @@ -43296,17 +42500,17 @@ public final void rule__QualifiedNameWithWildcard__Group__0() throws Recognition // $ANTLR start "rule__QualifiedNameWithWildcard__Group__0__Impl" - // InternalDSL.g:16003:1: rule__QualifiedNameWithWildcard__Group__0__Impl : ( ruleQualifiedName ) ; + // InternalDSL.g:15705:1: rule__QualifiedNameWithWildcard__Group__0__Impl : ( ruleQualifiedName ) ; public final void rule__QualifiedNameWithWildcard__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16007:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:16008:1: ( ruleQualifiedName ) + // InternalDSL.g:15709:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:15710:1: ( ruleQualifiedName ) { - // InternalDSL.g:16008:1: ( ruleQualifiedName ) - // InternalDSL.g:16009:1: ruleQualifiedName + // InternalDSL.g:15710:1: ( ruleQualifiedName ) + // InternalDSL.g:15711:1: ruleQualifiedName { before(grammarAccess.getQualifiedNameWithWildcardAccess().getQualifiedNameParserRuleCall_0()); pushFollow(FOLLOW_2); @@ -43337,14 +42541,14 @@ public final void rule__QualifiedNameWithWildcard__Group__0__Impl() throws Recog // $ANTLR start "rule__QualifiedNameWithWildcard__Group__1" - // InternalDSL.g:16020:1: rule__QualifiedNameWithWildcard__Group__1 : rule__QualifiedNameWithWildcard__Group__1__Impl ; + // InternalDSL.g:15722:1: rule__QualifiedNameWithWildcard__Group__1 : rule__QualifiedNameWithWildcard__Group__1__Impl ; public final void rule__QualifiedNameWithWildcard__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16024:1: ( rule__QualifiedNameWithWildcard__Group__1__Impl ) - // InternalDSL.g:16025:2: rule__QualifiedNameWithWildcard__Group__1__Impl + // InternalDSL.g:15726:1: ( rule__QualifiedNameWithWildcard__Group__1__Impl ) + // InternalDSL.g:15727:2: rule__QualifiedNameWithWildcard__Group__1__Impl { pushFollow(FOLLOW_2); rule__QualifiedNameWithWildcard__Group__1__Impl(); @@ -43370,31 +42574,31 @@ public final void rule__QualifiedNameWithWildcard__Group__1() throws Recognition // $ANTLR start "rule__QualifiedNameWithWildcard__Group__1__Impl" - // InternalDSL.g:16031:1: rule__QualifiedNameWithWildcard__Group__1__Impl : ( ( '.*' )? ) ; + // InternalDSL.g:15733:1: rule__QualifiedNameWithWildcard__Group__1__Impl : ( ( '.*' )? ) ; public final void rule__QualifiedNameWithWildcard__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16035:1: ( ( ( '.*' )? ) ) - // InternalDSL.g:16036:1: ( ( '.*' )? ) + // InternalDSL.g:15737:1: ( ( ( '.*' )? ) ) + // InternalDSL.g:15738:1: ( ( '.*' )? ) { - // InternalDSL.g:16036:1: ( ( '.*' )? ) - // InternalDSL.g:16037:1: ( '.*' )? + // InternalDSL.g:15738:1: ( ( '.*' )? ) + // InternalDSL.g:15739:1: ( '.*' )? { before(grammarAccess.getQualifiedNameWithWildcardAccess().getFullStopAsteriskKeyword_1()); - // InternalDSL.g:16038:1: ( '.*' )? - int alt102=2; - int LA102_0 = input.LA(1); + // InternalDSL.g:15740:1: ( '.*' )? + int alt101=2; + int LA101_0 = input.LA(1); - if ( (LA102_0==102) ) { - alt102=1; + if ( (LA101_0==82) ) { + alt101=1; } - switch (alt102) { + switch (alt101) { case 1 : - // InternalDSL.g:16039:2: '.*' + // InternalDSL.g:15741:2: '.*' { - match(input,102,FOLLOW_2); + match(input,82,FOLLOW_2); } break; @@ -43424,14 +42628,14 @@ public final void rule__QualifiedNameWithWildcard__Group__1__Impl() throws Recog // $ANTLR start "rule__DocumentationComment__Group__0" - // InternalDSL.g:16054:1: rule__DocumentationComment__Group__0 : rule__DocumentationComment__Group__0__Impl rule__DocumentationComment__Group__1 ; + // InternalDSL.g:15756:1: rule__DocumentationComment__Group__0 : rule__DocumentationComment__Group__0__Impl rule__DocumentationComment__Group__1 ; public final void rule__DocumentationComment__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16058:1: ( rule__DocumentationComment__Group__0__Impl rule__DocumentationComment__Group__1 ) - // InternalDSL.g:16059:2: rule__DocumentationComment__Group__0__Impl rule__DocumentationComment__Group__1 + // InternalDSL.g:15760:1: ( rule__DocumentationComment__Group__0__Impl rule__DocumentationComment__Group__1 ) + // InternalDSL.g:15761:2: rule__DocumentationComment__Group__0__Impl rule__DocumentationComment__Group__1 { pushFollow(FOLLOW_4); rule__DocumentationComment__Group__0__Impl(); @@ -43462,21 +42666,21 @@ public final void rule__DocumentationComment__Group__0() throws RecognitionExcep // $ANTLR start "rule__DocumentationComment__Group__0__Impl" - // InternalDSL.g:16066:1: rule__DocumentationComment__Group__0__Impl : ( ( rule__DocumentationComment__ContentAssignment_0 ) ) ; + // InternalDSL.g:15768:1: rule__DocumentationComment__Group__0__Impl : ( ( rule__DocumentationComment__ContentAssignment_0 ) ) ; public final void rule__DocumentationComment__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16070:1: ( ( ( rule__DocumentationComment__ContentAssignment_0 ) ) ) - // InternalDSL.g:16071:1: ( ( rule__DocumentationComment__ContentAssignment_0 ) ) + // InternalDSL.g:15772:1: ( ( ( rule__DocumentationComment__ContentAssignment_0 ) ) ) + // InternalDSL.g:15773:1: ( ( rule__DocumentationComment__ContentAssignment_0 ) ) { - // InternalDSL.g:16071:1: ( ( rule__DocumentationComment__ContentAssignment_0 ) ) - // InternalDSL.g:16072:1: ( rule__DocumentationComment__ContentAssignment_0 ) + // InternalDSL.g:15773:1: ( ( rule__DocumentationComment__ContentAssignment_0 ) ) + // InternalDSL.g:15774:1: ( rule__DocumentationComment__ContentAssignment_0 ) { before(grammarAccess.getDocumentationCommentAccess().getContentAssignment_0()); - // InternalDSL.g:16073:1: ( rule__DocumentationComment__ContentAssignment_0 ) - // InternalDSL.g:16073:2: rule__DocumentationComment__ContentAssignment_0 + // InternalDSL.g:15775:1: ( rule__DocumentationComment__ContentAssignment_0 ) + // InternalDSL.g:15775:2: rule__DocumentationComment__ContentAssignment_0 { pushFollow(FOLLOW_2); rule__DocumentationComment__ContentAssignment_0(); @@ -43509,14 +42713,14 @@ public final void rule__DocumentationComment__Group__0__Impl() throws Recognitio // $ANTLR start "rule__DocumentationComment__Group__1" - // InternalDSL.g:16083:1: rule__DocumentationComment__Group__1 : rule__DocumentationComment__Group__1__Impl ; + // InternalDSL.g:15785:1: rule__DocumentationComment__Group__1 : rule__DocumentationComment__Group__1__Impl ; public final void rule__DocumentationComment__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16087:1: ( rule__DocumentationComment__Group__1__Impl ) - // InternalDSL.g:16088:2: rule__DocumentationComment__Group__1__Impl + // InternalDSL.g:15789:1: ( rule__DocumentationComment__Group__1__Impl ) + // InternalDSL.g:15790:2: rule__DocumentationComment__Group__1__Impl { pushFollow(FOLLOW_2); rule__DocumentationComment__Group__1__Impl(); @@ -43542,17 +42746,17 @@ public final void rule__DocumentationComment__Group__1() throws RecognitionExcep // $ANTLR start "rule__DocumentationComment__Group__1__Impl" - // InternalDSL.g:16094:1: rule__DocumentationComment__Group__1__Impl : ( ruleNL ) ; + // InternalDSL.g:15796:1: rule__DocumentationComment__Group__1__Impl : ( ruleNL ) ; public final void rule__DocumentationComment__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16098:1: ( ( ruleNL ) ) - // InternalDSL.g:16099:1: ( ruleNL ) + // InternalDSL.g:15800:1: ( ( ruleNL ) ) + // InternalDSL.g:15801:1: ( ruleNL ) { - // InternalDSL.g:16099:1: ( ruleNL ) - // InternalDSL.g:16100:1: ruleNL + // InternalDSL.g:15801:1: ( ruleNL ) + // InternalDSL.g:15802:1: ruleNL { before(grammarAccess.getDocumentationCommentAccess().getNLParserRuleCall_1()); pushFollow(FOLLOW_2); @@ -43583,16 +42787,16 @@ public final void rule__DocumentationComment__Group__1__Impl() throws Recognitio // $ANTLR start "rule__NL__Group__0" - // InternalDSL.g:16115:1: rule__NL__Group__0 : rule__NL__Group__0__Impl rule__NL__Group__1 ; + // InternalDSL.g:15817:1: rule__NL__Group__0 : rule__NL__Group__0__Impl rule__NL__Group__1 ; public final void rule__NL__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16119:1: ( rule__NL__Group__0__Impl rule__NL__Group__1 ) - // InternalDSL.g:16120:2: rule__NL__Group__0__Impl rule__NL__Group__1 + // InternalDSL.g:15821:1: ( rule__NL__Group__0__Impl rule__NL__Group__1 ) + // InternalDSL.g:15822:2: rule__NL__Group__0__Impl rule__NL__Group__1 { - pushFollow(FOLLOW_74); + pushFollow(FOLLOW_73); rule__NL__Group__0__Impl(); state._fsp--; @@ -43621,17 +42825,17 @@ public final void rule__NL__Group__0() throws RecognitionException { // $ANTLR start "rule__NL__Group__0__Impl" - // InternalDSL.g:16127:1: rule__NL__Group__0__Impl : ( RULE_NEWLINE ) ; + // InternalDSL.g:15829:1: rule__NL__Group__0__Impl : ( RULE_NEWLINE ) ; public final void rule__NL__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16131:1: ( ( RULE_NEWLINE ) ) - // InternalDSL.g:16132:1: ( RULE_NEWLINE ) + // InternalDSL.g:15833:1: ( ( RULE_NEWLINE ) ) + // InternalDSL.g:15834:1: ( RULE_NEWLINE ) { - // InternalDSL.g:16132:1: ( RULE_NEWLINE ) - // InternalDSL.g:16133:1: RULE_NEWLINE + // InternalDSL.g:15834:1: ( RULE_NEWLINE ) + // InternalDSL.g:15835:1: RULE_NEWLINE { before(grammarAccess.getNLAccess().getNEWLINETerminalRuleCall_0()); match(input,RULE_NEWLINE,FOLLOW_2); @@ -43658,14 +42862,14 @@ public final void rule__NL__Group__0__Impl() throws RecognitionException { // $ANTLR start "rule__NL__Group__1" - // InternalDSL.g:16144:1: rule__NL__Group__1 : rule__NL__Group__1__Impl ; + // InternalDSL.g:15846:1: rule__NL__Group__1 : rule__NL__Group__1__Impl ; public final void rule__NL__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16148:1: ( rule__NL__Group__1__Impl ) - // InternalDSL.g:16149:2: rule__NL__Group__1__Impl + // InternalDSL.g:15850:1: ( rule__NL__Group__1__Impl ) + // InternalDSL.g:15851:2: rule__NL__Group__1__Impl { pushFollow(FOLLOW_2); rule__NL__Group__1__Impl(); @@ -43691,29 +42895,29 @@ public final void rule__NL__Group__1() throws RecognitionException { // $ANTLR start "rule__NL__Group__1__Impl" - // InternalDSL.g:16155:1: rule__NL__Group__1__Impl : ( ( RULE_WS )? ) ; + // InternalDSL.g:15857:1: rule__NL__Group__1__Impl : ( ( RULE_WS )? ) ; public final void rule__NL__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16159:1: ( ( ( RULE_WS )? ) ) - // InternalDSL.g:16160:1: ( ( RULE_WS )? ) + // InternalDSL.g:15861:1: ( ( ( RULE_WS )? ) ) + // InternalDSL.g:15862:1: ( ( RULE_WS )? ) { - // InternalDSL.g:16160:1: ( ( RULE_WS )? ) - // InternalDSL.g:16161:1: ( RULE_WS )? + // InternalDSL.g:15862:1: ( ( RULE_WS )? ) + // InternalDSL.g:15863:1: ( RULE_WS )? { before(grammarAccess.getNLAccess().getWSTerminalRuleCall_1()); - // InternalDSL.g:16162:1: ( RULE_WS )? - int alt103=2; - int LA103_0 = input.LA(1); + // InternalDSL.g:15864:1: ( RULE_WS )? + int alt102=2; + int LA102_0 = input.LA(1); - if ( (LA103_0==RULE_WS) ) { - alt103=1; + if ( (LA102_0==RULE_WS) ) { + alt102=1; } - switch (alt103) { + switch (alt102) { case 1 : - // InternalDSL.g:16162:3: RULE_WS + // InternalDSL.g:15864:3: RULE_WS { match(input,RULE_WS,FOLLOW_2); @@ -43745,16 +42949,16 @@ public final void rule__NL__Group__1__Impl() throws RecognitionException { // $ANTLR start "rule__NLFORCED__Group__0" - // InternalDSL.g:16176:1: rule__NLFORCED__Group__0 : rule__NLFORCED__Group__0__Impl rule__NLFORCED__Group__1 ; + // InternalDSL.g:15878:1: rule__NLFORCED__Group__0 : rule__NLFORCED__Group__0__Impl rule__NLFORCED__Group__1 ; public final void rule__NLFORCED__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16180:1: ( rule__NLFORCED__Group__0__Impl rule__NLFORCED__Group__1 ) - // InternalDSL.g:16181:2: rule__NLFORCED__Group__0__Impl rule__NLFORCED__Group__1 + // InternalDSL.g:15882:1: ( rule__NLFORCED__Group__0__Impl rule__NLFORCED__Group__1 ) + // InternalDSL.g:15883:2: rule__NLFORCED__Group__0__Impl rule__NLFORCED__Group__1 { - pushFollow(FOLLOW_75); + pushFollow(FOLLOW_74); rule__NLFORCED__Group__0__Impl(); state._fsp--; @@ -43783,17 +42987,17 @@ public final void rule__NLFORCED__Group__0() throws RecognitionException { // $ANTLR start "rule__NLFORCED__Group__0__Impl" - // InternalDSL.g:16188:1: rule__NLFORCED__Group__0__Impl : ( RULE_NEWLINE ) ; + // InternalDSL.g:15890:1: rule__NLFORCED__Group__0__Impl : ( RULE_NEWLINE ) ; public final void rule__NLFORCED__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16192:1: ( ( RULE_NEWLINE ) ) - // InternalDSL.g:16193:1: ( RULE_NEWLINE ) + // InternalDSL.g:15894:1: ( ( RULE_NEWLINE ) ) + // InternalDSL.g:15895:1: ( RULE_NEWLINE ) { - // InternalDSL.g:16193:1: ( RULE_NEWLINE ) - // InternalDSL.g:16194:1: RULE_NEWLINE + // InternalDSL.g:15895:1: ( RULE_NEWLINE ) + // InternalDSL.g:15896:1: RULE_NEWLINE { before(grammarAccess.getNLFORCEDAccess().getNEWLINETerminalRuleCall_0()); match(input,RULE_NEWLINE,FOLLOW_2); @@ -43820,16 +43024,16 @@ public final void rule__NLFORCED__Group__0__Impl() throws RecognitionException { // $ANTLR start "rule__NLFORCED__Group__1" - // InternalDSL.g:16205:1: rule__NLFORCED__Group__1 : rule__NLFORCED__Group__1__Impl rule__NLFORCED__Group__2 ; + // InternalDSL.g:15907:1: rule__NLFORCED__Group__1 : rule__NLFORCED__Group__1__Impl rule__NLFORCED__Group__2 ; public final void rule__NLFORCED__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16209:1: ( rule__NLFORCED__Group__1__Impl rule__NLFORCED__Group__2 ) - // InternalDSL.g:16210:2: rule__NLFORCED__Group__1__Impl rule__NLFORCED__Group__2 + // InternalDSL.g:15911:1: ( rule__NLFORCED__Group__1__Impl rule__NLFORCED__Group__2 ) + // InternalDSL.g:15912:2: rule__NLFORCED__Group__1__Impl rule__NLFORCED__Group__2 { - pushFollow(FOLLOW_75); + pushFollow(FOLLOW_74); rule__NLFORCED__Group__1__Impl(); state._fsp--; @@ -43858,29 +43062,29 @@ public final void rule__NLFORCED__Group__1() throws RecognitionException { // $ANTLR start "rule__NLFORCED__Group__1__Impl" - // InternalDSL.g:16217:1: rule__NLFORCED__Group__1__Impl : ( ( RULE_WS )? ) ; + // InternalDSL.g:15919:1: rule__NLFORCED__Group__1__Impl : ( ( RULE_WS )? ) ; public final void rule__NLFORCED__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16221:1: ( ( ( RULE_WS )? ) ) - // InternalDSL.g:16222:1: ( ( RULE_WS )? ) + // InternalDSL.g:15923:1: ( ( ( RULE_WS )? ) ) + // InternalDSL.g:15924:1: ( ( RULE_WS )? ) { - // InternalDSL.g:16222:1: ( ( RULE_WS )? ) - // InternalDSL.g:16223:1: ( RULE_WS )? + // InternalDSL.g:15924:1: ( ( RULE_WS )? ) + // InternalDSL.g:15925:1: ( RULE_WS )? { before(grammarAccess.getNLFORCEDAccess().getWSTerminalRuleCall_1()); - // InternalDSL.g:16224:1: ( RULE_WS )? - int alt104=2; - int LA104_0 = input.LA(1); + // InternalDSL.g:15926:1: ( RULE_WS )? + int alt103=2; + int LA103_0 = input.LA(1); - if ( (LA104_0==RULE_WS) ) { - alt104=1; + if ( (LA103_0==RULE_WS) ) { + alt103=1; } - switch (alt104) { + switch (alt103) { case 1 : - // InternalDSL.g:16224:3: RULE_WS + // InternalDSL.g:15926:3: RULE_WS { match(input,RULE_WS,FOLLOW_2); @@ -43912,14 +43116,14 @@ public final void rule__NLFORCED__Group__1__Impl() throws RecognitionException { // $ANTLR start "rule__NLFORCED__Group__2" - // InternalDSL.g:16234:1: rule__NLFORCED__Group__2 : rule__NLFORCED__Group__2__Impl ; + // InternalDSL.g:15936:1: rule__NLFORCED__Group__2 : rule__NLFORCED__Group__2__Impl ; public final void rule__NLFORCED__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16238:1: ( rule__NLFORCED__Group__2__Impl ) - // InternalDSL.g:16239:2: rule__NLFORCED__Group__2__Impl + // InternalDSL.g:15940:1: ( rule__NLFORCED__Group__2__Impl ) + // InternalDSL.g:15941:2: rule__NLFORCED__Group__2__Impl { pushFollow(FOLLOW_2); rule__NLFORCED__Group__2__Impl(); @@ -43945,17 +43149,17 @@ public final void rule__NLFORCED__Group__2() throws RecognitionException { // $ANTLR start "rule__NLFORCED__Group__2__Impl" - // InternalDSL.g:16245:1: rule__NLFORCED__Group__2__Impl : ( ruleNL ) ; + // InternalDSL.g:15947:1: rule__NLFORCED__Group__2__Impl : ( ruleNL ) ; public final void rule__NLFORCED__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16249:1: ( ( ruleNL ) ) - // InternalDSL.g:16250:1: ( ruleNL ) + // InternalDSL.g:15951:1: ( ( ruleNL ) ) + // InternalDSL.g:15952:1: ( ruleNL ) { - // InternalDSL.g:16250:1: ( ruleNL ) - // InternalDSL.g:16251:1: ruleNL + // InternalDSL.g:15952:1: ( ruleNL ) + // InternalDSL.g:15953:1: ruleNL { before(grammarAccess.getNLFORCEDAccess().getNLParserRuleCall_2()); pushFollow(FOLLOW_2); @@ -43986,17 +43190,17 @@ public final void rule__NLFORCED__Group__2__Impl() throws RecognitionException { // $ANTLR start "rule__Model__ImportsAssignment_2_0" - // InternalDSL.g:16269:1: rule__Model__ImportsAssignment_2_0 : ( ruleImport ) ; + // InternalDSL.g:15971:1: rule__Model__ImportsAssignment_2_0 : ( ruleImport ) ; public final void rule__Model__ImportsAssignment_2_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16273:1: ( ( ruleImport ) ) - // InternalDSL.g:16274:1: ( ruleImport ) + // InternalDSL.g:15975:1: ( ( ruleImport ) ) + // InternalDSL.g:15976:1: ( ruleImport ) { - // InternalDSL.g:16274:1: ( ruleImport ) - // InternalDSL.g:16275:1: ruleImport + // InternalDSL.g:15976:1: ( ruleImport ) + // InternalDSL.g:15977:1: ruleImport { before(grammarAccess.getModelAccess().getImportsImportParserRuleCall_2_0_0()); pushFollow(FOLLOW_2); @@ -44027,17 +43231,17 @@ public final void rule__Model__ImportsAssignment_2_0() throws RecognitionExcepti // $ANTLR start "rule__Model__StatementsAssignment_3" - // InternalDSL.g:16284:1: rule__Model__StatementsAssignment_3 : ( ruleStatement ) ; + // InternalDSL.g:15986:1: rule__Model__StatementsAssignment_3 : ( ruleStatement ) ; public final void rule__Model__StatementsAssignment_3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16288:1: ( ( ruleStatement ) ) - // InternalDSL.g:16289:1: ( ruleStatement ) + // InternalDSL.g:15990:1: ( ( ruleStatement ) ) + // InternalDSL.g:15991:1: ( ruleStatement ) { - // InternalDSL.g:16289:1: ( ruleStatement ) - // InternalDSL.g:16290:1: ruleStatement + // InternalDSL.g:15991:1: ( ruleStatement ) + // InternalDSL.g:15992:1: ruleStatement { before(grammarAccess.getModelAccess().getStatementsStatementParserRuleCall_3_0()); pushFollow(FOLLOW_2); @@ -44068,17 +43272,17 @@ public final void rule__Model__StatementsAssignment_3() throws RecognitionExcept // $ANTLR start "rule__VisibleSingleLineNormalComment__ContentAssignment_0" - // InternalDSL.g:16299:1: rule__VisibleSingleLineNormalComment__ContentAssignment_0 : ( RULE_SL_VISIBLE_COMMENT ) ; + // InternalDSL.g:16001:1: rule__VisibleSingleLineNormalComment__ContentAssignment_0 : ( RULE_SL_VISIBLE_COMMENT ) ; public final void rule__VisibleSingleLineNormalComment__ContentAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16303:1: ( ( RULE_SL_VISIBLE_COMMENT ) ) - // InternalDSL.g:16304:1: ( RULE_SL_VISIBLE_COMMENT ) + // InternalDSL.g:16005:1: ( ( RULE_SL_VISIBLE_COMMENT ) ) + // InternalDSL.g:16006:1: ( RULE_SL_VISIBLE_COMMENT ) { - // InternalDSL.g:16304:1: ( RULE_SL_VISIBLE_COMMENT ) - // InternalDSL.g:16305:1: RULE_SL_VISIBLE_COMMENT + // InternalDSL.g:16006:1: ( RULE_SL_VISIBLE_COMMENT ) + // InternalDSL.g:16007:1: RULE_SL_VISIBLE_COMMENT { before(grammarAccess.getVisibleSingleLineNormalCommentAccess().getContentSL_VISIBLE_COMMENTTerminalRuleCall_0_0()); match(input,RULE_SL_VISIBLE_COMMENT,FOLLOW_2); @@ -44105,17 +43309,17 @@ public final void rule__VisibleSingleLineNormalComment__ContentAssignment_0() th // $ANTLR start "rule__VisibleSingleLineTitleComment__ContentAssignment_0" - // InternalDSL.g:16314:1: rule__VisibleSingleLineTitleComment__ContentAssignment_0 : ( RULE_SL_VISIBLE_TITLE_COMMENT ) ; + // InternalDSL.g:16016:1: rule__VisibleSingleLineTitleComment__ContentAssignment_0 : ( RULE_SL_VISIBLE_TITLE_COMMENT ) ; public final void rule__VisibleSingleLineTitleComment__ContentAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16318:1: ( ( RULE_SL_VISIBLE_TITLE_COMMENT ) ) - // InternalDSL.g:16319:1: ( RULE_SL_VISIBLE_TITLE_COMMENT ) + // InternalDSL.g:16020:1: ( ( RULE_SL_VISIBLE_TITLE_COMMENT ) ) + // InternalDSL.g:16021:1: ( RULE_SL_VISIBLE_TITLE_COMMENT ) { - // InternalDSL.g:16319:1: ( RULE_SL_VISIBLE_TITLE_COMMENT ) - // InternalDSL.g:16320:1: RULE_SL_VISIBLE_TITLE_COMMENT + // InternalDSL.g:16021:1: ( RULE_SL_VISIBLE_TITLE_COMMENT ) + // InternalDSL.g:16022:1: RULE_SL_VISIBLE_TITLE_COMMENT { before(grammarAccess.getVisibleSingleLineTitleCommentAccess().getContentSL_VISIBLE_TITLE_COMMENTTerminalRuleCall_0_0()); match(input,RULE_SL_VISIBLE_TITLE_COMMENT,FOLLOW_2); @@ -44142,17 +43346,17 @@ public final void rule__VisibleSingleLineTitleComment__ContentAssignment_0() thr // $ANTLR start "rule__VisibleMultiLineNormalComment__ContentAssignment_0" - // InternalDSL.g:16329:1: rule__VisibleMultiLineNormalComment__ContentAssignment_0 : ( RULE_ML_VISIBLE_COMMENT ) ; + // InternalDSL.g:16031:1: rule__VisibleMultiLineNormalComment__ContentAssignment_0 : ( RULE_ML_VISIBLE_COMMENT ) ; public final void rule__VisibleMultiLineNormalComment__ContentAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16333:1: ( ( RULE_ML_VISIBLE_COMMENT ) ) - // InternalDSL.g:16334:1: ( RULE_ML_VISIBLE_COMMENT ) + // InternalDSL.g:16035:1: ( ( RULE_ML_VISIBLE_COMMENT ) ) + // InternalDSL.g:16036:1: ( RULE_ML_VISIBLE_COMMENT ) { - // InternalDSL.g:16334:1: ( RULE_ML_VISIBLE_COMMENT ) - // InternalDSL.g:16335:1: RULE_ML_VISIBLE_COMMENT + // InternalDSL.g:16036:1: ( RULE_ML_VISIBLE_COMMENT ) + // InternalDSL.g:16037:1: RULE_ML_VISIBLE_COMMENT { before(grammarAccess.getVisibleMultiLineNormalCommentAccess().getContentML_VISIBLE_COMMENTTerminalRuleCall_0_0()); match(input,RULE_ML_VISIBLE_COMMENT,FOLLOW_2); @@ -44179,17 +43383,17 @@ public final void rule__VisibleMultiLineNormalComment__ContentAssignment_0() thr // $ANTLR start "rule__VisibleMultiLineTitleComment__ContentAssignment_0" - // InternalDSL.g:16344:1: rule__VisibleMultiLineTitleComment__ContentAssignment_0 : ( RULE_ML_VISIBLE_TITLE_COMMENT ) ; + // InternalDSL.g:16046:1: rule__VisibleMultiLineTitleComment__ContentAssignment_0 : ( RULE_ML_VISIBLE_TITLE_COMMENT ) ; public final void rule__VisibleMultiLineTitleComment__ContentAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16348:1: ( ( RULE_ML_VISIBLE_TITLE_COMMENT ) ) - // InternalDSL.g:16349:1: ( RULE_ML_VISIBLE_TITLE_COMMENT ) + // InternalDSL.g:16050:1: ( ( RULE_ML_VISIBLE_TITLE_COMMENT ) ) + // InternalDSL.g:16051:1: ( RULE_ML_VISIBLE_TITLE_COMMENT ) { - // InternalDSL.g:16349:1: ( RULE_ML_VISIBLE_TITLE_COMMENT ) - // InternalDSL.g:16350:1: RULE_ML_VISIBLE_TITLE_COMMENT + // InternalDSL.g:16051:1: ( RULE_ML_VISIBLE_TITLE_COMMENT ) + // InternalDSL.g:16052:1: RULE_ML_VISIBLE_TITLE_COMMENT { before(grammarAccess.getVisibleMultiLineTitleCommentAccess().getContentML_VISIBLE_TITLE_COMMENTTerminalRuleCall_0_0()); match(input,RULE_ML_VISIBLE_TITLE_COMMENT,FOLLOW_2); @@ -44216,17 +43420,17 @@ public final void rule__VisibleMultiLineTitleComment__ContentAssignment_0() thro // $ANTLR start "rule__VisibleDivider__ContentAssignment_0" - // InternalDSL.g:16359:1: rule__VisibleDivider__ContentAssignment_0 : ( RULE_DIVIDER ) ; + // InternalDSL.g:16061:1: rule__VisibleDivider__ContentAssignment_0 : ( RULE_DIVIDER ) ; public final void rule__VisibleDivider__ContentAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16363:1: ( ( RULE_DIVIDER ) ) - // InternalDSL.g:16364:1: ( RULE_DIVIDER ) + // InternalDSL.g:16065:1: ( ( RULE_DIVIDER ) ) + // InternalDSL.g:16066:1: ( RULE_DIVIDER ) { - // InternalDSL.g:16364:1: ( RULE_DIVIDER ) - // InternalDSL.g:16365:1: RULE_DIVIDER + // InternalDSL.g:16066:1: ( RULE_DIVIDER ) + // InternalDSL.g:16067:1: RULE_DIVIDER { before(grammarAccess.getVisibleDividerAccess().getContentDIVIDERTerminalRuleCall_0_0()); match(input,RULE_DIVIDER,FOLLOW_2); @@ -44253,17 +43457,17 @@ public final void rule__VisibleDivider__ContentAssignment_0() throws Recognition // $ANTLR start "rule__PackageDefinition__DocumentationAssignment_0" - // InternalDSL.g:16374:1: rule__PackageDefinition__DocumentationAssignment_0 : ( ruleDocumentationComment ) ; + // InternalDSL.g:16076:1: rule__PackageDefinition__DocumentationAssignment_0 : ( ruleDocumentationComment ) ; public final void rule__PackageDefinition__DocumentationAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16378:1: ( ( ruleDocumentationComment ) ) - // InternalDSL.g:16379:1: ( ruleDocumentationComment ) + // InternalDSL.g:16080:1: ( ( ruleDocumentationComment ) ) + // InternalDSL.g:16081:1: ( ruleDocumentationComment ) { - // InternalDSL.g:16379:1: ( ruleDocumentationComment ) - // InternalDSL.g:16380:1: ruleDocumentationComment + // InternalDSL.g:16081:1: ( ruleDocumentationComment ) + // InternalDSL.g:16082:1: ruleDocumentationComment { before(grammarAccess.getPackageDefinitionAccess().getDocumentationDocumentationCommentParserRuleCall_0_0()); pushFollow(FOLLOW_2); @@ -44294,17 +43498,17 @@ public final void rule__PackageDefinition__DocumentationAssignment_0() throws Re // $ANTLR start "rule__PackageDefinition__NameAssignment_3" - // InternalDSL.g:16389:1: rule__PackageDefinition__NameAssignment_3 : ( ruleQualifiedName ) ; + // InternalDSL.g:16091:1: rule__PackageDefinition__NameAssignment_3 : ( ruleQualifiedName ) ; public final void rule__PackageDefinition__NameAssignment_3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16393:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:16394:1: ( ruleQualifiedName ) + // InternalDSL.g:16095:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:16096:1: ( ruleQualifiedName ) { - // InternalDSL.g:16394:1: ( ruleQualifiedName ) - // InternalDSL.g:16395:1: ruleQualifiedName + // InternalDSL.g:16096:1: ( ruleQualifiedName ) + // InternalDSL.g:16097:1: ruleQualifiedName { before(grammarAccess.getPackageDefinitionAccess().getNameQualifiedNameParserRuleCall_3_0()); pushFollow(FOLLOW_2); @@ -44335,17 +43539,17 @@ public final void rule__PackageDefinition__NameAssignment_3() throws Recognition // $ANTLR start "rule__PackageDefinition__StatementsAssignment_6" - // InternalDSL.g:16404:1: rule__PackageDefinition__StatementsAssignment_6 : ( rulePackageStatement ) ; + // InternalDSL.g:16106:1: rule__PackageDefinition__StatementsAssignment_6 : ( rulePackageStatement ) ; public final void rule__PackageDefinition__StatementsAssignment_6() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16408:1: ( ( rulePackageStatement ) ) - // InternalDSL.g:16409:1: ( rulePackageStatement ) + // InternalDSL.g:16110:1: ( ( rulePackageStatement ) ) + // InternalDSL.g:16111:1: ( rulePackageStatement ) { - // InternalDSL.g:16409:1: ( rulePackageStatement ) - // InternalDSL.g:16410:1: rulePackageStatement + // InternalDSL.g:16111:1: ( rulePackageStatement ) + // InternalDSL.g:16112:1: rulePackageStatement { before(grammarAccess.getPackageDefinitionAccess().getStatementsPackageStatementParserRuleCall_6_0()); pushFollow(FOLLOW_2); @@ -44376,17 +43580,17 @@ public final void rule__PackageDefinition__StatementsAssignment_6() throws Recog // $ANTLR start "rule__Import__ImportedNamespaceAssignment_2" - // InternalDSL.g:16419:1: rule__Import__ImportedNamespaceAssignment_2 : ( ruleQualifiedNameWithWildcard ) ; + // InternalDSL.g:16121:1: rule__Import__ImportedNamespaceAssignment_2 : ( ruleQualifiedNameWithWildcard ) ; public final void rule__Import__ImportedNamespaceAssignment_2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16423:1: ( ( ruleQualifiedNameWithWildcard ) ) - // InternalDSL.g:16424:1: ( ruleQualifiedNameWithWildcard ) + // InternalDSL.g:16125:1: ( ( ruleQualifiedNameWithWildcard ) ) + // InternalDSL.g:16126:1: ( ruleQualifiedNameWithWildcard ) { - // InternalDSL.g:16424:1: ( ruleQualifiedNameWithWildcard ) - // InternalDSL.g:16425:1: ruleQualifiedNameWithWildcard + // InternalDSL.g:16126:1: ( ruleQualifiedNameWithWildcard ) + // InternalDSL.g:16127:1: ruleQualifiedNameWithWildcard { before(grammarAccess.getImportAccess().getImportedNamespaceQualifiedNameWithWildcardParserRuleCall_2_0()); pushFollow(FOLLOW_2); @@ -44417,17 +43621,17 @@ public final void rule__Import__ImportedNamespaceAssignment_2() throws Recogniti // $ANTLR start "rule__ForkDefinition__DocumentationAssignment_0" - // InternalDSL.g:16434:1: rule__ForkDefinition__DocumentationAssignment_0 : ( ruleDocumentationComment ) ; + // InternalDSL.g:16136:1: rule__ForkDefinition__DocumentationAssignment_0 : ( ruleDocumentationComment ) ; public final void rule__ForkDefinition__DocumentationAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16438:1: ( ( ruleDocumentationComment ) ) - // InternalDSL.g:16439:1: ( ruleDocumentationComment ) + // InternalDSL.g:16140:1: ( ( ruleDocumentationComment ) ) + // InternalDSL.g:16141:1: ( ruleDocumentationComment ) { - // InternalDSL.g:16439:1: ( ruleDocumentationComment ) - // InternalDSL.g:16440:1: ruleDocumentationComment + // InternalDSL.g:16141:1: ( ruleDocumentationComment ) + // InternalDSL.g:16142:1: ruleDocumentationComment { before(grammarAccess.getForkDefinitionAccess().getDocumentationDocumentationCommentParserRuleCall_0_0()); pushFollow(FOLLOW_2); @@ -44458,24 +43662,24 @@ public final void rule__ForkDefinition__DocumentationAssignment_0() throws Recog // $ANTLR start "rule__ForkDefinition__PrivateAssignment_1" - // InternalDSL.g:16449:1: rule__ForkDefinition__PrivateAssignment_1 : ( ( 'private' ) ) ; + // InternalDSL.g:16151:1: rule__ForkDefinition__PrivateAssignment_1 : ( ( 'private' ) ) ; public final void rule__ForkDefinition__PrivateAssignment_1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16453:1: ( ( ( 'private' ) ) ) - // InternalDSL.g:16454:1: ( ( 'private' ) ) + // InternalDSL.g:16155:1: ( ( ( 'private' ) ) ) + // InternalDSL.g:16156:1: ( ( 'private' ) ) { - // InternalDSL.g:16454:1: ( ( 'private' ) ) - // InternalDSL.g:16455:1: ( 'private' ) + // InternalDSL.g:16156:1: ( ( 'private' ) ) + // InternalDSL.g:16157:1: ( 'private' ) { before(grammarAccess.getForkDefinitionAccess().getPrivatePrivateKeyword_1_0()); - // InternalDSL.g:16456:1: ( 'private' ) - // InternalDSL.g:16457:1: 'private' + // InternalDSL.g:16158:1: ( 'private' ) + // InternalDSL.g:16159:1: 'private' { before(grammarAccess.getForkDefinitionAccess().getPrivatePrivateKeyword_1_0()); - match(input,103,FOLLOW_2); + match(input,83,FOLLOW_2); after(grammarAccess.getForkDefinitionAccess().getPrivatePrivateKeyword_1_0()); } @@ -44503,17 +43707,17 @@ public final void rule__ForkDefinition__PrivateAssignment_1() throws Recognition // $ANTLR start "rule__ForkDefinition__NameAssignment_4" - // InternalDSL.g:16472:1: rule__ForkDefinition__NameAssignment_4 : ( ruleQualifiedName ) ; + // InternalDSL.g:16174:1: rule__ForkDefinition__NameAssignment_4 : ( ruleQualifiedName ) ; public final void rule__ForkDefinition__NameAssignment_4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16476:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:16477:1: ( ruleQualifiedName ) + // InternalDSL.g:16178:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:16179:1: ( ruleQualifiedName ) { - // InternalDSL.g:16477:1: ( ruleQualifiedName ) - // InternalDSL.g:16478:1: ruleQualifiedName + // InternalDSL.g:16179:1: ( ruleQualifiedName ) + // InternalDSL.g:16180:1: ruleQualifiedName { before(grammarAccess.getForkDefinitionAccess().getNameQualifiedNameParserRuleCall_4_0()); pushFollow(FOLLOW_2); @@ -44544,17 +43748,17 @@ public final void rule__ForkDefinition__NameAssignment_4() throws RecognitionExc // $ANTLR start "rule__ForkDefinition__DescriptionAssignment_6_0" - // InternalDSL.g:16487:1: rule__ForkDefinition__DescriptionAssignment_6_0 : ( RULE_STRING ) ; + // InternalDSL.g:16189:1: rule__ForkDefinition__DescriptionAssignment_6_0 : ( RULE_STRING ) ; public final void rule__ForkDefinition__DescriptionAssignment_6_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16491:1: ( ( RULE_STRING ) ) - // InternalDSL.g:16492:1: ( RULE_STRING ) + // InternalDSL.g:16193:1: ( ( RULE_STRING ) ) + // InternalDSL.g:16194:1: ( RULE_STRING ) { - // InternalDSL.g:16492:1: ( RULE_STRING ) - // InternalDSL.g:16493:1: RULE_STRING + // InternalDSL.g:16194:1: ( RULE_STRING ) + // InternalDSL.g:16195:1: RULE_STRING { before(grammarAccess.getForkDefinitionAccess().getDescriptionSTRINGTerminalRuleCall_6_0_0()); match(input,RULE_STRING,FOLLOW_2); @@ -44581,17 +43785,17 @@ public final void rule__ForkDefinition__DescriptionAssignment_6_0() throws Recog // $ANTLR start "rule__ForkDefinition__ForkerClassAssignment_7_0_0_2" - // InternalDSL.g:16502:1: rule__ForkDefinition__ForkerClassAssignment_7_0_0_2 : ( ruleJavaClassReference ) ; + // InternalDSL.g:16204:1: rule__ForkDefinition__ForkerClassAssignment_7_0_0_2 : ( ruleJavaClassReference ) ; public final void rule__ForkDefinition__ForkerClassAssignment_7_0_0_2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16506:1: ( ( ruleJavaClassReference ) ) - // InternalDSL.g:16507:1: ( ruleJavaClassReference ) + // InternalDSL.g:16208:1: ( ( ruleJavaClassReference ) ) + // InternalDSL.g:16209:1: ( ruleJavaClassReference ) { - // InternalDSL.g:16507:1: ( ruleJavaClassReference ) - // InternalDSL.g:16508:1: ruleJavaClassReference + // InternalDSL.g:16209:1: ( ruleJavaClassReference ) + // InternalDSL.g:16210:1: ruleJavaClassReference { before(grammarAccess.getForkDefinitionAccess().getForkerClassJavaClassReferenceParserRuleCall_7_0_0_2_0()); pushFollow(FOLLOW_2); @@ -44622,21 +43826,21 @@ public final void rule__ForkDefinition__ForkerClassAssignment_7_0_0_2() throws R // $ANTLR start "rule__ForkDefinition__BaseForkAssignment_7_0_1_2" - // InternalDSL.g:16517:1: rule__ForkDefinition__BaseForkAssignment_7_0_1_2 : ( ( ruleQualifiedName ) ) ; + // InternalDSL.g:16219:1: rule__ForkDefinition__BaseForkAssignment_7_0_1_2 : ( ( ruleQualifiedName ) ) ; public final void rule__ForkDefinition__BaseForkAssignment_7_0_1_2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16521:1: ( ( ( ruleQualifiedName ) ) ) - // InternalDSL.g:16522:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:16223:1: ( ( ( ruleQualifiedName ) ) ) + // InternalDSL.g:16224:1: ( ( ruleQualifiedName ) ) { - // InternalDSL.g:16522:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:16523:1: ( ruleQualifiedName ) + // InternalDSL.g:16224:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:16225:1: ( ruleQualifiedName ) { before(grammarAccess.getForkDefinitionAccess().getBaseForkForkDefinitionCrossReference_7_0_1_2_0()); - // InternalDSL.g:16524:1: ( ruleQualifiedName ) - // InternalDSL.g:16525:1: ruleQualifiedName + // InternalDSL.g:16226:1: ( ruleQualifiedName ) + // InternalDSL.g:16227:1: ruleQualifiedName { before(grammarAccess.getForkDefinitionAccess().getBaseForkForkDefinitionQualifiedNameParserRuleCall_7_0_1_2_0_1()); pushFollow(FOLLOW_2); @@ -44671,17 +43875,17 @@ public final void rule__ForkDefinition__BaseForkAssignment_7_0_1_2() throws Reco // $ANTLR start "rule__ForkDefinition__ParametersAssignment_8_0" - // InternalDSL.g:16536:1: rule__ForkDefinition__ParametersAssignment_8_0 : ( ruleForkParameter ) ; + // InternalDSL.g:16238:1: rule__ForkDefinition__ParametersAssignment_8_0 : ( ruleForkParameter ) ; public final void rule__ForkDefinition__ParametersAssignment_8_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16540:1: ( ( ruleForkParameter ) ) - // InternalDSL.g:16541:1: ( ruleForkParameter ) + // InternalDSL.g:16242:1: ( ( ruleForkParameter ) ) + // InternalDSL.g:16243:1: ( ruleForkParameter ) { - // InternalDSL.g:16541:1: ( ruleForkParameter ) - // InternalDSL.g:16542:1: ruleForkParameter + // InternalDSL.g:16243:1: ( ruleForkParameter ) + // InternalDSL.g:16244:1: ruleForkParameter { before(grammarAccess.getForkDefinitionAccess().getParametersForkParameterParserRuleCall_8_0_0()); pushFollow(FOLLOW_2); @@ -44712,17 +43916,17 @@ public final void rule__ForkDefinition__ParametersAssignment_8_0() throws Recogn // $ANTLR start "rule__ForkParameter__NameAssignment_0" - // InternalDSL.g:16551:1: rule__ForkParameter__NameAssignment_0 : ( ruleFixedParameterName ) ; + // InternalDSL.g:16253:1: rule__ForkParameter__NameAssignment_0 : ( ruleFixedParameterName ) ; public final void rule__ForkParameter__NameAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16555:1: ( ( ruleFixedParameterName ) ) - // InternalDSL.g:16556:1: ( ruleFixedParameterName ) + // InternalDSL.g:16257:1: ( ( ruleFixedParameterName ) ) + // InternalDSL.g:16258:1: ( ruleFixedParameterName ) { - // InternalDSL.g:16556:1: ( ruleFixedParameterName ) - // InternalDSL.g:16557:1: ruleFixedParameterName + // InternalDSL.g:16258:1: ( ruleFixedParameterName ) + // InternalDSL.g:16259:1: ruleFixedParameterName { before(grammarAccess.getForkParameterAccess().getNameFixedParameterNameParserRuleCall_0_0()); pushFollow(FOLLOW_2); @@ -44753,17 +43957,17 @@ public final void rule__ForkParameter__NameAssignment_0() throws RecognitionExce // $ANTLR start "rule__ForkParameter__ValueAssignment_4" - // InternalDSL.g:16566:1: rule__ForkParameter__ValueAssignment_4 : ( ruleValueOrEnumValueOrOperation ) ; + // InternalDSL.g:16268:1: rule__ForkParameter__ValueAssignment_4 : ( ruleValueOrEnumValueOrOperation ) ; public final void rule__ForkParameter__ValueAssignment_4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16570:1: ( ( ruleValueOrEnumValueOrOperation ) ) - // InternalDSL.g:16571:1: ( ruleValueOrEnumValueOrOperation ) + // InternalDSL.g:16272:1: ( ( ruleValueOrEnumValueOrOperation ) ) + // InternalDSL.g:16273:1: ( ruleValueOrEnumValueOrOperation ) { - // InternalDSL.g:16571:1: ( ruleValueOrEnumValueOrOperation ) - // InternalDSL.g:16572:1: ruleValueOrEnumValueOrOperation + // InternalDSL.g:16273:1: ( ruleValueOrEnumValueOrOperation ) + // InternalDSL.g:16274:1: ruleValueOrEnumValueOrOperation { before(grammarAccess.getForkParameterAccess().getValueValueOrEnumValueOrOperationParserRuleCall_4_0()); pushFollow(FOLLOW_2); @@ -44794,17 +43998,17 @@ public final void rule__ForkParameter__ValueAssignment_4() throws RecognitionExc // $ANTLR start "rule__VariantDefinition__DocumentationAssignment_0" - // InternalDSL.g:16581:1: rule__VariantDefinition__DocumentationAssignment_0 : ( ruleDocumentationComment ) ; + // InternalDSL.g:16283:1: rule__VariantDefinition__DocumentationAssignment_0 : ( ruleDocumentationComment ) ; public final void rule__VariantDefinition__DocumentationAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16585:1: ( ( ruleDocumentationComment ) ) - // InternalDSL.g:16586:1: ( ruleDocumentationComment ) + // InternalDSL.g:16287:1: ( ( ruleDocumentationComment ) ) + // InternalDSL.g:16288:1: ( ruleDocumentationComment ) { - // InternalDSL.g:16586:1: ( ruleDocumentationComment ) - // InternalDSL.g:16587:1: ruleDocumentationComment + // InternalDSL.g:16288:1: ( ruleDocumentationComment ) + // InternalDSL.g:16289:1: ruleDocumentationComment { before(grammarAccess.getVariantDefinitionAccess().getDocumentationDocumentationCommentParserRuleCall_0_0()); pushFollow(FOLLOW_2); @@ -44835,17 +44039,17 @@ public final void rule__VariantDefinition__DocumentationAssignment_0() throws Re // $ANTLR start "rule__VariantDefinition__NameAssignment_3" - // InternalDSL.g:16596:1: rule__VariantDefinition__NameAssignment_3 : ( ruleQualifiedName ) ; + // InternalDSL.g:16298:1: rule__VariantDefinition__NameAssignment_3 : ( ruleQualifiedName ) ; public final void rule__VariantDefinition__NameAssignment_3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16600:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:16601:1: ( ruleQualifiedName ) + // InternalDSL.g:16302:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:16303:1: ( ruleQualifiedName ) { - // InternalDSL.g:16601:1: ( ruleQualifiedName ) - // InternalDSL.g:16602:1: ruleQualifiedName + // InternalDSL.g:16303:1: ( ruleQualifiedName ) + // InternalDSL.g:16304:1: ruleQualifiedName { before(grammarAccess.getVariantDefinitionAccess().getNameQualifiedNameParserRuleCall_3_0()); pushFollow(FOLLOW_2); @@ -44876,17 +44080,17 @@ public final void rule__VariantDefinition__NameAssignment_3() throws Recognition // $ANTLR start "rule__VariantDefinition__DescriptionAssignment_5_0" - // InternalDSL.g:16611:1: rule__VariantDefinition__DescriptionAssignment_5_0 : ( RULE_STRING ) ; + // InternalDSL.g:16313:1: rule__VariantDefinition__DescriptionAssignment_5_0 : ( RULE_STRING ) ; public final void rule__VariantDefinition__DescriptionAssignment_5_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16615:1: ( ( RULE_STRING ) ) - // InternalDSL.g:16616:1: ( RULE_STRING ) + // InternalDSL.g:16317:1: ( ( RULE_STRING ) ) + // InternalDSL.g:16318:1: ( RULE_STRING ) { - // InternalDSL.g:16616:1: ( RULE_STRING ) - // InternalDSL.g:16617:1: RULE_STRING + // InternalDSL.g:16318:1: ( RULE_STRING ) + // InternalDSL.g:16319:1: RULE_STRING { before(grammarAccess.getVariantDefinitionAccess().getDescriptionSTRINGTerminalRuleCall_5_0_0()); match(input,RULE_STRING,FOLLOW_2); @@ -44913,17 +44117,17 @@ public final void rule__VariantDefinition__DescriptionAssignment_5_0() throws Re // $ANTLR start "rule__TestDefinition__DocumentationAssignment_0" - // InternalDSL.g:16626:1: rule__TestDefinition__DocumentationAssignment_0 : ( ruleDocumentationComment ) ; + // InternalDSL.g:16328:1: rule__TestDefinition__DocumentationAssignment_0 : ( ruleDocumentationComment ) ; public final void rule__TestDefinition__DocumentationAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16630:1: ( ( ruleDocumentationComment ) ) - // InternalDSL.g:16631:1: ( ruleDocumentationComment ) + // InternalDSL.g:16332:1: ( ( ruleDocumentationComment ) ) + // InternalDSL.g:16333:1: ( ruleDocumentationComment ) { - // InternalDSL.g:16631:1: ( ruleDocumentationComment ) - // InternalDSL.g:16632:1: ruleDocumentationComment + // InternalDSL.g:16333:1: ( ruleDocumentationComment ) + // InternalDSL.g:16334:1: ruleDocumentationComment { before(grammarAccess.getTestDefinitionAccess().getDocumentationDocumentationCommentParserRuleCall_0_0()); pushFollow(FOLLOW_2); @@ -44954,17 +44158,17 @@ public final void rule__TestDefinition__DocumentationAssignment_0() throws Recog // $ANTLR start "rule__TestDefinition__NameAssignment_3" - // InternalDSL.g:16641:1: rule__TestDefinition__NameAssignment_3 : ( ruleQualifiedName ) ; + // InternalDSL.g:16343:1: rule__TestDefinition__NameAssignment_3 : ( ruleQualifiedName ) ; public final void rule__TestDefinition__NameAssignment_3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16645:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:16646:1: ( ruleQualifiedName ) + // InternalDSL.g:16347:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:16348:1: ( ruleQualifiedName ) { - // InternalDSL.g:16646:1: ( ruleQualifiedName ) - // InternalDSL.g:16647:1: ruleQualifiedName + // InternalDSL.g:16348:1: ( ruleQualifiedName ) + // InternalDSL.g:16349:1: ruleQualifiedName { before(grammarAccess.getTestDefinitionAccess().getNameQualifiedNameParserRuleCall_3_0()); pushFollow(FOLLOW_2); @@ -44995,17 +44199,17 @@ public final void rule__TestDefinition__NameAssignment_3() throws RecognitionExc // $ANTLR start "rule__TestDefinition__FixtureMethodAssignment_7" - // InternalDSL.g:16656:1: rule__TestDefinition__FixtureMethodAssignment_7 : ( ruleMethodReference ) ; + // InternalDSL.g:16358:1: rule__TestDefinition__FixtureMethodAssignment_7 : ( ruleMethodReference ) ; public final void rule__TestDefinition__FixtureMethodAssignment_7() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16660:1: ( ( ruleMethodReference ) ) - // InternalDSL.g:16661:1: ( ruleMethodReference ) + // InternalDSL.g:16362:1: ( ( ruleMethodReference ) ) + // InternalDSL.g:16363:1: ( ruleMethodReference ) { - // InternalDSL.g:16661:1: ( ruleMethodReference ) - // InternalDSL.g:16662:1: ruleMethodReference + // InternalDSL.g:16363:1: ( ruleMethodReference ) + // InternalDSL.g:16364:1: ruleMethodReference { before(grammarAccess.getTestDefinitionAccess().getFixtureMethodMethodReferenceParserRuleCall_7_0()); pushFollow(FOLLOW_2); @@ -45036,17 +44240,17 @@ public final void rule__TestDefinition__FixtureMethodAssignment_7() throws Recog // $ANTLR start "rule__CallDefinition__DocumentationAssignment_0" - // InternalDSL.g:16671:1: rule__CallDefinition__DocumentationAssignment_0 : ( ruleDocumentationComment ) ; + // InternalDSL.g:16373:1: rule__CallDefinition__DocumentationAssignment_0 : ( ruleDocumentationComment ) ; public final void rule__CallDefinition__DocumentationAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16675:1: ( ( ruleDocumentationComment ) ) - // InternalDSL.g:16676:1: ( ruleDocumentationComment ) + // InternalDSL.g:16377:1: ( ( ruleDocumentationComment ) ) + // InternalDSL.g:16378:1: ( ruleDocumentationComment ) { - // InternalDSL.g:16676:1: ( ruleDocumentationComment ) - // InternalDSL.g:16677:1: ruleDocumentationComment + // InternalDSL.g:16378:1: ( ruleDocumentationComment ) + // InternalDSL.g:16379:1: ruleDocumentationComment { before(grammarAccess.getCallDefinitionAccess().getDocumentationDocumentationCommentParserRuleCall_0_0()); pushFollow(FOLLOW_2); @@ -45077,17 +44281,17 @@ public final void rule__CallDefinition__DocumentationAssignment_0() throws Recog // $ANTLR start "rule__CallDefinition__NameAssignment_3" - // InternalDSL.g:16686:1: rule__CallDefinition__NameAssignment_3 : ( ruleQualifiedName ) ; + // InternalDSL.g:16388:1: rule__CallDefinition__NameAssignment_3 : ( ruleQualifiedName ) ; public final void rule__CallDefinition__NameAssignment_3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16690:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:16691:1: ( ruleQualifiedName ) + // InternalDSL.g:16392:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:16393:1: ( ruleQualifiedName ) { - // InternalDSL.g:16691:1: ( ruleQualifiedName ) - // InternalDSL.g:16692:1: ruleQualifiedName + // InternalDSL.g:16393:1: ( ruleQualifiedName ) + // InternalDSL.g:16394:1: ruleQualifiedName { before(grammarAccess.getCallDefinitionAccess().getNameQualifiedNameParserRuleCall_3_0()); pushFollow(FOLLOW_2); @@ -45118,17 +44322,17 @@ public final void rule__CallDefinition__NameAssignment_3() throws RecognitionExc // $ANTLR start "rule__CallDefinition__FixtureMethodAssignment_7" - // InternalDSL.g:16701:1: rule__CallDefinition__FixtureMethodAssignment_7 : ( ruleMethodReference ) ; + // InternalDSL.g:16403:1: rule__CallDefinition__FixtureMethodAssignment_7 : ( ruleMethodReference ) ; public final void rule__CallDefinition__FixtureMethodAssignment_7() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16705:1: ( ( ruleMethodReference ) ) - // InternalDSL.g:16706:1: ( ruleMethodReference ) + // InternalDSL.g:16407:1: ( ( ruleMethodReference ) ) + // InternalDSL.g:16408:1: ( ruleMethodReference ) { - // InternalDSL.g:16706:1: ( ruleMethodReference ) - // InternalDSL.g:16707:1: ruleMethodReference + // InternalDSL.g:16408:1: ( ruleMethodReference ) + // InternalDSL.g:16409:1: ruleMethodReference { before(grammarAccess.getCallDefinitionAccess().getFixtureMethodMethodReferenceParserRuleCall_7_0()); pushFollow(FOLLOW_2); @@ -45159,17 +44363,17 @@ public final void rule__CallDefinition__FixtureMethodAssignment_7() throws Recog // $ANTLR start "rule__SuiteDefinition__DocumentationAssignment_0" - // InternalDSL.g:16716:1: rule__SuiteDefinition__DocumentationAssignment_0 : ( ruleDocumentationComment ) ; + // InternalDSL.g:16418:1: rule__SuiteDefinition__DocumentationAssignment_0 : ( ruleDocumentationComment ) ; public final void rule__SuiteDefinition__DocumentationAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16720:1: ( ( ruleDocumentationComment ) ) - // InternalDSL.g:16721:1: ( ruleDocumentationComment ) + // InternalDSL.g:16422:1: ( ( ruleDocumentationComment ) ) + // InternalDSL.g:16423:1: ( ruleDocumentationComment ) { - // InternalDSL.g:16721:1: ( ruleDocumentationComment ) - // InternalDSL.g:16722:1: ruleDocumentationComment + // InternalDSL.g:16423:1: ( ruleDocumentationComment ) + // InternalDSL.g:16424:1: ruleDocumentationComment { before(grammarAccess.getSuiteDefinitionAccess().getDocumentationDocumentationCommentParserRuleCall_0_0()); pushFollow(FOLLOW_2); @@ -45200,24 +44404,24 @@ public final void rule__SuiteDefinition__DocumentationAssignment_0() throws Reco // $ANTLR start "rule__SuiteDefinition__PrivateAssignment_1" - // InternalDSL.g:16731:1: rule__SuiteDefinition__PrivateAssignment_1 : ( ( 'private' ) ) ; + // InternalDSL.g:16433:1: rule__SuiteDefinition__PrivateAssignment_1 : ( ( 'private' ) ) ; public final void rule__SuiteDefinition__PrivateAssignment_1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16735:1: ( ( ( 'private' ) ) ) - // InternalDSL.g:16736:1: ( ( 'private' ) ) + // InternalDSL.g:16437:1: ( ( ( 'private' ) ) ) + // InternalDSL.g:16438:1: ( ( 'private' ) ) { - // InternalDSL.g:16736:1: ( ( 'private' ) ) - // InternalDSL.g:16737:1: ( 'private' ) + // InternalDSL.g:16438:1: ( ( 'private' ) ) + // InternalDSL.g:16439:1: ( 'private' ) { before(grammarAccess.getSuiteDefinitionAccess().getPrivatePrivateKeyword_1_0()); - // InternalDSL.g:16738:1: ( 'private' ) - // InternalDSL.g:16739:1: 'private' + // InternalDSL.g:16440:1: ( 'private' ) + // InternalDSL.g:16441:1: 'private' { before(grammarAccess.getSuiteDefinitionAccess().getPrivatePrivateKeyword_1_0()); - match(input,103,FOLLOW_2); + match(input,83,FOLLOW_2); after(grammarAccess.getSuiteDefinitionAccess().getPrivatePrivateKeyword_1_0()); } @@ -45245,24 +44449,24 @@ public final void rule__SuiteDefinition__PrivateAssignment_1() throws Recognitio // $ANTLR start "rule__SuiteDefinition__SingleRunAssignment_2" - // InternalDSL.g:16754:1: rule__SuiteDefinition__SingleRunAssignment_2 : ( ( 'single-run' ) ) ; + // InternalDSL.g:16456:1: rule__SuiteDefinition__SingleRunAssignment_2 : ( ( 'single-run' ) ) ; public final void rule__SuiteDefinition__SingleRunAssignment_2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16758:1: ( ( ( 'single-run' ) ) ) - // InternalDSL.g:16759:1: ( ( 'single-run' ) ) + // InternalDSL.g:16460:1: ( ( ( 'single-run' ) ) ) + // InternalDSL.g:16461:1: ( ( 'single-run' ) ) { - // InternalDSL.g:16759:1: ( ( 'single-run' ) ) - // InternalDSL.g:16760:1: ( 'single-run' ) + // InternalDSL.g:16461:1: ( ( 'single-run' ) ) + // InternalDSL.g:16462:1: ( 'single-run' ) { before(grammarAccess.getSuiteDefinitionAccess().getSingleRunSingleRunKeyword_2_0()); - // InternalDSL.g:16761:1: ( 'single-run' ) - // InternalDSL.g:16762:1: 'single-run' + // InternalDSL.g:16463:1: ( 'single-run' ) + // InternalDSL.g:16464:1: 'single-run' { before(grammarAccess.getSuiteDefinitionAccess().getSingleRunSingleRunKeyword_2_0()); - match(input,104,FOLLOW_2); + match(input,84,FOLLOW_2); after(grammarAccess.getSuiteDefinitionAccess().getSingleRunSingleRunKeyword_2_0()); } @@ -45290,24 +44494,24 @@ public final void rule__SuiteDefinition__SingleRunAssignment_2() throws Recognit // $ANTLR start "rule__SuiteDefinition__InlinedAssignment_3" - // InternalDSL.g:16777:1: rule__SuiteDefinition__InlinedAssignment_3 : ( ( 'inlined' ) ) ; + // InternalDSL.g:16479:1: rule__SuiteDefinition__InlinedAssignment_3 : ( ( 'inlined' ) ) ; public final void rule__SuiteDefinition__InlinedAssignment_3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16781:1: ( ( ( 'inlined' ) ) ) - // InternalDSL.g:16782:1: ( ( 'inlined' ) ) + // InternalDSL.g:16483:1: ( ( ( 'inlined' ) ) ) + // InternalDSL.g:16484:1: ( ( 'inlined' ) ) { - // InternalDSL.g:16782:1: ( ( 'inlined' ) ) - // InternalDSL.g:16783:1: ( 'inlined' ) + // InternalDSL.g:16484:1: ( ( 'inlined' ) ) + // InternalDSL.g:16485:1: ( 'inlined' ) { before(grammarAccess.getSuiteDefinitionAccess().getInlinedInlinedKeyword_3_0()); - // InternalDSL.g:16784:1: ( 'inlined' ) - // InternalDSL.g:16785:1: 'inlined' + // InternalDSL.g:16486:1: ( 'inlined' ) + // InternalDSL.g:16487:1: 'inlined' { before(grammarAccess.getSuiteDefinitionAccess().getInlinedInlinedKeyword_3_0()); - match(input,105,FOLLOW_2); + match(input,85,FOLLOW_2); after(grammarAccess.getSuiteDefinitionAccess().getInlinedInlinedKeyword_3_0()); } @@ -45335,17 +44539,17 @@ public final void rule__SuiteDefinition__InlinedAssignment_3() throws Recognitio // $ANTLR start "rule__SuiteDefinition__NameAssignment_6" - // InternalDSL.g:16800:1: rule__SuiteDefinition__NameAssignment_6 : ( ruleQualifiedName ) ; + // InternalDSL.g:16502:1: rule__SuiteDefinition__NameAssignment_6 : ( ruleQualifiedName ) ; public final void rule__SuiteDefinition__NameAssignment_6() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16804:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:16805:1: ( ruleQualifiedName ) + // InternalDSL.g:16506:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:16507:1: ( ruleQualifiedName ) { - // InternalDSL.g:16805:1: ( ruleQualifiedName ) - // InternalDSL.g:16806:1: ruleQualifiedName + // InternalDSL.g:16507:1: ( ruleQualifiedName ) + // InternalDSL.g:16508:1: ruleQualifiedName { before(grammarAccess.getSuiteDefinitionAccess().getNameQualifiedNameParserRuleCall_6_0()); pushFollow(FOLLOW_2); @@ -45376,17 +44580,17 @@ public final void rule__SuiteDefinition__NameAssignment_6() throws RecognitionEx // $ANTLR start "rule__SuiteDefinition__ParametersAssignment_8_1_0" - // InternalDSL.g:16815:1: rule__SuiteDefinition__ParametersAssignment_8_1_0 : ( ruleSuiteParameterDefinition ) ; + // InternalDSL.g:16517:1: rule__SuiteDefinition__ParametersAssignment_8_1_0 : ( ruleSuiteParameterDefinition ) ; public final void rule__SuiteDefinition__ParametersAssignment_8_1_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16819:1: ( ( ruleSuiteParameterDefinition ) ) - // InternalDSL.g:16820:1: ( ruleSuiteParameterDefinition ) + // InternalDSL.g:16521:1: ( ( ruleSuiteParameterDefinition ) ) + // InternalDSL.g:16522:1: ( ruleSuiteParameterDefinition ) { - // InternalDSL.g:16820:1: ( ruleSuiteParameterDefinition ) - // InternalDSL.g:16821:1: ruleSuiteParameterDefinition + // InternalDSL.g:16522:1: ( ruleSuiteParameterDefinition ) + // InternalDSL.g:16523:1: ruleSuiteParameterDefinition { before(grammarAccess.getSuiteDefinitionAccess().getParametersSuiteParameterDefinitionParserRuleCall_8_1_0_0()); pushFollow(FOLLOW_2); @@ -45417,17 +44621,17 @@ public final void rule__SuiteDefinition__ParametersAssignment_8_1_0() throws Rec // $ANTLR start "rule__SuiteDefinition__ReturnAssignment_9_1_0" - // InternalDSL.g:16830:1: rule__SuiteDefinition__ReturnAssignment_9_1_0 : ( ruleSuiteReturnDefinition ) ; + // InternalDSL.g:16532:1: rule__SuiteDefinition__ReturnAssignment_9_1_0 : ( ruleSuiteReturnDefinition ) ; public final void rule__SuiteDefinition__ReturnAssignment_9_1_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16834:1: ( ( ruleSuiteReturnDefinition ) ) - // InternalDSL.g:16835:1: ( ruleSuiteReturnDefinition ) + // InternalDSL.g:16536:1: ( ( ruleSuiteReturnDefinition ) ) + // InternalDSL.g:16537:1: ( ruleSuiteReturnDefinition ) { - // InternalDSL.g:16835:1: ( ruleSuiteReturnDefinition ) - // InternalDSL.g:16836:1: ruleSuiteReturnDefinition + // InternalDSL.g:16537:1: ( ruleSuiteReturnDefinition ) + // InternalDSL.g:16538:1: ruleSuiteReturnDefinition { before(grammarAccess.getSuiteDefinitionAccess().getReturnSuiteReturnDefinitionParserRuleCall_9_1_0_0()); pushFollow(FOLLOW_2); @@ -45458,21 +44662,21 @@ public final void rule__SuiteDefinition__ReturnAssignment_9_1_0() throws Recogni // $ANTLR start "rule__SuiteDefinition__DependenciesAssignment_10_2_0" - // InternalDSL.g:16845:1: rule__SuiteDefinition__DependenciesAssignment_10_2_0 : ( ( ruleQualifiedName ) ) ; + // InternalDSL.g:16547:1: rule__SuiteDefinition__DependenciesAssignment_10_2_0 : ( ( ruleQualifiedName ) ) ; public final void rule__SuiteDefinition__DependenciesAssignment_10_2_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16849:1: ( ( ( ruleQualifiedName ) ) ) - // InternalDSL.g:16850:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:16551:1: ( ( ( ruleQualifiedName ) ) ) + // InternalDSL.g:16552:1: ( ( ruleQualifiedName ) ) { - // InternalDSL.g:16850:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:16851:1: ( ruleQualifiedName ) + // InternalDSL.g:16552:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:16553:1: ( ruleQualifiedName ) { before(grammarAccess.getSuiteDefinitionAccess().getDependenciesSuiteDefinitionCrossReference_10_2_0_0()); - // InternalDSL.g:16852:1: ( ruleQualifiedName ) - // InternalDSL.g:16853:1: ruleQualifiedName + // InternalDSL.g:16554:1: ( ruleQualifiedName ) + // InternalDSL.g:16555:1: ruleQualifiedName { before(grammarAccess.getSuiteDefinitionAccess().getDependenciesSuiteDefinitionQualifiedNameParserRuleCall_10_2_0_0_1()); pushFollow(FOLLOW_2); @@ -45507,21 +44711,21 @@ public final void rule__SuiteDefinition__DependenciesAssignment_10_2_0() throws // $ANTLR start "rule__SuiteDefinition__FinalizersAssignment_11_2_0" - // InternalDSL.g:16864:1: rule__SuiteDefinition__FinalizersAssignment_11_2_0 : ( ( ruleQualifiedName ) ) ; + // InternalDSL.g:16566:1: rule__SuiteDefinition__FinalizersAssignment_11_2_0 : ( ( ruleQualifiedName ) ) ; public final void rule__SuiteDefinition__FinalizersAssignment_11_2_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16868:1: ( ( ( ruleQualifiedName ) ) ) - // InternalDSL.g:16869:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:16570:1: ( ( ( ruleQualifiedName ) ) ) + // InternalDSL.g:16571:1: ( ( ruleQualifiedName ) ) { - // InternalDSL.g:16869:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:16870:1: ( ruleQualifiedName ) + // InternalDSL.g:16571:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:16572:1: ( ruleQualifiedName ) { before(grammarAccess.getSuiteDefinitionAccess().getFinalizersSuiteDefinitionCrossReference_11_2_0_0()); - // InternalDSL.g:16871:1: ( ruleQualifiedName ) - // InternalDSL.g:16872:1: ruleQualifiedName + // InternalDSL.g:16573:1: ( ruleQualifiedName ) + // InternalDSL.g:16574:1: ruleQualifiedName { before(grammarAccess.getSuiteDefinitionAccess().getFinalizersSuiteDefinitionQualifiedNameParserRuleCall_11_2_0_0_1()); pushFollow(FOLLOW_2); @@ -45556,17 +44760,17 @@ public final void rule__SuiteDefinition__FinalizersAssignment_11_2_0() throws Re // $ANTLR start "rule__SuiteDefinition__StatementsAssignment_14" - // InternalDSL.g:16883:1: rule__SuiteDefinition__StatementsAssignment_14 : ( ruleSuiteStatement ) ; + // InternalDSL.g:16585:1: rule__SuiteDefinition__StatementsAssignment_14 : ( ruleSuiteStatement ) ; public final void rule__SuiteDefinition__StatementsAssignment_14() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16887:1: ( ( ruleSuiteStatement ) ) - // InternalDSL.g:16888:1: ( ruleSuiteStatement ) + // InternalDSL.g:16589:1: ( ( ruleSuiteStatement ) ) + // InternalDSL.g:16590:1: ( ruleSuiteStatement ) { - // InternalDSL.g:16888:1: ( ruleSuiteStatement ) - // InternalDSL.g:16889:1: ruleSuiteStatement + // InternalDSL.g:16590:1: ( ruleSuiteStatement ) + // InternalDSL.g:16591:1: ruleSuiteStatement { before(grammarAccess.getSuiteDefinitionAccess().getStatementsSuiteStatementParserRuleCall_14_0()); pushFollow(FOLLOW_2); @@ -45597,17 +44801,17 @@ public final void rule__SuiteDefinition__StatementsAssignment_14() throws Recogn // $ANTLR start "rule__SuiteParameterDefinition__NameAssignment_0" - // InternalDSL.g:16898:1: rule__SuiteParameterDefinition__NameAssignment_0 : ( ruleVariableEntity ) ; + // InternalDSL.g:16600:1: rule__SuiteParameterDefinition__NameAssignment_0 : ( ruleVariableEntity ) ; public final void rule__SuiteParameterDefinition__NameAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16902:1: ( ( ruleVariableEntity ) ) - // InternalDSL.g:16903:1: ( ruleVariableEntity ) + // InternalDSL.g:16604:1: ( ( ruleVariableEntity ) ) + // InternalDSL.g:16605:1: ( ruleVariableEntity ) { - // InternalDSL.g:16903:1: ( ruleVariableEntity ) - // InternalDSL.g:16904:1: ruleVariableEntity + // InternalDSL.g:16605:1: ( ruleVariableEntity ) + // InternalDSL.g:16606:1: ruleVariableEntity { before(grammarAccess.getSuiteParameterDefinitionAccess().getNameVariableEntityParserRuleCall_0_0()); pushFollow(FOLLOW_2); @@ -45638,17 +44842,17 @@ public final void rule__SuiteParameterDefinition__NameAssignment_0() throws Reco // $ANTLR start "rule__SuiteParameterDefinition__DefaultAssignment_1_2" - // InternalDSL.g:16913:1: rule__SuiteParameterDefinition__DefaultAssignment_1_2 : ( ruleValueOrEnumValueOrOperationCollection ) ; + // InternalDSL.g:16615:1: rule__SuiteParameterDefinition__DefaultAssignment_1_2 : ( ruleValueOrEnumValueOrOperationCollection ) ; public final void rule__SuiteParameterDefinition__DefaultAssignment_1_2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16917:1: ( ( ruleValueOrEnumValueOrOperationCollection ) ) - // InternalDSL.g:16918:1: ( ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:16619:1: ( ( ruleValueOrEnumValueOrOperationCollection ) ) + // InternalDSL.g:16620:1: ( ruleValueOrEnumValueOrOperationCollection ) { - // InternalDSL.g:16918:1: ( ruleValueOrEnumValueOrOperationCollection ) - // InternalDSL.g:16919:1: ruleValueOrEnumValueOrOperationCollection + // InternalDSL.g:16620:1: ( ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:16621:1: ruleValueOrEnumValueOrOperationCollection { before(grammarAccess.getSuiteParameterDefinitionAccess().getDefaultValueOrEnumValueOrOperationCollectionParserRuleCall_1_2_0()); pushFollow(FOLLOW_2); @@ -45679,17 +44883,17 @@ public final void rule__SuiteParameterDefinition__DefaultAssignment_1_2() throws // $ANTLR start "rule__SuiteReturnDefinition__NameAssignment" - // InternalDSL.g:16928:1: rule__SuiteReturnDefinition__NameAssignment : ( ruleVariableEntity ) ; + // InternalDSL.g:16630:1: rule__SuiteReturnDefinition__NameAssignment : ( ruleVariableEntity ) ; public final void rule__SuiteReturnDefinition__NameAssignment() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16932:1: ( ( ruleVariableEntity ) ) - // InternalDSL.g:16933:1: ( ruleVariableEntity ) + // InternalDSL.g:16634:1: ( ( ruleVariableEntity ) ) + // InternalDSL.g:16635:1: ( ruleVariableEntity ) { - // InternalDSL.g:16933:1: ( ruleVariableEntity ) - // InternalDSL.g:16934:1: ruleVariableEntity + // InternalDSL.g:16635:1: ( ruleVariableEntity ) + // InternalDSL.g:16636:1: ruleVariableEntity { before(grammarAccess.getSuiteReturnDefinitionAccess().getNameVariableEntityParserRuleCall_0()); pushFollow(FOLLOW_2); @@ -45720,17 +44924,17 @@ public final void rule__SuiteReturnDefinition__NameAssignment() throws Recogniti // $ANTLR start "rule__OperationDefinition__NameAssignment_2" - // InternalDSL.g:16943:1: rule__OperationDefinition__NameAssignment_2 : ( ruleQualifiedName ) ; + // InternalDSL.g:16645:1: rule__OperationDefinition__NameAssignment_2 : ( ruleQualifiedName ) ; public final void rule__OperationDefinition__NameAssignment_2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16947:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:16948:1: ( ruleQualifiedName ) + // InternalDSL.g:16649:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:16650:1: ( ruleQualifiedName ) { - // InternalDSL.g:16948:1: ( ruleQualifiedName ) - // InternalDSL.g:16949:1: ruleQualifiedName + // InternalDSL.g:16650:1: ( ruleQualifiedName ) + // InternalDSL.g:16651:1: ruleQualifiedName { before(grammarAccess.getOperationDefinitionAccess().getNameQualifiedNameParserRuleCall_2_0()); pushFollow(FOLLOW_2); @@ -45761,17 +44965,17 @@ public final void rule__OperationDefinition__NameAssignment_2() throws Recogniti // $ANTLR start "rule__OperationDefinition__OperationTypeAssignment_6" - // InternalDSL.g:16958:1: rule__OperationDefinition__OperationTypeAssignment_6 : ( ruleJavaClassReference ) ; + // InternalDSL.g:16660:1: rule__OperationDefinition__OperationTypeAssignment_6 : ( ruleJavaClassReference ) ; public final void rule__OperationDefinition__OperationTypeAssignment_6() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16962:1: ( ( ruleJavaClassReference ) ) - // InternalDSL.g:16963:1: ( ruleJavaClassReference ) + // InternalDSL.g:16664:1: ( ( ruleJavaClassReference ) ) + // InternalDSL.g:16665:1: ( ruleJavaClassReference ) { - // InternalDSL.g:16963:1: ( ruleJavaClassReference ) - // InternalDSL.g:16964:1: ruleJavaClassReference + // InternalDSL.g:16665:1: ( ruleJavaClassReference ) + // InternalDSL.g:16666:1: ruleJavaClassReference { before(grammarAccess.getOperationDefinitionAccess().getOperationTypeJavaClassReferenceParserRuleCall_6_0()); pushFollow(FOLLOW_2); @@ -45802,24 +45006,24 @@ public final void rule__OperationDefinition__OperationTypeAssignment_6() throws // $ANTLR start "rule__VariableDefinition__PrivateAssignment_0" - // InternalDSL.g:16973:1: rule__VariableDefinition__PrivateAssignment_0 : ( ( 'private' ) ) ; + // InternalDSL.g:16675:1: rule__VariableDefinition__PrivateAssignment_0 : ( ( 'private' ) ) ; public final void rule__VariableDefinition__PrivateAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:16977:1: ( ( ( 'private' ) ) ) - // InternalDSL.g:16978:1: ( ( 'private' ) ) + // InternalDSL.g:16679:1: ( ( ( 'private' ) ) ) + // InternalDSL.g:16680:1: ( ( 'private' ) ) { - // InternalDSL.g:16978:1: ( ( 'private' ) ) - // InternalDSL.g:16979:1: ( 'private' ) + // InternalDSL.g:16680:1: ( ( 'private' ) ) + // InternalDSL.g:16681:1: ( 'private' ) { before(grammarAccess.getVariableDefinitionAccess().getPrivatePrivateKeyword_0_0()); - // InternalDSL.g:16980:1: ( 'private' ) - // InternalDSL.g:16981:1: 'private' + // InternalDSL.g:16682:1: ( 'private' ) + // InternalDSL.g:16683:1: 'private' { before(grammarAccess.getVariableDefinitionAccess().getPrivatePrivateKeyword_0_0()); - match(input,103,FOLLOW_2); + match(input,83,FOLLOW_2); after(grammarAccess.getVariableDefinitionAccess().getPrivatePrivateKeyword_0_0()); } @@ -45847,17 +45051,17 @@ public final void rule__VariableDefinition__PrivateAssignment_0() throws Recogni // $ANTLR start "rule__VariableDefinition__NameAssignment_3" - // InternalDSL.g:16996:1: rule__VariableDefinition__NameAssignment_3 : ( ruleVariableEntity ) ; + // InternalDSL.g:16698:1: rule__VariableDefinition__NameAssignment_3 : ( ruleVariableEntity ) ; public final void rule__VariableDefinition__NameAssignment_3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17000:1: ( ( ruleVariableEntity ) ) - // InternalDSL.g:17001:1: ( ruleVariableEntity ) + // InternalDSL.g:16702:1: ( ( ruleVariableEntity ) ) + // InternalDSL.g:16703:1: ( ruleVariableEntity ) { - // InternalDSL.g:17001:1: ( ruleVariableEntity ) - // InternalDSL.g:17002:1: ruleVariableEntity + // InternalDSL.g:16703:1: ( ruleVariableEntity ) + // InternalDSL.g:16704:1: ruleVariableEntity { before(grammarAccess.getVariableDefinitionAccess().getNameVariableEntityParserRuleCall_3_0()); pushFollow(FOLLOW_2); @@ -45888,17 +45092,17 @@ public final void rule__VariableDefinition__NameAssignment_3() throws Recognitio // $ANTLR start "rule__VariableDefinition__InitialValueAssignment_5_2" - // InternalDSL.g:17011:1: rule__VariableDefinition__InitialValueAssignment_5_2 : ( ruleValueOrEnumValueOrOperationCollection ) ; + // InternalDSL.g:16713:1: rule__VariableDefinition__InitialValueAssignment_5_2 : ( ruleValueOrEnumValueOrOperationCollection ) ; public final void rule__VariableDefinition__InitialValueAssignment_5_2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17015:1: ( ( ruleValueOrEnumValueOrOperationCollection ) ) - // InternalDSL.g:17016:1: ( ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:16717:1: ( ( ruleValueOrEnumValueOrOperationCollection ) ) + // InternalDSL.g:16718:1: ( ruleValueOrEnumValueOrOperationCollection ) { - // InternalDSL.g:17016:1: ( ruleValueOrEnumValueOrOperationCollection ) - // InternalDSL.g:17017:1: ruleValueOrEnumValueOrOperationCollection + // InternalDSL.g:16718:1: ( ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:16719:1: ruleValueOrEnumValueOrOperationCollection { before(grammarAccess.getVariableDefinitionAccess().getInitialValueValueOrEnumValueOrOperationCollectionParserRuleCall_5_2_0()); pushFollow(FOLLOW_2); @@ -45929,17 +45133,17 @@ public final void rule__VariableDefinition__InitialValueAssignment_5_2() throws // $ANTLR start "rule__ConstantDefinition__DocumentationAssignment_0" - // InternalDSL.g:17026:1: rule__ConstantDefinition__DocumentationAssignment_0 : ( ruleDocumentationComment ) ; + // InternalDSL.g:16728:1: rule__ConstantDefinition__DocumentationAssignment_0 : ( ruleDocumentationComment ) ; public final void rule__ConstantDefinition__DocumentationAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17030:1: ( ( ruleDocumentationComment ) ) - // InternalDSL.g:17031:1: ( ruleDocumentationComment ) + // InternalDSL.g:16732:1: ( ( ruleDocumentationComment ) ) + // InternalDSL.g:16733:1: ( ruleDocumentationComment ) { - // InternalDSL.g:17031:1: ( ruleDocumentationComment ) - // InternalDSL.g:17032:1: ruleDocumentationComment + // InternalDSL.g:16733:1: ( ruleDocumentationComment ) + // InternalDSL.g:16734:1: ruleDocumentationComment { before(grammarAccess.getConstantDefinitionAccess().getDocumentationDocumentationCommentParserRuleCall_0_0()); pushFollow(FOLLOW_2); @@ -45970,24 +45174,24 @@ public final void rule__ConstantDefinition__DocumentationAssignment_0() throws R // $ANTLR start "rule__ConstantDefinition__PrivateAssignment_1" - // InternalDSL.g:17041:1: rule__ConstantDefinition__PrivateAssignment_1 : ( ( 'private' ) ) ; + // InternalDSL.g:16743:1: rule__ConstantDefinition__PrivateAssignment_1 : ( ( 'private' ) ) ; public final void rule__ConstantDefinition__PrivateAssignment_1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17045:1: ( ( ( 'private' ) ) ) - // InternalDSL.g:17046:1: ( ( 'private' ) ) + // InternalDSL.g:16747:1: ( ( ( 'private' ) ) ) + // InternalDSL.g:16748:1: ( ( 'private' ) ) { - // InternalDSL.g:17046:1: ( ( 'private' ) ) - // InternalDSL.g:17047:1: ( 'private' ) + // InternalDSL.g:16748:1: ( ( 'private' ) ) + // InternalDSL.g:16749:1: ( 'private' ) { before(grammarAccess.getConstantDefinitionAccess().getPrivatePrivateKeyword_1_0()); - // InternalDSL.g:17048:1: ( 'private' ) - // InternalDSL.g:17049:1: 'private' + // InternalDSL.g:16750:1: ( 'private' ) + // InternalDSL.g:16751:1: 'private' { before(grammarAccess.getConstantDefinitionAccess().getPrivatePrivateKeyword_1_0()); - match(input,103,FOLLOW_2); + match(input,83,FOLLOW_2); after(grammarAccess.getConstantDefinitionAccess().getPrivatePrivateKeyword_1_0()); } @@ -46015,17 +45219,17 @@ public final void rule__ConstantDefinition__PrivateAssignment_1() throws Recogni // $ANTLR start "rule__ConstantDefinition__NameAssignment_4" - // InternalDSL.g:17064:1: rule__ConstantDefinition__NameAssignment_4 : ( ruleConstantEntity ) ; + // InternalDSL.g:16766:1: rule__ConstantDefinition__NameAssignment_4 : ( ruleConstantEntity ) ; public final void rule__ConstantDefinition__NameAssignment_4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17068:1: ( ( ruleConstantEntity ) ) - // InternalDSL.g:17069:1: ( ruleConstantEntity ) + // InternalDSL.g:16770:1: ( ( ruleConstantEntity ) ) + // InternalDSL.g:16771:1: ( ruleConstantEntity ) { - // InternalDSL.g:17069:1: ( ruleConstantEntity ) - // InternalDSL.g:17070:1: ruleConstantEntity + // InternalDSL.g:16771:1: ( ruleConstantEntity ) + // InternalDSL.g:16772:1: ruleConstantEntity { before(grammarAccess.getConstantDefinitionAccess().getNameConstantEntityParserRuleCall_4_0()); pushFollow(FOLLOW_2); @@ -46056,17 +45260,17 @@ public final void rule__ConstantDefinition__NameAssignment_4() throws Recognitio // $ANTLR start "rule__ConstantDefinition__ValueAssignment_6_0_0" - // InternalDSL.g:17079:1: rule__ConstantDefinition__ValueAssignment_6_0_0 : ( ruleValueOrEnumValueOrOperationCollection ) ; + // InternalDSL.g:16781:1: rule__ConstantDefinition__ValueAssignment_6_0_0 : ( ruleValueOrEnumValueOrOperationCollection ) ; public final void rule__ConstantDefinition__ValueAssignment_6_0_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17083:1: ( ( ruleValueOrEnumValueOrOperationCollection ) ) - // InternalDSL.g:17084:1: ( ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:16785:1: ( ( ruleValueOrEnumValueOrOperationCollection ) ) + // InternalDSL.g:16786:1: ( ruleValueOrEnumValueOrOperationCollection ) { - // InternalDSL.g:17084:1: ( ruleValueOrEnumValueOrOperationCollection ) - // InternalDSL.g:17085:1: ruleValueOrEnumValueOrOperationCollection + // InternalDSL.g:16786:1: ( ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:16787:1: ruleValueOrEnumValueOrOperationCollection { before(grammarAccess.getConstantDefinitionAccess().getValueValueOrEnumValueOrOperationCollectionParserRuleCall_6_0_0_0()); pushFollow(FOLLOW_2); @@ -46097,17 +45301,17 @@ public final void rule__ConstantDefinition__ValueAssignment_6_0_0() throws Recog // $ANTLR start "rule__ConstantDefinition__VariantValuesAssignment_6_1_0" - // InternalDSL.g:17094:1: rule__ConstantDefinition__VariantValuesAssignment_6_1_0 : ( ruleVariantValue ) ; + // InternalDSL.g:16796:1: rule__ConstantDefinition__VariantValuesAssignment_6_1_0 : ( ruleVariantValue ) ; public final void rule__ConstantDefinition__VariantValuesAssignment_6_1_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17098:1: ( ( ruleVariantValue ) ) - // InternalDSL.g:17099:1: ( ruleVariantValue ) + // InternalDSL.g:16800:1: ( ( ruleVariantValue ) ) + // InternalDSL.g:16801:1: ( ruleVariantValue ) { - // InternalDSL.g:17099:1: ( ruleVariantValue ) - // InternalDSL.g:17100:1: ruleVariantValue + // InternalDSL.g:16801:1: ( ruleVariantValue ) + // InternalDSL.g:16802:1: ruleVariantValue { before(grammarAccess.getConstantDefinitionAccess().getVariantValuesVariantValueParserRuleCall_6_1_0_0()); pushFollow(FOLLOW_2); @@ -46138,24 +45342,24 @@ public final void rule__ConstantDefinition__VariantValuesAssignment_6_1_0() thro // $ANTLR start "rule__ConstantDefinition__ParameterizedAssignment_7_0" - // InternalDSL.g:17109:1: rule__ConstantDefinition__ParameterizedAssignment_7_0 : ( ( 'parameterized' ) ) ; + // InternalDSL.g:16811:1: rule__ConstantDefinition__ParameterizedAssignment_7_0 : ( ( 'parameterized' ) ) ; public final void rule__ConstantDefinition__ParameterizedAssignment_7_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17113:1: ( ( ( 'parameterized' ) ) ) - // InternalDSL.g:17114:1: ( ( 'parameterized' ) ) + // InternalDSL.g:16815:1: ( ( ( 'parameterized' ) ) ) + // InternalDSL.g:16816:1: ( ( 'parameterized' ) ) { - // InternalDSL.g:17114:1: ( ( 'parameterized' ) ) - // InternalDSL.g:17115:1: ( 'parameterized' ) + // InternalDSL.g:16816:1: ( ( 'parameterized' ) ) + // InternalDSL.g:16817:1: ( 'parameterized' ) { before(grammarAccess.getConstantDefinitionAccess().getParameterizedParameterizedKeyword_7_0_0()); - // InternalDSL.g:17116:1: ( 'parameterized' ) - // InternalDSL.g:17117:1: 'parameterized' + // InternalDSL.g:16818:1: ( 'parameterized' ) + // InternalDSL.g:16819:1: 'parameterized' { before(grammarAccess.getConstantDefinitionAccess().getParameterizedParameterizedKeyword_7_0_0()); - match(input,106,FOLLOW_2); + match(input,86,FOLLOW_2); after(grammarAccess.getConstantDefinitionAccess().getParameterizedParameterizedKeyword_7_0_0()); } @@ -46183,17 +45387,17 @@ public final void rule__ConstantDefinition__ParameterizedAssignment_7_0() throws // $ANTLR start "rule__VariableAssignment__ValueAssignment_2" - // InternalDSL.g:17132:1: rule__VariableAssignment__ValueAssignment_2 : ( ruleValueOrEnumValueOrOperationCollection ) ; + // InternalDSL.g:16834:1: rule__VariableAssignment__ValueAssignment_2 : ( ruleValueOrEnumValueOrOperationCollection ) ; public final void rule__VariableAssignment__ValueAssignment_2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17136:1: ( ( ruleValueOrEnumValueOrOperationCollection ) ) - // InternalDSL.g:17137:1: ( ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:16838:1: ( ( ruleValueOrEnumValueOrOperationCollection ) ) + // InternalDSL.g:16839:1: ( ruleValueOrEnumValueOrOperationCollection ) { - // InternalDSL.g:17137:1: ( ruleValueOrEnumValueOrOperationCollection ) - // InternalDSL.g:17138:1: ruleValueOrEnumValueOrOperationCollection + // InternalDSL.g:16839:1: ( ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:16840:1: ruleValueOrEnumValueOrOperationCollection { before(grammarAccess.getVariableAssignmentAccess().getValueValueOrEnumValueOrOperationCollectionParserRuleCall_2_0()); pushFollow(FOLLOW_2); @@ -46224,17 +45428,17 @@ public final void rule__VariableAssignment__ValueAssignment_2() throws Recogniti // $ANTLR start "rule__VariableAssignment__TargetAssignment_6" - // InternalDSL.g:17147:1: rule__VariableAssignment__TargetAssignment_6 : ( ruleVariableVariable ) ; + // InternalDSL.g:16849:1: rule__VariableAssignment__TargetAssignment_6 : ( ruleVariableVariable ) ; public final void rule__VariableAssignment__TargetAssignment_6() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17151:1: ( ( ruleVariableVariable ) ) - // InternalDSL.g:17152:1: ( ruleVariableVariable ) + // InternalDSL.g:16853:1: ( ( ruleVariableVariable ) ) + // InternalDSL.g:16854:1: ( ruleVariableVariable ) { - // InternalDSL.g:17152:1: ( ruleVariableVariable ) - // InternalDSL.g:17153:1: ruleVariableVariable + // InternalDSL.g:16854:1: ( ruleVariableVariable ) + // InternalDSL.g:16855:1: ruleVariableVariable { before(grammarAccess.getVariableAssignmentAccess().getTargetVariableVariableParserRuleCall_6_0()); pushFollow(FOLLOW_2); @@ -46265,21 +45469,21 @@ public final void rule__VariableAssignment__TargetAssignment_6() throws Recognit // $ANTLR start "rule__VariantValue__NamesAssignment_2_0" - // InternalDSL.g:17162:1: rule__VariantValue__NamesAssignment_2_0 : ( ( ruleQualifiedName ) ) ; + // InternalDSL.g:16864:1: rule__VariantValue__NamesAssignment_2_0 : ( ( ruleQualifiedName ) ) ; public final void rule__VariantValue__NamesAssignment_2_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17166:1: ( ( ( ruleQualifiedName ) ) ) - // InternalDSL.g:17167:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:16868:1: ( ( ( ruleQualifiedName ) ) ) + // InternalDSL.g:16869:1: ( ( ruleQualifiedName ) ) { - // InternalDSL.g:17167:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:17168:1: ( ruleQualifiedName ) + // InternalDSL.g:16869:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:16870:1: ( ruleQualifiedName ) { before(grammarAccess.getVariantValueAccess().getNamesVariantDefinitionCrossReference_2_0_0()); - // InternalDSL.g:17169:1: ( ruleQualifiedName ) - // InternalDSL.g:17170:1: ruleQualifiedName + // InternalDSL.g:16871:1: ( ruleQualifiedName ) + // InternalDSL.g:16872:1: ruleQualifiedName { before(grammarAccess.getVariantValueAccess().getNamesVariantDefinitionQualifiedNameParserRuleCall_2_0_0_1()); pushFollow(FOLLOW_2); @@ -46314,17 +45518,17 @@ public final void rule__VariantValue__NamesAssignment_2_0() throws RecognitionEx // $ANTLR start "rule__VariantValue__ValueAssignment_5" - // InternalDSL.g:17181:1: rule__VariantValue__ValueAssignment_5 : ( ruleValueOrEnumValueOrOperationCollection ) ; + // InternalDSL.g:16883:1: rule__VariantValue__ValueAssignment_5 : ( ruleValueOrEnumValueOrOperationCollection ) ; public final void rule__VariantValue__ValueAssignment_5() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17185:1: ( ( ruleValueOrEnumValueOrOperationCollection ) ) - // InternalDSL.g:17186:1: ( ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:16887:1: ( ( ruleValueOrEnumValueOrOperationCollection ) ) + // InternalDSL.g:16888:1: ( ruleValueOrEnumValueOrOperationCollection ) { - // InternalDSL.g:17186:1: ( ruleValueOrEnumValueOrOperationCollection ) - // InternalDSL.g:17187:1: ruleValueOrEnumValueOrOperationCollection + // InternalDSL.g:16888:1: ( ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:16889:1: ruleValueOrEnumValueOrOperationCollection { before(grammarAccess.getVariantValueAccess().getValueValueOrEnumValueOrOperationCollectionParserRuleCall_5_0()); pushFollow(FOLLOW_2); @@ -46355,17 +45559,17 @@ public final void rule__VariantValue__ValueAssignment_5() throws RecognitionExce // $ANTLR start "rule__VariableEntity__NameAssignment" - // InternalDSL.g:17196:1: rule__VariableEntity__NameAssignment : ( ruleQualifiedName ) ; + // InternalDSL.g:16898:1: rule__VariableEntity__NameAssignment : ( ruleQualifiedName ) ; public final void rule__VariableEntity__NameAssignment() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17200:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:17201:1: ( ruleQualifiedName ) + // InternalDSL.g:16902:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:16903:1: ( ruleQualifiedName ) { - // InternalDSL.g:17201:1: ( ruleQualifiedName ) - // InternalDSL.g:17202:1: ruleQualifiedName + // InternalDSL.g:16903:1: ( ruleQualifiedName ) + // InternalDSL.g:16904:1: ruleQualifiedName { before(grammarAccess.getVariableEntityAccess().getNameQualifiedNameParserRuleCall_0()); pushFollow(FOLLOW_2); @@ -46396,17 +45600,17 @@ public final void rule__VariableEntity__NameAssignment() throws RecognitionExcep // $ANTLR start "rule__ConstantEntity__NameAssignment" - // InternalDSL.g:17211:1: rule__ConstantEntity__NameAssignment : ( ruleQualifiedName ) ; + // InternalDSL.g:16913:1: rule__ConstantEntity__NameAssignment : ( ruleQualifiedName ) ; public final void rule__ConstantEntity__NameAssignment() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17215:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:17216:1: ( ruleQualifiedName ) + // InternalDSL.g:16917:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:16918:1: ( ruleQualifiedName ) { - // InternalDSL.g:17216:1: ( ruleQualifiedName ) - // InternalDSL.g:17217:1: ruleQualifiedName + // InternalDSL.g:16918:1: ( ruleQualifiedName ) + // InternalDSL.g:16919:1: ruleQualifiedName { before(grammarAccess.getConstantEntityAccess().getNameQualifiedNameParserRuleCall_0()); pushFollow(FOLLOW_2); @@ -46437,24 +45641,24 @@ public final void rule__ConstantEntity__NameAssignment() throws RecognitionExcep // $ANTLR start "rule__Test__CheckpointAssignment_0" - // InternalDSL.g:17226:1: rule__Test__CheckpointAssignment_0 : ( ( 'checkpoint' ) ) ; + // InternalDSL.g:16928:1: rule__Test__CheckpointAssignment_0 : ( ( 'checkpoint' ) ) ; public final void rule__Test__CheckpointAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17230:1: ( ( ( 'checkpoint' ) ) ) - // InternalDSL.g:17231:1: ( ( 'checkpoint' ) ) + // InternalDSL.g:16932:1: ( ( ( 'checkpoint' ) ) ) + // InternalDSL.g:16933:1: ( ( 'checkpoint' ) ) { - // InternalDSL.g:17231:1: ( ( 'checkpoint' ) ) - // InternalDSL.g:17232:1: ( 'checkpoint' ) + // InternalDSL.g:16933:1: ( ( 'checkpoint' ) ) + // InternalDSL.g:16934:1: ( 'checkpoint' ) { before(grammarAccess.getTestAccess().getCheckpointCheckpointKeyword_0_0()); - // InternalDSL.g:17233:1: ( 'checkpoint' ) - // InternalDSL.g:17234:1: 'checkpoint' + // InternalDSL.g:16935:1: ( 'checkpoint' ) + // InternalDSL.g:16936:1: 'checkpoint' { before(grammarAccess.getTestAccess().getCheckpointCheckpointKeyword_0_0()); - match(input,107,FOLLOW_2); + match(input,87,FOLLOW_2); after(grammarAccess.getTestAccess().getCheckpointCheckpointKeyword_0_0()); } @@ -46482,21 +45686,21 @@ public final void rule__Test__CheckpointAssignment_0() throws RecognitionExcepti // $ANTLR start "rule__Test__DefinitionAssignment_3" - // InternalDSL.g:17249:1: rule__Test__DefinitionAssignment_3 : ( ( ruleQualifiedName ) ) ; + // InternalDSL.g:16951:1: rule__Test__DefinitionAssignment_3 : ( ( ruleQualifiedName ) ) ; public final void rule__Test__DefinitionAssignment_3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17253:1: ( ( ( ruleQualifiedName ) ) ) - // InternalDSL.g:17254:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:16955:1: ( ( ( ruleQualifiedName ) ) ) + // InternalDSL.g:16956:1: ( ( ruleQualifiedName ) ) { - // InternalDSL.g:17254:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:17255:1: ( ruleQualifiedName ) + // InternalDSL.g:16956:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:16957:1: ( ruleQualifiedName ) { before(grammarAccess.getTestAccess().getDefinitionTestDefinitionCrossReference_3_0()); - // InternalDSL.g:17256:1: ( ruleQualifiedName ) - // InternalDSL.g:17257:1: ruleQualifiedName + // InternalDSL.g:16958:1: ( ruleQualifiedName ) + // InternalDSL.g:16959:1: ruleQualifiedName { before(grammarAccess.getTestAccess().getDefinitionTestDefinitionQualifiedNameParserRuleCall_3_0_1()); pushFollow(FOLLOW_2); @@ -46531,17 +45735,17 @@ public final void rule__Test__DefinitionAssignment_3() throws RecognitionExcepti // $ANTLR start "rule__Test__ParametersAssignment_4_1" - // InternalDSL.g:17268:1: rule__Test__ParametersAssignment_4_1 : ( ruleParameter ) ; + // InternalDSL.g:16970:1: rule__Test__ParametersAssignment_4_1 : ( ruleParameter ) ; public final void rule__Test__ParametersAssignment_4_1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17272:1: ( ( ruleParameter ) ) - // InternalDSL.g:17273:1: ( ruleParameter ) + // InternalDSL.g:16974:1: ( ( ruleParameter ) ) + // InternalDSL.g:16975:1: ( ruleParameter ) { - // InternalDSL.g:17273:1: ( ruleParameter ) - // InternalDSL.g:17274:1: ruleParameter + // InternalDSL.g:16975:1: ( ruleParameter ) + // InternalDSL.g:16976:1: ruleParameter { before(grammarAccess.getTestAccess().getParametersParameterParserRuleCall_4_1_0()); pushFollow(FOLLOW_2); @@ -46572,17 +45776,17 @@ public final void rule__Test__ParametersAssignment_4_1() throws RecognitionExcep // $ANTLR start "rule__Test__ResultsAssignment_5_1" - // InternalDSL.g:17283:1: rule__Test__ResultsAssignment_5_1 : ( ruleNamedResult ) ; + // InternalDSL.g:16985:1: rule__Test__ResultsAssignment_5_1 : ( ruleNamedResult ) ; public final void rule__Test__ResultsAssignment_5_1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17287:1: ( ( ruleNamedResult ) ) - // InternalDSL.g:17288:1: ( ruleNamedResult ) + // InternalDSL.g:16989:1: ( ( ruleNamedResult ) ) + // InternalDSL.g:16990:1: ( ruleNamedResult ) { - // InternalDSL.g:17288:1: ( ruleNamedResult ) - // InternalDSL.g:17289:1: ruleNamedResult + // InternalDSL.g:16990:1: ( ruleNamedResult ) + // InternalDSL.g:16991:1: ruleNamedResult { before(grammarAccess.getTestAccess().getResultsNamedResultParserRuleCall_5_1_0()); pushFollow(FOLLOW_2); @@ -46613,17 +45817,17 @@ public final void rule__Test__ResultsAssignment_5_1() throws RecognitionExceptio // $ANTLR start "rule__Test__ResultAssignment_6_3" - // InternalDSL.g:17298:1: rule__Test__ResultAssignment_6_3 : ( ruleValueOrEnumValueOrOperationCollection ) ; + // InternalDSL.g:17000:1: rule__Test__ResultAssignment_6_3 : ( ruleValueOrEnumValueOrOperationCollection ) ; public final void rule__Test__ResultAssignment_6_3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17302:1: ( ( ruleValueOrEnumValueOrOperationCollection ) ) - // InternalDSL.g:17303:1: ( ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:17004:1: ( ( ruleValueOrEnumValueOrOperationCollection ) ) + // InternalDSL.g:17005:1: ( ruleValueOrEnumValueOrOperationCollection ) { - // InternalDSL.g:17303:1: ( ruleValueOrEnumValueOrOperationCollection ) - // InternalDSL.g:17304:1: ruleValueOrEnumValueOrOperationCollection + // InternalDSL.g:17005:1: ( ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:17006:1: ruleValueOrEnumValueOrOperationCollection { before(grammarAccess.getTestAccess().getResultValueOrEnumValueOrOperationCollectionParserRuleCall_6_3_0()); pushFollow(FOLLOW_2); @@ -46654,21 +45858,21 @@ public final void rule__Test__ResultAssignment_6_3() throws RecognitionException // $ANTLR start "rule__TableTest__DefinitionAssignment_2" - // InternalDSL.g:17313:1: rule__TableTest__DefinitionAssignment_2 : ( ( ruleQualifiedName ) ) ; + // InternalDSL.g:17015:1: rule__TableTest__DefinitionAssignment_2 : ( ( ruleQualifiedName ) ) ; public final void rule__TableTest__DefinitionAssignment_2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17317:1: ( ( ( ruleQualifiedName ) ) ) - // InternalDSL.g:17318:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:17019:1: ( ( ( ruleQualifiedName ) ) ) + // InternalDSL.g:17020:1: ( ( ruleQualifiedName ) ) { - // InternalDSL.g:17318:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:17319:1: ( ruleQualifiedName ) + // InternalDSL.g:17020:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:17021:1: ( ruleQualifiedName ) { before(grammarAccess.getTableTestAccess().getDefinitionTestDefinitionCrossReference_2_0()); - // InternalDSL.g:17320:1: ( ruleQualifiedName ) - // InternalDSL.g:17321:1: ruleQualifiedName + // InternalDSL.g:17022:1: ( ruleQualifiedName ) + // InternalDSL.g:17023:1: ruleQualifiedName { before(grammarAccess.getTableTestAccess().getDefinitionTestDefinitionQualifiedNameParserRuleCall_2_0_1()); pushFollow(FOLLOW_2); @@ -46703,17 +45907,17 @@ public final void rule__TableTest__DefinitionAssignment_2() throws RecognitionEx // $ANTLR start "rule__TableTest__ParametersAssignment_3_1" - // InternalDSL.g:17332:1: rule__TableTest__ParametersAssignment_3_1 : ( ruleParameter ) ; + // InternalDSL.g:17034:1: rule__TableTest__ParametersAssignment_3_1 : ( ruleParameter ) ; public final void rule__TableTest__ParametersAssignment_3_1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17336:1: ( ( ruleParameter ) ) - // InternalDSL.g:17337:1: ( ruleParameter ) + // InternalDSL.g:17038:1: ( ( ruleParameter ) ) + // InternalDSL.g:17039:1: ( ruleParameter ) { - // InternalDSL.g:17337:1: ( ruleParameter ) - // InternalDSL.g:17338:1: ruleParameter + // InternalDSL.g:17039:1: ( ruleParameter ) + // InternalDSL.g:17040:1: ruleParameter { before(grammarAccess.getTableTestAccess().getParametersParameterParserRuleCall_3_1_0()); pushFollow(FOLLOW_2); @@ -46744,17 +45948,17 @@ public final void rule__TableTest__ParametersAssignment_3_1() throws Recognition // $ANTLR start "rule__TableTest__ParameterHeadersAssignment_5" - // InternalDSL.g:17347:1: rule__TableTest__ParameterHeadersAssignment_5 : ( ruleParameterTableHeader ) ; + // InternalDSL.g:17049:1: rule__TableTest__ParameterHeadersAssignment_5 : ( ruleParameterTableHeader ) ; public final void rule__TableTest__ParameterHeadersAssignment_5() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17351:1: ( ( ruleParameterTableHeader ) ) - // InternalDSL.g:17352:1: ( ruleParameterTableHeader ) + // InternalDSL.g:17053:1: ( ( ruleParameterTableHeader ) ) + // InternalDSL.g:17054:1: ( ruleParameterTableHeader ) { - // InternalDSL.g:17352:1: ( ruleParameterTableHeader ) - // InternalDSL.g:17353:1: ruleParameterTableHeader + // InternalDSL.g:17054:1: ( ruleParameterTableHeader ) + // InternalDSL.g:17055:1: ruleParameterTableHeader { before(grammarAccess.getTableTestAccess().getParameterHeadersParameterTableHeaderParserRuleCall_5_0()); pushFollow(FOLLOW_2); @@ -46785,17 +45989,17 @@ public final void rule__TableTest__ParameterHeadersAssignment_5() throws Recogni // $ANTLR start "rule__TableTest__ResultHeadersAssignment_6" - // InternalDSL.g:17362:1: rule__TableTest__ResultHeadersAssignment_6 : ( ruleResultTableHeader ) ; + // InternalDSL.g:17064:1: rule__TableTest__ResultHeadersAssignment_6 : ( ruleResultTableHeader ) ; public final void rule__TableTest__ResultHeadersAssignment_6() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17366:1: ( ( ruleResultTableHeader ) ) - // InternalDSL.g:17367:1: ( ruleResultTableHeader ) + // InternalDSL.g:17068:1: ( ( ruleResultTableHeader ) ) + // InternalDSL.g:17069:1: ( ruleResultTableHeader ) { - // InternalDSL.g:17367:1: ( ruleResultTableHeader ) - // InternalDSL.g:17368:1: ruleResultTableHeader + // InternalDSL.g:17069:1: ( ruleResultTableHeader ) + // InternalDSL.g:17070:1: ruleResultTableHeader { before(grammarAccess.getTableTestAccess().getResultHeadersResultTableHeaderParserRuleCall_6_0()); pushFollow(FOLLOW_2); @@ -46826,24 +46030,24 @@ public final void rule__TableTest__ResultHeadersAssignment_6() throws Recognitio // $ANTLR start "rule__TableTest__DefaultResultColumnAssignment_8_0" - // InternalDSL.g:17377:1: rule__TableTest__DefaultResultColumnAssignment_8_0 : ( ( '=' ) ) ; + // InternalDSL.g:17079:1: rule__TableTest__DefaultResultColumnAssignment_8_0 : ( ( '=' ) ) ; public final void rule__TableTest__DefaultResultColumnAssignment_8_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17381:1: ( ( ( '=' ) ) ) - // InternalDSL.g:17382:1: ( ( '=' ) ) + // InternalDSL.g:17083:1: ( ( ( '=' ) ) ) + // InternalDSL.g:17084:1: ( ( '=' ) ) { - // InternalDSL.g:17382:1: ( ( '=' ) ) - // InternalDSL.g:17383:1: ( '=' ) + // InternalDSL.g:17084:1: ( ( '=' ) ) + // InternalDSL.g:17085:1: ( '=' ) { before(grammarAccess.getTableTestAccess().getDefaultResultColumnEqualsSignKeyword_8_0_0()); - // InternalDSL.g:17384:1: ( '=' ) - // InternalDSL.g:17385:1: '=' + // InternalDSL.g:17086:1: ( '=' ) + // InternalDSL.g:17087:1: '=' { before(grammarAccess.getTableTestAccess().getDefaultResultColumnEqualsSignKeyword_8_0_0()); - match(input,82,FOLLOW_2); + match(input,62,FOLLOW_2); after(grammarAccess.getTableTestAccess().getDefaultResultColumnEqualsSignKeyword_8_0_0()); } @@ -46871,17 +46075,17 @@ public final void rule__TableTest__DefaultResultColumnAssignment_8_0() throws Re // $ANTLR start "rule__TableTest__RowsAssignment_9_1" - // InternalDSL.g:17400:1: rule__TableTest__RowsAssignment_9_1 : ( ruleTableTestRow ) ; + // InternalDSL.g:17102:1: rule__TableTest__RowsAssignment_9_1 : ( ruleTableTestRow ) ; public final void rule__TableTest__RowsAssignment_9_1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17404:1: ( ( ruleTableTestRow ) ) - // InternalDSL.g:17405:1: ( ruleTableTestRow ) + // InternalDSL.g:17106:1: ( ( ruleTableTestRow ) ) + // InternalDSL.g:17107:1: ( ruleTableTestRow ) { - // InternalDSL.g:17405:1: ( ruleTableTestRow ) - // InternalDSL.g:17406:1: ruleTableTestRow + // InternalDSL.g:17107:1: ( ruleTableTestRow ) + // InternalDSL.g:17108:1: ruleTableTestRow { before(grammarAccess.getTableTestAccess().getRowsTableTestRowParserRuleCall_9_1_0()); pushFollow(FOLLOW_2); @@ -46912,17 +46116,17 @@ public final void rule__TableTest__RowsAssignment_9_1() throws RecognitionExcept // $ANTLR start "rule__TableTestRow__ValuesAssignment_1" - // InternalDSL.g:17415:1: rule__TableTestRow__ValuesAssignment_1 : ( ruleParameterTableValue ) ; + // InternalDSL.g:17117:1: rule__TableTestRow__ValuesAssignment_1 : ( ruleParameterTableValue ) ; public final void rule__TableTestRow__ValuesAssignment_1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17419:1: ( ( ruleParameterTableValue ) ) - // InternalDSL.g:17420:1: ( ruleParameterTableValue ) + // InternalDSL.g:17121:1: ( ( ruleParameterTableValue ) ) + // InternalDSL.g:17122:1: ( ruleParameterTableValue ) { - // InternalDSL.g:17420:1: ( ruleParameterTableValue ) - // InternalDSL.g:17421:1: ruleParameterTableValue + // InternalDSL.g:17122:1: ( ruleParameterTableValue ) + // InternalDSL.g:17123:1: ruleParameterTableValue { before(grammarAccess.getTableTestRowAccess().getValuesParameterTableValueParserRuleCall_1_0()); pushFollow(FOLLOW_2); @@ -46953,17 +46157,17 @@ public final void rule__TableTestRow__ValuesAssignment_1() throws RecognitionExc // $ANTLR start "rule__ParameterTableHeader__NameAssignment_1" - // InternalDSL.g:17430:1: rule__ParameterTableHeader__NameAssignment_1 : ( ruleParameterName ) ; + // InternalDSL.g:17132:1: rule__ParameterTableHeader__NameAssignment_1 : ( ruleParameterName ) ; public final void rule__ParameterTableHeader__NameAssignment_1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17434:1: ( ( ruleParameterName ) ) - // InternalDSL.g:17435:1: ( ruleParameterName ) + // InternalDSL.g:17136:1: ( ( ruleParameterName ) ) + // InternalDSL.g:17137:1: ( ruleParameterName ) { - // InternalDSL.g:17435:1: ( ruleParameterName ) - // InternalDSL.g:17436:1: ruleParameterName + // InternalDSL.g:17137:1: ( ruleParameterName ) + // InternalDSL.g:17138:1: ruleParameterName { before(grammarAccess.getParameterTableHeaderAccess().getNameParameterNameParserRuleCall_1_0()); pushFollow(FOLLOW_2); @@ -46994,17 +46198,17 @@ public final void rule__ParameterTableHeader__NameAssignment_1() throws Recognit // $ANTLR start "rule__ResultTableHeader__NameAssignment_1" - // InternalDSL.g:17445:1: rule__ResultTableHeader__NameAssignment_1 : ( ruleResultName ) ; + // InternalDSL.g:17147:1: rule__ResultTableHeader__NameAssignment_1 : ( ruleResultName ) ; public final void rule__ResultTableHeader__NameAssignment_1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17449:1: ( ( ruleResultName ) ) - // InternalDSL.g:17450:1: ( ruleResultName ) + // InternalDSL.g:17151:1: ( ( ruleResultName ) ) + // InternalDSL.g:17152:1: ( ruleResultName ) { - // InternalDSL.g:17450:1: ( ruleResultName ) - // InternalDSL.g:17451:1: ruleResultName + // InternalDSL.g:17152:1: ( ruleResultName ) + // InternalDSL.g:17153:1: ruleResultName { before(grammarAccess.getResultTableHeaderAccess().getNameResultNameParserRuleCall_1_0()); pushFollow(FOLLOW_2); @@ -47035,17 +46239,17 @@ public final void rule__ResultTableHeader__NameAssignment_1() throws Recognition // $ANTLR start "rule__ParameterTableValue__ValueAssignment_1" - // InternalDSL.g:17460:1: rule__ParameterTableValue__ValueAssignment_1 : ( ruleValueOrEnumValueOrOperationCollection ) ; + // InternalDSL.g:17162:1: rule__ParameterTableValue__ValueAssignment_1 : ( ruleValueOrEnumValueOrOperationCollection ) ; public final void rule__ParameterTableValue__ValueAssignment_1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17464:1: ( ( ruleValueOrEnumValueOrOperationCollection ) ) - // InternalDSL.g:17465:1: ( ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:17166:1: ( ( ruleValueOrEnumValueOrOperationCollection ) ) + // InternalDSL.g:17167:1: ( ruleValueOrEnumValueOrOperationCollection ) { - // InternalDSL.g:17465:1: ( ruleValueOrEnumValueOrOperationCollection ) - // InternalDSL.g:17466:1: ruleValueOrEnumValueOrOperationCollection + // InternalDSL.g:17167:1: ( ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:17168:1: ruleValueOrEnumValueOrOperationCollection { before(grammarAccess.getParameterTableValueAccess().getValueValueOrEnumValueOrOperationCollectionParserRuleCall_1_0()); pushFollow(FOLLOW_2); @@ -47076,17 +46280,17 @@ public final void rule__ParameterTableValue__ValueAssignment_1() throws Recognit // $ANTLR start "rule__NamedResult__NameAssignment_0" - // InternalDSL.g:17475:1: rule__NamedResult__NameAssignment_0 : ( ruleResultName ) ; + // InternalDSL.g:17177:1: rule__NamedResult__NameAssignment_0 : ( ruleResultName ) ; public final void rule__NamedResult__NameAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17479:1: ( ( ruleResultName ) ) - // InternalDSL.g:17480:1: ( ruleResultName ) + // InternalDSL.g:17181:1: ( ( ruleResultName ) ) + // InternalDSL.g:17182:1: ( ruleResultName ) { - // InternalDSL.g:17480:1: ( ruleResultName ) - // InternalDSL.g:17481:1: ruleResultName + // InternalDSL.g:17182:1: ( ruleResultName ) + // InternalDSL.g:17183:1: ruleResultName { before(grammarAccess.getNamedResultAccess().getNameResultNameParserRuleCall_0_0()); pushFollow(FOLLOW_2); @@ -47117,17 +46321,17 @@ public final void rule__NamedResult__NameAssignment_0() throws RecognitionExcept // $ANTLR start "rule__NamedResult__ValueAssignment_4" - // InternalDSL.g:17490:1: rule__NamedResult__ValueAssignment_4 : ( ruleValueOrEnumValueOrOperationCollection ) ; + // InternalDSL.g:17192:1: rule__NamedResult__ValueAssignment_4 : ( ruleValueOrEnumValueOrOperationCollection ) ; public final void rule__NamedResult__ValueAssignment_4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17494:1: ( ( ruleValueOrEnumValueOrOperationCollection ) ) - // InternalDSL.g:17495:1: ( ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:17196:1: ( ( ruleValueOrEnumValueOrOperationCollection ) ) + // InternalDSL.g:17197:1: ( ruleValueOrEnumValueOrOperationCollection ) { - // InternalDSL.g:17495:1: ( ruleValueOrEnumValueOrOperationCollection ) - // InternalDSL.g:17496:1: ruleValueOrEnumValueOrOperationCollection + // InternalDSL.g:17197:1: ( ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:17198:1: ruleValueOrEnumValueOrOperationCollection { before(grammarAccess.getNamedResultAccess().getValueValueOrEnumValueOrOperationCollectionParserRuleCall_4_0()); pushFollow(FOLLOW_2); @@ -47158,21 +46362,21 @@ public final void rule__NamedResult__ValueAssignment_4() throws RecognitionExcep // $ANTLR start "rule__FixedResultName__FieldAssignment" - // InternalDSL.g:17505:1: rule__FixedResultName__FieldAssignment : ( ( RULE_ID ) ) ; + // InternalDSL.g:17207:1: rule__FixedResultName__FieldAssignment : ( ( RULE_ID ) ) ; public final void rule__FixedResultName__FieldAssignment() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17509:1: ( ( ( RULE_ID ) ) ) - // InternalDSL.g:17510:1: ( ( RULE_ID ) ) + // InternalDSL.g:17211:1: ( ( ( RULE_ID ) ) ) + // InternalDSL.g:17212:1: ( ( RULE_ID ) ) { - // InternalDSL.g:17510:1: ( ( RULE_ID ) ) - // InternalDSL.g:17511:1: ( RULE_ID ) + // InternalDSL.g:17212:1: ( ( RULE_ID ) ) + // InternalDSL.g:17213:1: ( RULE_ID ) { before(grammarAccess.getFixedResultNameAccess().getFieldJvmFieldCrossReference_0()); - // InternalDSL.g:17512:1: ( RULE_ID ) - // InternalDSL.g:17513:1: RULE_ID + // InternalDSL.g:17214:1: ( RULE_ID ) + // InternalDSL.g:17215:1: RULE_ID { before(grammarAccess.getFixedResultNameAccess().getFieldJvmFieldIDTerminalRuleCall_0_1()); match(input,RULE_ID,FOLLOW_2); @@ -47203,17 +46407,17 @@ public final void rule__FixedResultName__FieldAssignment() throws RecognitionExc // $ANTLR start "rule__Call__MultiplierAssignment_2_0" - // InternalDSL.g:17524:1: rule__Call__MultiplierAssignment_2_0 : ( ruleExecutionMultiplier ) ; + // InternalDSL.g:17226:1: rule__Call__MultiplierAssignment_2_0 : ( ruleExecutionMultiplier ) ; public final void rule__Call__MultiplierAssignment_2_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17528:1: ( ( ruleExecutionMultiplier ) ) - // InternalDSL.g:17529:1: ( ruleExecutionMultiplier ) + // InternalDSL.g:17230:1: ( ( ruleExecutionMultiplier ) ) + // InternalDSL.g:17231:1: ( ruleExecutionMultiplier ) { - // InternalDSL.g:17529:1: ( ruleExecutionMultiplier ) - // InternalDSL.g:17530:1: ruleExecutionMultiplier + // InternalDSL.g:17231:1: ( ruleExecutionMultiplier ) + // InternalDSL.g:17232:1: ruleExecutionMultiplier { before(grammarAccess.getCallAccess().getMultiplierExecutionMultiplierParserRuleCall_2_0_0()); pushFollow(FOLLOW_2); @@ -47244,21 +46448,21 @@ public final void rule__Call__MultiplierAssignment_2_0() throws RecognitionExcep // $ANTLR start "rule__Call__DefinitionAssignment_3" - // InternalDSL.g:17539:1: rule__Call__DefinitionAssignment_3 : ( ( ruleQualifiedName ) ) ; + // InternalDSL.g:17241:1: rule__Call__DefinitionAssignment_3 : ( ( ruleQualifiedName ) ) ; public final void rule__Call__DefinitionAssignment_3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17543:1: ( ( ( ruleQualifiedName ) ) ) - // InternalDSL.g:17544:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:17245:1: ( ( ( ruleQualifiedName ) ) ) + // InternalDSL.g:17246:1: ( ( ruleQualifiedName ) ) { - // InternalDSL.g:17544:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:17545:1: ( ruleQualifiedName ) + // InternalDSL.g:17246:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:17247:1: ( ruleQualifiedName ) { before(grammarAccess.getCallAccess().getDefinitionCallDefinitionCrossReference_3_0()); - // InternalDSL.g:17546:1: ( ruleQualifiedName ) - // InternalDSL.g:17547:1: ruleQualifiedName + // InternalDSL.g:17248:1: ( ruleQualifiedName ) + // InternalDSL.g:17249:1: ruleQualifiedName { before(grammarAccess.getCallAccess().getDefinitionCallDefinitionQualifiedNameParserRuleCall_3_0_1()); pushFollow(FOLLOW_2); @@ -47293,17 +46497,17 @@ public final void rule__Call__DefinitionAssignment_3() throws RecognitionExcepti // $ANTLR start "rule__Call__ParametersAssignment_4_1" - // InternalDSL.g:17558:1: rule__Call__ParametersAssignment_4_1 : ( ruleParameter ) ; + // InternalDSL.g:17260:1: rule__Call__ParametersAssignment_4_1 : ( ruleParameter ) ; public final void rule__Call__ParametersAssignment_4_1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17562:1: ( ( ruleParameter ) ) - // InternalDSL.g:17563:1: ( ruleParameter ) + // InternalDSL.g:17264:1: ( ( ruleParameter ) ) + // InternalDSL.g:17265:1: ( ruleParameter ) { - // InternalDSL.g:17563:1: ( ruleParameter ) - // InternalDSL.g:17564:1: ruleParameter + // InternalDSL.g:17265:1: ( ruleParameter ) + // InternalDSL.g:17266:1: ruleParameter { before(grammarAccess.getCallAccess().getParametersParameterParserRuleCall_4_1_0()); pushFollow(FOLLOW_2); @@ -47334,17 +46538,17 @@ public final void rule__Call__ParametersAssignment_4_1() throws RecognitionExcep // $ANTLR start "rule__Call__ResultsAssignment_5_1" - // InternalDSL.g:17573:1: rule__Call__ResultsAssignment_5_1 : ( ruleNamedCallResult ) ; + // InternalDSL.g:17275:1: rule__Call__ResultsAssignment_5_1 : ( ruleNamedCallResult ) ; public final void rule__Call__ResultsAssignment_5_1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17577:1: ( ( ruleNamedCallResult ) ) - // InternalDSL.g:17578:1: ( ruleNamedCallResult ) + // InternalDSL.g:17279:1: ( ( ruleNamedCallResult ) ) + // InternalDSL.g:17280:1: ( ruleNamedCallResult ) { - // InternalDSL.g:17578:1: ( ruleNamedCallResult ) - // InternalDSL.g:17579:1: ruleNamedCallResult + // InternalDSL.g:17280:1: ( ruleNamedCallResult ) + // InternalDSL.g:17281:1: ruleNamedCallResult { before(grammarAccess.getCallAccess().getResultsNamedCallResultParserRuleCall_5_1_0()); pushFollow(FOLLOW_2); @@ -47375,17 +46579,17 @@ public final void rule__Call__ResultsAssignment_5_1() throws RecognitionExceptio // $ANTLR start "rule__Call__ResultAssignment_6_3" - // InternalDSL.g:17588:1: rule__Call__ResultAssignment_6_3 : ( ruleVariableVariable ) ; + // InternalDSL.g:17290:1: rule__Call__ResultAssignment_6_3 : ( ruleVariableVariable ) ; public final void rule__Call__ResultAssignment_6_3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17592:1: ( ( ruleVariableVariable ) ) - // InternalDSL.g:17593:1: ( ruleVariableVariable ) + // InternalDSL.g:17294:1: ( ( ruleVariableVariable ) ) + // InternalDSL.g:17295:1: ( ruleVariableVariable ) { - // InternalDSL.g:17593:1: ( ruleVariableVariable ) - // InternalDSL.g:17594:1: ruleVariableVariable + // InternalDSL.g:17295:1: ( ruleVariableVariable ) + // InternalDSL.g:17296:1: ruleVariableVariable { before(grammarAccess.getCallAccess().getResultVariableVariableParserRuleCall_6_3_0()); pushFollow(FOLLOW_2); @@ -47416,17 +46620,17 @@ public final void rule__Call__ResultAssignment_6_3() throws RecognitionException // $ANTLR start "rule__NamedCallResult__NameAssignment_0" - // InternalDSL.g:17603:1: rule__NamedCallResult__NameAssignment_0 : ( ruleResultName ) ; + // InternalDSL.g:17305:1: rule__NamedCallResult__NameAssignment_0 : ( ruleResultName ) ; public final void rule__NamedCallResult__NameAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17607:1: ( ( ruleResultName ) ) - // InternalDSL.g:17608:1: ( ruleResultName ) + // InternalDSL.g:17309:1: ( ( ruleResultName ) ) + // InternalDSL.g:17310:1: ( ruleResultName ) { - // InternalDSL.g:17608:1: ( ruleResultName ) - // InternalDSL.g:17609:1: ruleResultName + // InternalDSL.g:17310:1: ( ruleResultName ) + // InternalDSL.g:17311:1: ruleResultName { before(grammarAccess.getNamedCallResultAccess().getNameResultNameParserRuleCall_0_0()); pushFollow(FOLLOW_2); @@ -47457,17 +46661,17 @@ public final void rule__NamedCallResult__NameAssignment_0() throws RecognitionEx // $ANTLR start "rule__NamedCallResult__TargetAssignment_4" - // InternalDSL.g:17618:1: rule__NamedCallResult__TargetAssignment_4 : ( ruleVariableVariable ) ; + // InternalDSL.g:17320:1: rule__NamedCallResult__TargetAssignment_4 : ( ruleVariableVariable ) ; public final void rule__NamedCallResult__TargetAssignment_4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17622:1: ( ( ruleVariableVariable ) ) - // InternalDSL.g:17623:1: ( ruleVariableVariable ) + // InternalDSL.g:17324:1: ( ( ruleVariableVariable ) ) + // InternalDSL.g:17325:1: ( ruleVariableVariable ) { - // InternalDSL.g:17623:1: ( ruleVariableVariable ) - // InternalDSL.g:17624:1: ruleVariableVariable + // InternalDSL.g:17325:1: ( ruleVariableVariable ) + // InternalDSL.g:17326:1: ruleVariableVariable { before(grammarAccess.getNamedCallResultAccess().getTargetVariableVariableParserRuleCall_4_0()); pushFollow(FOLLOW_2); @@ -47498,24 +46702,24 @@ public final void rule__NamedCallResult__TargetAssignment_4() throws Recognition // $ANTLR start "rule__TimeSet__LiveAssignment_2_0_0" - // InternalDSL.g:17633:1: rule__TimeSet__LiveAssignment_2_0_0 : ( ( 'live' ) ) ; + // InternalDSL.g:17335:1: rule__TimeSet__LiveAssignment_2_0_0 : ( ( 'live' ) ) ; public final void rule__TimeSet__LiveAssignment_2_0_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17637:1: ( ( ( 'live' ) ) ) - // InternalDSL.g:17638:1: ( ( 'live' ) ) + // InternalDSL.g:17339:1: ( ( ( 'live' ) ) ) + // InternalDSL.g:17340:1: ( ( 'live' ) ) { - // InternalDSL.g:17638:1: ( ( 'live' ) ) - // InternalDSL.g:17639:1: ( 'live' ) + // InternalDSL.g:17340:1: ( ( 'live' ) ) + // InternalDSL.g:17341:1: ( 'live' ) { before(grammarAccess.getTimeSetAccess().getLiveLiveKeyword_2_0_0_0()); - // InternalDSL.g:17640:1: ( 'live' ) - // InternalDSL.g:17641:1: 'live' + // InternalDSL.g:17342:1: ( 'live' ) + // InternalDSL.g:17343:1: 'live' { before(grammarAccess.getTimeSetAccess().getLiveLiveKeyword_2_0_0_0()); - match(input,108,FOLLOW_2); + match(input,88,FOLLOW_2); after(grammarAccess.getTimeSetAccess().getLiveLiveKeyword_2_0_0_0()); } @@ -47543,17 +46747,17 @@ public final void rule__TimeSet__LiveAssignment_2_0_0() throws RecognitionExcept // $ANTLR start "rule__TimeSet__StartTimeAssignment_2_1_0_0" - // InternalDSL.g:17656:1: rule__TimeSet__StartTimeAssignment_2_1_0_0 : ( ruleValueOrEnumValueOrOperation ) ; + // InternalDSL.g:17358:1: rule__TimeSet__StartTimeAssignment_2_1_0_0 : ( ruleValueOrEnumValueOrOperation ) ; public final void rule__TimeSet__StartTimeAssignment_2_1_0_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17660:1: ( ( ruleValueOrEnumValueOrOperation ) ) - // InternalDSL.g:17661:1: ( ruleValueOrEnumValueOrOperation ) + // InternalDSL.g:17362:1: ( ( ruleValueOrEnumValueOrOperation ) ) + // InternalDSL.g:17363:1: ( ruleValueOrEnumValueOrOperation ) { - // InternalDSL.g:17661:1: ( ruleValueOrEnumValueOrOperation ) - // InternalDSL.g:17662:1: ruleValueOrEnumValueOrOperation + // InternalDSL.g:17363:1: ( ruleValueOrEnumValueOrOperation ) + // InternalDSL.g:17364:1: ruleValueOrEnumValueOrOperation { before(grammarAccess.getTimeSetAccess().getStartTimeValueOrEnumValueOrOperationParserRuleCall_2_1_0_0_0()); pushFollow(FOLLOW_2); @@ -47584,17 +46788,17 @@ public final void rule__TimeSet__StartTimeAssignment_2_1_0_0() throws Recognitio // $ANTLR start "rule__TimeSet__DiffTimeAssignment_2_1_0_1" - // InternalDSL.g:17671:1: rule__TimeSet__DiffTimeAssignment_2_1_0_1 : ( ruleTimeDifference ) ; + // InternalDSL.g:17373:1: rule__TimeSet__DiffTimeAssignment_2_1_0_1 : ( ruleTimeDifference ) ; public final void rule__TimeSet__DiffTimeAssignment_2_1_0_1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17675:1: ( ( ruleTimeDifference ) ) - // InternalDSL.g:17676:1: ( ruleTimeDifference ) + // InternalDSL.g:17377:1: ( ( ruleTimeDifference ) ) + // InternalDSL.g:17378:1: ( ruleTimeDifference ) { - // InternalDSL.g:17676:1: ( ruleTimeDifference ) - // InternalDSL.g:17677:1: ruleTimeDifference + // InternalDSL.g:17378:1: ( ruleTimeDifference ) + // InternalDSL.g:17379:1: ruleTimeDifference { before(grammarAccess.getTimeSetAccess().getDiffTimeTimeDifferenceParserRuleCall_2_1_0_1_0()); pushFollow(FOLLOW_2); @@ -47625,24 +46829,24 @@ public final void rule__TimeSet__DiffTimeAssignment_2_1_0_1() throws Recognition // $ANTLR start "rule__TimeSet__ProgressionModeAssignment_2_1_2_0" - // InternalDSL.g:17686:1: rule__TimeSet__ProgressionModeAssignment_2_1_2_0 : ( ( 'progressing' ) ) ; + // InternalDSL.g:17388:1: rule__TimeSet__ProgressionModeAssignment_2_1_2_0 : ( ( 'progressing' ) ) ; public final void rule__TimeSet__ProgressionModeAssignment_2_1_2_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17690:1: ( ( ( 'progressing' ) ) ) - // InternalDSL.g:17691:1: ( ( 'progressing' ) ) + // InternalDSL.g:17392:1: ( ( ( 'progressing' ) ) ) + // InternalDSL.g:17393:1: ( ( 'progressing' ) ) { - // InternalDSL.g:17691:1: ( ( 'progressing' ) ) - // InternalDSL.g:17692:1: ( 'progressing' ) + // InternalDSL.g:17393:1: ( ( 'progressing' ) ) + // InternalDSL.g:17394:1: ( 'progressing' ) { before(grammarAccess.getTimeSetAccess().getProgressionModeProgressingKeyword_2_1_2_0_0()); - // InternalDSL.g:17693:1: ( 'progressing' ) - // InternalDSL.g:17694:1: 'progressing' + // InternalDSL.g:17395:1: ( 'progressing' ) + // InternalDSL.g:17396:1: 'progressing' { before(grammarAccess.getTimeSetAccess().getProgressionModeProgressingKeyword_2_1_2_0_0()); - match(input,109,FOLLOW_2); + match(input,89,FOLLOW_2); after(grammarAccess.getTimeSetAccess().getProgressionModeProgressingKeyword_2_1_2_0_0()); } @@ -47670,17 +46874,17 @@ public final void rule__TimeSet__ProgressionModeAssignment_2_1_2_0() throws Reco // $ANTLR start "rule__TimeSet__ProgressionFactorAssignment_2_1_2_2_0" - // InternalDSL.g:17709:1: rule__TimeSet__ProgressionFactorAssignment_2_1_2_2_0 : ( ruleValueOrEnumValueOrOperation ) ; + // InternalDSL.g:17411:1: rule__TimeSet__ProgressionFactorAssignment_2_1_2_2_0 : ( ruleValueOrEnumValueOrOperation ) ; public final void rule__TimeSet__ProgressionFactorAssignment_2_1_2_2_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17713:1: ( ( ruleValueOrEnumValueOrOperation ) ) - // InternalDSL.g:17714:1: ( ruleValueOrEnumValueOrOperation ) + // InternalDSL.g:17415:1: ( ( ruleValueOrEnumValueOrOperation ) ) + // InternalDSL.g:17416:1: ( ruleValueOrEnumValueOrOperation ) { - // InternalDSL.g:17714:1: ( ruleValueOrEnumValueOrOperation ) - // InternalDSL.g:17715:1: ruleValueOrEnumValueOrOperation + // InternalDSL.g:17416:1: ( ruleValueOrEnumValueOrOperation ) + // InternalDSL.g:17417:1: ruleValueOrEnumValueOrOperation { before(grammarAccess.getTimeSetAccess().getProgressionFactorValueOrEnumValueOrOperationParserRuleCall_2_1_2_2_0_0()); pushFollow(FOLLOW_2); @@ -47711,21 +46915,21 @@ public final void rule__TimeSet__ProgressionFactorAssignment_2_1_2_2_0() throws // $ANTLR start "rule__TimeSet__ForksAssignment_3_2_0_0" - // InternalDSL.g:17724:1: rule__TimeSet__ForksAssignment_3_2_0_0 : ( ( ruleQualifiedName ) ) ; + // InternalDSL.g:17426:1: rule__TimeSet__ForksAssignment_3_2_0_0 : ( ( ruleQualifiedName ) ) ; public final void rule__TimeSet__ForksAssignment_3_2_0_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17728:1: ( ( ( ruleQualifiedName ) ) ) - // InternalDSL.g:17729:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:17430:1: ( ( ( ruleQualifiedName ) ) ) + // InternalDSL.g:17431:1: ( ( ruleQualifiedName ) ) { - // InternalDSL.g:17729:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:17730:1: ( ruleQualifiedName ) + // InternalDSL.g:17431:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:17432:1: ( ruleQualifiedName ) { before(grammarAccess.getTimeSetAccess().getForksForkDefinitionCrossReference_3_2_0_0_0()); - // InternalDSL.g:17731:1: ( ruleQualifiedName ) - // InternalDSL.g:17732:1: ruleQualifiedName + // InternalDSL.g:17433:1: ( ruleQualifiedName ) + // InternalDSL.g:17434:1: ruleQualifiedName { before(grammarAccess.getTimeSetAccess().getForksForkDefinitionQualifiedNameParserRuleCall_3_2_0_0_0_1()); pushFollow(FOLLOW_2); @@ -47760,24 +46964,24 @@ public final void rule__TimeSet__ForksAssignment_3_2_0_0() throws RecognitionExc // $ANTLR start "rule__TimeSet__MasterForkAssignment_3_2_0_1" - // InternalDSL.g:17743:1: rule__TimeSet__MasterForkAssignment_3_2_0_1 : ( ( 'master' ) ) ; + // InternalDSL.g:17445:1: rule__TimeSet__MasterForkAssignment_3_2_0_1 : ( ( 'master' ) ) ; public final void rule__TimeSet__MasterForkAssignment_3_2_0_1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17747:1: ( ( ( 'master' ) ) ) - // InternalDSL.g:17748:1: ( ( 'master' ) ) + // InternalDSL.g:17449:1: ( ( ( 'master' ) ) ) + // InternalDSL.g:17450:1: ( ( 'master' ) ) { - // InternalDSL.g:17748:1: ( ( 'master' ) ) - // InternalDSL.g:17749:1: ( 'master' ) + // InternalDSL.g:17450:1: ( ( 'master' ) ) + // InternalDSL.g:17451:1: ( 'master' ) { before(grammarAccess.getTimeSetAccess().getMasterForkMasterKeyword_3_2_0_1_0()); - // InternalDSL.g:17750:1: ( 'master' ) - // InternalDSL.g:17751:1: 'master' + // InternalDSL.g:17452:1: ( 'master' ) + // InternalDSL.g:17453:1: 'master' { before(grammarAccess.getTimeSetAccess().getMasterForkMasterKeyword_3_2_0_1_0()); - match(input,110,FOLLOW_2); + match(input,90,FOLLOW_2); after(grammarAccess.getTimeSetAccess().getMasterForkMasterKeyword_3_2_0_1_0()); } @@ -47805,21 +47009,21 @@ public final void rule__TimeSet__MasterForkAssignment_3_2_0_1() throws Recogniti // $ANTLR start "rule__TimeDifference__DirectionAssignment_0" - // InternalDSL.g:17766:1: rule__TimeDifference__DirectionAssignment_0 : ( ( rule__TimeDifference__DirectionAlternatives_0_0 ) ) ; + // InternalDSL.g:17468:1: rule__TimeDifference__DirectionAssignment_0 : ( ( rule__TimeDifference__DirectionAlternatives_0_0 ) ) ; public final void rule__TimeDifference__DirectionAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17770:1: ( ( ( rule__TimeDifference__DirectionAlternatives_0_0 ) ) ) - // InternalDSL.g:17771:1: ( ( rule__TimeDifference__DirectionAlternatives_0_0 ) ) + // InternalDSL.g:17472:1: ( ( ( rule__TimeDifference__DirectionAlternatives_0_0 ) ) ) + // InternalDSL.g:17473:1: ( ( rule__TimeDifference__DirectionAlternatives_0_0 ) ) { - // InternalDSL.g:17771:1: ( ( rule__TimeDifference__DirectionAlternatives_0_0 ) ) - // InternalDSL.g:17772:1: ( rule__TimeDifference__DirectionAlternatives_0_0 ) + // InternalDSL.g:17473:1: ( ( rule__TimeDifference__DirectionAlternatives_0_0 ) ) + // InternalDSL.g:17474:1: ( rule__TimeDifference__DirectionAlternatives_0_0 ) { before(grammarAccess.getTimeDifferenceAccess().getDirectionAlternatives_0_0()); - // InternalDSL.g:17773:1: ( rule__TimeDifference__DirectionAlternatives_0_0 ) - // InternalDSL.g:17773:2: rule__TimeDifference__DirectionAlternatives_0_0 + // InternalDSL.g:17475:1: ( rule__TimeDifference__DirectionAlternatives_0_0 ) + // InternalDSL.g:17475:2: rule__TimeDifference__DirectionAlternatives_0_0 { pushFollow(FOLLOW_2); rule__TimeDifference__DirectionAlternatives_0_0(); @@ -47852,25 +47056,21 @@ public final void rule__TimeDifference__DirectionAssignment_0() throws Recogniti // $ANTLR start "rule__TimeDifference__ValuesAssignment_1_1" - // InternalDSL.g:17782:1: rule__TimeDifference__ValuesAssignment_1_1 : ( ruleTimeDifferencePart ) ; + // InternalDSL.g:17484:1: rule__TimeDifference__ValuesAssignment_1_1 : ( RULE_TIMESPAN ) ; public final void rule__TimeDifference__ValuesAssignment_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17786:1: ( ( ruleTimeDifferencePart ) ) - // InternalDSL.g:17787:1: ( ruleTimeDifferencePart ) + // InternalDSL.g:17488:1: ( ( RULE_TIMESPAN ) ) + // InternalDSL.g:17489:1: ( RULE_TIMESPAN ) { - // InternalDSL.g:17787:1: ( ruleTimeDifferencePart ) - // InternalDSL.g:17788:1: ruleTimeDifferencePart + // InternalDSL.g:17489:1: ( RULE_TIMESPAN ) + // InternalDSL.g:17490:1: RULE_TIMESPAN { - before(grammarAccess.getTimeDifferenceAccess().getValuesTimeDifferencePartParserRuleCall_1_1_0()); - pushFollow(FOLLOW_2); - ruleTimeDifferencePart(); - - state._fsp--; - - after(grammarAccess.getTimeDifferenceAccess().getValuesTimeDifferencePartParserRuleCall_1_1_0()); + before(grammarAccess.getTimeDifferenceAccess().getValuesTIMESPANTerminalRuleCall_1_1_0()); + match(input,RULE_TIMESPAN,FOLLOW_2); + after(grammarAccess.getTimeDifferenceAccess().getValuesTIMESPANTerminalRuleCall_1_1_0()); } @@ -47892,109 +47092,25 @@ public final void rule__TimeDifference__ValuesAssignment_1_1() throws Recognitio // $ANTLR end "rule__TimeDifference__ValuesAssignment_1_1" - // $ANTLR start "rule__TimeDifferencePart__ValueAssignment_0" - // InternalDSL.g:17797:1: rule__TimeDifferencePart__ValueAssignment_0 : ( RULE_INTEGER ) ; - public final void rule__TimeDifferencePart__ValueAssignment_0() throws RecognitionException { - - int stackSize = keepStackSize(); - - try { - // InternalDSL.g:17801:1: ( ( RULE_INTEGER ) ) - // InternalDSL.g:17802:1: ( RULE_INTEGER ) - { - // InternalDSL.g:17802:1: ( RULE_INTEGER ) - // InternalDSL.g:17803:1: RULE_INTEGER - { - before(grammarAccess.getTimeDifferencePartAccess().getValueINTEGERTerminalRuleCall_0_0()); - match(input,RULE_INTEGER,FOLLOW_2); - after(grammarAccess.getTimeDifferencePartAccess().getValueINTEGERTerminalRuleCall_0_0()); - - } - - - } - - } - catch (RecognitionException re) { - reportError(re); - recover(input,re); - } - finally { - - restoreStackSize(stackSize); - - } - return ; - } - // $ANTLR end "rule__TimeDifferencePart__ValueAssignment_0" - - - // $ANTLR start "rule__TimeDifferencePart__TemporalUnitAssignment_2" - // InternalDSL.g:17812:1: rule__TimeDifferencePart__TemporalUnitAssignment_2 : ( ( rule__TimeDifferencePart__TemporalUnitAlternatives_2_0 ) ) ; - public final void rule__TimeDifferencePart__TemporalUnitAssignment_2() throws RecognitionException { - - int stackSize = keepStackSize(); - - try { - // InternalDSL.g:17816:1: ( ( ( rule__TimeDifferencePart__TemporalUnitAlternatives_2_0 ) ) ) - // InternalDSL.g:17817:1: ( ( rule__TimeDifferencePart__TemporalUnitAlternatives_2_0 ) ) - { - // InternalDSL.g:17817:1: ( ( rule__TimeDifferencePart__TemporalUnitAlternatives_2_0 ) ) - // InternalDSL.g:17818:1: ( rule__TimeDifferencePart__TemporalUnitAlternatives_2_0 ) - { - before(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitAlternatives_2_0()); - // InternalDSL.g:17819:1: ( rule__TimeDifferencePart__TemporalUnitAlternatives_2_0 ) - // InternalDSL.g:17819:2: rule__TimeDifferencePart__TemporalUnitAlternatives_2_0 - { - pushFollow(FOLLOW_2); - rule__TimeDifferencePart__TemporalUnitAlternatives_2_0(); - - state._fsp--; - - - } - - after(grammarAccess.getTimeDifferencePartAccess().getTemporalUnitAlternatives_2_0()); - - } - - - } - - } - catch (RecognitionException re) { - reportError(re); - recover(input,re); - } - finally { - - restoreStackSize(stackSize); - - } - return ; - } - // $ANTLR end "rule__TimeDifferencePart__TemporalUnitAssignment_2" - - // $ANTLR start "rule__Suite__InlinedAssignment_0" - // InternalDSL.g:17828:1: rule__Suite__InlinedAssignment_0 : ( ( 'inlined' ) ) ; + // InternalDSL.g:17499:1: rule__Suite__InlinedAssignment_0 : ( ( 'inlined' ) ) ; public final void rule__Suite__InlinedAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17832:1: ( ( ( 'inlined' ) ) ) - // InternalDSL.g:17833:1: ( ( 'inlined' ) ) + // InternalDSL.g:17503:1: ( ( ( 'inlined' ) ) ) + // InternalDSL.g:17504:1: ( ( 'inlined' ) ) { - // InternalDSL.g:17833:1: ( ( 'inlined' ) ) - // InternalDSL.g:17834:1: ( 'inlined' ) + // InternalDSL.g:17504:1: ( ( 'inlined' ) ) + // InternalDSL.g:17505:1: ( 'inlined' ) { before(grammarAccess.getSuiteAccess().getInlinedInlinedKeyword_0_0()); - // InternalDSL.g:17835:1: ( 'inlined' ) - // InternalDSL.g:17836:1: 'inlined' + // InternalDSL.g:17506:1: ( 'inlined' ) + // InternalDSL.g:17507:1: 'inlined' { before(grammarAccess.getSuiteAccess().getInlinedInlinedKeyword_0_0()); - match(input,105,FOLLOW_2); + match(input,85,FOLLOW_2); after(grammarAccess.getSuiteAccess().getInlinedInlinedKeyword_0_0()); } @@ -48022,17 +47138,17 @@ public final void rule__Suite__InlinedAssignment_0() throws RecognitionException // $ANTLR start "rule__Suite__MultiplierAssignment_3_0" - // InternalDSL.g:17851:1: rule__Suite__MultiplierAssignment_3_0 : ( ruleExecutionMultiplier ) ; + // InternalDSL.g:17522:1: rule__Suite__MultiplierAssignment_3_0 : ( ruleExecutionMultiplier ) ; public final void rule__Suite__MultiplierAssignment_3_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17855:1: ( ( ruleExecutionMultiplier ) ) - // InternalDSL.g:17856:1: ( ruleExecutionMultiplier ) + // InternalDSL.g:17526:1: ( ( ruleExecutionMultiplier ) ) + // InternalDSL.g:17527:1: ( ruleExecutionMultiplier ) { - // InternalDSL.g:17856:1: ( ruleExecutionMultiplier ) - // InternalDSL.g:17857:1: ruleExecutionMultiplier + // InternalDSL.g:17527:1: ( ruleExecutionMultiplier ) + // InternalDSL.g:17528:1: ruleExecutionMultiplier { before(grammarAccess.getSuiteAccess().getMultiplierExecutionMultiplierParserRuleCall_3_0_0()); pushFollow(FOLLOW_2); @@ -48063,21 +47179,21 @@ public final void rule__Suite__MultiplierAssignment_3_0() throws RecognitionExce // $ANTLR start "rule__Suite__DefinitionAssignment_4" - // InternalDSL.g:17866:1: rule__Suite__DefinitionAssignment_4 : ( ( ruleQualifiedName ) ) ; + // InternalDSL.g:17537:1: rule__Suite__DefinitionAssignment_4 : ( ( ruleQualifiedName ) ) ; public final void rule__Suite__DefinitionAssignment_4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17870:1: ( ( ( ruleQualifiedName ) ) ) - // InternalDSL.g:17871:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:17541:1: ( ( ( ruleQualifiedName ) ) ) + // InternalDSL.g:17542:1: ( ( ruleQualifiedName ) ) { - // InternalDSL.g:17871:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:17872:1: ( ruleQualifiedName ) + // InternalDSL.g:17542:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:17543:1: ( ruleQualifiedName ) { before(grammarAccess.getSuiteAccess().getDefinitionSuiteDefinitionCrossReference_4_0()); - // InternalDSL.g:17873:1: ( ruleQualifiedName ) - // InternalDSL.g:17874:1: ruleQualifiedName + // InternalDSL.g:17544:1: ( ruleQualifiedName ) + // InternalDSL.g:17545:1: ruleQualifiedName { before(grammarAccess.getSuiteAccess().getDefinitionSuiteDefinitionQualifiedNameParserRuleCall_4_0_1()); pushFollow(FOLLOW_2); @@ -48112,17 +47228,17 @@ public final void rule__Suite__DefinitionAssignment_4() throws RecognitionExcept // $ANTLR start "rule__Suite__ParametersAssignment_6_0" - // InternalDSL.g:17885:1: rule__Suite__ParametersAssignment_6_0 : ( ruleSuiteParameter ) ; + // InternalDSL.g:17556:1: rule__Suite__ParametersAssignment_6_0 : ( ruleSuiteParameter ) ; public final void rule__Suite__ParametersAssignment_6_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17889:1: ( ( ruleSuiteParameter ) ) - // InternalDSL.g:17890:1: ( ruleSuiteParameter ) + // InternalDSL.g:17560:1: ( ( ruleSuiteParameter ) ) + // InternalDSL.g:17561:1: ( ruleSuiteParameter ) { - // InternalDSL.g:17890:1: ( ruleSuiteParameter ) - // InternalDSL.g:17891:1: ruleSuiteParameter + // InternalDSL.g:17561:1: ( ruleSuiteParameter ) + // InternalDSL.g:17562:1: ruleSuiteParameter { before(grammarAccess.getSuiteAccess().getParametersSuiteParameterParserRuleCall_6_0_0()); pushFollow(FOLLOW_2); @@ -48153,17 +47269,17 @@ public final void rule__Suite__ParametersAssignment_6_0() throws RecognitionExce // $ANTLR start "rule__Suite__ReturnAssignment_7_0" - // InternalDSL.g:17900:1: rule__Suite__ReturnAssignment_7_0 : ( ruleSuiteReturn ) ; + // InternalDSL.g:17571:1: rule__Suite__ReturnAssignment_7_0 : ( ruleSuiteReturn ) ; public final void rule__Suite__ReturnAssignment_7_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17904:1: ( ( ruleSuiteReturn ) ) - // InternalDSL.g:17905:1: ( ruleSuiteReturn ) + // InternalDSL.g:17575:1: ( ( ruleSuiteReturn ) ) + // InternalDSL.g:17576:1: ( ruleSuiteReturn ) { - // InternalDSL.g:17905:1: ( ruleSuiteReturn ) - // InternalDSL.g:17906:1: ruleSuiteReturn + // InternalDSL.g:17576:1: ( ruleSuiteReturn ) + // InternalDSL.g:17577:1: ruleSuiteReturn { before(grammarAccess.getSuiteAccess().getReturnSuiteReturnParserRuleCall_7_0_0()); pushFollow(FOLLOW_2); @@ -48194,21 +47310,21 @@ public final void rule__Suite__ReturnAssignment_7_0() throws RecognitionExceptio // $ANTLR start "rule__Suite__ForkAssignment_8_2" - // InternalDSL.g:17915:1: rule__Suite__ForkAssignment_8_2 : ( ( ruleQualifiedName ) ) ; + // InternalDSL.g:17586:1: rule__Suite__ForkAssignment_8_2 : ( ( ruleQualifiedName ) ) ; public final void rule__Suite__ForkAssignment_8_2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17919:1: ( ( ( ruleQualifiedName ) ) ) - // InternalDSL.g:17920:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:17590:1: ( ( ( ruleQualifiedName ) ) ) + // InternalDSL.g:17591:1: ( ( ruleQualifiedName ) ) { - // InternalDSL.g:17920:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:17921:1: ( ruleQualifiedName ) + // InternalDSL.g:17591:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:17592:1: ( ruleQualifiedName ) { before(grammarAccess.getSuiteAccess().getForkForkDefinitionCrossReference_8_2_0()); - // InternalDSL.g:17922:1: ( ruleQualifiedName ) - // InternalDSL.g:17923:1: ruleQualifiedName + // InternalDSL.g:17593:1: ( ruleQualifiedName ) + // InternalDSL.g:17594:1: ruleQualifiedName { before(grammarAccess.getSuiteAccess().getForkForkDefinitionQualifiedNameParserRuleCall_8_2_0_1()); pushFollow(FOLLOW_2); @@ -48243,21 +47359,21 @@ public final void rule__Suite__ForkAssignment_8_2() throws RecognitionException // $ANTLR start "rule__Suite__VariantsAssignment_9_2_0" - // InternalDSL.g:17934:1: rule__Suite__VariantsAssignment_9_2_0 : ( ( ruleQualifiedName ) ) ; + // InternalDSL.g:17605:1: rule__Suite__VariantsAssignment_9_2_0 : ( ( ruleQualifiedName ) ) ; public final void rule__Suite__VariantsAssignment_9_2_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17938:1: ( ( ( ruleQualifiedName ) ) ) - // InternalDSL.g:17939:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:17609:1: ( ( ( ruleQualifiedName ) ) ) + // InternalDSL.g:17610:1: ( ( ruleQualifiedName ) ) { - // InternalDSL.g:17939:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:17940:1: ( ruleQualifiedName ) + // InternalDSL.g:17610:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:17611:1: ( ruleQualifiedName ) { before(grammarAccess.getSuiteAccess().getVariantsVariantDefinitionCrossReference_9_2_0_0()); - // InternalDSL.g:17941:1: ( ruleQualifiedName ) - // InternalDSL.g:17942:1: ruleQualifiedName + // InternalDSL.g:17612:1: ( ruleQualifiedName ) + // InternalDSL.g:17613:1: ruleQualifiedName { before(grammarAccess.getSuiteAccess().getVariantsVariantDefinitionQualifiedNameParserRuleCall_9_2_0_0_1()); pushFollow(FOLLOW_2); @@ -48292,21 +47408,21 @@ public final void rule__Suite__VariantsAssignment_9_2_0() throws RecognitionExce // $ANTLR start "rule__SuiteParameter__NameAssignment_0" - // InternalDSL.g:17953:1: rule__SuiteParameter__NameAssignment_0 : ( ( ruleQualifiedName ) ) ; + // InternalDSL.g:17624:1: rule__SuiteParameter__NameAssignment_0 : ( ( ruleQualifiedName ) ) ; public final void rule__SuiteParameter__NameAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17957:1: ( ( ( ruleQualifiedName ) ) ) - // InternalDSL.g:17958:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:17628:1: ( ( ( ruleQualifiedName ) ) ) + // InternalDSL.g:17629:1: ( ( ruleQualifiedName ) ) { - // InternalDSL.g:17958:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:17959:1: ( ruleQualifiedName ) + // InternalDSL.g:17629:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:17630:1: ( ruleQualifiedName ) { before(grammarAccess.getSuiteParameterAccess().getNameVariableOrConstantEntityCrossReference_0_0()); - // InternalDSL.g:17960:1: ( ruleQualifiedName ) - // InternalDSL.g:17961:1: ruleQualifiedName + // InternalDSL.g:17631:1: ( ruleQualifiedName ) + // InternalDSL.g:17632:1: ruleQualifiedName { before(grammarAccess.getSuiteParameterAccess().getNameVariableOrConstantEntityQualifiedNameParserRuleCall_0_0_1()); pushFollow(FOLLOW_2); @@ -48341,17 +47457,17 @@ public final void rule__SuiteParameter__NameAssignment_0() throws RecognitionExc // $ANTLR start "rule__SuiteParameter__ValueAssignment_4" - // InternalDSL.g:17972:1: rule__SuiteParameter__ValueAssignment_4 : ( ruleValueOrEnumValueOrOperationCollection ) ; + // InternalDSL.g:17643:1: rule__SuiteParameter__ValueAssignment_4 : ( ruleValueOrEnumValueOrOperationCollection ) ; public final void rule__SuiteParameter__ValueAssignment_4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17976:1: ( ( ruleValueOrEnumValueOrOperationCollection ) ) - // InternalDSL.g:17977:1: ( ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:17647:1: ( ( ruleValueOrEnumValueOrOperationCollection ) ) + // InternalDSL.g:17648:1: ( ruleValueOrEnumValueOrOperationCollection ) { - // InternalDSL.g:17977:1: ( ruleValueOrEnumValueOrOperationCollection ) - // InternalDSL.g:17978:1: ruleValueOrEnumValueOrOperationCollection + // InternalDSL.g:17648:1: ( ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:17649:1: ruleValueOrEnumValueOrOperationCollection { before(grammarAccess.getSuiteParameterAccess().getValueValueOrEnumValueOrOperationCollectionParserRuleCall_4_0()); pushFollow(FOLLOW_2); @@ -48382,21 +47498,21 @@ public final void rule__SuiteParameter__ValueAssignment_4() throws RecognitionEx // $ANTLR start "rule__SuiteReturn__NameAssignment_0" - // InternalDSL.g:17987:1: rule__SuiteReturn__NameAssignment_0 : ( ( ruleQualifiedName ) ) ; + // InternalDSL.g:17658:1: rule__SuiteReturn__NameAssignment_0 : ( ( ruleQualifiedName ) ) ; public final void rule__SuiteReturn__NameAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:17991:1: ( ( ( ruleQualifiedName ) ) ) - // InternalDSL.g:17992:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:17662:1: ( ( ( ruleQualifiedName ) ) ) + // InternalDSL.g:17663:1: ( ( ruleQualifiedName ) ) { - // InternalDSL.g:17992:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:17993:1: ( ruleQualifiedName ) + // InternalDSL.g:17663:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:17664:1: ( ruleQualifiedName ) { before(grammarAccess.getSuiteReturnAccess().getNameSuiteReturnDefinitionCrossReference_0_0()); - // InternalDSL.g:17994:1: ( ruleQualifiedName ) - // InternalDSL.g:17995:1: ruleQualifiedName + // InternalDSL.g:17665:1: ( ruleQualifiedName ) + // InternalDSL.g:17666:1: ruleQualifiedName { before(grammarAccess.getSuiteReturnAccess().getNameSuiteReturnDefinitionQualifiedNameParserRuleCall_0_0_1()); pushFollow(FOLLOW_2); @@ -48431,17 +47547,17 @@ public final void rule__SuiteReturn__NameAssignment_0() throws RecognitionExcept // $ANTLR start "rule__SuiteReturn__TargetAssignment_4" - // InternalDSL.g:18006:1: rule__SuiteReturn__TargetAssignment_4 : ( ruleVariableVariable ) ; + // InternalDSL.g:17677:1: rule__SuiteReturn__TargetAssignment_4 : ( ruleVariableVariable ) ; public final void rule__SuiteReturn__TargetAssignment_4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18010:1: ( ( ruleVariableVariable ) ) - // InternalDSL.g:18011:1: ( ruleVariableVariable ) + // InternalDSL.g:17681:1: ( ( ruleVariableVariable ) ) + // InternalDSL.g:17682:1: ( ruleVariableVariable ) { - // InternalDSL.g:18011:1: ( ruleVariableVariable ) - // InternalDSL.g:18012:1: ruleVariableVariable + // InternalDSL.g:17682:1: ( ruleVariableVariable ) + // InternalDSL.g:17683:1: ruleVariableVariable { before(grammarAccess.getSuiteReturnAccess().getTargetVariableVariableParserRuleCall_4_0()); pushFollow(FOLLOW_2); @@ -48472,17 +47588,17 @@ public final void rule__SuiteReturn__TargetAssignment_4() throws RecognitionExce // $ANTLR start "rule__Parameter__NameAssignment_0" - // InternalDSL.g:18021:1: rule__Parameter__NameAssignment_0 : ( ruleParameterName ) ; + // InternalDSL.g:17692:1: rule__Parameter__NameAssignment_0 : ( ruleParameterName ) ; public final void rule__Parameter__NameAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18025:1: ( ( ruleParameterName ) ) - // InternalDSL.g:18026:1: ( ruleParameterName ) + // InternalDSL.g:17696:1: ( ( ruleParameterName ) ) + // InternalDSL.g:17697:1: ( ruleParameterName ) { - // InternalDSL.g:18026:1: ( ruleParameterName ) - // InternalDSL.g:18027:1: ruleParameterName + // InternalDSL.g:17697:1: ( ruleParameterName ) + // InternalDSL.g:17698:1: ruleParameterName { before(grammarAccess.getParameterAccess().getNameParameterNameParserRuleCall_0_0()); pushFollow(FOLLOW_2); @@ -48513,17 +47629,17 @@ public final void rule__Parameter__NameAssignment_0() throws RecognitionExceptio // $ANTLR start "rule__Parameter__ValueAssignment_4" - // InternalDSL.g:18036:1: rule__Parameter__ValueAssignment_4 : ( ruleValueOrEnumValueOrOperationCollection ) ; + // InternalDSL.g:17707:1: rule__Parameter__ValueAssignment_4 : ( ruleValueOrEnumValueOrOperationCollection ) ; public final void rule__Parameter__ValueAssignment_4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18040:1: ( ( ruleValueOrEnumValueOrOperationCollection ) ) - // InternalDSL.g:18041:1: ( ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:17711:1: ( ( ruleValueOrEnumValueOrOperationCollection ) ) + // InternalDSL.g:17712:1: ( ruleValueOrEnumValueOrOperationCollection ) { - // InternalDSL.g:18041:1: ( ruleValueOrEnumValueOrOperationCollection ) - // InternalDSL.g:18042:1: ruleValueOrEnumValueOrOperationCollection + // InternalDSL.g:17712:1: ( ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:17713:1: ruleValueOrEnumValueOrOperationCollection { before(grammarAccess.getParameterAccess().getValueValueOrEnumValueOrOperationCollectionParserRuleCall_4_0()); pushFollow(FOLLOW_2); @@ -48554,21 +47670,21 @@ public final void rule__Parameter__ValueAssignment_4() throws RecognitionExcepti // $ANTLR start "rule__FixedParameterName__AnnotationAssignment" - // InternalDSL.g:18051:1: rule__FixedParameterName__AnnotationAssignment : ( ( RULE_ID ) ) ; + // InternalDSL.g:17722:1: rule__FixedParameterName__AnnotationAssignment : ( ( RULE_ID ) ) ; public final void rule__FixedParameterName__AnnotationAssignment() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18055:1: ( ( ( RULE_ID ) ) ) - // InternalDSL.g:18056:1: ( ( RULE_ID ) ) + // InternalDSL.g:17726:1: ( ( ( RULE_ID ) ) ) + // InternalDSL.g:17727:1: ( ( RULE_ID ) ) { - // InternalDSL.g:18056:1: ( ( RULE_ID ) ) - // InternalDSL.g:18057:1: ( RULE_ID ) + // InternalDSL.g:17727:1: ( ( RULE_ID ) ) + // InternalDSL.g:17728:1: ( RULE_ID ) { before(grammarAccess.getFixedParameterNameAccess().getAnnotationJvmAnnotationReferenceCrossReference_0()); - // InternalDSL.g:18058:1: ( RULE_ID ) - // InternalDSL.g:18059:1: RULE_ID + // InternalDSL.g:17729:1: ( RULE_ID ) + // InternalDSL.g:17730:1: RULE_ID { before(grammarAccess.getFixedParameterNameAccess().getAnnotationJvmAnnotationReferenceIDTerminalRuleCall_0_1()); match(input,RULE_ID,FOLLOW_2); @@ -48599,17 +47715,17 @@ public final void rule__FixedParameterName__AnnotationAssignment() throws Recogn // $ANTLR start "rule__ArbitraryParameterOrResultName__IdentifierAssignment_1_0" - // InternalDSL.g:18070:1: rule__ArbitraryParameterOrResultName__IdentifierAssignment_1_0 : ( RULE_ID ) ; + // InternalDSL.g:17741:1: rule__ArbitraryParameterOrResultName__IdentifierAssignment_1_0 : ( RULE_ID ) ; public final void rule__ArbitraryParameterOrResultName__IdentifierAssignment_1_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18074:1: ( ( RULE_ID ) ) - // InternalDSL.g:18075:1: ( RULE_ID ) + // InternalDSL.g:17745:1: ( ( RULE_ID ) ) + // InternalDSL.g:17746:1: ( RULE_ID ) { - // InternalDSL.g:18075:1: ( RULE_ID ) - // InternalDSL.g:18076:1: RULE_ID + // InternalDSL.g:17746:1: ( RULE_ID ) + // InternalDSL.g:17747:1: RULE_ID { before(grammarAccess.getArbitraryParameterOrResultNameAccess().getIdentifierIDTerminalRuleCall_1_0_0()); match(input,RULE_ID,FOLLOW_2); @@ -48636,17 +47752,17 @@ public final void rule__ArbitraryParameterOrResultName__IdentifierAssignment_1_0 // $ANTLR start "rule__ArbitraryParameterOrResultName__StringIdentifierAssignment_1_1" - // InternalDSL.g:18085:1: rule__ArbitraryParameterOrResultName__StringIdentifierAssignment_1_1 : ( RULE_STRING ) ; + // InternalDSL.g:17756:1: rule__ArbitraryParameterOrResultName__StringIdentifierAssignment_1_1 : ( RULE_STRING ) ; public final void rule__ArbitraryParameterOrResultName__StringIdentifierAssignment_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18089:1: ( ( RULE_STRING ) ) - // InternalDSL.g:18090:1: ( RULE_STRING ) + // InternalDSL.g:17760:1: ( ( RULE_STRING ) ) + // InternalDSL.g:17761:1: ( RULE_STRING ) { - // InternalDSL.g:18090:1: ( RULE_STRING ) - // InternalDSL.g:18091:1: RULE_STRING + // InternalDSL.g:17761:1: ( RULE_STRING ) + // InternalDSL.g:17762:1: RULE_STRING { before(grammarAccess.getArbitraryParameterOrResultNameAccess().getStringIdentifierSTRINGTerminalRuleCall_1_1_0()); match(input,RULE_STRING,FOLLOW_2); @@ -48673,17 +47789,17 @@ public final void rule__ArbitraryParameterOrResultName__StringIdentifierAssignme // $ANTLR start "rule__StandardOperation__FirstOperandAssignment_2" - // InternalDSL.g:18100:1: rule__StandardOperation__FirstOperandAssignment_2 : ( ruleValueOrEnumValueOrOperation ) ; + // InternalDSL.g:17771:1: rule__StandardOperation__FirstOperandAssignment_2 : ( ruleValueOrEnumValueOrOperation ) ; public final void rule__StandardOperation__FirstOperandAssignment_2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18104:1: ( ( ruleValueOrEnumValueOrOperation ) ) - // InternalDSL.g:18105:1: ( ruleValueOrEnumValueOrOperation ) + // InternalDSL.g:17775:1: ( ( ruleValueOrEnumValueOrOperation ) ) + // InternalDSL.g:17776:1: ( ruleValueOrEnumValueOrOperation ) { - // InternalDSL.g:18105:1: ( ruleValueOrEnumValueOrOperation ) - // InternalDSL.g:18106:1: ruleValueOrEnumValueOrOperation + // InternalDSL.g:17776:1: ( ruleValueOrEnumValueOrOperation ) + // InternalDSL.g:17777:1: ruleValueOrEnumValueOrOperation { before(grammarAccess.getStandardOperationAccess().getFirstOperandValueOrEnumValueOrOperationParserRuleCall_2_0()); pushFollow(FOLLOW_2); @@ -48714,21 +47830,21 @@ public final void rule__StandardOperation__FirstOperandAssignment_2() throws Rec // $ANTLR start "rule__StandardOperation__OperatorsAssignment_4_0" - // InternalDSL.g:18115:1: rule__StandardOperation__OperatorsAssignment_4_0 : ( ( rule__StandardOperation__OperatorsAlternatives_4_0_0 ) ) ; + // InternalDSL.g:17786:1: rule__StandardOperation__OperatorsAssignment_4_0 : ( ( rule__StandardOperation__OperatorsAlternatives_4_0_0 ) ) ; public final void rule__StandardOperation__OperatorsAssignment_4_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18119:1: ( ( ( rule__StandardOperation__OperatorsAlternatives_4_0_0 ) ) ) - // InternalDSL.g:18120:1: ( ( rule__StandardOperation__OperatorsAlternatives_4_0_0 ) ) + // InternalDSL.g:17790:1: ( ( ( rule__StandardOperation__OperatorsAlternatives_4_0_0 ) ) ) + // InternalDSL.g:17791:1: ( ( rule__StandardOperation__OperatorsAlternatives_4_0_0 ) ) { - // InternalDSL.g:18120:1: ( ( rule__StandardOperation__OperatorsAlternatives_4_0_0 ) ) - // InternalDSL.g:18121:1: ( rule__StandardOperation__OperatorsAlternatives_4_0_0 ) + // InternalDSL.g:17791:1: ( ( rule__StandardOperation__OperatorsAlternatives_4_0_0 ) ) + // InternalDSL.g:17792:1: ( rule__StandardOperation__OperatorsAlternatives_4_0_0 ) { before(grammarAccess.getStandardOperationAccess().getOperatorsAlternatives_4_0_0()); - // InternalDSL.g:18122:1: ( rule__StandardOperation__OperatorsAlternatives_4_0_0 ) - // InternalDSL.g:18122:2: rule__StandardOperation__OperatorsAlternatives_4_0_0 + // InternalDSL.g:17793:1: ( rule__StandardOperation__OperatorsAlternatives_4_0_0 ) + // InternalDSL.g:17793:2: rule__StandardOperation__OperatorsAlternatives_4_0_0 { pushFollow(FOLLOW_2); rule__StandardOperation__OperatorsAlternatives_4_0_0(); @@ -48761,17 +47877,17 @@ public final void rule__StandardOperation__OperatorsAssignment_4_0() throws Reco // $ANTLR start "rule__StandardOperation__MoreOperandsAssignment_4_2" - // InternalDSL.g:18131:1: rule__StandardOperation__MoreOperandsAssignment_4_2 : ( ruleValueOrEnumValueOrOperation ) ; + // InternalDSL.g:17802:1: rule__StandardOperation__MoreOperandsAssignment_4_2 : ( ruleValueOrEnumValueOrOperation ) ; public final void rule__StandardOperation__MoreOperandsAssignment_4_2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18135:1: ( ( ruleValueOrEnumValueOrOperation ) ) - // InternalDSL.g:18136:1: ( ruleValueOrEnumValueOrOperation ) + // InternalDSL.g:17806:1: ( ( ruleValueOrEnumValueOrOperation ) ) + // InternalDSL.g:17807:1: ( ruleValueOrEnumValueOrOperation ) { - // InternalDSL.g:18136:1: ( ruleValueOrEnumValueOrOperation ) - // InternalDSL.g:18137:1: ruleValueOrEnumValueOrOperation + // InternalDSL.g:17807:1: ( ruleValueOrEnumValueOrOperation ) + // InternalDSL.g:17808:1: ruleValueOrEnumValueOrOperation { before(grammarAccess.getStandardOperationAccess().getMoreOperandsValueOrEnumValueOrOperationParserRuleCall_4_2_0()); pushFollow(FOLLOW_2); @@ -48802,17 +47918,17 @@ public final void rule__StandardOperation__MoreOperandsAssignment_4_2() throws R // $ANTLR start "rule__CustomOperation__PrefixOperandAssignment_2_0" - // InternalDSL.g:18146:1: rule__CustomOperation__PrefixOperandAssignment_2_0 : ( ruleValueOrEnumValueOrOperationCollection ) ; + // InternalDSL.g:17817:1: rule__CustomOperation__PrefixOperandAssignment_2_0 : ( ruleValueOrEnumValueOrOperationCollection ) ; public final void rule__CustomOperation__PrefixOperandAssignment_2_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18150:1: ( ( ruleValueOrEnumValueOrOperationCollection ) ) - // InternalDSL.g:18151:1: ( ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:17821:1: ( ( ruleValueOrEnumValueOrOperationCollection ) ) + // InternalDSL.g:17822:1: ( ruleValueOrEnumValueOrOperationCollection ) { - // InternalDSL.g:18151:1: ( ruleValueOrEnumValueOrOperationCollection ) - // InternalDSL.g:18152:1: ruleValueOrEnumValueOrOperationCollection + // InternalDSL.g:17822:1: ( ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:17823:1: ruleValueOrEnumValueOrOperationCollection { before(grammarAccess.getCustomOperationAccess().getPrefixOperandValueOrEnumValueOrOperationCollectionParserRuleCall_2_0_0()); pushFollow(FOLLOW_2); @@ -48843,21 +47959,21 @@ public final void rule__CustomOperation__PrefixOperandAssignment_2_0() throws Re // $ANTLR start "rule__CustomOperation__DefinitionAssignment_3" - // InternalDSL.g:18161:1: rule__CustomOperation__DefinitionAssignment_3 : ( ( ruleQualifiedName ) ) ; + // InternalDSL.g:17832:1: rule__CustomOperation__DefinitionAssignment_3 : ( ( ruleQualifiedName ) ) ; public final void rule__CustomOperation__DefinitionAssignment_3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18165:1: ( ( ( ruleQualifiedName ) ) ) - // InternalDSL.g:18166:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:17836:1: ( ( ( ruleQualifiedName ) ) ) + // InternalDSL.g:17837:1: ( ( ruleQualifiedName ) ) { - // InternalDSL.g:18166:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:18167:1: ( ruleQualifiedName ) + // InternalDSL.g:17837:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:17838:1: ( ruleQualifiedName ) { before(grammarAccess.getCustomOperationAccess().getDefinitionOperationDefinitionCrossReference_3_0()); - // InternalDSL.g:18168:1: ( ruleQualifiedName ) - // InternalDSL.g:18169:1: ruleQualifiedName + // InternalDSL.g:17839:1: ( ruleQualifiedName ) + // InternalDSL.g:17840:1: ruleQualifiedName { before(grammarAccess.getCustomOperationAccess().getDefinitionOperationDefinitionQualifiedNameParserRuleCall_3_0_1()); pushFollow(FOLLOW_2); @@ -48892,17 +48008,17 @@ public final void rule__CustomOperation__DefinitionAssignment_3() throws Recogni // $ANTLR start "rule__CustomOperation__PostfixOperandAssignment_4_2" - // InternalDSL.g:18180:1: rule__CustomOperation__PostfixOperandAssignment_4_2 : ( ruleValueOrEnumValueOrOperationCollection ) ; + // InternalDSL.g:17851:1: rule__CustomOperation__PostfixOperandAssignment_4_2 : ( ruleValueOrEnumValueOrOperationCollection ) ; public final void rule__CustomOperation__PostfixOperandAssignment_4_2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18184:1: ( ( ruleValueOrEnumValueOrOperationCollection ) ) - // InternalDSL.g:18185:1: ( ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:17855:1: ( ( ruleValueOrEnumValueOrOperationCollection ) ) + // InternalDSL.g:17856:1: ( ruleValueOrEnumValueOrOperationCollection ) { - // InternalDSL.g:18185:1: ( ruleValueOrEnumValueOrOperationCollection ) - // InternalDSL.g:18186:1: ruleValueOrEnumValueOrOperationCollection + // InternalDSL.g:17856:1: ( ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:17857:1: ruleValueOrEnumValueOrOperationCollection { before(grammarAccess.getCustomOperationAccess().getPostfixOperandValueOrEnumValueOrOperationCollectionParserRuleCall_4_2_0()); pushFollow(FOLLOW_2); @@ -48933,17 +48049,17 @@ public final void rule__CustomOperation__PostfixOperandAssignment_4_2() throws R // $ANTLR start "rule__ValueOrEnumValueOrOperationCollection__ValueAssignment_0" - // InternalDSL.g:18195:1: rule__ValueOrEnumValueOrOperationCollection__ValueAssignment_0 : ( ruleValueOrEnumValueOrOperation ) ; + // InternalDSL.g:17866:1: rule__ValueOrEnumValueOrOperationCollection__ValueAssignment_0 : ( ruleValueOrEnumValueOrOperation ) ; public final void rule__ValueOrEnumValueOrOperationCollection__ValueAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18199:1: ( ( ruleValueOrEnumValueOrOperation ) ) - // InternalDSL.g:18200:1: ( ruleValueOrEnumValueOrOperation ) + // InternalDSL.g:17870:1: ( ( ruleValueOrEnumValueOrOperation ) ) + // InternalDSL.g:17871:1: ( ruleValueOrEnumValueOrOperation ) { - // InternalDSL.g:18200:1: ( ruleValueOrEnumValueOrOperation ) - // InternalDSL.g:18201:1: ruleValueOrEnumValueOrOperation + // InternalDSL.g:17871:1: ( ruleValueOrEnumValueOrOperation ) + // InternalDSL.g:17872:1: ruleValueOrEnumValueOrOperation { before(grammarAccess.getValueOrEnumValueOrOperationCollectionAccess().getValueValueOrEnumValueOrOperationParserRuleCall_0_0()); pushFollow(FOLLOW_2); @@ -48974,17 +48090,17 @@ public final void rule__ValueOrEnumValueOrOperationCollection__ValueAssignment_0 // $ANTLR start "rule__ValueOrEnumValueOrOperationCollection__MoreValuesAssignment_1_3" - // InternalDSL.g:18210:1: rule__ValueOrEnumValueOrOperationCollection__MoreValuesAssignment_1_3 : ( ruleValueOrEnumValueOrOperation ) ; + // InternalDSL.g:17881:1: rule__ValueOrEnumValueOrOperationCollection__MoreValuesAssignment_1_3 : ( ruleValueOrEnumValueOrOperation ) ; public final void rule__ValueOrEnumValueOrOperationCollection__MoreValuesAssignment_1_3() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18214:1: ( ( ruleValueOrEnumValueOrOperation ) ) - // InternalDSL.g:18215:1: ( ruleValueOrEnumValueOrOperation ) + // InternalDSL.g:17885:1: ( ( ruleValueOrEnumValueOrOperation ) ) + // InternalDSL.g:17886:1: ( ruleValueOrEnumValueOrOperation ) { - // InternalDSL.g:18215:1: ( ruleValueOrEnumValueOrOperation ) - // InternalDSL.g:18216:1: ruleValueOrEnumValueOrOperation + // InternalDSL.g:17886:1: ( ruleValueOrEnumValueOrOperation ) + // InternalDSL.g:17887:1: ruleValueOrEnumValueOrOperation { before(grammarAccess.getValueOrEnumValueOrOperationCollectionAccess().getMoreValuesValueOrEnumValueOrOperationParserRuleCall_1_3_0()); pushFollow(FOLLOW_2); @@ -49015,17 +48131,17 @@ public final void rule__ValueOrEnumValueOrOperationCollection__MoreValuesAssignm // $ANTLR start "rule__IntegerValue__IntegerValueAssignment" - // InternalDSL.g:18225:1: rule__IntegerValue__IntegerValueAssignment : ( RULE_INTEGER ) ; + // InternalDSL.g:17896:1: rule__IntegerValue__IntegerValueAssignment : ( RULE_INTEGER ) ; public final void rule__IntegerValue__IntegerValueAssignment() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18229:1: ( ( RULE_INTEGER ) ) - // InternalDSL.g:18230:1: ( RULE_INTEGER ) + // InternalDSL.g:17900:1: ( ( RULE_INTEGER ) ) + // InternalDSL.g:17901:1: ( RULE_INTEGER ) { - // InternalDSL.g:18230:1: ( RULE_INTEGER ) - // InternalDSL.g:18231:1: RULE_INTEGER + // InternalDSL.g:17901:1: ( RULE_INTEGER ) + // InternalDSL.g:17902:1: RULE_INTEGER { before(grammarAccess.getIntegerValueAccess().getIntegerValueINTEGERTerminalRuleCall_0()); match(input,RULE_INTEGER,FOLLOW_2); @@ -49052,17 +48168,17 @@ public final void rule__IntegerValue__IntegerValueAssignment() throws Recognitio // $ANTLR start "rule__DecimalValue__DecimalValueAssignment" - // InternalDSL.g:18240:1: rule__DecimalValue__DecimalValueAssignment : ( RULE_DECIMAL ) ; + // InternalDSL.g:17911:1: rule__DecimalValue__DecimalValueAssignment : ( RULE_DECIMAL ) ; public final void rule__DecimalValue__DecimalValueAssignment() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18244:1: ( ( RULE_DECIMAL ) ) - // InternalDSL.g:18245:1: ( RULE_DECIMAL ) + // InternalDSL.g:17915:1: ( ( RULE_DECIMAL ) ) + // InternalDSL.g:17916:1: ( RULE_DECIMAL ) { - // InternalDSL.g:18245:1: ( RULE_DECIMAL ) - // InternalDSL.g:18246:1: RULE_DECIMAL + // InternalDSL.g:17916:1: ( RULE_DECIMAL ) + // InternalDSL.g:17917:1: RULE_DECIMAL { before(grammarAccess.getDecimalValueAccess().getDecimalValueDECIMALTerminalRuleCall_0()); match(input,RULE_DECIMAL,FOLLOW_2); @@ -49089,17 +48205,17 @@ public final void rule__DecimalValue__DecimalValueAssignment() throws Recognitio // $ANTLR start "rule__StringValue__StringValueAssignment" - // InternalDSL.g:18255:1: rule__StringValue__StringValueAssignment : ( RULE_STRING ) ; + // InternalDSL.g:17926:1: rule__StringValue__StringValueAssignment : ( RULE_STRING ) ; public final void rule__StringValue__StringValueAssignment() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18259:1: ( ( RULE_STRING ) ) - // InternalDSL.g:18260:1: ( RULE_STRING ) + // InternalDSL.g:17930:1: ( ( RULE_STRING ) ) + // InternalDSL.g:17931:1: ( RULE_STRING ) { - // InternalDSL.g:18260:1: ( RULE_STRING ) - // InternalDSL.g:18261:1: RULE_STRING + // InternalDSL.g:17931:1: ( RULE_STRING ) + // InternalDSL.g:17932:1: RULE_STRING { before(grammarAccess.getStringValueAccess().getStringValueSTRINGTerminalRuleCall_0()); match(input,RULE_STRING,FOLLOW_2); @@ -49126,21 +48242,21 @@ public final void rule__StringValue__StringValueAssignment() throws RecognitionE // $ANTLR start "rule__BooleanValue__BooleanValueAssignment" - // InternalDSL.g:18270:1: rule__BooleanValue__BooleanValueAssignment : ( ( rule__BooleanValue__BooleanValueAlternatives_0 ) ) ; + // InternalDSL.g:17941:1: rule__BooleanValue__BooleanValueAssignment : ( ( rule__BooleanValue__BooleanValueAlternatives_0 ) ) ; public final void rule__BooleanValue__BooleanValueAssignment() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18274:1: ( ( ( rule__BooleanValue__BooleanValueAlternatives_0 ) ) ) - // InternalDSL.g:18275:1: ( ( rule__BooleanValue__BooleanValueAlternatives_0 ) ) + // InternalDSL.g:17945:1: ( ( ( rule__BooleanValue__BooleanValueAlternatives_0 ) ) ) + // InternalDSL.g:17946:1: ( ( rule__BooleanValue__BooleanValueAlternatives_0 ) ) { - // InternalDSL.g:18275:1: ( ( rule__BooleanValue__BooleanValueAlternatives_0 ) ) - // InternalDSL.g:18276:1: ( rule__BooleanValue__BooleanValueAlternatives_0 ) + // InternalDSL.g:17946:1: ( ( rule__BooleanValue__BooleanValueAlternatives_0 ) ) + // InternalDSL.g:17947:1: ( rule__BooleanValue__BooleanValueAlternatives_0 ) { before(grammarAccess.getBooleanValueAccess().getBooleanValueAlternatives_0()); - // InternalDSL.g:18277:1: ( rule__BooleanValue__BooleanValueAlternatives_0 ) - // InternalDSL.g:18277:2: rule__BooleanValue__BooleanValueAlternatives_0 + // InternalDSL.g:17948:1: ( rule__BooleanValue__BooleanValueAlternatives_0 ) + // InternalDSL.g:17948:2: rule__BooleanValue__BooleanValueAlternatives_0 { pushFollow(FOLLOW_2); rule__BooleanValue__BooleanValueAlternatives_0(); @@ -49173,17 +48289,17 @@ public final void rule__BooleanValue__BooleanValueAssignment() throws Recognitio // $ANTLR start "rule__IsoDateValue__DateValueAssignment" - // InternalDSL.g:18286:1: rule__IsoDateValue__DateValueAssignment : ( RULE_ISODATE ) ; + // InternalDSL.g:17957:1: rule__IsoDateValue__DateValueAssignment : ( RULE_ISODATE ) ; public final void rule__IsoDateValue__DateValueAssignment() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18290:1: ( ( RULE_ISODATE ) ) - // InternalDSL.g:18291:1: ( RULE_ISODATE ) + // InternalDSL.g:17961:1: ( ( RULE_ISODATE ) ) + // InternalDSL.g:17962:1: ( RULE_ISODATE ) { - // InternalDSL.g:18291:1: ( RULE_ISODATE ) - // InternalDSL.g:18292:1: RULE_ISODATE + // InternalDSL.g:17962:1: ( RULE_ISODATE ) + // InternalDSL.g:17963:1: RULE_ISODATE { before(grammarAccess.getIsoDateValueAccess().getDateValueISODATETerminalRuleCall_0()); match(input,RULE_ISODATE,FOLLOW_2); @@ -49210,17 +48326,17 @@ public final void rule__IsoDateValue__DateValueAssignment() throws RecognitionEx // $ANTLR start "rule__EuropeanDateValue__DateValueAssignment" - // InternalDSL.g:18301:1: rule__EuropeanDateValue__DateValueAssignment : ( RULE_EURODATE ) ; + // InternalDSL.g:17972:1: rule__EuropeanDateValue__DateValueAssignment : ( RULE_EURODATE ) ; public final void rule__EuropeanDateValue__DateValueAssignment() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18305:1: ( ( RULE_EURODATE ) ) - // InternalDSL.g:18306:1: ( RULE_EURODATE ) + // InternalDSL.g:17976:1: ( ( RULE_EURODATE ) ) + // InternalDSL.g:17977:1: ( RULE_EURODATE ) { - // InternalDSL.g:18306:1: ( RULE_EURODATE ) - // InternalDSL.g:18307:1: RULE_EURODATE + // InternalDSL.g:17977:1: ( RULE_EURODATE ) + // InternalDSL.g:17978:1: RULE_EURODATE { before(grammarAccess.getEuropeanDateValueAccess().getDateValueEURODATETerminalRuleCall_0()); match(input,RULE_EURODATE,FOLLOW_2); @@ -49247,17 +48363,17 @@ public final void rule__EuropeanDateValue__DateValueAssignment() throws Recognit // $ANTLR start "rule__USDateValue__DateValueAssignment" - // InternalDSL.g:18316:1: rule__USDateValue__DateValueAssignment : ( RULE_USDATE ) ; + // InternalDSL.g:17987:1: rule__USDateValue__DateValueAssignment : ( RULE_USDATE ) ; public final void rule__USDateValue__DateValueAssignment() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18320:1: ( ( RULE_USDATE ) ) - // InternalDSL.g:18321:1: ( RULE_USDATE ) + // InternalDSL.g:17991:1: ( ( RULE_USDATE ) ) + // InternalDSL.g:17992:1: ( RULE_USDATE ) { - // InternalDSL.g:18321:1: ( RULE_USDATE ) - // InternalDSL.g:18322:1: RULE_USDATE + // InternalDSL.g:17992:1: ( RULE_USDATE ) + // InternalDSL.g:17993:1: RULE_USDATE { before(grammarAccess.getUSDateValueAccess().getDateValueUSDATETerminalRuleCall_0()); match(input,RULE_USDATE,FOLLOW_2); @@ -49284,17 +48400,17 @@ public final void rule__USDateValue__DateValueAssignment() throws RecognitionExc // $ANTLR start "rule__IsoTimeValue__TimeValueAssignment" - // InternalDSL.g:18331:1: rule__IsoTimeValue__TimeValueAssignment : ( RULE_ISOTIME ) ; + // InternalDSL.g:18002:1: rule__IsoTimeValue__TimeValueAssignment : ( RULE_ISOTIME ) ; public final void rule__IsoTimeValue__TimeValueAssignment() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18335:1: ( ( RULE_ISOTIME ) ) - // InternalDSL.g:18336:1: ( RULE_ISOTIME ) + // InternalDSL.g:18006:1: ( ( RULE_ISOTIME ) ) + // InternalDSL.g:18007:1: ( RULE_ISOTIME ) { - // InternalDSL.g:18336:1: ( RULE_ISOTIME ) - // InternalDSL.g:18337:1: RULE_ISOTIME + // InternalDSL.g:18007:1: ( RULE_ISOTIME ) + // InternalDSL.g:18008:1: RULE_ISOTIME { before(grammarAccess.getIsoTimeValueAccess().getTimeValueISOTIMETerminalRuleCall_0()); match(input,RULE_ISOTIME,FOLLOW_2); @@ -49321,17 +48437,17 @@ public final void rule__IsoTimeValue__TimeValueAssignment() throws RecognitionEx // $ANTLR start "rule__Simple24HrsTimeValue__TimeValueAssignment" - // InternalDSL.g:18346:1: rule__Simple24HrsTimeValue__TimeValueAssignment : ( RULE_TWENTYFOURHRSTIME ) ; + // InternalDSL.g:18017:1: rule__Simple24HrsTimeValue__TimeValueAssignment : ( RULE_TWENTYFOURHRSTIME ) ; public final void rule__Simple24HrsTimeValue__TimeValueAssignment() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18350:1: ( ( RULE_TWENTYFOURHRSTIME ) ) - // InternalDSL.g:18351:1: ( RULE_TWENTYFOURHRSTIME ) + // InternalDSL.g:18021:1: ( ( RULE_TWENTYFOURHRSTIME ) ) + // InternalDSL.g:18022:1: ( RULE_TWENTYFOURHRSTIME ) { - // InternalDSL.g:18351:1: ( RULE_TWENTYFOURHRSTIME ) - // InternalDSL.g:18352:1: RULE_TWENTYFOURHRSTIME + // InternalDSL.g:18022:1: ( RULE_TWENTYFOURHRSTIME ) + // InternalDSL.g:18023:1: RULE_TWENTYFOURHRSTIME { before(grammarAccess.getSimple24HrsTimeValueAccess().getTimeValueTWENTYFOURHRSTIMETerminalRuleCall_0()); match(input,RULE_TWENTYFOURHRSTIME,FOLLOW_2); @@ -49358,17 +48474,17 @@ public final void rule__Simple24HrsTimeValue__TimeValueAssignment() throws Recog // $ANTLR start "rule__Simple12HrsTimeValue__TimeValueAssignment" - // InternalDSL.g:18361:1: rule__Simple12HrsTimeValue__TimeValueAssignment : ( RULE_TWELVEHRSTIME ) ; + // InternalDSL.g:18032:1: rule__Simple12HrsTimeValue__TimeValueAssignment : ( RULE_TWELVEHRSTIME ) ; public final void rule__Simple12HrsTimeValue__TimeValueAssignment() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18365:1: ( ( RULE_TWELVEHRSTIME ) ) - // InternalDSL.g:18366:1: ( RULE_TWELVEHRSTIME ) + // InternalDSL.g:18036:1: ( ( RULE_TWELVEHRSTIME ) ) + // InternalDSL.g:18037:1: ( RULE_TWELVEHRSTIME ) { - // InternalDSL.g:18366:1: ( RULE_TWELVEHRSTIME ) - // InternalDSL.g:18367:1: RULE_TWELVEHRSTIME + // InternalDSL.g:18037:1: ( RULE_TWELVEHRSTIME ) + // InternalDSL.g:18038:1: RULE_TWELVEHRSTIME { before(grammarAccess.getSimple12HrsTimeValueAccess().getTimeValueTWELVEHRSTIMETerminalRuleCall_0()); match(input,RULE_TWELVEHRSTIME,FOLLOW_2); @@ -49395,17 +48511,17 @@ public final void rule__Simple12HrsTimeValue__TimeValueAssignment() throws Recog // $ANTLR start "rule__IsoDateAndTimeValue__DateValueAssignment_0" - // InternalDSL.g:18376:1: rule__IsoDateAndTimeValue__DateValueAssignment_0 : ( RULE_ISODATE ) ; + // InternalDSL.g:18047:1: rule__IsoDateAndTimeValue__DateValueAssignment_0 : ( RULE_ISODATE ) ; public final void rule__IsoDateAndTimeValue__DateValueAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18380:1: ( ( RULE_ISODATE ) ) - // InternalDSL.g:18381:1: ( RULE_ISODATE ) + // InternalDSL.g:18051:1: ( ( RULE_ISODATE ) ) + // InternalDSL.g:18052:1: ( RULE_ISODATE ) { - // InternalDSL.g:18381:1: ( RULE_ISODATE ) - // InternalDSL.g:18382:1: RULE_ISODATE + // InternalDSL.g:18052:1: ( RULE_ISODATE ) + // InternalDSL.g:18053:1: RULE_ISODATE { before(grammarAccess.getIsoDateAndTimeValueAccess().getDateValueISODATETerminalRuleCall_0_0()); match(input,RULE_ISODATE,FOLLOW_2); @@ -49432,17 +48548,17 @@ public final void rule__IsoDateAndTimeValue__DateValueAssignment_0() throws Reco // $ANTLR start "rule__IsoDateAndTimeValue__TimeValueAssignment_1" - // InternalDSL.g:18391:1: rule__IsoDateAndTimeValue__TimeValueAssignment_1 : ( RULE_ISOTIME ) ; + // InternalDSL.g:18062:1: rule__IsoDateAndTimeValue__TimeValueAssignment_1 : ( RULE_ISOTIME ) ; public final void rule__IsoDateAndTimeValue__TimeValueAssignment_1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18395:1: ( ( RULE_ISOTIME ) ) - // InternalDSL.g:18396:1: ( RULE_ISOTIME ) + // InternalDSL.g:18066:1: ( ( RULE_ISOTIME ) ) + // InternalDSL.g:18067:1: ( RULE_ISOTIME ) { - // InternalDSL.g:18396:1: ( RULE_ISOTIME ) - // InternalDSL.g:18397:1: RULE_ISOTIME + // InternalDSL.g:18067:1: ( RULE_ISOTIME ) + // InternalDSL.g:18068:1: RULE_ISOTIME { before(grammarAccess.getIsoDateAndTimeValueAccess().getTimeValueISOTIMETerminalRuleCall_1_0()); match(input,RULE_ISOTIME,FOLLOW_2); @@ -49469,17 +48585,17 @@ public final void rule__IsoDateAndTimeValue__TimeValueAssignment_1() throws Reco // $ANTLR start "rule__EuropeanDateAnd24HrsTimeValue__DateValueAssignment_0" - // InternalDSL.g:18406:1: rule__EuropeanDateAnd24HrsTimeValue__DateValueAssignment_0 : ( RULE_EURODATE ) ; + // InternalDSL.g:18077:1: rule__EuropeanDateAnd24HrsTimeValue__DateValueAssignment_0 : ( RULE_EURODATE ) ; public final void rule__EuropeanDateAnd24HrsTimeValue__DateValueAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18410:1: ( ( RULE_EURODATE ) ) - // InternalDSL.g:18411:1: ( RULE_EURODATE ) + // InternalDSL.g:18081:1: ( ( RULE_EURODATE ) ) + // InternalDSL.g:18082:1: ( RULE_EURODATE ) { - // InternalDSL.g:18411:1: ( RULE_EURODATE ) - // InternalDSL.g:18412:1: RULE_EURODATE + // InternalDSL.g:18082:1: ( RULE_EURODATE ) + // InternalDSL.g:18083:1: RULE_EURODATE { before(grammarAccess.getEuropeanDateAnd24HrsTimeValueAccess().getDateValueEURODATETerminalRuleCall_0_0()); match(input,RULE_EURODATE,FOLLOW_2); @@ -49506,17 +48622,17 @@ public final void rule__EuropeanDateAnd24HrsTimeValue__DateValueAssignment_0() t // $ANTLR start "rule__EuropeanDateAnd24HrsTimeValue__TimeValueAssignment_2" - // InternalDSL.g:18421:1: rule__EuropeanDateAnd24HrsTimeValue__TimeValueAssignment_2 : ( RULE_TWENTYFOURHRSTIME ) ; + // InternalDSL.g:18092:1: rule__EuropeanDateAnd24HrsTimeValue__TimeValueAssignment_2 : ( RULE_TWENTYFOURHRSTIME ) ; public final void rule__EuropeanDateAnd24HrsTimeValue__TimeValueAssignment_2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18425:1: ( ( RULE_TWENTYFOURHRSTIME ) ) - // InternalDSL.g:18426:1: ( RULE_TWENTYFOURHRSTIME ) + // InternalDSL.g:18096:1: ( ( RULE_TWENTYFOURHRSTIME ) ) + // InternalDSL.g:18097:1: ( RULE_TWENTYFOURHRSTIME ) { - // InternalDSL.g:18426:1: ( RULE_TWENTYFOURHRSTIME ) - // InternalDSL.g:18427:1: RULE_TWENTYFOURHRSTIME + // InternalDSL.g:18097:1: ( RULE_TWENTYFOURHRSTIME ) + // InternalDSL.g:18098:1: RULE_TWENTYFOURHRSTIME { before(grammarAccess.getEuropeanDateAnd24HrsTimeValueAccess().getTimeValueTWENTYFOURHRSTIMETerminalRuleCall_2_0()); match(input,RULE_TWENTYFOURHRSTIME,FOLLOW_2); @@ -49543,17 +48659,17 @@ public final void rule__EuropeanDateAnd24HrsTimeValue__TimeValueAssignment_2() t // $ANTLR start "rule__EuropeanDateAnd12HrsTimeValue__DateValueAssignment_0" - // InternalDSL.g:18436:1: rule__EuropeanDateAnd12HrsTimeValue__DateValueAssignment_0 : ( RULE_EURODATE ) ; + // InternalDSL.g:18107:1: rule__EuropeanDateAnd12HrsTimeValue__DateValueAssignment_0 : ( RULE_EURODATE ) ; public final void rule__EuropeanDateAnd12HrsTimeValue__DateValueAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18440:1: ( ( RULE_EURODATE ) ) - // InternalDSL.g:18441:1: ( RULE_EURODATE ) + // InternalDSL.g:18111:1: ( ( RULE_EURODATE ) ) + // InternalDSL.g:18112:1: ( RULE_EURODATE ) { - // InternalDSL.g:18441:1: ( RULE_EURODATE ) - // InternalDSL.g:18442:1: RULE_EURODATE + // InternalDSL.g:18112:1: ( RULE_EURODATE ) + // InternalDSL.g:18113:1: RULE_EURODATE { before(grammarAccess.getEuropeanDateAnd12HrsTimeValueAccess().getDateValueEURODATETerminalRuleCall_0_0()); match(input,RULE_EURODATE,FOLLOW_2); @@ -49580,17 +48696,17 @@ public final void rule__EuropeanDateAnd12HrsTimeValue__DateValueAssignment_0() t // $ANTLR start "rule__EuropeanDateAnd12HrsTimeValue__TimeValueAssignment_2" - // InternalDSL.g:18451:1: rule__EuropeanDateAnd12HrsTimeValue__TimeValueAssignment_2 : ( RULE_TWELVEHRSTIME ) ; + // InternalDSL.g:18122:1: rule__EuropeanDateAnd12HrsTimeValue__TimeValueAssignment_2 : ( RULE_TWELVEHRSTIME ) ; public final void rule__EuropeanDateAnd12HrsTimeValue__TimeValueAssignment_2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18455:1: ( ( RULE_TWELVEHRSTIME ) ) - // InternalDSL.g:18456:1: ( RULE_TWELVEHRSTIME ) + // InternalDSL.g:18126:1: ( ( RULE_TWELVEHRSTIME ) ) + // InternalDSL.g:18127:1: ( RULE_TWELVEHRSTIME ) { - // InternalDSL.g:18456:1: ( RULE_TWELVEHRSTIME ) - // InternalDSL.g:18457:1: RULE_TWELVEHRSTIME + // InternalDSL.g:18127:1: ( RULE_TWELVEHRSTIME ) + // InternalDSL.g:18128:1: RULE_TWELVEHRSTIME { before(grammarAccess.getEuropeanDateAnd12HrsTimeValueAccess().getTimeValueTWELVEHRSTIMETerminalRuleCall_2_0()); match(input,RULE_TWELVEHRSTIME,FOLLOW_2); @@ -49617,17 +48733,17 @@ public final void rule__EuropeanDateAnd12HrsTimeValue__TimeValueAssignment_2() t // $ANTLR start "rule__USDateAnd12HrsTimeValue__DateValueAssignment_0" - // InternalDSL.g:18466:1: rule__USDateAnd12HrsTimeValue__DateValueAssignment_0 : ( RULE_USDATE ) ; + // InternalDSL.g:18137:1: rule__USDateAnd12HrsTimeValue__DateValueAssignment_0 : ( RULE_USDATE ) ; public final void rule__USDateAnd12HrsTimeValue__DateValueAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18470:1: ( ( RULE_USDATE ) ) - // InternalDSL.g:18471:1: ( RULE_USDATE ) + // InternalDSL.g:18141:1: ( ( RULE_USDATE ) ) + // InternalDSL.g:18142:1: ( RULE_USDATE ) { - // InternalDSL.g:18471:1: ( RULE_USDATE ) - // InternalDSL.g:18472:1: RULE_USDATE + // InternalDSL.g:18142:1: ( RULE_USDATE ) + // InternalDSL.g:18143:1: RULE_USDATE { before(grammarAccess.getUSDateAnd12HrsTimeValueAccess().getDateValueUSDATETerminalRuleCall_0_0()); match(input,RULE_USDATE,FOLLOW_2); @@ -49654,17 +48770,17 @@ public final void rule__USDateAnd12HrsTimeValue__DateValueAssignment_0() throws // $ANTLR start "rule__USDateAnd12HrsTimeValue__TimeValueAssignment_2" - // InternalDSL.g:18481:1: rule__USDateAnd12HrsTimeValue__TimeValueAssignment_2 : ( RULE_TWELVEHRSTIME ) ; + // InternalDSL.g:18152:1: rule__USDateAnd12HrsTimeValue__TimeValueAssignment_2 : ( RULE_TWELVEHRSTIME ) ; public final void rule__USDateAnd12HrsTimeValue__TimeValueAssignment_2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18485:1: ( ( RULE_TWELVEHRSTIME ) ) - // InternalDSL.g:18486:1: ( RULE_TWELVEHRSTIME ) + // InternalDSL.g:18156:1: ( ( RULE_TWELVEHRSTIME ) ) + // InternalDSL.g:18157:1: ( RULE_TWELVEHRSTIME ) { - // InternalDSL.g:18486:1: ( RULE_TWELVEHRSTIME ) - // InternalDSL.g:18487:1: RULE_TWELVEHRSTIME + // InternalDSL.g:18157:1: ( RULE_TWELVEHRSTIME ) + // InternalDSL.g:18158:1: RULE_TWELVEHRSTIME { before(grammarAccess.getUSDateAnd12HrsTimeValueAccess().getTimeValueTWELVEHRSTIMETerminalRuleCall_2_0()); match(input,RULE_TWELVEHRSTIME,FOLLOW_2); @@ -49691,17 +48807,17 @@ public final void rule__USDateAnd12HrsTimeValue__TimeValueAssignment_2() throws // $ANTLR start "rule__JavaConstantValue__ConstantAssignment_1" - // InternalDSL.g:18496:1: rule__JavaConstantValue__ConstantAssignment_1 : ( ruleJavaConstantReference ) ; + // InternalDSL.g:18167:1: rule__JavaConstantValue__ConstantAssignment_1 : ( ruleJavaConstantReference ) ; public final void rule__JavaConstantValue__ConstantAssignment_1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18500:1: ( ( ruleJavaConstantReference ) ) - // InternalDSL.g:18501:1: ( ruleJavaConstantReference ) + // InternalDSL.g:18171:1: ( ( ruleJavaConstantReference ) ) + // InternalDSL.g:18172:1: ( ruleJavaConstantReference ) { - // InternalDSL.g:18501:1: ( ruleJavaConstantReference ) - // InternalDSL.g:18502:1: ruleJavaConstantReference + // InternalDSL.g:18172:1: ( ruleJavaConstantReference ) + // InternalDSL.g:18173:1: ruleJavaConstantReference { before(grammarAccess.getJavaConstantValueAccess().getConstantJavaConstantReferenceParserRuleCall_1_0()); pushFollow(FOLLOW_2); @@ -49732,21 +48848,21 @@ public final void rule__JavaConstantValue__ConstantAssignment_1() throws Recogni // $ANTLR start "rule__Variable__NameAssignment_0" - // InternalDSL.g:18511:1: rule__Variable__NameAssignment_0 : ( ( ruleQualifiedName ) ) ; + // InternalDSL.g:18182:1: rule__Variable__NameAssignment_0 : ( ( ruleQualifiedName ) ) ; public final void rule__Variable__NameAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18515:1: ( ( ( ruleQualifiedName ) ) ) - // InternalDSL.g:18516:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:18186:1: ( ( ( ruleQualifiedName ) ) ) + // InternalDSL.g:18187:1: ( ( ruleQualifiedName ) ) { - // InternalDSL.g:18516:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:18517:1: ( ruleQualifiedName ) + // InternalDSL.g:18187:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:18188:1: ( ruleQualifiedName ) { before(grammarAccess.getVariableAccess().getNameVariableOrConstantEntityCrossReference_0_0()); - // InternalDSL.g:18518:1: ( ruleQualifiedName ) - // InternalDSL.g:18519:1: ruleQualifiedName + // InternalDSL.g:18189:1: ( ruleQualifiedName ) + // InternalDSL.g:18190:1: ruleQualifiedName { before(grammarAccess.getVariableAccess().getNameVariableOrConstantEntityQualifiedNameParserRuleCall_0_0_1()); pushFollow(FOLLOW_2); @@ -49781,17 +48897,17 @@ public final void rule__Variable__NameAssignment_0() throws RecognitionException // $ANTLR start "rule__Variable__AttributeAssignment_1_1" - // InternalDSL.g:18530:1: rule__Variable__AttributeAssignment_1_1 : ( ruleQualifiedName ) ; + // InternalDSL.g:18201:1: rule__Variable__AttributeAssignment_1_1 : ( ruleQualifiedName ) ; public final void rule__Variable__AttributeAssignment_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18534:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:18535:1: ( ruleQualifiedName ) + // InternalDSL.g:18205:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:18206:1: ( ruleQualifiedName ) { - // InternalDSL.g:18535:1: ( ruleQualifiedName ) - // InternalDSL.g:18536:1: ruleQualifiedName + // InternalDSL.g:18206:1: ( ruleQualifiedName ) + // InternalDSL.g:18207:1: ruleQualifiedName { before(grammarAccess.getVariableAccess().getAttributeQualifiedNameParserRuleCall_1_1_0()); pushFollow(FOLLOW_2); @@ -49822,21 +48938,21 @@ public final void rule__Variable__AttributeAssignment_1_1() throws RecognitionEx // $ANTLR start "rule__VariableVariable__NameAssignment" - // InternalDSL.g:18545:1: rule__VariableVariable__NameAssignment : ( ( ruleQualifiedName ) ) ; + // InternalDSL.g:18216:1: rule__VariableVariable__NameAssignment : ( ( ruleQualifiedName ) ) ; public final void rule__VariableVariable__NameAssignment() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18549:1: ( ( ( ruleQualifiedName ) ) ) - // InternalDSL.g:18550:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:18220:1: ( ( ( ruleQualifiedName ) ) ) + // InternalDSL.g:18221:1: ( ( ruleQualifiedName ) ) { - // InternalDSL.g:18550:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:18551:1: ( ruleQualifiedName ) + // InternalDSL.g:18221:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:18222:1: ( ruleQualifiedName ) { before(grammarAccess.getVariableVariableAccess().getNameVariableEntityCrossReference_0()); - // InternalDSL.g:18552:1: ( ruleQualifiedName ) - // InternalDSL.g:18553:1: ruleQualifiedName + // InternalDSL.g:18223:1: ( ruleQualifiedName ) + // InternalDSL.g:18224:1: ruleQualifiedName { before(grammarAccess.getVariableVariableAccess().getNameVariableEntityQualifiedNameParserRuleCall_0_1()); pushFollow(FOLLOW_2); @@ -49871,21 +48987,21 @@ public final void rule__VariableVariable__NameAssignment() throws RecognitionExc // $ANTLR start "rule__Constant__NameAssignment" - // InternalDSL.g:18564:1: rule__Constant__NameAssignment : ( ( ruleQualifiedName ) ) ; + // InternalDSL.g:18235:1: rule__Constant__NameAssignment : ( ( ruleQualifiedName ) ) ; public final void rule__Constant__NameAssignment() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18568:1: ( ( ( ruleQualifiedName ) ) ) - // InternalDSL.g:18569:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:18239:1: ( ( ( ruleQualifiedName ) ) ) + // InternalDSL.g:18240:1: ( ( ruleQualifiedName ) ) { - // InternalDSL.g:18569:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:18570:1: ( ruleQualifiedName ) + // InternalDSL.g:18240:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:18241:1: ( ruleQualifiedName ) { before(grammarAccess.getConstantAccess().getNameConstantEntityCrossReference_0()); - // InternalDSL.g:18571:1: ( ruleQualifiedName ) - // InternalDSL.g:18572:1: ruleQualifiedName + // InternalDSL.g:18242:1: ( ruleQualifiedName ) + // InternalDSL.g:18243:1: ruleQualifiedName { before(grammarAccess.getConstantAccess().getNameConstantEntityQualifiedNameParserRuleCall_0_1()); pushFollow(FOLLOW_2); @@ -49920,21 +49036,21 @@ public final void rule__Constant__NameAssignment() throws RecognitionException { // $ANTLR start "rule__EnumValue__EnumValueAssignment" - // InternalDSL.g:18583:1: rule__EnumValue__EnumValueAssignment : ( ( RULE_UPPERCASE_ID ) ) ; + // InternalDSL.g:18254:1: rule__EnumValue__EnumValueAssignment : ( ( RULE_UPPERCASE_ID ) ) ; public final void rule__EnumValue__EnumValueAssignment() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18587:1: ( ( ( RULE_UPPERCASE_ID ) ) ) - // InternalDSL.g:18588:1: ( ( RULE_UPPERCASE_ID ) ) + // InternalDSL.g:18258:1: ( ( ( RULE_UPPERCASE_ID ) ) ) + // InternalDSL.g:18259:1: ( ( RULE_UPPERCASE_ID ) ) { - // InternalDSL.g:18588:1: ( ( RULE_UPPERCASE_ID ) ) - // InternalDSL.g:18589:1: ( RULE_UPPERCASE_ID ) + // InternalDSL.g:18259:1: ( ( RULE_UPPERCASE_ID ) ) + // InternalDSL.g:18260:1: ( RULE_UPPERCASE_ID ) { before(grammarAccess.getEnumValueAccess().getEnumValueJvmEnumerationLiteralCrossReference_0()); - // InternalDSL.g:18590:1: ( RULE_UPPERCASE_ID ) - // InternalDSL.g:18591:1: RULE_UPPERCASE_ID + // InternalDSL.g:18261:1: ( RULE_UPPERCASE_ID ) + // InternalDSL.g:18262:1: RULE_UPPERCASE_ID { before(grammarAccess.getEnumValueAccess().getEnumValueJvmEnumerationLiteralUPPERCASE_IDTerminalRuleCall_0_1()); match(input,RULE_UPPERCASE_ID,FOLLOW_2); @@ -49965,17 +49081,17 @@ public final void rule__EnumValue__EnumValueAssignment() throws RecognitionExcep // $ANTLR start "rule__NestedObject__AttributesAssignment_2_0" - // InternalDSL.g:18602:1: rule__NestedObject__AttributesAssignment_2_0 : ( ruleKeyValuePair ) ; + // InternalDSL.g:18273:1: rule__NestedObject__AttributesAssignment_2_0 : ( ruleKeyValuePair ) ; public final void rule__NestedObject__AttributesAssignment_2_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18606:1: ( ( ruleKeyValuePair ) ) - // InternalDSL.g:18607:1: ( ruleKeyValuePair ) + // InternalDSL.g:18277:1: ( ( ruleKeyValuePair ) ) + // InternalDSL.g:18278:1: ( ruleKeyValuePair ) { - // InternalDSL.g:18607:1: ( ruleKeyValuePair ) - // InternalDSL.g:18608:1: ruleKeyValuePair + // InternalDSL.g:18278:1: ( ruleKeyValuePair ) + // InternalDSL.g:18279:1: ruleKeyValuePair { before(grammarAccess.getNestedObjectAccess().getAttributesKeyValuePairParserRuleCall_2_0_0()); pushFollow(FOLLOW_2); @@ -50006,17 +49122,17 @@ public final void rule__NestedObject__AttributesAssignment_2_0() throws Recognit // $ANTLR start "rule__TypedNestedObject__TypeAssignment_1" - // InternalDSL.g:18617:1: rule__TypedNestedObject__TypeAssignment_1 : ( ruleJavaClassReference ) ; + // InternalDSL.g:18288:1: rule__TypedNestedObject__TypeAssignment_1 : ( ruleJavaClassReference ) ; public final void rule__TypedNestedObject__TypeAssignment_1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18621:1: ( ( ruleJavaClassReference ) ) - // InternalDSL.g:18622:1: ( ruleJavaClassReference ) + // InternalDSL.g:18292:1: ( ( ruleJavaClassReference ) ) + // InternalDSL.g:18293:1: ( ruleJavaClassReference ) { - // InternalDSL.g:18622:1: ( ruleJavaClassReference ) - // InternalDSL.g:18623:1: ruleJavaClassReference + // InternalDSL.g:18293:1: ( ruleJavaClassReference ) + // InternalDSL.g:18294:1: ruleJavaClassReference { before(grammarAccess.getTypedNestedObjectAccess().getTypeJavaClassReferenceParserRuleCall_1_0()); pushFollow(FOLLOW_2); @@ -50047,17 +49163,17 @@ public final void rule__TypedNestedObject__TypeAssignment_1() throws Recognition // $ANTLR start "rule__TypedNestedObject__NestedObjectAssignment_4" - // InternalDSL.g:18632:1: rule__TypedNestedObject__NestedObjectAssignment_4 : ( ruleNestedObject ) ; + // InternalDSL.g:18303:1: rule__TypedNestedObject__NestedObjectAssignment_4 : ( ruleNestedObject ) ; public final void rule__TypedNestedObject__NestedObjectAssignment_4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18636:1: ( ( ruleNestedObject ) ) - // InternalDSL.g:18637:1: ( ruleNestedObject ) + // InternalDSL.g:18307:1: ( ( ruleNestedObject ) ) + // InternalDSL.g:18308:1: ( ruleNestedObject ) { - // InternalDSL.g:18637:1: ( ruleNestedObject ) - // InternalDSL.g:18638:1: ruleNestedObject + // InternalDSL.g:18308:1: ( ruleNestedObject ) + // InternalDSL.g:18309:1: ruleNestedObject { before(grammarAccess.getTypedNestedObjectAccess().getNestedObjectNestedObjectParserRuleCall_4_0()); pushFollow(FOLLOW_2); @@ -50088,17 +49204,17 @@ public final void rule__TypedNestedObject__NestedObjectAssignment_4() throws Rec // $ANTLR start "rule__KeyValuePair__IdentifierAssignment_0_0" - // InternalDSL.g:18647:1: rule__KeyValuePair__IdentifierAssignment_0_0 : ( RULE_ID ) ; + // InternalDSL.g:18318:1: rule__KeyValuePair__IdentifierAssignment_0_0 : ( RULE_ID ) ; public final void rule__KeyValuePair__IdentifierAssignment_0_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18651:1: ( ( RULE_ID ) ) - // InternalDSL.g:18652:1: ( RULE_ID ) + // InternalDSL.g:18322:1: ( ( RULE_ID ) ) + // InternalDSL.g:18323:1: ( RULE_ID ) { - // InternalDSL.g:18652:1: ( RULE_ID ) - // InternalDSL.g:18653:1: RULE_ID + // InternalDSL.g:18323:1: ( RULE_ID ) + // InternalDSL.g:18324:1: RULE_ID { before(grammarAccess.getKeyValuePairAccess().getIdentifierIDTerminalRuleCall_0_0_0()); match(input,RULE_ID,FOLLOW_2); @@ -50125,17 +49241,17 @@ public final void rule__KeyValuePair__IdentifierAssignment_0_0() throws Recognit // $ANTLR start "rule__KeyValuePair__StringIdentifierAssignment_0_1" - // InternalDSL.g:18662:1: rule__KeyValuePair__StringIdentifierAssignment_0_1 : ( RULE_STRING ) ; + // InternalDSL.g:18333:1: rule__KeyValuePair__StringIdentifierAssignment_0_1 : ( RULE_STRING ) ; public final void rule__KeyValuePair__StringIdentifierAssignment_0_1() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18666:1: ( ( RULE_STRING ) ) - // InternalDSL.g:18667:1: ( RULE_STRING ) + // InternalDSL.g:18337:1: ( ( RULE_STRING ) ) + // InternalDSL.g:18338:1: ( RULE_STRING ) { - // InternalDSL.g:18667:1: ( RULE_STRING ) - // InternalDSL.g:18668:1: RULE_STRING + // InternalDSL.g:18338:1: ( RULE_STRING ) + // InternalDSL.g:18339:1: RULE_STRING { before(grammarAccess.getKeyValuePairAccess().getStringIdentifierSTRINGTerminalRuleCall_0_1_0()); match(input,RULE_STRING,FOLLOW_2); @@ -50162,17 +49278,17 @@ public final void rule__KeyValuePair__StringIdentifierAssignment_0_1() throws Re // $ANTLR start "rule__KeyValuePair__ValueAssignment_4" - // InternalDSL.g:18677:1: rule__KeyValuePair__ValueAssignment_4 : ( ruleValueOrEnumValueOrOperationCollection ) ; + // InternalDSL.g:18348:1: rule__KeyValuePair__ValueAssignment_4 : ( ruleValueOrEnumValueOrOperationCollection ) ; public final void rule__KeyValuePair__ValueAssignment_4() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18681:1: ( ( ruleValueOrEnumValueOrOperationCollection ) ) - // InternalDSL.g:18682:1: ( ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:18352:1: ( ( ruleValueOrEnumValueOrOperationCollection ) ) + // InternalDSL.g:18353:1: ( ruleValueOrEnumValueOrOperationCollection ) { - // InternalDSL.g:18682:1: ( ruleValueOrEnumValueOrOperationCollection ) - // InternalDSL.g:18683:1: ruleValueOrEnumValueOrOperationCollection + // InternalDSL.g:18353:1: ( ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:18354:1: ruleValueOrEnumValueOrOperationCollection { before(grammarAccess.getKeyValuePairAccess().getValueValueOrEnumValueOrOperationCollectionParserRuleCall_4_0()); pushFollow(FOLLOW_2); @@ -50203,21 +49319,21 @@ public final void rule__KeyValuePair__ValueAssignment_4() throws RecognitionExce // $ANTLR start "rule__JavaClassReference__TypeAssignment" - // InternalDSL.g:18692:1: rule__JavaClassReference__TypeAssignment : ( ( ruleQualifiedJavaClassName ) ) ; + // InternalDSL.g:18363:1: rule__JavaClassReference__TypeAssignment : ( ( ruleQualifiedJavaClassName ) ) ; public final void rule__JavaClassReference__TypeAssignment() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18696:1: ( ( ( ruleQualifiedJavaClassName ) ) ) - // InternalDSL.g:18697:1: ( ( ruleQualifiedJavaClassName ) ) + // InternalDSL.g:18367:1: ( ( ( ruleQualifiedJavaClassName ) ) ) + // InternalDSL.g:18368:1: ( ( ruleQualifiedJavaClassName ) ) { - // InternalDSL.g:18697:1: ( ( ruleQualifiedJavaClassName ) ) - // InternalDSL.g:18698:1: ( ruleQualifiedJavaClassName ) + // InternalDSL.g:18368:1: ( ( ruleQualifiedJavaClassName ) ) + // InternalDSL.g:18369:1: ( ruleQualifiedJavaClassName ) { before(grammarAccess.getJavaClassReferenceAccess().getTypeJvmTypeCrossReference_0()); - // InternalDSL.g:18699:1: ( ruleQualifiedJavaClassName ) - // InternalDSL.g:18700:1: ruleQualifiedJavaClassName + // InternalDSL.g:18370:1: ( ruleQualifiedJavaClassName ) + // InternalDSL.g:18371:1: ruleQualifiedJavaClassName { before(grammarAccess.getJavaClassReferenceAccess().getTypeJvmTypeQualifiedJavaClassNameParserRuleCall_0_1()); pushFollow(FOLLOW_2); @@ -50252,21 +49368,21 @@ public final void rule__JavaClassReference__TypeAssignment() throws RecognitionE // $ANTLR start "rule__MethodReference__TypeAssignment_0" - // InternalDSL.g:18711:1: rule__MethodReference__TypeAssignment_0 : ( ( ruleQualifiedJavaClassName ) ) ; + // InternalDSL.g:18382:1: rule__MethodReference__TypeAssignment_0 : ( ( ruleQualifiedJavaClassName ) ) ; public final void rule__MethodReference__TypeAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18715:1: ( ( ( ruleQualifiedJavaClassName ) ) ) - // InternalDSL.g:18716:1: ( ( ruleQualifiedJavaClassName ) ) + // InternalDSL.g:18386:1: ( ( ( ruleQualifiedJavaClassName ) ) ) + // InternalDSL.g:18387:1: ( ( ruleQualifiedJavaClassName ) ) { - // InternalDSL.g:18716:1: ( ( ruleQualifiedJavaClassName ) ) - // InternalDSL.g:18717:1: ( ruleQualifiedJavaClassName ) + // InternalDSL.g:18387:1: ( ( ruleQualifiedJavaClassName ) ) + // InternalDSL.g:18388:1: ( ruleQualifiedJavaClassName ) { before(grammarAccess.getMethodReferenceAccess().getTypeJvmTypeCrossReference_0_0()); - // InternalDSL.g:18718:1: ( ruleQualifiedJavaClassName ) - // InternalDSL.g:18719:1: ruleQualifiedJavaClassName + // InternalDSL.g:18389:1: ( ruleQualifiedJavaClassName ) + // InternalDSL.g:18390:1: ruleQualifiedJavaClassName { before(grammarAccess.getMethodReferenceAccess().getTypeJvmTypeQualifiedJavaClassNameParserRuleCall_0_0_1()); pushFollow(FOLLOW_2); @@ -50301,21 +49417,21 @@ public final void rule__MethodReference__TypeAssignment_0() throws RecognitionEx // $ANTLR start "rule__MethodReference__MethodAssignment_2" - // InternalDSL.g:18730:1: rule__MethodReference__MethodAssignment_2 : ( ( RULE_ID ) ) ; + // InternalDSL.g:18401:1: rule__MethodReference__MethodAssignment_2 : ( ( RULE_ID ) ) ; public final void rule__MethodReference__MethodAssignment_2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18734:1: ( ( ( RULE_ID ) ) ) - // InternalDSL.g:18735:1: ( ( RULE_ID ) ) + // InternalDSL.g:18405:1: ( ( ( RULE_ID ) ) ) + // InternalDSL.g:18406:1: ( ( RULE_ID ) ) { - // InternalDSL.g:18735:1: ( ( RULE_ID ) ) - // InternalDSL.g:18736:1: ( RULE_ID ) + // InternalDSL.g:18406:1: ( ( RULE_ID ) ) + // InternalDSL.g:18407:1: ( RULE_ID ) { before(grammarAccess.getMethodReferenceAccess().getMethodJvmOperationCrossReference_2_0()); - // InternalDSL.g:18737:1: ( RULE_ID ) - // InternalDSL.g:18738:1: RULE_ID + // InternalDSL.g:18408:1: ( RULE_ID ) + // InternalDSL.g:18409:1: RULE_ID { before(grammarAccess.getMethodReferenceAccess().getMethodJvmOperationIDTerminalRuleCall_2_0_1()); match(input,RULE_ID,FOLLOW_2); @@ -50346,21 +49462,21 @@ public final void rule__MethodReference__MethodAssignment_2() throws Recognition // $ANTLR start "rule__JavaConstantReference__TypeAssignment_0" - // InternalDSL.g:18749:1: rule__JavaConstantReference__TypeAssignment_0 : ( ( ruleQualifiedJavaClassName ) ) ; + // InternalDSL.g:18420:1: rule__JavaConstantReference__TypeAssignment_0 : ( ( ruleQualifiedJavaClassName ) ) ; public final void rule__JavaConstantReference__TypeAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18753:1: ( ( ( ruleQualifiedJavaClassName ) ) ) - // InternalDSL.g:18754:1: ( ( ruleQualifiedJavaClassName ) ) + // InternalDSL.g:18424:1: ( ( ( ruleQualifiedJavaClassName ) ) ) + // InternalDSL.g:18425:1: ( ( ruleQualifiedJavaClassName ) ) { - // InternalDSL.g:18754:1: ( ( ruleQualifiedJavaClassName ) ) - // InternalDSL.g:18755:1: ( ruleQualifiedJavaClassName ) + // InternalDSL.g:18425:1: ( ( ruleQualifiedJavaClassName ) ) + // InternalDSL.g:18426:1: ( ruleQualifiedJavaClassName ) { before(grammarAccess.getJavaConstantReferenceAccess().getTypeJvmTypeCrossReference_0_0()); - // InternalDSL.g:18756:1: ( ruleQualifiedJavaClassName ) - // InternalDSL.g:18757:1: ruleQualifiedJavaClassName + // InternalDSL.g:18427:1: ( ruleQualifiedJavaClassName ) + // InternalDSL.g:18428:1: ruleQualifiedJavaClassName { before(grammarAccess.getJavaConstantReferenceAccess().getTypeJvmTypeQualifiedJavaClassNameParserRuleCall_0_0_1()); pushFollow(FOLLOW_2); @@ -50395,21 +49511,21 @@ public final void rule__JavaConstantReference__TypeAssignment_0() throws Recogni // $ANTLR start "rule__JavaConstantReference__ConstantAssignment_2" - // InternalDSL.g:18768:1: rule__JavaConstantReference__ConstantAssignment_2 : ( ( RULE_UPPERCASE_ID ) ) ; + // InternalDSL.g:18439:1: rule__JavaConstantReference__ConstantAssignment_2 : ( ( RULE_UPPERCASE_ID ) ) ; public final void rule__JavaConstantReference__ConstantAssignment_2() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18772:1: ( ( ( RULE_UPPERCASE_ID ) ) ) - // InternalDSL.g:18773:1: ( ( RULE_UPPERCASE_ID ) ) + // InternalDSL.g:18443:1: ( ( ( RULE_UPPERCASE_ID ) ) ) + // InternalDSL.g:18444:1: ( ( RULE_UPPERCASE_ID ) ) { - // InternalDSL.g:18773:1: ( ( RULE_UPPERCASE_ID ) ) - // InternalDSL.g:18774:1: ( RULE_UPPERCASE_ID ) + // InternalDSL.g:18444:1: ( ( RULE_UPPERCASE_ID ) ) + // InternalDSL.g:18445:1: ( RULE_UPPERCASE_ID ) { before(grammarAccess.getJavaConstantReferenceAccess().getConstantJvmFieldCrossReference_2_0()); - // InternalDSL.g:18775:1: ( RULE_UPPERCASE_ID ) - // InternalDSL.g:18776:1: RULE_UPPERCASE_ID + // InternalDSL.g:18446:1: ( RULE_UPPERCASE_ID ) + // InternalDSL.g:18447:1: RULE_UPPERCASE_ID { before(grammarAccess.getJavaConstantReferenceAccess().getConstantJvmFieldUPPERCASE_IDTerminalRuleCall_2_0_1()); match(input,RULE_UPPERCASE_ID,FOLLOW_2); @@ -50440,17 +49556,17 @@ public final void rule__JavaConstantReference__ConstantAssignment_2() throws Rec // $ANTLR start "rule__ExecutionMultiplier__CountAssignment_0" - // InternalDSL.g:18787:1: rule__ExecutionMultiplier__CountAssignment_0 : ( ruleConstantValue ) ; + // InternalDSL.g:18458:1: rule__ExecutionMultiplier__CountAssignment_0 : ( ruleConstantValue ) ; public final void rule__ExecutionMultiplier__CountAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18791:1: ( ( ruleConstantValue ) ) - // InternalDSL.g:18792:1: ( ruleConstantValue ) + // InternalDSL.g:18462:1: ( ( ruleConstantValue ) ) + // InternalDSL.g:18463:1: ( ruleConstantValue ) { - // InternalDSL.g:18792:1: ( ruleConstantValue ) - // InternalDSL.g:18793:1: ruleConstantValue + // InternalDSL.g:18463:1: ( ruleConstantValue ) + // InternalDSL.g:18464:1: ruleConstantValue { before(grammarAccess.getExecutionMultiplierAccess().getCountConstantValueParserRuleCall_0_0()); pushFollow(FOLLOW_2); @@ -50481,17 +49597,17 @@ public final void rule__ExecutionMultiplier__CountAssignment_0() throws Recognit // $ANTLR start "rule__DocumentationComment__ContentAssignment_0" - // InternalDSL.g:18802:1: rule__DocumentationComment__ContentAssignment_0 : ( RULE_ML_DOC_COMMENT ) ; + // InternalDSL.g:18473:1: rule__DocumentationComment__ContentAssignment_0 : ( RULE_ML_DOC_COMMENT ) ; public final void rule__DocumentationComment__ContentAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { - // InternalDSL.g:18806:1: ( ( RULE_ML_DOC_COMMENT ) ) - // InternalDSL.g:18807:1: ( RULE_ML_DOC_COMMENT ) + // InternalDSL.g:18477:1: ( ( RULE_ML_DOC_COMMENT ) ) + // InternalDSL.g:18478:1: ( RULE_ML_DOC_COMMENT ) { - // InternalDSL.g:18807:1: ( RULE_ML_DOC_COMMENT ) - // InternalDSL.g:18808:1: RULE_ML_DOC_COMMENT + // InternalDSL.g:18478:1: ( RULE_ML_DOC_COMMENT ) + // InternalDSL.g:18479:1: RULE_ML_DOC_COMMENT { before(grammarAccess.getDocumentationCommentAccess().getContentML_DOC_COMMENTTerminalRuleCall_0_0()); match(input,RULE_ML_DOC_COMMENT,FOLLOW_2); @@ -50521,38 +49637,38 @@ public final void rule__DocumentationComment__ContentAssignment_0() throws Recog protected DFA2 dfa2 = new DFA2(this); protected DFA6 dfa6 = new DFA6(this); - protected DFA21 dfa21 = new DFA21(this); - protected DFA23 dfa23 = new DFA23(this); - protected DFA27 dfa27 = new DFA27(this); - protected DFA55 dfa55 = new DFA55(this); + protected DFA20 dfa20 = new DFA20(this); + protected DFA22 dfa22 = new DFA22(this); + protected DFA26 dfa26 = new DFA26(this); + protected DFA54 dfa54 = new DFA54(this); + protected DFA64 dfa64 = new DFA64(this); protected DFA65 dfa65 = new DFA65(this); protected DFA66 dfa66 = new DFA66(this); protected DFA67 dfa67 = new DFA67(this); - protected DFA68 dfa68 = new DFA68(this); - protected DFA72 dfa72 = new DFA72(this); + protected DFA71 dfa71 = new DFA71(this); + protected DFA76 dfa76 = new DFA76(this); protected DFA77 dfa77 = new DFA77(this); protected DFA78 dfa78 = new DFA78(this); protected DFA79 dfa79 = new DFA79(this); - protected DFA80 dfa80 = new DFA80(this); - protected DFA86 dfa86 = new DFA86(this); + protected DFA85 dfa85 = new DFA85(this); + protected DFA87 dfa87 = new DFA87(this); protected DFA88 dfa88 = new DFA88(this); - protected DFA89 dfa89 = new DFA89(this); + protected DFA95 dfa95 = new DFA95(this); protected DFA96 dfa96 = new DFA96(this); protected DFA97 dfa97 = new DFA97(this); - protected DFA98 dfa98 = new DFA98(this); static final String dfa_1s = "\7\uffff"; - static final String dfa_2s = "\1\30\1\10\3\uffff\2\10"; - static final String dfa_3s = "\2\147\3\uffff\2\147"; + static final String dfa_2s = "\1\31\1\10\3\uffff\2\10"; + static final String dfa_3s = "\2\123\3\uffff\2\123"; static final String dfa_4s = "\2\uffff\1\1\1\2\1\3\2\uffff"; static final String dfa_5s = "\7\uffff}>"; static final String[] dfa_6s = { - "\1\1\37\uffff\1\2\3\uffff\1\3\3\uffff\1\4\46\uffff\1\3", - "\1\5\57\uffff\1\2\3\uffff\1\3\3\uffff\1\4\46\uffff\1\3", + "\1\1\12\uffff\1\2\3\uffff\1\3\3\uffff\1\4\46\uffff\1\3", + "\1\5\33\uffff\1\2\3\uffff\1\3\3\uffff\1\4\46\uffff\1\3", "", "", "", - "\1\5\1\6\56\uffff\1\2\3\uffff\1\3\3\uffff\1\4\46\uffff\1\3", - "\1\5\57\uffff\1\2\3\uffff\1\3\3\uffff\1\4\46\uffff\1\3" + "\1\5\1\6\32\uffff\1\2\3\uffff\1\3\3\uffff\1\4\46\uffff\1\3", + "\1\5\33\uffff\1\2\3\uffff\1\3\3\uffff\1\4\46\uffff\1\3" }; static final short[] dfa_1 = DFA.unpackEncodedString(dfa_1s); @@ -50576,17 +49692,17 @@ public DFA2(BaseRecognizer recognizer) { this.transition = dfa_6; } public String getDescription() { - return "2722:1: rule__Statement__Alternatives : ( ( rulePackageDefinition ) | ( ruleForkDefinition ) | ( ruleVariantDefinition ) );"; + return "2694:1: rule__Statement__Alternatives : ( ( rulePackageDefinition ) | ( ruleForkDefinition ) | ( ruleVariantDefinition ) );"; } } static final String dfa_7s = "\16\uffff"; - static final String dfa_8s = "\1\30\1\10\1\74\10\uffff\1\10\1\74\1\10"; - static final String dfa_9s = "\3\151\10\uffff\3\151"; + static final String dfa_8s = "\1\31\1\10\1\50\10\uffff\1\10\1\50\1\10"; + static final String dfa_9s = "\3\125\10\uffff\3\125"; static final String dfa_10s = "\3\uffff\1\1\1\2\1\3\1\4\1\5\1\6\1\7\1\10\3\uffff"; static final String dfa_11s = "\16\uffff}>"; static final String[] dfa_12s = { - "\1\1\43\uffff\1\3\3\uffff\1\4\1\5\1\6\1\10\6\uffff\1\7\1\11\1\uffff\1\12\31\uffff\1\2\2\10", - "\1\13\63\uffff\1\3\3\uffff\1\4\1\5\1\6\1\10\11\uffff\1\12\31\uffff\1\14\2\10", + "\1\1\16\uffff\1\3\3\uffff\1\4\1\5\1\6\1\10\6\uffff\1\7\1\11\1\uffff\1\12\31\uffff\1\2\2\10", + "\1\13\37\uffff\1\3\3\uffff\1\4\1\5\1\6\1\10\11\uffff\1\12\31\uffff\1\14\2\10", "\1\3\6\uffff\1\10\7\uffff\1\11\1\uffff\1\12\32\uffff\2\10", "", "", @@ -50596,9 +49712,9 @@ public String getDescription() { "", "", "", - "\1\13\1\15\62\uffff\1\3\3\uffff\1\4\1\5\1\6\1\10\11\uffff\1\12\31\uffff\1\14\2\10", + "\1\13\1\15\36\uffff\1\3\3\uffff\1\4\1\5\1\6\1\10\11\uffff\1\12\31\uffff\1\14\2\10", "\1\3\6\uffff\1\10\11\uffff\1\12\32\uffff\2\10", - "\1\13\63\uffff\1\3\3\uffff\1\4\1\5\1\6\1\10\11\uffff\1\12\31\uffff\1\14\2\10" + "\1\13\37\uffff\1\3\3\uffff\1\4\1\5\1\6\1\10\11\uffff\1\12\31\uffff\1\14\2\10" }; static final short[] dfa_7 = DFA.unpackEncodedString(dfa_7s); @@ -50622,16 +49738,16 @@ public DFA6(BaseRecognizer recognizer) { this.transition = dfa_12; } public String getDescription() { - return "2816:1: rule__PackageStatement__Alternatives : ( ( ruleForkDefinition ) | ( ruleVariantDefinition ) | ( ruleTestDefinition ) | ( ruleCallDefinition ) | ( ruleOperationDefinition ) | ( ruleSuiteDefinition ) | ( ruleVariableDefinition ) | ( ruleConstantDefinition ) );"; + return "2788:1: rule__PackageStatement__Alternatives : ( ( ruleForkDefinition ) | ( ruleVariantDefinition ) | ( ruleTestDefinition ) | ( ruleCallDefinition ) | ( ruleOperationDefinition ) | ( ruleSuiteDefinition ) | ( ruleVariableDefinition ) | ( ruleConstantDefinition ) );"; } } static final String dfa_13s = "\12\uffff"; - static final String dfa_14s = "\1\4\1\uffff\1\6\2\uffff\1\145\1\6\1\145\1\140\1\uffff"; - static final String dfa_15s = "\1\143\1\uffff\1\6\2\uffff\1\145\1\7\1\145\1\141\1\uffff"; + static final String dfa_14s = "\1\4\1\uffff\1\6\2\uffff\1\121\1\6\1\121\1\114\1\uffff"; + static final String dfa_15s = "\1\117\1\uffff\1\6\2\uffff\1\121\1\7\1\121\1\115\1\uffff"; static final String dfa_16s = "\1\uffff\1\1\1\uffff\1\2\1\3\4\uffff\1\4"; static final String dfa_17s = "\12\uffff}>"; static final String[] dfa_18s = { - "\2\1\1\3\10\uffff\11\1\107\uffff\1\2\2\uffff\1\1\1\4", + "\2\1\1\3\10\uffff\1\1\1\uffff\10\1\62\uffff\1\2\2\uffff\1\1\1\4", "", "\1\5", "", @@ -50650,11 +49766,11 @@ public String getDescription() { static final short[] dfa_17 = DFA.unpackEncodedString(dfa_17s); static final short[][] dfa_18 = unpackEncodedStringArray(dfa_18s); - class DFA21 extends DFA { + class DFA20 extends DFA { - public DFA21(BaseRecognizer recognizer) { + public DFA20(BaseRecognizer recognizer) { this.recognizer = recognizer; - this.decisionNumber = 21; + this.decisionNumber = 20; this.eot = dfa_13; this.eof = dfa_13; this.min = dfa_14; @@ -50664,37 +49780,37 @@ public DFA21(BaseRecognizer recognizer) { this.transition = dfa_18; } public String getDescription() { - return "3427:1: rule__Value__Alternatives : ( ( ruleStaticValue ) | ( ruleVariable ) | ( ruleNestedObject ) | ( ruleTypedNestedObject ) );"; + return "3221:1: rule__Value__Alternatives : ( ( ruleStaticValue ) | ( ruleVariable ) | ( ruleNestedObject ) | ( ruleTypedNestedObject ) );"; } } static final String dfa_19s = "\25\uffff"; static final String dfa_20s = "\5\uffff\3\13\5\uffff\10\13"; static final String dfa_21s = "\1\4\4\uffff\3\6\5\uffff\10\6"; - static final String dfa_22s = "\1\142\4\uffff\3\155\5\uffff\10\155"; + static final String dfa_22s = "\1\116\4\uffff\3\131\5\uffff\10\131"; static final String dfa_23s = "\1\uffff\1\1\1\2\1\3\1\4\3\uffff\1\6\1\10\1\11\1\5\1\7\10\uffff"; static final String dfa_24s = "\25\uffff}>"; static final String[] dfa_25s = { - "\2\4\11\uffff\1\1\1\2\1\3\1\5\1\6\1\7\3\10\107\uffff\1\12\2\uffff\1\11", + "\2\4\11\uffff\1\1\1\uffff\1\2\1\3\1\5\1\6\1\7\3\10\62\uffff\1\12\2\uffff\1\11", "", "", "", "", - "\1\13\1\uffff\1\13\1\uffff\6\13\5\uffff\1\14\2\uffff\1\13\4\uffff\2\13\25\uffff\7\13\1\uffff\1\13\3\uffff\5\13\1\uffff\3\13\1\uffff\2\13\1\uffff\16\13\1\uffff\1\13\1\uffff\1\13\5\uffff\1\13\2\uffff\5\13\1\uffff\1\13", - "\1\13\1\uffff\1\15\1\uffff\6\13\6\uffff\2\14\1\13\4\uffff\2\13\25\uffff\7\13\1\uffff\1\13\3\uffff\5\13\1\uffff\3\13\1\uffff\2\13\1\uffff\16\13\1\uffff\1\13\1\uffff\1\13\5\uffff\1\13\2\uffff\5\13\1\uffff\1\13", - "\1\13\1\uffff\1\16\1\uffff\6\13\7\uffff\1\14\1\13\4\uffff\2\13\25\uffff\7\13\1\uffff\1\13\3\uffff\5\13\1\uffff\3\13\1\uffff\2\13\1\uffff\16\13\1\uffff\1\13\1\uffff\1\13\5\uffff\1\13\2\uffff\5\13\1\uffff\1\13", + "\1\13\1\uffff\1\13\1\uffff\6\13\6\uffff\1\14\2\uffff\1\13\4\uffff\11\13\1\uffff\1\13\3\uffff\5\13\1\uffff\3\13\1\uffff\2\13\1\uffff\16\13\1\uffff\1\13\1\uffff\1\13\5\uffff\1\13\2\uffff\5\13\1\uffff\1\13", + "\1\13\1\uffff\1\15\1\uffff\6\13\7\uffff\2\14\1\13\4\uffff\11\13\1\uffff\1\13\3\uffff\5\13\1\uffff\3\13\1\uffff\2\13\1\uffff\16\13\1\uffff\1\13\1\uffff\1\13\5\uffff\1\13\2\uffff\5\13\1\uffff\1\13", + "\1\13\1\uffff\1\16\1\uffff\6\13\10\uffff\1\14\1\13\4\uffff\11\13\1\uffff\1\13\3\uffff\5\13\1\uffff\3\13\1\uffff\2\13\1\uffff\16\13\1\uffff\1\13\1\uffff\1\13\5\uffff\1\13\2\uffff\5\13\1\uffff\1\13", "", "", "", "", "", - "\1\13\1\uffff\1\20\1\17\6\13\6\uffff\2\14\1\13\4\uffff\2\13\25\uffff\7\13\1\uffff\1\13\3\uffff\5\13\1\uffff\3\13\1\uffff\2\13\1\uffff\12\13\1\uffff\3\13\1\uffff\1\13\1\uffff\1\13\5\uffff\1\13\2\uffff\5\13\1\uffff\1\13", - "\1\13\1\uffff\1\22\1\21\6\13\7\uffff\1\14\1\13\4\uffff\2\13\25\uffff\7\13\1\uffff\1\13\3\uffff\5\13\1\uffff\3\13\1\uffff\2\13\1\uffff\12\13\1\uffff\3\13\1\uffff\1\13\1\uffff\1\13\5\uffff\1\13\2\uffff\5\13\1\uffff\1\13", - "\1\13\1\uffff\1\20\1\uffff\6\13\6\uffff\2\14\1\13\4\uffff\2\13\25\uffff\7\13\1\uffff\1\13\3\uffff\5\13\1\uffff\3\13\1\uffff\2\13\1\uffff\12\13\1\uffff\3\13\1\uffff\1\13\1\uffff\1\13\5\uffff\1\13\2\uffff\5\13\1\uffff\1\13", - "\1\13\1\uffff\1\20\1\23\6\13\6\uffff\2\14\1\13\4\uffff\2\13\25\uffff\7\13\1\uffff\1\13\3\uffff\5\13\1\uffff\3\13\1\uffff\2\13\1\uffff\12\13\1\uffff\3\13\1\uffff\1\13\1\uffff\1\13\5\uffff\1\13\2\uffff\5\13\1\uffff\1\13", - "\1\13\1\uffff\1\22\1\uffff\6\13\7\uffff\1\14\1\13\4\uffff\2\13\25\uffff\7\13\1\uffff\1\13\3\uffff\5\13\1\uffff\3\13\1\uffff\2\13\1\uffff\12\13\1\uffff\3\13\1\uffff\1\13\1\uffff\1\13\5\uffff\1\13\2\uffff\5\13\1\uffff\1\13", - "\1\13\1\uffff\1\22\1\24\6\13\7\uffff\1\14\1\13\4\uffff\2\13\25\uffff\7\13\1\uffff\1\13\3\uffff\5\13\1\uffff\3\13\1\uffff\2\13\1\uffff\12\13\1\uffff\3\13\1\uffff\1\13\1\uffff\1\13\5\uffff\1\13\2\uffff\5\13\1\uffff\1\13", - "\1\13\1\uffff\1\20\1\uffff\6\13\6\uffff\2\14\1\13\4\uffff\2\13\25\uffff\7\13\1\uffff\1\13\3\uffff\5\13\1\uffff\3\13\1\uffff\2\13\1\uffff\12\13\1\uffff\3\13\1\uffff\1\13\1\uffff\1\13\5\uffff\1\13\2\uffff\5\13\1\uffff\1\13", - "\1\13\1\uffff\1\22\1\uffff\6\13\7\uffff\1\14\1\13\4\uffff\2\13\25\uffff\7\13\1\uffff\1\13\3\uffff\5\13\1\uffff\3\13\1\uffff\2\13\1\uffff\12\13\1\uffff\3\13\1\uffff\1\13\1\uffff\1\13\5\uffff\1\13\2\uffff\5\13\1\uffff\1\13" + "\1\13\1\uffff\1\20\1\17\6\13\7\uffff\2\14\1\13\4\uffff\11\13\1\uffff\1\13\3\uffff\5\13\1\uffff\3\13\1\uffff\2\13\1\uffff\12\13\1\uffff\3\13\1\uffff\1\13\1\uffff\1\13\5\uffff\1\13\2\uffff\5\13\1\uffff\1\13", + "\1\13\1\uffff\1\22\1\21\6\13\10\uffff\1\14\1\13\4\uffff\11\13\1\uffff\1\13\3\uffff\5\13\1\uffff\3\13\1\uffff\2\13\1\uffff\12\13\1\uffff\3\13\1\uffff\1\13\1\uffff\1\13\5\uffff\1\13\2\uffff\5\13\1\uffff\1\13", + "\1\13\1\uffff\1\20\1\uffff\6\13\7\uffff\2\14\1\13\4\uffff\11\13\1\uffff\1\13\3\uffff\5\13\1\uffff\3\13\1\uffff\2\13\1\uffff\12\13\1\uffff\3\13\1\uffff\1\13\1\uffff\1\13\5\uffff\1\13\2\uffff\5\13\1\uffff\1\13", + "\1\13\1\uffff\1\20\1\23\6\13\7\uffff\2\14\1\13\4\uffff\11\13\1\uffff\1\13\3\uffff\5\13\1\uffff\3\13\1\uffff\2\13\1\uffff\12\13\1\uffff\3\13\1\uffff\1\13\1\uffff\1\13\5\uffff\1\13\2\uffff\5\13\1\uffff\1\13", + "\1\13\1\uffff\1\22\1\uffff\6\13\10\uffff\1\14\1\13\4\uffff\11\13\1\uffff\1\13\3\uffff\5\13\1\uffff\3\13\1\uffff\2\13\1\uffff\12\13\1\uffff\3\13\1\uffff\1\13\1\uffff\1\13\5\uffff\1\13\2\uffff\5\13\1\uffff\1\13", + "\1\13\1\uffff\1\22\1\24\6\13\10\uffff\1\14\1\13\4\uffff\11\13\1\uffff\1\13\3\uffff\5\13\1\uffff\3\13\1\uffff\2\13\1\uffff\12\13\1\uffff\3\13\1\uffff\1\13\1\uffff\1\13\5\uffff\1\13\2\uffff\5\13\1\uffff\1\13", + "\1\13\1\uffff\1\20\1\uffff\6\13\7\uffff\2\14\1\13\4\uffff\11\13\1\uffff\1\13\3\uffff\5\13\1\uffff\3\13\1\uffff\2\13\1\uffff\12\13\1\uffff\3\13\1\uffff\1\13\1\uffff\1\13\5\uffff\1\13\2\uffff\5\13\1\uffff\1\13", + "\1\13\1\uffff\1\22\1\uffff\6\13\10\uffff\1\14\1\13\4\uffff\11\13\1\uffff\1\13\3\uffff\5\13\1\uffff\3\13\1\uffff\2\13\1\uffff\12\13\1\uffff\3\13\1\uffff\1\13\1\uffff\1\13\5\uffff\1\13\2\uffff\5\13\1\uffff\1\13" }; static final short[] dfa_19 = DFA.unpackEncodedString(dfa_19s); @@ -50705,11 +49821,11 @@ public String getDescription() { static final short[] dfa_24 = DFA.unpackEncodedString(dfa_24s); static final short[][] dfa_25 = unpackEncodedStringArray(dfa_25s); - class DFA23 extends DFA { + class DFA22 extends DFA { - public DFA23(BaseRecognizer recognizer) { + public DFA22(BaseRecognizer recognizer) { this.recognizer = recognizer; - this.decisionNumber = 23; + this.decisionNumber = 22; this.eot = dfa_19; this.eof = dfa_20; this.min = dfa_21; @@ -50719,23 +49835,23 @@ public DFA23(BaseRecognizer recognizer) { this.transition = dfa_25; } public String getDescription() { - return "3483:1: rule__StaticValue__Alternatives : ( ( ruleStringValue ) | ( ruleIntegerValue ) | ( ruleDecimalValue ) | ( ruleBooleanValue ) | ( ruleDateValue ) | ( ruleTimeValue ) | ( ruleDateAndTimeValue ) | ( ruleNullValue ) | ( ruleJavaConstantValue ) );"; + return "3277:1: rule__StaticValue__Alternatives : ( ( ruleStringValue ) | ( ruleIntegerValue ) | ( ruleDecimalValue ) | ( ruleBooleanValue ) | ( ruleDateValue ) | ( ruleTimeValue ) | ( ruleDateAndTimeValue ) | ( ruleNullValue ) | ( ruleJavaConstantValue ) );"; } } static final String dfa_26s = "\10\uffff"; - static final String dfa_27s = "\1\22\1\uffff\1\10\1\uffff\1\10\2\uffff\1\10"; - static final String dfa_28s = "\1\24\1\uffff\1\27\1\uffff\1\27\2\uffff\1\27"; + static final String dfa_27s = "\1\23\1\uffff\1\10\1\uffff\1\10\2\uffff\1\10"; + static final String dfa_28s = "\1\25\1\uffff\1\30\1\uffff\1\30\2\uffff\1\30"; static final String dfa_29s = "\1\uffff\1\1\1\uffff\1\4\1\uffff\1\3\1\2\1\uffff"; static final String dfa_30s = "\10\uffff}>"; static final String[] dfa_31s = { "\1\1\1\2\1\3", "", - "\1\4\15\uffff\1\6\1\5", + "\1\4\16\uffff\1\6\1\5", "", - "\1\4\1\7\14\uffff\1\6\1\5", + "\1\4\1\7\15\uffff\1\6\1\5", "", "", - "\1\4\15\uffff\1\6\1\5" + "\1\4\16\uffff\1\6\1\5" }; static final short[] dfa_26 = DFA.unpackEncodedString(dfa_26s); @@ -50745,11 +49861,11 @@ public String getDescription() { static final short[] dfa_30 = DFA.unpackEncodedString(dfa_30s); static final short[][] dfa_31 = unpackEncodedStringArray(dfa_31s); - class DFA27 extends DFA { + class DFA26 extends DFA { - public DFA27(BaseRecognizer recognizer) { + public DFA26(BaseRecognizer recognizer) { this.recognizer = recognizer; - this.decisionNumber = 27; + this.decisionNumber = 26; this.eot = dfa_26; this.eof = dfa_26; this.min = dfa_27; @@ -50759,21 +49875,21 @@ public DFA27(BaseRecognizer recognizer) { this.transition = dfa_31; } public String getDescription() { - return "3625:1: rule__DateAndTimeValue__Alternatives : ( ( ruleIsoDateAndTimeValue ) | ( ruleEuropeanDateAnd24HrsTimeValue ) | ( ruleEuropeanDateAnd12HrsTimeValue ) | ( ruleUSDateAnd12HrsTimeValue ) );"; + return "3419:1: rule__DateAndTimeValue__Alternatives : ( ( ruleIsoDateAndTimeValue ) | ( ruleEuropeanDateAnd24HrsTimeValue ) | ( ruleEuropeanDateAnd12HrsTimeValue ) | ( ruleUSDateAnd12HrsTimeValue ) );"; } } static final String dfa_32s = "\5\uffff"; static final String dfa_33s = "\1\3\4\uffff"; static final String dfa_34s = "\2\6\2\uffff\1\6"; - static final String dfa_35s = "\2\111\2\uffff\1\111"; + static final String dfa_35s = "\2\65\2\uffff\1\65"; static final String dfa_36s = "\2\uffff\1\1\1\2\1\uffff"; static final String dfa_37s = "\5\uffff}>"; static final String[] dfa_38s = { - "\1\3\1\uffff\1\1\60\uffff\1\3\14\uffff\3\3\1\2", - "\1\3\1\uffff\1\1\1\4\57\uffff\1\3\14\uffff\3\3\1\2", + "\1\3\1\uffff\1\1\34\uffff\1\3\14\uffff\3\3\1\2", + "\1\3\1\uffff\1\1\1\4\33\uffff\1\3\14\uffff\3\3\1\2", "", "", - "\1\3\1\uffff\1\1\60\uffff\1\3\14\uffff\3\3\1\2" + "\1\3\1\uffff\1\1\34\uffff\1\3\14\uffff\3\3\1\2" }; static final short[] dfa_32 = DFA.unpackEncodedString(dfa_32s); @@ -50784,11 +49900,11 @@ public String getDescription() { static final short[] dfa_37 = DFA.unpackEncodedString(dfa_37s); static final short[][] dfa_38 = unpackEncodedStringArray(dfa_38s); - class DFA55 extends DFA { + class DFA54 extends DFA { - public DFA55(BaseRecognizer recognizer) { + public DFA54(BaseRecognizer recognizer) { this.recognizer = recognizer; - this.decisionNumber = 55; + this.decisionNumber = 54; this.eot = dfa_32; this.eof = dfa_33; this.min = dfa_34; @@ -50798,27 +49914,27 @@ public DFA55(BaseRecognizer recognizer) { this.transition = dfa_38; } public String getDescription() { - return "7322:1: ( rule__SuiteParameterDefinition__Group_1__0 )?"; + return "7116:1: ( rule__SuiteParameterDefinition__Group_1__0 )?"; } } static final String dfa_39s = "\13\uffff"; static final String dfa_40s = "\2\4\3\uffff\1\4\5\uffff"; static final String dfa_41s = "\2\6\1\10\1\6\1\uffff\1\6\1\10\1\uffff\3\10"; - static final String dfa_42s = "\2\153\1\122\1\17\1\uffff\1\153\1\122\1\uffff\3\122"; + static final String dfa_42s = "\2\127\1\76\1\17\1\uffff\1\127\1\76\1\uffff\3\76"; static final String dfa_43s = "\4\uffff\1\2\2\uffff\1\1\3\uffff"; static final String dfa_44s = "\13\uffff}>"; static final String[] dfa_45s = { - "\1\2\1\uffff\1\1\1\uffff\5\4\11\uffff\1\4\4\uffff\1\3\46\uffff\1\4\6\uffff\1\4\1\uffff\2\4\2\uffff\3\4\1\uffff\2\4\3\uffff\1\4\14\uffff\1\4\1\uffff\1\4\1\uffff\1\4", - "\1\2\1\uffff\1\1\1\5\5\4\11\uffff\1\4\4\uffff\1\3\46\uffff\1\4\6\uffff\1\4\1\uffff\2\4\2\uffff\3\4\1\uffff\2\4\3\uffff\1\4\14\uffff\1\4\1\uffff\1\4\1\uffff\1\4", - "\1\6\66\uffff\1\7\22\uffff\1\4", + "\1\2\1\uffff\1\1\1\uffff\5\4\12\uffff\1\4\4\uffff\1\3\21\uffff\1\4\6\uffff\1\4\1\uffff\2\4\2\uffff\3\4\1\uffff\2\4\3\uffff\1\4\14\uffff\1\4\1\uffff\1\4\1\uffff\1\4", + "\1\2\1\uffff\1\1\1\5\5\4\12\uffff\1\4\4\uffff\1\3\21\uffff\1\4\6\uffff\1\4\1\uffff\2\4\2\uffff\3\4\1\uffff\2\4\3\uffff\1\4\14\uffff\1\4\1\uffff\1\4\1\uffff\1\4", + "\1\6\42\uffff\1\7\22\uffff\1\4", "\1\10\10\uffff\1\11", "", - "\1\2\1\uffff\1\1\1\uffff\5\4\11\uffff\1\4\4\uffff\1\3\46\uffff\1\4\6\uffff\1\4\1\uffff\2\4\2\uffff\3\4\1\uffff\2\4\3\uffff\1\4\14\uffff\1\4\1\uffff\1\4\1\uffff\1\4", - "\1\6\1\12\65\uffff\1\7\22\uffff\1\4", + "\1\2\1\uffff\1\1\1\uffff\5\4\12\uffff\1\4\4\uffff\1\3\21\uffff\1\4\6\uffff\1\4\1\uffff\2\4\2\uffff\3\4\1\uffff\2\4\3\uffff\1\4\14\uffff\1\4\1\uffff\1\4\1\uffff\1\4", + "\1\6\1\12\41\uffff\1\7\22\uffff\1\4", "", - "\1\6\66\uffff\1\7\22\uffff\1\4", - "\1\6\66\uffff\1\7\22\uffff\1\4", - "\1\6\66\uffff\1\7\22\uffff\1\4" + "\1\6\42\uffff\1\7\22\uffff\1\4", + "\1\6\42\uffff\1\7\22\uffff\1\4", + "\1\6\42\uffff\1\7\22\uffff\1\4" }; static final short[] dfa_39 = DFA.unpackEncodedString(dfa_39s); @@ -50829,11 +49945,11 @@ public String getDescription() { static final short[] dfa_44 = DFA.unpackEncodedString(dfa_44s); static final short[][] dfa_45 = unpackEncodedStringArray(dfa_45s); - class DFA65 extends DFA { + class DFA64 extends DFA { - public DFA65(BaseRecognizer recognizer) { + public DFA64(BaseRecognizer recognizer) { this.recognizer = recognizer; - this.decisionNumber = 65; + this.decisionNumber = 64; this.eot = dfa_39; this.eof = dfa_40; this.min = dfa_41; @@ -50843,29 +49959,29 @@ public DFA65(BaseRecognizer recognizer) { this.transition = dfa_45; } public String getDescription() { - return "()* loopback of 9131:1: ( rule__Test__Group_4__0 )*"; + return "()* loopback of 8925:1: ( rule__Test__Group_4__0 )*"; } } static final String dfa_46s = "\2\2\2\uffff\1\2"; - static final String dfa_47s = "\2\153\2\uffff\1\153"; + static final String dfa_47s = "\2\127\2\uffff\1\127"; static final String dfa_48s = "\2\uffff\1\2\1\1\1\uffff"; static final String[] dfa_49s = { - "\1\3\1\uffff\1\1\1\uffff\5\2\11\uffff\1\2\4\uffff\1\3\46\uffff\1\2\6\uffff\1\2\1\uffff\2\2\2\uffff\3\2\1\uffff\2\2\3\uffff\1\2\14\uffff\1\2\1\uffff\1\2\1\uffff\1\2", - "\1\3\1\uffff\1\1\1\4\5\2\11\uffff\1\2\4\uffff\1\3\46\uffff\1\2\6\uffff\1\2\1\uffff\2\2\2\uffff\3\2\1\uffff\2\2\3\uffff\1\2\14\uffff\1\2\1\uffff\1\2\1\uffff\1\2", + "\1\3\1\uffff\1\1\1\uffff\5\2\12\uffff\1\2\4\uffff\1\3\21\uffff\1\2\6\uffff\1\2\1\uffff\2\2\2\uffff\3\2\1\uffff\2\2\3\uffff\1\2\14\uffff\1\2\1\uffff\1\2\1\uffff\1\2", + "\1\3\1\uffff\1\1\1\4\5\2\12\uffff\1\2\4\uffff\1\3\21\uffff\1\2\6\uffff\1\2\1\uffff\2\2\2\uffff\3\2\1\uffff\2\2\3\uffff\1\2\14\uffff\1\2\1\uffff\1\2\1\uffff\1\2", "", "", - "\1\3\1\uffff\1\1\1\uffff\5\2\11\uffff\1\2\4\uffff\1\3\46\uffff\1\2\6\uffff\1\2\1\uffff\2\2\2\uffff\3\2\1\uffff\2\2\3\uffff\1\2\14\uffff\1\2\1\uffff\1\2\1\uffff\1\2" + "\1\3\1\uffff\1\1\1\uffff\5\2\12\uffff\1\2\4\uffff\1\3\21\uffff\1\2\6\uffff\1\2\1\uffff\2\2\2\uffff\3\2\1\uffff\2\2\3\uffff\1\2\14\uffff\1\2\1\uffff\1\2\1\uffff\1\2" }; static final short[] dfa_46 = DFA.unpackEncodedString(dfa_46s); static final char[] dfa_47 = DFA.unpackEncodedStringToUnsignedChars(dfa_47s); static final short[] dfa_48 = DFA.unpackEncodedString(dfa_48s); static final short[][] dfa_49 = unpackEncodedStringArray(dfa_49s); - class DFA66 extends DFA { + class DFA65 extends DFA { - public DFA66(BaseRecognizer recognizer) { + public DFA65(BaseRecognizer recognizer) { this.recognizer = recognizer; - this.decisionNumber = 66; + this.decisionNumber = 65; this.eot = dfa_32; this.eof = dfa_46; this.min = dfa_34; @@ -50875,27 +49991,27 @@ public DFA66(BaseRecognizer recognizer) { this.transition = dfa_49; } public String getDescription() { - return "()* loopback of 9160:1: ( rule__Test__Group_5__0 )*"; + return "()* loopback of 8954:1: ( rule__Test__Group_5__0 )*"; } } static final String dfa_50s = "\2\3\2\uffff\1\3"; static final String dfa_51s = "\2\10\2\uffff\1\10"; static final String[] dfa_52s = { - "\1\1\1\uffff\5\3\11\uffff\1\3\53\uffff\1\3\6\uffff\1\3\1\uffff\2\3\2\uffff\1\3\1\2\1\3\1\uffff\2\3\3\uffff\1\3\14\uffff\1\3\1\uffff\1\3\1\uffff\1\3", - "\1\1\1\4\5\3\11\uffff\1\3\53\uffff\1\3\6\uffff\1\3\1\uffff\2\3\2\uffff\1\3\1\2\1\3\1\uffff\2\3\3\uffff\1\3\14\uffff\1\3\1\uffff\1\3\1\uffff\1\3", + "\1\1\1\uffff\5\3\12\uffff\1\3\26\uffff\1\3\6\uffff\1\3\1\uffff\2\3\2\uffff\1\3\1\2\1\3\1\uffff\2\3\3\uffff\1\3\14\uffff\1\3\1\uffff\1\3\1\uffff\1\3", + "\1\1\1\4\5\3\12\uffff\1\3\26\uffff\1\3\6\uffff\1\3\1\uffff\2\3\2\uffff\1\3\1\2\1\3\1\uffff\2\3\3\uffff\1\3\14\uffff\1\3\1\uffff\1\3\1\uffff\1\3", "", "", - "\1\1\1\uffff\5\3\11\uffff\1\3\53\uffff\1\3\6\uffff\1\3\1\uffff\2\3\2\uffff\1\3\1\2\1\3\1\uffff\2\3\3\uffff\1\3\14\uffff\1\3\1\uffff\1\3\1\uffff\1\3" + "\1\1\1\uffff\5\3\12\uffff\1\3\26\uffff\1\3\6\uffff\1\3\1\uffff\2\3\2\uffff\1\3\1\2\1\3\1\uffff\2\3\3\uffff\1\3\14\uffff\1\3\1\uffff\1\3\1\uffff\1\3" }; static final short[] dfa_50 = DFA.unpackEncodedString(dfa_50s); static final char[] dfa_51 = DFA.unpackEncodedStringToUnsignedChars(dfa_51s); static final short[][] dfa_52 = unpackEncodedStringArray(dfa_52s); - class DFA67 extends DFA { + class DFA66 extends DFA { - public DFA67(BaseRecognizer recognizer) { + public DFA66(BaseRecognizer recognizer) { this.recognizer = recognizer; - this.decisionNumber = 67; + this.decisionNumber = 66; this.eot = dfa_32; this.eof = dfa_50; this.min = dfa_51; @@ -50905,31 +50021,31 @@ public DFA67(BaseRecognizer recognizer) { this.transition = dfa_52; } public String getDescription() { - return "9189:1: ( rule__Test__Group_6__0 )?"; + return "8983:1: ( rule__Test__Group_6__0 )?"; } } static final String dfa_53s = "\2\6\1\uffff\2\6\1\uffff\1\6"; - static final String dfa_54s = "\1\35\1\124\1\uffff\2\124\1\uffff\1\124"; + static final String dfa_54s = "\1\36\1\100\1\uffff\2\100\1\uffff\1\100"; static final String dfa_55s = "\2\uffff\1\1\2\uffff\1\2\1\uffff"; static final String[] dfa_56s = { - "\1\2\1\uffff\1\1\24\uffff\1\2", - "\1\2\1\uffff\1\4\1\3\23\uffff\1\2\66\uffff\1\5", + "\1\2\1\uffff\1\1\25\uffff\1\2", + "\1\2\1\uffff\1\4\1\3\24\uffff\1\2\41\uffff\1\5", "", - "\1\2\1\uffff\1\4\24\uffff\1\2\66\uffff\1\5", - "\1\2\1\uffff\1\4\1\6\23\uffff\1\2\66\uffff\1\5", + "\1\2\1\uffff\1\4\25\uffff\1\2\41\uffff\1\5", + "\1\2\1\uffff\1\4\1\6\24\uffff\1\2\41\uffff\1\5", "", - "\1\2\1\uffff\1\4\24\uffff\1\2\66\uffff\1\5" + "\1\2\1\uffff\1\4\25\uffff\1\2\41\uffff\1\5" }; static final char[] dfa_53 = DFA.unpackEncodedStringToUnsignedChars(dfa_53s); static final char[] dfa_54 = DFA.unpackEncodedStringToUnsignedChars(dfa_54s); static final short[] dfa_55 = DFA.unpackEncodedString(dfa_55s); static final short[][] dfa_56 = unpackEncodedStringArray(dfa_56s); - class DFA68 extends DFA { + class DFA67 extends DFA { - public DFA68(BaseRecognizer recognizer) { + public DFA67(BaseRecognizer recognizer) { this.recognizer = recognizer; - this.decisionNumber = 68; + this.decisionNumber = 67; this.eot = dfa_1; this.eof = dfa_1; this.min = dfa_53; @@ -50939,21 +50055,21 @@ public DFA68(BaseRecognizer recognizer) { this.transition = dfa_56; } public String getDescription() { - return "()* loopback of 9598:1: ( rule__TableTest__Group_3__0 )*"; + return "()* loopback of 9392:1: ( rule__TableTest__Group_3__0 )*"; } } - static final String dfa_57s = "\1\uffff\3\4\2\uffff\1\4"; + static final String dfa_57s = "\1\uffff\3\5\2\uffff\1\5"; static final String dfa_58s = "\4\10\2\uffff\1\10"; - static final String dfa_59s = "\1\10\3\153\2\uffff\1\153"; - static final String dfa_60s = "\4\uffff\1\2\1\1\1\uffff"; + static final String dfa_59s = "\1\10\3\127\2\uffff\1\127"; + static final String dfa_60s = "\4\uffff\1\1\1\2\1\uffff"; static final String[] dfa_61s = { "\1\1", - "\1\3\1\2\5\4\11\uffff\1\4\53\uffff\1\4\6\uffff\1\4\1\uffff\2\4\2\uffff\1\4\1\uffff\1\4\1\5\2\4\3\uffff\1\4\14\uffff\1\4\1\uffff\1\4\1\uffff\1\4", - "\1\3\1\uffff\5\4\11\uffff\1\4\53\uffff\1\4\6\uffff\1\4\1\uffff\2\4\2\uffff\1\4\1\uffff\1\4\1\5\2\4\3\uffff\1\4\14\uffff\1\4\1\uffff\1\4\1\uffff\1\4", - "\1\3\1\6\5\4\11\uffff\1\4\53\uffff\1\4\6\uffff\1\4\1\uffff\2\4\2\uffff\1\4\1\uffff\1\4\1\5\2\4\3\uffff\1\4\14\uffff\1\4\1\uffff\1\4\1\uffff\1\4", + "\1\3\1\2\5\5\12\uffff\1\5\26\uffff\1\5\6\uffff\1\5\1\uffff\2\5\2\uffff\1\5\1\uffff\1\5\1\4\2\5\3\uffff\1\5\14\uffff\1\5\1\uffff\1\5\1\uffff\1\5", + "\1\3\1\uffff\5\5\12\uffff\1\5\26\uffff\1\5\6\uffff\1\5\1\uffff\2\5\2\uffff\1\5\1\uffff\1\5\1\4\2\5\3\uffff\1\5\14\uffff\1\5\1\uffff\1\5\1\uffff\1\5", + "\1\3\1\6\5\5\12\uffff\1\5\26\uffff\1\5\6\uffff\1\5\1\uffff\2\5\2\uffff\1\5\1\uffff\1\5\1\4\2\5\3\uffff\1\5\14\uffff\1\5\1\uffff\1\5\1\uffff\1\5", "", "", - "\1\3\1\uffff\5\4\11\uffff\1\4\53\uffff\1\4\6\uffff\1\4\1\uffff\2\4\2\uffff\1\4\1\uffff\1\4\1\5\2\4\3\uffff\1\4\14\uffff\1\4\1\uffff\1\4\1\uffff\1\4" + "\1\3\1\uffff\5\5\12\uffff\1\5\26\uffff\1\5\6\uffff\1\5\1\uffff\2\5\2\uffff\1\5\1\uffff\1\5\1\4\2\5\3\uffff\1\5\14\uffff\1\5\1\uffff\1\5\1\uffff\1\5" }; static final short[] dfa_57 = DFA.unpackEncodedString(dfa_57s); static final char[] dfa_58 = DFA.unpackEncodedStringToUnsignedChars(dfa_58s); @@ -50961,11 +50077,11 @@ public String getDescription() { static final short[] dfa_60 = DFA.unpackEncodedString(dfa_60s); static final short[][] dfa_61 = unpackEncodedStringArray(dfa_61s); - class DFA72 extends DFA { + class DFA71 extends DFA { - public DFA72(BaseRecognizer recognizer) { + public DFA71(BaseRecognizer recognizer) { this.recognizer = recognizer; - this.decisionNumber = 72; + this.decisionNumber = 71; this.eot = dfa_1; this.eof = dfa_57; this.min = dfa_58; @@ -50975,22 +50091,22 @@ public DFA72(BaseRecognizer recognizer) { this.transition = dfa_61; } public String getDescription() { - return "()* loopback of 9780:1: ( rule__TableTest__Group_9__0 )*"; + return "()* loopback of 9574:1: ( rule__TableTest__Group_9__0 )*"; } } static final String dfa_62s = "\6\uffff"; static final String dfa_63s = "\2\uffff\1\4\2\uffff\1\4"; static final String dfa_64s = "\1\4\1\uffff\2\6\1\uffff\1\6"; - static final String dfa_65s = "\1\142\1\uffff\1\153\1\6\1\uffff\1\153"; + static final String dfa_65s = "\1\116\1\uffff\1\127\1\6\1\uffff\1\127"; static final String dfa_66s = "\1\uffff\1\1\2\uffff\1\2\1\uffff"; static final String dfa_67s = "\6\uffff}>"; static final String[] dfa_68s = { - "\2\1\1\2\10\uffff\11\1\107\uffff\1\1\2\uffff\1\1", + "\2\1\1\2\10\uffff\1\1\1\uffff\10\1\62\uffff\1\1\2\uffff\1\1", "", - "\1\4\1\uffff\1\4\1\uffff\5\4\11\uffff\1\4\4\uffff\1\4\26\uffff\1\1\17\uffff\1\4\6\uffff\1\4\1\uffff\3\4\1\uffff\1\4\1\uffff\1\4\1\uffff\2\4\3\uffff\1\4\12\uffff\1\3\1\uffff\1\4\1\uffff\1\4\1\uffff\1\4", + "\1\4\1\uffff\1\4\1\uffff\5\4\12\uffff\1\4\4\uffff\1\4\1\uffff\1\1\17\uffff\1\4\6\uffff\1\4\1\uffff\3\4\1\uffff\1\4\1\uffff\1\4\1\uffff\2\4\3\uffff\1\4\12\uffff\1\3\1\uffff\1\4\1\uffff\1\4\1\uffff\1\4", "\1\5", "", - "\1\4\1\uffff\1\4\1\uffff\5\4\11\uffff\1\4\4\uffff\1\4\26\uffff\1\1\17\uffff\1\4\6\uffff\1\4\1\uffff\3\4\1\uffff\1\4\1\uffff\1\4\1\uffff\2\4\3\uffff\1\4\12\uffff\1\3\1\uffff\1\4\1\uffff\1\4\1\uffff\1\4" + "\1\4\1\uffff\1\4\1\uffff\5\4\12\uffff\1\4\4\uffff\1\4\1\uffff\1\1\17\uffff\1\4\6\uffff\1\4\1\uffff\3\4\1\uffff\1\4\1\uffff\1\4\1\uffff\2\4\3\uffff\1\4\12\uffff\1\3\1\uffff\1\4\1\uffff\1\4\1\uffff\1\4" }; static final short[] dfa_62 = DFA.unpackEncodedString(dfa_62s); @@ -51001,11 +50117,11 @@ public String getDescription() { static final short[] dfa_67 = DFA.unpackEncodedString(dfa_67s); static final short[][] dfa_68 = unpackEncodedStringArray(dfa_68s); - class DFA77 extends DFA { + class DFA76 extends DFA { - public DFA77(BaseRecognizer recognizer) { + public DFA76(BaseRecognizer recognizer) { this.recognizer = recognizer; - this.decisionNumber = 77; + this.decisionNumber = 76; this.eot = dfa_62; this.eof = dfa_63; this.min = dfa_64; @@ -51015,31 +50131,31 @@ public DFA77(BaseRecognizer recognizer) { this.transition = dfa_68; } public String getDescription() { - return "10652:1: ( rule__Call__Group_2__0 )?"; + return "10446:1: ( rule__Call__Group_2__0 )?"; } } - static final String dfa_69s = "\2\153\1\117\1\17\1\uffff\1\153\1\117\1\uffff\3\117"; + static final String dfa_69s = "\2\127\1\73\1\17\1\uffff\1\127\1\73\1\uffff\3\73"; static final String[] dfa_70s = { - "\1\2\1\uffff\1\1\1\uffff\5\4\11\uffff\1\4\4\uffff\1\3\46\uffff\1\4\6\uffff\1\4\1\uffff\3\4\1\uffff\1\4\1\uffff\1\4\1\uffff\2\4\3\uffff\1\4\14\uffff\1\4\1\uffff\1\4\1\uffff\1\4", - "\1\2\1\uffff\1\1\1\5\5\4\11\uffff\1\4\4\uffff\1\3\46\uffff\1\4\6\uffff\1\4\1\uffff\3\4\1\uffff\1\4\1\uffff\1\4\1\uffff\2\4\3\uffff\1\4\14\uffff\1\4\1\uffff\1\4\1\uffff\1\4", - "\1\6\66\uffff\1\7\17\uffff\1\4", + "\1\2\1\uffff\1\1\1\uffff\5\4\12\uffff\1\4\4\uffff\1\3\21\uffff\1\4\6\uffff\1\4\1\uffff\3\4\1\uffff\1\4\1\uffff\1\4\1\uffff\2\4\3\uffff\1\4\14\uffff\1\4\1\uffff\1\4\1\uffff\1\4", + "\1\2\1\uffff\1\1\1\5\5\4\12\uffff\1\4\4\uffff\1\3\21\uffff\1\4\6\uffff\1\4\1\uffff\3\4\1\uffff\1\4\1\uffff\1\4\1\uffff\2\4\3\uffff\1\4\14\uffff\1\4\1\uffff\1\4\1\uffff\1\4", + "\1\6\42\uffff\1\7\17\uffff\1\4", "\1\10\10\uffff\1\11", "", - "\1\2\1\uffff\1\1\1\uffff\5\4\11\uffff\1\4\4\uffff\1\3\46\uffff\1\4\6\uffff\1\4\1\uffff\3\4\1\uffff\1\4\1\uffff\1\4\1\uffff\2\4\3\uffff\1\4\14\uffff\1\4\1\uffff\1\4\1\uffff\1\4", - "\1\6\1\12\65\uffff\1\7\17\uffff\1\4", + "\1\2\1\uffff\1\1\1\uffff\5\4\12\uffff\1\4\4\uffff\1\3\21\uffff\1\4\6\uffff\1\4\1\uffff\3\4\1\uffff\1\4\1\uffff\1\4\1\uffff\2\4\3\uffff\1\4\14\uffff\1\4\1\uffff\1\4\1\uffff\1\4", + "\1\6\1\12\41\uffff\1\7\17\uffff\1\4", "", - "\1\6\66\uffff\1\7\17\uffff\1\4", - "\1\6\66\uffff\1\7\17\uffff\1\4", - "\1\6\66\uffff\1\7\17\uffff\1\4" + "\1\6\42\uffff\1\7\17\uffff\1\4", + "\1\6\42\uffff\1\7\17\uffff\1\4", + "\1\6\42\uffff\1\7\17\uffff\1\4" }; static final char[] dfa_69 = DFA.unpackEncodedStringToUnsignedChars(dfa_69s); static final short[][] dfa_70 = unpackEncodedStringArray(dfa_70s); - class DFA78 extends DFA { + class DFA77 extends DFA { - public DFA78(BaseRecognizer recognizer) { + public DFA77(BaseRecognizer recognizer) { this.recognizer = recognizer; - this.decisionNumber = 78; + this.decisionNumber = 77; this.eot = dfa_39; this.eof = dfa_40; this.min = dfa_41; @@ -51049,23 +50165,23 @@ public DFA78(BaseRecognizer recognizer) { this.transition = dfa_70; } public String getDescription() { - return "()* loopback of 10710:1: ( rule__Call__Group_4__0 )*"; + return "()* loopback of 10504:1: ( rule__Call__Group_4__0 )*"; } } static final String[] dfa_71s = { - "\1\3\1\uffff\1\1\1\uffff\5\2\11\uffff\1\2\4\uffff\1\3\46\uffff\1\2\6\uffff\1\2\1\uffff\3\2\1\uffff\1\2\1\uffff\1\2\1\uffff\2\2\3\uffff\1\2\14\uffff\1\2\1\uffff\1\2\1\uffff\1\2", - "\1\3\1\uffff\1\1\1\4\5\2\11\uffff\1\2\4\uffff\1\3\46\uffff\1\2\6\uffff\1\2\1\uffff\3\2\1\uffff\1\2\1\uffff\1\2\1\uffff\2\2\3\uffff\1\2\14\uffff\1\2\1\uffff\1\2\1\uffff\1\2", + "\1\3\1\uffff\1\1\1\uffff\5\2\12\uffff\1\2\4\uffff\1\3\21\uffff\1\2\6\uffff\1\2\1\uffff\3\2\1\uffff\1\2\1\uffff\1\2\1\uffff\2\2\3\uffff\1\2\14\uffff\1\2\1\uffff\1\2\1\uffff\1\2", + "\1\3\1\uffff\1\1\1\4\5\2\12\uffff\1\2\4\uffff\1\3\21\uffff\1\2\6\uffff\1\2\1\uffff\3\2\1\uffff\1\2\1\uffff\1\2\1\uffff\2\2\3\uffff\1\2\14\uffff\1\2\1\uffff\1\2\1\uffff\1\2", "", "", - "\1\3\1\uffff\1\1\1\uffff\5\2\11\uffff\1\2\4\uffff\1\3\46\uffff\1\2\6\uffff\1\2\1\uffff\3\2\1\uffff\1\2\1\uffff\1\2\1\uffff\2\2\3\uffff\1\2\14\uffff\1\2\1\uffff\1\2\1\uffff\1\2" + "\1\3\1\uffff\1\1\1\uffff\5\2\12\uffff\1\2\4\uffff\1\3\21\uffff\1\2\6\uffff\1\2\1\uffff\3\2\1\uffff\1\2\1\uffff\1\2\1\uffff\2\2\3\uffff\1\2\14\uffff\1\2\1\uffff\1\2\1\uffff\1\2" }; static final short[][] dfa_71 = unpackEncodedStringArray(dfa_71s); - class DFA79 extends DFA { + class DFA78 extends DFA { - public DFA79(BaseRecognizer recognizer) { + public DFA78(BaseRecognizer recognizer) { this.recognizer = recognizer; - this.decisionNumber = 79; + this.decisionNumber = 78; this.eot = dfa_32; this.eof = dfa_46; this.min = dfa_34; @@ -51075,23 +50191,23 @@ public DFA79(BaseRecognizer recognizer) { this.transition = dfa_71; } public String getDescription() { - return "()* loopback of 10739:1: ( rule__Call__Group_5__0 )*"; + return "()* loopback of 10533:1: ( rule__Call__Group_5__0 )*"; } } static final String[] dfa_72s = { - "\1\1\1\uffff\5\3\11\uffff\1\3\53\uffff\1\3\6\uffff\1\3\1\uffff\2\3\1\2\1\uffff\1\3\1\uffff\1\3\1\uffff\2\3\3\uffff\1\3\14\uffff\1\3\1\uffff\1\3\1\uffff\1\3", - "\1\1\1\4\5\3\11\uffff\1\3\53\uffff\1\3\6\uffff\1\3\1\uffff\2\3\1\2\1\uffff\1\3\1\uffff\1\3\1\uffff\2\3\3\uffff\1\3\14\uffff\1\3\1\uffff\1\3\1\uffff\1\3", + "\1\1\1\uffff\5\3\12\uffff\1\3\26\uffff\1\3\6\uffff\1\3\1\uffff\2\3\1\2\1\uffff\1\3\1\uffff\1\3\1\uffff\2\3\3\uffff\1\3\14\uffff\1\3\1\uffff\1\3\1\uffff\1\3", + "\1\1\1\4\5\3\12\uffff\1\3\26\uffff\1\3\6\uffff\1\3\1\uffff\2\3\1\2\1\uffff\1\3\1\uffff\1\3\1\uffff\2\3\3\uffff\1\3\14\uffff\1\3\1\uffff\1\3\1\uffff\1\3", "", "", - "\1\1\1\uffff\5\3\11\uffff\1\3\53\uffff\1\3\6\uffff\1\3\1\uffff\2\3\1\2\1\uffff\1\3\1\uffff\1\3\1\uffff\2\3\3\uffff\1\3\14\uffff\1\3\1\uffff\1\3\1\uffff\1\3" + "\1\1\1\uffff\5\3\12\uffff\1\3\26\uffff\1\3\6\uffff\1\3\1\uffff\2\3\1\2\1\uffff\1\3\1\uffff\1\3\1\uffff\2\3\3\uffff\1\3\14\uffff\1\3\1\uffff\1\3\1\uffff\1\3" }; static final short[][] dfa_72 = unpackEncodedStringArray(dfa_72s); - class DFA80 extends DFA { + class DFA79 extends DFA { - public DFA80(BaseRecognizer recognizer) { + public DFA79(BaseRecognizer recognizer) { this.recognizer = recognizer; - this.decisionNumber = 80; + this.decisionNumber = 79; this.eot = dfa_32; this.eof = dfa_50; this.min = dfa_51; @@ -51101,19 +50217,19 @@ public DFA80(BaseRecognizer recognizer) { this.transition = dfa_72; } public String getDescription() { - return "10768:1: ( rule__Call__Group_6__0 )?"; + return "10562:1: ( rule__Call__Group_6__0 )?"; } } static final String dfa_73s = "\1\1\1\uffff\1\1\1\uffff\1\1"; static final String dfa_74s = "\1\10\1\uffff\1\10\1\uffff\1\10"; - static final String dfa_75s = "\1\155\1\uffff\1\155\1\uffff\1\155"; + static final String dfa_75s = "\1\131\1\uffff\1\131\1\uffff\1\131"; static final String dfa_76s = "\1\uffff\1\2\1\uffff\1\1\1\uffff"; static final String[] dfa_77s = { - "\1\2\1\uffff\5\1\1\uffff\1\3\7\uffff\1\1\53\uffff\1\1\6\uffff\1\1\1\uffff\2\1\2\uffff\1\1\1\uffff\1\1\1\uffff\2\1\1\uffff\1\1\1\uffff\1\1\14\uffff\1\1\1\uffff\1\1\1\uffff\1\1\1\uffff\1\1", + "\1\2\1\uffff\5\1\1\uffff\1\3\10\uffff\1\1\26\uffff\1\1\6\uffff\1\1\1\uffff\2\1\2\uffff\1\1\1\uffff\1\1\1\uffff\2\1\1\uffff\1\1\1\uffff\1\1\14\uffff\1\1\1\uffff\1\1\1\uffff\1\1\1\uffff\1\1", "", - "\1\2\1\4\5\1\1\uffff\1\3\7\uffff\1\1\53\uffff\1\1\6\uffff\1\1\1\uffff\2\1\2\uffff\1\1\1\uffff\1\1\1\uffff\2\1\1\uffff\1\1\1\uffff\1\1\14\uffff\1\1\1\uffff\1\1\1\uffff\1\1\1\uffff\1\1", + "\1\2\1\4\5\1\1\uffff\1\3\10\uffff\1\1\26\uffff\1\1\6\uffff\1\1\1\uffff\2\1\2\uffff\1\1\1\uffff\1\1\1\uffff\2\1\1\uffff\1\1\1\uffff\1\1\14\uffff\1\1\1\uffff\1\1\1\uffff\1\1\1\uffff\1\1", "", - "\1\2\1\uffff\5\1\1\uffff\1\3\7\uffff\1\1\53\uffff\1\1\6\uffff\1\1\1\uffff\2\1\2\uffff\1\1\1\uffff\1\1\1\uffff\2\1\1\uffff\1\1\1\uffff\1\1\14\uffff\1\1\1\uffff\1\1\1\uffff\1\1\1\uffff\1\1" + "\1\2\1\uffff\5\1\1\uffff\1\3\10\uffff\1\1\26\uffff\1\1\6\uffff\1\1\1\uffff\2\1\2\uffff\1\1\1\uffff\1\1\1\uffff\2\1\1\uffff\1\1\1\uffff\1\1\14\uffff\1\1\1\uffff\1\1\1\uffff\1\1\1\uffff\1\1" }; static final short[] dfa_73 = DFA.unpackEncodedString(dfa_73s); static final char[] dfa_74 = DFA.unpackEncodedStringToUnsignedChars(dfa_74s); @@ -51121,11 +50237,11 @@ public String getDescription() { static final short[] dfa_76 = DFA.unpackEncodedString(dfa_76s); static final short[][] dfa_77 = unpackEncodedStringArray(dfa_77s); - class DFA86 extends DFA { + class DFA85 extends DFA { - public DFA86(BaseRecognizer recognizer) { + public DFA85(BaseRecognizer recognizer) { this.recognizer = recognizer; - this.decisionNumber = 86; + this.decisionNumber = 85; this.eot = dfa_32; this.eof = dfa_73; this.min = dfa_74; @@ -51135,24 +50251,24 @@ public DFA86(BaseRecognizer recognizer) { this.transition = dfa_77; } public String getDescription() { - return "()* loopback of 11998:1: ( rule__TimeDifference__Group_1__0 )*"; + return "()* loopback of 11792:1: ( rule__TimeDifference__Group_1__0 )*"; } } static final String[] dfa_78s = { - "\2\1\1\2\10\uffff\11\1\107\uffff\1\1\2\uffff\1\1", + "\2\1\1\2\10\uffff\1\1\1\uffff\10\1\62\uffff\1\1\2\uffff\1\1", "", - "\1\4\1\uffff\1\4\1\uffff\5\4\11\uffff\1\4\33\uffff\1\1\17\uffff\1\4\6\uffff\1\4\1\uffff\2\4\1\uffff\2\4\1\uffff\1\4\1\uffff\2\4\1\uffff\1\4\1\uffff\1\4\12\uffff\1\3\1\uffff\1\4\1\uffff\1\4\1\uffff\1\4", + "\1\4\1\uffff\1\4\1\uffff\5\4\12\uffff\1\4\6\uffff\1\1\17\uffff\1\4\6\uffff\1\4\1\uffff\2\4\1\uffff\2\4\1\uffff\1\4\1\uffff\2\4\1\uffff\1\4\1\uffff\1\4\12\uffff\1\3\1\uffff\1\4\1\uffff\1\4\1\uffff\1\4", "\1\5", "", - "\1\4\1\uffff\1\4\1\uffff\5\4\11\uffff\1\4\33\uffff\1\1\17\uffff\1\4\6\uffff\1\4\1\uffff\2\4\1\uffff\2\4\1\uffff\1\4\1\uffff\2\4\1\uffff\1\4\1\uffff\1\4\12\uffff\1\3\1\uffff\1\4\1\uffff\1\4\1\uffff\1\4" + "\1\4\1\uffff\1\4\1\uffff\5\4\12\uffff\1\4\6\uffff\1\1\17\uffff\1\4\6\uffff\1\4\1\uffff\2\4\1\uffff\2\4\1\uffff\1\4\1\uffff\2\4\1\uffff\1\4\1\uffff\1\4\12\uffff\1\3\1\uffff\1\4\1\uffff\1\4\1\uffff\1\4" }; static final short[][] dfa_78 = unpackEncodedStringArray(dfa_78s); - class DFA88 extends DFA { + class DFA87 extends DFA { - public DFA88(BaseRecognizer recognizer) { + public DFA87(BaseRecognizer recognizer) { this.recognizer = recognizer; - this.decisionNumber = 88; + this.decisionNumber = 87; this.eot = dfa_62; this.eof = dfa_63; this.min = dfa_64; @@ -51162,22 +50278,22 @@ public DFA88(BaseRecognizer recognizer) { this.transition = dfa_78; } public String getDescription() { - return "12274:1: ( rule__Suite__Group_3__0 )?"; + return "11976:1: ( rule__Suite__Group_3__0 )?"; } } static final String dfa_79s = "\1\2\7\uffff"; static final String dfa_80s = "\1\6\1\10\1\uffff\1\6\1\10\1\uffff\2\10"; - static final String dfa_81s = "\1\153\1\145\1\uffff\1\6\1\117\1\uffff\1\145\1\117"; + static final String dfa_81s = "\1\127\1\121\1\uffff\1\6\1\73\1\uffff\1\121\1\73"; static final String dfa_82s = "\2\uffff\1\2\2\uffff\1\1\2\uffff"; static final String[] dfa_83s = { - "\1\1\3\uffff\5\2\11\uffff\1\2\53\uffff\1\2\6\uffff\1\2\1\uffff\2\2\1\uffff\2\2\1\uffff\1\2\1\uffff\2\2\1\uffff\1\2\1\uffff\1\2\14\uffff\1\2\1\uffff\1\2\1\uffff\1\2", - "\1\4\66\uffff\1\5\17\uffff\1\2\25\uffff\1\3", + "\1\1\3\uffff\5\2\12\uffff\1\2\26\uffff\1\2\6\uffff\1\2\1\uffff\2\2\1\uffff\2\2\1\uffff\1\2\1\uffff\2\2\1\uffff\1\2\1\uffff\1\2\14\uffff\1\2\1\uffff\1\2\1\uffff\1\2", + "\1\4\42\uffff\1\5\17\uffff\1\2\25\uffff\1\3", "", "\1\6", - "\1\4\1\7\65\uffff\1\5\17\uffff\1\2", + "\1\4\1\7\41\uffff\1\5\17\uffff\1\2", "", - "\1\4\66\uffff\1\5\17\uffff\1\2\25\uffff\1\3", - "\1\4\66\uffff\1\5\17\uffff\1\2" + "\1\4\42\uffff\1\5\17\uffff\1\2\25\uffff\1\3", + "\1\4\42\uffff\1\5\17\uffff\1\2" }; static final short[] dfa_79 = DFA.unpackEncodedString(dfa_79s); static final char[] dfa_80 = DFA.unpackEncodedStringToUnsignedChars(dfa_80s); @@ -51185,11 +50301,11 @@ public String getDescription() { static final short[] dfa_82 = DFA.unpackEncodedString(dfa_82s); static final short[][] dfa_83 = unpackEncodedStringArray(dfa_83s); - class DFA89 extends DFA { + class DFA88 extends DFA { - public DFA89(BaseRecognizer recognizer) { + public DFA88(BaseRecognizer recognizer) { this.recognizer = recognizer; - this.decisionNumber = 89; + this.decisionNumber = 88; this.eot = dfa_26; this.eof = dfa_79; this.min = dfa_80; @@ -51199,32 +50315,32 @@ public DFA89(BaseRecognizer recognizer) { this.transition = dfa_83; } public String getDescription() { - return "()* loopback of 12361:1: ( rule__Suite__Group_6__0 )*"; + return "()* loopback of 12063:1: ( rule__Suite__Group_6__0 )*"; } } static final String dfa_84s = "\1\4\1\uffff\3\6\1\uffff\2\6"; - static final String dfa_85s = "\1\143\1\uffff\1\145\1\6\1\136\1\uffff\1\145\1\136"; + static final String dfa_85s = "\1\117\1\uffff\1\121\1\6\1\112\1\uffff\1\121\1\112"; static final String dfa_86s = "\1\uffff\1\1\3\uffff\1\2\2\uffff"; static final String[] dfa_87s = { - "\2\1\1\2\1\1\7\uffff\11\1\103\uffff\1\1\1\uffff\1\1\1\uffff\1\1\2\uffff\2\1", + "\2\1\1\2\1\1\7\uffff\1\1\1\uffff\10\1\56\uffff\1\1\1\uffff\1\1\1\uffff\1\1\2\uffff\2\1", "", - "\1\1\1\uffff\1\4\60\uffff\1\5\37\uffff\1\1\4\uffff\1\5\2\uffff\1\1\3\uffff\1\3", + "\1\1\1\uffff\1\4\34\uffff\1\5\37\uffff\1\1\4\uffff\1\5\2\uffff\1\1\3\uffff\1\3", "\1\6", - "\1\1\1\uffff\1\4\1\7\57\uffff\1\5\37\uffff\1\1\4\uffff\1\5", + "\1\1\1\uffff\1\4\1\7\33\uffff\1\5\37\uffff\1\1\4\uffff\1\5", "", - "\1\1\1\uffff\1\4\60\uffff\1\5\37\uffff\1\1\4\uffff\1\5\2\uffff\1\1\3\uffff\1\3", - "\1\1\1\uffff\1\4\60\uffff\1\5\37\uffff\1\1\4\uffff\1\5" + "\1\1\1\uffff\1\4\34\uffff\1\5\37\uffff\1\1\4\uffff\1\5\2\uffff\1\1\3\uffff\1\3", + "\1\1\1\uffff\1\4\34\uffff\1\5\37\uffff\1\1\4\uffff\1\5" }; static final char[] dfa_84 = DFA.unpackEncodedStringToUnsignedChars(dfa_84s); static final char[] dfa_85 = DFA.unpackEncodedStringToUnsignedChars(dfa_85s); static final short[] dfa_86 = DFA.unpackEncodedString(dfa_86s); static final short[][] dfa_87 = unpackEncodedStringArray(dfa_87s); - class DFA96 extends DFA { + class DFA95 extends DFA { - public DFA96(BaseRecognizer recognizer) { + public DFA95(BaseRecognizer recognizer) { this.recognizer = recognizer; - this.decisionNumber = 96; + this.decisionNumber = 95; this.eot = dfa_26; this.eof = dfa_26; this.min = dfa_84; @@ -51234,25 +50350,25 @@ public DFA96(BaseRecognizer recognizer) { this.transition = dfa_87; } public String getDescription() { - return "13909:1: ( rule__CustomOperation__Group_2__0 )?"; + return "13611:1: ( rule__CustomOperation__Group_2__0 )?"; } } - static final String dfa_88s = "\2\136\2\uffff\1\136"; + static final String dfa_88s = "\2\112\2\uffff\1\112"; static final String[] dfa_89s = { - "\1\1\60\uffff\1\2\44\uffff\1\3", - "\1\1\1\4\57\uffff\1\2\44\uffff\1\3", + "\1\1\34\uffff\1\2\44\uffff\1\3", + "\1\1\1\4\33\uffff\1\2\44\uffff\1\3", "", "", - "\1\1\60\uffff\1\2\44\uffff\1\3" + "\1\1\34\uffff\1\2\44\uffff\1\3" }; static final char[] dfa_88 = DFA.unpackEncodedStringToUnsignedChars(dfa_88s); static final short[][] dfa_89 = unpackEncodedStringArray(dfa_89s); - class DFA97 extends DFA { + class DFA96 extends DFA { - public DFA97(BaseRecognizer recognizer) { + public DFA96(BaseRecognizer recognizer) { this.recognizer = recognizer; - this.decisionNumber = 97; + this.decisionNumber = 96; this.eot = dfa_32; this.eof = dfa_32; this.min = dfa_51; @@ -51262,21 +50378,21 @@ public DFA97(BaseRecognizer recognizer) { this.transition = dfa_89; } public String getDescription() { - return "13967:1: ( rule__CustomOperation__Group_4__0 )?"; + return "13669:1: ( rule__CustomOperation__Group_4__0 )?"; } } static final String dfa_90s = "\1\1\1\uffff\1\1\1\uffff\3\1"; static final String dfa_91s = "\1\6\1\uffff\1\6\1\uffff\3\6"; - static final String dfa_92s = "\1\153\1\uffff\1\153\1\uffff\3\153"; + static final String dfa_92s = "\1\127\1\uffff\1\127\1\uffff\3\127"; static final String dfa_93s = "\1\uffff\1\2\1\uffff\1\1\3\uffff"; static final String[] dfa_94s = { - "\1\1\1\uffff\1\2\1\uffff\6\1\10\uffff\1\1\4\uffff\1\1\33\uffff\2\1\1\uffff\1\1\3\uffff\5\1\1\uffff\3\1\1\uffff\2\1\1\uffff\12\1\1\uffff\1\1\1\3\1\1\3\uffff\1\1\5\uffff\1\1\2\uffff\5\1", + "\1\1\1\uffff\1\2\1\uffff\6\1\11\uffff\1\1\4\uffff\1\1\6\uffff\2\1\1\uffff\1\1\3\uffff\5\1\1\uffff\3\1\1\uffff\2\1\1\uffff\12\1\1\uffff\1\1\1\3\1\1\3\uffff\1\1\5\uffff\1\1\2\uffff\5\1", "", - "\1\1\1\uffff\1\5\1\4\6\1\10\uffff\1\1\4\uffff\1\1\33\uffff\2\1\1\uffff\1\1\3\uffff\5\1\1\uffff\3\1\1\uffff\2\1\1\uffff\12\1\1\uffff\1\1\1\3\1\1\3\uffff\1\1\5\uffff\1\1\2\uffff\5\1", + "\1\1\1\uffff\1\5\1\4\6\1\11\uffff\1\1\4\uffff\1\1\6\uffff\2\1\1\uffff\1\1\3\uffff\5\1\1\uffff\3\1\1\uffff\2\1\1\uffff\12\1\1\uffff\1\1\1\3\1\1\3\uffff\1\1\5\uffff\1\1\2\uffff\5\1", "", - "\1\1\1\uffff\1\5\1\uffff\6\1\10\uffff\1\1\4\uffff\1\1\33\uffff\2\1\1\uffff\1\1\3\uffff\5\1\1\uffff\3\1\1\uffff\2\1\1\uffff\12\1\1\uffff\1\1\1\3\1\1\3\uffff\1\1\5\uffff\1\1\2\uffff\5\1", - "\1\1\1\uffff\1\5\1\6\6\1\10\uffff\1\1\4\uffff\1\1\33\uffff\2\1\1\uffff\1\1\3\uffff\5\1\1\uffff\3\1\1\uffff\2\1\1\uffff\12\1\1\uffff\1\1\1\3\1\1\3\uffff\1\1\5\uffff\1\1\2\uffff\5\1", - "\1\1\1\uffff\1\5\1\uffff\6\1\10\uffff\1\1\4\uffff\1\1\33\uffff\2\1\1\uffff\1\1\3\uffff\5\1\1\uffff\3\1\1\uffff\2\1\1\uffff\12\1\1\uffff\1\1\1\3\1\1\3\uffff\1\1\5\uffff\1\1\2\uffff\5\1" + "\1\1\1\uffff\1\5\1\uffff\6\1\11\uffff\1\1\4\uffff\1\1\6\uffff\2\1\1\uffff\1\1\3\uffff\5\1\1\uffff\3\1\1\uffff\2\1\1\uffff\12\1\1\uffff\1\1\1\3\1\1\3\uffff\1\1\5\uffff\1\1\2\uffff\5\1", + "\1\1\1\uffff\1\5\1\6\6\1\11\uffff\1\1\4\uffff\1\1\6\uffff\2\1\1\uffff\1\1\3\uffff\5\1\1\uffff\3\1\1\uffff\2\1\1\uffff\12\1\1\uffff\1\1\1\3\1\1\3\uffff\1\1\5\uffff\1\1\2\uffff\5\1", + "\1\1\1\uffff\1\5\1\uffff\6\1\11\uffff\1\1\4\uffff\1\1\6\uffff\2\1\1\uffff\1\1\3\uffff\5\1\1\uffff\3\1\1\uffff\2\1\1\uffff\12\1\1\uffff\1\1\1\3\1\1\3\uffff\1\1\5\uffff\1\1\2\uffff\5\1" }; static final short[] dfa_90 = DFA.unpackEncodedString(dfa_90s); static final char[] dfa_91 = DFA.unpackEncodedStringToUnsignedChars(dfa_91s); @@ -51284,11 +50400,11 @@ public String getDescription() { static final short[] dfa_93 = DFA.unpackEncodedString(dfa_93s); static final short[][] dfa_94 = unpackEncodedStringArray(dfa_94s); - class DFA98 extends DFA { + class DFA97 extends DFA { - public DFA98(BaseRecognizer recognizer) { + public DFA97(BaseRecognizer recognizer) { this.recognizer = recognizer; - this.decisionNumber = 98; + this.decisionNumber = 97; this.eot = dfa_1; this.eof = dfa_90; this.min = dfa_91; @@ -51298,7 +50414,7 @@ public DFA98(BaseRecognizer recognizer) { this.transition = dfa_94; } public String getDescription() { - return "()* loopback of 14252:1: ( rule__ValueOrEnumValueOrOperationCollection__Group_1__0 )*"; + return "()* loopback of 13954:1: ( rule__ValueOrEnumValueOrOperationCollection__Group_1__0 )*"; } } @@ -51307,76 +50423,75 @@ public String getDescription() { public static final BitSet FOLLOW_2 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_3 = new BitSet(new long[]{0x0000000000000102L}); public static final BitSet FOLLOW_4 = new BitSet(new long[]{0x0000000000000100L}); - public static final BitSet FOLLOW_5 = new BitSet(new long[]{0x1900000001000000L,0x0000008000000001L}); - public static final BitSet FOLLOW_6 = new BitSet(new long[]{0x0800000000000002L}); - public static final BitSet FOLLOW_7 = new BitSet(new long[]{0x1100000001000002L,0x0000008000000001L}); - public static final BitSet FOLLOW_8 = new BitSet(new long[]{0x0100000001000000L}); + public static final BitSet FOLLOW_5 = new BitSet(new long[]{0x0000119002000000L,0x0000000000080000L}); + public static final BitSet FOLLOW_6 = new BitSet(new long[]{0x0000008000000002L}); + public static final BitSet FOLLOW_7 = new BitSet(new long[]{0x0000111002000002L,0x0000000000080000L}); + public static final BitSet FOLLOW_8 = new BitSet(new long[]{0x0000001002000000L}); public static final BitSet FOLLOW_9 = new BitSet(new long[]{0x0000000000000040L}); - public static final BitSet FOLLOW_10 = new BitSet(new long[]{0x0200000000000000L}); - public static final BitSet FOLLOW_11 = new BitSet(new long[]{0x1500000001000000L,0x0000038000002C0FL}); - public static final BitSet FOLLOW_12 = new BitSet(new long[]{0x1100000001000002L,0x0000038000002C0FL}); - public static final BitSet FOLLOW_13 = new BitSet(new long[]{0x1000000001000000L,0x0000008000000000L}); - public static final BitSet FOLLOW_14 = new BitSet(new long[]{0x6000000000008040L}); + public static final BitSet FOLLOW_10 = new BitSet(new long[]{0x0000002000000000L}); + public static final BitSet FOLLOW_11 = new BitSet(new long[]{0x02C0F15002000000L,0x0000000000380000L}); + public static final BitSet FOLLOW_12 = new BitSet(new long[]{0x02C0F11002000002L,0x0000000000380000L}); + public static final BitSet FOLLOW_13 = new BitSet(new long[]{0x0000010002000000L,0x0000000000080000L}); + public static final BitSet FOLLOW_14 = new BitSet(new long[]{0x0000060000008040L}); public static final BitSet FOLLOW_15 = new BitSet(new long[]{0x0000000000000042L}); - public static final BitSet FOLLOW_16 = new BitSet(new long[]{0x8000000000000000L}); - public static final BitSet FOLLOW_17 = new BitSet(new long[]{0x0000000000FF80F0L,0x0000000CA8000000L}); - public static final BitSet FOLLOW_18 = new BitSet(new long[]{0x1100000001000000L,0x0000008000000001L}); + public static final BitSet FOLLOW_16 = new BitSet(new long[]{0x0000080000000000L}); + public static final BitSet FOLLOW_17 = new BitSet(new long[]{0x0000000001FE80F0L,0x000000000000CA80L}); + public static final BitSet FOLLOW_18 = new BitSet(new long[]{0x0000111002000000L,0x0000000000080000L}); public static final BitSet FOLLOW_19 = new BitSet(new long[]{0x0000000000008000L}); - public static final BitSet FOLLOW_20 = new BitSet(new long[]{0x0000000001000000L,0x0000000000000002L}); - public static final BitSet FOLLOW_21 = new BitSet(new long[]{0x2000000000000000L}); - public static final BitSet FOLLOW_22 = new BitSet(new long[]{0x0000000001000000L,0x0000000000000004L}); - public static final BitSet FOLLOW_23 = new BitSet(new long[]{0x0000000001000000L,0x0000038000000008L}); - public static final BitSet FOLLOW_24 = new BitSet(new long[]{0x0200000000000000L,0x00000000000001E0L}); - public static final BitSet FOLLOW_25 = new BitSet(new long[]{0x1100000001007C00L,0x00000B80046A6C1FL}); - public static final BitSet FOLLOW_26 = new BitSet(new long[]{0x1100000001007C02L,0x00000B80046A6C0FL}); - public static final BitSet FOLLOW_27 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000200L}); - public static final BitSet FOLLOW_28 = new BitSet(new long[]{0x0000000000000000L,0x0000008000000800L}); - public static final BitSet FOLLOW_29 = new BitSet(new long[]{0x0000000000000000L,0x0000000000001000L}); - public static final BitSet FOLLOW_30 = new BitSet(new long[]{0x1100000001000000L,0x0000038000002C0FL}); - public static final BitSet FOLLOW_31 = new BitSet(new long[]{0x0000000000FF80F0L,0x0000000CA8010000L}); - public static final BitSet FOLLOW_32 = new BitSet(new long[]{0x0000000000000000L,0x0000040000000000L}); - public static final BitSet FOLLOW_33 = new BitSet(new long[]{0x0000000000000002L,0x0000000000010000L}); - public static final BitSet FOLLOW_34 = new BitSet(new long[]{0x0000000000000000L,0x0000000000008000L}); - public static final BitSet FOLLOW_35 = new BitSet(new long[]{0x0000000000000000L,0x0000080000020000L}); - public static final BitSet FOLLOW_36 = new BitSet(new long[]{0x0000000020000040L}); - public static final BitSet FOLLOW_37 = new BitSet(new long[]{0x0000000000000000L,0x0000000000040000L}); - public static final BitSet FOLLOW_38 = new BitSet(new long[]{0x0000000000000000L,0x0000000000100000L}); - public static final BitSet FOLLOW_39 = new BitSet(new long[]{0x0000000000000002L,0x0000000000100000L}); - public static final BitSet FOLLOW_40 = new BitSet(new long[]{0x0000000000000100L,0x0000000000040000L}); - public static final BitSet FOLLOW_41 = new BitSet(new long[]{0x0000000000000102L,0x0000000000040000L}); - public static final BitSet FOLLOW_42 = new BitSet(new long[]{0x0000000000FF8070L,0x0000000480000000L}); - public static final BitSet FOLLOW_43 = new BitSet(new long[]{0x0000000060FF80F0L,0x0000100CA8000000L}); - public static final BitSet FOLLOW_44 = new BitSet(new long[]{0x0000000000000000L,0x0000000001000000L}); - public static final BitSet FOLLOW_45 = new BitSet(new long[]{0x0000000000000000L,0x0000200000000000L}); - public static final BitSet FOLLOW_46 = new BitSet(new long[]{0x0000000000000000L,0x0000000000800000L}); - public static final BitSet FOLLOW_47 = new BitSet(new long[]{0x0000000000000040L,0x0000400000000000L}); - public static final BitSet FOLLOW_48 = new BitSet(new long[]{0x0000000000000042L,0x0000400000000000L}); - public static final BitSet FOLLOW_49 = new BitSet(new long[]{0x0000000000000100L,0x0000000002000000L}); + public static final BitSet FOLLOW_20 = new BitSet(new long[]{0x0000200002000000L}); + public static final BitSet FOLLOW_21 = new BitSet(new long[]{0x0000020000000000L}); + public static final BitSet FOLLOW_22 = new BitSet(new long[]{0x0000400002000000L}); + public static final BitSet FOLLOW_23 = new BitSet(new long[]{0x0000800002000000L,0x0000000000380000L}); + public static final BitSet FOLLOW_24 = new BitSet(new long[]{0x001E002000000000L}); + public static final BitSet FOLLOW_25 = new BitSet(new long[]{0xA6C1F11002007C00L,0x0000000000B80046L}); + public static final BitSet FOLLOW_26 = new BitSet(new long[]{0xA6C0F11002007C02L,0x0000000000B80046L}); + public static final BitSet FOLLOW_27 = new BitSet(new long[]{0x0020000000000000L}); + public static final BitSet FOLLOW_28 = new BitSet(new long[]{0x0080000000000000L,0x0000000000080000L}); + public static final BitSet FOLLOW_29 = new BitSet(new long[]{0x0100000000000000L}); + public static final BitSet FOLLOW_30 = new BitSet(new long[]{0x02C0F11002000000L,0x0000000000380000L}); + public static final BitSet FOLLOW_31 = new BitSet(new long[]{0x1000000001FE80F0L,0x000000000000CA80L}); + public static final BitSet FOLLOW_32 = new BitSet(new long[]{0x0000000000000000L,0x0000000000400000L}); + public static final BitSet FOLLOW_33 = new BitSet(new long[]{0x1000000000000002L}); + public static final BitSet FOLLOW_34 = new BitSet(new long[]{0x0800000000000000L}); + public static final BitSet FOLLOW_35 = new BitSet(new long[]{0x2000000000000000L,0x0000000000800000L}); + public static final BitSet FOLLOW_36 = new BitSet(new long[]{0x0000000040000040L}); + public static final BitSet FOLLOW_37 = new BitSet(new long[]{0x4000000000000000L}); + public static final BitSet FOLLOW_38 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000001L}); + public static final BitSet FOLLOW_39 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000001L}); + public static final BitSet FOLLOW_40 = new BitSet(new long[]{0x4000000000000100L}); + public static final BitSet FOLLOW_41 = new BitSet(new long[]{0x4000000000000102L}); + public static final BitSet FOLLOW_42 = new BitSet(new long[]{0x0000000001FE8070L,0x0000000000004800L}); + public static final BitSet FOLLOW_43 = new BitSet(new long[]{0x00000000C1FE80F0L,0x000000000100CA80L}); + public static final BitSet FOLLOW_44 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000010L}); + public static final BitSet FOLLOW_45 = new BitSet(new long[]{0x0000000000000000L,0x0000000002000000L}); + public static final BitSet FOLLOW_46 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000008L}); + public static final BitSet FOLLOW_47 = new BitSet(new long[]{0x0000000000000040L,0x0000000004000000L}); + public static final BitSet FOLLOW_48 = new BitSet(new long[]{0x0000000000000042L,0x0000000004000000L}); + public static final BitSet FOLLOW_49 = new BitSet(new long[]{0x0000000000000100L,0x0000000000000020L}); public static final BitSet FOLLOW_50 = new BitSet(new long[]{0x0000000000010000L}); - public static final BitSet FOLLOW_51 = new BitSet(new long[]{0x000FFFFF80000000L}); - public static final BitSet FOLLOW_52 = new BitSet(new long[]{0x0000000000000000L,0x0000020004000000L}); - public static final BitSet FOLLOW_53 = new BitSet(new long[]{0x0000000000000040L,0x0000000001010000L}); - public static final BitSet FOLLOW_54 = new BitSet(new long[]{0x0000000000008040L}); - public static final BitSet FOLLOW_55 = new BitSet(new long[]{0x00F0000060000000L}); - public static final BitSet FOLLOW_56 = new BitSet(new long[]{0x0000000000000000L,0x0000000010000000L}); - public static final BitSet FOLLOW_57 = new BitSet(new long[]{0x00F0000060000002L}); - public static final BitSet FOLLOW_58 = new BitSet(new long[]{0x0000000000000000L,0x0000000040000000L}); - public static final BitSet FOLLOW_59 = new BitSet(new long[]{0x0000000000000000L,0x0000000002000000L}); - public static final BitSet FOLLOW_60 = new BitSet(new long[]{0x0000000000200000L}); - public static final BitSet FOLLOW_61 = new BitSet(new long[]{0x0000000000400000L}); - public static final BitSet FOLLOW_62 = new BitSet(new long[]{0x0000000000800000L}); - public static final BitSet FOLLOW_63 = new BitSet(new long[]{0x0000000000000000L,0x0000000100000000L}); - public static final BitSet FOLLOW_64 = new BitSet(new long[]{0x0000000000000000L,0x0000000200000000L}); - public static final BitSet FOLLOW_65 = new BitSet(new long[]{0x0000000000000000L,0x0000000400000000L}); - public static final BitSet FOLLOW_66 = new BitSet(new long[]{0x0000000000000000L,0x0000001000000000L}); - public static final BitSet FOLLOW_67 = new BitSet(new long[]{0x0000000000008042L}); - public static final BitSet FOLLOW_68 = new BitSet(new long[]{0x0000000000000000L,0x0000000800000000L}); - public static final BitSet FOLLOW_69 = new BitSet(new long[]{0x0000000000000080L}); - public static final BitSet FOLLOW_70 = new BitSet(new long[]{0x0010000000000000L}); - public static final BitSet FOLLOW_71 = new BitSet(new long[]{0x0000000000000000L,0x0000002000000000L}); - public static final BitSet FOLLOW_72 = new BitSet(new long[]{0x0000000000000002L,0x0000002000000000L}); - public static final BitSet FOLLOW_73 = new BitSet(new long[]{0x0000000000000000L,0x0000004000000000L}); - public static final BitSet FOLLOW_74 = new BitSet(new long[]{0x0000000000000200L}); - public static final BitSet FOLLOW_75 = new BitSet(new long[]{0x0000000000000300L}); + public static final BitSet FOLLOW_51 = new BitSet(new long[]{0x0000000000000000L,0x0000000000200040L}); + public static final BitSet FOLLOW_52 = new BitSet(new long[]{0x1000000000000040L,0x0000000000000010L}); + public static final BitSet FOLLOW_53 = new BitSet(new long[]{0x0000000000008040L}); + public static final BitSet FOLLOW_54 = new BitSet(new long[]{0x0000000FC0000000L}); + public static final BitSet FOLLOW_55 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000100L}); + public static final BitSet FOLLOW_56 = new BitSet(new long[]{0x0000000FC0000002L}); + public static final BitSet FOLLOW_57 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000400L}); + public static final BitSet FOLLOW_58 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000020L}); + public static final BitSet FOLLOW_59 = new BitSet(new long[]{0x0000000000400000L}); + public static final BitSet FOLLOW_60 = new BitSet(new long[]{0x0000000000800000L}); + public static final BitSet FOLLOW_61 = new BitSet(new long[]{0x0000000001000000L}); + public static final BitSet FOLLOW_62 = new BitSet(new long[]{0x0000000000000000L,0x0000000000001000L}); + public static final BitSet FOLLOW_63 = new BitSet(new long[]{0x0000000000000000L,0x0000000000002000L}); + public static final BitSet FOLLOW_64 = new BitSet(new long[]{0x0000000000000000L,0x0000000000004000L}); + public static final BitSet FOLLOW_65 = new BitSet(new long[]{0x0000000000000000L,0x0000000000010000L}); + public static final BitSet FOLLOW_66 = new BitSet(new long[]{0x0000000000008042L}); + public static final BitSet FOLLOW_67 = new BitSet(new long[]{0x0000000000000000L,0x0000000000008000L}); + public static final BitSet FOLLOW_68 = new BitSet(new long[]{0x0000000000000080L}); + public static final BitSet FOLLOW_69 = new BitSet(new long[]{0x0000000100000000L}); + public static final BitSet FOLLOW_70 = new BitSet(new long[]{0x0000000000000000L,0x0000000000020000L}); + public static final BitSet FOLLOW_71 = new BitSet(new long[]{0x0000000000000002L,0x0000000000020000L}); + public static final BitSet FOLLOW_72 = new BitSet(new long[]{0x0000000000000000L,0x0000000000040000L}); + public static final BitSet FOLLOW_73 = new BitSet(new long[]{0x0000000000000200L}); + public static final BitSet FOLLOW_74 = new BitSet(new long[]{0x0000000000000300L}); } \ No newline at end of file diff --git a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/DSL.ecore b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/DSL.ecore index df010f04e..c256c4aa3 100644 --- a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/DSL.ecore +++ b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/DSL.ecore @@ -215,12 +215,8 @@ - - - - - + diff --git a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/DSL.genmodel b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/DSL.genmodel index 815658024..54bb4029e 100644 --- a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/DSL.genmodel +++ b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/DSL.genmodel @@ -166,11 +166,7 @@ - - - - - + diff --git a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/DSL.xtextbin b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/DSL.xtextbin index 4c40678de41a1f757c2be94a2135d52cd5ea1e70..a1a44d1d32b3109a3688c1e945f900e0351fe5fb 100644 GIT binary patch delta 1668 zcmZ8h`*Raj6!zTBCfk>#!;AxtFi^y5OAMl-Ra>%2PHnVFpp8Yu5|?CY*Cv~~yT#TA z5qyA;R%OK(zUmua;QN8~g+Dsu_+R)x=s2Epx5>2KANGFtp6`6;yXW5B^Yie}9GvUz zuL;qVPiJssx1Lq72NV%f!Vto35K$G3Lc0(>Dqam?Rcwba#u)Sh;C4{eOYj<=&I0bB zQJpmn2k=^gVTLZ?b%aBesttHOuM+Ym0Cy6ONKBO44Kx!az#ExcGDxhKkV=T6H*t_s zZsw(l>NM%!LNLsb!hIaB0QS=usaW>3X9Dh`i55(V5@!mHI#XP;ShcBEf+@kIMzJJK zl?s6rf!2yuE?adb(n{O16&IF0H~?+xR=`^!BE&8=goALgx@O9$jytC7T2(t!Etz4_ z7r`_OHv;xJHSo3|xB2#Z^3cinrL_#L>Vm>q$`CVvIZ5N9xVz5WLotQBIvi+>aG;0k z=jl)syn|eX4^^E>H>~tf@ljZ#;$Ax0%ar(IbcT0QRzC~wBVtR%a6Qu*AUZj%Mer^X zj|7X%*$-jfo7e_;cf$(c7-2jBEuwwYa;<}9Gg+-vOxshiAPeC=Lb)i^5sR%1LkJD& z@gV0HDS!PEVZ^e>%cj3hZ_`SFg6T)~&elVcKF;(Bf4_ctyA?$5W&O>um|xI0ZX(%9 zd0)%4BaP13BP+7;6;8DMKlF9kDkTPYdrETeqm725(M^C3XhL+W=*n6it&3*BX&&3S z^Yq|h651-!{VX}-??`OXW&SxkZ}~qR;yC z$*#`lWZmaidpyZ>AB0$&@&D4-_Px+BdP*j|NIpU_Zq-ZBq~gmoRiZKO203}9ZVO*! znbUq(s#AL{sQS9UCv`>b4Jq>G>Z)%seSxa3&kPkt(bHs zc}I%8OQqGAY}tEk<$ZP*ZFu>h?q$i_hg_m|X4ySWS%_jD-?A^b$v z`*gMG&sgy+nbuP2(R2!j6+GAQ__@saf<4l)MghO%ucy|nifGWQua^76uZh^?PFtR7 z@?YtjdJw-Qlv)J*j>kWP)bEMhGG!Dejq!l~LxX;vQ2ZF+k2EI!3$_mNF+6}poWL0k zPv9J$#xwrEcxCUR{OAnFGU%(#ImxQ+dWP+x?OEQefh2jSEq zIMLBnsTWOo(=syV=&0cs_K2}jcRU5#K@lqyTql%sLgytC|EE9*;}B6pcmXrYBifgQ}j7*Fd=}R>Euz7KI4N2QdZwA;8Y3l}ie;D*EGUGuQY->J1R5-} zSTw7|TWKdYZ^woCKU@#74cwzFM1<(3UT&afEt_;oV~*jvX35T#3PD$IW9eGJ9;5#D z2K~)dbNl==-4|B+x&4B|8!1EV1iW3+xGWA-se=?#xUKm>V-pA3ss0dMi-Mc^Mn_A| zgd0}c=}PZ_Wh!ow1CiVdVZ4*Fx>)coBGy~F>lscD(dlL@5xkqkBf%zfwnCWCCe{Jo zQ?mj%Oc=L8y;wSAy5{zxkuF)5VbkR4!Q^e{$!km`7KR~&Bhq7m^9{;hK1Ucd?XjZa z|CWqJM+1d1|IcJg!?>iIOyA*Oq+POfB8V1Qe{~|^U#zWMMY0wRvw}9AC`y;?krg?p zB~G054`>(k-AjofB}`mLa$P!TC>~!0=s{G7HWkaV))eiFC4l$wGsc~#AMPZfH4;s; z10nzRWU5{om6q(N}`1 zulkLdODnHQk=GYjeS_)8sOs`u@9c*Q)yF0Jm}RI^ZntMM67emre_%ZS^BCP#IFfu zW&yw9=PyC(DI(WT>LU~SSU^8rqt6mb?g9Lko~eI>qeF5lZbJii;I1g{$HRCOkNc3H4`rSJ diff --git a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/DslFactory.java b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/DslFactory.java index 32fe35631..66c130290 100644 --- a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/DslFactory.java +++ b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/DslFactory.java @@ -418,15 +418,6 @@ public interface DslFactory extends EFactory */ TimeDifference createTimeDifference(); - /** - * Returns a new object of class 'Time Difference Part'. - * - * - * @return a new object of class 'Time Difference Part'. - * @generated - */ - TimeDifferencePart createTimeDifferencePart(); - /** * Returns a new object of class 'Suite'. * diff --git a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/DslPackage.java b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/DslPackage.java index 5c9659e92..4950dc2af 100644 --- a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/DslPackage.java +++ b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/DslPackage.java @@ -1766,7 +1766,7 @@ public interface DslPackage extends EPackage int TIME_DIFFERENCE__DIRECTION = 0; /** - * The feature id for the 'Values' containment reference list. + * The feature id for the 'Values' attribute list. * * * @generated @@ -1783,43 +1783,6 @@ public interface DslPackage extends EPackage */ int TIME_DIFFERENCE_FEATURE_COUNT = 2; - /** - * The meta object id for the '{@link de.gebit.integrity.dsl.impl.TimeDifferencePartImpl Time Difference Part}' class. - * - * - * @see de.gebit.integrity.dsl.impl.TimeDifferencePartImpl - * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getTimeDifferencePart() - * @generated - */ - int TIME_DIFFERENCE_PART = 44; - - /** - * The feature id for the 'Value' attribute. - * - * - * @generated - * @ordered - */ - int TIME_DIFFERENCE_PART__VALUE = 0; - - /** - * The feature id for the 'Temporal Unit' attribute. - * - * - * @generated - * @ordered - */ - int TIME_DIFFERENCE_PART__TEMPORAL_UNIT = 1; - - /** - * The number of structural features of the 'Time Difference Part' class. - * - * - * @generated - * @ordered - */ - int TIME_DIFFERENCE_PART_FEATURE_COUNT = 2; - /** * The meta object id for the '{@link de.gebit.integrity.dsl.impl.SuiteImpl Suite}' class. * @@ -1828,7 +1791,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getSuite() * @generated */ - int SUITE = 45; + int SUITE = 44; /** * The feature id for the 'Inlined' attribute. @@ -1910,7 +1873,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getSuiteParameter() * @generated */ - int SUITE_PARAMETER = 46; + int SUITE_PARAMETER = 45; /** * The feature id for the 'Name' reference. @@ -1947,7 +1910,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getSuiteReturn() * @generated */ - int SUITE_RETURN = 47; + int SUITE_RETURN = 46; /** * The feature id for the 'Name' reference. @@ -1984,7 +1947,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getParameter() * @generated */ - int PARAMETER = 48; + int PARAMETER = 47; /** * The feature id for the 'Name' containment reference. @@ -2021,7 +1984,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getParameterName() * @generated */ - int PARAMETER_NAME = 49; + int PARAMETER_NAME = 48; /** * The number of structural features of the 'Parameter Name' class. @@ -2040,7 +2003,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getFixedParameterName() * @generated */ - int FIXED_PARAMETER_NAME = 50; + int FIXED_PARAMETER_NAME = 49; /** * The feature id for the 'Annotation' reference. @@ -2068,7 +2031,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getArbitraryParameterOrResultName() * @generated */ - int ARBITRARY_PARAMETER_OR_RESULT_NAME = 51; + int ARBITRARY_PARAMETER_OR_RESULT_NAME = 50; /** * The feature id for the 'Identifier' attribute. @@ -2105,7 +2068,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getValueOrEnumValueOrOperation() * @generated */ - int VALUE_OR_ENUM_VALUE_OR_OPERATION = 56; + int VALUE_OR_ENUM_VALUE_OR_OPERATION = 55; /** * The number of structural features of the 'Value Or Enum Value Or Operation' class. @@ -2124,7 +2087,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getOperation() * @generated */ - int OPERATION = 52; + int OPERATION = 51; /** * The number of structural features of the 'Operation' class. @@ -2143,7 +2106,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getStandardOperation() * @generated */ - int STANDARD_OPERATION = 53; + int STANDARD_OPERATION = 52; /** * The feature id for the 'First Operand' containment reference. @@ -2189,7 +2152,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getCustomOperation() * @generated */ - int CUSTOM_OPERATION = 54; + int CUSTOM_OPERATION = 53; /** * The feature id for the 'Prefix Operand' containment reference. @@ -2235,7 +2198,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getValueOrEnumValueOrOperationCollection() * @generated */ - int VALUE_OR_ENUM_VALUE_OR_OPERATION_COLLECTION = 55; + int VALUE_OR_ENUM_VALUE_OR_OPERATION_COLLECTION = 54; /** * The feature id for the 'Value' containment reference. @@ -2272,7 +2235,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getValue() * @generated */ - int VALUE = 57; + int VALUE = 56; /** * The number of structural features of the 'Value' class. @@ -2291,7 +2254,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getConstantValue() * @generated */ - int CONSTANT_VALUE = 58; + int CONSTANT_VALUE = 57; /** * The number of structural features of the 'Constant Value' class. @@ -2310,7 +2273,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getStaticValue() * @generated */ - int STATIC_VALUE = 59; + int STATIC_VALUE = 58; /** * The number of structural features of the 'Static Value' class. @@ -2329,7 +2292,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getIntegerValue() * @generated */ - int INTEGER_VALUE = 60; + int INTEGER_VALUE = 59; /** * The feature id for the 'Integer Value' attribute. @@ -2357,7 +2320,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getDecimalValue() * @generated */ - int DECIMAL_VALUE = 61; + int DECIMAL_VALUE = 60; /** * The feature id for the 'Decimal Value' attribute. @@ -2385,7 +2348,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getStringValue() * @generated */ - int STRING_VALUE = 62; + int STRING_VALUE = 61; /** * The feature id for the 'String Value' attribute. @@ -2413,7 +2376,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getBooleanValue() * @generated */ - int BOOLEAN_VALUE = 63; + int BOOLEAN_VALUE = 62; /** * The feature id for the 'Boolean Value' attribute. @@ -2441,7 +2404,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getDateValue() * @generated */ - int DATE_VALUE = 64; + int DATE_VALUE = 63; /** * The feature id for the 'Date Value' attribute. @@ -2469,7 +2432,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getIsoDateValue() * @generated */ - int ISO_DATE_VALUE = 65; + int ISO_DATE_VALUE = 64; /** * The feature id for the 'Date Value' attribute. @@ -2497,7 +2460,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getEuropeanDateValue() * @generated */ - int EUROPEAN_DATE_VALUE = 66; + int EUROPEAN_DATE_VALUE = 65; /** * The feature id for the 'Date Value' attribute. @@ -2525,7 +2488,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getUSDateValue() * @generated */ - int US_DATE_VALUE = 67; + int US_DATE_VALUE = 66; /** * The feature id for the 'Date Value' attribute. @@ -2553,7 +2516,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getTimeValue() * @generated */ - int TIME_VALUE = 68; + int TIME_VALUE = 67; /** * The feature id for the 'Time Value' attribute. @@ -2581,7 +2544,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getIsoTimeValue() * @generated */ - int ISO_TIME_VALUE = 69; + int ISO_TIME_VALUE = 68; /** * The feature id for the 'Time Value' attribute. @@ -2609,7 +2572,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getSimple24HrsTimeValue() * @generated */ - int SIMPLE24_HRS_TIME_VALUE = 70; + int SIMPLE24_HRS_TIME_VALUE = 69; /** * The feature id for the 'Time Value' attribute. @@ -2637,7 +2600,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getSimple12HrsTimeValue() * @generated */ - int SIMPLE12_HRS_TIME_VALUE = 71; + int SIMPLE12_HRS_TIME_VALUE = 70; /** * The feature id for the 'Time Value' attribute. @@ -2665,7 +2628,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getDateAndTimeValue() * @generated */ - int DATE_AND_TIME_VALUE = 72; + int DATE_AND_TIME_VALUE = 71; /** * The feature id for the 'Date Value' attribute. @@ -2702,7 +2665,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getIsoDateAndTimeValue() * @generated */ - int ISO_DATE_AND_TIME_VALUE = 73; + int ISO_DATE_AND_TIME_VALUE = 72; /** * The feature id for the 'Date Value' attribute. @@ -2739,7 +2702,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getEuropeanDateAnd24HrsTimeValue() * @generated */ - int EUROPEAN_DATE_AND24_HRS_TIME_VALUE = 74; + int EUROPEAN_DATE_AND24_HRS_TIME_VALUE = 73; /** * The feature id for the 'Date Value' attribute. @@ -2776,7 +2739,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getEuropeanDateAnd12HrsTimeValue() * @generated */ - int EUROPEAN_DATE_AND12_HRS_TIME_VALUE = 75; + int EUROPEAN_DATE_AND12_HRS_TIME_VALUE = 74; /** * The feature id for the 'Date Value' attribute. @@ -2813,7 +2776,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getUSDateAnd12HrsTimeValue() * @generated */ - int US_DATE_AND12_HRS_TIME_VALUE = 76; + int US_DATE_AND12_HRS_TIME_VALUE = 75; /** * The feature id for the 'Date Value' attribute. @@ -2850,7 +2813,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getJavaConstantValue() * @generated */ - int JAVA_CONSTANT_VALUE = 77; + int JAVA_CONSTANT_VALUE = 76; /** * The feature id for the 'Constant' containment reference. @@ -2878,7 +2841,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getVariable() * @generated */ - int VARIABLE = 78; + int VARIABLE = 77; /** * The feature id for the 'Name' reference. @@ -2915,7 +2878,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getVariableVariable() * @generated */ - int VARIABLE_VARIABLE = 79; + int VARIABLE_VARIABLE = 78; /** * The feature id for the 'Name' reference. @@ -2943,7 +2906,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getConstant() * @generated */ - int CONSTANT = 80; + int CONSTANT = 79; /** * The feature id for the 'Name' reference. @@ -2971,7 +2934,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getNullValue() * @generated */ - int NULL_VALUE = 81; + int NULL_VALUE = 80; /** * The number of structural features of the 'Null Value' class. @@ -2990,7 +2953,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getEnumValue() * @generated */ - int ENUM_VALUE = 82; + int ENUM_VALUE = 81; /** * The feature id for the 'Enum Value' reference. @@ -3018,7 +2981,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getNestedObject() * @generated */ - int NESTED_OBJECT = 83; + int NESTED_OBJECT = 82; /** * The feature id for the 'Attributes' containment reference list. @@ -3046,7 +3009,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getTypedNestedObject() * @generated */ - int TYPED_NESTED_OBJECT = 84; + int TYPED_NESTED_OBJECT = 83; /** * The feature id for the 'Type' containment reference. @@ -3083,7 +3046,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getKeyValuePair() * @generated */ - int KEY_VALUE_PAIR = 85; + int KEY_VALUE_PAIR = 84; /** * The feature id for the 'Identifier' attribute. @@ -3129,7 +3092,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getJavaClassReference() * @generated */ - int JAVA_CLASS_REFERENCE = 86; + int JAVA_CLASS_REFERENCE = 85; /** * The feature id for the 'Type' reference. @@ -3157,7 +3120,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getMethodReference() * @generated */ - int METHOD_REFERENCE = 87; + int METHOD_REFERENCE = 86; /** * The feature id for the 'Type' reference. @@ -3194,7 +3157,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getJavaConstantReference() * @generated */ - int JAVA_CONSTANT_REFERENCE = 88; + int JAVA_CONSTANT_REFERENCE = 87; /** * The feature id for the 'Type' reference. @@ -3231,7 +3194,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getExecutionMultiplier() * @generated */ - int EXECUTION_MULTIPLIER = 89; + int EXECUTION_MULTIPLIER = 88; /** * The feature id for the 'Count' containment reference. @@ -3259,7 +3222,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getDocumentationComment() * @generated */ - int DOCUMENTATION_COMMENT = 90; + int DOCUMENTATION_COMMENT = 89; /** * The feature id for the 'Content' attribute. @@ -3287,7 +3250,7 @@ public interface DslPackage extends EPackage * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getNull() * @generated */ - int NULL = 91; + int NULL = 90; /** * The number of structural features of the 'Null' class. @@ -4664,47 +4627,15 @@ public interface DslPackage extends EPackage EAttribute getTimeDifference_Direction(); /** - * Returns the meta object for the containment reference list '{@link de.gebit.integrity.dsl.TimeDifference#getValues Values}'. + * Returns the meta object for the attribute list '{@link de.gebit.integrity.dsl.TimeDifference#getValues Values}'. * * - * @return the meta object for the containment reference list 'Values'. + * @return the meta object for the attribute list 'Values'. * @see de.gebit.integrity.dsl.TimeDifference#getValues() * @see #getTimeDifference() * @generated */ - EReference getTimeDifference_Values(); - - /** - * Returns the meta object for class '{@link de.gebit.integrity.dsl.TimeDifferencePart Time Difference Part}'. - * - * - * @return the meta object for class 'Time Difference Part'. - * @see de.gebit.integrity.dsl.TimeDifferencePart - * @generated - */ - EClass getTimeDifferencePart(); - - /** - * Returns the meta object for the attribute '{@link de.gebit.integrity.dsl.TimeDifferencePart#getValue Value}'. - * - * - * @return the meta object for the attribute 'Value'. - * @see de.gebit.integrity.dsl.TimeDifferencePart#getValue() - * @see #getTimeDifferencePart() - * @generated - */ - EAttribute getTimeDifferencePart_Value(); - - /** - * Returns the meta object for the attribute '{@link de.gebit.integrity.dsl.TimeDifferencePart#getTemporalUnit Temporal Unit}'. - * - * - * @return the meta object for the attribute 'Temporal Unit'. - * @see de.gebit.integrity.dsl.TimeDifferencePart#getTemporalUnit() - * @see #getTimeDifferencePart() - * @generated - */ - EAttribute getTimeDifferencePart_TemporalUnit(); + EAttribute getTimeDifference_Values(); /** * Returns the meta object for class '{@link de.gebit.integrity.dsl.Suite Suite}'. @@ -6873,38 +6804,12 @@ interface Literals EAttribute TIME_DIFFERENCE__DIRECTION = eINSTANCE.getTimeDifference_Direction(); /** - * The meta object literal for the 'Values' containment reference list feature. - * - * - * @generated - */ - EReference TIME_DIFFERENCE__VALUES = eINSTANCE.getTimeDifference_Values(); - - /** - * The meta object literal for the '{@link de.gebit.integrity.dsl.impl.TimeDifferencePartImpl Time Difference Part}' class. - * - * - * @see de.gebit.integrity.dsl.impl.TimeDifferencePartImpl - * @see de.gebit.integrity.dsl.impl.DslPackageImpl#getTimeDifferencePart() - * @generated - */ - EClass TIME_DIFFERENCE_PART = eINSTANCE.getTimeDifferencePart(); - - /** - * The meta object literal for the 'Value' attribute feature. - * - * - * @generated - */ - EAttribute TIME_DIFFERENCE_PART__VALUE = eINSTANCE.getTimeDifferencePart_Value(); - - /** - * The meta object literal for the 'Temporal Unit' attribute feature. + * The meta object literal for the 'Values' attribute list feature. * * * @generated */ - EAttribute TIME_DIFFERENCE_PART__TEMPORAL_UNIT = eINSTANCE.getTimeDifferencePart_TemporalUnit(); + EAttribute TIME_DIFFERENCE__VALUES = eINSTANCE.getTimeDifference_Values(); /** * The meta object literal for the '{@link de.gebit.integrity.dsl.impl.SuiteImpl Suite}' class. diff --git a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/TimeDifference.java b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/TimeDifference.java index 446aefb88..3ea1881d6 100644 --- a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/TimeDifference.java +++ b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/TimeDifference.java @@ -52,19 +52,19 @@ public interface TimeDifference extends EObject void setDirection(String value); /** - * Returns the value of the 'Values' containment reference list. - * The list contents are of type {@link de.gebit.integrity.dsl.TimeDifferencePart}. + * Returns the value of the 'Values' attribute list. + * The list contents are of type {@link java.lang.String}. * *

- * If the meaning of the 'Values' containment reference list isn't clear, + * If the meaning of the 'Values' attribute list isn't clear, * there really should be more of a description here... *

* - * @return the value of the 'Values' containment reference list. + * @return the value of the 'Values' attribute list. * @see de.gebit.integrity.dsl.DslPackage#getTimeDifference_Values() - * @model containment="true" + * @model unique="false" * @generated */ - EList getValues(); + EList getValues(); } // TimeDifference diff --git a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/TimeDifferencePart.java b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/TimeDifferencePart.java deleted file mode 100644 index 14aef1524..000000000 --- a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/TimeDifferencePart.java +++ /dev/null @@ -1,80 +0,0 @@ -/** - */ -package de.gebit.integrity.dsl; - -import java.math.BigInteger; - -import org.eclipse.emf.ecore.EObject; - -/** - * - * A representation of the model object 'Time Difference Part'. - * - * - *

- * The following features are supported: - *

- *
    - *
  • {@link de.gebit.integrity.dsl.TimeDifferencePart#getValue Value}
  • - *
  • {@link de.gebit.integrity.dsl.TimeDifferencePart#getTemporalUnit Temporal Unit}
  • - *
- * - * @see de.gebit.integrity.dsl.DslPackage#getTimeDifferencePart() - * @model - * @generated - */ -public interface TimeDifferencePart extends EObject -{ - /** - * Returns the value of the 'Value' attribute. - * - *

- * If the meaning of the 'Value' attribute isn't clear, - * there really should be more of a description here... - *

- * - * @return the value of the 'Value' attribute. - * @see #setValue(BigInteger) - * @see de.gebit.integrity.dsl.DslPackage#getTimeDifferencePart_Value() - * @model - * @generated - */ - BigInteger getValue(); - - /** - * Sets the value of the '{@link de.gebit.integrity.dsl.TimeDifferencePart#getValue Value}' attribute. - * - * - * @param value the new value of the 'Value' attribute. - * @see #getValue() - * @generated - */ - void setValue(BigInteger value); - - /** - * Returns the value of the 'Temporal Unit' attribute. - * - *

- * If the meaning of the 'Temporal Unit' attribute isn't clear, - * there really should be more of a description here... - *

- * - * @return the value of the 'Temporal Unit' attribute. - * @see #setTemporalUnit(String) - * @see de.gebit.integrity.dsl.DslPackage#getTimeDifferencePart_TemporalUnit() - * @model - * @generated - */ - String getTemporalUnit(); - - /** - * Sets the value of the '{@link de.gebit.integrity.dsl.TimeDifferencePart#getTemporalUnit Temporal Unit}' attribute. - * - * - * @param value the new value of the 'Temporal Unit' attribute. - * @see #getTemporalUnit() - * @generated - */ - void setTemporalUnit(String value); - -} // TimeDifferencePart diff --git a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/impl/DslFactoryImpl.java b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/impl/DslFactoryImpl.java index 65825ba06..ca964d4af 100644 --- a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/impl/DslFactoryImpl.java +++ b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/impl/DslFactoryImpl.java @@ -108,7 +108,6 @@ public EObject create(EClass eClass) case DslPackage.NAMED_CALL_RESULT: return createNamedCallResult(); case DslPackage.TIME_SET: return createTimeSet(); case DslPackage.TIME_DIFFERENCE: return createTimeDifference(); - case DslPackage.TIME_DIFFERENCE_PART: return createTimeDifferencePart(); case DslPackage.SUITE: return createSuite(); case DslPackage.SUITE_PARAMETER: return createSuiteParameter(); case DslPackage.SUITE_RETURN: return createSuiteReturn(); @@ -645,17 +644,6 @@ public TimeDifference createTimeDifference() return timeDifference; } - /** - * - * - * @generated - */ - public TimeDifferencePart createTimeDifferencePart() - { - TimeDifferencePartImpl timeDifferencePart = new TimeDifferencePartImpl(); - return timeDifferencePart; - } - /** * * diff --git a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/impl/DslPackageImpl.java b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/impl/DslPackageImpl.java index d8bb19947..14bfd0f35 100644 --- a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/impl/DslPackageImpl.java +++ b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/impl/DslPackageImpl.java @@ -71,7 +71,6 @@ import de.gebit.integrity.dsl.Test; import de.gebit.integrity.dsl.TestDefinition; import de.gebit.integrity.dsl.TimeDifference; -import de.gebit.integrity.dsl.TimeDifferencePart; import de.gebit.integrity.dsl.TimeSet; import de.gebit.integrity.dsl.TimeValue; import de.gebit.integrity.dsl.TypedNestedObject; @@ -422,13 +421,6 @@ public class DslPackageImpl extends EPackageImpl implements DslPackage */ private EClass timeDifferenceEClass = null; - /** - * - * - * @generated - */ - private EClass timeDifferencePartEClass = null; - /** * * @@ -2109,39 +2101,9 @@ public EAttribute getTimeDifference_Direction() * * @generated */ - public EReference getTimeDifference_Values() - { - return (EReference)timeDifferenceEClass.getEStructuralFeatures().get(1); - } - - /** - * - * - * @generated - */ - public EClass getTimeDifferencePart() - { - return timeDifferencePartEClass; - } - - /** - * - * - * @generated - */ - public EAttribute getTimeDifferencePart_Value() - { - return (EAttribute)timeDifferencePartEClass.getEStructuralFeatures().get(0); - } - - /** - * - * - * @generated - */ - public EAttribute getTimeDifferencePart_TemporalUnit() + public EAttribute getTimeDifference_Values() { - return (EAttribute)timeDifferencePartEClass.getEStructuralFeatures().get(1); + return (EAttribute)timeDifferenceEClass.getEStructuralFeatures().get(1); } /** @@ -3325,11 +3287,7 @@ public void createPackageContents() timeDifferenceEClass = createEClass(TIME_DIFFERENCE); createEAttribute(timeDifferenceEClass, TIME_DIFFERENCE__DIRECTION); - createEReference(timeDifferenceEClass, TIME_DIFFERENCE__VALUES); - - timeDifferencePartEClass = createEClass(TIME_DIFFERENCE_PART); - createEAttribute(timeDifferencePartEClass, TIME_DIFFERENCE_PART__VALUE); - createEAttribute(timeDifferencePartEClass, TIME_DIFFERENCE_PART__TEMPORAL_UNIT); + createEAttribute(timeDifferenceEClass, TIME_DIFFERENCE__VALUES); suiteEClass = createEClass(SUITE); createEAttribute(suiteEClass, SUITE__INLINED); @@ -3747,11 +3705,7 @@ public void initializePackageContents() initEClass(timeDifferenceEClass, TimeDifference.class, "TimeDifference", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); initEAttribute(getTimeDifference_Direction(), ecorePackage.getEString(), "direction", null, 0, 1, TimeDifference.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEReference(getTimeDifference_Values(), this.getTimeDifferencePart(), null, "values", null, 0, -1, TimeDifference.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - - initEClass(timeDifferencePartEClass, TimeDifferencePart.class, "TimeDifferencePart", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); - initEAttribute(getTimeDifferencePart_Value(), ecorePackage.getEBigInteger(), "value", null, 0, 1, TimeDifferencePart.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEAttribute(getTimeDifferencePart_TemporalUnit(), ecorePackage.getEString(), "temporalUnit", null, 0, 1, TimeDifferencePart.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getTimeDifference_Values(), ecorePackage.getEString(), "values", null, 0, -1, TimeDifference.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); initEClass(suiteEClass, Suite.class, "Suite", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); initEAttribute(getSuite_Inlined(), ecorePackage.getEString(), "inlined", null, 0, 1, Suite.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); diff --git a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/impl/TimeDifferenceImpl.java b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/impl/TimeDifferenceImpl.java index 3012534e9..6a4e5b3eb 100644 --- a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/impl/TimeDifferenceImpl.java +++ b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/impl/TimeDifferenceImpl.java @@ -4,23 +4,19 @@ import de.gebit.integrity.dsl.DslPackage; import de.gebit.integrity.dsl.TimeDifference; -import de.gebit.integrity.dsl.TimeDifferencePart; import java.util.Collection; import org.eclipse.emf.common.notify.Notification; -import org.eclipse.emf.common.notify.NotificationChain; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EClass; -import org.eclipse.emf.ecore.InternalEObject; import org.eclipse.emf.ecore.impl.ENotificationImpl; import org.eclipse.emf.ecore.impl.MinimalEObjectImpl; -import org.eclipse.emf.ecore.util.EObjectContainmentEList; -import org.eclipse.emf.ecore.util.InternalEList; +import org.eclipse.emf.ecore.util.EDataTypeEList; /** * @@ -59,14 +55,14 @@ public class TimeDifferenceImpl extends MinimalEObjectImpl.Container implements protected String direction = DIRECTION_EDEFAULT; /** - * The cached value of the '{@link #getValues() Values}' containment reference list. + * The cached value of the '{@link #getValues() Values}' attribute list. * * * @see #getValues() * @generated * @ordered */ - protected EList values; + protected EList values; /** * @@ -117,31 +113,15 @@ public void setDirection(String newDirection) * * @generated */ - public EList getValues() + public EList getValues() { if (values == null) { - values = new EObjectContainmentEList(TimeDifferencePart.class, this, DslPackage.TIME_DIFFERENCE__VALUES); + values = new EDataTypeEList(String.class, this, DslPackage.TIME_DIFFERENCE__VALUES); } return values; } - /** - * - * - * @generated - */ - @Override - public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) - { - switch (featureID) - { - case DslPackage.TIME_DIFFERENCE__VALUES: - return ((InternalEList)getValues()).basicRemove(otherEnd, msgs); - } - return super.eInverseRemove(otherEnd, featureID, msgs); - } - /** * * @@ -176,7 +156,7 @@ public void eSet(int featureID, Object newValue) return; case DslPackage.TIME_DIFFERENCE__VALUES: getValues().clear(); - getValues().addAll((Collection)newValue); + getValues().addAll((Collection)newValue); return; } super.eSet(featureID, newValue); @@ -233,6 +213,8 @@ public String toString() StringBuffer result = new StringBuffer(super.toString()); result.append(" (direction: "); result.append(direction); + result.append(", values: "); + result.append(values); result.append(')'); return result.toString(); } diff --git a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/impl/TimeDifferencePartImpl.java b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/impl/TimeDifferencePartImpl.java deleted file mode 100644 index 07fdddfe2..000000000 --- a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/impl/TimeDifferencePartImpl.java +++ /dev/null @@ -1,235 +0,0 @@ -/** - */ -package de.gebit.integrity.dsl.impl; - -import de.gebit.integrity.dsl.DslPackage; -import de.gebit.integrity.dsl.TimeDifferencePart; - -import java.math.BigInteger; - -import org.eclipse.emf.common.notify.Notification; - -import org.eclipse.emf.ecore.EClass; - -import org.eclipse.emf.ecore.impl.ENotificationImpl; -import org.eclipse.emf.ecore.impl.MinimalEObjectImpl; - -/** - * - * An implementation of the model object 'Time Difference Part'. - * - *

- * The following features are implemented: - *

- *
    - *
  • {@link de.gebit.integrity.dsl.impl.TimeDifferencePartImpl#getValue Value}
  • - *
  • {@link de.gebit.integrity.dsl.impl.TimeDifferencePartImpl#getTemporalUnit Temporal Unit}
  • - *
- * - * @generated - */ -public class TimeDifferencePartImpl extends MinimalEObjectImpl.Container implements TimeDifferencePart -{ - /** - * The default value of the '{@link #getValue() Value}' attribute. - * - * - * @see #getValue() - * @generated - * @ordered - */ - protected static final BigInteger VALUE_EDEFAULT = null; - - /** - * The cached value of the '{@link #getValue() Value}' attribute. - * - * - * @see #getValue() - * @generated - * @ordered - */ - protected BigInteger value = VALUE_EDEFAULT; - - /** - * The default value of the '{@link #getTemporalUnit() Temporal Unit}' attribute. - * - * - * @see #getTemporalUnit() - * @generated - * @ordered - */ - protected static final String TEMPORAL_UNIT_EDEFAULT = null; - - /** - * The cached value of the '{@link #getTemporalUnit() Temporal Unit}' attribute. - * - * - * @see #getTemporalUnit() - * @generated - * @ordered - */ - protected String temporalUnit = TEMPORAL_UNIT_EDEFAULT; - - /** - * - * - * @generated - */ - protected TimeDifferencePartImpl() - { - super(); - } - - /** - * - * - * @generated - */ - @Override - protected EClass eStaticClass() - { - return DslPackage.Literals.TIME_DIFFERENCE_PART; - } - - /** - * - * - * @generated - */ - public BigInteger getValue() - { - return value; - } - - /** - * - * - * @generated - */ - public void setValue(BigInteger newValue) - { - BigInteger oldValue = value; - value = newValue; - if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, DslPackage.TIME_DIFFERENCE_PART__VALUE, oldValue, value)); - } - - /** - * - * - * @generated - */ - public String getTemporalUnit() - { - return temporalUnit; - } - - /** - * - * - * @generated - */ - public void setTemporalUnit(String newTemporalUnit) - { - String oldTemporalUnit = temporalUnit; - temporalUnit = newTemporalUnit; - if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, DslPackage.TIME_DIFFERENCE_PART__TEMPORAL_UNIT, oldTemporalUnit, temporalUnit)); - } - - /** - * - * - * @generated - */ - @Override - public Object eGet(int featureID, boolean resolve, boolean coreType) - { - switch (featureID) - { - case DslPackage.TIME_DIFFERENCE_PART__VALUE: - return getValue(); - case DslPackage.TIME_DIFFERENCE_PART__TEMPORAL_UNIT: - return getTemporalUnit(); - } - return super.eGet(featureID, resolve, coreType); - } - - /** - * - * - * @generated - */ - @Override - public void eSet(int featureID, Object newValue) - { - switch (featureID) - { - case DslPackage.TIME_DIFFERENCE_PART__VALUE: - setValue((BigInteger)newValue); - return; - case DslPackage.TIME_DIFFERENCE_PART__TEMPORAL_UNIT: - setTemporalUnit((String)newValue); - return; - } - super.eSet(featureID, newValue); - } - - /** - * - * - * @generated - */ - @Override - public void eUnset(int featureID) - { - switch (featureID) - { - case DslPackage.TIME_DIFFERENCE_PART__VALUE: - setValue(VALUE_EDEFAULT); - return; - case DslPackage.TIME_DIFFERENCE_PART__TEMPORAL_UNIT: - setTemporalUnit(TEMPORAL_UNIT_EDEFAULT); - return; - } - super.eUnset(featureID); - } - - /** - * - * - * @generated - */ - @Override - public boolean eIsSet(int featureID) - { - switch (featureID) - { - case DslPackage.TIME_DIFFERENCE_PART__VALUE: - return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value); - case DslPackage.TIME_DIFFERENCE_PART__TEMPORAL_UNIT: - return TEMPORAL_UNIT_EDEFAULT == null ? temporalUnit != null : !TEMPORAL_UNIT_EDEFAULT.equals(temporalUnit); - } - return super.eIsSet(featureID); - } - - /** - * - * - * @generated - */ - @Override - public String toString() - { - if (eIsProxy()) return super.toString(); - - StringBuffer result = new StringBuffer(super.toString()); - result.append(" (value: "); - result.append(value); - result.append(", temporalUnit: "); - result.append(temporalUnit); - result.append(')'); - return result.toString(); - } - -} //TimeDifferencePartImpl diff --git a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/util/DslAdapterFactory.java b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/util/DslAdapterFactory.java index 3454999cd..297d975bb 100644 --- a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/util/DslAdapterFactory.java +++ b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/util/DslAdapterFactory.java @@ -295,11 +295,6 @@ public Adapter caseTimeDifference(TimeDifference object) return createTimeDifferenceAdapter(); } @Override - public Adapter caseTimeDifferencePart(TimeDifferencePart object) - { - return createTimeDifferencePartAdapter(); - } - @Override public Adapter caseSuite(Suite object) { return createSuiteAdapter(); @@ -1216,21 +1211,6 @@ public Adapter createTimeDifferenceAdapter() return null; } - /** - * Creates a new adapter for an object of class '{@link de.gebit.integrity.dsl.TimeDifferencePart Time Difference Part}'. - * - * This default implementation returns null so that we can easily ignore cases; - * it's useful to ignore a case when inheritance will catch all the cases anyway. - * - * @return the new adapter. - * @see de.gebit.integrity.dsl.TimeDifferencePart - * @generated - */ - public Adapter createTimeDifferencePartAdapter() - { - return null; - } - /** * Creates a new adapter for an object of class '{@link de.gebit.integrity.dsl.Suite Suite}'. * diff --git a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/util/DslSwitch.java b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/util/DslSwitch.java index ddf11ef44..c58ad256d 100644 --- a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/util/DslSwitch.java +++ b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/dsl/util/DslSwitch.java @@ -423,13 +423,6 @@ protected T doSwitch(int classifierID, EObject theEObject) if (result == null) result = defaultCase(theEObject); return result; } - case DslPackage.TIME_DIFFERENCE_PART: - { - TimeDifferencePart timeDifferencePart = (TimeDifferencePart)theEObject; - T result = caseTimeDifferencePart(timeDifferencePart); - if (result == null) result = defaultCase(theEObject); - return result; - } case DslPackage.SUITE: { Suite suite = (Suite)theEObject; @@ -1580,22 +1573,6 @@ public T caseTimeDifference(TimeDifference object) return null; } - /** - * Returns the result of interpreting the object as an instance of 'Time Difference Part'. - * - * This implementation returns null; - * returning a non-null result will terminate the switch. - * - * @param object the target of the switch. - * @return the result of interpreting the object as an instance of 'Time Difference Part'. - * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) - * @generated - */ - public T caseTimeDifferencePart(TimeDifferencePart object) - { - return null; - } - /** * Returns the result of interpreting the object as an instance of 'Suite'. * diff --git a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/parser/antlr/internal/InternalDSL.g b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/parser/antlr/internal/InternalDSL.g index c18051bb2..9360e0ed3 100644 --- a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/parser/antlr/internal/InternalDSL.g +++ b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/parser/antlr/internal/InternalDSL.g @@ -3810,328 +3810,23 @@ ruleNL } ( ( - { - newCompositeNode(grammarAccess.getTimeDifferenceAccess().getValuesTimeDifferencePartParserRuleCall_1_1_0()); - } - lv_values_2_0=ruleTimeDifferencePart { - if ($current==null) { - $current = createModelElementForParent(grammarAccess.getTimeDifferenceRule()); - } - add( - $current, - "values", - lv_values_2_0, - "de.gebit.integrity.DSL.TimeDifferencePart"); - afterParserOrEnumRuleCall(); - } - -) -))+) -; - - - - - -// Entry rule entryRuleTimeDifferencePart -entryRuleTimeDifferencePart returns [EObject current=null] - : - { newCompositeNode(grammarAccess.getTimeDifferencePartRule()); } - iv_ruleTimeDifferencePart=ruleTimeDifferencePart - { $current=$iv_ruleTimeDifferencePart.current; } - EOF -; - -// Rule TimeDifferencePart -ruleTimeDifferencePart returns [EObject current=null] - @init { enterRule(); - } - @after { leaveRule(); }: -(( -( - lv_value_0_0=RULE_INTEGER + lv_values_2_0=RULE_TIMESPAN { - newLeafNode(lv_value_0_0, grammarAccess.getTimeDifferencePartAccess().getValueINTEGERTerminalRuleCall_0_0()); + newLeafNode(lv_values_2_0, grammarAccess.getTimeDifferenceAccess().getValuesTIMESPANTerminalRuleCall_1_1_0()); } { if ($current==null) { - $current = createModelElement(grammarAccess.getTimeDifferencePartRule()); + $current = createModelElement(grammarAccess.getTimeDifferenceRule()); } - setWithLastConsumed( + addWithLastConsumed( $current, - "value", - lv_value_0_0, - "de.gebit.integrity.DSL.INTEGER"); - } - -) -) - { - newCompositeNode(grammarAccess.getTimeDifferencePartAccess().getNLParserRuleCall_1()); - } -ruleNL - { - afterParserOrEnumRuleCall(); - } -( -( -( - lv_temporalUnit_2_1= 'y' - { - newLeafNode(lv_temporalUnit_2_1, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitYKeyword_2_0_0()); - } - - { - if ($current==null) { - $current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed($current, "temporalUnit", lv_temporalUnit_2_1, null); - } - - | lv_temporalUnit_2_2= 'year' - { - newLeafNode(lv_temporalUnit_2_2, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitYearKeyword_2_0_1()); - } - - { - if ($current==null) { - $current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed($current, "temporalUnit", lv_temporalUnit_2_2, null); - } - - | lv_temporalUnit_2_3= 'years' - { - newLeafNode(lv_temporalUnit_2_3, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitYearsKeyword_2_0_2()); - } - - { - if ($current==null) { - $current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed($current, "temporalUnit", lv_temporalUnit_2_3, null); - } - - | lv_temporalUnit_2_4= 'mon' - { - newLeafNode(lv_temporalUnit_2_4, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMonKeyword_2_0_3()); - } - - { - if ($current==null) { - $current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed($current, "temporalUnit", lv_temporalUnit_2_4, null); - } - - | lv_temporalUnit_2_5= 'month' - { - newLeafNode(lv_temporalUnit_2_5, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMonthKeyword_2_0_4()); - } - - { - if ($current==null) { - $current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed($current, "temporalUnit", lv_temporalUnit_2_5, null); - } - - | lv_temporalUnit_2_6= 'months' - { - newLeafNode(lv_temporalUnit_2_6, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMonthsKeyword_2_0_5()); - } - - { - if ($current==null) { - $current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed($current, "temporalUnit", lv_temporalUnit_2_6, null); - } - - | lv_temporalUnit_2_7= 'd' - { - newLeafNode(lv_temporalUnit_2_7, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitDKeyword_2_0_6()); - } - - { - if ($current==null) { - $current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed($current, "temporalUnit", lv_temporalUnit_2_7, null); - } - - | lv_temporalUnit_2_8= 'day' - { - newLeafNode(lv_temporalUnit_2_8, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitDayKeyword_2_0_7()); - } - - { - if ($current==null) { - $current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed($current, "temporalUnit", lv_temporalUnit_2_8, null); - } - - | lv_temporalUnit_2_9= 'days' - { - newLeafNode(lv_temporalUnit_2_9, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitDaysKeyword_2_0_8()); - } - - { - if ($current==null) { - $current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed($current, "temporalUnit", lv_temporalUnit_2_9, null); - } - - | lv_temporalUnit_2_10= 'h' - { - newLeafNode(lv_temporalUnit_2_10, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitHKeyword_2_0_9()); - } - - { - if ($current==null) { - $current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed($current, "temporalUnit", lv_temporalUnit_2_10, null); - } - - | lv_temporalUnit_2_11= 'hour' - { - newLeafNode(lv_temporalUnit_2_11, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitHourKeyword_2_0_10()); - } - - { - if ($current==null) { - $current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed($current, "temporalUnit", lv_temporalUnit_2_11, null); - } - - | lv_temporalUnit_2_12= 'hours' - { - newLeafNode(lv_temporalUnit_2_12, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitHoursKeyword_2_0_11()); - } - - { - if ($current==null) { - $current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed($current, "temporalUnit", lv_temporalUnit_2_12, null); - } - - | lv_temporalUnit_2_13= 'm' - { - newLeafNode(lv_temporalUnit_2_13, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMKeyword_2_0_12()); - } - - { - if ($current==null) { - $current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed($current, "temporalUnit", lv_temporalUnit_2_13, null); - } - - | lv_temporalUnit_2_14= 'minute' - { - newLeafNode(lv_temporalUnit_2_14, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMinuteKeyword_2_0_13()); - } - - { - if ($current==null) { - $current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed($current, "temporalUnit", lv_temporalUnit_2_14, null); - } - - | lv_temporalUnit_2_15= 'minutes' - { - newLeafNode(lv_temporalUnit_2_15, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMinutesKeyword_2_0_14()); - } - - { - if ($current==null) { - $current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed($current, "temporalUnit", lv_temporalUnit_2_15, null); - } - - | lv_temporalUnit_2_16= 's' - { - newLeafNode(lv_temporalUnit_2_16, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitSKeyword_2_0_15()); - } - - { - if ($current==null) { - $current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed($current, "temporalUnit", lv_temporalUnit_2_16, null); - } - - | lv_temporalUnit_2_17= 'second' - { - newLeafNode(lv_temporalUnit_2_17, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitSecondKeyword_2_0_16()); - } - - { - if ($current==null) { - $current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed($current, "temporalUnit", lv_temporalUnit_2_17, null); - } - - | lv_temporalUnit_2_18= 'seconds' - { - newLeafNode(lv_temporalUnit_2_18, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitSecondsKeyword_2_0_17()); - } - - { - if ($current==null) { - $current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed($current, "temporalUnit", lv_temporalUnit_2_18, null); - } - - | lv_temporalUnit_2_19= 'ms' - { - newLeafNode(lv_temporalUnit_2_19, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMsKeyword_2_0_18()); - } - - { - if ($current==null) { - $current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed($current, "temporalUnit", lv_temporalUnit_2_19, null); - } - - | lv_temporalUnit_2_20= 'millisecond' - { - newLeafNode(lv_temporalUnit_2_20, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMillisecondKeyword_2_0_19()); - } - - { - if ($current==null) { - $current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed($current, "temporalUnit", lv_temporalUnit_2_20, null); - } - - | lv_temporalUnit_2_21= 'milliseconds' - { - newLeafNode(lv_temporalUnit_2_21, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMillisecondsKeyword_2_0_20()); - } - - { - if ($current==null) { - $current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed($current, "temporalUnit", lv_temporalUnit_2_21, null); + "values", + lv_values_2_0, + "de.gebit.integrity.DSL.TIMESPAN"); } ) - -) -)) +))+) ; @@ -7169,6 +6864,8 @@ RULE_TWENTYFOURHRSTIME : '0'..'2' '0'..'9' ':' '0'..'5' '0'..'9' (':' '0'..'6' ' RULE_TWELVEHRSTIME : '0'..'1' '0'..'9' ':' '0'..'5' '0'..'9' (':' '0'..'6' '0'..'9' ('.' '0'..'9' '0'..'9' '0'..'9')?)? ('am'|'pm'); +RULE_TIMESPAN : ('0'..'9')+ ('y'|'year'|'years'|'mon'|'month'|'months'|'d'|'day'|'days'|'h'|'hour'|'hours'|'m'|'minute'|'minutes'|'s'|'second'|'seconds'|'ms'|'millisecond'|'milliseconds'); + RULE_ANY_OTHER : .; diff --git a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/parser/antlr/internal/InternalDSL.tokens b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/parser/antlr/internal/InternalDSL.tokens index f92cdd61d..02b7bd800 100644 --- a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/parser/antlr/internal/InternalDSL.tokens +++ b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/parser/antlr/internal/InternalDSL.tokens @@ -1,122 +1,90 @@ -'#'=105 -'%'=98 -'('=95 -')'=100 -'*'=96 -'+'=71 -','=70 -'-'=72 -'->'=56 -'.'=109 -'.*'=110 -'..'=99 -'/'=97 -':'=37 -'<'=103 -'='=60 -'>'=104 -'['=101 -']'=102 -'assign'=55 -'based on'=36 -'by default'=49 -'call'=63 -'calldef'=40 -'checkpoint'=58 -'concludedby'=47 -'constant'=53 -'d'=79 -'day'=80 -'days'=81 -'forkdef'=34 -'gets'=44 -'h'=82 -'hour'=83 -'hours'=84 -'import'=32 -'in'=57 -'initially'=52 -'inlined'=42 -'live'=65 -'m'=85 -'master'=69 -'millisecond'=92 -'milliseconds'=93 -'minute'=86 -'minutes'=87 -'mon'=76 -'month'=77 -'months'=78 -'ms'=91 -'null'=106 -'on'=68 -'operationdef'=50 -'packagedef'=29 -'packageend'=31 -'parameterized'=54 -'private'=33 -'progressing'=66 -'requires'=46 -'returns'=45 -'s'=88 -'second'=89 -'seconds'=90 -'single-run'=41 -'suite'=94 -'suitedef'=43 -'suiteend'=48 -'tabletest'=61 -'test'=59 -'testdef'=39 -'timeset'=64 -'uses'=35 -'variable'=51 -'variantdef'=38 -'with'=30 -'x'=67 -'y'=73 -'year'=74 -'years'=75 -'{'=107 -'|'=62 -'}'=108 -RULE_ANY_OTHER=28 -RULE_BOOLEAN_FALSE=14 -RULE_BOOLEAN_TRUE=13 -RULE_DECIMAL=12 +'#'=85 +'%'=78 +'('=75 +')'=80 +'*'=76 +'+'=72 +','=71 +'-'=73 +'->'=57 +'.'=89 +'.*'=90 +'..'=79 +'/'=77 +':'=38 +'<'=83 +'='=61 +'>'=84 +'['=81 +']'=82 +'assign'=56 +'based on'=37 +'by default'=50 +'call'=64 +'calldef'=41 +'checkpoint'=59 +'concludedby'=48 +'constant'=54 +'forkdef'=35 +'gets'=45 +'import'=33 +'in'=58 +'initially'=53 +'inlined'=43 +'live'=66 +'master'=70 +'null'=86 +'on'=69 +'operationdef'=51 +'packagedef'=30 +'packageend'=32 +'parameterized'=55 +'private'=34 +'progressing'=67 +'requires'=47 +'returns'=46 +'single-run'=42 +'suite'=74 +'suitedef'=44 +'suiteend'=49 +'tabletest'=62 +'test'=60 +'testdef'=40 +'timeset'=65 +'uses'=36 +'variable'=52 +'variantdef'=39 +'with'=31 +'x'=68 +'{'=87 +'|'=63 +'}'=88 +RULE_ANY_OTHER=29 +RULE_BOOLEAN_FALSE=15 +RULE_BOOLEAN_TRUE=14 +RULE_DECIMAL=13 RULE_DIVIDER=8 -RULE_EURODATE=16 +RULE_EURODATE=17 RULE_ID=10 -RULE_INTEGER=11 -RULE_ISODATE=15 -RULE_ISOTIME=18 -RULE_ISOTIMEZONE=27 -RULE_ML_COMMENT=25 -RULE_ML_DOC_COMMENT=22 +RULE_INTEGER=12 +RULE_ISODATE=16 +RULE_ISOTIME=19 +RULE_ISOTIMEZONE=28 +RULE_ML_COMMENT=26 +RULE_ML_DOC_COMMENT=23 RULE_ML_VISIBLE_COMMENT=6 RULE_ML_VISIBLE_TITLE_COMMENT=7 -RULE_NEWLINE=23 -RULE_SL_COMMENT=26 +RULE_NEWLINE=24 +RULE_SL_COMMENT=27 RULE_SL_VISIBLE_COMMENT=4 RULE_SL_VISIBLE_TITLE_COMMENT=5 RULE_STRING=9 -RULE_TWELVEHRSTIME=20 -RULE_TWENTYFOURHRSTIME=19 -RULE_UPPERCASE_ID=21 -RULE_USDATE=17 -RULE_WS=24 -T__100=100 -T__101=101 -T__102=102 -T__103=103 -T__104=104 -T__105=105 -T__106=106 -T__107=107 -T__108=108 -T__109=109 -T__110=110 -T__29=29 +RULE_TIMESPAN=11 +RULE_TWELVEHRSTIME=21 +RULE_TWENTYFOURHRSTIME=20 +RULE_UPPERCASE_ID=22 +RULE_USDATE=18 +RULE_WS=25 T__30=30 T__31=31 T__32=32 @@ -178,12 +146,3 @@ T__87=87 T__88=88 T__89=89 T__90=90 -T__91=91 -T__92=92 -T__93=93 -T__94=94 -T__95=95 -T__96=96 -T__97=97 -T__98=98 -T__99=99 diff --git a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/parser/antlr/internal/InternalDSLLexer.java b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/parser/antlr/internal/InternalDSLLexer.java index bce2d19b9..03c444fc0 100644 --- a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/parser/antlr/internal/InternalDSLLexer.java +++ b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/parser/antlr/internal/InternalDSLLexer.java @@ -12,11 +12,15 @@ @SuppressWarnings("all") public class InternalDSLLexer extends Lexer { - public static final int RULE_ISOTIME=18; + public static final int RULE_ISOTIME=19; public static final int T__50=50; - public static final int RULE_UPPERCASE_ID=21; - public static final int RULE_ML_DOC_COMMENT=22; + public static final int T__90=90; + public static final int RULE_DIVIDER=8; + public static final int RULE_TIMESPAN=11; + public static final int RULE_UPPERCASE_ID=22; + public static final int RULE_ML_DOC_COMMENT=23; public static final int T__59=59; + public static final int RULE_BOOLEAN_TRUE=14; public static final int T__55=55; public static final int T__56=56; public static final int T__57=57; @@ -25,101 +29,77 @@ public class InternalDSLLexer extends Lexer { public static final int T__52=52; public static final int T__53=53; public static final int T__54=54; + public static final int RULE_ML_VISIBLE_COMMENT=6; public static final int T__60=60; public static final int T__61=61; public static final int RULE_ID=10; - public static final int RULE_TWENTYFOURHRSTIME=19; - public static final int RULE_ISOTIMEZONE=27; - public static final int RULE_ISODATE=15; + public static final int RULE_TWENTYFOURHRSTIME=20; + public static final int RULE_ISOTIMEZONE=28; + public static final int RULE_DECIMAL=13; + public static final int RULE_ISODATE=16; public static final int T__66=66; - public static final int RULE_ML_COMMENT=25; + public static final int RULE_ML_COMMENT=26; public static final int T__67=67; public static final int T__68=68; public static final int RULE_SL_VISIBLE_COMMENT=4; public static final int T__69=69; public static final int T__62=62; - public static final int RULE_USDATE=17; + public static final int RULE_USDATE=18; public static final int T__63=63; + public static final int RULE_BOOLEAN_FALSE=15; public static final int T__64=64; public static final int T__65=65; - public static final int RULE_NEWLINE=23; - public static final int T__37=37; - public static final int T__38=38; - public static final int T__39=39; - public static final int T__33=33; - public static final int T__34=34; - public static final int T__35=35; - public static final int T__36=36; - public static final int T__30=30; - public static final int T__31=31; - public static final int T__32=32; - public static final int RULE_EURODATE=16; - public static final int RULE_ML_VISIBLE_TITLE_COMMENT=7; - public static final int T__48=48; - public static final int T__49=49; - public static final int T__44=44; - public static final int T__45=45; - public static final int T__46=46; - public static final int T__47=47; - public static final int T__40=40; - public static final int T__41=41; - public static final int T__42=42; - public static final int T__43=43; - public static final int T__91=91; - public static final int T__100=100; - public static final int T__92=92; - public static final int T__93=93; - public static final int T__102=102; - public static final int T__94=94; - public static final int T__101=101; - public static final int T__90=90; - public static final int RULE_DIVIDER=8; - public static final int RULE_BOOLEAN_TRUE=13; - public static final int T__99=99; - public static final int T__95=95; - public static final int T__96=96; - public static final int T__97=97; - public static final int T__98=98; - public static final int RULE_ML_VISIBLE_COMMENT=6; - public static final int RULE_DECIMAL=12; - public static final int T__29=29; - public static final int RULE_BOOLEAN_FALSE=14; public static final int T__70=70; public static final int T__71=71; public static final int T__72=72; + public static final int RULE_NEWLINE=24; public static final int RULE_STRING=9; public static final int RULE_SL_VISIBLE_TITLE_COMMENT=5; - public static final int RULE_SL_COMMENT=26; + public static final int RULE_SL_COMMENT=27; + public static final int T__37=37; + public static final int T__38=38; + public static final int T__39=39; + public static final int T__33=33; public static final int T__77=77; + public static final int T__34=34; public static final int T__78=78; + public static final int T__35=35; public static final int T__79=79; + public static final int T__36=36; public static final int T__73=73; public static final int EOF=-1; + public static final int T__30=30; public static final int T__74=74; + public static final int T__31=31; public static final int T__75=75; - public static final int RULE_TWELVEHRSTIME=20; + public static final int RULE_TWELVEHRSTIME=21; + public static final int T__32=32; public static final int T__76=76; public static final int T__80=80; public static final int T__81=81; - public static final int T__110=110; public static final int T__82=82; public static final int T__83=83; - public static final int RULE_WS=24; - public static final int RULE_ANY_OTHER=28; + public static final int RULE_WS=25; + public static final int RULE_ANY_OTHER=29; + public static final int RULE_EURODATE=17; + public static final int RULE_ML_VISIBLE_TITLE_COMMENT=7; + public static final int T__48=48; + public static final int T__49=49; + public static final int T__44=44; public static final int T__88=88; - public static final int T__108=108; + public static final int T__45=45; public static final int T__89=89; - public static final int T__107=107; - public static final int T__109=109; + public static final int T__46=46; + public static final int T__47=47; + public static final int T__40=40; public static final int T__84=84; - public static final int T__104=104; + public static final int T__41=41; public static final int T__85=85; - public static final int T__103=103; - public static final int RULE_INTEGER=11; + public static final int RULE_INTEGER=12; + public static final int T__42=42; public static final int T__86=86; - public static final int T__106=106; + public static final int T__43=43; public static final int T__87=87; - public static final int T__105=105; // delegates // delegators @@ -134,36 +114,15 @@ public InternalDSLLexer(CharStream input, RecognizerSharedState state) { } public String getGrammarFileName() { return "InternalDSL.g"; } - // $ANTLR start "T__29" - public final void mT__29() throws RecognitionException { - try { - int _type = T__29; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:11:7: ( 'packagedef' ) - // InternalDSL.g:11:9: 'packagedef' - { - match("packagedef"); - - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__29" - // $ANTLR start "T__30" public final void mT__30() throws RecognitionException { try { int _type = T__30; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:12:7: ( 'with' ) - // InternalDSL.g:12:9: 'with' + // InternalDSL.g:11:7: ( 'packagedef' ) + // InternalDSL.g:11:9: 'packagedef' { - match("with"); + match("packagedef"); } @@ -181,10 +140,10 @@ public final void mT__31() throws RecognitionException { try { int _type = T__31; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:13:7: ( 'packageend' ) - // InternalDSL.g:13:9: 'packageend' + // InternalDSL.g:12:7: ( 'with' ) + // InternalDSL.g:12:9: 'with' { - match("packageend"); + match("with"); } @@ -202,10 +161,10 @@ public final void mT__32() throws RecognitionException { try { int _type = T__32; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:14:7: ( 'import' ) - // InternalDSL.g:14:9: 'import' + // InternalDSL.g:13:7: ( 'packageend' ) + // InternalDSL.g:13:9: 'packageend' { - match("import"); + match("packageend"); } @@ -223,10 +182,10 @@ public final void mT__33() throws RecognitionException { try { int _type = T__33; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:15:7: ( 'private' ) - // InternalDSL.g:15:9: 'private' + // InternalDSL.g:14:7: ( 'import' ) + // InternalDSL.g:14:9: 'import' { - match("private"); + match("import"); } @@ -244,10 +203,10 @@ public final void mT__34() throws RecognitionException { try { int _type = T__34; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:16:7: ( 'forkdef' ) - // InternalDSL.g:16:9: 'forkdef' + // InternalDSL.g:15:7: ( 'private' ) + // InternalDSL.g:15:9: 'private' { - match("forkdef"); + match("private"); } @@ -265,10 +224,10 @@ public final void mT__35() throws RecognitionException { try { int _type = T__35; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:17:7: ( 'uses' ) - // InternalDSL.g:17:9: 'uses' + // InternalDSL.g:16:7: ( 'forkdef' ) + // InternalDSL.g:16:9: 'forkdef' { - match("uses"); + match("forkdef"); } @@ -286,10 +245,10 @@ public final void mT__36() throws RecognitionException { try { int _type = T__36; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:18:7: ( 'based on' ) - // InternalDSL.g:18:9: 'based on' + // InternalDSL.g:17:7: ( 'uses' ) + // InternalDSL.g:17:9: 'uses' { - match("based on"); + match("uses"); } @@ -307,10 +266,11 @@ public final void mT__37() throws RecognitionException { try { int _type = T__37; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:19:7: ( ':' ) - // InternalDSL.g:19:9: ':' + // InternalDSL.g:18:7: ( 'based on' ) + // InternalDSL.g:18:9: 'based on' { - match(':'); + match("based on"); + } @@ -327,11 +287,10 @@ public final void mT__38() throws RecognitionException { try { int _type = T__38; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:20:7: ( 'variantdef' ) - // InternalDSL.g:20:9: 'variantdef' + // InternalDSL.g:19:7: ( ':' ) + // InternalDSL.g:19:9: ':' { - match("variantdef"); - + match(':'); } @@ -348,10 +307,10 @@ public final void mT__39() throws RecognitionException { try { int _type = T__39; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:21:7: ( 'testdef' ) - // InternalDSL.g:21:9: 'testdef' + // InternalDSL.g:20:7: ( 'variantdef' ) + // InternalDSL.g:20:9: 'variantdef' { - match("testdef"); + match("variantdef"); } @@ -369,10 +328,10 @@ public final void mT__40() throws RecognitionException { try { int _type = T__40; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:22:7: ( 'calldef' ) - // InternalDSL.g:22:9: 'calldef' + // InternalDSL.g:21:7: ( 'testdef' ) + // InternalDSL.g:21:9: 'testdef' { - match("calldef"); + match("testdef"); } @@ -390,10 +349,10 @@ public final void mT__41() throws RecognitionException { try { int _type = T__41; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:23:7: ( 'single-run' ) - // InternalDSL.g:23:9: 'single-run' + // InternalDSL.g:22:7: ( 'calldef' ) + // InternalDSL.g:22:9: 'calldef' { - match("single-run"); + match("calldef"); } @@ -411,10 +370,10 @@ public final void mT__42() throws RecognitionException { try { int _type = T__42; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:24:7: ( 'inlined' ) - // InternalDSL.g:24:9: 'inlined' + // InternalDSL.g:23:7: ( 'single-run' ) + // InternalDSL.g:23:9: 'single-run' { - match("inlined"); + match("single-run"); } @@ -432,10 +391,10 @@ public final void mT__43() throws RecognitionException { try { int _type = T__43; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:25:7: ( 'suitedef' ) - // InternalDSL.g:25:9: 'suitedef' + // InternalDSL.g:24:7: ( 'inlined' ) + // InternalDSL.g:24:9: 'inlined' { - match("suitedef"); + match("inlined"); } @@ -453,10 +412,10 @@ public final void mT__44() throws RecognitionException { try { int _type = T__44; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:26:7: ( 'gets' ) - // InternalDSL.g:26:9: 'gets' + // InternalDSL.g:25:7: ( 'suitedef' ) + // InternalDSL.g:25:9: 'suitedef' { - match("gets"); + match("suitedef"); } @@ -474,10 +433,10 @@ public final void mT__45() throws RecognitionException { try { int _type = T__45; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:27:7: ( 'returns' ) - // InternalDSL.g:27:9: 'returns' + // InternalDSL.g:26:7: ( 'gets' ) + // InternalDSL.g:26:9: 'gets' { - match("returns"); + match("gets"); } @@ -495,10 +454,10 @@ public final void mT__46() throws RecognitionException { try { int _type = T__46; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:28:7: ( 'requires' ) - // InternalDSL.g:28:9: 'requires' + // InternalDSL.g:27:7: ( 'returns' ) + // InternalDSL.g:27:9: 'returns' { - match("requires"); + match("returns"); } @@ -516,10 +475,10 @@ public final void mT__47() throws RecognitionException { try { int _type = T__47; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:29:7: ( 'concludedby' ) - // InternalDSL.g:29:9: 'concludedby' + // InternalDSL.g:28:7: ( 'requires' ) + // InternalDSL.g:28:9: 'requires' { - match("concludedby"); + match("requires"); } @@ -537,10 +496,10 @@ public final void mT__48() throws RecognitionException { try { int _type = T__48; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:30:7: ( 'suiteend' ) - // InternalDSL.g:30:9: 'suiteend' + // InternalDSL.g:29:7: ( 'concludedby' ) + // InternalDSL.g:29:9: 'concludedby' { - match("suiteend"); + match("concludedby"); } @@ -558,10 +517,10 @@ public final void mT__49() throws RecognitionException { try { int _type = T__49; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:31:7: ( 'by default' ) - // InternalDSL.g:31:9: 'by default' + // InternalDSL.g:30:7: ( 'suiteend' ) + // InternalDSL.g:30:9: 'suiteend' { - match("by default"); + match("suiteend"); } @@ -579,10 +538,10 @@ public final void mT__50() throws RecognitionException { try { int _type = T__50; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:32:7: ( 'operationdef' ) - // InternalDSL.g:32:9: 'operationdef' + // InternalDSL.g:31:7: ( 'by default' ) + // InternalDSL.g:31:9: 'by default' { - match("operationdef"); + match("by default"); } @@ -600,10 +559,10 @@ public final void mT__51() throws RecognitionException { try { int _type = T__51; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:33:7: ( 'variable' ) - // InternalDSL.g:33:9: 'variable' + // InternalDSL.g:32:7: ( 'operationdef' ) + // InternalDSL.g:32:9: 'operationdef' { - match("variable"); + match("operationdef"); } @@ -621,10 +580,10 @@ public final void mT__52() throws RecognitionException { try { int _type = T__52; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:34:7: ( 'initially' ) - // InternalDSL.g:34:9: 'initially' + // InternalDSL.g:33:7: ( 'variable' ) + // InternalDSL.g:33:9: 'variable' { - match("initially"); + match("variable"); } @@ -642,10 +601,10 @@ public final void mT__53() throws RecognitionException { try { int _type = T__53; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:35:7: ( 'constant' ) - // InternalDSL.g:35:9: 'constant' + // InternalDSL.g:34:7: ( 'initially' ) + // InternalDSL.g:34:9: 'initially' { - match("constant"); + match("initially"); } @@ -663,10 +622,10 @@ public final void mT__54() throws RecognitionException { try { int _type = T__54; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:36:7: ( 'parameterized' ) - // InternalDSL.g:36:9: 'parameterized' + // InternalDSL.g:35:7: ( 'constant' ) + // InternalDSL.g:35:9: 'constant' { - match("parameterized"); + match("constant"); } @@ -684,10 +643,10 @@ public final void mT__55() throws RecognitionException { try { int _type = T__55; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:37:7: ( 'assign' ) - // InternalDSL.g:37:9: 'assign' + // InternalDSL.g:36:7: ( 'parameterized' ) + // InternalDSL.g:36:9: 'parameterized' { - match("assign"); + match("parameterized"); } @@ -705,10 +664,10 @@ public final void mT__56() throws RecognitionException { try { int _type = T__56; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:38:7: ( '->' ) - // InternalDSL.g:38:9: '->' + // InternalDSL.g:37:7: ( 'assign' ) + // InternalDSL.g:37:9: 'assign' { - match("->"); + match("assign"); } @@ -726,10 +685,10 @@ public final void mT__57() throws RecognitionException { try { int _type = T__57; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:39:7: ( 'in' ) - // InternalDSL.g:39:9: 'in' + // InternalDSL.g:38:7: ( '->' ) + // InternalDSL.g:38:9: '->' { - match("in"); + match("->"); } @@ -747,10 +706,10 @@ public final void mT__58() throws RecognitionException { try { int _type = T__58; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:40:7: ( 'checkpoint' ) - // InternalDSL.g:40:9: 'checkpoint' + // InternalDSL.g:39:7: ( 'in' ) + // InternalDSL.g:39:9: 'in' { - match("checkpoint"); + match("in"); } @@ -768,10 +727,10 @@ public final void mT__59() throws RecognitionException { try { int _type = T__59; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:41:7: ( 'test' ) - // InternalDSL.g:41:9: 'test' + // InternalDSL.g:40:7: ( 'checkpoint' ) + // InternalDSL.g:40:9: 'checkpoint' { - match("test"); + match("checkpoint"); } @@ -789,10 +748,11 @@ public final void mT__60() throws RecognitionException { try { int _type = T__60; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:42:7: ( '=' ) - // InternalDSL.g:42:9: '=' + // InternalDSL.g:41:7: ( 'test' ) + // InternalDSL.g:41:9: 'test' { - match('='); + match("test"); + } @@ -809,11 +769,10 @@ public final void mT__61() throws RecognitionException { try { int _type = T__61; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:43:7: ( 'tabletest' ) - // InternalDSL.g:43:9: 'tabletest' + // InternalDSL.g:42:7: ( '=' ) + // InternalDSL.g:42:9: '=' { - match("tabletest"); - + match('='); } @@ -830,10 +789,11 @@ public final void mT__62() throws RecognitionException { try { int _type = T__62; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:44:7: ( '|' ) - // InternalDSL.g:44:9: '|' + // InternalDSL.g:43:7: ( 'tabletest' ) + // InternalDSL.g:43:9: 'tabletest' { - match('|'); + match("tabletest"); + } @@ -850,11 +810,10 @@ public final void mT__63() throws RecognitionException { try { int _type = T__63; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:45:7: ( 'call' ) - // InternalDSL.g:45:9: 'call' + // InternalDSL.g:44:7: ( '|' ) + // InternalDSL.g:44:9: '|' { - match("call"); - + match('|'); } @@ -871,10 +830,10 @@ public final void mT__64() throws RecognitionException { try { int _type = T__64; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:46:7: ( 'timeset' ) - // InternalDSL.g:46:9: 'timeset' + // InternalDSL.g:45:7: ( 'call' ) + // InternalDSL.g:45:9: 'call' { - match("timeset"); + match("call"); } @@ -892,10 +851,10 @@ public final void mT__65() throws RecognitionException { try { int _type = T__65; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:47:7: ( 'live' ) - // InternalDSL.g:47:9: 'live' + // InternalDSL.g:46:7: ( 'timeset' ) + // InternalDSL.g:46:9: 'timeset' { - match("live"); + match("timeset"); } @@ -913,10 +872,10 @@ public final void mT__66() throws RecognitionException { try { int _type = T__66; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:48:7: ( 'progressing' ) - // InternalDSL.g:48:9: 'progressing' + // InternalDSL.g:47:7: ( 'live' ) + // InternalDSL.g:47:9: 'live' { - match("progressing"); + match("live"); } @@ -934,10 +893,11 @@ public final void mT__67() throws RecognitionException { try { int _type = T__67; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:49:7: ( 'x' ) - // InternalDSL.g:49:9: 'x' + // InternalDSL.g:48:7: ( 'progressing' ) + // InternalDSL.g:48:9: 'progressing' { - match('x'); + match("progressing"); + } @@ -954,11 +914,10 @@ public final void mT__68() throws RecognitionException { try { int _type = T__68; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:50:7: ( 'on' ) - // InternalDSL.g:50:9: 'on' + // InternalDSL.g:49:7: ( 'x' ) + // InternalDSL.g:49:9: 'x' { - match("on"); - + match('x'); } @@ -975,10 +934,10 @@ public final void mT__69() throws RecognitionException { try { int _type = T__69; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:51:7: ( 'master' ) - // InternalDSL.g:51:9: 'master' + // InternalDSL.g:50:7: ( 'on' ) + // InternalDSL.g:50:9: 'on' { - match("master"); + match("on"); } @@ -996,10 +955,11 @@ public final void mT__70() throws RecognitionException { try { int _type = T__70; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:52:7: ( ',' ) - // InternalDSL.g:52:9: ',' + // InternalDSL.g:51:7: ( 'master' ) + // InternalDSL.g:51:9: 'master' { - match(','); + match("master"); + } @@ -1016,10 +976,10 @@ public final void mT__71() throws RecognitionException { try { int _type = T__71; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:53:7: ( '+' ) - // InternalDSL.g:53:9: '+' + // InternalDSL.g:52:7: ( ',' ) + // InternalDSL.g:52:9: ',' { - match('+'); + match(','); } @@ -1036,10 +996,10 @@ public final void mT__72() throws RecognitionException { try { int _type = T__72; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:54:7: ( '-' ) - // InternalDSL.g:54:9: '-' + // InternalDSL.g:53:7: ( '+' ) + // InternalDSL.g:53:9: '+' { - match('-'); + match('+'); } @@ -1056,10 +1016,10 @@ public final void mT__73() throws RecognitionException { try { int _type = T__73; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:55:7: ( 'y' ) - // InternalDSL.g:55:9: 'y' + // InternalDSL.g:54:7: ( '-' ) + // InternalDSL.g:54:9: '-' { - match('y'); + match('-'); } @@ -1076,10 +1036,10 @@ public final void mT__74() throws RecognitionException { try { int _type = T__74; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:56:7: ( 'year' ) - // InternalDSL.g:56:9: 'year' + // InternalDSL.g:55:7: ( 'suite' ) + // InternalDSL.g:55:9: 'suite' { - match("year"); + match("suite"); } @@ -1097,11 +1057,10 @@ public final void mT__75() throws RecognitionException { try { int _type = T__75; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:57:7: ( 'years' ) - // InternalDSL.g:57:9: 'years' + // InternalDSL.g:56:7: ( '(' ) + // InternalDSL.g:56:9: '(' { - match("years"); - + match('('); } @@ -1118,11 +1077,10 @@ public final void mT__76() throws RecognitionException { try { int _type = T__76; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:58:7: ( 'mon' ) - // InternalDSL.g:58:9: 'mon' + // InternalDSL.g:57:7: ( '*' ) + // InternalDSL.g:57:9: '*' { - match("mon"); - + match('*'); } @@ -1139,11 +1097,10 @@ public final void mT__77() throws RecognitionException { try { int _type = T__77; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:59:7: ( 'month' ) - // InternalDSL.g:59:9: 'month' + // InternalDSL.g:58:7: ( '/' ) + // InternalDSL.g:58:9: '/' { - match("month"); - + match('/'); } @@ -1160,11 +1117,10 @@ public final void mT__78() throws RecognitionException { try { int _type = T__78; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:60:7: ( 'months' ) - // InternalDSL.g:60:9: 'months' + // InternalDSL.g:59:7: ( '%' ) + // InternalDSL.g:59:9: '%' { - match("months"); - + match('%'); } @@ -1181,10 +1137,11 @@ public final void mT__79() throws RecognitionException { try { int _type = T__79; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:61:7: ( 'd' ) - // InternalDSL.g:61:9: 'd' + // InternalDSL.g:60:7: ( '..' ) + // InternalDSL.g:60:9: '..' { - match('d'); + match(".."); + } @@ -1201,11 +1158,10 @@ public final void mT__80() throws RecognitionException { try { int _type = T__80; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:62:7: ( 'day' ) - // InternalDSL.g:62:9: 'day' + // InternalDSL.g:61:7: ( ')' ) + // InternalDSL.g:61:9: ')' { - match("day"); - + match(')'); } @@ -1222,11 +1178,10 @@ public final void mT__81() throws RecognitionException { try { int _type = T__81; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:63:7: ( 'days' ) - // InternalDSL.g:63:9: 'days' + // InternalDSL.g:62:7: ( '[' ) + // InternalDSL.g:62:9: '[' { - match("days"); - + match('['); } @@ -1243,10 +1198,10 @@ public final void mT__82() throws RecognitionException { try { int _type = T__82; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:64:7: ( 'h' ) - // InternalDSL.g:64:9: 'h' + // InternalDSL.g:63:7: ( ']' ) + // InternalDSL.g:63:9: ']' { - match('h'); + match(']'); } @@ -1263,11 +1218,10 @@ public final void mT__83() throws RecognitionException { try { int _type = T__83; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:65:7: ( 'hour' ) - // InternalDSL.g:65:9: 'hour' + // InternalDSL.g:64:7: ( '<' ) + // InternalDSL.g:64:9: '<' { - match("hour"); - + match('<'); } @@ -1284,11 +1238,10 @@ public final void mT__84() throws RecognitionException { try { int _type = T__84; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:66:7: ( 'hours' ) - // InternalDSL.g:66:9: 'hours' + // InternalDSL.g:65:7: ( '>' ) + // InternalDSL.g:65:9: '>' { - match("hours"); - + match('>'); } @@ -1305,10 +1258,10 @@ public final void mT__85() throws RecognitionException { try { int _type = T__85; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:67:7: ( 'm' ) - // InternalDSL.g:67:9: 'm' + // InternalDSL.g:66:7: ( '#' ) + // InternalDSL.g:66:9: '#' { - match('m'); + match('#'); } @@ -1325,10 +1278,10 @@ public final void mT__86() throws RecognitionException { try { int _type = T__86; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:68:7: ( 'minute' ) - // InternalDSL.g:68:9: 'minute' + // InternalDSL.g:67:7: ( 'null' ) + // InternalDSL.g:67:9: 'null' { - match("minute"); + match("null"); } @@ -1346,11 +1299,10 @@ public final void mT__87() throws RecognitionException { try { int _type = T__87; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:69:7: ( 'minutes' ) - // InternalDSL.g:69:9: 'minutes' + // InternalDSL.g:68:7: ( '{' ) + // InternalDSL.g:68:9: '{' { - match("minutes"); - + match('{'); } @@ -1367,10 +1319,10 @@ public final void mT__88() throws RecognitionException { try { int _type = T__88; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:70:7: ( 's' ) - // InternalDSL.g:70:9: 's' + // InternalDSL.g:69:7: ( '}' ) + // InternalDSL.g:69:9: '}' { - match('s'); + match('}'); } @@ -1387,11 +1339,10 @@ public final void mT__89() throws RecognitionException { try { int _type = T__89; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:71:7: ( 'second' ) - // InternalDSL.g:71:9: 'second' + // InternalDSL.g:70:7: ( '.' ) + // InternalDSL.g:70:9: '.' { - match("second"); - + match('.'); } @@ -1408,10 +1359,10 @@ public final void mT__90() throws RecognitionException { try { int _type = T__90; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:72:7: ( 'seconds' ) - // InternalDSL.g:72:9: 'seconds' + // InternalDSL.g:71:7: ( '.*' ) + // InternalDSL.g:71:9: '.*' { - match("seconds"); + match(".*"); } @@ -1424,15 +1375,15 @@ public final void mT__90() throws RecognitionException { } // $ANTLR end "T__90" - // $ANTLR start "T__91" - public final void mT__91() throws RecognitionException { + // $ANTLR start "RULE_BOOLEAN_TRUE" + public final void mRULE_BOOLEAN_TRUE() throws RecognitionException { try { - int _type = T__91; + int _type = RULE_BOOLEAN_TRUE; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:73:7: ( 'ms' ) - // InternalDSL.g:73:9: 'ms' + // InternalDSL.g:6819:19: ( 'true' ) + // InternalDSL.g:6819:21: 'true' { - match("ms"); + match("true"); } @@ -1443,17 +1394,17 @@ public final void mT__91() throws RecognitionException { finally { } } - // $ANTLR end "T__91" + // $ANTLR end "RULE_BOOLEAN_TRUE" - // $ANTLR start "T__92" - public final void mT__92() throws RecognitionException { + // $ANTLR start "RULE_BOOLEAN_FALSE" + public final void mRULE_BOOLEAN_FALSE() throws RecognitionException { try { - int _type = T__92; + int _type = RULE_BOOLEAN_FALSE; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:74:7: ( 'millisecond' ) - // InternalDSL.g:74:9: 'millisecond' + // InternalDSL.g:6821:20: ( 'false' ) + // InternalDSL.g:6821:22: 'false' { - match("millisecond"); + match("false"); } @@ -1464,38 +1415,49 @@ public final void mT__92() throws RecognitionException { finally { } } - // $ANTLR end "T__92" + // $ANTLR end "RULE_BOOLEAN_FALSE" - // $ANTLR start "T__93" - public final void mT__93() throws RecognitionException { + // $ANTLR start "RULE_UPPERCASE_ID" + public final void mRULE_UPPERCASE_ID() throws RecognitionException { try { - int _type = T__93; + int _type = RULE_UPPERCASE_ID; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:75:7: ( 'milliseconds' ) - // InternalDSL.g:75:9: 'milliseconds' + // InternalDSL.g:6823:19: ( 'A' .. 'Z' ( 'A' .. 'Z' | 'a' .. 'z' | '_' | '0' .. '9' )* ) + // InternalDSL.g:6823:21: 'A' .. 'Z' ( 'A' .. 'Z' | 'a' .. 'z' | '_' | '0' .. '9' )* { - match("milliseconds"); + matchRange('A','Z'); + // InternalDSL.g:6823:30: ( 'A' .. 'Z' | 'a' .. 'z' | '_' | '0' .. '9' )* + loop1: + do { + int alt1=2; + int LA1_0 = input.LA(1); + + if ( ((LA1_0>='0' && LA1_0<='9')||(LA1_0>='A' && LA1_0<='Z')||LA1_0=='_'||(LA1_0>='a' && LA1_0<='z')) ) { + alt1=1; + } - } + switch (alt1) { + case 1 : + // InternalDSL.g: + { + if ( (input.LA(1)>='0' && input.LA(1)<='9')||(input.LA(1)>='A' && input.LA(1)<='Z')||input.LA(1)=='_'||(input.LA(1)>='a' && input.LA(1)<='z') ) { + input.consume(); - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__93" + } + else { + MismatchedSetException mse = new MismatchedSetException(null,input); + recover(mse); + throw mse;} - // $ANTLR start "T__94" - public final void mT__94() throws RecognitionException { - try { - int _type = T__94; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:76:7: ( 'suite' ) - // InternalDSL.g:76:9: 'suite' - { - match("suite"); + + } + break; + + default : + break loop1; + } + } while (true); } @@ -1506,97 +1468,75 @@ public final void mT__94() throws RecognitionException { finally { } } - // $ANTLR end "T__94" + // $ANTLR end "RULE_UPPERCASE_ID" - // $ANTLR start "T__95" - public final void mT__95() throws RecognitionException { + // $ANTLR start "RULE_ID" + public final void mRULE_ID() throws RecognitionException { try { - int _type = T__95; + int _type = RULE_ID; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:77:7: ( '(' ) - // InternalDSL.g:77:9: '(' + // InternalDSL.g:6825:9: ( ( '^' )? ( 'a' .. 'z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* ) + // InternalDSL.g:6825:11: ( '^' )? ( 'a' .. 'z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* { - match('('); + // InternalDSL.g:6825:11: ( '^' )? + int alt2=2; + int LA2_0 = input.LA(1); + if ( (LA2_0=='^') ) { + alt2=1; } + switch (alt2) { + case 1 : + // InternalDSL.g:6825:11: '^' + { + match('^'); - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__95" + } + break; - // $ANTLR start "T__96" - public final void mT__96() throws RecognitionException { - try { - int _type = T__96; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:78:7: ( '*' ) - // InternalDSL.g:78:9: '*' - { - match('*'); + } + + if ( input.LA(1)=='_'||(input.LA(1)>='a' && input.LA(1)<='z') ) { + input.consume(); } + else { + MismatchedSetException mse = new MismatchedSetException(null,input); + recover(mse); + throw mse;} - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__96" + // InternalDSL.g:6825:31: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* + loop3: + do { + int alt3=2; + int LA3_0 = input.LA(1); - // $ANTLR start "T__97" - public final void mT__97() throws RecognitionException { - try { - int _type = T__97; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:79:7: ( '/' ) - // InternalDSL.g:79:9: '/' - { - match('/'); + if ( ((LA3_0>='0' && LA3_0<='9')||(LA3_0>='A' && LA3_0<='Z')||LA3_0=='_'||(LA3_0>='a' && LA3_0<='z')) ) { + alt3=1; + } - } - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__97" + switch (alt3) { + case 1 : + // InternalDSL.g: + { + if ( (input.LA(1)>='0' && input.LA(1)<='9')||(input.LA(1)>='A' && input.LA(1)<='Z')||input.LA(1)=='_'||(input.LA(1)>='a' && input.LA(1)<='z') ) { + input.consume(); - // $ANTLR start "T__98" - public final void mT__98() throws RecognitionException { - try { - int _type = T__98; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:80:7: ( '%' ) - // InternalDSL.g:80:9: '%' - { - match('%'); + } + else { + MismatchedSetException mse = new MismatchedSetException(null,input); + recover(mse); + throw mse;} - } - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__98" + } + break; - // $ANTLR start "T__99" - public final void mT__99() throws RecognitionException { - try { - int _type = T__99; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:81:7: ( '..' ) - // InternalDSL.g:81:9: '..' - { - match(".."); + default : + break loop3; + } + } while (true); } @@ -1607,422 +1547,26 @@ public final void mT__99() throws RecognitionException { finally { } } - // $ANTLR end "T__99" + // $ANTLR end "RULE_ID" - // $ANTLR start "T__100" - public final void mT__100() throws RecognitionException { + // $ANTLR start "RULE_INTEGER" + public final void mRULE_INTEGER() throws RecognitionException { try { - int _type = T__100; + int _type = RULE_INTEGER; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:82:8: ( ')' ) - // InternalDSL.g:82:10: ')' + // InternalDSL.g:6827:14: ( ( '-' )? ( '0' .. '9' )+ ) + // InternalDSL.g:6827:16: ( '-' )? ( '0' .. '9' )+ { - match(')'); - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__100" - - // $ANTLR start "T__101" - public final void mT__101() throws RecognitionException { - try { - int _type = T__101; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:83:8: ( '[' ) - // InternalDSL.g:83:10: '[' - { - match('['); - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__101" - - // $ANTLR start "T__102" - public final void mT__102() throws RecognitionException { - try { - int _type = T__102; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:84:8: ( ']' ) - // InternalDSL.g:84:10: ']' - { - match(']'); - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__102" - - // $ANTLR start "T__103" - public final void mT__103() throws RecognitionException { - try { - int _type = T__103; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:85:8: ( '<' ) - // InternalDSL.g:85:10: '<' - { - match('<'); - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__103" - - // $ANTLR start "T__104" - public final void mT__104() throws RecognitionException { - try { - int _type = T__104; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:86:8: ( '>' ) - // InternalDSL.g:86:10: '>' - { - match('>'); - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__104" - - // $ANTLR start "T__105" - public final void mT__105() throws RecognitionException { - try { - int _type = T__105; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:87:8: ( '#' ) - // InternalDSL.g:87:10: '#' - { - match('#'); - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__105" - - // $ANTLR start "T__106" - public final void mT__106() throws RecognitionException { - try { - int _type = T__106; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:88:8: ( 'null' ) - // InternalDSL.g:88:10: 'null' - { - match("null"); - - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__106" - - // $ANTLR start "T__107" - public final void mT__107() throws RecognitionException { - try { - int _type = T__107; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:89:8: ( '{' ) - // InternalDSL.g:89:10: '{' - { - match('{'); - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__107" - - // $ANTLR start "T__108" - public final void mT__108() throws RecognitionException { - try { - int _type = T__108; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:90:8: ( '}' ) - // InternalDSL.g:90:10: '}' - { - match('}'); - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__108" - - // $ANTLR start "T__109" - public final void mT__109() throws RecognitionException { - try { - int _type = T__109; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:91:8: ( '.' ) - // InternalDSL.g:91:10: '.' - { - match('.'); - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__109" - - // $ANTLR start "T__110" - public final void mT__110() throws RecognitionException { - try { - int _type = T__110; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:92:8: ( '.*' ) - // InternalDSL.g:92:10: '.*' - { - match(".*"); - - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "T__110" - - // $ANTLR start "RULE_BOOLEAN_TRUE" - public final void mRULE_BOOLEAN_TRUE() throws RecognitionException { - try { - int _type = RULE_BOOLEAN_TRUE; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:7124:19: ( 'true' ) - // InternalDSL.g:7124:21: 'true' - { - match("true"); - - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "RULE_BOOLEAN_TRUE" - - // $ANTLR start "RULE_BOOLEAN_FALSE" - public final void mRULE_BOOLEAN_FALSE() throws RecognitionException { - try { - int _type = RULE_BOOLEAN_FALSE; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:7126:20: ( 'false' ) - // InternalDSL.g:7126:22: 'false' - { - match("false"); - - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "RULE_BOOLEAN_FALSE" - - // $ANTLR start "RULE_UPPERCASE_ID" - public final void mRULE_UPPERCASE_ID() throws RecognitionException { - try { - int _type = RULE_UPPERCASE_ID; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:7128:19: ( 'A' .. 'Z' ( 'A' .. 'Z' | 'a' .. 'z' | '_' | '0' .. '9' )* ) - // InternalDSL.g:7128:21: 'A' .. 'Z' ( 'A' .. 'Z' | 'a' .. 'z' | '_' | '0' .. '9' )* - { - matchRange('A','Z'); - // InternalDSL.g:7128:30: ( 'A' .. 'Z' | 'a' .. 'z' | '_' | '0' .. '9' )* - loop1: - do { - int alt1=2; - int LA1_0 = input.LA(1); - - if ( ((LA1_0>='0' && LA1_0<='9')||(LA1_0>='A' && LA1_0<='Z')||LA1_0=='_'||(LA1_0>='a' && LA1_0<='z')) ) { - alt1=1; - } - - - switch (alt1) { - case 1 : - // InternalDSL.g: - { - if ( (input.LA(1)>='0' && input.LA(1)<='9')||(input.LA(1)>='A' && input.LA(1)<='Z')||input.LA(1)=='_'||(input.LA(1)>='a' && input.LA(1)<='z') ) { - input.consume(); - - } - else { - MismatchedSetException mse = new MismatchedSetException(null,input); - recover(mse); - throw mse;} - - - } - break; - - default : - break loop1; - } - } while (true); - - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "RULE_UPPERCASE_ID" - - // $ANTLR start "RULE_ID" - public final void mRULE_ID() throws RecognitionException { - try { - int _type = RULE_ID; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:7130:9: ( ( '^' )? ( 'a' .. 'z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* ) - // InternalDSL.g:7130:11: ( '^' )? ( 'a' .. 'z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* - { - // InternalDSL.g:7130:11: ( '^' )? - int alt2=2; - int LA2_0 = input.LA(1); - - if ( (LA2_0=='^') ) { - alt2=1; - } - switch (alt2) { - case 1 : - // InternalDSL.g:7130:11: '^' - { - match('^'); - - } - break; - - } - - if ( input.LA(1)=='_'||(input.LA(1)>='a' && input.LA(1)<='z') ) { - input.consume(); - - } - else { - MismatchedSetException mse = new MismatchedSetException(null,input); - recover(mse); - throw mse;} - - // InternalDSL.g:7130:31: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* - loop3: - do { - int alt3=2; - int LA3_0 = input.LA(1); - - if ( ((LA3_0>='0' && LA3_0<='9')||(LA3_0>='A' && LA3_0<='Z')||LA3_0=='_'||(LA3_0>='a' && LA3_0<='z')) ) { - alt3=1; - } - - - switch (alt3) { - case 1 : - // InternalDSL.g: - { - if ( (input.LA(1)>='0' && input.LA(1)<='9')||(input.LA(1)>='A' && input.LA(1)<='Z')||input.LA(1)=='_'||(input.LA(1)>='a' && input.LA(1)<='z') ) { - input.consume(); - - } - else { - MismatchedSetException mse = new MismatchedSetException(null,input); - recover(mse); - throw mse;} - - - } - break; - - default : - break loop3; - } - } while (true); - - - } - - state.type = _type; - state.channel = _channel; - } - finally { - } - } - // $ANTLR end "RULE_ID" - - // $ANTLR start "RULE_INTEGER" - public final void mRULE_INTEGER() throws RecognitionException { - try { - int _type = RULE_INTEGER; - int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:7132:14: ( ( '-' )? ( '0' .. '9' )+ ) - // InternalDSL.g:7132:16: ( '-' )? ( '0' .. '9' )+ - { - // InternalDSL.g:7132:16: ( '-' )? - int alt4=2; - int LA4_0 = input.LA(1); + // InternalDSL.g:6827:16: ( '-' )? + int alt4=2; + int LA4_0 = input.LA(1); if ( (LA4_0=='-') ) { alt4=1; } switch (alt4) { case 1 : - // InternalDSL.g:7132:16: '-' + // InternalDSL.g:6827:16: '-' { match('-'); @@ -2031,7 +1575,7 @@ public final void mRULE_INTEGER() throws RecognitionException { } - // InternalDSL.g:7132:21: ( '0' .. '9' )+ + // InternalDSL.g:6827:21: ( '0' .. '9' )+ int cnt5=0; loop5: do { @@ -2045,7 +1589,7 @@ public final void mRULE_INTEGER() throws RecognitionException { switch (alt5) { case 1 : - // InternalDSL.g:7132:22: '0' .. '9' + // InternalDSL.g:6827:22: '0' .. '9' { matchRange('0','9'); @@ -2077,10 +1621,10 @@ public final void mRULE_DECIMAL() throws RecognitionException { try { int _type = RULE_DECIMAL; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:7134:14: ( ( '-' )? ( '0' .. '9' )+ '.' ( '0' .. '9' )+ ) - // InternalDSL.g:7134:16: ( '-' )? ( '0' .. '9' )+ '.' ( '0' .. '9' )+ + // InternalDSL.g:6829:14: ( ( '-' )? ( '0' .. '9' )+ '.' ( '0' .. '9' )+ ) + // InternalDSL.g:6829:16: ( '-' )? ( '0' .. '9' )+ '.' ( '0' .. '9' )+ { - // InternalDSL.g:7134:16: ( '-' )? + // InternalDSL.g:6829:16: ( '-' )? int alt6=2; int LA6_0 = input.LA(1); @@ -2089,7 +1633,7 @@ public final void mRULE_DECIMAL() throws RecognitionException { } switch (alt6) { case 1 : - // InternalDSL.g:7134:16: '-' + // InternalDSL.g:6829:16: '-' { match('-'); @@ -2098,7 +1642,7 @@ public final void mRULE_DECIMAL() throws RecognitionException { } - // InternalDSL.g:7134:21: ( '0' .. '9' )+ + // InternalDSL.g:6829:21: ( '0' .. '9' )+ int cnt7=0; loop7: do { @@ -2112,7 +1656,7 @@ public final void mRULE_DECIMAL() throws RecognitionException { switch (alt7) { case 1 : - // InternalDSL.g:7134:22: '0' .. '9' + // InternalDSL.g:6829:22: '0' .. '9' { matchRange('0','9'); @@ -2129,7 +1673,7 @@ public final void mRULE_DECIMAL() throws RecognitionException { } while (true); match('.'); - // InternalDSL.g:7134:37: ( '0' .. '9' )+ + // InternalDSL.g:6829:37: ( '0' .. '9' )+ int cnt8=0; loop8: do { @@ -2143,7 +1687,7 @@ public final void mRULE_DECIMAL() throws RecognitionException { switch (alt8) { case 1 : - // InternalDSL.g:7134:38: '0' .. '9' + // InternalDSL.g:6829:38: '0' .. '9' { matchRange('0','9'); @@ -2175,10 +1719,10 @@ public final void mRULE_STRING() throws RecognitionException { try { int _type = RULE_STRING; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:7136:13: ( ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) ) - // InternalDSL.g:7136:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) + // InternalDSL.g:6831:13: ( ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) ) + // InternalDSL.g:6831:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) { - // InternalDSL.g:7136:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) + // InternalDSL.g:6831:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) int alt11=2; int LA11_0 = input.LA(1); @@ -2196,10 +1740,10 @@ else if ( (LA11_0=='\'') ) { } switch (alt11) { case 1 : - // InternalDSL.g:7136:16: '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' + // InternalDSL.g:6831:16: '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' { match('\"'); - // InternalDSL.g:7136:20: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* + // InternalDSL.g:6831:20: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* loop9: do { int alt9=3; @@ -2215,7 +1759,7 @@ else if ( ((LA9_0>='\u0000' && LA9_0<='!')||(LA9_0>='#' && LA9_0<='[')||(LA9_0>= switch (alt9) { case 1 : - // InternalDSL.g:7136:21: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) + // InternalDSL.g:6831:21: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) { match('\\'); if ( input.LA(1)=='\"'||input.LA(1)=='\''||input.LA(1)=='\\'||input.LA(1)=='b'||input.LA(1)=='f'||input.LA(1)=='n'||input.LA(1)=='r'||(input.LA(1)>='t' && input.LA(1)<='u') ) { @@ -2231,7 +1775,7 @@ else if ( ((LA9_0>='\u0000' && LA9_0<='!')||(LA9_0>='#' && LA9_0<='[')||(LA9_0>= } break; case 2 : - // InternalDSL.g:7136:66: ~ ( ( '\\\\' | '\"' ) ) + // InternalDSL.g:6831:66: ~ ( ( '\\\\' | '\"' ) ) { if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) { input.consume(); @@ -2256,10 +1800,10 @@ else if ( ((LA9_0>='\u0000' && LA9_0<='!')||(LA9_0>='#' && LA9_0<='[')||(LA9_0>= } break; case 2 : - // InternalDSL.g:7136:86: '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' + // InternalDSL.g:6831:86: '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' { match('\''); - // InternalDSL.g:7136:91: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* + // InternalDSL.g:6831:91: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* loop10: do { int alt10=3; @@ -2275,7 +1819,7 @@ else if ( ((LA10_0>='\u0000' && LA10_0<='&')||(LA10_0>='(' && LA10_0<='[')||(LA1 switch (alt10) { case 1 : - // InternalDSL.g:7136:92: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) + // InternalDSL.g:6831:92: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) { match('\\'); if ( input.LA(1)=='\"'||input.LA(1)=='\''||input.LA(1)=='\\'||input.LA(1)=='b'||input.LA(1)=='f'||input.LA(1)=='n'||input.LA(1)=='r'||(input.LA(1)>='t' && input.LA(1)<='u') ) { @@ -2291,7 +1835,7 @@ else if ( ((LA10_0>='\u0000' && LA10_0<='&')||(LA10_0>='(' && LA10_0<='[')||(LA1 } break; case 2 : - // InternalDSL.g:7136:137: ~ ( ( '\\\\' | '\\'' ) ) + // InternalDSL.g:6831:137: ~ ( ( '\\\\' | '\\'' ) ) { if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) { input.consume(); @@ -2334,8 +1878,8 @@ public final void mRULE_ML_COMMENT() throws RecognitionException { try { int _type = RULE_ML_COMMENT; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:7138:17: ( '/*' ~ ( '*' ) ( options {greedy=false; } : . )* '*/' ) - // InternalDSL.g:7138:19: '/*' ~ ( '*' ) ( options {greedy=false; } : . )* '*/' + // InternalDSL.g:6833:17: ( '/*' ~ ( '*' ) ( options {greedy=false; } : . )* '*/' ) + // InternalDSL.g:6833:19: '/*' ~ ( '*' ) ( options {greedy=false; } : . )* '*/' { match("/*"); @@ -2348,7 +1892,7 @@ public final void mRULE_ML_COMMENT() throws RecognitionException { recover(mse); throw mse;} - // InternalDSL.g:7138:31: ( options {greedy=false; } : . )* + // InternalDSL.g:6833:31: ( options {greedy=false; } : . )* loop12: do { int alt12=2; @@ -2373,7 +1917,7 @@ else if ( ((LA12_0>='\u0000' && LA12_0<=')')||(LA12_0>='+' && LA12_0<='\uFFFF')) switch (alt12) { case 1 : - // InternalDSL.g:7138:59: . + // InternalDSL.g:6833:59: . { matchAny(); @@ -2403,12 +1947,12 @@ public final void mRULE_SL_COMMENT() throws RecognitionException { try { int _type = RULE_SL_COMMENT; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:7140:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ) - // InternalDSL.g:7140:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* + // InternalDSL.g:6835:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ) + // InternalDSL.g:6835:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* { match("//"); - // InternalDSL.g:7140:24: (~ ( ( '\\n' | '\\r' ) ) )* + // InternalDSL.g:6835:24: (~ ( ( '\\n' | '\\r' ) ) )* loop13: do { int alt13=2; @@ -2421,7 +1965,7 @@ public final void mRULE_SL_COMMENT() throws RecognitionException { switch (alt13) { case 1 : - // InternalDSL.g:7140:24: ~ ( ( '\\n' | '\\r' ) ) + // InternalDSL.g:6835:24: ~ ( ( '\\n' | '\\r' ) ) { if ( (input.LA(1)>='\u0000' && input.LA(1)<='\t')||(input.LA(1)>='\u000B' && input.LA(1)<='\f')||(input.LA(1)>='\u000E' && input.LA(1)<='\uFFFF') ) { input.consume(); @@ -2457,12 +2001,12 @@ public final void mRULE_SL_VISIBLE_COMMENT() throws RecognitionException { try { int _type = RULE_SL_VISIBLE_COMMENT; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:7142:25: ( '-- ' (~ ( ( '\\n' | '\\r' ) ) )* ) - // InternalDSL.g:7142:27: '-- ' (~ ( ( '\\n' | '\\r' ) ) )* + // InternalDSL.g:6837:25: ( '-- ' (~ ( ( '\\n' | '\\r' ) ) )* ) + // InternalDSL.g:6837:27: '-- ' (~ ( ( '\\n' | '\\r' ) ) )* { match("-- "); - // InternalDSL.g:7142:33: (~ ( ( '\\n' | '\\r' ) ) )* + // InternalDSL.g:6837:33: (~ ( ( '\\n' | '\\r' ) ) )* loop14: do { int alt14=2; @@ -2475,7 +2019,7 @@ public final void mRULE_SL_VISIBLE_COMMENT() throws RecognitionException { switch (alt14) { case 1 : - // InternalDSL.g:7142:33: ~ ( ( '\\n' | '\\r' ) ) + // InternalDSL.g:6837:33: ~ ( ( '\\n' | '\\r' ) ) { if ( (input.LA(1)>='\u0000' && input.LA(1)<='\t')||(input.LA(1)>='\u000B' && input.LA(1)<='\f')||(input.LA(1)>='\u000E' && input.LA(1)<='\uFFFF') ) { input.consume(); @@ -2511,12 +2055,12 @@ public final void mRULE_SL_VISIBLE_TITLE_COMMENT() throws RecognitionException { try { int _type = RULE_SL_VISIBLE_TITLE_COMMENT; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:7144:31: ( '--- ' (~ ( ( '\\n' | '\\r' ) ) )* ) - // InternalDSL.g:7144:33: '--- ' (~ ( ( '\\n' | '\\r' ) ) )* + // InternalDSL.g:6839:31: ( '--- ' (~ ( ( '\\n' | '\\r' ) ) )* ) + // InternalDSL.g:6839:33: '--- ' (~ ( ( '\\n' | '\\r' ) ) )* { match("--- "); - // InternalDSL.g:7144:40: (~ ( ( '\\n' | '\\r' ) ) )* + // InternalDSL.g:6839:40: (~ ( ( '\\n' | '\\r' ) ) )* loop15: do { int alt15=2; @@ -2529,7 +2073,7 @@ public final void mRULE_SL_VISIBLE_TITLE_COMMENT() throws RecognitionException { switch (alt15) { case 1 : - // InternalDSL.g:7144:40: ~ ( ( '\\n' | '\\r' ) ) + // InternalDSL.g:6839:40: ~ ( ( '\\n' | '\\r' ) ) { if ( (input.LA(1)>='\u0000' && input.LA(1)<='\t')||(input.LA(1)>='\u000B' && input.LA(1)<='\f')||(input.LA(1)>='\u000E' && input.LA(1)<='\uFFFF') ) { input.consume(); @@ -2565,12 +2109,12 @@ public final void mRULE_ML_VISIBLE_COMMENT() throws RecognitionException { try { int _type = RULE_ML_VISIBLE_COMMENT; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:7146:25: ( '/- ' ( options {greedy=false; } : . )* '-/' ) - // InternalDSL.g:7146:27: '/- ' ( options {greedy=false; } : . )* '-/' + // InternalDSL.g:6841:25: ( '/- ' ( options {greedy=false; } : . )* '-/' ) + // InternalDSL.g:6841:27: '/- ' ( options {greedy=false; } : . )* '-/' { match("/- "); - // InternalDSL.g:7146:33: ( options {greedy=false; } : . )* + // InternalDSL.g:6841:33: ( options {greedy=false; } : . )* loop16: do { int alt16=2; @@ -2595,7 +2139,7 @@ else if ( ((LA16_0>='\u0000' && LA16_0<=',')||(LA16_0>='.' && LA16_0<='\uFFFF')) switch (alt16) { case 1 : - // InternalDSL.g:7146:61: . + // InternalDSL.g:6841:61: . { matchAny(); @@ -2625,12 +2169,12 @@ public final void mRULE_ML_VISIBLE_TITLE_COMMENT() throws RecognitionException { try { int _type = RULE_ML_VISIBLE_TITLE_COMMENT; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:7148:31: ( '/-- ' ( options {greedy=false; } : . )* '--/' ) - // InternalDSL.g:7148:33: '/-- ' ( options {greedy=false; } : . )* '--/' + // InternalDSL.g:6843:31: ( '/-- ' ( options {greedy=false; } : . )* '--/' ) + // InternalDSL.g:6843:33: '/-- ' ( options {greedy=false; } : . )* '--/' { match("/-- "); - // InternalDSL.g:7148:40: ( options {greedy=false; } : . )* + // InternalDSL.g:6843:40: ( options {greedy=false; } : . )* loop17: do { int alt17=2; @@ -2664,7 +2208,7 @@ else if ( ((LA17_0>='\u0000' && LA17_0<=',')||(LA17_0>='.' && LA17_0<='\uFFFF')) switch (alt17) { case 1 : - // InternalDSL.g:7148:68: . + // InternalDSL.g:6843:68: . { matchAny(); @@ -2694,12 +2238,12 @@ public final void mRULE_ML_DOC_COMMENT() throws RecognitionException { try { int _type = RULE_ML_DOC_COMMENT; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:7150:21: ( '/**' ( options {greedy=false; } : . )* '*/' ) - // InternalDSL.g:7150:23: '/**' ( options {greedy=false; } : . )* '*/' + // InternalDSL.g:6845:21: ( '/**' ( options {greedy=false; } : . )* '*/' ) + // InternalDSL.g:6845:23: '/**' ( options {greedy=false; } : . )* '*/' { match("/**"); - // InternalDSL.g:7150:29: ( options {greedy=false; } : . )* + // InternalDSL.g:6845:29: ( options {greedy=false; } : . )* loop18: do { int alt18=2; @@ -2724,7 +2268,7 @@ else if ( ((LA18_0>='\u0000' && LA18_0<=')')||(LA18_0>='+' && LA18_0<='\uFFFF')) switch (alt18) { case 1 : - // InternalDSL.g:7150:57: . + // InternalDSL.g:6845:57: . { matchAny(); @@ -2754,12 +2298,12 @@ public final void mRULE_DIVIDER() throws RecognitionException { try { int _type = RULE_DIVIDER; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:7152:14: ( '----' ( '-' )* ) - // InternalDSL.g:7152:16: '----' ( '-' )* + // InternalDSL.g:6847:14: ( '----' ( '-' )* ) + // InternalDSL.g:6847:16: '----' ( '-' )* { match("----"); - // InternalDSL.g:7152:23: ( '-' )* + // InternalDSL.g:6847:23: ( '-' )* loop19: do { int alt19=2; @@ -2772,7 +2316,7 @@ public final void mRULE_DIVIDER() throws RecognitionException { switch (alt19) { case 1 : - // InternalDSL.g:7152:23: '-' + // InternalDSL.g:6847:23: '-' { match('-'); @@ -2800,10 +2344,10 @@ public final void mRULE_WS() throws RecognitionException { try { int _type = RULE_WS; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:7154:9: ( ( ' ' | '\\t' )+ ) - // InternalDSL.g:7154:11: ( ' ' | '\\t' )+ + // InternalDSL.g:6849:9: ( ( ' ' | '\\t' )+ ) + // InternalDSL.g:6849:11: ( ' ' | '\\t' )+ { - // InternalDSL.g:7154:11: ( ' ' | '\\t' )+ + // InternalDSL.g:6849:11: ( ' ' | '\\t' )+ int cnt20=0; loop20: do { @@ -2857,10 +2401,10 @@ public final void mRULE_NEWLINE() throws RecognitionException { try { int _type = RULE_NEWLINE; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:7156:14: ( ( '\\r' | '\\n' )+ ) - // InternalDSL.g:7156:16: ( '\\r' | '\\n' )+ + // InternalDSL.g:6851:14: ( ( '\\r' | '\\n' )+ ) + // InternalDSL.g:6851:16: ( '\\r' | '\\n' )+ { - // InternalDSL.g:7156:16: ( '\\r' | '\\n' )+ + // InternalDSL.g:6851:16: ( '\\r' | '\\n' )+ int cnt21=0; loop21: do { @@ -2914,8 +2458,8 @@ public final void mRULE_ISODATE() throws RecognitionException { try { int _type = RULE_ISODATE; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:7158:14: ( '0' .. '9' '0' .. '9' '0' .. '9' '0' .. '9' '-' '0' .. '1' '0' .. '9' '-' '0' .. '3' '0' .. '9' ) - // InternalDSL.g:7158:16: '0' .. '9' '0' .. '9' '0' .. '9' '0' .. '9' '-' '0' .. '1' '0' .. '9' '-' '0' .. '3' '0' .. '9' + // InternalDSL.g:6853:14: ( '0' .. '9' '0' .. '9' '0' .. '9' '0' .. '9' '-' '0' .. '1' '0' .. '9' '-' '0' .. '3' '0' .. '9' ) + // InternalDSL.g:6853:16: '0' .. '9' '0' .. '9' '0' .. '9' '0' .. '9' '-' '0' .. '1' '0' .. '9' '-' '0' .. '3' '0' .. '9' { matchRange('0','9'); matchRange('0','9'); @@ -2943,10 +2487,10 @@ public final void mRULE_ISOTIME() throws RecognitionException { try { int _type = RULE_ISOTIME; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:7160:14: ( ( 'T' RULE_TWENTYFOURHRSTIME ( RULE_ISOTIMEZONE )? | RULE_TWENTYFOURHRSTIME RULE_ISOTIMEZONE ) ) - // InternalDSL.g:7160:16: ( 'T' RULE_TWENTYFOURHRSTIME ( RULE_ISOTIMEZONE )? | RULE_TWENTYFOURHRSTIME RULE_ISOTIMEZONE ) + // InternalDSL.g:6855:14: ( ( 'T' RULE_TWENTYFOURHRSTIME ( RULE_ISOTIMEZONE )? | RULE_TWENTYFOURHRSTIME RULE_ISOTIMEZONE ) ) + // InternalDSL.g:6855:16: ( 'T' RULE_TWENTYFOURHRSTIME ( RULE_ISOTIMEZONE )? | RULE_TWENTYFOURHRSTIME RULE_ISOTIMEZONE ) { - // InternalDSL.g:7160:16: ( 'T' RULE_TWENTYFOURHRSTIME ( RULE_ISOTIMEZONE )? | RULE_TWENTYFOURHRSTIME RULE_ISOTIMEZONE ) + // InternalDSL.g:6855:16: ( 'T' RULE_TWENTYFOURHRSTIME ( RULE_ISOTIMEZONE )? | RULE_TWENTYFOURHRSTIME RULE_ISOTIMEZONE ) int alt23=2; int LA23_0 = input.LA(1); @@ -2964,11 +2508,11 @@ else if ( ((LA23_0>='0' && LA23_0<='2')) ) { } switch (alt23) { case 1 : - // InternalDSL.g:7160:17: 'T' RULE_TWENTYFOURHRSTIME ( RULE_ISOTIMEZONE )? + // InternalDSL.g:6855:17: 'T' RULE_TWENTYFOURHRSTIME ( RULE_ISOTIMEZONE )? { match('T'); mRULE_TWENTYFOURHRSTIME(); - // InternalDSL.g:7160:44: ( RULE_ISOTIMEZONE )? + // InternalDSL.g:6855:44: ( RULE_ISOTIMEZONE )? int alt22=2; int LA22_0 = input.LA(1); @@ -2977,7 +2521,7 @@ else if ( ((LA23_0>='0' && LA23_0<='2')) ) { } switch (alt22) { case 1 : - // InternalDSL.g:7160:44: RULE_ISOTIMEZONE + // InternalDSL.g:6855:44: RULE_ISOTIMEZONE { mRULE_ISOTIMEZONE(); @@ -2990,7 +2534,7 @@ else if ( ((LA23_0>='0' && LA23_0<='2')) ) { } break; case 2 : - // InternalDSL.g:7160:62: RULE_TWENTYFOURHRSTIME RULE_ISOTIMEZONE + // InternalDSL.g:6855:62: RULE_TWENTYFOURHRSTIME RULE_ISOTIMEZONE { mRULE_TWENTYFOURHRSTIME(); mRULE_ISOTIMEZONE(); @@ -3014,10 +2558,10 @@ else if ( ((LA23_0>='0' && LA23_0<='2')) ) { // $ANTLR start "RULE_ISOTIMEZONE" public final void mRULE_ISOTIMEZONE() throws RecognitionException { try { - // InternalDSL.g:7162:27: ( ( 'Z' | ( '+' | '-' ) '0' .. '2' '0' .. '9' ( ':' )? '0' .. '5' '0' .. '9' ) ) - // InternalDSL.g:7162:29: ( 'Z' | ( '+' | '-' ) '0' .. '2' '0' .. '9' ( ':' )? '0' .. '5' '0' .. '9' ) + // InternalDSL.g:6857:27: ( ( 'Z' | ( '+' | '-' ) '0' .. '2' '0' .. '9' ( ':' )? '0' .. '5' '0' .. '9' ) ) + // InternalDSL.g:6857:29: ( 'Z' | ( '+' | '-' ) '0' .. '2' '0' .. '9' ( ':' )? '0' .. '5' '0' .. '9' ) { - // InternalDSL.g:7162:29: ( 'Z' | ( '+' | '-' ) '0' .. '2' '0' .. '9' ( ':' )? '0' .. '5' '0' .. '9' ) + // InternalDSL.g:6857:29: ( 'Z' | ( '+' | '-' ) '0' .. '2' '0' .. '9' ( ':' )? '0' .. '5' '0' .. '9' ) int alt25=2; int LA25_0 = input.LA(1); @@ -3035,14 +2579,14 @@ else if ( (LA25_0=='+'||LA25_0=='-') ) { } switch (alt25) { case 1 : - // InternalDSL.g:7162:30: 'Z' + // InternalDSL.g:6857:30: 'Z' { match('Z'); } break; case 2 : - // InternalDSL.g:7162:34: ( '+' | '-' ) '0' .. '2' '0' .. '9' ( ':' )? '0' .. '5' '0' .. '9' + // InternalDSL.g:6857:34: ( '+' | '-' ) '0' .. '2' '0' .. '9' ( ':' )? '0' .. '5' '0' .. '9' { if ( input.LA(1)=='+'||input.LA(1)=='-' ) { input.consume(); @@ -3055,7 +2599,7 @@ else if ( (LA25_0=='+'||LA25_0=='-') ) { matchRange('0','2'); matchRange('0','9'); - // InternalDSL.g:7162:62: ( ':' )? + // InternalDSL.g:6857:62: ( ':' )? int alt24=2; int LA24_0 = input.LA(1); @@ -3064,7 +2608,7 @@ else if ( (LA25_0=='+'||LA25_0=='-') ) { } switch (alt24) { case 1 : - // InternalDSL.g:7162:62: ':' + // InternalDSL.g:6857:62: ':' { match(':'); @@ -3095,8 +2639,8 @@ public final void mRULE_EURODATE() throws RecognitionException { try { int _type = RULE_EURODATE; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:7164:15: ( '0' .. '3' '0' .. '9' '.' '0' .. '1' '0' .. '9' '.' '0' .. '9' '0' .. '9' '0' .. '9' '0' .. '9' ) - // InternalDSL.g:7164:17: '0' .. '3' '0' .. '9' '.' '0' .. '1' '0' .. '9' '.' '0' .. '9' '0' .. '9' '0' .. '9' '0' .. '9' + // InternalDSL.g:6859:15: ( '0' .. '3' '0' .. '9' '.' '0' .. '1' '0' .. '9' '.' '0' .. '9' '0' .. '9' '0' .. '9' '0' .. '9' ) + // InternalDSL.g:6859:17: '0' .. '3' '0' .. '9' '.' '0' .. '1' '0' .. '9' '.' '0' .. '9' '0' .. '9' '0' .. '9' '0' .. '9' { matchRange('0','3'); matchRange('0','9'); @@ -3124,8 +2668,8 @@ public final void mRULE_USDATE() throws RecognitionException { try { int _type = RULE_USDATE; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:7166:13: ( '0' .. '1' '0' .. '9' '/' '0' .. '3' '0' .. '9' '/' '0' .. '9' '0' .. '9' '0' .. '9' '0' .. '9' ) - // InternalDSL.g:7166:15: '0' .. '1' '0' .. '9' '/' '0' .. '3' '0' .. '9' '/' '0' .. '9' '0' .. '9' '0' .. '9' '0' .. '9' + // InternalDSL.g:6861:13: ( '0' .. '1' '0' .. '9' '/' '0' .. '3' '0' .. '9' '/' '0' .. '9' '0' .. '9' '0' .. '9' '0' .. '9' ) + // InternalDSL.g:6861:15: '0' .. '1' '0' .. '9' '/' '0' .. '3' '0' .. '9' '/' '0' .. '9' '0' .. '9' '0' .. '9' '0' .. '9' { matchRange('0','1'); matchRange('0','9'); @@ -3153,15 +2697,15 @@ public final void mRULE_TWENTYFOURHRSTIME() throws RecognitionException { try { int _type = RULE_TWENTYFOURHRSTIME; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:7168:24: ( '0' .. '2' '0' .. '9' ':' '0' .. '5' '0' .. '9' ( ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? )? ) - // InternalDSL.g:7168:26: '0' .. '2' '0' .. '9' ':' '0' .. '5' '0' .. '9' ( ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? )? + // InternalDSL.g:6863:24: ( '0' .. '2' '0' .. '9' ':' '0' .. '5' '0' .. '9' ( ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? )? ) + // InternalDSL.g:6863:26: '0' .. '2' '0' .. '9' ':' '0' .. '5' '0' .. '9' ( ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? )? { matchRange('0','2'); matchRange('0','9'); match(':'); matchRange('0','5'); matchRange('0','9'); - // InternalDSL.g:7168:66: ( ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? )? + // InternalDSL.g:6863:66: ( ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? )? int alt27=2; int LA27_0 = input.LA(1); @@ -3170,12 +2714,12 @@ public final void mRULE_TWENTYFOURHRSTIME() throws RecognitionException { } switch (alt27) { case 1 : - // InternalDSL.g:7168:67: ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? + // InternalDSL.g:6863:67: ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? { match(':'); matchRange('0','6'); matchRange('0','9'); - // InternalDSL.g:7168:89: ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? + // InternalDSL.g:6863:89: ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? int alt26=2; int LA26_0 = input.LA(1); @@ -3184,7 +2728,7 @@ public final void mRULE_TWENTYFOURHRSTIME() throws RecognitionException { } switch (alt26) { case 1 : - // InternalDSL.g:7168:90: '.' '0' .. '9' '0' .. '9' '0' .. '9' + // InternalDSL.g:6863:90: '.' '0' .. '9' '0' .. '9' '0' .. '9' { match('.'); matchRange('0','9'); @@ -3218,15 +2762,15 @@ public final void mRULE_TWELVEHRSTIME() throws RecognitionException { try { int _type = RULE_TWELVEHRSTIME; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:7170:20: ( '0' .. '1' '0' .. '9' ':' '0' .. '5' '0' .. '9' ( ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? )? ( 'am' | 'pm' ) ) - // InternalDSL.g:7170:22: '0' .. '1' '0' .. '9' ':' '0' .. '5' '0' .. '9' ( ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? )? ( 'am' | 'pm' ) + // InternalDSL.g:6865:20: ( '0' .. '1' '0' .. '9' ':' '0' .. '5' '0' .. '9' ( ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? )? ( 'am' | 'pm' ) ) + // InternalDSL.g:6865:22: '0' .. '1' '0' .. '9' ':' '0' .. '5' '0' .. '9' ( ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? )? ( 'am' | 'pm' ) { matchRange('0','1'); matchRange('0','9'); match(':'); matchRange('0','5'); matchRange('0','9'); - // InternalDSL.g:7170:62: ( ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? )? + // InternalDSL.g:6865:62: ( ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? )? int alt29=2; int LA29_0 = input.LA(1); @@ -3235,67 +2779,286 @@ public final void mRULE_TWELVEHRSTIME() throws RecognitionException { } switch (alt29) { case 1 : - // InternalDSL.g:7170:63: ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? + // InternalDSL.g:6865:63: ':' '0' .. '6' '0' .. '9' ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? { match(':'); matchRange('0','6'); matchRange('0','9'); - // InternalDSL.g:7170:85: ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? + // InternalDSL.g:6865:85: ( '.' '0' .. '9' '0' .. '9' '0' .. '9' )? int alt28=2; int LA28_0 = input.LA(1); - if ( (LA28_0=='.') ) { - alt28=1; + if ( (LA28_0=='.') ) { + alt28=1; + } + switch (alt28) { + case 1 : + // InternalDSL.g:6865:86: '.' '0' .. '9' '0' .. '9' '0' .. '9' + { + match('.'); + matchRange('0','9'); + matchRange('0','9'); + matchRange('0','9'); + + } + break; + + } + + + } + break; + + } + + // InternalDSL.g:6865:121: ( 'am' | 'pm' ) + int alt30=2; + int LA30_0 = input.LA(1); + + if ( (LA30_0=='a') ) { + alt30=1; + } + else if ( (LA30_0=='p') ) { + alt30=2; + } + else { + NoViableAltException nvae = + new NoViableAltException("", 30, 0, input); + + throw nvae; + } + switch (alt30) { + case 1 : + // InternalDSL.g:6865:122: 'am' + { + match("am"); + + + } + break; + case 2 : + // InternalDSL.g:6865:127: 'pm' + { + match("pm"); + + + } + break; + + } + + + } + + state.type = _type; + state.channel = _channel; + } + finally { + } + } + // $ANTLR end "RULE_TWELVEHRSTIME" + + // $ANTLR start "RULE_TIMESPAN" + public final void mRULE_TIMESPAN() throws RecognitionException { + try { + int _type = RULE_TIMESPAN; + int _channel = DEFAULT_TOKEN_CHANNEL; + // InternalDSL.g:6867:15: ( ( '0' .. '9' )+ ( 'y' | 'year' | 'years' | 'mon' | 'month' | 'months' | 'd' | 'day' | 'days' | 'h' | 'hour' | 'hours' | 'm' | 'minute' | 'minutes' | 's' | 'second' | 'seconds' | 'ms' | 'millisecond' | 'milliseconds' ) ) + // InternalDSL.g:6867:17: ( '0' .. '9' )+ ( 'y' | 'year' | 'years' | 'mon' | 'month' | 'months' | 'd' | 'day' | 'days' | 'h' | 'hour' | 'hours' | 'm' | 'minute' | 'minutes' | 's' | 'second' | 'seconds' | 'ms' | 'millisecond' | 'milliseconds' ) + { + // InternalDSL.g:6867:17: ( '0' .. '9' )+ + int cnt31=0; + loop31: + do { + int alt31=2; + int LA31_0 = input.LA(1); + + if ( ((LA31_0>='0' && LA31_0<='9')) ) { + alt31=1; + } + + + switch (alt31) { + case 1 : + // InternalDSL.g:6867:18: '0' .. '9' + { + matchRange('0','9'); + + } + break; + + default : + if ( cnt31 >= 1 ) break loop31; + EarlyExitException eee = + new EarlyExitException(31, input); + throw eee; + } + cnt31++; + } while (true); + + // InternalDSL.g:6867:29: ( 'y' | 'year' | 'years' | 'mon' | 'month' | 'months' | 'd' | 'day' | 'days' | 'h' | 'hour' | 'hours' | 'm' | 'minute' | 'minutes' | 's' | 'second' | 'seconds' | 'ms' | 'millisecond' | 'milliseconds' ) + int alt32=21; + alt32 = dfa32.predict(input); + switch (alt32) { + case 1 : + // InternalDSL.g:6867:30: 'y' + { + match('y'); + + } + break; + case 2 : + // InternalDSL.g:6867:34: 'year' + { + match("year"); + + + } + break; + case 3 : + // InternalDSL.g:6867:41: 'years' + { + match("years"); + + + } + break; + case 4 : + // InternalDSL.g:6867:49: 'mon' + { + match("mon"); + + + } + break; + case 5 : + // InternalDSL.g:6867:55: 'month' + { + match("month"); + + + } + break; + case 6 : + // InternalDSL.g:6867:63: 'months' + { + match("months"); + + + } + break; + case 7 : + // InternalDSL.g:6867:72: 'd' + { + match('d'); + + } + break; + case 8 : + // InternalDSL.g:6867:76: 'day' + { + match("day"); + + + } + break; + case 9 : + // InternalDSL.g:6867:82: 'days' + { + match("days"); + + + } + break; + case 10 : + // InternalDSL.g:6867:89: 'h' + { + match('h'); + + } + break; + case 11 : + // InternalDSL.g:6867:93: 'hour' + { + match("hour"); + + + } + break; + case 12 : + // InternalDSL.g:6867:100: 'hours' + { + match("hours"); + + + } + break; + case 13 : + // InternalDSL.g:6867:108: 'm' + { + match('m'); + + } + break; + case 14 : + // InternalDSL.g:6867:112: 'minute' + { + match("minute"); + + } - switch (alt28) { - case 1 : - // InternalDSL.g:7170:86: '.' '0' .. '9' '0' .. '9' '0' .. '9' - { - match('.'); - matchRange('0','9'); - matchRange('0','9'); - matchRange('0','9'); + break; + case 15 : + // InternalDSL.g:6867:121: 'minutes' + { + match("minutes"); - } - break; } + break; + case 16 : + // InternalDSL.g:6867:131: 's' + { + match('s'); + + } + break; + case 17 : + // InternalDSL.g:6867:135: 'second' + { + match("second"); } break; + case 18 : + // InternalDSL.g:6867:144: 'seconds' + { + match("seconds"); - } - // InternalDSL.g:7170:121: ( 'am' | 'pm' ) - int alt30=2; - int LA30_0 = input.LA(1); + } + break; + case 19 : + // InternalDSL.g:6867:154: 'ms' + { + match("ms"); - if ( (LA30_0=='a') ) { - alt30=1; - } - else if ( (LA30_0=='p') ) { - alt30=2; - } - else { - NoViableAltException nvae = - new NoViableAltException("", 30, 0, input); - throw nvae; - } - switch (alt30) { - case 1 : - // InternalDSL.g:7170:122: 'am' + } + break; + case 20 : + // InternalDSL.g:6867:159: 'millisecond' { - match("am"); + match("millisecond"); } break; - case 2 : - // InternalDSL.g:7170:127: 'pm' + case 21 : + // InternalDSL.g:6867:173: 'milliseconds' { - match("pm"); + match("milliseconds"); } @@ -3312,15 +3075,15 @@ else if ( (LA30_0=='p') ) { finally { } } - // $ANTLR end "RULE_TWELVEHRSTIME" + // $ANTLR end "RULE_TIMESPAN" // $ANTLR start "RULE_ANY_OTHER" public final void mRULE_ANY_OTHER() throws RecognitionException { try { int _type = RULE_ANY_OTHER; int _channel = DEFAULT_TOKEN_CHANNEL; - // InternalDSL.g:7172:16: ( . ) - // InternalDSL.g:7172:18: . + // InternalDSL.g:6869:16: ( . ) + // InternalDSL.g:6869:18: . { matchAny(); @@ -3335,747 +3098,607 @@ public final void mRULE_ANY_OTHER() throws RecognitionException { // $ANTLR end "RULE_ANY_OTHER" public void mTokens() throws RecognitionException { - // InternalDSL.g:1:8: ( T__29 | T__30 | T__31 | T__32 | T__33 | T__34 | T__35 | T__36 | T__37 | T__38 | T__39 | T__40 | T__41 | T__42 | T__43 | T__44 | T__45 | T__46 | T__47 | T__48 | T__49 | T__50 | T__51 | T__52 | T__53 | T__54 | T__55 | T__56 | T__57 | T__58 | T__59 | T__60 | T__61 | T__62 | T__63 | T__64 | T__65 | T__66 | T__67 | T__68 | T__69 | T__70 | T__71 | T__72 | T__73 | T__74 | T__75 | T__76 | T__77 | T__78 | T__79 | T__80 | T__81 | T__82 | T__83 | T__84 | T__85 | T__86 | T__87 | T__88 | T__89 | T__90 | T__91 | T__92 | T__93 | T__94 | T__95 | T__96 | T__97 | T__98 | T__99 | T__100 | T__101 | T__102 | T__103 | T__104 | T__105 | T__106 | T__107 | T__108 | T__109 | T__110 | RULE_BOOLEAN_TRUE | RULE_BOOLEAN_FALSE | RULE_UPPERCASE_ID | RULE_ID | RULE_INTEGER | RULE_DECIMAL | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_SL_VISIBLE_COMMENT | RULE_SL_VISIBLE_TITLE_COMMENT | RULE_ML_VISIBLE_COMMENT | RULE_ML_VISIBLE_TITLE_COMMENT | RULE_ML_DOC_COMMENT | RULE_DIVIDER | RULE_WS | RULE_NEWLINE | RULE_ISODATE | RULE_ISOTIME | RULE_EURODATE | RULE_USDATE | RULE_TWENTYFOURHRSTIME | RULE_TWELVEHRSTIME | RULE_ANY_OTHER ) - int alt31=106; - alt31 = dfa31.predict(input); - switch (alt31) { + // InternalDSL.g:1:8: ( T__30 | T__31 | T__32 | T__33 | T__34 | T__35 | T__36 | T__37 | T__38 | T__39 | T__40 | T__41 | T__42 | T__43 | T__44 | T__45 | T__46 | T__47 | T__48 | T__49 | T__50 | T__51 | T__52 | T__53 | T__54 | T__55 | T__56 | T__57 | T__58 | T__59 | T__60 | T__61 | T__62 | T__63 | T__64 | T__65 | T__66 | T__67 | T__68 | T__69 | T__70 | T__71 | T__72 | T__73 | T__74 | T__75 | T__76 | T__77 | T__78 | T__79 | T__80 | T__81 | T__82 | T__83 | T__84 | T__85 | T__86 | T__87 | T__88 | T__89 | T__90 | RULE_BOOLEAN_TRUE | RULE_BOOLEAN_FALSE | RULE_UPPERCASE_ID | RULE_ID | RULE_INTEGER | RULE_DECIMAL | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_SL_VISIBLE_COMMENT | RULE_SL_VISIBLE_TITLE_COMMENT | RULE_ML_VISIBLE_COMMENT | RULE_ML_VISIBLE_TITLE_COMMENT | RULE_ML_DOC_COMMENT | RULE_DIVIDER | RULE_WS | RULE_NEWLINE | RULE_ISODATE | RULE_ISOTIME | RULE_EURODATE | RULE_USDATE | RULE_TWENTYFOURHRSTIME | RULE_TWELVEHRSTIME | RULE_TIMESPAN | RULE_ANY_OTHER ) + int alt33=86; + alt33 = dfa33.predict(input); + switch (alt33) { case 1 : - // InternalDSL.g:1:10: T__29 - { - mT__29(); - - } - break; - case 2 : - // InternalDSL.g:1:16: T__30 + // InternalDSL.g:1:10: T__30 { mT__30(); } break; - case 3 : - // InternalDSL.g:1:22: T__31 + case 2 : + // InternalDSL.g:1:16: T__31 { mT__31(); } break; - case 4 : - // InternalDSL.g:1:28: T__32 + case 3 : + // InternalDSL.g:1:22: T__32 { mT__32(); } break; - case 5 : - // InternalDSL.g:1:34: T__33 + case 4 : + // InternalDSL.g:1:28: T__33 { mT__33(); } break; - case 6 : - // InternalDSL.g:1:40: T__34 + case 5 : + // InternalDSL.g:1:34: T__34 { mT__34(); } break; - case 7 : - // InternalDSL.g:1:46: T__35 + case 6 : + // InternalDSL.g:1:40: T__35 { mT__35(); } break; - case 8 : - // InternalDSL.g:1:52: T__36 + case 7 : + // InternalDSL.g:1:46: T__36 { mT__36(); } break; - case 9 : - // InternalDSL.g:1:58: T__37 + case 8 : + // InternalDSL.g:1:52: T__37 { mT__37(); } break; - case 10 : - // InternalDSL.g:1:64: T__38 + case 9 : + // InternalDSL.g:1:58: T__38 { mT__38(); } break; - case 11 : - // InternalDSL.g:1:70: T__39 + case 10 : + // InternalDSL.g:1:64: T__39 { mT__39(); } break; - case 12 : - // InternalDSL.g:1:76: T__40 + case 11 : + // InternalDSL.g:1:70: T__40 { mT__40(); } break; - case 13 : - // InternalDSL.g:1:82: T__41 + case 12 : + // InternalDSL.g:1:76: T__41 { mT__41(); } break; - case 14 : - // InternalDSL.g:1:88: T__42 + case 13 : + // InternalDSL.g:1:82: T__42 { mT__42(); } break; - case 15 : - // InternalDSL.g:1:94: T__43 + case 14 : + // InternalDSL.g:1:88: T__43 { mT__43(); } break; - case 16 : - // InternalDSL.g:1:100: T__44 + case 15 : + // InternalDSL.g:1:94: T__44 { mT__44(); } break; - case 17 : - // InternalDSL.g:1:106: T__45 + case 16 : + // InternalDSL.g:1:100: T__45 { mT__45(); } break; - case 18 : - // InternalDSL.g:1:112: T__46 + case 17 : + // InternalDSL.g:1:106: T__46 { mT__46(); } break; - case 19 : - // InternalDSL.g:1:118: T__47 + case 18 : + // InternalDSL.g:1:112: T__47 { mT__47(); } break; - case 20 : - // InternalDSL.g:1:124: T__48 + case 19 : + // InternalDSL.g:1:118: T__48 { mT__48(); } break; - case 21 : - // InternalDSL.g:1:130: T__49 + case 20 : + // InternalDSL.g:1:124: T__49 { mT__49(); } break; - case 22 : - // InternalDSL.g:1:136: T__50 + case 21 : + // InternalDSL.g:1:130: T__50 { mT__50(); } break; - case 23 : - // InternalDSL.g:1:142: T__51 + case 22 : + // InternalDSL.g:1:136: T__51 { mT__51(); } break; - case 24 : - // InternalDSL.g:1:148: T__52 + case 23 : + // InternalDSL.g:1:142: T__52 { mT__52(); } break; - case 25 : - // InternalDSL.g:1:154: T__53 + case 24 : + // InternalDSL.g:1:148: T__53 { mT__53(); } break; - case 26 : - // InternalDSL.g:1:160: T__54 + case 25 : + // InternalDSL.g:1:154: T__54 { mT__54(); } break; - case 27 : - // InternalDSL.g:1:166: T__55 + case 26 : + // InternalDSL.g:1:160: T__55 { mT__55(); } break; - case 28 : - // InternalDSL.g:1:172: T__56 + case 27 : + // InternalDSL.g:1:166: T__56 { mT__56(); } break; - case 29 : - // InternalDSL.g:1:178: T__57 + case 28 : + // InternalDSL.g:1:172: T__57 { mT__57(); } break; - case 30 : - // InternalDSL.g:1:184: T__58 + case 29 : + // InternalDSL.g:1:178: T__58 { mT__58(); } break; - case 31 : - // InternalDSL.g:1:190: T__59 + case 30 : + // InternalDSL.g:1:184: T__59 { mT__59(); } break; - case 32 : - // InternalDSL.g:1:196: T__60 + case 31 : + // InternalDSL.g:1:190: T__60 { mT__60(); } break; - case 33 : - // InternalDSL.g:1:202: T__61 + case 32 : + // InternalDSL.g:1:196: T__61 { mT__61(); } break; - case 34 : - // InternalDSL.g:1:208: T__62 + case 33 : + // InternalDSL.g:1:202: T__62 { mT__62(); } break; - case 35 : - // InternalDSL.g:1:214: T__63 + case 34 : + // InternalDSL.g:1:208: T__63 { mT__63(); } break; - case 36 : - // InternalDSL.g:1:220: T__64 + case 35 : + // InternalDSL.g:1:214: T__64 { mT__64(); } break; - case 37 : - // InternalDSL.g:1:226: T__65 + case 36 : + // InternalDSL.g:1:220: T__65 { mT__65(); } break; - case 38 : - // InternalDSL.g:1:232: T__66 + case 37 : + // InternalDSL.g:1:226: T__66 { mT__66(); } break; - case 39 : - // InternalDSL.g:1:238: T__67 + case 38 : + // InternalDSL.g:1:232: T__67 { mT__67(); } break; - case 40 : - // InternalDSL.g:1:244: T__68 + case 39 : + // InternalDSL.g:1:238: T__68 { mT__68(); } break; - case 41 : - // InternalDSL.g:1:250: T__69 + case 40 : + // InternalDSL.g:1:244: T__69 { mT__69(); } break; - case 42 : - // InternalDSL.g:1:256: T__70 + case 41 : + // InternalDSL.g:1:250: T__70 { mT__70(); } break; - case 43 : - // InternalDSL.g:1:262: T__71 + case 42 : + // InternalDSL.g:1:256: T__71 { mT__71(); } break; - case 44 : - // InternalDSL.g:1:268: T__72 + case 43 : + // InternalDSL.g:1:262: T__72 { mT__72(); } break; - case 45 : - // InternalDSL.g:1:274: T__73 - { - mT__73(); - - } - break; - case 46 : - // InternalDSL.g:1:280: T__74 - { - mT__74(); - - } - break; - case 47 : - // InternalDSL.g:1:286: T__75 - { - mT__75(); - - } - break; - case 48 : - // InternalDSL.g:1:292: T__76 - { - mT__76(); - - } - break; - case 49 : - // InternalDSL.g:1:298: T__77 - { - mT__77(); - - } - break; - case 50 : - // InternalDSL.g:1:304: T__78 - { - mT__78(); - - } - break; - case 51 : - // InternalDSL.g:1:310: T__79 - { - mT__79(); - - } - break; - case 52 : - // InternalDSL.g:1:316: T__80 - { - mT__80(); - - } - break; - case 53 : - // InternalDSL.g:1:322: T__81 - { - mT__81(); - - } - break; - case 54 : - // InternalDSL.g:1:328: T__82 - { - mT__82(); - - } - break; - case 55 : - // InternalDSL.g:1:334: T__83 - { - mT__83(); - - } - break; - case 56 : - // InternalDSL.g:1:340: T__84 - { - mT__84(); - - } - break; - case 57 : - // InternalDSL.g:1:346: T__85 - { - mT__85(); - - } - break; - case 58 : - // InternalDSL.g:1:352: T__86 - { - mT__86(); - - } - break; - case 59 : - // InternalDSL.g:1:358: T__87 - { - mT__87(); - - } - break; - case 60 : - // InternalDSL.g:1:364: T__88 - { - mT__88(); - - } - break; - case 61 : - // InternalDSL.g:1:370: T__89 - { - mT__89(); - - } - break; - case 62 : - // InternalDSL.g:1:376: T__90 - { - mT__90(); - - } - break; - case 63 : - // InternalDSL.g:1:382: T__91 - { - mT__91(); - - } - break; - case 64 : - // InternalDSL.g:1:388: T__92 - { - mT__92(); - - } - break; - case 65 : - // InternalDSL.g:1:394: T__93 + case 44 : + // InternalDSL.g:1:268: T__73 { - mT__93(); + mT__73(); } break; - case 66 : - // InternalDSL.g:1:400: T__94 + case 45 : + // InternalDSL.g:1:274: T__74 { - mT__94(); + mT__74(); } break; - case 67 : - // InternalDSL.g:1:406: T__95 + case 46 : + // InternalDSL.g:1:280: T__75 { - mT__95(); + mT__75(); } break; - case 68 : - // InternalDSL.g:1:412: T__96 + case 47 : + // InternalDSL.g:1:286: T__76 { - mT__96(); + mT__76(); } break; - case 69 : - // InternalDSL.g:1:418: T__97 + case 48 : + // InternalDSL.g:1:292: T__77 { - mT__97(); + mT__77(); } break; - case 70 : - // InternalDSL.g:1:424: T__98 + case 49 : + // InternalDSL.g:1:298: T__78 { - mT__98(); + mT__78(); } break; - case 71 : - // InternalDSL.g:1:430: T__99 + case 50 : + // InternalDSL.g:1:304: T__79 { - mT__99(); + mT__79(); } break; - case 72 : - // InternalDSL.g:1:436: T__100 + case 51 : + // InternalDSL.g:1:310: T__80 { - mT__100(); + mT__80(); } break; - case 73 : - // InternalDSL.g:1:443: T__101 + case 52 : + // InternalDSL.g:1:316: T__81 { - mT__101(); + mT__81(); } break; - case 74 : - // InternalDSL.g:1:450: T__102 + case 53 : + // InternalDSL.g:1:322: T__82 { - mT__102(); + mT__82(); } break; - case 75 : - // InternalDSL.g:1:457: T__103 + case 54 : + // InternalDSL.g:1:328: T__83 { - mT__103(); + mT__83(); } break; - case 76 : - // InternalDSL.g:1:464: T__104 + case 55 : + // InternalDSL.g:1:334: T__84 { - mT__104(); + mT__84(); } break; - case 77 : - // InternalDSL.g:1:471: T__105 + case 56 : + // InternalDSL.g:1:340: T__85 { - mT__105(); + mT__85(); } break; - case 78 : - // InternalDSL.g:1:478: T__106 + case 57 : + // InternalDSL.g:1:346: T__86 { - mT__106(); + mT__86(); } break; - case 79 : - // InternalDSL.g:1:485: T__107 + case 58 : + // InternalDSL.g:1:352: T__87 { - mT__107(); + mT__87(); } break; - case 80 : - // InternalDSL.g:1:492: T__108 + case 59 : + // InternalDSL.g:1:358: T__88 { - mT__108(); + mT__88(); } break; - case 81 : - // InternalDSL.g:1:499: T__109 + case 60 : + // InternalDSL.g:1:364: T__89 { - mT__109(); + mT__89(); } break; - case 82 : - // InternalDSL.g:1:506: T__110 + case 61 : + // InternalDSL.g:1:370: T__90 { - mT__110(); + mT__90(); } break; - case 83 : - // InternalDSL.g:1:513: RULE_BOOLEAN_TRUE + case 62 : + // InternalDSL.g:1:376: RULE_BOOLEAN_TRUE { mRULE_BOOLEAN_TRUE(); } break; - case 84 : - // InternalDSL.g:1:531: RULE_BOOLEAN_FALSE + case 63 : + // InternalDSL.g:1:394: RULE_BOOLEAN_FALSE { mRULE_BOOLEAN_FALSE(); } break; - case 85 : - // InternalDSL.g:1:550: RULE_UPPERCASE_ID + case 64 : + // InternalDSL.g:1:413: RULE_UPPERCASE_ID { mRULE_UPPERCASE_ID(); } break; - case 86 : - // InternalDSL.g:1:568: RULE_ID + case 65 : + // InternalDSL.g:1:431: RULE_ID { mRULE_ID(); } break; - case 87 : - // InternalDSL.g:1:576: RULE_INTEGER + case 66 : + // InternalDSL.g:1:439: RULE_INTEGER { mRULE_INTEGER(); } break; - case 88 : - // InternalDSL.g:1:589: RULE_DECIMAL + case 67 : + // InternalDSL.g:1:452: RULE_DECIMAL { mRULE_DECIMAL(); } break; - case 89 : - // InternalDSL.g:1:602: RULE_STRING + case 68 : + // InternalDSL.g:1:465: RULE_STRING { mRULE_STRING(); } break; - case 90 : - // InternalDSL.g:1:614: RULE_ML_COMMENT + case 69 : + // InternalDSL.g:1:477: RULE_ML_COMMENT { mRULE_ML_COMMENT(); } break; - case 91 : - // InternalDSL.g:1:630: RULE_SL_COMMENT + case 70 : + // InternalDSL.g:1:493: RULE_SL_COMMENT { mRULE_SL_COMMENT(); } break; - case 92 : - // InternalDSL.g:1:646: RULE_SL_VISIBLE_COMMENT + case 71 : + // InternalDSL.g:1:509: RULE_SL_VISIBLE_COMMENT { mRULE_SL_VISIBLE_COMMENT(); } break; - case 93 : - // InternalDSL.g:1:670: RULE_SL_VISIBLE_TITLE_COMMENT + case 72 : + // InternalDSL.g:1:533: RULE_SL_VISIBLE_TITLE_COMMENT { mRULE_SL_VISIBLE_TITLE_COMMENT(); } break; - case 94 : - // InternalDSL.g:1:700: RULE_ML_VISIBLE_COMMENT + case 73 : + // InternalDSL.g:1:563: RULE_ML_VISIBLE_COMMENT { mRULE_ML_VISIBLE_COMMENT(); } break; - case 95 : - // InternalDSL.g:1:724: RULE_ML_VISIBLE_TITLE_COMMENT + case 74 : + // InternalDSL.g:1:587: RULE_ML_VISIBLE_TITLE_COMMENT { mRULE_ML_VISIBLE_TITLE_COMMENT(); } break; - case 96 : - // InternalDSL.g:1:754: RULE_ML_DOC_COMMENT + case 75 : + // InternalDSL.g:1:617: RULE_ML_DOC_COMMENT { mRULE_ML_DOC_COMMENT(); } break; - case 97 : - // InternalDSL.g:1:774: RULE_DIVIDER + case 76 : + // InternalDSL.g:1:637: RULE_DIVIDER { mRULE_DIVIDER(); } break; - case 98 : - // InternalDSL.g:1:787: RULE_WS + case 77 : + // InternalDSL.g:1:650: RULE_WS { mRULE_WS(); } break; - case 99 : - // InternalDSL.g:1:795: RULE_NEWLINE + case 78 : + // InternalDSL.g:1:658: RULE_NEWLINE { mRULE_NEWLINE(); } break; - case 100 : - // InternalDSL.g:1:808: RULE_ISODATE + case 79 : + // InternalDSL.g:1:671: RULE_ISODATE { mRULE_ISODATE(); } break; - case 101 : - // InternalDSL.g:1:821: RULE_ISOTIME + case 80 : + // InternalDSL.g:1:684: RULE_ISOTIME { mRULE_ISOTIME(); } break; - case 102 : - // InternalDSL.g:1:834: RULE_EURODATE + case 81 : + // InternalDSL.g:1:697: RULE_EURODATE { mRULE_EURODATE(); } break; - case 103 : - // InternalDSL.g:1:848: RULE_USDATE + case 82 : + // InternalDSL.g:1:711: RULE_USDATE { mRULE_USDATE(); } break; - case 104 : - // InternalDSL.g:1:860: RULE_TWENTYFOURHRSTIME + case 83 : + // InternalDSL.g:1:723: RULE_TWENTYFOURHRSTIME { mRULE_TWENTYFOURHRSTIME(); } break; - case 105 : - // InternalDSL.g:1:883: RULE_TWELVEHRSTIME + case 84 : + // InternalDSL.g:1:746: RULE_TWELVEHRSTIME { mRULE_TWELVEHRSTIME(); } break; - case 106 : - // InternalDSL.g:1:902: RULE_ANY_OTHER + case 85 : + // InternalDSL.g:1:765: RULE_TIMESPAN + { + mRULE_TIMESPAN(); + + } + break; + case 86 : + // InternalDSL.g:1:779: RULE_ANY_OTHER { mRULE_ANY_OTHER(); @@ -4087,129 +3710,224 @@ public void mTokens() throws RecognitionException { } - protected DFA31 dfa31 = new DFA31(this); - static final String DFA31_eotS = - "\1\uffff\6\70\1\uffff\3\70\1\115\4\70\1\126\2\uffff\1\70\1\132\1\137\2\uffff\1\143\1\145\1\147\2\uffff\1\155\1\uffff\1\161\6\uffff\1\70\2\uffff\1\174\1\65\1\uffff\1\176\2\65\3\uffff\3\176\1\uffff\2\70\1\uffff\2\70\1\u008e\5\70\1\uffff\13\70\1\uffff\3\70\1\u00a3\1\70\2\uffff\1\176\3\uffff\1\70\1\uffff\3\70\1\u00ac\3\uffff\1\70\1\uffff\1\70\1\uffff\1\70\21\uffff\1\70\2\uffff\1\174\1\uffff\1\176\5\uffff\3\176\10\70\1\uffff\4\70\1\uffff\17\70\1\uffff\1\70\2\uffff\2\70\1\u00dd\2\70\1\uffff\1\70\1\u00e2\1\70\4\uffff\1\70\1\174\1\176\4\uffff\4\70\1\u00ee\5\70\1\u00f4\2\70\1\u00f8\2\70\1\u00fb\1\u00fd\6\70\1\u0104\4\70\2\uffff\1\u0109\2\70\1\uffff\2\70\1\u010f\1\u0110\1\uffff\1\u0112\1\u0113\1\uffff\1\176\1\uffff\1\177\1\uffff\4\70\1\uffff\4\70\1\u0120\1\uffff\3\70\1\uffff\2\70\1\uffff\1\70\1\uffff\4\70\1\u012e\1\70\1\uffff\4\70\1\uffff\1\70\1\u0136\2\70\1\u0139\2\uffff\1\u013a\3\uffff\1\u013c\1\177\1\u013c\4\70\1\u0144\3\70\2\uffff\14\70\1\uffff\1\u0155\3\70\1\u0159\1\u015a\1\u015b\1\uffff\1\u015d\1\70\7\uffff\2\70\1\u0164\1\70\1\uffff\1\u0166\1\70\1\u0168\2\70\1\u016b\1\70\1\u016d\1\u016e\3\70\1\uffff\2\70\1\u0174\1\uffff\1\u0175\2\70\3\uffff\1\u0178\1\uffff\1\70\2\uffff\3\70\1\uffff\1\70\1\uffff\1\70\1\uffff\1\70\1\u0182\1\uffff\1\70\2\uffff\1\70\1\u0185\1\70\1\u0187\1\u0188\2\uffff\1\u0189\1\70\1\uffff\1\70\2\u013c\4\70\1\u0192\1\70\1\uffff\1\u0194\1\70\1\uffff\1\70\3\uffff\2\70\2\uffff\1\u019b\1\u019c\2\70\1\uffff\1\u019f\1\uffff\1\70\1\u01a1\2\70\4\uffff\1\70\1\u01a7\1\uffff\1\u01a8\1\uffff\1\70\1\u01ab\2\uffff\1\70\2\uffff\1\u01af\1\u01b0\1\uffff\2\u013c\1\u01b1\3\uffff"; - static final String DFA31_eofS = - "\u01b2\uffff"; - static final String DFA31_minS = - "\1\0\1\141\1\151\1\155\1\141\1\163\1\141\1\uffff\3\141\1\60\2\145\1\156\1\163\1\55\2\uffff\1\151\2\60\2\uffff\3\60\2\uffff\1\52\1\uffff\1\52\6\uffff\1\165\2\uffff\1\60\1\137\1\uffff\1\56\2\0\3\uffff\3\56\1\uffff\1\143\1\151\1\uffff\1\164\1\160\1\60\1\162\1\154\1\145\1\163\1\40\1\uffff\1\162\1\163\1\142\1\155\1\165\1\154\1\156\1\145\1\156\1\151\1\143\1\uffff\1\164\1\161\1\145\1\60\1\163\1\uffff\1\40\1\56\3\uffff\1\166\1\uffff\1\163\1\156\1\154\1\60\3\uffff\1\141\1\uffff\1\171\1\uffff\1\165\3\uffff\1\0\1\uffff\1\40\13\uffff\1\154\2\uffff\1\60\1\uffff\1\56\5\uffff\3\56\1\153\1\141\1\166\1\147\1\150\1\157\1\151\1\164\1\uffff\1\153\2\163\1\145\1\uffff\1\151\1\164\1\154\2\145\1\154\2\143\1\147\1\164\1\157\1\163\2\165\1\162\1\uffff\1\151\1\uffff\1\40\1\145\1\164\1\60\1\165\1\154\1\uffff\1\162\1\60\1\162\4\uffff\1\154\1\72\1\56\2\60\1\uffff\1\60\1\141\1\155\1\141\1\162\1\60\1\162\1\156\1\151\1\144\1\145\1\60\1\144\1\141\1\60\1\145\1\163\2\60\1\154\1\164\1\153\1\154\1\145\1\156\1\60\1\162\1\151\1\141\1\147\2\uffff\1\60\1\145\1\150\1\uffff\1\164\1\151\2\60\1\uffff\2\60\1\uffff\1\55\3\60\1\147\1\145\1\164\1\145\1\uffff\1\164\1\145\1\141\1\145\1\60\1\uffff\1\40\1\142\1\145\1\uffff\1\164\1\145\1\uffff\1\145\1\uffff\1\165\1\141\1\160\1\145\1\60\1\144\1\uffff\1\156\1\162\1\164\1\156\1\uffff\1\162\1\60\1\145\1\163\1\60\2\uffff\1\60\3\uffff\1\53\1\56\1\53\1\145\1\164\1\145\1\163\1\60\1\144\1\154\1\146\2\uffff\1\164\1\154\1\146\1\145\1\164\1\146\1\144\1\156\1\157\1\55\1\145\1\156\1\uffff\1\60\1\163\1\145\1\151\3\60\1\uffff\1\60\1\145\2\uffff\1\60\3\uffff\1\60\1\144\1\145\1\60\1\163\1\uffff\1\60\1\154\1\60\1\144\1\145\1\60\1\163\2\60\1\145\1\164\1\151\1\uffff\1\146\1\144\1\60\1\uffff\1\60\1\163\1\157\3\uffff\1\60\1\uffff\1\143\2\60\1\145\1\156\1\162\1\uffff\1\151\1\uffff\1\171\1\uffff\1\145\1\60\1\uffff\1\164\2\uffff\1\144\1\60\1\156\2\60\2\uffff\1\60\1\156\1\uffff\1\157\2\53\1\146\1\144\1\151\1\156\1\60\1\146\1\uffff\1\60\1\142\1\uffff\1\164\3\uffff\1\144\1\156\4\60\1\172\1\147\1\uffff\1\60\1\uffff\1\171\1\60\1\145\1\144\2\60\2\uffff\1\145\1\60\1\uffff\1\60\1\uffff\1\146\3\60\1\144\2\uffff\2\60\1\uffff\2\53\1\60\3\uffff"; - static final String DFA31_maxS = - "\1\uffff\1\162\1\151\1\156\1\157\1\163\1\171\1\uffff\1\141\1\162\1\157\1\172\2\145\1\160\1\163\1\76\2\uffff\1\151\2\172\2\uffff\3\172\2\uffff\1\57\1\uffff\1\56\6\uffff\1\165\2\uffff\1\62\1\172\1\uffff\1\71\2\uffff\3\uffff\3\71\1\uffff\1\162\1\157\1\uffff\1\164\1\160\1\172\1\162\1\154\1\145\1\163\1\40\1\uffff\1\162\1\163\1\142\1\155\1\165\1\154\1\156\1\145\1\156\1\151\1\143\1\uffff\2\164\1\145\1\172\1\163\1\uffff\1\55\1\71\3\uffff\1\166\1\uffff\1\163\2\156\1\172\3\uffff\1\141\1\uffff\1\171\1\uffff\1\165\3\uffff\1\uffff\1\uffff\1\55\13\uffff\1\154\2\uffff\1\71\1\uffff\1\72\5\uffff\2\71\1\72\1\153\1\141\1\166\1\147\1\150\1\157\1\151\1\164\1\uffff\1\153\2\163\1\145\1\uffff\1\151\1\164\1\154\2\145\1\154\1\163\1\143\1\147\1\164\1\157\1\163\2\165\1\162\1\uffff\1\151\1\uffff\1\55\1\145\1\164\1\172\1\165\1\154\1\uffff\1\162\1\172\1\162\4\uffff\1\154\1\72\1\71\1\65\1\71\1\uffff\1\65\1\141\1\155\1\141\1\162\1\172\1\162\1\156\1\151\1\144\1\145\1\172\1\144\1\141\1\172\1\145\1\163\2\172\1\154\1\164\1\153\1\154\1\145\1\156\1\172\1\162\1\151\1\141\1\147\2\uffff\1\172\1\145\1\150\1\uffff\1\164\1\151\2\172\1\uffff\2\172\1\uffff\4\71\1\147\1\145\1\164\1\145\1\uffff\1\164\1\145\1\141\1\145\1\172\1\uffff\1\40\1\156\1\145\1\uffff\1\164\1\145\1\uffff\1\145\1\uffff\1\165\1\141\1\160\1\145\1\172\1\144\1\uffff\1\156\1\162\1\164\1\156\1\uffff\1\162\1\172\1\145\1\163\1\172\2\uffff\1\172\3\uffff\1\160\1\56\1\132\1\145\1\164\1\145\1\163\1\172\1\144\1\154\1\146\2\uffff\1\164\1\154\1\146\1\145\1\164\1\146\1\144\1\156\1\157\1\55\1\145\1\156\1\uffff\1\172\1\163\1\145\1\151\3\172\1\uffff\1\172\1\145\2\uffff\1\66\3\uffff\1\66\2\145\1\172\1\163\1\uffff\1\172\1\154\1\172\1\144\1\145\1\172\1\163\2\172\1\145\1\164\1\151\1\uffff\1\146\1\144\1\172\1\uffff\1\172\1\163\1\157\3\uffff\1\172\1\uffff\1\143\2\71\1\145\1\156\1\162\1\uffff\1\151\1\uffff\1\171\1\uffff\1\145\1\172\1\uffff\1\164\2\uffff\1\144\1\172\1\156\2\172\2\uffff\1\172\1\156\1\uffff\1\157\1\160\1\132\1\146\1\144\1\151\1\156\1\172\1\146\1\uffff\1\172\1\142\1\uffff\1\164\3\uffff\1\144\1\156\2\71\3\172\1\147\1\uffff\1\172\1\uffff\1\171\1\172\1\145\1\144\2\71\2\uffff\1\145\1\172\1\uffff\1\172\1\uffff\1\146\1\172\2\71\1\144\2\uffff\2\172\1\uffff\1\160\1\132\1\172\3\uffff"; - static final String DFA31_acceptS = - "\7\uffff\1\11\11\uffff\1\40\1\42\3\uffff\1\52\1\53\3\uffff\1\103\1\104\1\uffff\1\106\1\uffff\1\110\1\111\1\112\1\113\1\114\1\115\1\uffff\1\117\1\120\2\uffff\1\126\3\uffff\1\142\1\143\1\125\3\uffff\1\152\2\uffff\1\126\10\uffff\1\11\13\uffff\1\74\5\uffff\1\34\2\uffff\1\54\1\40\1\42\1\uffff\1\47\4\uffff\1\71\1\52\1\53\1\uffff\1\55\1\uffff\1\63\1\uffff\1\66\1\103\1\104\1\uffff\1\133\1\uffff\1\105\1\106\1\107\1\122\1\121\1\110\1\111\1\112\1\113\1\114\1\115\1\uffff\1\117\1\120\1\uffff\1\125\1\uffff\1\127\1\130\1\131\1\142\1\143\13\uffff\1\35\4\uffff\1\25\17\uffff\1\50\1\uffff\1\134\6\uffff\1\77\3\uffff\1\132\1\140\1\136\1\137\5\uffff\1\147\36\uffff\1\135\1\141\3\uffff\1\60\4\uffff\1\64\2\uffff\1\145\10\uffff\1\2\5\uffff\1\7\3\uffff\1\37\2\uffff\1\123\1\uffff\1\43\6\uffff\1\20\4\uffff\1\45\5\uffff\1\56\1\65\1\uffff\1\67\1\116\1\144\13\uffff\1\124\1\10\14\uffff\1\102\7\uffff\1\61\2\uffff\1\57\1\70\1\uffff\1\150\1\151\1\146\5\uffff\1\4\14\uffff\1\15\3\uffff\1\75\3\uffff\1\33\1\51\1\62\1\uffff\1\72\6\uffff\1\5\1\uffff\1\16\1\uffff\1\6\2\uffff\1\13\1\uffff\1\44\1\14\5\uffff\1\76\1\21\2\uffff\1\73\11\uffff\1\27\2\uffff\1\31\1\uffff\1\17\1\24\1\22\10\uffff\1\30\1\uffff\1\41\6\uffff\1\1\1\3\2\uffff\1\12\1\uffff\1\36\5\uffff\1\46\1\23\2\uffff\1\100\3\uffff\1\26\1\101\1\32"; - static final String DFA31_specialS = - "\1\3\54\uffff\1\1\1\2\73\uffff\1\0\u0147\uffff}>"; - static final String[] DFA31_transitionS = { - "\11\65\1\57\1\60\2\65\1\60\22\65\1\57\1\65\1\55\1\45\1\65\1\36\1\65\1\56\1\33\1\40\1\34\1\27\1\26\1\20\1\37\1\35\2\54\1\64\1\62\6\63\1\7\1\65\1\43\1\21\1\44\2\65\23\61\1\51\6\61\1\41\1\65\1\42\1\52\1\53\1\65\1\17\1\6\1\12\1\31\1\53\1\4\1\14\1\32\1\3\2\53\1\23\1\25\1\46\1\16\1\1\1\53\1\15\1\13\1\11\1\5\1\10\1\2\1\24\1\30\1\53\1\47\1\22\1\50\uff82\65", - "\1\66\20\uffff\1\67", - "\1\71", - "\1\72\1\73", - "\1\75\15\uffff\1\74", - "\1\76", - "\1\77\27\uffff\1\100", + protected DFA32 dfa32 = new DFA32(this); + protected DFA33 dfa33 = new DFA33(this); + static final String DFA32_eotS = + "\1\uffff\1\7\1\13\1\15\1\17\1\21\15\uffff\1\33\2\uffff\1\37\2\uffff\1\43\6\uffff\1\50\3\uffff\1\53\7\uffff\1\60\1\uffff\1\63\10\uffff\1\71\2\uffff"; + static final String DFA32_eofS = + "\72\uffff"; + static final String DFA32_minS = + "\1\144\1\145\1\151\1\141\1\157\1\145\1\141\1\uffff\1\156\1\154\2\uffff\1\171\1\uffff\1\165\1\uffff\1\143\1\uffff\1\162\1\164\1\165\1\154\1\163\1\162\1\157\1\163\1\150\1\uffff\1\164\1\151\2\uffff\1\163\1\156\2\uffff\1\163\1\145\1\163\2\uffff\1\144\2\uffff\1\163\1\145\1\163\2\uffff\1\143\2\uffff\1\157\1\156\1\144\1\163\2\uffff"; + static final String DFA32_maxS = + "\1\171\1\145\1\163\1\141\1\157\1\145\1\141\1\uffff\2\156\2\uffff\1\171\1\uffff\1\165\1\uffff\1\143\1\uffff\1\162\1\164\1\165\1\154\1\163\1\162\1\157\1\163\1\150\1\uffff\1\164\1\151\2\uffff\1\163\1\156\2\uffff\1\163\1\145\1\163\2\uffff\1\144\2\uffff\1\163\1\145\1\163\2\uffff\1\143\2\uffff\1\157\1\156\1\144\1\163\2\uffff"; + static final String DFA32_acceptS = + "\7\uffff\1\1\2\uffff\1\23\1\15\1\uffff\1\7\1\uffff\1\12\1\uffff\1\20\11\uffff\1\4\2\uffff\1\11\1\10\2\uffff\1\3\1\2\3\uffff\1\14\1\13\1\uffff\1\6\1\5\3\uffff\1\17\1\16\1\uffff\1\22\1\21\4\uffff\1\25\1\24"; + static final String DFA32_specialS = + "\72\uffff}>"; + static final String[] DFA32_transitionS = { + "\1\3\3\uffff\1\4\4\uffff\1\2\5\uffff\1\5\5\uffff\1\1", + "\1\6", + "\1\11\5\uffff\1\10\3\uffff\1\12", + "\1\14", + "\1\16", + "\1\20", + "\1\22", + "", + "\1\23", + "\1\25\1\uffff\1\24", + "", + "", + "\1\26", + "", + "\1\27", + "", + "\1\30", + "", + "\1\31", + "\1\32", + "\1\34", + "\1\35", + "\1\36", + "\1\40", + "\1\41", + "\1\42", + "\1\44", + "", + "\1\45", + "\1\46", + "", + "", + "\1\47", + "\1\51", + "", + "", + "\1\52", + "\1\54", + "\1\55", + "", + "", + "\1\56", + "", + "", + "\1\57", + "\1\61", + "\1\62", + "", + "", + "\1\64", + "", + "", + "\1\65", + "\1\66", + "\1\67", + "\1\70", + "", + "" + }; + + static final short[] DFA32_eot = DFA.unpackEncodedString(DFA32_eotS); + static final short[] DFA32_eof = DFA.unpackEncodedString(DFA32_eofS); + static final char[] DFA32_min = DFA.unpackEncodedStringToUnsignedChars(DFA32_minS); + static final char[] DFA32_max = DFA.unpackEncodedStringToUnsignedChars(DFA32_maxS); + static final short[] DFA32_accept = DFA.unpackEncodedString(DFA32_acceptS); + static final short[] DFA32_special = DFA.unpackEncodedString(DFA32_specialS); + static final short[][] DFA32_transition; + + static { + int numStates = DFA32_transitionS.length; + DFA32_transition = new short[numStates][]; + for (int i=0; i"; + static final String[] DFA33_transitionS = { + "\11\62\1\54\1\55\2\62\1\55\22\62\1\54\1\62\1\52\1\42\1\62\1\33\1\62\1\53\1\30\1\35\1\31\1\27\1\26\1\20\1\34\1\32\2\51\1\61\1\57\6\60\1\7\1\62\1\40\1\21\1\41\2\62\23\56\1\46\6\56\1\36\1\62\1\37\1\47\1\50\1\62\1\17\1\6\1\12\2\50\1\4\1\14\1\50\1\3\2\50\1\23\1\25\1\43\1\16\1\1\1\50\1\15\1\13\1\11\1\5\1\10\1\2\1\24\2\50\1\44\1\22\1\45\uff82\62", + "\1\63\20\uffff\1\64", + "\1\66", + "\1\67\1\70", + "\1\72\15\uffff\1\71", + "\1\73", + "\1\74\27\uffff\1\75", + "", + "\1\77", + "\1\101\3\uffff\1\100\3\uffff\1\102\10\uffff\1\103", + "\1\104\6\uffff\1\106\6\uffff\1\105", + "\1\107\13\uffff\1\110", + "\1\111", + "\1\112", + "\1\114\1\uffff\1\113", + "\1\115", + "\1\117\2\uffff\12\121\4\uffff\1\116", "", - "\1\102", - "\1\104\3\uffff\1\103\3\uffff\1\105\10\uffff\1\106", - "\1\107\6\uffff\1\111\6\uffff\1\110", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\4\70\1\114\3\70\1\112\13\70\1\113\5\70", - "\1\116", - "\1\117", - "\1\121\1\uffff\1\120", - "\1\122", - "\1\124\2\uffff\12\125\4\uffff\1\123", "", + "\1\124", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", + "\1\126", "", - "\1\131", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\1\133\7\70\1\135\5\70\1\134\3\70\1\136\7\70", "", "", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\4\70\1\142\25\70", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\1\144\31\70", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\16\70\1\146\13\70", "", + "\1\133\2\uffff\1\135\1\uffff\1\134", "", - "\1\152\2\uffff\1\154\1\uffff\1\153", + "\1\141\3\uffff\1\140", "", - "\1\160\3\uffff\1\157", "", "", "", "", "", + "\1\151", "", - "\1\170", "", + "\3\154", + "\1\65\1\uffff\32\65", "", - "\3\173", - "\1\70\1\uffff\32\70", + "\1\160\1\uffff\12\156\52\uffff\1\157\3\uffff\1\157\4\uffff\1\157\5\uffff\1\157\5\uffff\1\157", + "\0\162", + "\0\162", "", - "\1\177\1\uffff\12\175", - "\0\u0080", - "\0\u0080", "", "", + "\1\160\1\uffff\12\165\52\uffff\1\157\3\uffff\1\157\4\uffff\1\157\5\uffff\1\157\5\uffff\1\157", + "\1\160\1\uffff\12\166\52\uffff\1\157\3\uffff\1\157\4\uffff\1\157\5\uffff\1\157\5\uffff\1\157", + "\1\160\1\uffff\12\167\52\uffff\1\157\3\uffff\1\157\4\uffff\1\157\5\uffff\1\157\5\uffff\1\157", "", - "\1\177\1\uffff\12\u0083", - "\1\177\1\uffff\12\u0084", - "\1\177\1\uffff\12\u0085", + "\1\170\16\uffff\1\171", + "\1\172\5\uffff\1\173", "", - "\1\u0086\16\uffff\1\u0087", - "\1\u0088\5\uffff\1\u0089", + "\1\174", + "\1\175", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\10\65\1\177\2\65\1\176\16\65", + "\1\u0081", + "\1\u0082", + "\1\u0083", + "\1\u0084", + "\1\u0085", "", + "\1\u0086", + "\1\u0087", + "\1\u0088", + "\1\u0089", "\1\u008a", "\1\u008b", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\10\70\1\u008d\2\70\1\u008c\16\70", + "\1\u008c", + "\1\u008d", + "\1\u008e", "\1\u008f", "\1\u0090", - "\1\u0091", - "\1\u0092", + "\1\u0092\2\uffff\1\u0091", "\1\u0093", - "", - "\1\u0094", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", "\1\u0095", - "\1\u0096", - "\1\u0097", - "\1\u0098", - "\1\u0099", - "\1\u009a", - "\1\u009b", - "\1\u009c", - "\1\u009d", - "\1\u009e", - "", - "\1\u009f", - "\1\u00a1\2\uffff\1\u00a0", - "\1\u00a2", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "\1\u00a4", - "", - "\1\u00a5\14\uffff\1\u00a6", - "\1\177\1\uffff\12\125", "", + "\1\u0096\14\uffff\1\u0097", "", + "\1\160\1\uffff\12\121", "", - "\1\u00a7", "", - "\1\u00a8", - "\1\u00a9", - "\1\u00ab\1\uffff\1\u00aa", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", + "\1\u0098", "", + "\1\u0099", "", "", - "\1\u00ad", "", - "\1\u00ae", "", - "\1\u00af", + "\52\u009a\1\u009b\uffd5\u009a", "", + "\1\u009c\14\uffff\1\u009d", "", "", - "\52\u00b0\1\u00b1\uffd5\u00b0", "", - "\1\u00b2\14\uffff\1\u00b3", "", "", "", @@ -4218,506 +3936,451 @@ public void mTokens() throws RecognitionException { "", "", "", + "\1\u009e", "", "", + "\12\u009f", "", - "\1\u00b4", + "\1\u00a2\1\u00a3\12\u00a0\1\u00a1\51\uffff\1\157\3\uffff\1\157\4\uffff\1\157\5\uffff\1\157\5\uffff\1\157", "", "", - "\12\u00b5", "", - "\1\u00b8\1\u00b9\12\u00b6\1\u00b7", "", "", "", + "\1\u00a2\1\uffff\12\u00a0\52\uffff\1\157\3\uffff\1\157\4\uffff\1\157\5\uffff\1\157\5\uffff\1\157", + "\1\160\1\uffff\12\u00a0\52\uffff\1\157\3\uffff\1\157\4\uffff\1\157\5\uffff\1\157\5\uffff\1\157", + "\1\u00a2\1\uffff\12\u00a0\1\u00a4\51\uffff\1\157\3\uffff\1\157\4\uffff\1\157\5\uffff\1\157\5\uffff\1\157", + "\1\u00a5", + "\1\u00a6", + "\1\u00a7", + "\1\u00a8", + "\1\u00a9", + "\1\u00aa", + "\1\u00ab", + "\1\u00ac", "", + "\1\u00ad", + "\1\u00ae", + "\1\u00af", + "\1\u00b0", "", - "\1\u00b8\1\uffff\12\u00b6", - "\1\177\1\uffff\12\u00b6", - "\1\u00b8\1\uffff\12\u00b6\1\u00ba", + "\1\u00b1", + "\1\u00b2", + "\1\u00b3", + "\1\u00b4", + "\1\u00b5", + "\1\u00b6", + "\1\u00b7\17\uffff\1\u00b8", + "\1\u00b9", + "\1\u00ba", "\1\u00bb", "\1\u00bc", "\1\u00bd", "\1\u00be", "\1\u00bf", + "", "\1\u00c0", - "\1\u00c1", - "\1\u00c2", "", + "\1\u00c1\14\uffff\1\u00c2", "\1\u00c3", "\1\u00c4", + "", + "", + "", + "", "\1\u00c5", "\1\u00c6", + "\1\160\1\uffff\12\u00c7\52\uffff\1\157\3\uffff\1\157\4\uffff\1\157\5\uffff\1\157\5\uffff\1\157", + "\6\u00c8", + "\2\u00c9\10\160", "", - "\1\u00c7", - "\1\u00c8", - "\1\u00c9", - "\1\u00ca", + "\6\u00ca", "\1\u00cb", "\1\u00cc", - "\1\u00cd\17\uffff\1\u00ce", - "\1\u00cf", + "\1\u00cd", + "\1\u00ce", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", "\1\u00d0", "\1\u00d1", "\1\u00d2", "\1\u00d3", "\1\u00d4", - "\1\u00d5", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", "\1\u00d6", - "", "\1\u00d7", - "", - "\1\u00d8\14\uffff\1\u00d9", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\3\65\1\u00d8\26\65", "\1\u00da", "\1\u00db", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\23\70\1\u00dc\6\70", - "\1\u00de", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\3\65\1\u00dd\26\65", "\1\u00df", - "", "\1\u00e0", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\22\70\1\u00e1\7\70", + "\1\u00e1", + "\1\u00e2", "\1\u00e3", - "", - "", - "", - "", - "\1\u00e4", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", "\1\u00e5", - "\1\177\1\uffff\12\u00e6", - "\6\u00e7", - "\2\u00e8\10\177", + "\1\u00e6", + "\1\u00e7", + "\1\u00e8", + "", "", - "\6\u00e9", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", "\1\u00ea", - "\1\u00eb", - "\1\u00ec", - "\1\u00ed", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "\1\u00ef", - "\1\u00f0", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", + "", + "\1\u00ec\1\160\1\uffff\12\u00ed\52\uffff\1\157\3\uffff\1\157\4\uffff\1\157\5\uffff\1\157\5\uffff\1\157", + "\12\u00ee", + "\12\u00ef", + "\12\u00f0", "\1\u00f1", "\1\u00f2", "\1\u00f3", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", + "\1\u00f4", + "", "\1\u00f5", "\1\u00f6", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\3\70\1\u00f7\26\70", - "\1\u00f9", + "\1\u00f7", + "\1\u00f8", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", + "", "\1\u00fa", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\3\70\1\u00fc\26\70", + "\1\u00fc\13\uffff\1\u00fb", + "\1\u00fd", + "", "\1\u00fe", "\1\u00ff", + "", "\1\u0100", + "", "\1\u0101", "\1\u0102", "\1\u0103", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "\1\u0105", - "\1\u0106", - "\1\u0107", - "\1\u0108", - "", + "\1\u0104", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\3\65\1\u0105\1\u0106\25\65", "", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", + "\1\u0108", + "\1\u0109", "\1\u010a", "\1\u010b", "", "\1\u010c", - "\1\u010d", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\22\70\1\u010e\7\70", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", "", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\22\70\1\u0111\7\70", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", "", - "\1\u0114\1\177\1\uffff\12\125", - "\12\u0115", - "\12\u0116", - "\12\u0117", + "\1\160\1\uffff\12\u00ed\52\uffff\1\157\3\uffff\1\157\4\uffff\1\157\5\uffff\1\157\5\uffff\1\157", + "\1\u00c6\1\uffff\1\u00c6\14\uffff\1\u010d\37\uffff\1\u00c6\6\uffff\1\u010f\16\uffff\1\u010f", + "\1\u0110", + "\1\u00c6\1\uffff\1\u00c6\14\uffff\1\u0111\37\uffff\1\u00c6", + "\1\u0112", + "\1\u0113", + "\1\u0114", + "\1\u0115", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", + "\1\u0117", "\1\u0118", "\1\u0119", + "", + "", "\1\u011a", "\1\u011b", - "", "\1\u011c", "\1\u011d", "\1\u011e", "\1\u011f", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "", + "\1\u0120", "\1\u0121", - "\1\u0123\13\uffff\1\u0122", + "\1\u0122", + "\1\u0123", "\1\u0124", - "", "\1\u0125", - "\1\u0126", "", + "\1\u0126", "\1\u0127", - "", "\1\u0128", - "\1\u0129", - "\1\u012a", - "\1\u012b", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\3\70\1\u012c\1\u012d\25\70", - "\1\u012f", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", + "\7\u012b", "", - "\1\u0130", - "\1\u0131", - "\1\u0132", - "\1\u0133", - "", - "\1\u0134", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\22\70\1\u0135\7\70", - "\1\u0137", - "\1\u0138", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", "", "", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "", + "\7\u012c", + "\1\u012d\1\u012e", + "\1\u012f", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", + "\1\u0131", "", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", + "\1\u0133", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", + "\1\u0135", + "\1\u0136", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", + "\1\u0138", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", + "\1\u013b", + "\1\u013c", + "\1\u013d", "", - "\1\u00e5\1\uffff\1\u00e5\14\uffff\1\u013b\37\uffff\1\u00e5\6\uffff\1\u013d\16\uffff\1\u013d", "\1\u013e", - "\1\u00e5\1\uffff\1\u00e5\14\uffff\1\u013f\37\uffff\1\u00e5", - "\1\u0140", + "\1\u013f", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", "\1\u0141", "\1\u0142", - "\1\u0143", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", + "", + "", + "\12\u0143", + "\12\u0144", "\1\u0145", "\1\u0146", "\1\u0147", "", - "", "\1\u0148", + "", "\1\u0149", + "", "\1\u014a", - "\1\u014b", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", + "", "\1\u014c", + "", + "", "\1\u014d", - "\1\u014e", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", "\1\u014f", - "\1\u0150", - "\1\u0151", - "\1\u0152", - "\1\u0153", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", "", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\22\70\1\u0154\7\70", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", + "\1\u0153", + "\1\u00c6\1\uffff\1\u00c6\1\u0154\53\uffff\1\u00c6\6\uffff\1\u010f\16\uffff\1\u010f", + "\1\u00c6\1\uffff\1\u00c6\1\u0155\53\uffff\1\u00c6", "\1\u0156", "\1\u0157", "\1\u0158", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\22\70\1\u015c\7\70", - "\1\u015e", + "\1\u0159", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", + "\1\u015b", "", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", + "\1\u015d", "", - "\7\u015f", + "\1\u015e", "", "", "", - "\7\u0160", - "\1\u0161\1\u0162", - "\1\u0163", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", + "\1\u015f", + "\12\u0160", + "\12\u0161", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", + "\1\u0164", "\1\u0165", "", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", + "", "\1\u0167", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", "\1\u0169", - "\1\u016a", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "\1\u016c", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "\1\u016f", - "\1\u0170", - "\1\u0171", - "", - "\1\u0172", - "\1\u0173", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "\1\u0176", - "\1\u0177", - "", - "", - "", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "", - "\1\u0179", - "\12\u017a", - "\12\u017b", - "\1\u017c", - "\1\u017d", - "\1\u017e", - "", - "\1\u017f", - "", - "\1\u0180", - "", - "\1\u0181", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "", - "\1\u0183", - "", - "", - "\1\u0184", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "\1\u0186", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "", - "", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "\1\u018a", - "", - "\1\u018b", - "\1\u00e5\1\uffff\1\u00e5\1\u018c\53\uffff\1\u00e5\6\uffff\1\u013d\16\uffff\1\u013d", - "\1\u00e5\1\uffff\1\u00e5\1\u018d\53\uffff\1\u00e5", - "\1\u018e", - "\1\u018f", - "\1\u0190", - "\1\u0191", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "\1\u0193", - "", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "\1\u0195", - "", - "\1\u0196", - "", - "", - "", - "\1\u0197", - "\1\u0198", - "\12\u0199", - "\12\u019a", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "\1\u019d", - "\1\u019e", - "", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "", - "\1\u01a0", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "\1\u01a2", - "\1\u01a3", - "\12\u01a4", - "\12\u01a5", + "\12\u016a", + "\12\u016b", "", "", - "\1\u01a6", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "", - "\1\u01a9", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\22\70\1\u01aa\7\70", - "\12\u01ac", - "\12\u01ad", - "\1\u01ae", + "\1\u016c", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", "", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", "", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", + "\1\u016f", + "\12\u0170", + "\12\u0171", + "\1\u0172", "", - "\1\u00e5\1\uffff\1\u00e5\54\uffff\1\u00e5\6\uffff\1\u013d\16\uffff\1\u013d", - "\1\u00e5\1\uffff\1\u00e5\54\uffff\1\u00e5", - "\12\70\7\uffff\32\70\4\uffff\1\70\1\uffff\32\70", "", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", + "\1\u00c6\1\uffff\1\u00c6\54\uffff\1\u00c6\6\uffff\1\u010f\16\uffff\1\u010f", + "\1\u00c6\1\uffff\1\u00c6\54\uffff\1\u00c6", + "\12\65\7\uffff\32\65\4\uffff\1\65\1\uffff\32\65", "", "" }; - static final short[] DFA31_eot = DFA.unpackEncodedString(DFA31_eotS); - static final short[] DFA31_eof = DFA.unpackEncodedString(DFA31_eofS); - static final char[] DFA31_min = DFA.unpackEncodedStringToUnsignedChars(DFA31_minS); - static final char[] DFA31_max = DFA.unpackEncodedStringToUnsignedChars(DFA31_maxS); - static final short[] DFA31_accept = DFA.unpackEncodedString(DFA31_acceptS); - static final short[] DFA31_special = DFA.unpackEncodedString(DFA31_specialS); - static final short[][] DFA31_transition; + static final short[] DFA33_eot = DFA.unpackEncodedString(DFA33_eotS); + static final short[] DFA33_eof = DFA.unpackEncodedString(DFA33_eofS); + static final char[] DFA33_min = DFA.unpackEncodedStringToUnsignedChars(DFA33_minS); + static final char[] DFA33_max = DFA.unpackEncodedStringToUnsignedChars(DFA33_maxS); + static final short[] DFA33_accept = DFA.unpackEncodedString(DFA33_acceptS); + static final short[] DFA33_special = DFA.unpackEncodedString(DFA33_specialS); + static final short[][] DFA33_transition; static { - int numStates = DFA31_transitionS.length; - DFA31_transition = new short[numStates][]; + int numStates = DFA33_transitionS.length; + DFA33_transition = new short[numStates][]; for (int i=0; i='\u0000' && LA31_106<=')')||(LA31_106>='+' && LA31_106<='\uFFFF')) ) {s = 176;} - - else if ( (LA31_106=='*') ) {s = 177;} - - if ( s>=0 ) return s; - break; - case 1 : - int LA31_45 = input.LA(1); + int LA33_0 = input.LA(1); s = -1; - if ( ((LA31_45>='\u0000' && LA31_45<='\uFFFF')) ) {s = 128;} + if ( (LA33_0=='p') ) {s = 1;} - else s = 53; + else if ( (LA33_0=='w') ) {s = 2;} - if ( s>=0 ) return s; - break; - case 2 : - int LA31_46 = input.LA(1); + else if ( (LA33_0=='i') ) {s = 3;} - s = -1; - if ( ((LA31_46>='\u0000' && LA31_46<='\uFFFF')) ) {s = 128;} + else if ( (LA33_0=='f') ) {s = 4;} - else s = 53; + else if ( (LA33_0=='u') ) {s = 5;} - if ( s>=0 ) return s; - break; - case 3 : - int LA31_0 = input.LA(1); + else if ( (LA33_0=='b') ) {s = 6;} - s = -1; - if ( (LA31_0=='p') ) {s = 1;} + else if ( (LA33_0==':') ) {s = 7;} - else if ( (LA31_0=='w') ) {s = 2;} + else if ( (LA33_0=='v') ) {s = 8;} - else if ( (LA31_0=='i') ) {s = 3;} + else if ( (LA33_0=='t') ) {s = 9;} - else if ( (LA31_0=='f') ) {s = 4;} + else if ( (LA33_0=='c') ) {s = 10;} - else if ( (LA31_0=='u') ) {s = 5;} + else if ( (LA33_0=='s') ) {s = 11;} - else if ( (LA31_0=='b') ) {s = 6;} + else if ( (LA33_0=='g') ) {s = 12;} - else if ( (LA31_0==':') ) {s = 7;} + else if ( (LA33_0=='r') ) {s = 13;} - else if ( (LA31_0=='v') ) {s = 8;} + else if ( (LA33_0=='o') ) {s = 14;} - else if ( (LA31_0=='t') ) {s = 9;} + else if ( (LA33_0=='a') ) {s = 15;} - else if ( (LA31_0=='c') ) {s = 10;} + else if ( (LA33_0=='-') ) {s = 16;} - else if ( (LA31_0=='s') ) {s = 11;} + else if ( (LA33_0=='=') ) {s = 17;} - else if ( (LA31_0=='g') ) {s = 12;} + else if ( (LA33_0=='|') ) {s = 18;} - else if ( (LA31_0=='r') ) {s = 13;} + else if ( (LA33_0=='l') ) {s = 19;} - else if ( (LA31_0=='o') ) {s = 14;} + else if ( (LA33_0=='x') ) {s = 20;} - else if ( (LA31_0=='a') ) {s = 15;} + else if ( (LA33_0=='m') ) {s = 21;} - else if ( (LA31_0=='-') ) {s = 16;} + else if ( (LA33_0==',') ) {s = 22;} - else if ( (LA31_0=='=') ) {s = 17;} + else if ( (LA33_0=='+') ) {s = 23;} - else if ( (LA31_0=='|') ) {s = 18;} + else if ( (LA33_0=='(') ) {s = 24;} - else if ( (LA31_0=='l') ) {s = 19;} + else if ( (LA33_0=='*') ) {s = 25;} - else if ( (LA31_0=='x') ) {s = 20;} + else if ( (LA33_0=='/') ) {s = 26;} - else if ( (LA31_0=='m') ) {s = 21;} + else if ( (LA33_0=='%') ) {s = 27;} - else if ( (LA31_0==',') ) {s = 22;} + else if ( (LA33_0=='.') ) {s = 28;} - else if ( (LA31_0=='+') ) {s = 23;} + else if ( (LA33_0==')') ) {s = 29;} - else if ( (LA31_0=='y') ) {s = 24;} + else if ( (LA33_0=='[') ) {s = 30;} - else if ( (LA31_0=='d') ) {s = 25;} + else if ( (LA33_0==']') ) {s = 31;} - else if ( (LA31_0=='h') ) {s = 26;} + else if ( (LA33_0=='<') ) {s = 32;} - else if ( (LA31_0=='(') ) {s = 27;} + else if ( (LA33_0=='>') ) {s = 33;} - else if ( (LA31_0=='*') ) {s = 28;} + else if ( (LA33_0=='#') ) {s = 34;} - else if ( (LA31_0=='/') ) {s = 29;} + else if ( (LA33_0=='n') ) {s = 35;} - else if ( (LA31_0=='%') ) {s = 30;} + else if ( (LA33_0=='{') ) {s = 36;} - else if ( (LA31_0=='.') ) {s = 31;} + else if ( (LA33_0=='}') ) {s = 37;} - else if ( (LA31_0==')') ) {s = 32;} + else if ( (LA33_0=='T') ) {s = 38;} - else if ( (LA31_0=='[') ) {s = 33;} + else if ( (LA33_0=='^') ) {s = 39;} - else if ( (LA31_0==']') ) {s = 34;} + else if ( (LA33_0=='_'||(LA33_0>='d' && LA33_0<='e')||LA33_0=='h'||(LA33_0>='j' && LA33_0<='k')||LA33_0=='q'||(LA33_0>='y' && LA33_0<='z')) ) {s = 40;} - else if ( (LA31_0=='<') ) {s = 35;} + else if ( ((LA33_0>='0' && LA33_0<='1')) ) {s = 41;} - else if ( (LA31_0=='>') ) {s = 36;} + else if ( (LA33_0=='\"') ) {s = 42;} - else if ( (LA31_0=='#') ) {s = 37;} + else if ( (LA33_0=='\'') ) {s = 43;} - else if ( (LA31_0=='n') ) {s = 38;} + else if ( (LA33_0=='\t'||LA33_0==' ') ) {s = 44;} - else if ( (LA31_0=='{') ) {s = 39;} + else if ( (LA33_0=='\n'||LA33_0=='\r') ) {s = 45;} - else if ( (LA31_0=='}') ) {s = 40;} + else if ( ((LA33_0>='A' && LA33_0<='S')||(LA33_0>='U' && LA33_0<='Z')) ) {s = 46;} - else if ( (LA31_0=='T') ) {s = 41;} + else if ( (LA33_0=='3') ) {s = 47;} - else if ( (LA31_0=='^') ) {s = 42;} + else if ( ((LA33_0>='4' && LA33_0<='9')) ) {s = 48;} - else if ( (LA31_0=='_'||LA31_0=='e'||(LA31_0>='j' && LA31_0<='k')||LA31_0=='q'||LA31_0=='z') ) {s = 43;} + else if ( (LA33_0=='2') ) {s = 49;} - else if ( ((LA31_0>='0' && LA31_0<='1')) ) {s = 44;} + else if ( ((LA33_0>='\u0000' && LA33_0<='\b')||(LA33_0>='\u000B' && LA33_0<='\f')||(LA33_0>='\u000E' && LA33_0<='\u001F')||LA33_0=='!'||LA33_0=='$'||LA33_0=='&'||LA33_0==';'||(LA33_0>='?' && LA33_0<='@')||LA33_0=='\\'||LA33_0=='`'||(LA33_0>='~' && LA33_0<='\uFFFF')) ) {s = 50;} - else if ( (LA31_0=='\"') ) {s = 45;} + if ( s>=0 ) return s; + break; + case 1 : + int LA33_91 = input.LA(1); - else if ( (LA31_0=='\'') ) {s = 46;} + s = -1; + if ( ((LA33_91>='\u0000' && LA33_91<=')')||(LA33_91>='+' && LA33_91<='\uFFFF')) ) {s = 154;} - else if ( (LA31_0=='\t'||LA31_0==' ') ) {s = 47;} + else if ( (LA33_91=='*') ) {s = 155;} - else if ( (LA31_0=='\n'||LA31_0=='\r') ) {s = 48;} + if ( s>=0 ) return s; + break; + case 2 : + int LA33_42 = input.LA(1); - else if ( ((LA31_0>='A' && LA31_0<='S')||(LA31_0>='U' && LA31_0<='Z')) ) {s = 49;} + s = -1; + if ( ((LA33_42>='\u0000' && LA33_42<='\uFFFF')) ) {s = 114;} - else if ( (LA31_0=='3') ) {s = 50;} + else s = 50; - else if ( ((LA31_0>='4' && LA31_0<='9')) ) {s = 51;} + if ( s>=0 ) return s; + break; + case 3 : + int LA33_43 = input.LA(1); - else if ( (LA31_0=='2') ) {s = 52;} + s = -1; + if ( ((LA33_43>='\u0000' && LA33_43<='\uFFFF')) ) {s = 114;} - else if ( ((LA31_0>='\u0000' && LA31_0<='\b')||(LA31_0>='\u000B' && LA31_0<='\f')||(LA31_0>='\u000E' && LA31_0<='\u001F')||LA31_0=='!'||LA31_0=='$'||LA31_0=='&'||LA31_0==';'||(LA31_0>='?' && LA31_0<='@')||LA31_0=='\\'||LA31_0=='`'||(LA31_0>='~' && LA31_0<='\uFFFF')) ) {s = 53;} + else s = 50; if ( s>=0 ) return s; break; } NoViableAltException nvae = - new NoViableAltException(getDescription(), 31, _s, input); + new NoViableAltException(getDescription(), 33, _s, input); error(nvae); throw nvae; } diff --git a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/parser/antlr/internal/InternalDSLParser.java b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/parser/antlr/internal/InternalDSLParser.java index 36c3c1bfa..9fd2d2d5e 100644 --- a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/parser/antlr/internal/InternalDSLParser.java +++ b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/parser/antlr/internal/InternalDSLParser.java @@ -21,13 +21,17 @@ @SuppressWarnings("all") public class InternalDSLParser extends AbstractInternalAntlrParser { public static final String[] tokenNames = new String[] { - "", "", "", "", "RULE_SL_VISIBLE_COMMENT", "RULE_SL_VISIBLE_TITLE_COMMENT", "RULE_ML_VISIBLE_COMMENT", "RULE_ML_VISIBLE_TITLE_COMMENT", "RULE_DIVIDER", "RULE_STRING", "RULE_ID", "RULE_INTEGER", "RULE_DECIMAL", "RULE_BOOLEAN_TRUE", "RULE_BOOLEAN_FALSE", "RULE_ISODATE", "RULE_EURODATE", "RULE_USDATE", "RULE_ISOTIME", "RULE_TWENTYFOURHRSTIME", "RULE_TWELVEHRSTIME", "RULE_UPPERCASE_ID", "RULE_ML_DOC_COMMENT", "RULE_NEWLINE", "RULE_WS", "RULE_ML_COMMENT", "RULE_SL_COMMENT", "RULE_ISOTIMEZONE", "RULE_ANY_OTHER", "'packagedef'", "'with'", "'packageend'", "'import'", "'private'", "'forkdef'", "'uses'", "'based on'", "':'", "'variantdef'", "'testdef'", "'calldef'", "'single-run'", "'inlined'", "'suitedef'", "'gets'", "'returns'", "'requires'", "'concludedby'", "'suiteend'", "'by default'", "'operationdef'", "'variable'", "'initially'", "'constant'", "'parameterized'", "'assign'", "'->'", "'in'", "'checkpoint'", "'test'", "'='", "'tabletest'", "'|'", "'call'", "'timeset'", "'live'", "'progressing'", "'x'", "'on'", "'master'", "','", "'+'", "'-'", "'y'", "'year'", "'years'", "'mon'", "'month'", "'months'", "'d'", "'day'", "'days'", "'h'", "'hour'", "'hours'", "'m'", "'minute'", "'minutes'", "'s'", "'second'", "'seconds'", "'ms'", "'millisecond'", "'milliseconds'", "'suite'", "'('", "'*'", "'/'", "'%'", "'..'", "')'", "'['", "']'", "'<'", "'>'", "'#'", "'null'", "'{'", "'}'", "'.'", "'.*'" + "", "", "", "", "RULE_SL_VISIBLE_COMMENT", "RULE_SL_VISIBLE_TITLE_COMMENT", "RULE_ML_VISIBLE_COMMENT", "RULE_ML_VISIBLE_TITLE_COMMENT", "RULE_DIVIDER", "RULE_STRING", "RULE_ID", "RULE_TIMESPAN", "RULE_INTEGER", "RULE_DECIMAL", "RULE_BOOLEAN_TRUE", "RULE_BOOLEAN_FALSE", "RULE_ISODATE", "RULE_EURODATE", "RULE_USDATE", "RULE_ISOTIME", "RULE_TWENTYFOURHRSTIME", "RULE_TWELVEHRSTIME", "RULE_UPPERCASE_ID", "RULE_ML_DOC_COMMENT", "RULE_NEWLINE", "RULE_WS", "RULE_ML_COMMENT", "RULE_SL_COMMENT", "RULE_ISOTIMEZONE", "RULE_ANY_OTHER", "'packagedef'", "'with'", "'packageend'", "'import'", "'private'", "'forkdef'", "'uses'", "'based on'", "':'", "'variantdef'", "'testdef'", "'calldef'", "'single-run'", "'inlined'", "'suitedef'", "'gets'", "'returns'", "'requires'", "'concludedby'", "'suiteend'", "'by default'", "'operationdef'", "'variable'", "'initially'", "'constant'", "'parameterized'", "'assign'", "'->'", "'in'", "'checkpoint'", "'test'", "'='", "'tabletest'", "'|'", "'call'", "'timeset'", "'live'", "'progressing'", "'x'", "'on'", "'master'", "','", "'+'", "'-'", "'suite'", "'('", "'*'", "'/'", "'%'", "'..'", "')'", "'['", "']'", "'<'", "'>'", "'#'", "'null'", "'{'", "'}'", "'.'", "'.*'" }; - public static final int RULE_ISOTIME=18; + public static final int RULE_ISOTIME=19; public static final int T__50=50; - public static final int RULE_UPPERCASE_ID=21; - public static final int RULE_ML_DOC_COMMENT=22; + public static final int T__90=90; + public static final int RULE_DIVIDER=8; + public static final int RULE_TIMESPAN=11; + public static final int RULE_UPPERCASE_ID=22; + public static final int RULE_ML_DOC_COMMENT=23; public static final int T__59=59; + public static final int RULE_BOOLEAN_TRUE=14; public static final int T__55=55; public static final int T__56=56; public static final int T__57=57; @@ -36,101 +40,77 @@ public class InternalDSLParser extends AbstractInternalAntlrParser { public static final int T__52=52; public static final int T__53=53; public static final int T__54=54; + public static final int RULE_ML_VISIBLE_COMMENT=6; public static final int T__60=60; public static final int T__61=61; public static final int RULE_ID=10; - public static final int RULE_TWENTYFOURHRSTIME=19; - public static final int RULE_ISOTIMEZONE=27; - public static final int RULE_ISODATE=15; + public static final int RULE_TWENTYFOURHRSTIME=20; + public static final int RULE_ISOTIMEZONE=28; + public static final int RULE_DECIMAL=13; + public static final int RULE_ISODATE=16; public static final int T__66=66; - public static final int RULE_ML_COMMENT=25; + public static final int RULE_ML_COMMENT=26; public static final int T__67=67; public static final int T__68=68; public static final int RULE_SL_VISIBLE_COMMENT=4; public static final int T__69=69; public static final int T__62=62; - public static final int RULE_USDATE=17; + public static final int RULE_USDATE=18; public static final int T__63=63; + public static final int RULE_BOOLEAN_FALSE=15; public static final int T__64=64; public static final int T__65=65; - public static final int RULE_NEWLINE=23; - public static final int T__37=37; - public static final int T__38=38; - public static final int T__39=39; - public static final int T__33=33; - public static final int T__34=34; - public static final int T__35=35; - public static final int T__36=36; - public static final int T__30=30; - public static final int T__31=31; - public static final int T__32=32; - public static final int RULE_EURODATE=16; - public static final int RULE_ML_VISIBLE_TITLE_COMMENT=7; - public static final int T__48=48; - public static final int T__49=49; - public static final int T__44=44; - public static final int T__45=45; - public static final int T__46=46; - public static final int T__47=47; - public static final int T__40=40; - public static final int T__41=41; - public static final int T__42=42; - public static final int T__43=43; - public static final int T__91=91; - public static final int T__100=100; - public static final int T__92=92; - public static final int T__93=93; - public static final int T__102=102; - public static final int T__94=94; - public static final int T__101=101; - public static final int T__90=90; - public static final int RULE_DIVIDER=8; - public static final int RULE_BOOLEAN_TRUE=13; - public static final int T__99=99; - public static final int T__95=95; - public static final int T__96=96; - public static final int T__97=97; - public static final int T__98=98; - public static final int RULE_ML_VISIBLE_COMMENT=6; - public static final int RULE_DECIMAL=12; - public static final int T__29=29; - public static final int RULE_BOOLEAN_FALSE=14; public static final int T__70=70; public static final int T__71=71; public static final int T__72=72; + public static final int RULE_NEWLINE=24; public static final int RULE_STRING=9; public static final int RULE_SL_VISIBLE_TITLE_COMMENT=5; - public static final int RULE_SL_COMMENT=26; + public static final int RULE_SL_COMMENT=27; + public static final int T__37=37; + public static final int T__38=38; + public static final int T__39=39; + public static final int T__33=33; public static final int T__77=77; + public static final int T__34=34; public static final int T__78=78; + public static final int T__35=35; public static final int T__79=79; + public static final int T__36=36; public static final int T__73=73; public static final int EOF=-1; + public static final int T__30=30; public static final int T__74=74; + public static final int T__31=31; public static final int T__75=75; - public static final int RULE_TWELVEHRSTIME=20; + public static final int RULE_TWELVEHRSTIME=21; + public static final int T__32=32; public static final int T__76=76; public static final int T__80=80; public static final int T__81=81; - public static final int T__110=110; public static final int T__82=82; public static final int T__83=83; - public static final int RULE_WS=24; - public static final int RULE_ANY_OTHER=28; + public static final int RULE_WS=25; + public static final int RULE_ANY_OTHER=29; + public static final int RULE_EURODATE=17; + public static final int RULE_ML_VISIBLE_TITLE_COMMENT=7; + public static final int T__48=48; + public static final int T__49=49; + public static final int T__44=44; public static final int T__88=88; - public static final int T__108=108; + public static final int T__45=45; public static final int T__89=89; - public static final int T__107=107; - public static final int T__109=109; + public static final int T__46=46; + public static final int T__47=47; + public static final int T__40=40; public static final int T__84=84; - public static final int T__104=104; + public static final int T__41=41; public static final int T__85=85; - public static final int T__103=103; - public static final int RULE_INTEGER=11; + public static final int RULE_INTEGER=12; + public static final int T__42=42; public static final int T__86=86; - public static final int T__106=106; + public static final int T__43=43; public static final int T__87=87; - public static final int T__105=105; // delegates // delegators @@ -253,7 +233,7 @@ public final EObject ruleModel() throws RecognitionException { int alt1=2; int LA1_0 = input.LA(1); - if ( (LA1_0==32) ) { + if ( (LA1_0==33) ) { alt1=1; } @@ -319,7 +299,7 @@ public final EObject ruleModel() throws RecognitionException { int alt2=2; int LA2_0 = input.LA(1); - if ( (LA2_0==RULE_ML_DOC_COMMENT||LA2_0==29||(LA2_0>=33 && LA2_0<=34)||LA2_0==38) ) { + if ( (LA2_0==RULE_ML_DOC_COMMENT||LA2_0==30||(LA2_0>=34 && LA2_0<=35)||LA2_0==39) ) { alt2=1; } @@ -1536,7 +1516,7 @@ public final EObject rulePackageDefinition() throws RecognitionException { } - otherlv_1=(Token)match(input,29,FOLLOW_8); + otherlv_1=(Token)match(input,30,FOLLOW_8); newLeafNode(otherlv_1, grammarAccess.getPackageDefinitionAccess().getPackagedefKeyword_1()); @@ -1582,7 +1562,7 @@ public final EObject rulePackageDefinition() throws RecognitionException { } - otherlv_4=(Token)match(input,30,FOLLOW_10); + otherlv_4=(Token)match(input,31,FOLLOW_10); newLeafNode(otherlv_4, grammarAccess.getPackageDefinitionAccess().getWithKeyword_4()); @@ -1603,7 +1583,7 @@ public final EObject rulePackageDefinition() throws RecognitionException { int alt8=2; int LA8_0 = input.LA(1); - if ( (LA8_0==RULE_ML_DOC_COMMENT||(LA8_0>=33 && LA8_0<=34)||(LA8_0>=38 && LA8_0<=43)||(LA8_0>=50 && LA8_0<=51)||LA8_0==53) ) { + if ( (LA8_0==RULE_ML_DOC_COMMENT||(LA8_0>=34 && LA8_0<=35)||(LA8_0>=39 && LA8_0<=44)||(LA8_0>=51 && LA8_0<=52)||LA8_0==54) ) { alt8=1; } @@ -1646,7 +1626,7 @@ public final EObject rulePackageDefinition() throws RecognitionException { } } while (true); - otherlv_7=(Token)match(input,31,FOLLOW_6); + otherlv_7=(Token)match(input,32,FOLLOW_6); newLeafNode(otherlv_7, grammarAccess.getPackageDefinitionAccess().getPackageendKeyword_7()); @@ -1967,7 +1947,7 @@ public final EObject ruleImport() throws RecognitionException { // InternalDSL.g:775:1: (otherlv_0= 'import' ruleNL ( (lv_importedNamespace_2_0= ruleQualifiedNameWithWildcard ) ) ) // InternalDSL.g:775:3: otherlv_0= 'import' ruleNL ( (lv_importedNamespace_2_0= ruleQualifiedNameWithWildcard ) ) { - otherlv_0=(Token)match(input,32,FOLLOW_8); + otherlv_0=(Token)match(input,33,FOLLOW_8); newLeafNode(otherlv_0, grammarAccess.getImportAccess().getImportKeyword_0()); @@ -2143,7 +2123,7 @@ public final EObject ruleForkDefinition() throws RecognitionException { int alt11=2; int LA11_0 = input.LA(1); - if ( (LA11_0==33) ) { + if ( (LA11_0==34) ) { alt11=1; } switch (alt11) { @@ -2153,7 +2133,7 @@ public final EObject ruleForkDefinition() throws RecognitionException { // InternalDSL.g:845:1: (lv_private_1_0= 'private' ) // InternalDSL.g:846:3: lv_private_1_0= 'private' { - lv_private_1_0=(Token)match(input,33,FOLLOW_13); + lv_private_1_0=(Token)match(input,34,FOLLOW_13); newLeafNode(lv_private_1_0, grammarAccess.getForkDefinitionAccess().getPrivatePrivateKeyword_1_0()); @@ -2172,7 +2152,7 @@ public final EObject ruleForkDefinition() throws RecognitionException { } - otherlv_2=(Token)match(input,34,FOLLOW_8); + otherlv_2=(Token)match(input,35,FOLLOW_8); newLeafNode(otherlv_2, grammarAccess.getForkDefinitionAccess().getForkdefKeyword_2()); @@ -2287,7 +2267,7 @@ public final EObject ruleForkDefinition() throws RecognitionException { int alt14=2; int LA14_0 = input.LA(1); - if ( ((LA14_0>=35 && LA14_0<=36)) ) { + if ( ((LA14_0>=36 && LA14_0<=37)) ) { alt14=1; } switch (alt14) { @@ -2298,10 +2278,10 @@ public final EObject ruleForkDefinition() throws RecognitionException { int alt13=2; int LA13_0 = input.LA(1); - if ( (LA13_0==35) ) { + if ( (LA13_0==36) ) { alt13=1; } - else if ( (LA13_0==36) ) { + else if ( (LA13_0==37) ) { alt13=2; } else { @@ -2317,7 +2297,7 @@ else if ( (LA13_0==36) ) { // InternalDSL.g:923:5: (otherlv_8= 'uses' ruleNL ( (lv_forkerClass_10_0= ruleJavaClassReference ) ) ) // InternalDSL.g:923:7: otherlv_8= 'uses' ruleNL ( (lv_forkerClass_10_0= ruleJavaClassReference ) ) { - otherlv_8=(Token)match(input,35,FOLLOW_8); + otherlv_8=(Token)match(input,36,FOLLOW_8); newLeafNode(otherlv_8, grammarAccess.getForkDefinitionAccess().getUsesKeyword_7_0_0_0()); @@ -2375,7 +2355,7 @@ else if ( (LA13_0==36) ) { // InternalDSL.g:954:6: (otherlv_11= 'based on' ruleNL ( ( ruleQualifiedName ) ) ) // InternalDSL.g:954:8: otherlv_11= 'based on' ruleNL ( ( ruleQualifiedName ) ) { - otherlv_11=(Token)match(input,36,FOLLOW_8); + otherlv_11=(Token)match(input,37,FOLLOW_8); newLeafNode(otherlv_11, grammarAccess.getForkDefinitionAccess().getBasedOnKeyword_7_0_1_0()); @@ -2628,7 +2608,7 @@ public final EObject ruleForkParameter() throws RecognitionException { afterParserOrEnumRuleCall(); - otherlv_2=(Token)match(input,37,FOLLOW_21); + otherlv_2=(Token)match(input,38,FOLLOW_21); newLeafNode(otherlv_2, grammarAccess.getForkParameterAccess().getColonKeyword_2()); @@ -2793,7 +2773,7 @@ public final EObject ruleVariantDefinition() throws RecognitionException { } - otherlv_1=(Token)match(input,38,FOLLOW_8); + otherlv_1=(Token)match(input,39,FOLLOW_8); newLeafNode(otherlv_1, grammarAccess.getVariantDefinitionAccess().getVariantdefKeyword_1()); @@ -3025,7 +3005,7 @@ public final EObject ruleTestDefinition() throws RecognitionException { } - otherlv_1=(Token)match(input,39,FOLLOW_8); + otherlv_1=(Token)match(input,40,FOLLOW_8); newLeafNode(otherlv_1, grammarAccess.getTestDefinitionAccess().getTestdefKeyword_1()); @@ -3082,7 +3062,7 @@ public final EObject ruleTestDefinition() throws RecognitionException { afterParserOrEnumRuleCall(); - otherlv_5=(Token)match(input,35,FOLLOW_8); + otherlv_5=(Token)match(input,36,FOLLOW_8); newLeafNode(otherlv_5, grammarAccess.getTestDefinitionAccess().getUsesKeyword_5()); @@ -3260,7 +3240,7 @@ public final EObject ruleCallDefinition() throws RecognitionException { } - otherlv_1=(Token)match(input,40,FOLLOW_8); + otherlv_1=(Token)match(input,41,FOLLOW_8); newLeafNode(otherlv_1, grammarAccess.getCallDefinitionAccess().getCalldefKeyword_1()); @@ -3317,7 +3297,7 @@ public final EObject ruleCallDefinition() throws RecognitionException { afterParserOrEnumRuleCall(); - otherlv_5=(Token)match(input,35,FOLLOW_8); + otherlv_5=(Token)match(input,36,FOLLOW_8); newLeafNode(otherlv_5, grammarAccess.getCallDefinitionAccess().getUsesKeyword_5()); @@ -3511,7 +3491,7 @@ public final EObject ruleSuiteDefinition() throws RecognitionException { int alt21=2; int LA21_0 = input.LA(1); - if ( (LA21_0==33) ) { + if ( (LA21_0==34) ) { alt21=1; } switch (alt21) { @@ -3521,7 +3501,7 @@ public final EObject ruleSuiteDefinition() throws RecognitionException { // InternalDSL.g:1465:1: (lv_private_1_0= 'private' ) // InternalDSL.g:1466:3: lv_private_1_0= 'private' { - lv_private_1_0=(Token)match(input,33,FOLLOW_30); + lv_private_1_0=(Token)match(input,34,FOLLOW_30); newLeafNode(lv_private_1_0, grammarAccess.getSuiteDefinitionAccess().getPrivatePrivateKeyword_1_0()); @@ -3544,7 +3524,7 @@ public final EObject ruleSuiteDefinition() throws RecognitionException { int alt22=2; int LA22_0 = input.LA(1); - if ( (LA22_0==41) ) { + if ( (LA22_0==42) ) { alt22=1; } switch (alt22) { @@ -3554,7 +3534,7 @@ public final EObject ruleSuiteDefinition() throws RecognitionException { // InternalDSL.g:1480:1: (lv_singleRun_2_0= 'single-run' ) // InternalDSL.g:1481:3: lv_singleRun_2_0= 'single-run' { - lv_singleRun_2_0=(Token)match(input,41,FOLLOW_31); + lv_singleRun_2_0=(Token)match(input,42,FOLLOW_31); newLeafNode(lv_singleRun_2_0, grammarAccess.getSuiteDefinitionAccess().getSingleRunSingleRunKeyword_2_0()); @@ -3577,7 +3557,7 @@ public final EObject ruleSuiteDefinition() throws RecognitionException { int alt23=2; int LA23_0 = input.LA(1); - if ( (LA23_0==42) ) { + if ( (LA23_0==43) ) { alt23=1; } switch (alt23) { @@ -3587,7 +3567,7 @@ public final EObject ruleSuiteDefinition() throws RecognitionException { // InternalDSL.g:1495:1: (lv_inlined_3_0= 'inlined' ) // InternalDSL.g:1496:3: lv_inlined_3_0= 'inlined' { - lv_inlined_3_0=(Token)match(input,42,FOLLOW_32); + lv_inlined_3_0=(Token)match(input,43,FOLLOW_32); newLeafNode(lv_inlined_3_0, grammarAccess.getSuiteDefinitionAccess().getInlinedInlinedKeyword_3_0()); @@ -3606,7 +3586,7 @@ public final EObject ruleSuiteDefinition() throws RecognitionException { } - otherlv_4=(Token)match(input,43,FOLLOW_8); + otherlv_4=(Token)match(input,44,FOLLOW_8); newLeafNode(otherlv_4, grammarAccess.getSuiteDefinitionAccess().getSuitedefKeyword_4()); @@ -3667,14 +3647,14 @@ public final EObject ruleSuiteDefinition() throws RecognitionException { int alt25=2; int LA25_0 = input.LA(1); - if ( (LA25_0==44) ) { + if ( (LA25_0==45) ) { alt25=1; } switch (alt25) { case 1 : // InternalDSL.g:1547:3: otherlv_8= 'gets' ( ( (lv_parameters_9_0= ruleSuiteParameterDefinition ) ) ruleNL )+ { - otherlv_8=(Token)match(input,44,FOLLOW_8); + otherlv_8=(Token)match(input,45,FOLLOW_8); newLeafNode(otherlv_8, grammarAccess.getSuiteDefinitionAccess().getGetsKeyword_8_0()); @@ -3759,14 +3739,14 @@ public final EObject ruleSuiteDefinition() throws RecognitionException { int alt27=2; int LA27_0 = input.LA(1); - if ( (LA27_0==45) ) { + if ( (LA27_0==46) ) { alt27=1; } switch (alt27) { case 1 : // InternalDSL.g:1577:7: otherlv_11= 'returns' ( ( (lv_return_12_0= ruleSuiteReturnDefinition ) ) ruleNL )+ { - otherlv_11=(Token)match(input,45,FOLLOW_8); + otherlv_11=(Token)match(input,46,FOLLOW_8); newLeafNode(otherlv_11, grammarAccess.getSuiteDefinitionAccess().getReturnsKeyword_9_0()); @@ -3851,14 +3831,14 @@ public final EObject ruleSuiteDefinition() throws RecognitionException { int alt29=2; int LA29_0 = input.LA(1); - if ( (LA29_0==46) ) { + if ( (LA29_0==47) ) { alt29=1; } switch (alt29) { case 1 : // InternalDSL.g:1607:7: otherlv_14= 'requires' ruleNL ( ( ( ruleQualifiedName ) ) ruleNL )* { - otherlv_14=(Token)match(input,46,FOLLOW_37); + otherlv_14=(Token)match(input,47,FOLLOW_37); newLeafNode(otherlv_14, grammarAccess.getSuiteDefinitionAccess().getRequiresKeyword_10_0()); @@ -3946,14 +3926,14 @@ public final EObject ruleSuiteDefinition() throws RecognitionException { int alt31=2; int LA31_0 = input.LA(1); - if ( (LA31_0==47) ) { + if ( (LA31_0==48) ) { alt31=1; } switch (alt31) { case 1 : // InternalDSL.g:1642:7: otherlv_18= 'concludedby' ruleNL ( ( ( ruleQualifiedName ) ) ruleNL )* { - otherlv_18=(Token)match(input,47,FOLLOW_38); + otherlv_18=(Token)match(input,48,FOLLOW_38); newLeafNode(otherlv_18, grammarAccess.getSuiteDefinitionAccess().getConcludedbyKeyword_11_0()); @@ -4037,7 +4017,7 @@ public final EObject ruleSuiteDefinition() throws RecognitionException { } - otherlv_22=(Token)match(input,30,FOLLOW_39); + otherlv_22=(Token)match(input,31,FOLLOW_39); newLeafNode(otherlv_22, grammarAccess.getSuiteDefinitionAccess().getWithKeyword_12()); @@ -4058,7 +4038,7 @@ public final EObject ruleSuiteDefinition() throws RecognitionException { int alt32=2; int LA32_0 = input.LA(1); - if ( ((LA32_0>=RULE_SL_VISIBLE_COMMENT && LA32_0<=RULE_DIVIDER)||LA32_0==RULE_ML_DOC_COMMENT||LA32_0==33||LA32_0==42||LA32_0==51||LA32_0==53||LA32_0==55||(LA32_0>=58 && LA32_0<=59)||LA32_0==61||(LA32_0>=63 && LA32_0<=64)||LA32_0==94) ) { + if ( ((LA32_0>=RULE_SL_VISIBLE_COMMENT && LA32_0<=RULE_DIVIDER)||LA32_0==RULE_ML_DOC_COMMENT||LA32_0==34||LA32_0==43||LA32_0==52||LA32_0==54||LA32_0==56||(LA32_0>=59 && LA32_0<=60)||LA32_0==62||(LA32_0>=64 && LA32_0<=65)||LA32_0==74) ) { alt32=1; } @@ -4101,7 +4081,7 @@ public final EObject ruleSuiteDefinition() throws RecognitionException { } } while (true); - otherlv_25=(Token)match(input,48,FOLLOW_6); + otherlv_25=(Token)match(input,49,FOLLOW_6); newLeafNode(otherlv_25, grammarAccess.getSuiteDefinitionAccess().getSuiteendKeyword_15()); @@ -4241,7 +4221,7 @@ public final EObject ruleSuiteParameterDefinition() throws RecognitionException afterParserOrEnumRuleCall(); - otherlv_2=(Token)match(input,49,FOLLOW_21); + otherlv_2=(Token)match(input,50,FOLLOW_21); newLeafNode(otherlv_2, grammarAccess.getSuiteParameterDefinitionAccess().getByDefaultKeyword_1_1()); @@ -4457,7 +4437,7 @@ public final EObject ruleOperationDefinition() throws RecognitionException { // InternalDSL.g:1848:1: (otherlv_0= 'operationdef' ruleNL ( (lv_name_2_0= ruleQualifiedName ) ) ruleNL otherlv_4= 'uses' ruleNL ( (lv_operationType_6_0= ruleJavaClassReference ) ) ruleNL ) // InternalDSL.g:1848:3: otherlv_0= 'operationdef' ruleNL ( (lv_name_2_0= ruleQualifiedName ) ) ruleNL otherlv_4= 'uses' ruleNL ( (lv_operationType_6_0= ruleJavaClassReference ) ) ruleNL { - otherlv_0=(Token)match(input,50,FOLLOW_8); + otherlv_0=(Token)match(input,51,FOLLOW_8); newLeafNode(otherlv_0, grammarAccess.getOperationDefinitionAccess().getOperationdefKeyword_0()); @@ -4514,7 +4494,7 @@ public final EObject ruleOperationDefinition() throws RecognitionException { afterParserOrEnumRuleCall(); - otherlv_4=(Token)match(input,35,FOLLOW_8); + otherlv_4=(Token)match(input,36,FOLLOW_8); newLeafNode(otherlv_4, grammarAccess.getOperationDefinitionAccess().getUsesKeyword_4()); @@ -4656,26 +4636,26 @@ public final EObject ruleSuiteStatement() throws RecognitionException { // InternalDSL.g:1945:1: (this_SuiteStatementWithResult_0= ruleSuiteStatementWithResult | this_VariableDefinition_1= ruleVariableDefinition | this_ConstantDefinition_2= ruleConstantDefinition | this_VariableAssignment_3= ruleVariableAssignment | this_TimeSet_4= ruleTimeSet | this_VisibleComment_5= ruleVisibleComment | this_VisibleDivider_6= ruleVisibleDivider ) int alt34=7; switch ( input.LA(1) ) { - case 42: - case 58: + case 43: case 59: - case 61: - case 63: - case 94: + case 60: + case 62: + case 64: + case 74: { alt34=1; } break; - case 33: + case 34: { int LA34_2 = input.LA(2); - if ( (LA34_2==51) ) { - alt34=2; - } - else if ( (LA34_2==53) ) { + if ( (LA34_2==54) ) { alt34=3; } + else if ( (LA34_2==52) ) { + alt34=2; + } else { NoViableAltException nvae = new NoViableAltException("", 34, 2, input); @@ -4684,23 +4664,23 @@ else if ( (LA34_2==53) ) { } } break; - case 51: + case 52: { alt34=2; } break; case RULE_ML_DOC_COMMENT: - case 53: + case 54: { alt34=3; } break; - case 55: + case 56: { alt34=4; } break; - case 64: + case 65: { alt34=5; } @@ -4931,24 +4911,24 @@ public final EObject ruleSuiteStatementWithResult() throws RecognitionException // InternalDSL.g:2035:1: (this_Suite_0= ruleSuite | this_Test_1= ruleTest | this_TableTest_2= ruleTableTest | this_Call_3= ruleCall ) int alt35=4; switch ( input.LA(1) ) { - case 42: - case 94: + case 43: + case 74: { alt35=1; } break; - case 58: case 59: + case 60: { alt35=2; } break; - case 61: + case 62: { alt35=3; } break; - case 63: + case 64: { alt35=4; } @@ -5115,7 +5095,7 @@ public final EObject ruleVariableDefinition() throws RecognitionException { int alt36=2; int LA36_0 = input.LA(1); - if ( (LA36_0==33) ) { + if ( (LA36_0==34) ) { alt36=1; } switch (alt36) { @@ -5125,7 +5105,7 @@ public final EObject ruleVariableDefinition() throws RecognitionException { // InternalDSL.g:2096:1: (lv_private_0_0= 'private' ) // InternalDSL.g:2097:3: lv_private_0_0= 'private' { - lv_private_0_0=(Token)match(input,33,FOLLOW_43); + lv_private_0_0=(Token)match(input,34,FOLLOW_43); newLeafNode(lv_private_0_0, grammarAccess.getVariableDefinitionAccess().getPrivatePrivateKeyword_0_0()); @@ -5144,7 +5124,7 @@ public final EObject ruleVariableDefinition() throws RecognitionException { } - otherlv_1=(Token)match(input,51,FOLLOW_8); + otherlv_1=(Token)match(input,52,FOLLOW_8); newLeafNode(otherlv_1, grammarAccess.getVariableDefinitionAccess().getVariableKeyword_1()); @@ -5205,14 +5185,14 @@ public final EObject ruleVariableDefinition() throws RecognitionException { int alt37=2; int LA37_0 = input.LA(1); - if ( (LA37_0==52) ) { + if ( (LA37_0==53) ) { alt37=1; } switch (alt37) { case 1 : // InternalDSL.g:2148:3: otherlv_5= 'initially' ruleNL ( (lv_initialValue_7_0= ruleValueOrEnumValueOrOperationCollection ) ) ruleNL { - otherlv_5=(Token)match(input,52,FOLLOW_21); + otherlv_5=(Token)match(input,53,FOLLOW_21); newLeafNode(otherlv_5, grammarAccess.getVariableDefinitionAccess().getInitiallyKeyword_5_0()); @@ -5403,7 +5383,7 @@ public final EObject ruleConstantDefinition() throws RecognitionException { int alt39=2; int LA39_0 = input.LA(1); - if ( (LA39_0==33) ) { + if ( (LA39_0==34) ) { alt39=1; } switch (alt39) { @@ -5413,7 +5393,7 @@ public final EObject ruleConstantDefinition() throws RecognitionException { // InternalDSL.g:2226:1: (lv_private_1_0= 'private' ) // InternalDSL.g:2227:3: lv_private_1_0= 'private' { - lv_private_1_0=(Token)match(input,33,FOLLOW_47); + lv_private_1_0=(Token)match(input,34,FOLLOW_47); newLeafNode(lv_private_1_0, grammarAccess.getConstantDefinitionAccess().getPrivatePrivateKeyword_1_0()); @@ -5432,7 +5412,7 @@ public final EObject ruleConstantDefinition() throws RecognitionException { } - otherlv_2=(Token)match(input,53,FOLLOW_8); + otherlv_2=(Token)match(input,54,FOLLOW_8); newLeafNode(otherlv_2, grammarAccess.getConstantDefinitionAccess().getConstantKeyword_2()); @@ -5496,7 +5476,7 @@ public final EObject ruleConstantDefinition() throws RecognitionException { int alt40=2; int LA40_0 = input.LA(1); - if ( ((LA40_0>=RULE_STRING && LA40_0<=RULE_UPPERCASE_ID)||LA40_0==95||LA40_0==101||LA40_0==103||(LA40_0>=106 && LA40_0<=107)) ) { + if ( ((LA40_0>=RULE_STRING && LA40_0<=RULE_ID)||(LA40_0>=RULE_INTEGER && LA40_0<=RULE_UPPERCASE_ID)||LA40_0==75||LA40_0==81||LA40_0==83||(LA40_0>=86 && LA40_0<=87)) ) { alt40=1; } switch (alt40) { @@ -5557,7 +5537,7 @@ public final EObject ruleConstantDefinition() throws RecognitionException { int alt41=2; int LA41_0 = input.LA(1); - if ( (LA41_0==57) ) { + if ( (LA41_0==58) ) { alt41=1; } @@ -5624,7 +5604,7 @@ public final EObject ruleConstantDefinition() throws RecognitionException { int alt42=2; int LA42_0 = input.LA(1); - if ( (LA42_0==54) ) { + if ( (LA42_0==55) ) { alt42=1; } switch (alt42) { @@ -5637,7 +5617,7 @@ public final EObject ruleConstantDefinition() throws RecognitionException { // InternalDSL.g:2331:1: (lv_parameterized_10_0= 'parameterized' ) // InternalDSL.g:2332:3: lv_parameterized_10_0= 'parameterized' { - lv_parameterized_10_0=(Token)match(input,54,FOLLOW_6); + lv_parameterized_10_0=(Token)match(input,55,FOLLOW_6); newLeafNode(lv_parameterized_10_0, grammarAccess.getConstantDefinitionAccess().getParameterizedParameterizedKeyword_7_0_0()); @@ -5747,7 +5727,7 @@ public final EObject ruleVariableAssignment() throws RecognitionException { // InternalDSL.g:2374:1: (otherlv_0= 'assign' ruleNL ( (lv_value_2_0= ruleValueOrEnumValueOrOperationCollection ) ) ruleNL otherlv_4= '->' ruleNL ( (lv_target_6_0= ruleVariableVariable ) ) ruleNL ) // InternalDSL.g:2374:3: otherlv_0= 'assign' ruleNL ( (lv_value_2_0= ruleValueOrEnumValueOrOperationCollection ) ) ruleNL otherlv_4= '->' ruleNL ( (lv_target_6_0= ruleVariableVariable ) ) ruleNL { - otherlv_0=(Token)match(input,55,FOLLOW_21); + otherlv_0=(Token)match(input,56,FOLLOW_21); newLeafNode(otherlv_0, grammarAccess.getVariableAssignmentAccess().getAssignKeyword_0()); @@ -5804,7 +5784,7 @@ public final EObject ruleVariableAssignment() throws RecognitionException { afterParserOrEnumRuleCall(); - otherlv_4=(Token)match(input,56,FOLLOW_8); + otherlv_4=(Token)match(input,57,FOLLOW_8); newLeafNode(otherlv_4, grammarAccess.getVariableAssignmentAccess().getHyphenMinusGreaterThanSignKeyword_4()); @@ -5936,7 +5916,7 @@ public final EObject ruleVariantValue() throws RecognitionException { // InternalDSL.g:2471:1: (otherlv_0= 'in' ruleNL ( ( ( ruleQualifiedName ) ) ruleNL )+ otherlv_4= ':' ruleNL ( (lv_value_6_0= ruleValueOrEnumValueOrOperationCollection ) ) ) // InternalDSL.g:2471:3: otherlv_0= 'in' ruleNL ( ( ( ruleQualifiedName ) ) ruleNL )+ otherlv_4= ':' ruleNL ( (lv_value_6_0= ruleValueOrEnumValueOrOperationCollection ) ) { - otherlv_0=(Token)match(input,57,FOLLOW_8); + otherlv_0=(Token)match(input,58,FOLLOW_8); newLeafNode(otherlv_0, grammarAccess.getVariantValueAccess().getInKeyword_0()); @@ -6019,7 +5999,7 @@ public final EObject ruleVariantValue() throws RecognitionException { cnt43++; } while (true); - otherlv_4=(Token)match(input,37,FOLLOW_21); + otherlv_4=(Token)match(input,38,FOLLOW_21); newLeafNode(otherlv_4, grammarAccess.getVariantValueAccess().getColonKeyword_3()); @@ -6345,7 +6325,7 @@ public final EObject ruleTest() throws RecognitionException { int alt44=2; int LA44_0 = input.LA(1); - if ( (LA44_0==58) ) { + if ( (LA44_0==59) ) { alt44=1; } switch (alt44) { @@ -6355,7 +6335,7 @@ public final EObject ruleTest() throws RecognitionException { // InternalDSL.g:2638:1: (lv_checkpoint_0_0= 'checkpoint' ) // InternalDSL.g:2639:3: lv_checkpoint_0_0= 'checkpoint' { - lv_checkpoint_0_0=(Token)match(input,58,FOLLOW_55); + lv_checkpoint_0_0=(Token)match(input,59,FOLLOW_55); newLeafNode(lv_checkpoint_0_0, grammarAccess.getTestAccess().getCheckpointCheckpointKeyword_0_0()); @@ -6374,7 +6354,7 @@ public final EObject ruleTest() throws RecognitionException { } - otherlv_1=(Token)match(input,59,FOLLOW_8); + otherlv_1=(Token)match(input,60,FOLLOW_8); newLeafNode(otherlv_1, grammarAccess.getTestAccess().getTestKeyword_1()); @@ -6555,7 +6535,7 @@ public final EObject ruleTest() throws RecognitionException { afterParserOrEnumRuleCall(); - otherlv_9=(Token)match(input,60,FOLLOW_21); + otherlv_9=(Token)match(input,61,FOLLOW_21); newLeafNode(otherlv_9, grammarAccess.getTestAccess().getEqualsSignKeyword_6_1()); @@ -6701,7 +6681,7 @@ public final EObject ruleTableTest() throws RecognitionException { // InternalDSL.g:2798:1: (otherlv_0= 'tabletest' ruleNL ( ( ruleQualifiedName ) ) ( ruleNL ( (lv_parameters_4_0= ruleParameter ) ) )* ruleNLFORCED ( (lv_parameterHeaders_6_0= ruleParameterTableHeader ) )* ( (lv_resultHeaders_7_0= ruleResultTableHeader ) )* otherlv_8= '|' ( ( (lv_defaultResultColumn_9_0= '=' ) ) otherlv_10= '|' )? ( ruleNLFORCED ( (lv_rows_12_0= ruleTableTestRow ) ) )+ ruleNLFORCED ) // InternalDSL.g:2798:3: otherlv_0= 'tabletest' ruleNL ( ( ruleQualifiedName ) ) ( ruleNL ( (lv_parameters_4_0= ruleParameter ) ) )* ruleNLFORCED ( (lv_parameterHeaders_6_0= ruleParameterTableHeader ) )* ( (lv_resultHeaders_7_0= ruleResultTableHeader ) )* otherlv_8= '|' ( ( (lv_defaultResultColumn_9_0= '=' ) ) otherlv_10= '|' )? ( ruleNLFORCED ( (lv_rows_12_0= ruleTableTestRow ) ) )+ ruleNLFORCED { - otherlv_0=(Token)match(input,61,FOLLOW_8); + otherlv_0=(Token)match(input,62,FOLLOW_8); newLeafNode(otherlv_0, grammarAccess.getTableTestAccess().getTabletestKeyword_0()); @@ -6821,25 +6801,25 @@ public final EObject ruleTableTest() throws RecognitionException { int alt49=2; int LA49_0 = input.LA(1); - if ( (LA49_0==62) ) { + if ( (LA49_0==63) ) { int LA49_1 = input.LA(2); if ( (LA49_1==RULE_ID) ) { int LA49_2 = input.LA(3); - if ( (LA49_2==62) ) { + if ( (LA49_2==63) ) { alt49=1; } } - else if ( (LA49_1==71) ) { + else if ( (LA49_1==72) ) { int LA49_3 = input.LA(3); if ( (LA49_3==RULE_ID) ) { int LA49_6 = input.LA(4); - if ( (LA49_6==62) ) { + if ( (LA49_6==63) ) { alt49=1; } @@ -6848,7 +6828,7 @@ else if ( (LA49_1==71) ) { else if ( (LA49_3==RULE_STRING) ) { int LA49_7 = input.LA(4); - if ( (LA49_7==62) ) { + if ( (LA49_7==63) ) { alt49=1; } @@ -6906,10 +6886,10 @@ else if ( (LA49_3==RULE_STRING) ) { int alt50=2; int LA50_0 = input.LA(1); - if ( (LA50_0==62) ) { + if ( (LA50_0==63) ) { int LA50_1 = input.LA(2); - if ( (LA50_1==RULE_ID||LA50_1==71) ) { + if ( (LA50_1==RULE_ID||LA50_1==72) ) { alt50=1; } @@ -6955,7 +6935,7 @@ else if ( (LA49_3==RULE_STRING) ) { } } while (true); - otherlv_8=(Token)match(input,62,FOLLOW_56); + otherlv_8=(Token)match(input,63,FOLLOW_56); newLeafNode(otherlv_8, grammarAccess.getTableTestAccess().getVerticalLineKeyword_7()); @@ -6963,7 +6943,7 @@ else if ( (LA49_3==RULE_STRING) ) { int alt51=2; int LA51_0 = input.LA(1); - if ( (LA51_0==60) ) { + if ( (LA51_0==61) ) { alt51=1; } switch (alt51) { @@ -6976,7 +6956,7 @@ else if ( (LA49_3==RULE_STRING) ) { // InternalDSL.g:2900:1: (lv_defaultResultColumn_9_0= '=' ) // InternalDSL.g:2901:3: lv_defaultResultColumn_9_0= '=' { - lv_defaultResultColumn_9_0=(Token)match(input,60,FOLLOW_59); + lv_defaultResultColumn_9_0=(Token)match(input,61,FOLLOW_59); newLeafNode(lv_defaultResultColumn_9_0, grammarAccess.getTableTestAccess().getDefaultResultColumnEqualsSignKeyword_8_0_0()); @@ -6992,7 +6972,7 @@ else if ( (LA49_3==RULE_STRING) ) { } - otherlv_10=(Token)match(input,62,FOLLOW_57); + otherlv_10=(Token)match(input,63,FOLLOW_57); newLeafNode(otherlv_10, grammarAccess.getTableTestAccess().getVerticalLineKeyword_8_1()); @@ -7169,7 +7149,7 @@ public final EObject ruleTableTestRow() throws RecognitionException { int alt53=2; int LA53_0 = input.LA(1); - if ( (LA53_0==62) ) { + if ( (LA53_0==63) ) { alt53=1; } @@ -7291,7 +7271,7 @@ public final EObject ruleParameterTableHeader() throws RecognitionException { // InternalDSL.g:3018:1: (otherlv_0= '|' ( (lv_name_1_0= ruleParameterName ) ) (otherlv_2= '|' )? ) // InternalDSL.g:3018:3: otherlv_0= '|' ( (lv_name_1_0= ruleParameterName ) ) (otherlv_2= '|' )? { - otherlv_0=(Token)match(input,62,FOLLOW_57); + otherlv_0=(Token)match(input,63,FOLLOW_57); newLeafNode(otherlv_0, grammarAccess.getParameterTableHeaderAccess().getVerticalLineKeyword_0()); @@ -7330,10 +7310,10 @@ public final EObject ruleParameterTableHeader() throws RecognitionException { int alt54=2; int LA54_0 = input.LA(1); - if ( (LA54_0==62) ) { + if ( (LA54_0==63) ) { int LA54_1 = input.LA(2); - if ( (LA54_1==EOF||LA54_1==62) ) { + if ( (LA54_1==EOF||LA54_1==63) ) { alt54=1; } } @@ -7341,7 +7321,7 @@ public final EObject ruleParameterTableHeader() throws RecognitionException { case 1 : // InternalDSL.g:3040:4: otherlv_2= '|' { - otherlv_2=(Token)match(input,62,FOLLOW_2); + otherlv_2=(Token)match(input,63,FOLLOW_2); newLeafNode(otherlv_2, grammarAccess.getParameterTableHeaderAccess().getVerticalLineKeyword_2()); @@ -7427,7 +7407,7 @@ public final EObject ruleResultTableHeader() throws RecognitionException { // InternalDSL.g:3065:1: (otherlv_0= '|' ( (lv_name_1_0= ruleResultName ) ) otherlv_2= '=' (otherlv_3= '|' )? ) // InternalDSL.g:3065:3: otherlv_0= '|' ( (lv_name_1_0= ruleResultName ) ) otherlv_2= '=' (otherlv_3= '|' )? { - otherlv_0=(Token)match(input,62,FOLLOW_57); + otherlv_0=(Token)match(input,63,FOLLOW_57); newLeafNode(otherlv_0, grammarAccess.getResultTableHeaderAccess().getVerticalLineKeyword_0()); @@ -7462,7 +7442,7 @@ public final EObject ruleResultTableHeader() throws RecognitionException { } - otherlv_2=(Token)match(input,60,FOLLOW_60); + otherlv_2=(Token)match(input,61,FOLLOW_60); newLeafNode(otherlv_2, grammarAccess.getResultTableHeaderAccess().getEqualsSignKeyword_2()); @@ -7470,10 +7450,10 @@ public final EObject ruleResultTableHeader() throws RecognitionException { int alt55=2; int LA55_0 = input.LA(1); - if ( (LA55_0==62) ) { + if ( (LA55_0==63) ) { int LA55_1 = input.LA(2); - if ( (LA55_1==EOF||LA55_1==62) ) { + if ( (LA55_1==EOF||LA55_1==63) ) { alt55=1; } } @@ -7481,7 +7461,7 @@ public final EObject ruleResultTableHeader() throws RecognitionException { case 1 : // InternalDSL.g:3091:3: otherlv_3= '|' { - otherlv_3=(Token)match(input,62,FOLLOW_2); + otherlv_3=(Token)match(input,63,FOLLOW_2); newLeafNode(otherlv_3, grammarAccess.getResultTableHeaderAccess().getVerticalLineKeyword_3()); @@ -7566,7 +7546,7 @@ public final EObject ruleParameterTableValue() throws RecognitionException { // InternalDSL.g:3116:1: (otherlv_0= '|' ( (lv_value_1_0= ruleValueOrEnumValueOrOperationCollection ) ) (otherlv_2= '|' )? ) // InternalDSL.g:3116:3: otherlv_0= '|' ( (lv_value_1_0= ruleValueOrEnumValueOrOperationCollection ) ) (otherlv_2= '|' )? { - otherlv_0=(Token)match(input,62,FOLLOW_21); + otherlv_0=(Token)match(input,63,FOLLOW_21); newLeafNode(otherlv_0, grammarAccess.getParameterTableValueAccess().getVerticalLineKeyword_0()); @@ -7605,10 +7585,10 @@ public final EObject ruleParameterTableValue() throws RecognitionException { int alt56=2; int LA56_0 = input.LA(1); - if ( (LA56_0==62) ) { + if ( (LA56_0==63) ) { int LA56_1 = input.LA(2); - if ( (LA56_1==EOF||LA56_1==RULE_NEWLINE||LA56_1==62) ) { + if ( (LA56_1==EOF||LA56_1==RULE_NEWLINE||LA56_1==63) ) { alt56=1; } } @@ -7616,7 +7596,7 @@ public final EObject ruleParameterTableValue() throws RecognitionException { case 1 : // InternalDSL.g:3138:4: otherlv_2= '|' { - otherlv_2=(Token)match(input,62,FOLLOW_2); + otherlv_2=(Token)match(input,63,FOLLOW_2); newLeafNode(otherlv_2, grammarAccess.getParameterTableValueAccess().getVerticalLineKeyword_2()); @@ -7744,7 +7724,7 @@ public final EObject ruleNamedResult() throws RecognitionException { afterParserOrEnumRuleCall(); - otherlv_2=(Token)match(input,60,FOLLOW_21); + otherlv_2=(Token)match(input,61,FOLLOW_21); newLeafNode(otherlv_2, grammarAccess.getNamedResultAccess().getEqualsSignKeyword_2()); @@ -7869,7 +7849,7 @@ public final EObject ruleResultName() throws RecognitionException { if ( (LA57_0==RULE_ID) ) { alt57=1; } - else if ( (LA57_0==71) ) { + else if ( (LA57_0==72) ) { alt57=2; } else { @@ -8083,7 +8063,7 @@ public final EObject ruleCall() throws RecognitionException { // InternalDSL.g:3314:1: (otherlv_0= 'call' ruleNL ( ( (lv_multiplier_2_0= ruleExecutionMultiplier ) ) ruleNL )? ( ( ruleQualifiedName ) ) ( ruleNL ( (lv_parameters_6_0= ruleParameter ) ) )* ( ruleNL ( (lv_results_8_0= ruleNamedCallResult ) ) )* ( ruleNL otherlv_10= '->' ruleNL ( (lv_result_12_0= ruleVariableVariable ) ) )? ruleNL ) // InternalDSL.g:3314:3: otherlv_0= 'call' ruleNL ( ( (lv_multiplier_2_0= ruleExecutionMultiplier ) ) ruleNL )? ( ( ruleQualifiedName ) ) ( ruleNL ( (lv_parameters_6_0= ruleParameter ) ) )* ( ruleNL ( (lv_results_8_0= ruleNamedCallResult ) ) )* ( ruleNL otherlv_10= '->' ruleNL ( (lv_result_12_0= ruleVariableVariable ) ) )? ruleNL { - otherlv_0=(Token)match(input,63,FOLLOW_62); + otherlv_0=(Token)match(input,64,FOLLOW_62); newLeafNode(otherlv_0, grammarAccess.getCallAccess().getCallKeyword_0()); @@ -8319,7 +8299,7 @@ public final EObject ruleCall() throws RecognitionException { afterParserOrEnumRuleCall(); - otherlv_10=(Token)match(input,56,FOLLOW_8); + otherlv_10=(Token)match(input,57,FOLLOW_8); newLeafNode(otherlv_10, grammarAccess.getCallAccess().getHyphenMinusGreaterThanSignKeyword_6_1()); @@ -8500,7 +8480,7 @@ public final EObject ruleNamedCallResult() throws RecognitionException { afterParserOrEnumRuleCall(); - otherlv_2=(Token)match(input,56,FOLLOW_8); + otherlv_2=(Token)match(input,57,FOLLOW_8); newLeafNode(otherlv_2, grammarAccess.getNamedCallResultAccess().getHyphenMinusGreaterThanSignKeyword_2()); @@ -8630,7 +8610,7 @@ public final EObject ruleTimeSet() throws RecognitionException { // InternalDSL.g:3563:1: (otherlv_0= 'timeset' ruleNL ( ( ( (lv_live_2_0= 'live' ) ) ruleNL ) | ( ( ( (lv_startTime_4_0= ruleValueOrEnumValueOrOperation ) ) | ( (lv_diffTime_5_0= ruleTimeDifference ) ) ) ruleNL ( ( (lv_progressionMode_7_0= 'progressing' ) ) ruleNL ( ( (lv_progressionFactor_9_0= ruleValueOrEnumValueOrOperation ) ) otherlv_10= 'x' ruleNL )? )? ) ) (otherlv_12= 'on' ruleNL ( ( ( ( ruleQualifiedName ) ) | ( (lv_masterFork_15_0= 'master' ) ) ) (otherlv_16= ',' )? ruleNL )+ )? ) // InternalDSL.g:3563:3: otherlv_0= 'timeset' ruleNL ( ( ( (lv_live_2_0= 'live' ) ) ruleNL ) | ( ( ( (lv_startTime_4_0= ruleValueOrEnumValueOrOperation ) ) | ( (lv_diffTime_5_0= ruleTimeDifference ) ) ) ruleNL ( ( (lv_progressionMode_7_0= 'progressing' ) ) ruleNL ( ( (lv_progressionFactor_9_0= ruleValueOrEnumValueOrOperation ) ) otherlv_10= 'x' ruleNL )? )? ) ) (otherlv_12= 'on' ruleNL ( ( ( ( ruleQualifiedName ) ) | ( (lv_masterFork_15_0= 'master' ) ) ) (otherlv_16= ',' )? ruleNL )+ )? { - otherlv_0=(Token)match(input,64,FOLLOW_64); + otherlv_0=(Token)match(input,65,FOLLOW_64); newLeafNode(otherlv_0, grammarAccess.getTimeSetAccess().getTimesetKeyword_0()); @@ -8649,10 +8629,10 @@ public final EObject ruleTimeSet() throws RecognitionException { int alt65=2; int LA65_0 = input.LA(1); - if ( (LA65_0==65) ) { + if ( (LA65_0==66) ) { alt65=1; } - else if ( ((LA65_0>=RULE_STRING && LA65_0<=RULE_UPPERCASE_ID)||(LA65_0>=71 && LA65_0<=72)||LA65_0==95||LA65_0==101||LA65_0==103||(LA65_0>=106 && LA65_0<=107)) ) { + else if ( ((LA65_0>=RULE_STRING && LA65_0<=RULE_ID)||(LA65_0>=RULE_INTEGER && LA65_0<=RULE_UPPERCASE_ID)||(LA65_0>=72 && LA65_0<=73)||LA65_0==75||LA65_0==81||LA65_0==83||(LA65_0>=86 && LA65_0<=87)) ) { alt65=2; } else { @@ -8674,7 +8654,7 @@ else if ( ((LA65_0>=RULE_STRING && LA65_0<=RULE_UPPERCASE_ID)||(LA65_0>=71 && LA // InternalDSL.g:3576:1: (lv_live_2_0= 'live' ) // InternalDSL.g:3577:3: lv_live_2_0= 'live' { - lv_live_2_0=(Token)match(input,65,FOLLOW_65); + lv_live_2_0=(Token)match(input,66,FOLLOW_65); newLeafNode(lv_live_2_0, grammarAccess.getTimeSetAccess().getLiveLiveKeyword_2_0_0_0()); @@ -8717,10 +8697,10 @@ else if ( ((LA65_0>=RULE_STRING && LA65_0<=RULE_UPPERCASE_ID)||(LA65_0>=71 && LA int alt62=2; int LA62_0 = input.LA(1); - if ( ((LA62_0>=RULE_STRING && LA62_0<=RULE_UPPERCASE_ID)||LA62_0==95||LA62_0==101||LA62_0==103||(LA62_0>=106 && LA62_0<=107)) ) { + if ( ((LA62_0>=RULE_STRING && LA62_0<=RULE_ID)||(LA62_0>=RULE_INTEGER && LA62_0<=RULE_UPPERCASE_ID)||LA62_0==75||LA62_0==81||LA62_0==83||(LA62_0>=86 && LA62_0<=87)) ) { alt62=1; } - else if ( ((LA62_0>=71 && LA62_0<=72)) ) { + else if ( ((LA62_0>=72 && LA62_0<=73)) ) { alt62=2; } else { @@ -8822,7 +8802,7 @@ else if ( ((LA62_0>=71 && LA62_0<=72)) ) { int alt64=2; int LA64_0 = input.LA(1); - if ( (LA64_0==66) ) { + if ( (LA64_0==67) ) { alt64=1; } switch (alt64) { @@ -8835,7 +8815,7 @@ else if ( ((LA62_0>=71 && LA62_0<=72)) ) { // InternalDSL.g:3645:1: (lv_progressionMode_7_0= 'progressing' ) // InternalDSL.g:3646:3: lv_progressionMode_7_0= 'progressing' { - lv_progressionMode_7_0=(Token)match(input,66,FOLLOW_69); + lv_progressionMode_7_0=(Token)match(input,67,FOLLOW_69); newLeafNode(lv_progressionMode_7_0, grammarAccess.getTimeSetAccess().getProgressionModeProgressingKeyword_2_1_2_0_0()); @@ -8866,7 +8846,7 @@ else if ( ((LA62_0>=71 && LA62_0<=72)) ) { int alt63=2; int LA63_0 = input.LA(1); - if ( ((LA63_0>=RULE_STRING && LA63_0<=RULE_UPPERCASE_ID)||LA63_0==95||LA63_0==101||LA63_0==103||(LA63_0>=106 && LA63_0<=107)) ) { + if ( ((LA63_0>=RULE_STRING && LA63_0<=RULE_ID)||(LA63_0>=RULE_INTEGER && LA63_0<=RULE_UPPERCASE_ID)||LA63_0==75||LA63_0==81||LA63_0==83||(LA63_0>=86 && LA63_0<=87)) ) { alt63=1; } switch (alt63) { @@ -8904,7 +8884,7 @@ else if ( ((LA62_0>=71 && LA62_0<=72)) ) { } - otherlv_10=(Token)match(input,67,FOLLOW_65); + otherlv_10=(Token)match(input,68,FOLLOW_65); newLeafNode(otherlv_10, grammarAccess.getTimeSetAccess().getXKeyword_2_1_2_2_1()); @@ -8944,14 +8924,14 @@ else if ( ((LA62_0>=71 && LA62_0<=72)) ) { int alt69=2; int LA69_0 = input.LA(1); - if ( (LA69_0==68) ) { + if ( (LA69_0==69) ) { alt69=1; } switch (alt69) { case 1 : // InternalDSL.g:3697:9: otherlv_12= 'on' ruleNL ( ( ( ( ruleQualifiedName ) ) | ( (lv_masterFork_15_0= 'master' ) ) ) (otherlv_16= ',' )? ruleNL )+ { - otherlv_12=(Token)match(input,68,FOLLOW_72); + otherlv_12=(Token)match(input,69,FOLLOW_72); newLeafNode(otherlv_12, grammarAccess.getTimeSetAccess().getOnKeyword_3_0()); @@ -8973,7 +8953,7 @@ else if ( ((LA62_0>=71 && LA62_0<=72)) ) { int alt68=2; int LA68_0 = input.LA(1); - if ( (LA68_0==RULE_ID||LA68_0==69) ) { + if ( (LA68_0==RULE_ID||LA68_0==70) ) { alt68=1; } @@ -8989,7 +8969,7 @@ else if ( ((LA62_0>=71 && LA62_0<=72)) ) { if ( (LA66_0==RULE_ID) ) { alt66=1; } - else if ( (LA66_0==69) ) { + else if ( (LA66_0==70) ) { alt66=2; } else { @@ -9042,7 +9022,7 @@ else if ( (LA66_0==69) ) { // InternalDSL.g:3726:1: (lv_masterFork_15_0= 'master' ) // InternalDSL.g:3727:3: lv_masterFork_15_0= 'master' { - lv_masterFork_15_0=(Token)match(input,69,FOLLOW_73); + lv_masterFork_15_0=(Token)match(input,70,FOLLOW_73); newLeafNode(lv_masterFork_15_0, grammarAccess.getTimeSetAccess().getMasterForkMasterKeyword_3_2_0_1_0()); @@ -9068,14 +9048,14 @@ else if ( (LA66_0==69) ) { int alt67=2; int LA67_0 = input.LA(1); - if ( (LA67_0==70) ) { + if ( (LA67_0==71) ) { alt67=1; } switch (alt67) { case 1 : // InternalDSL.g:3740:5: otherlv_16= ',' { - otherlv_16=(Token)match(input,70,FOLLOW_72); + otherlv_16=(Token)match(input,71,FOLLOW_72); newLeafNode(otherlv_16, grammarAccess.getTimeSetAccess().getCommaKeyword_3_2_1()); @@ -9172,23 +9152,22 @@ public final EObject entryRuleTimeDifference() throws RecognitionException { // $ANTLR start "ruleTimeDifference" - // InternalDSL.g:3769:1: ruleTimeDifference returns [EObject current=null] : ( ( ( (lv_direction_0_1= '+' | lv_direction_0_2= '-' ) ) ) ( ruleNL ( (lv_values_2_0= ruleTimeDifferencePart ) ) )+ ) ; + // InternalDSL.g:3769:1: ruleTimeDifference returns [EObject current=null] : ( ( ( (lv_direction_0_1= '+' | lv_direction_0_2= '-' ) ) ) ( ruleNL ( (lv_values_2_0= RULE_TIMESPAN ) ) )+ ) ; public final EObject ruleTimeDifference() throws RecognitionException { EObject current = null; Token lv_direction_0_1=null; Token lv_direction_0_2=null; - EObject lv_values_2_0 = null; - + Token lv_values_2_0=null; enterRule(); try { - // InternalDSL.g:3772:28: ( ( ( ( (lv_direction_0_1= '+' | lv_direction_0_2= '-' ) ) ) ( ruleNL ( (lv_values_2_0= ruleTimeDifferencePart ) ) )+ ) ) - // InternalDSL.g:3773:1: ( ( ( (lv_direction_0_1= '+' | lv_direction_0_2= '-' ) ) ) ( ruleNL ( (lv_values_2_0= ruleTimeDifferencePart ) ) )+ ) + // InternalDSL.g:3772:28: ( ( ( ( (lv_direction_0_1= '+' | lv_direction_0_2= '-' ) ) ) ( ruleNL ( (lv_values_2_0= RULE_TIMESPAN ) ) )+ ) ) + // InternalDSL.g:3773:1: ( ( ( (lv_direction_0_1= '+' | lv_direction_0_2= '-' ) ) ) ( ruleNL ( (lv_values_2_0= RULE_TIMESPAN ) ) )+ ) { - // InternalDSL.g:3773:1: ( ( ( (lv_direction_0_1= '+' | lv_direction_0_2= '-' ) ) ) ( ruleNL ( (lv_values_2_0= ruleTimeDifferencePart ) ) )+ ) - // InternalDSL.g:3773:2: ( ( (lv_direction_0_1= '+' | lv_direction_0_2= '-' ) ) ) ( ruleNL ( (lv_values_2_0= ruleTimeDifferencePart ) ) )+ + // InternalDSL.g:3773:1: ( ( ( (lv_direction_0_1= '+' | lv_direction_0_2= '-' ) ) ) ( ruleNL ( (lv_values_2_0= RULE_TIMESPAN ) ) )+ ) + // InternalDSL.g:3773:2: ( ( (lv_direction_0_1= '+' | lv_direction_0_2= '-' ) ) ) ( ruleNL ( (lv_values_2_0= RULE_TIMESPAN ) ) )+ { // InternalDSL.g:3773:2: ( ( (lv_direction_0_1= '+' | lv_direction_0_2= '-' ) ) ) // InternalDSL.g:3774:1: ( (lv_direction_0_1= '+' | lv_direction_0_2= '-' ) ) @@ -9200,10 +9179,10 @@ public final EObject ruleTimeDifference() throws RecognitionException { int alt70=2; int LA70_0 = input.LA(1); - if ( (LA70_0==71) ) { + if ( (LA70_0==72) ) { alt70=1; } - else if ( (LA70_0==72) ) { + else if ( (LA70_0==73) ) { alt70=2; } else { @@ -9216,7 +9195,7 @@ else if ( (LA70_0==72) ) { case 1 : // InternalDSL.g:3776:3: lv_direction_0_1= '+' { - lv_direction_0_1=(Token)match(input,71,FOLLOW_75); + lv_direction_0_1=(Token)match(input,72,FOLLOW_75); newLeafNode(lv_direction_0_1, grammarAccess.getTimeDifferenceAccess().getDirectionPlusSignKeyword_0_0_0()); @@ -9232,7 +9211,7 @@ else if ( (LA70_0==72) ) { case 2 : // InternalDSL.g:3788:8: lv_direction_0_2= '-' { - lv_direction_0_2=(Token)match(input,72,FOLLOW_75); + lv_direction_0_2=(Token)match(input,73,FOLLOW_75); newLeafNode(lv_direction_0_2, grammarAccess.getTimeDifferenceAccess().getDirectionHyphenMinusKeyword_0_0_1()); @@ -9254,7 +9233,7 @@ else if ( (LA70_0==72) ) { } - // InternalDSL.g:3803:2: ( ruleNL ( (lv_values_2_0= ruleTimeDifferencePart ) ) )+ + // InternalDSL.g:3803:2: ( ruleNL ( (lv_values_2_0= RULE_TIMESPAN ) ) )+ int cnt71=0; loop71: do { @@ -9262,12 +9241,12 @@ else if ( (LA70_0==72) ) { alt71 = dfa71.predict(input); switch (alt71) { case 1 : - // InternalDSL.g:3804:5: ruleNL ( (lv_values_2_0= ruleTimeDifferencePart ) ) + // InternalDSL.g:3804:5: ruleNL ( (lv_values_2_0= RULE_TIMESPAN ) ) { newCompositeNode(grammarAccess.getTimeDifferenceAccess().getNLParserRuleCall_1_0()); - pushFollow(FOLLOW_75); + pushFollow(FOLLOW_76); ruleNL(); state._fsp--; @@ -9275,30 +9254,25 @@ else if ( (LA70_0==72) ) { afterParserOrEnumRuleCall(); - // InternalDSL.g:3811:1: ( (lv_values_2_0= ruleTimeDifferencePart ) ) - // InternalDSL.g:3812:1: (lv_values_2_0= ruleTimeDifferencePart ) + // InternalDSL.g:3811:1: ( (lv_values_2_0= RULE_TIMESPAN ) ) + // InternalDSL.g:3812:1: (lv_values_2_0= RULE_TIMESPAN ) { - // InternalDSL.g:3812:1: (lv_values_2_0= ruleTimeDifferencePart ) - // InternalDSL.g:3813:3: lv_values_2_0= ruleTimeDifferencePart + // InternalDSL.g:3812:1: (lv_values_2_0= RULE_TIMESPAN ) + // InternalDSL.g:3813:3: lv_values_2_0= RULE_TIMESPAN { - - newCompositeNode(grammarAccess.getTimeDifferenceAccess().getValuesTimeDifferencePartParserRuleCall_1_1_0()); - - pushFollow(FOLLOW_76); - lv_values_2_0=ruleTimeDifferencePart(); - - state._fsp--; + lv_values_2_0=(Token)match(input,RULE_TIMESPAN,FOLLOW_77); + newLeafNode(lv_values_2_0, grammarAccess.getTimeDifferenceAccess().getValuesTIMESPANTerminalRuleCall_1_1_0()); + if (current==null) { - current = createModelElementForParent(grammarAccess.getTimeDifferenceRule()); + current = createModelElement(grammarAccess.getTimeDifferenceRule()); } - add( + addWithLastConsumed( current, "values", lv_values_2_0, - "de.gebit.integrity.DSL.TimeDifferencePart"); - afterParserOrEnumRuleCall(); + "de.gebit.integrity.DSL.TIMESPAN"); } @@ -9339,25 +9313,25 @@ else if ( (LA70_0==72) ) { // $ANTLR end "ruleTimeDifference" - // $ANTLR start "entryRuleTimeDifferencePart" - // InternalDSL.g:3837:1: entryRuleTimeDifferencePart returns [EObject current=null] : iv_ruleTimeDifferencePart= ruleTimeDifferencePart EOF ; - public final EObject entryRuleTimeDifferencePart() throws RecognitionException { + // $ANTLR start "entryRuleSuite" + // InternalDSL.g:3837:1: entryRuleSuite returns [EObject current=null] : iv_ruleSuite= ruleSuite EOF ; + public final EObject entryRuleSuite() throws RecognitionException { EObject current = null; - EObject iv_ruleTimeDifferencePart = null; + EObject iv_ruleSuite = null; try { - // InternalDSL.g:3838:2: (iv_ruleTimeDifferencePart= ruleTimeDifferencePart EOF ) - // InternalDSL.g:3839:2: iv_ruleTimeDifferencePart= ruleTimeDifferencePart EOF + // InternalDSL.g:3838:2: (iv_ruleSuite= ruleSuite EOF ) + // InternalDSL.g:3839:2: iv_ruleSuite= ruleSuite EOF { - newCompositeNode(grammarAccess.getTimeDifferencePartRule()); + newCompositeNode(grammarAccess.getSuiteRule()); pushFollow(FOLLOW_1); - iv_ruleTimeDifferencePart=ruleTimeDifferencePart(); + iv_ruleSuite=ruleSuite(); state._fsp--; - current =iv_ruleTimeDifferencePart; + current =iv_ruleSuite; match(input,EOF,FOLLOW_2); } @@ -9372,76 +9346,76 @@ public final EObject entryRuleTimeDifferencePart() throws RecognitionException { } return current; } - // $ANTLR end "entryRuleTimeDifferencePart" + // $ANTLR end "entryRuleSuite" - // $ANTLR start "ruleTimeDifferencePart" - // InternalDSL.g:3846:1: ruleTimeDifferencePart returns [EObject current=null] : ( ( (lv_value_0_0= RULE_INTEGER ) ) ruleNL ( ( (lv_temporalUnit_2_1= 'y' | lv_temporalUnit_2_2= 'year' | lv_temporalUnit_2_3= 'years' | lv_temporalUnit_2_4= 'mon' | lv_temporalUnit_2_5= 'month' | lv_temporalUnit_2_6= 'months' | lv_temporalUnit_2_7= 'd' | lv_temporalUnit_2_8= 'day' | lv_temporalUnit_2_9= 'days' | lv_temporalUnit_2_10= 'h' | lv_temporalUnit_2_11= 'hour' | lv_temporalUnit_2_12= 'hours' | lv_temporalUnit_2_13= 'm' | lv_temporalUnit_2_14= 'minute' | lv_temporalUnit_2_15= 'minutes' | lv_temporalUnit_2_16= 's' | lv_temporalUnit_2_17= 'second' | lv_temporalUnit_2_18= 'seconds' | lv_temporalUnit_2_19= 'ms' | lv_temporalUnit_2_20= 'millisecond' | lv_temporalUnit_2_21= 'milliseconds' ) ) ) ) ; - public final EObject ruleTimeDifferencePart() throws RecognitionException { + // $ANTLR start "ruleSuite" + // InternalDSL.g:3846:1: ruleSuite returns [EObject current=null] : ( ( (lv_inlined_0_0= 'inlined' ) )? otherlv_1= 'suite' ruleNL ( ( (lv_multiplier_3_0= ruleExecutionMultiplier ) ) ruleNL )? ( ( ruleQualifiedName ) ) ruleNL ( ( (lv_parameters_7_0= ruleSuiteParameter ) ) ruleNL )* ( ( (lv_return_9_0= ruleSuiteReturn ) ) ruleNL )* (otherlv_11= 'on' ruleNL ( ( ruleQualifiedName ) ) ruleNL )? (otherlv_15= 'in' ruleNL ( ( ( ruleQualifiedName ) ) (otherlv_18= ',' )? ruleNL )+ )? ) ; + public final EObject ruleSuite() throws RecognitionException { EObject current = null; - Token lv_value_0_0=null; - Token lv_temporalUnit_2_1=null; - Token lv_temporalUnit_2_2=null; - Token lv_temporalUnit_2_3=null; - Token lv_temporalUnit_2_4=null; - Token lv_temporalUnit_2_5=null; - Token lv_temporalUnit_2_6=null; - Token lv_temporalUnit_2_7=null; - Token lv_temporalUnit_2_8=null; - Token lv_temporalUnit_2_9=null; - Token lv_temporalUnit_2_10=null; - Token lv_temporalUnit_2_11=null; - Token lv_temporalUnit_2_12=null; - Token lv_temporalUnit_2_13=null; - Token lv_temporalUnit_2_14=null; - Token lv_temporalUnit_2_15=null; - Token lv_temporalUnit_2_16=null; - Token lv_temporalUnit_2_17=null; - Token lv_temporalUnit_2_18=null; - Token lv_temporalUnit_2_19=null; - Token lv_temporalUnit_2_20=null; - Token lv_temporalUnit_2_21=null; + Token lv_inlined_0_0=null; + Token otherlv_1=null; + Token otherlv_11=null; + Token otherlv_15=null; + Token otherlv_18=null; + EObject lv_multiplier_3_0 = null; + + EObject lv_parameters_7_0 = null; + + EObject lv_return_9_0 = null; + enterRule(); try { - // InternalDSL.g:3849:28: ( ( ( (lv_value_0_0= RULE_INTEGER ) ) ruleNL ( ( (lv_temporalUnit_2_1= 'y' | lv_temporalUnit_2_2= 'year' | lv_temporalUnit_2_3= 'years' | lv_temporalUnit_2_4= 'mon' | lv_temporalUnit_2_5= 'month' | lv_temporalUnit_2_6= 'months' | lv_temporalUnit_2_7= 'd' | lv_temporalUnit_2_8= 'day' | lv_temporalUnit_2_9= 'days' | lv_temporalUnit_2_10= 'h' | lv_temporalUnit_2_11= 'hour' | lv_temporalUnit_2_12= 'hours' | lv_temporalUnit_2_13= 'm' | lv_temporalUnit_2_14= 'minute' | lv_temporalUnit_2_15= 'minutes' | lv_temporalUnit_2_16= 's' | lv_temporalUnit_2_17= 'second' | lv_temporalUnit_2_18= 'seconds' | lv_temporalUnit_2_19= 'ms' | lv_temporalUnit_2_20= 'millisecond' | lv_temporalUnit_2_21= 'milliseconds' ) ) ) ) ) - // InternalDSL.g:3850:1: ( ( (lv_value_0_0= RULE_INTEGER ) ) ruleNL ( ( (lv_temporalUnit_2_1= 'y' | lv_temporalUnit_2_2= 'year' | lv_temporalUnit_2_3= 'years' | lv_temporalUnit_2_4= 'mon' | lv_temporalUnit_2_5= 'month' | lv_temporalUnit_2_6= 'months' | lv_temporalUnit_2_7= 'd' | lv_temporalUnit_2_8= 'day' | lv_temporalUnit_2_9= 'days' | lv_temporalUnit_2_10= 'h' | lv_temporalUnit_2_11= 'hour' | lv_temporalUnit_2_12= 'hours' | lv_temporalUnit_2_13= 'm' | lv_temporalUnit_2_14= 'minute' | lv_temporalUnit_2_15= 'minutes' | lv_temporalUnit_2_16= 's' | lv_temporalUnit_2_17= 'second' | lv_temporalUnit_2_18= 'seconds' | lv_temporalUnit_2_19= 'ms' | lv_temporalUnit_2_20= 'millisecond' | lv_temporalUnit_2_21= 'milliseconds' ) ) ) ) - { - // InternalDSL.g:3850:1: ( ( (lv_value_0_0= RULE_INTEGER ) ) ruleNL ( ( (lv_temporalUnit_2_1= 'y' | lv_temporalUnit_2_2= 'year' | lv_temporalUnit_2_3= 'years' | lv_temporalUnit_2_4= 'mon' | lv_temporalUnit_2_5= 'month' | lv_temporalUnit_2_6= 'months' | lv_temporalUnit_2_7= 'd' | lv_temporalUnit_2_8= 'day' | lv_temporalUnit_2_9= 'days' | lv_temporalUnit_2_10= 'h' | lv_temporalUnit_2_11= 'hour' | lv_temporalUnit_2_12= 'hours' | lv_temporalUnit_2_13= 'm' | lv_temporalUnit_2_14= 'minute' | lv_temporalUnit_2_15= 'minutes' | lv_temporalUnit_2_16= 's' | lv_temporalUnit_2_17= 'second' | lv_temporalUnit_2_18= 'seconds' | lv_temporalUnit_2_19= 'ms' | lv_temporalUnit_2_20= 'millisecond' | lv_temporalUnit_2_21= 'milliseconds' ) ) ) ) - // InternalDSL.g:3850:2: ( (lv_value_0_0= RULE_INTEGER ) ) ruleNL ( ( (lv_temporalUnit_2_1= 'y' | lv_temporalUnit_2_2= 'year' | lv_temporalUnit_2_3= 'years' | lv_temporalUnit_2_4= 'mon' | lv_temporalUnit_2_5= 'month' | lv_temporalUnit_2_6= 'months' | lv_temporalUnit_2_7= 'd' | lv_temporalUnit_2_8= 'day' | lv_temporalUnit_2_9= 'days' | lv_temporalUnit_2_10= 'h' | lv_temporalUnit_2_11= 'hour' | lv_temporalUnit_2_12= 'hours' | lv_temporalUnit_2_13= 'm' | lv_temporalUnit_2_14= 'minute' | lv_temporalUnit_2_15= 'minutes' | lv_temporalUnit_2_16= 's' | lv_temporalUnit_2_17= 'second' | lv_temporalUnit_2_18= 'seconds' | lv_temporalUnit_2_19= 'ms' | lv_temporalUnit_2_20= 'millisecond' | lv_temporalUnit_2_21= 'milliseconds' ) ) ) - { - // InternalDSL.g:3850:2: ( (lv_value_0_0= RULE_INTEGER ) ) - // InternalDSL.g:3851:1: (lv_value_0_0= RULE_INTEGER ) + // InternalDSL.g:3849:28: ( ( ( (lv_inlined_0_0= 'inlined' ) )? otherlv_1= 'suite' ruleNL ( ( (lv_multiplier_3_0= ruleExecutionMultiplier ) ) ruleNL )? ( ( ruleQualifiedName ) ) ruleNL ( ( (lv_parameters_7_0= ruleSuiteParameter ) ) ruleNL )* ( ( (lv_return_9_0= ruleSuiteReturn ) ) ruleNL )* (otherlv_11= 'on' ruleNL ( ( ruleQualifiedName ) ) ruleNL )? (otherlv_15= 'in' ruleNL ( ( ( ruleQualifiedName ) ) (otherlv_18= ',' )? ruleNL )+ )? ) ) + // InternalDSL.g:3850:1: ( ( (lv_inlined_0_0= 'inlined' ) )? otherlv_1= 'suite' ruleNL ( ( (lv_multiplier_3_0= ruleExecutionMultiplier ) ) ruleNL )? ( ( ruleQualifiedName ) ) ruleNL ( ( (lv_parameters_7_0= ruleSuiteParameter ) ) ruleNL )* ( ( (lv_return_9_0= ruleSuiteReturn ) ) ruleNL )* (otherlv_11= 'on' ruleNL ( ( ruleQualifiedName ) ) ruleNL )? (otherlv_15= 'in' ruleNL ( ( ( ruleQualifiedName ) ) (otherlv_18= ',' )? ruleNL )+ )? ) { - // InternalDSL.g:3851:1: (lv_value_0_0= RULE_INTEGER ) - // InternalDSL.g:3852:3: lv_value_0_0= RULE_INTEGER + // InternalDSL.g:3850:1: ( ( (lv_inlined_0_0= 'inlined' ) )? otherlv_1= 'suite' ruleNL ( ( (lv_multiplier_3_0= ruleExecutionMultiplier ) ) ruleNL )? ( ( ruleQualifiedName ) ) ruleNL ( ( (lv_parameters_7_0= ruleSuiteParameter ) ) ruleNL )* ( ( (lv_return_9_0= ruleSuiteReturn ) ) ruleNL )* (otherlv_11= 'on' ruleNL ( ( ruleQualifiedName ) ) ruleNL )? (otherlv_15= 'in' ruleNL ( ( ( ruleQualifiedName ) ) (otherlv_18= ',' )? ruleNL )+ )? ) + // InternalDSL.g:3850:2: ( (lv_inlined_0_0= 'inlined' ) )? otherlv_1= 'suite' ruleNL ( ( (lv_multiplier_3_0= ruleExecutionMultiplier ) ) ruleNL )? ( ( ruleQualifiedName ) ) ruleNL ( ( (lv_parameters_7_0= ruleSuiteParameter ) ) ruleNL )* ( ( (lv_return_9_0= ruleSuiteReturn ) ) ruleNL )* (otherlv_11= 'on' ruleNL ( ( ruleQualifiedName ) ) ruleNL )? (otherlv_15= 'in' ruleNL ( ( ( ruleQualifiedName ) ) (otherlv_18= ',' )? ruleNL )+ )? { - lv_value_0_0=(Token)match(input,RULE_INTEGER,FOLLOW_77); + // InternalDSL.g:3850:2: ( (lv_inlined_0_0= 'inlined' ) )? + int alt72=2; + int LA72_0 = input.LA(1); - newLeafNode(lv_value_0_0, grammarAccess.getTimeDifferencePartAccess().getValueINTEGERTerminalRuleCall_0_0()); - + if ( (LA72_0==43) ) { + alt72=1; + } + switch (alt72) { + case 1 : + // InternalDSL.g:3851:1: (lv_inlined_0_0= 'inlined' ) + { + // InternalDSL.g:3851:1: (lv_inlined_0_0= 'inlined' ) + // InternalDSL.g:3852:3: lv_inlined_0_0= 'inlined' + { + lv_inlined_0_0=(Token)match(input,43,FOLLOW_78); - if (current==null) { - current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed( - current, - "value", - lv_value_0_0, - "de.gebit.integrity.DSL.INTEGER"); - + newLeafNode(lv_inlined_0_0, grammarAccess.getSuiteAccess().getInlinedInlinedKeyword_0_0()); + + + if (current==null) { + current = createModelElement(grammarAccess.getSuiteRule()); + } + setWithLastConsumed(current, "inlined", lv_inlined_0_0, "inlined"); + + + } - } + } + break; } + otherlv_1=(Token)match(input,74,FOLLOW_62); + + newLeafNode(otherlv_1, grammarAccess.getSuiteAccess().getSuiteKeyword_1()); + - newCompositeNode(grammarAccess.getTimeDifferencePartAccess().getNLParserRuleCall_1()); + newCompositeNode(grammarAccess.getSuiteAccess().getNLParserRuleCall_2()); - pushFollow(FOLLOW_78); + pushFollow(FOLLOW_62); ruleNL(); state._fsp--; @@ -9449,663 +9423,66 @@ public final EObject ruleTimeDifferencePart() throws RecognitionException { afterParserOrEnumRuleCall(); - // InternalDSL.g:3876:1: ( ( (lv_temporalUnit_2_1= 'y' | lv_temporalUnit_2_2= 'year' | lv_temporalUnit_2_3= 'years' | lv_temporalUnit_2_4= 'mon' | lv_temporalUnit_2_5= 'month' | lv_temporalUnit_2_6= 'months' | lv_temporalUnit_2_7= 'd' | lv_temporalUnit_2_8= 'day' | lv_temporalUnit_2_9= 'days' | lv_temporalUnit_2_10= 'h' | lv_temporalUnit_2_11= 'hour' | lv_temporalUnit_2_12= 'hours' | lv_temporalUnit_2_13= 'm' | lv_temporalUnit_2_14= 'minute' | lv_temporalUnit_2_15= 'minutes' | lv_temporalUnit_2_16= 's' | lv_temporalUnit_2_17= 'second' | lv_temporalUnit_2_18= 'seconds' | lv_temporalUnit_2_19= 'ms' | lv_temporalUnit_2_20= 'millisecond' | lv_temporalUnit_2_21= 'milliseconds' ) ) ) - // InternalDSL.g:3877:1: ( (lv_temporalUnit_2_1= 'y' | lv_temporalUnit_2_2= 'year' | lv_temporalUnit_2_3= 'years' | lv_temporalUnit_2_4= 'mon' | lv_temporalUnit_2_5= 'month' | lv_temporalUnit_2_6= 'months' | lv_temporalUnit_2_7= 'd' | lv_temporalUnit_2_8= 'day' | lv_temporalUnit_2_9= 'days' | lv_temporalUnit_2_10= 'h' | lv_temporalUnit_2_11= 'hour' | lv_temporalUnit_2_12= 'hours' | lv_temporalUnit_2_13= 'm' | lv_temporalUnit_2_14= 'minute' | lv_temporalUnit_2_15= 'minutes' | lv_temporalUnit_2_16= 's' | lv_temporalUnit_2_17= 'second' | lv_temporalUnit_2_18= 'seconds' | lv_temporalUnit_2_19= 'ms' | lv_temporalUnit_2_20= 'millisecond' | lv_temporalUnit_2_21= 'milliseconds' ) ) - { - // InternalDSL.g:3877:1: ( (lv_temporalUnit_2_1= 'y' | lv_temporalUnit_2_2= 'year' | lv_temporalUnit_2_3= 'years' | lv_temporalUnit_2_4= 'mon' | lv_temporalUnit_2_5= 'month' | lv_temporalUnit_2_6= 'months' | lv_temporalUnit_2_7= 'd' | lv_temporalUnit_2_8= 'day' | lv_temporalUnit_2_9= 'days' | lv_temporalUnit_2_10= 'h' | lv_temporalUnit_2_11= 'hour' | lv_temporalUnit_2_12= 'hours' | lv_temporalUnit_2_13= 'm' | lv_temporalUnit_2_14= 'minute' | lv_temporalUnit_2_15= 'minutes' | lv_temporalUnit_2_16= 's' | lv_temporalUnit_2_17= 'second' | lv_temporalUnit_2_18= 'seconds' | lv_temporalUnit_2_19= 'ms' | lv_temporalUnit_2_20= 'millisecond' | lv_temporalUnit_2_21= 'milliseconds' ) ) - // InternalDSL.g:3878:1: (lv_temporalUnit_2_1= 'y' | lv_temporalUnit_2_2= 'year' | lv_temporalUnit_2_3= 'years' | lv_temporalUnit_2_4= 'mon' | lv_temporalUnit_2_5= 'month' | lv_temporalUnit_2_6= 'months' | lv_temporalUnit_2_7= 'd' | lv_temporalUnit_2_8= 'day' | lv_temporalUnit_2_9= 'days' | lv_temporalUnit_2_10= 'h' | lv_temporalUnit_2_11= 'hour' | lv_temporalUnit_2_12= 'hours' | lv_temporalUnit_2_13= 'm' | lv_temporalUnit_2_14= 'minute' | lv_temporalUnit_2_15= 'minutes' | lv_temporalUnit_2_16= 's' | lv_temporalUnit_2_17= 'second' | lv_temporalUnit_2_18= 'seconds' | lv_temporalUnit_2_19= 'ms' | lv_temporalUnit_2_20= 'millisecond' | lv_temporalUnit_2_21= 'milliseconds' ) - { - // InternalDSL.g:3878:1: (lv_temporalUnit_2_1= 'y' | lv_temporalUnit_2_2= 'year' | lv_temporalUnit_2_3= 'years' | lv_temporalUnit_2_4= 'mon' | lv_temporalUnit_2_5= 'month' | lv_temporalUnit_2_6= 'months' | lv_temporalUnit_2_7= 'd' | lv_temporalUnit_2_8= 'day' | lv_temporalUnit_2_9= 'days' | lv_temporalUnit_2_10= 'h' | lv_temporalUnit_2_11= 'hour' | lv_temporalUnit_2_12= 'hours' | lv_temporalUnit_2_13= 'm' | lv_temporalUnit_2_14= 'minute' | lv_temporalUnit_2_15= 'minutes' | lv_temporalUnit_2_16= 's' | lv_temporalUnit_2_17= 'second' | lv_temporalUnit_2_18= 'seconds' | lv_temporalUnit_2_19= 'ms' | lv_temporalUnit_2_20= 'millisecond' | lv_temporalUnit_2_21= 'milliseconds' ) - int alt72=21; - switch ( input.LA(1) ) { - case 73: - { - alt72=1; - } - break; - case 74: - { - alt72=2; - } - break; - case 75: - { - alt72=3; - } - break; - case 76: - { - alt72=4; - } - break; - case 77: - { - alt72=5; - } - break; - case 78: - { - alt72=6; - } - break; - case 79: - { - alt72=7; - } - break; - case 80: - { - alt72=8; - } - break; - case 81: - { - alt72=9; - } - break; - case 82: - { - alt72=10; - } - break; - case 83: - { - alt72=11; - } - break; - case 84: - { - alt72=12; - } - break; - case 85: - { - alt72=13; - } - break; - case 86: - { - alt72=14; - } - break; - case 87: - { - alt72=15; - } - break; - case 88: - { - alt72=16; - } - break; - case 89: - { - alt72=17; - } - break; - case 90: - { - alt72=18; - } - break; - case 91: - { - alt72=19; - } - break; - case 92: - { - alt72=20; - } - break; - case 93: - { - alt72=21; - } - break; - default: - NoViableAltException nvae = - new NoViableAltException("", 72, 0, input); - - throw nvae; - } - - switch (alt72) { + // InternalDSL.g:3877:1: ( ( (lv_multiplier_3_0= ruleExecutionMultiplier ) ) ruleNL )? + int alt73=2; + alt73 = dfa73.predict(input); + switch (alt73) { case 1 : - // InternalDSL.g:3879:3: lv_temporalUnit_2_1= 'y' + // InternalDSL.g:3877:2: ( (lv_multiplier_3_0= ruleExecutionMultiplier ) ) ruleNL { - lv_temporalUnit_2_1=(Token)match(input,73,FOLLOW_2); - - newLeafNode(lv_temporalUnit_2_1, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitYKeyword_2_0_0()); - - - if (current==null) { - current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed(current, "temporalUnit", lv_temporalUnit_2_1, null); + // InternalDSL.g:3877:2: ( (lv_multiplier_3_0= ruleExecutionMultiplier ) ) + // InternalDSL.g:3878:1: (lv_multiplier_3_0= ruleExecutionMultiplier ) + { + // InternalDSL.g:3878:1: (lv_multiplier_3_0= ruleExecutionMultiplier ) + // InternalDSL.g:3879:3: lv_multiplier_3_0= ruleExecutionMultiplier + { + + newCompositeNode(grammarAccess.getSuiteAccess().getMultiplierExecutionMultiplierParserRuleCall_3_0_0()); + pushFollow(FOLLOW_8); + lv_multiplier_3_0=ruleExecutionMultiplier(); - } - break; - case 2 : - // InternalDSL.g:3891:8: lv_temporalUnit_2_2= 'year' - { - lv_temporalUnit_2_2=(Token)match(input,74,FOLLOW_2); + state._fsp--; - newLeafNode(lv_temporalUnit_2_2, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitYearKeyword_2_0_1()); - if (current==null) { - current = createModelElement(grammarAccess.getTimeDifferencePartRule()); + current = createModelElementForParent(grammarAccess.getSuiteRule()); } - setWithLastConsumed(current, "temporalUnit", lv_temporalUnit_2_2, null); + set( + current, + "multiplier", + lv_multiplier_3_0, + "de.gebit.integrity.DSL.ExecutionMultiplier"); + afterParserOrEnumRuleCall(); } - break; - case 3 : - // InternalDSL.g:3903:8: lv_temporalUnit_2_3= 'years' - { - lv_temporalUnit_2_3=(Token)match(input,75,FOLLOW_2); - - newLeafNode(lv_temporalUnit_2_3, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitYearsKeyword_2_0_2()); - - if (current==null) { - current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed(current, "temporalUnit", lv_temporalUnit_2_3, null); - } - break; - case 4 : - // InternalDSL.g:3915:8: lv_temporalUnit_2_4= 'mon' - { - lv_temporalUnit_2_4=(Token)match(input,76,FOLLOW_2); - newLeafNode(lv_temporalUnit_2_4, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMonKeyword_2_0_3()); + + newCompositeNode(grammarAccess.getSuiteAccess().getNLParserRuleCall_3_1()); + pushFollow(FOLLOW_8); + ruleNL(); - if (current==null) { - current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed(current, "temporalUnit", lv_temporalUnit_2_4, null); - - - } - break; - case 5 : - // InternalDSL.g:3927:8: lv_temporalUnit_2_5= 'month' - { - lv_temporalUnit_2_5=(Token)match(input,77,FOLLOW_2); - - newLeafNode(lv_temporalUnit_2_5, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMonthKeyword_2_0_4()); - - - if (current==null) { - current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed(current, "temporalUnit", lv_temporalUnit_2_5, null); - - - } - break; - case 6 : - // InternalDSL.g:3939:8: lv_temporalUnit_2_6= 'months' - { - lv_temporalUnit_2_6=(Token)match(input,78,FOLLOW_2); - - newLeafNode(lv_temporalUnit_2_6, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMonthsKeyword_2_0_5()); - - - if (current==null) { - current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed(current, "temporalUnit", lv_temporalUnit_2_6, null); - - - } - break; - case 7 : - // InternalDSL.g:3951:8: lv_temporalUnit_2_7= 'd' - { - lv_temporalUnit_2_7=(Token)match(input,79,FOLLOW_2); - - newLeafNode(lv_temporalUnit_2_7, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitDKeyword_2_0_6()); - - - if (current==null) { - current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed(current, "temporalUnit", lv_temporalUnit_2_7, null); - - - } - break; - case 8 : - // InternalDSL.g:3963:8: lv_temporalUnit_2_8= 'day' - { - lv_temporalUnit_2_8=(Token)match(input,80,FOLLOW_2); - - newLeafNode(lv_temporalUnit_2_8, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitDayKeyword_2_0_7()); - - - if (current==null) { - current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed(current, "temporalUnit", lv_temporalUnit_2_8, null); - - - } - break; - case 9 : - // InternalDSL.g:3975:8: lv_temporalUnit_2_9= 'days' - { - lv_temporalUnit_2_9=(Token)match(input,81,FOLLOW_2); - - newLeafNode(lv_temporalUnit_2_9, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitDaysKeyword_2_0_8()); - - - if (current==null) { - current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed(current, "temporalUnit", lv_temporalUnit_2_9, null); - - - } - break; - case 10 : - // InternalDSL.g:3987:8: lv_temporalUnit_2_10= 'h' - { - lv_temporalUnit_2_10=(Token)match(input,82,FOLLOW_2); - - newLeafNode(lv_temporalUnit_2_10, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitHKeyword_2_0_9()); - - - if (current==null) { - current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed(current, "temporalUnit", lv_temporalUnit_2_10, null); - - - } - break; - case 11 : - // InternalDSL.g:3999:8: lv_temporalUnit_2_11= 'hour' - { - lv_temporalUnit_2_11=(Token)match(input,83,FOLLOW_2); - - newLeafNode(lv_temporalUnit_2_11, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitHourKeyword_2_0_10()); - - - if (current==null) { - current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed(current, "temporalUnit", lv_temporalUnit_2_11, null); - - - } - break; - case 12 : - // InternalDSL.g:4011:8: lv_temporalUnit_2_12= 'hours' - { - lv_temporalUnit_2_12=(Token)match(input,84,FOLLOW_2); - - newLeafNode(lv_temporalUnit_2_12, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitHoursKeyword_2_0_11()); - - - if (current==null) { - current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed(current, "temporalUnit", lv_temporalUnit_2_12, null); - - - } - break; - case 13 : - // InternalDSL.g:4023:8: lv_temporalUnit_2_13= 'm' - { - lv_temporalUnit_2_13=(Token)match(input,85,FOLLOW_2); - - newLeafNode(lv_temporalUnit_2_13, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMKeyword_2_0_12()); - - - if (current==null) { - current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed(current, "temporalUnit", lv_temporalUnit_2_13, null); - - - } - break; - case 14 : - // InternalDSL.g:4035:8: lv_temporalUnit_2_14= 'minute' - { - lv_temporalUnit_2_14=(Token)match(input,86,FOLLOW_2); - - newLeafNode(lv_temporalUnit_2_14, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMinuteKeyword_2_0_13()); - - - if (current==null) { - current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed(current, "temporalUnit", lv_temporalUnit_2_14, null); - - - } - break; - case 15 : - // InternalDSL.g:4047:8: lv_temporalUnit_2_15= 'minutes' - { - lv_temporalUnit_2_15=(Token)match(input,87,FOLLOW_2); - - newLeafNode(lv_temporalUnit_2_15, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMinutesKeyword_2_0_14()); - - - if (current==null) { - current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed(current, "temporalUnit", lv_temporalUnit_2_15, null); - - - } - break; - case 16 : - // InternalDSL.g:4059:8: lv_temporalUnit_2_16= 's' - { - lv_temporalUnit_2_16=(Token)match(input,88,FOLLOW_2); - - newLeafNode(lv_temporalUnit_2_16, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitSKeyword_2_0_15()); - - - if (current==null) { - current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed(current, "temporalUnit", lv_temporalUnit_2_16, null); - - - } - break; - case 17 : - // InternalDSL.g:4071:8: lv_temporalUnit_2_17= 'second' - { - lv_temporalUnit_2_17=(Token)match(input,89,FOLLOW_2); - - newLeafNode(lv_temporalUnit_2_17, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitSecondKeyword_2_0_16()); - - - if (current==null) { - current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed(current, "temporalUnit", lv_temporalUnit_2_17, null); - - - } - break; - case 18 : - // InternalDSL.g:4083:8: lv_temporalUnit_2_18= 'seconds' - { - lv_temporalUnit_2_18=(Token)match(input,90,FOLLOW_2); - - newLeafNode(lv_temporalUnit_2_18, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitSecondsKeyword_2_0_17()); - - - if (current==null) { - current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed(current, "temporalUnit", lv_temporalUnit_2_18, null); - - - } - break; - case 19 : - // InternalDSL.g:4095:8: lv_temporalUnit_2_19= 'ms' - { - lv_temporalUnit_2_19=(Token)match(input,91,FOLLOW_2); - - newLeafNode(lv_temporalUnit_2_19, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMsKeyword_2_0_18()); - - - if (current==null) { - current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed(current, "temporalUnit", lv_temporalUnit_2_19, null); - - - } - break; - case 20 : - // InternalDSL.g:4107:8: lv_temporalUnit_2_20= 'millisecond' - { - lv_temporalUnit_2_20=(Token)match(input,92,FOLLOW_2); - - newLeafNode(lv_temporalUnit_2_20, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMillisecondKeyword_2_0_19()); - - - if (current==null) { - current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed(current, "temporalUnit", lv_temporalUnit_2_20, null); - - - } - break; - case 21 : - // InternalDSL.g:4119:8: lv_temporalUnit_2_21= 'milliseconds' - { - lv_temporalUnit_2_21=(Token)match(input,93,FOLLOW_2); - - newLeafNode(lv_temporalUnit_2_21, grammarAccess.getTimeDifferencePartAccess().getTemporalUnitMillisecondsKeyword_2_0_20()); - - - if (current==null) { - current = createModelElement(grammarAccess.getTimeDifferencePartRule()); - } - setWithLastConsumed(current, "temporalUnit", lv_temporalUnit_2_21, null); - - - } - break; - - } - - - } - - - } - - - } - - - } - - leaveRule(); - } - - catch (RecognitionException re) { - recover(input,re); - appendSkippedTokens(); - } - finally { - } - return current; - } - // $ANTLR end "ruleTimeDifferencePart" - - - // $ANTLR start "entryRuleSuite" - // InternalDSL.g:4142:1: entryRuleSuite returns [EObject current=null] : iv_ruleSuite= ruleSuite EOF ; - public final EObject entryRuleSuite() throws RecognitionException { - EObject current = null; - - EObject iv_ruleSuite = null; - - - try { - // InternalDSL.g:4143:2: (iv_ruleSuite= ruleSuite EOF ) - // InternalDSL.g:4144:2: iv_ruleSuite= ruleSuite EOF - { - newCompositeNode(grammarAccess.getSuiteRule()); - pushFollow(FOLLOW_1); - iv_ruleSuite=ruleSuite(); - - state._fsp--; - - current =iv_ruleSuite; - match(input,EOF,FOLLOW_2); - - } - - } - - catch (RecognitionException re) { - recover(input,re); - appendSkippedTokens(); - } - finally { - } - return current; - } - // $ANTLR end "entryRuleSuite" - - - // $ANTLR start "ruleSuite" - // InternalDSL.g:4151:1: ruleSuite returns [EObject current=null] : ( ( (lv_inlined_0_0= 'inlined' ) )? otherlv_1= 'suite' ruleNL ( ( (lv_multiplier_3_0= ruleExecutionMultiplier ) ) ruleNL )? ( ( ruleQualifiedName ) ) ruleNL ( ( (lv_parameters_7_0= ruleSuiteParameter ) ) ruleNL )* ( ( (lv_return_9_0= ruleSuiteReturn ) ) ruleNL )* (otherlv_11= 'on' ruleNL ( ( ruleQualifiedName ) ) ruleNL )? (otherlv_15= 'in' ruleNL ( ( ( ruleQualifiedName ) ) (otherlv_18= ',' )? ruleNL )+ )? ) ; - public final EObject ruleSuite() throws RecognitionException { - EObject current = null; - - Token lv_inlined_0_0=null; - Token otherlv_1=null; - Token otherlv_11=null; - Token otherlv_15=null; - Token otherlv_18=null; - EObject lv_multiplier_3_0 = null; - - EObject lv_parameters_7_0 = null; - - EObject lv_return_9_0 = null; - - - enterRule(); - - try { - // InternalDSL.g:4154:28: ( ( ( (lv_inlined_0_0= 'inlined' ) )? otherlv_1= 'suite' ruleNL ( ( (lv_multiplier_3_0= ruleExecutionMultiplier ) ) ruleNL )? ( ( ruleQualifiedName ) ) ruleNL ( ( (lv_parameters_7_0= ruleSuiteParameter ) ) ruleNL )* ( ( (lv_return_9_0= ruleSuiteReturn ) ) ruleNL )* (otherlv_11= 'on' ruleNL ( ( ruleQualifiedName ) ) ruleNL )? (otherlv_15= 'in' ruleNL ( ( ( ruleQualifiedName ) ) (otherlv_18= ',' )? ruleNL )+ )? ) ) - // InternalDSL.g:4155:1: ( ( (lv_inlined_0_0= 'inlined' ) )? otherlv_1= 'suite' ruleNL ( ( (lv_multiplier_3_0= ruleExecutionMultiplier ) ) ruleNL )? ( ( ruleQualifiedName ) ) ruleNL ( ( (lv_parameters_7_0= ruleSuiteParameter ) ) ruleNL )* ( ( (lv_return_9_0= ruleSuiteReturn ) ) ruleNL )* (otherlv_11= 'on' ruleNL ( ( ruleQualifiedName ) ) ruleNL )? (otherlv_15= 'in' ruleNL ( ( ( ruleQualifiedName ) ) (otherlv_18= ',' )? ruleNL )+ )? ) - { - // InternalDSL.g:4155:1: ( ( (lv_inlined_0_0= 'inlined' ) )? otherlv_1= 'suite' ruleNL ( ( (lv_multiplier_3_0= ruleExecutionMultiplier ) ) ruleNL )? ( ( ruleQualifiedName ) ) ruleNL ( ( (lv_parameters_7_0= ruleSuiteParameter ) ) ruleNL )* ( ( (lv_return_9_0= ruleSuiteReturn ) ) ruleNL )* (otherlv_11= 'on' ruleNL ( ( ruleQualifiedName ) ) ruleNL )? (otherlv_15= 'in' ruleNL ( ( ( ruleQualifiedName ) ) (otherlv_18= ',' )? ruleNL )+ )? ) - // InternalDSL.g:4155:2: ( (lv_inlined_0_0= 'inlined' ) )? otherlv_1= 'suite' ruleNL ( ( (lv_multiplier_3_0= ruleExecutionMultiplier ) ) ruleNL )? ( ( ruleQualifiedName ) ) ruleNL ( ( (lv_parameters_7_0= ruleSuiteParameter ) ) ruleNL )* ( ( (lv_return_9_0= ruleSuiteReturn ) ) ruleNL )* (otherlv_11= 'on' ruleNL ( ( ruleQualifiedName ) ) ruleNL )? (otherlv_15= 'in' ruleNL ( ( ( ruleQualifiedName ) ) (otherlv_18= ',' )? ruleNL )+ )? - { - // InternalDSL.g:4155:2: ( (lv_inlined_0_0= 'inlined' ) )? - int alt73=2; - int LA73_0 = input.LA(1); - - if ( (LA73_0==42) ) { - alt73=1; - } - switch (alt73) { - case 1 : - // InternalDSL.g:4156:1: (lv_inlined_0_0= 'inlined' ) - { - // InternalDSL.g:4156:1: (lv_inlined_0_0= 'inlined' ) - // InternalDSL.g:4157:3: lv_inlined_0_0= 'inlined' - { - lv_inlined_0_0=(Token)match(input,42,FOLLOW_79); - - newLeafNode(lv_inlined_0_0, grammarAccess.getSuiteAccess().getInlinedInlinedKeyword_0_0()); - - - if (current==null) { - current = createModelElement(grammarAccess.getSuiteRule()); - } - setWithLastConsumed(current, "inlined", lv_inlined_0_0, "inlined"); - - - } - + state._fsp--; + + + afterParserOrEnumRuleCall(); + } break; } - otherlv_1=(Token)match(input,94,FOLLOW_62); - - newLeafNode(otherlv_1, grammarAccess.getSuiteAccess().getSuiteKeyword_1()); - - - newCompositeNode(grammarAccess.getSuiteAccess().getNLParserRuleCall_2()); - - pushFollow(FOLLOW_62); - ruleNL(); - - state._fsp--; - - - afterParserOrEnumRuleCall(); - - // InternalDSL.g:4182:1: ( ( (lv_multiplier_3_0= ruleExecutionMultiplier ) ) ruleNL )? - int alt74=2; - alt74 = dfa74.predict(input); - switch (alt74) { - case 1 : - // InternalDSL.g:4182:2: ( (lv_multiplier_3_0= ruleExecutionMultiplier ) ) ruleNL - { - // InternalDSL.g:4182:2: ( (lv_multiplier_3_0= ruleExecutionMultiplier ) ) - // InternalDSL.g:4183:1: (lv_multiplier_3_0= ruleExecutionMultiplier ) - { - // InternalDSL.g:4183:1: (lv_multiplier_3_0= ruleExecutionMultiplier ) - // InternalDSL.g:4184:3: lv_multiplier_3_0= ruleExecutionMultiplier - { - - newCompositeNode(grammarAccess.getSuiteAccess().getMultiplierExecutionMultiplierParserRuleCall_3_0_0()); - - pushFollow(FOLLOW_8); - lv_multiplier_3_0=ruleExecutionMultiplier(); - - state._fsp--; - - - if (current==null) { - current = createModelElementForParent(grammarAccess.getSuiteRule()); - } - set( - current, - "multiplier", - lv_multiplier_3_0, - "de.gebit.integrity.DSL.ExecutionMultiplier"); - afterParserOrEnumRuleCall(); - - - } - - - } - - - newCompositeNode(grammarAccess.getSuiteAccess().getNLParserRuleCall_3_1()); - - pushFollow(FOLLOW_8); - ruleNL(); - - state._fsp--; - - - afterParserOrEnumRuleCall(); - - - } - break; - - } - - // InternalDSL.g:4208:3: ( ( ruleQualifiedName ) ) - // InternalDSL.g:4209:1: ( ruleQualifiedName ) + // InternalDSL.g:3903:3: ( ( ruleQualifiedName ) ) + // InternalDSL.g:3904:1: ( ruleQualifiedName ) { - // InternalDSL.g:4209:1: ( ruleQualifiedName ) - // InternalDSL.g:4210:3: ruleQualifiedName + // InternalDSL.g:3904:1: ( ruleQualifiedName ) + // InternalDSL.g:3905:3: ruleQualifiedName { if (current==null) { @@ -10115,7 +9492,7 @@ public final EObject ruleSuite() throws RecognitionException { newCompositeNode(grammarAccess.getSuiteAccess().getDefinitionSuiteDefinitionCrossReference_4_0()); - pushFollow(FOLLOW_80); + pushFollow(FOLLOW_79); ruleQualifiedName(); state._fsp--; @@ -10132,7 +9509,7 @@ public final EObject ruleSuite() throws RecognitionException { newCompositeNode(grammarAccess.getSuiteAccess().getNLParserRuleCall_5()); - pushFollow(FOLLOW_81); + pushFollow(FOLLOW_80); ruleNL(); state._fsp--; @@ -10140,25 +9517,25 @@ public final EObject ruleSuite() throws RecognitionException { afterParserOrEnumRuleCall(); - // InternalDSL.g:4231:1: ( ( (lv_parameters_7_0= ruleSuiteParameter ) ) ruleNL )* - loop75: + // InternalDSL.g:3926:1: ( ( (lv_parameters_7_0= ruleSuiteParameter ) ) ruleNL )* + loop74: do { - int alt75=2; - alt75 = dfa75.predict(input); - switch (alt75) { + int alt74=2; + alt74 = dfa74.predict(input); + switch (alt74) { case 1 : - // InternalDSL.g:4231:2: ( (lv_parameters_7_0= ruleSuiteParameter ) ) ruleNL + // InternalDSL.g:3926:2: ( (lv_parameters_7_0= ruleSuiteParameter ) ) ruleNL { - // InternalDSL.g:4231:2: ( (lv_parameters_7_0= ruleSuiteParameter ) ) - // InternalDSL.g:4232:1: (lv_parameters_7_0= ruleSuiteParameter ) + // InternalDSL.g:3926:2: ( (lv_parameters_7_0= ruleSuiteParameter ) ) + // InternalDSL.g:3927:1: (lv_parameters_7_0= ruleSuiteParameter ) { - // InternalDSL.g:4232:1: (lv_parameters_7_0= ruleSuiteParameter ) - // InternalDSL.g:4233:3: lv_parameters_7_0= ruleSuiteParameter + // InternalDSL.g:3927:1: (lv_parameters_7_0= ruleSuiteParameter ) + // InternalDSL.g:3928:3: lv_parameters_7_0= ruleSuiteParameter { newCompositeNode(grammarAccess.getSuiteAccess().getParametersSuiteParameterParserRuleCall_6_0_0()); - pushFollow(FOLLOW_80); + pushFollow(FOLLOW_79); lv_parameters_7_0=ruleSuiteParameter(); state._fsp--; @@ -10183,7 +9560,7 @@ public final EObject ruleSuite() throws RecognitionException { newCompositeNode(grammarAccess.getSuiteAccess().getNLParserRuleCall_6_1()); - pushFollow(FOLLOW_81); + pushFollow(FOLLOW_80); ruleNL(); state._fsp--; @@ -10196,35 +9573,35 @@ public final EObject ruleSuite() throws RecognitionException { break; default : - break loop75; + break loop74; } } while (true); - // InternalDSL.g:4257:3: ( ( (lv_return_9_0= ruleSuiteReturn ) ) ruleNL )* - loop76: + // InternalDSL.g:3952:3: ( ( (lv_return_9_0= ruleSuiteReturn ) ) ruleNL )* + loop75: do { - int alt76=2; - int LA76_0 = input.LA(1); + int alt75=2; + int LA75_0 = input.LA(1); - if ( (LA76_0==RULE_ID) ) { - alt76=1; + if ( (LA75_0==RULE_ID) ) { + alt75=1; } - switch (alt76) { + switch (alt75) { case 1 : - // InternalDSL.g:4257:4: ( (lv_return_9_0= ruleSuiteReturn ) ) ruleNL + // InternalDSL.g:3952:4: ( (lv_return_9_0= ruleSuiteReturn ) ) ruleNL { - // InternalDSL.g:4257:4: ( (lv_return_9_0= ruleSuiteReturn ) ) - // InternalDSL.g:4258:1: (lv_return_9_0= ruleSuiteReturn ) + // InternalDSL.g:3952:4: ( (lv_return_9_0= ruleSuiteReturn ) ) + // InternalDSL.g:3953:1: (lv_return_9_0= ruleSuiteReturn ) { - // InternalDSL.g:4258:1: (lv_return_9_0= ruleSuiteReturn ) - // InternalDSL.g:4259:3: lv_return_9_0= ruleSuiteReturn + // InternalDSL.g:3953:1: (lv_return_9_0= ruleSuiteReturn ) + // InternalDSL.g:3954:3: lv_return_9_0= ruleSuiteReturn { newCompositeNode(grammarAccess.getSuiteAccess().getReturnSuiteReturnParserRuleCall_7_0_0()); - pushFollow(FOLLOW_80); + pushFollow(FOLLOW_79); lv_return_9_0=ruleSuiteReturn(); state._fsp--; @@ -10249,7 +9626,7 @@ public final EObject ruleSuite() throws RecognitionException { newCompositeNode(grammarAccess.getSuiteAccess().getNLParserRuleCall_7_1()); - pushFollow(FOLLOW_81); + pushFollow(FOLLOW_80); ruleNL(); state._fsp--; @@ -10262,22 +9639,22 @@ public final EObject ruleSuite() throws RecognitionException { break; default : - break loop76; + break loop75; } } while (true); - // InternalDSL.g:4283:3: (otherlv_11= 'on' ruleNL ( ( ruleQualifiedName ) ) ruleNL )? - int alt77=2; - int LA77_0 = input.LA(1); + // InternalDSL.g:3978:3: (otherlv_11= 'on' ruleNL ( ( ruleQualifiedName ) ) ruleNL )? + int alt76=2; + int LA76_0 = input.LA(1); - if ( (LA77_0==68) ) { - alt77=1; + if ( (LA76_0==69) ) { + alt76=1; } - switch (alt77) { + switch (alt76) { case 1 : - // InternalDSL.g:4283:5: otherlv_11= 'on' ruleNL ( ( ruleQualifiedName ) ) ruleNL + // InternalDSL.g:3978:5: otherlv_11= 'on' ruleNL ( ( ruleQualifiedName ) ) ruleNL { - otherlv_11=(Token)match(input,68,FOLLOW_8); + otherlv_11=(Token)match(input,69,FOLLOW_8); newLeafNode(otherlv_11, grammarAccess.getSuiteAccess().getOnKeyword_8_0()); @@ -10292,11 +9669,11 @@ public final EObject ruleSuite() throws RecognitionException { afterParserOrEnumRuleCall(); - // InternalDSL.g:4295:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:4296:1: ( ruleQualifiedName ) + // InternalDSL.g:3990:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:3991:1: ( ruleQualifiedName ) { - // InternalDSL.g:4296:1: ( ruleQualifiedName ) - // InternalDSL.g:4297:3: ruleQualifiedName + // InternalDSL.g:3991:1: ( ruleQualifiedName ) + // InternalDSL.g:3992:3: ruleQualifiedName { if (current==null) { @@ -10306,7 +9683,7 @@ public final EObject ruleSuite() throws RecognitionException { newCompositeNode(grammarAccess.getSuiteAccess().getForkForkDefinitionCrossReference_8_2_0()); - pushFollow(FOLLOW_82); + pushFollow(FOLLOW_81); ruleQualifiedName(); state._fsp--; @@ -10323,7 +9700,7 @@ public final EObject ruleSuite() throws RecognitionException { newCompositeNode(grammarAccess.getSuiteAccess().getNLParserRuleCall_8_3()); - pushFollow(FOLLOW_83); + pushFollow(FOLLOW_82); ruleNL(); state._fsp--; @@ -10337,18 +9714,18 @@ public final EObject ruleSuite() throws RecognitionException { } - // InternalDSL.g:4318:3: (otherlv_15= 'in' ruleNL ( ( ( ruleQualifiedName ) ) (otherlv_18= ',' )? ruleNL )+ )? - int alt80=2; - int LA80_0 = input.LA(1); + // InternalDSL.g:4013:3: (otherlv_15= 'in' ruleNL ( ( ( ruleQualifiedName ) ) (otherlv_18= ',' )? ruleNL )+ )? + int alt79=2; + int LA79_0 = input.LA(1); - if ( (LA80_0==57) ) { - alt80=1; + if ( (LA79_0==58) ) { + alt79=1; } - switch (alt80) { + switch (alt79) { case 1 : - // InternalDSL.g:4318:5: otherlv_15= 'in' ruleNL ( ( ( ruleQualifiedName ) ) (otherlv_18= ',' )? ruleNL )+ + // InternalDSL.g:4013:5: otherlv_15= 'in' ruleNL ( ( ( ruleQualifiedName ) ) (otherlv_18= ',' )? ruleNL )+ { - otherlv_15=(Token)match(input,57,FOLLOW_8); + otherlv_15=(Token)match(input,58,FOLLOW_8); newLeafNode(otherlv_15, grammarAccess.getSuiteAccess().getInKeyword_9_0()); @@ -10363,27 +9740,27 @@ public final EObject ruleSuite() throws RecognitionException { afterParserOrEnumRuleCall(); - // InternalDSL.g:4330:1: ( ( ( ruleQualifiedName ) ) (otherlv_18= ',' )? ruleNL )+ - int cnt79=0; - loop79: + // InternalDSL.g:4025:1: ( ( ( ruleQualifiedName ) ) (otherlv_18= ',' )? ruleNL )+ + int cnt78=0; + loop78: do { - int alt79=2; - int LA79_0 = input.LA(1); + int alt78=2; + int LA78_0 = input.LA(1); - if ( (LA79_0==RULE_ID) ) { - alt79=1; + if ( (LA78_0==RULE_ID) ) { + alt78=1; } - switch (alt79) { + switch (alt78) { case 1 : - // InternalDSL.g:4330:2: ( ( ruleQualifiedName ) ) (otherlv_18= ',' )? ruleNL + // InternalDSL.g:4025:2: ( ( ruleQualifiedName ) ) (otherlv_18= ',' )? ruleNL { - // InternalDSL.g:4330:2: ( ( ruleQualifiedName ) ) - // InternalDSL.g:4331:1: ( ruleQualifiedName ) + // InternalDSL.g:4025:2: ( ( ruleQualifiedName ) ) + // InternalDSL.g:4026:1: ( ruleQualifiedName ) { - // InternalDSL.g:4331:1: ( ruleQualifiedName ) - // InternalDSL.g:4332:3: ruleQualifiedName + // InternalDSL.g:4026:1: ( ruleQualifiedName ) + // InternalDSL.g:4027:3: ruleQualifiedName { if (current==null) { @@ -10393,7 +9770,7 @@ public final EObject ruleSuite() throws RecognitionException { newCompositeNode(grammarAccess.getSuiteAccess().getVariantsVariantDefinitionCrossReference_9_2_0_0()); - pushFollow(FOLLOW_84); + pushFollow(FOLLOW_83); ruleQualifiedName(); state._fsp--; @@ -10407,18 +9784,18 @@ public final EObject ruleSuite() throws RecognitionException { } - // InternalDSL.g:4345:2: (otherlv_18= ',' )? - int alt78=2; - int LA78_0 = input.LA(1); + // InternalDSL.g:4040:2: (otherlv_18= ',' )? + int alt77=2; + int LA77_0 = input.LA(1); - if ( (LA78_0==70) ) { - alt78=1; + if ( (LA77_0==71) ) { + alt77=1; } - switch (alt78) { + switch (alt77) { case 1 : - // InternalDSL.g:4345:4: otherlv_18= ',' + // InternalDSL.g:4040:4: otherlv_18= ',' { - otherlv_18=(Token)match(input,70,FOLLOW_8); + otherlv_18=(Token)match(input,71,FOLLOW_8); newLeafNode(otherlv_18, grammarAccess.getSuiteAccess().getCommaKeyword_9_2_1()); @@ -10431,7 +9808,7 @@ public final EObject ruleSuite() throws RecognitionException { newCompositeNode(grammarAccess.getSuiteAccess().getNLParserRuleCall_9_2_2()); - pushFollow(FOLLOW_85); + pushFollow(FOLLOW_84); ruleNL(); state._fsp--; @@ -10444,12 +9821,12 @@ public final EObject ruleSuite() throws RecognitionException { break; default : - if ( cnt79 >= 1 ) break loop79; + if ( cnt78 >= 1 ) break loop78; EarlyExitException eee = - new EarlyExitException(79, input); + new EarlyExitException(78, input); throw eee; } - cnt79++; + cnt78++; } while (true); @@ -10479,7 +9856,7 @@ public final EObject ruleSuite() throws RecognitionException { // $ANTLR start "entryRuleSuiteParameter" - // InternalDSL.g:4365:1: entryRuleSuiteParameter returns [EObject current=null] : iv_ruleSuiteParameter= ruleSuiteParameter EOF ; + // InternalDSL.g:4060:1: entryRuleSuiteParameter returns [EObject current=null] : iv_ruleSuiteParameter= ruleSuiteParameter EOF ; public final EObject entryRuleSuiteParameter() throws RecognitionException { EObject current = null; @@ -10487,8 +9864,8 @@ public final EObject entryRuleSuiteParameter() throws RecognitionException { try { - // InternalDSL.g:4366:2: (iv_ruleSuiteParameter= ruleSuiteParameter EOF ) - // InternalDSL.g:4367:2: iv_ruleSuiteParameter= ruleSuiteParameter EOF + // InternalDSL.g:4061:2: (iv_ruleSuiteParameter= ruleSuiteParameter EOF ) + // InternalDSL.g:4062:2: iv_ruleSuiteParameter= ruleSuiteParameter EOF { newCompositeNode(grammarAccess.getSuiteParameterRule()); pushFollow(FOLLOW_1); @@ -10515,7 +9892,7 @@ public final EObject entryRuleSuiteParameter() throws RecognitionException { // $ANTLR start "ruleSuiteParameter" - // InternalDSL.g:4374:1: ruleSuiteParameter returns [EObject current=null] : ( ( ( ruleQualifiedName ) ) ruleNL otherlv_2= ':' ruleNL ( (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) ) ) ; + // InternalDSL.g:4069:1: ruleSuiteParameter returns [EObject current=null] : ( ( ( ruleQualifiedName ) ) ruleNL otherlv_2= ':' ruleNL ( (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) ) ) ; public final EObject ruleSuiteParameter() throws RecognitionException { EObject current = null; @@ -10526,17 +9903,17 @@ public final EObject ruleSuiteParameter() throws RecognitionException { enterRule(); try { - // InternalDSL.g:4377:28: ( ( ( ( ruleQualifiedName ) ) ruleNL otherlv_2= ':' ruleNL ( (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) ) ) ) - // InternalDSL.g:4378:1: ( ( ( ruleQualifiedName ) ) ruleNL otherlv_2= ':' ruleNL ( (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) ) ) + // InternalDSL.g:4072:28: ( ( ( ( ruleQualifiedName ) ) ruleNL otherlv_2= ':' ruleNL ( (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) ) ) ) + // InternalDSL.g:4073:1: ( ( ( ruleQualifiedName ) ) ruleNL otherlv_2= ':' ruleNL ( (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) ) ) { - // InternalDSL.g:4378:1: ( ( ( ruleQualifiedName ) ) ruleNL otherlv_2= ':' ruleNL ( (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) ) ) - // InternalDSL.g:4378:2: ( ( ruleQualifiedName ) ) ruleNL otherlv_2= ':' ruleNL ( (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) ) + // InternalDSL.g:4073:1: ( ( ( ruleQualifiedName ) ) ruleNL otherlv_2= ':' ruleNL ( (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) ) ) + // InternalDSL.g:4073:2: ( ( ruleQualifiedName ) ) ruleNL otherlv_2= ':' ruleNL ( (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) ) { - // InternalDSL.g:4378:2: ( ( ruleQualifiedName ) ) - // InternalDSL.g:4379:1: ( ruleQualifiedName ) + // InternalDSL.g:4073:2: ( ( ruleQualifiedName ) ) + // InternalDSL.g:4074:1: ( ruleQualifiedName ) { - // InternalDSL.g:4379:1: ( ruleQualifiedName ) - // InternalDSL.g:4380:3: ruleQualifiedName + // InternalDSL.g:4074:1: ( ruleQualifiedName ) + // InternalDSL.g:4075:3: ruleQualifiedName { if (current==null) { @@ -10571,7 +9948,7 @@ public final EObject ruleSuiteParameter() throws RecognitionException { afterParserOrEnumRuleCall(); - otherlv_2=(Token)match(input,37,FOLLOW_21); + otherlv_2=(Token)match(input,38,FOLLOW_21); newLeafNode(otherlv_2, grammarAccess.getSuiteParameterAccess().getColonKeyword_2()); @@ -10586,11 +9963,11 @@ public final EObject ruleSuiteParameter() throws RecognitionException { afterParserOrEnumRuleCall(); - // InternalDSL.g:4413:1: ( (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) ) - // InternalDSL.g:4414:1: (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:4108:1: ( (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) ) + // InternalDSL.g:4109:1: (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) { - // InternalDSL.g:4414:1: (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) - // InternalDSL.g:4415:3: lv_value_4_0= ruleValueOrEnumValueOrOperationCollection + // InternalDSL.g:4109:1: (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:4110:3: lv_value_4_0= ruleValueOrEnumValueOrOperationCollection { newCompositeNode(grammarAccess.getSuiteParameterAccess().getValueValueOrEnumValueOrOperationCollectionParserRuleCall_4_0()); @@ -10638,7 +10015,7 @@ public final EObject ruleSuiteParameter() throws RecognitionException { // $ANTLR start "entryRuleSuiteReturn" - // InternalDSL.g:4439:1: entryRuleSuiteReturn returns [EObject current=null] : iv_ruleSuiteReturn= ruleSuiteReturn EOF ; + // InternalDSL.g:4134:1: entryRuleSuiteReturn returns [EObject current=null] : iv_ruleSuiteReturn= ruleSuiteReturn EOF ; public final EObject entryRuleSuiteReturn() throws RecognitionException { EObject current = null; @@ -10646,8 +10023,8 @@ public final EObject entryRuleSuiteReturn() throws RecognitionException { try { - // InternalDSL.g:4440:2: (iv_ruleSuiteReturn= ruleSuiteReturn EOF ) - // InternalDSL.g:4441:2: iv_ruleSuiteReturn= ruleSuiteReturn EOF + // InternalDSL.g:4135:2: (iv_ruleSuiteReturn= ruleSuiteReturn EOF ) + // InternalDSL.g:4136:2: iv_ruleSuiteReturn= ruleSuiteReturn EOF { newCompositeNode(grammarAccess.getSuiteReturnRule()); pushFollow(FOLLOW_1); @@ -10674,7 +10051,7 @@ public final EObject entryRuleSuiteReturn() throws RecognitionException { // $ANTLR start "ruleSuiteReturn" - // InternalDSL.g:4448:1: ruleSuiteReturn returns [EObject current=null] : ( ( ( ruleQualifiedName ) ) ruleNL otherlv_2= '->' ruleNL ( (lv_target_4_0= ruleVariableVariable ) ) ) ; + // InternalDSL.g:4143:1: ruleSuiteReturn returns [EObject current=null] : ( ( ( ruleQualifiedName ) ) ruleNL otherlv_2= '->' ruleNL ( (lv_target_4_0= ruleVariableVariable ) ) ) ; public final EObject ruleSuiteReturn() throws RecognitionException { EObject current = null; @@ -10685,17 +10062,17 @@ public final EObject ruleSuiteReturn() throws RecognitionException { enterRule(); try { - // InternalDSL.g:4451:28: ( ( ( ( ruleQualifiedName ) ) ruleNL otherlv_2= '->' ruleNL ( (lv_target_4_0= ruleVariableVariable ) ) ) ) - // InternalDSL.g:4452:1: ( ( ( ruleQualifiedName ) ) ruleNL otherlv_2= '->' ruleNL ( (lv_target_4_0= ruleVariableVariable ) ) ) + // InternalDSL.g:4146:28: ( ( ( ( ruleQualifiedName ) ) ruleNL otherlv_2= '->' ruleNL ( (lv_target_4_0= ruleVariableVariable ) ) ) ) + // InternalDSL.g:4147:1: ( ( ( ruleQualifiedName ) ) ruleNL otherlv_2= '->' ruleNL ( (lv_target_4_0= ruleVariableVariable ) ) ) { - // InternalDSL.g:4452:1: ( ( ( ruleQualifiedName ) ) ruleNL otherlv_2= '->' ruleNL ( (lv_target_4_0= ruleVariableVariable ) ) ) - // InternalDSL.g:4452:2: ( ( ruleQualifiedName ) ) ruleNL otherlv_2= '->' ruleNL ( (lv_target_4_0= ruleVariableVariable ) ) + // InternalDSL.g:4147:1: ( ( ( ruleQualifiedName ) ) ruleNL otherlv_2= '->' ruleNL ( (lv_target_4_0= ruleVariableVariable ) ) ) + // InternalDSL.g:4147:2: ( ( ruleQualifiedName ) ) ruleNL otherlv_2= '->' ruleNL ( (lv_target_4_0= ruleVariableVariable ) ) { - // InternalDSL.g:4452:2: ( ( ruleQualifiedName ) ) - // InternalDSL.g:4453:1: ( ruleQualifiedName ) + // InternalDSL.g:4147:2: ( ( ruleQualifiedName ) ) + // InternalDSL.g:4148:1: ( ruleQualifiedName ) { - // InternalDSL.g:4453:1: ( ruleQualifiedName ) - // InternalDSL.g:4454:3: ruleQualifiedName + // InternalDSL.g:4148:1: ( ruleQualifiedName ) + // InternalDSL.g:4149:3: ruleQualifiedName { if (current==null) { @@ -10730,7 +10107,7 @@ public final EObject ruleSuiteReturn() throws RecognitionException { afterParserOrEnumRuleCall(); - otherlv_2=(Token)match(input,56,FOLLOW_8); + otherlv_2=(Token)match(input,57,FOLLOW_8); newLeafNode(otherlv_2, grammarAccess.getSuiteReturnAccess().getHyphenMinusGreaterThanSignKeyword_2()); @@ -10745,11 +10122,11 @@ public final EObject ruleSuiteReturn() throws RecognitionException { afterParserOrEnumRuleCall(); - // InternalDSL.g:4487:1: ( (lv_target_4_0= ruleVariableVariable ) ) - // InternalDSL.g:4488:1: (lv_target_4_0= ruleVariableVariable ) + // InternalDSL.g:4182:1: ( (lv_target_4_0= ruleVariableVariable ) ) + // InternalDSL.g:4183:1: (lv_target_4_0= ruleVariableVariable ) { - // InternalDSL.g:4488:1: (lv_target_4_0= ruleVariableVariable ) - // InternalDSL.g:4489:3: lv_target_4_0= ruleVariableVariable + // InternalDSL.g:4183:1: (lv_target_4_0= ruleVariableVariable ) + // InternalDSL.g:4184:3: lv_target_4_0= ruleVariableVariable { newCompositeNode(grammarAccess.getSuiteReturnAccess().getTargetVariableVariableParserRuleCall_4_0()); @@ -10797,7 +10174,7 @@ public final EObject ruleSuiteReturn() throws RecognitionException { // $ANTLR start "entryRuleParameter" - // InternalDSL.g:4513:1: entryRuleParameter returns [EObject current=null] : iv_ruleParameter= ruleParameter EOF ; + // InternalDSL.g:4208:1: entryRuleParameter returns [EObject current=null] : iv_ruleParameter= ruleParameter EOF ; public final EObject entryRuleParameter() throws RecognitionException { EObject current = null; @@ -10805,8 +10182,8 @@ public final EObject entryRuleParameter() throws RecognitionException { try { - // InternalDSL.g:4514:2: (iv_ruleParameter= ruleParameter EOF ) - // InternalDSL.g:4515:2: iv_ruleParameter= ruleParameter EOF + // InternalDSL.g:4209:2: (iv_ruleParameter= ruleParameter EOF ) + // InternalDSL.g:4210:2: iv_ruleParameter= ruleParameter EOF { newCompositeNode(grammarAccess.getParameterRule()); pushFollow(FOLLOW_1); @@ -10833,7 +10210,7 @@ public final EObject entryRuleParameter() throws RecognitionException { // $ANTLR start "ruleParameter" - // InternalDSL.g:4522:1: ruleParameter returns [EObject current=null] : ( ( (lv_name_0_0= ruleParameterName ) ) ruleNL otherlv_2= ':' ruleNL ( (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) ) ) ; + // InternalDSL.g:4217:1: ruleParameter returns [EObject current=null] : ( ( (lv_name_0_0= ruleParameterName ) ) ruleNL otherlv_2= ':' ruleNL ( (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) ) ) ; public final EObject ruleParameter() throws RecognitionException { EObject current = null; @@ -10846,17 +10223,17 @@ public final EObject ruleParameter() throws RecognitionException { enterRule(); try { - // InternalDSL.g:4525:28: ( ( ( (lv_name_0_0= ruleParameterName ) ) ruleNL otherlv_2= ':' ruleNL ( (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) ) ) ) - // InternalDSL.g:4526:1: ( ( (lv_name_0_0= ruleParameterName ) ) ruleNL otherlv_2= ':' ruleNL ( (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) ) ) + // InternalDSL.g:4220:28: ( ( ( (lv_name_0_0= ruleParameterName ) ) ruleNL otherlv_2= ':' ruleNL ( (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) ) ) ) + // InternalDSL.g:4221:1: ( ( (lv_name_0_0= ruleParameterName ) ) ruleNL otherlv_2= ':' ruleNL ( (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) ) ) { - // InternalDSL.g:4526:1: ( ( (lv_name_0_0= ruleParameterName ) ) ruleNL otherlv_2= ':' ruleNL ( (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) ) ) - // InternalDSL.g:4526:2: ( (lv_name_0_0= ruleParameterName ) ) ruleNL otherlv_2= ':' ruleNL ( (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) ) + // InternalDSL.g:4221:1: ( ( (lv_name_0_0= ruleParameterName ) ) ruleNL otherlv_2= ':' ruleNL ( (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) ) ) + // InternalDSL.g:4221:2: ( (lv_name_0_0= ruleParameterName ) ) ruleNL otherlv_2= ':' ruleNL ( (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) ) { - // InternalDSL.g:4526:2: ( (lv_name_0_0= ruleParameterName ) ) - // InternalDSL.g:4527:1: (lv_name_0_0= ruleParameterName ) + // InternalDSL.g:4221:2: ( (lv_name_0_0= ruleParameterName ) ) + // InternalDSL.g:4222:1: (lv_name_0_0= ruleParameterName ) { - // InternalDSL.g:4527:1: (lv_name_0_0= ruleParameterName ) - // InternalDSL.g:4528:3: lv_name_0_0= ruleParameterName + // InternalDSL.g:4222:1: (lv_name_0_0= ruleParameterName ) + // InternalDSL.g:4223:3: lv_name_0_0= ruleParameterName { newCompositeNode(grammarAccess.getParameterAccess().getNameParameterNameParserRuleCall_0_0()); @@ -10894,7 +10271,7 @@ public final EObject ruleParameter() throws RecognitionException { afterParserOrEnumRuleCall(); - otherlv_2=(Token)match(input,37,FOLLOW_21); + otherlv_2=(Token)match(input,38,FOLLOW_21); newLeafNode(otherlv_2, grammarAccess.getParameterAccess().getColonKeyword_2()); @@ -10909,11 +10286,11 @@ public final EObject ruleParameter() throws RecognitionException { afterParserOrEnumRuleCall(); - // InternalDSL.g:4564:1: ( (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) ) - // InternalDSL.g:4565:1: (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:4259:1: ( (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) ) + // InternalDSL.g:4260:1: (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) { - // InternalDSL.g:4565:1: (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) - // InternalDSL.g:4566:3: lv_value_4_0= ruleValueOrEnumValueOrOperationCollection + // InternalDSL.g:4260:1: (lv_value_4_0= ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:4261:3: lv_value_4_0= ruleValueOrEnumValueOrOperationCollection { newCompositeNode(grammarAccess.getParameterAccess().getValueValueOrEnumValueOrOperationCollectionParserRuleCall_4_0()); @@ -10961,7 +10338,7 @@ public final EObject ruleParameter() throws RecognitionException { // $ANTLR start "entryRuleParameterName" - // InternalDSL.g:4590:1: entryRuleParameterName returns [EObject current=null] : iv_ruleParameterName= ruleParameterName EOF ; + // InternalDSL.g:4285:1: entryRuleParameterName returns [EObject current=null] : iv_ruleParameterName= ruleParameterName EOF ; public final EObject entryRuleParameterName() throws RecognitionException { EObject current = null; @@ -10969,8 +10346,8 @@ public final EObject entryRuleParameterName() throws RecognitionException { try { - // InternalDSL.g:4591:2: (iv_ruleParameterName= ruleParameterName EOF ) - // InternalDSL.g:4592:2: iv_ruleParameterName= ruleParameterName EOF + // InternalDSL.g:4286:2: (iv_ruleParameterName= ruleParameterName EOF ) + // InternalDSL.g:4287:2: iv_ruleParameterName= ruleParameterName EOF { newCompositeNode(grammarAccess.getParameterNameRule()); pushFollow(FOLLOW_1); @@ -10997,7 +10374,7 @@ public final EObject entryRuleParameterName() throws RecognitionException { // $ANTLR start "ruleParameterName" - // InternalDSL.g:4599:1: ruleParameterName returns [EObject current=null] : (this_FixedParameterName_0= ruleFixedParameterName | this_ArbitraryParameterOrResultName_1= ruleArbitraryParameterOrResultName ) ; + // InternalDSL.g:4294:1: ruleParameterName returns [EObject current=null] : (this_FixedParameterName_0= ruleFixedParameterName | this_ArbitraryParameterOrResultName_1= ruleArbitraryParameterOrResultName ) ; public final EObject ruleParameterName() throws RecognitionException { EObject current = null; @@ -11009,28 +10386,28 @@ public final EObject ruleParameterName() throws RecognitionException { enterRule(); try { - // InternalDSL.g:4602:28: ( (this_FixedParameterName_0= ruleFixedParameterName | this_ArbitraryParameterOrResultName_1= ruleArbitraryParameterOrResultName ) ) - // InternalDSL.g:4603:1: (this_FixedParameterName_0= ruleFixedParameterName | this_ArbitraryParameterOrResultName_1= ruleArbitraryParameterOrResultName ) + // InternalDSL.g:4297:28: ( (this_FixedParameterName_0= ruleFixedParameterName | this_ArbitraryParameterOrResultName_1= ruleArbitraryParameterOrResultName ) ) + // InternalDSL.g:4298:1: (this_FixedParameterName_0= ruleFixedParameterName | this_ArbitraryParameterOrResultName_1= ruleArbitraryParameterOrResultName ) { - // InternalDSL.g:4603:1: (this_FixedParameterName_0= ruleFixedParameterName | this_ArbitraryParameterOrResultName_1= ruleArbitraryParameterOrResultName ) - int alt81=2; - int LA81_0 = input.LA(1); + // InternalDSL.g:4298:1: (this_FixedParameterName_0= ruleFixedParameterName | this_ArbitraryParameterOrResultName_1= ruleArbitraryParameterOrResultName ) + int alt80=2; + int LA80_0 = input.LA(1); - if ( (LA81_0==RULE_ID) ) { - alt81=1; + if ( (LA80_0==RULE_ID) ) { + alt80=1; } - else if ( (LA81_0==71) ) { - alt81=2; + else if ( (LA80_0==72) ) { + alt80=2; } else { NoViableAltException nvae = - new NoViableAltException("", 81, 0, input); + new NoViableAltException("", 80, 0, input); throw nvae; } - switch (alt81) { + switch (alt80) { case 1 : - // InternalDSL.g:4604:5: this_FixedParameterName_0= ruleFixedParameterName + // InternalDSL.g:4299:5: this_FixedParameterName_0= ruleFixedParameterName { newCompositeNode(grammarAccess.getParameterNameAccess().getFixedParameterNameParserRuleCall_0()); @@ -11048,7 +10425,7 @@ else if ( (LA81_0==71) ) { } break; case 2 : - // InternalDSL.g:4614:5: this_ArbitraryParameterOrResultName_1= ruleArbitraryParameterOrResultName + // InternalDSL.g:4309:5: this_ArbitraryParameterOrResultName_1= ruleArbitraryParameterOrResultName { newCompositeNode(grammarAccess.getParameterNameAccess().getArbitraryParameterOrResultNameParserRuleCall_1()); @@ -11086,7 +10463,7 @@ else if ( (LA81_0==71) ) { // $ANTLR start "entryRuleFixedParameterName" - // InternalDSL.g:4630:1: entryRuleFixedParameterName returns [EObject current=null] : iv_ruleFixedParameterName= ruleFixedParameterName EOF ; + // InternalDSL.g:4325:1: entryRuleFixedParameterName returns [EObject current=null] : iv_ruleFixedParameterName= ruleFixedParameterName EOF ; public final EObject entryRuleFixedParameterName() throws RecognitionException { EObject current = null; @@ -11094,8 +10471,8 @@ public final EObject entryRuleFixedParameterName() throws RecognitionException { try { - // InternalDSL.g:4631:2: (iv_ruleFixedParameterName= ruleFixedParameterName EOF ) - // InternalDSL.g:4632:2: iv_ruleFixedParameterName= ruleFixedParameterName EOF + // InternalDSL.g:4326:2: (iv_ruleFixedParameterName= ruleFixedParameterName EOF ) + // InternalDSL.g:4327:2: iv_ruleFixedParameterName= ruleFixedParameterName EOF { newCompositeNode(grammarAccess.getFixedParameterNameRule()); pushFollow(FOLLOW_1); @@ -11122,7 +10499,7 @@ public final EObject entryRuleFixedParameterName() throws RecognitionException { // $ANTLR start "ruleFixedParameterName" - // InternalDSL.g:4639:1: ruleFixedParameterName returns [EObject current=null] : ( (otherlv_0= RULE_ID ) ) ; + // InternalDSL.g:4334:1: ruleFixedParameterName returns [EObject current=null] : ( (otherlv_0= RULE_ID ) ) ; public final EObject ruleFixedParameterName() throws RecognitionException { EObject current = null; @@ -11131,14 +10508,14 @@ public final EObject ruleFixedParameterName() throws RecognitionException { enterRule(); try { - // InternalDSL.g:4642:28: ( ( (otherlv_0= RULE_ID ) ) ) - // InternalDSL.g:4643:1: ( (otherlv_0= RULE_ID ) ) + // InternalDSL.g:4337:28: ( ( (otherlv_0= RULE_ID ) ) ) + // InternalDSL.g:4338:1: ( (otherlv_0= RULE_ID ) ) { - // InternalDSL.g:4643:1: ( (otherlv_0= RULE_ID ) ) - // InternalDSL.g:4644:1: (otherlv_0= RULE_ID ) + // InternalDSL.g:4338:1: ( (otherlv_0= RULE_ID ) ) + // InternalDSL.g:4339:1: (otherlv_0= RULE_ID ) { - // InternalDSL.g:4644:1: (otherlv_0= RULE_ID ) - // InternalDSL.g:4645:3: otherlv_0= RULE_ID + // InternalDSL.g:4339:1: (otherlv_0= RULE_ID ) + // InternalDSL.g:4340:3: otherlv_0= RULE_ID { if (current==null) { @@ -11173,7 +10550,7 @@ public final EObject ruleFixedParameterName() throws RecognitionException { // $ANTLR start "entryRuleArbitraryParameterOrResultName" - // InternalDSL.g:4664:1: entryRuleArbitraryParameterOrResultName returns [EObject current=null] : iv_ruleArbitraryParameterOrResultName= ruleArbitraryParameterOrResultName EOF ; + // InternalDSL.g:4359:1: entryRuleArbitraryParameterOrResultName returns [EObject current=null] : iv_ruleArbitraryParameterOrResultName= ruleArbitraryParameterOrResultName EOF ; public final EObject entryRuleArbitraryParameterOrResultName() throws RecognitionException { EObject current = null; @@ -11181,8 +10558,8 @@ public final EObject entryRuleArbitraryParameterOrResultName() throws Recognitio try { - // InternalDSL.g:4665:2: (iv_ruleArbitraryParameterOrResultName= ruleArbitraryParameterOrResultName EOF ) - // InternalDSL.g:4666:2: iv_ruleArbitraryParameterOrResultName= ruleArbitraryParameterOrResultName EOF + // InternalDSL.g:4360:2: (iv_ruleArbitraryParameterOrResultName= ruleArbitraryParameterOrResultName EOF ) + // InternalDSL.g:4361:2: iv_ruleArbitraryParameterOrResultName= ruleArbitraryParameterOrResultName EOF { newCompositeNode(grammarAccess.getArbitraryParameterOrResultNameRule()); pushFollow(FOLLOW_1); @@ -11209,7 +10586,7 @@ public final EObject entryRuleArbitraryParameterOrResultName() throws Recognitio // $ANTLR start "ruleArbitraryParameterOrResultName" - // InternalDSL.g:4673:1: ruleArbitraryParameterOrResultName returns [EObject current=null] : (otherlv_0= '+' ( ( (lv_identifier_1_0= RULE_ID ) ) | ( (lv_stringIdentifier_2_0= RULE_STRING ) ) ) ) ; + // InternalDSL.g:4368:1: ruleArbitraryParameterOrResultName returns [EObject current=null] : (otherlv_0= '+' ( ( (lv_identifier_1_0= RULE_ID ) ) | ( (lv_stringIdentifier_2_0= RULE_STRING ) ) ) ) ; public final EObject ruleArbitraryParameterOrResultName() throws RecognitionException { EObject current = null; @@ -11220,41 +10597,41 @@ public final EObject ruleArbitraryParameterOrResultName() throws RecognitionExce enterRule(); try { - // InternalDSL.g:4676:28: ( (otherlv_0= '+' ( ( (lv_identifier_1_0= RULE_ID ) ) | ( (lv_stringIdentifier_2_0= RULE_STRING ) ) ) ) ) - // InternalDSL.g:4677:1: (otherlv_0= '+' ( ( (lv_identifier_1_0= RULE_ID ) ) | ( (lv_stringIdentifier_2_0= RULE_STRING ) ) ) ) + // InternalDSL.g:4371:28: ( (otherlv_0= '+' ( ( (lv_identifier_1_0= RULE_ID ) ) | ( (lv_stringIdentifier_2_0= RULE_STRING ) ) ) ) ) + // InternalDSL.g:4372:1: (otherlv_0= '+' ( ( (lv_identifier_1_0= RULE_ID ) ) | ( (lv_stringIdentifier_2_0= RULE_STRING ) ) ) ) { - // InternalDSL.g:4677:1: (otherlv_0= '+' ( ( (lv_identifier_1_0= RULE_ID ) ) | ( (lv_stringIdentifier_2_0= RULE_STRING ) ) ) ) - // InternalDSL.g:4677:3: otherlv_0= '+' ( ( (lv_identifier_1_0= RULE_ID ) ) | ( (lv_stringIdentifier_2_0= RULE_STRING ) ) ) + // InternalDSL.g:4372:1: (otherlv_0= '+' ( ( (lv_identifier_1_0= RULE_ID ) ) | ( (lv_stringIdentifier_2_0= RULE_STRING ) ) ) ) + // InternalDSL.g:4372:3: otherlv_0= '+' ( ( (lv_identifier_1_0= RULE_ID ) ) | ( (lv_stringIdentifier_2_0= RULE_STRING ) ) ) { - otherlv_0=(Token)match(input,71,FOLLOW_86); + otherlv_0=(Token)match(input,72,FOLLOW_85); newLeafNode(otherlv_0, grammarAccess.getArbitraryParameterOrResultNameAccess().getPlusSignKeyword_0()); - // InternalDSL.g:4681:1: ( ( (lv_identifier_1_0= RULE_ID ) ) | ( (lv_stringIdentifier_2_0= RULE_STRING ) ) ) - int alt82=2; - int LA82_0 = input.LA(1); + // InternalDSL.g:4376:1: ( ( (lv_identifier_1_0= RULE_ID ) ) | ( (lv_stringIdentifier_2_0= RULE_STRING ) ) ) + int alt81=2; + int LA81_0 = input.LA(1); - if ( (LA82_0==RULE_ID) ) { - alt82=1; + if ( (LA81_0==RULE_ID) ) { + alt81=1; } - else if ( (LA82_0==RULE_STRING) ) { - alt82=2; + else if ( (LA81_0==RULE_STRING) ) { + alt81=2; } else { NoViableAltException nvae = - new NoViableAltException("", 82, 0, input); + new NoViableAltException("", 81, 0, input); throw nvae; } - switch (alt82) { + switch (alt81) { case 1 : - // InternalDSL.g:4681:2: ( (lv_identifier_1_0= RULE_ID ) ) + // InternalDSL.g:4376:2: ( (lv_identifier_1_0= RULE_ID ) ) { - // InternalDSL.g:4681:2: ( (lv_identifier_1_0= RULE_ID ) ) - // InternalDSL.g:4682:1: (lv_identifier_1_0= RULE_ID ) + // InternalDSL.g:4376:2: ( (lv_identifier_1_0= RULE_ID ) ) + // InternalDSL.g:4377:1: (lv_identifier_1_0= RULE_ID ) { - // InternalDSL.g:4682:1: (lv_identifier_1_0= RULE_ID ) - // InternalDSL.g:4683:3: lv_identifier_1_0= RULE_ID + // InternalDSL.g:4377:1: (lv_identifier_1_0= RULE_ID ) + // InternalDSL.g:4378:3: lv_identifier_1_0= RULE_ID { lv_identifier_1_0=(Token)match(input,RULE_ID,FOLLOW_2); @@ -11280,13 +10657,13 @@ else if ( (LA82_0==RULE_STRING) ) { } break; case 2 : - // InternalDSL.g:4700:6: ( (lv_stringIdentifier_2_0= RULE_STRING ) ) + // InternalDSL.g:4395:6: ( (lv_stringIdentifier_2_0= RULE_STRING ) ) { - // InternalDSL.g:4700:6: ( (lv_stringIdentifier_2_0= RULE_STRING ) ) - // InternalDSL.g:4701:1: (lv_stringIdentifier_2_0= RULE_STRING ) + // InternalDSL.g:4395:6: ( (lv_stringIdentifier_2_0= RULE_STRING ) ) + // InternalDSL.g:4396:1: (lv_stringIdentifier_2_0= RULE_STRING ) { - // InternalDSL.g:4701:1: (lv_stringIdentifier_2_0= RULE_STRING ) - // InternalDSL.g:4702:3: lv_stringIdentifier_2_0= RULE_STRING + // InternalDSL.g:4396:1: (lv_stringIdentifier_2_0= RULE_STRING ) + // InternalDSL.g:4397:3: lv_stringIdentifier_2_0= RULE_STRING { lv_stringIdentifier_2_0=(Token)match(input,RULE_STRING,FOLLOW_2); @@ -11335,7 +10712,7 @@ else if ( (LA82_0==RULE_STRING) ) { // $ANTLR start "entryRuleOperation" - // InternalDSL.g:4726:1: entryRuleOperation returns [EObject current=null] : iv_ruleOperation= ruleOperation EOF ; + // InternalDSL.g:4421:1: entryRuleOperation returns [EObject current=null] : iv_ruleOperation= ruleOperation EOF ; public final EObject entryRuleOperation() throws RecognitionException { EObject current = null; @@ -11343,8 +10720,8 @@ public final EObject entryRuleOperation() throws RecognitionException { try { - // InternalDSL.g:4727:2: (iv_ruleOperation= ruleOperation EOF ) - // InternalDSL.g:4728:2: iv_ruleOperation= ruleOperation EOF + // InternalDSL.g:4422:2: (iv_ruleOperation= ruleOperation EOF ) + // InternalDSL.g:4423:2: iv_ruleOperation= ruleOperation EOF { newCompositeNode(grammarAccess.getOperationRule()); pushFollow(FOLLOW_1); @@ -11371,7 +10748,7 @@ public final EObject entryRuleOperation() throws RecognitionException { // $ANTLR start "ruleOperation" - // InternalDSL.g:4735:1: ruleOperation returns [EObject current=null] : (this_StandardOperation_0= ruleStandardOperation | this_CustomOperation_1= ruleCustomOperation ) ; + // InternalDSL.g:4430:1: ruleOperation returns [EObject current=null] : (this_StandardOperation_0= ruleStandardOperation | this_CustomOperation_1= ruleCustomOperation ) ; public final EObject ruleOperation() throws RecognitionException { EObject current = null; @@ -11383,28 +10760,28 @@ public final EObject ruleOperation() throws RecognitionException { enterRule(); try { - // InternalDSL.g:4738:28: ( (this_StandardOperation_0= ruleStandardOperation | this_CustomOperation_1= ruleCustomOperation ) ) - // InternalDSL.g:4739:1: (this_StandardOperation_0= ruleStandardOperation | this_CustomOperation_1= ruleCustomOperation ) + // InternalDSL.g:4433:28: ( (this_StandardOperation_0= ruleStandardOperation | this_CustomOperation_1= ruleCustomOperation ) ) + // InternalDSL.g:4434:1: (this_StandardOperation_0= ruleStandardOperation | this_CustomOperation_1= ruleCustomOperation ) { - // InternalDSL.g:4739:1: (this_StandardOperation_0= ruleStandardOperation | this_CustomOperation_1= ruleCustomOperation ) - int alt83=2; - int LA83_0 = input.LA(1); + // InternalDSL.g:4434:1: (this_StandardOperation_0= ruleStandardOperation | this_CustomOperation_1= ruleCustomOperation ) + int alt82=2; + int LA82_0 = input.LA(1); - if ( (LA83_0==95) ) { - alt83=1; + if ( (LA82_0==75) ) { + alt82=1; } - else if ( (LA83_0==101) ) { - alt83=2; + else if ( (LA82_0==81) ) { + alt82=2; } else { NoViableAltException nvae = - new NoViableAltException("", 83, 0, input); + new NoViableAltException("", 82, 0, input); throw nvae; } - switch (alt83) { + switch (alt82) { case 1 : - // InternalDSL.g:4740:5: this_StandardOperation_0= ruleStandardOperation + // InternalDSL.g:4435:5: this_StandardOperation_0= ruleStandardOperation { newCompositeNode(grammarAccess.getOperationAccess().getStandardOperationParserRuleCall_0()); @@ -11422,7 +10799,7 @@ else if ( (LA83_0==101) ) { } break; case 2 : - // InternalDSL.g:4750:5: this_CustomOperation_1= ruleCustomOperation + // InternalDSL.g:4445:5: this_CustomOperation_1= ruleCustomOperation { newCompositeNode(grammarAccess.getOperationAccess().getCustomOperationParserRuleCall_1()); @@ -11460,7 +10837,7 @@ else if ( (LA83_0==101) ) { // $ANTLR start "entryRuleStandardOperation" - // InternalDSL.g:4766:1: entryRuleStandardOperation returns [EObject current=null] : iv_ruleStandardOperation= ruleStandardOperation EOF ; + // InternalDSL.g:4461:1: entryRuleStandardOperation returns [EObject current=null] : iv_ruleStandardOperation= ruleStandardOperation EOF ; public final EObject entryRuleStandardOperation() throws RecognitionException { EObject current = null; @@ -11468,8 +10845,8 @@ public final EObject entryRuleStandardOperation() throws RecognitionException { try { - // InternalDSL.g:4767:2: (iv_ruleStandardOperation= ruleStandardOperation EOF ) - // InternalDSL.g:4768:2: iv_ruleStandardOperation= ruleStandardOperation EOF + // InternalDSL.g:4462:2: (iv_ruleStandardOperation= ruleStandardOperation EOF ) + // InternalDSL.g:4463:2: iv_ruleStandardOperation= ruleStandardOperation EOF { newCompositeNode(grammarAccess.getStandardOperationRule()); pushFollow(FOLLOW_1); @@ -11496,7 +10873,7 @@ public final EObject entryRuleStandardOperation() throws RecognitionException { // $ANTLR start "ruleStandardOperation" - // InternalDSL.g:4775:1: ruleStandardOperation returns [EObject current=null] : (otherlv_0= '(' ruleNL ( (lv_firstOperand_2_0= ruleValueOrEnumValueOrOperation ) ) ruleNL ( ( ( (lv_operators_4_1= '+' | lv_operators_4_2= '-' | lv_operators_4_3= '*' | lv_operators_4_4= '/' | lv_operators_4_5= '%' | lv_operators_4_6= '..' ) ) ) ruleNL ( (lv_moreOperands_6_0= ruleValueOrEnumValueOrOperation ) ) ruleNL )+ otherlv_8= ')' ) ; + // InternalDSL.g:4470:1: ruleStandardOperation returns [EObject current=null] : (otherlv_0= '(' ruleNL ( (lv_firstOperand_2_0= ruleValueOrEnumValueOrOperation ) ) ruleNL ( ( ( (lv_operators_4_1= '+' | lv_operators_4_2= '-' | lv_operators_4_3= '*' | lv_operators_4_4= '/' | lv_operators_4_5= '%' | lv_operators_4_6= '..' ) ) ) ruleNL ( (lv_moreOperands_6_0= ruleValueOrEnumValueOrOperation ) ) ruleNL )+ otherlv_8= ')' ) ; public final EObject ruleStandardOperation() throws RecognitionException { EObject current = null; @@ -11516,13 +10893,13 @@ public final EObject ruleStandardOperation() throws RecognitionException { enterRule(); try { - // InternalDSL.g:4778:28: ( (otherlv_0= '(' ruleNL ( (lv_firstOperand_2_0= ruleValueOrEnumValueOrOperation ) ) ruleNL ( ( ( (lv_operators_4_1= '+' | lv_operators_4_2= '-' | lv_operators_4_3= '*' | lv_operators_4_4= '/' | lv_operators_4_5= '%' | lv_operators_4_6= '..' ) ) ) ruleNL ( (lv_moreOperands_6_0= ruleValueOrEnumValueOrOperation ) ) ruleNL )+ otherlv_8= ')' ) ) - // InternalDSL.g:4779:1: (otherlv_0= '(' ruleNL ( (lv_firstOperand_2_0= ruleValueOrEnumValueOrOperation ) ) ruleNL ( ( ( (lv_operators_4_1= '+' | lv_operators_4_2= '-' | lv_operators_4_3= '*' | lv_operators_4_4= '/' | lv_operators_4_5= '%' | lv_operators_4_6= '..' ) ) ) ruleNL ( (lv_moreOperands_6_0= ruleValueOrEnumValueOrOperation ) ) ruleNL )+ otherlv_8= ')' ) + // InternalDSL.g:4473:28: ( (otherlv_0= '(' ruleNL ( (lv_firstOperand_2_0= ruleValueOrEnumValueOrOperation ) ) ruleNL ( ( ( (lv_operators_4_1= '+' | lv_operators_4_2= '-' | lv_operators_4_3= '*' | lv_operators_4_4= '/' | lv_operators_4_5= '%' | lv_operators_4_6= '..' ) ) ) ruleNL ( (lv_moreOperands_6_0= ruleValueOrEnumValueOrOperation ) ) ruleNL )+ otherlv_8= ')' ) ) + // InternalDSL.g:4474:1: (otherlv_0= '(' ruleNL ( (lv_firstOperand_2_0= ruleValueOrEnumValueOrOperation ) ) ruleNL ( ( ( (lv_operators_4_1= '+' | lv_operators_4_2= '-' | lv_operators_4_3= '*' | lv_operators_4_4= '/' | lv_operators_4_5= '%' | lv_operators_4_6= '..' ) ) ) ruleNL ( (lv_moreOperands_6_0= ruleValueOrEnumValueOrOperation ) ) ruleNL )+ otherlv_8= ')' ) { - // InternalDSL.g:4779:1: (otherlv_0= '(' ruleNL ( (lv_firstOperand_2_0= ruleValueOrEnumValueOrOperation ) ) ruleNL ( ( ( (lv_operators_4_1= '+' | lv_operators_4_2= '-' | lv_operators_4_3= '*' | lv_operators_4_4= '/' | lv_operators_4_5= '%' | lv_operators_4_6= '..' ) ) ) ruleNL ( (lv_moreOperands_6_0= ruleValueOrEnumValueOrOperation ) ) ruleNL )+ otherlv_8= ')' ) - // InternalDSL.g:4779:3: otherlv_0= '(' ruleNL ( (lv_firstOperand_2_0= ruleValueOrEnumValueOrOperation ) ) ruleNL ( ( ( (lv_operators_4_1= '+' | lv_operators_4_2= '-' | lv_operators_4_3= '*' | lv_operators_4_4= '/' | lv_operators_4_5= '%' | lv_operators_4_6= '..' ) ) ) ruleNL ( (lv_moreOperands_6_0= ruleValueOrEnumValueOrOperation ) ) ruleNL )+ otherlv_8= ')' + // InternalDSL.g:4474:1: (otherlv_0= '(' ruleNL ( (lv_firstOperand_2_0= ruleValueOrEnumValueOrOperation ) ) ruleNL ( ( ( (lv_operators_4_1= '+' | lv_operators_4_2= '-' | lv_operators_4_3= '*' | lv_operators_4_4= '/' | lv_operators_4_5= '%' | lv_operators_4_6= '..' ) ) ) ruleNL ( (lv_moreOperands_6_0= ruleValueOrEnumValueOrOperation ) ) ruleNL )+ otherlv_8= ')' ) + // InternalDSL.g:4474:3: otherlv_0= '(' ruleNL ( (lv_firstOperand_2_0= ruleValueOrEnumValueOrOperation ) ) ruleNL ( ( ( (lv_operators_4_1= '+' | lv_operators_4_2= '-' | lv_operators_4_3= '*' | lv_operators_4_4= '/' | lv_operators_4_5= '%' | lv_operators_4_6= '..' ) ) ) ruleNL ( (lv_moreOperands_6_0= ruleValueOrEnumValueOrOperation ) ) ruleNL )+ otherlv_8= ')' { - otherlv_0=(Token)match(input,95,FOLLOW_21); + otherlv_0=(Token)match(input,75,FOLLOW_21); newLeafNode(otherlv_0, grammarAccess.getStandardOperationAccess().getLeftParenthesisKeyword_0()); @@ -11537,16 +10914,16 @@ public final EObject ruleStandardOperation() throws RecognitionException { afterParserOrEnumRuleCall(); - // InternalDSL.g:4791:1: ( (lv_firstOperand_2_0= ruleValueOrEnumValueOrOperation ) ) - // InternalDSL.g:4792:1: (lv_firstOperand_2_0= ruleValueOrEnumValueOrOperation ) + // InternalDSL.g:4486:1: ( (lv_firstOperand_2_0= ruleValueOrEnumValueOrOperation ) ) + // InternalDSL.g:4487:1: (lv_firstOperand_2_0= ruleValueOrEnumValueOrOperation ) { - // InternalDSL.g:4792:1: (lv_firstOperand_2_0= ruleValueOrEnumValueOrOperation ) - // InternalDSL.g:4793:3: lv_firstOperand_2_0= ruleValueOrEnumValueOrOperation + // InternalDSL.g:4487:1: (lv_firstOperand_2_0= ruleValueOrEnumValueOrOperation ) + // InternalDSL.g:4488:3: lv_firstOperand_2_0= ruleValueOrEnumValueOrOperation { newCompositeNode(grammarAccess.getStandardOperationAccess().getFirstOperandValueOrEnumValueOrOperationParserRuleCall_2_0()); - pushFollow(FOLLOW_87); + pushFollow(FOLLOW_86); lv_firstOperand_2_0=ruleValueOrEnumValueOrOperation(); state._fsp--; @@ -11571,7 +10948,7 @@ public final EObject ruleStandardOperation() throws RecognitionException { newCompositeNode(grammarAccess.getStandardOperationAccess().getNLParserRuleCall_3()); - pushFollow(FOLLOW_88); + pushFollow(FOLLOW_87); ruleNL(); state._fsp--; @@ -11579,73 +10956,73 @@ public final EObject ruleStandardOperation() throws RecognitionException { afterParserOrEnumRuleCall(); - // InternalDSL.g:4817:1: ( ( ( (lv_operators_4_1= '+' | lv_operators_4_2= '-' | lv_operators_4_3= '*' | lv_operators_4_4= '/' | lv_operators_4_5= '%' | lv_operators_4_6= '..' ) ) ) ruleNL ( (lv_moreOperands_6_0= ruleValueOrEnumValueOrOperation ) ) ruleNL )+ - int cnt85=0; - loop85: + // InternalDSL.g:4512:1: ( ( ( (lv_operators_4_1= '+' | lv_operators_4_2= '-' | lv_operators_4_3= '*' | lv_operators_4_4= '/' | lv_operators_4_5= '%' | lv_operators_4_6= '..' ) ) ) ruleNL ( (lv_moreOperands_6_0= ruleValueOrEnumValueOrOperation ) ) ruleNL )+ + int cnt84=0; + loop84: do { - int alt85=2; - int LA85_0 = input.LA(1); + int alt84=2; + int LA84_0 = input.LA(1); - if ( ((LA85_0>=71 && LA85_0<=72)||(LA85_0>=96 && LA85_0<=99)) ) { - alt85=1; + if ( ((LA84_0>=72 && LA84_0<=73)||(LA84_0>=76 && LA84_0<=79)) ) { + alt84=1; } - switch (alt85) { + switch (alt84) { case 1 : - // InternalDSL.g:4817:2: ( ( (lv_operators_4_1= '+' | lv_operators_4_2= '-' | lv_operators_4_3= '*' | lv_operators_4_4= '/' | lv_operators_4_5= '%' | lv_operators_4_6= '..' ) ) ) ruleNL ( (lv_moreOperands_6_0= ruleValueOrEnumValueOrOperation ) ) ruleNL + // InternalDSL.g:4512:2: ( ( (lv_operators_4_1= '+' | lv_operators_4_2= '-' | lv_operators_4_3= '*' | lv_operators_4_4= '/' | lv_operators_4_5= '%' | lv_operators_4_6= '..' ) ) ) ruleNL ( (lv_moreOperands_6_0= ruleValueOrEnumValueOrOperation ) ) ruleNL { - // InternalDSL.g:4817:2: ( ( (lv_operators_4_1= '+' | lv_operators_4_2= '-' | lv_operators_4_3= '*' | lv_operators_4_4= '/' | lv_operators_4_5= '%' | lv_operators_4_6= '..' ) ) ) - // InternalDSL.g:4818:1: ( (lv_operators_4_1= '+' | lv_operators_4_2= '-' | lv_operators_4_3= '*' | lv_operators_4_4= '/' | lv_operators_4_5= '%' | lv_operators_4_6= '..' ) ) + // InternalDSL.g:4512:2: ( ( (lv_operators_4_1= '+' | lv_operators_4_2= '-' | lv_operators_4_3= '*' | lv_operators_4_4= '/' | lv_operators_4_5= '%' | lv_operators_4_6= '..' ) ) ) + // InternalDSL.g:4513:1: ( (lv_operators_4_1= '+' | lv_operators_4_2= '-' | lv_operators_4_3= '*' | lv_operators_4_4= '/' | lv_operators_4_5= '%' | lv_operators_4_6= '..' ) ) { - // InternalDSL.g:4818:1: ( (lv_operators_4_1= '+' | lv_operators_4_2= '-' | lv_operators_4_3= '*' | lv_operators_4_4= '/' | lv_operators_4_5= '%' | lv_operators_4_6= '..' ) ) - // InternalDSL.g:4819:1: (lv_operators_4_1= '+' | lv_operators_4_2= '-' | lv_operators_4_3= '*' | lv_operators_4_4= '/' | lv_operators_4_5= '%' | lv_operators_4_6= '..' ) + // InternalDSL.g:4513:1: ( (lv_operators_4_1= '+' | lv_operators_4_2= '-' | lv_operators_4_3= '*' | lv_operators_4_4= '/' | lv_operators_4_5= '%' | lv_operators_4_6= '..' ) ) + // InternalDSL.g:4514:1: (lv_operators_4_1= '+' | lv_operators_4_2= '-' | lv_operators_4_3= '*' | lv_operators_4_4= '/' | lv_operators_4_5= '%' | lv_operators_4_6= '..' ) { - // InternalDSL.g:4819:1: (lv_operators_4_1= '+' | lv_operators_4_2= '-' | lv_operators_4_3= '*' | lv_operators_4_4= '/' | lv_operators_4_5= '%' | lv_operators_4_6= '..' ) - int alt84=6; + // InternalDSL.g:4514:1: (lv_operators_4_1= '+' | lv_operators_4_2= '-' | lv_operators_4_3= '*' | lv_operators_4_4= '/' | lv_operators_4_5= '%' | lv_operators_4_6= '..' ) + int alt83=6; switch ( input.LA(1) ) { - case 71: + case 72: { - alt84=1; + alt83=1; } break; - case 72: + case 73: { - alt84=2; + alt83=2; } break; - case 96: + case 76: { - alt84=3; + alt83=3; } break; - case 97: + case 77: { - alt84=4; + alt83=4; } break; - case 98: + case 78: { - alt84=5; + alt83=5; } break; - case 99: + case 79: { - alt84=6; + alt83=6; } break; default: NoViableAltException nvae = - new NoViableAltException("", 84, 0, input); + new NoViableAltException("", 83, 0, input); throw nvae; } - switch (alt84) { + switch (alt83) { case 1 : - // InternalDSL.g:4820:3: lv_operators_4_1= '+' + // InternalDSL.g:4515:3: lv_operators_4_1= '+' { - lv_operators_4_1=(Token)match(input,71,FOLLOW_21); + lv_operators_4_1=(Token)match(input,72,FOLLOW_21); newLeafNode(lv_operators_4_1, grammarAccess.getStandardOperationAccess().getOperatorsPlusSignKeyword_4_0_0_0()); @@ -11659,9 +11036,9 @@ public final EObject ruleStandardOperation() throws RecognitionException { } break; case 2 : - // InternalDSL.g:4832:8: lv_operators_4_2= '-' + // InternalDSL.g:4527:8: lv_operators_4_2= '-' { - lv_operators_4_2=(Token)match(input,72,FOLLOW_21); + lv_operators_4_2=(Token)match(input,73,FOLLOW_21); newLeafNode(lv_operators_4_2, grammarAccess.getStandardOperationAccess().getOperatorsHyphenMinusKeyword_4_0_0_1()); @@ -11675,9 +11052,9 @@ public final EObject ruleStandardOperation() throws RecognitionException { } break; case 3 : - // InternalDSL.g:4844:8: lv_operators_4_3= '*' + // InternalDSL.g:4539:8: lv_operators_4_3= '*' { - lv_operators_4_3=(Token)match(input,96,FOLLOW_21); + lv_operators_4_3=(Token)match(input,76,FOLLOW_21); newLeafNode(lv_operators_4_3, grammarAccess.getStandardOperationAccess().getOperatorsAsteriskKeyword_4_0_0_2()); @@ -11691,9 +11068,9 @@ public final EObject ruleStandardOperation() throws RecognitionException { } break; case 4 : - // InternalDSL.g:4856:8: lv_operators_4_4= '/' + // InternalDSL.g:4551:8: lv_operators_4_4= '/' { - lv_operators_4_4=(Token)match(input,97,FOLLOW_21); + lv_operators_4_4=(Token)match(input,77,FOLLOW_21); newLeafNode(lv_operators_4_4, grammarAccess.getStandardOperationAccess().getOperatorsSolidusKeyword_4_0_0_3()); @@ -11707,9 +11084,9 @@ public final EObject ruleStandardOperation() throws RecognitionException { } break; case 5 : - // InternalDSL.g:4868:8: lv_operators_4_5= '%' + // InternalDSL.g:4563:8: lv_operators_4_5= '%' { - lv_operators_4_5=(Token)match(input,98,FOLLOW_21); + lv_operators_4_5=(Token)match(input,78,FOLLOW_21); newLeafNode(lv_operators_4_5, grammarAccess.getStandardOperationAccess().getOperatorsPercentSignKeyword_4_0_0_4()); @@ -11723,9 +11100,9 @@ public final EObject ruleStandardOperation() throws RecognitionException { } break; case 6 : - // InternalDSL.g:4880:8: lv_operators_4_6= '..' + // InternalDSL.g:4575:8: lv_operators_4_6= '..' { - lv_operators_4_6=(Token)match(input,99,FOLLOW_21); + lv_operators_4_6=(Token)match(input,79,FOLLOW_21); newLeafNode(lv_operators_4_6, grammarAccess.getStandardOperationAccess().getOperatorsFullStopFullStopKeyword_4_0_0_5()); @@ -11758,16 +11135,16 @@ public final EObject ruleStandardOperation() throws RecognitionException { afterParserOrEnumRuleCall(); - // InternalDSL.g:4903:1: ( (lv_moreOperands_6_0= ruleValueOrEnumValueOrOperation ) ) - // InternalDSL.g:4904:1: (lv_moreOperands_6_0= ruleValueOrEnumValueOrOperation ) + // InternalDSL.g:4598:1: ( (lv_moreOperands_6_0= ruleValueOrEnumValueOrOperation ) ) + // InternalDSL.g:4599:1: (lv_moreOperands_6_0= ruleValueOrEnumValueOrOperation ) { - // InternalDSL.g:4904:1: (lv_moreOperands_6_0= ruleValueOrEnumValueOrOperation ) - // InternalDSL.g:4905:3: lv_moreOperands_6_0= ruleValueOrEnumValueOrOperation + // InternalDSL.g:4599:1: (lv_moreOperands_6_0= ruleValueOrEnumValueOrOperation ) + // InternalDSL.g:4600:3: lv_moreOperands_6_0= ruleValueOrEnumValueOrOperation { newCompositeNode(grammarAccess.getStandardOperationAccess().getMoreOperandsValueOrEnumValueOrOperationParserRuleCall_4_2_0()); - pushFollow(FOLLOW_89); + pushFollow(FOLLOW_88); lv_moreOperands_6_0=ruleValueOrEnumValueOrOperation(); state._fsp--; @@ -11792,7 +11169,7 @@ public final EObject ruleStandardOperation() throws RecognitionException { newCompositeNode(grammarAccess.getStandardOperationAccess().getNLParserRuleCall_4_3()); - pushFollow(FOLLOW_90); + pushFollow(FOLLOW_89); ruleNL(); state._fsp--; @@ -11805,15 +11182,15 @@ public final EObject ruleStandardOperation() throws RecognitionException { break; default : - if ( cnt85 >= 1 ) break loop85; + if ( cnt84 >= 1 ) break loop84; EarlyExitException eee = - new EarlyExitException(85, input); + new EarlyExitException(84, input); throw eee; } - cnt85++; + cnt84++; } while (true); - otherlv_8=(Token)match(input,100,FOLLOW_2); + otherlv_8=(Token)match(input,80,FOLLOW_2); newLeafNode(otherlv_8, grammarAccess.getStandardOperationAccess().getRightParenthesisKeyword_5()); @@ -11838,7 +11215,7 @@ public final EObject ruleStandardOperation() throws RecognitionException { // $ANTLR start "entryRuleCustomOperation" - // InternalDSL.g:4941:1: entryRuleCustomOperation returns [EObject current=null] : iv_ruleCustomOperation= ruleCustomOperation EOF ; + // InternalDSL.g:4636:1: entryRuleCustomOperation returns [EObject current=null] : iv_ruleCustomOperation= ruleCustomOperation EOF ; public final EObject entryRuleCustomOperation() throws RecognitionException { EObject current = null; @@ -11846,8 +11223,8 @@ public final EObject entryRuleCustomOperation() throws RecognitionException { try { - // InternalDSL.g:4942:2: (iv_ruleCustomOperation= ruleCustomOperation EOF ) - // InternalDSL.g:4943:2: iv_ruleCustomOperation= ruleCustomOperation EOF + // InternalDSL.g:4637:2: (iv_ruleCustomOperation= ruleCustomOperation EOF ) + // InternalDSL.g:4638:2: iv_ruleCustomOperation= ruleCustomOperation EOF { newCompositeNode(grammarAccess.getCustomOperationRule()); pushFollow(FOLLOW_1); @@ -11874,7 +11251,7 @@ public final EObject entryRuleCustomOperation() throws RecognitionException { // $ANTLR start "ruleCustomOperation" - // InternalDSL.g:4950:1: ruleCustomOperation returns [EObject current=null] : (otherlv_0= '[' ruleNL ( ( (lv_prefixOperand_2_0= ruleValueOrEnumValueOrOperationCollection ) ) ruleNL )? ( ( ruleQualifiedName ) ) ( ruleNL otherlv_6= 'with' ( (lv_postfixOperand_7_0= ruleValueOrEnumValueOrOperationCollection ) ) )? ruleNL otherlv_9= ']' ) ; + // InternalDSL.g:4645:1: ruleCustomOperation returns [EObject current=null] : (otherlv_0= '[' ruleNL ( ( (lv_prefixOperand_2_0= ruleValueOrEnumValueOrOperationCollection ) ) ruleNL )? ( ( ruleQualifiedName ) ) ( ruleNL otherlv_6= 'with' ( (lv_postfixOperand_7_0= ruleValueOrEnumValueOrOperationCollection ) ) )? ruleNL otherlv_9= ']' ) ; public final EObject ruleCustomOperation() throws RecognitionException { EObject current = null; @@ -11889,13 +11266,13 @@ public final EObject ruleCustomOperation() throws RecognitionException { enterRule(); try { - // InternalDSL.g:4953:28: ( (otherlv_0= '[' ruleNL ( ( (lv_prefixOperand_2_0= ruleValueOrEnumValueOrOperationCollection ) ) ruleNL )? ( ( ruleQualifiedName ) ) ( ruleNL otherlv_6= 'with' ( (lv_postfixOperand_7_0= ruleValueOrEnumValueOrOperationCollection ) ) )? ruleNL otherlv_9= ']' ) ) - // InternalDSL.g:4954:1: (otherlv_0= '[' ruleNL ( ( (lv_prefixOperand_2_0= ruleValueOrEnumValueOrOperationCollection ) ) ruleNL )? ( ( ruleQualifiedName ) ) ( ruleNL otherlv_6= 'with' ( (lv_postfixOperand_7_0= ruleValueOrEnumValueOrOperationCollection ) ) )? ruleNL otherlv_9= ']' ) + // InternalDSL.g:4648:28: ( (otherlv_0= '[' ruleNL ( ( (lv_prefixOperand_2_0= ruleValueOrEnumValueOrOperationCollection ) ) ruleNL )? ( ( ruleQualifiedName ) ) ( ruleNL otherlv_6= 'with' ( (lv_postfixOperand_7_0= ruleValueOrEnumValueOrOperationCollection ) ) )? ruleNL otherlv_9= ']' ) ) + // InternalDSL.g:4649:1: (otherlv_0= '[' ruleNL ( ( (lv_prefixOperand_2_0= ruleValueOrEnumValueOrOperationCollection ) ) ruleNL )? ( ( ruleQualifiedName ) ) ( ruleNL otherlv_6= 'with' ( (lv_postfixOperand_7_0= ruleValueOrEnumValueOrOperationCollection ) ) )? ruleNL otherlv_9= ']' ) { - // InternalDSL.g:4954:1: (otherlv_0= '[' ruleNL ( ( (lv_prefixOperand_2_0= ruleValueOrEnumValueOrOperationCollection ) ) ruleNL )? ( ( ruleQualifiedName ) ) ( ruleNL otherlv_6= 'with' ( (lv_postfixOperand_7_0= ruleValueOrEnumValueOrOperationCollection ) ) )? ruleNL otherlv_9= ']' ) - // InternalDSL.g:4954:3: otherlv_0= '[' ruleNL ( ( (lv_prefixOperand_2_0= ruleValueOrEnumValueOrOperationCollection ) ) ruleNL )? ( ( ruleQualifiedName ) ) ( ruleNL otherlv_6= 'with' ( (lv_postfixOperand_7_0= ruleValueOrEnumValueOrOperationCollection ) ) )? ruleNL otherlv_9= ']' + // InternalDSL.g:4649:1: (otherlv_0= '[' ruleNL ( ( (lv_prefixOperand_2_0= ruleValueOrEnumValueOrOperationCollection ) ) ruleNL )? ( ( ruleQualifiedName ) ) ( ruleNL otherlv_6= 'with' ( (lv_postfixOperand_7_0= ruleValueOrEnumValueOrOperationCollection ) ) )? ruleNL otherlv_9= ']' ) + // InternalDSL.g:4649:3: otherlv_0= '[' ruleNL ( ( (lv_prefixOperand_2_0= ruleValueOrEnumValueOrOperationCollection ) ) ruleNL )? ( ( ruleQualifiedName ) ) ( ruleNL otherlv_6= 'with' ( (lv_postfixOperand_7_0= ruleValueOrEnumValueOrOperationCollection ) ) )? ruleNL otherlv_9= ']' { - otherlv_0=(Token)match(input,101,FOLLOW_21); + otherlv_0=(Token)match(input,81,FOLLOW_21); newLeafNode(otherlv_0, grammarAccess.getCustomOperationAccess().getLeftSquareBracketKeyword_0()); @@ -11910,18 +11287,18 @@ public final EObject ruleCustomOperation() throws RecognitionException { afterParserOrEnumRuleCall(); - // InternalDSL.g:4966:1: ( ( (lv_prefixOperand_2_0= ruleValueOrEnumValueOrOperationCollection ) ) ruleNL )? - int alt86=2; - alt86 = dfa86.predict(input); - switch (alt86) { + // InternalDSL.g:4661:1: ( ( (lv_prefixOperand_2_0= ruleValueOrEnumValueOrOperationCollection ) ) ruleNL )? + int alt85=2; + alt85 = dfa85.predict(input); + switch (alt85) { case 1 : - // InternalDSL.g:4966:2: ( (lv_prefixOperand_2_0= ruleValueOrEnumValueOrOperationCollection ) ) ruleNL + // InternalDSL.g:4661:2: ( (lv_prefixOperand_2_0= ruleValueOrEnumValueOrOperationCollection ) ) ruleNL { - // InternalDSL.g:4966:2: ( (lv_prefixOperand_2_0= ruleValueOrEnumValueOrOperationCollection ) ) - // InternalDSL.g:4967:1: (lv_prefixOperand_2_0= ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:4661:2: ( (lv_prefixOperand_2_0= ruleValueOrEnumValueOrOperationCollection ) ) + // InternalDSL.g:4662:1: (lv_prefixOperand_2_0= ruleValueOrEnumValueOrOperationCollection ) { - // InternalDSL.g:4967:1: (lv_prefixOperand_2_0= ruleValueOrEnumValueOrOperationCollection ) - // InternalDSL.g:4968:3: lv_prefixOperand_2_0= ruleValueOrEnumValueOrOperationCollection + // InternalDSL.g:4662:1: (lv_prefixOperand_2_0= ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:4663:3: lv_prefixOperand_2_0= ruleValueOrEnumValueOrOperationCollection { newCompositeNode(grammarAccess.getCustomOperationAccess().getPrefixOperandValueOrEnumValueOrOperationCollectionParserRuleCall_2_0_0()); @@ -11965,11 +11342,11 @@ public final EObject ruleCustomOperation() throws RecognitionException { } - // InternalDSL.g:4992:3: ( ( ruleQualifiedName ) ) - // InternalDSL.g:4993:1: ( ruleQualifiedName ) + // InternalDSL.g:4687:3: ( ( ruleQualifiedName ) ) + // InternalDSL.g:4688:1: ( ruleQualifiedName ) { - // InternalDSL.g:4993:1: ( ruleQualifiedName ) - // InternalDSL.g:4994:3: ruleQualifiedName + // InternalDSL.g:4688:1: ( ruleQualifiedName ) + // InternalDSL.g:4689:3: ruleQualifiedName { if (current==null) { @@ -11979,7 +11356,7 @@ public final EObject ruleCustomOperation() throws RecognitionException { newCompositeNode(grammarAccess.getCustomOperationAccess().getDefinitionOperationDefinitionCrossReference_3_0()); - pushFollow(FOLLOW_91); + pushFollow(FOLLOW_90); ruleQualifiedName(); state._fsp--; @@ -11993,12 +11370,12 @@ public final EObject ruleCustomOperation() throws RecognitionException { } - // InternalDSL.g:5007:2: ( ruleNL otherlv_6= 'with' ( (lv_postfixOperand_7_0= ruleValueOrEnumValueOrOperationCollection ) ) )? - int alt87=2; - alt87 = dfa87.predict(input); - switch (alt87) { + // InternalDSL.g:4702:2: ( ruleNL otherlv_6= 'with' ( (lv_postfixOperand_7_0= ruleValueOrEnumValueOrOperationCollection ) ) )? + int alt86=2; + alt86 = dfa86.predict(input); + switch (alt86) { case 1 : - // InternalDSL.g:5008:5: ruleNL otherlv_6= 'with' ( (lv_postfixOperand_7_0= ruleValueOrEnumValueOrOperationCollection ) ) + // InternalDSL.g:4703:5: ruleNL otherlv_6= 'with' ( (lv_postfixOperand_7_0= ruleValueOrEnumValueOrOperationCollection ) ) { newCompositeNode(grammarAccess.getCustomOperationAccess().getNLParserRuleCall_4_0()); @@ -12011,20 +11388,20 @@ public final EObject ruleCustomOperation() throws RecognitionException { afterParserOrEnumRuleCall(); - otherlv_6=(Token)match(input,30,FOLLOW_21); + otherlv_6=(Token)match(input,31,FOLLOW_21); newLeafNode(otherlv_6, grammarAccess.getCustomOperationAccess().getWithKeyword_4_1()); - // InternalDSL.g:5019:1: ( (lv_postfixOperand_7_0= ruleValueOrEnumValueOrOperationCollection ) ) - // InternalDSL.g:5020:1: (lv_postfixOperand_7_0= ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:4714:1: ( (lv_postfixOperand_7_0= ruleValueOrEnumValueOrOperationCollection ) ) + // InternalDSL.g:4715:1: (lv_postfixOperand_7_0= ruleValueOrEnumValueOrOperationCollection ) { - // InternalDSL.g:5020:1: (lv_postfixOperand_7_0= ruleValueOrEnumValueOrOperationCollection ) - // InternalDSL.g:5021:3: lv_postfixOperand_7_0= ruleValueOrEnumValueOrOperationCollection + // InternalDSL.g:4715:1: (lv_postfixOperand_7_0= ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:4716:3: lv_postfixOperand_7_0= ruleValueOrEnumValueOrOperationCollection { newCompositeNode(grammarAccess.getCustomOperationAccess().getPostfixOperandValueOrEnumValueOrOperationCollectionParserRuleCall_4_2_0()); - pushFollow(FOLLOW_92); + pushFollow(FOLLOW_91); lv_postfixOperand_7_0=ruleValueOrEnumValueOrOperationCollection(); state._fsp--; @@ -12055,7 +11432,7 @@ public final EObject ruleCustomOperation() throws RecognitionException { newCompositeNode(grammarAccess.getCustomOperationAccess().getNLParserRuleCall_5()); - pushFollow(FOLLOW_93); + pushFollow(FOLLOW_92); ruleNL(); state._fsp--; @@ -12063,7 +11440,7 @@ public final EObject ruleCustomOperation() throws RecognitionException { afterParserOrEnumRuleCall(); - otherlv_9=(Token)match(input,102,FOLLOW_2); + otherlv_9=(Token)match(input,82,FOLLOW_2); newLeafNode(otherlv_9, grammarAccess.getCustomOperationAccess().getRightSquareBracketKeyword_6()); @@ -12088,7 +11465,7 @@ public final EObject ruleCustomOperation() throws RecognitionException { // $ANTLR start "entryRuleValueOrEnumValueOrOperationCollection" - // InternalDSL.g:5057:1: entryRuleValueOrEnumValueOrOperationCollection returns [EObject current=null] : iv_ruleValueOrEnumValueOrOperationCollection= ruleValueOrEnumValueOrOperationCollection EOF ; + // InternalDSL.g:4752:1: entryRuleValueOrEnumValueOrOperationCollection returns [EObject current=null] : iv_ruleValueOrEnumValueOrOperationCollection= ruleValueOrEnumValueOrOperationCollection EOF ; public final EObject entryRuleValueOrEnumValueOrOperationCollection() throws RecognitionException { EObject current = null; @@ -12096,8 +11473,8 @@ public final EObject entryRuleValueOrEnumValueOrOperationCollection() throws Rec try { - // InternalDSL.g:5058:2: (iv_ruleValueOrEnumValueOrOperationCollection= ruleValueOrEnumValueOrOperationCollection EOF ) - // InternalDSL.g:5059:2: iv_ruleValueOrEnumValueOrOperationCollection= ruleValueOrEnumValueOrOperationCollection EOF + // InternalDSL.g:4753:2: (iv_ruleValueOrEnumValueOrOperationCollection= ruleValueOrEnumValueOrOperationCollection EOF ) + // InternalDSL.g:4754:2: iv_ruleValueOrEnumValueOrOperationCollection= ruleValueOrEnumValueOrOperationCollection EOF { newCompositeNode(grammarAccess.getValueOrEnumValueOrOperationCollectionRule()); pushFollow(FOLLOW_1); @@ -12124,7 +11501,7 @@ public final EObject entryRuleValueOrEnumValueOrOperationCollection() throws Rec // $ANTLR start "ruleValueOrEnumValueOrOperationCollection" - // InternalDSL.g:5066:1: ruleValueOrEnumValueOrOperationCollection returns [EObject current=null] : ( ( (lv_value_0_0= ruleValueOrEnumValueOrOperation ) ) ( ruleNL otherlv_2= ',' ruleNL ( (lv_moreValues_4_0= ruleValueOrEnumValueOrOperation ) ) )* ) ; + // InternalDSL.g:4761:1: ruleValueOrEnumValueOrOperationCollection returns [EObject current=null] : ( ( (lv_value_0_0= ruleValueOrEnumValueOrOperation ) ) ( ruleNL otherlv_2= ',' ruleNL ( (lv_moreValues_4_0= ruleValueOrEnumValueOrOperation ) ) )* ) ; public final EObject ruleValueOrEnumValueOrOperationCollection() throws RecognitionException { EObject current = null; @@ -12137,22 +11514,22 @@ public final EObject ruleValueOrEnumValueOrOperationCollection() throws Recognit enterRule(); try { - // InternalDSL.g:5069:28: ( ( ( (lv_value_0_0= ruleValueOrEnumValueOrOperation ) ) ( ruleNL otherlv_2= ',' ruleNL ( (lv_moreValues_4_0= ruleValueOrEnumValueOrOperation ) ) )* ) ) - // InternalDSL.g:5070:1: ( ( (lv_value_0_0= ruleValueOrEnumValueOrOperation ) ) ( ruleNL otherlv_2= ',' ruleNL ( (lv_moreValues_4_0= ruleValueOrEnumValueOrOperation ) ) )* ) + // InternalDSL.g:4764:28: ( ( ( (lv_value_0_0= ruleValueOrEnumValueOrOperation ) ) ( ruleNL otherlv_2= ',' ruleNL ( (lv_moreValues_4_0= ruleValueOrEnumValueOrOperation ) ) )* ) ) + // InternalDSL.g:4765:1: ( ( (lv_value_0_0= ruleValueOrEnumValueOrOperation ) ) ( ruleNL otherlv_2= ',' ruleNL ( (lv_moreValues_4_0= ruleValueOrEnumValueOrOperation ) ) )* ) { - // InternalDSL.g:5070:1: ( ( (lv_value_0_0= ruleValueOrEnumValueOrOperation ) ) ( ruleNL otherlv_2= ',' ruleNL ( (lv_moreValues_4_0= ruleValueOrEnumValueOrOperation ) ) )* ) - // InternalDSL.g:5070:2: ( (lv_value_0_0= ruleValueOrEnumValueOrOperation ) ) ( ruleNL otherlv_2= ',' ruleNL ( (lv_moreValues_4_0= ruleValueOrEnumValueOrOperation ) ) )* + // InternalDSL.g:4765:1: ( ( (lv_value_0_0= ruleValueOrEnumValueOrOperation ) ) ( ruleNL otherlv_2= ',' ruleNL ( (lv_moreValues_4_0= ruleValueOrEnumValueOrOperation ) ) )* ) + // InternalDSL.g:4765:2: ( (lv_value_0_0= ruleValueOrEnumValueOrOperation ) ) ( ruleNL otherlv_2= ',' ruleNL ( (lv_moreValues_4_0= ruleValueOrEnumValueOrOperation ) ) )* { - // InternalDSL.g:5070:2: ( (lv_value_0_0= ruleValueOrEnumValueOrOperation ) ) - // InternalDSL.g:5071:1: (lv_value_0_0= ruleValueOrEnumValueOrOperation ) + // InternalDSL.g:4765:2: ( (lv_value_0_0= ruleValueOrEnumValueOrOperation ) ) + // InternalDSL.g:4766:1: (lv_value_0_0= ruleValueOrEnumValueOrOperation ) { - // InternalDSL.g:5071:1: (lv_value_0_0= ruleValueOrEnumValueOrOperation ) - // InternalDSL.g:5072:3: lv_value_0_0= ruleValueOrEnumValueOrOperation + // InternalDSL.g:4766:1: (lv_value_0_0= ruleValueOrEnumValueOrOperation ) + // InternalDSL.g:4767:3: lv_value_0_0= ruleValueOrEnumValueOrOperation { newCompositeNode(grammarAccess.getValueOrEnumValueOrOperationCollectionAccess().getValueValueOrEnumValueOrOperationParserRuleCall_0_0()); - pushFollow(FOLLOW_94); + pushFollow(FOLLOW_93); lv_value_0_0=ruleValueOrEnumValueOrOperation(); state._fsp--; @@ -12174,19 +11551,19 @@ public final EObject ruleValueOrEnumValueOrOperationCollection() throws Recognit } - // InternalDSL.g:5088:2: ( ruleNL otherlv_2= ',' ruleNL ( (lv_moreValues_4_0= ruleValueOrEnumValueOrOperation ) ) )* - loop88: + // InternalDSL.g:4783:2: ( ruleNL otherlv_2= ',' ruleNL ( (lv_moreValues_4_0= ruleValueOrEnumValueOrOperation ) ) )* + loop87: do { - int alt88=2; - alt88 = dfa88.predict(input); - switch (alt88) { + int alt87=2; + alt87 = dfa87.predict(input); + switch (alt87) { case 1 : - // InternalDSL.g:5089:5: ruleNL otherlv_2= ',' ruleNL ( (lv_moreValues_4_0= ruleValueOrEnumValueOrOperation ) ) + // InternalDSL.g:4784:5: ruleNL otherlv_2= ',' ruleNL ( (lv_moreValues_4_0= ruleValueOrEnumValueOrOperation ) ) { newCompositeNode(grammarAccess.getValueOrEnumValueOrOperationCollectionAccess().getNLParserRuleCall_1_0()); - pushFollow(FOLLOW_95); + pushFollow(FOLLOW_94); ruleNL(); state._fsp--; @@ -12194,7 +11571,7 @@ public final EObject ruleValueOrEnumValueOrOperationCollection() throws Recognit afterParserOrEnumRuleCall(); - otherlv_2=(Token)match(input,70,FOLLOW_21); + otherlv_2=(Token)match(input,71,FOLLOW_21); newLeafNode(otherlv_2, grammarAccess.getValueOrEnumValueOrOperationCollectionAccess().getCommaKeyword_1_1()); @@ -12209,16 +11586,16 @@ public final EObject ruleValueOrEnumValueOrOperationCollection() throws Recognit afterParserOrEnumRuleCall(); - // InternalDSL.g:5108:1: ( (lv_moreValues_4_0= ruleValueOrEnumValueOrOperation ) ) - // InternalDSL.g:5109:1: (lv_moreValues_4_0= ruleValueOrEnumValueOrOperation ) + // InternalDSL.g:4803:1: ( (lv_moreValues_4_0= ruleValueOrEnumValueOrOperation ) ) + // InternalDSL.g:4804:1: (lv_moreValues_4_0= ruleValueOrEnumValueOrOperation ) { - // InternalDSL.g:5109:1: (lv_moreValues_4_0= ruleValueOrEnumValueOrOperation ) - // InternalDSL.g:5110:3: lv_moreValues_4_0= ruleValueOrEnumValueOrOperation + // InternalDSL.g:4804:1: (lv_moreValues_4_0= ruleValueOrEnumValueOrOperation ) + // InternalDSL.g:4805:3: lv_moreValues_4_0= ruleValueOrEnumValueOrOperation { newCompositeNode(grammarAccess.getValueOrEnumValueOrOperationCollectionAccess().getMoreValuesValueOrEnumValueOrOperationParserRuleCall_1_3_0()); - pushFollow(FOLLOW_94); + pushFollow(FOLLOW_93); lv_moreValues_4_0=ruleValueOrEnumValueOrOperation(); state._fsp--; @@ -12245,7 +11622,7 @@ public final EObject ruleValueOrEnumValueOrOperationCollection() throws Recognit break; default : - break loop88; + break loop87; } } while (true); @@ -12270,7 +11647,7 @@ public final EObject ruleValueOrEnumValueOrOperationCollection() throws Recognit // $ANTLR start "entryRuleValueOrEnumValueOrOperation" - // InternalDSL.g:5134:1: entryRuleValueOrEnumValueOrOperation returns [EObject current=null] : iv_ruleValueOrEnumValueOrOperation= ruleValueOrEnumValueOrOperation EOF ; + // InternalDSL.g:4829:1: entryRuleValueOrEnumValueOrOperation returns [EObject current=null] : iv_ruleValueOrEnumValueOrOperation= ruleValueOrEnumValueOrOperation EOF ; public final EObject entryRuleValueOrEnumValueOrOperation() throws RecognitionException { EObject current = null; @@ -12278,8 +11655,8 @@ public final EObject entryRuleValueOrEnumValueOrOperation() throws RecognitionEx try { - // InternalDSL.g:5135:2: (iv_ruleValueOrEnumValueOrOperation= ruleValueOrEnumValueOrOperation EOF ) - // InternalDSL.g:5136:2: iv_ruleValueOrEnumValueOrOperation= ruleValueOrEnumValueOrOperation EOF + // InternalDSL.g:4830:2: (iv_ruleValueOrEnumValueOrOperation= ruleValueOrEnumValueOrOperation EOF ) + // InternalDSL.g:4831:2: iv_ruleValueOrEnumValueOrOperation= ruleValueOrEnumValueOrOperation EOF { newCompositeNode(grammarAccess.getValueOrEnumValueOrOperationRule()); pushFollow(FOLLOW_1); @@ -12306,7 +11683,7 @@ public final EObject entryRuleValueOrEnumValueOrOperation() throws RecognitionEx // $ANTLR start "ruleValueOrEnumValueOrOperation" - // InternalDSL.g:5143:1: ruleValueOrEnumValueOrOperation returns [EObject current=null] : (this_Value_0= ruleValue | this_EnumValue_1= ruleEnumValue | this_Operation_2= ruleOperation ) ; + // InternalDSL.g:4838:1: ruleValueOrEnumValueOrOperation returns [EObject current=null] : (this_Value_0= ruleValue | this_EnumValue_1= ruleEnumValue | this_Operation_2= ruleOperation ) ; public final EObject ruleValueOrEnumValueOrOperation() throws RecognitionException { EObject current = null; @@ -12320,11 +11697,11 @@ public final EObject ruleValueOrEnumValueOrOperation() throws RecognitionExcepti enterRule(); try { - // InternalDSL.g:5146:28: ( (this_Value_0= ruleValue | this_EnumValue_1= ruleEnumValue | this_Operation_2= ruleOperation ) ) - // InternalDSL.g:5147:1: (this_Value_0= ruleValue | this_EnumValue_1= ruleEnumValue | this_Operation_2= ruleOperation ) + // InternalDSL.g:4841:28: ( (this_Value_0= ruleValue | this_EnumValue_1= ruleEnumValue | this_Operation_2= ruleOperation ) ) + // InternalDSL.g:4842:1: (this_Value_0= ruleValue | this_EnumValue_1= ruleEnumValue | this_Operation_2= ruleOperation ) { - // InternalDSL.g:5147:1: (this_Value_0= ruleValue | this_EnumValue_1= ruleEnumValue | this_Operation_2= ruleOperation ) - int alt89=3; + // InternalDSL.g:4842:1: (this_Value_0= ruleValue | this_EnumValue_1= ruleEnumValue | this_Operation_2= ruleOperation ) + int alt88=3; switch ( input.LA(1) ) { case RULE_STRING: case RULE_ID: @@ -12338,34 +11715,34 @@ public final EObject ruleValueOrEnumValueOrOperation() throws RecognitionExcepti case RULE_ISOTIME: case RULE_TWENTYFOURHRSTIME: case RULE_TWELVEHRSTIME: - case 103: - case 106: - case 107: + case 83: + case 86: + case 87: { - alt89=1; + alt88=1; } break; case RULE_UPPERCASE_ID: { - alt89=2; + alt88=2; } break; - case 95: - case 101: + case 75: + case 81: { - alt89=3; + alt88=3; } break; default: NoViableAltException nvae = - new NoViableAltException("", 89, 0, input); + new NoViableAltException("", 88, 0, input); throw nvae; } - switch (alt89) { + switch (alt88) { case 1 : - // InternalDSL.g:5148:5: this_Value_0= ruleValue + // InternalDSL.g:4843:5: this_Value_0= ruleValue { newCompositeNode(grammarAccess.getValueOrEnumValueOrOperationAccess().getValueParserRuleCall_0()); @@ -12383,7 +11760,7 @@ public final EObject ruleValueOrEnumValueOrOperation() throws RecognitionExcepti } break; case 2 : - // InternalDSL.g:5158:5: this_EnumValue_1= ruleEnumValue + // InternalDSL.g:4853:5: this_EnumValue_1= ruleEnumValue { newCompositeNode(grammarAccess.getValueOrEnumValueOrOperationAccess().getEnumValueParserRuleCall_1()); @@ -12401,7 +11778,7 @@ public final EObject ruleValueOrEnumValueOrOperation() throws RecognitionExcepti } break; case 3 : - // InternalDSL.g:5168:5: this_Operation_2= ruleOperation + // InternalDSL.g:4863:5: this_Operation_2= ruleOperation { newCompositeNode(grammarAccess.getValueOrEnumValueOrOperationAccess().getOperationParserRuleCall_2()); @@ -12439,7 +11816,7 @@ public final EObject ruleValueOrEnumValueOrOperation() throws RecognitionExcepti // $ANTLR start "entryRuleValue" - // InternalDSL.g:5184:1: entryRuleValue returns [EObject current=null] : iv_ruleValue= ruleValue EOF ; + // InternalDSL.g:4879:1: entryRuleValue returns [EObject current=null] : iv_ruleValue= ruleValue EOF ; public final EObject entryRuleValue() throws RecognitionException { EObject current = null; @@ -12447,8 +11824,8 @@ public final EObject entryRuleValue() throws RecognitionException { try { - // InternalDSL.g:5185:2: (iv_ruleValue= ruleValue EOF ) - // InternalDSL.g:5186:2: iv_ruleValue= ruleValue EOF + // InternalDSL.g:4880:2: (iv_ruleValue= ruleValue EOF ) + // InternalDSL.g:4881:2: iv_ruleValue= ruleValue EOF { newCompositeNode(grammarAccess.getValueRule()); pushFollow(FOLLOW_1); @@ -12475,7 +11852,7 @@ public final EObject entryRuleValue() throws RecognitionException { // $ANTLR start "ruleValue" - // InternalDSL.g:5193:1: ruleValue returns [EObject current=null] : (this_StaticValue_0= ruleStaticValue | this_Variable_1= ruleVariable | this_NestedObject_2= ruleNestedObject | this_TypedNestedObject_3= ruleTypedNestedObject ) ; + // InternalDSL.g:4888:1: ruleValue returns [EObject current=null] : (this_StaticValue_0= ruleStaticValue | this_Variable_1= ruleVariable | this_NestedObject_2= ruleNestedObject | this_TypedNestedObject_3= ruleTypedNestedObject ) ; public final EObject ruleValue() throws RecognitionException { EObject current = null; @@ -12491,15 +11868,15 @@ public final EObject ruleValue() throws RecognitionException { enterRule(); try { - // InternalDSL.g:5196:28: ( (this_StaticValue_0= ruleStaticValue | this_Variable_1= ruleVariable | this_NestedObject_2= ruleNestedObject | this_TypedNestedObject_3= ruleTypedNestedObject ) ) - // InternalDSL.g:5197:1: (this_StaticValue_0= ruleStaticValue | this_Variable_1= ruleVariable | this_NestedObject_2= ruleNestedObject | this_TypedNestedObject_3= ruleTypedNestedObject ) + // InternalDSL.g:4891:28: ( (this_StaticValue_0= ruleStaticValue | this_Variable_1= ruleVariable | this_NestedObject_2= ruleNestedObject | this_TypedNestedObject_3= ruleTypedNestedObject ) ) + // InternalDSL.g:4892:1: (this_StaticValue_0= ruleStaticValue | this_Variable_1= ruleVariable | this_NestedObject_2= ruleNestedObject | this_TypedNestedObject_3= ruleTypedNestedObject ) { - // InternalDSL.g:5197:1: (this_StaticValue_0= ruleStaticValue | this_Variable_1= ruleVariable | this_NestedObject_2= ruleNestedObject | this_TypedNestedObject_3= ruleTypedNestedObject ) - int alt90=4; - alt90 = dfa90.predict(input); - switch (alt90) { + // InternalDSL.g:4892:1: (this_StaticValue_0= ruleStaticValue | this_Variable_1= ruleVariable | this_NestedObject_2= ruleNestedObject | this_TypedNestedObject_3= ruleTypedNestedObject ) + int alt89=4; + alt89 = dfa89.predict(input); + switch (alt89) { case 1 : - // InternalDSL.g:5198:5: this_StaticValue_0= ruleStaticValue + // InternalDSL.g:4893:5: this_StaticValue_0= ruleStaticValue { newCompositeNode(grammarAccess.getValueAccess().getStaticValueParserRuleCall_0()); @@ -12517,7 +11894,7 @@ public final EObject ruleValue() throws RecognitionException { } break; case 2 : - // InternalDSL.g:5208:5: this_Variable_1= ruleVariable + // InternalDSL.g:4903:5: this_Variable_1= ruleVariable { newCompositeNode(grammarAccess.getValueAccess().getVariableParserRuleCall_1()); @@ -12535,7 +11912,7 @@ public final EObject ruleValue() throws RecognitionException { } break; case 3 : - // InternalDSL.g:5218:5: this_NestedObject_2= ruleNestedObject + // InternalDSL.g:4913:5: this_NestedObject_2= ruleNestedObject { newCompositeNode(grammarAccess.getValueAccess().getNestedObjectParserRuleCall_2()); @@ -12553,7 +11930,7 @@ public final EObject ruleValue() throws RecognitionException { } break; case 4 : - // InternalDSL.g:5228:5: this_TypedNestedObject_3= ruleTypedNestedObject + // InternalDSL.g:4923:5: this_TypedNestedObject_3= ruleTypedNestedObject { newCompositeNode(grammarAccess.getValueAccess().getTypedNestedObjectParserRuleCall_3()); @@ -12591,7 +11968,7 @@ public final EObject ruleValue() throws RecognitionException { // $ANTLR start "entryRuleConstantValue" - // InternalDSL.g:5244:1: entryRuleConstantValue returns [EObject current=null] : iv_ruleConstantValue= ruleConstantValue EOF ; + // InternalDSL.g:4939:1: entryRuleConstantValue returns [EObject current=null] : iv_ruleConstantValue= ruleConstantValue EOF ; public final EObject entryRuleConstantValue() throws RecognitionException { EObject current = null; @@ -12599,8 +11976,8 @@ public final EObject entryRuleConstantValue() throws RecognitionException { try { - // InternalDSL.g:5245:2: (iv_ruleConstantValue= ruleConstantValue EOF ) - // InternalDSL.g:5246:2: iv_ruleConstantValue= ruleConstantValue EOF + // InternalDSL.g:4940:2: (iv_ruleConstantValue= ruleConstantValue EOF ) + // InternalDSL.g:4941:2: iv_ruleConstantValue= ruleConstantValue EOF { newCompositeNode(grammarAccess.getConstantValueRule()); pushFollow(FOLLOW_1); @@ -12627,7 +12004,7 @@ public final EObject entryRuleConstantValue() throws RecognitionException { // $ANTLR start "ruleConstantValue" - // InternalDSL.g:5253:1: ruleConstantValue returns [EObject current=null] : (this_StaticValue_0= ruleStaticValue | this_Constant_1= ruleConstant ) ; + // InternalDSL.g:4948:1: ruleConstantValue returns [EObject current=null] : (this_StaticValue_0= ruleStaticValue | this_Constant_1= ruleConstant ) ; public final EObject ruleConstantValue() throws RecognitionException { EObject current = null; @@ -12639,28 +12016,28 @@ public final EObject ruleConstantValue() throws RecognitionException { enterRule(); try { - // InternalDSL.g:5256:28: ( (this_StaticValue_0= ruleStaticValue | this_Constant_1= ruleConstant ) ) - // InternalDSL.g:5257:1: (this_StaticValue_0= ruleStaticValue | this_Constant_1= ruleConstant ) + // InternalDSL.g:4951:28: ( (this_StaticValue_0= ruleStaticValue | this_Constant_1= ruleConstant ) ) + // InternalDSL.g:4952:1: (this_StaticValue_0= ruleStaticValue | this_Constant_1= ruleConstant ) { - // InternalDSL.g:5257:1: (this_StaticValue_0= ruleStaticValue | this_Constant_1= ruleConstant ) - int alt91=2; - int LA91_0 = input.LA(1); + // InternalDSL.g:4952:1: (this_StaticValue_0= ruleStaticValue | this_Constant_1= ruleConstant ) + int alt90=2; + int LA90_0 = input.LA(1); - if ( (LA91_0==RULE_STRING||(LA91_0>=RULE_INTEGER && LA91_0<=RULE_TWELVEHRSTIME)||LA91_0==103||LA91_0==106) ) { - alt91=1; + if ( (LA90_0==RULE_STRING||(LA90_0>=RULE_INTEGER && LA90_0<=RULE_TWELVEHRSTIME)||LA90_0==83||LA90_0==86) ) { + alt90=1; } - else if ( (LA91_0==RULE_ID) ) { - alt91=2; + else if ( (LA90_0==RULE_ID) ) { + alt90=2; } else { NoViableAltException nvae = - new NoViableAltException("", 91, 0, input); + new NoViableAltException("", 90, 0, input); throw nvae; } - switch (alt91) { + switch (alt90) { case 1 : - // InternalDSL.g:5258:5: this_StaticValue_0= ruleStaticValue + // InternalDSL.g:4953:5: this_StaticValue_0= ruleStaticValue { newCompositeNode(grammarAccess.getConstantValueAccess().getStaticValueParserRuleCall_0()); @@ -12678,7 +12055,7 @@ else if ( (LA91_0==RULE_ID) ) { } break; case 2 : - // InternalDSL.g:5268:5: this_Constant_1= ruleConstant + // InternalDSL.g:4963:5: this_Constant_1= ruleConstant { newCompositeNode(grammarAccess.getConstantValueAccess().getConstantParserRuleCall_1()); @@ -12716,7 +12093,7 @@ else if ( (LA91_0==RULE_ID) ) { // $ANTLR start "entryRuleStaticValue" - // InternalDSL.g:5284:1: entryRuleStaticValue returns [EObject current=null] : iv_ruleStaticValue= ruleStaticValue EOF ; + // InternalDSL.g:4979:1: entryRuleStaticValue returns [EObject current=null] : iv_ruleStaticValue= ruleStaticValue EOF ; public final EObject entryRuleStaticValue() throws RecognitionException { EObject current = null; @@ -12724,8 +12101,8 @@ public final EObject entryRuleStaticValue() throws RecognitionException { try { - // InternalDSL.g:5285:2: (iv_ruleStaticValue= ruleStaticValue EOF ) - // InternalDSL.g:5286:2: iv_ruleStaticValue= ruleStaticValue EOF + // InternalDSL.g:4980:2: (iv_ruleStaticValue= ruleStaticValue EOF ) + // InternalDSL.g:4981:2: iv_ruleStaticValue= ruleStaticValue EOF { newCompositeNode(grammarAccess.getStaticValueRule()); pushFollow(FOLLOW_1); @@ -12752,7 +12129,7 @@ public final EObject entryRuleStaticValue() throws RecognitionException { // $ANTLR start "ruleStaticValue" - // InternalDSL.g:5293:1: ruleStaticValue returns [EObject current=null] : (this_StringValue_0= ruleStringValue | this_IntegerValue_1= ruleIntegerValue | this_DecimalValue_2= ruleDecimalValue | this_BooleanValue_3= ruleBooleanValue | this_DateValue_4= ruleDateValue | this_TimeValue_5= ruleTimeValue | this_DateAndTimeValue_6= ruleDateAndTimeValue | this_NullValue_7= ruleNullValue | this_JavaConstantValue_8= ruleJavaConstantValue ) ; + // InternalDSL.g:4988:1: ruleStaticValue returns [EObject current=null] : (this_StringValue_0= ruleStringValue | this_IntegerValue_1= ruleIntegerValue | this_DecimalValue_2= ruleDecimalValue | this_BooleanValue_3= ruleBooleanValue | this_DateValue_4= ruleDateValue | this_TimeValue_5= ruleTimeValue | this_DateAndTimeValue_6= ruleDateAndTimeValue | this_NullValue_7= ruleNullValue | this_JavaConstantValue_8= ruleJavaConstantValue ) ; public final EObject ruleStaticValue() throws RecognitionException { EObject current = null; @@ -12778,15 +12155,15 @@ public final EObject ruleStaticValue() throws RecognitionException { enterRule(); try { - // InternalDSL.g:5296:28: ( (this_StringValue_0= ruleStringValue | this_IntegerValue_1= ruleIntegerValue | this_DecimalValue_2= ruleDecimalValue | this_BooleanValue_3= ruleBooleanValue | this_DateValue_4= ruleDateValue | this_TimeValue_5= ruleTimeValue | this_DateAndTimeValue_6= ruleDateAndTimeValue | this_NullValue_7= ruleNullValue | this_JavaConstantValue_8= ruleJavaConstantValue ) ) - // InternalDSL.g:5297:1: (this_StringValue_0= ruleStringValue | this_IntegerValue_1= ruleIntegerValue | this_DecimalValue_2= ruleDecimalValue | this_BooleanValue_3= ruleBooleanValue | this_DateValue_4= ruleDateValue | this_TimeValue_5= ruleTimeValue | this_DateAndTimeValue_6= ruleDateAndTimeValue | this_NullValue_7= ruleNullValue | this_JavaConstantValue_8= ruleJavaConstantValue ) + // InternalDSL.g:4991:28: ( (this_StringValue_0= ruleStringValue | this_IntegerValue_1= ruleIntegerValue | this_DecimalValue_2= ruleDecimalValue | this_BooleanValue_3= ruleBooleanValue | this_DateValue_4= ruleDateValue | this_TimeValue_5= ruleTimeValue | this_DateAndTimeValue_6= ruleDateAndTimeValue | this_NullValue_7= ruleNullValue | this_JavaConstantValue_8= ruleJavaConstantValue ) ) + // InternalDSL.g:4992:1: (this_StringValue_0= ruleStringValue | this_IntegerValue_1= ruleIntegerValue | this_DecimalValue_2= ruleDecimalValue | this_BooleanValue_3= ruleBooleanValue | this_DateValue_4= ruleDateValue | this_TimeValue_5= ruleTimeValue | this_DateAndTimeValue_6= ruleDateAndTimeValue | this_NullValue_7= ruleNullValue | this_JavaConstantValue_8= ruleJavaConstantValue ) { - // InternalDSL.g:5297:1: (this_StringValue_0= ruleStringValue | this_IntegerValue_1= ruleIntegerValue | this_DecimalValue_2= ruleDecimalValue | this_BooleanValue_3= ruleBooleanValue | this_DateValue_4= ruleDateValue | this_TimeValue_5= ruleTimeValue | this_DateAndTimeValue_6= ruleDateAndTimeValue | this_NullValue_7= ruleNullValue | this_JavaConstantValue_8= ruleJavaConstantValue ) - int alt92=9; - alt92 = dfa92.predict(input); - switch (alt92) { + // InternalDSL.g:4992:1: (this_StringValue_0= ruleStringValue | this_IntegerValue_1= ruleIntegerValue | this_DecimalValue_2= ruleDecimalValue | this_BooleanValue_3= ruleBooleanValue | this_DateValue_4= ruleDateValue | this_TimeValue_5= ruleTimeValue | this_DateAndTimeValue_6= ruleDateAndTimeValue | this_NullValue_7= ruleNullValue | this_JavaConstantValue_8= ruleJavaConstantValue ) + int alt91=9; + alt91 = dfa91.predict(input); + switch (alt91) { case 1 : - // InternalDSL.g:5298:5: this_StringValue_0= ruleStringValue + // InternalDSL.g:4993:5: this_StringValue_0= ruleStringValue { newCompositeNode(grammarAccess.getStaticValueAccess().getStringValueParserRuleCall_0()); @@ -12804,7 +12181,7 @@ public final EObject ruleStaticValue() throws RecognitionException { } break; case 2 : - // InternalDSL.g:5308:5: this_IntegerValue_1= ruleIntegerValue + // InternalDSL.g:5003:5: this_IntegerValue_1= ruleIntegerValue { newCompositeNode(grammarAccess.getStaticValueAccess().getIntegerValueParserRuleCall_1()); @@ -12822,7 +12199,7 @@ public final EObject ruleStaticValue() throws RecognitionException { } break; case 3 : - // InternalDSL.g:5318:5: this_DecimalValue_2= ruleDecimalValue + // InternalDSL.g:5013:5: this_DecimalValue_2= ruleDecimalValue { newCompositeNode(grammarAccess.getStaticValueAccess().getDecimalValueParserRuleCall_2()); @@ -12840,7 +12217,7 @@ public final EObject ruleStaticValue() throws RecognitionException { } break; case 4 : - // InternalDSL.g:5328:5: this_BooleanValue_3= ruleBooleanValue + // InternalDSL.g:5023:5: this_BooleanValue_3= ruleBooleanValue { newCompositeNode(grammarAccess.getStaticValueAccess().getBooleanValueParserRuleCall_3()); @@ -12858,7 +12235,7 @@ public final EObject ruleStaticValue() throws RecognitionException { } break; case 5 : - // InternalDSL.g:5338:5: this_DateValue_4= ruleDateValue + // InternalDSL.g:5033:5: this_DateValue_4= ruleDateValue { newCompositeNode(grammarAccess.getStaticValueAccess().getDateValueParserRuleCall_4()); @@ -12876,7 +12253,7 @@ public final EObject ruleStaticValue() throws RecognitionException { } break; case 6 : - // InternalDSL.g:5348:5: this_TimeValue_5= ruleTimeValue + // InternalDSL.g:5043:5: this_TimeValue_5= ruleTimeValue { newCompositeNode(grammarAccess.getStaticValueAccess().getTimeValueParserRuleCall_5()); @@ -12894,7 +12271,7 @@ public final EObject ruleStaticValue() throws RecognitionException { } break; case 7 : - // InternalDSL.g:5358:5: this_DateAndTimeValue_6= ruleDateAndTimeValue + // InternalDSL.g:5053:5: this_DateAndTimeValue_6= ruleDateAndTimeValue { newCompositeNode(grammarAccess.getStaticValueAccess().getDateAndTimeValueParserRuleCall_6()); @@ -12912,7 +12289,7 @@ public final EObject ruleStaticValue() throws RecognitionException { } break; case 8 : - // InternalDSL.g:5368:5: this_NullValue_7= ruleNullValue + // InternalDSL.g:5063:5: this_NullValue_7= ruleNullValue { newCompositeNode(grammarAccess.getStaticValueAccess().getNullValueParserRuleCall_7()); @@ -12930,7 +12307,7 @@ public final EObject ruleStaticValue() throws RecognitionException { } break; case 9 : - // InternalDSL.g:5378:5: this_JavaConstantValue_8= ruleJavaConstantValue + // InternalDSL.g:5073:5: this_JavaConstantValue_8= ruleJavaConstantValue { newCompositeNode(grammarAccess.getStaticValueAccess().getJavaConstantValueParserRuleCall_8()); @@ -12968,7 +12345,7 @@ public final EObject ruleStaticValue() throws RecognitionException { // $ANTLR start "entryRuleIntegerValue" - // InternalDSL.g:5394:1: entryRuleIntegerValue returns [EObject current=null] : iv_ruleIntegerValue= ruleIntegerValue EOF ; + // InternalDSL.g:5089:1: entryRuleIntegerValue returns [EObject current=null] : iv_ruleIntegerValue= ruleIntegerValue EOF ; public final EObject entryRuleIntegerValue() throws RecognitionException { EObject current = null; @@ -12976,8 +12353,8 @@ public final EObject entryRuleIntegerValue() throws RecognitionException { try { - // InternalDSL.g:5395:2: (iv_ruleIntegerValue= ruleIntegerValue EOF ) - // InternalDSL.g:5396:2: iv_ruleIntegerValue= ruleIntegerValue EOF + // InternalDSL.g:5090:2: (iv_ruleIntegerValue= ruleIntegerValue EOF ) + // InternalDSL.g:5091:2: iv_ruleIntegerValue= ruleIntegerValue EOF { newCompositeNode(grammarAccess.getIntegerValueRule()); pushFollow(FOLLOW_1); @@ -13004,7 +12381,7 @@ public final EObject entryRuleIntegerValue() throws RecognitionException { // $ANTLR start "ruleIntegerValue" - // InternalDSL.g:5403:1: ruleIntegerValue returns [EObject current=null] : ( (lv_integerValue_0_0= RULE_INTEGER ) ) ; + // InternalDSL.g:5098:1: ruleIntegerValue returns [EObject current=null] : ( (lv_integerValue_0_0= RULE_INTEGER ) ) ; public final EObject ruleIntegerValue() throws RecognitionException { EObject current = null; @@ -13013,14 +12390,14 @@ public final EObject ruleIntegerValue() throws RecognitionException { enterRule(); try { - // InternalDSL.g:5406:28: ( ( (lv_integerValue_0_0= RULE_INTEGER ) ) ) - // InternalDSL.g:5407:1: ( (lv_integerValue_0_0= RULE_INTEGER ) ) + // InternalDSL.g:5101:28: ( ( (lv_integerValue_0_0= RULE_INTEGER ) ) ) + // InternalDSL.g:5102:1: ( (lv_integerValue_0_0= RULE_INTEGER ) ) { - // InternalDSL.g:5407:1: ( (lv_integerValue_0_0= RULE_INTEGER ) ) - // InternalDSL.g:5408:1: (lv_integerValue_0_0= RULE_INTEGER ) + // InternalDSL.g:5102:1: ( (lv_integerValue_0_0= RULE_INTEGER ) ) + // InternalDSL.g:5103:1: (lv_integerValue_0_0= RULE_INTEGER ) { - // InternalDSL.g:5408:1: (lv_integerValue_0_0= RULE_INTEGER ) - // InternalDSL.g:5409:3: lv_integerValue_0_0= RULE_INTEGER + // InternalDSL.g:5103:1: (lv_integerValue_0_0= RULE_INTEGER ) + // InternalDSL.g:5104:3: lv_integerValue_0_0= RULE_INTEGER { lv_integerValue_0_0=(Token)match(input,RULE_INTEGER,FOLLOW_2); @@ -13060,7 +12437,7 @@ public final EObject ruleIntegerValue() throws RecognitionException { // $ANTLR start "entryRuleDecimalValue" - // InternalDSL.g:5433:1: entryRuleDecimalValue returns [EObject current=null] : iv_ruleDecimalValue= ruleDecimalValue EOF ; + // InternalDSL.g:5128:1: entryRuleDecimalValue returns [EObject current=null] : iv_ruleDecimalValue= ruleDecimalValue EOF ; public final EObject entryRuleDecimalValue() throws RecognitionException { EObject current = null; @@ -13068,8 +12445,8 @@ public final EObject entryRuleDecimalValue() throws RecognitionException { try { - // InternalDSL.g:5434:2: (iv_ruleDecimalValue= ruleDecimalValue EOF ) - // InternalDSL.g:5435:2: iv_ruleDecimalValue= ruleDecimalValue EOF + // InternalDSL.g:5129:2: (iv_ruleDecimalValue= ruleDecimalValue EOF ) + // InternalDSL.g:5130:2: iv_ruleDecimalValue= ruleDecimalValue EOF { newCompositeNode(grammarAccess.getDecimalValueRule()); pushFollow(FOLLOW_1); @@ -13096,7 +12473,7 @@ public final EObject entryRuleDecimalValue() throws RecognitionException { // $ANTLR start "ruleDecimalValue" - // InternalDSL.g:5442:1: ruleDecimalValue returns [EObject current=null] : ( (lv_decimalValue_0_0= RULE_DECIMAL ) ) ; + // InternalDSL.g:5137:1: ruleDecimalValue returns [EObject current=null] : ( (lv_decimalValue_0_0= RULE_DECIMAL ) ) ; public final EObject ruleDecimalValue() throws RecognitionException { EObject current = null; @@ -13105,14 +12482,14 @@ public final EObject ruleDecimalValue() throws RecognitionException { enterRule(); try { - // InternalDSL.g:5445:28: ( ( (lv_decimalValue_0_0= RULE_DECIMAL ) ) ) - // InternalDSL.g:5446:1: ( (lv_decimalValue_0_0= RULE_DECIMAL ) ) + // InternalDSL.g:5140:28: ( ( (lv_decimalValue_0_0= RULE_DECIMAL ) ) ) + // InternalDSL.g:5141:1: ( (lv_decimalValue_0_0= RULE_DECIMAL ) ) { - // InternalDSL.g:5446:1: ( (lv_decimalValue_0_0= RULE_DECIMAL ) ) - // InternalDSL.g:5447:1: (lv_decimalValue_0_0= RULE_DECIMAL ) + // InternalDSL.g:5141:1: ( (lv_decimalValue_0_0= RULE_DECIMAL ) ) + // InternalDSL.g:5142:1: (lv_decimalValue_0_0= RULE_DECIMAL ) { - // InternalDSL.g:5447:1: (lv_decimalValue_0_0= RULE_DECIMAL ) - // InternalDSL.g:5448:3: lv_decimalValue_0_0= RULE_DECIMAL + // InternalDSL.g:5142:1: (lv_decimalValue_0_0= RULE_DECIMAL ) + // InternalDSL.g:5143:3: lv_decimalValue_0_0= RULE_DECIMAL { lv_decimalValue_0_0=(Token)match(input,RULE_DECIMAL,FOLLOW_2); @@ -13152,7 +12529,7 @@ public final EObject ruleDecimalValue() throws RecognitionException { // $ANTLR start "entryRuleStringValue" - // InternalDSL.g:5472:1: entryRuleStringValue returns [EObject current=null] : iv_ruleStringValue= ruleStringValue EOF ; + // InternalDSL.g:5167:1: entryRuleStringValue returns [EObject current=null] : iv_ruleStringValue= ruleStringValue EOF ; public final EObject entryRuleStringValue() throws RecognitionException { EObject current = null; @@ -13160,8 +12537,8 @@ public final EObject entryRuleStringValue() throws RecognitionException { try { - // InternalDSL.g:5473:2: (iv_ruleStringValue= ruleStringValue EOF ) - // InternalDSL.g:5474:2: iv_ruleStringValue= ruleStringValue EOF + // InternalDSL.g:5168:2: (iv_ruleStringValue= ruleStringValue EOF ) + // InternalDSL.g:5169:2: iv_ruleStringValue= ruleStringValue EOF { newCompositeNode(grammarAccess.getStringValueRule()); pushFollow(FOLLOW_1); @@ -13188,7 +12565,7 @@ public final EObject entryRuleStringValue() throws RecognitionException { // $ANTLR start "ruleStringValue" - // InternalDSL.g:5481:1: ruleStringValue returns [EObject current=null] : ( (lv_stringValue_0_0= RULE_STRING ) ) ; + // InternalDSL.g:5176:1: ruleStringValue returns [EObject current=null] : ( (lv_stringValue_0_0= RULE_STRING ) ) ; public final EObject ruleStringValue() throws RecognitionException { EObject current = null; @@ -13197,14 +12574,14 @@ public final EObject ruleStringValue() throws RecognitionException { enterRule(); try { - // InternalDSL.g:5484:28: ( ( (lv_stringValue_0_0= RULE_STRING ) ) ) - // InternalDSL.g:5485:1: ( (lv_stringValue_0_0= RULE_STRING ) ) + // InternalDSL.g:5179:28: ( ( (lv_stringValue_0_0= RULE_STRING ) ) ) + // InternalDSL.g:5180:1: ( (lv_stringValue_0_0= RULE_STRING ) ) { - // InternalDSL.g:5485:1: ( (lv_stringValue_0_0= RULE_STRING ) ) - // InternalDSL.g:5486:1: (lv_stringValue_0_0= RULE_STRING ) + // InternalDSL.g:5180:1: ( (lv_stringValue_0_0= RULE_STRING ) ) + // InternalDSL.g:5181:1: (lv_stringValue_0_0= RULE_STRING ) { - // InternalDSL.g:5486:1: (lv_stringValue_0_0= RULE_STRING ) - // InternalDSL.g:5487:3: lv_stringValue_0_0= RULE_STRING + // InternalDSL.g:5181:1: (lv_stringValue_0_0= RULE_STRING ) + // InternalDSL.g:5182:3: lv_stringValue_0_0= RULE_STRING { lv_stringValue_0_0=(Token)match(input,RULE_STRING,FOLLOW_2); @@ -13244,7 +12621,7 @@ public final EObject ruleStringValue() throws RecognitionException { // $ANTLR start "entryRuleBooleanValue" - // InternalDSL.g:5511:1: entryRuleBooleanValue returns [EObject current=null] : iv_ruleBooleanValue= ruleBooleanValue EOF ; + // InternalDSL.g:5206:1: entryRuleBooleanValue returns [EObject current=null] : iv_ruleBooleanValue= ruleBooleanValue EOF ; public final EObject entryRuleBooleanValue() throws RecognitionException { EObject current = null; @@ -13252,8 +12629,8 @@ public final EObject entryRuleBooleanValue() throws RecognitionException { try { - // InternalDSL.g:5512:2: (iv_ruleBooleanValue= ruleBooleanValue EOF ) - // InternalDSL.g:5513:2: iv_ruleBooleanValue= ruleBooleanValue EOF + // InternalDSL.g:5207:2: (iv_ruleBooleanValue= ruleBooleanValue EOF ) + // InternalDSL.g:5208:2: iv_ruleBooleanValue= ruleBooleanValue EOF { newCompositeNode(grammarAccess.getBooleanValueRule()); pushFollow(FOLLOW_1); @@ -13280,7 +12657,7 @@ public final EObject entryRuleBooleanValue() throws RecognitionException { // $ANTLR start "ruleBooleanValue" - // InternalDSL.g:5520:1: ruleBooleanValue returns [EObject current=null] : ( ( (lv_booleanValue_0_1= RULE_BOOLEAN_TRUE | lv_booleanValue_0_2= RULE_BOOLEAN_FALSE ) ) ) ; + // InternalDSL.g:5215:1: ruleBooleanValue returns [EObject current=null] : ( ( (lv_booleanValue_0_1= RULE_BOOLEAN_TRUE | lv_booleanValue_0_2= RULE_BOOLEAN_FALSE ) ) ) ; public final EObject ruleBooleanValue() throws RecognitionException { EObject current = null; @@ -13290,34 +12667,34 @@ public final EObject ruleBooleanValue() throws RecognitionException { enterRule(); try { - // InternalDSL.g:5523:28: ( ( ( (lv_booleanValue_0_1= RULE_BOOLEAN_TRUE | lv_booleanValue_0_2= RULE_BOOLEAN_FALSE ) ) ) ) - // InternalDSL.g:5524:1: ( ( (lv_booleanValue_0_1= RULE_BOOLEAN_TRUE | lv_booleanValue_0_2= RULE_BOOLEAN_FALSE ) ) ) + // InternalDSL.g:5218:28: ( ( ( (lv_booleanValue_0_1= RULE_BOOLEAN_TRUE | lv_booleanValue_0_2= RULE_BOOLEAN_FALSE ) ) ) ) + // InternalDSL.g:5219:1: ( ( (lv_booleanValue_0_1= RULE_BOOLEAN_TRUE | lv_booleanValue_0_2= RULE_BOOLEAN_FALSE ) ) ) { - // InternalDSL.g:5524:1: ( ( (lv_booleanValue_0_1= RULE_BOOLEAN_TRUE | lv_booleanValue_0_2= RULE_BOOLEAN_FALSE ) ) ) - // InternalDSL.g:5525:1: ( (lv_booleanValue_0_1= RULE_BOOLEAN_TRUE | lv_booleanValue_0_2= RULE_BOOLEAN_FALSE ) ) + // InternalDSL.g:5219:1: ( ( (lv_booleanValue_0_1= RULE_BOOLEAN_TRUE | lv_booleanValue_0_2= RULE_BOOLEAN_FALSE ) ) ) + // InternalDSL.g:5220:1: ( (lv_booleanValue_0_1= RULE_BOOLEAN_TRUE | lv_booleanValue_0_2= RULE_BOOLEAN_FALSE ) ) { - // InternalDSL.g:5525:1: ( (lv_booleanValue_0_1= RULE_BOOLEAN_TRUE | lv_booleanValue_0_2= RULE_BOOLEAN_FALSE ) ) - // InternalDSL.g:5526:1: (lv_booleanValue_0_1= RULE_BOOLEAN_TRUE | lv_booleanValue_0_2= RULE_BOOLEAN_FALSE ) + // InternalDSL.g:5220:1: ( (lv_booleanValue_0_1= RULE_BOOLEAN_TRUE | lv_booleanValue_0_2= RULE_BOOLEAN_FALSE ) ) + // InternalDSL.g:5221:1: (lv_booleanValue_0_1= RULE_BOOLEAN_TRUE | lv_booleanValue_0_2= RULE_BOOLEAN_FALSE ) { - // InternalDSL.g:5526:1: (lv_booleanValue_0_1= RULE_BOOLEAN_TRUE | lv_booleanValue_0_2= RULE_BOOLEAN_FALSE ) - int alt93=2; - int LA93_0 = input.LA(1); + // InternalDSL.g:5221:1: (lv_booleanValue_0_1= RULE_BOOLEAN_TRUE | lv_booleanValue_0_2= RULE_BOOLEAN_FALSE ) + int alt92=2; + int LA92_0 = input.LA(1); - if ( (LA93_0==RULE_BOOLEAN_TRUE) ) { - alt93=1; + if ( (LA92_0==RULE_BOOLEAN_TRUE) ) { + alt92=1; } - else if ( (LA93_0==RULE_BOOLEAN_FALSE) ) { - alt93=2; + else if ( (LA92_0==RULE_BOOLEAN_FALSE) ) { + alt92=2; } else { NoViableAltException nvae = - new NoViableAltException("", 93, 0, input); + new NoViableAltException("", 92, 0, input); throw nvae; } - switch (alt93) { + switch (alt92) { case 1 : - // InternalDSL.g:5527:3: lv_booleanValue_0_1= RULE_BOOLEAN_TRUE + // InternalDSL.g:5222:3: lv_booleanValue_0_1= RULE_BOOLEAN_TRUE { lv_booleanValue_0_1=(Token)match(input,RULE_BOOLEAN_TRUE,FOLLOW_2); @@ -13337,7 +12714,7 @@ else if ( (LA93_0==RULE_BOOLEAN_FALSE) ) { } break; case 2 : - // InternalDSL.g:5542:8: lv_booleanValue_0_2= RULE_BOOLEAN_FALSE + // InternalDSL.g:5237:8: lv_booleanValue_0_2= RULE_BOOLEAN_FALSE { lv_booleanValue_0_2=(Token)match(input,RULE_BOOLEAN_FALSE,FOLLOW_2); @@ -13383,7 +12760,7 @@ else if ( (LA93_0==RULE_BOOLEAN_FALSE) ) { // $ANTLR start "entryRuleDateValue" - // InternalDSL.g:5568:1: entryRuleDateValue returns [EObject current=null] : iv_ruleDateValue= ruleDateValue EOF ; + // InternalDSL.g:5263:1: entryRuleDateValue returns [EObject current=null] : iv_ruleDateValue= ruleDateValue EOF ; public final EObject entryRuleDateValue() throws RecognitionException { EObject current = null; @@ -13391,8 +12768,8 @@ public final EObject entryRuleDateValue() throws RecognitionException { try { - // InternalDSL.g:5569:2: (iv_ruleDateValue= ruleDateValue EOF ) - // InternalDSL.g:5570:2: iv_ruleDateValue= ruleDateValue EOF + // InternalDSL.g:5264:2: (iv_ruleDateValue= ruleDateValue EOF ) + // InternalDSL.g:5265:2: iv_ruleDateValue= ruleDateValue EOF { newCompositeNode(grammarAccess.getDateValueRule()); pushFollow(FOLLOW_1); @@ -13419,7 +12796,7 @@ public final EObject entryRuleDateValue() throws RecognitionException { // $ANTLR start "ruleDateValue" - // InternalDSL.g:5577:1: ruleDateValue returns [EObject current=null] : (this_IsoDateValue_0= ruleIsoDateValue | this_EuropeanDateValue_1= ruleEuropeanDateValue | this_USDateValue_2= ruleUSDateValue ) ; + // InternalDSL.g:5272:1: ruleDateValue returns [EObject current=null] : (this_IsoDateValue_0= ruleIsoDateValue | this_EuropeanDateValue_1= ruleEuropeanDateValue | this_USDateValue_2= ruleUSDateValue ) ; public final EObject ruleDateValue() throws RecognitionException { EObject current = null; @@ -13433,37 +12810,37 @@ public final EObject ruleDateValue() throws RecognitionException { enterRule(); try { - // InternalDSL.g:5580:28: ( (this_IsoDateValue_0= ruleIsoDateValue | this_EuropeanDateValue_1= ruleEuropeanDateValue | this_USDateValue_2= ruleUSDateValue ) ) - // InternalDSL.g:5581:1: (this_IsoDateValue_0= ruleIsoDateValue | this_EuropeanDateValue_1= ruleEuropeanDateValue | this_USDateValue_2= ruleUSDateValue ) + // InternalDSL.g:5275:28: ( (this_IsoDateValue_0= ruleIsoDateValue | this_EuropeanDateValue_1= ruleEuropeanDateValue | this_USDateValue_2= ruleUSDateValue ) ) + // InternalDSL.g:5276:1: (this_IsoDateValue_0= ruleIsoDateValue | this_EuropeanDateValue_1= ruleEuropeanDateValue | this_USDateValue_2= ruleUSDateValue ) { - // InternalDSL.g:5581:1: (this_IsoDateValue_0= ruleIsoDateValue | this_EuropeanDateValue_1= ruleEuropeanDateValue | this_USDateValue_2= ruleUSDateValue ) - int alt94=3; + // InternalDSL.g:5276:1: (this_IsoDateValue_0= ruleIsoDateValue | this_EuropeanDateValue_1= ruleEuropeanDateValue | this_USDateValue_2= ruleUSDateValue ) + int alt93=3; switch ( input.LA(1) ) { case RULE_ISODATE: { - alt94=1; + alt93=1; } break; case RULE_EURODATE: { - alt94=2; + alt93=2; } break; case RULE_USDATE: { - alt94=3; + alt93=3; } break; default: NoViableAltException nvae = - new NoViableAltException("", 94, 0, input); + new NoViableAltException("", 93, 0, input); throw nvae; } - switch (alt94) { + switch (alt93) { case 1 : - // InternalDSL.g:5582:5: this_IsoDateValue_0= ruleIsoDateValue + // InternalDSL.g:5277:5: this_IsoDateValue_0= ruleIsoDateValue { newCompositeNode(grammarAccess.getDateValueAccess().getIsoDateValueParserRuleCall_0()); @@ -13481,7 +12858,7 @@ public final EObject ruleDateValue() throws RecognitionException { } break; case 2 : - // InternalDSL.g:5592:5: this_EuropeanDateValue_1= ruleEuropeanDateValue + // InternalDSL.g:5287:5: this_EuropeanDateValue_1= ruleEuropeanDateValue { newCompositeNode(grammarAccess.getDateValueAccess().getEuropeanDateValueParserRuleCall_1()); @@ -13499,7 +12876,7 @@ public final EObject ruleDateValue() throws RecognitionException { } break; case 3 : - // InternalDSL.g:5602:5: this_USDateValue_2= ruleUSDateValue + // InternalDSL.g:5297:5: this_USDateValue_2= ruleUSDateValue { newCompositeNode(grammarAccess.getDateValueAccess().getUSDateValueParserRuleCall_2()); @@ -13537,7 +12914,7 @@ public final EObject ruleDateValue() throws RecognitionException { // $ANTLR start "entryRuleIsoDateValue" - // InternalDSL.g:5618:1: entryRuleIsoDateValue returns [EObject current=null] : iv_ruleIsoDateValue= ruleIsoDateValue EOF ; + // InternalDSL.g:5313:1: entryRuleIsoDateValue returns [EObject current=null] : iv_ruleIsoDateValue= ruleIsoDateValue EOF ; public final EObject entryRuleIsoDateValue() throws RecognitionException { EObject current = null; @@ -13545,8 +12922,8 @@ public final EObject entryRuleIsoDateValue() throws RecognitionException { try { - // InternalDSL.g:5619:2: (iv_ruleIsoDateValue= ruleIsoDateValue EOF ) - // InternalDSL.g:5620:2: iv_ruleIsoDateValue= ruleIsoDateValue EOF + // InternalDSL.g:5314:2: (iv_ruleIsoDateValue= ruleIsoDateValue EOF ) + // InternalDSL.g:5315:2: iv_ruleIsoDateValue= ruleIsoDateValue EOF { newCompositeNode(grammarAccess.getIsoDateValueRule()); pushFollow(FOLLOW_1); @@ -13573,7 +12950,7 @@ public final EObject entryRuleIsoDateValue() throws RecognitionException { // $ANTLR start "ruleIsoDateValue" - // InternalDSL.g:5627:1: ruleIsoDateValue returns [EObject current=null] : ( (lv_dateValue_0_0= RULE_ISODATE ) ) ; + // InternalDSL.g:5322:1: ruleIsoDateValue returns [EObject current=null] : ( (lv_dateValue_0_0= RULE_ISODATE ) ) ; public final EObject ruleIsoDateValue() throws RecognitionException { EObject current = null; @@ -13582,14 +12959,14 @@ public final EObject ruleIsoDateValue() throws RecognitionException { enterRule(); try { - // InternalDSL.g:5630:28: ( ( (lv_dateValue_0_0= RULE_ISODATE ) ) ) - // InternalDSL.g:5631:1: ( (lv_dateValue_0_0= RULE_ISODATE ) ) + // InternalDSL.g:5325:28: ( ( (lv_dateValue_0_0= RULE_ISODATE ) ) ) + // InternalDSL.g:5326:1: ( (lv_dateValue_0_0= RULE_ISODATE ) ) { - // InternalDSL.g:5631:1: ( (lv_dateValue_0_0= RULE_ISODATE ) ) - // InternalDSL.g:5632:1: (lv_dateValue_0_0= RULE_ISODATE ) + // InternalDSL.g:5326:1: ( (lv_dateValue_0_0= RULE_ISODATE ) ) + // InternalDSL.g:5327:1: (lv_dateValue_0_0= RULE_ISODATE ) { - // InternalDSL.g:5632:1: (lv_dateValue_0_0= RULE_ISODATE ) - // InternalDSL.g:5633:3: lv_dateValue_0_0= RULE_ISODATE + // InternalDSL.g:5327:1: (lv_dateValue_0_0= RULE_ISODATE ) + // InternalDSL.g:5328:3: lv_dateValue_0_0= RULE_ISODATE { lv_dateValue_0_0=(Token)match(input,RULE_ISODATE,FOLLOW_2); @@ -13629,7 +13006,7 @@ public final EObject ruleIsoDateValue() throws RecognitionException { // $ANTLR start "entryRuleEuropeanDateValue" - // InternalDSL.g:5657:1: entryRuleEuropeanDateValue returns [EObject current=null] : iv_ruleEuropeanDateValue= ruleEuropeanDateValue EOF ; + // InternalDSL.g:5352:1: entryRuleEuropeanDateValue returns [EObject current=null] : iv_ruleEuropeanDateValue= ruleEuropeanDateValue EOF ; public final EObject entryRuleEuropeanDateValue() throws RecognitionException { EObject current = null; @@ -13637,8 +13014,8 @@ public final EObject entryRuleEuropeanDateValue() throws RecognitionException { try { - // InternalDSL.g:5658:2: (iv_ruleEuropeanDateValue= ruleEuropeanDateValue EOF ) - // InternalDSL.g:5659:2: iv_ruleEuropeanDateValue= ruleEuropeanDateValue EOF + // InternalDSL.g:5353:2: (iv_ruleEuropeanDateValue= ruleEuropeanDateValue EOF ) + // InternalDSL.g:5354:2: iv_ruleEuropeanDateValue= ruleEuropeanDateValue EOF { newCompositeNode(grammarAccess.getEuropeanDateValueRule()); pushFollow(FOLLOW_1); @@ -13665,7 +13042,7 @@ public final EObject entryRuleEuropeanDateValue() throws RecognitionException { // $ANTLR start "ruleEuropeanDateValue" - // InternalDSL.g:5666:1: ruleEuropeanDateValue returns [EObject current=null] : ( (lv_dateValue_0_0= RULE_EURODATE ) ) ; + // InternalDSL.g:5361:1: ruleEuropeanDateValue returns [EObject current=null] : ( (lv_dateValue_0_0= RULE_EURODATE ) ) ; public final EObject ruleEuropeanDateValue() throws RecognitionException { EObject current = null; @@ -13674,14 +13051,14 @@ public final EObject ruleEuropeanDateValue() throws RecognitionException { enterRule(); try { - // InternalDSL.g:5669:28: ( ( (lv_dateValue_0_0= RULE_EURODATE ) ) ) - // InternalDSL.g:5670:1: ( (lv_dateValue_0_0= RULE_EURODATE ) ) + // InternalDSL.g:5364:28: ( ( (lv_dateValue_0_0= RULE_EURODATE ) ) ) + // InternalDSL.g:5365:1: ( (lv_dateValue_0_0= RULE_EURODATE ) ) { - // InternalDSL.g:5670:1: ( (lv_dateValue_0_0= RULE_EURODATE ) ) - // InternalDSL.g:5671:1: (lv_dateValue_0_0= RULE_EURODATE ) + // InternalDSL.g:5365:1: ( (lv_dateValue_0_0= RULE_EURODATE ) ) + // InternalDSL.g:5366:1: (lv_dateValue_0_0= RULE_EURODATE ) { - // InternalDSL.g:5671:1: (lv_dateValue_0_0= RULE_EURODATE ) - // InternalDSL.g:5672:3: lv_dateValue_0_0= RULE_EURODATE + // InternalDSL.g:5366:1: (lv_dateValue_0_0= RULE_EURODATE ) + // InternalDSL.g:5367:3: lv_dateValue_0_0= RULE_EURODATE { lv_dateValue_0_0=(Token)match(input,RULE_EURODATE,FOLLOW_2); @@ -13721,7 +13098,7 @@ public final EObject ruleEuropeanDateValue() throws RecognitionException { // $ANTLR start "entryRuleUSDateValue" - // InternalDSL.g:5696:1: entryRuleUSDateValue returns [EObject current=null] : iv_ruleUSDateValue= ruleUSDateValue EOF ; + // InternalDSL.g:5391:1: entryRuleUSDateValue returns [EObject current=null] : iv_ruleUSDateValue= ruleUSDateValue EOF ; public final EObject entryRuleUSDateValue() throws RecognitionException { EObject current = null; @@ -13729,8 +13106,8 @@ public final EObject entryRuleUSDateValue() throws RecognitionException { try { - // InternalDSL.g:5697:2: (iv_ruleUSDateValue= ruleUSDateValue EOF ) - // InternalDSL.g:5698:2: iv_ruleUSDateValue= ruleUSDateValue EOF + // InternalDSL.g:5392:2: (iv_ruleUSDateValue= ruleUSDateValue EOF ) + // InternalDSL.g:5393:2: iv_ruleUSDateValue= ruleUSDateValue EOF { newCompositeNode(grammarAccess.getUSDateValueRule()); pushFollow(FOLLOW_1); @@ -13757,7 +13134,7 @@ public final EObject entryRuleUSDateValue() throws RecognitionException { // $ANTLR start "ruleUSDateValue" - // InternalDSL.g:5705:1: ruleUSDateValue returns [EObject current=null] : ( (lv_dateValue_0_0= RULE_USDATE ) ) ; + // InternalDSL.g:5400:1: ruleUSDateValue returns [EObject current=null] : ( (lv_dateValue_0_0= RULE_USDATE ) ) ; public final EObject ruleUSDateValue() throws RecognitionException { EObject current = null; @@ -13766,14 +13143,14 @@ public final EObject ruleUSDateValue() throws RecognitionException { enterRule(); try { - // InternalDSL.g:5708:28: ( ( (lv_dateValue_0_0= RULE_USDATE ) ) ) - // InternalDSL.g:5709:1: ( (lv_dateValue_0_0= RULE_USDATE ) ) + // InternalDSL.g:5403:28: ( ( (lv_dateValue_0_0= RULE_USDATE ) ) ) + // InternalDSL.g:5404:1: ( (lv_dateValue_0_0= RULE_USDATE ) ) { - // InternalDSL.g:5709:1: ( (lv_dateValue_0_0= RULE_USDATE ) ) - // InternalDSL.g:5710:1: (lv_dateValue_0_0= RULE_USDATE ) + // InternalDSL.g:5404:1: ( (lv_dateValue_0_0= RULE_USDATE ) ) + // InternalDSL.g:5405:1: (lv_dateValue_0_0= RULE_USDATE ) { - // InternalDSL.g:5710:1: (lv_dateValue_0_0= RULE_USDATE ) - // InternalDSL.g:5711:3: lv_dateValue_0_0= RULE_USDATE + // InternalDSL.g:5405:1: (lv_dateValue_0_0= RULE_USDATE ) + // InternalDSL.g:5406:3: lv_dateValue_0_0= RULE_USDATE { lv_dateValue_0_0=(Token)match(input,RULE_USDATE,FOLLOW_2); @@ -13813,7 +13190,7 @@ public final EObject ruleUSDateValue() throws RecognitionException { // $ANTLR start "entryRuleTimeValue" - // InternalDSL.g:5735:1: entryRuleTimeValue returns [EObject current=null] : iv_ruleTimeValue= ruleTimeValue EOF ; + // InternalDSL.g:5430:1: entryRuleTimeValue returns [EObject current=null] : iv_ruleTimeValue= ruleTimeValue EOF ; public final EObject entryRuleTimeValue() throws RecognitionException { EObject current = null; @@ -13821,8 +13198,8 @@ public final EObject entryRuleTimeValue() throws RecognitionException { try { - // InternalDSL.g:5736:2: (iv_ruleTimeValue= ruleTimeValue EOF ) - // InternalDSL.g:5737:2: iv_ruleTimeValue= ruleTimeValue EOF + // InternalDSL.g:5431:2: (iv_ruleTimeValue= ruleTimeValue EOF ) + // InternalDSL.g:5432:2: iv_ruleTimeValue= ruleTimeValue EOF { newCompositeNode(grammarAccess.getTimeValueRule()); pushFollow(FOLLOW_1); @@ -13849,7 +13226,7 @@ public final EObject entryRuleTimeValue() throws RecognitionException { // $ANTLR start "ruleTimeValue" - // InternalDSL.g:5744:1: ruleTimeValue returns [EObject current=null] : (this_IsoTimeValue_0= ruleIsoTimeValue | this_Simple24HrsTimeValue_1= ruleSimple24HrsTimeValue | this_Simple12HrsTimeValue_2= ruleSimple12HrsTimeValue ) ; + // InternalDSL.g:5439:1: ruleTimeValue returns [EObject current=null] : (this_IsoTimeValue_0= ruleIsoTimeValue | this_Simple24HrsTimeValue_1= ruleSimple24HrsTimeValue | this_Simple12HrsTimeValue_2= ruleSimple12HrsTimeValue ) ; public final EObject ruleTimeValue() throws RecognitionException { EObject current = null; @@ -13863,37 +13240,37 @@ public final EObject ruleTimeValue() throws RecognitionException { enterRule(); try { - // InternalDSL.g:5747:28: ( (this_IsoTimeValue_0= ruleIsoTimeValue | this_Simple24HrsTimeValue_1= ruleSimple24HrsTimeValue | this_Simple12HrsTimeValue_2= ruleSimple12HrsTimeValue ) ) - // InternalDSL.g:5748:1: (this_IsoTimeValue_0= ruleIsoTimeValue | this_Simple24HrsTimeValue_1= ruleSimple24HrsTimeValue | this_Simple12HrsTimeValue_2= ruleSimple12HrsTimeValue ) + // InternalDSL.g:5442:28: ( (this_IsoTimeValue_0= ruleIsoTimeValue | this_Simple24HrsTimeValue_1= ruleSimple24HrsTimeValue | this_Simple12HrsTimeValue_2= ruleSimple12HrsTimeValue ) ) + // InternalDSL.g:5443:1: (this_IsoTimeValue_0= ruleIsoTimeValue | this_Simple24HrsTimeValue_1= ruleSimple24HrsTimeValue | this_Simple12HrsTimeValue_2= ruleSimple12HrsTimeValue ) { - // InternalDSL.g:5748:1: (this_IsoTimeValue_0= ruleIsoTimeValue | this_Simple24HrsTimeValue_1= ruleSimple24HrsTimeValue | this_Simple12HrsTimeValue_2= ruleSimple12HrsTimeValue ) - int alt95=3; + // InternalDSL.g:5443:1: (this_IsoTimeValue_0= ruleIsoTimeValue | this_Simple24HrsTimeValue_1= ruleSimple24HrsTimeValue | this_Simple12HrsTimeValue_2= ruleSimple12HrsTimeValue ) + int alt94=3; switch ( input.LA(1) ) { case RULE_ISOTIME: { - alt95=1; + alt94=1; } break; case RULE_TWENTYFOURHRSTIME: { - alt95=2; + alt94=2; } break; case RULE_TWELVEHRSTIME: { - alt95=3; + alt94=3; } break; default: NoViableAltException nvae = - new NoViableAltException("", 95, 0, input); + new NoViableAltException("", 94, 0, input); throw nvae; } - switch (alt95) { + switch (alt94) { case 1 : - // InternalDSL.g:5749:5: this_IsoTimeValue_0= ruleIsoTimeValue + // InternalDSL.g:5444:5: this_IsoTimeValue_0= ruleIsoTimeValue { newCompositeNode(grammarAccess.getTimeValueAccess().getIsoTimeValueParserRuleCall_0()); @@ -13911,7 +13288,7 @@ public final EObject ruleTimeValue() throws RecognitionException { } break; case 2 : - // InternalDSL.g:5759:5: this_Simple24HrsTimeValue_1= ruleSimple24HrsTimeValue + // InternalDSL.g:5454:5: this_Simple24HrsTimeValue_1= ruleSimple24HrsTimeValue { newCompositeNode(grammarAccess.getTimeValueAccess().getSimple24HrsTimeValueParserRuleCall_1()); @@ -13929,7 +13306,7 @@ public final EObject ruleTimeValue() throws RecognitionException { } break; case 3 : - // InternalDSL.g:5769:5: this_Simple12HrsTimeValue_2= ruleSimple12HrsTimeValue + // InternalDSL.g:5464:5: this_Simple12HrsTimeValue_2= ruleSimple12HrsTimeValue { newCompositeNode(grammarAccess.getTimeValueAccess().getSimple12HrsTimeValueParserRuleCall_2()); @@ -13967,7 +13344,7 @@ public final EObject ruleTimeValue() throws RecognitionException { // $ANTLR start "entryRuleIsoTimeValue" - // InternalDSL.g:5785:1: entryRuleIsoTimeValue returns [EObject current=null] : iv_ruleIsoTimeValue= ruleIsoTimeValue EOF ; + // InternalDSL.g:5480:1: entryRuleIsoTimeValue returns [EObject current=null] : iv_ruleIsoTimeValue= ruleIsoTimeValue EOF ; public final EObject entryRuleIsoTimeValue() throws RecognitionException { EObject current = null; @@ -13975,8 +13352,8 @@ public final EObject entryRuleIsoTimeValue() throws RecognitionException { try { - // InternalDSL.g:5786:2: (iv_ruleIsoTimeValue= ruleIsoTimeValue EOF ) - // InternalDSL.g:5787:2: iv_ruleIsoTimeValue= ruleIsoTimeValue EOF + // InternalDSL.g:5481:2: (iv_ruleIsoTimeValue= ruleIsoTimeValue EOF ) + // InternalDSL.g:5482:2: iv_ruleIsoTimeValue= ruleIsoTimeValue EOF { newCompositeNode(grammarAccess.getIsoTimeValueRule()); pushFollow(FOLLOW_1); @@ -14003,7 +13380,7 @@ public final EObject entryRuleIsoTimeValue() throws RecognitionException { // $ANTLR start "ruleIsoTimeValue" - // InternalDSL.g:5794:1: ruleIsoTimeValue returns [EObject current=null] : ( (lv_timeValue_0_0= RULE_ISOTIME ) ) ; + // InternalDSL.g:5489:1: ruleIsoTimeValue returns [EObject current=null] : ( (lv_timeValue_0_0= RULE_ISOTIME ) ) ; public final EObject ruleIsoTimeValue() throws RecognitionException { EObject current = null; @@ -14012,14 +13389,14 @@ public final EObject ruleIsoTimeValue() throws RecognitionException { enterRule(); try { - // InternalDSL.g:5797:28: ( ( (lv_timeValue_0_0= RULE_ISOTIME ) ) ) - // InternalDSL.g:5798:1: ( (lv_timeValue_0_0= RULE_ISOTIME ) ) + // InternalDSL.g:5492:28: ( ( (lv_timeValue_0_0= RULE_ISOTIME ) ) ) + // InternalDSL.g:5493:1: ( (lv_timeValue_0_0= RULE_ISOTIME ) ) { - // InternalDSL.g:5798:1: ( (lv_timeValue_0_0= RULE_ISOTIME ) ) - // InternalDSL.g:5799:1: (lv_timeValue_0_0= RULE_ISOTIME ) + // InternalDSL.g:5493:1: ( (lv_timeValue_0_0= RULE_ISOTIME ) ) + // InternalDSL.g:5494:1: (lv_timeValue_0_0= RULE_ISOTIME ) { - // InternalDSL.g:5799:1: (lv_timeValue_0_0= RULE_ISOTIME ) - // InternalDSL.g:5800:3: lv_timeValue_0_0= RULE_ISOTIME + // InternalDSL.g:5494:1: (lv_timeValue_0_0= RULE_ISOTIME ) + // InternalDSL.g:5495:3: lv_timeValue_0_0= RULE_ISOTIME { lv_timeValue_0_0=(Token)match(input,RULE_ISOTIME,FOLLOW_2); @@ -14059,7 +13436,7 @@ public final EObject ruleIsoTimeValue() throws RecognitionException { // $ANTLR start "entryRuleSimple24HrsTimeValue" - // InternalDSL.g:5824:1: entryRuleSimple24HrsTimeValue returns [EObject current=null] : iv_ruleSimple24HrsTimeValue= ruleSimple24HrsTimeValue EOF ; + // InternalDSL.g:5519:1: entryRuleSimple24HrsTimeValue returns [EObject current=null] : iv_ruleSimple24HrsTimeValue= ruleSimple24HrsTimeValue EOF ; public final EObject entryRuleSimple24HrsTimeValue() throws RecognitionException { EObject current = null; @@ -14067,8 +13444,8 @@ public final EObject entryRuleSimple24HrsTimeValue() throws RecognitionException try { - // InternalDSL.g:5825:2: (iv_ruleSimple24HrsTimeValue= ruleSimple24HrsTimeValue EOF ) - // InternalDSL.g:5826:2: iv_ruleSimple24HrsTimeValue= ruleSimple24HrsTimeValue EOF + // InternalDSL.g:5520:2: (iv_ruleSimple24HrsTimeValue= ruleSimple24HrsTimeValue EOF ) + // InternalDSL.g:5521:2: iv_ruleSimple24HrsTimeValue= ruleSimple24HrsTimeValue EOF { newCompositeNode(grammarAccess.getSimple24HrsTimeValueRule()); pushFollow(FOLLOW_1); @@ -14095,7 +13472,7 @@ public final EObject entryRuleSimple24HrsTimeValue() throws RecognitionException // $ANTLR start "ruleSimple24HrsTimeValue" - // InternalDSL.g:5833:1: ruleSimple24HrsTimeValue returns [EObject current=null] : ( (lv_timeValue_0_0= RULE_TWENTYFOURHRSTIME ) ) ; + // InternalDSL.g:5528:1: ruleSimple24HrsTimeValue returns [EObject current=null] : ( (lv_timeValue_0_0= RULE_TWENTYFOURHRSTIME ) ) ; public final EObject ruleSimple24HrsTimeValue() throws RecognitionException { EObject current = null; @@ -14104,14 +13481,14 @@ public final EObject ruleSimple24HrsTimeValue() throws RecognitionException { enterRule(); try { - // InternalDSL.g:5836:28: ( ( (lv_timeValue_0_0= RULE_TWENTYFOURHRSTIME ) ) ) - // InternalDSL.g:5837:1: ( (lv_timeValue_0_0= RULE_TWENTYFOURHRSTIME ) ) + // InternalDSL.g:5531:28: ( ( (lv_timeValue_0_0= RULE_TWENTYFOURHRSTIME ) ) ) + // InternalDSL.g:5532:1: ( (lv_timeValue_0_0= RULE_TWENTYFOURHRSTIME ) ) { - // InternalDSL.g:5837:1: ( (lv_timeValue_0_0= RULE_TWENTYFOURHRSTIME ) ) - // InternalDSL.g:5838:1: (lv_timeValue_0_0= RULE_TWENTYFOURHRSTIME ) + // InternalDSL.g:5532:1: ( (lv_timeValue_0_0= RULE_TWENTYFOURHRSTIME ) ) + // InternalDSL.g:5533:1: (lv_timeValue_0_0= RULE_TWENTYFOURHRSTIME ) { - // InternalDSL.g:5838:1: (lv_timeValue_0_0= RULE_TWENTYFOURHRSTIME ) - // InternalDSL.g:5839:3: lv_timeValue_0_0= RULE_TWENTYFOURHRSTIME + // InternalDSL.g:5533:1: (lv_timeValue_0_0= RULE_TWENTYFOURHRSTIME ) + // InternalDSL.g:5534:3: lv_timeValue_0_0= RULE_TWENTYFOURHRSTIME { lv_timeValue_0_0=(Token)match(input,RULE_TWENTYFOURHRSTIME,FOLLOW_2); @@ -14151,7 +13528,7 @@ public final EObject ruleSimple24HrsTimeValue() throws RecognitionException { // $ANTLR start "entryRuleSimple12HrsTimeValue" - // InternalDSL.g:5863:1: entryRuleSimple12HrsTimeValue returns [EObject current=null] : iv_ruleSimple12HrsTimeValue= ruleSimple12HrsTimeValue EOF ; + // InternalDSL.g:5558:1: entryRuleSimple12HrsTimeValue returns [EObject current=null] : iv_ruleSimple12HrsTimeValue= ruleSimple12HrsTimeValue EOF ; public final EObject entryRuleSimple12HrsTimeValue() throws RecognitionException { EObject current = null; @@ -14159,8 +13536,8 @@ public final EObject entryRuleSimple12HrsTimeValue() throws RecognitionException try { - // InternalDSL.g:5864:2: (iv_ruleSimple12HrsTimeValue= ruleSimple12HrsTimeValue EOF ) - // InternalDSL.g:5865:2: iv_ruleSimple12HrsTimeValue= ruleSimple12HrsTimeValue EOF + // InternalDSL.g:5559:2: (iv_ruleSimple12HrsTimeValue= ruleSimple12HrsTimeValue EOF ) + // InternalDSL.g:5560:2: iv_ruleSimple12HrsTimeValue= ruleSimple12HrsTimeValue EOF { newCompositeNode(grammarAccess.getSimple12HrsTimeValueRule()); pushFollow(FOLLOW_1); @@ -14187,7 +13564,7 @@ public final EObject entryRuleSimple12HrsTimeValue() throws RecognitionException // $ANTLR start "ruleSimple12HrsTimeValue" - // InternalDSL.g:5872:1: ruleSimple12HrsTimeValue returns [EObject current=null] : ( (lv_timeValue_0_0= RULE_TWELVEHRSTIME ) ) ; + // InternalDSL.g:5567:1: ruleSimple12HrsTimeValue returns [EObject current=null] : ( (lv_timeValue_0_0= RULE_TWELVEHRSTIME ) ) ; public final EObject ruleSimple12HrsTimeValue() throws RecognitionException { EObject current = null; @@ -14196,14 +13573,14 @@ public final EObject ruleSimple12HrsTimeValue() throws RecognitionException { enterRule(); try { - // InternalDSL.g:5875:28: ( ( (lv_timeValue_0_0= RULE_TWELVEHRSTIME ) ) ) - // InternalDSL.g:5876:1: ( (lv_timeValue_0_0= RULE_TWELVEHRSTIME ) ) + // InternalDSL.g:5570:28: ( ( (lv_timeValue_0_0= RULE_TWELVEHRSTIME ) ) ) + // InternalDSL.g:5571:1: ( (lv_timeValue_0_0= RULE_TWELVEHRSTIME ) ) { - // InternalDSL.g:5876:1: ( (lv_timeValue_0_0= RULE_TWELVEHRSTIME ) ) - // InternalDSL.g:5877:1: (lv_timeValue_0_0= RULE_TWELVEHRSTIME ) + // InternalDSL.g:5571:1: ( (lv_timeValue_0_0= RULE_TWELVEHRSTIME ) ) + // InternalDSL.g:5572:1: (lv_timeValue_0_0= RULE_TWELVEHRSTIME ) { - // InternalDSL.g:5877:1: (lv_timeValue_0_0= RULE_TWELVEHRSTIME ) - // InternalDSL.g:5878:3: lv_timeValue_0_0= RULE_TWELVEHRSTIME + // InternalDSL.g:5572:1: (lv_timeValue_0_0= RULE_TWELVEHRSTIME ) + // InternalDSL.g:5573:3: lv_timeValue_0_0= RULE_TWELVEHRSTIME { lv_timeValue_0_0=(Token)match(input,RULE_TWELVEHRSTIME,FOLLOW_2); @@ -14243,7 +13620,7 @@ public final EObject ruleSimple12HrsTimeValue() throws RecognitionException { // $ANTLR start "entryRuleDateAndTimeValue" - // InternalDSL.g:5902:1: entryRuleDateAndTimeValue returns [EObject current=null] : iv_ruleDateAndTimeValue= ruleDateAndTimeValue EOF ; + // InternalDSL.g:5597:1: entryRuleDateAndTimeValue returns [EObject current=null] : iv_ruleDateAndTimeValue= ruleDateAndTimeValue EOF ; public final EObject entryRuleDateAndTimeValue() throws RecognitionException { EObject current = null; @@ -14251,8 +13628,8 @@ public final EObject entryRuleDateAndTimeValue() throws RecognitionException { try { - // InternalDSL.g:5903:2: (iv_ruleDateAndTimeValue= ruleDateAndTimeValue EOF ) - // InternalDSL.g:5904:2: iv_ruleDateAndTimeValue= ruleDateAndTimeValue EOF + // InternalDSL.g:5598:2: (iv_ruleDateAndTimeValue= ruleDateAndTimeValue EOF ) + // InternalDSL.g:5599:2: iv_ruleDateAndTimeValue= ruleDateAndTimeValue EOF { newCompositeNode(grammarAccess.getDateAndTimeValueRule()); pushFollow(FOLLOW_1); @@ -14279,7 +13656,7 @@ public final EObject entryRuleDateAndTimeValue() throws RecognitionException { // $ANTLR start "ruleDateAndTimeValue" - // InternalDSL.g:5911:1: ruleDateAndTimeValue returns [EObject current=null] : (this_IsoDateAndTimeValue_0= ruleIsoDateAndTimeValue | this_EuropeanDateAnd24HrsTimeValue_1= ruleEuropeanDateAnd24HrsTimeValue | this_EuropeanDateAnd12HrsTimeValue_2= ruleEuropeanDateAnd12HrsTimeValue | this_USDateAnd12HrsTimeValue_3= ruleUSDateAnd12HrsTimeValue ) ; + // InternalDSL.g:5606:1: ruleDateAndTimeValue returns [EObject current=null] : (this_IsoDateAndTimeValue_0= ruleIsoDateAndTimeValue | this_EuropeanDateAnd24HrsTimeValue_1= ruleEuropeanDateAnd24HrsTimeValue | this_EuropeanDateAnd12HrsTimeValue_2= ruleEuropeanDateAnd12HrsTimeValue | this_USDateAnd12HrsTimeValue_3= ruleUSDateAnd12HrsTimeValue ) ; public final EObject ruleDateAndTimeValue() throws RecognitionException { EObject current = null; @@ -14295,15 +13672,15 @@ public final EObject ruleDateAndTimeValue() throws RecognitionException { enterRule(); try { - // InternalDSL.g:5914:28: ( (this_IsoDateAndTimeValue_0= ruleIsoDateAndTimeValue | this_EuropeanDateAnd24HrsTimeValue_1= ruleEuropeanDateAnd24HrsTimeValue | this_EuropeanDateAnd12HrsTimeValue_2= ruleEuropeanDateAnd12HrsTimeValue | this_USDateAnd12HrsTimeValue_3= ruleUSDateAnd12HrsTimeValue ) ) - // InternalDSL.g:5915:1: (this_IsoDateAndTimeValue_0= ruleIsoDateAndTimeValue | this_EuropeanDateAnd24HrsTimeValue_1= ruleEuropeanDateAnd24HrsTimeValue | this_EuropeanDateAnd12HrsTimeValue_2= ruleEuropeanDateAnd12HrsTimeValue | this_USDateAnd12HrsTimeValue_3= ruleUSDateAnd12HrsTimeValue ) + // InternalDSL.g:5609:28: ( (this_IsoDateAndTimeValue_0= ruleIsoDateAndTimeValue | this_EuropeanDateAnd24HrsTimeValue_1= ruleEuropeanDateAnd24HrsTimeValue | this_EuropeanDateAnd12HrsTimeValue_2= ruleEuropeanDateAnd12HrsTimeValue | this_USDateAnd12HrsTimeValue_3= ruleUSDateAnd12HrsTimeValue ) ) + // InternalDSL.g:5610:1: (this_IsoDateAndTimeValue_0= ruleIsoDateAndTimeValue | this_EuropeanDateAnd24HrsTimeValue_1= ruleEuropeanDateAnd24HrsTimeValue | this_EuropeanDateAnd12HrsTimeValue_2= ruleEuropeanDateAnd12HrsTimeValue | this_USDateAnd12HrsTimeValue_3= ruleUSDateAnd12HrsTimeValue ) { - // InternalDSL.g:5915:1: (this_IsoDateAndTimeValue_0= ruleIsoDateAndTimeValue | this_EuropeanDateAnd24HrsTimeValue_1= ruleEuropeanDateAnd24HrsTimeValue | this_EuropeanDateAnd12HrsTimeValue_2= ruleEuropeanDateAnd12HrsTimeValue | this_USDateAnd12HrsTimeValue_3= ruleUSDateAnd12HrsTimeValue ) - int alt96=4; - alt96 = dfa96.predict(input); - switch (alt96) { + // InternalDSL.g:5610:1: (this_IsoDateAndTimeValue_0= ruleIsoDateAndTimeValue | this_EuropeanDateAnd24HrsTimeValue_1= ruleEuropeanDateAnd24HrsTimeValue | this_EuropeanDateAnd12HrsTimeValue_2= ruleEuropeanDateAnd12HrsTimeValue | this_USDateAnd12HrsTimeValue_3= ruleUSDateAnd12HrsTimeValue ) + int alt95=4; + alt95 = dfa95.predict(input); + switch (alt95) { case 1 : - // InternalDSL.g:5916:5: this_IsoDateAndTimeValue_0= ruleIsoDateAndTimeValue + // InternalDSL.g:5611:5: this_IsoDateAndTimeValue_0= ruleIsoDateAndTimeValue { newCompositeNode(grammarAccess.getDateAndTimeValueAccess().getIsoDateAndTimeValueParserRuleCall_0()); @@ -14321,7 +13698,7 @@ public final EObject ruleDateAndTimeValue() throws RecognitionException { } break; case 2 : - // InternalDSL.g:5926:5: this_EuropeanDateAnd24HrsTimeValue_1= ruleEuropeanDateAnd24HrsTimeValue + // InternalDSL.g:5621:5: this_EuropeanDateAnd24HrsTimeValue_1= ruleEuropeanDateAnd24HrsTimeValue { newCompositeNode(grammarAccess.getDateAndTimeValueAccess().getEuropeanDateAnd24HrsTimeValueParserRuleCall_1()); @@ -14339,7 +13716,7 @@ public final EObject ruleDateAndTimeValue() throws RecognitionException { } break; case 3 : - // InternalDSL.g:5936:5: this_EuropeanDateAnd12HrsTimeValue_2= ruleEuropeanDateAnd12HrsTimeValue + // InternalDSL.g:5631:5: this_EuropeanDateAnd12HrsTimeValue_2= ruleEuropeanDateAnd12HrsTimeValue { newCompositeNode(grammarAccess.getDateAndTimeValueAccess().getEuropeanDateAnd12HrsTimeValueParserRuleCall_2()); @@ -14357,7 +13734,7 @@ public final EObject ruleDateAndTimeValue() throws RecognitionException { } break; case 4 : - // InternalDSL.g:5946:5: this_USDateAnd12HrsTimeValue_3= ruleUSDateAnd12HrsTimeValue + // InternalDSL.g:5641:5: this_USDateAnd12HrsTimeValue_3= ruleUSDateAnd12HrsTimeValue { newCompositeNode(grammarAccess.getDateAndTimeValueAccess().getUSDateAnd12HrsTimeValueParserRuleCall_3()); @@ -14395,7 +13772,7 @@ public final EObject ruleDateAndTimeValue() throws RecognitionException { // $ANTLR start "entryRuleIsoDateAndTimeValue" - // InternalDSL.g:5962:1: entryRuleIsoDateAndTimeValue returns [EObject current=null] : iv_ruleIsoDateAndTimeValue= ruleIsoDateAndTimeValue EOF ; + // InternalDSL.g:5657:1: entryRuleIsoDateAndTimeValue returns [EObject current=null] : iv_ruleIsoDateAndTimeValue= ruleIsoDateAndTimeValue EOF ; public final EObject entryRuleIsoDateAndTimeValue() throws RecognitionException { EObject current = null; @@ -14403,8 +13780,8 @@ public final EObject entryRuleIsoDateAndTimeValue() throws RecognitionException try { - // InternalDSL.g:5963:2: (iv_ruleIsoDateAndTimeValue= ruleIsoDateAndTimeValue EOF ) - // InternalDSL.g:5964:2: iv_ruleIsoDateAndTimeValue= ruleIsoDateAndTimeValue EOF + // InternalDSL.g:5658:2: (iv_ruleIsoDateAndTimeValue= ruleIsoDateAndTimeValue EOF ) + // InternalDSL.g:5659:2: iv_ruleIsoDateAndTimeValue= ruleIsoDateAndTimeValue EOF { newCompositeNode(grammarAccess.getIsoDateAndTimeValueRule()); pushFollow(FOLLOW_1); @@ -14431,7 +13808,7 @@ public final EObject entryRuleIsoDateAndTimeValue() throws RecognitionException // $ANTLR start "ruleIsoDateAndTimeValue" - // InternalDSL.g:5971:1: ruleIsoDateAndTimeValue returns [EObject current=null] : ( ( (lv_dateValue_0_0= RULE_ISODATE ) ) ( (lv_timeValue_1_0= RULE_ISOTIME ) ) ) ; + // InternalDSL.g:5666:1: ruleIsoDateAndTimeValue returns [EObject current=null] : ( ( (lv_dateValue_0_0= RULE_ISODATE ) ) ( (lv_timeValue_1_0= RULE_ISOTIME ) ) ) ; public final EObject ruleIsoDateAndTimeValue() throws RecognitionException { EObject current = null; @@ -14441,19 +13818,19 @@ public final EObject ruleIsoDateAndTimeValue() throws RecognitionException { enterRule(); try { - // InternalDSL.g:5974:28: ( ( ( (lv_dateValue_0_0= RULE_ISODATE ) ) ( (lv_timeValue_1_0= RULE_ISOTIME ) ) ) ) - // InternalDSL.g:5975:1: ( ( (lv_dateValue_0_0= RULE_ISODATE ) ) ( (lv_timeValue_1_0= RULE_ISOTIME ) ) ) + // InternalDSL.g:5669:28: ( ( ( (lv_dateValue_0_0= RULE_ISODATE ) ) ( (lv_timeValue_1_0= RULE_ISOTIME ) ) ) ) + // InternalDSL.g:5670:1: ( ( (lv_dateValue_0_0= RULE_ISODATE ) ) ( (lv_timeValue_1_0= RULE_ISOTIME ) ) ) { - // InternalDSL.g:5975:1: ( ( (lv_dateValue_0_0= RULE_ISODATE ) ) ( (lv_timeValue_1_0= RULE_ISOTIME ) ) ) - // InternalDSL.g:5975:2: ( (lv_dateValue_0_0= RULE_ISODATE ) ) ( (lv_timeValue_1_0= RULE_ISOTIME ) ) + // InternalDSL.g:5670:1: ( ( (lv_dateValue_0_0= RULE_ISODATE ) ) ( (lv_timeValue_1_0= RULE_ISOTIME ) ) ) + // InternalDSL.g:5670:2: ( (lv_dateValue_0_0= RULE_ISODATE ) ) ( (lv_timeValue_1_0= RULE_ISOTIME ) ) { - // InternalDSL.g:5975:2: ( (lv_dateValue_0_0= RULE_ISODATE ) ) - // InternalDSL.g:5976:1: (lv_dateValue_0_0= RULE_ISODATE ) + // InternalDSL.g:5670:2: ( (lv_dateValue_0_0= RULE_ISODATE ) ) + // InternalDSL.g:5671:1: (lv_dateValue_0_0= RULE_ISODATE ) { - // InternalDSL.g:5976:1: (lv_dateValue_0_0= RULE_ISODATE ) - // InternalDSL.g:5977:3: lv_dateValue_0_0= RULE_ISODATE + // InternalDSL.g:5671:1: (lv_dateValue_0_0= RULE_ISODATE ) + // InternalDSL.g:5672:3: lv_dateValue_0_0= RULE_ISODATE { - lv_dateValue_0_0=(Token)match(input,RULE_ISODATE,FOLLOW_96); + lv_dateValue_0_0=(Token)match(input,RULE_ISODATE,FOLLOW_95); newLeafNode(lv_dateValue_0_0, grammarAccess.getIsoDateAndTimeValueAccess().getDateValueISODATETerminalRuleCall_0_0()); @@ -14473,11 +13850,11 @@ public final EObject ruleIsoDateAndTimeValue() throws RecognitionException { } - // InternalDSL.g:5993:2: ( (lv_timeValue_1_0= RULE_ISOTIME ) ) - // InternalDSL.g:5994:1: (lv_timeValue_1_0= RULE_ISOTIME ) + // InternalDSL.g:5688:2: ( (lv_timeValue_1_0= RULE_ISOTIME ) ) + // InternalDSL.g:5689:1: (lv_timeValue_1_0= RULE_ISOTIME ) { - // InternalDSL.g:5994:1: (lv_timeValue_1_0= RULE_ISOTIME ) - // InternalDSL.g:5995:3: lv_timeValue_1_0= RULE_ISOTIME + // InternalDSL.g:5689:1: (lv_timeValue_1_0= RULE_ISOTIME ) + // InternalDSL.g:5690:3: lv_timeValue_1_0= RULE_ISOTIME { lv_timeValue_1_0=(Token)match(input,RULE_ISOTIME,FOLLOW_2); @@ -14520,7 +13897,7 @@ public final EObject ruleIsoDateAndTimeValue() throws RecognitionException { // $ANTLR start "entryRuleEuropeanDateAnd24HrsTimeValue" - // InternalDSL.g:6019:1: entryRuleEuropeanDateAnd24HrsTimeValue returns [EObject current=null] : iv_ruleEuropeanDateAnd24HrsTimeValue= ruleEuropeanDateAnd24HrsTimeValue EOF ; + // InternalDSL.g:5714:1: entryRuleEuropeanDateAnd24HrsTimeValue returns [EObject current=null] : iv_ruleEuropeanDateAnd24HrsTimeValue= ruleEuropeanDateAnd24HrsTimeValue EOF ; public final EObject entryRuleEuropeanDateAnd24HrsTimeValue() throws RecognitionException { EObject current = null; @@ -14528,8 +13905,8 @@ public final EObject entryRuleEuropeanDateAnd24HrsTimeValue() throws Recognition try { - // InternalDSL.g:6020:2: (iv_ruleEuropeanDateAnd24HrsTimeValue= ruleEuropeanDateAnd24HrsTimeValue EOF ) - // InternalDSL.g:6021:2: iv_ruleEuropeanDateAnd24HrsTimeValue= ruleEuropeanDateAnd24HrsTimeValue EOF + // InternalDSL.g:5715:2: (iv_ruleEuropeanDateAnd24HrsTimeValue= ruleEuropeanDateAnd24HrsTimeValue EOF ) + // InternalDSL.g:5716:2: iv_ruleEuropeanDateAnd24HrsTimeValue= ruleEuropeanDateAnd24HrsTimeValue EOF { newCompositeNode(grammarAccess.getEuropeanDateAnd24HrsTimeValueRule()); pushFollow(FOLLOW_1); @@ -14556,7 +13933,7 @@ public final EObject entryRuleEuropeanDateAnd24HrsTimeValue() throws Recognition // $ANTLR start "ruleEuropeanDateAnd24HrsTimeValue" - // InternalDSL.g:6028:1: ruleEuropeanDateAnd24HrsTimeValue returns [EObject current=null] : ( ( (lv_dateValue_0_0= RULE_EURODATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWENTYFOURHRSTIME ) ) ) ; + // InternalDSL.g:5723:1: ruleEuropeanDateAnd24HrsTimeValue returns [EObject current=null] : ( ( (lv_dateValue_0_0= RULE_EURODATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWENTYFOURHRSTIME ) ) ) ; public final EObject ruleEuropeanDateAnd24HrsTimeValue() throws RecognitionException { EObject current = null; @@ -14566,19 +13943,19 @@ public final EObject ruleEuropeanDateAnd24HrsTimeValue() throws RecognitionExcep enterRule(); try { - // InternalDSL.g:6031:28: ( ( ( (lv_dateValue_0_0= RULE_EURODATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWENTYFOURHRSTIME ) ) ) ) - // InternalDSL.g:6032:1: ( ( (lv_dateValue_0_0= RULE_EURODATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWENTYFOURHRSTIME ) ) ) + // InternalDSL.g:5726:28: ( ( ( (lv_dateValue_0_0= RULE_EURODATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWENTYFOURHRSTIME ) ) ) ) + // InternalDSL.g:5727:1: ( ( (lv_dateValue_0_0= RULE_EURODATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWENTYFOURHRSTIME ) ) ) { - // InternalDSL.g:6032:1: ( ( (lv_dateValue_0_0= RULE_EURODATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWENTYFOURHRSTIME ) ) ) - // InternalDSL.g:6032:2: ( (lv_dateValue_0_0= RULE_EURODATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWENTYFOURHRSTIME ) ) + // InternalDSL.g:5727:1: ( ( (lv_dateValue_0_0= RULE_EURODATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWENTYFOURHRSTIME ) ) ) + // InternalDSL.g:5727:2: ( (lv_dateValue_0_0= RULE_EURODATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWENTYFOURHRSTIME ) ) { - // InternalDSL.g:6032:2: ( (lv_dateValue_0_0= RULE_EURODATE ) ) - // InternalDSL.g:6033:1: (lv_dateValue_0_0= RULE_EURODATE ) + // InternalDSL.g:5727:2: ( (lv_dateValue_0_0= RULE_EURODATE ) ) + // InternalDSL.g:5728:1: (lv_dateValue_0_0= RULE_EURODATE ) { - // InternalDSL.g:6033:1: (lv_dateValue_0_0= RULE_EURODATE ) - // InternalDSL.g:6034:3: lv_dateValue_0_0= RULE_EURODATE + // InternalDSL.g:5728:1: (lv_dateValue_0_0= RULE_EURODATE ) + // InternalDSL.g:5729:3: lv_dateValue_0_0= RULE_EURODATE { - lv_dateValue_0_0=(Token)match(input,RULE_EURODATE,FOLLOW_97); + lv_dateValue_0_0=(Token)match(input,RULE_EURODATE,FOLLOW_96); newLeafNode(lv_dateValue_0_0, grammarAccess.getEuropeanDateAnd24HrsTimeValueAccess().getDateValueEURODATETerminalRuleCall_0_0()); @@ -14601,7 +13978,7 @@ public final EObject ruleEuropeanDateAnd24HrsTimeValue() throws RecognitionExcep newCompositeNode(grammarAccess.getEuropeanDateAnd24HrsTimeValueAccess().getNLParserRuleCall_1()); - pushFollow(FOLLOW_98); + pushFollow(FOLLOW_97); ruleNL(); state._fsp--; @@ -14609,11 +13986,11 @@ public final EObject ruleEuropeanDateAnd24HrsTimeValue() throws RecognitionExcep afterParserOrEnumRuleCall(); - // InternalDSL.g:6058:1: ( (lv_timeValue_2_0= RULE_TWENTYFOURHRSTIME ) ) - // InternalDSL.g:6059:1: (lv_timeValue_2_0= RULE_TWENTYFOURHRSTIME ) + // InternalDSL.g:5753:1: ( (lv_timeValue_2_0= RULE_TWENTYFOURHRSTIME ) ) + // InternalDSL.g:5754:1: (lv_timeValue_2_0= RULE_TWENTYFOURHRSTIME ) { - // InternalDSL.g:6059:1: (lv_timeValue_2_0= RULE_TWENTYFOURHRSTIME ) - // InternalDSL.g:6060:3: lv_timeValue_2_0= RULE_TWENTYFOURHRSTIME + // InternalDSL.g:5754:1: (lv_timeValue_2_0= RULE_TWENTYFOURHRSTIME ) + // InternalDSL.g:5755:3: lv_timeValue_2_0= RULE_TWENTYFOURHRSTIME { lv_timeValue_2_0=(Token)match(input,RULE_TWENTYFOURHRSTIME,FOLLOW_2); @@ -14656,7 +14033,7 @@ public final EObject ruleEuropeanDateAnd24HrsTimeValue() throws RecognitionExcep // $ANTLR start "entryRuleEuropeanDateAnd12HrsTimeValue" - // InternalDSL.g:6084:1: entryRuleEuropeanDateAnd12HrsTimeValue returns [EObject current=null] : iv_ruleEuropeanDateAnd12HrsTimeValue= ruleEuropeanDateAnd12HrsTimeValue EOF ; + // InternalDSL.g:5779:1: entryRuleEuropeanDateAnd12HrsTimeValue returns [EObject current=null] : iv_ruleEuropeanDateAnd12HrsTimeValue= ruleEuropeanDateAnd12HrsTimeValue EOF ; public final EObject entryRuleEuropeanDateAnd12HrsTimeValue() throws RecognitionException { EObject current = null; @@ -14664,8 +14041,8 @@ public final EObject entryRuleEuropeanDateAnd12HrsTimeValue() throws Recognition try { - // InternalDSL.g:6085:2: (iv_ruleEuropeanDateAnd12HrsTimeValue= ruleEuropeanDateAnd12HrsTimeValue EOF ) - // InternalDSL.g:6086:2: iv_ruleEuropeanDateAnd12HrsTimeValue= ruleEuropeanDateAnd12HrsTimeValue EOF + // InternalDSL.g:5780:2: (iv_ruleEuropeanDateAnd12HrsTimeValue= ruleEuropeanDateAnd12HrsTimeValue EOF ) + // InternalDSL.g:5781:2: iv_ruleEuropeanDateAnd12HrsTimeValue= ruleEuropeanDateAnd12HrsTimeValue EOF { newCompositeNode(grammarAccess.getEuropeanDateAnd12HrsTimeValueRule()); pushFollow(FOLLOW_1); @@ -14692,7 +14069,7 @@ public final EObject entryRuleEuropeanDateAnd12HrsTimeValue() throws Recognition // $ANTLR start "ruleEuropeanDateAnd12HrsTimeValue" - // InternalDSL.g:6093:1: ruleEuropeanDateAnd12HrsTimeValue returns [EObject current=null] : ( ( (lv_dateValue_0_0= RULE_EURODATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) ) ) ; + // InternalDSL.g:5788:1: ruleEuropeanDateAnd12HrsTimeValue returns [EObject current=null] : ( ( (lv_dateValue_0_0= RULE_EURODATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) ) ) ; public final EObject ruleEuropeanDateAnd12HrsTimeValue() throws RecognitionException { EObject current = null; @@ -14702,19 +14079,19 @@ public final EObject ruleEuropeanDateAnd12HrsTimeValue() throws RecognitionExcep enterRule(); try { - // InternalDSL.g:6096:28: ( ( ( (lv_dateValue_0_0= RULE_EURODATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) ) ) ) - // InternalDSL.g:6097:1: ( ( (lv_dateValue_0_0= RULE_EURODATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) ) ) + // InternalDSL.g:5791:28: ( ( ( (lv_dateValue_0_0= RULE_EURODATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) ) ) ) + // InternalDSL.g:5792:1: ( ( (lv_dateValue_0_0= RULE_EURODATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) ) ) { - // InternalDSL.g:6097:1: ( ( (lv_dateValue_0_0= RULE_EURODATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) ) ) - // InternalDSL.g:6097:2: ( (lv_dateValue_0_0= RULE_EURODATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) ) + // InternalDSL.g:5792:1: ( ( (lv_dateValue_0_0= RULE_EURODATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) ) ) + // InternalDSL.g:5792:2: ( (lv_dateValue_0_0= RULE_EURODATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) ) { - // InternalDSL.g:6097:2: ( (lv_dateValue_0_0= RULE_EURODATE ) ) - // InternalDSL.g:6098:1: (lv_dateValue_0_0= RULE_EURODATE ) + // InternalDSL.g:5792:2: ( (lv_dateValue_0_0= RULE_EURODATE ) ) + // InternalDSL.g:5793:1: (lv_dateValue_0_0= RULE_EURODATE ) { - // InternalDSL.g:6098:1: (lv_dateValue_0_0= RULE_EURODATE ) - // InternalDSL.g:6099:3: lv_dateValue_0_0= RULE_EURODATE + // InternalDSL.g:5793:1: (lv_dateValue_0_0= RULE_EURODATE ) + // InternalDSL.g:5794:3: lv_dateValue_0_0= RULE_EURODATE { - lv_dateValue_0_0=(Token)match(input,RULE_EURODATE,FOLLOW_99); + lv_dateValue_0_0=(Token)match(input,RULE_EURODATE,FOLLOW_98); newLeafNode(lv_dateValue_0_0, grammarAccess.getEuropeanDateAnd12HrsTimeValueAccess().getDateValueEURODATETerminalRuleCall_0_0()); @@ -14737,7 +14114,7 @@ public final EObject ruleEuropeanDateAnd12HrsTimeValue() throws RecognitionExcep newCompositeNode(grammarAccess.getEuropeanDateAnd12HrsTimeValueAccess().getNLParserRuleCall_1()); - pushFollow(FOLLOW_100); + pushFollow(FOLLOW_99); ruleNL(); state._fsp--; @@ -14745,11 +14122,11 @@ public final EObject ruleEuropeanDateAnd12HrsTimeValue() throws RecognitionExcep afterParserOrEnumRuleCall(); - // InternalDSL.g:6123:1: ( (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) ) - // InternalDSL.g:6124:1: (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) + // InternalDSL.g:5818:1: ( (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) ) + // InternalDSL.g:5819:1: (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) { - // InternalDSL.g:6124:1: (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) - // InternalDSL.g:6125:3: lv_timeValue_2_0= RULE_TWELVEHRSTIME + // InternalDSL.g:5819:1: (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) + // InternalDSL.g:5820:3: lv_timeValue_2_0= RULE_TWELVEHRSTIME { lv_timeValue_2_0=(Token)match(input,RULE_TWELVEHRSTIME,FOLLOW_2); @@ -14792,7 +14169,7 @@ public final EObject ruleEuropeanDateAnd12HrsTimeValue() throws RecognitionExcep // $ANTLR start "entryRuleUSDateAnd12HrsTimeValue" - // InternalDSL.g:6149:1: entryRuleUSDateAnd12HrsTimeValue returns [EObject current=null] : iv_ruleUSDateAnd12HrsTimeValue= ruleUSDateAnd12HrsTimeValue EOF ; + // InternalDSL.g:5844:1: entryRuleUSDateAnd12HrsTimeValue returns [EObject current=null] : iv_ruleUSDateAnd12HrsTimeValue= ruleUSDateAnd12HrsTimeValue EOF ; public final EObject entryRuleUSDateAnd12HrsTimeValue() throws RecognitionException { EObject current = null; @@ -14800,8 +14177,8 @@ public final EObject entryRuleUSDateAnd12HrsTimeValue() throws RecognitionExcept try { - // InternalDSL.g:6150:2: (iv_ruleUSDateAnd12HrsTimeValue= ruleUSDateAnd12HrsTimeValue EOF ) - // InternalDSL.g:6151:2: iv_ruleUSDateAnd12HrsTimeValue= ruleUSDateAnd12HrsTimeValue EOF + // InternalDSL.g:5845:2: (iv_ruleUSDateAnd12HrsTimeValue= ruleUSDateAnd12HrsTimeValue EOF ) + // InternalDSL.g:5846:2: iv_ruleUSDateAnd12HrsTimeValue= ruleUSDateAnd12HrsTimeValue EOF { newCompositeNode(grammarAccess.getUSDateAnd12HrsTimeValueRule()); pushFollow(FOLLOW_1); @@ -14828,7 +14205,7 @@ public final EObject entryRuleUSDateAnd12HrsTimeValue() throws RecognitionExcept // $ANTLR start "ruleUSDateAnd12HrsTimeValue" - // InternalDSL.g:6158:1: ruleUSDateAnd12HrsTimeValue returns [EObject current=null] : ( ( (lv_dateValue_0_0= RULE_USDATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) ) ) ; + // InternalDSL.g:5853:1: ruleUSDateAnd12HrsTimeValue returns [EObject current=null] : ( ( (lv_dateValue_0_0= RULE_USDATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) ) ) ; public final EObject ruleUSDateAnd12HrsTimeValue() throws RecognitionException { EObject current = null; @@ -14838,19 +14215,19 @@ public final EObject ruleUSDateAnd12HrsTimeValue() throws RecognitionException { enterRule(); try { - // InternalDSL.g:6161:28: ( ( ( (lv_dateValue_0_0= RULE_USDATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) ) ) ) - // InternalDSL.g:6162:1: ( ( (lv_dateValue_0_0= RULE_USDATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) ) ) + // InternalDSL.g:5856:28: ( ( ( (lv_dateValue_0_0= RULE_USDATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) ) ) ) + // InternalDSL.g:5857:1: ( ( (lv_dateValue_0_0= RULE_USDATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) ) ) { - // InternalDSL.g:6162:1: ( ( (lv_dateValue_0_0= RULE_USDATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) ) ) - // InternalDSL.g:6162:2: ( (lv_dateValue_0_0= RULE_USDATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) ) + // InternalDSL.g:5857:1: ( ( (lv_dateValue_0_0= RULE_USDATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) ) ) + // InternalDSL.g:5857:2: ( (lv_dateValue_0_0= RULE_USDATE ) ) ruleNL ( (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) ) { - // InternalDSL.g:6162:2: ( (lv_dateValue_0_0= RULE_USDATE ) ) - // InternalDSL.g:6163:1: (lv_dateValue_0_0= RULE_USDATE ) + // InternalDSL.g:5857:2: ( (lv_dateValue_0_0= RULE_USDATE ) ) + // InternalDSL.g:5858:1: (lv_dateValue_0_0= RULE_USDATE ) { - // InternalDSL.g:6163:1: (lv_dateValue_0_0= RULE_USDATE ) - // InternalDSL.g:6164:3: lv_dateValue_0_0= RULE_USDATE + // InternalDSL.g:5858:1: (lv_dateValue_0_0= RULE_USDATE ) + // InternalDSL.g:5859:3: lv_dateValue_0_0= RULE_USDATE { - lv_dateValue_0_0=(Token)match(input,RULE_USDATE,FOLLOW_99); + lv_dateValue_0_0=(Token)match(input,RULE_USDATE,FOLLOW_98); newLeafNode(lv_dateValue_0_0, grammarAccess.getUSDateAnd12HrsTimeValueAccess().getDateValueUSDATETerminalRuleCall_0_0()); @@ -14873,7 +14250,7 @@ public final EObject ruleUSDateAnd12HrsTimeValue() throws RecognitionException { newCompositeNode(grammarAccess.getUSDateAnd12HrsTimeValueAccess().getNLParserRuleCall_1()); - pushFollow(FOLLOW_100); + pushFollow(FOLLOW_99); ruleNL(); state._fsp--; @@ -14881,11 +14258,11 @@ public final EObject ruleUSDateAnd12HrsTimeValue() throws RecognitionException { afterParserOrEnumRuleCall(); - // InternalDSL.g:6188:1: ( (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) ) - // InternalDSL.g:6189:1: (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) + // InternalDSL.g:5883:1: ( (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) ) + // InternalDSL.g:5884:1: (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) { - // InternalDSL.g:6189:1: (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) - // InternalDSL.g:6190:3: lv_timeValue_2_0= RULE_TWELVEHRSTIME + // InternalDSL.g:5884:1: (lv_timeValue_2_0= RULE_TWELVEHRSTIME ) + // InternalDSL.g:5885:3: lv_timeValue_2_0= RULE_TWELVEHRSTIME { lv_timeValue_2_0=(Token)match(input,RULE_TWELVEHRSTIME,FOLLOW_2); @@ -14928,7 +14305,7 @@ public final EObject ruleUSDateAnd12HrsTimeValue() throws RecognitionException { // $ANTLR start "entryRuleJavaConstantValue" - // InternalDSL.g:6214:1: entryRuleJavaConstantValue returns [EObject current=null] : iv_ruleJavaConstantValue= ruleJavaConstantValue EOF ; + // InternalDSL.g:5909:1: entryRuleJavaConstantValue returns [EObject current=null] : iv_ruleJavaConstantValue= ruleJavaConstantValue EOF ; public final EObject entryRuleJavaConstantValue() throws RecognitionException { EObject current = null; @@ -14936,8 +14313,8 @@ public final EObject entryRuleJavaConstantValue() throws RecognitionException { try { - // InternalDSL.g:6215:2: (iv_ruleJavaConstantValue= ruleJavaConstantValue EOF ) - // InternalDSL.g:6216:2: iv_ruleJavaConstantValue= ruleJavaConstantValue EOF + // InternalDSL.g:5910:2: (iv_ruleJavaConstantValue= ruleJavaConstantValue EOF ) + // InternalDSL.g:5911:2: iv_ruleJavaConstantValue= ruleJavaConstantValue EOF { newCompositeNode(grammarAccess.getJavaConstantValueRule()); pushFollow(FOLLOW_1); @@ -14964,7 +14341,7 @@ public final EObject entryRuleJavaConstantValue() throws RecognitionException { // $ANTLR start "ruleJavaConstantValue" - // InternalDSL.g:6223:1: ruleJavaConstantValue returns [EObject current=null] : (otherlv_0= '<' ( (lv_constant_1_0= ruleJavaConstantReference ) ) otherlv_2= '>' ) ; + // InternalDSL.g:5918:1: ruleJavaConstantValue returns [EObject current=null] : (otherlv_0= '<' ( (lv_constant_1_0= ruleJavaConstantReference ) ) otherlv_2= '>' ) ; public final EObject ruleJavaConstantValue() throws RecognitionException { EObject current = null; @@ -14976,26 +14353,26 @@ public final EObject ruleJavaConstantValue() throws RecognitionException { enterRule(); try { - // InternalDSL.g:6226:28: ( (otherlv_0= '<' ( (lv_constant_1_0= ruleJavaConstantReference ) ) otherlv_2= '>' ) ) - // InternalDSL.g:6227:1: (otherlv_0= '<' ( (lv_constant_1_0= ruleJavaConstantReference ) ) otherlv_2= '>' ) + // InternalDSL.g:5921:28: ( (otherlv_0= '<' ( (lv_constant_1_0= ruleJavaConstantReference ) ) otherlv_2= '>' ) ) + // InternalDSL.g:5922:1: (otherlv_0= '<' ( (lv_constant_1_0= ruleJavaConstantReference ) ) otherlv_2= '>' ) { - // InternalDSL.g:6227:1: (otherlv_0= '<' ( (lv_constant_1_0= ruleJavaConstantReference ) ) otherlv_2= '>' ) - // InternalDSL.g:6227:3: otherlv_0= '<' ( (lv_constant_1_0= ruleJavaConstantReference ) ) otherlv_2= '>' + // InternalDSL.g:5922:1: (otherlv_0= '<' ( (lv_constant_1_0= ruleJavaConstantReference ) ) otherlv_2= '>' ) + // InternalDSL.g:5922:3: otherlv_0= '<' ( (lv_constant_1_0= ruleJavaConstantReference ) ) otherlv_2= '>' { - otherlv_0=(Token)match(input,103,FOLLOW_8); + otherlv_0=(Token)match(input,83,FOLLOW_8); newLeafNode(otherlv_0, grammarAccess.getJavaConstantValueAccess().getLessThanSignKeyword_0()); - // InternalDSL.g:6231:1: ( (lv_constant_1_0= ruleJavaConstantReference ) ) - // InternalDSL.g:6232:1: (lv_constant_1_0= ruleJavaConstantReference ) + // InternalDSL.g:5926:1: ( (lv_constant_1_0= ruleJavaConstantReference ) ) + // InternalDSL.g:5927:1: (lv_constant_1_0= ruleJavaConstantReference ) { - // InternalDSL.g:6232:1: (lv_constant_1_0= ruleJavaConstantReference ) - // InternalDSL.g:6233:3: lv_constant_1_0= ruleJavaConstantReference + // InternalDSL.g:5927:1: (lv_constant_1_0= ruleJavaConstantReference ) + // InternalDSL.g:5928:3: lv_constant_1_0= ruleJavaConstantReference { newCompositeNode(grammarAccess.getJavaConstantValueAccess().getConstantJavaConstantReferenceParserRuleCall_1_0()); - pushFollow(FOLLOW_101); + pushFollow(FOLLOW_100); lv_constant_1_0=ruleJavaConstantReference(); state._fsp--; @@ -15017,7 +14394,7 @@ public final EObject ruleJavaConstantValue() throws RecognitionException { } - otherlv_2=(Token)match(input,104,FOLLOW_2); + otherlv_2=(Token)match(input,84,FOLLOW_2); newLeafNode(otherlv_2, grammarAccess.getJavaConstantValueAccess().getGreaterThanSignKeyword_2()); @@ -15042,7 +14419,7 @@ public final EObject ruleJavaConstantValue() throws RecognitionException { // $ANTLR start "entryRuleVariable" - // InternalDSL.g:6261:1: entryRuleVariable returns [EObject current=null] : iv_ruleVariable= ruleVariable EOF ; + // InternalDSL.g:5956:1: entryRuleVariable returns [EObject current=null] : iv_ruleVariable= ruleVariable EOF ; public final EObject entryRuleVariable() throws RecognitionException { EObject current = null; @@ -15050,8 +14427,8 @@ public final EObject entryRuleVariable() throws RecognitionException { try { - // InternalDSL.g:6262:2: (iv_ruleVariable= ruleVariable EOF ) - // InternalDSL.g:6263:2: iv_ruleVariable= ruleVariable EOF + // InternalDSL.g:5957:2: (iv_ruleVariable= ruleVariable EOF ) + // InternalDSL.g:5958:2: iv_ruleVariable= ruleVariable EOF { newCompositeNode(grammarAccess.getVariableRule()); pushFollow(FOLLOW_1); @@ -15078,7 +14455,7 @@ public final EObject entryRuleVariable() throws RecognitionException { // $ANTLR start "ruleVariable" - // InternalDSL.g:6270:1: ruleVariable returns [EObject current=null] : ( ( ( ruleQualifiedName ) ) (otherlv_1= '#' ( (lv_attribute_2_0= ruleQualifiedName ) ) )? ) ; + // InternalDSL.g:5965:1: ruleVariable returns [EObject current=null] : ( ( ( ruleQualifiedName ) ) (otherlv_1= '#' ( (lv_attribute_2_0= ruleQualifiedName ) ) )? ) ; public final EObject ruleVariable() throws RecognitionException { EObject current = null; @@ -15089,17 +14466,17 @@ public final EObject ruleVariable() throws RecognitionException { enterRule(); try { - // InternalDSL.g:6273:28: ( ( ( ( ruleQualifiedName ) ) (otherlv_1= '#' ( (lv_attribute_2_0= ruleQualifiedName ) ) )? ) ) - // InternalDSL.g:6274:1: ( ( ( ruleQualifiedName ) ) (otherlv_1= '#' ( (lv_attribute_2_0= ruleQualifiedName ) ) )? ) + // InternalDSL.g:5968:28: ( ( ( ( ruleQualifiedName ) ) (otherlv_1= '#' ( (lv_attribute_2_0= ruleQualifiedName ) ) )? ) ) + // InternalDSL.g:5969:1: ( ( ( ruleQualifiedName ) ) (otherlv_1= '#' ( (lv_attribute_2_0= ruleQualifiedName ) ) )? ) { - // InternalDSL.g:6274:1: ( ( ( ruleQualifiedName ) ) (otherlv_1= '#' ( (lv_attribute_2_0= ruleQualifiedName ) ) )? ) - // InternalDSL.g:6274:2: ( ( ruleQualifiedName ) ) (otherlv_1= '#' ( (lv_attribute_2_0= ruleQualifiedName ) ) )? + // InternalDSL.g:5969:1: ( ( ( ruleQualifiedName ) ) (otherlv_1= '#' ( (lv_attribute_2_0= ruleQualifiedName ) ) )? ) + // InternalDSL.g:5969:2: ( ( ruleQualifiedName ) ) (otherlv_1= '#' ( (lv_attribute_2_0= ruleQualifiedName ) ) )? { - // InternalDSL.g:6274:2: ( ( ruleQualifiedName ) ) - // InternalDSL.g:6275:1: ( ruleQualifiedName ) + // InternalDSL.g:5969:2: ( ( ruleQualifiedName ) ) + // InternalDSL.g:5970:1: ( ruleQualifiedName ) { - // InternalDSL.g:6275:1: ( ruleQualifiedName ) - // InternalDSL.g:6276:3: ruleQualifiedName + // InternalDSL.g:5970:1: ( ruleQualifiedName ) + // InternalDSL.g:5971:3: ruleQualifiedName { if (current==null) { @@ -15109,7 +14486,7 @@ public final EObject ruleVariable() throws RecognitionException { newCompositeNode(grammarAccess.getVariableAccess().getNameVariableOrConstantEntityCrossReference_0_0()); - pushFollow(FOLLOW_102); + pushFollow(FOLLOW_101); ruleQualifiedName(); state._fsp--; @@ -15123,26 +14500,26 @@ public final EObject ruleVariable() throws RecognitionException { } - // InternalDSL.g:6289:2: (otherlv_1= '#' ( (lv_attribute_2_0= ruleQualifiedName ) ) )? - int alt97=2; - int LA97_0 = input.LA(1); + // InternalDSL.g:5984:2: (otherlv_1= '#' ( (lv_attribute_2_0= ruleQualifiedName ) ) )? + int alt96=2; + int LA96_0 = input.LA(1); - if ( (LA97_0==105) ) { - alt97=1; + if ( (LA96_0==85) ) { + alt96=1; } - switch (alt97) { + switch (alt96) { case 1 : - // InternalDSL.g:6289:4: otherlv_1= '#' ( (lv_attribute_2_0= ruleQualifiedName ) ) + // InternalDSL.g:5984:4: otherlv_1= '#' ( (lv_attribute_2_0= ruleQualifiedName ) ) { - otherlv_1=(Token)match(input,105,FOLLOW_8); + otherlv_1=(Token)match(input,85,FOLLOW_8); newLeafNode(otherlv_1, grammarAccess.getVariableAccess().getNumberSignKeyword_1_0()); - // InternalDSL.g:6293:1: ( (lv_attribute_2_0= ruleQualifiedName ) ) - // InternalDSL.g:6294:1: (lv_attribute_2_0= ruleQualifiedName ) + // InternalDSL.g:5988:1: ( (lv_attribute_2_0= ruleQualifiedName ) ) + // InternalDSL.g:5989:1: (lv_attribute_2_0= ruleQualifiedName ) { - // InternalDSL.g:6294:1: (lv_attribute_2_0= ruleQualifiedName ) - // InternalDSL.g:6295:3: lv_attribute_2_0= ruleQualifiedName + // InternalDSL.g:5989:1: (lv_attribute_2_0= ruleQualifiedName ) + // InternalDSL.g:5990:3: lv_attribute_2_0= ruleQualifiedName { newCompositeNode(grammarAccess.getVariableAccess().getAttributeQualifiedNameParserRuleCall_1_1_0()); @@ -15196,7 +14573,7 @@ public final EObject ruleVariable() throws RecognitionException { // $ANTLR start "entryRuleVariableVariable" - // InternalDSL.g:6319:1: entryRuleVariableVariable returns [EObject current=null] : iv_ruleVariableVariable= ruleVariableVariable EOF ; + // InternalDSL.g:6014:1: entryRuleVariableVariable returns [EObject current=null] : iv_ruleVariableVariable= ruleVariableVariable EOF ; public final EObject entryRuleVariableVariable() throws RecognitionException { EObject current = null; @@ -15204,8 +14581,8 @@ public final EObject entryRuleVariableVariable() throws RecognitionException { try { - // InternalDSL.g:6320:2: (iv_ruleVariableVariable= ruleVariableVariable EOF ) - // InternalDSL.g:6321:2: iv_ruleVariableVariable= ruleVariableVariable EOF + // InternalDSL.g:6015:2: (iv_ruleVariableVariable= ruleVariableVariable EOF ) + // InternalDSL.g:6016:2: iv_ruleVariableVariable= ruleVariableVariable EOF { newCompositeNode(grammarAccess.getVariableVariableRule()); pushFollow(FOLLOW_1); @@ -15232,21 +14609,21 @@ public final EObject entryRuleVariableVariable() throws RecognitionException { // $ANTLR start "ruleVariableVariable" - // InternalDSL.g:6328:1: ruleVariableVariable returns [EObject current=null] : ( ( ruleQualifiedName ) ) ; + // InternalDSL.g:6023:1: ruleVariableVariable returns [EObject current=null] : ( ( ruleQualifiedName ) ) ; public final EObject ruleVariableVariable() throws RecognitionException { EObject current = null; enterRule(); try { - // InternalDSL.g:6331:28: ( ( ( ruleQualifiedName ) ) ) - // InternalDSL.g:6332:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:6026:28: ( ( ( ruleQualifiedName ) ) ) + // InternalDSL.g:6027:1: ( ( ruleQualifiedName ) ) { - // InternalDSL.g:6332:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:6333:1: ( ruleQualifiedName ) + // InternalDSL.g:6027:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:6028:1: ( ruleQualifiedName ) { - // InternalDSL.g:6333:1: ( ruleQualifiedName ) - // InternalDSL.g:6334:3: ruleQualifiedName + // InternalDSL.g:6028:1: ( ruleQualifiedName ) + // InternalDSL.g:6029:3: ruleQualifiedName { if (current==null) { @@ -15288,7 +14665,7 @@ public final EObject ruleVariableVariable() throws RecognitionException { // $ANTLR start "entryRuleConstant" - // InternalDSL.g:6355:1: entryRuleConstant returns [EObject current=null] : iv_ruleConstant= ruleConstant EOF ; + // InternalDSL.g:6050:1: entryRuleConstant returns [EObject current=null] : iv_ruleConstant= ruleConstant EOF ; public final EObject entryRuleConstant() throws RecognitionException { EObject current = null; @@ -15296,8 +14673,8 @@ public final EObject entryRuleConstant() throws RecognitionException { try { - // InternalDSL.g:6356:2: (iv_ruleConstant= ruleConstant EOF ) - // InternalDSL.g:6357:2: iv_ruleConstant= ruleConstant EOF + // InternalDSL.g:6051:2: (iv_ruleConstant= ruleConstant EOF ) + // InternalDSL.g:6052:2: iv_ruleConstant= ruleConstant EOF { newCompositeNode(grammarAccess.getConstantRule()); pushFollow(FOLLOW_1); @@ -15324,21 +14701,21 @@ public final EObject entryRuleConstant() throws RecognitionException { // $ANTLR start "ruleConstant" - // InternalDSL.g:6364:1: ruleConstant returns [EObject current=null] : ( ( ruleQualifiedName ) ) ; + // InternalDSL.g:6059:1: ruleConstant returns [EObject current=null] : ( ( ruleQualifiedName ) ) ; public final EObject ruleConstant() throws RecognitionException { EObject current = null; enterRule(); try { - // InternalDSL.g:6367:28: ( ( ( ruleQualifiedName ) ) ) - // InternalDSL.g:6368:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:6062:28: ( ( ( ruleQualifiedName ) ) ) + // InternalDSL.g:6063:1: ( ( ruleQualifiedName ) ) { - // InternalDSL.g:6368:1: ( ( ruleQualifiedName ) ) - // InternalDSL.g:6369:1: ( ruleQualifiedName ) + // InternalDSL.g:6063:1: ( ( ruleQualifiedName ) ) + // InternalDSL.g:6064:1: ( ruleQualifiedName ) { - // InternalDSL.g:6369:1: ( ruleQualifiedName ) - // InternalDSL.g:6370:3: ruleQualifiedName + // InternalDSL.g:6064:1: ( ruleQualifiedName ) + // InternalDSL.g:6065:3: ruleQualifiedName { if (current==null) { @@ -15380,7 +14757,7 @@ public final EObject ruleConstant() throws RecognitionException { // $ANTLR start "entryRuleNullValue" - // InternalDSL.g:6391:1: entryRuleNullValue returns [EObject current=null] : iv_ruleNullValue= ruleNullValue EOF ; + // InternalDSL.g:6086:1: entryRuleNullValue returns [EObject current=null] : iv_ruleNullValue= ruleNullValue EOF ; public final EObject entryRuleNullValue() throws RecognitionException { EObject current = null; @@ -15388,8 +14765,8 @@ public final EObject entryRuleNullValue() throws RecognitionException { try { - // InternalDSL.g:6392:2: (iv_ruleNullValue= ruleNullValue EOF ) - // InternalDSL.g:6393:2: iv_ruleNullValue= ruleNullValue EOF + // InternalDSL.g:6087:2: (iv_ruleNullValue= ruleNullValue EOF ) + // InternalDSL.g:6088:2: iv_ruleNullValue= ruleNullValue EOF { newCompositeNode(grammarAccess.getNullValueRule()); pushFollow(FOLLOW_1); @@ -15416,7 +14793,7 @@ public final EObject entryRuleNullValue() throws RecognitionException { // $ANTLR start "ruleNullValue" - // InternalDSL.g:6400:1: ruleNullValue returns [EObject current=null] : ( () otherlv_1= 'null' ) ; + // InternalDSL.g:6095:1: ruleNullValue returns [EObject current=null] : ( () otherlv_1= 'null' ) ; public final EObject ruleNullValue() throws RecognitionException { EObject current = null; @@ -15425,14 +14802,14 @@ public final EObject ruleNullValue() throws RecognitionException { enterRule(); try { - // InternalDSL.g:6403:28: ( ( () otherlv_1= 'null' ) ) - // InternalDSL.g:6404:1: ( () otherlv_1= 'null' ) + // InternalDSL.g:6098:28: ( ( () otherlv_1= 'null' ) ) + // InternalDSL.g:6099:1: ( () otherlv_1= 'null' ) { - // InternalDSL.g:6404:1: ( () otherlv_1= 'null' ) - // InternalDSL.g:6404:2: () otherlv_1= 'null' + // InternalDSL.g:6099:1: ( () otherlv_1= 'null' ) + // InternalDSL.g:6099:2: () otherlv_1= 'null' { - // InternalDSL.g:6404:2: () - // InternalDSL.g:6405:5: + // InternalDSL.g:6099:2: () + // InternalDSL.g:6100:5: { current = forceCreateModelElement( @@ -15442,7 +14819,7 @@ public final EObject ruleNullValue() throws RecognitionException { } - otherlv_1=(Token)match(input,106,FOLLOW_2); + otherlv_1=(Token)match(input,86,FOLLOW_2); newLeafNode(otherlv_1, grammarAccess.getNullValueAccess().getNullKeyword_1()); @@ -15467,7 +14844,7 @@ public final EObject ruleNullValue() throws RecognitionException { // $ANTLR start "entryRuleEnumValue" - // InternalDSL.g:6422:1: entryRuleEnumValue returns [EObject current=null] : iv_ruleEnumValue= ruleEnumValue EOF ; + // InternalDSL.g:6117:1: entryRuleEnumValue returns [EObject current=null] : iv_ruleEnumValue= ruleEnumValue EOF ; public final EObject entryRuleEnumValue() throws RecognitionException { EObject current = null; @@ -15475,8 +14852,8 @@ public final EObject entryRuleEnumValue() throws RecognitionException { try { - // InternalDSL.g:6423:2: (iv_ruleEnumValue= ruleEnumValue EOF ) - // InternalDSL.g:6424:2: iv_ruleEnumValue= ruleEnumValue EOF + // InternalDSL.g:6118:2: (iv_ruleEnumValue= ruleEnumValue EOF ) + // InternalDSL.g:6119:2: iv_ruleEnumValue= ruleEnumValue EOF { newCompositeNode(grammarAccess.getEnumValueRule()); pushFollow(FOLLOW_1); @@ -15503,7 +14880,7 @@ public final EObject entryRuleEnumValue() throws RecognitionException { // $ANTLR start "ruleEnumValue" - // InternalDSL.g:6431:1: ruleEnumValue returns [EObject current=null] : ( (otherlv_0= RULE_UPPERCASE_ID ) ) ; + // InternalDSL.g:6126:1: ruleEnumValue returns [EObject current=null] : ( (otherlv_0= RULE_UPPERCASE_ID ) ) ; public final EObject ruleEnumValue() throws RecognitionException { EObject current = null; @@ -15512,14 +14889,14 @@ public final EObject ruleEnumValue() throws RecognitionException { enterRule(); try { - // InternalDSL.g:6434:28: ( ( (otherlv_0= RULE_UPPERCASE_ID ) ) ) - // InternalDSL.g:6435:1: ( (otherlv_0= RULE_UPPERCASE_ID ) ) + // InternalDSL.g:6129:28: ( ( (otherlv_0= RULE_UPPERCASE_ID ) ) ) + // InternalDSL.g:6130:1: ( (otherlv_0= RULE_UPPERCASE_ID ) ) { - // InternalDSL.g:6435:1: ( (otherlv_0= RULE_UPPERCASE_ID ) ) - // InternalDSL.g:6436:1: (otherlv_0= RULE_UPPERCASE_ID ) + // InternalDSL.g:6130:1: ( (otherlv_0= RULE_UPPERCASE_ID ) ) + // InternalDSL.g:6131:1: (otherlv_0= RULE_UPPERCASE_ID ) { - // InternalDSL.g:6436:1: (otherlv_0= RULE_UPPERCASE_ID ) - // InternalDSL.g:6437:3: otherlv_0= RULE_UPPERCASE_ID + // InternalDSL.g:6131:1: (otherlv_0= RULE_UPPERCASE_ID ) + // InternalDSL.g:6132:3: otherlv_0= RULE_UPPERCASE_ID { if (current==null) { @@ -15554,7 +14931,7 @@ public final EObject ruleEnumValue() throws RecognitionException { // $ANTLR start "entryRuleNestedObject" - // InternalDSL.g:6456:1: entryRuleNestedObject returns [EObject current=null] : iv_ruleNestedObject= ruleNestedObject EOF ; + // InternalDSL.g:6151:1: entryRuleNestedObject returns [EObject current=null] : iv_ruleNestedObject= ruleNestedObject EOF ; public final EObject entryRuleNestedObject() throws RecognitionException { EObject current = null; @@ -15562,8 +14939,8 @@ public final EObject entryRuleNestedObject() throws RecognitionException { try { - // InternalDSL.g:6457:2: (iv_ruleNestedObject= ruleNestedObject EOF ) - // InternalDSL.g:6458:2: iv_ruleNestedObject= ruleNestedObject EOF + // InternalDSL.g:6152:2: (iv_ruleNestedObject= ruleNestedObject EOF ) + // InternalDSL.g:6153:2: iv_ruleNestedObject= ruleNestedObject EOF { newCompositeNode(grammarAccess.getNestedObjectRule()); pushFollow(FOLLOW_1); @@ -15590,7 +14967,7 @@ public final EObject entryRuleNestedObject() throws RecognitionException { // $ANTLR start "ruleNestedObject" - // InternalDSL.g:6465:1: ruleNestedObject returns [EObject current=null] : (otherlv_0= '{' ruleNL ( ( (lv_attributes_2_0= ruleKeyValuePair ) ) ruleNL )+ otherlv_4= '}' ) ; + // InternalDSL.g:6160:1: ruleNestedObject returns [EObject current=null] : (otherlv_0= '{' ruleNL ( ( (lv_attributes_2_0= ruleKeyValuePair ) ) ruleNL )+ otherlv_4= '}' ) ; public final EObject ruleNestedObject() throws RecognitionException { EObject current = null; @@ -15602,20 +14979,20 @@ public final EObject ruleNestedObject() throws RecognitionException { enterRule(); try { - // InternalDSL.g:6468:28: ( (otherlv_0= '{' ruleNL ( ( (lv_attributes_2_0= ruleKeyValuePair ) ) ruleNL )+ otherlv_4= '}' ) ) - // InternalDSL.g:6469:1: (otherlv_0= '{' ruleNL ( ( (lv_attributes_2_0= ruleKeyValuePair ) ) ruleNL )+ otherlv_4= '}' ) + // InternalDSL.g:6163:28: ( (otherlv_0= '{' ruleNL ( ( (lv_attributes_2_0= ruleKeyValuePair ) ) ruleNL )+ otherlv_4= '}' ) ) + // InternalDSL.g:6164:1: (otherlv_0= '{' ruleNL ( ( (lv_attributes_2_0= ruleKeyValuePair ) ) ruleNL )+ otherlv_4= '}' ) { - // InternalDSL.g:6469:1: (otherlv_0= '{' ruleNL ( ( (lv_attributes_2_0= ruleKeyValuePair ) ) ruleNL )+ otherlv_4= '}' ) - // InternalDSL.g:6469:3: otherlv_0= '{' ruleNL ( ( (lv_attributes_2_0= ruleKeyValuePair ) ) ruleNL )+ otherlv_4= '}' + // InternalDSL.g:6164:1: (otherlv_0= '{' ruleNL ( ( (lv_attributes_2_0= ruleKeyValuePair ) ) ruleNL )+ otherlv_4= '}' ) + // InternalDSL.g:6164:3: otherlv_0= '{' ruleNL ( ( (lv_attributes_2_0= ruleKeyValuePair ) ) ruleNL )+ otherlv_4= '}' { - otherlv_0=(Token)match(input,107,FOLLOW_103); + otherlv_0=(Token)match(input,87,FOLLOW_102); newLeafNode(otherlv_0, grammarAccess.getNestedObjectAccess().getLeftCurlyBracketKeyword_0()); newCompositeNode(grammarAccess.getNestedObjectAccess().getNLParserRuleCall_1()); - pushFollow(FOLLOW_103); + pushFollow(FOLLOW_102); ruleNL(); state._fsp--; @@ -15623,32 +15000,32 @@ public final EObject ruleNestedObject() throws RecognitionException { afterParserOrEnumRuleCall(); - // InternalDSL.g:6481:1: ( ( (lv_attributes_2_0= ruleKeyValuePair ) ) ruleNL )+ - int cnt98=0; - loop98: + // InternalDSL.g:6176:1: ( ( (lv_attributes_2_0= ruleKeyValuePair ) ) ruleNL )+ + int cnt97=0; + loop97: do { - int alt98=2; - int LA98_0 = input.LA(1); + int alt97=2; + int LA97_0 = input.LA(1); - if ( ((LA98_0>=RULE_STRING && LA98_0<=RULE_ID)) ) { - alt98=1; + if ( ((LA97_0>=RULE_STRING && LA97_0<=RULE_ID)) ) { + alt97=1; } - switch (alt98) { + switch (alt97) { case 1 : - // InternalDSL.g:6481:2: ( (lv_attributes_2_0= ruleKeyValuePair ) ) ruleNL + // InternalDSL.g:6176:2: ( (lv_attributes_2_0= ruleKeyValuePair ) ) ruleNL { - // InternalDSL.g:6481:2: ( (lv_attributes_2_0= ruleKeyValuePair ) ) - // InternalDSL.g:6482:1: (lv_attributes_2_0= ruleKeyValuePair ) + // InternalDSL.g:6176:2: ( (lv_attributes_2_0= ruleKeyValuePair ) ) + // InternalDSL.g:6177:1: (lv_attributes_2_0= ruleKeyValuePair ) { - // InternalDSL.g:6482:1: (lv_attributes_2_0= ruleKeyValuePair ) - // InternalDSL.g:6483:3: lv_attributes_2_0= ruleKeyValuePair + // InternalDSL.g:6177:1: (lv_attributes_2_0= ruleKeyValuePair ) + // InternalDSL.g:6178:3: lv_attributes_2_0= ruleKeyValuePair { newCompositeNode(grammarAccess.getNestedObjectAccess().getAttributesKeyValuePairParserRuleCall_2_0_0()); - pushFollow(FOLLOW_104); + pushFollow(FOLLOW_103); lv_attributes_2_0=ruleKeyValuePair(); state._fsp--; @@ -15673,7 +15050,7 @@ public final EObject ruleNestedObject() throws RecognitionException { newCompositeNode(grammarAccess.getNestedObjectAccess().getNLParserRuleCall_2_1()); - pushFollow(FOLLOW_104); + pushFollow(FOLLOW_103); ruleNL(); state._fsp--; @@ -15686,15 +15063,15 @@ public final EObject ruleNestedObject() throws RecognitionException { break; default : - if ( cnt98 >= 1 ) break loop98; + if ( cnt97 >= 1 ) break loop97; EarlyExitException eee = - new EarlyExitException(98, input); + new EarlyExitException(97, input); throw eee; } - cnt98++; + cnt97++; } while (true); - otherlv_4=(Token)match(input,108,FOLLOW_2); + otherlv_4=(Token)match(input,88,FOLLOW_2); newLeafNode(otherlv_4, grammarAccess.getNestedObjectAccess().getRightCurlyBracketKeyword_3()); @@ -15719,7 +15096,7 @@ public final EObject ruleNestedObject() throws RecognitionException { // $ANTLR start "entryRuleTypedNestedObject" - // InternalDSL.g:6519:1: entryRuleTypedNestedObject returns [EObject current=null] : iv_ruleTypedNestedObject= ruleTypedNestedObject EOF ; + // InternalDSL.g:6214:1: entryRuleTypedNestedObject returns [EObject current=null] : iv_ruleTypedNestedObject= ruleTypedNestedObject EOF ; public final EObject entryRuleTypedNestedObject() throws RecognitionException { EObject current = null; @@ -15727,8 +15104,8 @@ public final EObject entryRuleTypedNestedObject() throws RecognitionException { try { - // InternalDSL.g:6520:2: (iv_ruleTypedNestedObject= ruleTypedNestedObject EOF ) - // InternalDSL.g:6521:2: iv_ruleTypedNestedObject= ruleTypedNestedObject EOF + // InternalDSL.g:6215:2: (iv_ruleTypedNestedObject= ruleTypedNestedObject EOF ) + // InternalDSL.g:6216:2: iv_ruleTypedNestedObject= ruleTypedNestedObject EOF { newCompositeNode(grammarAccess.getTypedNestedObjectRule()); pushFollow(FOLLOW_1); @@ -15755,7 +15132,7 @@ public final EObject entryRuleTypedNestedObject() throws RecognitionException { // $ANTLR start "ruleTypedNestedObject" - // InternalDSL.g:6528:1: ruleTypedNestedObject returns [EObject current=null] : (otherlv_0= '<' ( (lv_type_1_0= ruleJavaClassReference ) ) otherlv_2= '>' ruleNL ( (lv_nestedObject_4_0= ruleNestedObject ) ) ) ; + // InternalDSL.g:6223:1: ruleTypedNestedObject returns [EObject current=null] : (otherlv_0= '<' ( (lv_type_1_0= ruleJavaClassReference ) ) otherlv_2= '>' ruleNL ( (lv_nestedObject_4_0= ruleNestedObject ) ) ) ; public final EObject ruleTypedNestedObject() throws RecognitionException { EObject current = null; @@ -15769,26 +15146,26 @@ public final EObject ruleTypedNestedObject() throws RecognitionException { enterRule(); try { - // InternalDSL.g:6531:28: ( (otherlv_0= '<' ( (lv_type_1_0= ruleJavaClassReference ) ) otherlv_2= '>' ruleNL ( (lv_nestedObject_4_0= ruleNestedObject ) ) ) ) - // InternalDSL.g:6532:1: (otherlv_0= '<' ( (lv_type_1_0= ruleJavaClassReference ) ) otherlv_2= '>' ruleNL ( (lv_nestedObject_4_0= ruleNestedObject ) ) ) + // InternalDSL.g:6226:28: ( (otherlv_0= '<' ( (lv_type_1_0= ruleJavaClassReference ) ) otherlv_2= '>' ruleNL ( (lv_nestedObject_4_0= ruleNestedObject ) ) ) ) + // InternalDSL.g:6227:1: (otherlv_0= '<' ( (lv_type_1_0= ruleJavaClassReference ) ) otherlv_2= '>' ruleNL ( (lv_nestedObject_4_0= ruleNestedObject ) ) ) { - // InternalDSL.g:6532:1: (otherlv_0= '<' ( (lv_type_1_0= ruleJavaClassReference ) ) otherlv_2= '>' ruleNL ( (lv_nestedObject_4_0= ruleNestedObject ) ) ) - // InternalDSL.g:6532:3: otherlv_0= '<' ( (lv_type_1_0= ruleJavaClassReference ) ) otherlv_2= '>' ruleNL ( (lv_nestedObject_4_0= ruleNestedObject ) ) + // InternalDSL.g:6227:1: (otherlv_0= '<' ( (lv_type_1_0= ruleJavaClassReference ) ) otherlv_2= '>' ruleNL ( (lv_nestedObject_4_0= ruleNestedObject ) ) ) + // InternalDSL.g:6227:3: otherlv_0= '<' ( (lv_type_1_0= ruleJavaClassReference ) ) otherlv_2= '>' ruleNL ( (lv_nestedObject_4_0= ruleNestedObject ) ) { - otherlv_0=(Token)match(input,103,FOLLOW_8); + otherlv_0=(Token)match(input,83,FOLLOW_8); newLeafNode(otherlv_0, grammarAccess.getTypedNestedObjectAccess().getLessThanSignKeyword_0()); - // InternalDSL.g:6536:1: ( (lv_type_1_0= ruleJavaClassReference ) ) - // InternalDSL.g:6537:1: (lv_type_1_0= ruleJavaClassReference ) + // InternalDSL.g:6231:1: ( (lv_type_1_0= ruleJavaClassReference ) ) + // InternalDSL.g:6232:1: (lv_type_1_0= ruleJavaClassReference ) { - // InternalDSL.g:6537:1: (lv_type_1_0= ruleJavaClassReference ) - // InternalDSL.g:6538:3: lv_type_1_0= ruleJavaClassReference + // InternalDSL.g:6232:1: (lv_type_1_0= ruleJavaClassReference ) + // InternalDSL.g:6233:3: lv_type_1_0= ruleJavaClassReference { newCompositeNode(grammarAccess.getTypedNestedObjectAccess().getTypeJavaClassReferenceParserRuleCall_1_0()); - pushFollow(FOLLOW_101); + pushFollow(FOLLOW_100); lv_type_1_0=ruleJavaClassReference(); state._fsp--; @@ -15810,14 +15187,14 @@ public final EObject ruleTypedNestedObject() throws RecognitionException { } - otherlv_2=(Token)match(input,104,FOLLOW_105); + otherlv_2=(Token)match(input,84,FOLLOW_104); newLeafNode(otherlv_2, grammarAccess.getTypedNestedObjectAccess().getGreaterThanSignKeyword_2()); newCompositeNode(grammarAccess.getTypedNestedObjectAccess().getNLParserRuleCall_3()); - pushFollow(FOLLOW_106); + pushFollow(FOLLOW_105); ruleNL(); state._fsp--; @@ -15825,11 +15202,11 @@ public final EObject ruleTypedNestedObject() throws RecognitionException { afterParserOrEnumRuleCall(); - // InternalDSL.g:6566:1: ( (lv_nestedObject_4_0= ruleNestedObject ) ) - // InternalDSL.g:6567:1: (lv_nestedObject_4_0= ruleNestedObject ) + // InternalDSL.g:6261:1: ( (lv_nestedObject_4_0= ruleNestedObject ) ) + // InternalDSL.g:6262:1: (lv_nestedObject_4_0= ruleNestedObject ) { - // InternalDSL.g:6567:1: (lv_nestedObject_4_0= ruleNestedObject ) - // InternalDSL.g:6568:3: lv_nestedObject_4_0= ruleNestedObject + // InternalDSL.g:6262:1: (lv_nestedObject_4_0= ruleNestedObject ) + // InternalDSL.g:6263:3: lv_nestedObject_4_0= ruleNestedObject { newCompositeNode(grammarAccess.getTypedNestedObjectAccess().getNestedObjectNestedObjectParserRuleCall_4_0()); @@ -15877,7 +15254,7 @@ public final EObject ruleTypedNestedObject() throws RecognitionException { // $ANTLR start "entryRuleKeyValuePair" - // InternalDSL.g:6592:1: entryRuleKeyValuePair returns [EObject current=null] : iv_ruleKeyValuePair= ruleKeyValuePair EOF ; + // InternalDSL.g:6287:1: entryRuleKeyValuePair returns [EObject current=null] : iv_ruleKeyValuePair= ruleKeyValuePair EOF ; public final EObject entryRuleKeyValuePair() throws RecognitionException { EObject current = null; @@ -15885,8 +15262,8 @@ public final EObject entryRuleKeyValuePair() throws RecognitionException { try { - // InternalDSL.g:6593:2: (iv_ruleKeyValuePair= ruleKeyValuePair EOF ) - // InternalDSL.g:6594:2: iv_ruleKeyValuePair= ruleKeyValuePair EOF + // InternalDSL.g:6288:2: (iv_ruleKeyValuePair= ruleKeyValuePair EOF ) + // InternalDSL.g:6289:2: iv_ruleKeyValuePair= ruleKeyValuePair EOF { newCompositeNode(grammarAccess.getKeyValuePairRule()); pushFollow(FOLLOW_1); @@ -15913,7 +15290,7 @@ public final EObject entryRuleKeyValuePair() throws RecognitionException { // $ANTLR start "ruleKeyValuePair" - // InternalDSL.g:6601:1: ruleKeyValuePair returns [EObject current=null] : ( ( ( (lv_identifier_0_0= RULE_ID ) ) | ( (lv_stringIdentifier_1_0= RULE_STRING ) ) ) ruleNL otherlv_3= ':' ruleNL ( (lv_value_5_0= ruleValueOrEnumValueOrOperationCollection ) ) ) ; + // InternalDSL.g:6296:1: ruleKeyValuePair returns [EObject current=null] : ( ( ( (lv_identifier_0_0= RULE_ID ) ) | ( (lv_stringIdentifier_1_0= RULE_STRING ) ) ) ruleNL otherlv_3= ':' ruleNL ( (lv_value_5_0= ruleValueOrEnumValueOrOperationCollection ) ) ) ; public final EObject ruleKeyValuePair() throws RecognitionException { EObject current = null; @@ -15926,37 +15303,37 @@ public final EObject ruleKeyValuePair() throws RecognitionException { enterRule(); try { - // InternalDSL.g:6604:28: ( ( ( ( (lv_identifier_0_0= RULE_ID ) ) | ( (lv_stringIdentifier_1_0= RULE_STRING ) ) ) ruleNL otherlv_3= ':' ruleNL ( (lv_value_5_0= ruleValueOrEnumValueOrOperationCollection ) ) ) ) - // InternalDSL.g:6605:1: ( ( ( (lv_identifier_0_0= RULE_ID ) ) | ( (lv_stringIdentifier_1_0= RULE_STRING ) ) ) ruleNL otherlv_3= ':' ruleNL ( (lv_value_5_0= ruleValueOrEnumValueOrOperationCollection ) ) ) + // InternalDSL.g:6299:28: ( ( ( ( (lv_identifier_0_0= RULE_ID ) ) | ( (lv_stringIdentifier_1_0= RULE_STRING ) ) ) ruleNL otherlv_3= ':' ruleNL ( (lv_value_5_0= ruleValueOrEnumValueOrOperationCollection ) ) ) ) + // InternalDSL.g:6300:1: ( ( ( (lv_identifier_0_0= RULE_ID ) ) | ( (lv_stringIdentifier_1_0= RULE_STRING ) ) ) ruleNL otherlv_3= ':' ruleNL ( (lv_value_5_0= ruleValueOrEnumValueOrOperationCollection ) ) ) { - // InternalDSL.g:6605:1: ( ( ( (lv_identifier_0_0= RULE_ID ) ) | ( (lv_stringIdentifier_1_0= RULE_STRING ) ) ) ruleNL otherlv_3= ':' ruleNL ( (lv_value_5_0= ruleValueOrEnumValueOrOperationCollection ) ) ) - // InternalDSL.g:6605:2: ( ( (lv_identifier_0_0= RULE_ID ) ) | ( (lv_stringIdentifier_1_0= RULE_STRING ) ) ) ruleNL otherlv_3= ':' ruleNL ( (lv_value_5_0= ruleValueOrEnumValueOrOperationCollection ) ) + // InternalDSL.g:6300:1: ( ( ( (lv_identifier_0_0= RULE_ID ) ) | ( (lv_stringIdentifier_1_0= RULE_STRING ) ) ) ruleNL otherlv_3= ':' ruleNL ( (lv_value_5_0= ruleValueOrEnumValueOrOperationCollection ) ) ) + // InternalDSL.g:6300:2: ( ( (lv_identifier_0_0= RULE_ID ) ) | ( (lv_stringIdentifier_1_0= RULE_STRING ) ) ) ruleNL otherlv_3= ':' ruleNL ( (lv_value_5_0= ruleValueOrEnumValueOrOperationCollection ) ) { - // InternalDSL.g:6605:2: ( ( (lv_identifier_0_0= RULE_ID ) ) | ( (lv_stringIdentifier_1_0= RULE_STRING ) ) ) - int alt99=2; - int LA99_0 = input.LA(1); + // InternalDSL.g:6300:2: ( ( (lv_identifier_0_0= RULE_ID ) ) | ( (lv_stringIdentifier_1_0= RULE_STRING ) ) ) + int alt98=2; + int LA98_0 = input.LA(1); - if ( (LA99_0==RULE_ID) ) { - alt99=1; + if ( (LA98_0==RULE_ID) ) { + alt98=1; } - else if ( (LA99_0==RULE_STRING) ) { - alt99=2; + else if ( (LA98_0==RULE_STRING) ) { + alt98=2; } else { NoViableAltException nvae = - new NoViableAltException("", 99, 0, input); + new NoViableAltException("", 98, 0, input); throw nvae; } - switch (alt99) { + switch (alt98) { case 1 : - // InternalDSL.g:6605:3: ( (lv_identifier_0_0= RULE_ID ) ) + // InternalDSL.g:6300:3: ( (lv_identifier_0_0= RULE_ID ) ) { - // InternalDSL.g:6605:3: ( (lv_identifier_0_0= RULE_ID ) ) - // InternalDSL.g:6606:1: (lv_identifier_0_0= RULE_ID ) + // InternalDSL.g:6300:3: ( (lv_identifier_0_0= RULE_ID ) ) + // InternalDSL.g:6301:1: (lv_identifier_0_0= RULE_ID ) { - // InternalDSL.g:6606:1: (lv_identifier_0_0= RULE_ID ) - // InternalDSL.g:6607:3: lv_identifier_0_0= RULE_ID + // InternalDSL.g:6301:1: (lv_identifier_0_0= RULE_ID ) + // InternalDSL.g:6302:3: lv_identifier_0_0= RULE_ID { lv_identifier_0_0=(Token)match(input,RULE_ID,FOLLOW_19); @@ -15982,13 +15359,13 @@ else if ( (LA99_0==RULE_STRING) ) { } break; case 2 : - // InternalDSL.g:6624:6: ( (lv_stringIdentifier_1_0= RULE_STRING ) ) + // InternalDSL.g:6319:6: ( (lv_stringIdentifier_1_0= RULE_STRING ) ) { - // InternalDSL.g:6624:6: ( (lv_stringIdentifier_1_0= RULE_STRING ) ) - // InternalDSL.g:6625:1: (lv_stringIdentifier_1_0= RULE_STRING ) + // InternalDSL.g:6319:6: ( (lv_stringIdentifier_1_0= RULE_STRING ) ) + // InternalDSL.g:6320:1: (lv_stringIdentifier_1_0= RULE_STRING ) { - // InternalDSL.g:6625:1: (lv_stringIdentifier_1_0= RULE_STRING ) - // InternalDSL.g:6626:3: lv_stringIdentifier_1_0= RULE_STRING + // InternalDSL.g:6320:1: (lv_stringIdentifier_1_0= RULE_STRING ) + // InternalDSL.g:6321:3: lv_stringIdentifier_1_0= RULE_STRING { lv_stringIdentifier_1_0=(Token)match(input,RULE_STRING,FOLLOW_19); @@ -16027,7 +15404,7 @@ else if ( (LA99_0==RULE_STRING) ) { afterParserOrEnumRuleCall(); - otherlv_3=(Token)match(input,37,FOLLOW_21); + otherlv_3=(Token)match(input,38,FOLLOW_21); newLeafNode(otherlv_3, grammarAccess.getKeyValuePairAccess().getColonKeyword_2()); @@ -16042,11 +15419,11 @@ else if ( (LA99_0==RULE_STRING) ) { afterParserOrEnumRuleCall(); - // InternalDSL.g:6662:1: ( (lv_value_5_0= ruleValueOrEnumValueOrOperationCollection ) ) - // InternalDSL.g:6663:1: (lv_value_5_0= ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:6357:1: ( (lv_value_5_0= ruleValueOrEnumValueOrOperationCollection ) ) + // InternalDSL.g:6358:1: (lv_value_5_0= ruleValueOrEnumValueOrOperationCollection ) { - // InternalDSL.g:6663:1: (lv_value_5_0= ruleValueOrEnumValueOrOperationCollection ) - // InternalDSL.g:6664:3: lv_value_5_0= ruleValueOrEnumValueOrOperationCollection + // InternalDSL.g:6358:1: (lv_value_5_0= ruleValueOrEnumValueOrOperationCollection ) + // InternalDSL.g:6359:3: lv_value_5_0= ruleValueOrEnumValueOrOperationCollection { newCompositeNode(grammarAccess.getKeyValuePairAccess().getValueValueOrEnumValueOrOperationCollectionParserRuleCall_4_0()); @@ -16094,7 +15471,7 @@ else if ( (LA99_0==RULE_STRING) ) { // $ANTLR start "entryRuleJavaClassReference" - // InternalDSL.g:6688:1: entryRuleJavaClassReference returns [EObject current=null] : iv_ruleJavaClassReference= ruleJavaClassReference EOF ; + // InternalDSL.g:6383:1: entryRuleJavaClassReference returns [EObject current=null] : iv_ruleJavaClassReference= ruleJavaClassReference EOF ; public final EObject entryRuleJavaClassReference() throws RecognitionException { EObject current = null; @@ -16102,8 +15479,8 @@ public final EObject entryRuleJavaClassReference() throws RecognitionException { try { - // InternalDSL.g:6689:2: (iv_ruleJavaClassReference= ruleJavaClassReference EOF ) - // InternalDSL.g:6690:2: iv_ruleJavaClassReference= ruleJavaClassReference EOF + // InternalDSL.g:6384:2: (iv_ruleJavaClassReference= ruleJavaClassReference EOF ) + // InternalDSL.g:6385:2: iv_ruleJavaClassReference= ruleJavaClassReference EOF { newCompositeNode(grammarAccess.getJavaClassReferenceRule()); pushFollow(FOLLOW_1); @@ -16130,21 +15507,21 @@ public final EObject entryRuleJavaClassReference() throws RecognitionException { // $ANTLR start "ruleJavaClassReference" - // InternalDSL.g:6697:1: ruleJavaClassReference returns [EObject current=null] : ( ( ruleQualifiedJavaClassName ) ) ; + // InternalDSL.g:6392:1: ruleJavaClassReference returns [EObject current=null] : ( ( ruleQualifiedJavaClassName ) ) ; public final EObject ruleJavaClassReference() throws RecognitionException { EObject current = null; enterRule(); try { - // InternalDSL.g:6700:28: ( ( ( ruleQualifiedJavaClassName ) ) ) - // InternalDSL.g:6701:1: ( ( ruleQualifiedJavaClassName ) ) + // InternalDSL.g:6395:28: ( ( ( ruleQualifiedJavaClassName ) ) ) + // InternalDSL.g:6396:1: ( ( ruleQualifiedJavaClassName ) ) { - // InternalDSL.g:6701:1: ( ( ruleQualifiedJavaClassName ) ) - // InternalDSL.g:6702:1: ( ruleQualifiedJavaClassName ) + // InternalDSL.g:6396:1: ( ( ruleQualifiedJavaClassName ) ) + // InternalDSL.g:6397:1: ( ruleQualifiedJavaClassName ) { - // InternalDSL.g:6702:1: ( ruleQualifiedJavaClassName ) - // InternalDSL.g:6703:3: ruleQualifiedJavaClassName + // InternalDSL.g:6397:1: ( ruleQualifiedJavaClassName ) + // InternalDSL.g:6398:3: ruleQualifiedJavaClassName { if (current==null) { @@ -16186,7 +15563,7 @@ public final EObject ruleJavaClassReference() throws RecognitionException { // $ANTLR start "entryRuleMethodReference" - // InternalDSL.g:6724:1: entryRuleMethodReference returns [EObject current=null] : iv_ruleMethodReference= ruleMethodReference EOF ; + // InternalDSL.g:6419:1: entryRuleMethodReference returns [EObject current=null] : iv_ruleMethodReference= ruleMethodReference EOF ; public final EObject entryRuleMethodReference() throws RecognitionException { EObject current = null; @@ -16194,8 +15571,8 @@ public final EObject entryRuleMethodReference() throws RecognitionException { try { - // InternalDSL.g:6725:2: (iv_ruleMethodReference= ruleMethodReference EOF ) - // InternalDSL.g:6726:2: iv_ruleMethodReference= ruleMethodReference EOF + // InternalDSL.g:6420:2: (iv_ruleMethodReference= ruleMethodReference EOF ) + // InternalDSL.g:6421:2: iv_ruleMethodReference= ruleMethodReference EOF { newCompositeNode(grammarAccess.getMethodReferenceRule()); pushFollow(FOLLOW_1); @@ -16222,7 +15599,7 @@ public final EObject entryRuleMethodReference() throws RecognitionException { // $ANTLR start "ruleMethodReference" - // InternalDSL.g:6733:1: ruleMethodReference returns [EObject current=null] : ( ( ( ruleQualifiedJavaClassName ) ) otherlv_1= '#' ( (otherlv_2= RULE_ID ) ) ) ; + // InternalDSL.g:6428:1: ruleMethodReference returns [EObject current=null] : ( ( ( ruleQualifiedJavaClassName ) ) otherlv_1= '#' ( (otherlv_2= RULE_ID ) ) ) ; public final EObject ruleMethodReference() throws RecognitionException { EObject current = null; @@ -16232,17 +15609,17 @@ public final EObject ruleMethodReference() throws RecognitionException { enterRule(); try { - // InternalDSL.g:6736:28: ( ( ( ( ruleQualifiedJavaClassName ) ) otherlv_1= '#' ( (otherlv_2= RULE_ID ) ) ) ) - // InternalDSL.g:6737:1: ( ( ( ruleQualifiedJavaClassName ) ) otherlv_1= '#' ( (otherlv_2= RULE_ID ) ) ) + // InternalDSL.g:6431:28: ( ( ( ( ruleQualifiedJavaClassName ) ) otherlv_1= '#' ( (otherlv_2= RULE_ID ) ) ) ) + // InternalDSL.g:6432:1: ( ( ( ruleQualifiedJavaClassName ) ) otherlv_1= '#' ( (otherlv_2= RULE_ID ) ) ) { - // InternalDSL.g:6737:1: ( ( ( ruleQualifiedJavaClassName ) ) otherlv_1= '#' ( (otherlv_2= RULE_ID ) ) ) - // InternalDSL.g:6737:2: ( ( ruleQualifiedJavaClassName ) ) otherlv_1= '#' ( (otherlv_2= RULE_ID ) ) + // InternalDSL.g:6432:1: ( ( ( ruleQualifiedJavaClassName ) ) otherlv_1= '#' ( (otherlv_2= RULE_ID ) ) ) + // InternalDSL.g:6432:2: ( ( ruleQualifiedJavaClassName ) ) otherlv_1= '#' ( (otherlv_2= RULE_ID ) ) { - // InternalDSL.g:6737:2: ( ( ruleQualifiedJavaClassName ) ) - // InternalDSL.g:6738:1: ( ruleQualifiedJavaClassName ) + // InternalDSL.g:6432:2: ( ( ruleQualifiedJavaClassName ) ) + // InternalDSL.g:6433:1: ( ruleQualifiedJavaClassName ) { - // InternalDSL.g:6738:1: ( ruleQualifiedJavaClassName ) - // InternalDSL.g:6739:3: ruleQualifiedJavaClassName + // InternalDSL.g:6433:1: ( ruleQualifiedJavaClassName ) + // InternalDSL.g:6434:3: ruleQualifiedJavaClassName { if (current==null) { @@ -16252,7 +15629,7 @@ public final EObject ruleMethodReference() throws RecognitionException { newCompositeNode(grammarAccess.getMethodReferenceAccess().getTypeJvmTypeCrossReference_0_0()); - pushFollow(FOLLOW_107); + pushFollow(FOLLOW_106); ruleQualifiedJavaClassName(); state._fsp--; @@ -16266,15 +15643,15 @@ public final EObject ruleMethodReference() throws RecognitionException { } - otherlv_1=(Token)match(input,105,FOLLOW_108); + otherlv_1=(Token)match(input,85,FOLLOW_107); newLeafNode(otherlv_1, grammarAccess.getMethodReferenceAccess().getNumberSignKeyword_1()); - // InternalDSL.g:6756:1: ( (otherlv_2= RULE_ID ) ) - // InternalDSL.g:6757:1: (otherlv_2= RULE_ID ) + // InternalDSL.g:6451:1: ( (otherlv_2= RULE_ID ) ) + // InternalDSL.g:6452:1: (otherlv_2= RULE_ID ) { - // InternalDSL.g:6757:1: (otherlv_2= RULE_ID ) - // InternalDSL.g:6758:3: otherlv_2= RULE_ID + // InternalDSL.g:6452:1: (otherlv_2= RULE_ID ) + // InternalDSL.g:6453:3: otherlv_2= RULE_ID { if (current==null) { @@ -16312,7 +15689,7 @@ public final EObject ruleMethodReference() throws RecognitionException { // $ANTLR start "entryRuleJavaConstantReference" - // InternalDSL.g:6777:1: entryRuleJavaConstantReference returns [EObject current=null] : iv_ruleJavaConstantReference= ruleJavaConstantReference EOF ; + // InternalDSL.g:6472:1: entryRuleJavaConstantReference returns [EObject current=null] : iv_ruleJavaConstantReference= ruleJavaConstantReference EOF ; public final EObject entryRuleJavaConstantReference() throws RecognitionException { EObject current = null; @@ -16320,8 +15697,8 @@ public final EObject entryRuleJavaConstantReference() throws RecognitionExceptio try { - // InternalDSL.g:6778:2: (iv_ruleJavaConstantReference= ruleJavaConstantReference EOF ) - // InternalDSL.g:6779:2: iv_ruleJavaConstantReference= ruleJavaConstantReference EOF + // InternalDSL.g:6473:2: (iv_ruleJavaConstantReference= ruleJavaConstantReference EOF ) + // InternalDSL.g:6474:2: iv_ruleJavaConstantReference= ruleJavaConstantReference EOF { newCompositeNode(grammarAccess.getJavaConstantReferenceRule()); pushFollow(FOLLOW_1); @@ -16348,7 +15725,7 @@ public final EObject entryRuleJavaConstantReference() throws RecognitionExceptio // $ANTLR start "ruleJavaConstantReference" - // InternalDSL.g:6786:1: ruleJavaConstantReference returns [EObject current=null] : ( ( ( ruleQualifiedJavaClassName ) ) otherlv_1= '#' ( (otherlv_2= RULE_UPPERCASE_ID ) ) ) ; + // InternalDSL.g:6481:1: ruleJavaConstantReference returns [EObject current=null] : ( ( ( ruleQualifiedJavaClassName ) ) otherlv_1= '#' ( (otherlv_2= RULE_UPPERCASE_ID ) ) ) ; public final EObject ruleJavaConstantReference() throws RecognitionException { EObject current = null; @@ -16358,17 +15735,17 @@ public final EObject ruleJavaConstantReference() throws RecognitionException { enterRule(); try { - // InternalDSL.g:6789:28: ( ( ( ( ruleQualifiedJavaClassName ) ) otherlv_1= '#' ( (otherlv_2= RULE_UPPERCASE_ID ) ) ) ) - // InternalDSL.g:6790:1: ( ( ( ruleQualifiedJavaClassName ) ) otherlv_1= '#' ( (otherlv_2= RULE_UPPERCASE_ID ) ) ) + // InternalDSL.g:6484:28: ( ( ( ( ruleQualifiedJavaClassName ) ) otherlv_1= '#' ( (otherlv_2= RULE_UPPERCASE_ID ) ) ) ) + // InternalDSL.g:6485:1: ( ( ( ruleQualifiedJavaClassName ) ) otherlv_1= '#' ( (otherlv_2= RULE_UPPERCASE_ID ) ) ) { - // InternalDSL.g:6790:1: ( ( ( ruleQualifiedJavaClassName ) ) otherlv_1= '#' ( (otherlv_2= RULE_UPPERCASE_ID ) ) ) - // InternalDSL.g:6790:2: ( ( ruleQualifiedJavaClassName ) ) otherlv_1= '#' ( (otherlv_2= RULE_UPPERCASE_ID ) ) + // InternalDSL.g:6485:1: ( ( ( ruleQualifiedJavaClassName ) ) otherlv_1= '#' ( (otherlv_2= RULE_UPPERCASE_ID ) ) ) + // InternalDSL.g:6485:2: ( ( ruleQualifiedJavaClassName ) ) otherlv_1= '#' ( (otherlv_2= RULE_UPPERCASE_ID ) ) { - // InternalDSL.g:6790:2: ( ( ruleQualifiedJavaClassName ) ) - // InternalDSL.g:6791:1: ( ruleQualifiedJavaClassName ) + // InternalDSL.g:6485:2: ( ( ruleQualifiedJavaClassName ) ) + // InternalDSL.g:6486:1: ( ruleQualifiedJavaClassName ) { - // InternalDSL.g:6791:1: ( ruleQualifiedJavaClassName ) - // InternalDSL.g:6792:3: ruleQualifiedJavaClassName + // InternalDSL.g:6486:1: ( ruleQualifiedJavaClassName ) + // InternalDSL.g:6487:3: ruleQualifiedJavaClassName { if (current==null) { @@ -16378,7 +15755,7 @@ public final EObject ruleJavaConstantReference() throws RecognitionException { newCompositeNode(grammarAccess.getJavaConstantReferenceAccess().getTypeJvmTypeCrossReference_0_0()); - pushFollow(FOLLOW_107); + pushFollow(FOLLOW_106); ruleQualifiedJavaClassName(); state._fsp--; @@ -16392,15 +15769,15 @@ public final EObject ruleJavaConstantReference() throws RecognitionException { } - otherlv_1=(Token)match(input,105,FOLLOW_109); + otherlv_1=(Token)match(input,85,FOLLOW_108); newLeafNode(otherlv_1, grammarAccess.getJavaConstantReferenceAccess().getNumberSignKeyword_1()); - // InternalDSL.g:6809:1: ( (otherlv_2= RULE_UPPERCASE_ID ) ) - // InternalDSL.g:6810:1: (otherlv_2= RULE_UPPERCASE_ID ) + // InternalDSL.g:6504:1: ( (otherlv_2= RULE_UPPERCASE_ID ) ) + // InternalDSL.g:6505:1: (otherlv_2= RULE_UPPERCASE_ID ) { - // InternalDSL.g:6810:1: (otherlv_2= RULE_UPPERCASE_ID ) - // InternalDSL.g:6811:3: otherlv_2= RULE_UPPERCASE_ID + // InternalDSL.g:6505:1: (otherlv_2= RULE_UPPERCASE_ID ) + // InternalDSL.g:6506:3: otherlv_2= RULE_UPPERCASE_ID { if (current==null) { @@ -16438,7 +15815,7 @@ public final EObject ruleJavaConstantReference() throws RecognitionException { // $ANTLR start "entryRuleExecutionMultiplier" - // InternalDSL.g:6830:1: entryRuleExecutionMultiplier returns [EObject current=null] : iv_ruleExecutionMultiplier= ruleExecutionMultiplier EOF ; + // InternalDSL.g:6525:1: entryRuleExecutionMultiplier returns [EObject current=null] : iv_ruleExecutionMultiplier= ruleExecutionMultiplier EOF ; public final EObject entryRuleExecutionMultiplier() throws RecognitionException { EObject current = null; @@ -16446,8 +15823,8 @@ public final EObject entryRuleExecutionMultiplier() throws RecognitionException try { - // InternalDSL.g:6831:2: (iv_ruleExecutionMultiplier= ruleExecutionMultiplier EOF ) - // InternalDSL.g:6832:2: iv_ruleExecutionMultiplier= ruleExecutionMultiplier EOF + // InternalDSL.g:6526:2: (iv_ruleExecutionMultiplier= ruleExecutionMultiplier EOF ) + // InternalDSL.g:6527:2: iv_ruleExecutionMultiplier= ruleExecutionMultiplier EOF { newCompositeNode(grammarAccess.getExecutionMultiplierRule()); pushFollow(FOLLOW_1); @@ -16474,7 +15851,7 @@ public final EObject entryRuleExecutionMultiplier() throws RecognitionException // $ANTLR start "ruleExecutionMultiplier" - // InternalDSL.g:6839:1: ruleExecutionMultiplier returns [EObject current=null] : ( ( (lv_count_0_0= ruleConstantValue ) ) otherlv_1= '*' ) ; + // InternalDSL.g:6534:1: ruleExecutionMultiplier returns [EObject current=null] : ( ( (lv_count_0_0= ruleConstantValue ) ) otherlv_1= '*' ) ; public final EObject ruleExecutionMultiplier() throws RecognitionException { EObject current = null; @@ -16485,22 +15862,22 @@ public final EObject ruleExecutionMultiplier() throws RecognitionException { enterRule(); try { - // InternalDSL.g:6842:28: ( ( ( (lv_count_0_0= ruleConstantValue ) ) otherlv_1= '*' ) ) - // InternalDSL.g:6843:1: ( ( (lv_count_0_0= ruleConstantValue ) ) otherlv_1= '*' ) + // InternalDSL.g:6537:28: ( ( ( (lv_count_0_0= ruleConstantValue ) ) otherlv_1= '*' ) ) + // InternalDSL.g:6538:1: ( ( (lv_count_0_0= ruleConstantValue ) ) otherlv_1= '*' ) { - // InternalDSL.g:6843:1: ( ( (lv_count_0_0= ruleConstantValue ) ) otherlv_1= '*' ) - // InternalDSL.g:6843:2: ( (lv_count_0_0= ruleConstantValue ) ) otherlv_1= '*' + // InternalDSL.g:6538:1: ( ( (lv_count_0_0= ruleConstantValue ) ) otherlv_1= '*' ) + // InternalDSL.g:6538:2: ( (lv_count_0_0= ruleConstantValue ) ) otherlv_1= '*' { - // InternalDSL.g:6843:2: ( (lv_count_0_0= ruleConstantValue ) ) - // InternalDSL.g:6844:1: (lv_count_0_0= ruleConstantValue ) + // InternalDSL.g:6538:2: ( (lv_count_0_0= ruleConstantValue ) ) + // InternalDSL.g:6539:1: (lv_count_0_0= ruleConstantValue ) { - // InternalDSL.g:6844:1: (lv_count_0_0= ruleConstantValue ) - // InternalDSL.g:6845:3: lv_count_0_0= ruleConstantValue + // InternalDSL.g:6539:1: (lv_count_0_0= ruleConstantValue ) + // InternalDSL.g:6540:3: lv_count_0_0= ruleConstantValue { newCompositeNode(grammarAccess.getExecutionMultiplierAccess().getCountConstantValueParserRuleCall_0_0()); - pushFollow(FOLLOW_110); + pushFollow(FOLLOW_109); lv_count_0_0=ruleConstantValue(); state._fsp--; @@ -16522,7 +15899,7 @@ public final EObject ruleExecutionMultiplier() throws RecognitionException { } - otherlv_1=(Token)match(input,96,FOLLOW_2); + otherlv_1=(Token)match(input,76,FOLLOW_2); newLeafNode(otherlv_1, grammarAccess.getExecutionMultiplierAccess().getAsteriskKeyword_1()); @@ -16547,7 +15924,7 @@ public final EObject ruleExecutionMultiplier() throws RecognitionException { // $ANTLR start "entryRuleQualifiedName" - // InternalDSL.g:6873:1: entryRuleQualifiedName returns [String current=null] : iv_ruleQualifiedName= ruleQualifiedName EOF ; + // InternalDSL.g:6568:1: entryRuleQualifiedName returns [String current=null] : iv_ruleQualifiedName= ruleQualifiedName EOF ; public final String entryRuleQualifiedName() throws RecognitionException { String current = null; @@ -16555,8 +15932,8 @@ public final String entryRuleQualifiedName() throws RecognitionException { try { - // InternalDSL.g:6874:2: (iv_ruleQualifiedName= ruleQualifiedName EOF ) - // InternalDSL.g:6875:2: iv_ruleQualifiedName= ruleQualifiedName EOF + // InternalDSL.g:6569:2: (iv_ruleQualifiedName= ruleQualifiedName EOF ) + // InternalDSL.g:6570:2: iv_ruleQualifiedName= ruleQualifiedName EOF { newCompositeNode(grammarAccess.getQualifiedNameRule()); pushFollow(FOLLOW_1); @@ -16583,7 +15960,7 @@ public final String entryRuleQualifiedName() throws RecognitionException { // $ANTLR start "ruleQualifiedName" - // InternalDSL.g:6882:1: ruleQualifiedName returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_ID_0= RULE_ID (kw= '.' this_ID_2= RULE_ID )* ) ; + // InternalDSL.g:6577:1: ruleQualifiedName returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_ID_0= RULE_ID (kw= '.' this_ID_2= RULE_ID )* ) ; public final AntlrDatatypeRuleToken ruleQualifiedName() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); @@ -16594,46 +15971,46 @@ public final AntlrDatatypeRuleToken ruleQualifiedName() throws RecognitionExcept enterRule(); try { - // InternalDSL.g:6885:28: ( (this_ID_0= RULE_ID (kw= '.' this_ID_2= RULE_ID )* ) ) - // InternalDSL.g:6886:1: (this_ID_0= RULE_ID (kw= '.' this_ID_2= RULE_ID )* ) + // InternalDSL.g:6580:28: ( (this_ID_0= RULE_ID (kw= '.' this_ID_2= RULE_ID )* ) ) + // InternalDSL.g:6581:1: (this_ID_0= RULE_ID (kw= '.' this_ID_2= RULE_ID )* ) { - // InternalDSL.g:6886:1: (this_ID_0= RULE_ID (kw= '.' this_ID_2= RULE_ID )* ) - // InternalDSL.g:6886:6: this_ID_0= RULE_ID (kw= '.' this_ID_2= RULE_ID )* + // InternalDSL.g:6581:1: (this_ID_0= RULE_ID (kw= '.' this_ID_2= RULE_ID )* ) + // InternalDSL.g:6581:6: this_ID_0= RULE_ID (kw= '.' this_ID_2= RULE_ID )* { - this_ID_0=(Token)match(input,RULE_ID,FOLLOW_111); + this_ID_0=(Token)match(input,RULE_ID,FOLLOW_110); current.merge(this_ID_0); newLeafNode(this_ID_0, grammarAccess.getQualifiedNameAccess().getIDTerminalRuleCall_0()); - // InternalDSL.g:6893:1: (kw= '.' this_ID_2= RULE_ID )* - loop100: + // InternalDSL.g:6588:1: (kw= '.' this_ID_2= RULE_ID )* + loop99: do { - int alt100=2; - int LA100_0 = input.LA(1); + int alt99=2; + int LA99_0 = input.LA(1); - if ( (LA100_0==109) ) { - int LA100_2 = input.LA(2); + if ( (LA99_0==89) ) { + int LA99_2 = input.LA(2); - if ( (LA100_2==RULE_ID) ) { - alt100=1; + if ( (LA99_2==RULE_ID) ) { + alt99=1; } } - switch (alt100) { + switch (alt99) { case 1 : - // InternalDSL.g:6894:2: kw= '.' this_ID_2= RULE_ID + // InternalDSL.g:6589:2: kw= '.' this_ID_2= RULE_ID { - kw=(Token)match(input,109,FOLLOW_108); + kw=(Token)match(input,89,FOLLOW_107); current.merge(kw); newLeafNode(kw, grammarAccess.getQualifiedNameAccess().getFullStopKeyword_1_0()); - this_ID_2=(Token)match(input,RULE_ID,FOLLOW_111); + this_ID_2=(Token)match(input,RULE_ID,FOLLOW_110); current.merge(this_ID_2); @@ -16645,7 +16022,7 @@ public final AntlrDatatypeRuleToken ruleQualifiedName() throws RecognitionExcept break; default : - break loop100; + break loop99; } } while (true); @@ -16670,7 +16047,7 @@ public final AntlrDatatypeRuleToken ruleQualifiedName() throws RecognitionExcept // $ANTLR start "entryRuleQualifiedJavaClassName" - // InternalDSL.g:6914:1: entryRuleQualifiedJavaClassName returns [String current=null] : iv_ruleQualifiedJavaClassName= ruleQualifiedJavaClassName EOF ; + // InternalDSL.g:6609:1: entryRuleQualifiedJavaClassName returns [String current=null] : iv_ruleQualifiedJavaClassName= ruleQualifiedJavaClassName EOF ; public final String entryRuleQualifiedJavaClassName() throws RecognitionException { String current = null; @@ -16678,8 +16055,8 @@ public final String entryRuleQualifiedJavaClassName() throws RecognitionExceptio try { - // InternalDSL.g:6915:2: (iv_ruleQualifiedJavaClassName= ruleQualifiedJavaClassName EOF ) - // InternalDSL.g:6916:2: iv_ruleQualifiedJavaClassName= ruleQualifiedJavaClassName EOF + // InternalDSL.g:6610:2: (iv_ruleQualifiedJavaClassName= ruleQualifiedJavaClassName EOF ) + // InternalDSL.g:6611:2: iv_ruleQualifiedJavaClassName= ruleQualifiedJavaClassName EOF { newCompositeNode(grammarAccess.getQualifiedJavaClassNameRule()); pushFollow(FOLLOW_1); @@ -16706,7 +16083,7 @@ public final String entryRuleQualifiedJavaClassName() throws RecognitionExceptio // $ANTLR start "ruleQualifiedJavaClassName" - // InternalDSL.g:6923:1: ruleQualifiedJavaClassName returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_QualifiedName_0= ruleQualifiedName kw= '.' this_UPPERCASE_ID_2= RULE_UPPERCASE_ID ) ; + // InternalDSL.g:6618:1: ruleQualifiedJavaClassName returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_QualifiedName_0= ruleQualifiedName kw= '.' this_UPPERCASE_ID_2= RULE_UPPERCASE_ID ) ; public final AntlrDatatypeRuleToken ruleQualifiedJavaClassName() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); @@ -16718,16 +16095,16 @@ public final AntlrDatatypeRuleToken ruleQualifiedJavaClassName() throws Recognit enterRule(); try { - // InternalDSL.g:6926:28: ( (this_QualifiedName_0= ruleQualifiedName kw= '.' this_UPPERCASE_ID_2= RULE_UPPERCASE_ID ) ) - // InternalDSL.g:6927:1: (this_QualifiedName_0= ruleQualifiedName kw= '.' this_UPPERCASE_ID_2= RULE_UPPERCASE_ID ) + // InternalDSL.g:6621:28: ( (this_QualifiedName_0= ruleQualifiedName kw= '.' this_UPPERCASE_ID_2= RULE_UPPERCASE_ID ) ) + // InternalDSL.g:6622:1: (this_QualifiedName_0= ruleQualifiedName kw= '.' this_UPPERCASE_ID_2= RULE_UPPERCASE_ID ) { - // InternalDSL.g:6927:1: (this_QualifiedName_0= ruleQualifiedName kw= '.' this_UPPERCASE_ID_2= RULE_UPPERCASE_ID ) - // InternalDSL.g:6928:5: this_QualifiedName_0= ruleQualifiedName kw= '.' this_UPPERCASE_ID_2= RULE_UPPERCASE_ID + // InternalDSL.g:6622:1: (this_QualifiedName_0= ruleQualifiedName kw= '.' this_UPPERCASE_ID_2= RULE_UPPERCASE_ID ) + // InternalDSL.g:6623:5: this_QualifiedName_0= ruleQualifiedName kw= '.' this_UPPERCASE_ID_2= RULE_UPPERCASE_ID { newCompositeNode(grammarAccess.getQualifiedJavaClassNameAccess().getQualifiedNameParserRuleCall_0()); - pushFollow(FOLLOW_112); + pushFollow(FOLLOW_111); this_QualifiedName_0=ruleQualifiedName(); state._fsp--; @@ -16738,7 +16115,7 @@ public final AntlrDatatypeRuleToken ruleQualifiedJavaClassName() throws Recognit afterParserOrEnumRuleCall(); - kw=(Token)match(input,109,FOLLOW_109); + kw=(Token)match(input,89,FOLLOW_108); current.merge(kw); newLeafNode(kw, grammarAccess.getQualifiedJavaClassNameAccess().getFullStopKeyword_1()); @@ -16771,7 +16148,7 @@ public final AntlrDatatypeRuleToken ruleQualifiedJavaClassName() throws Recognit // $ANTLR start "entryRuleQualifiedNameWithWildcard" - // InternalDSL.g:6959:1: entryRuleQualifiedNameWithWildcard returns [String current=null] : iv_ruleQualifiedNameWithWildcard= ruleQualifiedNameWithWildcard EOF ; + // InternalDSL.g:6654:1: entryRuleQualifiedNameWithWildcard returns [String current=null] : iv_ruleQualifiedNameWithWildcard= ruleQualifiedNameWithWildcard EOF ; public final String entryRuleQualifiedNameWithWildcard() throws RecognitionException { String current = null; @@ -16779,8 +16156,8 @@ public final String entryRuleQualifiedNameWithWildcard() throws RecognitionExcep try { - // InternalDSL.g:6960:2: (iv_ruleQualifiedNameWithWildcard= ruleQualifiedNameWithWildcard EOF ) - // InternalDSL.g:6961:2: iv_ruleQualifiedNameWithWildcard= ruleQualifiedNameWithWildcard EOF + // InternalDSL.g:6655:2: (iv_ruleQualifiedNameWithWildcard= ruleQualifiedNameWithWildcard EOF ) + // InternalDSL.g:6656:2: iv_ruleQualifiedNameWithWildcard= ruleQualifiedNameWithWildcard EOF { newCompositeNode(grammarAccess.getQualifiedNameWithWildcardRule()); pushFollow(FOLLOW_1); @@ -16807,7 +16184,7 @@ public final String entryRuleQualifiedNameWithWildcard() throws RecognitionExcep // $ANTLR start "ruleQualifiedNameWithWildcard" - // InternalDSL.g:6968:1: ruleQualifiedNameWithWildcard returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_QualifiedName_0= ruleQualifiedName (kw= '.*' )? ) ; + // InternalDSL.g:6663:1: ruleQualifiedNameWithWildcard returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_QualifiedName_0= ruleQualifiedName (kw= '.*' )? ) ; public final AntlrDatatypeRuleToken ruleQualifiedNameWithWildcard() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); @@ -16818,16 +16195,16 @@ public final AntlrDatatypeRuleToken ruleQualifiedNameWithWildcard() throws Recog enterRule(); try { - // InternalDSL.g:6971:28: ( (this_QualifiedName_0= ruleQualifiedName (kw= '.*' )? ) ) - // InternalDSL.g:6972:1: (this_QualifiedName_0= ruleQualifiedName (kw= '.*' )? ) + // InternalDSL.g:6666:28: ( (this_QualifiedName_0= ruleQualifiedName (kw= '.*' )? ) ) + // InternalDSL.g:6667:1: (this_QualifiedName_0= ruleQualifiedName (kw= '.*' )? ) { - // InternalDSL.g:6972:1: (this_QualifiedName_0= ruleQualifiedName (kw= '.*' )? ) - // InternalDSL.g:6973:5: this_QualifiedName_0= ruleQualifiedName (kw= '.*' )? + // InternalDSL.g:6667:1: (this_QualifiedName_0= ruleQualifiedName (kw= '.*' )? ) + // InternalDSL.g:6668:5: this_QualifiedName_0= ruleQualifiedName (kw= '.*' )? { newCompositeNode(grammarAccess.getQualifiedNameWithWildcardAccess().getQualifiedNameParserRuleCall_0()); - pushFollow(FOLLOW_113); + pushFollow(FOLLOW_112); this_QualifiedName_0=ruleQualifiedName(); state._fsp--; @@ -16838,18 +16215,18 @@ public final AntlrDatatypeRuleToken ruleQualifiedNameWithWildcard() throws Recog afterParserOrEnumRuleCall(); - // InternalDSL.g:6983:1: (kw= '.*' )? - int alt101=2; - int LA101_0 = input.LA(1); + // InternalDSL.g:6678:1: (kw= '.*' )? + int alt100=2; + int LA100_0 = input.LA(1); - if ( (LA101_0==110) ) { - alt101=1; + if ( (LA100_0==90) ) { + alt100=1; } - switch (alt101) { + switch (alt100) { case 1 : - // InternalDSL.g:6984:2: kw= '.*' + // InternalDSL.g:6679:2: kw= '.*' { - kw=(Token)match(input,110,FOLLOW_2); + kw=(Token)match(input,90,FOLLOW_2); current.merge(kw); newLeafNode(kw, grammarAccess.getQualifiedNameWithWildcardAccess().getFullStopAsteriskKeyword_1()); @@ -16881,7 +16258,7 @@ public final AntlrDatatypeRuleToken ruleQualifiedNameWithWildcard() throws Recog // $ANTLR start "entryRuleDocumentationComment" - // InternalDSL.g:6997:1: entryRuleDocumentationComment returns [EObject current=null] : iv_ruleDocumentationComment= ruleDocumentationComment EOF ; + // InternalDSL.g:6692:1: entryRuleDocumentationComment returns [EObject current=null] : iv_ruleDocumentationComment= ruleDocumentationComment EOF ; public final EObject entryRuleDocumentationComment() throws RecognitionException { EObject current = null; @@ -16889,8 +16266,8 @@ public final EObject entryRuleDocumentationComment() throws RecognitionException try { - // InternalDSL.g:6998:2: (iv_ruleDocumentationComment= ruleDocumentationComment EOF ) - // InternalDSL.g:6999:2: iv_ruleDocumentationComment= ruleDocumentationComment EOF + // InternalDSL.g:6693:2: (iv_ruleDocumentationComment= ruleDocumentationComment EOF ) + // InternalDSL.g:6694:2: iv_ruleDocumentationComment= ruleDocumentationComment EOF { newCompositeNode(grammarAccess.getDocumentationCommentRule()); pushFollow(FOLLOW_1); @@ -16917,7 +16294,7 @@ public final EObject entryRuleDocumentationComment() throws RecognitionException // $ANTLR start "ruleDocumentationComment" - // InternalDSL.g:7006:1: ruleDocumentationComment returns [EObject current=null] : ( ( (lv_content_0_0= RULE_ML_DOC_COMMENT ) ) ruleNL ) ; + // InternalDSL.g:6701:1: ruleDocumentationComment returns [EObject current=null] : ( ( (lv_content_0_0= RULE_ML_DOC_COMMENT ) ) ruleNL ) ; public final EObject ruleDocumentationComment() throws RecognitionException { EObject current = null; @@ -16926,17 +16303,17 @@ public final EObject ruleDocumentationComment() throws RecognitionException { enterRule(); try { - // InternalDSL.g:7009:28: ( ( ( (lv_content_0_0= RULE_ML_DOC_COMMENT ) ) ruleNL ) ) - // InternalDSL.g:7010:1: ( ( (lv_content_0_0= RULE_ML_DOC_COMMENT ) ) ruleNL ) + // InternalDSL.g:6704:28: ( ( ( (lv_content_0_0= RULE_ML_DOC_COMMENT ) ) ruleNL ) ) + // InternalDSL.g:6705:1: ( ( (lv_content_0_0= RULE_ML_DOC_COMMENT ) ) ruleNL ) { - // InternalDSL.g:7010:1: ( ( (lv_content_0_0= RULE_ML_DOC_COMMENT ) ) ruleNL ) - // InternalDSL.g:7010:2: ( (lv_content_0_0= RULE_ML_DOC_COMMENT ) ) ruleNL + // InternalDSL.g:6705:1: ( ( (lv_content_0_0= RULE_ML_DOC_COMMENT ) ) ruleNL ) + // InternalDSL.g:6705:2: ( (lv_content_0_0= RULE_ML_DOC_COMMENT ) ) ruleNL { - // InternalDSL.g:7010:2: ( (lv_content_0_0= RULE_ML_DOC_COMMENT ) ) - // InternalDSL.g:7011:1: (lv_content_0_0= RULE_ML_DOC_COMMENT ) + // InternalDSL.g:6705:2: ( (lv_content_0_0= RULE_ML_DOC_COMMENT ) ) + // InternalDSL.g:6706:1: (lv_content_0_0= RULE_ML_DOC_COMMENT ) { - // InternalDSL.g:7011:1: (lv_content_0_0= RULE_ML_DOC_COMMENT ) - // InternalDSL.g:7012:3: lv_content_0_0= RULE_ML_DOC_COMMENT + // InternalDSL.g:6706:1: (lv_content_0_0= RULE_ML_DOC_COMMENT ) + // InternalDSL.g:6707:3: lv_content_0_0= RULE_ML_DOC_COMMENT { lv_content_0_0=(Token)match(input,RULE_ML_DOC_COMMENT,FOLLOW_6); @@ -16990,7 +16367,7 @@ public final EObject ruleDocumentationComment() throws RecognitionException { // $ANTLR start "entryRuleNL" - // InternalDSL.g:7044:1: entryRuleNL returns [String current=null] : iv_ruleNL= ruleNL EOF ; + // InternalDSL.g:6739:1: entryRuleNL returns [String current=null] : iv_ruleNL= ruleNL EOF ; public final String entryRuleNL() throws RecognitionException { String current = null; @@ -16998,8 +16375,8 @@ public final String entryRuleNL() throws RecognitionException { try { - // InternalDSL.g:7045:2: (iv_ruleNL= ruleNL EOF ) - // InternalDSL.g:7046:2: iv_ruleNL= ruleNL EOF + // InternalDSL.g:6740:2: (iv_ruleNL= ruleNL EOF ) + // InternalDSL.g:6741:2: iv_ruleNL= ruleNL EOF { newCompositeNode(grammarAccess.getNLRule()); pushFollow(FOLLOW_1); @@ -17026,7 +16403,7 @@ public final String entryRuleNL() throws RecognitionException { // $ANTLR start "ruleNL" - // InternalDSL.g:7053:1: ruleNL returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_NEWLINE_0= RULE_NEWLINE (this_WS_1= RULE_WS )? )* ; + // InternalDSL.g:6748:1: ruleNL returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_NEWLINE_0= RULE_NEWLINE (this_WS_1= RULE_WS )? )* ; public final AntlrDatatypeRuleToken ruleNL() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); @@ -17036,43 +16413,43 @@ public final AntlrDatatypeRuleToken ruleNL() throws RecognitionException { enterRule(); try { - // InternalDSL.g:7056:28: ( (this_NEWLINE_0= RULE_NEWLINE (this_WS_1= RULE_WS )? )* ) - // InternalDSL.g:7057:1: (this_NEWLINE_0= RULE_NEWLINE (this_WS_1= RULE_WS )? )* + // InternalDSL.g:6751:28: ( (this_NEWLINE_0= RULE_NEWLINE (this_WS_1= RULE_WS )? )* ) + // InternalDSL.g:6752:1: (this_NEWLINE_0= RULE_NEWLINE (this_WS_1= RULE_WS )? )* { - // InternalDSL.g:7057:1: (this_NEWLINE_0= RULE_NEWLINE (this_WS_1= RULE_WS )? )* - loop103: + // InternalDSL.g:6752:1: (this_NEWLINE_0= RULE_NEWLINE (this_WS_1= RULE_WS )? )* + loop102: do { - int alt103=2; - int LA103_0 = input.LA(1); + int alt102=2; + int LA102_0 = input.LA(1); - if ( (LA103_0==RULE_NEWLINE) ) { - alt103=1; + if ( (LA102_0==RULE_NEWLINE) ) { + alt102=1; } - switch (alt103) { + switch (alt102) { case 1 : - // InternalDSL.g:7057:6: this_NEWLINE_0= RULE_NEWLINE (this_WS_1= RULE_WS )? + // InternalDSL.g:6752:6: this_NEWLINE_0= RULE_NEWLINE (this_WS_1= RULE_WS )? { - this_NEWLINE_0=(Token)match(input,RULE_NEWLINE,FOLLOW_114); + this_NEWLINE_0=(Token)match(input,RULE_NEWLINE,FOLLOW_113); current.merge(this_NEWLINE_0); newLeafNode(this_NEWLINE_0, grammarAccess.getNLAccess().getNEWLINETerminalRuleCall_0()); - // InternalDSL.g:7064:1: (this_WS_1= RULE_WS )? - int alt102=2; - int LA102_0 = input.LA(1); + // InternalDSL.g:6759:1: (this_WS_1= RULE_WS )? + int alt101=2; + int LA101_0 = input.LA(1); - if ( (LA102_0==RULE_WS) ) { - alt102=1; + if ( (LA101_0==RULE_WS) ) { + alt101=1; } - switch (alt102) { + switch (alt101) { case 1 : - // InternalDSL.g:7064:6: this_WS_1= RULE_WS + // InternalDSL.g:6759:6: this_WS_1= RULE_WS { - this_WS_1=(Token)match(input,RULE_WS,FOLLOW_115); + this_WS_1=(Token)match(input,RULE_WS,FOLLOW_114); current.merge(this_WS_1); @@ -17090,7 +16467,7 @@ public final AntlrDatatypeRuleToken ruleNL() throws RecognitionException { break; default : - break loop103; + break loop102; } } while (true); @@ -17112,7 +16489,7 @@ public final AntlrDatatypeRuleToken ruleNL() throws RecognitionException { // $ANTLR start "entryRuleNLFORCED" - // InternalDSL.g:7079:1: entryRuleNLFORCED returns [String current=null] : iv_ruleNLFORCED= ruleNLFORCED EOF ; + // InternalDSL.g:6774:1: entryRuleNLFORCED returns [String current=null] : iv_ruleNLFORCED= ruleNLFORCED EOF ; public final String entryRuleNLFORCED() throws RecognitionException { String current = null; @@ -17120,8 +16497,8 @@ public final String entryRuleNLFORCED() throws RecognitionException { try { - // InternalDSL.g:7080:2: (iv_ruleNLFORCED= ruleNLFORCED EOF ) - // InternalDSL.g:7081:2: iv_ruleNLFORCED= ruleNLFORCED EOF + // InternalDSL.g:6775:2: (iv_ruleNLFORCED= ruleNLFORCED EOF ) + // InternalDSL.g:6776:2: iv_ruleNLFORCED= ruleNLFORCED EOF { newCompositeNode(grammarAccess.getNLFORCEDRule()); pushFollow(FOLLOW_1); @@ -17148,7 +16525,7 @@ public final String entryRuleNLFORCED() throws RecognitionException { // $ANTLR start "ruleNLFORCED" - // InternalDSL.g:7088:1: ruleNLFORCED returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_NEWLINE_0= RULE_NEWLINE (this_WS_1= RULE_WS )? this_NL_2= ruleNL ) ; + // InternalDSL.g:6783:1: ruleNLFORCED returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_NEWLINE_0= RULE_NEWLINE (this_WS_1= RULE_WS )? this_NL_2= ruleNL ) ; public final AntlrDatatypeRuleToken ruleNLFORCED() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); @@ -17160,29 +16537,29 @@ public final AntlrDatatypeRuleToken ruleNLFORCED() throws RecognitionException { enterRule(); try { - // InternalDSL.g:7091:28: ( (this_NEWLINE_0= RULE_NEWLINE (this_WS_1= RULE_WS )? this_NL_2= ruleNL ) ) - // InternalDSL.g:7092:1: (this_NEWLINE_0= RULE_NEWLINE (this_WS_1= RULE_WS )? this_NL_2= ruleNL ) + // InternalDSL.g:6786:28: ( (this_NEWLINE_0= RULE_NEWLINE (this_WS_1= RULE_WS )? this_NL_2= ruleNL ) ) + // InternalDSL.g:6787:1: (this_NEWLINE_0= RULE_NEWLINE (this_WS_1= RULE_WS )? this_NL_2= ruleNL ) { - // InternalDSL.g:7092:1: (this_NEWLINE_0= RULE_NEWLINE (this_WS_1= RULE_WS )? this_NL_2= ruleNL ) - // InternalDSL.g:7092:6: this_NEWLINE_0= RULE_NEWLINE (this_WS_1= RULE_WS )? this_NL_2= ruleNL + // InternalDSL.g:6787:1: (this_NEWLINE_0= RULE_NEWLINE (this_WS_1= RULE_WS )? this_NL_2= ruleNL ) + // InternalDSL.g:6787:6: this_NEWLINE_0= RULE_NEWLINE (this_WS_1= RULE_WS )? this_NL_2= ruleNL { - this_NEWLINE_0=(Token)match(input,RULE_NEWLINE,FOLLOW_116); + this_NEWLINE_0=(Token)match(input,RULE_NEWLINE,FOLLOW_115); current.merge(this_NEWLINE_0); newLeafNode(this_NEWLINE_0, grammarAccess.getNLFORCEDAccess().getNEWLINETerminalRuleCall_0()); - // InternalDSL.g:7099:1: (this_WS_1= RULE_WS )? - int alt104=2; - int LA104_0 = input.LA(1); + // InternalDSL.g:6794:1: (this_WS_1= RULE_WS )? + int alt103=2; + int LA103_0 = input.LA(1); - if ( (LA104_0==RULE_WS) ) { - alt104=1; + if ( (LA103_0==RULE_WS) ) { + alt103=1; } - switch (alt104) { + switch (alt103) { case 1 : - // InternalDSL.g:7099:6: this_WS_1= RULE_WS + // InternalDSL.g:6794:6: this_WS_1= RULE_WS { this_WS_1=(Token)match(input,RULE_WS,FOLLOW_6); @@ -17246,17 +16623,17 @@ public final AntlrDatatypeRuleToken ruleNLFORCED() throws RecognitionException { protected DFA60 dfa60 = new DFA60(this); protected DFA61 dfa61 = new DFA61(this); protected DFA71 dfa71 = new DFA71(this); + protected DFA73 dfa73 = new DFA73(this); protected DFA74 dfa74 = new DFA74(this); - protected DFA75 dfa75 = new DFA75(this); + protected DFA85 dfa85 = new DFA85(this); protected DFA86 dfa86 = new DFA86(this); protected DFA87 dfa87 = new DFA87(this); - protected DFA88 dfa88 = new DFA88(this); - protected DFA90 dfa90 = new DFA90(this); - protected DFA92 dfa92 = new DFA92(this); - protected DFA96 dfa96 = new DFA96(this); + protected DFA89 dfa89 = new DFA89(this); + protected DFA91 dfa91 = new DFA91(this); + protected DFA95 dfa95 = new DFA95(this); static final String dfa_1s = "\7\uffff"; - static final String dfa_2s = "\1\26\1\27\3\uffff\2\27"; - static final String dfa_3s = "\2\46\3\uffff\2\46"; + static final String dfa_2s = "\1\27\1\30\3\uffff\2\30"; + static final String dfa_3s = "\2\47\3\uffff\2\47"; static final String dfa_4s = "\2\uffff\1\1\1\2\1\3\2\uffff"; static final String dfa_5s = "\7\uffff}>"; static final String[] dfa_6s = { @@ -17294,8 +16671,8 @@ public String getDescription() { } } static final String dfa_7s = "\16\uffff"; - static final String dfa_8s = "\1\26\1\27\1\42\10\uffff\1\27\1\42\1\27"; - static final String dfa_9s = "\3\65\10\uffff\3\65"; + static final String dfa_8s = "\1\27\1\30\1\43\10\uffff\1\30\1\43\1\30"; + static final String dfa_9s = "\3\66\10\uffff\3\66"; static final String dfa_10s = "\3\uffff\1\1\1\2\1\3\1\4\1\5\1\6\1\7\1\10\3\uffff"; static final String dfa_11s = "\16\uffff}>"; static final String[] dfa_12s = { @@ -17342,15 +16719,15 @@ public String getDescription() { static final String dfa_13s = "\5\uffff"; static final String dfa_14s = "\1\3\4\uffff"; static final String dfa_15s = "\2\12\2\uffff\1\12"; - static final String dfa_16s = "\2\61\2\uffff\1\61"; + static final String dfa_16s = "\2\62\2\uffff\1\62"; static final String dfa_17s = "\2\uffff\1\1\1\2\1\uffff"; static final String dfa_18s = "\5\uffff}>"; static final String[] dfa_19s = { - "\1\3\14\uffff\1\1\6\uffff\1\3\16\uffff\3\3\1\uffff\1\2", - "\1\3\14\uffff\1\1\1\4\5\uffff\1\3\16\uffff\3\3\1\uffff\1\2", + "\1\3\15\uffff\1\1\6\uffff\1\3\16\uffff\3\3\1\uffff\1\2", + "\1\3\15\uffff\1\1\1\4\5\uffff\1\3\16\uffff\3\3\1\uffff\1\2", "", "", - "\1\3\14\uffff\1\1\6\uffff\1\3\16\uffff\3\3\1\uffff\1\2" + "\1\3\15\uffff\1\1\6\uffff\1\3\16\uffff\3\3\1\uffff\1\2" }; static final short[] dfa_13 = DFA.unpackEncodedString(dfa_13s); @@ -17380,17 +16757,17 @@ public String getDescription() { } static final String dfa_20s = "\13\uffff"; static final String dfa_21s = "\2\4\3\uffff\1\4\5\uffff"; - static final String dfa_22s = "\2\4\1\27\1\11\1\uffff\1\4\1\27\1\uffff\3\27"; - static final String dfa_23s = "\2\136\1\74\1\12\1\uffff\1\136\1\74\1\uffff\3\74"; + static final String dfa_22s = "\2\4\1\30\1\11\1\uffff\1\4\1\30\1\uffff\3\30"; + static final String dfa_23s = "\2\112\1\75\1\12\1\uffff\1\112\1\75\1\uffff\3\75"; static final String dfa_24s = "\4\uffff\1\2\2\uffff\1\1\3\uffff"; static final String dfa_25s = "\13\uffff}>"; static final String[] dfa_26s = { - "\5\4\1\uffff\1\2\13\uffff\1\4\1\1\11\uffff\1\4\10\uffff\1\4\5\uffff\1\4\2\uffff\1\4\1\uffff\1\4\1\uffff\1\4\2\uffff\4\4\1\uffff\2\4\6\uffff\1\3\26\uffff\1\4", - "\5\4\1\uffff\1\2\13\uffff\1\4\1\1\1\5\10\uffff\1\4\10\uffff\1\4\5\uffff\1\4\2\uffff\1\4\1\uffff\1\4\1\uffff\1\4\2\uffff\4\4\1\uffff\2\4\6\uffff\1\3\26\uffff\1\4", + "\5\4\1\uffff\1\2\14\uffff\1\4\1\1\11\uffff\1\4\10\uffff\1\4\5\uffff\1\4\2\uffff\1\4\1\uffff\1\4\1\uffff\1\4\2\uffff\4\4\1\uffff\2\4\6\uffff\1\3\1\uffff\1\4", + "\5\4\1\uffff\1\2\14\uffff\1\4\1\1\1\5\10\uffff\1\4\10\uffff\1\4\5\uffff\1\4\2\uffff\1\4\1\uffff\1\4\1\uffff\1\4\2\uffff\4\4\1\uffff\2\4\6\uffff\1\3\1\uffff\1\4", "\1\6\15\uffff\1\7\26\uffff\1\4", "\1\11\1\10", "", - "\5\4\1\uffff\1\2\13\uffff\1\4\1\1\11\uffff\1\4\10\uffff\1\4\5\uffff\1\4\2\uffff\1\4\1\uffff\1\4\1\uffff\1\4\2\uffff\4\4\1\uffff\2\4\6\uffff\1\3\26\uffff\1\4", + "\5\4\1\uffff\1\2\14\uffff\1\4\1\1\11\uffff\1\4\10\uffff\1\4\5\uffff\1\4\2\uffff\1\4\1\uffff\1\4\1\uffff\1\4\2\uffff\4\4\1\uffff\2\4\6\uffff\1\3\1\uffff\1\4", "\1\6\1\12\14\uffff\1\7\26\uffff\1\4", "", "\1\6\15\uffff\1\7\26\uffff\1\4", @@ -17425,14 +16802,14 @@ public String getDescription() { } static final String dfa_27s = "\2\2\2\uffff\1\2"; static final String dfa_28s = "\2\4\2\uffff\1\4"; - static final String dfa_29s = "\2\136\2\uffff\1\136"; + static final String dfa_29s = "\2\112\2\uffff\1\112"; static final String dfa_30s = "\2\uffff\1\2\1\1\1\uffff"; static final String[] dfa_31s = { - "\5\2\1\uffff\1\3\13\uffff\1\2\1\1\11\uffff\1\2\10\uffff\1\2\5\uffff\1\2\2\uffff\1\2\1\uffff\1\2\1\uffff\1\2\2\uffff\4\2\1\uffff\2\2\6\uffff\1\3\26\uffff\1\2", - "\5\2\1\uffff\1\3\13\uffff\1\2\1\1\1\4\10\uffff\1\2\10\uffff\1\2\5\uffff\1\2\2\uffff\1\2\1\uffff\1\2\1\uffff\1\2\2\uffff\4\2\1\uffff\2\2\6\uffff\1\3\26\uffff\1\2", + "\5\2\1\uffff\1\3\14\uffff\1\2\1\1\11\uffff\1\2\10\uffff\1\2\5\uffff\1\2\2\uffff\1\2\1\uffff\1\2\1\uffff\1\2\2\uffff\4\2\1\uffff\2\2\6\uffff\1\3\1\uffff\1\2", + "\5\2\1\uffff\1\3\14\uffff\1\2\1\1\1\4\10\uffff\1\2\10\uffff\1\2\5\uffff\1\2\2\uffff\1\2\1\uffff\1\2\1\uffff\1\2\2\uffff\4\2\1\uffff\2\2\6\uffff\1\3\1\uffff\1\2", "", "", - "\5\2\1\uffff\1\3\13\uffff\1\2\1\1\11\uffff\1\2\10\uffff\1\2\5\uffff\1\2\2\uffff\1\2\1\uffff\1\2\1\uffff\1\2\2\uffff\4\2\1\uffff\2\2\6\uffff\1\3\26\uffff\1\2" + "\5\2\1\uffff\1\3\14\uffff\1\2\1\1\11\uffff\1\2\10\uffff\1\2\5\uffff\1\2\2\uffff\1\2\1\uffff\1\2\1\uffff\1\2\2\uffff\4\2\1\uffff\2\2\6\uffff\1\3\1\uffff\1\2" }; static final short[] dfa_27 = DFA.unpackEncodedString(dfa_27s); static final char[] dfa_28 = DFA.unpackEncodedStringToUnsignedChars(dfa_28s); @@ -17459,11 +16836,11 @@ public String getDescription() { } static final String dfa_32s = "\2\3\2\uffff\1\3"; static final String[] dfa_33s = { - "\5\3\15\uffff\1\3\1\1\11\uffff\1\3\10\uffff\1\3\5\uffff\1\3\2\uffff\1\3\1\uffff\1\3\1\uffff\1\3\2\uffff\2\3\1\2\1\3\1\uffff\2\3\35\uffff\1\3", - "\5\3\15\uffff\1\3\1\1\1\4\10\uffff\1\3\10\uffff\1\3\5\uffff\1\3\2\uffff\1\3\1\uffff\1\3\1\uffff\1\3\2\uffff\2\3\1\2\1\3\1\uffff\2\3\35\uffff\1\3", + "\5\3\16\uffff\1\3\1\1\11\uffff\1\3\10\uffff\1\3\5\uffff\1\3\2\uffff\1\3\1\uffff\1\3\1\uffff\1\3\2\uffff\2\3\1\2\1\3\1\uffff\2\3\10\uffff\1\3", + "\5\3\16\uffff\1\3\1\1\1\4\10\uffff\1\3\10\uffff\1\3\5\uffff\1\3\2\uffff\1\3\1\uffff\1\3\1\uffff\1\3\2\uffff\2\3\1\2\1\3\1\uffff\2\3\10\uffff\1\3", "", "", - "\5\3\15\uffff\1\3\1\1\11\uffff\1\3\10\uffff\1\3\5\uffff\1\3\2\uffff\1\3\1\uffff\1\3\1\uffff\1\3\2\uffff\2\3\1\2\1\3\1\uffff\2\3\35\uffff\1\3" + "\5\3\16\uffff\1\3\1\1\11\uffff\1\3\10\uffff\1\3\5\uffff\1\3\2\uffff\1\3\1\uffff\1\3\1\uffff\1\3\2\uffff\2\3\1\2\1\3\1\uffff\2\3\10\uffff\1\3" }; static final short[] dfa_32 = DFA.unpackEncodedString(dfa_32s); static final short[][] dfa_33 = unpackEncodedStringArray(dfa_33s); @@ -17486,16 +16863,16 @@ public String getDescription() { } } static final String dfa_34s = "\2\12\1\uffff\2\12\1\uffff\1\12"; - static final String dfa_35s = "\2\107\1\uffff\2\107\1\uffff\1\107"; + static final String dfa_35s = "\2\110\1\uffff\2\110\1\uffff\1\110"; static final String dfa_36s = "\2\uffff\1\1\2\uffff\1\2\1\uffff"; static final String[] dfa_37s = { - "\1\2\14\uffff\1\1\57\uffff\1\2", - "\1\2\14\uffff\1\4\1\3\45\uffff\1\5\10\uffff\1\2", + "\1\2\15\uffff\1\1\57\uffff\1\2", + "\1\2\15\uffff\1\4\1\3\45\uffff\1\5\10\uffff\1\2", "", - "\1\2\14\uffff\1\4\46\uffff\1\5\10\uffff\1\2", - "\1\2\14\uffff\1\4\1\6\45\uffff\1\5\10\uffff\1\2", + "\1\2\15\uffff\1\4\46\uffff\1\5\10\uffff\1\2", + "\1\2\15\uffff\1\4\1\6\45\uffff\1\5\10\uffff\1\2", "", - "\1\2\14\uffff\1\4\46\uffff\1\5\10\uffff\1\2" + "\1\2\15\uffff\1\4\46\uffff\1\5\10\uffff\1\2" }; static final char[] dfa_34 = DFA.unpackEncodedStringToUnsignedChars(dfa_34s); static final char[] dfa_35 = DFA.unpackEncodedStringToUnsignedChars(dfa_35s); @@ -17520,17 +16897,17 @@ public String getDescription() { } } static final String dfa_38s = "\1\uffff\3\5\2\uffff\1\5"; - static final String dfa_39s = "\1\27\3\4\2\uffff\1\4"; - static final String dfa_40s = "\1\27\3\136\2\uffff\1\136"; + static final String dfa_39s = "\1\30\3\4\2\uffff\1\4"; + static final String dfa_40s = "\1\30\3\112\2\uffff\1\112"; static final String dfa_41s = "\4\uffff\1\1\1\2\1\uffff"; static final String[] dfa_42s = { "\1\1", - "\5\5\15\uffff\1\5\1\3\1\2\10\uffff\1\5\10\uffff\1\5\5\uffff\1\5\2\uffff\1\5\1\uffff\1\5\1\uffff\1\5\2\uffff\2\5\1\uffff\1\5\1\4\2\5\35\uffff\1\5", - "\5\5\15\uffff\1\5\1\3\11\uffff\1\5\10\uffff\1\5\5\uffff\1\5\2\uffff\1\5\1\uffff\1\5\1\uffff\1\5\2\uffff\2\5\1\uffff\1\5\1\4\2\5\35\uffff\1\5", - "\5\5\15\uffff\1\5\1\3\1\6\10\uffff\1\5\10\uffff\1\5\5\uffff\1\5\2\uffff\1\5\1\uffff\1\5\1\uffff\1\5\2\uffff\2\5\1\uffff\1\5\1\4\2\5\35\uffff\1\5", + "\5\5\16\uffff\1\5\1\3\1\2\10\uffff\1\5\10\uffff\1\5\5\uffff\1\5\2\uffff\1\5\1\uffff\1\5\1\uffff\1\5\2\uffff\2\5\1\uffff\1\5\1\4\2\5\10\uffff\1\5", + "\5\5\16\uffff\1\5\1\3\11\uffff\1\5\10\uffff\1\5\5\uffff\1\5\2\uffff\1\5\1\uffff\1\5\1\uffff\1\5\2\uffff\2\5\1\uffff\1\5\1\4\2\5\10\uffff\1\5", + "\5\5\16\uffff\1\5\1\3\1\6\10\uffff\1\5\10\uffff\1\5\5\uffff\1\5\2\uffff\1\5\1\uffff\1\5\1\uffff\1\5\2\uffff\2\5\1\uffff\1\5\1\4\2\5\10\uffff\1\5", "", "", - "\5\5\15\uffff\1\5\1\3\11\uffff\1\5\10\uffff\1\5\5\uffff\1\5\2\uffff\1\5\1\uffff\1\5\1\uffff\1\5\2\uffff\2\5\1\uffff\1\5\1\4\2\5\35\uffff\1\5" + "\5\5\16\uffff\1\5\1\3\11\uffff\1\5\10\uffff\1\5\5\uffff\1\5\2\uffff\1\5\1\uffff\1\5\1\uffff\1\5\2\uffff\2\5\1\uffff\1\5\1\4\2\5\10\uffff\1\5" }; static final short[] dfa_38 = DFA.unpackEncodedString(dfa_38s); static final char[] dfa_39 = DFA.unpackEncodedStringToUnsignedChars(dfa_39s); @@ -17558,16 +16935,16 @@ public String getDescription() { static final String dfa_43s = "\6\uffff"; static final String dfa_44s = "\2\uffff\1\4\2\uffff\1\4"; static final String dfa_45s = "\1\11\1\uffff\1\4\1\12\1\uffff\1\4"; - static final String dfa_46s = "\1\152\1\uffff\1\155\1\12\1\uffff\1\155"; + static final String dfa_46s = "\1\126\1\uffff\1\131\1\12\1\uffff\1\131"; static final String dfa_47s = "\1\uffff\1\1\2\uffff\1\2\1\uffff"; static final String dfa_48s = "\6\uffff}>"; static final String[] dfa_49s = { - "\1\1\1\2\12\1\122\uffff\1\1\2\uffff\1\1", + "\1\1\1\2\1\uffff\12\1\75\uffff\1\1\2\uffff\1\1", "", - "\5\4\1\uffff\1\4\13\uffff\2\4\11\uffff\1\4\10\uffff\1\4\5\uffff\1\4\2\uffff\1\4\1\uffff\1\4\1\uffff\2\4\1\uffff\2\4\1\uffff\1\4\1\uffff\2\4\6\uffff\1\4\26\uffff\1\4\1\uffff\1\1\14\uffff\1\3", + "\5\4\1\uffff\1\4\14\uffff\2\4\11\uffff\1\4\10\uffff\1\4\5\uffff\1\4\2\uffff\1\4\1\uffff\1\4\1\uffff\2\4\1\uffff\2\4\1\uffff\1\4\1\uffff\2\4\6\uffff\1\4\1\uffff\1\4\1\uffff\1\1\14\uffff\1\3", "\1\5", "", - "\5\4\1\uffff\1\4\13\uffff\2\4\11\uffff\1\4\10\uffff\1\4\5\uffff\1\4\2\uffff\1\4\1\uffff\1\4\1\uffff\2\4\1\uffff\2\4\1\uffff\1\4\1\uffff\2\4\6\uffff\1\4\26\uffff\1\4\1\uffff\1\1\14\uffff\1\3" + "\5\4\1\uffff\1\4\14\uffff\2\4\11\uffff\1\4\10\uffff\1\4\5\uffff\1\4\2\uffff\1\4\1\uffff\1\4\1\uffff\2\4\1\uffff\2\4\1\uffff\1\4\1\uffff\2\4\6\uffff\1\4\1\uffff\1\4\1\uffff\1\1\14\uffff\1\3" }; static final short[] dfa_43 = DFA.unpackEncodedString(dfa_43s); @@ -17595,14 +16972,14 @@ public String getDescription() { return "3326:1: ( ( (lv_multiplier_2_0= ruleExecutionMultiplier ) ) ruleNL )?"; } } - static final String dfa_50s = "\2\136\1\70\1\12\1\uffff\1\136\1\70\1\uffff\3\70"; + static final String dfa_50s = "\2\112\1\71\1\12\1\uffff\1\112\1\71\1\uffff\3\71"; static final String[] dfa_51s = { - "\5\4\1\uffff\1\2\13\uffff\1\4\1\1\11\uffff\1\4\10\uffff\1\4\5\uffff\1\4\2\uffff\1\4\1\uffff\1\4\1\uffff\2\4\1\uffff\2\4\1\uffff\1\4\1\uffff\2\4\6\uffff\1\3\26\uffff\1\4", - "\5\4\1\uffff\1\2\13\uffff\1\4\1\1\1\5\10\uffff\1\4\10\uffff\1\4\5\uffff\1\4\2\uffff\1\4\1\uffff\1\4\1\uffff\2\4\1\uffff\2\4\1\uffff\1\4\1\uffff\2\4\6\uffff\1\3\26\uffff\1\4", + "\5\4\1\uffff\1\2\14\uffff\1\4\1\1\11\uffff\1\4\10\uffff\1\4\5\uffff\1\4\2\uffff\1\4\1\uffff\1\4\1\uffff\2\4\1\uffff\2\4\1\uffff\1\4\1\uffff\2\4\6\uffff\1\3\1\uffff\1\4", + "\5\4\1\uffff\1\2\14\uffff\1\4\1\1\1\5\10\uffff\1\4\10\uffff\1\4\5\uffff\1\4\2\uffff\1\4\1\uffff\1\4\1\uffff\2\4\1\uffff\2\4\1\uffff\1\4\1\uffff\2\4\6\uffff\1\3\1\uffff\1\4", "\1\6\15\uffff\1\7\22\uffff\1\4", "\1\11\1\10", "", - "\5\4\1\uffff\1\2\13\uffff\1\4\1\1\11\uffff\1\4\10\uffff\1\4\5\uffff\1\4\2\uffff\1\4\1\uffff\1\4\1\uffff\2\4\1\uffff\2\4\1\uffff\1\4\1\uffff\2\4\6\uffff\1\3\26\uffff\1\4", + "\5\4\1\uffff\1\2\14\uffff\1\4\1\1\11\uffff\1\4\10\uffff\1\4\5\uffff\1\4\2\uffff\1\4\1\uffff\1\4\1\uffff\2\4\1\uffff\2\4\1\uffff\1\4\1\uffff\2\4\6\uffff\1\3\1\uffff\1\4", "\1\6\1\12\14\uffff\1\7\22\uffff\1\4", "", "\1\6\15\uffff\1\7\22\uffff\1\4", @@ -17630,11 +17007,11 @@ public String getDescription() { } } static final String[] dfa_52s = { - "\5\2\1\uffff\1\3\13\uffff\1\2\1\1\11\uffff\1\2\10\uffff\1\2\5\uffff\1\2\2\uffff\1\2\1\uffff\1\2\1\uffff\2\2\1\uffff\2\2\1\uffff\1\2\1\uffff\2\2\6\uffff\1\3\26\uffff\1\2", - "\5\2\1\uffff\1\3\13\uffff\1\2\1\1\1\4\10\uffff\1\2\10\uffff\1\2\5\uffff\1\2\2\uffff\1\2\1\uffff\1\2\1\uffff\2\2\1\uffff\2\2\1\uffff\1\2\1\uffff\2\2\6\uffff\1\3\26\uffff\1\2", + "\5\2\1\uffff\1\3\14\uffff\1\2\1\1\11\uffff\1\2\10\uffff\1\2\5\uffff\1\2\2\uffff\1\2\1\uffff\1\2\1\uffff\2\2\1\uffff\2\2\1\uffff\1\2\1\uffff\2\2\6\uffff\1\3\1\uffff\1\2", + "\5\2\1\uffff\1\3\14\uffff\1\2\1\1\1\4\10\uffff\1\2\10\uffff\1\2\5\uffff\1\2\2\uffff\1\2\1\uffff\1\2\1\uffff\2\2\1\uffff\2\2\1\uffff\1\2\1\uffff\2\2\6\uffff\1\3\1\uffff\1\2", "", "", - "\5\2\1\uffff\1\3\13\uffff\1\2\1\1\11\uffff\1\2\10\uffff\1\2\5\uffff\1\2\2\uffff\1\2\1\uffff\1\2\1\uffff\2\2\1\uffff\2\2\1\uffff\1\2\1\uffff\2\2\6\uffff\1\3\26\uffff\1\2" + "\5\2\1\uffff\1\3\14\uffff\1\2\1\1\11\uffff\1\2\10\uffff\1\2\5\uffff\1\2\2\uffff\1\2\1\uffff\1\2\1\uffff\2\2\1\uffff\2\2\1\uffff\1\2\1\uffff\2\2\6\uffff\1\3\1\uffff\1\2" }; static final short[][] dfa_52 = unpackEncodedStringArray(dfa_52s); @@ -17656,11 +17033,11 @@ public String getDescription() { } } static final String[] dfa_53s = { - "\5\3\15\uffff\1\3\1\1\11\uffff\1\3\10\uffff\1\3\5\uffff\1\3\2\uffff\1\3\1\uffff\1\3\1\uffff\1\3\1\2\1\uffff\2\3\1\uffff\1\3\1\uffff\2\3\35\uffff\1\3", - "\5\3\15\uffff\1\3\1\1\1\4\10\uffff\1\3\10\uffff\1\3\5\uffff\1\3\2\uffff\1\3\1\uffff\1\3\1\uffff\1\3\1\2\1\uffff\2\3\1\uffff\1\3\1\uffff\2\3\35\uffff\1\3", + "\5\3\16\uffff\1\3\1\1\11\uffff\1\3\10\uffff\1\3\5\uffff\1\3\2\uffff\1\3\1\uffff\1\3\1\uffff\1\3\1\2\1\uffff\2\3\1\uffff\1\3\1\uffff\2\3\10\uffff\1\3", + "\5\3\16\uffff\1\3\1\1\1\4\10\uffff\1\3\10\uffff\1\3\5\uffff\1\3\2\uffff\1\3\1\uffff\1\3\1\uffff\1\3\1\2\1\uffff\2\3\1\uffff\1\3\1\uffff\2\3\10\uffff\1\3", "", "", - "\5\3\15\uffff\1\3\1\1\11\uffff\1\3\10\uffff\1\3\5\uffff\1\3\2\uffff\1\3\1\uffff\1\3\1\uffff\1\3\1\2\1\uffff\2\3\1\uffff\1\3\1\uffff\2\3\35\uffff\1\3" + "\5\3\16\uffff\1\3\1\1\11\uffff\1\3\10\uffff\1\3\5\uffff\1\3\2\uffff\1\3\1\uffff\1\3\1\uffff\1\3\1\2\1\uffff\2\3\1\uffff\1\3\1\uffff\2\3\10\uffff\1\3" }; static final short[][] dfa_53 = unpackEncodedStringArray(dfa_53s); @@ -17682,11 +17059,11 @@ public String getDescription() { } } static final String[] dfa_54s = { - "\5\2\2\uffff\1\3\12\uffff\1\2\1\1\11\uffff\1\2\10\uffff\1\2\5\uffff\1\2\2\uffff\1\2\1\uffff\1\2\1\uffff\1\2\2\uffff\2\2\1\uffff\1\2\1\uffff\2\2\1\uffff\1\2\1\uffff\1\2\31\uffff\1\2", - "\5\2\2\uffff\1\3\12\uffff\1\2\1\1\1\4\10\uffff\1\2\10\uffff\1\2\5\uffff\1\2\2\uffff\1\2\1\uffff\1\2\1\uffff\1\2\2\uffff\2\2\1\uffff\1\2\1\uffff\2\2\1\uffff\1\2\1\uffff\1\2\31\uffff\1\2", + "\5\2\2\uffff\1\3\13\uffff\1\2\1\1\11\uffff\1\2\10\uffff\1\2\5\uffff\1\2\2\uffff\1\2\1\uffff\1\2\1\uffff\1\2\2\uffff\2\2\1\uffff\1\2\1\uffff\2\2\1\uffff\1\2\1\uffff\1\2\4\uffff\1\2", + "\5\2\2\uffff\1\3\13\uffff\1\2\1\1\1\4\10\uffff\1\2\10\uffff\1\2\5\uffff\1\2\2\uffff\1\2\1\uffff\1\2\1\uffff\1\2\2\uffff\2\2\1\uffff\1\2\1\uffff\2\2\1\uffff\1\2\1\uffff\1\2\4\uffff\1\2", "", "", - "\5\2\2\uffff\1\3\12\uffff\1\2\1\1\11\uffff\1\2\10\uffff\1\2\5\uffff\1\2\2\uffff\1\2\1\uffff\1\2\1\uffff\1\2\2\uffff\2\2\1\uffff\1\2\1\uffff\2\2\1\uffff\1\2\1\uffff\1\2\31\uffff\1\2" + "\5\2\2\uffff\1\3\13\uffff\1\2\1\1\11\uffff\1\2\10\uffff\1\2\5\uffff\1\2\2\uffff\1\2\1\uffff\1\2\1\uffff\1\2\2\uffff\2\2\1\uffff\1\2\1\uffff\2\2\1\uffff\1\2\1\uffff\1\2\4\uffff\1\2" }; static final short[][] dfa_54 = unpackEncodedStringArray(dfa_54s); @@ -17704,24 +17081,24 @@ public DFA71(BaseRecognizer recognizer) { this.transition = dfa_54; } public String getDescription() { - return "()+ loopback of 3803:2: ( ruleNL ( (lv_values_2_0= ruleTimeDifferencePart ) ) )+"; + return "()+ loopback of 3803:2: ( ruleNL ( (lv_values_2_0= RULE_TIMESPAN ) ) )+"; } } static final String[] dfa_55s = { - "\1\1\1\2\12\1\122\uffff\1\1\2\uffff\1\1", + "\1\1\1\2\1\uffff\12\1\75\uffff\1\1\2\uffff\1\1", "", - "\5\4\1\uffff\1\4\13\uffff\2\4\11\uffff\1\4\10\uffff\1\4\5\uffff\1\4\2\uffff\1\4\1\uffff\1\4\1\uffff\1\4\1\uffff\3\4\1\uffff\1\4\1\uffff\2\4\3\uffff\1\4\31\uffff\1\4\1\uffff\1\1\14\uffff\1\3", + "\5\4\1\uffff\1\4\14\uffff\2\4\11\uffff\1\4\10\uffff\1\4\5\uffff\1\4\2\uffff\1\4\1\uffff\1\4\1\uffff\1\4\1\uffff\3\4\1\uffff\1\4\1\uffff\2\4\3\uffff\1\4\4\uffff\1\4\1\uffff\1\1\14\uffff\1\3", "\1\5", "", - "\5\4\1\uffff\1\4\13\uffff\2\4\11\uffff\1\4\10\uffff\1\4\5\uffff\1\4\2\uffff\1\4\1\uffff\1\4\1\uffff\1\4\1\uffff\3\4\1\uffff\1\4\1\uffff\2\4\3\uffff\1\4\31\uffff\1\4\1\uffff\1\1\14\uffff\1\3" + "\5\4\1\uffff\1\4\14\uffff\2\4\11\uffff\1\4\10\uffff\1\4\5\uffff\1\4\2\uffff\1\4\1\uffff\1\4\1\uffff\1\4\1\uffff\3\4\1\uffff\1\4\1\uffff\2\4\3\uffff\1\4\4\uffff\1\4\1\uffff\1\1\14\uffff\1\3" }; static final short[][] dfa_55 = unpackEncodedStringArray(dfa_55s); - class DFA74 extends DFA { + class DFA73 extends DFA { - public DFA74(BaseRecognizer recognizer) { + public DFA73(BaseRecognizer recognizer) { this.recognizer = recognizer; - this.decisionNumber = 74; + this.decisionNumber = 73; this.eot = dfa_43; this.eof = dfa_44; this.min = dfa_45; @@ -17731,23 +17108,23 @@ public DFA74(BaseRecognizer recognizer) { this.transition = dfa_55; } public String getDescription() { - return "4182:1: ( ( (lv_multiplier_3_0= ruleExecutionMultiplier ) ) ruleNL )?"; + return "3877:1: ( ( (lv_multiplier_3_0= ruleExecutionMultiplier ) ) ruleNL )?"; } } static final String dfa_56s = "\10\uffff"; static final String dfa_57s = "\1\2\7\uffff"; - static final String dfa_58s = "\1\4\1\27\1\uffff\1\12\1\27\1\uffff\2\27"; - static final String dfa_59s = "\1\136\1\155\1\uffff\1\12\1\70\1\uffff\1\155\1\70"; + static final String dfa_58s = "\1\4\1\30\1\uffff\1\12\1\30\1\uffff\2\30"; + static final String dfa_59s = "\1\112\1\131\1\uffff\1\12\1\71\1\uffff\1\131\1\71"; static final String dfa_60s = "\2\uffff\1\2\2\uffff\1\1\2\uffff"; static final String dfa_61s = "\10\uffff}>"; static final String[] dfa_62s = { - "\5\2\1\uffff\1\1\13\uffff\1\2\12\uffff\1\2\10\uffff\1\2\5\uffff\1\2\2\uffff\1\2\1\uffff\1\2\1\uffff\1\2\1\uffff\3\2\1\uffff\1\2\1\uffff\2\2\3\uffff\1\2\31\uffff\1\2", - "\1\4\15\uffff\1\5\22\uffff\1\2\64\uffff\1\3", + "\5\2\1\uffff\1\1\14\uffff\1\2\12\uffff\1\2\10\uffff\1\2\5\uffff\1\2\2\uffff\1\2\1\uffff\1\2\1\uffff\1\2\1\uffff\3\2\1\uffff\1\2\1\uffff\2\2\3\uffff\1\2\4\uffff\1\2", + "\1\4\15\uffff\1\5\22\uffff\1\2\37\uffff\1\3", "", "\1\6", "\1\4\1\7\14\uffff\1\5\22\uffff\1\2", "", - "\1\4\15\uffff\1\5\22\uffff\1\2\64\uffff\1\3", + "\1\4\15\uffff\1\5\22\uffff\1\2\37\uffff\1\3", "\1\4\15\uffff\1\5\22\uffff\1\2" }; @@ -17759,11 +17136,11 @@ public String getDescription() { static final short[] dfa_61 = DFA.unpackEncodedString(dfa_61s); static final short[][] dfa_62 = unpackEncodedStringArray(dfa_62s); - class DFA75 extends DFA { + class DFA74 extends DFA { - public DFA75(BaseRecognizer recognizer) { + public DFA74(BaseRecognizer recognizer) { this.recognizer = recognizer; - this.decisionNumber = 75; + this.decisionNumber = 74; this.eot = dfa_56; this.eof = dfa_57; this.min = dfa_58; @@ -17773,32 +17150,32 @@ public DFA75(BaseRecognizer recognizer) { this.transition = dfa_62; } public String getDescription() { - return "()* loopback of 4231:1: ( ( (lv_parameters_7_0= ruleSuiteParameter ) ) ruleNL )*"; + return "()* loopback of 3926:1: ( ( (lv_parameters_7_0= ruleSuiteParameter ) ) ruleNL )*"; } } static final String dfa_63s = "\1\11\1\uffff\3\12\1\uffff\2\12"; - static final String dfa_64s = "\1\153\1\uffff\1\155\1\12\1\146\1\uffff\1\155\1\146"; + static final String dfa_64s = "\1\127\1\uffff\1\131\1\12\1\122\1\uffff\1\131\1\122"; static final String dfa_65s = "\1\uffff\1\1\3\uffff\1\2\2\uffff"; static final String[] dfa_66s = { - "\1\1\1\2\13\1\111\uffff\1\1\5\uffff\1\1\1\uffff\1\1\2\uffff\2\1", + "\1\1\1\2\1\uffff\13\1\64\uffff\1\1\5\uffff\1\1\1\uffff\1\1\2\uffff\2\1", "", - "\1\1\14\uffff\1\4\6\uffff\1\5\47\uffff\1\1\37\uffff\1\5\2\uffff\1\1\3\uffff\1\3", + "\1\1\15\uffff\1\4\6\uffff\1\5\47\uffff\1\1\12\uffff\1\5\2\uffff\1\1\3\uffff\1\3", "\1\6", - "\1\1\14\uffff\1\4\1\7\5\uffff\1\5\47\uffff\1\1\37\uffff\1\5", + "\1\1\15\uffff\1\4\1\7\5\uffff\1\5\47\uffff\1\1\12\uffff\1\5", "", - "\1\1\14\uffff\1\4\6\uffff\1\5\47\uffff\1\1\37\uffff\1\5\2\uffff\1\1\3\uffff\1\3", - "\1\1\14\uffff\1\4\6\uffff\1\5\47\uffff\1\1\37\uffff\1\5" + "\1\1\15\uffff\1\4\6\uffff\1\5\47\uffff\1\1\12\uffff\1\5\2\uffff\1\1\3\uffff\1\3", + "\1\1\15\uffff\1\4\6\uffff\1\5\47\uffff\1\1\12\uffff\1\5" }; static final char[] dfa_63 = DFA.unpackEncodedStringToUnsignedChars(dfa_63s); static final char[] dfa_64 = DFA.unpackEncodedStringToUnsignedChars(dfa_64s); static final short[] dfa_65 = DFA.unpackEncodedString(dfa_65s); static final short[][] dfa_66 = unpackEncodedStringArray(dfa_66s); - class DFA86 extends DFA { + class DFA85 extends DFA { - public DFA86(BaseRecognizer recognizer) { + public DFA85(BaseRecognizer recognizer) { this.recognizer = recognizer; - this.decisionNumber = 86; + this.decisionNumber = 85; this.eot = dfa_56; this.eof = dfa_56; this.min = dfa_63; @@ -17808,27 +17185,27 @@ public DFA86(BaseRecognizer recognizer) { this.transition = dfa_66; } public String getDescription() { - return "4966:1: ( ( (lv_prefixOperand_2_0= ruleValueOrEnumValueOrOperationCollection ) ) ruleNL )?"; + return "4661:1: ( ( (lv_prefixOperand_2_0= ruleValueOrEnumValueOrOperationCollection ) ) ruleNL )?"; } } - static final String dfa_67s = "\2\27\2\uffff\1\27"; - static final String dfa_68s = "\2\146\2\uffff\1\146"; + static final String dfa_67s = "\2\30\2\uffff\1\30"; + static final String dfa_68s = "\2\122\2\uffff\1\122"; static final String[] dfa_69s = { - "\1\1\6\uffff\1\2\107\uffff\1\3", - "\1\1\1\4\5\uffff\1\2\107\uffff\1\3", + "\1\1\6\uffff\1\2\62\uffff\1\3", + "\1\1\1\4\5\uffff\1\2\62\uffff\1\3", "", "", - "\1\1\6\uffff\1\2\107\uffff\1\3" + "\1\1\6\uffff\1\2\62\uffff\1\3" }; static final char[] dfa_67 = DFA.unpackEncodedStringToUnsignedChars(dfa_67s); static final char[] dfa_68 = DFA.unpackEncodedStringToUnsignedChars(dfa_68s); static final short[][] dfa_69 = unpackEncodedStringArray(dfa_69s); - class DFA87 extends DFA { + class DFA86 extends DFA { - public DFA87(BaseRecognizer recognizer) { + public DFA86(BaseRecognizer recognizer) { this.recognizer = recognizer; - this.decisionNumber = 87; + this.decisionNumber = 86; this.eot = dfa_13; this.eof = dfa_13; this.min = dfa_67; @@ -17838,21 +17215,21 @@ public DFA87(BaseRecognizer recognizer) { this.transition = dfa_69; } public String getDescription() { - return "5007:2: ( ruleNL otherlv_6= 'with' ( (lv_postfixOperand_7_0= ruleValueOrEnumValueOrOperationCollection ) ) )?"; + return "4702:2: ( ruleNL otherlv_6= 'with' ( (lv_postfixOperand_7_0= ruleValueOrEnumValueOrOperationCollection ) ) )?"; } } static final String dfa_70s = "\2\2\2\uffff\3\2"; static final String dfa_71s = "\2\4\2\uffff\3\4"; - static final String dfa_72s = "\2\154\2\uffff\3\154"; + static final String dfa_72s = "\2\130\2\uffff\3\130"; static final String dfa_73s = "\2\uffff\1\2\1\1\3\uffff"; static final String[] dfa_74s = { - "\7\2\13\uffff\1\2\1\1\6\uffff\2\2\1\uffff\2\2\3\uffff\6\2\1\uffff\4\2\1\uffff\2\2\1\uffff\14\2\3\uffff\1\2\1\uffff\1\3\1\2\26\uffff\1\2\7\uffff\1\2\5\uffff\1\2", - "\7\2\13\uffff\1\2\1\5\1\4\5\uffff\2\2\1\uffff\2\2\3\uffff\6\2\1\uffff\4\2\1\uffff\2\2\1\uffff\14\2\3\uffff\1\2\1\uffff\1\3\1\2\26\uffff\1\2\7\uffff\1\2\5\uffff\1\2", + "\7\2\14\uffff\1\2\1\1\6\uffff\2\2\1\uffff\2\2\3\uffff\6\2\1\uffff\4\2\1\uffff\2\2\1\uffff\14\2\3\uffff\1\2\1\uffff\1\3\1\2\1\uffff\1\2\7\uffff\1\2\5\uffff\1\2", + "\7\2\14\uffff\1\2\1\5\1\4\5\uffff\2\2\1\uffff\2\2\3\uffff\6\2\1\uffff\4\2\1\uffff\2\2\1\uffff\14\2\3\uffff\1\2\1\uffff\1\3\1\2\1\uffff\1\2\7\uffff\1\2\5\uffff\1\2", "", "", - "\7\2\13\uffff\1\2\1\5\6\uffff\2\2\1\uffff\2\2\3\uffff\6\2\1\uffff\4\2\1\uffff\2\2\1\uffff\14\2\3\uffff\1\2\1\uffff\1\3\1\2\26\uffff\1\2\7\uffff\1\2\5\uffff\1\2", - "\7\2\13\uffff\1\2\1\5\1\6\5\uffff\2\2\1\uffff\2\2\3\uffff\6\2\1\uffff\4\2\1\uffff\2\2\1\uffff\14\2\3\uffff\1\2\1\uffff\1\3\1\2\26\uffff\1\2\7\uffff\1\2\5\uffff\1\2", - "\7\2\13\uffff\1\2\1\5\6\uffff\2\2\1\uffff\2\2\3\uffff\6\2\1\uffff\4\2\1\uffff\2\2\1\uffff\14\2\3\uffff\1\2\1\uffff\1\3\1\2\26\uffff\1\2\7\uffff\1\2\5\uffff\1\2" + "\7\2\14\uffff\1\2\1\5\6\uffff\2\2\1\uffff\2\2\3\uffff\6\2\1\uffff\4\2\1\uffff\2\2\1\uffff\14\2\3\uffff\1\2\1\uffff\1\3\1\2\1\uffff\1\2\7\uffff\1\2\5\uffff\1\2", + "\7\2\14\uffff\1\2\1\5\1\6\5\uffff\2\2\1\uffff\2\2\3\uffff\6\2\1\uffff\4\2\1\uffff\2\2\1\uffff\14\2\3\uffff\1\2\1\uffff\1\3\1\2\1\uffff\1\2\7\uffff\1\2\5\uffff\1\2", + "\7\2\14\uffff\1\2\1\5\6\uffff\2\2\1\uffff\2\2\3\uffff\6\2\1\uffff\4\2\1\uffff\2\2\1\uffff\14\2\3\uffff\1\2\1\uffff\1\3\1\2\1\uffff\1\2\7\uffff\1\2\5\uffff\1\2" }; static final short[] dfa_70 = DFA.unpackEncodedString(dfa_70s); static final char[] dfa_71 = DFA.unpackEncodedStringToUnsignedChars(dfa_71s); @@ -17860,11 +17237,11 @@ public String getDescription() { static final short[] dfa_73 = DFA.unpackEncodedString(dfa_73s); static final short[][] dfa_74 = unpackEncodedStringArray(dfa_74s); - class DFA88 extends DFA { + class DFA87 extends DFA { - public DFA88(BaseRecognizer recognizer) { + public DFA87(BaseRecognizer recognizer) { this.recognizer = recognizer; - this.decisionNumber = 88; + this.decisionNumber = 87; this.eot = dfa_1; this.eof = dfa_70; this.min = dfa_71; @@ -17874,24 +17251,24 @@ public DFA88(BaseRecognizer recognizer) { this.transition = dfa_74; } public String getDescription() { - return "()* loopback of 5088:2: ( ruleNL otherlv_2= ',' ruleNL ( (lv_moreValues_4_0= ruleValueOrEnumValueOrOperation ) ) )*"; + return "()* loopback of 4783:2: ( ruleNL otherlv_2= ',' ruleNL ( (lv_moreValues_4_0= ruleValueOrEnumValueOrOperation ) ) )*"; } } static final String dfa_75s = "\12\uffff"; - static final String dfa_76s = "\1\11\1\uffff\1\12\2\uffff\1\155\1\12\1\150\1\155\1\uffff"; - static final String dfa_77s = "\1\153\1\uffff\1\12\2\uffff\1\155\1\25\1\151\1\155\1\uffff"; + static final String dfa_76s = "\1\11\1\uffff\1\12\2\uffff\1\131\1\12\1\131\1\124\1\uffff"; + static final String dfa_77s = "\1\127\1\uffff\1\12\2\uffff\1\131\1\26\1\131\1\125\1\uffff"; static final String dfa_78s = "\1\uffff\1\1\1\uffff\1\2\1\3\4\uffff\1\4"; static final String dfa_79s = "\12\uffff}>"; static final String[] dfa_80s = { - "\1\1\1\3\12\1\122\uffff\1\2\2\uffff\1\1\1\4", + "\1\1\1\3\1\uffff\12\1\75\uffff\1\2\2\uffff\1\1\1\4", "", "\1\5", "", "", "\1\6", - "\1\10\12\uffff\1\7", - "\1\11\1\1", + "\1\7\13\uffff\1\10", "\1\6", + "\1\11\1\1", "" }; @@ -17902,11 +17279,11 @@ public String getDescription() { static final short[] dfa_79 = DFA.unpackEncodedString(dfa_79s); static final short[][] dfa_80 = unpackEncodedStringArray(dfa_80s); - class DFA90 extends DFA { + class DFA89 extends DFA { - public DFA90(BaseRecognizer recognizer) { + public DFA89(BaseRecognizer recognizer) { this.recognizer = recognizer; - this.decisionNumber = 90; + this.decisionNumber = 89; this.eot = dfa_75; this.eof = dfa_75; this.min = dfa_76; @@ -17916,37 +17293,37 @@ public DFA90(BaseRecognizer recognizer) { this.transition = dfa_80; } public String getDescription() { - return "5197:1: (this_StaticValue_0= ruleStaticValue | this_Variable_1= ruleVariable | this_NestedObject_2= ruleNestedObject | this_TypedNestedObject_3= ruleTypedNestedObject )"; + return "4892:1: (this_StaticValue_0= ruleStaticValue | this_Variable_1= ruleVariable | this_NestedObject_2= ruleNestedObject | this_TypedNestedObject_3= ruleTypedNestedObject )"; } } static final String dfa_81s = "\25\uffff"; static final String dfa_82s = "\5\uffff\3\14\5\uffff\10\14"; static final String dfa_83s = "\1\11\4\uffff\3\4\5\uffff\10\4"; - static final String dfa_84s = "\1\152\4\uffff\3\154\5\uffff\10\154"; + static final String dfa_84s = "\1\126\4\uffff\3\130\5\uffff\10\130"; static final String dfa_85s = "\1\uffff\1\1\1\2\1\3\1\4\3\uffff\1\6\1\10\1\11\1\7\1\5\10\uffff"; static final String dfa_86s = "\25\uffff}>"; static final String[] dfa_87s = { - "\1\1\1\uffff\1\2\1\3\2\4\1\5\1\6\1\7\3\10\122\uffff\1\12\2\uffff\1\11", + "\1\1\2\uffff\1\2\1\3\2\4\1\5\1\6\1\7\3\10\75\uffff\1\12\2\uffff\1\11", "", "", "", "", - "\7\14\7\uffff\1\13\3\uffff\2\14\5\uffff\3\14\1\uffff\2\14\3\uffff\6\14\1\uffff\4\14\1\uffff\2\14\1\uffff\14\14\1\uffff\3\14\1\uffff\3\14\25\uffff\1\14\1\uffff\5\14\1\uffff\1\14\5\uffff\1\14", - "\7\14\10\uffff\2\13\1\uffff\1\14\1\15\5\uffff\3\14\1\uffff\2\14\3\uffff\6\14\1\uffff\4\14\1\uffff\2\14\1\uffff\14\14\1\uffff\3\14\1\uffff\3\14\25\uffff\1\14\1\uffff\5\14\1\uffff\1\14\5\uffff\1\14", - "\7\14\11\uffff\1\13\1\uffff\1\14\1\16\5\uffff\3\14\1\uffff\2\14\3\uffff\6\14\1\uffff\4\14\1\uffff\2\14\1\uffff\14\14\1\uffff\3\14\1\uffff\3\14\25\uffff\1\14\1\uffff\5\14\1\uffff\1\14\5\uffff\1\14", + "\7\14\10\uffff\1\13\3\uffff\2\14\5\uffff\3\14\1\uffff\2\14\3\uffff\6\14\1\uffff\4\14\1\uffff\2\14\1\uffff\14\14\1\uffff\3\14\1\uffff\4\14\1\uffff\5\14\1\uffff\1\14\5\uffff\1\14", + "\7\14\11\uffff\2\13\1\uffff\1\14\1\15\5\uffff\3\14\1\uffff\2\14\3\uffff\6\14\1\uffff\4\14\1\uffff\2\14\1\uffff\14\14\1\uffff\3\14\1\uffff\4\14\1\uffff\5\14\1\uffff\1\14\5\uffff\1\14", + "\7\14\12\uffff\1\13\1\uffff\1\14\1\16\5\uffff\3\14\1\uffff\2\14\3\uffff\6\14\1\uffff\4\14\1\uffff\2\14\1\uffff\14\14\1\uffff\3\14\1\uffff\4\14\1\uffff\5\14\1\uffff\1\14\5\uffff\1\14", "", "", "", "", "", - "\7\14\10\uffff\2\13\1\uffff\1\14\1\20\1\17\4\uffff\3\14\1\uffff\2\14\3\uffff\6\14\1\uffff\4\14\1\uffff\2\14\1\uffff\14\14\1\uffff\1\14\1\uffff\1\14\1\uffff\3\14\25\uffff\1\14\1\uffff\5\14\1\uffff\1\14\5\uffff\1\14", - "\7\14\11\uffff\1\13\1\uffff\1\14\1\22\1\21\4\uffff\3\14\1\uffff\2\14\3\uffff\6\14\1\uffff\4\14\1\uffff\2\14\1\uffff\14\14\1\uffff\1\14\1\uffff\1\14\1\uffff\3\14\25\uffff\1\14\1\uffff\5\14\1\uffff\1\14\5\uffff\1\14", - "\7\14\10\uffff\2\13\1\uffff\1\14\1\20\5\uffff\3\14\1\uffff\2\14\3\uffff\6\14\1\uffff\4\14\1\uffff\2\14\1\uffff\14\14\1\uffff\1\14\1\uffff\1\14\1\uffff\3\14\25\uffff\1\14\1\uffff\5\14\1\uffff\1\14\5\uffff\1\14", - "\7\14\10\uffff\2\13\1\uffff\1\14\1\20\1\23\4\uffff\3\14\1\uffff\2\14\3\uffff\6\14\1\uffff\4\14\1\uffff\2\14\1\uffff\14\14\1\uffff\1\14\1\uffff\1\14\1\uffff\3\14\25\uffff\1\14\1\uffff\5\14\1\uffff\1\14\5\uffff\1\14", - "\7\14\11\uffff\1\13\1\uffff\1\14\1\22\5\uffff\3\14\1\uffff\2\14\3\uffff\6\14\1\uffff\4\14\1\uffff\2\14\1\uffff\14\14\1\uffff\1\14\1\uffff\1\14\1\uffff\3\14\25\uffff\1\14\1\uffff\5\14\1\uffff\1\14\5\uffff\1\14", - "\7\14\11\uffff\1\13\1\uffff\1\14\1\22\1\24\4\uffff\3\14\1\uffff\2\14\3\uffff\6\14\1\uffff\4\14\1\uffff\2\14\1\uffff\14\14\1\uffff\1\14\1\uffff\1\14\1\uffff\3\14\25\uffff\1\14\1\uffff\5\14\1\uffff\1\14\5\uffff\1\14", - "\7\14\10\uffff\2\13\1\uffff\1\14\1\20\5\uffff\3\14\1\uffff\2\14\3\uffff\6\14\1\uffff\4\14\1\uffff\2\14\1\uffff\14\14\1\uffff\1\14\1\uffff\1\14\1\uffff\3\14\25\uffff\1\14\1\uffff\5\14\1\uffff\1\14\5\uffff\1\14", - "\7\14\11\uffff\1\13\1\uffff\1\14\1\22\5\uffff\3\14\1\uffff\2\14\3\uffff\6\14\1\uffff\4\14\1\uffff\2\14\1\uffff\14\14\1\uffff\1\14\1\uffff\1\14\1\uffff\3\14\25\uffff\1\14\1\uffff\5\14\1\uffff\1\14\5\uffff\1\14" + "\7\14\11\uffff\2\13\1\uffff\1\14\1\20\1\17\4\uffff\3\14\1\uffff\2\14\3\uffff\6\14\1\uffff\4\14\1\uffff\2\14\1\uffff\14\14\1\uffff\1\14\1\uffff\1\14\1\uffff\4\14\1\uffff\5\14\1\uffff\1\14\5\uffff\1\14", + "\7\14\12\uffff\1\13\1\uffff\1\14\1\22\1\21\4\uffff\3\14\1\uffff\2\14\3\uffff\6\14\1\uffff\4\14\1\uffff\2\14\1\uffff\14\14\1\uffff\1\14\1\uffff\1\14\1\uffff\4\14\1\uffff\5\14\1\uffff\1\14\5\uffff\1\14", + "\7\14\11\uffff\2\13\1\uffff\1\14\1\20\5\uffff\3\14\1\uffff\2\14\3\uffff\6\14\1\uffff\4\14\1\uffff\2\14\1\uffff\14\14\1\uffff\1\14\1\uffff\1\14\1\uffff\4\14\1\uffff\5\14\1\uffff\1\14\5\uffff\1\14", + "\7\14\11\uffff\2\13\1\uffff\1\14\1\20\1\23\4\uffff\3\14\1\uffff\2\14\3\uffff\6\14\1\uffff\4\14\1\uffff\2\14\1\uffff\14\14\1\uffff\1\14\1\uffff\1\14\1\uffff\4\14\1\uffff\5\14\1\uffff\1\14\5\uffff\1\14", + "\7\14\12\uffff\1\13\1\uffff\1\14\1\22\5\uffff\3\14\1\uffff\2\14\3\uffff\6\14\1\uffff\4\14\1\uffff\2\14\1\uffff\14\14\1\uffff\1\14\1\uffff\1\14\1\uffff\4\14\1\uffff\5\14\1\uffff\1\14\5\uffff\1\14", + "\7\14\12\uffff\1\13\1\uffff\1\14\1\22\1\24\4\uffff\3\14\1\uffff\2\14\3\uffff\6\14\1\uffff\4\14\1\uffff\2\14\1\uffff\14\14\1\uffff\1\14\1\uffff\1\14\1\uffff\4\14\1\uffff\5\14\1\uffff\1\14\5\uffff\1\14", + "\7\14\11\uffff\2\13\1\uffff\1\14\1\20\5\uffff\3\14\1\uffff\2\14\3\uffff\6\14\1\uffff\4\14\1\uffff\2\14\1\uffff\14\14\1\uffff\1\14\1\uffff\1\14\1\uffff\4\14\1\uffff\5\14\1\uffff\1\14\5\uffff\1\14", + "\7\14\12\uffff\1\13\1\uffff\1\14\1\22\5\uffff\3\14\1\uffff\2\14\3\uffff\6\14\1\uffff\4\14\1\uffff\2\14\1\uffff\14\14\1\uffff\1\14\1\uffff\1\14\1\uffff\4\14\1\uffff\5\14\1\uffff\1\14\5\uffff\1\14" }; static final short[] dfa_81 = DFA.unpackEncodedString(dfa_81s); @@ -17957,11 +17334,11 @@ public String getDescription() { static final short[] dfa_86 = DFA.unpackEncodedString(dfa_86s); static final short[][] dfa_87 = unpackEncodedStringArray(dfa_87s); - class DFA92 extends DFA { + class DFA91 extends DFA { - public DFA92(BaseRecognizer recognizer) { + public DFA91(BaseRecognizer recognizer) { this.recognizer = recognizer; - this.decisionNumber = 92; + this.decisionNumber = 91; this.eot = dfa_81; this.eof = dfa_82; this.min = dfa_83; @@ -17971,32 +17348,32 @@ public DFA92(BaseRecognizer recognizer) { this.transition = dfa_87; } public String getDescription() { - return "5297:1: (this_StringValue_0= ruleStringValue | this_IntegerValue_1= ruleIntegerValue | this_DecimalValue_2= ruleDecimalValue | this_BooleanValue_3= ruleBooleanValue | this_DateValue_4= ruleDateValue | this_TimeValue_5= ruleTimeValue | this_DateAndTimeValue_6= ruleDateAndTimeValue | this_NullValue_7= ruleNullValue | this_JavaConstantValue_8= ruleJavaConstantValue )"; + return "4992:1: (this_StringValue_0= ruleStringValue | this_IntegerValue_1= ruleIntegerValue | this_DecimalValue_2= ruleDecimalValue | this_BooleanValue_3= ruleBooleanValue | this_DateValue_4= ruleDateValue | this_TimeValue_5= ruleTimeValue | this_DateAndTimeValue_6= ruleDateAndTimeValue | this_NullValue_7= ruleNullValue | this_JavaConstantValue_8= ruleJavaConstantValue )"; } } - static final String dfa_88s = "\1\17\1\uffff\1\23\1\uffff\1\23\2\uffff\1\23"; - static final String dfa_89s = "\1\21\1\uffff\1\27\1\uffff\1\30\2\uffff\1\27"; - static final String dfa_90s = "\1\uffff\1\1\1\uffff\1\4\1\uffff\1\2\1\3\1\uffff"; + static final String dfa_88s = "\1\20\1\uffff\1\24\1\uffff\1\24\2\uffff\1\24"; + static final String dfa_89s = "\1\22\1\uffff\1\30\1\uffff\1\31\2\uffff\1\30"; + static final String dfa_90s = "\1\uffff\1\1\1\uffff\1\4\1\uffff\1\3\1\2\1\uffff"; static final String[] dfa_91s = { "\1\1\1\2\1\3", "", - "\1\5\1\6\2\uffff\1\4", + "\1\6\1\5\2\uffff\1\4", "", - "\1\5\1\6\2\uffff\1\4\1\7", + "\1\6\1\5\2\uffff\1\4\1\7", "", "", - "\1\5\1\6\2\uffff\1\4" + "\1\6\1\5\2\uffff\1\4" }; static final char[] dfa_88 = DFA.unpackEncodedStringToUnsignedChars(dfa_88s); static final char[] dfa_89 = DFA.unpackEncodedStringToUnsignedChars(dfa_89s); static final short[] dfa_90 = DFA.unpackEncodedString(dfa_90s); static final short[][] dfa_91 = unpackEncodedStringArray(dfa_91s); - class DFA96 extends DFA { + class DFA95 extends DFA { - public DFA96(BaseRecognizer recognizer) { + public DFA95(BaseRecognizer recognizer) { this.recognizer = recognizer; - this.decisionNumber = 96; + this.decisionNumber = 95; this.eot = dfa_56; this.eof = dfa_56; this.min = dfa_88; @@ -18006,126 +17383,125 @@ public DFA96(BaseRecognizer recognizer) { this.transition = dfa_91; } public String getDescription() { - return "5915:1: (this_IsoDateAndTimeValue_0= ruleIsoDateAndTimeValue | this_EuropeanDateAnd24HrsTimeValue_1= ruleEuropeanDateAnd24HrsTimeValue | this_EuropeanDateAnd12HrsTimeValue_2= ruleEuropeanDateAnd12HrsTimeValue | this_USDateAnd12HrsTimeValue_3= ruleUSDateAnd12HrsTimeValue )"; + return "5610:1: (this_IsoDateAndTimeValue_0= ruleIsoDateAndTimeValue | this_EuropeanDateAnd24HrsTimeValue_1= ruleEuropeanDateAnd24HrsTimeValue | this_EuropeanDateAnd12HrsTimeValue_2= ruleEuropeanDateAnd12HrsTimeValue | this_USDateAnd12HrsTimeValue_3= ruleUSDateAnd12HrsTimeValue )"; } } public static final BitSet FOLLOW_1 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_2 = new BitSet(new long[]{0x0000000000000002L}); - public static final BitSet FOLLOW_3 = new BitSet(new long[]{0x0000004720400002L}); - public static final BitSet FOLLOW_4 = new BitSet(new long[]{0x0000004720C00000L}); - public static final BitSet FOLLOW_5 = new BitSet(new long[]{0x0000004620400002L}); - public static final BitSet FOLLOW_6 = new BitSet(new long[]{0x0000000000800000L}); - public static final BitSet FOLLOW_7 = new BitSet(new long[]{0x0000000020000000L}); - public static final BitSet FOLLOW_8 = new BitSet(new long[]{0x0000000000800400L}); - public static final BitSet FOLLOW_9 = new BitSet(new long[]{0x0000000040000000L}); - public static final BitSet FOLLOW_10 = new BitSet(new long[]{0x002C0FC6A0C00000L}); - public static final BitSet FOLLOW_11 = new BitSet(new long[]{0x002C0FC6A0400000L}); - public static final BitSet FOLLOW_12 = new BitSet(new long[]{0x0000000600000000L}); - public static final BitSet FOLLOW_13 = new BitSet(new long[]{0x0000000400000000L}); - public static final BitSet FOLLOW_14 = new BitSet(new long[]{0x0000001800800600L}); - public static final BitSet FOLLOW_15 = new BitSet(new long[]{0x0000001800000602L}); - public static final BitSet FOLLOW_16 = new BitSet(new long[]{0x0000001800800400L}); - public static final BitSet FOLLOW_17 = new BitSet(new long[]{0x0000001800000402L}); + public static final BitSet FOLLOW_3 = new BitSet(new long[]{0x0000008E40800002L}); + public static final BitSet FOLLOW_4 = new BitSet(new long[]{0x0000008E41800000L}); + public static final BitSet FOLLOW_5 = new BitSet(new long[]{0x0000008C40800002L}); + public static final BitSet FOLLOW_6 = new BitSet(new long[]{0x0000000001000000L}); + public static final BitSet FOLLOW_7 = new BitSet(new long[]{0x0000000040000000L}); + public static final BitSet FOLLOW_8 = new BitSet(new long[]{0x0000000001000400L}); + public static final BitSet FOLLOW_9 = new BitSet(new long[]{0x0000000080000000L}); + public static final BitSet FOLLOW_10 = new BitSet(new long[]{0x00581F8D41800000L}); + public static final BitSet FOLLOW_11 = new BitSet(new long[]{0x00581F8D40800000L}); + public static final BitSet FOLLOW_12 = new BitSet(new long[]{0x0000000C00000000L}); + public static final BitSet FOLLOW_13 = new BitSet(new long[]{0x0000000800000000L}); + public static final BitSet FOLLOW_14 = new BitSet(new long[]{0x0000003001000600L}); + public static final BitSet FOLLOW_15 = new BitSet(new long[]{0x0000003000000602L}); + public static final BitSet FOLLOW_16 = new BitSet(new long[]{0x0000003001000400L}); + public static final BitSet FOLLOW_17 = new BitSet(new long[]{0x0000003000000402L}); public static final BitSet FOLLOW_18 = new BitSet(new long[]{0x0000000000000402L}); - public static final BitSet FOLLOW_19 = new BitSet(new long[]{0x0000002000800000L}); - public static final BitSet FOLLOW_20 = new BitSet(new long[]{0x0000002000000000L}); - public static final BitSet FOLLOW_21 = new BitSet(new long[]{0x0000000000BFFE00L,0x00000CA080000000L}); - public static final BitSet FOLLOW_22 = new BitSet(new long[]{0x0000004000000000L}); - public static final BitSet FOLLOW_23 = new BitSet(new long[]{0x0000000000800200L}); + public static final BitSet FOLLOW_19 = new BitSet(new long[]{0x0000004001000000L}); + public static final BitSet FOLLOW_20 = new BitSet(new long[]{0x0000004000000000L}); + public static final BitSet FOLLOW_21 = new BitSet(new long[]{0x00000000017FF600L,0x0000000000CA0800L}); + public static final BitSet FOLLOW_22 = new BitSet(new long[]{0x0000008000000000L}); + public static final BitSet FOLLOW_23 = new BitSet(new long[]{0x0000000001000200L}); public static final BitSet FOLLOW_24 = new BitSet(new long[]{0x0000000000000202L}); - public static final BitSet FOLLOW_25 = new BitSet(new long[]{0x0000008000000000L}); - public static final BitSet FOLLOW_26 = new BitSet(new long[]{0x0000000800800000L}); - public static final BitSet FOLLOW_27 = new BitSet(new long[]{0x0000000800000000L}); - public static final BitSet FOLLOW_28 = new BitSet(new long[]{0x0000010000000000L}); - public static final BitSet FOLLOW_29 = new BitSet(new long[]{0x00000E0200000000L}); - public static final BitSet FOLLOW_30 = new BitSet(new long[]{0x00000E0000000000L}); - public static final BitSet FOLLOW_31 = new BitSet(new long[]{0x00000C0000000000L}); - public static final BitSet FOLLOW_32 = new BitSet(new long[]{0x0000080000000000L}); - public static final BitSet FOLLOW_33 = new BitSet(new long[]{0x0000F00040800000L}); - public static final BitSet FOLLOW_34 = new BitSet(new long[]{0x0000F00040000000L}); - public static final BitSet FOLLOW_35 = new BitSet(new long[]{0x0000E00040800400L}); - public static final BitSet FOLLOW_36 = new BitSet(new long[]{0x0000C00040800400L}); - public static final BitSet FOLLOW_37 = new BitSet(new long[]{0x0000800040800400L}); - public static final BitSet FOLLOW_38 = new BitSet(new long[]{0x0000000040800400L}); - public static final BitSet FOLLOW_39 = new BitSet(new long[]{0xACAD0FC620C001F0L,0x0000000040000001L}); - public static final BitSet FOLLOW_40 = new BitSet(new long[]{0xACAD0FC6204001F0L,0x0000000040000001L}); - public static final BitSet FOLLOW_41 = new BitSet(new long[]{0x0002000000800002L}); - public static final BitSet FOLLOW_42 = new BitSet(new long[]{0x0002000000000000L}); - public static final BitSet FOLLOW_43 = new BitSet(new long[]{0x0008000000000000L}); - public static final BitSet FOLLOW_44 = new BitSet(new long[]{0x0010000000800000L}); - public static final BitSet FOLLOW_45 = new BitSet(new long[]{0x0010000000000002L}); - public static final BitSet FOLLOW_46 = new BitSet(new long[]{0x0020000200000000L}); - public static final BitSet FOLLOW_47 = new BitSet(new long[]{0x0020000000000000L}); - public static final BitSet FOLLOW_48 = new BitSet(new long[]{0x0240000000BFFE00L,0x00000CA080000000L}); - public static final BitSet FOLLOW_49 = new BitSet(new long[]{0x0240000000BFFE02L,0x00000CA080000000L}); - public static final BitSet FOLLOW_50 = new BitSet(new long[]{0x0240000000800000L}); - public static final BitSet FOLLOW_51 = new BitSet(new long[]{0x0240000000000002L}); - public static final BitSet FOLLOW_52 = new BitSet(new long[]{0x0100000000800000L}); - public static final BitSet FOLLOW_53 = new BitSet(new long[]{0x0100000000000000L}); - public static final BitSet FOLLOW_54 = new BitSet(new long[]{0x0000002000800400L}); - public static final BitSet FOLLOW_55 = new BitSet(new long[]{0x0800000000000000L}); - public static final BitSet FOLLOW_56 = new BitSet(new long[]{0x1000000000800400L,0x0000000000000080L}); - public static final BitSet FOLLOW_57 = new BitSet(new long[]{0x0000000000800400L,0x0000000000000080L}); - public static final BitSet FOLLOW_58 = new BitSet(new long[]{0x1000000000000000L}); - public static final BitSet FOLLOW_59 = new BitSet(new long[]{0x4000000000000000L}); - public static final BitSet FOLLOW_60 = new BitSet(new long[]{0x4000000000000002L}); - public static final BitSet FOLLOW_61 = new BitSet(new long[]{0x1000000000800000L}); - public static final BitSet FOLLOW_62 = new BitSet(new long[]{0x00000000009FFE00L,0x0000048000000000L}); - public static final BitSet FOLLOW_63 = new BitSet(new long[]{0x0100000000800400L,0x0000000000000080L}); - public static final BitSet FOLLOW_64 = new BitSet(new long[]{0x0000000000BFFE00L,0x00000CA080000182L}); - public static final BitSet FOLLOW_65 = new BitSet(new long[]{0x0000000000800000L,0x0000000000000010L}); - public static final BitSet FOLLOW_66 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000010L}); - public static final BitSet FOLLOW_67 = new BitSet(new long[]{0x0000000000800000L,0x0000000000000014L}); - public static final BitSet FOLLOW_68 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000014L}); - public static final BitSet FOLLOW_69 = new BitSet(new long[]{0x0000000000BFFE00L,0x00000CA080000010L}); - public static final BitSet FOLLOW_70 = new BitSet(new long[]{0x0000000000BFFE02L,0x00000CA080000010L}); - public static final BitSet FOLLOW_71 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000008L}); - public static final BitSet FOLLOW_72 = new BitSet(new long[]{0x0000000000800400L,0x0000000000000020L}); - public static final BitSet FOLLOW_73 = new BitSet(new long[]{0x0000000000800400L,0x0000000000000060L}); - public static final BitSet FOLLOW_74 = new BitSet(new long[]{0x0000000000800402L,0x0000000000000020L}); - public static final BitSet FOLLOW_75 = new BitSet(new long[]{0x0000000000800800L}); - public static final BitSet FOLLOW_76 = new BitSet(new long[]{0x0000000000800802L}); - public static final BitSet FOLLOW_77 = new BitSet(new long[]{0x0000000000800000L,0x000000003FFFFE00L}); - public static final BitSet FOLLOW_78 = new BitSet(new long[]{0x0000000000000000L,0x000000003FFFFE00L}); - public static final BitSet FOLLOW_79 = new BitSet(new long[]{0x0000000000000000L,0x0000000040000000L}); - public static final BitSet FOLLOW_80 = new BitSet(new long[]{0x0200000000800400L,0x0000000000000010L}); - public static final BitSet FOLLOW_81 = new BitSet(new long[]{0x0200000000800402L,0x0000000000000010L}); - public static final BitSet FOLLOW_82 = new BitSet(new long[]{0x0200000000800000L}); - public static final BitSet FOLLOW_83 = new BitSet(new long[]{0x0200000000000002L}); - public static final BitSet FOLLOW_84 = new BitSet(new long[]{0x0000000000800400L,0x0000000000000040L}); - public static final BitSet FOLLOW_85 = new BitSet(new long[]{0x0000000000800402L}); - public static final BitSet FOLLOW_86 = new BitSet(new long[]{0x0000000000000600L}); - public static final BitSet FOLLOW_87 = new BitSet(new long[]{0x0000000000800000L,0x0000000F00000180L}); - public static final BitSet FOLLOW_88 = new BitSet(new long[]{0x0000000000000000L,0x0000000F00000180L}); - public static final BitSet FOLLOW_89 = new BitSet(new long[]{0x0000000000800000L,0x0000001F00000180L}); - public static final BitSet FOLLOW_90 = new BitSet(new long[]{0x0000000000000000L,0x0000001F00000180L}); - public static final BitSet FOLLOW_91 = new BitSet(new long[]{0x0000000040800000L,0x0000004000000000L}); - public static final BitSet FOLLOW_92 = new BitSet(new long[]{0x0000000000800000L,0x0000004000000000L}); - public static final BitSet FOLLOW_93 = new BitSet(new long[]{0x0000000000000000L,0x0000004000000000L}); - public static final BitSet FOLLOW_94 = new BitSet(new long[]{0x0000000000800002L,0x0000000000000040L}); - public static final BitSet FOLLOW_95 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000040L}); - public static final BitSet FOLLOW_96 = new BitSet(new long[]{0x0000000000040000L}); - public static final BitSet FOLLOW_97 = new BitSet(new long[]{0x0000000000880000L}); - public static final BitSet FOLLOW_98 = new BitSet(new long[]{0x0000000000080000L}); - public static final BitSet FOLLOW_99 = new BitSet(new long[]{0x0000000000900000L}); - public static final BitSet FOLLOW_100 = new BitSet(new long[]{0x0000000000100000L}); - public static final BitSet FOLLOW_101 = new BitSet(new long[]{0x0000000000000000L,0x0000010000000000L}); - public static final BitSet FOLLOW_102 = new BitSet(new long[]{0x0000000000000002L,0x0000020000000000L}); - public static final BitSet FOLLOW_103 = new BitSet(new long[]{0x0000000000800600L}); - public static final BitSet FOLLOW_104 = new BitSet(new long[]{0x0000000000800600L,0x0000100000000000L}); - public static final BitSet FOLLOW_105 = new BitSet(new long[]{0x0000000000800000L,0x0000080000000000L}); - public static final BitSet FOLLOW_106 = new BitSet(new long[]{0x0000000000000000L,0x0000080000000000L}); - public static final BitSet FOLLOW_107 = new BitSet(new long[]{0x0000000000000000L,0x0000020000000000L}); - public static final BitSet FOLLOW_108 = new BitSet(new long[]{0x0000000000000400L}); - public static final BitSet FOLLOW_109 = new BitSet(new long[]{0x0000000000200000L}); - public static final BitSet FOLLOW_110 = new BitSet(new long[]{0x0000000000000000L,0x0000000100000000L}); - public static final BitSet FOLLOW_111 = new BitSet(new long[]{0x0000000000000002L,0x0000200000000000L}); - public static final BitSet FOLLOW_112 = new BitSet(new long[]{0x0000000000000000L,0x0000200000000000L}); - public static final BitSet FOLLOW_113 = new BitSet(new long[]{0x0000000000000002L,0x0000400000000000L}); - public static final BitSet FOLLOW_114 = new BitSet(new long[]{0x0000000001800002L}); - public static final BitSet FOLLOW_115 = new BitSet(new long[]{0x0000000000800002L}); - public static final BitSet FOLLOW_116 = new BitSet(new long[]{0x0000000001800000L}); + public static final BitSet FOLLOW_25 = new BitSet(new long[]{0x0000010000000000L}); + public static final BitSet FOLLOW_26 = new BitSet(new long[]{0x0000001001000000L}); + public static final BitSet FOLLOW_27 = new BitSet(new long[]{0x0000001000000000L}); + public static final BitSet FOLLOW_28 = new BitSet(new long[]{0x0000020000000000L}); + public static final BitSet FOLLOW_29 = new BitSet(new long[]{0x00001C0400000000L}); + public static final BitSet FOLLOW_30 = new BitSet(new long[]{0x00001C0000000000L}); + public static final BitSet FOLLOW_31 = new BitSet(new long[]{0x0000180000000000L}); + public static final BitSet FOLLOW_32 = new BitSet(new long[]{0x0000100000000000L}); + public static final BitSet FOLLOW_33 = new BitSet(new long[]{0x0001E00081000000L}); + public static final BitSet FOLLOW_34 = new BitSet(new long[]{0x0001E00080000000L}); + public static final BitSet FOLLOW_35 = new BitSet(new long[]{0x0001C00081000400L}); + public static final BitSet FOLLOW_36 = new BitSet(new long[]{0x0001800081000400L}); + public static final BitSet FOLLOW_37 = new BitSet(new long[]{0x0001000081000400L}); + public static final BitSet FOLLOW_38 = new BitSet(new long[]{0x0000000081000400L}); + public static final BitSet FOLLOW_39 = new BitSet(new long[]{0x595A1F8C418001F0L,0x0000000000000403L}); + public static final BitSet FOLLOW_40 = new BitSet(new long[]{0x595A1F8C408001F0L,0x0000000000000403L}); + public static final BitSet FOLLOW_41 = new BitSet(new long[]{0x0004000001000002L}); + public static final BitSet FOLLOW_42 = new BitSet(new long[]{0x0004000000000000L}); + public static final BitSet FOLLOW_43 = new BitSet(new long[]{0x0010000000000000L}); + public static final BitSet FOLLOW_44 = new BitSet(new long[]{0x0020000001000000L}); + public static final BitSet FOLLOW_45 = new BitSet(new long[]{0x0020000000000002L}); + public static final BitSet FOLLOW_46 = new BitSet(new long[]{0x0040000400000000L}); + public static final BitSet FOLLOW_47 = new BitSet(new long[]{0x0040000000000000L}); + public static final BitSet FOLLOW_48 = new BitSet(new long[]{0x04800000017FF600L,0x0000000000CA0800L}); + public static final BitSet FOLLOW_49 = new BitSet(new long[]{0x04800000017FF602L,0x0000000000CA0800L}); + public static final BitSet FOLLOW_50 = new BitSet(new long[]{0x0480000001000000L}); + public static final BitSet FOLLOW_51 = new BitSet(new long[]{0x0480000000000002L}); + public static final BitSet FOLLOW_52 = new BitSet(new long[]{0x0200000001000000L}); + public static final BitSet FOLLOW_53 = new BitSet(new long[]{0x0200000000000000L}); + public static final BitSet FOLLOW_54 = new BitSet(new long[]{0x0000004001000400L}); + public static final BitSet FOLLOW_55 = new BitSet(new long[]{0x1000000000000000L}); + public static final BitSet FOLLOW_56 = new BitSet(new long[]{0x2000000001000400L,0x0000000000000100L}); + public static final BitSet FOLLOW_57 = new BitSet(new long[]{0x0000000001000400L,0x0000000000000100L}); + public static final BitSet FOLLOW_58 = new BitSet(new long[]{0x2000000000000000L}); + public static final BitSet FOLLOW_59 = new BitSet(new long[]{0x8000000000000000L}); + public static final BitSet FOLLOW_60 = new BitSet(new long[]{0x8000000000000002L}); + public static final BitSet FOLLOW_61 = new BitSet(new long[]{0x2000000001000000L}); + public static final BitSet FOLLOW_62 = new BitSet(new long[]{0x00000000013FF600L,0x0000000000480000L}); + public static final BitSet FOLLOW_63 = new BitSet(new long[]{0x0200000001000400L,0x0000000000000100L}); + public static final BitSet FOLLOW_64 = new BitSet(new long[]{0x00000000017FF600L,0x0000000000CA0B04L}); + public static final BitSet FOLLOW_65 = new BitSet(new long[]{0x0000000001000000L,0x0000000000000020L}); + public static final BitSet FOLLOW_66 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000020L}); + public static final BitSet FOLLOW_67 = new BitSet(new long[]{0x0000000001000000L,0x0000000000000028L}); + public static final BitSet FOLLOW_68 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000028L}); + public static final BitSet FOLLOW_69 = new BitSet(new long[]{0x00000000017FF600L,0x0000000000CA0820L}); + public static final BitSet FOLLOW_70 = new BitSet(new long[]{0x00000000017FF602L,0x0000000000CA0820L}); + public static final BitSet FOLLOW_71 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000010L}); + public static final BitSet FOLLOW_72 = new BitSet(new long[]{0x0000000001000400L,0x0000000000000040L}); + public static final BitSet FOLLOW_73 = new BitSet(new long[]{0x0000000001000400L,0x00000000000000C0L}); + public static final BitSet FOLLOW_74 = new BitSet(new long[]{0x0000000001000402L,0x0000000000000040L}); + public static final BitSet FOLLOW_75 = new BitSet(new long[]{0x0000000001000800L}); + public static final BitSet FOLLOW_76 = new BitSet(new long[]{0x0000000000000800L}); + public static final BitSet FOLLOW_77 = new BitSet(new long[]{0x0000000001000802L}); + public static final BitSet FOLLOW_78 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000400L}); + public static final BitSet FOLLOW_79 = new BitSet(new long[]{0x0400000001000400L,0x0000000000000020L}); + public static final BitSet FOLLOW_80 = new BitSet(new long[]{0x0400000001000402L,0x0000000000000020L}); + public static final BitSet FOLLOW_81 = new BitSet(new long[]{0x0400000001000000L}); + public static final BitSet FOLLOW_82 = new BitSet(new long[]{0x0400000000000002L}); + public static final BitSet FOLLOW_83 = new BitSet(new long[]{0x0000000001000400L,0x0000000000000080L}); + public static final BitSet FOLLOW_84 = new BitSet(new long[]{0x0000000001000402L}); + public static final BitSet FOLLOW_85 = new BitSet(new long[]{0x0000000000000600L}); + public static final BitSet FOLLOW_86 = new BitSet(new long[]{0x0000000001000000L,0x000000000000F300L}); + public static final BitSet FOLLOW_87 = new BitSet(new long[]{0x0000000000000000L,0x000000000000F300L}); + public static final BitSet FOLLOW_88 = new BitSet(new long[]{0x0000000001000000L,0x000000000001F300L}); + public static final BitSet FOLLOW_89 = new BitSet(new long[]{0x0000000000000000L,0x000000000001F300L}); + public static final BitSet FOLLOW_90 = new BitSet(new long[]{0x0000000081000000L,0x0000000000040000L}); + public static final BitSet FOLLOW_91 = new BitSet(new long[]{0x0000000001000000L,0x0000000000040000L}); + public static final BitSet FOLLOW_92 = new BitSet(new long[]{0x0000000000000000L,0x0000000000040000L}); + public static final BitSet FOLLOW_93 = new BitSet(new long[]{0x0000000001000002L,0x0000000000000080L}); + public static final BitSet FOLLOW_94 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000080L}); + public static final BitSet FOLLOW_95 = new BitSet(new long[]{0x0000000000080000L}); + public static final BitSet FOLLOW_96 = new BitSet(new long[]{0x0000000001100000L}); + public static final BitSet FOLLOW_97 = new BitSet(new long[]{0x0000000000100000L}); + public static final BitSet FOLLOW_98 = new BitSet(new long[]{0x0000000001200000L}); + public static final BitSet FOLLOW_99 = new BitSet(new long[]{0x0000000000200000L}); + public static final BitSet FOLLOW_100 = new BitSet(new long[]{0x0000000000000000L,0x0000000000100000L}); + public static final BitSet FOLLOW_101 = new BitSet(new long[]{0x0000000000000002L,0x0000000000200000L}); + public static final BitSet FOLLOW_102 = new BitSet(new long[]{0x0000000001000600L}); + public static final BitSet FOLLOW_103 = new BitSet(new long[]{0x0000000001000600L,0x0000000001000000L}); + public static final BitSet FOLLOW_104 = new BitSet(new long[]{0x0000000001000000L,0x0000000000800000L}); + public static final BitSet FOLLOW_105 = new BitSet(new long[]{0x0000000000000000L,0x0000000000800000L}); + public static final BitSet FOLLOW_106 = new BitSet(new long[]{0x0000000000000000L,0x0000000000200000L}); + public static final BitSet FOLLOW_107 = new BitSet(new long[]{0x0000000000000400L}); + public static final BitSet FOLLOW_108 = new BitSet(new long[]{0x0000000000400000L}); + public static final BitSet FOLLOW_109 = new BitSet(new long[]{0x0000000000000000L,0x0000000000001000L}); + public static final BitSet FOLLOW_110 = new BitSet(new long[]{0x0000000000000002L,0x0000000002000000L}); + public static final BitSet FOLLOW_111 = new BitSet(new long[]{0x0000000000000000L,0x0000000002000000L}); + public static final BitSet FOLLOW_112 = new BitSet(new long[]{0x0000000000000002L,0x0000000004000000L}); + public static final BitSet FOLLOW_113 = new BitSet(new long[]{0x0000000003000002L}); + public static final BitSet FOLLOW_114 = new BitSet(new long[]{0x0000000001000002L}); + public static final BitSet FOLLOW_115 = new BitSet(new long[]{0x0000000003000000L}); } \ No newline at end of file diff --git a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/serializer/AbstractDSLSemanticSequencer.java b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/serializer/AbstractDSLSemanticSequencer.java index 36581a9fd..91e96984e 100644 --- a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/serializer/AbstractDSLSemanticSequencer.java +++ b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/serializer/AbstractDSLSemanticSequencer.java @@ -59,7 +59,6 @@ import de.gebit.integrity.dsl.Test; import de.gebit.integrity.dsl.TestDefinition; import de.gebit.integrity.dsl.TimeDifference; -import de.gebit.integrity.dsl.TimeDifferencePart; import de.gebit.integrity.dsl.TimeSet; import de.gebit.integrity.dsl.TypedNestedObject; import de.gebit.integrity.dsl.USDateAnd12HrsTimeValue; @@ -268,9 +267,6 @@ public void sequence(ISerializationContext context, EObject semanticObject) { case DslPackage.TIME_DIFFERENCE: sequence_TimeDifference(context, (TimeDifference) semanticObject); return; - case DslPackage.TIME_DIFFERENCE_PART: - sequence_TimeDifferencePart(context, (TimeDifferencePart) semanticObject); - return; case DslPackage.TIME_SET: sequence_TimeSet(context, (TimeSet) semanticObject); return; @@ -1378,49 +1374,12 @@ protected void sequence_Test(ISerializationContext context, Test semanticObject) } - /** - * Contexts: - * TimeDifferencePart returns TimeDifferencePart - * - * Constraint: - * ( - * value=INTEGER - * ( - * temporalUnit='y' | - * temporalUnit='year' | - * temporalUnit='years' | - * temporalUnit='mon' | - * temporalUnit='month' | - * temporalUnit='months' | - * temporalUnit='d' | - * temporalUnit='day' | - * temporalUnit='days' | - * temporalUnit='h' | - * temporalUnit='hour' | - * temporalUnit='hours' | - * temporalUnit='m' | - * temporalUnit='minute' | - * temporalUnit='minutes' | - * temporalUnit='s' | - * temporalUnit='second' | - * temporalUnit='seconds' | - * temporalUnit='ms' | - * temporalUnit='millisecond' | - * temporalUnit='milliseconds' - * ) - * ) - */ - protected void sequence_TimeDifferencePart(ISerializationContext context, TimeDifferencePart semanticObject) { - genericSequencer.createSequence(context, semanticObject); - } - - /** * Contexts: * TimeDifference returns TimeDifference * * Constraint: - * ((direction='+' | direction='-') values+=TimeDifferencePart+) + * ((direction='+' | direction='-') values+=TIMESPAN+) */ protected void sequence_TimeDifference(ISerializationContext context, TimeDifference semanticObject) { genericSequencer.createSequence(context, semanticObject); diff --git a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/services/DSLGrammarAccess.java b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/services/DSLGrammarAccess.java index fdf37125b..2c3dd851b 100644 --- a/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/services/DSLGrammarAccess.java +++ b/de.gebit.integrity.dsl/src-gen/de/gebit/integrity/services/DSLGrammarAccess.java @@ -2205,13 +2205,13 @@ public class TimeDifferenceElements extends AbstractParserRuleElementFinder { private final Group cGroup_1 = (Group)cGroup.eContents().get(1); private final RuleCall cNLParserRuleCall_1_0 = (RuleCall)cGroup_1.eContents().get(0); private final Assignment cValuesAssignment_1_1 = (Assignment)cGroup_1.eContents().get(1); - private final RuleCall cValuesTimeDifferencePartParserRuleCall_1_1_0 = (RuleCall)cValuesAssignment_1_1.eContents().get(0); + private final RuleCall cValuesTIMESPANTerminalRuleCall_1_1_0 = (RuleCall)cValuesAssignment_1_1.eContents().get(0); //TimeDifference: - // direction=('+' | '-') (NL values+=TimeDifferencePart)+; + // direction=('+' | '-') (NL values+=TIMESPAN)+; @Override public ParserRule getRule() { return rule; } - //direction=('+' | '-') (NL values+=TimeDifferencePart)+ + //direction=('+' | '-') (NL values+=TIMESPAN)+ public Group getGroup() { return cGroup; } //direction=('+' | '-') @@ -2226,137 +2226,17 @@ public class TimeDifferenceElements extends AbstractParserRuleElementFinder { //'-' public Keyword getDirectionHyphenMinusKeyword_0_0_1() { return cDirectionHyphenMinusKeyword_0_0_1; } - //(NL values+=TimeDifferencePart)+ + //(NL values+=TIMESPAN)+ public Group getGroup_1() { return cGroup_1; } //NL public RuleCall getNLParserRuleCall_1_0() { return cNLParserRuleCall_1_0; } - //values+=TimeDifferencePart + //values+=TIMESPAN public Assignment getValuesAssignment_1_1() { return cValuesAssignment_1_1; } - //TimeDifferencePart - public RuleCall getValuesTimeDifferencePartParserRuleCall_1_1_0() { return cValuesTimeDifferencePartParserRuleCall_1_1_0; } - } - - public class TimeDifferencePartElements extends AbstractParserRuleElementFinder { - private final ParserRule rule = (ParserRule) GrammarUtil.findRuleForName(getGrammar(), "de.gebit.integrity.DSL.TimeDifferencePart"); - private final Group cGroup = (Group)rule.eContents().get(1); - private final Assignment cValueAssignment_0 = (Assignment)cGroup.eContents().get(0); - private final RuleCall cValueINTEGERTerminalRuleCall_0_0 = (RuleCall)cValueAssignment_0.eContents().get(0); - private final RuleCall cNLParserRuleCall_1 = (RuleCall)cGroup.eContents().get(1); - private final Assignment cTemporalUnitAssignment_2 = (Assignment)cGroup.eContents().get(2); - private final Alternatives cTemporalUnitAlternatives_2_0 = (Alternatives)cTemporalUnitAssignment_2.eContents().get(0); - private final Keyword cTemporalUnitYKeyword_2_0_0 = (Keyword)cTemporalUnitAlternatives_2_0.eContents().get(0); - private final Keyword cTemporalUnitYearKeyword_2_0_1 = (Keyword)cTemporalUnitAlternatives_2_0.eContents().get(1); - private final Keyword cTemporalUnitYearsKeyword_2_0_2 = (Keyword)cTemporalUnitAlternatives_2_0.eContents().get(2); - private final Keyword cTemporalUnitMonKeyword_2_0_3 = (Keyword)cTemporalUnitAlternatives_2_0.eContents().get(3); - private final Keyword cTemporalUnitMonthKeyword_2_0_4 = (Keyword)cTemporalUnitAlternatives_2_0.eContents().get(4); - private final Keyword cTemporalUnitMonthsKeyword_2_0_5 = (Keyword)cTemporalUnitAlternatives_2_0.eContents().get(5); - private final Keyword cTemporalUnitDKeyword_2_0_6 = (Keyword)cTemporalUnitAlternatives_2_0.eContents().get(6); - private final Keyword cTemporalUnitDayKeyword_2_0_7 = (Keyword)cTemporalUnitAlternatives_2_0.eContents().get(7); - private final Keyword cTemporalUnitDaysKeyword_2_0_8 = (Keyword)cTemporalUnitAlternatives_2_0.eContents().get(8); - private final Keyword cTemporalUnitHKeyword_2_0_9 = (Keyword)cTemporalUnitAlternatives_2_0.eContents().get(9); - private final Keyword cTemporalUnitHourKeyword_2_0_10 = (Keyword)cTemporalUnitAlternatives_2_0.eContents().get(10); - private final Keyword cTemporalUnitHoursKeyword_2_0_11 = (Keyword)cTemporalUnitAlternatives_2_0.eContents().get(11); - private final Keyword cTemporalUnitMKeyword_2_0_12 = (Keyword)cTemporalUnitAlternatives_2_0.eContents().get(12); - private final Keyword cTemporalUnitMinuteKeyword_2_0_13 = (Keyword)cTemporalUnitAlternatives_2_0.eContents().get(13); - private final Keyword cTemporalUnitMinutesKeyword_2_0_14 = (Keyword)cTemporalUnitAlternatives_2_0.eContents().get(14); - private final Keyword cTemporalUnitSKeyword_2_0_15 = (Keyword)cTemporalUnitAlternatives_2_0.eContents().get(15); - private final Keyword cTemporalUnitSecondKeyword_2_0_16 = (Keyword)cTemporalUnitAlternatives_2_0.eContents().get(16); - private final Keyword cTemporalUnitSecondsKeyword_2_0_17 = (Keyword)cTemporalUnitAlternatives_2_0.eContents().get(17); - private final Keyword cTemporalUnitMsKeyword_2_0_18 = (Keyword)cTemporalUnitAlternatives_2_0.eContents().get(18); - private final Keyword cTemporalUnitMillisecondKeyword_2_0_19 = (Keyword)cTemporalUnitAlternatives_2_0.eContents().get(19); - private final Keyword cTemporalUnitMillisecondsKeyword_2_0_20 = (Keyword)cTemporalUnitAlternatives_2_0.eContents().get(20); - - //TimeDifferencePart: - // value=INTEGER NL temporalUnit=('y' | 'year' | 'years' | 'mon' | 'month' | 'months' | 'd' | 'day' | 'days' | 'h' | - // 'hour' | 'hours' | 'm' | 'minute' | 'minutes' | 's' | 'second' | 'seconds' | 'ms' | 'millisecond' | 'milliseconds'); - @Override public ParserRule getRule() { return rule; } - - //value=INTEGER NL temporalUnit=('y' | 'year' | 'years' | 'mon' | 'month' | 'months' | 'd' | 'day' | 'days' | 'h' | 'hour' - //| 'hours' | 'm' | 'minute' | 'minutes' | 's' | 'second' | 'seconds' | 'ms' | 'millisecond' | 'milliseconds') - public Group getGroup() { return cGroup; } - - //value=INTEGER - public Assignment getValueAssignment_0() { return cValueAssignment_0; } - - //INTEGER - public RuleCall getValueINTEGERTerminalRuleCall_0_0() { return cValueINTEGERTerminalRuleCall_0_0; } - - //NL - public RuleCall getNLParserRuleCall_1() { return cNLParserRuleCall_1; } - - //temporalUnit=('y' | 'year' | 'years' | 'mon' | 'month' | 'months' | 'd' | 'day' | 'days' | 'h' | 'hour' | 'hours' | 'm' - //| 'minute' | 'minutes' | 's' | 'second' | 'seconds' | 'ms' | 'millisecond' | 'milliseconds') - public Assignment getTemporalUnitAssignment_2() { return cTemporalUnitAssignment_2; } - - //('y' | 'year' | 'years' | 'mon' | 'month' | 'months' | 'd' | 'day' | 'days' | 'h' | 'hour' | 'hours' | 'm' | 'minute' | - //'minutes' | 's' | 'second' | 'seconds' | 'ms' | 'millisecond' | 'milliseconds') - public Alternatives getTemporalUnitAlternatives_2_0() { return cTemporalUnitAlternatives_2_0; } - - //'y' - public Keyword getTemporalUnitYKeyword_2_0_0() { return cTemporalUnitYKeyword_2_0_0; } - - //'year' - public Keyword getTemporalUnitYearKeyword_2_0_1() { return cTemporalUnitYearKeyword_2_0_1; } - - //'years' - public Keyword getTemporalUnitYearsKeyword_2_0_2() { return cTemporalUnitYearsKeyword_2_0_2; } - - //'mon' - public Keyword getTemporalUnitMonKeyword_2_0_3() { return cTemporalUnitMonKeyword_2_0_3; } - - //'month' - public Keyword getTemporalUnitMonthKeyword_2_0_4() { return cTemporalUnitMonthKeyword_2_0_4; } - - //'months' - public Keyword getTemporalUnitMonthsKeyword_2_0_5() { return cTemporalUnitMonthsKeyword_2_0_5; } - - //'d' - public Keyword getTemporalUnitDKeyword_2_0_6() { return cTemporalUnitDKeyword_2_0_6; } - - //'day' - public Keyword getTemporalUnitDayKeyword_2_0_7() { return cTemporalUnitDayKeyword_2_0_7; } - - //'days' - public Keyword getTemporalUnitDaysKeyword_2_0_8() { return cTemporalUnitDaysKeyword_2_0_8; } - - //'h' - public Keyword getTemporalUnitHKeyword_2_0_9() { return cTemporalUnitHKeyword_2_0_9; } - - //'hour' - public Keyword getTemporalUnitHourKeyword_2_0_10() { return cTemporalUnitHourKeyword_2_0_10; } - - //'hours' - public Keyword getTemporalUnitHoursKeyword_2_0_11() { return cTemporalUnitHoursKeyword_2_0_11; } - - //'m' - public Keyword getTemporalUnitMKeyword_2_0_12() { return cTemporalUnitMKeyword_2_0_12; } - - //'minute' - public Keyword getTemporalUnitMinuteKeyword_2_0_13() { return cTemporalUnitMinuteKeyword_2_0_13; } - - //'minutes' - public Keyword getTemporalUnitMinutesKeyword_2_0_14() { return cTemporalUnitMinutesKeyword_2_0_14; } - - //'s' - public Keyword getTemporalUnitSKeyword_2_0_15() { return cTemporalUnitSKeyword_2_0_15; } - - //'second' - public Keyword getTemporalUnitSecondKeyword_2_0_16() { return cTemporalUnitSecondKeyword_2_0_16; } - - //'seconds' - public Keyword getTemporalUnitSecondsKeyword_2_0_17() { return cTemporalUnitSecondsKeyword_2_0_17; } - - //'ms' - public Keyword getTemporalUnitMsKeyword_2_0_18() { return cTemporalUnitMsKeyword_2_0_18; } - - //'millisecond' - public Keyword getTemporalUnitMillisecondKeyword_2_0_19() { return cTemporalUnitMillisecondKeyword_2_0_19; } - - //'milliseconds' - public Keyword getTemporalUnitMillisecondsKeyword_2_0_20() { return cTemporalUnitMillisecondsKeyword_2_0_20; } + //TIMESPAN + public RuleCall getValuesTIMESPANTerminalRuleCall_1_1_0() { return cValuesTIMESPANTerminalRuleCall_1_1_0; } } public class SuiteElements extends AbstractParserRuleElementFinder { @@ -4034,7 +3914,6 @@ public class NLFORCEDElements extends AbstractParserRuleElementFinder { private final NamedCallResultElements pNamedCallResult; private final TimeSetElements pTimeSet; private final TimeDifferenceElements pTimeDifference; - private final TimeDifferencePartElements pTimeDifferencePart; private final SuiteElements pSuite; private final SuiteParameterElements pSuiteParameter; private final SuiteReturnElements pSuiteReturn; @@ -4110,6 +3989,7 @@ public class NLFORCEDElements extends AbstractParserRuleElementFinder { private final TerminalRule tUSDATE; private final TerminalRule tTWENTYFOURHRSTIME; private final TerminalRule tTWELVEHRSTIME; + private final TerminalRule tTIMESPAN; private final TerminalRule tANY_OTHER; private final Grammar grammar; @@ -4161,7 +4041,6 @@ public DSLGrammarAccess(GrammarProvider grammarProvider) { this.pNamedCallResult = new NamedCallResultElements(); this.pTimeSet = new TimeSetElements(); this.pTimeDifference = new TimeDifferenceElements(); - this.pTimeDifferencePart = new TimeDifferencePartElements(); this.pSuite = new SuiteElements(); this.pSuiteParameter = new SuiteParameterElements(); this.pSuiteReturn = new SuiteReturnElements(); @@ -4237,6 +4116,7 @@ public DSLGrammarAccess(GrammarProvider grammarProvider) { this.tUSDATE = (TerminalRule) GrammarUtil.findRuleForName(getGrammar(), "de.gebit.integrity.DSL.USDATE"); this.tTWENTYFOURHRSTIME = (TerminalRule) GrammarUtil.findRuleForName(getGrammar(), "de.gebit.integrity.DSL.TWENTYFOURHRSTIME"); this.tTWELVEHRSTIME = (TerminalRule) GrammarUtil.findRuleForName(getGrammar(), "de.gebit.integrity.DSL.TWELVEHRSTIME"); + this.tTIMESPAN = (TerminalRule) GrammarUtil.findRuleForName(getGrammar(), "de.gebit.integrity.DSL.TIMESPAN"); this.tANY_OTHER = (TerminalRule) GrammarUtil.findRuleForName(getGrammar(), "de.gebit.integrity.DSL.ANY_OTHER"); } @@ -4721,7 +4601,7 @@ public ParserRule getTimeSetRule() { } //TimeDifference: - // direction=('+' | '-') (NL values+=TimeDifferencePart)+; + // direction=('+' | '-') (NL values+=TIMESPAN)+; public TimeDifferenceElements getTimeDifferenceAccess() { return pTimeDifference; } @@ -4730,17 +4610,6 @@ public ParserRule getTimeDifferenceRule() { return getTimeDifferenceAccess().getRule(); } - //TimeDifferencePart: - // value=INTEGER NL temporalUnit=('y' | 'year' | 'years' | 'mon' | 'month' | 'months' | 'd' | 'day' | 'days' | 'h' | - // 'hour' | 'hours' | 'm' | 'minute' | 'minutes' | 's' | 'second' | 'seconds' | 'ms' | 'millisecond' | 'milliseconds'); - public TimeDifferencePartElements getTimeDifferencePartAccess() { - return pTimeDifferencePart; - } - - public ParserRule getTimeDifferencePartRule() { - return getTimeDifferencePartAccess().getRule(); - } - //Suite: // inlined='inlined'? 'suite' NL (multiplier=ExecutionMultiplier NL)? definition=[SuiteDefinition|QualifiedName] NL // (parameters+=SuiteParameter NL)* (return+=SuiteReturn NL)* ('on' NL fork=[ForkDefinition|QualifiedName] NL)? ('in' NL @@ -5401,6 +5270,13 @@ public TerminalRule getTWELVEHRSTIMERule() { return tTWELVEHRSTIME; } + //terminal TIMESPAN: + // '0'..'9'+ ('y' | 'year' | 'years' | 'mon' | 'month' | 'months' | 'd' | 'day' | 'days' | 'h' | 'hour' | 'hours' | 'm' + // | 'minute' | 'minutes' | 's' | 'second' | 'seconds' | 'ms' | 'millisecond' | 'milliseconds'); + public TerminalRule getTIMESPANRule() { + return tTIMESPAN; + } + //terminal ANY_OTHER: // .; public TerminalRule getANY_OTHERRule() { diff --git a/de.gebit.integrity.dsl/src/de/gebit/integrity/utils/DateUtil.java b/de.gebit.integrity.dsl/src/de/gebit/integrity/utils/DateUtil.java index f212edf56..8033a7bff 100644 --- a/de.gebit.integrity.dsl/src/de/gebit/integrity/utils/DateUtil.java +++ b/de.gebit.integrity.dsl/src/de/gebit/integrity/utils/DateUtil.java @@ -8,7 +8,6 @@ package de.gebit.integrity.utils; import java.lang.reflect.Field; -import java.math.BigInteger; import java.text.DateFormat; import java.text.ParseException; import java.text.SimpleDateFormat; @@ -21,6 +20,8 @@ import java.util.List; import java.util.TimeZone; import java.util.concurrent.TimeUnit; +import java.util.regex.Matcher; +import java.util.regex.Pattern; import org.eclipse.xtext.util.Pair; import org.eclipse.xtext.util.Tuples; @@ -36,7 +37,6 @@ import de.gebit.integrity.dsl.Simple12HrsTimeValue; import de.gebit.integrity.dsl.Simple24HrsTimeValue; import de.gebit.integrity.dsl.TimeDifference; -import de.gebit.integrity.dsl.TimeDifferencePart; import de.gebit.integrity.dsl.TimeValue; import de.gebit.integrity.dsl.USDateAnd12HrsTimeValue; import de.gebit.integrity.dsl.USDateValue; @@ -460,52 +460,67 @@ public static String convertNanosecondTimespanToHumanReadableFormat(long aTimesp public static List> convertTimeDifference(TimeDifference aDifference) { List> tempResults = new ArrayList>( aDifference.getValues().size()); - long tempNegation = ("-".equals(aDifference.getDirection()) ? -1 : 1); + boolean tempNegate = ("-".equals(aDifference.getDirection())); - for (TimeDifferencePart tempPart : aDifference.getValues()) { - BigInteger tempValue = tempPart.getValue(); - if (tempValue == null || tempPart.getTemporalUnit() == null) { - continue; - } - TemporalUnit tempUnit = convertTemporalUnit(tempPart.getTemporalUnit()); - tempResults.add(Tuples.create(tempValue.longValue() * tempNegation, tempUnit)); + for (String tempPart : aDifference.getValues()) { + tempResults.add(parseTimeSpanString(tempPart, tempNegate)); } return tempResults; } - private static TemporalUnit convertTemporalUnit(String aTemporalUnit) { - switch (aTemporalUnit) { + /** + * The timespan terminal pattern. + */ + private static final Pattern TIMESPAN_PATTERN = Pattern.compile("^(\\d+)([a-z]+)$"); + + private static Pair parseTimeSpanString(String aTimeSpanString, boolean aNegateFlag) { + String tempUnitPart; + long tempValue; + Matcher tempMatcher = TIMESPAN_PATTERN.matcher(aTimeSpanString); + + if (!tempMatcher.matches()) { + throw new RuntimeException("Unparseable timespan terminal: " + aTimeSpanString); + } + + tempValue = Long.parseLong(tempMatcher.group(1)); + tempUnitPart = tempMatcher.group(2); + + if (aNegateFlag) { + tempValue = tempValue * -1L; + } + + switch (tempUnitPart) { case "y": case "year": case "years": - return ChronoUnit.YEARS; + return Tuples.create(tempValue, ChronoUnit.YEARS); case "mon": case "month": case "months": - return ChronoUnit.MONTHS; + return Tuples.create(tempValue, ChronoUnit.MONTHS); case "d": case "day": case "days": - return ChronoUnit.DAYS; + return Tuples.create(tempValue, ChronoUnit.DAYS); case "h": case "hour": case "hours": - return ChronoUnit.HOURS; + return Tuples.create(tempValue, ChronoUnit.HOURS); case "m": case "minute": case "minutes": - return ChronoUnit.MINUTES; + return Tuples.create(tempValue, ChronoUnit.MINUTES); case "s": case "second": case "seconds": - return ChronoUnit.SECONDS; + return Tuples.create(tempValue, ChronoUnit.SECONDS); case "ms": case "millisecond": case "milliseconds": - return ChronoUnit.MILLIS; + return Tuples.create(tempValue, ChronoUnit.MILLIS); default: - throw new RuntimeException("Unknown temporal unit: " + aTemporalUnit); + throw new RuntimeException("Unknown temporal unit: " + tempUnitPart); } } diff --git a/de.gebit.integrity.dsl/src/integrity/integrity.xtext b/de.gebit.integrity.dsl/src/integrity/integrity.xtext index 6083bea60..1a949b48f 100644 --- a/de.gebit.integrity.dsl/src/integrity/integrity.xtext +++ b/de.gebit.integrity.dsl/src/integrity/integrity.xtext @@ -155,10 +155,7 @@ TimeSet: 'timeset' NL (live='live' NL | ((startTime=ValueOrEnumValueOrOperation | diffTime=TimeDifference) NL (progressionMode='progressing' NL (progressionFactor=ValueOrEnumValueOrOperation 'x' NL)?)?)) ('on' NL ((forks+=[ForkDefinition|QualifiedName] | masterFork='master') ','? NL)+)?; TimeDifference: - direction=('+'|'-') (NL values+=TimeDifferencePart)+; - -TimeDifferencePart: - value=INTEGER NL temporalUnit=('y'|'year'|'years'|'mon'|'month'|'months'|'d'|'day'|'days'|'h'|'hour'|'hours'|'m'|'minute'|'minutes'|'s'|'second'|'seconds'|'ms'|'millisecond'|'milliseconds'); + direction=('+'|'-') (NL values+=TIMESPAN)+; Suite: inlined='inlined'? 'suite' NL (multiplier=ExecutionMultiplier NL)? definition=[SuiteDefinition|QualifiedName] NL (parameters+=SuiteParameter NL)* (return+=SuiteReturn NL)* ('on' NL fork=[ForkDefinition|QualifiedName] NL)? ('in' NL (variants+=[VariantDefinition|QualifiedName] ','? NL)+)?; @@ -344,5 +341,7 @@ terminal USDATE: ('0'..'1')('0'..'9') '/' ('0'..'3')('0'..'9') '/' ('0'..'9')('0 terminal TWENTYFOURHRSTIME: ('0'..'2')('0'..'9') ':' ('0'..'5')('0'..'9') (':' ('0'..'6')('0'..'9') ('.' (('0'..'9')('0'..'9')('0'..'9')))?)?; terminal TWELVEHRSTIME: ('0'..'1')('0'..'9') ':' ('0'..'5')('0'..'9') (':' ('0'..'6')('0'..'9') ('.' (('0'..'9')('0'..'9')('0'..'9')))?)? ('am'|'pm'); +// Making the following a terminal is a trick so we don't have to make all those units into keywords +terminal TIMESPAN: ('0'..'9')+ ('y'|'year'|'years'|'mon'|'month'|'months'|'d'|'day'|'days'|'h'|'hour'|'hours'|'m'|'minute'|'minutes'|'s'|'second'|'seconds'|'ms'|'millisecond'|'milliseconds'); terminal ANY_OTHER: .; \ No newline at end of file diff --git a/de.gebit.integrity.dsl/xtend-gen/de/gebit/integrity/generator/.DSLGenerator.xtendbin b/de.gebit.integrity.dsl/xtend-gen/de/gebit/integrity/generator/.DSLGenerator.xtendbin index 8094a226f3a96e7e2ae18b4ab8099a1a11b8f16a..da1f6d5b4612496502d01b6db7b841b10f176726 100644 GIT binary patch delta 64 zcmZn?XcFKJ@MdNaVc_84V3^aayph+JnHflLj%D^>0y9>y&SC^HCcCnmgXwy9doX>F G-4Or@(h>^* delta 64 zcmZn?XcFKJ@MdNaVc_84V5m+}+Q{q6%nYPA$1-~`ff*}UXEA~plU>=(!E`;lJ(xbo G?g#+jA`pcD diff --git a/de.gebit.integrity.runner/src/de/gebit/integrity/runner/DefaultTestRunner.java b/de.gebit.integrity.runner/src/de/gebit/integrity/runner/DefaultTestRunner.java index 41eae2035..898dd7abf 100644 --- a/de.gebit.integrity.runner/src/de/gebit/integrity/runner/DefaultTestRunner.java +++ b/de.gebit.integrity.runner/src/de/gebit/integrity/runner/DefaultTestRunner.java @@ -2353,8 +2353,17 @@ protected void executeTimeSet(TimeSet aTimeSet) { currentCallback.onCallbackProcessingEnd(); } } catch (Exception exc) { - // Any exception happening in Integrity itself during time setting is considered an abort execution case - handlePossibleAbortException(new AbortExecutionException("Failed to set test time", exc)); + // Any exception happening in Integrity itself during time setting is considered an abort execution case, + // except if this happens during dry run, in which case we just throw it on + if (currentPhase == Phase.TEST_RUN) { + handlePossibleAbortException(new AbortExecutionException("Failed to set test time", exc)); + } else { + if (exc instanceof RuntimeException) { + throw (RuntimeException) exc; + } else { + throw new RuntimeException(exc); + } + } } } diff --git a/de.gebit.integrity.runner/src/de/gebit/integrity/runner/callbacks/TestFormatter.java b/de.gebit.integrity.runner/src/de/gebit/integrity/runner/callbacks/TestFormatter.java index 6daefbdad..d0a67dcae 100644 --- a/de.gebit.integrity.runner/src/de/gebit/integrity/runner/callbacks/TestFormatter.java +++ b/de.gebit.integrity.runner/src/de/gebit/integrity/runner/callbacks/TestFormatter.java @@ -443,10 +443,6 @@ public String timeSetToHumanReadableString(TimeSet aTimeSet, List { - return aPart.getValue() - + ((aPart.getTemporalUnit().length() > 2 && !"mon".equals(aPart.getTemporalUnit())) ? " " : "") - + aPart.getTemporalUnit(); - }).collect(Collectors.joining(" ")); + return aTimeDiff.getValues().stream().collect(Collectors.joining(" ")); } }