blob: c553ed8461d8ed973513ffd53698862f8b1ff09b [file] [log] [blame]
/**
*
* Copyright (c) 2011, 2016 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Christophe Loetz (Loetz GmbH&Co.KG) - initial implementation
*
*/
grammar InternalReportDSL;
options {
superClass=AbstractInternalContentAssistParser;
backtrack=true;
}
@lexer::header {
package org.eclipse.osbp.xtext.reportdsl.ui.contentassist.antlr.internal;
// Hack: Use our own Lexer superclass by means of import.
// Currently there is no other way to specify the superclass for the lexer.
import org.eclipse.xtext.ui.editor.contentassist.antlr.internal.Lexer;
}
@parser::header {
package org.eclipse.osbp.xtext.reportdsl.ui.contentassist.antlr.internal;
import java.io.InputStream;
import org.eclipse.xtext.*;
import org.eclipse.xtext.parser.*;
import org.eclipse.xtext.parser.impl.*;
import org.eclipse.emf.ecore.util.EcoreUtil;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.xtext.parser.antlr.XtextTokenStream;
import org.eclipse.xtext.parser.antlr.XtextTokenStream.HiddenTokens;
import org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser;
import org.eclipse.xtext.ui.editor.contentassist.antlr.internal.DFA;
import org.eclipse.osbp.xtext.reportdsl.services.ReportDSLGrammarAccess;
}
@parser::members {
private ReportDSLGrammarAccess grammarAccess;
public void setGrammarAccess(ReportDSLGrammarAccess grammarAccess) {
this.grammarAccess = grammarAccess;
}
@Override
protected Grammar getGrammar() {
return grammarAccess.getGrammar();
}
@Override
protected String getValueForTokenName(String tokenName) {
return tokenName;
}
}
// Entry rule entryRuleReportModel
entryRuleReportModel
:
{ before(grammarAccess.getReportModelRule()); }
ruleReportModel
{ after(grammarAccess.getReportModelRule()); }
EOF
;
// Rule ReportModel
ruleReportModel
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportModelAccess().getPckgAssignment()); }
(rule__ReportModel__PckgAssignment)*
{ after(grammarAccess.getReportModelAccess().getPckgAssignment()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleReportPackage
entryRuleReportPackage
:
{ before(grammarAccess.getReportPackageRule()); }
ruleReportPackage
{ after(grammarAccess.getReportPackageRule()); }
EOF
;
// Rule ReportPackage
ruleReportPackage
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportPackageAccess().getGroup()); }
(rule__ReportPackage__Group__0)
{ after(grammarAccess.getReportPackageAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRulePageTemplates
entryRulePageTemplates
:
{ before(grammarAccess.getPageTemplatesRule()); }
rulePageTemplates
{ after(grammarAccess.getPageTemplatesRule()); }
EOF
;
// Rule PageTemplates
rulePageTemplates
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageTemplatesAccess().getGroup()); }
(rule__PageTemplates__Group__0)
{ after(grammarAccess.getPageTemplatesAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleSomeFormats
entryRuleSomeFormats
:
{ before(grammarAccess.getSomeFormatsRule()); }
ruleSomeFormats
{ after(grammarAccess.getSomeFormatsRule()); }
EOF
;
// Rule SomeFormats
ruleSomeFormats
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSomeFormatsAccess().getGroup()); }
(rule__SomeFormats__Group__0)
{ after(grammarAccess.getSomeFormatsAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleColors
entryRuleColors
:
{ before(grammarAccess.getColorsRule()); }
ruleColors
{ after(grammarAccess.getColorsRule()); }
EOF
;
// Rule Colors
ruleColors
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getColorsAccess().getGroup()); }
(rule__Colors__Group__0)
{ after(grammarAccess.getColorsAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleFonts
entryRuleFonts
:
{ before(grammarAccess.getFontsRule()); }
ruleFonts
{ after(grammarAccess.getFontsRule()); }
EOF
;
// Rule Fonts
ruleFonts
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getFontsAccess().getGroup()); }
(rule__Fonts__Group__0)
{ after(grammarAccess.getFontsAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleMedias
entryRuleMedias
:
{ before(grammarAccess.getMediasRule()); }
ruleMedias
{ after(grammarAccess.getMediasRule()); }
EOF
;
// Rule Medias
ruleMedias
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getMediasAccess().getGroup()); }
(rule__Medias__Group__0)
{ after(grammarAccess.getMediasAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleMedia
entryRuleMedia
:
{ before(grammarAccess.getMediaRule()); }
ruleMedia
{ after(grammarAccess.getMediaRule()); }
EOF
;
// Rule Media
ruleMedia
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getMediaAccess().getGroup()); }
(rule__Media__Group__0)
{ after(grammarAccess.getMediaAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleStyles
entryRuleStyles
:
{ before(grammarAccess.getStylesRule()); }
ruleStyles
{ after(grammarAccess.getStylesRule()); }
EOF
;
// Rule Styles
ruleStyles
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getStylesAccess().getGroup()); }
(rule__Styles__Group__0)
{ after(grammarAccess.getStylesAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRulePageTemplate
entryRulePageTemplate
:
{ before(grammarAccess.getPageTemplateRule()); }
rulePageTemplate
{ after(grammarAccess.getPageTemplateRule()); }
EOF
;
// Rule PageTemplate
rulePageTemplate
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageTemplateAccess().getGroup()); }
(rule__PageTemplate__Group__0)
{ after(grammarAccess.getPageTemplateAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleUnsignedNumber
entryRuleUnsignedNumber
:
{ before(grammarAccess.getUnsignedNumberRule()); }
ruleUnsignedNumber
{ after(grammarAccess.getUnsignedNumberRule()); }
EOF
;
// Rule UnsignedNumber
ruleUnsignedNumber
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getUnsignedNumberAccess().getNumberParserRuleCall()); }
ruleNumber
{ after(grammarAccess.getUnsignedNumberAccess().getNumberParserRuleCall()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleColor
entryRuleColor
:
{ before(grammarAccess.getColorRule()); }
ruleColor
{ after(grammarAccess.getColorRule()); }
EOF
;
// Rule Color
ruleColor
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getColorAccess().getGroup()); }
(rule__Color__Group__0)
{ after(grammarAccess.getColorAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleFont
entryRuleFont
:
{ before(grammarAccess.getFontRule()); }
ruleFont
{ after(grammarAccess.getFontRule()); }
EOF
;
// Rule Font
ruleFont
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getFontAccess().getUnorderedGroup()); }
(rule__Font__UnorderedGroup)
{ after(grammarAccess.getFontAccess().getUnorderedGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleFontFamily
entryRuleFontFamily
:
{ before(grammarAccess.getFontFamilyRule()); }
ruleFontFamily
{ after(grammarAccess.getFontFamilyRule()); }
EOF
;
// Rule FontFamily
ruleFontFamily
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getFontFamilyAccess().getAlternatives()); }
(rule__FontFamily__Alternatives)
{ after(grammarAccess.getFontFamilyAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleBuildInFontFamily
entryRuleBuildInFontFamily
:
{ before(grammarAccess.getBuildInFontFamilyRule()); }
ruleBuildInFontFamily
{ after(grammarAccess.getBuildInFontFamilyRule()); }
EOF
;
// Rule BuildInFontFamily
ruleBuildInFontFamily
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getBuildInFontFamilyAccess().getCustomAssignment()); }
(rule__BuildInFontFamily__CustomAssignment)
{ after(grammarAccess.getBuildInFontFamilyAccess().getCustomAssignment()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleCustomFontFamily
entryRuleCustomFontFamily
:
{ before(grammarAccess.getCustomFontFamilyRule()); }
ruleCustomFontFamily
{ after(grammarAccess.getCustomFontFamilyRule()); }
EOF
;
// Rule CustomFontFamily
ruleCustomFontFamily
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getCustomFontFamilyAccess().getCustomAssignment()); }
(rule__CustomFontFamily__CustomAssignment)
{ after(grammarAccess.getCustomFontFamilyAccess().getCustomAssignment()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleBorderStyle
entryRuleBorderStyle
:
{ before(grammarAccess.getBorderStyleRule()); }
ruleBorderStyle
{ after(grammarAccess.getBorderStyleRule()); }
EOF
;
// Rule BorderStyle
ruleBorderStyle
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getBorderStyleAccess().getGroup()); }
(rule__BorderStyle__Group__0)
{ after(grammarAccess.getBorderStyleAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleStyle
entryRuleStyle
:
{ before(grammarAccess.getStyleRule()); }
ruleStyle
{ after(grammarAccess.getStyleRule()); }
EOF
;
// Rule Style
ruleStyle
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getStyleAccess().getGroup()); }
(rule__Style__Group__0)
{ after(grammarAccess.getStyleAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleMediaStyle
entryRuleMediaStyle
:
{ before(grammarAccess.getMediaStyleRule()); }
ruleMediaStyle
{ after(grammarAccess.getMediaStyleRule()); }
EOF
;
// Rule MediaStyle
ruleMediaStyle
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getMediaStyleAccess().getGroup()); }
(rule__MediaStyle__Group__0)
{ after(grammarAccess.getMediaStyleAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleSomeFormat
entryRuleSomeFormat
:
{ before(grammarAccess.getSomeFormatRule()); }
ruleSomeFormat
{ after(grammarAccess.getSomeFormatRule()); }
EOF
;
// Rule SomeFormat
ruleSomeFormat
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSomeFormatAccess().getAlternatives()); }
(rule__SomeFormat__Alternatives)
{ after(grammarAccess.getSomeFormatAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleUomoFormat
entryRuleUomoFormat
:
{ before(grammarAccess.getUomoFormatRule()); }
ruleUomoFormat
{ after(grammarAccess.getUomoFormatRule()); }
EOF
;
// Rule UomoFormat
ruleUomoFormat
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getUomoFormatAccess().getGroup()); }
(rule__UomoFormat__Group__0)
{ after(grammarAccess.getUomoFormatAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleNumberFormat
entryRuleNumberFormat
:
{ before(grammarAccess.getNumberFormatRule()); }
ruleNumberFormat
{ after(grammarAccess.getNumberFormatRule()); }
EOF
;
// Rule NumberFormat
ruleNumberFormat
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNumberFormatAccess().getGroup()); }
(rule__NumberFormat__Group__0)
{ after(grammarAccess.getNumberFormatAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleCurrencyFormat
entryRuleCurrencyFormat
:
{ before(grammarAccess.getCurrencyFormatRule()); }
ruleCurrencyFormat
{ after(grammarAccess.getCurrencyFormatRule()); }
EOF
;
// Rule CurrencyFormat
ruleCurrencyFormat
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getCurrencyFormatAccess().getGroup()); }
(rule__CurrencyFormat__Group__0)
{ after(grammarAccess.getCurrencyFormatAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleDateFormat
entryRuleDateFormat
:
{ before(grammarAccess.getDateFormatRule()); }
ruleDateFormat
{ after(grammarAccess.getDateFormatRule()); }
EOF
;
// Rule DateFormat
ruleDateFormat
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getDateFormatAccess().getGroup()); }
(rule__DateFormat__Group__0)
{ after(grammarAccess.getDateFormatAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleDateTimeFormat
entryRuleDateTimeFormat
:
{ before(grammarAccess.getDateTimeFormatRule()); }
ruleDateTimeFormat
{ after(grammarAccess.getDateTimeFormatRule()); }
EOF
;
// Rule DateTimeFormat
ruleDateTimeFormat
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getDateTimeFormatAccess().getGroup()); }
(rule__DateTimeFormat__Group__0)
{ after(grammarAccess.getDateTimeFormatAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTimeFormat
entryRuleTimeFormat
:
{ before(grammarAccess.getTimeFormatRule()); }
ruleTimeFormat
{ after(grammarAccess.getTimeFormatRule()); }
EOF
;
// Rule TimeFormat
ruleTimeFormat
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTimeFormatAccess().getGroup()); }
(rule__TimeFormat__Group__0)
{ after(grammarAccess.getTimeFormatAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleReport
entryRuleReport
:
{ before(grammarAccess.getReportRule()); }
ruleReport
{ after(grammarAccess.getReportRule()); }
EOF
;
// Rule Report
ruleReport
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportAccess().getGroup()); }
(rule__Report__Group__0)
{ after(grammarAccess.getReportAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleReportDesign
entryRuleReportDesign
:
{ before(grammarAccess.getReportDesignRule()); }
ruleReportDesign
{ after(grammarAccess.getReportDesignRule()); }
EOF
;
// Rule ReportDesign
ruleReportDesign
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportDesignAccess().getAlternatives()); }
(rule__ReportDesign__Alternatives)
{ after(grammarAccess.getReportDesignAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleReportDesignFile
entryRuleReportDesignFile
:
{ before(grammarAccess.getReportDesignFileRule()); }
ruleReportDesignFile
{ after(grammarAccess.getReportDesignFileRule()); }
EOF
;
// Rule ReportDesignFile
ruleReportDesignFile
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportDesignFileAccess().getGroup()); }
(rule__ReportDesignFile__Group__0)
{ after(grammarAccess.getReportDesignFileAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleReportDesignTemplate
entryRuleReportDesignTemplate
:
{ before(grammarAccess.getReportDesignTemplateRule()); }
ruleReportDesignTemplate
{ after(grammarAccess.getReportDesignTemplateRule()); }
EOF
;
// Rule ReportDesignTemplate
ruleReportDesignTemplate
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportDesignTemplateAccess().getGroup()); }
(rule__ReportDesignTemplate__Group__0)
{ after(grammarAccess.getReportDesignTemplateAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRulePageHeader
entryRulePageHeader
:
{ before(grammarAccess.getPageHeaderRule()); }
rulePageHeader
{ after(grammarAccess.getPageHeaderRule()); }
EOF
;
// Rule PageHeader
rulePageHeader
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageHeaderAccess().getGroup()); }
(rule__PageHeader__Group__0)
{ after(grammarAccess.getPageHeaderAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRulePageDetail
entryRulePageDetail
:
{ before(grammarAccess.getPageDetailRule()); }
rulePageDetail
{ after(grammarAccess.getPageDetailRule()); }
EOF
;
// Rule PageDetail
rulePageDetail
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageDetailAccess().getGroup()); }
(rule__PageDetail__Group__0)
{ after(grammarAccess.getPageDetailAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRulePageFooter
entryRulePageFooter
:
{ before(grammarAccess.getPageFooterRule()); }
rulePageFooter
{ after(grammarAccess.getPageFooterRule()); }
EOF
;
// Rule PageFooter
rulePageFooter
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageFooterAccess().getGroup()); }
(rule__PageFooter__Group__0)
{ after(grammarAccess.getPageFooterAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleElement
entryRuleElement
:
{ before(grammarAccess.getElementRule()); }
ruleElement
{ after(grammarAccess.getElementRule()); }
EOF
;
// Rule Element
ruleElement
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getElementAccess().getAlternatives()); }
(rule__Element__Alternatives)
{ after(grammarAccess.getElementAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleGrid
entryRuleGrid
:
{ before(grammarAccess.getGridRule()); }
ruleGrid
{ after(grammarAccess.getGridRule()); }
EOF
;
// Rule Grid
ruleGrid
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getGridAccess().getGroup()); }
(rule__Grid__Group__0)
{ after(grammarAccess.getGridAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleGridRow
entryRuleGridRow
:
{ before(grammarAccess.getGridRowRule()); }
ruleGridRow
{ after(grammarAccess.getGridRowRule()); }
EOF
;
// Rule GridRow
ruleGridRow
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getGridRowAccess().getGroup()); }
(rule__GridRow__Group__0)
{ after(grammarAccess.getGridRowAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleGridCell
entryRuleGridCell
:
{ before(grammarAccess.getGridCellRule()); }
ruleGridCell
{ after(grammarAccess.getGridCellRule()); }
EOF
;
// Rule GridCell
ruleGridCell
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getGridCellAccess().getGroup()); }
(rule__GridCell__Group__0)
{ after(grammarAccess.getGridCellAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleDatamartTable
entryRuleDatamartTable
:
{ before(grammarAccess.getDatamartTableRule()); }
ruleDatamartTable
{ after(grammarAccess.getDatamartTableRule()); }
EOF
;
// Rule DatamartTable
ruleDatamartTable
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getDatamartTableAccess().getGroup()); }
(rule__DatamartTable__Group__0)
{ after(grammarAccess.getDatamartTableAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleDatamartTableGroup
entryRuleDatamartTableGroup
:
{ before(grammarAccess.getDatamartTableGroupRule()); }
ruleDatamartTableGroup
{ after(grammarAccess.getDatamartTableGroupRule()); }
EOF
;
// Rule DatamartTableGroup
ruleDatamartTableGroup
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getDatamartTableGroupAccess().getGroup()); }
(rule__DatamartTableGroup__Group__0)
{ after(grammarAccess.getDatamartTableGroupAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleDatamartTableGroupHeader
entryRuleDatamartTableGroupHeader
:
{ before(grammarAccess.getDatamartTableGroupHeaderRule()); }
ruleDatamartTableGroupHeader
{ after(grammarAccess.getDatamartTableGroupHeaderRule()); }
EOF
;
// Rule DatamartTableGroupHeader
ruleDatamartTableGroupHeader
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getDatamartTableGroupHeaderAccess().getGroup()); }
(rule__DatamartTableGroupHeader__Group__0)
{ after(grammarAccess.getDatamartTableGroupHeaderAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleDatamartTableGroupFooter
entryRuleDatamartTableGroupFooter
:
{ before(grammarAccess.getDatamartTableGroupFooterRule()); }
ruleDatamartTableGroupFooter
{ after(grammarAccess.getDatamartTableGroupFooterRule()); }
EOF
;
// Rule DatamartTableGroupFooter
ruleDatamartTableGroupFooter
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getDatamartTableGroupFooterAccess().getGroup()); }
(rule__DatamartTableGroupFooter__Group__0)
{ after(grammarAccess.getDatamartTableGroupFooterAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleDatamartTableDetail
entryRuleDatamartTableDetail
:
{ before(grammarAccess.getDatamartTableDetailRule()); }
ruleDatamartTableDetail
{ after(grammarAccess.getDatamartTableDetailRule()); }
EOF
;
// Rule DatamartTableDetail
ruleDatamartTableDetail
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getDatamartTableDetailAccess().getGroup()); }
(rule__DatamartTableDetail__Group__0)
{ after(grammarAccess.getDatamartTableDetailAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleDatamartTableProperty
entryRuleDatamartTableProperty
:
{ before(grammarAccess.getDatamartTablePropertyRule()); }
ruleDatamartTableProperty
{ after(grammarAccess.getDatamartTablePropertyRule()); }
EOF
;
// Rule DatamartTableProperty
ruleDatamartTableProperty
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getDatamartTablePropertyAccess().getGroup()); }
(rule__DatamartTableProperty__Group__0)
{ after(grammarAccess.getDatamartTablePropertyAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableImage
entryRuleTableImage
:
{ before(grammarAccess.getTableImageRule()); }
ruleTableImage
{ after(grammarAccess.getTableImageRule()); }
EOF
;
// Rule TableImage
ruleTableImage
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableImageAccess().getGroup()); }
(rule__TableImage__Group__0)
{ after(grammarAccess.getTableImageAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableValueElement
entryRuleTableValueElement
:
{ before(grammarAccess.getTableValueElementRule()); }
ruleTableValueElement
{ after(grammarAccess.getTableValueElementRule()); }
EOF
;
// Rule TableValueElement
ruleTableValueElement
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueElementAccess().getAlternatives()); }
(rule__TableValueElement__Alternatives)
{ after(grammarAccess.getTableValueElementAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableProperty
entryRuleTableProperty
:
{ before(grammarAccess.getTablePropertyRule()); }
ruleTableProperty
{ after(grammarAccess.getTablePropertyRule()); }
EOF
;
// Rule TableProperty
ruleTableProperty
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTablePropertyAccess().getGroup()); }
(rule__TableProperty__Group__0)
{ after(grammarAccess.getTablePropertyAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableAggregation
entryRuleTableAggregation
:
{ before(grammarAccess.getTableAggregationRule()); }
ruleTableAggregation
{ after(grammarAccess.getTableAggregationRule()); }
EOF
;
// Rule TableAggregation
ruleTableAggregation
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAggregationAccess().getGroup()); }
(rule__TableAggregation__Group__0)
{ after(grammarAccess.getTableAggregationAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableBaseAggregation
entryRuleTableBaseAggregation
:
{ before(grammarAccess.getTableBaseAggregationRule()); }
ruleTableBaseAggregation
{ after(grammarAccess.getTableBaseAggregationRule()); }
EOF
;
// Rule TableBaseAggregation
ruleTableBaseAggregation
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableBaseAggregationAccess().getAlternatives()); }
(rule__TableBaseAggregation__Alternatives)
{ after(grammarAccess.getTableBaseAggregationAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTablePureAggregation
entryRuleTablePureAggregation
:
{ before(grammarAccess.getTablePureAggregationRule()); }
ruleTablePureAggregation
{ after(grammarAccess.getTablePureAggregationRule()); }
EOF
;
// Rule TablePureAggregation
ruleTablePureAggregation
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTablePureAggregationAccess().getAggregationAssignment()); }
(rule__TablePureAggregation__AggregationAssignment)
{ after(grammarAccess.getTablePureAggregationAccess().getAggregationAssignment()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableUnaryAggregation
entryRuleTableUnaryAggregation
:
{ before(grammarAccess.getTableUnaryAggregationRule()); }
ruleTableUnaryAggregation
{ after(grammarAccess.getTableUnaryAggregationRule()); }
EOF
;
// Rule TableUnaryAggregation
ruleTableUnaryAggregation
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableUnaryAggregationAccess().getGroup()); }
(rule__TableUnaryAggregation__Group__0)
{ after(grammarAccess.getTableUnaryAggregationAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableMultipleAggregation
entryRuleTableMultipleAggregation
:
{ before(grammarAccess.getTableMultipleAggregationRule()); }
ruleTableMultipleAggregation
{ after(grammarAccess.getTableMultipleAggregationRule()); }
EOF
;
// Rule TableMultipleAggregation
ruleTableMultipleAggregation
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableMultipleAggregationAccess().getGroup()); }
(rule__TableMultipleAggregation__Group__0)
{ after(grammarAccess.getTableMultipleAggregationAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableBinaryAggregation
entryRuleTableBinaryAggregation
:
{ before(grammarAccess.getTableBinaryAggregationRule()); }
ruleTableBinaryAggregation
{ after(grammarAccess.getTableBinaryAggregationRule()); }
EOF
;
// Rule TableBinaryAggregation
ruleTableBinaryAggregation
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableBinaryAggregationAccess().getGroup()); }
(rule__TableBinaryAggregation__Group__0)
{ after(grammarAccess.getTableBinaryAggregationAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableInterval
entryRuleTableInterval
:
{ before(grammarAccess.getTableIntervalRule()); }
ruleTableInterval
{ after(grammarAccess.getTableIntervalRule()); }
EOF
;
// Rule TableInterval
ruleTableInterval
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableIntervalAccess().getAlternatives()); }
(rule__TableInterval__Alternatives)
{ after(grammarAccess.getTableIntervalAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableNumberInterval
entryRuleTableNumberInterval
:
{ before(grammarAccess.getTableNumberIntervalRule()); }
ruleTableNumberInterval
{ after(grammarAccess.getTableNumberIntervalRule()); }
EOF
;
// Rule TableNumberInterval
ruleTableNumberInterval
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableNumberIntervalAccess().getGroup()); }
(rule__TableNumberInterval__Group__0)
{ after(grammarAccess.getTableNumberIntervalAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableDateDayInterval
entryRuleTableDateDayInterval
:
{ before(grammarAccess.getTableDateDayIntervalRule()); }
ruleTableDateDayInterval
{ after(grammarAccess.getTableDateDayIntervalRule()); }
EOF
;
// Rule TableDateDayInterval
ruleTableDateDayInterval
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDateDayIntervalAccess().getGroup()); }
(rule__TableDateDayInterval__Group__0)
{ after(grammarAccess.getTableDateDayIntervalAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableLookup
entryRuleTableLookup
:
{ before(grammarAccess.getTableLookupRule()); }
ruleTableLookup
{ after(grammarAccess.getTableLookupRule()); }
EOF
;
// Rule TableLookup
ruleTableLookup
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableLookupAccess().getAlternatives()); }
(rule__TableLookup__Alternatives)
{ after(grammarAccess.getTableLookupAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableNumberLookup
entryRuleTableNumberLookup
:
{ before(grammarAccess.getTableNumberLookupRule()); }
ruleTableNumberLookup
{ after(grammarAccess.getTableNumberLookupRule()); }
EOF
;
// Rule TableNumberLookup
ruleTableNumberLookup
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableNumberLookupAccess().getGroup()); }
(rule__TableNumberLookup__Group__0)
{ after(grammarAccess.getTableNumberLookupAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableStringLookup
entryRuleTableStringLookup
:
{ before(grammarAccess.getTableStringLookupRule()); }
ruleTableStringLookup
{ after(grammarAccess.getTableStringLookupRule()); }
EOF
;
// Rule TableStringLookup
ruleTableStringLookup
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableStringLookupAccess().getGroup()); }
(rule__TableStringLookup__Group__0)
{ after(grammarAccess.getTableStringLookupAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableDateDayLookup
entryRuleTableDateDayLookup
:
{ before(grammarAccess.getTableDateDayLookupRule()); }
ruleTableDateDayLookup
{ after(grammarAccess.getTableDateDayLookupRule()); }
EOF
;
// Rule TableDateDayLookup
ruleTableDateDayLookup
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDateDayLookupAccess().getGroup()); }
(rule__TableDateDayLookup__Group__0)
{ after(grammarAccess.getTableDateDayLookupAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableRangeElement
entryRuleTableRangeElement
:
{ before(grammarAccess.getTableRangeElementRule()); }
ruleTableRangeElement
{ after(grammarAccess.getTableRangeElementRule()); }
EOF
;
// Rule TableRangeElement
ruleTableRangeElement
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableRangeElementAccess().getAlternatives()); }
(rule__TableRangeElement__Alternatives)
{ after(grammarAccess.getTableRangeElementAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleSignedNumber
entryRuleSignedNumber
:
{ before(grammarAccess.getSignedNumberRule()); }
ruleSignedNumber
{ after(grammarAccess.getSignedNumberRule()); }
EOF
;
// Rule SignedNumber
ruleSignedNumber
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSignedNumberAccess().getGroup()); }
(rule__SignedNumber__Group__0)
{ after(grammarAccess.getSignedNumberAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableTextColor
entryRuleTableTextColor
:
{ before(grammarAccess.getTableTextColorRule()); }
ruleTableTextColor
{ after(grammarAccess.getTableTextColorRule()); }
EOF
;
// Rule TableTextColor
ruleTableTextColor
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTextColorAccess().getGroup()); }
(rule__TableTextColor__Group__0)
{ after(grammarAccess.getTableTextColorAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableCellColor
entryRuleTableCellColor
:
{ before(grammarAccess.getTableCellColorRule()); }
ruleTableCellColor
{ after(grammarAccess.getTableCellColorRule()); }
EOF
;
// Rule TableCellColor
ruleTableCellColor
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableCellColorAccess().getGroup()); }
(rule__TableCellColor__Group__0)
{ after(grammarAccess.getTableCellColorAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableIcon
entryRuleTableIcon
:
{ before(grammarAccess.getTableIconRule()); }
ruleTableIcon
{ after(grammarAccess.getTableIconRule()); }
EOF
;
// Rule TableIcon
ruleTableIcon
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableIconAccess().getGroup()); }
(rule__TableIcon__Group__0)
{ after(grammarAccess.getTableIconAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableTrend
entryRuleTableTrend
:
{ before(grammarAccess.getTableTrendRule()); }
ruleTableTrend
{ after(grammarAccess.getTableTrendRule()); }
EOF
;
// Rule TableTrend
ruleTableTrend
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTrendAccess().getGroup()); }
(rule__TableTrend__Group__0)
{ after(grammarAccess.getTableTrendAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTitle
entryRuleTitle
:
{ before(grammarAccess.getTitleRule()); }
ruleTitle
{ after(grammarAccess.getTitleRule()); }
EOF
;
// Rule Title
ruleTitle
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTitleAccess().getGroup()); }
(rule__Title__Group__0)
{ after(grammarAccess.getTitleAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleSubTitle
entryRuleSubTitle
:
{ before(grammarAccess.getSubTitleRule()); }
ruleSubTitle
{ after(grammarAccess.getSubTitleRule()); }
EOF
;
// Rule SubTitle
ruleSubTitle
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSubTitleAccess().getGroup()); }
(rule__SubTitle__Group__0)
{ after(grammarAccess.getSubTitleAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleSubSubTitle
entryRuleSubSubTitle
:
{ before(grammarAccess.getSubSubTitleRule()); }
ruleSubSubTitle
{ after(grammarAccess.getSubSubTitleRule()); }
EOF
;
// Rule SubSubTitle
ruleSubSubTitle
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSubSubTitleAccess().getGroup()); }
(rule__SubSubTitle__Group__0)
{ after(grammarAccess.getSubSubTitleAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleLabel
entryRuleLabel
:
{ before(grammarAccess.getLabelRule()); }
ruleLabel
{ after(grammarAccess.getLabelRule()); }
EOF
;
// Rule Label
ruleLabel
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getLabelAccess().getGroup()); }
(rule__Label__Group__0)
{ after(grammarAccess.getLabelAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleText
entryRuleText
:
{ before(grammarAccess.getTextRule()); }
ruleText
{ after(grammarAccess.getTextRule()); }
EOF
;
// Rule Text
ruleText
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTextAccess().getGroup()); }
(rule__Text__Group__0)
{ after(grammarAccess.getTextAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleAutoText
entryRuleAutoText
:
{ before(grammarAccess.getAutoTextRule()); }
ruleAutoText
{ after(grammarAccess.getAutoTextRule()); }
EOF
;
// Rule AutoText
ruleAutoText
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getAutoTextAccess().getGroup()); }
(rule__AutoText__Group__0)
{ after(grammarAccess.getAutoTextAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleImage
entryRuleImage
:
{ before(grammarAccess.getImageRule()); }
ruleImage
{ after(grammarAccess.getImageRule()); }
EOF
;
// Rule Image
ruleImage
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getImageAccess().getGroup()); }
(rule__Image__Group__0)
{ after(grammarAccess.getImageAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleReportImport
entryRuleReportImport
:
{ before(grammarAccess.getReportImportRule()); }
ruleReportImport
{ after(grammarAccess.getReportImportRule()); }
EOF
;
// Rule ReportImport
ruleReportImport
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportImportAccess().getGroup()); }
(rule__ReportImport__Group__0)
{ after(grammarAccess.getReportImportAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleReportQualifiedNameWithWildCard
entryRuleReportQualifiedNameWithWildCard
:
{ before(grammarAccess.getReportQualifiedNameWithWildCardRule()); }
ruleReportQualifiedNameWithWildCard
{ after(grammarAccess.getReportQualifiedNameWithWildCardRule()); }
EOF
;
// Rule ReportQualifiedNameWithWildCard
ruleReportQualifiedNameWithWildCard
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportQualifiedNameWithWildCardAccess().getGroup()); }
(rule__ReportQualifiedNameWithWildCard__Group__0)
{ after(grammarAccess.getReportQualifiedNameWithWildCardAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTRANSLATABLESTRING
entryRuleTRANSLATABLESTRING
:
{ before(grammarAccess.getTRANSLATABLESTRINGRule()); }
ruleTRANSLATABLESTRING
{ after(grammarAccess.getTRANSLATABLESTRINGRule()); }
EOF
;
// Rule TRANSLATABLESTRING
ruleTRANSLATABLESTRING
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTRANSLATABLESTRINGAccess().getSTRINGTerminalRuleCall()); }
RULE_STRING
{ after(grammarAccess.getTRANSLATABLESTRINGAccess().getSTRINGTerminalRuleCall()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXAnnotation
entryRuleXAnnotation
:
{ before(grammarAccess.getXAnnotationRule()); }
ruleXAnnotation
{ after(grammarAccess.getXAnnotationRule()); }
EOF
;
// Rule XAnnotation
ruleXAnnotation
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationAccess().getGroup()); }
(rule__XAnnotation__Group__0)
{ after(grammarAccess.getXAnnotationAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXAnnotationElementValuePair
entryRuleXAnnotationElementValuePair
:
{ before(grammarAccess.getXAnnotationElementValuePairRule()); }
ruleXAnnotationElementValuePair
{ after(grammarAccess.getXAnnotationElementValuePairRule()); }
EOF
;
// Rule XAnnotationElementValuePair
ruleXAnnotationElementValuePair
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValuePairAccess().getGroup()); }
(rule__XAnnotationElementValuePair__Group__0)
{ after(grammarAccess.getXAnnotationElementValuePairAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXAnnotationElementValueOrCommaList
entryRuleXAnnotationElementValueOrCommaList
:
{ before(grammarAccess.getXAnnotationElementValueOrCommaListRule()); }
ruleXAnnotationElementValueOrCommaList
{ after(grammarAccess.getXAnnotationElementValueOrCommaListRule()); }
EOF
;
// Rule XAnnotationElementValueOrCommaList
ruleXAnnotationElementValueOrCommaList
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getAlternatives()); }
(rule__XAnnotationElementValueOrCommaList__Alternatives)
{ after(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXAnnotationElementValue
entryRuleXAnnotationElementValue
:
{ before(grammarAccess.getXAnnotationElementValueRule()); }
ruleXAnnotationElementValue
{ after(grammarAccess.getXAnnotationElementValueRule()); }
EOF
;
// Rule XAnnotationElementValue
ruleXAnnotationElementValue
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueAccess().getAlternatives()); }
(rule__XAnnotationElementValue__Alternatives)
{ after(grammarAccess.getXAnnotationElementValueAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXAnnotationOrExpression
entryRuleXAnnotationOrExpression
:
{ before(grammarAccess.getXAnnotationOrExpressionRule()); }
ruleXAnnotationOrExpression
{ after(grammarAccess.getXAnnotationOrExpressionRule()); }
EOF
;
// Rule XAnnotationOrExpression
ruleXAnnotationOrExpression
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationOrExpressionAccess().getAlternatives()); }
(rule__XAnnotationOrExpression__Alternatives)
{ after(grammarAccess.getXAnnotationOrExpressionAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXExpression
entryRuleXExpression
:
{ before(grammarAccess.getXExpressionRule()); }
ruleXExpression
{ after(grammarAccess.getXExpressionRule()); }
EOF
;
// Rule XExpression
ruleXExpression
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXExpressionAccess().getXAssignmentParserRuleCall()); }
ruleXAssignment
{ after(grammarAccess.getXExpressionAccess().getXAssignmentParserRuleCall()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXAssignment
entryRuleXAssignment
:
{ before(grammarAccess.getXAssignmentRule()); }
ruleXAssignment
{ after(grammarAccess.getXAssignmentRule()); }
EOF
;
// Rule XAssignment
ruleXAssignment
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAssignmentAccess().getAlternatives()); }
(rule__XAssignment__Alternatives)
{ after(grammarAccess.getXAssignmentAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleOpSingleAssign
entryRuleOpSingleAssign
:
{ before(grammarAccess.getOpSingleAssignRule()); }
ruleOpSingleAssign
{ after(grammarAccess.getOpSingleAssignRule()); }
EOF
;
// Rule OpSingleAssign
ruleOpSingleAssign
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpSingleAssignAccess().getEqualsSignKeyword()); }
'='
{ after(grammarAccess.getOpSingleAssignAccess().getEqualsSignKeyword()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleOpMultiAssign
entryRuleOpMultiAssign
:
{ before(grammarAccess.getOpMultiAssignRule()); }
ruleOpMultiAssign
{ after(grammarAccess.getOpMultiAssignRule()); }
EOF
;
// Rule OpMultiAssign
ruleOpMultiAssign
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpMultiAssignAccess().getAlternatives()); }
(rule__OpMultiAssign__Alternatives)
{ after(grammarAccess.getOpMultiAssignAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXOrExpression
entryRuleXOrExpression
:
{ before(grammarAccess.getXOrExpressionRule()); }
ruleXOrExpression
{ after(grammarAccess.getXOrExpressionRule()); }
EOF
;
// Rule XOrExpression
ruleXOrExpression
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXOrExpressionAccess().getGroup()); }
(rule__XOrExpression__Group__0)
{ after(grammarAccess.getXOrExpressionAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleOpOr
entryRuleOpOr
:
{ before(grammarAccess.getOpOrRule()); }
ruleOpOr
{ after(grammarAccess.getOpOrRule()); }
EOF
;
// Rule OpOr
ruleOpOr
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpOrAccess().getVerticalLineVerticalLineKeyword()); }
'||'
{ after(grammarAccess.getOpOrAccess().getVerticalLineVerticalLineKeyword()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXAndExpression
entryRuleXAndExpression
:
{ before(grammarAccess.getXAndExpressionRule()); }
ruleXAndExpression
{ after(grammarAccess.getXAndExpressionRule()); }
EOF
;
// Rule XAndExpression
ruleXAndExpression
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAndExpressionAccess().getGroup()); }
(rule__XAndExpression__Group__0)
{ after(grammarAccess.getXAndExpressionAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleOpAnd
entryRuleOpAnd
:
{ before(grammarAccess.getOpAndRule()); }
ruleOpAnd
{ after(grammarAccess.getOpAndRule()); }
EOF
;
// Rule OpAnd
ruleOpAnd
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpAndAccess().getAmpersandAmpersandKeyword()); }
'&&'
{ after(grammarAccess.getOpAndAccess().getAmpersandAmpersandKeyword()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXEqualityExpression
entryRuleXEqualityExpression
:
{ before(grammarAccess.getXEqualityExpressionRule()); }
ruleXEqualityExpression
{ after(grammarAccess.getXEqualityExpressionRule()); }
EOF
;
// Rule XEqualityExpression
ruleXEqualityExpression
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXEqualityExpressionAccess().getGroup()); }
(rule__XEqualityExpression__Group__0)
{ after(grammarAccess.getXEqualityExpressionAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleOpEquality
entryRuleOpEquality
:
{ before(grammarAccess.getOpEqualityRule()); }
ruleOpEquality
{ after(grammarAccess.getOpEqualityRule()); }
EOF
;
// Rule OpEquality
ruleOpEquality
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpEqualityAccess().getAlternatives()); }
(rule__OpEquality__Alternatives)
{ after(grammarAccess.getOpEqualityAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXRelationalExpression
entryRuleXRelationalExpression
:
{ before(grammarAccess.getXRelationalExpressionRule()); }
ruleXRelationalExpression
{ after(grammarAccess.getXRelationalExpressionRule()); }
EOF
;
// Rule XRelationalExpression
ruleXRelationalExpression
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXRelationalExpressionAccess().getGroup()); }
(rule__XRelationalExpression__Group__0)
{ after(grammarAccess.getXRelationalExpressionAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleOpCompare
entryRuleOpCompare
:
{ before(grammarAccess.getOpCompareRule()); }
ruleOpCompare
{ after(grammarAccess.getOpCompareRule()); }
EOF
;
// Rule OpCompare
ruleOpCompare
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpCompareAccess().getAlternatives()); }
(rule__OpCompare__Alternatives)
{ after(grammarAccess.getOpCompareAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXOtherOperatorExpression
entryRuleXOtherOperatorExpression
:
{ before(grammarAccess.getXOtherOperatorExpressionRule()); }
ruleXOtherOperatorExpression
{ after(grammarAccess.getXOtherOperatorExpressionRule()); }
EOF
;
// Rule XOtherOperatorExpression
ruleXOtherOperatorExpression
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXOtherOperatorExpressionAccess().getGroup()); }
(rule__XOtherOperatorExpression__Group__0)
{ after(grammarAccess.getXOtherOperatorExpressionAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleOpOther
entryRuleOpOther
:
{ before(grammarAccess.getOpOtherRule()); }
ruleOpOther
{ after(grammarAccess.getOpOtherRule()); }
EOF
;
// Rule OpOther
ruleOpOther
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpOtherAccess().getAlternatives()); }
(rule__OpOther__Alternatives)
{ after(grammarAccess.getOpOtherAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXAdditiveExpression
entryRuleXAdditiveExpression
:
{ before(grammarAccess.getXAdditiveExpressionRule()); }
ruleXAdditiveExpression
{ after(grammarAccess.getXAdditiveExpressionRule()); }
EOF
;
// Rule XAdditiveExpression
ruleXAdditiveExpression
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAdditiveExpressionAccess().getGroup()); }
(rule__XAdditiveExpression__Group__0)
{ after(grammarAccess.getXAdditiveExpressionAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleOpAdd
entryRuleOpAdd
:
{ before(grammarAccess.getOpAddRule()); }
ruleOpAdd
{ after(grammarAccess.getOpAddRule()); }
EOF
;
// Rule OpAdd
ruleOpAdd
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpAddAccess().getAlternatives()); }
(rule__OpAdd__Alternatives)
{ after(grammarAccess.getOpAddAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXMultiplicativeExpression
entryRuleXMultiplicativeExpression
:
{ before(grammarAccess.getXMultiplicativeExpressionRule()); }
ruleXMultiplicativeExpression
{ after(grammarAccess.getXMultiplicativeExpressionRule()); }
EOF
;
// Rule XMultiplicativeExpression
ruleXMultiplicativeExpression
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMultiplicativeExpressionAccess().getGroup()); }
(rule__XMultiplicativeExpression__Group__0)
{ after(grammarAccess.getXMultiplicativeExpressionAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleOpMulti
entryRuleOpMulti
:
{ before(grammarAccess.getOpMultiRule()); }
ruleOpMulti
{ after(grammarAccess.getOpMultiRule()); }
EOF
;
// Rule OpMulti
ruleOpMulti
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpMultiAccess().getAlternatives()); }
(rule__OpMulti__Alternatives)
{ after(grammarAccess.getOpMultiAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXUnaryOperation
entryRuleXUnaryOperation
:
{ before(grammarAccess.getXUnaryOperationRule()); }
ruleXUnaryOperation
{ after(grammarAccess.getXUnaryOperationRule()); }
EOF
;
// Rule XUnaryOperation
ruleXUnaryOperation
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXUnaryOperationAccess().getAlternatives()); }
(rule__XUnaryOperation__Alternatives)
{ after(grammarAccess.getXUnaryOperationAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleOpUnary
entryRuleOpUnary
:
{ before(grammarAccess.getOpUnaryRule()); }
ruleOpUnary
{ after(grammarAccess.getOpUnaryRule()); }
EOF
;
// Rule OpUnary
ruleOpUnary
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpUnaryAccess().getAlternatives()); }
(rule__OpUnary__Alternatives)
{ after(grammarAccess.getOpUnaryAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXCastedExpression
entryRuleXCastedExpression
:
{ before(grammarAccess.getXCastedExpressionRule()); }
ruleXCastedExpression
{ after(grammarAccess.getXCastedExpressionRule()); }
EOF
;
// Rule XCastedExpression
ruleXCastedExpression
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCastedExpressionAccess().getGroup()); }
(rule__XCastedExpression__Group__0)
{ after(grammarAccess.getXCastedExpressionAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXPostfixOperation
entryRuleXPostfixOperation
:
{ before(grammarAccess.getXPostfixOperationRule()); }
ruleXPostfixOperation
{ after(grammarAccess.getXPostfixOperationRule()); }
EOF
;
// Rule XPostfixOperation
ruleXPostfixOperation
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXPostfixOperationAccess().getGroup()); }
(rule__XPostfixOperation__Group__0)
{ after(grammarAccess.getXPostfixOperationAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleOpPostfix
entryRuleOpPostfix
:
{ before(grammarAccess.getOpPostfixRule()); }
ruleOpPostfix
{ after(grammarAccess.getOpPostfixRule()); }
EOF
;
// Rule OpPostfix
ruleOpPostfix
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpPostfixAccess().getAlternatives()); }
(rule__OpPostfix__Alternatives)
{ after(grammarAccess.getOpPostfixAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXMemberFeatureCall
entryRuleXMemberFeatureCall
:
{ before(grammarAccess.getXMemberFeatureCallRule()); }
ruleXMemberFeatureCall
{ after(grammarAccess.getXMemberFeatureCallRule()); }
EOF
;
// Rule XMemberFeatureCall
ruleXMemberFeatureCall
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getGroup()); }
(rule__XMemberFeatureCall__Group__0)
{ after(grammarAccess.getXMemberFeatureCallAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXPrimaryExpression
entryRuleXPrimaryExpression
:
{ before(grammarAccess.getXPrimaryExpressionRule()); }
ruleXPrimaryExpression
{ after(grammarAccess.getXPrimaryExpressionRule()); }
EOF
;
// Rule XPrimaryExpression
ruleXPrimaryExpression
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXPrimaryExpressionAccess().getAlternatives()); }
(rule__XPrimaryExpression__Alternatives)
{ after(grammarAccess.getXPrimaryExpressionAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXLiteral
entryRuleXLiteral
:
{ before(grammarAccess.getXLiteralRule()); }
ruleXLiteral
{ after(grammarAccess.getXLiteralRule()); }
EOF
;
// Rule XLiteral
ruleXLiteral
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXLiteralAccess().getAlternatives()); }
(rule__XLiteral__Alternatives)
{ after(grammarAccess.getXLiteralAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXCollectionLiteral
entryRuleXCollectionLiteral
:
{ before(grammarAccess.getXCollectionLiteralRule()); }
ruleXCollectionLiteral
{ after(grammarAccess.getXCollectionLiteralRule()); }
EOF
;
// Rule XCollectionLiteral
ruleXCollectionLiteral
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCollectionLiteralAccess().getAlternatives()); }
(rule__XCollectionLiteral__Alternatives)
{ after(grammarAccess.getXCollectionLiteralAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXSetLiteral
entryRuleXSetLiteral
:
{ before(grammarAccess.getXSetLiteralRule()); }
ruleXSetLiteral
{ after(grammarAccess.getXSetLiteralRule()); }
EOF
;
// Rule XSetLiteral
ruleXSetLiteral
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSetLiteralAccess().getGroup()); }
(rule__XSetLiteral__Group__0)
{ after(grammarAccess.getXSetLiteralAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXListLiteral
entryRuleXListLiteral
:
{ before(grammarAccess.getXListLiteralRule()); }
ruleXListLiteral
{ after(grammarAccess.getXListLiteralRule()); }
EOF
;
// Rule XListLiteral
ruleXListLiteral
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXListLiteralAccess().getGroup()); }
(rule__XListLiteral__Group__0)
{ after(grammarAccess.getXListLiteralAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXClosure
entryRuleXClosure
:
{ before(grammarAccess.getXClosureRule()); }
ruleXClosure
{ after(grammarAccess.getXClosureRule()); }
EOF
;
// Rule XClosure
ruleXClosure
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXClosureAccess().getGroup()); }
(rule__XClosure__Group__0)
{ after(grammarAccess.getXClosureAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXExpressionInClosure
entryRuleXExpressionInClosure
:
{ before(grammarAccess.getXExpressionInClosureRule()); }
ruleXExpressionInClosure
{ after(grammarAccess.getXExpressionInClosureRule()); }
EOF
;
// Rule XExpressionInClosure
ruleXExpressionInClosure
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXExpressionInClosureAccess().getGroup()); }
(rule__XExpressionInClosure__Group__0)
{ after(grammarAccess.getXExpressionInClosureAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXShortClosure
entryRuleXShortClosure
:
{ before(grammarAccess.getXShortClosureRule()); }
ruleXShortClosure
{ after(grammarAccess.getXShortClosureRule()); }
EOF
;
// Rule XShortClosure
ruleXShortClosure
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXShortClosureAccess().getGroup()); }
(rule__XShortClosure__Group__0)
{ after(grammarAccess.getXShortClosureAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXParenthesizedExpression
entryRuleXParenthesizedExpression
:
{ before(grammarAccess.getXParenthesizedExpressionRule()); }
ruleXParenthesizedExpression
{ after(grammarAccess.getXParenthesizedExpressionRule()); }
EOF
;
// Rule XParenthesizedExpression
ruleXParenthesizedExpression
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXParenthesizedExpressionAccess().getGroup()); }
(rule__XParenthesizedExpression__Group__0)
{ after(grammarAccess.getXParenthesizedExpressionAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXIfExpression
entryRuleXIfExpression
:
{ before(grammarAccess.getXIfExpressionRule()); }
ruleXIfExpression
{ after(grammarAccess.getXIfExpressionRule()); }
EOF
;
// Rule XIfExpression
ruleXIfExpression
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXIfExpressionAccess().getGroup()); }
(rule__XIfExpression__Group__0)
{ after(grammarAccess.getXIfExpressionAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXSwitchExpression
entryRuleXSwitchExpression
:
{ before(grammarAccess.getXSwitchExpressionRule()); }
ruleXSwitchExpression
{ after(grammarAccess.getXSwitchExpressionRule()); }
EOF
;
// Rule XSwitchExpression
ruleXSwitchExpression
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getGroup()); }
(rule__XSwitchExpression__Group__0)
{ after(grammarAccess.getXSwitchExpressionAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXCasePart
entryRuleXCasePart
:
{ before(grammarAccess.getXCasePartRule()); }
ruleXCasePart
{ after(grammarAccess.getXCasePartRule()); }
EOF
;
// Rule XCasePart
ruleXCasePart
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCasePartAccess().getGroup()); }
(rule__XCasePart__Group__0)
{ after(grammarAccess.getXCasePartAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXForLoopExpression
entryRuleXForLoopExpression
:
{ before(grammarAccess.getXForLoopExpressionRule()); }
ruleXForLoopExpression
{ after(grammarAccess.getXForLoopExpressionRule()); }
EOF
;
// Rule XForLoopExpression
ruleXForLoopExpression
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXForLoopExpressionAccess().getGroup()); }
(rule__XForLoopExpression__Group__0)
{ after(grammarAccess.getXForLoopExpressionAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXBasicForLoopExpression
entryRuleXBasicForLoopExpression
:
{ before(grammarAccess.getXBasicForLoopExpressionRule()); }
ruleXBasicForLoopExpression
{ after(grammarAccess.getXBasicForLoopExpressionRule()); }
EOF
;
// Rule XBasicForLoopExpression
ruleXBasicForLoopExpression
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBasicForLoopExpressionAccess().getGroup()); }
(rule__XBasicForLoopExpression__Group__0)
{ after(grammarAccess.getXBasicForLoopExpressionAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXWhileExpression
entryRuleXWhileExpression
:
{ before(grammarAccess.getXWhileExpressionRule()); }
ruleXWhileExpression
{ after(grammarAccess.getXWhileExpressionRule()); }
EOF
;
// Rule XWhileExpression
ruleXWhileExpression
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXWhileExpressionAccess().getGroup()); }
(rule__XWhileExpression__Group__0)
{ after(grammarAccess.getXWhileExpressionAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXDoWhileExpression
entryRuleXDoWhileExpression
:
{ before(grammarAccess.getXDoWhileExpressionRule()); }
ruleXDoWhileExpression
{ after(grammarAccess.getXDoWhileExpressionRule()); }
EOF
;
// Rule XDoWhileExpression
ruleXDoWhileExpression
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXDoWhileExpressionAccess().getGroup()); }
(rule__XDoWhileExpression__Group__0)
{ after(grammarAccess.getXDoWhileExpressionAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXBlockExpression
entryRuleXBlockExpression
:
{ before(grammarAccess.getXBlockExpressionRule()); }
ruleXBlockExpression
{ after(grammarAccess.getXBlockExpressionRule()); }
EOF
;
// Rule XBlockExpression
ruleXBlockExpression
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBlockExpressionAccess().getGroup()); }
(rule__XBlockExpression__Group__0)
{ after(grammarAccess.getXBlockExpressionAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXExpressionOrVarDeclaration
entryRuleXExpressionOrVarDeclaration
:
{ before(grammarAccess.getXExpressionOrVarDeclarationRule()); }
ruleXExpressionOrVarDeclaration
{ after(grammarAccess.getXExpressionOrVarDeclarationRule()); }
EOF
;
// Rule XExpressionOrVarDeclaration
ruleXExpressionOrVarDeclaration
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXExpressionOrVarDeclarationAccess().getAlternatives()); }
(rule__XExpressionOrVarDeclaration__Alternatives)
{ after(grammarAccess.getXExpressionOrVarDeclarationAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXVariableDeclaration
entryRuleXVariableDeclaration
:
{ before(grammarAccess.getXVariableDeclarationRule()); }
ruleXVariableDeclaration
{ after(grammarAccess.getXVariableDeclarationRule()); }
EOF
;
// Rule XVariableDeclaration
ruleXVariableDeclaration
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXVariableDeclarationAccess().getGroup()); }
(rule__XVariableDeclaration__Group__0)
{ after(grammarAccess.getXVariableDeclarationAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleJvmFormalParameter
entryRuleJvmFormalParameter
:
{ before(grammarAccess.getJvmFormalParameterRule()); }
ruleJvmFormalParameter
{ after(grammarAccess.getJvmFormalParameterRule()); }
EOF
;
// Rule JvmFormalParameter
ruleJvmFormalParameter
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmFormalParameterAccess().getGroup()); }
(rule__JvmFormalParameter__Group__0)
{ after(grammarAccess.getJvmFormalParameterAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleFullJvmFormalParameter
entryRuleFullJvmFormalParameter
:
{ before(grammarAccess.getFullJvmFormalParameterRule()); }
ruleFullJvmFormalParameter
{ after(grammarAccess.getFullJvmFormalParameterRule()); }
EOF
;
// Rule FullJvmFormalParameter
ruleFullJvmFormalParameter
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getFullJvmFormalParameterAccess().getGroup()); }
(rule__FullJvmFormalParameter__Group__0)
{ after(grammarAccess.getFullJvmFormalParameterAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXFeatureCall
entryRuleXFeatureCall
:
{ before(grammarAccess.getXFeatureCallRule()); }
ruleXFeatureCall
{ after(grammarAccess.getXFeatureCallRule()); }
EOF
;
// Rule XFeatureCall
ruleXFeatureCall
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getGroup()); }
(rule__XFeatureCall__Group__0)
{ after(grammarAccess.getXFeatureCallAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleFeatureCallID
entryRuleFeatureCallID
:
{ before(grammarAccess.getFeatureCallIDRule()); }
ruleFeatureCallID
{ after(grammarAccess.getFeatureCallIDRule()); }
EOF
;
// Rule FeatureCallID
ruleFeatureCallID
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getFeatureCallIDAccess().getAlternatives()); }
(rule__FeatureCallID__Alternatives)
{ after(grammarAccess.getFeatureCallIDAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleIdOrSuper
entryRuleIdOrSuper
:
{ before(grammarAccess.getIdOrSuperRule()); }
ruleIdOrSuper
{ after(grammarAccess.getIdOrSuperRule()); }
EOF
;
// Rule IdOrSuper
ruleIdOrSuper
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getIdOrSuperAccess().getAlternatives()); }
(rule__IdOrSuper__Alternatives)
{ after(grammarAccess.getIdOrSuperAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXConstructorCall
entryRuleXConstructorCall
:
{ before(grammarAccess.getXConstructorCallRule()); }
ruleXConstructorCall
{ after(grammarAccess.getXConstructorCallRule()); }
EOF
;
// Rule XConstructorCall
ruleXConstructorCall
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getGroup()); }
(rule__XConstructorCall__Group__0)
{ after(grammarAccess.getXConstructorCallAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXBooleanLiteral
entryRuleXBooleanLiteral
:
{ before(grammarAccess.getXBooleanLiteralRule()); }
ruleXBooleanLiteral
{ after(grammarAccess.getXBooleanLiteralRule()); }
EOF
;
// Rule XBooleanLiteral
ruleXBooleanLiteral
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBooleanLiteralAccess().getGroup()); }
(rule__XBooleanLiteral__Group__0)
{ after(grammarAccess.getXBooleanLiteralAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXNullLiteral
entryRuleXNullLiteral
:
{ before(grammarAccess.getXNullLiteralRule()); }
ruleXNullLiteral
{ after(grammarAccess.getXNullLiteralRule()); }
EOF
;
// Rule XNullLiteral
ruleXNullLiteral
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXNullLiteralAccess().getGroup()); }
(rule__XNullLiteral__Group__0)
{ after(grammarAccess.getXNullLiteralAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXNumberLiteral
entryRuleXNumberLiteral
:
{ before(grammarAccess.getXNumberLiteralRule()); }
ruleXNumberLiteral
{ after(grammarAccess.getXNumberLiteralRule()); }
EOF
;
// Rule XNumberLiteral
ruleXNumberLiteral
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXNumberLiteralAccess().getGroup()); }
(rule__XNumberLiteral__Group__0)
{ after(grammarAccess.getXNumberLiteralAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXStringLiteral
entryRuleXStringLiteral
:
{ before(grammarAccess.getXStringLiteralRule()); }
ruleXStringLiteral
{ after(grammarAccess.getXStringLiteralRule()); }
EOF
;
// Rule XStringLiteral
ruleXStringLiteral
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXStringLiteralAccess().getGroup()); }
(rule__XStringLiteral__Group__0)
{ after(grammarAccess.getXStringLiteralAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXTypeLiteral
entryRuleXTypeLiteral
:
{ before(grammarAccess.getXTypeLiteralRule()); }
ruleXTypeLiteral
{ after(grammarAccess.getXTypeLiteralRule()); }
EOF
;
// Rule XTypeLiteral
ruleXTypeLiteral
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXTypeLiteralAccess().getGroup()); }
(rule__XTypeLiteral__Group__0)
{ after(grammarAccess.getXTypeLiteralAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXThrowExpression
entryRuleXThrowExpression
:
{ before(grammarAccess.getXThrowExpressionRule()); }
ruleXThrowExpression
{ after(grammarAccess.getXThrowExpressionRule()); }
EOF
;
// Rule XThrowExpression
ruleXThrowExpression
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXThrowExpressionAccess().getGroup()); }
(rule__XThrowExpression__Group__0)
{ after(grammarAccess.getXThrowExpressionAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXReturnExpression
entryRuleXReturnExpression
:
{ before(grammarAccess.getXReturnExpressionRule()); }
ruleXReturnExpression
{ after(grammarAccess.getXReturnExpressionRule()); }
EOF
;
// Rule XReturnExpression
ruleXReturnExpression
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXReturnExpressionAccess().getGroup()); }
(rule__XReturnExpression__Group__0)
{ after(grammarAccess.getXReturnExpressionAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXTryCatchFinallyExpression
entryRuleXTryCatchFinallyExpression
:
{ before(grammarAccess.getXTryCatchFinallyExpressionRule()); }
ruleXTryCatchFinallyExpression
{ after(grammarAccess.getXTryCatchFinallyExpressionRule()); }
EOF
;
// Rule XTryCatchFinallyExpression
ruleXTryCatchFinallyExpression
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXTryCatchFinallyExpressionAccess().getGroup()); }
(rule__XTryCatchFinallyExpression__Group__0)
{ after(grammarAccess.getXTryCatchFinallyExpressionAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXSynchronizedExpression
entryRuleXSynchronizedExpression
:
{ before(grammarAccess.getXSynchronizedExpressionRule()); }
ruleXSynchronizedExpression
{ after(grammarAccess.getXSynchronizedExpressionRule()); }
EOF
;
// Rule XSynchronizedExpression
ruleXSynchronizedExpression
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSynchronizedExpressionAccess().getGroup()); }
(rule__XSynchronizedExpression__Group__0)
{ after(grammarAccess.getXSynchronizedExpressionAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXCatchClause
entryRuleXCatchClause
:
{ before(grammarAccess.getXCatchClauseRule()); }
ruleXCatchClause
{ after(grammarAccess.getXCatchClauseRule()); }
EOF
;
// Rule XCatchClause
ruleXCatchClause
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCatchClauseAccess().getGroup()); }
(rule__XCatchClause__Group__0)
{ after(grammarAccess.getXCatchClauseAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleQualifiedName
entryRuleQualifiedName
:
{ before(grammarAccess.getQualifiedNameRule()); }
ruleQualifiedName
{ after(grammarAccess.getQualifiedNameRule()); }
EOF
;
// Rule QualifiedName
ruleQualifiedName
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getQualifiedNameAccess().getGroup()); }
(rule__QualifiedName__Group__0)
{ after(grammarAccess.getQualifiedNameAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleNumber
entryRuleNumber
@init {
HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
}
:
{ before(grammarAccess.getNumberRule()); }
ruleNumber
{ after(grammarAccess.getNumberRule()); }
EOF
;
finally {
myHiddenTokenState.restore();
}
// Rule Number
ruleNumber
@init {
HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNumberAccess().getAlternatives()); }
(rule__Number__Alternatives)
{ after(grammarAccess.getNumberAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
myHiddenTokenState.restore();
}
// Entry rule entryRuleJvmTypeReference
entryRuleJvmTypeReference
:
{ before(grammarAccess.getJvmTypeReferenceRule()); }
ruleJvmTypeReference
{ after(grammarAccess.getJvmTypeReferenceRule()); }
EOF
;
// Rule JvmTypeReference
ruleJvmTypeReference
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmTypeReferenceAccess().getAlternatives()); }
(rule__JvmTypeReference__Alternatives)
{ after(grammarAccess.getJvmTypeReferenceAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleArrayBrackets
entryRuleArrayBrackets
:
{ before(grammarAccess.getArrayBracketsRule()); }
ruleArrayBrackets
{ after(grammarAccess.getArrayBracketsRule()); }
EOF
;
// Rule ArrayBrackets
ruleArrayBrackets
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getArrayBracketsAccess().getGroup()); }
(rule__ArrayBrackets__Group__0)
{ after(grammarAccess.getArrayBracketsAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXFunctionTypeRef
entryRuleXFunctionTypeRef
:
{ before(grammarAccess.getXFunctionTypeRefRule()); }
ruleXFunctionTypeRef
{ after(grammarAccess.getXFunctionTypeRefRule()); }
EOF
;
// Rule XFunctionTypeRef
ruleXFunctionTypeRef
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFunctionTypeRefAccess().getGroup()); }
(rule__XFunctionTypeRef__Group__0)
{ after(grammarAccess.getXFunctionTypeRefAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleJvmParameterizedTypeReference
entryRuleJvmParameterizedTypeReference
:
{ before(grammarAccess.getJvmParameterizedTypeReferenceRule()); }
ruleJvmParameterizedTypeReference
{ after(grammarAccess.getJvmParameterizedTypeReferenceRule()); }
EOF
;
// Rule JvmParameterizedTypeReference
ruleJvmParameterizedTypeReference
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup()); }
(rule__JvmParameterizedTypeReference__Group__0)
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleJvmArgumentTypeReference
entryRuleJvmArgumentTypeReference
:
{ before(grammarAccess.getJvmArgumentTypeReferenceRule()); }
ruleJvmArgumentTypeReference
{ after(grammarAccess.getJvmArgumentTypeReferenceRule()); }
EOF
;
// Rule JvmArgumentTypeReference
ruleJvmArgumentTypeReference
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmArgumentTypeReferenceAccess().getAlternatives()); }
(rule__JvmArgumentTypeReference__Alternatives)
{ after(grammarAccess.getJvmArgumentTypeReferenceAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleJvmWildcardTypeReference
entryRuleJvmWildcardTypeReference
:
{ before(grammarAccess.getJvmWildcardTypeReferenceRule()); }
ruleJvmWildcardTypeReference
{ after(grammarAccess.getJvmWildcardTypeReferenceRule()); }
EOF
;
// Rule JvmWildcardTypeReference
ruleJvmWildcardTypeReference
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmWildcardTypeReferenceAccess().getGroup()); }
(rule__JvmWildcardTypeReference__Group__0)
{ after(grammarAccess.getJvmWildcardTypeReferenceAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleJvmUpperBound
entryRuleJvmUpperBound
:
{ before(grammarAccess.getJvmUpperBoundRule()); }
ruleJvmUpperBound
{ after(grammarAccess.getJvmUpperBoundRule()); }
EOF
;
// Rule JvmUpperBound
ruleJvmUpperBound
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmUpperBoundAccess().getGroup()); }
(rule__JvmUpperBound__Group__0)
{ after(grammarAccess.getJvmUpperBoundAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleJvmUpperBoundAnded
entryRuleJvmUpperBoundAnded
:
{ before(grammarAccess.getJvmUpperBoundAndedRule()); }
ruleJvmUpperBoundAnded
{ after(grammarAccess.getJvmUpperBoundAndedRule()); }
EOF
;
// Rule JvmUpperBoundAnded
ruleJvmUpperBoundAnded
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmUpperBoundAndedAccess().getGroup()); }
(rule__JvmUpperBoundAnded__Group__0)
{ after(grammarAccess.getJvmUpperBoundAndedAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleJvmLowerBound
entryRuleJvmLowerBound
:
{ before(grammarAccess.getJvmLowerBoundRule()); }
ruleJvmLowerBound
{ after(grammarAccess.getJvmLowerBoundRule()); }
EOF
;
// Rule JvmLowerBound
ruleJvmLowerBound
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmLowerBoundAccess().getGroup()); }
(rule__JvmLowerBound__Group__0)
{ after(grammarAccess.getJvmLowerBoundAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleJvmLowerBoundAnded
entryRuleJvmLowerBoundAnded
:
{ before(grammarAccess.getJvmLowerBoundAndedRule()); }
ruleJvmLowerBoundAnded
{ after(grammarAccess.getJvmLowerBoundAndedRule()); }
EOF
;
// Rule JvmLowerBoundAnded
ruleJvmLowerBoundAnded
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmLowerBoundAndedAccess().getGroup()); }
(rule__JvmLowerBoundAnded__Group__0)
{ after(grammarAccess.getJvmLowerBoundAndedAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleQualifiedNameWithWildcard
entryRuleQualifiedNameWithWildcard
:
{ before(grammarAccess.getQualifiedNameWithWildcardRule()); }
ruleQualifiedNameWithWildcard
{ after(grammarAccess.getQualifiedNameWithWildcardRule()); }
EOF
;
// Rule QualifiedNameWithWildcard
ruleQualifiedNameWithWildcard
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getQualifiedNameWithWildcardAccess().getGroup()); }
(rule__QualifiedNameWithWildcard__Group__0)
{ after(grammarAccess.getQualifiedNameWithWildcardAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleValidID
entryRuleValidID
:
{ before(grammarAccess.getValidIDRule()); }
ruleValidID
{ after(grammarAccess.getValidIDRule()); }
EOF
;
// Rule ValidID
ruleValidID
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getValidIDAccess().getIDTerminalRuleCall()); }
RULE_ID
{ after(grammarAccess.getValidIDAccess().getIDTerminalRuleCall()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleXImportDeclaration
entryRuleXImportDeclaration
:
{ before(grammarAccess.getXImportDeclarationRule()); }
ruleXImportDeclaration
{ after(grammarAccess.getXImportDeclarationRule()); }
EOF
;
// Rule XImportDeclaration
ruleXImportDeclaration
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getGroup()); }
(rule__XImportDeclaration__Group__0)
{ after(grammarAccess.getXImportDeclarationAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleQualifiedNameInStaticImport
entryRuleQualifiedNameInStaticImport
:
{ before(grammarAccess.getQualifiedNameInStaticImportRule()); }
ruleQualifiedNameInStaticImport
{ after(grammarAccess.getQualifiedNameInStaticImportRule()); }
EOF
;
// Rule QualifiedNameInStaticImport
ruleQualifiedNameInStaticImport
@init {
int stackSize = keepStackSize();
}
:
(
(
{ before(grammarAccess.getQualifiedNameInStaticImportAccess().getGroup()); }
(rule__QualifiedNameInStaticImport__Group__0)
{ after(grammarAccess.getQualifiedNameInStaticImportAccess().getGroup()); }
)
(
{ before(grammarAccess.getQualifiedNameInStaticImportAccess().getGroup()); }
(rule__QualifiedNameInStaticImport__Group__0)*
{ after(grammarAccess.getQualifiedNameInStaticImportAccess().getGroup()); }
)
)
;
finally {
restoreStackSize(stackSize);
}
// Rule UnitEnum
ruleUnitEnum
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getUnitEnumAccess().getAlternatives()); }
(rule__UnitEnum__Alternatives)
{ after(grammarAccess.getUnitEnumAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Rule PageSizeEnum
rulePageSizeEnum
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageSizeEnumAccess().getAlternatives()); }
(rule__PageSizeEnum__Alternatives)
{ after(grammarAccess.getPageSizeEnumAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Rule OrientationEnum
ruleOrientationEnum
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOrientationEnumAccess().getAlternatives()); }
(rule__OrientationEnum__Alternatives)
{ after(grammarAccess.getOrientationEnumAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Rule FontStyleEnum
ruleFontStyleEnum
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getFontStyleEnumAccess().getAlternatives()); }
(rule__FontStyleEnum__Alternatives)
{ after(grammarAccess.getFontStyleEnumAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Rule BuildInFontFamilyEnum
ruleBuildInFontFamilyEnum
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getBuildInFontFamilyEnumAccess().getAlternatives()); }
(rule__BuildInFontFamilyEnum__Alternatives)
{ after(grammarAccess.getBuildInFontFamilyEnumAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Rule TextAlignEnum
ruleTextAlignEnum
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTextAlignEnumAccess().getAlternatives()); }
(rule__TextAlignEnum__Alternatives)
{ after(grammarAccess.getTextAlignEnumAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Rule NumberFormatCategoryEnum
ruleNumberFormatCategoryEnum
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNumberFormatCategoryEnumAccess().getAlternatives()); }
(rule__NumberFormatCategoryEnum__Alternatives)
{ after(grammarAccess.getNumberFormatCategoryEnumAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Rule CurrencyFormatCategoryEnum
ruleCurrencyFormatCategoryEnum
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getCurrencyFormatCategoryEnumAccess().getAlternatives()); }
(rule__CurrencyFormatCategoryEnum__Alternatives)
{ after(grammarAccess.getCurrencyFormatCategoryEnumAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Rule DateFormatCategoryEnum
ruleDateFormatCategoryEnum
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getDateFormatCategoryEnumAccess().getCUSTOMEnumLiteralDeclaration()); }
( 'custom'
)
{ after(grammarAccess.getDateFormatCategoryEnumAccess().getCUSTOMEnumLiteralDeclaration()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Rule DateTimeFormatCategoryEnum
ruleDateTimeFormatCategoryEnum
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getDateTimeFormatCategoryEnumAccess().getCUSTOMEnumLiteralDeclaration()); }
( 'custom'
)
{ after(grammarAccess.getDateTimeFormatCategoryEnumAccess().getCUSTOMEnumLiteralDeclaration()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Rule TimeFormatCategoryEnum
ruleTimeFormatCategoryEnum
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTimeFormatCategoryEnumAccess().getCUSTOMEnumLiteralDeclaration()); }
( 'custom'
)
{ after(grammarAccess.getTimeFormatCategoryEnumAccess().getCUSTOMEnumLiteralDeclaration()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Rule RenderingEnum
ruleRenderingEnum
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getRenderingEnumAccess().getAlternatives()); }
(rule__RenderingEnum__Alternatives)
{ after(grammarAccess.getRenderingEnumAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Rule PureAggregationTypeEnum
rulePureAggregationTypeEnum
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPureAggregationTypeEnumAccess().getAlternatives()); }
(rule__PureAggregationTypeEnum__Alternatives)
{ after(grammarAccess.getPureAggregationTypeEnumAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Rule UnaryAggregationTypeEnum
ruleUnaryAggregationTypeEnum
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getUnaryAggregationTypeEnumAccess().getAlternatives()); }
(rule__UnaryAggregationTypeEnum__Alternatives)
{ after(grammarAccess.getUnaryAggregationTypeEnumAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Rule BinaryAggregationTypeEnum
ruleBinaryAggregationTypeEnum
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getBinaryAggregationTypeEnumAccess().getDIVEnumLiteralDeclaration()); }
( 'divide'
)
{ after(grammarAccess.getBinaryAggregationTypeEnumAccess().getDIVEnumLiteralDeclaration()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Rule MultipleAggregationTypeEnum
ruleMultipleAggregationTypeEnum
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getMultipleAggregationTypeEnumAccess().getCONCATEnumLiteralDeclaration()); }
( 'concat'
)
{ after(grammarAccess.getMultipleAggregationTypeEnumAccess().getCONCATEnumLiteralDeclaration()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Rule TrendIconEnum
ruleTrendIconEnum
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTrendIconEnumAccess().getAlternatives()); }
(rule__TrendIconEnum__Alternatives)
{ after(grammarAccess.getTrendIconEnumAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Rule BorderTypeEnum
ruleBorderTypeEnum
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getBorderTypeEnumAccess().getAlternatives()); }
(rule__BorderTypeEnum__Alternatives)
{ after(grammarAccess.getBorderTypeEnumAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Rule AutoTextEnum
ruleAutoTextEnum
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getAutoTextEnumAccess().getAlternatives()); }
(rule__AutoTextEnum__Alternatives)
{ after(grammarAccess.getAutoTextEnumAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Rule ImageSizeEnum
ruleImageSizeEnum
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getImageSizeEnumAccess().getAlternatives()); }
(rule__ImageSizeEnum__Alternatives)
{ after(grammarAccess.getImageSizeEnumAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Rule ImageSourceEnum
ruleImageSourceEnum
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getImageSourceEnumAccess().getAlternatives()); }
(rule__ImageSourceEnum__Alternatives)
{ after(grammarAccess.getImageSourceEnumAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Alternatives_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getColorAccess().getColorAssignment_2_0()); }
(rule__Color__ColorAssignment_2_0)
{ after(grammarAccess.getColorAccess().getColorAssignment_2_0()); }
)
|(
{ before(grammarAccess.getColorAccess().getGroup_2_1()); }
(rule__Color__Group_2_1__0)
{ after(grammarAccess.getColorAccess().getGroup_2_1()); }
)
|(
{ before(grammarAccess.getColorAccess().getGroup_2_2()); }
(rule__Color__Group_2_2__0)
{ after(grammarAccess.getColorAccess().getGroup_2_2()); }
)
|(
{ before(grammarAccess.getColorAccess().getGroup_2_3()); }
(rule__Color__Group_2_3__0)
{ after(grammarAccess.getColorAccess().getGroup_2_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__FontFamily__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getFontFamilyAccess().getBuildInFontFamilyParserRuleCall_0()); }
ruleBuildInFontFamily
{ after(grammarAccess.getFontFamilyAccess().getBuildInFontFamilyParserRuleCall_0()); }
)
|(
{ before(grammarAccess.getFontFamilyAccess().getCustomFontFamilyParserRuleCall_1()); }
ruleCustomFontFamily
{ after(grammarAccess.getFontFamilyAccess().getCustomFontFamilyParserRuleCall_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__SomeFormat__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSomeFormatAccess().getUomoFormatParserRuleCall_0()); }
ruleUomoFormat
{ after(grammarAccess.getSomeFormatAccess().getUomoFormatParserRuleCall_0()); }
)
|(
{ before(grammarAccess.getSomeFormatAccess().getNumberFormatParserRuleCall_1()); }
ruleNumberFormat
{ after(grammarAccess.getSomeFormatAccess().getNumberFormatParserRuleCall_1()); }
)
|(
{ before(grammarAccess.getSomeFormatAccess().getCurrencyFormatParserRuleCall_2()); }
ruleCurrencyFormat
{ after(grammarAccess.getSomeFormatAccess().getCurrencyFormatParserRuleCall_2()); }
)
|(
{ before(grammarAccess.getSomeFormatAccess().getDateFormatParserRuleCall_3()); }
ruleDateFormat
{ after(grammarAccess.getSomeFormatAccess().getDateFormatParserRuleCall_3()); }
)
|(
{ before(grammarAccess.getSomeFormatAccess().getDateTimeFormatParserRuleCall_4()); }
ruleDateTimeFormat
{ after(grammarAccess.getSomeFormatAccess().getDateTimeFormatParserRuleCall_4()); }
)
|(
{ before(grammarAccess.getSomeFormatAccess().getTimeFormatParserRuleCall_5()); }
ruleTimeFormat
{ after(grammarAccess.getSomeFormatAccess().getTimeFormatParserRuleCall_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ReportDesign__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportDesignAccess().getReportDesignFileParserRuleCall_0()); }
ruleReportDesignFile
{ after(grammarAccess.getReportDesignAccess().getReportDesignFileParserRuleCall_0()); }
)
|(
{ before(grammarAccess.getReportDesignAccess().getReportDesignTemplateParserRuleCall_1()); }
ruleReportDesignTemplate
{ after(grammarAccess.getReportDesignAccess().getReportDesignTemplateParserRuleCall_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Element__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getElementAccess().getTitleParserRuleCall_0()); }
ruleTitle
{ after(grammarAccess.getElementAccess().getTitleParserRuleCall_0()); }
)
|(
{ before(grammarAccess.getElementAccess().getSubTitleParserRuleCall_1()); }
ruleSubTitle
{ after(grammarAccess.getElementAccess().getSubTitleParserRuleCall_1()); }
)
|(
{ before(grammarAccess.getElementAccess().getSubSubTitleParserRuleCall_2()); }
ruleSubSubTitle
{ after(grammarAccess.getElementAccess().getSubSubTitleParserRuleCall_2()); }
)
|(
{ before(grammarAccess.getElementAccess().getLabelParserRuleCall_3()); }
ruleLabel
{ after(grammarAccess.getElementAccess().getLabelParserRuleCall_3()); }
)
|(
{ before(grammarAccess.getElementAccess().getTextParserRuleCall_4()); }
ruleText
{ after(grammarAccess.getElementAccess().getTextParserRuleCall_4()); }
)
|(
{ before(grammarAccess.getElementAccess().getAutoTextParserRuleCall_5()); }
ruleAutoText
{ after(grammarAccess.getElementAccess().getAutoTextParserRuleCall_5()); }
)
|(
{ before(grammarAccess.getElementAccess().getImageParserRuleCall_6()); }
ruleImage
{ after(grammarAccess.getElementAccess().getImageParserRuleCall_6()); }
)
|(
{ before(grammarAccess.getElementAccess().getDatamartTableParserRuleCall_7()); }
ruleDatamartTable
{ after(grammarAccess.getElementAccess().getDatamartTableParserRuleCall_7()); }
)
|(
{ before(grammarAccess.getElementAccess().getDatamartTablePropertyParserRuleCall_8()); }
ruleDatamartTableProperty
{ after(grammarAccess.getElementAccess().getDatamartTablePropertyParserRuleCall_8()); }
)
|(
{ before(grammarAccess.getElementAccess().getGridParserRuleCall_9()); }
ruleGrid
{ after(grammarAccess.getElementAccess().getGridParserRuleCall_9()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__DatamartTableDetail__Alternatives_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getDatamartTableDetailAccess().getAllKeyword_3_0()); }
'all'
{ after(grammarAccess.getDatamartTableDetailAccess().getAllKeyword_3_0()); }
)
|(
{ before(grammarAccess.getDatamartTableDetailAccess().getGroup_3_1()); }
(rule__DatamartTableDetail__Group_3_1__0)
{ after(grammarAccess.getDatamartTableDetailAccess().getGroup_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValueElement__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueElementAccess().getTablePropertyParserRuleCall_0()); }
ruleTableProperty
{ after(grammarAccess.getTableValueElementAccess().getTablePropertyParserRuleCall_0()); }
)
|(
{ before(grammarAccess.getTableValueElementAccess().getTableAggregationParserRuleCall_1()); }
ruleTableAggregation
{ after(grammarAccess.getTableValueElementAccess().getTableAggregationParserRuleCall_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableBaseAggregation__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableBaseAggregationAccess().getTablePureAggregationParserRuleCall_0()); }
ruleTablePureAggregation
{ after(grammarAccess.getTableBaseAggregationAccess().getTablePureAggregationParserRuleCall_0()); }
)
|(
{ before(grammarAccess.getTableBaseAggregationAccess().getTableUnaryAggregationParserRuleCall_1()); }
ruleTableUnaryAggregation
{ after(grammarAccess.getTableBaseAggregationAccess().getTableUnaryAggregationParserRuleCall_1()); }
)
|(
{ before(grammarAccess.getTableBaseAggregationAccess().getTableMultipleAggregationParserRuleCall_2()); }
ruleTableMultipleAggregation
{ after(grammarAccess.getTableBaseAggregationAccess().getTableMultipleAggregationParserRuleCall_2()); }
)
|(
{ before(grammarAccess.getTableBaseAggregationAccess().getTableBinaryAggregationParserRuleCall_3()); }
ruleTableBinaryAggregation
{ after(grammarAccess.getTableBaseAggregationAccess().getTableBinaryAggregationParserRuleCall_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableInterval__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableIntervalAccess().getTableNumberIntervalParserRuleCall_0()); }
ruleTableNumberInterval
{ after(grammarAccess.getTableIntervalAccess().getTableNumberIntervalParserRuleCall_0()); }
)
|(
{ before(grammarAccess.getTableIntervalAccess().getTableDateDayIntervalParserRuleCall_1()); }
ruleTableDateDayInterval
{ after(grammarAccess.getTableIntervalAccess().getTableDateDayIntervalParserRuleCall_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableLookup__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableLookupAccess().getTableNumberLookupParserRuleCall_0()); }
ruleTableNumberLookup
{ after(grammarAccess.getTableLookupAccess().getTableNumberLookupParserRuleCall_0()); }
)
|(
{ before(grammarAccess.getTableLookupAccess().getTableStringLookupParserRuleCall_1()); }
ruleTableStringLookup
{ after(grammarAccess.getTableLookupAccess().getTableStringLookupParserRuleCall_1()); }
)
|(
{ before(grammarAccess.getTableLookupAccess().getTableDateDayLookupParserRuleCall_2()); }
ruleTableDateDayLookup
{ after(grammarAccess.getTableLookupAccess().getTableDateDayLookupParserRuleCall_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableRangeElement__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableRangeElementAccess().getTableTextColorParserRuleCall_0()); }
ruleTableTextColor
{ after(grammarAccess.getTableRangeElementAccess().getTableTextColorParserRuleCall_0()); }
)
|(
{ before(grammarAccess.getTableRangeElementAccess().getTableCellColorParserRuleCall_1()); }
ruleTableCellColor
{ after(grammarAccess.getTableRangeElementAccess().getTableCellColorParserRuleCall_1()); }
)
|(
{ before(grammarAccess.getTableRangeElementAccess().getTableIconParserRuleCall_2()); }
ruleTableIcon
{ after(grammarAccess.getTableRangeElementAccess().getTableIconParserRuleCall_2()); }
)
|(
{ before(grammarAccess.getTableRangeElementAccess().getTableTrendParserRuleCall_3()); }
ruleTableTrend
{ after(grammarAccess.getTableRangeElementAccess().getTableTrendParserRuleCall_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotation__Alternatives_3_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationAccess().getGroup_3_1_0()); }
(rule__XAnnotation__Group_3_1_0__0)
{ after(grammarAccess.getXAnnotationAccess().getGroup_3_1_0()); }
)
|(
{ before(grammarAccess.getXAnnotationAccess().getValueAssignment_3_1_1()); }
(rule__XAnnotation__ValueAssignment_3_1_1)
{ after(grammarAccess.getXAnnotationAccess().getValueAssignment_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getGroup_0()); }
(rule__XAnnotationElementValueOrCommaList__Group_0__0)
{ after(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getGroup_0()); }
)
|(
{ before(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getGroup_1()); }
(rule__XAnnotationElementValueOrCommaList__Group_1__0)
{ after(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getGroup_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValue__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueAccess().getGroup_0()); }
(rule__XAnnotationElementValue__Group_0__0)
{ after(grammarAccess.getXAnnotationElementValueAccess().getGroup_0()); }
)
|(
{ before(grammarAccess.getXAnnotationElementValueAccess().getXAnnotationOrExpressionParserRuleCall_1()); }
ruleXAnnotationOrExpression
{ after(grammarAccess.getXAnnotationElementValueAccess().getXAnnotationOrExpressionParserRuleCall_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationOrExpression__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationOrExpressionAccess().getXAnnotationParserRuleCall_0()); }
ruleXAnnotation
{ after(grammarAccess.getXAnnotationOrExpressionAccess().getXAnnotationParserRuleCall_0()); }
)
|(
{ before(grammarAccess.getXAnnotationOrExpressionAccess().getXExpressionParserRuleCall_1()); }
ruleXExpression
{ after(grammarAccess.getXAnnotationOrExpressionAccess().getXExpressionParserRuleCall_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAssignment__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAssignmentAccess().getGroup_0()); }
(rule__XAssignment__Group_0__0)
{ after(grammarAccess.getXAssignmentAccess().getGroup_0()); }
)
|(
{ before(grammarAccess.getXAssignmentAccess().getGroup_1()); }
(rule__XAssignment__Group_1__0)
{ after(grammarAccess.getXAssignmentAccess().getGroup_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpMultiAssign__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpMultiAssignAccess().getPlusSignEqualsSignKeyword_0()); }
'+='
{ after(grammarAccess.getOpMultiAssignAccess().getPlusSignEqualsSignKeyword_0()); }
)
|(
{ before(grammarAccess.getOpMultiAssignAccess().getHyphenMinusEqualsSignKeyword_1()); }
'-='
{ after(grammarAccess.getOpMultiAssignAccess().getHyphenMinusEqualsSignKeyword_1()); }
)
|(
{ before(grammarAccess.getOpMultiAssignAccess().getAsteriskEqualsSignKeyword_2()); }
'*='
{ after(grammarAccess.getOpMultiAssignAccess().getAsteriskEqualsSignKeyword_2()); }
)
|(
{ before(grammarAccess.getOpMultiAssignAccess().getSolidusEqualsSignKeyword_3()); }
'/='
{ after(grammarAccess.getOpMultiAssignAccess().getSolidusEqualsSignKeyword_3()); }
)
|(
{ before(grammarAccess.getOpMultiAssignAccess().getPercentSignEqualsSignKeyword_4()); }
'%='
{ after(grammarAccess.getOpMultiAssignAccess().getPercentSignEqualsSignKeyword_4()); }
)
|(
{ before(grammarAccess.getOpMultiAssignAccess().getGroup_5()); }
(rule__OpMultiAssign__Group_5__0)
{ after(grammarAccess.getOpMultiAssignAccess().getGroup_5()); }
)
|(
{ before(grammarAccess.getOpMultiAssignAccess().getGroup_6()); }
(rule__OpMultiAssign__Group_6__0)
{ after(grammarAccess.getOpMultiAssignAccess().getGroup_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpEquality__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpEqualityAccess().getEqualsSignEqualsSignKeyword_0()); }
'=='
{ after(grammarAccess.getOpEqualityAccess().getEqualsSignEqualsSignKeyword_0()); }
)
|(
{ before(grammarAccess.getOpEqualityAccess().getExclamationMarkEqualsSignKeyword_1()); }
'!='
{ after(grammarAccess.getOpEqualityAccess().getExclamationMarkEqualsSignKeyword_1()); }
)
|(
{ before(grammarAccess.getOpEqualityAccess().getEqualsSignEqualsSignEqualsSignKeyword_2()); }
'==='
{ after(grammarAccess.getOpEqualityAccess().getEqualsSignEqualsSignEqualsSignKeyword_2()); }
)
|(
{ before(grammarAccess.getOpEqualityAccess().getExclamationMarkEqualsSignEqualsSignKeyword_3()); }
'!=='
{ after(grammarAccess.getOpEqualityAccess().getExclamationMarkEqualsSignEqualsSignKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__Alternatives_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXRelationalExpressionAccess().getGroup_1_0()); }
(rule__XRelationalExpression__Group_1_0__0)
{ after(grammarAccess.getXRelationalExpressionAccess().getGroup_1_0()); }
)
|(
{ before(grammarAccess.getXRelationalExpressionAccess().getGroup_1_1()); }
(rule__XRelationalExpression__Group_1_1__0)
{ after(grammarAccess.getXRelationalExpressionAccess().getGroup_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpCompare__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpCompareAccess().getGreaterThanSignEqualsSignKeyword_0()); }
'>='
{ after(grammarAccess.getOpCompareAccess().getGreaterThanSignEqualsSignKeyword_0()); }
)
|(
{ before(grammarAccess.getOpCompareAccess().getGroup_1()); }
(rule__OpCompare__Group_1__0)
{ after(grammarAccess.getOpCompareAccess().getGroup_1()); }
)
|(
{ before(grammarAccess.getOpCompareAccess().getGreaterThanSignKeyword_2()); }
'>'
{ after(grammarAccess.getOpCompareAccess().getGreaterThanSignKeyword_2()); }
)
|(
{ before(grammarAccess.getOpCompareAccess().getLessThanSignKeyword_3()); }
'<'
{ after(grammarAccess.getOpCompareAccess().getLessThanSignKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpOther__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpOtherAccess().getHyphenMinusGreaterThanSignKeyword_0()); }
'->'
{ after(grammarAccess.getOpOtherAccess().getHyphenMinusGreaterThanSignKeyword_0()); }
)
|(
{ before(grammarAccess.getOpOtherAccess().getFullStopFullStopLessThanSignKeyword_1()); }
'..<'
{ after(grammarAccess.getOpOtherAccess().getFullStopFullStopLessThanSignKeyword_1()); }
)
|(
{ before(grammarAccess.getOpOtherAccess().getGroup_2()); }
(rule__OpOther__Group_2__0)
{ after(grammarAccess.getOpOtherAccess().getGroup_2()); }
)
|(
{ before(grammarAccess.getOpOtherAccess().getFullStopFullStopKeyword_3()); }
'..'
{ after(grammarAccess.getOpOtherAccess().getFullStopFullStopKeyword_3()); }
)
|(
{ before(grammarAccess.getOpOtherAccess().getEqualsSignGreaterThanSignKeyword_4()); }
'=>'
{ after(grammarAccess.getOpOtherAccess().getEqualsSignGreaterThanSignKeyword_4()); }
)
|(
{ before(grammarAccess.getOpOtherAccess().getGroup_5()); }
(rule__OpOther__Group_5__0)
{ after(grammarAccess.getOpOtherAccess().getGroup_5()); }
)
|(
{ before(grammarAccess.getOpOtherAccess().getGroup_6()); }
(rule__OpOther__Group_6__0)
{ after(grammarAccess.getOpOtherAccess().getGroup_6()); }
)
|(
{ before(grammarAccess.getOpOtherAccess().getLessThanSignGreaterThanSignKeyword_7()); }
'<>'
{ after(grammarAccess.getOpOtherAccess().getLessThanSignGreaterThanSignKeyword_7()); }
)
|(
{ before(grammarAccess.getOpOtherAccess().getQuestionMarkColonKeyword_8()); }
'?:'
{ after(grammarAccess.getOpOtherAccess().getQuestionMarkColonKeyword_8()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpOther__Alternatives_5_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpOtherAccess().getGroup_5_1_0()); }
(rule__OpOther__Group_5_1_0__0)
{ after(grammarAccess.getOpOtherAccess().getGroup_5_1_0()); }
)
|(
{ before(grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_1_1()); }
'>'
{ after(grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpOther__Alternatives_6_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpOtherAccess().getGroup_6_1_0()); }
(rule__OpOther__Group_6_1_0__0)
{ after(grammarAccess.getOpOtherAccess().getGroup_6_1_0()); }
)
|(
{ before(grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_1_1()); }
'<'
{ after(grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_1_1()); }
)
|(
{ before(grammarAccess.getOpOtherAccess().getEqualsSignGreaterThanSignKeyword_6_1_2()); }
'=>'
{ after(grammarAccess.getOpOtherAccess().getEqualsSignGreaterThanSignKeyword_6_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpAdd__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpAddAccess().getPlusSignKeyword_0()); }
'+'
{ after(grammarAccess.getOpAddAccess().getPlusSignKeyword_0()); }
)
|(
{ before(grammarAccess.getOpAddAccess().getHyphenMinusKeyword_1()); }
'-'
{ after(grammarAccess.getOpAddAccess().getHyphenMinusKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpMulti__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpMultiAccess().getAsteriskKeyword_0()); }
'*'
{ after(grammarAccess.getOpMultiAccess().getAsteriskKeyword_0()); }
)
|(
{ before(grammarAccess.getOpMultiAccess().getAsteriskAsteriskKeyword_1()); }
'**'
{ after(grammarAccess.getOpMultiAccess().getAsteriskAsteriskKeyword_1()); }
)
|(
{ before(grammarAccess.getOpMultiAccess().getSolidusKeyword_2()); }
'/'
{ after(grammarAccess.getOpMultiAccess().getSolidusKeyword_2()); }
)
|(
{ before(grammarAccess.getOpMultiAccess().getPercentSignKeyword_3()); }
'%'
{ after(grammarAccess.getOpMultiAccess().getPercentSignKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XUnaryOperation__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXUnaryOperationAccess().getGroup_0()); }
(rule__XUnaryOperation__Group_0__0)
{ after(grammarAccess.getXUnaryOperationAccess().getGroup_0()); }
)
|(
{ before(grammarAccess.getXUnaryOperationAccess().getXCastedExpressionParserRuleCall_1()); }
ruleXCastedExpression
{ after(grammarAccess.getXUnaryOperationAccess().getXCastedExpressionParserRuleCall_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpUnary__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpUnaryAccess().getExclamationMarkKeyword_0()); }
'!'
{ after(grammarAccess.getOpUnaryAccess().getExclamationMarkKeyword_0()); }
)
|(
{ before(grammarAccess.getOpUnaryAccess().getHyphenMinusKeyword_1()); }
'-'
{ after(grammarAccess.getOpUnaryAccess().getHyphenMinusKeyword_1()); }
)
|(
{ before(grammarAccess.getOpUnaryAccess().getPlusSignKeyword_2()); }
'+'
{ after(grammarAccess.getOpUnaryAccess().getPlusSignKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpPostfix__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpPostfixAccess().getPlusSignPlusSignKeyword_0()); }
'++'
{ after(grammarAccess.getOpPostfixAccess().getPlusSignPlusSignKeyword_0()); }
)
|(
{ before(grammarAccess.getOpPostfixAccess().getHyphenMinusHyphenMinusKeyword_1()); }
'--'
{ after(grammarAccess.getOpPostfixAccess().getHyphenMinusHyphenMinusKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Alternatives_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_0()); }
(rule__XMemberFeatureCall__Group_1_0__0)
{ after(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_0()); }
)
|(
{ before(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1()); }
(rule__XMemberFeatureCall__Group_1_1__0)
{ after(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Alternatives_1_0_0_0_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getFullStopKeyword_1_0_0_0_1_0()); }
'.'
{ after(grammarAccess.getXMemberFeatureCallAccess().getFullStopKeyword_1_0_0_0_1_0()); }
)
|(
{ before(grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticAssignment_1_0_0_0_1_1()); }
(rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_1)
{ after(grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticAssignment_1_0_0_0_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Alternatives_1_1_0_0_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getFullStopKeyword_1_1_0_0_1_0()); }
'.'
{ after(grammarAccess.getXMemberFeatureCallAccess().getFullStopKeyword_1_1_0_0_1_0()); }
)
|(
{ before(grammarAccess.getXMemberFeatureCallAccess().getNullSafeAssignment_1_1_0_0_1_1()); }
(rule__XMemberFeatureCall__NullSafeAssignment_1_1_0_0_1_1)
{ after(grammarAccess.getXMemberFeatureCallAccess().getNullSafeAssignment_1_1_0_0_1_1()); }
)
|(
{ before(grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticAssignment_1_1_0_0_1_2()); }
(rule__XMemberFeatureCall__ExplicitStaticAssignment_1_1_0_0_1_2)
{ after(grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticAssignment_1_1_0_0_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Alternatives_1_1_3_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsAssignment_1_1_3_1_0()); }
(rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_0)
{ after(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsAssignment_1_1_3_1_0()); }
)
|(
{ before(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_3_1_1()); }
(rule__XMemberFeatureCall__Group_1_1_3_1_1__0)
{ after(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XPrimaryExpression__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXPrimaryExpressionAccess().getXConstructorCallParserRuleCall_0()); }
ruleXConstructorCall
{ after(grammarAccess.getXPrimaryExpressionAccess().getXConstructorCallParserRuleCall_0()); }
)
|(
{ before(grammarAccess.getXPrimaryExpressionAccess().getXBlockExpressionParserRuleCall_1()); }
ruleXBlockExpression
{ after(grammarAccess.getXPrimaryExpressionAccess().getXBlockExpressionParserRuleCall_1()); }
)
|(
{ before(grammarAccess.getXPrimaryExpressionAccess().getXSwitchExpressionParserRuleCall_2()); }
ruleXSwitchExpression
{ after(grammarAccess.getXPrimaryExpressionAccess().getXSwitchExpressionParserRuleCall_2()); }
)
|(
{ before(grammarAccess.getXPrimaryExpressionAccess().getXSynchronizedExpressionParserRuleCall_3()); }
( ruleXSynchronizedExpression)
{ after(grammarAccess.getXPrimaryExpressionAccess().getXSynchronizedExpressionParserRuleCall_3()); }
)
|(
{ before(grammarAccess.getXPrimaryExpressionAccess().getXFeatureCallParserRuleCall_4()); }
ruleXFeatureCall
{ after(grammarAccess.getXPrimaryExpressionAccess().getXFeatureCallParserRuleCall_4()); }
)
|(
{ before(grammarAccess.getXPrimaryExpressionAccess().getXLiteralParserRuleCall_5()); }
ruleXLiteral
{ after(grammarAccess.getXPrimaryExpressionAccess().getXLiteralParserRuleCall_5()); }
)
|(
{ before(grammarAccess.getXPrimaryExpressionAccess().getXIfExpressionParserRuleCall_6()); }
ruleXIfExpression
{ after(grammarAccess.getXPrimaryExpressionAccess().getXIfExpressionParserRuleCall_6()); }
)
|(
{ before(grammarAccess.getXPrimaryExpressionAccess().getXForLoopExpressionParserRuleCall_7()); }
( ruleXForLoopExpression)
{ after(grammarAccess.getXPrimaryExpressionAccess().getXForLoopExpressionParserRuleCall_7()); }
)
|(
{ before(grammarAccess.getXPrimaryExpressionAccess().getXBasicForLoopExpressionParserRuleCall_8()); }
ruleXBasicForLoopExpression
{ after(grammarAccess.getXPrimaryExpressionAccess().getXBasicForLoopExpressionParserRuleCall_8()); }
)
|(
{ before(grammarAccess.getXPrimaryExpressionAccess().getXWhileExpressionParserRuleCall_9()); }
ruleXWhileExpression
{ after(grammarAccess.getXPrimaryExpressionAccess().getXWhileExpressionParserRuleCall_9()); }
)
|(
{ before(grammarAccess.getXPrimaryExpressionAccess().getXDoWhileExpressionParserRuleCall_10()); }
ruleXDoWhileExpression
{ after(grammarAccess.getXPrimaryExpressionAccess().getXDoWhileExpressionParserRuleCall_10()); }
)
|(
{ before(grammarAccess.getXPrimaryExpressionAccess().getXThrowExpressionParserRuleCall_11()); }
ruleXThrowExpression
{ after(grammarAccess.getXPrimaryExpressionAccess().getXThrowExpressionParserRuleCall_11()); }
)
|(
{ before(grammarAccess.getXPrimaryExpressionAccess().getXReturnExpressionParserRuleCall_12()); }
ruleXReturnExpression
{ after(grammarAccess.getXPrimaryExpressionAccess().getXReturnExpressionParserRuleCall_12()); }
)
|(
{ before(grammarAccess.getXPrimaryExpressionAccess().getXTryCatchFinallyExpressionParserRuleCall_13()); }
ruleXTryCatchFinallyExpression
{ after(grammarAccess.getXPrimaryExpressionAccess().getXTryCatchFinallyExpressionParserRuleCall_13()); }
)
|(
{ before(grammarAccess.getXPrimaryExpressionAccess().getXParenthesizedExpressionParserRuleCall_14()); }
ruleXParenthesizedExpression
{ after(grammarAccess.getXPrimaryExpressionAccess().getXParenthesizedExpressionParserRuleCall_14()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XLiteral__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXLiteralAccess().getXCollectionLiteralParserRuleCall_0()); }
ruleXCollectionLiteral
{ after(grammarAccess.getXLiteralAccess().getXCollectionLiteralParserRuleCall_0()); }
)
|(
{ before(grammarAccess.getXLiteralAccess().getXClosureParserRuleCall_1()); }
( ruleXClosure)
{ after(grammarAccess.getXLiteralAccess().getXClosureParserRuleCall_1()); }
)
|(
{ before(grammarAccess.getXLiteralAccess().getXBooleanLiteralParserRuleCall_2()); }
ruleXBooleanLiteral
{ after(grammarAccess.getXLiteralAccess().getXBooleanLiteralParserRuleCall_2()); }
)
|(
{ before(grammarAccess.getXLiteralAccess().getXNumberLiteralParserRuleCall_3()); }
ruleXNumberLiteral
{ after(grammarAccess.getXLiteralAccess().getXNumberLiteralParserRuleCall_3()); }
)
|(
{ before(grammarAccess.getXLiteralAccess().getXNullLiteralParserRuleCall_4()); }
ruleXNullLiteral
{ after(grammarAccess.getXLiteralAccess().getXNullLiteralParserRuleCall_4()); }
)
|(
{ before(grammarAccess.getXLiteralAccess().getXStringLiteralParserRuleCall_5()); }
ruleXStringLiteral
{ after(grammarAccess.getXLiteralAccess().getXStringLiteralParserRuleCall_5()); }
)
|(
{ before(grammarAccess.getXLiteralAccess().getXTypeLiteralParserRuleCall_6()); }
ruleXTypeLiteral
{ after(grammarAccess.getXLiteralAccess().getXTypeLiteralParserRuleCall_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCollectionLiteral__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCollectionLiteralAccess().getXSetLiteralParserRuleCall_0()); }
ruleXSetLiteral
{ after(grammarAccess.getXCollectionLiteralAccess().getXSetLiteralParserRuleCall_0()); }
)
|(
{ before(grammarAccess.getXCollectionLiteralAccess().getXListLiteralParserRuleCall_1()); }
ruleXListLiteral
{ after(grammarAccess.getXCollectionLiteralAccess().getXListLiteralParserRuleCall_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Alternatives_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getGroup_2_0()); }
(rule__XSwitchExpression__Group_2_0__0)
{ after(grammarAccess.getXSwitchExpressionAccess().getGroup_2_0()); }
)
|(
{ before(grammarAccess.getXSwitchExpressionAccess().getGroup_2_1()); }
(rule__XSwitchExpression__Group_2_1__0)
{ after(grammarAccess.getXSwitchExpressionAccess().getGroup_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCasePart__Alternatives_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCasePartAccess().getGroup_3_0()); }
(rule__XCasePart__Group_3_0__0)
{ after(grammarAccess.getXCasePartAccess().getGroup_3_0()); }
)
|(
{ before(grammarAccess.getXCasePartAccess().getFallThroughAssignment_3_1()); }
(rule__XCasePart__FallThroughAssignment_3_1)
{ after(grammarAccess.getXCasePartAccess().getFallThroughAssignment_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XExpressionOrVarDeclaration__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXExpressionOrVarDeclarationAccess().getXVariableDeclarationParserRuleCall_0()); }
ruleXVariableDeclaration
{ after(grammarAccess.getXExpressionOrVarDeclarationAccess().getXVariableDeclarationParserRuleCall_0()); }
)
|(
{ before(grammarAccess.getXExpressionOrVarDeclarationAccess().getXExpressionParserRuleCall_1()); }
ruleXExpression
{ after(grammarAccess.getXExpressionOrVarDeclarationAccess().getXExpressionParserRuleCall_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XVariableDeclaration__Alternatives_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXVariableDeclarationAccess().getWriteableAssignment_1_0()); }
(rule__XVariableDeclaration__WriteableAssignment_1_0)
{ after(grammarAccess.getXVariableDeclarationAccess().getWriteableAssignment_1_0()); }
)
|(
{ before(grammarAccess.getXVariableDeclarationAccess().getValKeyword_1_1()); }
'val'
{ after(grammarAccess.getXVariableDeclarationAccess().getValKeyword_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XVariableDeclaration__Alternatives_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXVariableDeclarationAccess().getGroup_2_0()); }
(rule__XVariableDeclaration__Group_2_0__0)
{ after(grammarAccess.getXVariableDeclarationAccess().getGroup_2_0()); }
)
|(
{ before(grammarAccess.getXVariableDeclarationAccess().getNameAssignment_2_1()); }
(rule__XVariableDeclaration__NameAssignment_2_1)
{ after(grammarAccess.getXVariableDeclarationAccess().getNameAssignment_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Alternatives_3_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsAssignment_3_1_0()); }
(rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_0)
{ after(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsAssignment_3_1_0()); }
)
|(
{ before(grammarAccess.getXFeatureCallAccess().getGroup_3_1_1()); }
(rule__XFeatureCall__Group_3_1_1__0)
{ after(grammarAccess.getXFeatureCallAccess().getGroup_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__FeatureCallID__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getFeatureCallIDAccess().getValidIDParserRuleCall_0()); }
ruleValidID
{ after(grammarAccess.getFeatureCallIDAccess().getValidIDParserRuleCall_0()); }
)
|(
{ before(grammarAccess.getFeatureCallIDAccess().getExtendsKeyword_1()); }
'extends'
{ after(grammarAccess.getFeatureCallIDAccess().getExtendsKeyword_1()); }
)
|(
{ before(grammarAccess.getFeatureCallIDAccess().getStaticKeyword_2()); }
'static'
{ after(grammarAccess.getFeatureCallIDAccess().getStaticKeyword_2()); }
)
|(
{ before(grammarAccess.getFeatureCallIDAccess().getImportKeyword_3()); }
'import'
{ after(grammarAccess.getFeatureCallIDAccess().getImportKeyword_3()); }
)
|(
{ before(grammarAccess.getFeatureCallIDAccess().getExtensionKeyword_4()); }
'extension'
{ after(grammarAccess.getFeatureCallIDAccess().getExtensionKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__IdOrSuper__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getIdOrSuperAccess().getFeatureCallIDParserRuleCall_0()); }
ruleFeatureCallID
{ after(grammarAccess.getIdOrSuperAccess().getFeatureCallIDParserRuleCall_0()); }
)
|(
{ before(grammarAccess.getIdOrSuperAccess().getSuperKeyword_1()); }
'super'
{ after(grammarAccess.getIdOrSuperAccess().getSuperKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Alternatives_4_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getArgumentsAssignment_4_1_0()); }
(rule__XConstructorCall__ArgumentsAssignment_4_1_0)
{ after(grammarAccess.getXConstructorCallAccess().getArgumentsAssignment_4_1_0()); }
)
|(
{ before(grammarAccess.getXConstructorCallAccess().getGroup_4_1_1()); }
(rule__XConstructorCall__Group_4_1_1__0)
{ after(grammarAccess.getXConstructorCallAccess().getGroup_4_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBooleanLiteral__Alternatives_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBooleanLiteralAccess().getFalseKeyword_1_0()); }
'false'
{ after(grammarAccess.getXBooleanLiteralAccess().getFalseKeyword_1_0()); }
)
|(
{ before(grammarAccess.getXBooleanLiteralAccess().getIsTrueAssignment_1_1()); }
(rule__XBooleanLiteral__IsTrueAssignment_1_1)
{ after(grammarAccess.getXBooleanLiteralAccess().getIsTrueAssignment_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XTryCatchFinallyExpression__Alternatives_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXTryCatchFinallyExpressionAccess().getGroup_3_0()); }
(rule__XTryCatchFinallyExpression__Group_3_0__0)
{ after(grammarAccess.getXTryCatchFinallyExpressionAccess().getGroup_3_0()); }
)
|(
{ before(grammarAccess.getXTryCatchFinallyExpressionAccess().getGroup_3_1()); }
(rule__XTryCatchFinallyExpression__Group_3_1__0)
{ after(grammarAccess.getXTryCatchFinallyExpressionAccess().getGroup_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Number__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNumberAccess().getHEXTerminalRuleCall_0()); }
RULE_HEX
{ after(grammarAccess.getNumberAccess().getHEXTerminalRuleCall_0()); }
)
|(
{ before(grammarAccess.getNumberAccess().getGroup_1()); }
(rule__Number__Group_1__0)
{ after(grammarAccess.getNumberAccess().getGroup_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Number__Alternatives_1_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNumberAccess().getINTTerminalRuleCall_1_0_0()); }
RULE_INT
{ after(grammarAccess.getNumberAccess().getINTTerminalRuleCall_1_0_0()); }
)
|(
{ before(grammarAccess.getNumberAccess().getDECIMALTerminalRuleCall_1_0_1()); }
RULE_DECIMAL
{ after(grammarAccess.getNumberAccess().getDECIMALTerminalRuleCall_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Number__Alternatives_1_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNumberAccess().getINTTerminalRuleCall_1_1_1_0()); }
RULE_INT
{ after(grammarAccess.getNumberAccess().getINTTerminalRuleCall_1_1_1_0()); }
)
|(
{ before(grammarAccess.getNumberAccess().getDECIMALTerminalRuleCall_1_1_1_1()); }
RULE_DECIMAL
{ after(grammarAccess.getNumberAccess().getDECIMALTerminalRuleCall_1_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmTypeReference__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmTypeReferenceAccess().getGroup_0()); }
(rule__JvmTypeReference__Group_0__0)
{ after(grammarAccess.getJvmTypeReferenceAccess().getGroup_0()); }
)
|(
{ before(grammarAccess.getJvmTypeReferenceAccess().getXFunctionTypeRefParserRuleCall_1()); }
ruleXFunctionTypeRef
{ after(grammarAccess.getJvmTypeReferenceAccess().getXFunctionTypeRefParserRuleCall_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmArgumentTypeReference__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmArgumentTypeReferenceAccess().getJvmTypeReferenceParserRuleCall_0()); }
ruleJvmTypeReference
{ after(grammarAccess.getJvmArgumentTypeReferenceAccess().getJvmTypeReferenceParserRuleCall_0()); }
)
|(
{ before(grammarAccess.getJvmArgumentTypeReferenceAccess().getJvmWildcardTypeReferenceParserRuleCall_1()); }
ruleJvmWildcardTypeReference
{ after(grammarAccess.getJvmArgumentTypeReferenceAccess().getJvmWildcardTypeReferenceParserRuleCall_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmWildcardTypeReference__Alternatives_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmWildcardTypeReferenceAccess().getGroup_2_0()); }
(rule__JvmWildcardTypeReference__Group_2_0__0)
{ after(grammarAccess.getJvmWildcardTypeReferenceAccess().getGroup_2_0()); }
)
|(
{ before(grammarAccess.getJvmWildcardTypeReferenceAccess().getGroup_2_1()); }
(rule__JvmWildcardTypeReference__Group_2_1__0)
{ after(grammarAccess.getJvmWildcardTypeReferenceAccess().getGroup_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Alternatives_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getGroup_1_0()); }
(rule__XImportDeclaration__Group_1_0__0)
{ after(grammarAccess.getXImportDeclarationAccess().getGroup_1_0()); }
)
|(
{ before(grammarAccess.getXImportDeclarationAccess().getImportedTypeAssignment_1_1()); }
(rule__XImportDeclaration__ImportedTypeAssignment_1_1)
{ after(grammarAccess.getXImportDeclarationAccess().getImportedTypeAssignment_1_1()); }
)
|(
{ before(grammarAccess.getXImportDeclarationAccess().getImportedNamespaceAssignment_1_2()); }
(rule__XImportDeclaration__ImportedNamespaceAssignment_1_2)
{ after(grammarAccess.getXImportDeclarationAccess().getImportedNamespaceAssignment_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Alternatives_1_0_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getWildcardAssignment_1_0_3_0()); }
(rule__XImportDeclaration__WildcardAssignment_1_0_3_0)
{ after(grammarAccess.getXImportDeclarationAccess().getWildcardAssignment_1_0_3_0()); }
)
|(
{ before(grammarAccess.getXImportDeclarationAccess().getMemberNameAssignment_1_0_3_1()); }
(rule__XImportDeclaration__MemberNameAssignment_1_0_3_1)
{ after(grammarAccess.getXImportDeclarationAccess().getMemberNameAssignment_1_0_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__UnitEnum__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getUnitEnumAccess().getMMEnumLiteralDeclaration_0()); }
( 'mm'
)
{ after(grammarAccess.getUnitEnumAccess().getMMEnumLiteralDeclaration_0()); }
)
|(
{ before(grammarAccess.getUnitEnumAccess().getCMEnumLiteralDeclaration_1()); }
( 'cm'
)
{ after(grammarAccess.getUnitEnumAccess().getCMEnumLiteralDeclaration_1()); }
)
|(
{ before(grammarAccess.getUnitEnumAccess().getPTEnumLiteralDeclaration_2()); }
( 'pt'
)
{ after(grammarAccess.getUnitEnumAccess().getPTEnumLiteralDeclaration_2()); }
)
|(
{ before(grammarAccess.getUnitEnumAccess().getINEnumLiteralDeclaration_3()); }
( 'inch'
)
{ after(grammarAccess.getUnitEnumAccess().getINEnumLiteralDeclaration_3()); }
)
|(
{ before(grammarAccess.getUnitEnumAccess().getPCEnumLiteralDeclaration_4()); }
( 'pc'
)
{ after(grammarAccess.getUnitEnumAccess().getPCEnumLiteralDeclaration_4()); }
)
|(
{ before(grammarAccess.getUnitEnumAccess().getEMEnumLiteralDeclaration_5()); }
( 'em'
)
{ after(grammarAccess.getUnitEnumAccess().getEMEnumLiteralDeclaration_5()); }
)
|(
{ before(grammarAccess.getUnitEnumAccess().getEXEnumLiteralDeclaration_6()); }
( 'ex'
)
{ after(grammarAccess.getUnitEnumAccess().getEXEnumLiteralDeclaration_6()); }
)
|(
{ before(grammarAccess.getUnitEnumAccess().getPXEnumLiteralDeclaration_7()); }
( 'px'
)
{ after(grammarAccess.getUnitEnumAccess().getPXEnumLiteralDeclaration_7()); }
)
|(
{ before(grammarAccess.getUnitEnumAccess().getPERCENTAGEEnumLiteralDeclaration_8()); }
( '%'
)
{ after(grammarAccess.getUnitEnumAccess().getPERCENTAGEEnumLiteralDeclaration_8()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PageSizeEnum__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageSizeEnumAccess().getA4EnumLiteralDeclaration_0()); }
( 'a4'
)
{ after(grammarAccess.getPageSizeEnumAccess().getA4EnumLiteralDeclaration_0()); }
)
|(
{ before(grammarAccess.getPageSizeEnumAccess().getA3EnumLiteralDeclaration_1()); }
( 'a3'
)
{ after(grammarAccess.getPageSizeEnumAccess().getA3EnumLiteralDeclaration_1()); }
)
|(
{ before(grammarAccess.getPageSizeEnumAccess().getA5EnumLiteralDeclaration_2()); }
( 'a5'
)
{ after(grammarAccess.getPageSizeEnumAccess().getA5EnumLiteralDeclaration_2()); }
)
|(
{ before(grammarAccess.getPageSizeEnumAccess().getUS_LETTEREnumLiteralDeclaration_3()); }
( 'us-letter'
)
{ after(grammarAccess.getPageSizeEnumAccess().getUS_LETTEREnumLiteralDeclaration_3()); }
)
|(
{ before(grammarAccess.getPageSizeEnumAccess().getUS_LEGALEnumLiteralDeclaration_4()); }
( 'us-legal'
)
{ after(grammarAccess.getPageSizeEnumAccess().getUS_LEGALEnumLiteralDeclaration_4()); }
)
|(
{ before(grammarAccess.getPageSizeEnumAccess().getUS_LEDGEREnumLiteralDeclaration_5()); }
( 'us-ledger'
)
{ after(grammarAccess.getPageSizeEnumAccess().getUS_LEDGEREnumLiteralDeclaration_5()); }
)
|(
{ before(grammarAccess.getPageSizeEnumAccess().getUS_SUPER_BEnumLiteralDeclaration_6()); }
( 'us-super-b'
)
{ after(grammarAccess.getPageSizeEnumAccess().getUS_SUPER_BEnumLiteralDeclaration_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OrientationEnum__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOrientationEnumAccess().getPORTRAITEnumLiteralDeclaration_0()); }
( 'portrait'
)
{ after(grammarAccess.getOrientationEnumAccess().getPORTRAITEnumLiteralDeclaration_0()); }
)
|(
{ before(grammarAccess.getOrientationEnumAccess().getLANDSCAPEEnumLiteralDeclaration_1()); }
( 'landscape'
)
{ after(grammarAccess.getOrientationEnumAccess().getLANDSCAPEEnumLiteralDeclaration_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__FontStyleEnum__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getFontStyleEnumAccess().getNORMALEnumLiteralDeclaration_0()); }
( 'normal'
)
{ after(grammarAccess.getFontStyleEnumAccess().getNORMALEnumLiteralDeclaration_0()); }
)
|(
{ before(grammarAccess.getFontStyleEnumAccess().getITALICEnumLiteralDeclaration_1()); }
( 'italic'
)
{ after(grammarAccess.getFontStyleEnumAccess().getITALICEnumLiteralDeclaration_1()); }
)
|(
{ before(grammarAccess.getFontStyleEnumAccess().getOBLIQUEEnumLiteralDeclaration_2()); }
( 'oblique'
)
{ after(grammarAccess.getFontStyleEnumAccess().getOBLIQUEEnumLiteralDeclaration_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__BuildInFontFamilyEnum__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getBuildInFontFamilyEnumAccess().getMONOSPACEEnumLiteralDeclaration_0()); }
( 'monospace'
)
{ after(grammarAccess.getBuildInFontFamilyEnumAccess().getMONOSPACEEnumLiteralDeclaration_0()); }
)
|(
{ before(grammarAccess.getBuildInFontFamilyEnumAccess().getSANS_SERIFEnumLiteralDeclaration_1()); }
( 'sans-serif'
)
{ after(grammarAccess.getBuildInFontFamilyEnumAccess().getSANS_SERIFEnumLiteralDeclaration_1()); }
)
|(
{ before(grammarAccess.getBuildInFontFamilyEnumAccess().getSERIFEnumLiteralDeclaration_2()); }
( 'serif'
)
{ after(grammarAccess.getBuildInFontFamilyEnumAccess().getSERIFEnumLiteralDeclaration_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TextAlignEnum__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTextAlignEnumAccess().getLEFTEnumLiteralDeclaration_0()); }
( 'left'
)
{ after(grammarAccess.getTextAlignEnumAccess().getLEFTEnumLiteralDeclaration_0()); }
)
|(
{ before(grammarAccess.getTextAlignEnumAccess().getCENTEREnumLiteralDeclaration_1()); }
( 'center'
)
{ after(grammarAccess.getTextAlignEnumAccess().getCENTEREnumLiteralDeclaration_1()); }
)
|(
{ before(grammarAccess.getTextAlignEnumAccess().getRIGHTEnumLiteralDeclaration_2()); }
( 'right'
)
{ after(grammarAccess.getTextAlignEnumAccess().getRIGHTEnumLiteralDeclaration_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__NumberFormatCategoryEnum__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNumberFormatCategoryEnumAccess().getUNFORMATTEDEnumLiteralDeclaration_0()); }
( 'unformatted'
)
{ after(grammarAccess.getNumberFormatCategoryEnumAccess().getUNFORMATTEDEnumLiteralDeclaration_0()); }
)
|(
{ before(grammarAccess.getNumberFormatCategoryEnumAccess().getGENERAL_NUMBEREnumLiteralDeclaration_1()); }
( 'general-number'
)
{ after(grammarAccess.getNumberFormatCategoryEnumAccess().getGENERAL_NUMBEREnumLiteralDeclaration_1()); }
)
|(
{ before(grammarAccess.getNumberFormatCategoryEnumAccess().getFIXEDEnumLiteralDeclaration_2()); }
( 'fixed'
)
{ after(grammarAccess.getNumberFormatCategoryEnumAccess().getFIXEDEnumLiteralDeclaration_2()); }
)
|(
{ before(grammarAccess.getNumberFormatCategoryEnumAccess().getPERCENTEnumLiteralDeclaration_3()); }
( 'percent'
)
{ after(grammarAccess.getNumberFormatCategoryEnumAccess().getPERCENTEnumLiteralDeclaration_3()); }
)
|(
{ before(grammarAccess.getNumberFormatCategoryEnumAccess().getSCIENTIFICEnumLiteralDeclaration_4()); }
( 'scientific'
)
{ after(grammarAccess.getNumberFormatCategoryEnumAccess().getSCIENTIFICEnumLiteralDeclaration_4()); }
)
|(
{ before(grammarAccess.getNumberFormatCategoryEnumAccess().getCUSTOMEnumLiteralDeclaration_5()); }
( 'custom'
)
{ after(grammarAccess.getNumberFormatCategoryEnumAccess().getCUSTOMEnumLiteralDeclaration_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__CurrencyFormatCategoryEnum__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getCurrencyFormatCategoryEnumAccess().getUNFORMATTEDEnumLiteralDeclaration_0()); }
( 'unformatted'
)
{ after(grammarAccess.getCurrencyFormatCategoryEnumAccess().getUNFORMATTEDEnumLiteralDeclaration_0()); }
)
|(
{ before(grammarAccess.getCurrencyFormatCategoryEnumAccess().getCURRENCYEnumLiteralDeclaration_1()); }
( 'currency'
)
{ after(grammarAccess.getCurrencyFormatCategoryEnumAccess().getCURRENCYEnumLiteralDeclaration_1()); }
)
|(
{ before(grammarAccess.getCurrencyFormatCategoryEnumAccess().getCUSTOMEnumLiteralDeclaration_2()); }
( 'custom'
)
{ after(grammarAccess.getCurrencyFormatCategoryEnumAccess().getCUSTOMEnumLiteralDeclaration_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__RenderingEnum__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getRenderingEnumAccess().getHTMLEnumLiteralDeclaration_0()); }
( 'html'
)
{ after(grammarAccess.getRenderingEnumAccess().getHTMLEnumLiteralDeclaration_0()); }
)
|(
{ before(grammarAccess.getRenderingEnumAccess().getPDFEnumLiteralDeclaration_1()); }
( 'pdf'
)
{ after(grammarAccess.getRenderingEnumAccess().getPDFEnumLiteralDeclaration_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PureAggregationTypeEnum__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPureAggregationTypeEnumAccess().getCOUNTEnumLiteralDeclaration_0()); }
( 'count'
)
{ after(grammarAccess.getPureAggregationTypeEnumAccess().getCOUNTEnumLiteralDeclaration_0()); }
)
|(
{ before(grammarAccess.getPureAggregationTypeEnumAccess().getRUNNINGCOUNTEnumLiteralDeclaration_1()); }
( 'running-count'
)
{ after(grammarAccess.getPureAggregationTypeEnumAccess().getRUNNINGCOUNTEnumLiteralDeclaration_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__UnaryAggregationTypeEnum__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getUnaryAggregationTypeEnumAccess().getSUMEnumLiteralDeclaration_0()); }
( 'sum'
)
{ after(grammarAccess.getUnaryAggregationTypeEnumAccess().getSUMEnumLiteralDeclaration_0()); }
)
|(
{ before(grammarAccess.getUnaryAggregationTypeEnumAccess().getAVEEnumLiteralDeclaration_1()); }
( 'average'
)
{ after(grammarAccess.getUnaryAggregationTypeEnumAccess().getAVEEnumLiteralDeclaration_1()); }
)
|(
{ before(grammarAccess.getUnaryAggregationTypeEnumAccess().getMINEnumLiteralDeclaration_2()); }
( 'minimum'
)
{ after(grammarAccess.getUnaryAggregationTypeEnumAccess().getMINEnumLiteralDeclaration_2()); }
)
|(
{ before(grammarAccess.getUnaryAggregationTypeEnumAccess().getMAXEnumLiteralDeclaration_3()); }
( 'maximum'
)
{ after(grammarAccess.getUnaryAggregationTypeEnumAccess().getMAXEnumLiteralDeclaration_3()); }
)
|(
{ before(grammarAccess.getUnaryAggregationTypeEnumAccess().getRUNNINGSUMEnumLiteralDeclaration_4()); }
( 'running-sum'
)
{ after(grammarAccess.getUnaryAggregationTypeEnumAccess().getRUNNINGSUMEnumLiteralDeclaration_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TrendIconEnum__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTrendIconEnumAccess().getRISINGEnumLiteralDeclaration_0()); }
( 'rising'
)
{ after(grammarAccess.getTrendIconEnumAccess().getRISINGEnumLiteralDeclaration_0()); }
)
|(
{ before(grammarAccess.getTrendIconEnumAccess().getBADRISINGEnumLiteralDeclaration_1()); }
( 'bad-rising'
)
{ after(grammarAccess.getTrendIconEnumAccess().getBADRISINGEnumLiteralDeclaration_1()); }
)
|(
{ before(grammarAccess.getTrendIconEnumAccess().getSLOPINGEnumLiteralDeclaration_2()); }
( 'sloping'
)
{ after(grammarAccess.getTrendIconEnumAccess().getSLOPINGEnumLiteralDeclaration_2()); }
)
|(
{ before(grammarAccess.getTrendIconEnumAccess().getGOODSLOPINGEnumLiteralDeclaration_3()); }
( 'good-sloping'
)
{ after(grammarAccess.getTrendIconEnumAccess().getGOODSLOPINGEnumLiteralDeclaration_3()); }
)
|(
{ before(grammarAccess.getTrendIconEnumAccess().getSTAGNATINGEnumLiteralDeclaration_4()); }
( 'stagnating'
)
{ after(grammarAccess.getTrendIconEnumAccess().getSTAGNATINGEnumLiteralDeclaration_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__BorderTypeEnum__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getBorderTypeEnumAccess().getNONEEnumLiteralDeclaration_0()); }
( 'none'
)
{ after(grammarAccess.getBorderTypeEnumAccess().getNONEEnumLiteralDeclaration_0()); }
)
|(
{ before(grammarAccess.getBorderTypeEnumAccess().getSOLIDEnumLiteralDeclaration_1()); }
( 'solid'
)
{ after(grammarAccess.getBorderTypeEnumAccess().getSOLIDEnumLiteralDeclaration_1()); }
)
|(
{ before(grammarAccess.getBorderTypeEnumAccess().getDOTTEDEnumLiteralDeclaration_2()); }
( 'dotted'
)
{ after(grammarAccess.getBorderTypeEnumAccess().getDOTTEDEnumLiteralDeclaration_2()); }
)
|(
{ before(grammarAccess.getBorderTypeEnumAccess().getDASHEDEnumLiteralDeclaration_3()); }
( 'dashed'
)
{ after(grammarAccess.getBorderTypeEnumAccess().getDASHEDEnumLiteralDeclaration_3()); }
)
|(
{ before(grammarAccess.getBorderTypeEnumAccess().getDOUBLEEnumLiteralDeclaration_4()); }
( 'double'
)
{ after(grammarAccess.getBorderTypeEnumAccess().getDOUBLEEnumLiteralDeclaration_4()); }
)
|(
{ before(grammarAccess.getBorderTypeEnumAccess().getGROOVEEnumLiteralDeclaration_5()); }
( 'groove'
)
{ after(grammarAccess.getBorderTypeEnumAccess().getGROOVEEnumLiteralDeclaration_5()); }
)
|(
{ before(grammarAccess.getBorderTypeEnumAccess().getRIDGEEnumLiteralDeclaration_6()); }
( 'ridge'
)
{ after(grammarAccess.getBorderTypeEnumAccess().getRIDGEEnumLiteralDeclaration_6()); }
)
|(
{ before(grammarAccess.getBorderTypeEnumAccess().getINSETEnumLiteralDeclaration_7()); }
( 'inset'
)
{ after(grammarAccess.getBorderTypeEnumAccess().getINSETEnumLiteralDeclaration_7()); }
)
|(
{ before(grammarAccess.getBorderTypeEnumAccess().getOUTSETEnumLiteralDeclaration_8()); }
( 'outset'
)
{ after(grammarAccess.getBorderTypeEnumAccess().getOUTSETEnumLiteralDeclaration_8()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__AutoTextEnum__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getAutoTextEnumAccess().getPAGE_NUMBEREnumLiteralDeclaration_0()); }
( 'page-number'
)
{ after(grammarAccess.getAutoTextEnumAccess().getPAGE_NUMBEREnumLiteralDeclaration_0()); }
)
|(
{ before(grammarAccess.getAutoTextEnumAccess().getTOTAL_PAGEEnumLiteralDeclaration_1()); }
( 'total-page'
)
{ after(grammarAccess.getAutoTextEnumAccess().getTOTAL_PAGEEnumLiteralDeclaration_1()); }
)
|(
{ before(grammarAccess.getAutoTextEnumAccess().getPAGE_NUMBER_UNFILTEREDEnumLiteralDeclaration_2()); }
( 'page-number-unfiltered'
)
{ after(grammarAccess.getAutoTextEnumAccess().getPAGE_NUMBER_UNFILTEREDEnumLiteralDeclaration_2()); }
)
|(
{ before(grammarAccess.getAutoTextEnumAccess().getTOTAL_PAGE_UNFILTEREDEnumLiteralDeclaration_3()); }
( 'total-page-unfiltered'
)
{ after(grammarAccess.getAutoTextEnumAccess().getTOTAL_PAGE_UNFILTEREDEnumLiteralDeclaration_3()); }
)
|(
{ before(grammarAccess.getAutoTextEnumAccess().getPAGE_VARIABLEEnumLiteralDeclaration_4()); }
( 'page-variable'
)
{ after(grammarAccess.getAutoTextEnumAccess().getPAGE_VARIABLEEnumLiteralDeclaration_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ImageSizeEnum__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getImageSizeEnumAccess().getSIZE_TO_IMAGEEnumLiteralDeclaration_0()); }
( 'size-to-image'
)
{ after(grammarAccess.getImageSizeEnumAccess().getSIZE_TO_IMAGEEnumLiteralDeclaration_0()); }
)
|(
{ before(grammarAccess.getImageSizeEnumAccess().getSCALE_TO_ITEMEnumLiteralDeclaration_1()); }
( 'scale-to-item'
)
{ after(grammarAccess.getImageSizeEnumAccess().getSCALE_TO_ITEMEnumLiteralDeclaration_1()); }
)
|(
{ before(grammarAccess.getImageSizeEnumAccess().getCLIPEnumLiteralDeclaration_2()); }
( 'clip'
)
{ after(grammarAccess.getImageSizeEnumAccess().getCLIPEnumLiteralDeclaration_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ImageSourceEnum__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getImageSourceEnumAccess().getFILEEnumLiteralDeclaration_0()); }
( 'file'
)
{ after(grammarAccess.getImageSourceEnumAccess().getFILEEnumLiteralDeclaration_0()); }
)
|(
{ before(grammarAccess.getImageSourceEnumAccess().getURLEnumLiteralDeclaration_1()); }
( 'url'
)
{ after(grammarAccess.getImageSourceEnumAccess().getURLEnumLiteralDeclaration_1()); }
)
|(
{ before(grammarAccess.getImageSourceEnumAccess().getEMBEDEnumLiteralDeclaration_2()); }
( 'embed'
)
{ after(grammarAccess.getImageSourceEnumAccess().getEMBEDEnumLiteralDeclaration_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__ReportPackage__Group__0__Impl
rule__ReportPackage__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportPackageAccess().getReportPackageAction_0()); }
(
)
{ after(grammarAccess.getReportPackageAccess().getReportPackageAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__ReportPackage__Group__1__Impl
rule__ReportPackage__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportPackageAccess().getPackageKeyword_1()); }
'package'
{ after(grammarAccess.getReportPackageAccess().getPackageKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__ReportPackage__Group__2__Impl
rule__ReportPackage__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportPackageAccess().getNameAssignment_2()); }
(rule__ReportPackage__NameAssignment_2)
{ after(grammarAccess.getReportPackageAccess().getNameAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__ReportPackage__Group__3__Impl
rule__ReportPackage__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportPackageAccess().getLeftCurlyBracketKeyword_3()); }
'{'
{ after(grammarAccess.getReportPackageAccess().getLeftCurlyBracketKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__ReportPackage__Group__4__Impl
rule__ReportPackage__Group__5
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportPackageAccess().getImportsAssignment_4()); }
(rule__ReportPackage__ImportsAssignment_4)*
{ after(grammarAccess.getReportPackageAccess().getImportsAssignment_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group__5
@init {
int stackSize = keepStackSize();
}
:
rule__ReportPackage__Group__5__Impl
rule__ReportPackage__Group__6
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportPackageAccess().getGroup_5()); }
(rule__ReportPackage__Group_5__0)?
{ after(grammarAccess.getReportPackageAccess().getGroup_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group__6
@init {
int stackSize = keepStackSize();
}
:
rule__ReportPackage__Group__6__Impl
rule__ReportPackage__Group__7
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportPackageAccess().getReportsAssignment_6()); }
(rule__ReportPackage__ReportsAssignment_6)*
{ after(grammarAccess.getReportPackageAccess().getReportsAssignment_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group__7
@init {
int stackSize = keepStackSize();
}
:
rule__ReportPackage__Group__7__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportPackageAccess().getRightCurlyBracketKeyword_7()); }
'}'
{ after(grammarAccess.getReportPackageAccess().getRightCurlyBracketKeyword_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5__0
@init {
int stackSize = keepStackSize();
}
:
rule__ReportPackage__Group_5__0__Impl
rule__ReportPackage__Group_5__1
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportPackageAccess().getLayoutDataKeyword_5_0()); }
'layout-data'
{ after(grammarAccess.getReportPackageAccess().getLayoutDataKeyword_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5__1
@init {
int stackSize = keepStackSize();
}
:
rule__ReportPackage__Group_5__1__Impl
rule__ReportPackage__Group_5__2
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportPackageAccess().getLeftCurlyBracketKeyword_5_1()); }
'{'
{ after(grammarAccess.getReportPackageAccess().getLeftCurlyBracketKeyword_5_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5__2
@init {
int stackSize = keepStackSize();
}
:
rule__ReportPackage__Group_5__2__Impl
rule__ReportPackage__Group_5__3
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportPackageAccess().getGroup_5_2()); }
(rule__ReportPackage__Group_5_2__0)?
{ after(grammarAccess.getReportPackageAccess().getGroup_5_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5__3
@init {
int stackSize = keepStackSize();
}
:
rule__ReportPackage__Group_5__3__Impl
rule__ReportPackage__Group_5__4
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportPackageAccess().getPagetemplatesAssignment_5_3()); }
(rule__ReportPackage__PagetemplatesAssignment_5_3)
{ after(grammarAccess.getReportPackageAccess().getPagetemplatesAssignment_5_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5__4
@init {
int stackSize = keepStackSize();
}
:
rule__ReportPackage__Group_5__4__Impl
rule__ReportPackage__Group_5__5
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportPackageAccess().getFormattersAssignment_5_4()); }
(rule__ReportPackage__FormattersAssignment_5_4)
{ after(grammarAccess.getReportPackageAccess().getFormattersAssignment_5_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5__5
@init {
int stackSize = keepStackSize();
}
:
rule__ReportPackage__Group_5__5__Impl
rule__ReportPackage__Group_5__6
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportPackageAccess().getColorsAssignment_5_5()); }
(rule__ReportPackage__ColorsAssignment_5_5)
{ after(grammarAccess.getReportPackageAccess().getColorsAssignment_5_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5__6
@init {
int stackSize = keepStackSize();
}
:
rule__ReportPackage__Group_5__6__Impl
rule__ReportPackage__Group_5__7
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportPackageAccess().getFontsAssignment_5_6()); }
(rule__ReportPackage__FontsAssignment_5_6)
{ after(grammarAccess.getReportPackageAccess().getFontsAssignment_5_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5__7
@init {
int stackSize = keepStackSize();
}
:
rule__ReportPackage__Group_5__7__Impl
rule__ReportPackage__Group_5__8
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportPackageAccess().getMediasAssignment_5_7()); }
(rule__ReportPackage__MediasAssignment_5_7)
{ after(grammarAccess.getReportPackageAccess().getMediasAssignment_5_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5__8
@init {
int stackSize = keepStackSize();
}
:
rule__ReportPackage__Group_5__8__Impl
rule__ReportPackage__Group_5__9
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5__8__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportPackageAccess().getStylesAssignment_5_8()); }
(rule__ReportPackage__StylesAssignment_5_8)
{ after(grammarAccess.getReportPackageAccess().getStylesAssignment_5_8()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5__9
@init {
int stackSize = keepStackSize();
}
:
rule__ReportPackage__Group_5__9__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5__9__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportPackageAccess().getRightCurlyBracketKeyword_5_9()); }
'}'
{ after(grammarAccess.getReportPackageAccess().getRightCurlyBracketKeyword_5_9()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5_2__0
@init {
int stackSize = keepStackSize();
}
:
rule__ReportPackage__Group_5_2__0__Impl
rule__ReportPackage__Group_5_2__1
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportPackageAccess().getExternalCssURIKeyword_5_2_0()); }
'externalCssURI'
{ after(grammarAccess.getReportPackageAccess().getExternalCssURIKeyword_5_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5_2__1
@init {
int stackSize = keepStackSize();
}
:
rule__ReportPackage__Group_5_2__1__Impl
rule__ReportPackage__Group_5_2__2
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportPackageAccess().getExternalCssURIAssignment_5_2_1()); }
(rule__ReportPackage__ExternalCssURIAssignment_5_2_1)
{ after(grammarAccess.getReportPackageAccess().getExternalCssURIAssignment_5_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5_2__2
@init {
int stackSize = keepStackSize();
}
:
rule__ReportPackage__Group_5_2__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5_2__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportPackageAccess().getGroup_5_2_2()); }
(rule__ReportPackage__Group_5_2_2__0)?
{ after(grammarAccess.getReportPackageAccess().getGroup_5_2_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5_2_2__0
@init {
int stackSize = keepStackSize();
}
:
rule__ReportPackage__Group_5_2_2__0__Impl
rule__ReportPackage__Group_5_2_2__1
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5_2_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportPackageAccess().getFromBundleKeyword_5_2_2_0()); }
'from bundle'
{ after(grammarAccess.getReportPackageAccess().getFromBundleKeyword_5_2_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5_2_2__1
@init {
int stackSize = keepStackSize();
}
:
rule__ReportPackage__Group_5_2_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__ReportPackage__Group_5_2_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getReportPackageAccess().getExternalCssURIBundleAssignment_5_2_2_1()); }
(rule__ReportPackage__ExternalCssURIBundleAssignment_5_2_2_1)
{ after(grammarAccess.getReportPackageAccess().getExternalCssURIBundleAssignment_5_2_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplates__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__PageTemplates__Group__0__Impl
rule__PageTemplates__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplates__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageTemplatesAccess().getPageTemplatesAction_0()); }
(
)
{ after(grammarAccess.getPageTemplatesAccess().getPageTemplatesAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplates__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__PageTemplates__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplates__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageTemplatesAccess().getPagetemplatesAssignment_1()); }
(rule__PageTemplates__PagetemplatesAssignment_1)*
{ after(grammarAccess.getPageTemplatesAccess().getPagetemplatesAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__SomeFormats__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__SomeFormats__Group__0__Impl
rule__SomeFormats__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__SomeFormats__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSomeFormatsAccess().getSomeFormatsAction_0()); }
(
)
{ after(grammarAccess.getSomeFormatsAccess().getSomeFormatsAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__SomeFormats__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__SomeFormats__Group__1__Impl
rule__SomeFormats__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__SomeFormats__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSomeFormatsAccess().getFormattersKeyword_1()); }
'formatters'
{ after(grammarAccess.getSomeFormatsAccess().getFormattersKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__SomeFormats__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__SomeFormats__Group__2__Impl
rule__SomeFormats__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__SomeFormats__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSomeFormatsAccess().getLeftCurlyBracketKeyword_2()); }
'{'
{ after(grammarAccess.getSomeFormatsAccess().getLeftCurlyBracketKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__SomeFormats__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__SomeFormats__Group__3__Impl
rule__SomeFormats__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__SomeFormats__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSomeFormatsAccess().getFormattersAssignment_3()); }
(rule__SomeFormats__FormattersAssignment_3)*
{ after(grammarAccess.getSomeFormatsAccess().getFormattersAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__SomeFormats__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__SomeFormats__Group__4__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__SomeFormats__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSomeFormatsAccess().getRightCurlyBracketKeyword_4()); }
'}'
{ after(grammarAccess.getSomeFormatsAccess().getRightCurlyBracketKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Colors__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__Colors__Group__0__Impl
rule__Colors__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__Colors__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getColorsAccess().getColorsAction_0()); }
(
)
{ after(grammarAccess.getColorsAccess().getColorsAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Colors__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__Colors__Group__1__Impl
rule__Colors__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__Colors__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getColorsAccess().getColorsKeyword_1()); }
'colors'
{ after(grammarAccess.getColorsAccess().getColorsKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Colors__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__Colors__Group__2__Impl
rule__Colors__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__Colors__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getColorsAccess().getLeftCurlyBracketKeyword_2()); }
'{'
{ after(grammarAccess.getColorsAccess().getLeftCurlyBracketKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Colors__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__Colors__Group__3__Impl
rule__Colors__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__Colors__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getColorsAccess().getColorsAssignment_3()); }
(rule__Colors__ColorsAssignment_3)*
{ after(grammarAccess.getColorsAccess().getColorsAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Colors__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__Colors__Group__4__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__Colors__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getColorsAccess().getRightCurlyBracketKeyword_4()); }
'}'
{ after(grammarAccess.getColorsAccess().getRightCurlyBracketKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Fonts__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__Fonts__Group__0__Impl
rule__Fonts__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__Fonts__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getFontsAccess().getFontsAction_0()); }
(
)
{ after(grammarAccess.getFontsAccess().getFontsAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Fonts__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__Fonts__Group__1__Impl
rule__Fonts__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__Fonts__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getFontsAccess().getFontsKeyword_1()); }
'fonts'
{ after(grammarAccess.getFontsAccess().getFontsKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Fonts__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__Fonts__Group__2__Impl
rule__Fonts__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__Fonts__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getFontsAccess().getLeftCurlyBracketKeyword_2()); }
'{'
{ after(grammarAccess.getFontsAccess().getLeftCurlyBracketKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Fonts__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__Fonts__Group__3__Impl
rule__Fonts__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__Fonts__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getFontsAccess().getFontsAssignment_3()); }
(rule__Fonts__FontsAssignment_3)*
{ after(grammarAccess.getFontsAccess().getFontsAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Fonts__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__Fonts__Group__4__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__Fonts__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getFontsAccess().getRightCurlyBracketKeyword_4()); }
'}'
{ after(grammarAccess.getFontsAccess().getRightCurlyBracketKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Medias__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__Medias__Group__0__Impl
rule__Medias__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__Medias__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getMediasAccess().getMediasAction_0()); }
(
)
{ after(grammarAccess.getMediasAccess().getMediasAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Medias__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__Medias__Group__1__Impl
rule__Medias__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__Medias__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getMediasAccess().getMediasKeyword_1()); }
'medias'
{ after(grammarAccess.getMediasAccess().getMediasKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Medias__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__Medias__Group__2__Impl
rule__Medias__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__Medias__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getMediasAccess().getLeftCurlyBracketKeyword_2()); }
'{'
{ after(grammarAccess.getMediasAccess().getLeftCurlyBracketKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Medias__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__Medias__Group__3__Impl
rule__Medias__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__Medias__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getMediasAccess().getMediasAssignment_3()); }
(rule__Medias__MediasAssignment_3)*
{ after(grammarAccess.getMediasAccess().getMediasAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Medias__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__Medias__Group__4__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__Medias__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getMediasAccess().getRightCurlyBracketKeyword_4()); }
'}'
{ after(grammarAccess.getMediasAccess().getRightCurlyBracketKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Media__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__Media__Group__0__Impl
rule__Media__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__Media__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getMediaAccess().getMediaKeyword_0()); }
'media'
{ after(grammarAccess.getMediaAccess().getMediaKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Media__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__Media__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__Media__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getMediaAccess().getNameAssignment_1()); }
(rule__Media__NameAssignment_1)
{ after(grammarAccess.getMediaAccess().getNameAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Styles__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__Styles__Group__0__Impl
rule__Styles__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__Styles__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getStylesAccess().getStylesAction_0()); }
(
)
{ after(grammarAccess.getStylesAccess().getStylesAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Styles__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__Styles__Group__1__Impl
rule__Styles__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__Styles__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getStylesAccess().getStylesKeyword_1()); }
'styles'
{ after(grammarAccess.getStylesAccess().getStylesKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Styles__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__Styles__Group__2__Impl
rule__Styles__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__Styles__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getStylesAccess().getLeftCurlyBracketKeyword_2()); }
'{'
{ after(grammarAccess.getStylesAccess().getLeftCurlyBracketKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Styles__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__Styles__Group__3__Impl
rule__Styles__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__Styles__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getStylesAccess().getStylesAssignment_3()); }
(rule__Styles__StylesAssignment_3)*
{ after(grammarAccess.getStylesAccess().getStylesAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Styles__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__Styles__Group__4__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__Styles__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getStylesAccess().getRightCurlyBracketKeyword_4()); }
'}'
{ after(grammarAccess.getStylesAccess().getRightCurlyBracketKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__PageTemplate__Group__0__Impl
rule__PageTemplate__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageTemplateAccess().getPagetemplateKeyword_0()); }
'pagetemplate'
{ after(grammarAccess.getPageTemplateAccess().getPagetemplateKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__PageTemplate__Group__1__Impl
rule__PageTemplate__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageTemplateAccess().getNameAssignment_1()); }
(rule__PageTemplate__NameAssignment_1)
{ after(grammarAccess.getPageTemplateAccess().getNameAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__PageTemplate__Group__2__Impl
rule__PageTemplate__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageTemplateAccess().getLeftCurlyBracketKeyword_2()); }
'{'
{ after(grammarAccess.getPageTemplateAccess().getLeftCurlyBracketKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__PageTemplate__Group__3__Impl
rule__PageTemplate__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageTemplateAccess().getTypeKeyword_3()); }
'type'
{ after(grammarAccess.getPageTemplateAccess().getTypeKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__PageTemplate__Group__4__Impl
rule__PageTemplate__Group__5
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageTemplateAccess().getSizeAssignment_4()); }
(rule__PageTemplate__SizeAssignment_4)
{ after(grammarAccess.getPageTemplateAccess().getSizeAssignment_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__5
@init {
int stackSize = keepStackSize();
}
:
rule__PageTemplate__Group__5__Impl
rule__PageTemplate__Group__6
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageTemplateAccess().getOrientationKeyword_5()); }
'orientation'
{ after(grammarAccess.getPageTemplateAccess().getOrientationKeyword_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__6
@init {
int stackSize = keepStackSize();
}
:
rule__PageTemplate__Group__6__Impl
rule__PageTemplate__Group__7
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageTemplateAccess().getOrientationAssignment_6()); }
(rule__PageTemplate__OrientationAssignment_6)
{ after(grammarAccess.getPageTemplateAccess().getOrientationAssignment_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__7
@init {
int stackSize = keepStackSize();
}
:
rule__PageTemplate__Group__7__Impl
rule__PageTemplate__Group__8
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageTemplateAccess().getTopmarginKeyword_7()); }
'topmargin'
{ after(grammarAccess.getPageTemplateAccess().getTopmarginKeyword_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__8
@init {
int stackSize = keepStackSize();
}
:
rule__PageTemplate__Group__8__Impl
rule__PageTemplate__Group__9
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__8__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageTemplateAccess().getTopMarginValueAssignment_8()); }
(rule__PageTemplate__TopMarginValueAssignment_8)
{ after(grammarAccess.getPageTemplateAccess().getTopMarginValueAssignment_8()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__9
@init {
int stackSize = keepStackSize();
}
:
rule__PageTemplate__Group__9__Impl
rule__PageTemplate__Group__10
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__9__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageTemplateAccess().getTopMarginUnitAssignment_9()); }
(rule__PageTemplate__TopMarginUnitAssignment_9)
{ after(grammarAccess.getPageTemplateAccess().getTopMarginUnitAssignment_9()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__10
@init {
int stackSize = keepStackSize();
}
:
rule__PageTemplate__Group__10__Impl
rule__PageTemplate__Group__11
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__10__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageTemplateAccess().getLeftmarginKeyword_10()); }
'leftmargin'
{ after(grammarAccess.getPageTemplateAccess().getLeftmarginKeyword_10()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__11
@init {
int stackSize = keepStackSize();
}
:
rule__PageTemplate__Group__11__Impl
rule__PageTemplate__Group__12
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__11__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageTemplateAccess().getLeftMarginValueAssignment_11()); }
(rule__PageTemplate__LeftMarginValueAssignment_11)
{ after(grammarAccess.getPageTemplateAccess().getLeftMarginValueAssignment_11()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__12
@init {
int stackSize = keepStackSize();
}
:
rule__PageTemplate__Group__12__Impl
rule__PageTemplate__Group__13
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__12__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageTemplateAccess().getLeftMarginUnitAssignment_12()); }
(rule__PageTemplate__LeftMarginUnitAssignment_12)
{ after(grammarAccess.getPageTemplateAccess().getLeftMarginUnitAssignment_12()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__13
@init {
int stackSize = keepStackSize();
}
:
rule__PageTemplate__Group__13__Impl
rule__PageTemplate__Group__14
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__13__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageTemplateAccess().getBottommarginKeyword_13()); }
'bottommargin'
{ after(grammarAccess.getPageTemplateAccess().getBottommarginKeyword_13()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__14
@init {
int stackSize = keepStackSize();
}
:
rule__PageTemplate__Group__14__Impl
rule__PageTemplate__Group__15
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__14__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageTemplateAccess().getBottomMarginValueAssignment_14()); }
(rule__PageTemplate__BottomMarginValueAssignment_14)
{ after(grammarAccess.getPageTemplateAccess().getBottomMarginValueAssignment_14()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__15
@init {
int stackSize = keepStackSize();
}
:
rule__PageTemplate__Group__15__Impl
rule__PageTemplate__Group__16
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__15__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageTemplateAccess().getBottomMarginUnitAssignment_15()); }
(rule__PageTemplate__BottomMarginUnitAssignment_15)
{ after(grammarAccess.getPageTemplateAccess().getBottomMarginUnitAssignment_15()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__16
@init {
int stackSize = keepStackSize();
}
:
rule__PageTemplate__Group__16__Impl
rule__PageTemplate__Group__17
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__16__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageTemplateAccess().getRightmarginKeyword_16()); }
'rightmargin'
{ after(grammarAccess.getPageTemplateAccess().getRightmarginKeyword_16()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__17
@init {
int stackSize = keepStackSize();
}
:
rule__PageTemplate__Group__17__Impl
rule__PageTemplate__Group__18
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__17__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageTemplateAccess().getRightMarginValueAssignment_17()); }
(rule__PageTemplate__RightMarginValueAssignment_17)
{ after(grammarAccess.getPageTemplateAccess().getRightMarginValueAssignment_17()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__18
@init {
int stackSize = keepStackSize();
}
:
rule__PageTemplate__Group__18__Impl
rule__PageTemplate__Group__19
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__18__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageTemplateAccess().getRightMarginUnitAssignment_18()); }
(rule__PageTemplate__RightMarginUnitAssignment_18)
{ after(grammarAccess.getPageTemplateAccess().getRightMarginUnitAssignment_18()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__19
@init {
int stackSize = keepStackSize();
}
:
rule__PageTemplate__Group__19__Impl
rule__PageTemplate__Group__20
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__19__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageTemplateAccess().getHeaderAssignment_19()); }
(rule__PageTemplate__HeaderAssignment_19)?
{ after(grammarAccess.getPageTemplateAccess().getHeaderAssignment_19()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__20
@init {
int stackSize = keepStackSize();
}
:
rule__PageTemplate__Group__20__Impl
rule__PageTemplate__Group__21
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__20__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageTemplateAccess().getFooterAssignment_20()); }
(rule__PageTemplate__FooterAssignment_20)?
{ after(grammarAccess.getPageTemplateAccess().getFooterAssignment_20()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__21
@init {
int stackSize = keepStackSize();
}
:
rule__PageTemplate__Group__21__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__PageTemplate__Group__21__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPageTemplateAccess().getRightCurlyBracketKeyword_21()); }
'}'
{ after(grammarAccess.getPageTemplateAccess().getRightCurlyBracketKeyword_21()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__Color__Group__0__Impl
rule__Color__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getColorAccess().getColorKeyword_0()); }
'color'
{ after(grammarAccess.getColorAccess().getColorKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__Color__Group__1__Impl
rule__Color__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getColorAccess().getNameAssignment_1()); }
(rule__Color__NameAssignment_1)
{ after(grammarAccess.getColorAccess().getNameAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__Color__Group__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getColorAccess().getAlternatives_2()); }
(rule__Color__Alternatives_2)
{ after(grammarAccess.getColorAccess().getAlternatives_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group_2_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__Color__Group_2_1__0__Impl
rule__Color__Group_2_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group_2_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getColorAccess().getDarkensKeyword_2_1_0()); }
'darkens'
{ after(grammarAccess.getColorAccess().getDarkensKeyword_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group_2_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__Color__Group_2_1__1__Impl
rule__Color__Group_2_1__2
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group_2_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getColorAccess().getBasecolorAssignment_2_1_1()); }
(rule__Color__BasecolorAssignment_2_1_1)
{ after(grammarAccess.getColorAccess().getBasecolorAssignment_2_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group_2_1__2
@init {
int stackSize = keepStackSize();
}
:
rule__Color__Group_2_1__2__Impl
rule__Color__Group_2_1__3
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group_2_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getColorAccess().getByPercentKeyword_2_1_2()); }
'by-percent'
{ after(grammarAccess.getColorAccess().getByPercentKeyword_2_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group_2_1__3
@init {
int stackSize = keepStackSize();
}
:
rule__Color__Group_2_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group_2_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getColorAccess().getDarkensbyAssignment_2_1_3()); }
(rule__Color__DarkensbyAssignment_2_1_3)
{ after(grammarAccess.getColorAccess().getDarkensbyAssignment_2_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group_2_2__0
@init {
int stackSize = keepStackSize();
}
:
rule__Color__Group_2_2__0__Impl
rule__Color__Group_2_2__1
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group_2_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getColorAccess().getLightensKeyword_2_2_0()); }
'lightens'
{ after(grammarAccess.getColorAccess().getLightensKeyword_2_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group_2_2__1
@init {
int stackSize = keepStackSize();
}
:
rule__Color__Group_2_2__1__Impl
rule__Color__Group_2_2__2
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group_2_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getColorAccess().getBasecolorAssignment_2_2_1()); }
(rule__Color__BasecolorAssignment_2_2_1)
{ after(grammarAccess.getColorAccess().getBasecolorAssignment_2_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group_2_2__2
@init {
int stackSize = keepStackSize();
}
:
rule__Color__Group_2_2__2__Impl
rule__Color__Group_2_2__3
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group_2_2__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getColorAccess().getByPercentKeyword_2_2_2()); }
'by-percent'
{ after(grammarAccess.getColorAccess().getByPercentKeyword_2_2_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group_2_2__3
@init {
int stackSize = keepStackSize();
}
:
rule__Color__Group_2_2__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group_2_2__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getColorAccess().getLightensbyAssignment_2_2_3()); }
(rule__Color__LightensbyAssignment_2_2_3)
{ after(grammarAccess.getColorAccess().getLightensbyAssignment_2_2_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group_2_3__0
@init {
int stackSize = keepStackSize();
}
:
rule__Color__Group_2_3__0__Impl
rule__Color__Group_2_3__1
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group_2_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getColorAccess().getTransformsKeyword_2_3_0()); }
'transforms'
{ after(grammarAccess.getColorAccess().getTransformsKeyword_2_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group_2_3__1
@init {
int stackSize = keepStackSize();
}
:
rule__Color__Group_2_3__1__Impl
rule__Color__Group_2_3__2
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group_2_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getColorAccess().getBasecolorAssignment_2_3_1()); }
(rule__Color__BasecolorAssignment_2_3_1)
{ after(grammarAccess.getColorAccess().getBasecolorAssignment_2_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group_2_3__2
@init {
int stackSize = keepStackSize();
}
:
rule__Color__Group_2_3__2__Impl
rule__Color__Group_2_3__3
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group_2_3__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getColorAccess().getByPercentKeyword_2_3_2()); }
'by-percent'
{ after(grammarAccess.getColorAccess().getByPercentKeyword_2_3_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group_2_3__3
@init {
int stackSize = keepStackSize();
}
:
rule__Color__Group_2_3__3__Impl
rule__Color__Group_2_3__4
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group_2_3__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getColorAccess().getTransformsbyAssignment_2_3_3()); }
(rule__Color__TransformsbyAssignment_2_3_3)
{ after(grammarAccess.getColorAccess().getTransformsbyAssignment_2_3_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group_2_3__4
@init {
int stackSize = keepStackSize();
}
:
rule__Color__Group_2_3__4__Impl
rule__Color__Group_2_3__5
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group_2_3__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getColorAccess().getTowardsKeyword_2_3_4()); }
'towards'
{ after(grammarAccess.getColorAccess().getTowardsKeyword_2_3_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Color__Group_2_3__5
@init {
int stackSize = keepStackSize();
}
:
rule__Color__Group_2_3__5__Impl
;
finally {
restoreStackSize(stackSize);
}