| /* |
| * generated by Xtext 2.11.0 |
| */ |
| grammar InternalReportDSL; |
| |
| options { |
| superClass=AbstractInternalContentAssistParser; |
| backtrack=true; |
| } |
| |
| @lexer::header { |
| package org.eclipse.osbp.xtext.reportdsl.ide.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.ide.editor.contentassist.antlr.internal.Lexer; |
| } |
| |
| @parser::header { |
| package org.eclipse.osbp.xtext.reportdsl.ide.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.ide.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser; |
| import org.eclipse.xtext.ide.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().getGroup()); } |
| (rule__ReportModel__Group__0) |
| { after(grammarAccess.getReportModelAccess().getGroup()); } |
| ) |
| ; |
| 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().getGroup()); } |
| (rule__Font__Group__0) |
| { after(grammarAccess.getFontAccess().getGroup()); } |
| ) |
| ; |
| 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 entryRulePersistenceUnit |
| entryRulePersistenceUnit |
| : |
| { before(grammarAccess.getPersistenceUnitRule()); } |
| rulePersistenceUnit |
| { after(grammarAccess.getPersistenceUnitRule()); } |
| EOF |
| ; |
| |
| // Rule PersistenceUnit |
| rulePersistenceUnit |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getPersistenceUnitAccess().getGroup()); } |
| (rule__PersistenceUnit__Group__0) |
| { after(grammarAccess.getPersistenceUnitAccess().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 entryRuleDatamartTableHeader |
| entryRuleDatamartTableHeader |
| : |
| { before(grammarAccess.getDatamartTableHeaderRule()); } |
| ruleDatamartTableHeader |
| { after(grammarAccess.getDatamartTableHeaderRule()); } |
| EOF |
| ; |
| |
| // Rule DatamartTableHeader |
| ruleDatamartTableHeader |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableHeaderAccess().getGroup()); } |
| (rule__DatamartTableHeader__Group__0) |
| { after(grammarAccess.getDatamartTableHeaderAccess().getGroup()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| // Entry rule entryRuleDatamartTableFooter |
| entryRuleDatamartTableFooter |
| : |
| { before(grammarAccess.getDatamartTableFooterRule()); } |
| ruleDatamartTableFooter |
| { after(grammarAccess.getDatamartTableFooterRule()); } |
| EOF |
| ; |
| |
| // Rule DatamartTableFooter |
| ruleDatamartTableFooter |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableFooterAccess().getGroup()); } |
| (rule__DatamartTableFooter__Group__0) |
| { after(grammarAccess.getDatamartTableFooterAccess().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 entryRuleDatamartTableAttribute |
| entryRuleDatamartTableAttribute |
| : |
| { before(grammarAccess.getDatamartTableAttributeRule()); } |
| ruleDatamartTableAttribute |
| { after(grammarAccess.getDatamartTableAttributeRule()); } |
| EOF |
| ; |
| |
| // Rule DatamartTableAttribute |
| ruleDatamartTableAttribute |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableAttributeAccess().getGroup()); } |
| (rule__DatamartTableAttribute__Group__0) |
| { after(grammarAccess.getDatamartTableAttributeAccess().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 entryRuleTableAttribute |
| entryRuleTableAttribute |
| : |
| { before(grammarAccess.getTableAttributeRule()); } |
| ruleTableAttribute |
| { after(grammarAccess.getTableAttributeRule()); } |
| EOF |
| ; |
| |
| // Rule TableAttribute |
| ruleTableAttribute |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getTableAttributeAccess().getGroup()); } |
| (rule__TableAttribute__Group__0) |
| { after(grammarAccess.getTableAttributeAccess().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 entryRuleStringBinderValue |
| entryRuleStringBinderValue |
| : |
| { before(grammarAccess.getStringBinderValueRule()); } |
| ruleStringBinderValue |
| { after(grammarAccess.getStringBinderValueRule()); } |
| EOF |
| ; |
| |
| // Rule StringBinderValue |
| ruleStringBinderValue |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStringBinderValueAccess().getAlternatives()); } |
| (rule__StringBinderValue__Alternatives) |
| { after(grammarAccess.getStringBinderValueAccess().getAlternatives()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| // Entry rule entryRuleTranslatableText |
| entryRuleTranslatableText |
| : |
| { before(grammarAccess.getTranslatableTextRule()); } |
| ruleTranslatableText |
| { after(grammarAccess.getTranslatableTextRule()); } |
| EOF |
| ; |
| |
| // Rule TranslatableText |
| ruleTranslatableText |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getTranslatableTextAccess().getGroup()); } |
| (rule__TranslatableText__Group__0) |
| { after(grammarAccess.getTranslatableTextAccess().getGroup()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| // Entry rule entryRuleNonTranslatableText |
| entryRuleNonTranslatableText |
| : |
| { before(grammarAccess.getNonTranslatableTextRule()); } |
| ruleNonTranslatableText |
| { after(grammarAccess.getNonTranslatableTextRule()); } |
| EOF |
| ; |
| |
| // Rule NonTranslatableText |
| ruleNonTranslatableText |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getNonTranslatableTextAccess().getGroup()); } |
| (rule__NonTranslatableText__Group__0) |
| { after(grammarAccess.getNonTranslatableTextAccess().getGroup()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| // Entry rule entryRuleStringBinder |
| entryRuleStringBinder |
| : |
| { before(grammarAccess.getStringBinderRule()); } |
| ruleStringBinder |
| { after(grammarAccess.getStringBinderRule()); } |
| EOF |
| ; |
| |
| // Rule StringBinder |
| ruleStringBinder |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStringBinderAccess().getGroup()); } |
| (rule__StringBinder__Group__0) |
| { after(grammarAccess.getStringBinderAccess().getGroup()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| // Entry rule entryRulePageBreak |
| entryRulePageBreak |
| : |
| { before(grammarAccess.getPageBreakRule()); } |
| rulePageBreak |
| { after(grammarAccess.getPageBreakRule()); } |
| EOF |
| ; |
| |
| // Rule PageBreak |
| rulePageBreak |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getPageBreakAccess().getGroup()); } |
| (rule__PageBreak__Group__0) |
| { after(grammarAccess.getPageBreakAccess().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 entryRuleVisibility |
| entryRuleVisibility |
| : |
| { before(grammarAccess.getVisibilityRule()); } |
| ruleVisibility |
| { after(grammarAccess.getVisibilityRule()); } |
| EOF |
| ; |
| |
| // Rule Visibility |
| ruleVisibility |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getVisibilityAccess().getGroup()); } |
| (rule__Visibility__Group__0) |
| { after(grammarAccess.getVisibilityAccess().getGroup()); } |
| ) |
| ; |
| 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 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 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 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 entryRuleXImportSection |
| entryRuleXImportSection |
| : |
| { before(grammarAccess.getXImportSectionRule()); } |
| ruleXImportSection |
| { after(grammarAccess.getXImportSectionRule()); } |
| EOF |
| ; |
| |
| // Rule XImportSection |
| ruleXImportSection |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| ( |
| { before(grammarAccess.getXImportSectionAccess().getImportDeclarationsAssignment()); } |
| (rule__XImportSection__ImportDeclarationsAssignment) |
| { after(grammarAccess.getXImportSectionAccess().getImportDeclarationsAssignment()); } |
| ) |
| ( |
| { before(grammarAccess.getXImportSectionAccess().getImportDeclarationsAssignment()); } |
| (rule__XImportSection__ImportDeclarationsAssignment)* |
| { after(grammarAccess.getXImportSectionAccess().getImportDeclarationsAssignment()); } |
| ) |
| ) |
| ; |
| 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 VerticalTextAlignEnum |
| ruleVerticalTextAlignEnum |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getVerticalTextAlignEnumAccess().getAlternatives()); } |
| (rule__VerticalTextAlignEnum__Alternatives) |
| { after(grammarAccess.getVerticalTextAlignEnumAccess().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().getCONCATENATEEnumLiteralDeclaration()); } |
| ('concat') |
| { after(grammarAccess.getMultipleAggregationTypeEnumAccess().getCONCATENATEEnumLiteralDeclaration()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| // Rule BeforeAfterPageBreakEnum |
| ruleBeforeAfterPageBreakEnum |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getBeforeAfterPageBreakEnumAccess().getAlternatives()); } |
| (rule__BeforeAfterPageBreakEnum__Alternatives) |
| { after(grammarAccess.getBeforeAfterPageBreakEnumAccess().getAlternatives()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| // Rule InsidePageBreakEnum |
| ruleInsidePageBreakEnum |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getInsidePageBreakEnumAccess().getAlternatives()); } |
| (rule__InsidePageBreakEnum__Alternatives) |
| { after(grammarAccess.getInsidePageBreakEnumAccess().getAlternatives()); } |
| ) |
| ; |
| 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 TextContentTypeEnum |
| ruleTextContentTypeEnum |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getTextContentTypeEnumAccess().getAlternatives()); } |
| (rule__TextContentTypeEnum__Alternatives) |
| { after(grammarAccess.getTextContentTypeEnumAccess().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__Report__Alternatives_8 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getGroup_8_0()); } |
| (rule__Report__Group_8_0__0) |
| { after(grammarAccess.getReportAccess().getGroup_8_0()); } |
| ) |
| | |
| ( |
| { before(grammarAccess.getReportAccess().getGroup_8_1()); } |
| (rule__Report__Group_8_1__0) |
| { after(grammarAccess.getReportAccess().getGroup_8_1()); } |
| ) |
| ; |
| 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().getNonTranslatableTextParserRuleCall_5()); } |
| ruleNonTranslatableText |
| { after(grammarAccess.getElementAccess().getNonTranslatableTextParserRuleCall_5()); } |
| ) |
| | |
| ( |
| { before(grammarAccess.getElementAccess().getAutoTextParserRuleCall_6()); } |
| ruleAutoText |
| { after(grammarAccess.getElementAccess().getAutoTextParserRuleCall_6()); } |
| ) |
| | |
| ( |
| { before(grammarAccess.getElementAccess().getStringBinderParserRuleCall_7()); } |
| ruleStringBinder |
| { after(grammarAccess.getElementAccess().getStringBinderParserRuleCall_7()); } |
| ) |
| | |
| ( |
| { before(grammarAccess.getElementAccess().getImageParserRuleCall_8()); } |
| ruleImage |
| { after(grammarAccess.getElementAccess().getImageParserRuleCall_8()); } |
| ) |
| | |
| ( |
| { before(grammarAccess.getElementAccess().getDatamartTableParserRuleCall_9()); } |
| ruleDatamartTable |
| { after(grammarAccess.getElementAccess().getDatamartTableParserRuleCall_9()); } |
| ) |
| | |
| ( |
| { before(grammarAccess.getElementAccess().getDatamartTableAttributeParserRuleCall_10()); } |
| ruleDatamartTableAttribute |
| { after(grammarAccess.getElementAccess().getDatamartTableAttributeParserRuleCall_10()); } |
| ) |
| | |
| ( |
| { before(grammarAccess.getElementAccess().getGridParserRuleCall_11()); } |
| ruleGrid |
| { after(grammarAccess.getElementAccess().getGridParserRuleCall_11()); } |
| ) |
| ; |
| 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().getTableAttributeParserRuleCall_0()); } |
| ruleTableAttribute |
| { after(grammarAccess.getTableValueElementAccess().getTableAttributeParserRuleCall_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__StringBinderValue__Alternatives |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStringBinderValueAccess().getTableAttributeParserRuleCall_0()); } |
| ruleTableAttribute |
| { after(grammarAccess.getStringBinderValueAccess().getTableAttributeParserRuleCall_0()); } |
| ) |
| | |
| ( |
| { before(grammarAccess.getStringBinderValueAccess().getTranslatableTextParserRuleCall_1()); } |
| ruleTranslatableText |
| { after(grammarAccess.getStringBinderValueAccess().getTranslatableTextParserRuleCall_1()); } |
| ) |
| | |
| ( |
| { before(grammarAccess.getStringBinderValueAccess().getNonTranslatableTextParserRuleCall_2()); } |
| ruleNonTranslatableText |
| { after(grammarAccess.getStringBinderValueAccess().getNonTranslatableTextParserRuleCall_2()); } |
| ) |
| ; |
| 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__XImportDeclaration__Alternatives_2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getXImportDeclarationAccess().getGroup_2_0()); } |
| (rule__XImportDeclaration__Group_2_0__0) |
| { after(grammarAccess.getXImportDeclarationAccess().getGroup_2_0()); } |
| ) |
| | |
| ( |
| { before(grammarAccess.getXImportDeclarationAccess().getImportedTypeAssignment_2_1()); } |
| (rule__XImportDeclaration__ImportedTypeAssignment_2_1) |
| { after(grammarAccess.getXImportDeclarationAccess().getImportedTypeAssignment_2_1()); } |
| ) |
| | |
| ( |
| { before(grammarAccess.getXImportDeclarationAccess().getImportedNamespaceAssignment_2_2()); } |
| (rule__XImportDeclaration__ImportedNamespaceAssignment_2_2) |
| { after(grammarAccess.getXImportDeclarationAccess().getImportedNamespaceAssignment_2_2()); } |
| ) |
| | |
| ( |
| { before(grammarAccess.getXImportDeclarationAccess().getGroup_2_3()); } |
| (rule__XImportDeclaration__Group_2_3__0) |
| { after(grammarAccess.getXImportDeclarationAccess().getGroup_2_3()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__XImportDeclaration__Alternatives_2_0_3 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getXImportDeclarationAccess().getWildcardAssignment_2_0_3_0()); } |
| (rule__XImportDeclaration__WildcardAssignment_2_0_3_0) |
| { after(grammarAccess.getXImportDeclarationAccess().getWildcardAssignment_2_0_3_0()); } |
| ) |
| | |
| ( |
| { before(grammarAccess.getXImportDeclarationAccess().getMemberNameAssignment_2_0_3_1()); } |
| (rule__XImportDeclaration__MemberNameAssignment_2_0_3_1) |
| { after(grammarAccess.getXImportDeclarationAccess().getMemberNameAssignment_2_0_3_1()); } |
| ) |
| ; |
| 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__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__VerticalTextAlignEnum__Alternatives |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getVerticalTextAlignEnumAccess().getBOTTOMEnumLiteralDeclaration_0()); } |
| ('bottom') |
| { after(grammarAccess.getVerticalTextAlignEnumAccess().getBOTTOMEnumLiteralDeclaration_0()); } |
| ) |
| | |
| ( |
| { before(grammarAccess.getVerticalTextAlignEnumAccess().getMIDDLEEnumLiteralDeclaration_1()); } |
| ('middle') |
| { after(grammarAccess.getVerticalTextAlignEnumAccess().getMIDDLEEnumLiteralDeclaration_1()); } |
| ) |
| | |
| ( |
| { before(grammarAccess.getVerticalTextAlignEnumAccess().getTOPEnumLiteralDeclaration_2()); } |
| ('top') |
| { after(grammarAccess.getVerticalTextAlignEnumAccess().getTOPEnumLiteralDeclaration_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__BeforeAfterPageBreakEnum__Alternatives |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getBeforeAfterPageBreakEnumAccess().getAUTOEnumLiteralDeclaration_0()); } |
| ('auto') |
| { after(grammarAccess.getBeforeAfterPageBreakEnumAccess().getAUTOEnumLiteralDeclaration_0()); } |
| ) |
| | |
| ( |
| { before(grammarAccess.getBeforeAfterPageBreakEnumAccess().getALWAYSEnumLiteralDeclaration_1()); } |
| ('always') |
| { after(grammarAccess.getBeforeAfterPageBreakEnumAccess().getALWAYSEnumLiteralDeclaration_1()); } |
| ) |
| | |
| ( |
| { before(grammarAccess.getBeforeAfterPageBreakEnumAccess().getAVOIDEnumLiteralDeclaration_2()); } |
| ('avoid') |
| { after(grammarAccess.getBeforeAfterPageBreakEnumAccess().getAVOIDEnumLiteralDeclaration_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__InsidePageBreakEnum__Alternatives |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getInsidePageBreakEnumAccess().getAUTOEnumLiteralDeclaration_0()); } |
| ('auto') |
| { after(grammarAccess.getInsidePageBreakEnumAccess().getAUTOEnumLiteralDeclaration_0()); } |
| ) |
| | |
| ( |
| { before(grammarAccess.getInsidePageBreakEnumAccess().getAVOIDEnumLiteralDeclaration_1()); } |
| ('avoid') |
| { after(grammarAccess.getInsidePageBreakEnumAccess().getAVOIDEnumLiteralDeclaration_1()); } |
| ) |
| ; |
| 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()); } |
| ) |
| | |
| ( |
| { before(grammarAccess.getAutoTextEnumAccess().getACTUAL_DATEEnumLiteralDeclaration_5()); } |
| ('actual-date') |
| { after(grammarAccess.getAutoTextEnumAccess().getACTUAL_DATEEnumLiteralDeclaration_5()); } |
| ) |
| | |
| ( |
| { before(grammarAccess.getAutoTextEnumAccess().getACTUAL_TIMEEnumLiteralDeclaration_6()); } |
| ('actual-time') |
| { after(grammarAccess.getAutoTextEnumAccess().getACTUAL_TIMEEnumLiteralDeclaration_6()); } |
| ) |
| | |
| ( |
| { before(grammarAccess.getAutoTextEnumAccess().getREPORT_NAMEEnumLiteralDeclaration_7()); } |
| ('report-name') |
| { after(grammarAccess.getAutoTextEnumAccess().getREPORT_NAMEEnumLiteralDeclaration_7()); } |
| ) |
| ; |
| 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().getURLEnumLiteralDeclaration_0()); } |
| ('url') |
| { after(grammarAccess.getImageSourceEnumAccess().getURLEnumLiteralDeclaration_0()); } |
| ) |
| | |
| ( |
| { before(grammarAccess.getImageSourceEnumAccess().getEMBEDEnumLiteralDeclaration_1()); } |
| ('embed') |
| { after(grammarAccess.getImageSourceEnumAccess().getEMBEDEnumLiteralDeclaration_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__TextContentTypeEnum__Alternatives |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getTextContentTypeEnumAccess().getAUTOEnumLiteralDeclaration_0()); } |
| ('auto') |
| { after(grammarAccess.getTextContentTypeEnumAccess().getAUTOEnumLiteralDeclaration_0()); } |
| ) |
| | |
| ( |
| { before(grammarAccess.getTextContentTypeEnumAccess().getPLAINEnumLiteralDeclaration_1()); } |
| ('plain') |
| { after(grammarAccess.getTextContentTypeEnumAccess().getPLAINEnumLiteralDeclaration_1()); } |
| ) |
| | |
| ( |
| { before(grammarAccess.getTextContentTypeEnumAccess().getHTMLEnumLiteralDeclaration_2()); } |
| ('html') |
| { after(grammarAccess.getTextContentTypeEnumAccess().getHTMLEnumLiteralDeclaration_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportModel__Group__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportModel__Group__0__Impl |
| rule__ReportModel__Group__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportModel__Group__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportModelAccess().getImportSectionAssignment_0()); } |
| (rule__ReportModel__ImportSectionAssignment_0)? |
| { after(grammarAccess.getReportModelAccess().getImportSectionAssignment_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportModel__Group__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportModel__Group__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportModel__Group__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportModelAccess().getPckgAssignment_1()); } |
| (rule__ReportModel__PckgAssignment_1)* |
| { after(grammarAccess.getReportModelAccess().getPckgAssignment_1()); } |
| ) |
| ; |
| 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().getGroup_4()); } |
| (rule__ReportPackage__Group_4__0)? |
| { after(grammarAccess.getReportPackageAccess().getGroup_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().getReportsAssignment_5()); } |
| (rule__ReportPackage__ReportsAssignment_5)* |
| { after(grammarAccess.getReportPackageAccess().getReportsAssignment_5()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group__6 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportPackage__Group__6__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group__6__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportPackageAccess().getRightCurlyBracketKeyword_6()); } |
| '}' |
| { after(grammarAccess.getReportPackageAccess().getRightCurlyBracketKeyword_6()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__ReportPackage__Group_4__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportPackage__Group_4__0__Impl |
| rule__ReportPackage__Group_4__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group_4__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportPackageAccess().getLayoutDataKeyword_4_0()); } |
| 'layout-data' |
| { after(grammarAccess.getReportPackageAccess().getLayoutDataKeyword_4_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group_4__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportPackage__Group_4__1__Impl |
| rule__ReportPackage__Group_4__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group_4__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportPackageAccess().getLeftCurlyBracketKeyword_4_1()); } |
| '{' |
| { after(grammarAccess.getReportPackageAccess().getLeftCurlyBracketKeyword_4_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group_4__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportPackage__Group_4__2__Impl |
| rule__ReportPackage__Group_4__3 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group_4__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportPackageAccess().getGroup_4_2()); } |
| (rule__ReportPackage__Group_4_2__0)? |
| { after(grammarAccess.getReportPackageAccess().getGroup_4_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group_4__3 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportPackage__Group_4__3__Impl |
| rule__ReportPackage__Group_4__4 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group_4__3__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportPackageAccess().getFormattersAssignment_4_3()); } |
| (rule__ReportPackage__FormattersAssignment_4_3) |
| { after(grammarAccess.getReportPackageAccess().getFormattersAssignment_4_3()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group_4__4 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportPackage__Group_4__4__Impl |
| rule__ReportPackage__Group_4__5 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group_4__4__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportPackageAccess().getColorsAssignment_4_4()); } |
| (rule__ReportPackage__ColorsAssignment_4_4) |
| { after(grammarAccess.getReportPackageAccess().getColorsAssignment_4_4()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group_4__5 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportPackage__Group_4__5__Impl |
| rule__ReportPackage__Group_4__6 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group_4__5__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportPackageAccess().getFontsAssignment_4_5()); } |
| (rule__ReportPackage__FontsAssignment_4_5) |
| { after(grammarAccess.getReportPackageAccess().getFontsAssignment_4_5()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group_4__6 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportPackage__Group_4__6__Impl |
| rule__ReportPackage__Group_4__7 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group_4__6__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportPackageAccess().getMediasAssignment_4_6()); } |
| (rule__ReportPackage__MediasAssignment_4_6) |
| { after(grammarAccess.getReportPackageAccess().getMediasAssignment_4_6()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group_4__7 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportPackage__Group_4__7__Impl |
| rule__ReportPackage__Group_4__8 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group_4__7__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportPackageAccess().getStylesAssignment_4_7()); } |
| (rule__ReportPackage__StylesAssignment_4_7) |
| { after(grammarAccess.getReportPackageAccess().getStylesAssignment_4_7()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group_4__8 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportPackage__Group_4__8__Impl |
| rule__ReportPackage__Group_4__9 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group_4__8__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportPackageAccess().getPagetemplatesAssignment_4_8()); } |
| (rule__ReportPackage__PagetemplatesAssignment_4_8) |
| { after(grammarAccess.getReportPackageAccess().getPagetemplatesAssignment_4_8()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group_4__9 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportPackage__Group_4__9__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group_4__9__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportPackageAccess().getRightCurlyBracketKeyword_4_9()); } |
| '}' |
| { after(grammarAccess.getReportPackageAccess().getRightCurlyBracketKeyword_4_9()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__ReportPackage__Group_4_2__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportPackage__Group_4_2__0__Impl |
| rule__ReportPackage__Group_4_2__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group_4_2__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportPackageAccess().getExternalCssURIKeyword_4_2_0()); } |
| 'externalCssURI' |
| { after(grammarAccess.getReportPackageAccess().getExternalCssURIKeyword_4_2_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group_4_2__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportPackage__Group_4_2__1__Impl |
| rule__ReportPackage__Group_4_2__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group_4_2__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportPackageAccess().getExternalCssURIAssignment_4_2_1()); } |
| (rule__ReportPackage__ExternalCssURIAssignment_4_2_1) |
| { after(grammarAccess.getReportPackageAccess().getExternalCssURIAssignment_4_2_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group_4_2__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportPackage__Group_4_2__2__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group_4_2__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportPackageAccess().getGroup_4_2_2()); } |
| (rule__ReportPackage__Group_4_2_2__0)? |
| { after(grammarAccess.getReportPackageAccess().getGroup_4_2_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__ReportPackage__Group_4_2_2__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportPackage__Group_4_2_2__0__Impl |
| rule__ReportPackage__Group_4_2_2__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group_4_2_2__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportPackageAccess().getFromBundleKeyword_4_2_2_0()); } |
| 'fromBundle' |
| { after(grammarAccess.getReportPackageAccess().getFromBundleKeyword_4_2_2_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group_4_2_2__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportPackage__Group_4_2_2__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportPackage__Group_4_2_2__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportPackageAccess().getExternalCssURIBundleAssignment_4_2_2_1()); } |
| (rule__ReportPackage__ExternalCssURIBundleAssignment_4_2_2_1) |
| { after(grammarAccess.getReportPackageAccess().getExternalCssURIBundleAssignment_4_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().getLeftmarginKeyword_9()); } |
| 'leftmargin' |
| { after(grammarAccess.getPageTemplateAccess().getLeftmarginKeyword_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().getLeftMarginValueAssignment_10()); } |
| (rule__PageTemplate__LeftMarginValueAssignment_10) |
| { after(grammarAccess.getPageTemplateAccess().getLeftMarginValueAssignment_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().getBottommarginKeyword_11()); } |
| 'bottommargin' |
| { after(grammarAccess.getPageTemplateAccess().getBottommarginKeyword_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().getBottomMarginValueAssignment_12()); } |
| (rule__PageTemplate__BottomMarginValueAssignment_12) |
| { after(grammarAccess.getPageTemplateAccess().getBottomMarginValueAssignment_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().getRightmarginKeyword_13()); } |
| 'rightmargin' |
| { after(grammarAccess.getPageTemplateAccess().getRightmarginKeyword_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().getRightMarginValueAssignment_14()); } |
| (rule__PageTemplate__RightMarginValueAssignment_14) |
| { after(grammarAccess.getPageTemplateAccess().getRightMarginValueAssignment_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().getHeaderAssignment_15()); } |
| (rule__PageTemplate__HeaderAssignment_15)? |
| { after(grammarAccess.getPageTemplateAccess().getHeaderAssignment_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().getFooterAssignment_16()); } |
| (rule__PageTemplate__FooterAssignment_16)? |
| { after(grammarAccess.getPageTemplateAccess().getFooterAssignment_16()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageTemplate__Group__17 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__PageTemplate__Group__17__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageTemplate__Group__17__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getPageTemplateAccess().getRightCurlyBracketKeyword_17()); } |
| '}' |
| { after(grammarAccess.getPageTemplateAccess().getRightCurlyBracketKeyword_17()); } |
| ) |
| ; |
| 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); |
| } |
| |
| rule__Color__Group_2_3__5__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getColorAccess().getTargetcolorAssignment_2_3_5()); } |
| (rule__Color__TargetcolorAssignment_2_3_5) |
| { after(grammarAccess.getColorAccess().getTargetcolorAssignment_2_3_5()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Font__Group__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Font__Group__0__Impl |
| rule__Font__Group__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Font__Group__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getFontAccess().getFontKeyword_0()); } |
| 'font' |
| { after(grammarAccess.getFontAccess().getFontKeyword_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Font__Group__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Font__Group__1__Impl |
| rule__Font__Group__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Font__Group__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getFontAccess().getNameAssignment_1()); } |
| (rule__Font__NameAssignment_1) |
| { after(grammarAccess.getFontAccess().getNameAssignment_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Font__Group__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Font__Group__2__Impl |
| rule__Font__Group__3 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Font__Group__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getFontAccess().getGroup_2()); } |
| (rule__Font__Group_2__0)? |
| { after(grammarAccess.getFontAccess().getGroup_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Font__Group__3 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Font__Group__3__Impl |
| rule__Font__Group__4 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Font__Group__3__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getFontAccess().getLeftCurlyBracketKeyword_3()); } |
| '{' |
| { after(grammarAccess.getFontAccess().getLeftCurlyBracketKeyword_3()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Font__Group__4 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Font__Group__4__Impl |
| rule__Font__Group__5 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Font__Group__4__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getFontAccess().getUnorderedGroup_4()); } |
| (rule__Font__UnorderedGroup_4) |
| { after(grammarAccess.getFontAccess().getUnorderedGroup_4()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Font__Group__5 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Font__Group__5__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Font__Group__5__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getFontAccess().getRightCurlyBracketKeyword_5()); } |
| '}' |
| { after(grammarAccess.getFontAccess().getRightCurlyBracketKeyword_5()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Font__Group_2__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Font__Group_2__0__Impl |
| rule__Font__Group_2__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Font__Group_2__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getFontAccess().getExtendsKeyword_2_0()); } |
| 'extends' |
| { after(grammarAccess.getFontAccess().getExtendsKeyword_2_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Font__Group_2__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Font__Group_2__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Font__Group_2__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getFontAccess().getExtendsAssignment_2_1()); } |
| (rule__Font__ExtendsAssignment_2_1) |
| { after(grammarAccess.getFontAccess().getExtendsAssignment_2_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Font__Group_4_0__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Font__Group_4_0__0__Impl |
| rule__Font__Group_4_0__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Font__Group_4_0__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getFontAccess().getFamilyKeyword_4_0_0()); } |
| 'family' |
| { after(grammarAccess.getFontAccess().getFamilyKeyword_4_0_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Font__Group_4_0__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Font__Group_4_0__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Font__Group_4_0__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getFontAccess().getFamilyAssignment_4_0_1()); } |
| (rule__Font__FamilyAssignment_4_0_1) |
| { after(grammarAccess.getFontAccess().getFamilyAssignment_4_0_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Font__Group_4_3__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Font__Group_4_3__0__Impl |
| rule__Font__Group_4_3__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Font__Group_4_3__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getFontAccess().getSizeKeyword_4_3_0()); } |
| 'size' |
| { after(grammarAccess.getFontAccess().getSizeKeyword_4_3_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Font__Group_4_3__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Font__Group_4_3__1__Impl |
| rule__Font__Group_4_3__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Font__Group_4_3__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getFontAccess().getSizevalueAssignment_4_3_1()); } |
| (rule__Font__SizevalueAssignment_4_3_1) |
| { after(grammarAccess.getFontAccess().getSizevalueAssignment_4_3_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Font__Group_4_3__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Font__Group_4_3__2__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Font__Group_4_3__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getFontAccess().getSizeunitAssignment_4_3_2()); } |
| (rule__Font__SizeunitAssignment_4_3_2) |
| { after(grammarAccess.getFontAccess().getSizeunitAssignment_4_3_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__BorderStyle__Group__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__BorderStyle__Group__0__Impl |
| rule__BorderStyle__Group__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__BorderStyle__Group__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getBorderStyleAccess().getTypeAssignment_0()); } |
| (rule__BorderStyle__TypeAssignment_0) |
| { after(grammarAccess.getBorderStyleAccess().getTypeAssignment_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__BorderStyle__Group__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__BorderStyle__Group__1__Impl |
| rule__BorderStyle__Group__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__BorderStyle__Group__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getBorderStyleAccess().getWidthValueAssignment_1()); } |
| (rule__BorderStyle__WidthValueAssignment_1) |
| { after(grammarAccess.getBorderStyleAccess().getWidthValueAssignment_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__BorderStyle__Group__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__BorderStyle__Group__2__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__BorderStyle__Group__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getBorderStyleAccess().getColorAssignment_2()); } |
| (rule__BorderStyle__ColorAssignment_2)? |
| { after(grammarAccess.getBorderStyleAccess().getColorAssignment_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Style__Group__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group__0__Impl |
| rule__Style__Group__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getStyleKeyword_0()); } |
| 'style' |
| { after(grammarAccess.getStyleAccess().getStyleKeyword_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group__1__Impl |
| rule__Style__Group__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getNameAssignment_1()); } |
| (rule__Style__NameAssignment_1) |
| { after(grammarAccess.getStyleAccess().getNameAssignment_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group__2__Impl |
| rule__Style__Group__3 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getLeftCurlyBracketKeyword_2()); } |
| '{' |
| { after(grammarAccess.getStyleAccess().getLeftCurlyBracketKeyword_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group__3 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group__3__Impl |
| rule__Style__Group__4 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group__3__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getGroup_3()); } |
| (rule__Style__Group_3__0)? |
| { after(grammarAccess.getStyleAccess().getGroup_3()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group__4 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group__4__Impl |
| rule__Style__Group__5 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group__4__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getUnorderedGroup_4()); } |
| (rule__Style__UnorderedGroup_4) |
| { after(grammarAccess.getStyleAccess().getUnorderedGroup_4()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group__5 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group__5__Impl |
| rule__Style__Group__6 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group__5__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getMediastylesAssignment_5()); } |
| (rule__Style__MediastylesAssignment_5)* |
| { after(grammarAccess.getStyleAccess().getMediastylesAssignment_5()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group__6 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group__6__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group__6__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getRightCurlyBracketKeyword_6()); } |
| '}' |
| { after(grammarAccess.getStyleAccess().getRightCurlyBracketKeyword_6()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Style__Group_3__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_3__0__Impl |
| rule__Style__Group_3__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_3__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getExtendsKeyword_3_0()); } |
| 'extends' |
| { after(grammarAccess.getStyleAccess().getExtendsKeyword_3_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_3__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_3__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_3__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getExtendsAssignment_3_1()); } |
| (rule__Style__ExtendsAssignment_3_1) |
| { after(grammarAccess.getStyleAccess().getExtendsAssignment_3_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Style__Group_4_0__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_0__0__Impl |
| rule__Style__Group_4_0__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_0__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getFormatterKeyword_4_0_0()); } |
| 'formatter' |
| { after(grammarAccess.getStyleAccess().getFormatterKeyword_4_0_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_0__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_0__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_0__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getFormatAssignment_4_0_1()); } |
| (rule__Style__FormatAssignment_4_0_1) |
| { after(grammarAccess.getStyleAccess().getFormatAssignment_4_0_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Style__Group_4_1__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_1__0__Impl |
| rule__Style__Group_4_1__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_1__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getFontKeyword_4_1_0()); } |
| 'font' |
| { after(grammarAccess.getStyleAccess().getFontKeyword_4_1_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_1__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_1__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_1__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getFontAssignment_4_1_1()); } |
| (rule__Style__FontAssignment_4_1_1) |
| { after(grammarAccess.getStyleAccess().getFontAssignment_4_1_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Style__Group_4_2__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_2__0__Impl |
| rule__Style__Group_4_2__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_2__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getBackgroundcolorKeyword_4_2_0()); } |
| 'backgroundcolor' |
| { after(grammarAccess.getStyleAccess().getBackgroundcolorKeyword_4_2_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_2__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_2__1__Impl |
| rule__Style__Group_4_2__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_2__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getBackgroundcolorAssignment_4_2_1()); } |
| (rule__Style__BackgroundcolorAssignment_4_2_1) |
| { after(grammarAccess.getStyleAccess().getBackgroundcolorAssignment_4_2_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_2__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_2__2__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_2__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getGroup_4_2_2()); } |
| (rule__Style__Group_4_2_2__0)? |
| { after(grammarAccess.getStyleAccess().getGroup_4_2_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Style__Group_4_2_2__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_2_2__0__Impl |
| rule__Style__Group_4_2_2__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_2_2__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getAlternateKeyword_4_2_2_0()); } |
| 'alternate' |
| { after(grammarAccess.getStyleAccess().getAlternateKeyword_4_2_2_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_2_2__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_2_2__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_2_2__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getBackgroundcolor_alternateAssignment_4_2_2_1()); } |
| (rule__Style__Backgroundcolor_alternateAssignment_4_2_2_1) |
| { after(grammarAccess.getStyleAccess().getBackgroundcolor_alternateAssignment_4_2_2_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Style__Group_4_3__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_3__0__Impl |
| rule__Style__Group_4_3__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_3__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getTextcolorKeyword_4_3_0()); } |
| 'textcolor' |
| { after(grammarAccess.getStyleAccess().getTextcolorKeyword_4_3_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_3__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_3__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_3__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getTextcolorAssignment_4_3_1()); } |
| (rule__Style__TextcolorAssignment_4_3_1) |
| { after(grammarAccess.getStyleAccess().getTextcolorAssignment_4_3_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Style__Group_4_4__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_4__0__Impl |
| rule__Style__Group_4_4__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_4__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getTextalignKeyword_4_4_0()); } |
| 'textalign' |
| { after(grammarAccess.getStyleAccess().getTextalignKeyword_4_4_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_4__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_4__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_4__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getTextalignAssignment_4_4_1()); } |
| (rule__Style__TextalignAssignment_4_4_1) |
| { after(grammarAccess.getStyleAccess().getTextalignAssignment_4_4_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Style__Group_4_5__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_5__0__Impl |
| rule__Style__Group_4_5__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_5__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getVerticalalignKeyword_4_5_0()); } |
| 'verticalalign' |
| { after(grammarAccess.getStyleAccess().getVerticalalignKeyword_4_5_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_5__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_5__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_5__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getVerticalalignAssignment_4_5_1()); } |
| (rule__Style__VerticalalignAssignment_4_5_1) |
| { after(grammarAccess.getStyleAccess().getVerticalalignAssignment_4_5_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Style__Group_4_6__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_6__0__Impl |
| rule__Style__Group_4_6__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_6__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getBorderTopKeyword_4_6_0()); } |
| 'border-top' |
| { after(grammarAccess.getStyleAccess().getBorderTopKeyword_4_6_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_6__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_6__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_6__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getBorderTopAssignment_4_6_1()); } |
| (rule__Style__BorderTopAssignment_4_6_1) |
| { after(grammarAccess.getStyleAccess().getBorderTopAssignment_4_6_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Style__Group_4_7__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_7__0__Impl |
| rule__Style__Group_4_7__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_7__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getBorderBottomKeyword_4_7_0()); } |
| 'border-bottom' |
| { after(grammarAccess.getStyleAccess().getBorderBottomKeyword_4_7_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_7__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_7__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_7__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getBorderBottomAssignment_4_7_1()); } |
| (rule__Style__BorderBottomAssignment_4_7_1) |
| { after(grammarAccess.getStyleAccess().getBorderBottomAssignment_4_7_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Style__Group_4_8__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_8__0__Impl |
| rule__Style__Group_4_8__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_8__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getBorderLeftKeyword_4_8_0()); } |
| 'border-left' |
| { after(grammarAccess.getStyleAccess().getBorderLeftKeyword_4_8_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_8__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_8__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_8__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getBorderLeftAssignment_4_8_1()); } |
| (rule__Style__BorderLeftAssignment_4_8_1) |
| { after(grammarAccess.getStyleAccess().getBorderLeftAssignment_4_8_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Style__Group_4_9__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_9__0__Impl |
| rule__Style__Group_4_9__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_9__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getBorderRightKeyword_4_9_0()); } |
| 'border-right' |
| { after(grammarAccess.getStyleAccess().getBorderRightKeyword_4_9_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_9__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_9__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_9__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getBorderRightAssignment_4_9_1()); } |
| (rule__Style__BorderRightAssignment_4_9_1) |
| { after(grammarAccess.getStyleAccess().getBorderRightAssignment_4_9_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Style__Group_4_10__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_10__0__Impl |
| rule__Style__Group_4_10__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_10__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getPaddingTopKeyword_4_10_0()); } |
| 'padding-top' |
| { after(grammarAccess.getStyleAccess().getPaddingTopKeyword_4_10_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_10__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_10__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_10__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getPaddingTopValueAssignment_4_10_1()); } |
| (rule__Style__PaddingTopValueAssignment_4_10_1) |
| { after(grammarAccess.getStyleAccess().getPaddingTopValueAssignment_4_10_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Style__Group_4_11__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_11__0__Impl |
| rule__Style__Group_4_11__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_11__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getPaddingBottomKeyword_4_11_0()); } |
| 'padding-bottom' |
| { after(grammarAccess.getStyleAccess().getPaddingBottomKeyword_4_11_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_11__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_11__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_11__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getPaddingBottomValueAssignment_4_11_1()); } |
| (rule__Style__PaddingBottomValueAssignment_4_11_1) |
| { after(grammarAccess.getStyleAccess().getPaddingBottomValueAssignment_4_11_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Style__Group_4_12__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_12__0__Impl |
| rule__Style__Group_4_12__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_12__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getPaddingLeftKeyword_4_12_0()); } |
| 'padding-left' |
| { after(grammarAccess.getStyleAccess().getPaddingLeftKeyword_4_12_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_12__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_12__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_12__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getPaddingLeftValueAssignment_4_12_1()); } |
| (rule__Style__PaddingLeftValueAssignment_4_12_1) |
| { after(grammarAccess.getStyleAccess().getPaddingLeftValueAssignment_4_12_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Style__Group_4_13__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_13__0__Impl |
| rule__Style__Group_4_13__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_13__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getPaddingRightKeyword_4_13_0()); } |
| 'padding-right' |
| { after(grammarAccess.getStyleAccess().getPaddingRightKeyword_4_13_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_13__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_13__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_13__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getPaddingRightValueAssignment_4_13_1()); } |
| (rule__Style__PaddingRightValueAssignment_4_13_1) |
| { after(grammarAccess.getStyleAccess().getPaddingRightValueAssignment_4_13_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Style__Group_4_14__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_14__0__Impl |
| rule__Style__Group_4_14__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_14__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getMarginTopKeyword_4_14_0()); } |
| 'margin-top' |
| { after(grammarAccess.getStyleAccess().getMarginTopKeyword_4_14_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_14__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_14__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_14__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getMarginTopValueAssignment_4_14_1()); } |
| (rule__Style__MarginTopValueAssignment_4_14_1) |
| { after(grammarAccess.getStyleAccess().getMarginTopValueAssignment_4_14_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Style__Group_4_15__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_15__0__Impl |
| rule__Style__Group_4_15__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_15__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getMarginBottomKeyword_4_15_0()); } |
| 'margin-bottom' |
| { after(grammarAccess.getStyleAccess().getMarginBottomKeyword_4_15_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_15__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_15__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_15__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getMarginBottomValueAssignment_4_15_1()); } |
| (rule__Style__MarginBottomValueAssignment_4_15_1) |
| { after(grammarAccess.getStyleAccess().getMarginBottomValueAssignment_4_15_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Style__Group_4_16__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_16__0__Impl |
| rule__Style__Group_4_16__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_16__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getMarginLeftKeyword_4_16_0()); } |
| 'margin-left' |
| { after(grammarAccess.getStyleAccess().getMarginLeftKeyword_4_16_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_16__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_16__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_16__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getMarginLeftValueAssignment_4_16_1()); } |
| (rule__Style__MarginLeftValueAssignment_4_16_1) |
| { after(grammarAccess.getStyleAccess().getMarginLeftValueAssignment_4_16_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Style__Group_4_17__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_17__0__Impl |
| rule__Style__Group_4_17__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_17__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getMarginRightKeyword_4_17_0()); } |
| 'margin-right' |
| { after(grammarAccess.getStyleAccess().getMarginRightKeyword_4_17_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_17__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Style__Group_4_17__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Style__Group_4_17__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getStyleAccess().getMarginRightValueAssignment_4_17_1()); } |
| (rule__Style__MarginRightValueAssignment_4_17_1) |
| { after(grammarAccess.getStyleAccess().getMarginRightValueAssignment_4_17_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__MediaStyle__Group__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group__0__Impl |
| rule__MediaStyle__Group__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getMediaKeyword_0()); } |
| 'media' |
| { after(grammarAccess.getMediaStyleAccess().getMediaKeyword_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group__1__Impl |
| rule__MediaStyle__Group__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getMediaAssignment_1()); } |
| (rule__MediaStyle__MediaAssignment_1) |
| { after(grammarAccess.getMediaStyleAccess().getMediaAssignment_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group__2__Impl |
| rule__MediaStyle__Group__3 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getLeftCurlyBracketKeyword_2()); } |
| '{' |
| { after(grammarAccess.getMediaStyleAccess().getLeftCurlyBracketKeyword_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group__3 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group__3__Impl |
| rule__MediaStyle__Group__4 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group__3__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getUnorderedGroup_3()); } |
| (rule__MediaStyle__UnorderedGroup_3) |
| { after(grammarAccess.getMediaStyleAccess().getUnorderedGroup_3()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group__4 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group__4__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group__4__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getRightCurlyBracketKeyword_4()); } |
| '}' |
| { after(grammarAccess.getMediaStyleAccess().getRightCurlyBracketKeyword_4()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__MediaStyle__Group_3_0__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_0__0__Impl |
| rule__MediaStyle__Group_3_0__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_0__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getFormatterKeyword_3_0_0()); } |
| 'formatter' |
| { after(grammarAccess.getMediaStyleAccess().getFormatterKeyword_3_0_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_0__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_0__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_0__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getFormatAssignment_3_0_1()); } |
| (rule__MediaStyle__FormatAssignment_3_0_1) |
| { after(grammarAccess.getMediaStyleAccess().getFormatAssignment_3_0_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__MediaStyle__Group_3_1__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_1__0__Impl |
| rule__MediaStyle__Group_3_1__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_1__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getFontKeyword_3_1_0()); } |
| 'font' |
| { after(grammarAccess.getMediaStyleAccess().getFontKeyword_3_1_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_1__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_1__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_1__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getFontAssignment_3_1_1()); } |
| (rule__MediaStyle__FontAssignment_3_1_1) |
| { after(grammarAccess.getMediaStyleAccess().getFontAssignment_3_1_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__MediaStyle__Group_3_2__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_2__0__Impl |
| rule__MediaStyle__Group_3_2__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_2__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getBackgroundcolorKeyword_3_2_0()); } |
| 'backgroundcolor' |
| { after(grammarAccess.getMediaStyleAccess().getBackgroundcolorKeyword_3_2_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_2__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_2__1__Impl |
| rule__MediaStyle__Group_3_2__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_2__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getBackgroundcolorAssignment_3_2_1()); } |
| (rule__MediaStyle__BackgroundcolorAssignment_3_2_1) |
| { after(grammarAccess.getMediaStyleAccess().getBackgroundcolorAssignment_3_2_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_2__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_2__2__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_2__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getGroup_3_2_2()); } |
| (rule__MediaStyle__Group_3_2_2__0)? |
| { after(grammarAccess.getMediaStyleAccess().getGroup_3_2_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__MediaStyle__Group_3_2_2__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_2_2__0__Impl |
| rule__MediaStyle__Group_3_2_2__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_2_2__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getAlternateKeyword_3_2_2_0()); } |
| 'alternate' |
| { after(grammarAccess.getMediaStyleAccess().getAlternateKeyword_3_2_2_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_2_2__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_2_2__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_2_2__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getBackgroundcolor_alternateAssignment_3_2_2_1()); } |
| (rule__MediaStyle__Backgroundcolor_alternateAssignment_3_2_2_1) |
| { after(grammarAccess.getMediaStyleAccess().getBackgroundcolor_alternateAssignment_3_2_2_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__MediaStyle__Group_3_3__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_3__0__Impl |
| rule__MediaStyle__Group_3_3__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_3__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getTextcolorKeyword_3_3_0()); } |
| 'textcolor' |
| { after(grammarAccess.getMediaStyleAccess().getTextcolorKeyword_3_3_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_3__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_3__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_3__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getTextcolorAssignment_3_3_1()); } |
| (rule__MediaStyle__TextcolorAssignment_3_3_1) |
| { after(grammarAccess.getMediaStyleAccess().getTextcolorAssignment_3_3_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__MediaStyle__Group_3_4__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_4__0__Impl |
| rule__MediaStyle__Group_3_4__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_4__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getTextalignKeyword_3_4_0()); } |
| 'textalign' |
| { after(grammarAccess.getMediaStyleAccess().getTextalignKeyword_3_4_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_4__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_4__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_4__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getTextalignAssignment_3_4_1()); } |
| (rule__MediaStyle__TextalignAssignment_3_4_1) |
| { after(grammarAccess.getMediaStyleAccess().getTextalignAssignment_3_4_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__MediaStyle__Group_3_5__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_5__0__Impl |
| rule__MediaStyle__Group_3_5__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_5__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getVerticalalignKeyword_3_5_0()); } |
| 'verticalalign' |
| { after(grammarAccess.getMediaStyleAccess().getVerticalalignKeyword_3_5_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_5__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_5__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_5__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getVerticalalignAssignment_3_5_1()); } |
| (rule__MediaStyle__VerticalalignAssignment_3_5_1) |
| { after(grammarAccess.getMediaStyleAccess().getVerticalalignAssignment_3_5_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__MediaStyle__Group_3_6__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_6__0__Impl |
| rule__MediaStyle__Group_3_6__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_6__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getBorderTopKeyword_3_6_0()); } |
| 'border-top' |
| { after(grammarAccess.getMediaStyleAccess().getBorderTopKeyword_3_6_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_6__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_6__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_6__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getBorderTopAssignment_3_6_1()); } |
| (rule__MediaStyle__BorderTopAssignment_3_6_1) |
| { after(grammarAccess.getMediaStyleAccess().getBorderTopAssignment_3_6_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__MediaStyle__Group_3_7__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_7__0__Impl |
| rule__MediaStyle__Group_3_7__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_7__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getBorderBottomKeyword_3_7_0()); } |
| 'border-bottom' |
| { after(grammarAccess.getMediaStyleAccess().getBorderBottomKeyword_3_7_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_7__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_7__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_7__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getBorderBottomAssignment_3_7_1()); } |
| (rule__MediaStyle__BorderBottomAssignment_3_7_1) |
| { after(grammarAccess.getMediaStyleAccess().getBorderBottomAssignment_3_7_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__MediaStyle__Group_3_8__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_8__0__Impl |
| rule__MediaStyle__Group_3_8__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_8__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getBorderLeftKeyword_3_8_0()); } |
| 'border-left' |
| { after(grammarAccess.getMediaStyleAccess().getBorderLeftKeyword_3_8_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_8__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_8__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_8__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getBorderLeftAssignment_3_8_1()); } |
| (rule__MediaStyle__BorderLeftAssignment_3_8_1) |
| { after(grammarAccess.getMediaStyleAccess().getBorderLeftAssignment_3_8_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__MediaStyle__Group_3_9__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_9__0__Impl |
| rule__MediaStyle__Group_3_9__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_9__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getBorderRightKeyword_3_9_0()); } |
| 'border-right' |
| { after(grammarAccess.getMediaStyleAccess().getBorderRightKeyword_3_9_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_9__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_9__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_9__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getBorderRightAssignment_3_9_1()); } |
| (rule__MediaStyle__BorderRightAssignment_3_9_1) |
| { after(grammarAccess.getMediaStyleAccess().getBorderRightAssignment_3_9_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__MediaStyle__Group_3_10__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_10__0__Impl |
| rule__MediaStyle__Group_3_10__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_10__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getPaddingTopKeyword_3_10_0()); } |
| 'padding-top' |
| { after(grammarAccess.getMediaStyleAccess().getPaddingTopKeyword_3_10_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_10__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_10__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_10__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getPaddingTopValueAssignment_3_10_1()); } |
| (rule__MediaStyle__PaddingTopValueAssignment_3_10_1) |
| { after(grammarAccess.getMediaStyleAccess().getPaddingTopValueAssignment_3_10_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__MediaStyle__Group_3_11__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_11__0__Impl |
| rule__MediaStyle__Group_3_11__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_11__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getPaddingBottomKeyword_3_11_0()); } |
| 'padding-bottom' |
| { after(grammarAccess.getMediaStyleAccess().getPaddingBottomKeyword_3_11_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_11__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_11__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_11__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getPaddingBottomValueAssignment_3_11_1()); } |
| (rule__MediaStyle__PaddingBottomValueAssignment_3_11_1) |
| { after(grammarAccess.getMediaStyleAccess().getPaddingBottomValueAssignment_3_11_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__MediaStyle__Group_3_12__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_12__0__Impl |
| rule__MediaStyle__Group_3_12__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_12__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getPaddingLeftKeyword_3_12_0()); } |
| 'padding-left' |
| { after(grammarAccess.getMediaStyleAccess().getPaddingLeftKeyword_3_12_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_12__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_12__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_12__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getPaddingLeftValueAssignment_3_12_1()); } |
| (rule__MediaStyle__PaddingLeftValueAssignment_3_12_1) |
| { after(grammarAccess.getMediaStyleAccess().getPaddingLeftValueAssignment_3_12_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__MediaStyle__Group_3_13__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_13__0__Impl |
| rule__MediaStyle__Group_3_13__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_13__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getPaddingRightKeyword_3_13_0()); } |
| 'padding-right' |
| { after(grammarAccess.getMediaStyleAccess().getPaddingRightKeyword_3_13_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_13__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_13__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_13__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getPaddingRightValueAssignment_3_13_1()); } |
| (rule__MediaStyle__PaddingRightValueAssignment_3_13_1) |
| { after(grammarAccess.getMediaStyleAccess().getPaddingRightValueAssignment_3_13_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__MediaStyle__Group_3_14__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_14__0__Impl |
| rule__MediaStyle__Group_3_14__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_14__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getMarginTopKeyword_3_14_0()); } |
| 'margin-top' |
| { after(grammarAccess.getMediaStyleAccess().getMarginTopKeyword_3_14_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_14__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_14__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_14__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getMarginTopValueAssignment_3_14_1()); } |
| (rule__MediaStyle__MarginTopValueAssignment_3_14_1) |
| { after(grammarAccess.getMediaStyleAccess().getMarginTopValueAssignment_3_14_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__MediaStyle__Group_3_15__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_15__0__Impl |
| rule__MediaStyle__Group_3_15__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_15__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getMarginBottomKeyword_3_15_0()); } |
| 'margin-bottom' |
| { after(grammarAccess.getMediaStyleAccess().getMarginBottomKeyword_3_15_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_15__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_15__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_15__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getMarginBottomValueAssignment_3_15_1()); } |
| (rule__MediaStyle__MarginBottomValueAssignment_3_15_1) |
| { after(grammarAccess.getMediaStyleAccess().getMarginBottomValueAssignment_3_15_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__MediaStyle__Group_3_16__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_16__0__Impl |
| rule__MediaStyle__Group_3_16__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_16__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getMarginLeftKeyword_3_16_0()); } |
| 'margin-left' |
| { after(grammarAccess.getMediaStyleAccess().getMarginLeftKeyword_3_16_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_16__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_16__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_16__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getMarginLeftValueAssignment_3_16_1()); } |
| (rule__MediaStyle__MarginLeftValueAssignment_3_16_1) |
| { after(grammarAccess.getMediaStyleAccess().getMarginLeftValueAssignment_3_16_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__MediaStyle__Group_3_17__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_17__0__Impl |
| rule__MediaStyle__Group_3_17__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_17__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getMarginRightKeyword_3_17_0()); } |
| 'margin-right' |
| { after(grammarAccess.getMediaStyleAccess().getMarginRightKeyword_3_17_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_17__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__MediaStyle__Group_3_17__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__MediaStyle__Group_3_17__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getMediaStyleAccess().getMarginRightValueAssignment_3_17_1()); } |
| (rule__MediaStyle__MarginRightValueAssignment_3_17_1) |
| { after(grammarAccess.getMediaStyleAccess().getMarginRightValueAssignment_3_17_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__UomoFormat__Group__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__UomoFormat__Group__0__Impl |
| rule__UomoFormat__Group__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__UomoFormat__Group__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getUomoFormatAccess().getUomoKeyword_0()); } |
| 'uomo' |
| { after(grammarAccess.getUomoFormatAccess().getUomoKeyword_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__UomoFormat__Group__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__UomoFormat__Group__1__Impl |
| rule__UomoFormat__Group__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__UomoFormat__Group__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getUomoFormatAccess().getNameAssignment_1()); } |
| (rule__UomoFormat__NameAssignment_1) |
| { after(grammarAccess.getUomoFormatAccess().getNameAssignment_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__UomoFormat__Group__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__UomoFormat__Group__2__Impl |
| rule__UomoFormat__Group__3 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__UomoFormat__Group__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getUomoFormatAccess().getLeftCurlyBracketKeyword_2()); } |
| '{' |
| { after(grammarAccess.getUomoFormatAccess().getLeftCurlyBracketKeyword_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__UomoFormat__Group__3 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__UomoFormat__Group__3__Impl |
| rule__UomoFormat__Group__4 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__UomoFormat__Group__3__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getUomoFormatAccess().getUiKeyword_3()); } |
| 'ui' |
| { after(grammarAccess.getUomoFormatAccess().getUiKeyword_3()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__UomoFormat__Group__4 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__UomoFormat__Group__4__Impl |
| rule__UomoFormat__Group__5 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__UomoFormat__Group__4__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getUomoFormatAccess().getUi_patternAssignment_4()); } |
| (rule__UomoFormat__Ui_patternAssignment_4) |
| { after(grammarAccess.getUomoFormatAccess().getUi_patternAssignment_4()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__UomoFormat__Group__5 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__UomoFormat__Group__5__Impl |
| rule__UomoFormat__Group__6 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__UomoFormat__Group__5__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getUomoFormatAccess().getReportKeyword_5()); } |
| 'report' |
| { after(grammarAccess.getUomoFormatAccess().getReportKeyword_5()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__UomoFormat__Group__6 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__UomoFormat__Group__6__Impl |
| rule__UomoFormat__Group__7 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__UomoFormat__Group__6__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getUomoFormatAccess().getReport_patternAssignment_6()); } |
| (rule__UomoFormat__Report_patternAssignment_6) |
| { after(grammarAccess.getUomoFormatAccess().getReport_patternAssignment_6()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__UomoFormat__Group__7 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__UomoFormat__Group__7__Impl |
| rule__UomoFormat__Group__8 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__UomoFormat__Group__7__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getUomoFormatAccess().getTextalignKeyword_7()); } |
| 'textalign' |
| { after(grammarAccess.getUomoFormatAccess().getTextalignKeyword_7()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__UomoFormat__Group__8 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__UomoFormat__Group__8__Impl |
| rule__UomoFormat__Group__9 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__UomoFormat__Group__8__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getUomoFormatAccess().getTextalignAssignment_8()); } |
| (rule__UomoFormat__TextalignAssignment_8) |
| { after(grammarAccess.getUomoFormatAccess().getTextalignAssignment_8()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__UomoFormat__Group__9 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__UomoFormat__Group__9__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__UomoFormat__Group__9__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getUomoFormatAccess().getRightCurlyBracketKeyword_9()); } |
| '}' |
| { after(grammarAccess.getUomoFormatAccess().getRightCurlyBracketKeyword_9()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__NumberFormat__Group__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__NumberFormat__Group__0__Impl |
| rule__NumberFormat__Group__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__NumberFormat__Group__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getNumberFormatAccess().getNumberKeyword_0()); } |
| 'number' |
| { after(grammarAccess.getNumberFormatAccess().getNumberKeyword_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__NumberFormat__Group__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__NumberFormat__Group__1__Impl |
| rule__NumberFormat__Group__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__NumberFormat__Group__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getNumberFormatAccess().getNameAssignment_1()); } |
| (rule__NumberFormat__NameAssignment_1) |
| { after(grammarAccess.getNumberFormatAccess().getNameAssignment_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__NumberFormat__Group__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__NumberFormat__Group__2__Impl |
| rule__NumberFormat__Group__3 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__NumberFormat__Group__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getNumberFormatAccess().getLeftCurlyBracketKeyword_2()); } |
| '{' |
| { after(grammarAccess.getNumberFormatAccess().getLeftCurlyBracketKeyword_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__NumberFormat__Group__3 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__NumberFormat__Group__3__Impl |
| rule__NumberFormat__Group__4 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__NumberFormat__Group__3__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getNumberFormatAccess().getUiKeyword_3()); } |
| 'ui' |
| { after(grammarAccess.getNumberFormatAccess().getUiKeyword_3()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__NumberFormat__Group__4 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__NumberFormat__Group__4__Impl |
| rule__NumberFormat__Group__5 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__NumberFormat__Group__4__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getNumberFormatAccess().getUi_patternAssignment_4()); } |
| (rule__NumberFormat__Ui_patternAssignment_4) |
| { after(grammarAccess.getNumberFormatAccess().getUi_patternAssignment_4()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__NumberFormat__Group__5 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__NumberFormat__Group__5__Impl |
| rule__NumberFormat__Group__6 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__NumberFormat__Group__5__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getNumberFormatAccess().getReportKeyword_5()); } |
| 'report' |
| { after(grammarAccess.getNumberFormatAccess().getReportKeyword_5()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__NumberFormat__Group__6 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__NumberFormat__Group__6__Impl |
| rule__NumberFormat__Group__7 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__NumberFormat__Group__6__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getNumberFormatAccess().getReport_categoryAssignment_6()); } |
| (rule__NumberFormat__Report_categoryAssignment_6) |
| { after(grammarAccess.getNumberFormatAccess().getReport_categoryAssignment_6()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__NumberFormat__Group__7 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__NumberFormat__Group__7__Impl |
| rule__NumberFormat__Group__8 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__NumberFormat__Group__7__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getNumberFormatAccess().getReport_patternAssignment_7()); } |
| (rule__NumberFormat__Report_patternAssignment_7) |
| { after(grammarAccess.getNumberFormatAccess().getReport_patternAssignment_7()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__NumberFormat__Group__8 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__NumberFormat__Group__8__Impl |
| rule__NumberFormat__Group__9 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__NumberFormat__Group__8__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getNumberFormatAccess().getTextalignKeyword_8()); } |
| 'textalign' |
| { after(grammarAccess.getNumberFormatAccess().getTextalignKeyword_8()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__NumberFormat__Group__9 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__NumberFormat__Group__9__Impl |
| rule__NumberFormat__Group__10 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__NumberFormat__Group__9__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getNumberFormatAccess().getTextalignAssignment_9()); } |
| (rule__NumberFormat__TextalignAssignment_9) |
| { after(grammarAccess.getNumberFormatAccess().getTextalignAssignment_9()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__NumberFormat__Group__10 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__NumberFormat__Group__10__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__NumberFormat__Group__10__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getNumberFormatAccess().getRightCurlyBracketKeyword_10()); } |
| '}' |
| { after(grammarAccess.getNumberFormatAccess().getRightCurlyBracketKeyword_10()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__CurrencyFormat__Group__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__CurrencyFormat__Group__0__Impl |
| rule__CurrencyFormat__Group__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__CurrencyFormat__Group__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getCurrencyFormatAccess().getCurrencyKeyword_0()); } |
| 'currency' |
| { after(grammarAccess.getCurrencyFormatAccess().getCurrencyKeyword_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__CurrencyFormat__Group__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__CurrencyFormat__Group__1__Impl |
| rule__CurrencyFormat__Group__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__CurrencyFormat__Group__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getCurrencyFormatAccess().getNameAssignment_1()); } |
| (rule__CurrencyFormat__NameAssignment_1) |
| { after(grammarAccess.getCurrencyFormatAccess().getNameAssignment_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__CurrencyFormat__Group__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__CurrencyFormat__Group__2__Impl |
| rule__CurrencyFormat__Group__3 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__CurrencyFormat__Group__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getCurrencyFormatAccess().getLeftCurlyBracketKeyword_2()); } |
| '{' |
| { after(grammarAccess.getCurrencyFormatAccess().getLeftCurlyBracketKeyword_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__CurrencyFormat__Group__3 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__CurrencyFormat__Group__3__Impl |
| rule__CurrencyFormat__Group__4 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__CurrencyFormat__Group__3__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getCurrencyFormatAccess().getUiKeyword_3()); } |
| 'ui' |
| { after(grammarAccess.getCurrencyFormatAccess().getUiKeyword_3()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__CurrencyFormat__Group__4 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__CurrencyFormat__Group__4__Impl |
| rule__CurrencyFormat__Group__5 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__CurrencyFormat__Group__4__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getCurrencyFormatAccess().getUi_patternAssignment_4()); } |
| (rule__CurrencyFormat__Ui_patternAssignment_4) |
| { after(grammarAccess.getCurrencyFormatAccess().getUi_patternAssignment_4()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__CurrencyFormat__Group__5 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__CurrencyFormat__Group__5__Impl |
| rule__CurrencyFormat__Group__6 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__CurrencyFormat__Group__5__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getCurrencyFormatAccess().getReportKeyword_5()); } |
| 'report' |
| { after(grammarAccess.getCurrencyFormatAccess().getReportKeyword_5()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__CurrencyFormat__Group__6 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__CurrencyFormat__Group__6__Impl |
| rule__CurrencyFormat__Group__7 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__CurrencyFormat__Group__6__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getCurrencyFormatAccess().getReport_categoryAssignment_6()); } |
| (rule__CurrencyFormat__Report_categoryAssignment_6) |
| { after(grammarAccess.getCurrencyFormatAccess().getReport_categoryAssignment_6()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__CurrencyFormat__Group__7 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__CurrencyFormat__Group__7__Impl |
| rule__CurrencyFormat__Group__8 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__CurrencyFormat__Group__7__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getCurrencyFormatAccess().getReport_patternAssignment_7()); } |
| (rule__CurrencyFormat__Report_patternAssignment_7) |
| { after(grammarAccess.getCurrencyFormatAccess().getReport_patternAssignment_7()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__CurrencyFormat__Group__8 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__CurrencyFormat__Group__8__Impl |
| rule__CurrencyFormat__Group__9 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__CurrencyFormat__Group__8__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getCurrencyFormatAccess().getTextalignKeyword_8()); } |
| 'textalign' |
| { after(grammarAccess.getCurrencyFormatAccess().getTextalignKeyword_8()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__CurrencyFormat__Group__9 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__CurrencyFormat__Group__9__Impl |
| rule__CurrencyFormat__Group__10 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__CurrencyFormat__Group__9__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getCurrencyFormatAccess().getTextalignAssignment_9()); } |
| (rule__CurrencyFormat__TextalignAssignment_9) |
| { after(grammarAccess.getCurrencyFormatAccess().getTextalignAssignment_9()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__CurrencyFormat__Group__10 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__CurrencyFormat__Group__10__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__CurrencyFormat__Group__10__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getCurrencyFormatAccess().getRightCurlyBracketKeyword_10()); } |
| '}' |
| { after(grammarAccess.getCurrencyFormatAccess().getRightCurlyBracketKeyword_10()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__DateFormat__Group__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DateFormat__Group__0__Impl |
| rule__DateFormat__Group__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateFormat__Group__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDateFormatAccess().getDateKeyword_0()); } |
| 'date' |
| { after(grammarAccess.getDateFormatAccess().getDateKeyword_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateFormat__Group__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DateFormat__Group__1__Impl |
| rule__DateFormat__Group__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateFormat__Group__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDateFormatAccess().getNameAssignment_1()); } |
| (rule__DateFormat__NameAssignment_1) |
| { after(grammarAccess.getDateFormatAccess().getNameAssignment_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateFormat__Group__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DateFormat__Group__2__Impl |
| rule__DateFormat__Group__3 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateFormat__Group__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDateFormatAccess().getLeftCurlyBracketKeyword_2()); } |
| '{' |
| { after(grammarAccess.getDateFormatAccess().getLeftCurlyBracketKeyword_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateFormat__Group__3 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DateFormat__Group__3__Impl |
| rule__DateFormat__Group__4 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateFormat__Group__3__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDateFormatAccess().getUiKeyword_3()); } |
| 'ui' |
| { after(grammarAccess.getDateFormatAccess().getUiKeyword_3()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateFormat__Group__4 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DateFormat__Group__4__Impl |
| rule__DateFormat__Group__5 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateFormat__Group__4__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDateFormatAccess().getUi_patternAssignment_4()); } |
| (rule__DateFormat__Ui_patternAssignment_4) |
| { after(grammarAccess.getDateFormatAccess().getUi_patternAssignment_4()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateFormat__Group__5 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DateFormat__Group__5__Impl |
| rule__DateFormat__Group__6 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateFormat__Group__5__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDateFormatAccess().getReportKeyword_5()); } |
| 'report' |
| { after(grammarAccess.getDateFormatAccess().getReportKeyword_5()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateFormat__Group__6 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DateFormat__Group__6__Impl |
| rule__DateFormat__Group__7 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateFormat__Group__6__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDateFormatAccess().getReport_categoryAssignment_6()); } |
| (rule__DateFormat__Report_categoryAssignment_6) |
| { after(grammarAccess.getDateFormatAccess().getReport_categoryAssignment_6()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateFormat__Group__7 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DateFormat__Group__7__Impl |
| rule__DateFormat__Group__8 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateFormat__Group__7__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDateFormatAccess().getReport_patternAssignment_7()); } |
| (rule__DateFormat__Report_patternAssignment_7) |
| { after(grammarAccess.getDateFormatAccess().getReport_patternAssignment_7()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateFormat__Group__8 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DateFormat__Group__8__Impl |
| rule__DateFormat__Group__9 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateFormat__Group__8__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDateFormatAccess().getTextalignKeyword_8()); } |
| 'textalign' |
| { after(grammarAccess.getDateFormatAccess().getTextalignKeyword_8()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateFormat__Group__9 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DateFormat__Group__9__Impl |
| rule__DateFormat__Group__10 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateFormat__Group__9__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDateFormatAccess().getTextalignAssignment_9()); } |
| (rule__DateFormat__TextalignAssignment_9) |
| { after(grammarAccess.getDateFormatAccess().getTextalignAssignment_9()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateFormat__Group__10 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DateFormat__Group__10__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateFormat__Group__10__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDateFormatAccess().getRightCurlyBracketKeyword_10()); } |
| '}' |
| { after(grammarAccess.getDateFormatAccess().getRightCurlyBracketKeyword_10()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__DateTimeFormat__Group__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DateTimeFormat__Group__0__Impl |
| rule__DateTimeFormat__Group__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateTimeFormat__Group__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDateTimeFormatAccess().getDateTimeKeyword_0()); } |
| 'date+time' |
| { after(grammarAccess.getDateTimeFormatAccess().getDateTimeKeyword_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateTimeFormat__Group__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DateTimeFormat__Group__1__Impl |
| rule__DateTimeFormat__Group__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateTimeFormat__Group__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDateTimeFormatAccess().getNameAssignment_1()); } |
| (rule__DateTimeFormat__NameAssignment_1) |
| { after(grammarAccess.getDateTimeFormatAccess().getNameAssignment_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateTimeFormat__Group__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DateTimeFormat__Group__2__Impl |
| rule__DateTimeFormat__Group__3 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateTimeFormat__Group__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDateTimeFormatAccess().getLeftCurlyBracketKeyword_2()); } |
| '{' |
| { after(grammarAccess.getDateTimeFormatAccess().getLeftCurlyBracketKeyword_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateTimeFormat__Group__3 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DateTimeFormat__Group__3__Impl |
| rule__DateTimeFormat__Group__4 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateTimeFormat__Group__3__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDateTimeFormatAccess().getUiKeyword_3()); } |
| 'ui' |
| { after(grammarAccess.getDateTimeFormatAccess().getUiKeyword_3()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateTimeFormat__Group__4 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DateTimeFormat__Group__4__Impl |
| rule__DateTimeFormat__Group__5 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateTimeFormat__Group__4__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDateTimeFormatAccess().getUi_patternAssignment_4()); } |
| (rule__DateTimeFormat__Ui_patternAssignment_4) |
| { after(grammarAccess.getDateTimeFormatAccess().getUi_patternAssignment_4()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateTimeFormat__Group__5 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DateTimeFormat__Group__5__Impl |
| rule__DateTimeFormat__Group__6 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateTimeFormat__Group__5__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDateTimeFormatAccess().getReportKeyword_5()); } |
| 'report' |
| { after(grammarAccess.getDateTimeFormatAccess().getReportKeyword_5()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateTimeFormat__Group__6 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DateTimeFormat__Group__6__Impl |
| rule__DateTimeFormat__Group__7 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateTimeFormat__Group__6__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDateTimeFormatAccess().getReport_categoryAssignment_6()); } |
| (rule__DateTimeFormat__Report_categoryAssignment_6) |
| { after(grammarAccess.getDateTimeFormatAccess().getReport_categoryAssignment_6()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateTimeFormat__Group__7 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DateTimeFormat__Group__7__Impl |
| rule__DateTimeFormat__Group__8 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateTimeFormat__Group__7__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDateTimeFormatAccess().getReport_patternAssignment_7()); } |
| (rule__DateTimeFormat__Report_patternAssignment_7) |
| { after(grammarAccess.getDateTimeFormatAccess().getReport_patternAssignment_7()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateTimeFormat__Group__8 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DateTimeFormat__Group__8__Impl |
| rule__DateTimeFormat__Group__9 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateTimeFormat__Group__8__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDateTimeFormatAccess().getTextalignKeyword_8()); } |
| 'textalign' |
| { after(grammarAccess.getDateTimeFormatAccess().getTextalignKeyword_8()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateTimeFormat__Group__9 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DateTimeFormat__Group__9__Impl |
| rule__DateTimeFormat__Group__10 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateTimeFormat__Group__9__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDateTimeFormatAccess().getTextalignAssignment_9()); } |
| (rule__DateTimeFormat__TextalignAssignment_9) |
| { after(grammarAccess.getDateTimeFormatAccess().getTextalignAssignment_9()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateTimeFormat__Group__10 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DateTimeFormat__Group__10__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DateTimeFormat__Group__10__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDateTimeFormatAccess().getRightCurlyBracketKeyword_10()); } |
| '}' |
| { after(grammarAccess.getDateTimeFormatAccess().getRightCurlyBracketKeyword_10()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__TimeFormat__Group__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__TimeFormat__Group__0__Impl |
| rule__TimeFormat__Group__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__TimeFormat__Group__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getTimeFormatAccess().getTimeKeyword_0()); } |
| 'time' |
| { after(grammarAccess.getTimeFormatAccess().getTimeKeyword_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__TimeFormat__Group__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__TimeFormat__Group__1__Impl |
| rule__TimeFormat__Group__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__TimeFormat__Group__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getTimeFormatAccess().getNameAssignment_1()); } |
| (rule__TimeFormat__NameAssignment_1) |
| { after(grammarAccess.getTimeFormatAccess().getNameAssignment_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__TimeFormat__Group__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__TimeFormat__Group__2__Impl |
| rule__TimeFormat__Group__3 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__TimeFormat__Group__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getTimeFormatAccess().getLeftCurlyBracketKeyword_2()); } |
| '{' |
| { after(grammarAccess.getTimeFormatAccess().getLeftCurlyBracketKeyword_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__TimeFormat__Group__3 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__TimeFormat__Group__3__Impl |
| rule__TimeFormat__Group__4 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__TimeFormat__Group__3__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getTimeFormatAccess().getUiKeyword_3()); } |
| 'ui' |
| { after(grammarAccess.getTimeFormatAccess().getUiKeyword_3()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__TimeFormat__Group__4 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__TimeFormat__Group__4__Impl |
| rule__TimeFormat__Group__5 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__TimeFormat__Group__4__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getTimeFormatAccess().getUi_patternAssignment_4()); } |
| (rule__TimeFormat__Ui_patternAssignment_4) |
| { after(grammarAccess.getTimeFormatAccess().getUi_patternAssignment_4()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__TimeFormat__Group__5 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__TimeFormat__Group__5__Impl |
| rule__TimeFormat__Group__6 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__TimeFormat__Group__5__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getTimeFormatAccess().getReportKeyword_5()); } |
| 'report' |
| { after(grammarAccess.getTimeFormatAccess().getReportKeyword_5()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__TimeFormat__Group__6 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__TimeFormat__Group__6__Impl |
| rule__TimeFormat__Group__7 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__TimeFormat__Group__6__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getTimeFormatAccess().getReport_categoryAssignment_6()); } |
| (rule__TimeFormat__Report_categoryAssignment_6) |
| { after(grammarAccess.getTimeFormatAccess().getReport_categoryAssignment_6()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__TimeFormat__Group__7 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__TimeFormat__Group__7__Impl |
| rule__TimeFormat__Group__8 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__TimeFormat__Group__7__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getTimeFormatAccess().getReport_patternAssignment_7()); } |
| (rule__TimeFormat__Report_patternAssignment_7) |
| { after(grammarAccess.getTimeFormatAccess().getReport_patternAssignment_7()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__TimeFormat__Group__8 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__TimeFormat__Group__8__Impl |
| rule__TimeFormat__Group__9 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__TimeFormat__Group__8__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getTimeFormatAccess().getTextalignKeyword_8()); } |
| 'textalign' |
| { after(grammarAccess.getTimeFormatAccess().getTextalignKeyword_8()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__TimeFormat__Group__9 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__TimeFormat__Group__9__Impl |
| rule__TimeFormat__Group__10 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__TimeFormat__Group__9__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getTimeFormatAccess().getTextalignAssignment_9()); } |
| (rule__TimeFormat__TextalignAssignment_9) |
| { after(grammarAccess.getTimeFormatAccess().getTextalignAssignment_9()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__TimeFormat__Group__10 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__TimeFormat__Group__10__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__TimeFormat__Group__10__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getTimeFormatAccess().getRightCurlyBracketKeyword_10()); } |
| '}' |
| { after(grammarAccess.getTimeFormatAccess().getRightCurlyBracketKeyword_10()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Report__Group__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group__0__Impl |
| rule__Report__Group__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getReportKeyword_0()); } |
| 'report' |
| { after(grammarAccess.getReportAccess().getReportKeyword_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group__1__Impl |
| rule__Report__Group__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getNameAssignment_1()); } |
| (rule__Report__NameAssignment_1) |
| { after(grammarAccess.getReportAccess().getNameAssignment_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group__2__Impl |
| rule__Report__Group__3 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getGroup_2()); } |
| (rule__Report__Group_2__0)? |
| { after(grammarAccess.getReportAccess().getGroup_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group__3 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group__3__Impl |
| rule__Report__Group__4 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group__3__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getGroup_3()); } |
| (rule__Report__Group_3__0)? |
| { after(grammarAccess.getReportAccess().getGroup_3()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group__4 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group__4__Impl |
| rule__Report__Group__5 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group__4__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getLeftCurlyBracketKeyword_4()); } |
| '{' |
| { after(grammarAccess.getReportAccess().getLeftCurlyBracketKeyword_4()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group__5 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group__5__Impl |
| rule__Report__Group__6 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group__5__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getRenderingKeyword_5()); } |
| 'rendering' |
| { after(grammarAccess.getReportAccess().getRenderingKeyword_5()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group__6 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group__6__Impl |
| rule__Report__Group__7 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group__6__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getRenderingAssignment_6()); } |
| (rule__Report__RenderingAssignment_6) |
| { after(grammarAccess.getReportAccess().getRenderingAssignment_6()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group__7 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group__7__Impl |
| rule__Report__Group__8 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group__7__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getGroup_7()); } |
| (rule__Report__Group_7__0)? |
| { after(grammarAccess.getReportAccess().getGroup_7()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group__8 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group__8__Impl |
| rule__Report__Group__9 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group__8__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getAlternatives_8()); } |
| (rule__Report__Alternatives_8) |
| { after(grammarAccess.getReportAccess().getAlternatives_8()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group__9 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group__9__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group__9__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getRightCurlyBracketKeyword_9()); } |
| '}' |
| { after(grammarAccess.getReportAccess().getRightCurlyBracketKeyword_9()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Report__Group_2__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group_2__0__Impl |
| rule__Report__Group_2__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_2__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getDescriptionAssignment_2_0()); } |
| (rule__Report__DescriptionAssignment_2_0) |
| { after(grammarAccess.getReportAccess().getDescriptionAssignment_2_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_2__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group_2__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_2__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getDescriptionValueAssignment_2_1()); } |
| (rule__Report__DescriptionValueAssignment_2_1) |
| { after(grammarAccess.getReportAccess().getDescriptionValueAssignment_2_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Report__Group_3__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group_3__0__Impl |
| rule__Report__Group_3__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_3__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getToolbarKeyword_3_0()); } |
| 'toolbar' |
| { after(grammarAccess.getReportAccess().getToolbarKeyword_3_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_3__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group_3__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_3__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getToolbarAssignment_3_1()); } |
| (rule__Report__ToolbarAssignment_3_1) |
| { after(grammarAccess.getReportAccess().getToolbarAssignment_3_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Report__Group_7__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group_7__0__Impl |
| rule__Report__Group_7__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_7__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getExternalCssURIKeyword_7_0()); } |
| 'externalCssURI' |
| { after(grammarAccess.getReportAccess().getExternalCssURIKeyword_7_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_7__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group_7__1__Impl |
| rule__Report__Group_7__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_7__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getExternalCssURIAssignment_7_1()); } |
| (rule__Report__ExternalCssURIAssignment_7_1) |
| { after(grammarAccess.getReportAccess().getExternalCssURIAssignment_7_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_7__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group_7__2__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_7__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getGroup_7_2()); } |
| (rule__Report__Group_7_2__0)? |
| { after(grammarAccess.getReportAccess().getGroup_7_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Report__Group_7_2__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group_7_2__0__Impl |
| rule__Report__Group_7_2__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_7_2__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getFromBundleKeyword_7_2_0()); } |
| 'fromBundle' |
| { after(grammarAccess.getReportAccess().getFromBundleKeyword_7_2_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_7_2__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group_7_2__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_7_2__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getExternalCssURIBundleAssignment_7_2_1()); } |
| (rule__Report__ExternalCssURIBundleAssignment_7_2_1) |
| { after(grammarAccess.getReportAccess().getExternalCssURIBundleAssignment_7_2_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Report__Group_8_0__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group_8_0__0__Impl |
| rule__Report__Group_8_0__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_8_0__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getDatamartKeyword_8_0_0()); } |
| 'datamart' |
| { after(grammarAccess.getReportAccess().getDatamartKeyword_8_0_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_8_0__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group_8_0__1__Impl |
| rule__Report__Group_8_0__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_8_0__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getDatamartRefAssignment_8_0_1()); } |
| (rule__Report__DatamartRefAssignment_8_0_1) |
| { after(grammarAccess.getReportAccess().getDatamartRefAssignment_8_0_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_8_0__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group_8_0__2__Impl |
| rule__Report__Group_8_0__3 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_8_0__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getSelectByIdAssignment_8_0_2()); } |
| (rule__Report__SelectByIdAssignment_8_0_2)? |
| { after(grammarAccess.getReportAccess().getSelectByIdAssignment_8_0_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_8_0__3 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group_8_0__3__Impl |
| rule__Report__Group_8_0__4 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_8_0__3__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getGroup_8_0_3()); } |
| (rule__Report__Group_8_0_3__0)? |
| { after(grammarAccess.getReportAccess().getGroup_8_0_3()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_8_0__4 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group_8_0__4__Impl |
| rule__Report__Group_8_0__5 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_8_0__4__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getPagetemplateKeyword_8_0_4()); } |
| 'pagetemplate' |
| { after(grammarAccess.getReportAccess().getPagetemplateKeyword_8_0_4()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_8_0__5 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group_8_0__5__Impl |
| rule__Report__Group_8_0__6 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_8_0__5__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getPageTemplateAssignment_8_0_5()); } |
| (rule__Report__PageTemplateAssignment_8_0_5) |
| { after(grammarAccess.getReportAccess().getPageTemplateAssignment_8_0_5()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_8_0__6 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group_8_0__6__Impl |
| rule__Report__Group_8_0__7 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_8_0__6__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getMediaKeyword_8_0_6()); } |
| 'media' |
| { after(grammarAccess.getReportAccess().getMediaKeyword_8_0_6()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_8_0__7 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group_8_0__7__Impl |
| rule__Report__Group_8_0__8 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_8_0__7__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getMediaAssignment_8_0_7()); } |
| (rule__Report__MediaAssignment_8_0_7) |
| { after(grammarAccess.getReportAccess().getMediaAssignment_8_0_7()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_8_0__8 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group_8_0__8__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_8_0__8__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getDesignAssignment_8_0_8()); } |
| (rule__Report__DesignAssignment_8_0_8) |
| { after(grammarAccess.getReportAccess().getDesignAssignment_8_0_8()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Report__Group_8_0_3__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group_8_0_3__0__Impl |
| rule__Report__Group_8_0_3__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_8_0_3__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getDefaultUnitKeyword_8_0_3_0()); } |
| 'defaultUnit' |
| { after(grammarAccess.getReportAccess().getDefaultUnitKeyword_8_0_3_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_8_0_3__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group_8_0_3__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_8_0_3__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getDefaultUnitAssignment_8_0_3_1()); } |
| (rule__Report__DefaultUnitAssignment_8_0_3_1) |
| { after(grammarAccess.getReportAccess().getDefaultUnitAssignment_8_0_3_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Report__Group_8_1__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group_8_1__0__Impl |
| rule__Report__Group_8_1__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_8_1__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getParametrizedAssignment_8_1_0()); } |
| (rule__Report__ParametrizedAssignment_8_1_0) |
| { after(grammarAccess.getReportAccess().getParametrizedAssignment_8_1_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_8_1__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Report__Group_8_1__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Report__Group_8_1__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportAccess().getPersistenceUnitAssignment_8_1_1()); } |
| (rule__Report__PersistenceUnitAssignment_8_1_1) |
| { after(grammarAccess.getReportAccess().getPersistenceUnitAssignment_8_1_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__PersistenceUnit__Group__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__PersistenceUnit__Group__0__Impl |
| rule__PersistenceUnit__Group__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PersistenceUnit__Group__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getPersistenceUnitAccess().getPersistenceUnitKeyword_0()); } |
| 'persistenceUnit' |
| { after(grammarAccess.getPersistenceUnitAccess().getPersistenceUnitKeyword_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PersistenceUnit__Group__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__PersistenceUnit__Group__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PersistenceUnit__Group__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getPersistenceUnitAccess().getNameAssignment_1()); } |
| (rule__PersistenceUnit__NameAssignment_1) |
| { after(grammarAccess.getPersistenceUnitAccess().getNameAssignment_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__ReportDesignFile__Group__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportDesignFile__Group__0__Impl |
| rule__ReportDesignFile__Group__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportDesignFile__Group__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportDesignFileAccess().getFileKeyword_0()); } |
| 'file' |
| { after(grammarAccess.getReportDesignFileAccess().getFileKeyword_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportDesignFile__Group__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportDesignFile__Group__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportDesignFile__Group__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportDesignFileAccess().getNameAssignment_1()); } |
| (rule__ReportDesignFile__NameAssignment_1) |
| { after(grammarAccess.getReportDesignFileAccess().getNameAssignment_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__ReportDesignTemplate__Group__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportDesignTemplate__Group__0__Impl |
| rule__ReportDesignTemplate__Group__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportDesignTemplate__Group__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportDesignTemplateAccess().getTemplateKeyword_0()); } |
| 'template' |
| { after(grammarAccess.getReportDesignTemplateAccess().getTemplateKeyword_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportDesignTemplate__Group__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportDesignTemplate__Group__1__Impl |
| rule__ReportDesignTemplate__Group__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportDesignTemplate__Group__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportDesignTemplateAccess().getLeftCurlyBracketKeyword_1()); } |
| '{' |
| { after(grammarAccess.getReportDesignTemplateAccess().getLeftCurlyBracketKeyword_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportDesignTemplate__Group__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportDesignTemplate__Group__2__Impl |
| rule__ReportDesignTemplate__Group__3 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportDesignTemplate__Group__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportDesignTemplateAccess().getGroup_2()); } |
| (rule__ReportDesignTemplate__Group_2__0)? |
| { after(grammarAccess.getReportDesignTemplateAccess().getGroup_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportDesignTemplate__Group__3 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportDesignTemplate__Group__3__Impl |
| rule__ReportDesignTemplate__Group__4 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportDesignTemplate__Group__3__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportDesignTemplateAccess().getHeaderAssignment_3()); } |
| (rule__ReportDesignTemplate__HeaderAssignment_3)? |
| { after(grammarAccess.getReportDesignTemplateAccess().getHeaderAssignment_3()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportDesignTemplate__Group__4 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportDesignTemplate__Group__4__Impl |
| rule__ReportDesignTemplate__Group__5 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportDesignTemplate__Group__4__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportDesignTemplateAccess().getDetailAssignment_4()); } |
| (rule__ReportDesignTemplate__DetailAssignment_4) |
| { after(grammarAccess.getReportDesignTemplateAccess().getDetailAssignment_4()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportDesignTemplate__Group__5 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportDesignTemplate__Group__5__Impl |
| rule__ReportDesignTemplate__Group__6 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportDesignTemplate__Group__5__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportDesignTemplateAccess().getFooterAssignment_5()); } |
| (rule__ReportDesignTemplate__FooterAssignment_5)? |
| { after(grammarAccess.getReportDesignTemplateAccess().getFooterAssignment_5()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportDesignTemplate__Group__6 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportDesignTemplate__Group__6__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportDesignTemplate__Group__6__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportDesignTemplateAccess().getRightCurlyBracketKeyword_6()); } |
| '}' |
| { after(grammarAccess.getReportDesignTemplateAccess().getRightCurlyBracketKeyword_6()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__ReportDesignTemplate__Group_2__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportDesignTemplate__Group_2__0__Impl |
| rule__ReportDesignTemplate__Group_2__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportDesignTemplate__Group_2__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportDesignTemplateAccess().getDescribedByKeyword_2_0()); } |
| 'describedBy' |
| { after(grammarAccess.getReportDesignTemplateAccess().getDescribedByKeyword_2_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportDesignTemplate__Group_2__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__ReportDesignTemplate__Group_2__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__ReportDesignTemplate__Group_2__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getReportDesignTemplateAccess().getDescriptionAssignment_2_1()); } |
| (rule__ReportDesignTemplate__DescriptionAssignment_2_1) |
| { after(grammarAccess.getReportDesignTemplateAccess().getDescriptionAssignment_2_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__PageHeader__Group__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__PageHeader__Group__0__Impl |
| rule__PageHeader__Group__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageHeader__Group__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getPageHeaderAccess().getPageHeaderAction_0()); } |
| () |
| { after(grammarAccess.getPageHeaderAccess().getPageHeaderAction_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageHeader__Group__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__PageHeader__Group__1__Impl |
| rule__PageHeader__Group__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageHeader__Group__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getPageHeaderAccess().getHeaderKeyword_1()); } |
| 'header' |
| { after(grammarAccess.getPageHeaderAccess().getHeaderKeyword_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageHeader__Group__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__PageHeader__Group__2__Impl |
| rule__PageHeader__Group__3 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageHeader__Group__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getPageHeaderAccess().getLeftCurlyBracketKeyword_2()); } |
| '{' |
| { after(grammarAccess.getPageHeaderAccess().getLeftCurlyBracketKeyword_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageHeader__Group__3 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__PageHeader__Group__3__Impl |
| rule__PageHeader__Group__4 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageHeader__Group__3__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getPageHeaderAccess().getShowOnFirstAssignment_3()); } |
| (rule__PageHeader__ShowOnFirstAssignment_3)? |
| { after(grammarAccess.getPageHeaderAccess().getShowOnFirstAssignment_3()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageHeader__Group__4 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__PageHeader__Group__4__Impl |
| rule__PageHeader__Group__5 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageHeader__Group__4__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getPageHeaderAccess().getHeightKeyword_4()); } |
| 'height' |
| { after(grammarAccess.getPageHeaderAccess().getHeightKeyword_4()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageHeader__Group__5 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__PageHeader__Group__5__Impl |
| rule__PageHeader__Group__6 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageHeader__Group__5__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getPageHeaderAccess().getHeightValueAssignment_5()); } |
| (rule__PageHeader__HeightValueAssignment_5) |
| { after(grammarAccess.getPageHeaderAccess().getHeightValueAssignment_5()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageHeader__Group__6 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__PageHeader__Group__6__Impl |
| rule__PageHeader__Group__7 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageHeader__Group__6__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getPageHeaderAccess().getElementsAssignment_6()); } |
| (rule__PageHeader__ElementsAssignment_6) |
| { after(grammarAccess.getPageHeaderAccess().getElementsAssignment_6()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageHeader__Group__7 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__PageHeader__Group__7__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageHeader__Group__7__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getPageHeaderAccess().getRightCurlyBracketKeyword_7()); } |
| '}' |
| { after(grammarAccess.getPageHeaderAccess().getRightCurlyBracketKeyword_7()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__PageDetail__Group__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__PageDetail__Group__0__Impl |
| rule__PageDetail__Group__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageDetail__Group__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getPageDetailAccess().getPageDetailAction_0()); } |
| () |
| { after(grammarAccess.getPageDetailAccess().getPageDetailAction_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageDetail__Group__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__PageDetail__Group__1__Impl |
| rule__PageDetail__Group__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageDetail__Group__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getPageDetailAccess().getDetailKeyword_1()); } |
| 'detail' |
| { after(grammarAccess.getPageDetailAccess().getDetailKeyword_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageDetail__Group__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__PageDetail__Group__2__Impl |
| rule__PageDetail__Group__3 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageDetail__Group__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getPageDetailAccess().getLeftCurlyBracketKeyword_2()); } |
| '{' |
| { after(grammarAccess.getPageDetailAccess().getLeftCurlyBracketKeyword_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageDetail__Group__3 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__PageDetail__Group__3__Impl |
| rule__PageDetail__Group__4 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageDetail__Group__3__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getPageDetailAccess().getElementsAssignment_3()); } |
| (rule__PageDetail__ElementsAssignment_3)* |
| { after(grammarAccess.getPageDetailAccess().getElementsAssignment_3()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageDetail__Group__4 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__PageDetail__Group__4__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageDetail__Group__4__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getPageDetailAccess().getRightCurlyBracketKeyword_4()); } |
| '}' |
| { after(grammarAccess.getPageDetailAccess().getRightCurlyBracketKeyword_4()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__PageFooter__Group__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__PageFooter__Group__0__Impl |
| rule__PageFooter__Group__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageFooter__Group__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getPageFooterAccess().getPageFooterAction_0()); } |
| () |
| { after(grammarAccess.getPageFooterAccess().getPageFooterAction_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageFooter__Group__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__PageFooter__Group__1__Impl |
| rule__PageFooter__Group__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageFooter__Group__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getPageFooterAccess().getFooterKeyword_1()); } |
| 'footer' |
| { after(grammarAccess.getPageFooterAccess().getFooterKeyword_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageFooter__Group__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__PageFooter__Group__2__Impl |
| rule__PageFooter__Group__3 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageFooter__Group__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getPageFooterAccess().getLeftCurlyBracketKeyword_2()); } |
| '{' |
| { after(grammarAccess.getPageFooterAccess().getLeftCurlyBracketKeyword_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageFooter__Group__3 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__PageFooter__Group__3__Impl |
| rule__PageFooter__Group__4 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageFooter__Group__3__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getPageFooterAccess().getShowOnLastAssignment_3()); } |
| (rule__PageFooter__ShowOnLastAssignment_3)? |
| { after(grammarAccess.getPageFooterAccess().getShowOnLastAssignment_3()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageFooter__Group__4 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__PageFooter__Group__4__Impl |
| rule__PageFooter__Group__5 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageFooter__Group__4__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getPageFooterAccess().getHeightKeyword_4()); } |
| 'height' |
| { after(grammarAccess.getPageFooterAccess().getHeightKeyword_4()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageFooter__Group__5 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__PageFooter__Group__5__Impl |
| rule__PageFooter__Group__6 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageFooter__Group__5__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getPageFooterAccess().getHeightValueAssignment_5()); } |
| (rule__PageFooter__HeightValueAssignment_5) |
| { after(grammarAccess.getPageFooterAccess().getHeightValueAssignment_5()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageFooter__Group__6 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__PageFooter__Group__6__Impl |
| rule__PageFooter__Group__7 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageFooter__Group__6__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getPageFooterAccess().getElementsAssignment_6()); } |
| (rule__PageFooter__ElementsAssignment_6) |
| { after(grammarAccess.getPageFooterAccess().getElementsAssignment_6()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageFooter__Group__7 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__PageFooter__Group__7__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__PageFooter__Group__7__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getPageFooterAccess().getRightCurlyBracketKeyword_7()); } |
| '}' |
| { after(grammarAccess.getPageFooterAccess().getRightCurlyBracketKeyword_7()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Grid__Group__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Grid__Group__0__Impl |
| rule__Grid__Group__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Grid__Group__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridAccess().getGridAction_0()); } |
| () |
| { after(grammarAccess.getGridAccess().getGridAction_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Grid__Group__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Grid__Group__1__Impl |
| rule__Grid__Group__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Grid__Group__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridAccess().getGridKeyword_1()); } |
| 'grid' |
| { after(grammarAccess.getGridAccess().getGridKeyword_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Grid__Group__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Grid__Group__2__Impl |
| rule__Grid__Group__3 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Grid__Group__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridAccess().getGroup_2()); } |
| (rule__Grid__Group_2__0)? |
| { after(grammarAccess.getGridAccess().getGroup_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Grid__Group__3 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Grid__Group__3__Impl |
| rule__Grid__Group__4 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Grid__Group__3__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridAccess().getUnorderedGroup_3()); } |
| (rule__Grid__UnorderedGroup_3) |
| { after(grammarAccess.getGridAccess().getUnorderedGroup_3()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Grid__Group__4 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Grid__Group__4__Impl |
| rule__Grid__Group__5 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Grid__Group__4__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridAccess().getLeftCurlyBracketKeyword_4()); } |
| '{' |
| { after(grammarAccess.getGridAccess().getLeftCurlyBracketKeyword_4()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Grid__Group__5 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Grid__Group__5__Impl |
| rule__Grid__Group__6 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Grid__Group__5__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridAccess().getRowsAssignment_5()); } |
| (rule__Grid__RowsAssignment_5)* |
| { after(grammarAccess.getGridAccess().getRowsAssignment_5()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Grid__Group__6 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Grid__Group__6__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Grid__Group__6__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridAccess().getRightCurlyBracketKeyword_6()); } |
| '}' |
| { after(grammarAccess.getGridAccess().getRightCurlyBracketKeyword_6()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Grid__Group_2__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Grid__Group_2__0__Impl |
| rule__Grid__Group_2__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Grid__Group_2__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridAccess().getAsKeyword_2_0()); } |
| 'as' |
| { after(grammarAccess.getGridAccess().getAsKeyword_2_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Grid__Group_2__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Grid__Group_2__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Grid__Group_2__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridAccess().getNameAssignment_2_1()); } |
| (rule__Grid__NameAssignment_2_1) |
| { after(grammarAccess.getGridAccess().getNameAssignment_2_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Grid__Group_3_0__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Grid__Group_3_0__0__Impl |
| rule__Grid__Group_3_0__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Grid__Group_3_0__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridAccess().getStyleKeyword_3_0_0()); } |
| 'style' |
| { after(grammarAccess.getGridAccess().getStyleKeyword_3_0_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Grid__Group_3_0__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Grid__Group_3_0__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Grid__Group_3_0__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridAccess().getStyleAssignment_3_0_1()); } |
| (rule__Grid__StyleAssignment_3_0_1) |
| { after(grammarAccess.getGridAccess().getStyleAssignment_3_0_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__Grid__Group_3_1__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Grid__Group_3_1__0__Impl |
| rule__Grid__Group_3_1__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Grid__Group_3_1__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridAccess().getWidthKeyword_3_1_0()); } |
| 'width' |
| { after(grammarAccess.getGridAccess().getWidthKeyword_3_1_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Grid__Group_3_1__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__Grid__Group_3_1__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__Grid__Group_3_1__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridAccess().getWidthValueAssignment_3_1_1()); } |
| (rule__Grid__WidthValueAssignment_3_1_1) |
| { after(grammarAccess.getGridAccess().getWidthValueAssignment_3_1_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__GridRow__Group__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridRow__Group__0__Impl |
| rule__GridRow__Group__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridRow__Group__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridRowAccess().getGridRowAction_0()); } |
| () |
| { after(grammarAccess.getGridRowAccess().getGridRowAction_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridRow__Group__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridRow__Group__1__Impl |
| rule__GridRow__Group__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridRow__Group__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridRowAccess().getRowKeyword_1()); } |
| 'row' |
| { after(grammarAccess.getGridRowAccess().getRowKeyword_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridRow__Group__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridRow__Group__2__Impl |
| rule__GridRow__Group__3 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridRow__Group__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridRowAccess().getGroup_2()); } |
| (rule__GridRow__Group_2__0)? |
| { after(grammarAccess.getGridRowAccess().getGroup_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridRow__Group__3 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridRow__Group__3__Impl |
| rule__GridRow__Group__4 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridRow__Group__3__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridRowAccess().getUnorderedGroup_3()); } |
| (rule__GridRow__UnorderedGroup_3) |
| { after(grammarAccess.getGridRowAccess().getUnorderedGroup_3()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridRow__Group__4 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridRow__Group__4__Impl |
| rule__GridRow__Group__5 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridRow__Group__4__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridRowAccess().getLeftCurlyBracketKeyword_4()); } |
| '{' |
| { after(grammarAccess.getGridRowAccess().getLeftCurlyBracketKeyword_4()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridRow__Group__5 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridRow__Group__5__Impl |
| rule__GridRow__Group__6 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridRow__Group__5__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridRowAccess().getCellsAssignment_5()); } |
| (rule__GridRow__CellsAssignment_5)* |
| { after(grammarAccess.getGridRowAccess().getCellsAssignment_5()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridRow__Group__6 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridRow__Group__6__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridRow__Group__6__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridRowAccess().getRightCurlyBracketKeyword_6()); } |
| '}' |
| { after(grammarAccess.getGridRowAccess().getRightCurlyBracketKeyword_6()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__GridRow__Group_2__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridRow__Group_2__0__Impl |
| rule__GridRow__Group_2__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridRow__Group_2__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridRowAccess().getAsKeyword_2_0()); } |
| 'as' |
| { after(grammarAccess.getGridRowAccess().getAsKeyword_2_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridRow__Group_2__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridRow__Group_2__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridRow__Group_2__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridRowAccess().getNameAssignment_2_1()); } |
| (rule__GridRow__NameAssignment_2_1) |
| { after(grammarAccess.getGridRowAccess().getNameAssignment_2_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__GridRow__Group_3_0__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridRow__Group_3_0__0__Impl |
| rule__GridRow__Group_3_0__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridRow__Group_3_0__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridRowAccess().getStyleKeyword_3_0_0()); } |
| 'style' |
| { after(grammarAccess.getGridRowAccess().getStyleKeyword_3_0_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridRow__Group_3_0__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridRow__Group_3_0__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridRow__Group_3_0__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridRowAccess().getStyleAssignment_3_0_1()); } |
| (rule__GridRow__StyleAssignment_3_0_1) |
| { after(grammarAccess.getGridRowAccess().getStyleAssignment_3_0_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__GridRow__Group_3_1__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridRow__Group_3_1__0__Impl |
| rule__GridRow__Group_3_1__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridRow__Group_3_1__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridRowAccess().getHeightKeyword_3_1_0()); } |
| 'height' |
| { after(grammarAccess.getGridRowAccess().getHeightKeyword_3_1_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridRow__Group_3_1__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridRow__Group_3_1__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridRow__Group_3_1__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridRowAccess().getHeightValueAssignment_3_1_1()); } |
| (rule__GridRow__HeightValueAssignment_3_1_1) |
| { after(grammarAccess.getGridRowAccess().getHeightValueAssignment_3_1_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__GridCell__Group__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridCell__Group__0__Impl |
| rule__GridCell__Group__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridCell__Group__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridCellAccess().getGridCellAction_0()); } |
| () |
| { after(grammarAccess.getGridCellAccess().getGridCellAction_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridCell__Group__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridCell__Group__1__Impl |
| rule__GridCell__Group__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridCell__Group__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridCellAccess().getCellKeyword_1()); } |
| 'cell' |
| { after(grammarAccess.getGridCellAccess().getCellKeyword_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridCell__Group__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridCell__Group__2__Impl |
| rule__GridCell__Group__3 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridCell__Group__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridCellAccess().getGroup_2()); } |
| (rule__GridCell__Group_2__0)? |
| { after(grammarAccess.getGridCellAccess().getGroup_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridCell__Group__3 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridCell__Group__3__Impl |
| rule__GridCell__Group__4 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridCell__Group__3__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridCellAccess().getUnorderedGroup_3()); } |
| (rule__GridCell__UnorderedGroup_3) |
| { after(grammarAccess.getGridCellAccess().getUnorderedGroup_3()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridCell__Group__4 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridCell__Group__4__Impl |
| rule__GridCell__Group__5 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridCell__Group__4__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridCellAccess().getLeftCurlyBracketKeyword_4()); } |
| '{' |
| { after(grammarAccess.getGridCellAccess().getLeftCurlyBracketKeyword_4()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridCell__Group__5 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridCell__Group__5__Impl |
| rule__GridCell__Group__6 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridCell__Group__5__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridCellAccess().getElementsAssignment_5()); } |
| (rule__GridCell__ElementsAssignment_5)* |
| { after(grammarAccess.getGridCellAccess().getElementsAssignment_5()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridCell__Group__6 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridCell__Group__6__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridCell__Group__6__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridCellAccess().getRightCurlyBracketKeyword_6()); } |
| '}' |
| { after(grammarAccess.getGridCellAccess().getRightCurlyBracketKeyword_6()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__GridCell__Group_2__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridCell__Group_2__0__Impl |
| rule__GridCell__Group_2__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridCell__Group_2__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridCellAccess().getAsKeyword_2_0()); } |
| 'as' |
| { after(grammarAccess.getGridCellAccess().getAsKeyword_2_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridCell__Group_2__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridCell__Group_2__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridCell__Group_2__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridCellAccess().getNameAssignment_2_1()); } |
| (rule__GridCell__NameAssignment_2_1) |
| { after(grammarAccess.getGridCellAccess().getNameAssignment_2_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__GridCell__Group_3_0__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridCell__Group_3_0__0__Impl |
| rule__GridCell__Group_3_0__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridCell__Group_3_0__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridCellAccess().getStyleKeyword_3_0_0()); } |
| 'style' |
| { after(grammarAccess.getGridCellAccess().getStyleKeyword_3_0_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridCell__Group_3_0__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridCell__Group_3_0__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridCell__Group_3_0__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridCellAccess().getStyleAssignment_3_0_1()); } |
| (rule__GridCell__StyleAssignment_3_0_1) |
| { after(grammarAccess.getGridCellAccess().getStyleAssignment_3_0_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__GridCell__Group_3_1__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridCell__Group_3_1__0__Impl |
| rule__GridCell__Group_3_1__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridCell__Group_3_1__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridCellAccess().getWidthKeyword_3_1_0()); } |
| 'width' |
| { after(grammarAccess.getGridCellAccess().getWidthKeyword_3_1_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridCell__Group_3_1__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridCell__Group_3_1__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridCell__Group_3_1__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridCellAccess().getWidthValueAssignment_3_1_1()); } |
| (rule__GridCell__WidthValueAssignment_3_1_1) |
| { after(grammarAccess.getGridCellAccess().getWidthValueAssignment_3_1_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__GridCell__Group_3_2__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridCell__Group_3_2__0__Impl |
| rule__GridCell__Group_3_2__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridCell__Group_3_2__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridCellAccess().getColumnspanKeyword_3_2_0()); } |
| 'columnspan' |
| { after(grammarAccess.getGridCellAccess().getColumnspanKeyword_3_2_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridCell__Group_3_2__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__GridCell__Group_3_2__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__GridCell__Group_3_2__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getGridCellAccess().getColumnspanAssignment_3_2_1()); } |
| (rule__GridCell__ColumnspanAssignment_3_2_1) |
| { after(grammarAccess.getGridCellAccess().getColumnspanAssignment_3_2_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__DatamartTable__Group__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTable__Group__0__Impl |
| rule__DatamartTable__Group__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableAccess().getTableKeyword_0()); } |
| 'table' |
| { after(grammarAccess.getDatamartTableAccess().getTableKeyword_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTable__Group__1__Impl |
| rule__DatamartTable__Group__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableAccess().getGroup_1()); } |
| (rule__DatamartTable__Group_1__0)? |
| { after(grammarAccess.getDatamartTableAccess().getGroup_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTable__Group__2__Impl |
| rule__DatamartTable__Group__3 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableAccess().getUnorderedGroup_2()); } |
| (rule__DatamartTable__UnorderedGroup_2) |
| { after(grammarAccess.getDatamartTableAccess().getUnorderedGroup_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group__3 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTable__Group__3__Impl |
| rule__DatamartTable__Group__4 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group__3__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableAccess().getLeftCurlyBracketKeyword_3()); } |
| '{' |
| { after(grammarAccess.getDatamartTableAccess().getLeftCurlyBracketKeyword_3()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group__4 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTable__Group__4__Impl |
| rule__DatamartTable__Group__5 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group__4__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableAccess().getHeaderAssignment_4()); } |
| (rule__DatamartTable__HeaderAssignment_4)? |
| { after(grammarAccess.getDatamartTableAccess().getHeaderAssignment_4()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group__5 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTable__Group__5__Impl |
| rule__DatamartTable__Group__6 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group__5__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableAccess().getGroupsAssignment_5()); } |
| (rule__DatamartTable__GroupsAssignment_5)* |
| { after(grammarAccess.getDatamartTableAccess().getGroupsAssignment_5()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group__6 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTable__Group__6__Impl |
| rule__DatamartTable__Group__7 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group__6__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableAccess().getDetailAssignment_6()); } |
| (rule__DatamartTable__DetailAssignment_6) |
| { after(grammarAccess.getDatamartTableAccess().getDetailAssignment_6()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group__7 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTable__Group__7__Impl |
| rule__DatamartTable__Group__8 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group__7__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableAccess().getFooterAssignment_7()); } |
| (rule__DatamartTable__FooterAssignment_7)? |
| { after(grammarAccess.getDatamartTableAccess().getFooterAssignment_7()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group__8 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTable__Group__8__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group__8__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableAccess().getRightCurlyBracketKeyword_8()); } |
| '}' |
| { after(grammarAccess.getDatamartTableAccess().getRightCurlyBracketKeyword_8()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__DatamartTable__Group_1__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTable__Group_1__0__Impl |
| rule__DatamartTable__Group_1__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group_1__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableAccess().getDatamartKeyword_1_0()); } |
| 'datamart' |
| { after(grammarAccess.getDatamartTableAccess().getDatamartKeyword_1_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group_1__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTable__Group_1__1__Impl |
| rule__DatamartTable__Group_1__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group_1__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableAccess().getDatamartRefAssignment_1_1()); } |
| (rule__DatamartTable__DatamartRefAssignment_1_1) |
| { after(grammarAccess.getDatamartTableAccess().getDatamartRefAssignment_1_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group_1__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTable__Group_1__2__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group_1__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableAccess().getGroup_1_2()); } |
| (rule__DatamartTable__Group_1_2__0)? |
| { after(grammarAccess.getDatamartTableAccess().getGroup_1_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__DatamartTable__Group_1_2__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTable__Group_1_2__0__Impl |
| rule__DatamartTable__Group_1_2__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group_1_2__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableAccess().getAsKeyword_1_2_0()); } |
| 'as' |
| { after(grammarAccess.getDatamartTableAccess().getAsKeyword_1_2_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group_1_2__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTable__Group_1_2__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group_1_2__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableAccess().getNameAssignment_1_2_1()); } |
| (rule__DatamartTable__NameAssignment_1_2_1) |
| { after(grammarAccess.getDatamartTableAccess().getNameAssignment_1_2_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__DatamartTable__Group_2_0__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTable__Group_2_0__0__Impl |
| rule__DatamartTable__Group_2_0__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group_2_0__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableAccess().getStyleKeyword_2_0_0()); } |
| 'style' |
| { after(grammarAccess.getDatamartTableAccess().getStyleKeyword_2_0_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group_2_0__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTable__Group_2_0__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTable__Group_2_0__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableAccess().getStyleAssignment_2_0_1()); } |
| (rule__DatamartTable__StyleAssignment_2_0_1) |
| { after(grammarAccess.getDatamartTableAccess().getStyleAssignment_2_0_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__DatamartTableGroup__Group__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableGroup__Group__0__Impl |
| rule__DatamartTableGroup__Group__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableGroup__Group__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableGroupAccess().getGroupKeyword_0()); } |
| 'group' |
| { after(grammarAccess.getDatamartTableGroupAccess().getGroupKeyword_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableGroup__Group__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableGroup__Group__1__Impl |
| rule__DatamartTableGroup__Group__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableGroup__Group__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableGroupAccess().getNameAssignment_1()); } |
| (rule__DatamartTableGroup__NameAssignment_1) |
| { after(grammarAccess.getDatamartTableGroupAccess().getNameAssignment_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableGroup__Group__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableGroup__Group__2__Impl |
| rule__DatamartTableGroup__Group__3 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableGroup__Group__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableGroupAccess().getByKeyword_2()); } |
| 'by' |
| { after(grammarAccess.getDatamartTableGroupAccess().getByKeyword_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableGroup__Group__3 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableGroup__Group__3__Impl |
| rule__DatamartTableGroup__Group__4 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableGroup__Group__3__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableGroupAccess().getGroupingRefAssignment_3()); } |
| (rule__DatamartTableGroup__GroupingRefAssignment_3) |
| { after(grammarAccess.getDatamartTableGroupAccess().getGroupingRefAssignment_3()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableGroup__Group__4 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableGroup__Group__4__Impl |
| rule__DatamartTableGroup__Group__5 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableGroup__Group__4__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableGroupAccess().getUnorderedGroup_4()); } |
| (rule__DatamartTableGroup__UnorderedGroup_4) |
| { after(grammarAccess.getDatamartTableGroupAccess().getUnorderedGroup_4()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableGroup__Group__5 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableGroup__Group__5__Impl |
| rule__DatamartTableGroup__Group__6 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableGroup__Group__5__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableGroupAccess().getLeftCurlyBracketKeyword_5()); } |
| '{' |
| { after(grammarAccess.getDatamartTableGroupAccess().getLeftCurlyBracketKeyword_5()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableGroup__Group__6 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableGroup__Group__6__Impl |
| rule__DatamartTableGroup__Group__7 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableGroup__Group__6__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableGroupAccess().getHeaderAssignment_6()); } |
| (rule__DatamartTableGroup__HeaderAssignment_6)? |
| { after(grammarAccess.getDatamartTableGroupAccess().getHeaderAssignment_6()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableGroup__Group__7 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableGroup__Group__7__Impl |
| rule__DatamartTableGroup__Group__8 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableGroup__Group__7__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableGroupAccess().getFooterAssignment_7()); } |
| (rule__DatamartTableGroup__FooterAssignment_7)? |
| { after(grammarAccess.getDatamartTableGroupAccess().getFooterAssignment_7()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableGroup__Group__8 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableGroup__Group__8__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableGroup__Group__8__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableGroupAccess().getRightCurlyBracketKeyword_8()); } |
| '}' |
| { after(grammarAccess.getDatamartTableGroupAccess().getRightCurlyBracketKeyword_8()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__DatamartTableHeader__Group__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableHeader__Group__0__Impl |
| rule__DatamartTableHeader__Group__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableHeader__Group__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableHeaderAccess().getDatamartTableHeaderAction_0()); } |
| () |
| { after(grammarAccess.getDatamartTableHeaderAccess().getDatamartTableHeaderAction_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableHeader__Group__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableHeader__Group__1__Impl |
| rule__DatamartTableHeader__Group__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableHeader__Group__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableHeaderAccess().getHeaderKeyword_1()); } |
| 'header' |
| { after(grammarAccess.getDatamartTableHeaderAccess().getHeaderKeyword_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableHeader__Group__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableHeader__Group__2__Impl |
| rule__DatamartTableHeader__Group__3 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableHeader__Group__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableHeaderAccess().getUnorderedGroup_2()); } |
| (rule__DatamartTableHeader__UnorderedGroup_2) |
| { after(grammarAccess.getDatamartTableHeaderAccess().getUnorderedGroup_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableHeader__Group__3 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableHeader__Group__3__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableHeader__Group__3__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableHeaderAccess().getGroup_3()); } |
| (rule__DatamartTableHeader__Group_3__0)? |
| { after(grammarAccess.getDatamartTableHeaderAccess().getGroup_3()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__DatamartTableHeader__Group_2_0__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableHeader__Group_2_0__0__Impl |
| rule__DatamartTableHeader__Group_2_0__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableHeader__Group_2_0__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableHeaderAccess().getStyleKeyword_2_0_0()); } |
| 'style' |
| { after(grammarAccess.getDatamartTableHeaderAccess().getStyleKeyword_2_0_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableHeader__Group_2_0__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableHeader__Group_2_0__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableHeader__Group_2_0__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableHeaderAccess().getStyleAssignment_2_0_1()); } |
| (rule__DatamartTableHeader__StyleAssignment_2_0_1) |
| { after(grammarAccess.getDatamartTableHeaderAccess().getStyleAssignment_2_0_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__DatamartTableHeader__Group_3__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableHeader__Group_3__0__Impl |
| rule__DatamartTableHeader__Group_3__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableHeader__Group_3__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableHeaderAccess().getLeftCurlyBracketKeyword_3_0()); } |
| '{' |
| { after(grammarAccess.getDatamartTableHeaderAccess().getLeftCurlyBracketKeyword_3_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableHeader__Group_3__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableHeader__Group_3__1__Impl |
| rule__DatamartTableHeader__Group_3__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableHeader__Group_3__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableHeaderAccess().getRowsAssignment_3_1()); } |
| (rule__DatamartTableHeader__RowsAssignment_3_1)* |
| { after(grammarAccess.getDatamartTableHeaderAccess().getRowsAssignment_3_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableHeader__Group_3__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableHeader__Group_3__2__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableHeader__Group_3__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableHeaderAccess().getRightCurlyBracketKeyword_3_2()); } |
| '}' |
| { after(grammarAccess.getDatamartTableHeaderAccess().getRightCurlyBracketKeyword_3_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__DatamartTableFooter__Group__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableFooter__Group__0__Impl |
| rule__DatamartTableFooter__Group__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableFooter__Group__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableFooterAccess().getDatamartTableFooterAction_0()); } |
| () |
| { after(grammarAccess.getDatamartTableFooterAccess().getDatamartTableFooterAction_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableFooter__Group__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableFooter__Group__1__Impl |
| rule__DatamartTableFooter__Group__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableFooter__Group__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableFooterAccess().getFooterKeyword_1()); } |
| 'footer' |
| { after(grammarAccess.getDatamartTableFooterAccess().getFooterKeyword_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableFooter__Group__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableFooter__Group__2__Impl |
| rule__DatamartTableFooter__Group__3 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableFooter__Group__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableFooterAccess().getUnorderedGroup_2()); } |
| (rule__DatamartTableFooter__UnorderedGroup_2) |
| { after(grammarAccess.getDatamartTableFooterAccess().getUnorderedGroup_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableFooter__Group__3 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableFooter__Group__3__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableFooter__Group__3__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableFooterAccess().getGroup_3()); } |
| (rule__DatamartTableFooter__Group_3__0)? |
| { after(grammarAccess.getDatamartTableFooterAccess().getGroup_3()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__DatamartTableFooter__Group_2_0__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableFooter__Group_2_0__0__Impl |
| rule__DatamartTableFooter__Group_2_0__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableFooter__Group_2_0__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableFooterAccess().getStyleKeyword_2_0_0()); } |
| 'style' |
| { after(grammarAccess.getDatamartTableFooterAccess().getStyleKeyword_2_0_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableFooter__Group_2_0__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableFooter__Group_2_0__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableFooter__Group_2_0__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableFooterAccess().getStyleAssignment_2_0_1()); } |
| (rule__DatamartTableFooter__StyleAssignment_2_0_1) |
| { after(grammarAccess.getDatamartTableFooterAccess().getStyleAssignment_2_0_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__DatamartTableFooter__Group_3__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableFooter__Group_3__0__Impl |
| rule__DatamartTableFooter__Group_3__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableFooter__Group_3__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableFooterAccess().getLeftCurlyBracketKeyword_3_0()); } |
| '{' |
| { after(grammarAccess.getDatamartTableFooterAccess().getLeftCurlyBracketKeyword_3_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableFooter__Group_3__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableFooter__Group_3__1__Impl |
| rule__DatamartTableFooter__Group_3__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableFooter__Group_3__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableFooterAccess().getRowsAssignment_3_1()); } |
| (rule__DatamartTableFooter__RowsAssignment_3_1)* |
| { after(grammarAccess.getDatamartTableFooterAccess().getRowsAssignment_3_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableFooter__Group_3__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableFooter__Group_3__2__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableFooter__Group_3__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableFooterAccess().getRightCurlyBracketKeyword_3_2()); } |
| '}' |
| { after(grammarAccess.getDatamartTableFooterAccess().getRightCurlyBracketKeyword_3_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__DatamartTableDetail__Group__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableDetail__Group__0__Impl |
| rule__DatamartTableDetail__Group__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableDetail__Group__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableDetailAccess().getDatamartTableDetailAction_0()); } |
| () |
| { after(grammarAccess.getDatamartTableDetailAccess().getDatamartTableDetailAction_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableDetail__Group__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableDetail__Group__1__Impl |
| rule__DatamartTableDetail__Group__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableDetail__Group__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableDetailAccess().getDetailsKeyword_1()); } |
| 'details' |
| { after(grammarAccess.getDatamartTableDetailAccess().getDetailsKeyword_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableDetail__Group__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableDetail__Group__2__Impl |
| rule__DatamartTableDetail__Group__3 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableDetail__Group__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableDetailAccess().getGroup_2()); } |
| (rule__DatamartTableDetail__Group_2__0)? |
| { after(grammarAccess.getDatamartTableDetailAccess().getGroup_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableDetail__Group__3 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableDetail__Group__3__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableDetail__Group__3__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableDetailAccess().getAlternatives_3()); } |
| (rule__DatamartTableDetail__Alternatives_3) |
| { after(grammarAccess.getDatamartTableDetailAccess().getAlternatives_3()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__DatamartTableDetail__Group_2__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableDetail__Group_2__0__Impl |
| rule__DatamartTableDetail__Group_2__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableDetail__Group_2__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableDetailAccess().getStyleKeyword_2_0()); } |
| 'style' |
| { after(grammarAccess.getDatamartTableDetailAccess().getStyleKeyword_2_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableDetail__Group_2__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableDetail__Group_2__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableDetail__Group_2__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableDetailAccess().getStyleAssignment_2_1()); } |
| (rule__DatamartTableDetail__StyleAssignment_2_1) |
| { after(grammarAccess.getDatamartTableDetailAccess().getStyleAssignment_2_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__DatamartTableDetail__Group_3_1__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableDetail__Group_3_1__0__Impl |
| rule__DatamartTableDetail__Group_3_1__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableDetail__Group_3_1__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableDetailAccess().getLeftCurlyBracketKeyword_3_1_0()); } |
| '{' |
| { after(grammarAccess.getDatamartTableDetailAccess().getLeftCurlyBracketKeyword_3_1_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableDetail__Group_3_1__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableDetail__Group_3_1__1__Impl |
| rule__DatamartTableDetail__Group_3_1__2 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableDetail__Group_3_1__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableDetailAccess().getColumnFormattersAssignment_3_1_1()); } |
| (rule__DatamartTableDetail__ColumnFormattersAssignment_3_1_1)* |
| { after(grammarAccess.getDatamartTableDetailAccess().getColumnFormattersAssignment_3_1_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableDetail__Group_3_1__2 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableDetail__Group_3_1__2__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableDetail__Group_3_1__2__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableDetailAccess().getRightCurlyBracketKeyword_3_1_2()); } |
| '}' |
| { after(grammarAccess.getDatamartTableDetailAccess().getRightCurlyBracketKeyword_3_1_2()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__DatamartTableAttribute__Group__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableAttribute__Group__0__Impl |
| rule__DatamartTableAttribute__Group__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableAttribute__Group__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableAttributeAccess().getColumnAssignment_0()); } |
| (rule__DatamartTableAttribute__ColumnAssignment_0) |
| { after(grammarAccess.getDatamartTableAttributeAccess().getColumnAssignment_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableAttribute__Group__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableAttribute__Group__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableAttribute__Group__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableAttributeAccess().getUnorderedGroup_1()); } |
| (rule__DatamartTableAttribute__UnorderedGroup_1) |
| { after(grammarAccess.getDatamartTableAttributeAccess().getUnorderedGroup_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| |
| rule__DatamartTableAttribute__Group_1_0__0 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableAttribute__Group_1_0__0__Impl |
| rule__DatamartTableAttribute__Group_1_0__1 |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableAttribute__Group_1_0__0__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableAttributeAccess().getWidthKeyword_1_0_0()); } |
| 'width' |
| { after(grammarAccess.getDatamartTableAttributeAccess().getWidthKeyword_1_0_0()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableAttribute__Group_1_0__1 |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| rule__DatamartTableAttribute__Group_1_0__1__Impl |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| } |
| |
| rule__DatamartTableAttribute__Group_1_0__1__Impl |
| @init { |
| int stackSize = keepStackSize(); |
| } |
| : |
| ( |
| { before(grammarAccess.getDatamartTableAttributeAccess().getWidthValueAssignment_1_0_1()); } |
| (rule__DatamartTableAttribute__WidthValueAssignment_1_0_1) |
| { after(grammarAccess.getDatamartTableAttributeAccess().getWidthValueAssignment_1_0_1()); } |
| ) |
| ; |
| finally { |
| restoreStackSize(stackSize); |
| |