blob: 85de43fb2caea28560470313fc65cc89ea22761d [file] [log] [blame]
/*
* generated by Xtext 2.11.0
*/
grammar InternalTableDSL;
options {
superClass=AbstractInternalContentAssistParser;
backtrack=true;
}
@lexer::header {
package org.eclipse.osbp.xtext.table.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.table.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.table.services.TableDSLGrammarAccess;
}
@parser::members {
private TableDSLGrammarAccess grammarAccess;
public void setGrammarAccess(TableDSLGrammarAccess grammarAccess) {
this.grammarAccess = grammarAccess;
}
@Override
protected Grammar getGrammar() {
return grammarAccess.getGrammar();
}
@Override
protected String getValueForTokenName(String tokenName) {
return tokenName;
}
}
// Entry rule entryRuleTableModel
entryRuleTableModel
:
{ before(grammarAccess.getTableModelRule()); }
ruleTableModel
{ after(grammarAccess.getTableModelRule()); }
EOF
;
// Rule TableModel
ruleTableModel
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableModelAccess().getGroup()); }
(rule__TableModel__Group__0)
{ after(grammarAccess.getTableModelAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTablePackage
entryRuleTablePackage
:
{ before(grammarAccess.getTablePackageRule()); }
ruleTablePackage
{ after(grammarAccess.getTablePackageRule()); }
EOF
;
// Rule TablePackage
ruleTablePackage
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTablePackageAccess().getGroup()); }
(rule__TablePackage__Group__0)
{ after(grammarAccess.getTablePackageAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTable
entryRuleTable
:
{ before(grammarAccess.getTableRule()); }
ruleTable
{ after(grammarAccess.getTableRule()); }
EOF
;
// Rule Table
ruleTable
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAccess().getGroup()); }
(rule__Table__Group__0)
{ after(grammarAccess.getTableAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableOption
entryRuleTableOption
:
{ before(grammarAccess.getTableOptionRule()); }
ruleTableOption
{ after(grammarAccess.getTableOptionRule()); }
EOF
;
// Rule TableOption
ruleTableOption
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableOptionAccess().getAlternatives()); }
(rule__TableOption__Alternatives)
{ after(grammarAccess.getTableOptionAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableSelection
entryRuleTableSelection
:
{ before(grammarAccess.getTableSelectionRule()); }
ruleTableSelection
{ after(grammarAccess.getTableSelectionRule()); }
EOF
;
// Rule TableSelection
ruleTableSelection
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableSelectionAccess().getGroup()); }
(rule__TableSelection__Group__0)
{ after(grammarAccess.getTableSelectionAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableTable
entryRuleTableTable
:
{ before(grammarAccess.getTableTableRule()); }
ruleTableTable
{ after(grammarAccess.getTableTableRule()); }
EOF
;
// Rule TableTable
ruleTableTable
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTableAccess().getGroup()); }
(rule__TableTable__Group__0)
{ after(grammarAccess.getTableTableAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTablePreorder
entryRuleTablePreorder
:
{ before(grammarAccess.getTablePreorderRule()); }
ruleTablePreorder
{ after(grammarAccess.getTablePreorderRule()); }
EOF
;
// Rule TablePreorder
ruleTablePreorder
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTablePreorderAccess().getGroup()); }
(rule__TablePreorder__Group__0)
{ after(grammarAccess.getTablePreorderAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableValue
entryRuleTableValue
:
{ before(grammarAccess.getTableValueRule()); }
ruleTableValue
{ after(grammarAccess.getTableValueRule()); }
EOF
;
// Rule TableValue
ruleTableValue
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getGroup()); }
(rule__TableValue__Group__0)
{ after(grammarAccess.getTableValueAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableFormatter
entryRuleTableFormatter
:
{ before(grammarAccess.getTableFormatterRule()); }
ruleTableFormatter
{ after(grammarAccess.getTableFormatterRule()); }
EOF
;
// Rule TableFormatter
ruleTableFormatter
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableFormatterAccess().getGroup()); }
(rule__TableFormatter__Group__0)
{ after(grammarAccess.getTableFormatterAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableImage
entryRuleTableImage
:
{ before(grammarAccess.getTableImageRule()); }
ruleTableImage
{ after(grammarAccess.getTableImageRule()); }
EOF
;
// Rule TableImage
ruleTableImage
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableImageAccess().getGroup()); }
(rule__TableImage__Group__0)
{ after(grammarAccess.getTableImageAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableTooltipPattern
entryRuleTableTooltipPattern
:
{ before(grammarAccess.getTableTooltipPatternRule()); }
ruleTableTooltipPattern
{ after(grammarAccess.getTableTooltipPatternRule()); }
EOF
;
// Rule TableTooltipPattern
ruleTableTooltipPattern
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTooltipPatternAccess().getGroup()); }
(rule__TableTooltipPattern__Group__0)
{ after(grammarAccess.getTableTooltipPatternAccess().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 entryRuleTableTask
entryRuleTableTask
:
{ before(grammarAccess.getTableTaskRule()); }
ruleTableTask
{ after(grammarAccess.getTableTaskRule()); }
EOF
;
// Rule TableTask
ruleTableTask
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTaskAccess().getGroup()); }
(rule__TableTask__Group__0)
{ after(grammarAccess.getTableTaskAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableAllColumns
entryRuleTableAllColumns
:
{ before(grammarAccess.getTableAllColumnsRule()); }
ruleTableAllColumns
{ after(grammarAccess.getTableAllColumnsRule()); }
EOF
;
// Rule TableAllColumns
ruleTableAllColumns
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAllColumnsAccess().getGroup()); }
(rule__TableAllColumns__Group__0)
{ after(grammarAccess.getTableAllColumnsAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableOrdinal
entryRuleTableOrdinal
:
{ before(grammarAccess.getTableOrdinalRule()); }
ruleTableOrdinal
{ after(grammarAccess.getTableOrdinalRule()); }
EOF
;
// Rule TableOrdinal
ruleTableOrdinal
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableOrdinalAccess().getGroup()); }
(rule__TableOrdinal__Group__0)
{ after(grammarAccess.getTableOrdinalAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableColumn
entryRuleTableColumn
:
{ before(grammarAccess.getTableColumnRule()); }
ruleTableColumn
{ after(grammarAccess.getTableColumnRule()); }
EOF
;
// Rule TableColumn
ruleTableColumn
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableColumnAccess().getGroup()); }
(rule__TableColumn__Group__0)
{ after(grammarAccess.getTableColumnAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableMeasure
entryRuleTableMeasure
:
{ before(grammarAccess.getTableMeasureRule()); }
ruleTableMeasure
{ after(grammarAccess.getTableMeasureRule()); }
EOF
;
// Rule TableMeasure
ruleTableMeasure
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableMeasureAccess().getGroup()); }
(rule__TableMeasure__Group__0)
{ after(grammarAccess.getTableMeasureAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableDerived
entryRuleTableDerived
:
{ before(grammarAccess.getTableDerivedRule()); }
ruleTableDerived
{ after(grammarAccess.getTableDerivedRule()); }
EOF
;
// Rule TableDerived
ruleTableDerived
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDerivedAccess().getGroup()); }
(rule__TableDerived__Group__0)
{ after(grammarAccess.getTableDerivedAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableHierarchy
entryRuleTableHierarchy
:
{ before(grammarAccess.getTableHierarchyRule()); }
ruleTableHierarchy
{ after(grammarAccess.getTableHierarchyRule()); }
EOF
;
// Rule TableHierarchy
ruleTableHierarchy
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableHierarchyAccess().getGroup()); }
(rule__TableHierarchy__Group__0)
{ after(grammarAccess.getTableHierarchyAccess().getGroup()); }
)
;
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 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 entryRuleTableIntInterval
entryRuleTableIntInterval
:
{ before(grammarAccess.getTableIntIntervalRule()); }
ruleTableIntInterval
{ after(grammarAccess.getTableIntIntervalRule()); }
EOF
;
// Rule TableIntInterval
ruleTableIntInterval
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableIntIntervalAccess().getGroup()); }
(rule__TableIntInterval__Group__0)
{ after(grammarAccess.getTableIntIntervalAccess().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 entryRuleTableIntLookup
entryRuleTableIntLookup
:
{ before(grammarAccess.getTableIntLookupRule()); }
ruleTableIntLookup
{ after(grammarAccess.getTableIntLookupRule()); }
EOF
;
// Rule TableIntLookup
ruleTableIntLookup
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableIntLookupAccess().getGroup()); }
(rule__TableIntLookup__Group__0)
{ after(grammarAccess.getTableIntLookupAccess().getGroup()); }
)
;
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 entryRuleTableDatamart
entryRuleTableDatamart
:
{ before(grammarAccess.getTableDatamartRule()); }
ruleTableDatamart
{ after(grammarAccess.getTableDatamartRule()); }
EOF
;
// Rule TableDatamart
ruleTableDatamart
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDatamartAccess().getGroup()); }
(rule__TableDatamart__Group__0)
{ after(grammarAccess.getTableDatamartAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableElement
entryRuleTableElement
:
{ before(grammarAccess.getTableElementRule()); }
ruleTableElement
{ after(grammarAccess.getTableElementRule()); }
EOF
;
// Rule TableElement
ruleTableElement
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableElementAccess().getTableAxisParserRuleCall()); }
ruleTableAxis
{ after(grammarAccess.getTableElementAccess().getTableAxisParserRuleCall()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableEvent
entryRuleTableEvent
:
{ before(grammarAccess.getTableEventRule()); }
ruleTableEvent
{ after(grammarAccess.getTableEventRule()); }
EOF
;
// Rule TableEvent
ruleTableEvent
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableEventAccess().getSourceAssignment()); }
(rule__TableEvent__SourceAssignment)
{ after(grammarAccess.getTableEventAccess().getSourceAssignment()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableAxis
entryRuleTableAxis
:
{ before(grammarAccess.getTableAxisRule()); }
ruleTableAxis
{ after(grammarAccess.getTableAxisRule()); }
EOF
;
// Rule TableAxis
ruleTableAxis
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAxisAccess().getGroup()); }
(rule__TableAxis__Group__0)
{ after(grammarAccess.getTableAxisAccess().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 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 entryRuleTableTooltip
entryRuleTableTooltip
:
{ before(grammarAccess.getTableTooltipRule()); }
ruleTableTooltip
{ after(grammarAccess.getTableTooltipRule()); }
EOF
;
// Rule TableTooltip
ruleTableTooltip
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTooltipAccess().getGroup()); }
(rule__TableTooltip__Group__0)
{ after(grammarAccess.getTableTooltipAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableGrid
entryRuleTableGrid
:
{ before(grammarAccess.getTableGridRule()); }
ruleTableGrid
{ after(grammarAccess.getTableGridRule()); }
EOF
;
// Rule TableGrid
ruleTableGrid
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableGridAccess().getGroup()); }
(rule__TableGrid__Group__0)
{ after(grammarAccess.getTableGridAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleProperty
entryRuleProperty
:
{ before(grammarAccess.getPropertyRule()); }
ruleProperty
{ after(grammarAccess.getPropertyRule()); }
EOF
;
// Rule Property
ruleProperty
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyAccess().getGroup()); }
(rule__Property__Group__0)
{ after(grammarAccess.getPropertyAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleTableDtoDatasource
entryRuleTableDtoDatasource
:
{ before(grammarAccess.getTableDtoDatasourceRule()); }
ruleTableDtoDatasource
{ after(grammarAccess.getTableDtoDatasourceRule()); }
EOF
;
// Rule TableDtoDatasource
ruleTableDtoDatasource
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDtoDatasourceAccess().getGroup()); }
(rule__TableDtoDatasource__Group__0)
{ after(grammarAccess.getTableDtoDatasourceAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleNestedField
entryRuleNestedField
:
{ before(grammarAccess.getNestedFieldRule()); }
ruleNestedField
{ after(grammarAccess.getNestedFieldRule()); }
EOF
;
// Rule NestedField
ruleNestedField
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNestedFieldAccess().getGroup()); }
(rule__NestedField__Group__0)
{ after(grammarAccess.getNestedFieldAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleNestedPath
entryRuleNestedPath
:
{ before(grammarAccess.getNestedPathRule()); }
ruleNestedPath
{ after(grammarAccess.getNestedPathRule()); }
EOF
;
// Rule NestedPath
ruleNestedPath
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNestedPathAccess().getGroup()); }
(rule__NestedPath__Group__0)
{ after(grammarAccess.getNestedPathAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRulePropertyStyle
entryRulePropertyStyle
:
{ before(grammarAccess.getPropertyStyleRule()); }
rulePropertyStyle
{ after(grammarAccess.getPropertyStyleRule()); }
EOF
;
// Rule PropertyStyle
rulePropertyStyle
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyStyleAccess().getAlternatives()); }
(rule__PropertyStyle__Alternatives)
{ after(grammarAccess.getPropertyStyleAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRulePropertyButtonStyle
entryRulePropertyButtonStyle
:
{ before(grammarAccess.getPropertyButtonStyleRule()); }
rulePropertyButtonStyle
{ after(grammarAccess.getPropertyButtonStyleRule()); }
EOF
;
// Rule PropertyButtonStyle
rulePropertyButtonStyle
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyButtonStyleAccess().getGroup()); }
(rule__PropertyButtonStyle__Group__0)
{ after(grammarAccess.getPropertyButtonStyleAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRulePropertyHtmlStyle
entryRulePropertyHtmlStyle
:
{ before(grammarAccess.getPropertyHtmlStyleRule()); }
rulePropertyHtmlStyle
{ after(grammarAccess.getPropertyHtmlStyleRule()); }
EOF
;
// Rule PropertyHtmlStyle
rulePropertyHtmlStyle
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyHtmlStyleAccess().getGroup()); }
(rule__PropertyHtmlStyle__Group__0)
{ after(grammarAccess.getPropertyHtmlStyleAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRulePropertyBooleanStyle
entryRulePropertyBooleanStyle
:
{ before(grammarAccess.getPropertyBooleanStyleRule()); }
rulePropertyBooleanStyle
{ after(grammarAccess.getPropertyBooleanStyleRule()); }
EOF
;
// Rule PropertyBooleanStyle
rulePropertyBooleanStyle
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyBooleanStyleAccess().getGroup()); }
(rule__PropertyBooleanStyle__Group__0)
{ after(grammarAccess.getPropertyBooleanStyleAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRulePropertyDateStyle
entryRulePropertyDateStyle
:
{ before(grammarAccess.getPropertyDateStyleRule()); }
rulePropertyDateStyle
{ after(grammarAccess.getPropertyDateStyleRule()); }
EOF
;
// Rule PropertyDateStyle
rulePropertyDateStyle
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyDateStyleAccess().getGroup()); }
(rule__PropertyDateStyle__Group__0)
{ after(grammarAccess.getPropertyDateStyleAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRulePropertyNumberStyle
entryRulePropertyNumberStyle
:
{ before(grammarAccess.getPropertyNumberStyleRule()); }
rulePropertyNumberStyle
{ after(grammarAccess.getPropertyNumberStyleRule()); }
EOF
;
// Rule PropertyNumberStyle
rulePropertyNumberStyle
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyNumberStyleAccess().getGroup()); }
(rule__PropertyNumberStyle__Group__0)
{ after(grammarAccess.getPropertyNumberStyleAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRulePropertyProgressbarStyle
entryRulePropertyProgressbarStyle
:
{ before(grammarAccess.getPropertyProgressbarStyleRule()); }
rulePropertyProgressbarStyle
{ after(grammarAccess.getPropertyProgressbarStyleRule()); }
EOF
;
// Rule PropertyProgressbarStyle
rulePropertyProgressbarStyle
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyProgressbarStyleAccess().getGroup()); }
(rule__PropertyProgressbarStyle__Group__0)
{ after(grammarAccess.getPropertyProgressbarStyleAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleGridPropIndicatorStyle
entryRuleGridPropIndicatorStyle
:
{ before(grammarAccess.getGridPropIndicatorStyleRule()); }
ruleGridPropIndicatorStyle
{ after(grammarAccess.getGridPropIndicatorStyleRule()); }
EOF
;
// Rule GridPropIndicatorStyle
ruleGridPropIndicatorStyle
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getGridPropIndicatorStyleAccess().getGroup()); }
(rule__GridPropIndicatorStyle__Group__0)
{ after(grammarAccess.getGridPropIndicatorStyleAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRulePropertyTextStyle
entryRulePropertyTextStyle
:
{ before(grammarAccess.getPropertyTextStyleRule()); }
rulePropertyTextStyle
{ after(grammarAccess.getPropertyTextStyleRule()); }
EOF
;
// Rule PropertyTextStyle
rulePropertyTextStyle
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyTextStyleAccess().getGroup()); }
(rule__PropertyTextStyle__Group__0)
{ after(grammarAccess.getPropertyTextStyleAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRulePropertyBlobImageStyle
entryRulePropertyBlobImageStyle
:
{ before(grammarAccess.getPropertyBlobImageStyleRule()); }
rulePropertyBlobImageStyle
{ after(grammarAccess.getPropertyBlobImageStyleRule()); }
EOF
;
// Rule PropertyBlobImageStyle
rulePropertyBlobImageStyle
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyBlobImageStyleAccess().getGroup()); }
(rule__PropertyBlobImageStyle__Group__0)
{ after(grammarAccess.getPropertyBlobImageStyleAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRulePropertyImageStyle
entryRulePropertyImageStyle
:
{ before(grammarAccess.getPropertyImageStyleRule()); }
rulePropertyImageStyle
{ after(grammarAccess.getPropertyImageStyleRule()); }
EOF
;
// Rule PropertyImageStyle
rulePropertyImageStyle
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyImageStyleAccess().getGroup()); }
(rule__PropertyImageStyle__Group__0)
{ after(grammarAccess.getPropertyImageStyleAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleStyleConfig
entryRuleStyleConfig
:
{ before(grammarAccess.getStyleConfigRule()); }
ruleStyleConfig
{ after(grammarAccess.getStyleConfigRule()); }
EOF
;
// Rule StyleConfig
ruleStyleConfig
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getStyleConfigAccess().getAlternatives()); }
(rule__StyleConfig__Alternatives)
{ after(grammarAccess.getStyleConfigAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleNumericToResourceStyleConfig
entryRuleNumericToResourceStyleConfig
:
{ before(grammarAccess.getNumericToResourceStyleConfigRule()); }
ruleNumericToResourceStyleConfig
{ after(grammarAccess.getNumericToResourceStyleConfigRule()); }
EOF
;
// Rule NumericToResourceStyleConfig
ruleNumericToResourceStyleConfig
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNumericToResourceStyleConfigAccess().getGroup()); }
(rule__NumericToResourceStyleConfig__Group__0)
{ after(grammarAccess.getNumericToResourceStyleConfigAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleStringToResourceStyleConfig
entryRuleStringToResourceStyleConfig
:
{ before(grammarAccess.getStringToResourceStyleConfigRule()); }
ruleStringToResourceStyleConfig
{ after(grammarAccess.getStringToResourceStyleConfigRule()); }
EOF
;
// Rule StringToResourceStyleConfig
ruleStringToResourceStyleConfig
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getStringToResourceStyleConfigAccess().getGroup()); }
(rule__StringToResourceStyleConfig__Group__0)
{ after(grammarAccess.getStringToResourceStyleConfigAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleLInt
entryRuleLInt
:
{ before(grammarAccess.getLIntRule()); }
ruleLInt
{ after(grammarAccess.getLIntRule()); }
EOF
;
// Rule LInt
ruleLInt
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getLIntAccess().getGroup()); }
(rule__LInt__Group__0)
{ after(grammarAccess.getLIntAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleLDouble
entryRuleLDouble
:
{ before(grammarAccess.getLDoubleRule()); }
ruleLDouble
{ after(grammarAccess.getLDoubleRule()); }
EOF
;
// Rule LDouble
ruleLDouble
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getLDoubleAccess().getGroup()); }
(rule__LDouble__Group__0)
{ after(grammarAccess.getLDoubleAccess().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 entryRuleSignedInt
entryRuleSignedInt
:
{ before(grammarAccess.getSignedIntRule()); }
ruleSignedInt
{ after(grammarAccess.getSignedIntRule()); }
EOF
;
// Rule SignedInt
ruleSignedInt
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSignedIntAccess().getGroup()); }
(rule__SignedInt__Group__0)
{ after(grammarAccess.getSignedIntAccess().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 StyleCompare
ruleStyleCompare
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getStyleCompareAccess().getAlternatives()); }
(rule__StyleCompare__Alternatives)
{ after(grammarAccess.getStyleCompareAccess().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 RowHeaderMode
ruleRowHeaderMode
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getRowHeaderModeAccess().getAlternatives()); }
(rule__RowHeaderMode__Alternatives)
{ after(grammarAccess.getRowHeaderModeAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Rule AxisEnum
ruleAxisEnum
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getAxisEnumAccess().getAlternatives()); }
(rule__AxisEnum__Alternatives)
{ after(grammarAccess.getAxisEnumAccess().getAlternatives()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableOption__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableOptionAccess().getTableSelectionParserRuleCall_0()); }
ruleTableSelection
{ after(grammarAccess.getTableOptionAccess().getTableSelectionParserRuleCall_0()); }
)
|
(
{ before(grammarAccess.getTableOptionAccess().getTableTableParserRuleCall_1()); }
ruleTableTable
{ after(grammarAccess.getTableOptionAccess().getTableTableParserRuleCall_1()); }
)
|
(
{ before(grammarAccess.getTableOptionAccess().getTableGridParserRuleCall_2()); }
ruleTableGrid
{ after(grammarAccess.getTableOptionAccess().getTableGridParserRuleCall_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__Alternatives_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableSelectionAccess().getMultiSelectionAssignment_2_0()); }
(rule__TableSelection__MultiSelectionAssignment_2_0)
{ after(grammarAccess.getTableSelectionAccess().getMultiSelectionAssignment_2_0()); }
)
|
(
{ before(grammarAccess.getTableSelectionAccess().getSingleKeyword_2_1()); }
'single'
{ after(grammarAccess.getTableSelectionAccess().getSingleKeyword_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValueElement__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueElementAccess().getTableMeasureParserRuleCall_0()); }
ruleTableMeasure
{ after(grammarAccess.getTableValueElementAccess().getTableMeasureParserRuleCall_0()); }
)
|
(
{ before(grammarAccess.getTableValueElementAccess().getTableDerivedParserRuleCall_1()); }
ruleTableDerived
{ after(grammarAccess.getTableValueElementAccess().getTableDerivedParserRuleCall_1()); }
)
|
(
{ before(grammarAccess.getTableValueElementAccess().getTableHierarchyParserRuleCall_2()); }
ruleTableHierarchy
{ after(grammarAccess.getTableValueElementAccess().getTableHierarchyParserRuleCall_2()); }
)
|
(
{ before(grammarAccess.getTableValueElementAccess().getTableAttributeParserRuleCall_3()); }
ruleTableAttribute
{ after(grammarAccess.getTableValueElementAccess().getTableAttributeParserRuleCall_3()); }
)
|
(
{ before(grammarAccess.getTableValueElementAccess().getTableAggregationParserRuleCall_4()); }
ruleTableAggregation
{ after(grammarAccess.getTableValueElementAccess().getTableAggregationParserRuleCall_4()); }
)
|
(
{ before(grammarAccess.getTableValueElementAccess().getTableOrdinalParserRuleCall_5()); }
ruleTableOrdinal
{ after(grammarAccess.getTableValueElementAccess().getTableOrdinalParserRuleCall_5()); }
)
|
(
{ before(grammarAccess.getTableValueElementAccess().getTableColumnParserRuleCall_6()); }
ruleTableColumn
{ after(grammarAccess.getTableValueElementAccess().getTableColumnParserRuleCall_6()); }
)
|
(
{ before(grammarAccess.getTableValueElementAccess().getTableTaskParserRuleCall_7()); }
ruleTableTask
{ after(grammarAccess.getTableValueElementAccess().getTableTaskParserRuleCall_7()); }
)
|
(
{ before(grammarAccess.getTableValueElementAccess().getTableAllColumnsParserRuleCall_8()); }
ruleTableAllColumns
{ after(grammarAccess.getTableValueElementAccess().getTableAllColumnsParserRuleCall_8()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableInterval__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableIntervalAccess().getTableNumberIntervalParserRuleCall_0()); }
ruleTableNumberInterval
{ after(grammarAccess.getTableIntervalAccess().getTableNumberIntervalParserRuleCall_0()); }
)
|
(
{ before(grammarAccess.getTableIntervalAccess().getTableIntIntervalParserRuleCall_1()); }
ruleTableIntInterval
{ after(grammarAccess.getTableIntervalAccess().getTableIntIntervalParserRuleCall_1()); }
)
|
(
{ before(grammarAccess.getTableIntervalAccess().getTableDateDayIntervalParserRuleCall_2()); }
ruleTableDateDayInterval
{ after(grammarAccess.getTableIntervalAccess().getTableDateDayIntervalParserRuleCall_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableLookup__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableLookupAccess().getTableNumberLookupParserRuleCall_0()); }
ruleTableNumberLookup
{ after(grammarAccess.getTableLookupAccess().getTableNumberLookupParserRuleCall_0()); }
)
|
(
{ before(grammarAccess.getTableLookupAccess().getTableIntLookupParserRuleCall_1()); }
ruleTableIntLookup
{ after(grammarAccess.getTableLookupAccess().getTableIntLookupParserRuleCall_1()); }
)
|
(
{ before(grammarAccess.getTableLookupAccess().getTableStringLookupParserRuleCall_2()); }
ruleTableStringLookup
{ after(grammarAccess.getTableLookupAccess().getTableStringLookupParserRuleCall_2()); }
)
|
(
{ before(grammarAccess.getTableLookupAccess().getTableDateDayLookupParserRuleCall_3()); }
ruleTableDateDayLookup
{ after(grammarAccess.getTableLookupAccess().getTableDateDayLookupParserRuleCall_3()); }
)
;
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()); }
)
|
(
{ before(grammarAccess.getTableRangeElementAccess().getTableTooltipParserRuleCall_4()); }
ruleTableTooltip
{ after(grammarAccess.getTableRangeElementAccess().getTableTooltipParserRuleCall_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyStyle__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyStyleAccess().getPropertyButtonStyleParserRuleCall_0()); }
rulePropertyButtonStyle
{ after(grammarAccess.getPropertyStyleAccess().getPropertyButtonStyleParserRuleCall_0()); }
)
|
(
{ before(grammarAccess.getPropertyStyleAccess().getPropertyHtmlStyleParserRuleCall_1()); }
rulePropertyHtmlStyle
{ after(grammarAccess.getPropertyStyleAccess().getPropertyHtmlStyleParserRuleCall_1()); }
)
|
(
{ before(grammarAccess.getPropertyStyleAccess().getPropertyProgressbarStyleParserRuleCall_2()); }
rulePropertyProgressbarStyle
{ after(grammarAccess.getPropertyStyleAccess().getPropertyProgressbarStyleParserRuleCall_2()); }
)
|
(
{ before(grammarAccess.getPropertyStyleAccess().getPropertyTextStyleParserRuleCall_3()); }
rulePropertyTextStyle
{ after(grammarAccess.getPropertyStyleAccess().getPropertyTextStyleParserRuleCall_3()); }
)
|
(
{ before(grammarAccess.getPropertyStyleAccess().getPropertyBooleanStyleParserRuleCall_4()); }
rulePropertyBooleanStyle
{ after(grammarAccess.getPropertyStyleAccess().getPropertyBooleanStyleParserRuleCall_4()); }
)
|
(
{ before(grammarAccess.getPropertyStyleAccess().getPropertyDateStyleParserRuleCall_5()); }
rulePropertyDateStyle
{ after(grammarAccess.getPropertyStyleAccess().getPropertyDateStyleParserRuleCall_5()); }
)
|
(
{ before(grammarAccess.getPropertyStyleAccess().getPropertyNumberStyleParserRuleCall_6()); }
rulePropertyNumberStyle
{ after(grammarAccess.getPropertyStyleAccess().getPropertyNumberStyleParserRuleCall_6()); }
)
|
(
{ before(grammarAccess.getPropertyStyleAccess().getPropertyImageStyleParserRuleCall_7()); }
rulePropertyImageStyle
{ after(grammarAccess.getPropertyStyleAccess().getPropertyImageStyleParserRuleCall_7()); }
)
|
(
{ before(grammarAccess.getPropertyStyleAccess().getPropertyBlobImageStyleParserRuleCall_8()); }
rulePropertyBlobImageStyle
{ after(grammarAccess.getPropertyStyleAccess().getPropertyBlobImageStyleParserRuleCall_8()); }
)
|
(
{ before(grammarAccess.getPropertyStyleAccess().getGridPropIndicatorStyleParserRuleCall_9()); }
ruleGridPropIndicatorStyle
{ after(grammarAccess.getPropertyStyleAccess().getGridPropIndicatorStyleParserRuleCall_9()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__StyleConfig__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getStyleConfigAccess().getNumericToResourceStyleConfigParserRuleCall_0()); }
ruleNumericToResourceStyleConfig
{ after(grammarAccess.getStyleConfigAccess().getNumericToResourceStyleConfigParserRuleCall_0()); }
)
|
(
{ before(grammarAccess.getStyleConfigAccess().getStringToResourceStyleConfigParserRuleCall_1()); }
ruleStringToResourceStyleConfig
{ after(grammarAccess.getStyleConfigAccess().getStringToResourceStyleConfigParserRuleCall_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__LInt__Alternatives_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getLIntAccess().getPlusSignKeyword_0_0()); }
'+'
{ after(grammarAccess.getLIntAccess().getPlusSignKeyword_0_0()); }
)
|
(
{ before(grammarAccess.getLIntAccess().getHyphenMinusKeyword_0_1()); }
'-'
{ after(grammarAccess.getLIntAccess().getHyphenMinusKeyword_0_1()); }
)
;
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__StyleCompare__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getStyleCompareAccess().getEqualEnumLiteralDeclaration_0()); }
('equal')
{ after(grammarAccess.getStyleCompareAccess().getEqualEnumLiteralDeclaration_0()); }
)
|
(
{ before(grammarAccess.getStyleCompareAccess().getGreaterEqualEnumLiteralDeclaration_1()); }
('greater equal')
{ after(grammarAccess.getStyleCompareAccess().getGreaterEqualEnumLiteralDeclaration_1()); }
)
|
(
{ before(grammarAccess.getStyleCompareAccess().getGreaterThanEnumLiteralDeclaration_2()); }
('greater than')
{ after(grammarAccess.getStyleCompareAccess().getGreaterThanEnumLiteralDeclaration_2()); }
)
|
(
{ before(grammarAccess.getStyleCompareAccess().getLowerEqualEnumLiteralDeclaration_3()); }
('lower equal')
{ after(grammarAccess.getStyleCompareAccess().getLowerEqualEnumLiteralDeclaration_3()); }
)
|
(
{ before(grammarAccess.getStyleCompareAccess().getLowerThanEnumLiteralDeclaration_4()); }
('lower than')
{ after(grammarAccess.getStyleCompareAccess().getLowerThanEnumLiteralDeclaration_4()); }
)
|
(
{ before(grammarAccess.getStyleCompareAccess().getNotEqualEnumLiteralDeclaration_5()); }
('not equal')
{ after(grammarAccess.getStyleCompareAccess().getNotEqualEnumLiteralDeclaration_5()); }
)
;
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__RowHeaderMode__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getRowHeaderModeAccess().getHIDDENEnumLiteralDeclaration_0()); }
('hidden')
{ after(grammarAccess.getRowHeaderModeAccess().getHIDDENEnumLiteralDeclaration_0()); }
)
|
(
{ before(grammarAccess.getRowHeaderModeAccess().getEXPLICIT_DEFAULTS_IDEnumLiteralDeclaration_1()); }
('explicit')
{ after(grammarAccess.getRowHeaderModeAccess().getEXPLICIT_DEFAULTS_IDEnumLiteralDeclaration_1()); }
)
|
(
{ before(grammarAccess.getRowHeaderModeAccess().getINDEXEnumLiteralDeclaration_2()); }
('indexed')
{ after(grammarAccess.getRowHeaderModeAccess().getINDEXEnumLiteralDeclaration_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__AxisEnum__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getAxisEnumAccess().getDEFAULTEnumLiteralDeclaration_0()); }
('default')
{ after(grammarAccess.getAxisEnumAccess().getDEFAULTEnumLiteralDeclaration_0()); }
)
|
(
{ before(grammarAccess.getAxisEnumAccess().getCOLUMNSEnumLiteralDeclaration_1()); }
('columns')
{ after(grammarAccess.getAxisEnumAccess().getCOLUMNSEnumLiteralDeclaration_1()); }
)
|
(
{ before(grammarAccess.getAxisEnumAccess().getROWSEnumLiteralDeclaration_2()); }
('rows')
{ after(grammarAccess.getAxisEnumAccess().getROWSEnumLiteralDeclaration_2()); }
)
|
(
{ before(grammarAccess.getAxisEnumAccess().getPAGESEnumLiteralDeclaration_3()); }
('pages')
{ after(grammarAccess.getAxisEnumAccess().getPAGESEnumLiteralDeclaration_3()); }
)
|
(
{ before(grammarAccess.getAxisEnumAccess().getSECTIONSEnumLiteralDeclaration_4()); }
('sections')
{ after(grammarAccess.getAxisEnumAccess().getSECTIONSEnumLiteralDeclaration_4()); }
)
|
(
{ before(grammarAccess.getAxisEnumAccess().getCHAPTERSEnumLiteralDeclaration_5()); }
('chapters')
{ after(grammarAccess.getAxisEnumAccess().getCHAPTERSEnumLiteralDeclaration_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableModel__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableModel__Group__0__Impl
rule__TableModel__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableModel__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableModelAccess().getImportSectionAssignment_0()); }
(rule__TableModel__ImportSectionAssignment_0)?
{ after(grammarAccess.getTableModelAccess().getImportSectionAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableModel__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableModel__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableModel__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableModelAccess().getPackagesAssignment_1()); }
(rule__TableModel__PackagesAssignment_1)*
{ after(grammarAccess.getTableModelAccess().getPackagesAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TablePackage__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TablePackage__Group__0__Impl
rule__TablePackage__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TablePackage__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTablePackageAccess().getTablePackageAction_0()); }
()
{ after(grammarAccess.getTablePackageAccess().getTablePackageAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TablePackage__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TablePackage__Group__1__Impl
rule__TablePackage__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__TablePackage__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTablePackageAccess().getPackageKeyword_1()); }
'package'
{ after(grammarAccess.getTablePackageAccess().getPackageKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TablePackage__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__TablePackage__Group__2__Impl
rule__TablePackage__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__TablePackage__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTablePackageAccess().getNameAssignment_2()); }
(rule__TablePackage__NameAssignment_2)
{ after(grammarAccess.getTablePackageAccess().getNameAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TablePackage__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__TablePackage__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TablePackage__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTablePackageAccess().getGroup_3()); }
(rule__TablePackage__Group_3__0)?
{ after(grammarAccess.getTablePackageAccess().getGroup_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TablePackage__Group_3__0
@init {
int stackSize = keepStackSize();
}
:
rule__TablePackage__Group_3__0__Impl
rule__TablePackage__Group_3__1
;
finally {
restoreStackSize(stackSize);
}
rule__TablePackage__Group_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTablePackageAccess().getLeftCurlyBracketKeyword_3_0()); }
'{'
{ after(grammarAccess.getTablePackageAccess().getLeftCurlyBracketKeyword_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TablePackage__Group_3__1
@init {
int stackSize = keepStackSize();
}
:
rule__TablePackage__Group_3__1__Impl
rule__TablePackage__Group_3__2
;
finally {
restoreStackSize(stackSize);
}
rule__TablePackage__Group_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTablePackageAccess().getTablesAssignment_3_1()); }
(rule__TablePackage__TablesAssignment_3_1)*
{ after(grammarAccess.getTablePackageAccess().getTablesAssignment_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TablePackage__Group_3__2
@init {
int stackSize = keepStackSize();
}
:
rule__TablePackage__Group_3__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TablePackage__Group_3__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTablePackageAccess().getRightCurlyBracketKeyword_3_2()); }
'}'
{ after(grammarAccess.getTablePackageAccess().getRightCurlyBracketKeyword_3_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Table__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__Table__Group__0__Impl
rule__Table__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__Table__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAccess().getTableAction_0()); }
()
{ after(grammarAccess.getTableAccess().getTableAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Table__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__Table__Group__1__Impl
rule__Table__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__Table__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAccess().getTableKeyword_1()); }
'table'
{ after(grammarAccess.getTableAccess().getTableKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Table__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__Table__Group__2__Impl
rule__Table__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__Table__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAccess().getNameAssignment_2()); }
(rule__Table__NameAssignment_2)
{ after(grammarAccess.getTableAccess().getNameAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Table__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__Table__Group__3__Impl
rule__Table__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__Table__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAccess().getGroup_3()); }
(rule__Table__Group_3__0)?
{ after(grammarAccess.getTableAccess().getGroup_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Table__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__Table__Group__4__Impl
rule__Table__Group__5
;
finally {
restoreStackSize(stackSize);
}
rule__Table__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAccess().getAsKeyword_4()); }
'as'
{ after(grammarAccess.getTableAccess().getAsKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Table__Group__5
@init {
int stackSize = keepStackSize();
}
:
rule__Table__Group__5__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__Table__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAccess().getTabletypeAssignment_5()); }
(rule__Table__TabletypeAssignment_5)
{ after(grammarAccess.getTableAccess().getTabletypeAssignment_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Table__Group_3__0
@init {
int stackSize = keepStackSize();
}
:
rule__Table__Group_3__0__Impl
rule__Table__Group_3__1
;
finally {
restoreStackSize(stackSize);
}
rule__Table__Group_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAccess().getDescriptionAssignment_3_0()); }
(rule__Table__DescriptionAssignment_3_0)
{ after(grammarAccess.getTableAccess().getDescriptionAssignment_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Table__Group_3__1
@init {
int stackSize = keepStackSize();
}
:
rule__Table__Group_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__Table__Group_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAccess().getDescriptionValueAssignment_3_1()); }
(rule__Table__DescriptionValueAssignment_3_1)
{ after(grammarAccess.getTableAccess().getDescriptionValueAssignment_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableSelection__Group__0__Impl
rule__TableSelection__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableSelectionAccess().getTableSelectionAction_0()); }
()
{ after(grammarAccess.getTableSelectionAccess().getTableSelectionAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableSelection__Group__1__Impl
rule__TableSelection__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableSelectionAccess().getSelectionKeyword_1()); }
'selection'
{ after(grammarAccess.getTableSelectionAccess().getSelectionKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableSelection__Group__2__Impl
rule__TableSelection__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableSelectionAccess().getAlternatives_2()); }
(rule__TableSelection__Alternatives_2)
{ after(grammarAccess.getTableSelectionAccess().getAlternatives_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__TableSelection__Group__3__Impl
rule__TableSelection__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableSelectionAccess().getUnorderedGroup_3()); }
(rule__TableSelection__UnorderedGroup_3)
{ after(grammarAccess.getTableSelectionAccess().getUnorderedGroup_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__TableSelection__Group__4__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableSelectionAccess().getGroup_4()); }
(rule__TableSelection__Group_4__0)?
{ after(grammarAccess.getTableSelectionAccess().getGroup_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__Group_3_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableSelection__Group_3_1__0__Impl
rule__TableSelection__Group_3_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__Group_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableSelectionAccess().getRowHeaderKeyword_3_1_0()); }
'rowHeader'
{ after(grammarAccess.getTableSelectionAccess().getRowHeaderKeyword_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__Group_3_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableSelection__Group_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__Group_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableSelectionAccess().getHeaderModeAssignment_3_1_1()); }
(rule__TableSelection__HeaderModeAssignment_3_1_1)
{ after(grammarAccess.getTableSelectionAccess().getHeaderModeAssignment_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__Group_3_4__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableSelection__Group_3_4__0__Impl
rule__TableSelection__Group_3_4__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__Group_3_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableSelectionAccess().getToolbarKeyword_3_4_0()); }
'toolbar'
{ after(grammarAccess.getTableSelectionAccess().getToolbarKeyword_3_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__Group_3_4__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableSelection__Group_3_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__Group_3_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableSelectionAccess().getToolbarAssignment_3_4_1()); }
(rule__TableSelection__ToolbarAssignment_3_4_1)
{ after(grammarAccess.getTableSelectionAccess().getToolbarAssignment_3_4_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableSelection__Group_4__0__Impl
rule__TableSelection__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableSelectionAccess().getUsingKeyword_4_0()); }
'using'
{ after(grammarAccess.getTableSelectionAccess().getUsingKeyword_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableSelection__Group_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableSelectionAccess().getSourceAssignment_4_1()); }
(rule__TableSelection__SourceAssignment_4_1)
{ after(grammarAccess.getTableSelectionAccess().getSourceAssignment_4_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableTable__Group__0__Impl
rule__TableTable__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTableAccess().getTableTableAction_0()); }
()
{ after(grammarAccess.getTableTableAccess().getTableTableAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableTable__Group__1__Impl
rule__TableTable__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTableAccess().getReadOnlyKeyword_1()); }
'readOnly'
{ after(grammarAccess.getTableTableAccess().getReadOnlyKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableTable__Group__2__Impl
rule__TableTable__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTableAccess().getUnorderedGroup_2()); }
(rule__TableTable__UnorderedGroup_2)
{ after(grammarAccess.getTableTableAccess().getUnorderedGroup_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__TableTable__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTableAccess().getGroup_3()); }
(rule__TableTable__Group_3__0)?
{ after(grammarAccess.getTableTableAccess().getGroup_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__Group_2_2__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableTable__Group_2_2__0__Impl
rule__TableTable__Group_2_2__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__Group_2_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTableAccess().getRowHeaderKeyword_2_2_0()); }
'rowHeader'
{ after(grammarAccess.getTableTableAccess().getRowHeaderKeyword_2_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__Group_2_2__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableTable__Group_2_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__Group_2_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTableAccess().getHeaderModeAssignment_2_2_1()); }
(rule__TableTable__HeaderModeAssignment_2_2_1)
{ after(grammarAccess.getTableTableAccess().getHeaderModeAssignment_2_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__Group_2_5__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableTable__Group_2_5__0__Impl
rule__TableTable__Group_2_5__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__Group_2_5__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTableAccess().getToolbarKeyword_2_5_0()); }
'toolbar'
{ after(grammarAccess.getTableTableAccess().getToolbarKeyword_2_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__Group_2_5__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableTable__Group_2_5__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__Group_2_5__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTableAccess().getToolbarAssignment_2_5_1()); }
(rule__TableTable__ToolbarAssignment_2_5_1)
{ after(grammarAccess.getTableTableAccess().getToolbarAssignment_2_5_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__Group_3__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableTable__Group_3__0__Impl
rule__TableTable__Group_3__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__Group_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTableAccess().getUsingKeyword_3_0()); }
'using'
{ after(grammarAccess.getTableTableAccess().getUsingKeyword_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__Group_3__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableTable__Group_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__Group_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTableAccess().getSourceAssignment_3_1()); }
(rule__TableTable__SourceAssignment_3_1)
{ after(grammarAccess.getTableTableAccess().getSourceAssignment_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TablePreorder__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TablePreorder__Group__0__Impl
rule__TablePreorder__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TablePreorder__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTablePreorderAccess().getTablePreorderAction_0()); }
()
{ after(grammarAccess.getTablePreorderAccess().getTablePreorderAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TablePreorder__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TablePreorder__Group__1__Impl
rule__TablePreorder__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__TablePreorder__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTablePreorderAccess().getPreorderKeyword_1()); }
'preorder'
{ after(grammarAccess.getTablePreorderAccess().getPreorderKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TablePreorder__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__TablePreorder__Group__2__Impl
rule__TablePreorder__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__TablePreorder__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTablePreorderAccess().getColumnAssignment_2()); }
(rule__TablePreorder__ColumnAssignment_2)
{ after(grammarAccess.getTablePreorderAccess().getColumnAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TablePreorder__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__TablePreorder__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TablePreorder__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTablePreorderAccess().getAscendingAssignment_3()); }
(rule__TablePreorder__AscendingAssignment_3)?
{ after(grammarAccess.getTablePreorderAccess().getAscendingAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableValue__Group__0__Impl
rule__TableValue__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getTableValueAction_0()); }
()
{ after(grammarAccess.getTableValueAccess().getTableValueAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableValue__Group__1__Impl
rule__TableValue__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getValueKeyword_1()); }
'value'
{ after(grammarAccess.getTableValueAccess().getValueKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableValue__Group__2__Impl
rule__TableValue__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getColumnAssignment_2()); }
(rule__TableValue__ColumnAssignment_2)
{ after(grammarAccess.getTableValueAccess().getColumnAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__TableValue__Group__3__Impl
rule__TableValue__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getUnorderedGroup_3()); }
(rule__TableValue__UnorderedGroup_3)
{ after(grammarAccess.getTableValueAccess().getUnorderedGroup_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__TableValue__Group__4__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getUnorderedGroup_4()); }
(rule__TableValue__UnorderedGroup_4)
{ after(grammarAccess.getTableValueAccess().getUnorderedGroup_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_3_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableValue__Group_3_1__0__Impl
rule__TableValue__Group_3_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getIconKeyword_3_1_0()); }
'icon'
{ after(grammarAccess.getTableValueAccess().getIconKeyword_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_3_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableValue__Group_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getIconNameAssignment_3_1_1()); }
(rule__TableValue__IconNameAssignment_3_1_1)
{ after(grammarAccess.getTableValueAccess().getIconNameAssignment_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_3_3__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableValue__Group_3_3__0__Impl
rule__TableValue__Group_3_3__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_3_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getHasImageAssignment_3_3_0()); }
(rule__TableValue__HasImageAssignment_3_3_0)
{ after(grammarAccess.getTableValueAccess().getHasImageAssignment_3_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_3_3__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableValue__Group_3_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_3_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getImageAssignment_3_3_1()); }
(rule__TableValue__ImageAssignment_3_3_1)
{ after(grammarAccess.getTableValueAccess().getImageAssignment_3_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_4_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableValue__Group_4_0__0__Impl
rule__TableValue__Group_4_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_4_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getIntervalsKeyword_4_0_0()); }
'intervals'
{ after(grammarAccess.getTableValueAccess().getIntervalsKeyword_4_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_4_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableValue__Group_4_0__1__Impl
rule__TableValue__Group_4_0__2
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_4_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getHideLabelIntervalAssignment_4_0_1()); }
(rule__TableValue__HideLabelIntervalAssignment_4_0_1)?
{ after(grammarAccess.getTableValueAccess().getHideLabelIntervalAssignment_4_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_4_0__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableValue__Group_4_0__2__Impl
rule__TableValue__Group_4_0__3
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_4_0__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getLeftCurlyBracketKeyword_4_0_2()); }
'{'
{ after(grammarAccess.getTableValueAccess().getLeftCurlyBracketKeyword_4_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_4_0__3
@init {
int stackSize = keepStackSize();
}
:
rule__TableValue__Group_4_0__3__Impl
rule__TableValue__Group_4_0__4
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_4_0__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getIntervalsAssignment_4_0_3()); }
(rule__TableValue__IntervalsAssignment_4_0_3)*
{ after(grammarAccess.getTableValueAccess().getIntervalsAssignment_4_0_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_4_0__4
@init {
int stackSize = keepStackSize();
}
:
rule__TableValue__Group_4_0__4__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_4_0__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getRightCurlyBracketKeyword_4_0_4()); }
'}'
{ after(grammarAccess.getTableValueAccess().getRightCurlyBracketKeyword_4_0_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_4_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableValue__Group_4_1__0__Impl
rule__TableValue__Group_4_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_4_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getLookupsKeyword_4_1_0()); }
'lookups'
{ after(grammarAccess.getTableValueAccess().getLookupsKeyword_4_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_4_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableValue__Group_4_1__1__Impl
rule__TableValue__Group_4_1__2
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_4_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getHideLabelLookupAssignment_4_1_1()); }
(rule__TableValue__HideLabelLookupAssignment_4_1_1)?
{ after(grammarAccess.getTableValueAccess().getHideLabelLookupAssignment_4_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_4_1__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableValue__Group_4_1__2__Impl
rule__TableValue__Group_4_1__3
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_4_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getLeftCurlyBracketKeyword_4_1_2()); }
'{'
{ after(grammarAccess.getTableValueAccess().getLeftCurlyBracketKeyword_4_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_4_1__3
@init {
int stackSize = keepStackSize();
}
:
rule__TableValue__Group_4_1__3__Impl
rule__TableValue__Group_4_1__4
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_4_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getLookupsAssignment_4_1_3()); }
(rule__TableValue__LookupsAssignment_4_1_3)*
{ after(grammarAccess.getTableValueAccess().getLookupsAssignment_4_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_4_1__4
@init {
int stackSize = keepStackSize();
}
:
rule__TableValue__Group_4_1__4__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__Group_4_1__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getRightCurlyBracketKeyword_4_1_4()); }
'}'
{ after(grammarAccess.getTableValueAccess().getRightCurlyBracketKeyword_4_1_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableFormatter__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableFormatter__Group__0__Impl
rule__TableFormatter__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableFormatter__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableFormatterAccess().getTableFormatterAction_0()); }
()
{ after(grammarAccess.getTableFormatterAccess().getTableFormatterAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableFormatter__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableFormatter__Group__1__Impl
rule__TableFormatter__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__TableFormatter__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableFormatterAccess().getFormatterKeyword_1()); }
'formatter'
{ after(grammarAccess.getTableFormatterAccess().getFormatterKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableFormatter__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableFormatter__Group__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableFormatter__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableFormatterAccess().getFormatAssignment_2()); }
(rule__TableFormatter__FormatAssignment_2)
{ after(grammarAccess.getTableFormatterAccess().getFormatAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableImage__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableImage__Group__0__Impl
rule__TableImage__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableImage__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableImageAccess().getTableImageAction_0()); }
()
{ after(grammarAccess.getTableImageAccess().getTableImageAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableImage__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableImage__Group__1__Impl
rule__TableImage__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__TableImage__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableImageAccess().getPathKeyword_1()); }
'path'
{ after(grammarAccess.getTableImageAccess().getPathKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableImage__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableImage__Group__2__Impl
rule__TableImage__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__TableImage__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableImageAccess().getImagePathPatternAssignment_2()); }
(rule__TableImage__ImagePathPatternAssignment_2)
{ after(grammarAccess.getTableImageAccess().getImagePathPatternAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableImage__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__TableImage__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableImage__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableImageAccess().getUnorderedGroup_3()); }
(rule__TableImage__UnorderedGroup_3)
{ after(grammarAccess.getTableImageAccess().getUnorderedGroup_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableImage__Group_3_2__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableImage__Group_3_2__0__Impl
rule__TableImage__Group_3_2__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableImage__Group_3_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableImageAccess().getResizeAssignment_3_2_0()); }
(rule__TableImage__ResizeAssignment_3_2_0)
{ after(grammarAccess.getTableImageAccess().getResizeAssignment_3_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableImage__Group_3_2__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableImage__Group_3_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableImage__Group_3_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableImageAccess().getResizeStringAssignment_3_2_1()); }
(rule__TableImage__ResizeStringAssignment_3_2_1)
{ after(grammarAccess.getTableImageAccess().getResizeStringAssignment_3_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTooltipPattern__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableTooltipPattern__Group__0__Impl
rule__TableTooltipPattern__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableTooltipPattern__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTooltipPatternAccess().getTableTooltipPatternAction_0()); }
()
{ after(grammarAccess.getTableTooltipPatternAccess().getTableTooltipPatternAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTooltipPattern__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableTooltipPattern__Group__1__Impl
rule__TableTooltipPattern__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__TableTooltipPattern__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTooltipPatternAccess().getTooltipPatternKeyword_1()); }
'tooltipPattern'
{ after(grammarAccess.getTableTooltipPatternAccess().getTooltipPatternKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTooltipPattern__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableTooltipPattern__Group__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableTooltipPattern__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTooltipPatternAccess().getTooltipPatternAssignment_2()); }
(rule__TableTooltipPattern__TooltipPatternAssignment_2)
{ after(grammarAccess.getTableTooltipPatternAccess().getTooltipPatternAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTask__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableTask__Group__0__Impl
rule__TableTask__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableTask__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTaskAccess().getTableTaskAction_0()); }
()
{ after(grammarAccess.getTableTaskAccess().getTableTaskAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTask__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableTask__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableTask__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTaskAccess().getTaskIdKeyword_1()); }
'taskId'
{ after(grammarAccess.getTableTaskAccess().getTaskIdKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAllColumns__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableAllColumns__Group__0__Impl
rule__TableAllColumns__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableAllColumns__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAllColumnsAccess().getTableAllColumnsAction_0()); }
()
{ after(grammarAccess.getTableAllColumnsAccess().getTableAllColumnsAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAllColumns__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableAllColumns__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableAllColumns__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAllColumnsAccess().getAllColumnsKeyword_1()); }
'allColumns'
{ after(grammarAccess.getTableAllColumnsAccess().getAllColumnsKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableOrdinal__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableOrdinal__Group__0__Impl
rule__TableOrdinal__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableOrdinal__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableOrdinalAccess().getOrdinalKeyword_0()); }
'ordinal'
{ after(grammarAccess.getTableOrdinalAccess().getOrdinalKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableOrdinal__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableOrdinal__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableOrdinal__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableOrdinalAccess().getValueRefAssignment_1()); }
(rule__TableOrdinal__ValueRefAssignment_1)
{ after(grammarAccess.getTableOrdinalAccess().getValueRefAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableColumn__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableColumn__Group__0__Impl
rule__TableColumn__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableColumn__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableColumnAccess().getColumnKeyword_0()); }
'column'
{ after(grammarAccess.getTableColumnAccess().getColumnKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableColumn__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableColumn__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableColumn__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableColumnAccess().getValueRefAssignment_1()); }
(rule__TableColumn__ValueRefAssignment_1)
{ after(grammarAccess.getTableColumnAccess().getValueRefAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableMeasure__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableMeasure__Group__0__Impl
rule__TableMeasure__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableMeasure__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableMeasureAccess().getMeasureKeyword_0()); }
'measure'
{ after(grammarAccess.getTableMeasureAccess().getMeasureKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableMeasure__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableMeasure__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableMeasure__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableMeasureAccess().getValueRefAssignment_1()); }
(rule__TableMeasure__ValueRefAssignment_1)
{ after(grammarAccess.getTableMeasureAccess().getValueRefAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDerived__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableDerived__Group__0__Impl
rule__TableDerived__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableDerived__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDerivedAccess().getDerivedKeyword_0()); }
'derived'
{ after(grammarAccess.getTableDerivedAccess().getDerivedKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDerived__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableDerived__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableDerived__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDerivedAccess().getValueRefAssignment_1()); }
(rule__TableDerived__ValueRefAssignment_1)
{ after(grammarAccess.getTableDerivedAccess().getValueRefAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableHierarchy__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableHierarchy__Group__0__Impl
rule__TableHierarchy__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableHierarchy__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableHierarchyAccess().getLevelKeyword_0()); }
'level'
{ after(grammarAccess.getTableHierarchyAccess().getLevelKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableHierarchy__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableHierarchy__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableHierarchy__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableHierarchyAccess().getValueRefAssignment_1()); }
(rule__TableHierarchy__ValueRefAssignment_1)
{ after(grammarAccess.getTableHierarchyAccess().getValueRefAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAttribute__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableAttribute__Group__0__Impl
rule__TableAttribute__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableAttribute__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAttributeAccess().getTableAttributeAction_0()); }
()
{ after(grammarAccess.getTableAttributeAccess().getTableAttributeAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAttribute__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableAttribute__Group__1__Impl
rule__TableAttribute__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__TableAttribute__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAttributeAccess().getPropertyKeyword_1()); }
'property'
{ after(grammarAccess.getTableAttributeAccess().getPropertyKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAttribute__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableAttribute__Group__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableAttribute__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAttributeAccess().getValueRefAssignment_2()); }
(rule__TableAttribute__ValueRefAssignment_2)
{ after(grammarAccess.getTableAttributeAccess().getValueRefAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAggregation__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableAggregation__Group__0__Impl
rule__TableAggregation__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableAggregation__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAggregationAccess().getAggregationKeyword_0()); }
'aggregation'
{ after(grammarAccess.getTableAggregationAccess().getAggregationKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAggregation__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableAggregation__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableAggregation__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAggregationAccess().getValueRefAssignment_1()); }
(rule__TableAggregation__ValueRefAssignment_1)
{ after(grammarAccess.getTableAggregationAccess().getValueRefAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableNumberInterval__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableNumberInterval__Group__0__Impl
rule__TableNumberInterval__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableNumberInterval__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableNumberIntervalAccess().getTableNumberIntervalAction_0()); }
()
{ after(grammarAccess.getTableNumberIntervalAccess().getTableNumberIntervalAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableNumberInterval__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableNumberInterval__Group__1__Impl
rule__TableNumberInterval__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__TableNumberInterval__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableNumberIntervalAccess().getUpToNumberKeyword_1()); }
'upToNumber'
{ after(grammarAccess.getTableNumberIntervalAccess().getUpToNumberKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableNumberInterval__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableNumberInterval__Group__2__Impl
rule__TableNumberInterval__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__TableNumberInterval__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableNumberIntervalAccess().getNumberIntervalValueAssignment_2()); }
(rule__TableNumberInterval__NumberIntervalValueAssignment_2)
{ after(grammarAccess.getTableNumberIntervalAccess().getNumberIntervalValueAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableNumberInterval__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__TableNumberInterval__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableNumberInterval__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableNumberIntervalAccess().getNumberRangeAssignment_3()); }
(rule__TableNumberInterval__NumberRangeAssignment_3)
{ after(grammarAccess.getTableNumberIntervalAccess().getNumberRangeAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableIntInterval__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableIntInterval__Group__0__Impl
rule__TableIntInterval__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableIntInterval__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableIntIntervalAccess().getTableIntIntervalAction_0()); }
()
{ after(grammarAccess.getTableIntIntervalAccess().getTableIntIntervalAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableIntInterval__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableIntInterval__Group__1__Impl
rule__TableIntInterval__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__TableIntInterval__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableIntIntervalAccess().getUpToIntegerKeyword_1()); }
'upToInteger'
{ after(grammarAccess.getTableIntIntervalAccess().getUpToIntegerKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableIntInterval__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableIntInterval__Group__2__Impl
rule__TableIntInterval__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__TableIntInterval__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableIntIntervalAccess().getIntIntervalValueAssignment_2()); }
(rule__TableIntInterval__IntIntervalValueAssignment_2)
{ after(grammarAccess.getTableIntIntervalAccess().getIntIntervalValueAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableIntInterval__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__TableIntInterval__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableIntInterval__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableIntIntervalAccess().getIntRangeAssignment_3()); }
(rule__TableIntInterval__IntRangeAssignment_3)
{ after(grammarAccess.getTableIntIntervalAccess().getIntRangeAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDateDayInterval__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableDateDayInterval__Group__0__Impl
rule__TableDateDayInterval__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableDateDayInterval__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDateDayIntervalAccess().getTableDateDayIntervalAction_0()); }
()
{ after(grammarAccess.getTableDateDayIntervalAccess().getTableDateDayIntervalAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDateDayInterval__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableDateDayInterval__Group__1__Impl
rule__TableDateDayInterval__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__TableDateDayInterval__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDateDayIntervalAccess().getDaysInPastKeyword_1()); }
'daysInPast'
{ after(grammarAccess.getTableDateDayIntervalAccess().getDaysInPastKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDateDayInterval__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableDateDayInterval__Group__2__Impl
rule__TableDateDayInterval__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__TableDateDayInterval__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDateDayIntervalAccess().getDateIntervalValueAssignment_2()); }
(rule__TableDateDayInterval__DateIntervalValueAssignment_2)
{ after(grammarAccess.getTableDateDayIntervalAccess().getDateIntervalValueAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDateDayInterval__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__TableDateDayInterval__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableDateDayInterval__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDateDayIntervalAccess().getDateRangeAssignment_3()); }
(rule__TableDateDayInterval__DateRangeAssignment_3)
{ after(grammarAccess.getTableDateDayIntervalAccess().getDateRangeAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableIntLookup__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableIntLookup__Group__0__Impl
rule__TableIntLookup__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableIntLookup__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableIntLookupAccess().getTableIntLookupAction_0()); }
()
{ after(grammarAccess.getTableIntLookupAccess().getTableIntLookupAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableIntLookup__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableIntLookup__Group__1__Impl
rule__TableIntLookup__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__TableIntLookup__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableIntLookupAccess().getIntegerKeyword_1()); }
'integer'
{ after(grammarAccess.getTableIntLookupAccess().getIntegerKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableIntLookup__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableIntLookup__Group__2__Impl
rule__TableIntLookup__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__TableIntLookup__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableIntLookupAccess().getLookupValueAssignment_2()); }
(rule__TableIntLookup__LookupValueAssignment_2)
{ after(grammarAccess.getTableIntLookupAccess().getLookupValueAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableIntLookup__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__TableIntLookup__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableIntLookup__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableIntLookupAccess().getDiscreteAssignment_3()); }
(rule__TableIntLookup__DiscreteAssignment_3)
{ after(grammarAccess.getTableIntLookupAccess().getDiscreteAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableNumberLookup__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableNumberLookup__Group__0__Impl
rule__TableNumberLookup__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableNumberLookup__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableNumberLookupAccess().getTableNumberLookupAction_0()); }
()
{ after(grammarAccess.getTableNumberLookupAccess().getTableNumberLookupAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableNumberLookup__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableNumberLookup__Group__1__Impl
rule__TableNumberLookup__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__TableNumberLookup__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableNumberLookupAccess().getNumberKeyword_1()); }
'number'
{ after(grammarAccess.getTableNumberLookupAccess().getNumberKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableNumberLookup__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableNumberLookup__Group__2__Impl
rule__TableNumberLookup__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__TableNumberLookup__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableNumberLookupAccess().getLookupValueAssignment_2()); }
(rule__TableNumberLookup__LookupValueAssignment_2)
{ after(grammarAccess.getTableNumberLookupAccess().getLookupValueAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableNumberLookup__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__TableNumberLookup__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableNumberLookup__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableNumberLookupAccess().getDiscreteAssignment_3()); }
(rule__TableNumberLookup__DiscreteAssignment_3)
{ after(grammarAccess.getTableNumberLookupAccess().getDiscreteAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableStringLookup__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableStringLookup__Group__0__Impl
rule__TableStringLookup__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableStringLookup__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableStringLookupAccess().getTableStringLookupAction_0()); }
()
{ after(grammarAccess.getTableStringLookupAccess().getTableStringLookupAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableStringLookup__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableStringLookup__Group__1__Impl
rule__TableStringLookup__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__TableStringLookup__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableStringLookupAccess().getStringKeyword_1()); }
'string'
{ after(grammarAccess.getTableStringLookupAccess().getStringKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableStringLookup__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableStringLookup__Group__2__Impl
rule__TableStringLookup__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__TableStringLookup__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableStringLookupAccess().getLookupValueAssignment_2()); }
(rule__TableStringLookup__LookupValueAssignment_2)
{ after(grammarAccess.getTableStringLookupAccess().getLookupValueAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableStringLookup__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__TableStringLookup__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableStringLookup__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableStringLookupAccess().getDiscreteAssignment_3()); }
(rule__TableStringLookup__DiscreteAssignment_3)
{ after(grammarAccess.getTableStringLookupAccess().getDiscreteAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDateDayLookup__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableDateDayLookup__Group__0__Impl
rule__TableDateDayLookup__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableDateDayLookup__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDateDayLookupAccess().getTableDateDayLookupAction_0()); }
()
{ after(grammarAccess.getTableDateDayLookupAccess().getTableDateDayLookupAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDateDayLookup__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableDateDayLookup__Group__1__Impl
rule__TableDateDayLookup__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__TableDateDayLookup__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDateDayLookupAccess().getDaysInPastKeyword_1()); }
'daysInPast'
{ after(grammarAccess.getTableDateDayLookupAccess().getDaysInPastKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDateDayLookup__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableDateDayLookup__Group__2__Impl
rule__TableDateDayLookup__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__TableDateDayLookup__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDateDayLookupAccess().getLookupValueAssignment_2()); }
(rule__TableDateDayLookup__LookupValueAssignment_2)
{ after(grammarAccess.getTableDateDayLookupAccess().getLookupValueAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDateDayLookup__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__TableDateDayLookup__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableDateDayLookup__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDateDayLookupAccess().getDiscreteAssignment_3()); }
(rule__TableDateDayLookup__DiscreteAssignment_3)
{ after(grammarAccess.getTableDateDayLookupAccess().getDiscreteAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDatamart__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableDatamart__Group__0__Impl
rule__TableDatamart__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableDatamart__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDatamartAccess().getDatamartKeyword_0()); }
'datamart'
{ after(grammarAccess.getTableDatamartAccess().getDatamartKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDatamart__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableDatamart__Group__1__Impl
rule__TableDatamart__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__TableDatamart__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDatamartAccess().getDatamartRefAssignment_1()); }
(rule__TableDatamart__DatamartRefAssignment_1)
{ after(grammarAccess.getTableDatamartAccess().getDatamartRefAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDatamart__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableDatamart__Group__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableDatamart__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDatamartAccess().getGroup_2()); }
(rule__TableDatamart__Group_2__0)?
{ after(grammarAccess.getTableDatamartAccess().getGroup_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDatamart__Group_2__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableDatamart__Group_2__0__Impl
rule__TableDatamart__Group_2__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableDatamart__Group_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDatamartAccess().getLeftCurlyBracketKeyword_2_0()); }
'{'
{ after(grammarAccess.getTableDatamartAccess().getLeftCurlyBracketKeyword_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDatamart__Group_2__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableDatamart__Group_2__1__Impl
rule__TableDatamart__Group_2__2
;
finally {
restoreStackSize(stackSize);
}
rule__TableDatamart__Group_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDatamartAccess().getElementsAssignment_2_1()); }
(rule__TableDatamart__ElementsAssignment_2_1)*
{ after(grammarAccess.getTableDatamartAccess().getElementsAssignment_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDatamart__Group_2__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableDatamart__Group_2__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableDatamart__Group_2__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDatamartAccess().getRightCurlyBracketKeyword_2_2()); }
'}'
{ after(grammarAccess.getTableDatamartAccess().getRightCurlyBracketKeyword_2_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableAxis__Group__0__Impl
rule__TableAxis__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAxisAccess().getAxisKeyword_0()); }
'axis'
{ after(grammarAccess.getTableAxisAccess().getAxisKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableAxis__Group__1__Impl
rule__TableAxis__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAxisAccess().getAxisAssignment_1()); }
(rule__TableAxis__AxisAssignment_1)
{ after(grammarAccess.getTableAxisAccess().getAxisAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableAxis__Group__2__Impl
rule__TableAxis__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAxisAccess().getUnorderedGroup_2()); }
(rule__TableAxis__UnorderedGroup_2)
{ after(grammarAccess.getTableAxisAccess().getUnorderedGroup_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__TableAxis__Group__3__Impl
rule__TableAxis__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAxisAccess().getGroup_3()); }
(rule__TableAxis__Group_3__0)?
{ after(grammarAccess.getTableAxisAccess().getGroup_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__TableAxis__Group__4__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAxisAccess().getGroup_4()); }
(rule__TableAxis__Group_4__0)?
{ after(grammarAccess.getTableAxisAccess().getGroup_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group_2_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableAxis__Group_2_0__0__Impl
rule__TableAxis__Group_2_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group_2_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAxisAccess().getHasRowHeightAssignment_2_0_0()); }
(rule__TableAxis__HasRowHeightAssignment_2_0_0)
{ after(grammarAccess.getTableAxisAccess().getHasRowHeightAssignment_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group_2_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableAxis__Group_2_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group_2_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAxisAccess().getRowHeightAssignment_2_0_1()); }
(rule__TableAxis__RowHeightAssignment_2_0_1)
{ after(grammarAccess.getTableAxisAccess().getRowHeightAssignment_2_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group_3__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableAxis__Group_3__0__Impl
rule__TableAxis__Group_3__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAxisAccess().getHasDetailsAssignment_3_0()); }
(rule__TableAxis__HasDetailsAssignment_3_0)
{ after(grammarAccess.getTableAxisAccess().getHasDetailsAssignment_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group_3__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableAxis__Group_3__1__Impl
rule__TableAxis__Group_3__2
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAxisAccess().getLeftCurlyBracketKeyword_3_1()); }
'{'
{ after(grammarAccess.getTableAxisAccess().getLeftCurlyBracketKeyword_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group_3__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableAxis__Group_3__2__Impl
rule__TableAxis__Group_3__3
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group_3__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAxisAccess().getValuesAssignment_3_2()); }
(rule__TableAxis__ValuesAssignment_3_2)*
{ after(grammarAccess.getTableAxisAccess().getValuesAssignment_3_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group_3__3
@init {
int stackSize = keepStackSize();
}
:
rule__TableAxis__Group_3__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group_3__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAxisAccess().getRightCurlyBracketKeyword_3_3()); }
'}'
{ after(grammarAccess.getTableAxisAccess().getRightCurlyBracketKeyword_3_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableAxis__Group_4__0__Impl
rule__TableAxis__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAxisAccess().getHasEventsAssignment_4_0()); }
(rule__TableAxis__HasEventsAssignment_4_0)
{ after(grammarAccess.getTableAxisAccess().getHasEventsAssignment_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableAxis__Group_4__1__Impl
rule__TableAxis__Group_4__2
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAxisAccess().getLeftCurlyBracketKeyword_4_1()); }
'{'
{ after(grammarAccess.getTableAxisAccess().getLeftCurlyBracketKeyword_4_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group_4__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableAxis__Group_4__2__Impl
rule__TableAxis__Group_4__3
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group_4__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAxisAccess().getEventsAssignment_4_2()); }
(rule__TableAxis__EventsAssignment_4_2)*
{ after(grammarAccess.getTableAxisAccess().getEventsAssignment_4_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group_4__3
@init {
int stackSize = keepStackSize();
}
:
rule__TableAxis__Group_4__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__Group_4__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAxisAccess().getRightCurlyBracketKeyword_4_3()); }
'}'
{ after(grammarAccess.getTableAxisAccess().getRightCurlyBracketKeyword_4_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTextColor__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableTextColor__Group__0__Impl
rule__TableTextColor__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableTextColor__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTextColorAccess().getTextcolorKeyword_0()); }
'textcolor'
{ after(grammarAccess.getTableTextColorAccess().getTextcolorKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTextColor__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableTextColor__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableTextColor__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTextColorAccess().getRgbAssignment_1()); }
(rule__TableTextColor__RgbAssignment_1)
{ after(grammarAccess.getTableTextColorAccess().getRgbAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableCellColor__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableCellColor__Group__0__Impl
rule__TableCellColor__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableCellColor__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableCellColorAccess().getCellcolorKeyword_0()); }
'cellcolor'
{ after(grammarAccess.getTableCellColorAccess().getCellcolorKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableCellColor__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableCellColor__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableCellColor__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableCellColorAccess().getRgbAssignment_1()); }
(rule__TableCellColor__RgbAssignment_1)
{ after(grammarAccess.getTableCellColorAccess().getRgbAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableIcon__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableIcon__Group__0__Impl
rule__TableIcon__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableIcon__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableIconAccess().getIconKeyword_0()); }
'icon'
{ after(grammarAccess.getTableIconAccess().getIconKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableIcon__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableIcon__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableIcon__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableIconAccess().getIconAssignment_1()); }
(rule__TableIcon__IconAssignment_1)
{ after(grammarAccess.getTableIconAccess().getIconAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTrend__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableTrend__Group__0__Impl
rule__TableTrend__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableTrend__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTrendAccess().getTrendKeyword_0()); }
'trend'
{ after(grammarAccess.getTableTrendAccess().getTrendKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTrend__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableTrend__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableTrend__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTrendAccess().getIconAssignment_1()); }
(rule__TableTrend__IconAssignment_1)
{ after(grammarAccess.getTableTrendAccess().getIconAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTooltip__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableTooltip__Group__0__Impl
rule__TableTooltip__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableTooltip__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTooltipAccess().getTooltipKeyword_0()); }
'tooltip'
{ after(grammarAccess.getTableTooltipAccess().getTooltipKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTooltip__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableTooltip__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableTooltip__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTooltipAccess().getTooltipAssignment_1()); }
(rule__TableTooltip__TooltipAssignment_1)
{ after(grammarAccess.getTableTooltipAccess().getTooltipAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableGrid__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableGrid__Group__0__Impl
rule__TableGrid__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableGrid__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableGridAccess().getTableGridAction_0()); }
()
{ after(grammarAccess.getTableGridAccess().getTableGridAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableGrid__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableGrid__Group__1__Impl
rule__TableGrid__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__TableGrid__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableGridAccess().getEditableKeyword_1()); }
'editable'
{ after(grammarAccess.getTableGridAccess().getEditableKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableGrid__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableGrid__Group__2__Impl
rule__TableGrid__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__TableGrid__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableGridAccess().getUsingKeyword_2()); }
'using'
{ after(grammarAccess.getTableGridAccess().getUsingKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableGrid__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__TableGrid__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableGrid__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableGridAccess().getSourceAssignment_3()); }
(rule__TableGrid__SourceAssignment_3)
{ after(grammarAccess.getTableGridAccess().getSourceAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Property__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__Property__Group__0__Impl
rule__Property__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__Property__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyAccess().getEditableAssignment_0()); }
(rule__Property__EditableAssignment_0)?
{ after(grammarAccess.getPropertyAccess().getEditableAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Property__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__Property__Group__1__Impl
rule__Property__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__Property__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyAccess().getPropKeyword_1()); }
'prop'
{ after(grammarAccess.getPropertyAccess().getPropKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Property__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__Property__Group__2__Impl
rule__Property__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__Property__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyAccess().getPathAssignment_2()); }
(rule__Property__PathAssignment_2)
{ after(grammarAccess.getPropertyAccess().getPathAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Property__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__Property__Group__3__Impl
rule__Property__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__Property__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyAccess().getStyleKeyword_3()); }
'style'
{ after(grammarAccess.getPropertyAccess().getStyleKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Property__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__Property__Group__4__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__Property__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyAccess().getStyleAssignment_4()); }
(rule__Property__StyleAssignment_4)
{ after(grammarAccess.getPropertyAccess().getStyleAssignment_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDtoDatasource__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableDtoDatasource__Group__0__Impl
rule__TableDtoDatasource__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableDtoDatasource__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDtoDatasourceAccess().getDtoKeyword_0()); }
'dto'
{ after(grammarAccess.getTableDtoDatasourceAccess().getDtoKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDtoDatasource__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableDtoDatasource__Group__1__Impl
rule__TableDtoDatasource__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__TableDtoDatasource__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDtoDatasourceAccess().getDtoSourceAssignment_1()); }
(rule__TableDtoDatasource__DtoSourceAssignment_1)
{ after(grammarAccess.getTableDtoDatasourceAccess().getDtoSourceAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDtoDatasource__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableDtoDatasource__Group__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableDtoDatasource__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDtoDatasourceAccess().getGroup_2()); }
(rule__TableDtoDatasource__Group_2__0)?
{ after(grammarAccess.getTableDtoDatasourceAccess().getGroup_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDtoDatasource__Group_2__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableDtoDatasource__Group_2__0__Impl
rule__TableDtoDatasource__Group_2__1
;
finally {
restoreStackSize(stackSize);
}
rule__TableDtoDatasource__Group_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDtoDatasourceAccess().getLeftCurlyBracketKeyword_2_0()); }
'{'
{ after(grammarAccess.getTableDtoDatasourceAccess().getLeftCurlyBracketKeyword_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDtoDatasource__Group_2__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableDtoDatasource__Group_2__1__Impl
rule__TableDtoDatasource__Group_2__2
;
finally {
restoreStackSize(stackSize);
}
rule__TableDtoDatasource__Group_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDtoDatasourceAccess().getPropertiesAssignment_2_1()); }
(rule__TableDtoDatasource__PropertiesAssignment_2_1)*
{ after(grammarAccess.getTableDtoDatasourceAccess().getPropertiesAssignment_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDtoDatasource__Group_2__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableDtoDatasource__Group_2__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableDtoDatasource__Group_2__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDtoDatasourceAccess().getRightCurlyBracketKeyword_2_2()); }
'}'
{ after(grammarAccess.getTableDtoDatasourceAccess().getRightCurlyBracketKeyword_2_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__NestedField__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__NestedField__Group__0__Impl
rule__NestedField__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__NestedField__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNestedFieldAccess().getCxGridNestedFieldAction_0()); }
()
{ after(grammarAccess.getNestedFieldAccess().getCxGridNestedFieldAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__NestedField__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__NestedField__Group__1__Impl
rule__NestedField__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__NestedField__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNestedFieldAccess().getFieldAssignment_1()); }
(rule__NestedField__FieldAssignment_1)
{ after(grammarAccess.getNestedFieldAccess().getFieldAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__NestedField__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__NestedField__Group__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__NestedField__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNestedFieldAccess().getPathAssignment_2()); }
(rule__NestedField__PathAssignment_2)?
{ after(grammarAccess.getNestedFieldAccess().getPathAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__NestedPath__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__NestedPath__Group__0__Impl
rule__NestedPath__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__NestedPath__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNestedPathAccess().getCxGridNestedPathAction_0()); }
()
{ after(grammarAccess.getNestedPathAccess().getCxGridNestedPathAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__NestedPath__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__NestedPath__Group__1__Impl
rule__NestedPath__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__NestedPath__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNestedPathAccess().getFullStopKeyword_1()); }
'.'
{ after(grammarAccess.getNestedPathAccess().getFullStopKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__NestedPath__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__NestedPath__Group__2__Impl
rule__NestedPath__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__NestedPath__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNestedPathAccess().getFieldAssignment_2()); }
(rule__NestedPath__FieldAssignment_2)
{ after(grammarAccess.getNestedPathAccess().getFieldAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__NestedPath__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__NestedPath__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__NestedPath__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNestedPathAccess().getPathAssignment_3()); }
(rule__NestedPath__PathAssignment_3)?
{ after(grammarAccess.getNestedPathAccess().getPathAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyButtonStyle__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyButtonStyle__Group__0__Impl
rule__PropertyButtonStyle__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyButtonStyle__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyButtonStyleAccess().getCxGridPropButtonStyleAction_0()); }
()
{ after(grammarAccess.getPropertyButtonStyleAccess().getCxGridPropButtonStyleAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyButtonStyle__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyButtonStyle__Group__1__Impl
rule__PropertyButtonStyle__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyButtonStyle__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyButtonStyleAccess().getButtonStyleKeyword_1()); }
'buttonStyle'
{ after(grammarAccess.getPropertyButtonStyleAccess().getButtonStyleKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyButtonStyle__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyButtonStyle__Group__2__Impl
rule__PropertyButtonStyle__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyButtonStyle__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyButtonStyleAccess().getEventTopicKeyword_2()); }
'eventTopic'
{ after(grammarAccess.getPropertyButtonStyleAccess().getEventTopicKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyButtonStyle__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyButtonStyle__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyButtonStyle__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyButtonStyleAccess().getEventTopicAssignment_3()); }
(rule__PropertyButtonStyle__EventTopicAssignment_3)
{ after(grammarAccess.getPropertyButtonStyleAccess().getEventTopicAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyHtmlStyle__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyHtmlStyle__Group__0__Impl
rule__PropertyHtmlStyle__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyHtmlStyle__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyHtmlStyleAccess().getCxGridPropHtmlStyleAction_0()); }
()
{ after(grammarAccess.getPropertyHtmlStyleAccess().getCxGridPropHtmlStyleAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyHtmlStyle__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyHtmlStyle__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyHtmlStyle__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyHtmlStyleAccess().getHtmlStyleKeyword_1()); }
'htmlStyle'
{ after(grammarAccess.getPropertyHtmlStyleAccess().getHtmlStyleKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyBooleanStyle__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyBooleanStyle__Group__0__Impl
rule__PropertyBooleanStyle__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyBooleanStyle__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyBooleanStyleAccess().getCxGridPropBooleanStyleAction_0()); }
()
{ after(grammarAccess.getPropertyBooleanStyleAccess().getCxGridPropBooleanStyleAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyBooleanStyle__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyBooleanStyle__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyBooleanStyle__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyBooleanStyleAccess().getBoolStyleKeyword_1()); }
'boolStyle'
{ after(grammarAccess.getPropertyBooleanStyleAccess().getBoolStyleKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyDateStyle__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyDateStyle__Group__0__Impl
rule__PropertyDateStyle__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyDateStyle__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyDateStyleAccess().getCxGridPropDateStyleAction_0()); }
()
{ after(grammarAccess.getPropertyDateStyleAccess().getCxGridPropDateStyleAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyDateStyle__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyDateStyle__Group__1__Impl
rule__PropertyDateStyle__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyDateStyle__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyDateStyleAccess().getDateStyleKeyword_1()); }
'dateStyle'
{ after(grammarAccess.getPropertyDateStyleAccess().getDateStyleKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyDateStyle__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyDateStyle__Group__2__Impl
rule__PropertyDateStyle__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyDateStyle__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyDateStyleAccess().getFormatKeyword_2()); }
'format'
{ after(grammarAccess.getPropertyDateStyleAccess().getFormatKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyDateStyle__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyDateStyle__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyDateStyle__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyDateStyleAccess().getDateFormatAssignment_3()); }
(rule__PropertyDateStyle__DateFormatAssignment_3)
{ after(grammarAccess.getPropertyDateStyleAccess().getDateFormatAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyNumberStyle__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyNumberStyle__Group__0__Impl
rule__PropertyNumberStyle__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyNumberStyle__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyNumberStyleAccess().getCxGridPropNumberStyleAction_0()); }
()
{ after(grammarAccess.getPropertyNumberStyleAccess().getCxGridPropNumberStyleAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyNumberStyle__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyNumberStyle__Group__1__Impl
rule__PropertyNumberStyle__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyNumberStyle__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyNumberStyleAccess().getNumberStyleKeyword_1()); }
'numberStyle'
{ after(grammarAccess.getPropertyNumberStyleAccess().getNumberStyleKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyNumberStyle__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyNumberStyle__Group__2__Impl
rule__PropertyNumberStyle__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyNumberStyle__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyNumberStyleAccess().getFormatKeyword_2()); }
'format'
{ after(grammarAccess.getPropertyNumberStyleAccess().getFormatKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyNumberStyle__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyNumberStyle__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyNumberStyle__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyNumberStyleAccess().getNumberFormatAssignment_3()); }
(rule__PropertyNumberStyle__NumberFormatAssignment_3)
{ after(grammarAccess.getPropertyNumberStyleAccess().getNumberFormatAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyProgressbarStyle__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyProgressbarStyle__Group__0__Impl
rule__PropertyProgressbarStyle__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyProgressbarStyle__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyProgressbarStyleAccess().getCxGridPropProgressbarStyleAction_0()); }
()
{ after(grammarAccess.getPropertyProgressbarStyleAccess().getCxGridPropProgressbarStyleAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyProgressbarStyle__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyProgressbarStyle__Group__1__Impl
rule__PropertyProgressbarStyle__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyProgressbarStyle__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyProgressbarStyleAccess().getProgressbarStyleKeyword_1()); }
'progressbarStyle'
{ after(grammarAccess.getPropertyProgressbarStyleAccess().getProgressbarStyleKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyProgressbarStyle__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyProgressbarStyle__Group__2__Impl
rule__PropertyProgressbarStyle__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyProgressbarStyle__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyProgressbarStyleAccess().getMaxKeyword_2()); }
'max'
{ after(grammarAccess.getPropertyProgressbarStyleAccess().getMaxKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyProgressbarStyle__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyProgressbarStyle__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyProgressbarStyle__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyProgressbarStyleAccess().getMaxValueAssignment_3()); }
(rule__PropertyProgressbarStyle__MaxValueAssignment_3)
{ after(grammarAccess.getPropertyProgressbarStyleAccess().getMaxValueAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__GridPropIndicatorStyle__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__GridPropIndicatorStyle__Group__0__Impl
rule__GridPropIndicatorStyle__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__GridPropIndicatorStyle__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getGridPropIndicatorStyleAccess().getCxGridPropIndicatorStyleAction_0()); }
()
{ after(grammarAccess.getGridPropIndicatorStyleAccess().getCxGridPropIndicatorStyleAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__GridPropIndicatorStyle__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__GridPropIndicatorStyle__Group__1__Impl
rule__GridPropIndicatorStyle__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__GridPropIndicatorStyle__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getGridPropIndicatorStyleAccess().getIndicatorStyleKeyword_1()); }
'indicatorStyle'
{ after(grammarAccess.getGridPropIndicatorStyleAccess().getIndicatorStyleKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__GridPropIndicatorStyle__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__GridPropIndicatorStyle__Group__2__Impl
rule__GridPropIndicatorStyle__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__GridPropIndicatorStyle__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getGridPropIndicatorStyleAccess().getGreenFromKeyword_2()); }
'greenFrom'
{ after(grammarAccess.getGridPropIndicatorStyleAccess().getGreenFromKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__GridPropIndicatorStyle__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__GridPropIndicatorStyle__Group__3__Impl
rule__GridPropIndicatorStyle__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__GridPropIndicatorStyle__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getGridPropIndicatorStyleAccess().getGreenStartsAssignment_3()); }
(rule__GridPropIndicatorStyle__GreenStartsAssignment_3)
{ after(grammarAccess.getGridPropIndicatorStyleAccess().getGreenStartsAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__GridPropIndicatorStyle__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__GridPropIndicatorStyle__Group__4__Impl
rule__GridPropIndicatorStyle__Group__5
;
finally {
restoreStackSize(stackSize);
}
rule__GridPropIndicatorStyle__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getGridPropIndicatorStyleAccess().getRedUntilKeyword_4()); }
'redUntil'
{ after(grammarAccess.getGridPropIndicatorStyleAccess().getRedUntilKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__GridPropIndicatorStyle__Group__5
@init {
int stackSize = keepStackSize();
}
:
rule__GridPropIndicatorStyle__Group__5__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__GridPropIndicatorStyle__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getGridPropIndicatorStyleAccess().getRedEndsAssignment_5()); }
(rule__GridPropIndicatorStyle__RedEndsAssignment_5)
{ after(grammarAccess.getGridPropIndicatorStyleAccess().getRedEndsAssignment_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyTextStyle__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyTextStyle__Group__0__Impl
rule__PropertyTextStyle__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyTextStyle__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyTextStyleAccess().getCxGridPropTextStyleAction_0()); }
()
{ after(grammarAccess.getPropertyTextStyleAccess().getCxGridPropTextStyleAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyTextStyle__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyTextStyle__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyTextStyle__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyTextStyleAccess().getTextStyleKeyword_1()); }
'textStyle'
{ after(grammarAccess.getPropertyTextStyleAccess().getTextStyleKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyBlobImageStyle__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyBlobImageStyle__Group__0__Impl
rule__PropertyBlobImageStyle__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyBlobImageStyle__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyBlobImageStyleAccess().getCxGridPropBlobImageStyleAction_0()); }
()
{ after(grammarAccess.getPropertyBlobImageStyleAccess().getCxGridPropBlobImageStyleAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyBlobImageStyle__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyBlobImageStyle__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyBlobImageStyle__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyBlobImageStyleAccess().getBlobImageStyleKeyword_1()); }
'blobImageStyle'
{ after(grammarAccess.getPropertyBlobImageStyleAccess().getBlobImageStyleKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyImageStyle__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyImageStyle__Group__0__Impl
rule__PropertyImageStyle__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyImageStyle__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyImageStyleAccess().getCxGridPropImageStyleAction_0()); }
()
{ after(grammarAccess.getPropertyImageStyleAccess().getCxGridPropImageStyleAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyImageStyle__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyImageStyle__Group__1__Impl
rule__PropertyImageStyle__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyImageStyle__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyImageStyleAccess().getImageStyleKeyword_1()); }
'imageStyle'
{ after(grammarAccess.getPropertyImageStyleAccess().getImageStyleKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyImageStyle__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyImageStyle__Group__2__Impl
rule__PropertyImageStyle__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyImageStyle__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyImageStyleAccess().getGroup_2()); }
(rule__PropertyImageStyle__Group_2__0)?
{ after(grammarAccess.getPropertyImageStyleAccess().getGroup_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyImageStyle__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyImageStyle__Group__3__Impl
rule__PropertyImageStyle__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyImageStyle__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyImageStyleAccess().getLeftCurlyBracketKeyword_3()); }
'{'
{ after(grammarAccess.getPropertyImageStyleAccess().getLeftCurlyBracketKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyImageStyle__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyImageStyle__Group__4__Impl
rule__PropertyImageStyle__Group__5
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyImageStyle__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyImageStyleAccess().getConfigsAssignment_4()); }
(rule__PropertyImageStyle__ConfigsAssignment_4)*
{ after(grammarAccess.getPropertyImageStyleAccess().getConfigsAssignment_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyImageStyle__Group__5
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyImageStyle__Group__5__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyImageStyle__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyImageStyleAccess().getRightCurlyBracketKeyword_5()); }
'}'
{ after(grammarAccess.getPropertyImageStyleAccess().getRightCurlyBracketKeyword_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyImageStyle__Group_2__0
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyImageStyle__Group_2__0__Impl
rule__PropertyImageStyle__Group_2__1
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyImageStyle__Group_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyImageStyleAccess().getEventTopicKeyword_2_0()); }
'eventTopic'
{ after(grammarAccess.getPropertyImageStyleAccess().getEventTopicKeyword_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyImageStyle__Group_2__1
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyImageStyle__Group_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyImageStyle__Group_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyImageStyleAccess().getEventTopicAssignment_2_1()); }
(rule__PropertyImageStyle__EventTopicAssignment_2_1)
{ after(grammarAccess.getPropertyImageStyleAccess().getEventTopicAssignment_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__NumericToResourceStyleConfig__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__NumericToResourceStyleConfig__Group__0__Impl
rule__NumericToResourceStyleConfig__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__NumericToResourceStyleConfig__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNumericToResourceStyleConfigAccess().getNumberKeyword_0()); }
'number'
{ after(grammarAccess.getNumericToResourceStyleConfigAccess().getNumberKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__NumericToResourceStyleConfig__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__NumericToResourceStyleConfig__Group__1__Impl
rule__NumericToResourceStyleConfig__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__NumericToResourceStyleConfig__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNumericToResourceStyleConfigAccess().getCompareAssignment_1()); }
(rule__NumericToResourceStyleConfig__CompareAssignment_1)
{ after(grammarAccess.getNumericToResourceStyleConfigAccess().getCompareAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__NumericToResourceStyleConfig__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__NumericToResourceStyleConfig__Group__2__Impl
rule__NumericToResourceStyleConfig__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__NumericToResourceStyleConfig__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNumericToResourceStyleConfigAccess().getValueAssignment_2()); }
(rule__NumericToResourceStyleConfig__ValueAssignment_2)
{ after(grammarAccess.getNumericToResourceStyleConfigAccess().getValueAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__NumericToResourceStyleConfig__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__NumericToResourceStyleConfig__Group__3__Impl
rule__NumericToResourceStyleConfig__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__NumericToResourceStyleConfig__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNumericToResourceStyleConfigAccess().getThenKeyword_3()); }
'then'
{ after(grammarAccess.getNumericToResourceStyleConfigAccess().getThenKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__NumericToResourceStyleConfig__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__NumericToResourceStyleConfig__Group__4__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__NumericToResourceStyleConfig__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNumericToResourceStyleConfigAccess().getResourceThemePathAssignment_4()); }
(rule__NumericToResourceStyleConfig__ResourceThemePathAssignment_4)
{ after(grammarAccess.getNumericToResourceStyleConfigAccess().getResourceThemePathAssignment_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__StringToResourceStyleConfig__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__StringToResourceStyleConfig__Group__0__Impl
rule__StringToResourceStyleConfig__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__StringToResourceStyleConfig__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getStringToResourceStyleConfigAccess().getStringKeyword_0()); }
'string'
{ after(grammarAccess.getStringToResourceStyleConfigAccess().getStringKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__StringToResourceStyleConfig__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__StringToResourceStyleConfig__Group__1__Impl
rule__StringToResourceStyleConfig__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__StringToResourceStyleConfig__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getStringToResourceStyleConfigAccess().getCompareAssignment_1()); }
(rule__StringToResourceStyleConfig__CompareAssignment_1)
{ after(grammarAccess.getStringToResourceStyleConfigAccess().getCompareAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__StringToResourceStyleConfig__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__StringToResourceStyleConfig__Group__2__Impl
rule__StringToResourceStyleConfig__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__StringToResourceStyleConfig__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getStringToResourceStyleConfigAccess().getValueAssignment_2()); }
(rule__StringToResourceStyleConfig__ValueAssignment_2)
{ after(grammarAccess.getStringToResourceStyleConfigAccess().getValueAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__StringToResourceStyleConfig__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__StringToResourceStyleConfig__Group__3__Impl
rule__StringToResourceStyleConfig__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__StringToResourceStyleConfig__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getStringToResourceStyleConfigAccess().getThenKeyword_3()); }
'then'
{ after(grammarAccess.getStringToResourceStyleConfigAccess().getThenKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__StringToResourceStyleConfig__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__StringToResourceStyleConfig__Group__4__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__StringToResourceStyleConfig__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getStringToResourceStyleConfigAccess().getResourceThemePathAssignment_4()); }
(rule__StringToResourceStyleConfig__ResourceThemePathAssignment_4)
{ after(grammarAccess.getStringToResourceStyleConfigAccess().getResourceThemePathAssignment_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__LInt__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__LInt__Group__0__Impl
rule__LInt__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__LInt__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getLIntAccess().getAlternatives_0()); }
(rule__LInt__Alternatives_0)?
{ after(grammarAccess.getLIntAccess().getAlternatives_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__LInt__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__LInt__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__LInt__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getLIntAccess().getINTTerminalRuleCall_1()); }
RULE_INT
{ after(grammarAccess.getLIntAccess().getINTTerminalRuleCall_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__LDouble__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__LDouble__Group__0__Impl
rule__LDouble__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__LDouble__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getLDoubleAccess().getLIntParserRuleCall_0()); }
ruleLInt
{ after(grammarAccess.getLDoubleAccess().getLIntParserRuleCall_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__LDouble__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__LDouble__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__LDouble__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getLDoubleAccess().getGroup_1()); }
(rule__LDouble__Group_1__0)?
{ after(grammarAccess.getLDoubleAccess().getGroup_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__LDouble__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__LDouble__Group_1__0__Impl
rule__LDouble__Group_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__LDouble__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getLDoubleAccess().getFullStopKeyword_1_0()); }
'.'
{ after(grammarAccess.getLDoubleAccess().getFullStopKeyword_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__LDouble__Group_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__LDouble__Group_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__LDouble__Group_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getLDoubleAccess().getINTTerminalRuleCall_1_1()); }
RULE_INT
{ after(grammarAccess.getLDoubleAccess().getINTTerminalRuleCall_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__SignedNumber__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__SignedNumber__Group__0__Impl
rule__SignedNumber__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__SignedNumber__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSignedNumberAccess().getHyphenMinusKeyword_0()); }
('-')?
{ after(grammarAccess.getSignedNumberAccess().getHyphenMinusKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__SignedNumber__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__SignedNumber__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__SignedNumber__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSignedNumberAccess().getNumberParserRuleCall_1()); }
ruleNumber
{ after(grammarAccess.getSignedNumberAccess().getNumberParserRuleCall_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__SignedInt__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__SignedInt__Group__0__Impl
rule__SignedInt__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__SignedInt__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSignedIntAccess().getHyphenMinusKeyword_0()); }
('-')?
{ after(grammarAccess.getSignedIntAccess().getHyphenMinusKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__SignedInt__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__SignedInt__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__SignedInt__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSignedIntAccess().getINTTerminalRuleCall_1()); }
RULE_INT
{ after(grammarAccess.getSignedIntAccess().getINTTerminalRuleCall_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XImportDeclaration__Group__0__Impl
rule__XImportDeclaration__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getOXImportDeclarationAction_0()); }
()
{ after(grammarAccess.getXImportDeclarationAccess().getOXImportDeclarationAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XImportDeclaration__Group__1__Impl
rule__XImportDeclaration__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getImportKeyword_1()); }
'import'
{ after(grammarAccess.getXImportDeclarationAccess().getImportKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__XImportDeclaration__Group__2__Impl
rule__XImportDeclaration__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getAlternatives_2()); }
(rule__XImportDeclaration__Alternatives_2)
{ after(grammarAccess.getXImportDeclarationAccess().getAlternatives_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__XImportDeclaration__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getSemicolonKeyword_3()); }
(';')?
{ after(grammarAccess.getXImportDeclarationAccess().getSemicolonKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group_2_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XImportDeclaration__Group_2_0__0__Impl
rule__XImportDeclaration__Group_2_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group_2_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getStaticAssignment_2_0_0()); }
(rule__XImportDeclaration__StaticAssignment_2_0_0)
{ after(grammarAccess.getXImportDeclarationAccess().getStaticAssignment_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group_2_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XImportDeclaration__Group_2_0__1__Impl
rule__XImportDeclaration__Group_2_0__2
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group_2_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getExtensionAssignment_2_0_1()); }
(rule__XImportDeclaration__ExtensionAssignment_2_0_1)?
{ after(grammarAccess.getXImportDeclarationAccess().getExtensionAssignment_2_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group_2_0__2
@init {
int stackSize = keepStackSize();
}
:
rule__XImportDeclaration__Group_2_0__2__Impl
rule__XImportDeclaration__Group_2_0__3
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group_2_0__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getImportedTypeAssignment_2_0_2()); }
(rule__XImportDeclaration__ImportedTypeAssignment_2_0_2)
{ after(grammarAccess.getXImportDeclarationAccess().getImportedTypeAssignment_2_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group_2_0__3
@init {
int stackSize = keepStackSize();
}
:
rule__XImportDeclaration__Group_2_0__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group_2_0__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getAlternatives_2_0_3()); }
(rule__XImportDeclaration__Alternatives_2_0_3)
{ after(grammarAccess.getXImportDeclarationAccess().getAlternatives_2_0_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group_2_3__0
@init {
int stackSize = keepStackSize();
}
:
rule__XImportDeclaration__Group_2_3__0__Impl
rule__XImportDeclaration__Group_2_3__1
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group_2_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getFqnImportAssignment_2_3_0()); }
(rule__XImportDeclaration__FqnImportAssignment_2_3_0)
{ after(grammarAccess.getXImportDeclarationAccess().getFqnImportAssignment_2_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group_2_3__1
@init {
int stackSize = keepStackSize();
}
:
rule__XImportDeclaration__Group_2_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group_2_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getImportedFullyQualifiedNameAssignment_2_3_1()); }
(rule__XImportDeclaration__ImportedFullyQualifiedNameAssignment_2_3_1)
{ after(grammarAccess.getXImportDeclarationAccess().getImportedFullyQualifiedNameAssignment_2_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotation__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotation__Group__0__Impl
rule__XAnnotation__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotation__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationAccess().getXAnnotationAction_0()); }
()
{ after(grammarAccess.getXAnnotationAccess().getXAnnotationAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotation__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotation__Group__1__Impl
rule__XAnnotation__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotation__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationAccess().getCommercialAtKeyword_1()); }
'@'
{ after(grammarAccess.getXAnnotationAccess().getCommercialAtKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotation__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotation__Group__2__Impl
rule__XAnnotation__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotation__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationAccess().getAnnotationTypeAssignment_2()); }
(rule__XAnnotation__AnnotationTypeAssignment_2)
{ after(grammarAccess.getXAnnotationAccess().getAnnotationTypeAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotation__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotation__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotation__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationAccess().getGroup_3()); }
(rule__XAnnotation__Group_3__0)?
{ after(grammarAccess.getXAnnotationAccess().getGroup_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotation__Group_3__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotation__Group_3__0__Impl
rule__XAnnotation__Group_3__1
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotation__Group_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationAccess().getLeftParenthesisKeyword_3_0()); }
('(')
{ after(grammarAccess.getXAnnotationAccess().getLeftParenthesisKeyword_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotation__Group_3__1
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotation__Group_3__1__Impl
rule__XAnnotation__Group_3__2
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotation__Group_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationAccess().getAlternatives_3_1()); }
(rule__XAnnotation__Alternatives_3_1)?
{ after(grammarAccess.getXAnnotationAccess().getAlternatives_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotation__Group_3__2
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotation__Group_3__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotation__Group_3__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationAccess().getRightParenthesisKeyword_3_2()); }
')'
{ after(grammarAccess.getXAnnotationAccess().getRightParenthesisKeyword_3_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotation__Group_3_1_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotation__Group_3_1_0__0__Impl
rule__XAnnotation__Group_3_1_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotation__Group_3_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationAccess().getElementValuePairsAssignment_3_1_0_0()); }
(rule__XAnnotation__ElementValuePairsAssignment_3_1_0_0)
{ after(grammarAccess.getXAnnotationAccess().getElementValuePairsAssignment_3_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotation__Group_3_1_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotation__Group_3_1_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotation__Group_3_1_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationAccess().getGroup_3_1_0_1()); }
(rule__XAnnotation__Group_3_1_0_1__0)*
{ after(grammarAccess.getXAnnotationAccess().getGroup_3_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotation__Group_3_1_0_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotation__Group_3_1_0_1__0__Impl
rule__XAnnotation__Group_3_1_0_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotation__Group_3_1_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationAccess().getCommaKeyword_3_1_0_1_0()); }
','
{ after(grammarAccess.getXAnnotationAccess().getCommaKeyword_3_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotation__Group_3_1_0_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotation__Group_3_1_0_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotation__Group_3_1_0_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationAccess().getElementValuePairsAssignment_3_1_0_1_1()); }
(rule__XAnnotation__ElementValuePairsAssignment_3_1_0_1_1)
{ after(grammarAccess.getXAnnotationAccess().getElementValuePairsAssignment_3_1_0_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValuePair__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValuePair__Group__0__Impl
rule__XAnnotationElementValuePair__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValuePair__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValuePairAccess().getGroup_0()); }
(rule__XAnnotationElementValuePair__Group_0__0)
{ after(grammarAccess.getXAnnotationElementValuePairAccess().getGroup_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValuePair__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValuePair__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValuePair__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValuePairAccess().getValueAssignment_1()); }
(rule__XAnnotationElementValuePair__ValueAssignment_1)
{ after(grammarAccess.getXAnnotationElementValuePairAccess().getValueAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValuePair__Group_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValuePair__Group_0__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValuePair__Group_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValuePairAccess().getGroup_0_0()); }
(rule__XAnnotationElementValuePair__Group_0_0__0)
{ after(grammarAccess.getXAnnotationElementValuePairAccess().getGroup_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValuePair__Group_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValuePair__Group_0_0__0__Impl
rule__XAnnotationElementValuePair__Group_0_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValuePair__Group_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValuePairAccess().getElementAssignment_0_0_0()); }
(rule__XAnnotationElementValuePair__ElementAssignment_0_0_0)
{ after(grammarAccess.getXAnnotationElementValuePairAccess().getElementAssignment_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValuePair__Group_0_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValuePair__Group_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValuePair__Group_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValuePairAccess().getEqualsSignKeyword_0_0_1()); }
'='
{ after(grammarAccess.getXAnnotationElementValuePairAccess().getEqualsSignKeyword_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValueOrCommaList__Group_0__0__Impl
rule__XAnnotationElementValueOrCommaList__Group_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getGroup_0_0()); }
(rule__XAnnotationElementValueOrCommaList__Group_0_0__0)
{ after(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getGroup_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValueOrCommaList__Group_0__1__Impl
rule__XAnnotationElementValueOrCommaList__Group_0__2
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getGroup_0_1()); }
(rule__XAnnotationElementValueOrCommaList__Group_0_1__0)?
{ after(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getGroup_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_0__2
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValueOrCommaList__Group_0__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_0__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getRightSquareBracketKeyword_0_2()); }
']'
{ after(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getRightSquareBracketKeyword_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValueOrCommaList__Group_0_0__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getGroup_0_0_0()); }
(rule__XAnnotationElementValueOrCommaList__Group_0_0_0__0)
{ after(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getGroup_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_0_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValueOrCommaList__Group_0_0_0__0__Impl
rule__XAnnotationElementValueOrCommaList__Group_0_0_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_0_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getXListLiteralAction_0_0_0_0()); }
()
{ after(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getXListLiteralAction_0_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_0_0_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValueOrCommaList__Group_0_0_0__1__Impl
rule__XAnnotationElementValueOrCommaList__Group_0_0_0__2
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_0_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getNumberSignKeyword_0_0_0_1()); }
'#'
{ after(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getNumberSignKeyword_0_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_0_0_0__2
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValueOrCommaList__Group_0_0_0__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_0_0_0__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getLeftSquareBracketKeyword_0_0_0_2()); }
'['
{ after(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getLeftSquareBracketKeyword_0_0_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_0_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValueOrCommaList__Group_0_1__0__Impl
rule__XAnnotationElementValueOrCommaList__Group_0_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getElementsAssignment_0_1_0()); }
(rule__XAnnotationElementValueOrCommaList__ElementsAssignment_0_1_0)
{ after(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getElementsAssignment_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_0_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValueOrCommaList__Group_0_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_0_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getGroup_0_1_1()); }
(rule__XAnnotationElementValueOrCommaList__Group_0_1_1__0)*
{ after(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getGroup_0_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_0_1_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValueOrCommaList__Group_0_1_1__0__Impl
rule__XAnnotationElementValueOrCommaList__Group_0_1_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_0_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getCommaKeyword_0_1_1_0()); }
','
{ after(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getCommaKeyword_0_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_0_1_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValueOrCommaList__Group_0_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_0_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getElementsAssignment_0_1_1_1()); }
(rule__XAnnotationElementValueOrCommaList__ElementsAssignment_0_1_1_1)
{ after(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getElementsAssignment_0_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValueOrCommaList__Group_1__0__Impl
rule__XAnnotationElementValueOrCommaList__Group_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getXAnnotationOrExpressionParserRuleCall_1_0()); }
ruleXAnnotationOrExpression
{ after(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getXAnnotationOrExpressionParserRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValueOrCommaList__Group_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getGroup_1_1()); }
(rule__XAnnotationElementValueOrCommaList__Group_1_1__0)?
{ after(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getGroup_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_1_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValueOrCommaList__Group_1_1__0__Impl
rule__XAnnotationElementValueOrCommaList__Group_1_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getXListLiteralElementsAction_1_1_0()); }
()
{ after(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getXListLiteralElementsAction_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_1_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValueOrCommaList__Group_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
(
{ before(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getGroup_1_1_1()); }
(rule__XAnnotationElementValueOrCommaList__Group_1_1_1__0)
{ after(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getGroup_1_1_1()); }
)
(
{ before(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getGroup_1_1_1()); }
(rule__XAnnotationElementValueOrCommaList__Group_1_1_1__0)*
{ after(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getGroup_1_1_1()); }
)
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_1_1_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValueOrCommaList__Group_1_1_1__0__Impl
rule__XAnnotationElementValueOrCommaList__Group_1_1_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_1_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getCommaKeyword_1_1_1_0()); }
','
{ after(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getCommaKeyword_1_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_1_1_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValueOrCommaList__Group_1_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__Group_1_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getElementsAssignment_1_1_1_1()); }
(rule__XAnnotationElementValueOrCommaList__ElementsAssignment_1_1_1_1)
{ after(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getElementsAssignment_1_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValue__Group_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValue__Group_0__0__Impl
rule__XAnnotationElementValue__Group_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValue__Group_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueAccess().getGroup_0_0()); }
(rule__XAnnotationElementValue__Group_0_0__0)
{ after(grammarAccess.getXAnnotationElementValueAccess().getGroup_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValue__Group_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValue__Group_0__1__Impl
rule__XAnnotationElementValue__Group_0__2
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValue__Group_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueAccess().getGroup_0_1()); }
(rule__XAnnotationElementValue__Group_0_1__0)?
{ after(grammarAccess.getXAnnotationElementValueAccess().getGroup_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValue__Group_0__2
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValue__Group_0__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValue__Group_0__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueAccess().getRightSquareBracketKeyword_0_2()); }
']'
{ after(grammarAccess.getXAnnotationElementValueAccess().getRightSquareBracketKeyword_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValue__Group_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValue__Group_0_0__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValue__Group_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueAccess().getGroup_0_0_0()); }
(rule__XAnnotationElementValue__Group_0_0_0__0)
{ after(grammarAccess.getXAnnotationElementValueAccess().getGroup_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValue__Group_0_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValue__Group_0_0_0__0__Impl
rule__XAnnotationElementValue__Group_0_0_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValue__Group_0_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueAccess().getXListLiteralAction_0_0_0_0()); }
()
{ after(grammarAccess.getXAnnotationElementValueAccess().getXListLiteralAction_0_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValue__Group_0_0_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValue__Group_0_0_0__1__Impl
rule__XAnnotationElementValue__Group_0_0_0__2
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValue__Group_0_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueAccess().getNumberSignKeyword_0_0_0_1()); }
'#'
{ after(grammarAccess.getXAnnotationElementValueAccess().getNumberSignKeyword_0_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValue__Group_0_0_0__2
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValue__Group_0_0_0__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValue__Group_0_0_0__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueAccess().getLeftSquareBracketKeyword_0_0_0_2()); }
'['
{ after(grammarAccess.getXAnnotationElementValueAccess().getLeftSquareBracketKeyword_0_0_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValue__Group_0_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValue__Group_0_1__0__Impl
rule__XAnnotationElementValue__Group_0_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValue__Group_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueAccess().getElementsAssignment_0_1_0()); }
(rule__XAnnotationElementValue__ElementsAssignment_0_1_0)
{ after(grammarAccess.getXAnnotationElementValueAccess().getElementsAssignment_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValue__Group_0_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValue__Group_0_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValue__Group_0_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueAccess().getGroup_0_1_1()); }
(rule__XAnnotationElementValue__Group_0_1_1__0)*
{ after(grammarAccess.getXAnnotationElementValueAccess().getGroup_0_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValue__Group_0_1_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValue__Group_0_1_1__0__Impl
rule__XAnnotationElementValue__Group_0_1_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValue__Group_0_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueAccess().getCommaKeyword_0_1_1_0()); }
','
{ after(grammarAccess.getXAnnotationElementValueAccess().getCommaKeyword_0_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValue__Group_0_1_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XAnnotationElementValue__Group_0_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValue__Group_0_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueAccess().getElementsAssignment_0_1_1_1()); }
(rule__XAnnotationElementValue__ElementsAssignment_0_1_1_1)
{ after(grammarAccess.getXAnnotationElementValueAccess().getElementsAssignment_0_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAssignment__Group_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAssignment__Group_0__0__Impl
rule__XAssignment__Group_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XAssignment__Group_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAssignmentAccess().getXAssignmentAction_0_0()); }
()
{ after(grammarAccess.getXAssignmentAccess().getXAssignmentAction_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAssignment__Group_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XAssignment__Group_0__1__Impl
rule__XAssignment__Group_0__2
;
finally {
restoreStackSize(stackSize);
}
rule__XAssignment__Group_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAssignmentAccess().getFeatureAssignment_0_1()); }
(rule__XAssignment__FeatureAssignment_0_1)
{ after(grammarAccess.getXAssignmentAccess().getFeatureAssignment_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAssignment__Group_0__2
@init {
int stackSize = keepStackSize();
}
:
rule__XAssignment__Group_0__2__Impl
rule__XAssignment__Group_0__3
;
finally {
restoreStackSize(stackSize);
}
rule__XAssignment__Group_0__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAssignmentAccess().getOpSingleAssignParserRuleCall_0_2()); }
ruleOpSingleAssign
{ after(grammarAccess.getXAssignmentAccess().getOpSingleAssignParserRuleCall_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAssignment__Group_0__3
@init {
int stackSize = keepStackSize();
}
:
rule__XAssignment__Group_0__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAssignment__Group_0__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAssignmentAccess().getValueAssignment_0_3()); }
(rule__XAssignment__ValueAssignment_0_3)
{ after(grammarAccess.getXAssignmentAccess().getValueAssignment_0_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAssignment__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAssignment__Group_1__0__Impl
rule__XAssignment__Group_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XAssignment__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAssignmentAccess().getXOrExpressionParserRuleCall_1_0()); }
ruleXOrExpression
{ after(grammarAccess.getXAssignmentAccess().getXOrExpressionParserRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAssignment__Group_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XAssignment__Group_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAssignment__Group_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAssignmentAccess().getGroup_1_1()); }
(rule__XAssignment__Group_1_1__0)?
{ after(grammarAccess.getXAssignmentAccess().getGroup_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAssignment__Group_1_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAssignment__Group_1_1__0__Impl
rule__XAssignment__Group_1_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XAssignment__Group_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAssignmentAccess().getGroup_1_1_0()); }
(rule__XAssignment__Group_1_1_0__0)
{ after(grammarAccess.getXAssignmentAccess().getGroup_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAssignment__Group_1_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XAssignment__Group_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAssignment__Group_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAssignmentAccess().getRightOperandAssignment_1_1_1()); }
(rule__XAssignment__RightOperandAssignment_1_1_1)
{ after(grammarAccess.getXAssignmentAccess().getRightOperandAssignment_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAssignment__Group_1_1_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAssignment__Group_1_1_0__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAssignment__Group_1_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAssignmentAccess().getGroup_1_1_0_0()); }
(rule__XAssignment__Group_1_1_0_0__0)
{ after(grammarAccess.getXAssignmentAccess().getGroup_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAssignment__Group_1_1_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAssignment__Group_1_1_0_0__0__Impl
rule__XAssignment__Group_1_1_0_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XAssignment__Group_1_1_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAssignmentAccess().getXBinaryOperationLeftOperandAction_1_1_0_0_0()); }
()
{ after(grammarAccess.getXAssignmentAccess().getXBinaryOperationLeftOperandAction_1_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAssignment__Group_1_1_0_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XAssignment__Group_1_1_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAssignment__Group_1_1_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAssignmentAccess().getFeatureAssignment_1_1_0_0_1()); }
(rule__XAssignment__FeatureAssignment_1_1_0_0_1)
{ after(grammarAccess.getXAssignmentAccess().getFeatureAssignment_1_1_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpMultiAssign__Group_5__0
@init {
int stackSize = keepStackSize();
}
:
rule__OpMultiAssign__Group_5__0__Impl
rule__OpMultiAssign__Group_5__1
;
finally {
restoreStackSize(stackSize);
}
rule__OpMultiAssign__Group_5__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpMultiAssignAccess().getLessThanSignKeyword_5_0()); }
'<'
{ after(grammarAccess.getOpMultiAssignAccess().getLessThanSignKeyword_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpMultiAssign__Group_5__1
@init {
int stackSize = keepStackSize();
}
:
rule__OpMultiAssign__Group_5__1__Impl
rule__OpMultiAssign__Group_5__2
;
finally {
restoreStackSize(stackSize);
}
rule__OpMultiAssign__Group_5__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpMultiAssignAccess().getLessThanSignKeyword_5_1()); }
'<'
{ after(grammarAccess.getOpMultiAssignAccess().getLessThanSignKeyword_5_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpMultiAssign__Group_5__2
@init {
int stackSize = keepStackSize();
}
:
rule__OpMultiAssign__Group_5__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__OpMultiAssign__Group_5__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpMultiAssignAccess().getEqualsSignKeyword_5_2()); }
'='
{ after(grammarAccess.getOpMultiAssignAccess().getEqualsSignKeyword_5_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpMultiAssign__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
rule__OpMultiAssign__Group_6__0__Impl
rule__OpMultiAssign__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
rule__OpMultiAssign__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpMultiAssignAccess().getGreaterThanSignKeyword_6_0()); }
'>'
{ after(grammarAccess.getOpMultiAssignAccess().getGreaterThanSignKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpMultiAssign__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
rule__OpMultiAssign__Group_6__1__Impl
rule__OpMultiAssign__Group_6__2
;
finally {
restoreStackSize(stackSize);
}
rule__OpMultiAssign__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpMultiAssignAccess().getGreaterThanSignKeyword_6_1()); }
('>')?
{ after(grammarAccess.getOpMultiAssignAccess().getGreaterThanSignKeyword_6_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpMultiAssign__Group_6__2
@init {
int stackSize = keepStackSize();
}
:
rule__OpMultiAssign__Group_6__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__OpMultiAssign__Group_6__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpMultiAssignAccess().getGreaterThanSignEqualsSignKeyword_6_2()); }
'>='
{ after(grammarAccess.getOpMultiAssignAccess().getGreaterThanSignEqualsSignKeyword_6_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XOrExpression__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XOrExpression__Group__0__Impl
rule__XOrExpression__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XOrExpression__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXOrExpressionAccess().getXAndExpressionParserRuleCall_0()); }
ruleXAndExpression
{ after(grammarAccess.getXOrExpressionAccess().getXAndExpressionParserRuleCall_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XOrExpression__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XOrExpression__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XOrExpression__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXOrExpressionAccess().getGroup_1()); }
(rule__XOrExpression__Group_1__0)*
{ after(grammarAccess.getXOrExpressionAccess().getGroup_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XOrExpression__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XOrExpression__Group_1__0__Impl
rule__XOrExpression__Group_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XOrExpression__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXOrExpressionAccess().getGroup_1_0()); }
(rule__XOrExpression__Group_1_0__0)
{ after(grammarAccess.getXOrExpressionAccess().getGroup_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XOrExpression__Group_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XOrExpression__Group_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XOrExpression__Group_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXOrExpressionAccess().getRightOperandAssignment_1_1()); }
(rule__XOrExpression__RightOperandAssignment_1_1)
{ after(grammarAccess.getXOrExpressionAccess().getRightOperandAssignment_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XOrExpression__Group_1_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XOrExpression__Group_1_0__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XOrExpression__Group_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXOrExpressionAccess().getGroup_1_0_0()); }
(rule__XOrExpression__Group_1_0_0__0)
{ after(grammarAccess.getXOrExpressionAccess().getGroup_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XOrExpression__Group_1_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XOrExpression__Group_1_0_0__0__Impl
rule__XOrExpression__Group_1_0_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XOrExpression__Group_1_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXOrExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0()); }
()
{ after(grammarAccess.getXOrExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XOrExpression__Group_1_0_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XOrExpression__Group_1_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XOrExpression__Group_1_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXOrExpressionAccess().getFeatureAssignment_1_0_0_1()); }
(rule__XOrExpression__FeatureAssignment_1_0_0_1)
{ after(grammarAccess.getXOrExpressionAccess().getFeatureAssignment_1_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAndExpression__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAndExpression__Group__0__Impl
rule__XAndExpression__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XAndExpression__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAndExpressionAccess().getXEqualityExpressionParserRuleCall_0()); }
ruleXEqualityExpression
{ after(grammarAccess.getXAndExpressionAccess().getXEqualityExpressionParserRuleCall_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAndExpression__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XAndExpression__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAndExpression__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAndExpressionAccess().getGroup_1()); }
(rule__XAndExpression__Group_1__0)*
{ after(grammarAccess.getXAndExpressionAccess().getGroup_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAndExpression__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAndExpression__Group_1__0__Impl
rule__XAndExpression__Group_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XAndExpression__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAndExpressionAccess().getGroup_1_0()); }
(rule__XAndExpression__Group_1_0__0)
{ after(grammarAccess.getXAndExpressionAccess().getGroup_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAndExpression__Group_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XAndExpression__Group_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAndExpression__Group_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAndExpressionAccess().getRightOperandAssignment_1_1()); }
(rule__XAndExpression__RightOperandAssignment_1_1)
{ after(grammarAccess.getXAndExpressionAccess().getRightOperandAssignment_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAndExpression__Group_1_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAndExpression__Group_1_0__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAndExpression__Group_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAndExpressionAccess().getGroup_1_0_0()); }
(rule__XAndExpression__Group_1_0_0__0)
{ after(grammarAccess.getXAndExpressionAccess().getGroup_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAndExpression__Group_1_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAndExpression__Group_1_0_0__0__Impl
rule__XAndExpression__Group_1_0_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XAndExpression__Group_1_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAndExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0()); }
()
{ after(grammarAccess.getXAndExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAndExpression__Group_1_0_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XAndExpression__Group_1_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAndExpression__Group_1_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAndExpressionAccess().getFeatureAssignment_1_0_0_1()); }
(rule__XAndExpression__FeatureAssignment_1_0_0_1)
{ after(grammarAccess.getXAndExpressionAccess().getFeatureAssignment_1_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XEqualityExpression__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XEqualityExpression__Group__0__Impl
rule__XEqualityExpression__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XEqualityExpression__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXEqualityExpressionAccess().getXRelationalExpressionParserRuleCall_0()); }
ruleXRelationalExpression
{ after(grammarAccess.getXEqualityExpressionAccess().getXRelationalExpressionParserRuleCall_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XEqualityExpression__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XEqualityExpression__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XEqualityExpression__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXEqualityExpressionAccess().getGroup_1()); }
(rule__XEqualityExpression__Group_1__0)*
{ after(grammarAccess.getXEqualityExpressionAccess().getGroup_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XEqualityExpression__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XEqualityExpression__Group_1__0__Impl
rule__XEqualityExpression__Group_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XEqualityExpression__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXEqualityExpressionAccess().getGroup_1_0()); }
(rule__XEqualityExpression__Group_1_0__0)
{ after(grammarAccess.getXEqualityExpressionAccess().getGroup_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XEqualityExpression__Group_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XEqualityExpression__Group_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XEqualityExpression__Group_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXEqualityExpressionAccess().getRightOperandAssignment_1_1()); }
(rule__XEqualityExpression__RightOperandAssignment_1_1)
{ after(grammarAccess.getXEqualityExpressionAccess().getRightOperandAssignment_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XEqualityExpression__Group_1_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XEqualityExpression__Group_1_0__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XEqualityExpression__Group_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXEqualityExpressionAccess().getGroup_1_0_0()); }
(rule__XEqualityExpression__Group_1_0_0__0)
{ after(grammarAccess.getXEqualityExpressionAccess().getGroup_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XEqualityExpression__Group_1_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XEqualityExpression__Group_1_0_0__0__Impl
rule__XEqualityExpression__Group_1_0_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XEqualityExpression__Group_1_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXEqualityExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0()); }
()
{ after(grammarAccess.getXEqualityExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XEqualityExpression__Group_1_0_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XEqualityExpression__Group_1_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XEqualityExpression__Group_1_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXEqualityExpressionAccess().getFeatureAssignment_1_0_0_1()); }
(rule__XEqualityExpression__FeatureAssignment_1_0_0_1)
{ after(grammarAccess.getXEqualityExpressionAccess().getFeatureAssignment_1_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XRelationalExpression__Group__0__Impl
rule__XRelationalExpression__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXRelationalExpressionAccess().getXOtherOperatorExpressionParserRuleCall_0()); }
ruleXOtherOperatorExpression
{ after(grammarAccess.getXRelationalExpressionAccess().getXOtherOperatorExpressionParserRuleCall_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XRelationalExpression__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXRelationalExpressionAccess().getAlternatives_1()); }
(rule__XRelationalExpression__Alternatives_1)*
{ after(grammarAccess.getXRelationalExpressionAccess().getAlternatives_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__Group_1_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XRelationalExpression__Group_1_0__0__Impl
rule__XRelationalExpression__Group_1_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__Group_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXRelationalExpressionAccess().getGroup_1_0_0()); }
(rule__XRelationalExpression__Group_1_0_0__0)
{ after(grammarAccess.getXRelationalExpressionAccess().getGroup_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__Group_1_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XRelationalExpression__Group_1_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__Group_1_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXRelationalExpressionAccess().getTypeAssignment_1_0_1()); }
(rule__XRelationalExpression__TypeAssignment_1_0_1)
{ after(grammarAccess.getXRelationalExpressionAccess().getTypeAssignment_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__Group_1_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XRelationalExpression__Group_1_0_0__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__Group_1_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXRelationalExpressionAccess().getGroup_1_0_0_0()); }
(rule__XRelationalExpression__Group_1_0_0_0__0)
{ after(grammarAccess.getXRelationalExpressionAccess().getGroup_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__Group_1_0_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XRelationalExpression__Group_1_0_0_0__0__Impl
rule__XRelationalExpression__Group_1_0_0_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__Group_1_0_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXRelationalExpressionAccess().getXInstanceOfExpressionExpressionAction_1_0_0_0_0()); }
()
{ after(grammarAccess.getXRelationalExpressionAccess().getXInstanceOfExpressionExpressionAction_1_0_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__Group_1_0_0_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XRelationalExpression__Group_1_0_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__Group_1_0_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXRelationalExpressionAccess().getInstanceofKeyword_1_0_0_0_1()); }
'instanceof'
{ after(grammarAccess.getXRelationalExpressionAccess().getInstanceofKeyword_1_0_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__Group_1_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XRelationalExpression__Group_1_1__0__Impl
rule__XRelationalExpression__Group_1_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__Group_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXRelationalExpressionAccess().getGroup_1_1_0()); }
(rule__XRelationalExpression__Group_1_1_0__0)
{ after(grammarAccess.getXRelationalExpressionAccess().getGroup_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__Group_1_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XRelationalExpression__Group_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__Group_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXRelationalExpressionAccess().getRightOperandAssignment_1_1_1()); }
(rule__XRelationalExpression__RightOperandAssignment_1_1_1)
{ after(grammarAccess.getXRelationalExpressionAccess().getRightOperandAssignment_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__Group_1_1_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XRelationalExpression__Group_1_1_0__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__Group_1_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXRelationalExpressionAccess().getGroup_1_1_0_0()); }
(rule__XRelationalExpression__Group_1_1_0_0__0)
{ after(grammarAccess.getXRelationalExpressionAccess().getGroup_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__Group_1_1_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XRelationalExpression__Group_1_1_0_0__0__Impl
rule__XRelationalExpression__Group_1_1_0_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__Group_1_1_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXRelationalExpressionAccess().getXBinaryOperationLeftOperandAction_1_1_0_0_0()); }
()
{ after(grammarAccess.getXRelationalExpressionAccess().getXBinaryOperationLeftOperandAction_1_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__Group_1_1_0_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XRelationalExpression__Group_1_1_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__Group_1_1_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXRelationalExpressionAccess().getFeatureAssignment_1_1_0_0_1()); }
(rule__XRelationalExpression__FeatureAssignment_1_1_0_0_1)
{ after(grammarAccess.getXRelationalExpressionAccess().getFeatureAssignment_1_1_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpCompare__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__OpCompare__Group_1__0__Impl
rule__OpCompare__Group_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__OpCompare__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpCompareAccess().getLessThanSignKeyword_1_0()); }
'<'
{ after(grammarAccess.getOpCompareAccess().getLessThanSignKeyword_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpCompare__Group_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__OpCompare__Group_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__OpCompare__Group_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpCompareAccess().getEqualsSignKeyword_1_1()); }
'='
{ after(grammarAccess.getOpCompareAccess().getEqualsSignKeyword_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XOtherOperatorExpression__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XOtherOperatorExpression__Group__0__Impl
rule__XOtherOperatorExpression__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XOtherOperatorExpression__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXOtherOperatorExpressionAccess().getXAdditiveExpressionParserRuleCall_0()); }
ruleXAdditiveExpression
{ after(grammarAccess.getXOtherOperatorExpressionAccess().getXAdditiveExpressionParserRuleCall_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XOtherOperatorExpression__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XOtherOperatorExpression__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XOtherOperatorExpression__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXOtherOperatorExpressionAccess().getGroup_1()); }
(rule__XOtherOperatorExpression__Group_1__0)*
{ after(grammarAccess.getXOtherOperatorExpressionAccess().getGroup_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XOtherOperatorExpression__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XOtherOperatorExpression__Group_1__0__Impl
rule__XOtherOperatorExpression__Group_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XOtherOperatorExpression__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXOtherOperatorExpressionAccess().getGroup_1_0()); }
(rule__XOtherOperatorExpression__Group_1_0__0)
{ after(grammarAccess.getXOtherOperatorExpressionAccess().getGroup_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XOtherOperatorExpression__Group_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XOtherOperatorExpression__Group_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XOtherOperatorExpression__Group_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXOtherOperatorExpressionAccess().getRightOperandAssignment_1_1()); }
(rule__XOtherOperatorExpression__RightOperandAssignment_1_1)
{ after(grammarAccess.getXOtherOperatorExpressionAccess().getRightOperandAssignment_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XOtherOperatorExpression__Group_1_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XOtherOperatorExpression__Group_1_0__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XOtherOperatorExpression__Group_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXOtherOperatorExpressionAccess().getGroup_1_0_0()); }
(rule__XOtherOperatorExpression__Group_1_0_0__0)
{ after(grammarAccess.getXOtherOperatorExpressionAccess().getGroup_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XOtherOperatorExpression__Group_1_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XOtherOperatorExpression__Group_1_0_0__0__Impl
rule__XOtherOperatorExpression__Group_1_0_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XOtherOperatorExpression__Group_1_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXOtherOperatorExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0()); }
()
{ after(grammarAccess.getXOtherOperatorExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XOtherOperatorExpression__Group_1_0_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XOtherOperatorExpression__Group_1_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XOtherOperatorExpression__Group_1_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXOtherOperatorExpressionAccess().getFeatureAssignment_1_0_0_1()); }
(rule__XOtherOperatorExpression__FeatureAssignment_1_0_0_1)
{ after(grammarAccess.getXOtherOperatorExpressionAccess().getFeatureAssignment_1_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpOther__Group_2__0
@init {
int stackSize = keepStackSize();
}
:
rule__OpOther__Group_2__0__Impl
rule__OpOther__Group_2__1
;
finally {
restoreStackSize(stackSize);
}
rule__OpOther__Group_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_2_0()); }
'>'
{ after(grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpOther__Group_2__1
@init {
int stackSize = keepStackSize();
}
:
rule__OpOther__Group_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__OpOther__Group_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpOtherAccess().getFullStopFullStopKeyword_2_1()); }
'..'
{ after(grammarAccess.getOpOtherAccess().getFullStopFullStopKeyword_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpOther__Group_5__0
@init {
int stackSize = keepStackSize();
}
:
rule__OpOther__Group_5__0__Impl
rule__OpOther__Group_5__1
;
finally {
restoreStackSize(stackSize);
}
rule__OpOther__Group_5__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_0()); }
'>'
{ after(grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpOther__Group_5__1
@init {
int stackSize = keepStackSize();
}
:
rule__OpOther__Group_5__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__OpOther__Group_5__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpOtherAccess().getAlternatives_5_1()); }
(rule__OpOther__Alternatives_5_1)
{ after(grammarAccess.getOpOtherAccess().getAlternatives_5_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpOther__Group_5_1_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__OpOther__Group_5_1_0__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__OpOther__Group_5_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpOtherAccess().getGroup_5_1_0_0()); }
(rule__OpOther__Group_5_1_0_0__0)
{ after(grammarAccess.getOpOtherAccess().getGroup_5_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpOther__Group_5_1_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__OpOther__Group_5_1_0_0__0__Impl
rule__OpOther__Group_5_1_0_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__OpOther__Group_5_1_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_1_0_0_0()); }
'>'
{ after(grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpOther__Group_5_1_0_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__OpOther__Group_5_1_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__OpOther__Group_5_1_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_1_0_0_1()); }
'>'
{ after(grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_1_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpOther__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
rule__OpOther__Group_6__0__Impl
rule__OpOther__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
rule__OpOther__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_0()); }
'<'
{ after(grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpOther__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
rule__OpOther__Group_6__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__OpOther__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpOtherAccess().getAlternatives_6_1()); }
(rule__OpOther__Alternatives_6_1)
{ after(grammarAccess.getOpOtherAccess().getAlternatives_6_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpOther__Group_6_1_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__OpOther__Group_6_1_0__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__OpOther__Group_6_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpOtherAccess().getGroup_6_1_0_0()); }
(rule__OpOther__Group_6_1_0_0__0)
{ after(grammarAccess.getOpOtherAccess().getGroup_6_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpOther__Group_6_1_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__OpOther__Group_6_1_0_0__0__Impl
rule__OpOther__Group_6_1_0_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__OpOther__Group_6_1_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_1_0_0_0()); }
'<'
{ after(grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__OpOther__Group_6_1_0_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__OpOther__Group_6_1_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__OpOther__Group_6_1_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_1_0_0_1()); }
'<'
{ after(grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_1_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAdditiveExpression__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAdditiveExpression__Group__0__Impl
rule__XAdditiveExpression__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XAdditiveExpression__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAdditiveExpressionAccess().getXMultiplicativeExpressionParserRuleCall_0()); }
ruleXMultiplicativeExpression
{ after(grammarAccess.getXAdditiveExpressionAccess().getXMultiplicativeExpressionParserRuleCall_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAdditiveExpression__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XAdditiveExpression__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAdditiveExpression__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAdditiveExpressionAccess().getGroup_1()); }
(rule__XAdditiveExpression__Group_1__0)*
{ after(grammarAccess.getXAdditiveExpressionAccess().getGroup_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAdditiveExpression__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAdditiveExpression__Group_1__0__Impl
rule__XAdditiveExpression__Group_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XAdditiveExpression__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAdditiveExpressionAccess().getGroup_1_0()); }
(rule__XAdditiveExpression__Group_1_0__0)
{ after(grammarAccess.getXAdditiveExpressionAccess().getGroup_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAdditiveExpression__Group_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XAdditiveExpression__Group_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAdditiveExpression__Group_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAdditiveExpressionAccess().getRightOperandAssignment_1_1()); }
(rule__XAdditiveExpression__RightOperandAssignment_1_1)
{ after(grammarAccess.getXAdditiveExpressionAccess().getRightOperandAssignment_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAdditiveExpression__Group_1_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAdditiveExpression__Group_1_0__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAdditiveExpression__Group_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAdditiveExpressionAccess().getGroup_1_0_0()); }
(rule__XAdditiveExpression__Group_1_0_0__0)
{ after(grammarAccess.getXAdditiveExpressionAccess().getGroup_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAdditiveExpression__Group_1_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XAdditiveExpression__Group_1_0_0__0__Impl
rule__XAdditiveExpression__Group_1_0_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XAdditiveExpression__Group_1_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAdditiveExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0()); }
()
{ after(grammarAccess.getXAdditiveExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAdditiveExpression__Group_1_0_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XAdditiveExpression__Group_1_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XAdditiveExpression__Group_1_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAdditiveExpressionAccess().getFeatureAssignment_1_0_0_1()); }
(rule__XAdditiveExpression__FeatureAssignment_1_0_0_1)
{ after(grammarAccess.getXAdditiveExpressionAccess().getFeatureAssignment_1_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMultiplicativeExpression__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XMultiplicativeExpression__Group__0__Impl
rule__XMultiplicativeExpression__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XMultiplicativeExpression__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMultiplicativeExpressionAccess().getXUnaryOperationParserRuleCall_0()); }
ruleXUnaryOperation
{ after(grammarAccess.getXMultiplicativeExpressionAccess().getXUnaryOperationParserRuleCall_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMultiplicativeExpression__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XMultiplicativeExpression__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XMultiplicativeExpression__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMultiplicativeExpressionAccess().getGroup_1()); }
(rule__XMultiplicativeExpression__Group_1__0)*
{ after(grammarAccess.getXMultiplicativeExpressionAccess().getGroup_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMultiplicativeExpression__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XMultiplicativeExpression__Group_1__0__Impl
rule__XMultiplicativeExpression__Group_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XMultiplicativeExpression__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMultiplicativeExpressionAccess().getGroup_1_0()); }
(rule__XMultiplicativeExpression__Group_1_0__0)
{ after(grammarAccess.getXMultiplicativeExpressionAccess().getGroup_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMultiplicativeExpression__Group_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XMultiplicativeExpression__Group_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XMultiplicativeExpression__Group_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMultiplicativeExpressionAccess().getRightOperandAssignment_1_1()); }
(rule__XMultiplicativeExpression__RightOperandAssignment_1_1)
{ after(grammarAccess.getXMultiplicativeExpressionAccess().getRightOperandAssignment_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMultiplicativeExpression__Group_1_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XMultiplicativeExpression__Group_1_0__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XMultiplicativeExpression__Group_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMultiplicativeExpressionAccess().getGroup_1_0_0()); }
(rule__XMultiplicativeExpression__Group_1_0_0__0)
{ after(grammarAccess.getXMultiplicativeExpressionAccess().getGroup_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMultiplicativeExpression__Group_1_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XMultiplicativeExpression__Group_1_0_0__0__Impl
rule__XMultiplicativeExpression__Group_1_0_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XMultiplicativeExpression__Group_1_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMultiplicativeExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0()); }
()
{ after(grammarAccess.getXMultiplicativeExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMultiplicativeExpression__Group_1_0_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XMultiplicativeExpression__Group_1_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XMultiplicativeExpression__Group_1_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMultiplicativeExpressionAccess().getFeatureAssignment_1_0_0_1()); }
(rule__XMultiplicativeExpression__FeatureAssignment_1_0_0_1)
{ after(grammarAccess.getXMultiplicativeExpressionAccess().getFeatureAssignment_1_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XUnaryOperation__Group_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XUnaryOperation__Group_0__0__Impl
rule__XUnaryOperation__Group_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XUnaryOperation__Group_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXUnaryOperationAccess().getXUnaryOperationAction_0_0()); }
()
{ after(grammarAccess.getXUnaryOperationAccess().getXUnaryOperationAction_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XUnaryOperation__Group_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XUnaryOperation__Group_0__1__Impl
rule__XUnaryOperation__Group_0__2
;
finally {
restoreStackSize(stackSize);
}
rule__XUnaryOperation__Group_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXUnaryOperationAccess().getFeatureAssignment_0_1()); }
(rule__XUnaryOperation__FeatureAssignment_0_1)
{ after(grammarAccess.getXUnaryOperationAccess().getFeatureAssignment_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XUnaryOperation__Group_0__2
@init {
int stackSize = keepStackSize();
}
:
rule__XUnaryOperation__Group_0__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XUnaryOperation__Group_0__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXUnaryOperationAccess().getOperandAssignment_0_2()); }
(rule__XUnaryOperation__OperandAssignment_0_2)
{ after(grammarAccess.getXUnaryOperationAccess().getOperandAssignment_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCastedExpression__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XCastedExpression__Group__0__Impl
rule__XCastedExpression__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XCastedExpression__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCastedExpressionAccess().getXPostfixOperationParserRuleCall_0()); }
ruleXPostfixOperation
{ after(grammarAccess.getXCastedExpressionAccess().getXPostfixOperationParserRuleCall_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCastedExpression__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XCastedExpression__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XCastedExpression__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCastedExpressionAccess().getGroup_1()); }
(rule__XCastedExpression__Group_1__0)*
{ after(grammarAccess.getXCastedExpressionAccess().getGroup_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCastedExpression__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XCastedExpression__Group_1__0__Impl
rule__XCastedExpression__Group_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XCastedExpression__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCastedExpressionAccess().getGroup_1_0()); }
(rule__XCastedExpression__Group_1_0__0)
{ after(grammarAccess.getXCastedExpressionAccess().getGroup_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCastedExpression__Group_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XCastedExpression__Group_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XCastedExpression__Group_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCastedExpressionAccess().getTypeAssignment_1_1()); }
(rule__XCastedExpression__TypeAssignment_1_1)
{ after(grammarAccess.getXCastedExpressionAccess().getTypeAssignment_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCastedExpression__Group_1_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XCastedExpression__Group_1_0__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XCastedExpression__Group_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCastedExpressionAccess().getGroup_1_0_0()); }
(rule__XCastedExpression__Group_1_0_0__0)
{ after(grammarAccess.getXCastedExpressionAccess().getGroup_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCastedExpression__Group_1_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XCastedExpression__Group_1_0_0__0__Impl
rule__XCastedExpression__Group_1_0_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XCastedExpression__Group_1_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCastedExpressionAccess().getXCastedExpressionTargetAction_1_0_0_0()); }
()
{ after(grammarAccess.getXCastedExpressionAccess().getXCastedExpressionTargetAction_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCastedExpression__Group_1_0_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XCastedExpression__Group_1_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XCastedExpression__Group_1_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCastedExpressionAccess().getAsKeyword_1_0_0_1()); }
'as'
{ after(grammarAccess.getXCastedExpressionAccess().getAsKeyword_1_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XPostfixOperation__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XPostfixOperation__Group__0__Impl
rule__XPostfixOperation__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XPostfixOperation__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXPostfixOperationAccess().getXMemberFeatureCallParserRuleCall_0()); }
ruleXMemberFeatureCall
{ after(grammarAccess.getXPostfixOperationAccess().getXMemberFeatureCallParserRuleCall_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XPostfixOperation__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XPostfixOperation__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XPostfixOperation__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXPostfixOperationAccess().getGroup_1()); }
(rule__XPostfixOperation__Group_1__0)?
{ after(grammarAccess.getXPostfixOperationAccess().getGroup_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XPostfixOperation__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XPostfixOperation__Group_1__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XPostfixOperation__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXPostfixOperationAccess().getGroup_1_0()); }
(rule__XPostfixOperation__Group_1_0__0)
{ after(grammarAccess.getXPostfixOperationAccess().getGroup_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XPostfixOperation__Group_1_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XPostfixOperation__Group_1_0__0__Impl
rule__XPostfixOperation__Group_1_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XPostfixOperation__Group_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXPostfixOperationAccess().getXPostfixOperationOperandAction_1_0_0()); }
()
{ after(grammarAccess.getXPostfixOperationAccess().getXPostfixOperationOperandAction_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XPostfixOperation__Group_1_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XPostfixOperation__Group_1_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XPostfixOperation__Group_1_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXPostfixOperationAccess().getFeatureAssignment_1_0_1()); }
(rule__XPostfixOperation__FeatureAssignment_1_0_1)
{ after(grammarAccess.getXPostfixOperationAccess().getFeatureAssignment_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group__0__Impl
rule__XMemberFeatureCall__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getXPrimaryExpressionParserRuleCall_0()); }
ruleXPrimaryExpression
{ after(grammarAccess.getXMemberFeatureCallAccess().getXPrimaryExpressionParserRuleCall_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getAlternatives_1()); }
(rule__XMemberFeatureCall__Alternatives_1)*
{ after(grammarAccess.getXMemberFeatureCallAccess().getAlternatives_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_0__0__Impl
rule__XMemberFeatureCall__Group_1_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_0_0()); }
(rule__XMemberFeatureCall__Group_1_0_0__0)
{ after(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getValueAssignment_1_0_1()); }
(rule__XMemberFeatureCall__ValueAssignment_1_0_1)
{ after(grammarAccess.getXMemberFeatureCallAccess().getValueAssignment_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_0_0__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_0_0_0()); }
(rule__XMemberFeatureCall__Group_1_0_0_0__0)
{ after(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_0_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_0_0_0__0__Impl
rule__XMemberFeatureCall__Group_1_0_0_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_0_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getXAssignmentAssignableAction_1_0_0_0_0()); }
()
{ after(grammarAccess.getXMemberFeatureCallAccess().getXAssignmentAssignableAction_1_0_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_0_0_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_0_0_0__1__Impl
rule__XMemberFeatureCall__Group_1_0_0_0__2
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_0_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getAlternatives_1_0_0_0_1()); }
(rule__XMemberFeatureCall__Alternatives_1_0_0_0_1)
{ after(grammarAccess.getXMemberFeatureCallAccess().getAlternatives_1_0_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_0_0_0__2
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_0_0_0__2__Impl
rule__XMemberFeatureCall__Group_1_0_0_0__3
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_0_0_0__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getFeatureAssignment_1_0_0_0_2()); }
(rule__XMemberFeatureCall__FeatureAssignment_1_0_0_0_2)
{ after(grammarAccess.getXMemberFeatureCallAccess().getFeatureAssignment_1_0_0_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_0_0_0__3
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_0_0_0__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_0_0_0__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getOpSingleAssignParserRuleCall_1_0_0_0_3()); }
ruleOpSingleAssign
{ after(grammarAccess.getXMemberFeatureCallAccess().getOpSingleAssignParserRuleCall_1_0_0_0_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_1__0__Impl
rule__XMemberFeatureCall__Group_1_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_0()); }
(rule__XMemberFeatureCall__Group_1_1_0__0)
{ after(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_1__1__Impl
rule__XMemberFeatureCall__Group_1_1__2
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_1()); }
(rule__XMemberFeatureCall__Group_1_1_1__0)?
{ after(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1__2
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_1__2__Impl
rule__XMemberFeatureCall__Group_1_1__3
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getFeatureAssignment_1_1_2()); }
(rule__XMemberFeatureCall__FeatureAssignment_1_1_2)
{ after(grammarAccess.getXMemberFeatureCallAccess().getFeatureAssignment_1_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1__3
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_1__3__Impl
rule__XMemberFeatureCall__Group_1_1__4
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_3()); }
(rule__XMemberFeatureCall__Group_1_1_3__0)?
{ after(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1__4
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_1__4__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsAssignment_1_1_4()); }
(rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_4)?
{ after(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsAssignment_1_1_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_1_0__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_0_0()); }
(rule__XMemberFeatureCall__Group_1_1_0_0__0)
{ after(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_1_0_0__0__Impl
rule__XMemberFeatureCall__Group_1_1_0_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getXMemberFeatureCallMemberCallTargetAction_1_1_0_0_0()); }
()
{ after(grammarAccess.getXMemberFeatureCallAccess().getXMemberFeatureCallMemberCallTargetAction_1_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_0_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_1_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getAlternatives_1_1_0_0_1()); }
(rule__XMemberFeatureCall__Alternatives_1_1_0_0_1)
{ after(grammarAccess.getXMemberFeatureCallAccess().getAlternatives_1_1_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_1_1__0__Impl
rule__XMemberFeatureCall__Group_1_1_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getLessThanSignKeyword_1_1_1_0()); }
'<'
{ after(grammarAccess.getXMemberFeatureCallAccess().getLessThanSignKeyword_1_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_1_1__1__Impl
rule__XMemberFeatureCall__Group_1_1_1__2
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getTypeArgumentsAssignment_1_1_1_1()); }
(rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_1)
{ after(grammarAccess.getXMemberFeatureCallAccess().getTypeArgumentsAssignment_1_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_1__2
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_1_1__2__Impl
rule__XMemberFeatureCall__Group_1_1_1__3
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_1_2()); }
(rule__XMemberFeatureCall__Group_1_1_1_2__0)*
{ after(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_1__3
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_1_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getGreaterThanSignKeyword_1_1_1_3()); }
'>'
{ after(grammarAccess.getXMemberFeatureCallAccess().getGreaterThanSignKeyword_1_1_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_1_2__0
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_1_1_2__0__Impl
rule__XMemberFeatureCall__Group_1_1_1_2__1
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_1_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getCommaKeyword_1_1_1_2_0()); }
','
{ after(grammarAccess.getXMemberFeatureCallAccess().getCommaKeyword_1_1_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_1_2__1
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_1_1_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_1_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getTypeArgumentsAssignment_1_1_1_2_1()); }
(rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_2_1)
{ after(grammarAccess.getXMemberFeatureCallAccess().getTypeArgumentsAssignment_1_1_1_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_3__0
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_1_3__0__Impl
rule__XMemberFeatureCall__Group_1_1_3__1
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getExplicitOperationCallAssignment_1_1_3_0()); }
(rule__XMemberFeatureCall__ExplicitOperationCallAssignment_1_1_3_0)
{ after(grammarAccess.getXMemberFeatureCallAccess().getExplicitOperationCallAssignment_1_1_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_3__1
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_1_3__1__Impl
rule__XMemberFeatureCall__Group_1_1_3__2
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getAlternatives_1_1_3_1()); }
(rule__XMemberFeatureCall__Alternatives_1_1_3_1)?
{ after(grammarAccess.getXMemberFeatureCallAccess().getAlternatives_1_1_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_3__2
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_1_3__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_3__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getRightParenthesisKeyword_1_1_3_2()); }
')'
{ after(grammarAccess.getXMemberFeatureCallAccess().getRightParenthesisKeyword_1_1_3_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_3_1_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_1_3_1_1__0__Impl
rule__XMemberFeatureCall__Group_1_1_3_1_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_3_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsAssignment_1_1_3_1_1_0()); }
(rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_0)
{ after(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsAssignment_1_1_3_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_3_1_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_1_3_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_3_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_3_1_1_1()); }
(rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0)*
{ after(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_3_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0__Impl
rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getCommaKeyword_1_1_3_1_1_1_0()); }
','
{ after(grammarAccess.getXMemberFeatureCallAccess().getCommaKeyword_1_1_3_1_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsAssignment_1_1_3_1_1_1_1()); }
(rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_1_1)
{ after(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsAssignment_1_1_3_1_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSetLiteral__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XSetLiteral__Group__0__Impl
rule__XSetLiteral__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XSetLiteral__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSetLiteralAccess().getXSetLiteralAction_0()); }
()
{ after(grammarAccess.getXSetLiteralAccess().getXSetLiteralAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSetLiteral__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XSetLiteral__Group__1__Impl
rule__XSetLiteral__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__XSetLiteral__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSetLiteralAccess().getNumberSignKeyword_1()); }
'#'
{ after(grammarAccess.getXSetLiteralAccess().getNumberSignKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSetLiteral__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__XSetLiteral__Group__2__Impl
rule__XSetLiteral__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__XSetLiteral__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSetLiteralAccess().getLeftCurlyBracketKeyword_2()); }
'{'
{ after(grammarAccess.getXSetLiteralAccess().getLeftCurlyBracketKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSetLiteral__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__XSetLiteral__Group__3__Impl
rule__XSetLiteral__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__XSetLiteral__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSetLiteralAccess().getGroup_3()); }
(rule__XSetLiteral__Group_3__0)?
{ after(grammarAccess.getXSetLiteralAccess().getGroup_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSetLiteral__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__XSetLiteral__Group__4__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XSetLiteral__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSetLiteralAccess().getRightCurlyBracketKeyword_4()); }
'}'
{ after(grammarAccess.getXSetLiteralAccess().getRightCurlyBracketKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSetLiteral__Group_3__0
@init {
int stackSize = keepStackSize();
}
:
rule__XSetLiteral__Group_3__0__Impl
rule__XSetLiteral__Group_3__1
;
finally {
restoreStackSize(stackSize);
}
rule__XSetLiteral__Group_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSetLiteralAccess().getElementsAssignment_3_0()); }
(rule__XSetLiteral__ElementsAssignment_3_0)
{ after(grammarAccess.getXSetLiteralAccess().getElementsAssignment_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSetLiteral__Group_3__1
@init {
int stackSize = keepStackSize();
}
:
rule__XSetLiteral__Group_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XSetLiteral__Group_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSetLiteralAccess().getGroup_3_1()); }
(rule__XSetLiteral__Group_3_1__0)*
{ after(grammarAccess.getXSetLiteralAccess().getGroup_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSetLiteral__Group_3_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XSetLiteral__Group_3_1__0__Impl
rule__XSetLiteral__Group_3_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XSetLiteral__Group_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSetLiteralAccess().getCommaKeyword_3_1_0()); }
','
{ after(grammarAccess.getXSetLiteralAccess().getCommaKeyword_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSetLiteral__Group_3_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XSetLiteral__Group_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XSetLiteral__Group_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSetLiteralAccess().getElementsAssignment_3_1_1()); }
(rule__XSetLiteral__ElementsAssignment_3_1_1)
{ after(grammarAccess.getXSetLiteralAccess().getElementsAssignment_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XListLiteral__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XListLiteral__Group__0__Impl
rule__XListLiteral__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XListLiteral__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXListLiteralAccess().getXListLiteralAction_0()); }
()
{ after(grammarAccess.getXListLiteralAccess().getXListLiteralAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XListLiteral__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XListLiteral__Group__1__Impl
rule__XListLiteral__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__XListLiteral__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXListLiteralAccess().getNumberSignKeyword_1()); }
'#'
{ after(grammarAccess.getXListLiteralAccess().getNumberSignKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XListLiteral__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__XListLiteral__Group__2__Impl
rule__XListLiteral__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__XListLiteral__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXListLiteralAccess().getLeftSquareBracketKeyword_2()); }
'['
{ after(grammarAccess.getXListLiteralAccess().getLeftSquareBracketKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XListLiteral__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__XListLiteral__Group__3__Impl
rule__XListLiteral__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__XListLiteral__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXListLiteralAccess().getGroup_3()); }
(rule__XListLiteral__Group_3__0)?
{ after(grammarAccess.getXListLiteralAccess().getGroup_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XListLiteral__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__XListLiteral__Group__4__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XListLiteral__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXListLiteralAccess().getRightSquareBracketKeyword_4()); }
']'
{ after(grammarAccess.getXListLiteralAccess().getRightSquareBracketKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XListLiteral__Group_3__0
@init {
int stackSize = keepStackSize();
}
:
rule__XListLiteral__Group_3__0__Impl
rule__XListLiteral__Group_3__1
;
finally {
restoreStackSize(stackSize);
}
rule__XListLiteral__Group_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXListLiteralAccess().getElementsAssignment_3_0()); }
(rule__XListLiteral__ElementsAssignment_3_0)
{ after(grammarAccess.getXListLiteralAccess().getElementsAssignment_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XListLiteral__Group_3__1
@init {
int stackSize = keepStackSize();
}
:
rule__XListLiteral__Group_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XListLiteral__Group_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXListLiteralAccess().getGroup_3_1()); }
(rule__XListLiteral__Group_3_1__0)*
{ after(grammarAccess.getXListLiteralAccess().getGroup_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XListLiteral__Group_3_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XListLiteral__Group_3_1__0__Impl
rule__XListLiteral__Group_3_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XListLiteral__Group_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXListLiteralAccess().getCommaKeyword_3_1_0()); }
','
{ after(grammarAccess.getXListLiteralAccess().getCommaKeyword_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XListLiteral__Group_3_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XListLiteral__Group_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XListLiteral__Group_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXListLiteralAccess().getElementsAssignment_3_1_1()); }
(rule__XListLiteral__ElementsAssignment_3_1_1)
{ after(grammarAccess.getXListLiteralAccess().getElementsAssignment_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XClosure__Group__0__Impl
rule__XClosure__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXClosureAccess().getGroup_0()); }
(rule__XClosure__Group_0__0)
{ after(grammarAccess.getXClosureAccess().getGroup_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XClosure__Group__1__Impl
rule__XClosure__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXClosureAccess().getGroup_1()); }
(rule__XClosure__Group_1__0)?
{ after(grammarAccess.getXClosureAccess().getGroup_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__XClosure__Group__2__Impl
rule__XClosure__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXClosureAccess().getExpressionAssignment_2()); }
(rule__XClosure__ExpressionAssignment_2)
{ after(grammarAccess.getXClosureAccess().getExpressionAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__XClosure__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXClosureAccess().getRightSquareBracketKeyword_3()); }
']'
{ after(grammarAccess.getXClosureAccess().getRightSquareBracketKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XClosure__Group_0__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXClosureAccess().getGroup_0_0()); }
(rule__XClosure__Group_0_0__0)
{ after(grammarAccess.getXClosureAccess().getGroup_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XClosure__Group_0_0__0__Impl
rule__XClosure__Group_0_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXClosureAccess().getXClosureAction_0_0_0()); }
()
{ after(grammarAccess.getXClosureAccess().getXClosureAction_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group_0_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XClosure__Group_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXClosureAccess().getLeftSquareBracketKeyword_0_0_1()); }
'['
{ after(grammarAccess.getXClosureAccess().getLeftSquareBracketKeyword_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XClosure__Group_1__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXClosureAccess().getGroup_1_0()); }
(rule__XClosure__Group_1_0__0)
{ after(grammarAccess.getXClosureAccess().getGroup_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group_1_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XClosure__Group_1_0__0__Impl
rule__XClosure__Group_1_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXClosureAccess().getGroup_1_0_0()); }
(rule__XClosure__Group_1_0_0__0)?
{ after(grammarAccess.getXClosureAccess().getGroup_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group_1_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XClosure__Group_1_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group_1_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXClosureAccess().getExplicitSyntaxAssignment_1_0_1()); }
(rule__XClosure__ExplicitSyntaxAssignment_1_0_1)
{ after(grammarAccess.getXClosureAccess().getExplicitSyntaxAssignment_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group_1_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XClosure__Group_1_0_0__0__Impl
rule__XClosure__Group_1_0_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group_1_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXClosureAccess().getDeclaredFormalParametersAssignment_1_0_0_0()); }
(rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_0)
{ after(grammarAccess.getXClosureAccess().getDeclaredFormalParametersAssignment_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group_1_0_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XClosure__Group_1_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group_1_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXClosureAccess().getGroup_1_0_0_1()); }
(rule__XClosure__Group_1_0_0_1__0)*
{ after(grammarAccess.getXClosureAccess().getGroup_1_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group_1_0_0_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XClosure__Group_1_0_0_1__0__Impl
rule__XClosure__Group_1_0_0_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group_1_0_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXClosureAccess().getCommaKeyword_1_0_0_1_0()); }
','
{ after(grammarAccess.getXClosureAccess().getCommaKeyword_1_0_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group_1_0_0_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XClosure__Group_1_0_0_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__Group_1_0_0_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXClosureAccess().getDeclaredFormalParametersAssignment_1_0_0_1_1()); }
(rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_1_1)
{ after(grammarAccess.getXClosureAccess().getDeclaredFormalParametersAssignment_1_0_0_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XExpressionInClosure__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XExpressionInClosure__Group__0__Impl
rule__XExpressionInClosure__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XExpressionInClosure__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXExpressionInClosureAccess().getXBlockExpressionAction_0()); }
()
{ after(grammarAccess.getXExpressionInClosureAccess().getXBlockExpressionAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XExpressionInClosure__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XExpressionInClosure__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XExpressionInClosure__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXExpressionInClosureAccess().getGroup_1()); }
(rule__XExpressionInClosure__Group_1__0)*
{ after(grammarAccess.getXExpressionInClosureAccess().getGroup_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XExpressionInClosure__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XExpressionInClosure__Group_1__0__Impl
rule__XExpressionInClosure__Group_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XExpressionInClosure__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXExpressionInClosureAccess().getExpressionsAssignment_1_0()); }
(rule__XExpressionInClosure__ExpressionsAssignment_1_0)
{ after(grammarAccess.getXExpressionInClosureAccess().getExpressionsAssignment_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XExpressionInClosure__Group_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XExpressionInClosure__Group_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XExpressionInClosure__Group_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXExpressionInClosureAccess().getSemicolonKeyword_1_1()); }
(';')?
{ after(grammarAccess.getXExpressionInClosureAccess().getSemicolonKeyword_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XShortClosure__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XShortClosure__Group__0__Impl
rule__XShortClosure__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XShortClosure__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXShortClosureAccess().getGroup_0()); }
(rule__XShortClosure__Group_0__0)
{ after(grammarAccess.getXShortClosureAccess().getGroup_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XShortClosure__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XShortClosure__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XShortClosure__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXShortClosureAccess().getExpressionAssignment_1()); }
(rule__XShortClosure__ExpressionAssignment_1)
{ after(grammarAccess.getXShortClosureAccess().getExpressionAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XShortClosure__Group_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XShortClosure__Group_0__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XShortClosure__Group_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXShortClosureAccess().getGroup_0_0()); }
(rule__XShortClosure__Group_0_0__0)
{ after(grammarAccess.getXShortClosureAccess().getGroup_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XShortClosure__Group_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XShortClosure__Group_0_0__0__Impl
rule__XShortClosure__Group_0_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XShortClosure__Group_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXShortClosureAccess().getXClosureAction_0_0_0()); }
()
{ after(grammarAccess.getXShortClosureAccess().getXClosureAction_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XShortClosure__Group_0_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XShortClosure__Group_0_0__1__Impl
rule__XShortClosure__Group_0_0__2
;
finally {
restoreStackSize(stackSize);
}
rule__XShortClosure__Group_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXShortClosureAccess().getGroup_0_0_1()); }
(rule__XShortClosure__Group_0_0_1__0)?
{ after(grammarAccess.getXShortClosureAccess().getGroup_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XShortClosure__Group_0_0__2
@init {
int stackSize = keepStackSize();
}
:
rule__XShortClosure__Group_0_0__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XShortClosure__Group_0_0__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXShortClosureAccess().getExplicitSyntaxAssignment_0_0_2()); }
(rule__XShortClosure__ExplicitSyntaxAssignment_0_0_2)
{ after(grammarAccess.getXShortClosureAccess().getExplicitSyntaxAssignment_0_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XShortClosure__Group_0_0_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XShortClosure__Group_0_0_1__0__Impl
rule__XShortClosure__Group_0_0_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XShortClosure__Group_0_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXShortClosureAccess().getDeclaredFormalParametersAssignment_0_0_1_0()); }
(rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_0)
{ after(grammarAccess.getXShortClosureAccess().getDeclaredFormalParametersAssignment_0_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XShortClosure__Group_0_0_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XShortClosure__Group_0_0_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XShortClosure__Group_0_0_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXShortClosureAccess().getGroup_0_0_1_1()); }
(rule__XShortClosure__Group_0_0_1_1__0)*
{ after(grammarAccess.getXShortClosureAccess().getGroup_0_0_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XShortClosure__Group_0_0_1_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XShortClosure__Group_0_0_1_1__0__Impl
rule__XShortClosure__Group_0_0_1_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XShortClosure__Group_0_0_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXShortClosureAccess().getCommaKeyword_0_0_1_1_0()); }
','
{ after(grammarAccess.getXShortClosureAccess().getCommaKeyword_0_0_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XShortClosure__Group_0_0_1_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XShortClosure__Group_0_0_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XShortClosure__Group_0_0_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXShortClosureAccess().getDeclaredFormalParametersAssignment_0_0_1_1_1()); }
(rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_1_1)
{ after(grammarAccess.getXShortClosureAccess().getDeclaredFormalParametersAssignment_0_0_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XParenthesizedExpression__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XParenthesizedExpression__Group__0__Impl
rule__XParenthesizedExpression__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XParenthesizedExpression__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXParenthesizedExpressionAccess().getLeftParenthesisKeyword_0()); }
'('
{ after(grammarAccess.getXParenthesizedExpressionAccess().getLeftParenthesisKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XParenthesizedExpression__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XParenthesizedExpression__Group__1__Impl
rule__XParenthesizedExpression__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__XParenthesizedExpression__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXParenthesizedExpressionAccess().getXExpressionParserRuleCall_1()); }
ruleXExpression
{ after(grammarAccess.getXParenthesizedExpressionAccess().getXExpressionParserRuleCall_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XParenthesizedExpression__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__XParenthesizedExpression__Group__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XParenthesizedExpression__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXParenthesizedExpressionAccess().getRightParenthesisKeyword_2()); }
')'
{ after(grammarAccess.getXParenthesizedExpressionAccess().getRightParenthesisKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XIfExpression__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XIfExpression__Group__0__Impl
rule__XIfExpression__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XIfExpression__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXIfExpressionAccess().getXIfExpressionAction_0()); }
()
{ after(grammarAccess.getXIfExpressionAccess().getXIfExpressionAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XIfExpression__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XIfExpression__Group__1__Impl
rule__XIfExpression__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__XIfExpression__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXIfExpressionAccess().getIfKeyword_1()); }
'if'
{ after(grammarAccess.getXIfExpressionAccess().getIfKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XIfExpression__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__XIfExpression__Group__2__Impl
rule__XIfExpression__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__XIfExpression__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXIfExpressionAccess().getLeftParenthesisKeyword_2()); }
'('
{ after(grammarAccess.getXIfExpressionAccess().getLeftParenthesisKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XIfExpression__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__XIfExpression__Group__3__Impl
rule__XIfExpression__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__XIfExpression__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXIfExpressionAccess().getIfAssignment_3()); }
(rule__XIfExpression__IfAssignment_3)
{ after(grammarAccess.getXIfExpressionAccess().getIfAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XIfExpression__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__XIfExpression__Group__4__Impl
rule__XIfExpression__Group__5
;
finally {
restoreStackSize(stackSize);
}
rule__XIfExpression__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXIfExpressionAccess().getRightParenthesisKeyword_4()); }
')'
{ after(grammarAccess.getXIfExpressionAccess().getRightParenthesisKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XIfExpression__Group__5
@init {
int stackSize = keepStackSize();
}
:
rule__XIfExpression__Group__5__Impl
rule__XIfExpression__Group__6
;
finally {
restoreStackSize(stackSize);
}
rule__XIfExpression__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXIfExpressionAccess().getThenAssignment_5()); }
(rule__XIfExpression__ThenAssignment_5)
{ after(grammarAccess.getXIfExpressionAccess().getThenAssignment_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XIfExpression__Group__6
@init {
int stackSize = keepStackSize();
}
:
rule__XIfExpression__Group__6__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XIfExpression__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXIfExpressionAccess().getGroup_6()); }
(rule__XIfExpression__Group_6__0)?
{ after(grammarAccess.getXIfExpressionAccess().getGroup_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XIfExpression__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
rule__XIfExpression__Group_6__0__Impl
rule__XIfExpression__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
rule__XIfExpression__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXIfExpressionAccess().getElseKeyword_6_0()); }
('else')
{ after(grammarAccess.getXIfExpressionAccess().getElseKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XIfExpression__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
rule__XIfExpression__Group_6__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XIfExpression__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXIfExpressionAccess().getElseAssignment_6_1()); }
(rule__XIfExpression__ElseAssignment_6_1)
{ after(grammarAccess.getXIfExpressionAccess().getElseAssignment_6_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XSwitchExpression__Group__0__Impl
rule__XSwitchExpression__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getXSwitchExpressionAction_0()); }
()
{ after(grammarAccess.getXSwitchExpressionAccess().getXSwitchExpressionAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XSwitchExpression__Group__1__Impl
rule__XSwitchExpression__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getSwitchKeyword_1()); }
'switch'
{ after(grammarAccess.getXSwitchExpressionAccess().getSwitchKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__XSwitchExpression__Group__2__Impl
rule__XSwitchExpression__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getAlternatives_2()); }
(rule__XSwitchExpression__Alternatives_2)
{ after(grammarAccess.getXSwitchExpressionAccess().getAlternatives_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__XSwitchExpression__Group__3__Impl
rule__XSwitchExpression__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getLeftCurlyBracketKeyword_3()); }
'{'
{ after(grammarAccess.getXSwitchExpressionAccess().getLeftCurlyBracketKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__XSwitchExpression__Group__4__Impl
rule__XSwitchExpression__Group__5
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getCasesAssignment_4()); }
(rule__XSwitchExpression__CasesAssignment_4)*
{ after(grammarAccess.getXSwitchExpressionAccess().getCasesAssignment_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group__5
@init {
int stackSize = keepStackSize();
}
:
rule__XSwitchExpression__Group__5__Impl
rule__XSwitchExpression__Group__6
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getGroup_5()); }
(rule__XSwitchExpression__Group_5__0)?
{ after(grammarAccess.getXSwitchExpressionAccess().getGroup_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group__6
@init {
int stackSize = keepStackSize();
}
:
rule__XSwitchExpression__Group__6__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getRightCurlyBracketKeyword_6()); }
'}'
{ after(grammarAccess.getXSwitchExpressionAccess().getRightCurlyBracketKeyword_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_2_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XSwitchExpression__Group_2_0__0__Impl
rule__XSwitchExpression__Group_2_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_2_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getGroup_2_0_0()); }
(rule__XSwitchExpression__Group_2_0_0__0)
{ after(grammarAccess.getXSwitchExpressionAccess().getGroup_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_2_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XSwitchExpression__Group_2_0__1__Impl
rule__XSwitchExpression__Group_2_0__2
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_2_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getSwitchAssignment_2_0_1()); }
(rule__XSwitchExpression__SwitchAssignment_2_0_1)
{ after(grammarAccess.getXSwitchExpressionAccess().getSwitchAssignment_2_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_2_0__2
@init {
int stackSize = keepStackSize();
}
:
rule__XSwitchExpression__Group_2_0__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_2_0__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getRightParenthesisKeyword_2_0_2()); }
')'
{ after(grammarAccess.getXSwitchExpressionAccess().getRightParenthesisKeyword_2_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_2_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XSwitchExpression__Group_2_0_0__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_2_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getGroup_2_0_0_0()); }
(rule__XSwitchExpression__Group_2_0_0_0__0)
{ after(grammarAccess.getXSwitchExpressionAccess().getGroup_2_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_2_0_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XSwitchExpression__Group_2_0_0_0__0__Impl
rule__XSwitchExpression__Group_2_0_0_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_2_0_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getLeftParenthesisKeyword_2_0_0_0_0()); }
'('
{ after(grammarAccess.getXSwitchExpressionAccess().getLeftParenthesisKeyword_2_0_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_2_0_0_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XSwitchExpression__Group_2_0_0_0__1__Impl
rule__XSwitchExpression__Group_2_0_0_0__2
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_2_0_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getDeclaredParamAssignment_2_0_0_0_1()); }
(rule__XSwitchExpression__DeclaredParamAssignment_2_0_0_0_1)
{ after(grammarAccess.getXSwitchExpressionAccess().getDeclaredParamAssignment_2_0_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_2_0_0_0__2
@init {
int stackSize = keepStackSize();
}
:
rule__XSwitchExpression__Group_2_0_0_0__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_2_0_0_0__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getColonKeyword_2_0_0_0_2()); }
':'
{ after(grammarAccess.getXSwitchExpressionAccess().getColonKeyword_2_0_0_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_2_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XSwitchExpression__Group_2_1__0__Impl
rule__XSwitchExpression__Group_2_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_2_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getGroup_2_1_0()); }
(rule__XSwitchExpression__Group_2_1_0__0)?
{ after(grammarAccess.getXSwitchExpressionAccess().getGroup_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_2_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XSwitchExpression__Group_2_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_2_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getSwitchAssignment_2_1_1()); }
(rule__XSwitchExpression__SwitchAssignment_2_1_1)
{ after(grammarAccess.getXSwitchExpressionAccess().getSwitchAssignment_2_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_2_1_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XSwitchExpression__Group_2_1_0__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_2_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getGroup_2_1_0_0()); }
(rule__XSwitchExpression__Group_2_1_0_0__0)
{ after(grammarAccess.getXSwitchExpressionAccess().getGroup_2_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_2_1_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XSwitchExpression__Group_2_1_0_0__0__Impl
rule__XSwitchExpression__Group_2_1_0_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_2_1_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getDeclaredParamAssignment_2_1_0_0_0()); }
(rule__XSwitchExpression__DeclaredParamAssignment_2_1_0_0_0)
{ after(grammarAccess.getXSwitchExpressionAccess().getDeclaredParamAssignment_2_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_2_1_0_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XSwitchExpression__Group_2_1_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_2_1_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getColonKeyword_2_1_0_0_1()); }
':'
{ after(grammarAccess.getXSwitchExpressionAccess().getColonKeyword_2_1_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_5__0
@init {
int stackSize = keepStackSize();
}
:
rule__XSwitchExpression__Group_5__0__Impl
rule__XSwitchExpression__Group_5__1
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_5__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getDefaultKeyword_5_0()); }
'default'
{ after(grammarAccess.getXSwitchExpressionAccess().getDefaultKeyword_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_5__1
@init {
int stackSize = keepStackSize();
}
:
rule__XSwitchExpression__Group_5__1__Impl
rule__XSwitchExpression__Group_5__2
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_5__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getColonKeyword_5_1()); }
':'
{ after(grammarAccess.getXSwitchExpressionAccess().getColonKeyword_5_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_5__2
@init {
int stackSize = keepStackSize();
}
:
rule__XSwitchExpression__Group_5__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__Group_5__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getDefaultAssignment_5_2()); }
(rule__XSwitchExpression__DefaultAssignment_5_2)
{ after(grammarAccess.getXSwitchExpressionAccess().getDefaultAssignment_5_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCasePart__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XCasePart__Group__0__Impl
rule__XCasePart__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XCasePart__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCasePartAccess().getXCasePartAction_0()); }
()
{ after(grammarAccess.getXCasePartAccess().getXCasePartAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCasePart__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XCasePart__Group__1__Impl
rule__XCasePart__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__XCasePart__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCasePartAccess().getTypeGuardAssignment_1()); }
(rule__XCasePart__TypeGuardAssignment_1)?
{ after(grammarAccess.getXCasePartAccess().getTypeGuardAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCasePart__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__XCasePart__Group__2__Impl
rule__XCasePart__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__XCasePart__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCasePartAccess().getGroup_2()); }
(rule__XCasePart__Group_2__0)?
{ after(grammarAccess.getXCasePartAccess().getGroup_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCasePart__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__XCasePart__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XCasePart__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCasePartAccess().getAlternatives_3()); }
(rule__XCasePart__Alternatives_3)
{ after(grammarAccess.getXCasePartAccess().getAlternatives_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCasePart__Group_2__0
@init {
int stackSize = keepStackSize();
}
:
rule__XCasePart__Group_2__0__Impl
rule__XCasePart__Group_2__1
;
finally {
restoreStackSize(stackSize);
}
rule__XCasePart__Group_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCasePartAccess().getCaseKeyword_2_0()); }
'case'
{ after(grammarAccess.getXCasePartAccess().getCaseKeyword_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCasePart__Group_2__1
@init {
int stackSize = keepStackSize();
}
:
rule__XCasePart__Group_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XCasePart__Group_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCasePartAccess().getCaseAssignment_2_1()); }
(rule__XCasePart__CaseAssignment_2_1)
{ after(grammarAccess.getXCasePartAccess().getCaseAssignment_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCasePart__Group_3_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XCasePart__Group_3_0__0__Impl
rule__XCasePart__Group_3_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XCasePart__Group_3_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCasePartAccess().getColonKeyword_3_0_0()); }
':'
{ after(grammarAccess.getXCasePartAccess().getColonKeyword_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCasePart__Group_3_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XCasePart__Group_3_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XCasePart__Group_3_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCasePartAccess().getThenAssignment_3_0_1()); }
(rule__XCasePart__ThenAssignment_3_0_1)
{ after(grammarAccess.getXCasePartAccess().getThenAssignment_3_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XForLoopExpression__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XForLoopExpression__Group__0__Impl
rule__XForLoopExpression__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XForLoopExpression__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXForLoopExpressionAccess().getGroup_0()); }
(rule__XForLoopExpression__Group_0__0)
{ after(grammarAccess.getXForLoopExpressionAccess().getGroup_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XForLoopExpression__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XForLoopExpression__Group__1__Impl
rule__XForLoopExpression__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__XForLoopExpression__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXForLoopExpressionAccess().getForExpressionAssignment_1()); }
(rule__XForLoopExpression__ForExpressionAssignment_1)
{ after(grammarAccess.getXForLoopExpressionAccess().getForExpressionAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XForLoopExpression__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__XForLoopExpression__Group__2__Impl
rule__XForLoopExpression__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__XForLoopExpression__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXForLoopExpressionAccess().getRightParenthesisKeyword_2()); }
')'
{ after(grammarAccess.getXForLoopExpressionAccess().getRightParenthesisKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XForLoopExpression__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__XForLoopExpression__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XForLoopExpression__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXForLoopExpressionAccess().getEachExpressionAssignment_3()); }
(rule__XForLoopExpression__EachExpressionAssignment_3)
{ after(grammarAccess.getXForLoopExpressionAccess().getEachExpressionAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XForLoopExpression__Group_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XForLoopExpression__Group_0__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XForLoopExpression__Group_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXForLoopExpressionAccess().getGroup_0_0()); }
(rule__XForLoopExpression__Group_0_0__0)
{ after(grammarAccess.getXForLoopExpressionAccess().getGroup_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XForLoopExpression__Group_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XForLoopExpression__Group_0_0__0__Impl
rule__XForLoopExpression__Group_0_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XForLoopExpression__Group_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXForLoopExpressionAccess().getXForLoopExpressionAction_0_0_0()); }
()
{ after(grammarAccess.getXForLoopExpressionAccess().getXForLoopExpressionAction_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XForLoopExpression__Group_0_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XForLoopExpression__Group_0_0__1__Impl
rule__XForLoopExpression__Group_0_0__2
;
finally {
restoreStackSize(stackSize);
}
rule__XForLoopExpression__Group_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXForLoopExpressionAccess().getForKeyword_0_0_1()); }
'for'
{ after(grammarAccess.getXForLoopExpressionAccess().getForKeyword_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XForLoopExpression__Group_0_0__2
@init {
int stackSize = keepStackSize();
}
:
rule__XForLoopExpression__Group_0_0__2__Impl
rule__XForLoopExpression__Group_0_0__3
;
finally {
restoreStackSize(stackSize);
}
rule__XForLoopExpression__Group_0_0__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXForLoopExpressionAccess().getLeftParenthesisKeyword_0_0_2()); }
'('
{ after(grammarAccess.getXForLoopExpressionAccess().getLeftParenthesisKeyword_0_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XForLoopExpression__Group_0_0__3
@init {
int stackSize = keepStackSize();
}
:
rule__XForLoopExpression__Group_0_0__3__Impl
rule__XForLoopExpression__Group_0_0__4
;
finally {
restoreStackSize(stackSize);
}
rule__XForLoopExpression__Group_0_0__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXForLoopExpressionAccess().getDeclaredParamAssignment_0_0_3()); }
(rule__XForLoopExpression__DeclaredParamAssignment_0_0_3)
{ after(grammarAccess.getXForLoopExpressionAccess().getDeclaredParamAssignment_0_0_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XForLoopExpression__Group_0_0__4
@init {
int stackSize = keepStackSize();
}
:
rule__XForLoopExpression__Group_0_0__4__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XForLoopExpression__Group_0_0__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXForLoopExpressionAccess().getColonKeyword_0_0_4()); }
':'
{ after(grammarAccess.getXForLoopExpressionAccess().getColonKeyword_0_0_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XBasicForLoopExpression__Group__0__Impl
rule__XBasicForLoopExpression__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBasicForLoopExpressionAccess().getXBasicForLoopExpressionAction_0()); }
()
{ after(grammarAccess.getXBasicForLoopExpressionAccess().getXBasicForLoopExpressionAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XBasicForLoopExpression__Group__1__Impl
rule__XBasicForLoopExpression__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBasicForLoopExpressionAccess().getForKeyword_1()); }
'for'
{ after(grammarAccess.getXBasicForLoopExpressionAccess().getForKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__XBasicForLoopExpression__Group__2__Impl
rule__XBasicForLoopExpression__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBasicForLoopExpressionAccess().getLeftParenthesisKeyword_2()); }
'('
{ after(grammarAccess.getXBasicForLoopExpressionAccess().getLeftParenthesisKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__XBasicForLoopExpression__Group__3__Impl
rule__XBasicForLoopExpression__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBasicForLoopExpressionAccess().getGroup_3()); }
(rule__XBasicForLoopExpression__Group_3__0)?
{ after(grammarAccess.getXBasicForLoopExpressionAccess().getGroup_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__XBasicForLoopExpression__Group__4__Impl
rule__XBasicForLoopExpression__Group__5
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBasicForLoopExpressionAccess().getSemicolonKeyword_4()); }
';'
{ after(grammarAccess.getXBasicForLoopExpressionAccess().getSemicolonKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group__5
@init {
int stackSize = keepStackSize();
}
:
rule__XBasicForLoopExpression__Group__5__Impl
rule__XBasicForLoopExpression__Group__6
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBasicForLoopExpressionAccess().getExpressionAssignment_5()); }
(rule__XBasicForLoopExpression__ExpressionAssignment_5)?
{ after(grammarAccess.getXBasicForLoopExpressionAccess().getExpressionAssignment_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group__6
@init {
int stackSize = keepStackSize();
}
:
rule__XBasicForLoopExpression__Group__6__Impl
rule__XBasicForLoopExpression__Group__7
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBasicForLoopExpressionAccess().getSemicolonKeyword_6()); }
';'
{ after(grammarAccess.getXBasicForLoopExpressionAccess().getSemicolonKeyword_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group__7
@init {
int stackSize = keepStackSize();
}
:
rule__XBasicForLoopExpression__Group__7__Impl
rule__XBasicForLoopExpression__Group__8
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBasicForLoopExpressionAccess().getGroup_7()); }
(rule__XBasicForLoopExpression__Group_7__0)?
{ after(grammarAccess.getXBasicForLoopExpressionAccess().getGroup_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group__8
@init {
int stackSize = keepStackSize();
}
:
rule__XBasicForLoopExpression__Group__8__Impl
rule__XBasicForLoopExpression__Group__9
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group__8__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBasicForLoopExpressionAccess().getRightParenthesisKeyword_8()); }
')'
{ after(grammarAccess.getXBasicForLoopExpressionAccess().getRightParenthesisKeyword_8()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group__9
@init {
int stackSize = keepStackSize();
}
:
rule__XBasicForLoopExpression__Group__9__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group__9__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBasicForLoopExpressionAccess().getEachExpressionAssignment_9()); }
(rule__XBasicForLoopExpression__EachExpressionAssignment_9)
{ after(grammarAccess.getXBasicForLoopExpressionAccess().getEachExpressionAssignment_9()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group_3__0
@init {
int stackSize = keepStackSize();
}
:
rule__XBasicForLoopExpression__Group_3__0__Impl
rule__XBasicForLoopExpression__Group_3__1
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsAssignment_3_0()); }
(rule__XBasicForLoopExpression__InitExpressionsAssignment_3_0)
{ after(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsAssignment_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group_3__1
@init {
int stackSize = keepStackSize();
}
:
rule__XBasicForLoopExpression__Group_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBasicForLoopExpressionAccess().getGroup_3_1()); }
(rule__XBasicForLoopExpression__Group_3_1__0)*
{ after(grammarAccess.getXBasicForLoopExpressionAccess().getGroup_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group_3_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XBasicForLoopExpression__Group_3_1__0__Impl
rule__XBasicForLoopExpression__Group_3_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBasicForLoopExpressionAccess().getCommaKeyword_3_1_0()); }
','
{ after(grammarAccess.getXBasicForLoopExpressionAccess().getCommaKeyword_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group_3_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XBasicForLoopExpression__Group_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsAssignment_3_1_1()); }
(rule__XBasicForLoopExpression__InitExpressionsAssignment_3_1_1)
{ after(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsAssignment_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group_7__0
@init {
int stackSize = keepStackSize();
}
:
rule__XBasicForLoopExpression__Group_7__0__Impl
rule__XBasicForLoopExpression__Group_7__1
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group_7__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsAssignment_7_0()); }
(rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_0)
{ after(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsAssignment_7_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group_7__1
@init {
int stackSize = keepStackSize();
}
:
rule__XBasicForLoopExpression__Group_7__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group_7__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBasicForLoopExpressionAccess().getGroup_7_1()); }
(rule__XBasicForLoopExpression__Group_7_1__0)*
{ after(grammarAccess.getXBasicForLoopExpressionAccess().getGroup_7_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group_7_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XBasicForLoopExpression__Group_7_1__0__Impl
rule__XBasicForLoopExpression__Group_7_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group_7_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBasicForLoopExpressionAccess().getCommaKeyword_7_1_0()); }
','
{ after(grammarAccess.getXBasicForLoopExpressionAccess().getCommaKeyword_7_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group_7_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XBasicForLoopExpression__Group_7_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__Group_7_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsAssignment_7_1_1()); }
(rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_1_1)
{ after(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsAssignment_7_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XWhileExpression__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XWhileExpression__Group__0__Impl
rule__XWhileExpression__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XWhileExpression__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXWhileExpressionAccess().getXWhileExpressionAction_0()); }
()
{ after(grammarAccess.getXWhileExpressionAccess().getXWhileExpressionAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XWhileExpression__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XWhileExpression__Group__1__Impl
rule__XWhileExpression__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__XWhileExpression__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXWhileExpressionAccess().getWhileKeyword_1()); }
'while'
{ after(grammarAccess.getXWhileExpressionAccess().getWhileKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XWhileExpression__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__XWhileExpression__Group__2__Impl
rule__XWhileExpression__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__XWhileExpression__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXWhileExpressionAccess().getLeftParenthesisKeyword_2()); }
'('
{ after(grammarAccess.getXWhileExpressionAccess().getLeftParenthesisKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XWhileExpression__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__XWhileExpression__Group__3__Impl
rule__XWhileExpression__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__XWhileExpression__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXWhileExpressionAccess().getPredicateAssignment_3()); }
(rule__XWhileExpression__PredicateAssignment_3)
{ after(grammarAccess.getXWhileExpressionAccess().getPredicateAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XWhileExpression__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__XWhileExpression__Group__4__Impl
rule__XWhileExpression__Group__5
;
finally {
restoreStackSize(stackSize);
}
rule__XWhileExpression__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXWhileExpressionAccess().getRightParenthesisKeyword_4()); }
')'
{ after(grammarAccess.getXWhileExpressionAccess().getRightParenthesisKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XWhileExpression__Group__5
@init {
int stackSize = keepStackSize();
}
:
rule__XWhileExpression__Group__5__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XWhileExpression__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXWhileExpressionAccess().getBodyAssignment_5()); }
(rule__XWhileExpression__BodyAssignment_5)
{ after(grammarAccess.getXWhileExpressionAccess().getBodyAssignment_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XDoWhileExpression__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XDoWhileExpression__Group__0__Impl
rule__XDoWhileExpression__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XDoWhileExpression__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXDoWhileExpressionAccess().getXDoWhileExpressionAction_0()); }
()
{ after(grammarAccess.getXDoWhileExpressionAccess().getXDoWhileExpressionAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XDoWhileExpression__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XDoWhileExpression__Group__1__Impl
rule__XDoWhileExpression__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__XDoWhileExpression__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXDoWhileExpressionAccess().getDoKeyword_1()); }
'do'
{ after(grammarAccess.getXDoWhileExpressionAccess().getDoKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XDoWhileExpression__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__XDoWhileExpression__Group__2__Impl
rule__XDoWhileExpression__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__XDoWhileExpression__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXDoWhileExpressionAccess().getBodyAssignment_2()); }
(rule__XDoWhileExpression__BodyAssignment_2)
{ after(grammarAccess.getXDoWhileExpressionAccess().getBodyAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XDoWhileExpression__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__XDoWhileExpression__Group__3__Impl
rule__XDoWhileExpression__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__XDoWhileExpression__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXDoWhileExpressionAccess().getWhileKeyword_3()); }
'while'
{ after(grammarAccess.getXDoWhileExpressionAccess().getWhileKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XDoWhileExpression__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__XDoWhileExpression__Group__4__Impl
rule__XDoWhileExpression__Group__5
;
finally {
restoreStackSize(stackSize);
}
rule__XDoWhileExpression__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXDoWhileExpressionAccess().getLeftParenthesisKeyword_4()); }
'('
{ after(grammarAccess.getXDoWhileExpressionAccess().getLeftParenthesisKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XDoWhileExpression__Group__5
@init {
int stackSize = keepStackSize();
}
:
rule__XDoWhileExpression__Group__5__Impl
rule__XDoWhileExpression__Group__6
;
finally {
restoreStackSize(stackSize);
}
rule__XDoWhileExpression__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXDoWhileExpressionAccess().getPredicateAssignment_5()); }
(rule__XDoWhileExpression__PredicateAssignment_5)
{ after(grammarAccess.getXDoWhileExpressionAccess().getPredicateAssignment_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XDoWhileExpression__Group__6
@init {
int stackSize = keepStackSize();
}
:
rule__XDoWhileExpression__Group__6__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XDoWhileExpression__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXDoWhileExpressionAccess().getRightParenthesisKeyword_6()); }
')'
{ after(grammarAccess.getXDoWhileExpressionAccess().getRightParenthesisKeyword_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBlockExpression__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XBlockExpression__Group__0__Impl
rule__XBlockExpression__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XBlockExpression__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBlockExpressionAccess().getXBlockExpressionAction_0()); }
()
{ after(grammarAccess.getXBlockExpressionAccess().getXBlockExpressionAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBlockExpression__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XBlockExpression__Group__1__Impl
rule__XBlockExpression__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__XBlockExpression__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBlockExpressionAccess().getLeftCurlyBracketKeyword_1()); }
'{'
{ after(grammarAccess.getXBlockExpressionAccess().getLeftCurlyBracketKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBlockExpression__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__XBlockExpression__Group__2__Impl
rule__XBlockExpression__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__XBlockExpression__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBlockExpressionAccess().getGroup_2()); }
(rule__XBlockExpression__Group_2__0)*
{ after(grammarAccess.getXBlockExpressionAccess().getGroup_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBlockExpression__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__XBlockExpression__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XBlockExpression__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBlockExpressionAccess().getRightCurlyBracketKeyword_3()); }
'}'
{ after(grammarAccess.getXBlockExpressionAccess().getRightCurlyBracketKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBlockExpression__Group_2__0
@init {
int stackSize = keepStackSize();
}
:
rule__XBlockExpression__Group_2__0__Impl
rule__XBlockExpression__Group_2__1
;
finally {
restoreStackSize(stackSize);
}
rule__XBlockExpression__Group_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBlockExpressionAccess().getExpressionsAssignment_2_0()); }
(rule__XBlockExpression__ExpressionsAssignment_2_0)
{ after(grammarAccess.getXBlockExpressionAccess().getExpressionsAssignment_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBlockExpression__Group_2__1
@init {
int stackSize = keepStackSize();
}
:
rule__XBlockExpression__Group_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XBlockExpression__Group_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBlockExpressionAccess().getSemicolonKeyword_2_1()); }
(';')?
{ after(grammarAccess.getXBlockExpressionAccess().getSemicolonKeyword_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XVariableDeclaration__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XVariableDeclaration__Group__0__Impl
rule__XVariableDeclaration__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XVariableDeclaration__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXVariableDeclarationAccess().getXVariableDeclarationAction_0()); }
()
{ after(grammarAccess.getXVariableDeclarationAccess().getXVariableDeclarationAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XVariableDeclaration__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XVariableDeclaration__Group__1__Impl
rule__XVariableDeclaration__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__XVariableDeclaration__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXVariableDeclarationAccess().getAlternatives_1()); }
(rule__XVariableDeclaration__Alternatives_1)
{ after(grammarAccess.getXVariableDeclarationAccess().getAlternatives_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XVariableDeclaration__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__XVariableDeclaration__Group__2__Impl
rule__XVariableDeclaration__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__XVariableDeclaration__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXVariableDeclarationAccess().getAlternatives_2()); }
(rule__XVariableDeclaration__Alternatives_2)
{ after(grammarAccess.getXVariableDeclarationAccess().getAlternatives_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XVariableDeclaration__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__XVariableDeclaration__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XVariableDeclaration__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXVariableDeclarationAccess().getGroup_3()); }
(rule__XVariableDeclaration__Group_3__0)?
{ after(grammarAccess.getXVariableDeclarationAccess().getGroup_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XVariableDeclaration__Group_2_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XVariableDeclaration__Group_2_0__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XVariableDeclaration__Group_2_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXVariableDeclarationAccess().getGroup_2_0_0()); }
(rule__XVariableDeclaration__Group_2_0_0__0)
{ after(grammarAccess.getXVariableDeclarationAccess().getGroup_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XVariableDeclaration__Group_2_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XVariableDeclaration__Group_2_0_0__0__Impl
rule__XVariableDeclaration__Group_2_0_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XVariableDeclaration__Group_2_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXVariableDeclarationAccess().getTypeAssignment_2_0_0_0()); }
(rule__XVariableDeclaration__TypeAssignment_2_0_0_0)
{ after(grammarAccess.getXVariableDeclarationAccess().getTypeAssignment_2_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XVariableDeclaration__Group_2_0_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XVariableDeclaration__Group_2_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XVariableDeclaration__Group_2_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXVariableDeclarationAccess().getNameAssignment_2_0_0_1()); }
(rule__XVariableDeclaration__NameAssignment_2_0_0_1)
{ after(grammarAccess.getXVariableDeclarationAccess().getNameAssignment_2_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XVariableDeclaration__Group_3__0
@init {
int stackSize = keepStackSize();
}
:
rule__XVariableDeclaration__Group_3__0__Impl
rule__XVariableDeclaration__Group_3__1
;
finally {
restoreStackSize(stackSize);
}
rule__XVariableDeclaration__Group_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXVariableDeclarationAccess().getEqualsSignKeyword_3_0()); }
'='
{ after(grammarAccess.getXVariableDeclarationAccess().getEqualsSignKeyword_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XVariableDeclaration__Group_3__1
@init {
int stackSize = keepStackSize();
}
:
rule__XVariableDeclaration__Group_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XVariableDeclaration__Group_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXVariableDeclarationAccess().getRightAssignment_3_1()); }
(rule__XVariableDeclaration__RightAssignment_3_1)
{ after(grammarAccess.getXVariableDeclarationAccess().getRightAssignment_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmFormalParameter__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__JvmFormalParameter__Group__0__Impl
rule__JvmFormalParameter__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__JvmFormalParameter__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmFormalParameterAccess().getParameterTypeAssignment_0()); }
(rule__JvmFormalParameter__ParameterTypeAssignment_0)?
{ after(grammarAccess.getJvmFormalParameterAccess().getParameterTypeAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmFormalParameter__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__JvmFormalParameter__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__JvmFormalParameter__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmFormalParameterAccess().getNameAssignment_1()); }
(rule__JvmFormalParameter__NameAssignment_1)
{ after(grammarAccess.getJvmFormalParameterAccess().getNameAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__FullJvmFormalParameter__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__FullJvmFormalParameter__Group__0__Impl
rule__FullJvmFormalParameter__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__FullJvmFormalParameter__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getFullJvmFormalParameterAccess().getParameterTypeAssignment_0()); }
(rule__FullJvmFormalParameter__ParameterTypeAssignment_0)
{ after(grammarAccess.getFullJvmFormalParameterAccess().getParameterTypeAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__FullJvmFormalParameter__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__FullJvmFormalParameter__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__FullJvmFormalParameter__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getFullJvmFormalParameterAccess().getNameAssignment_1()); }
(rule__FullJvmFormalParameter__NameAssignment_1)
{ after(grammarAccess.getFullJvmFormalParameterAccess().getNameAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XFeatureCall__Group__0__Impl
rule__XFeatureCall__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getXFeatureCallAction_0()); }
()
{ after(grammarAccess.getXFeatureCallAccess().getXFeatureCallAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XFeatureCall__Group__1__Impl
rule__XFeatureCall__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getGroup_1()); }
(rule__XFeatureCall__Group_1__0)?
{ after(grammarAccess.getXFeatureCallAccess().getGroup_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__XFeatureCall__Group__2__Impl
rule__XFeatureCall__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getFeatureAssignment_2()); }
(rule__XFeatureCall__FeatureAssignment_2)
{ after(grammarAccess.getXFeatureCallAccess().getFeatureAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__XFeatureCall__Group__3__Impl
rule__XFeatureCall__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getGroup_3()); }
(rule__XFeatureCall__Group_3__0)?
{ after(grammarAccess.getXFeatureCallAccess().getGroup_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__XFeatureCall__Group__4__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsAssignment_4()); }
(rule__XFeatureCall__FeatureCallArgumentsAssignment_4)?
{ after(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsAssignment_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XFeatureCall__Group_1__0__Impl
rule__XFeatureCall__Group_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getLessThanSignKeyword_1_0()); }
'<'
{ after(grammarAccess.getXFeatureCallAccess().getLessThanSignKeyword_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XFeatureCall__Group_1__1__Impl
rule__XFeatureCall__Group_1__2
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getTypeArgumentsAssignment_1_1()); }
(rule__XFeatureCall__TypeArgumentsAssignment_1_1)
{ after(grammarAccess.getXFeatureCallAccess().getTypeArgumentsAssignment_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group_1__2
@init {
int stackSize = keepStackSize();
}
:
rule__XFeatureCall__Group_1__2__Impl
rule__XFeatureCall__Group_1__3
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getGroup_1_2()); }
(rule__XFeatureCall__Group_1_2__0)*
{ after(grammarAccess.getXFeatureCallAccess().getGroup_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group_1__3
@init {
int stackSize = keepStackSize();
}
:
rule__XFeatureCall__Group_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getGreaterThanSignKeyword_1_3()); }
'>'
{ after(grammarAccess.getXFeatureCallAccess().getGreaterThanSignKeyword_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group_1_2__0
@init {
int stackSize = keepStackSize();
}
:
rule__XFeatureCall__Group_1_2__0__Impl
rule__XFeatureCall__Group_1_2__1
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group_1_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getCommaKeyword_1_2_0()); }
','
{ after(grammarAccess.getXFeatureCallAccess().getCommaKeyword_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group_1_2__1
@init {
int stackSize = keepStackSize();
}
:
rule__XFeatureCall__Group_1_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group_1_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getTypeArgumentsAssignment_1_2_1()); }
(rule__XFeatureCall__TypeArgumentsAssignment_1_2_1)
{ after(grammarAccess.getXFeatureCallAccess().getTypeArgumentsAssignment_1_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group_3__0
@init {
int stackSize = keepStackSize();
}
:
rule__XFeatureCall__Group_3__0__Impl
rule__XFeatureCall__Group_3__1
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getExplicitOperationCallAssignment_3_0()); }
(rule__XFeatureCall__ExplicitOperationCallAssignment_3_0)
{ after(grammarAccess.getXFeatureCallAccess().getExplicitOperationCallAssignment_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group_3__1
@init {
int stackSize = keepStackSize();
}
:
rule__XFeatureCall__Group_3__1__Impl
rule__XFeatureCall__Group_3__2
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getAlternatives_3_1()); }
(rule__XFeatureCall__Alternatives_3_1)?
{ after(grammarAccess.getXFeatureCallAccess().getAlternatives_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group_3__2
@init {
int stackSize = keepStackSize();
}
:
rule__XFeatureCall__Group_3__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group_3__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getRightParenthesisKeyword_3_2()); }
')'
{ after(grammarAccess.getXFeatureCallAccess().getRightParenthesisKeyword_3_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group_3_1_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XFeatureCall__Group_3_1_1__0__Impl
rule__XFeatureCall__Group_3_1_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group_3_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsAssignment_3_1_1_0()); }
(rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_0)
{ after(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsAssignment_3_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group_3_1_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XFeatureCall__Group_3_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group_3_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getGroup_3_1_1_1()); }
(rule__XFeatureCall__Group_3_1_1_1__0)*
{ after(grammarAccess.getXFeatureCallAccess().getGroup_3_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group_3_1_1_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XFeatureCall__Group_3_1_1_1__0__Impl
rule__XFeatureCall__Group_3_1_1_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group_3_1_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getCommaKeyword_3_1_1_1_0()); }
','
{ after(grammarAccess.getXFeatureCallAccess().getCommaKeyword_3_1_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group_3_1_1_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XFeatureCall__Group_3_1_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__Group_3_1_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsAssignment_3_1_1_1_1()); }
(rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_1_1)
{ after(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsAssignment_3_1_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XConstructorCall__Group__0__Impl
rule__XConstructorCall__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getXConstructorCallAction_0()); }
()
{ after(grammarAccess.getXConstructorCallAccess().getXConstructorCallAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XConstructorCall__Group__1__Impl
rule__XConstructorCall__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getNewKeyword_1()); }
'new'
{ after(grammarAccess.getXConstructorCallAccess().getNewKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__XConstructorCall__Group__2__Impl
rule__XConstructorCall__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getConstructorAssignment_2()); }
(rule__XConstructorCall__ConstructorAssignment_2)
{ after(grammarAccess.getXConstructorCallAccess().getConstructorAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__XConstructorCall__Group__3__Impl
rule__XConstructorCall__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getGroup_3()); }
(rule__XConstructorCall__Group_3__0)?
{ after(grammarAccess.getXConstructorCallAccess().getGroup_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__XConstructorCall__Group__4__Impl
rule__XConstructorCall__Group__5
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getGroup_4()); }
(rule__XConstructorCall__Group_4__0)?
{ after(grammarAccess.getXConstructorCallAccess().getGroup_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group__5
@init {
int stackSize = keepStackSize();
}
:
rule__XConstructorCall__Group__5__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getArgumentsAssignment_5()); }
(rule__XConstructorCall__ArgumentsAssignment_5)?
{ after(grammarAccess.getXConstructorCallAccess().getArgumentsAssignment_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group_3__0
@init {
int stackSize = keepStackSize();
}
:
rule__XConstructorCall__Group_3__0__Impl
rule__XConstructorCall__Group_3__1
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getLessThanSignKeyword_3_0()); }
('<')
{ after(grammarAccess.getXConstructorCallAccess().getLessThanSignKeyword_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group_3__1
@init {
int stackSize = keepStackSize();
}
:
rule__XConstructorCall__Group_3__1__Impl
rule__XConstructorCall__Group_3__2
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getTypeArgumentsAssignment_3_1()); }
(rule__XConstructorCall__TypeArgumentsAssignment_3_1)
{ after(grammarAccess.getXConstructorCallAccess().getTypeArgumentsAssignment_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group_3__2
@init {
int stackSize = keepStackSize();
}
:
rule__XConstructorCall__Group_3__2__Impl
rule__XConstructorCall__Group_3__3
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group_3__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getGroup_3_2()); }
(rule__XConstructorCall__Group_3_2__0)*
{ after(grammarAccess.getXConstructorCallAccess().getGroup_3_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group_3__3
@init {
int stackSize = keepStackSize();
}
:
rule__XConstructorCall__Group_3__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group_3__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getGreaterThanSignKeyword_3_3()); }
'>'
{ after(grammarAccess.getXConstructorCallAccess().getGreaterThanSignKeyword_3_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group_3_2__0
@init {
int stackSize = keepStackSize();
}
:
rule__XConstructorCall__Group_3_2__0__Impl
rule__XConstructorCall__Group_3_2__1
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group_3_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getCommaKeyword_3_2_0()); }
','
{ after(grammarAccess.getXConstructorCallAccess().getCommaKeyword_3_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group_3_2__1
@init {
int stackSize = keepStackSize();
}
:
rule__XConstructorCall__Group_3_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group_3_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getTypeArgumentsAssignment_3_2_1()); }
(rule__XConstructorCall__TypeArgumentsAssignment_3_2_1)
{ after(grammarAccess.getXConstructorCallAccess().getTypeArgumentsAssignment_3_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
rule__XConstructorCall__Group_4__0__Impl
rule__XConstructorCall__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getExplicitConstructorCallAssignment_4_0()); }
(rule__XConstructorCall__ExplicitConstructorCallAssignment_4_0)
{ after(grammarAccess.getXConstructorCallAccess().getExplicitConstructorCallAssignment_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
rule__XConstructorCall__Group_4__1__Impl
rule__XConstructorCall__Group_4__2
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getAlternatives_4_1()); }
(rule__XConstructorCall__Alternatives_4_1)?
{ after(grammarAccess.getXConstructorCallAccess().getAlternatives_4_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group_4__2
@init {
int stackSize = keepStackSize();
}
:
rule__XConstructorCall__Group_4__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group_4__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getRightParenthesisKeyword_4_2()); }
')'
{ after(grammarAccess.getXConstructorCallAccess().getRightParenthesisKeyword_4_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group_4_1_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XConstructorCall__Group_4_1_1__0__Impl
rule__XConstructorCall__Group_4_1_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group_4_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getArgumentsAssignment_4_1_1_0()); }
(rule__XConstructorCall__ArgumentsAssignment_4_1_1_0)
{ after(grammarAccess.getXConstructorCallAccess().getArgumentsAssignment_4_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group_4_1_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XConstructorCall__Group_4_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group_4_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getGroup_4_1_1_1()); }
(rule__XConstructorCall__Group_4_1_1_1__0)*
{ after(grammarAccess.getXConstructorCallAccess().getGroup_4_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group_4_1_1_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XConstructorCall__Group_4_1_1_1__0__Impl
rule__XConstructorCall__Group_4_1_1_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group_4_1_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getCommaKeyword_4_1_1_1_0()); }
','
{ after(grammarAccess.getXConstructorCallAccess().getCommaKeyword_4_1_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group_4_1_1_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XConstructorCall__Group_4_1_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__Group_4_1_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getArgumentsAssignment_4_1_1_1_1()); }
(rule__XConstructorCall__ArgumentsAssignment_4_1_1_1_1)
{ after(grammarAccess.getXConstructorCallAccess().getArgumentsAssignment_4_1_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBooleanLiteral__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XBooleanLiteral__Group__0__Impl
rule__XBooleanLiteral__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XBooleanLiteral__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBooleanLiteralAccess().getXBooleanLiteralAction_0()); }
()
{ after(grammarAccess.getXBooleanLiteralAccess().getXBooleanLiteralAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBooleanLiteral__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XBooleanLiteral__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XBooleanLiteral__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBooleanLiteralAccess().getAlternatives_1()); }
(rule__XBooleanLiteral__Alternatives_1)
{ after(grammarAccess.getXBooleanLiteralAccess().getAlternatives_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XNullLiteral__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XNullLiteral__Group__0__Impl
rule__XNullLiteral__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XNullLiteral__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXNullLiteralAccess().getXNullLiteralAction_0()); }
()
{ after(grammarAccess.getXNullLiteralAccess().getXNullLiteralAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XNullLiteral__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XNullLiteral__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XNullLiteral__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXNullLiteralAccess().getNullKeyword_1()); }
'null'
{ after(grammarAccess.getXNullLiteralAccess().getNullKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XNumberLiteral__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XNumberLiteral__Group__0__Impl
rule__XNumberLiteral__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XNumberLiteral__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXNumberLiteralAccess().getXNumberLiteralAction_0()); }
()
{ after(grammarAccess.getXNumberLiteralAccess().getXNumberLiteralAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XNumberLiteral__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XNumberLiteral__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XNumberLiteral__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXNumberLiteralAccess().getValueAssignment_1()); }
(rule__XNumberLiteral__ValueAssignment_1)
{ after(grammarAccess.getXNumberLiteralAccess().getValueAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XStringLiteral__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XStringLiteral__Group__0__Impl
rule__XStringLiteral__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XStringLiteral__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXStringLiteralAccess().getXStringLiteralAction_0()); }
()
{ after(grammarAccess.getXStringLiteralAccess().getXStringLiteralAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XStringLiteral__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XStringLiteral__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XStringLiteral__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXStringLiteralAccess().getValueAssignment_1()); }
(rule__XStringLiteral__ValueAssignment_1)
{ after(grammarAccess.getXStringLiteralAccess().getValueAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XTypeLiteral__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XTypeLiteral__Group__0__Impl
rule__XTypeLiteral__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XTypeLiteral__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXTypeLiteralAccess().getXTypeLiteralAction_0()); }
()
{ after(grammarAccess.getXTypeLiteralAccess().getXTypeLiteralAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XTypeLiteral__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XTypeLiteral__Group__1__Impl
rule__XTypeLiteral__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__XTypeLiteral__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXTypeLiteralAccess().getTypeofKeyword_1()); }
'typeof'
{ after(grammarAccess.getXTypeLiteralAccess().getTypeofKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XTypeLiteral__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__XTypeLiteral__Group__2__Impl
rule__XTypeLiteral__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__XTypeLiteral__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXTypeLiteralAccess().getLeftParenthesisKeyword_2()); }
'('
{ after(grammarAccess.getXTypeLiteralAccess().getLeftParenthesisKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XTypeLiteral__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__XTypeLiteral__Group__3__Impl
rule__XTypeLiteral__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__XTypeLiteral__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXTypeLiteralAccess().getTypeAssignment_3()); }
(rule__XTypeLiteral__TypeAssignment_3)
{ after(grammarAccess.getXTypeLiteralAccess().getTypeAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XTypeLiteral__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__XTypeLiteral__Group__4__Impl
rule__XTypeLiteral__Group__5
;
finally {
restoreStackSize(stackSize);
}
rule__XTypeLiteral__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXTypeLiteralAccess().getArrayDimensionsAssignment_4()); }
(rule__XTypeLiteral__ArrayDimensionsAssignment_4)*
{ after(grammarAccess.getXTypeLiteralAccess().getArrayDimensionsAssignment_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XTypeLiteral__Group__5
@init {
int stackSize = keepStackSize();
}
:
rule__XTypeLiteral__Group__5__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XTypeLiteral__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXTypeLiteralAccess().getRightParenthesisKeyword_5()); }
')'
{ after(grammarAccess.getXTypeLiteralAccess().getRightParenthesisKeyword_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XThrowExpression__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XThrowExpression__Group__0__Impl
rule__XThrowExpression__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XThrowExpression__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXThrowExpressionAccess().getXThrowExpressionAction_0()); }
()
{ after(grammarAccess.getXThrowExpressionAccess().getXThrowExpressionAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XThrowExpression__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XThrowExpression__Group__1__Impl
rule__XThrowExpression__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__XThrowExpression__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXThrowExpressionAccess().getThrowKeyword_1()); }
'throw'
{ after(grammarAccess.getXThrowExpressionAccess().getThrowKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XThrowExpression__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__XThrowExpression__Group__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XThrowExpression__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXThrowExpressionAccess().getExpressionAssignment_2()); }
(rule__XThrowExpression__ExpressionAssignment_2)
{ after(grammarAccess.getXThrowExpressionAccess().getExpressionAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XReturnExpression__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XReturnExpression__Group__0__Impl
rule__XReturnExpression__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XReturnExpression__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXReturnExpressionAccess().getXReturnExpressionAction_0()); }
()
{ after(grammarAccess.getXReturnExpressionAccess().getXReturnExpressionAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XReturnExpression__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XReturnExpression__Group__1__Impl
rule__XReturnExpression__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__XReturnExpression__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXReturnExpressionAccess().getReturnKeyword_1()); }
'return'
{ after(grammarAccess.getXReturnExpressionAccess().getReturnKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XReturnExpression__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__XReturnExpression__Group__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XReturnExpression__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXReturnExpressionAccess().getExpressionAssignment_2()); }
(rule__XReturnExpression__ExpressionAssignment_2)?
{ after(grammarAccess.getXReturnExpressionAccess().getExpressionAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XTryCatchFinallyExpression__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XTryCatchFinallyExpression__Group__0__Impl
rule__XTryCatchFinallyExpression__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XTryCatchFinallyExpression__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXTryCatchFinallyExpressionAccess().getXTryCatchFinallyExpressionAction_0()); }
()
{ after(grammarAccess.getXTryCatchFinallyExpressionAccess().getXTryCatchFinallyExpressionAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XTryCatchFinallyExpression__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XTryCatchFinallyExpression__Group__1__Impl
rule__XTryCatchFinallyExpression__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__XTryCatchFinallyExpression__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXTryCatchFinallyExpressionAccess().getTryKeyword_1()); }
'try'
{ after(grammarAccess.getXTryCatchFinallyExpressionAccess().getTryKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XTryCatchFinallyExpression__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__XTryCatchFinallyExpression__Group__2__Impl
rule__XTryCatchFinallyExpression__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__XTryCatchFinallyExpression__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXTryCatchFinallyExpressionAccess().getExpressionAssignment_2()); }
(rule__XTryCatchFinallyExpression__ExpressionAssignment_2)
{ after(grammarAccess.getXTryCatchFinallyExpressionAccess().getExpressionAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XTryCatchFinallyExpression__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__XTryCatchFinallyExpression__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XTryCatchFinallyExpression__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXTryCatchFinallyExpressionAccess().getAlternatives_3()); }
(rule__XTryCatchFinallyExpression__Alternatives_3)
{ after(grammarAccess.getXTryCatchFinallyExpressionAccess().getAlternatives_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XTryCatchFinallyExpression__Group_3_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XTryCatchFinallyExpression__Group_3_0__0__Impl
rule__XTryCatchFinallyExpression__Group_3_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XTryCatchFinallyExpression__Group_3_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
(
{ before(grammarAccess.getXTryCatchFinallyExpressionAccess().getCatchClausesAssignment_3_0_0()); }
(rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0)
{ after(grammarAccess.getXTryCatchFinallyExpressionAccess().getCatchClausesAssignment_3_0_0()); }
)
(
{ before(grammarAccess.getXTryCatchFinallyExpressionAccess().getCatchClausesAssignment_3_0_0()); }
(rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0)*
{ after(grammarAccess.getXTryCatchFinallyExpressionAccess().getCatchClausesAssignment_3_0_0()); }
)
)
;
finally {
restoreStackSize(stackSize);
}
rule__XTryCatchFinallyExpression__Group_3_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XTryCatchFinallyExpression__Group_3_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XTryCatchFinallyExpression__Group_3_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXTryCatchFinallyExpressionAccess().getGroup_3_0_1()); }
(rule__XTryCatchFinallyExpression__Group_3_0_1__0)?
{ after(grammarAccess.getXTryCatchFinallyExpressionAccess().getGroup_3_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XTryCatchFinallyExpression__Group_3_0_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XTryCatchFinallyExpression__Group_3_0_1__0__Impl
rule__XTryCatchFinallyExpression__Group_3_0_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XTryCatchFinallyExpression__Group_3_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyKeyword_3_0_1_0()); }
('finally')
{ after(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyKeyword_3_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XTryCatchFinallyExpression__Group_3_0_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XTryCatchFinallyExpression__Group_3_0_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XTryCatchFinallyExpression__Group_3_0_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyExpressionAssignment_3_0_1_1()); }
(rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_0_1_1)
{ after(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyExpressionAssignment_3_0_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XTryCatchFinallyExpression__Group_3_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XTryCatchFinallyExpression__Group_3_1__0__Impl
rule__XTryCatchFinallyExpression__Group_3_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XTryCatchFinallyExpression__Group_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyKeyword_3_1_0()); }
'finally'
{ after(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyKeyword_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XTryCatchFinallyExpression__Group_3_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XTryCatchFinallyExpression__Group_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XTryCatchFinallyExpression__Group_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyExpressionAssignment_3_1_1()); }
(rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_1_1)
{ after(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyExpressionAssignment_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSynchronizedExpression__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XSynchronizedExpression__Group__0__Impl
rule__XSynchronizedExpression__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XSynchronizedExpression__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSynchronizedExpressionAccess().getGroup_0()); }
(rule__XSynchronizedExpression__Group_0__0)
{ after(grammarAccess.getXSynchronizedExpressionAccess().getGroup_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSynchronizedExpression__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XSynchronizedExpression__Group__1__Impl
rule__XSynchronizedExpression__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__XSynchronizedExpression__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSynchronizedExpressionAccess().getParamAssignment_1()); }
(rule__XSynchronizedExpression__ParamAssignment_1)
{ after(grammarAccess.getXSynchronizedExpressionAccess().getParamAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSynchronizedExpression__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__XSynchronizedExpression__Group__2__Impl
rule__XSynchronizedExpression__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__XSynchronizedExpression__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSynchronizedExpressionAccess().getRightParenthesisKeyword_2()); }
')'
{ after(grammarAccess.getXSynchronizedExpressionAccess().getRightParenthesisKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSynchronizedExpression__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__XSynchronizedExpression__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XSynchronizedExpression__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSynchronizedExpressionAccess().getExpressionAssignment_3()); }
(rule__XSynchronizedExpression__ExpressionAssignment_3)
{ after(grammarAccess.getXSynchronizedExpressionAccess().getExpressionAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSynchronizedExpression__Group_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XSynchronizedExpression__Group_0__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XSynchronizedExpression__Group_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSynchronizedExpressionAccess().getGroup_0_0()); }
(rule__XSynchronizedExpression__Group_0_0__0)
{ after(grammarAccess.getXSynchronizedExpressionAccess().getGroup_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSynchronizedExpression__Group_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XSynchronizedExpression__Group_0_0__0__Impl
rule__XSynchronizedExpression__Group_0_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XSynchronizedExpression__Group_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSynchronizedExpressionAccess().getXSynchronizedExpressionAction_0_0_0()); }
()
{ after(grammarAccess.getXSynchronizedExpressionAccess().getXSynchronizedExpressionAction_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSynchronizedExpression__Group_0_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XSynchronizedExpression__Group_0_0__1__Impl
rule__XSynchronizedExpression__Group_0_0__2
;
finally {
restoreStackSize(stackSize);
}
rule__XSynchronizedExpression__Group_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSynchronizedExpressionAccess().getSynchronizedKeyword_0_0_1()); }
'synchronized'
{ after(grammarAccess.getXSynchronizedExpressionAccess().getSynchronizedKeyword_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSynchronizedExpression__Group_0_0__2
@init {
int stackSize = keepStackSize();
}
:
rule__XSynchronizedExpression__Group_0_0__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XSynchronizedExpression__Group_0_0__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSynchronizedExpressionAccess().getLeftParenthesisKeyword_0_0_2()); }
'('
{ after(grammarAccess.getXSynchronizedExpressionAccess().getLeftParenthesisKeyword_0_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCatchClause__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XCatchClause__Group__0__Impl
rule__XCatchClause__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XCatchClause__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCatchClauseAccess().getCatchKeyword_0()); }
('catch')
{ after(grammarAccess.getXCatchClauseAccess().getCatchKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCatchClause__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XCatchClause__Group__1__Impl
rule__XCatchClause__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__XCatchClause__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCatchClauseAccess().getLeftParenthesisKeyword_1()); }
'('
{ after(grammarAccess.getXCatchClauseAccess().getLeftParenthesisKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCatchClause__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__XCatchClause__Group__2__Impl
rule__XCatchClause__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__XCatchClause__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCatchClauseAccess().getDeclaredParamAssignment_2()); }
(rule__XCatchClause__DeclaredParamAssignment_2)
{ after(grammarAccess.getXCatchClauseAccess().getDeclaredParamAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCatchClause__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__XCatchClause__Group__3__Impl
rule__XCatchClause__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__XCatchClause__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCatchClauseAccess().getRightParenthesisKeyword_3()); }
')'
{ after(grammarAccess.getXCatchClauseAccess().getRightParenthesisKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCatchClause__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__XCatchClause__Group__4__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XCatchClause__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCatchClauseAccess().getExpressionAssignment_4()); }
(rule__XCatchClause__ExpressionAssignment_4)
{ after(grammarAccess.getXCatchClauseAccess().getExpressionAssignment_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__QualifiedName__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__QualifiedName__Group__0__Impl
rule__QualifiedName__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__QualifiedName__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getQualifiedNameAccess().getValidIDParserRuleCall_0()); }
ruleValidID
{ after(grammarAccess.getQualifiedNameAccess().getValidIDParserRuleCall_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__QualifiedName__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__QualifiedName__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__QualifiedName__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getQualifiedNameAccess().getGroup_1()); }
(rule__QualifiedName__Group_1__0)*
{ after(grammarAccess.getQualifiedNameAccess().getGroup_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__QualifiedName__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__QualifiedName__Group_1__0__Impl
rule__QualifiedName__Group_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__QualifiedName__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getQualifiedNameAccess().getFullStopKeyword_1_0()); }
('.')
{ after(grammarAccess.getQualifiedNameAccess().getFullStopKeyword_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__QualifiedName__Group_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__QualifiedName__Group_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__QualifiedName__Group_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getQualifiedNameAccess().getValidIDParserRuleCall_1_1()); }
ruleValidID
{ after(grammarAccess.getQualifiedNameAccess().getValidIDParserRuleCall_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Number__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__Number__Group_1__0__Impl
rule__Number__Group_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__Number__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNumberAccess().getAlternatives_1_0()); }
(rule__Number__Alternatives_1_0)
{ after(grammarAccess.getNumberAccess().getAlternatives_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Number__Group_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__Number__Group_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__Number__Group_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNumberAccess().getGroup_1_1()); }
(rule__Number__Group_1_1__0)?
{ after(grammarAccess.getNumberAccess().getGroup_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Number__Group_1_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__Number__Group_1_1__0__Impl
rule__Number__Group_1_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__Number__Group_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNumberAccess().getFullStopKeyword_1_1_0()); }
'.'
{ after(grammarAccess.getNumberAccess().getFullStopKeyword_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Number__Group_1_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__Number__Group_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__Number__Group_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNumberAccess().getAlternatives_1_1_1()); }
(rule__Number__Alternatives_1_1_1)
{ after(grammarAccess.getNumberAccess().getAlternatives_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmTypeReference__Group_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__JvmTypeReference__Group_0__0__Impl
rule__JvmTypeReference__Group_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__JvmTypeReference__Group_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmTypeReferenceAccess().getJvmParameterizedTypeReferenceParserRuleCall_0_0()); }
ruleJvmParameterizedTypeReference
{ after(grammarAccess.getJvmTypeReferenceAccess().getJvmParameterizedTypeReferenceParserRuleCall_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmTypeReference__Group_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__JvmTypeReference__Group_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__JvmTypeReference__Group_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmTypeReferenceAccess().getGroup_0_1()); }
(rule__JvmTypeReference__Group_0_1__0)*
{ after(grammarAccess.getJvmTypeReferenceAccess().getGroup_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmTypeReference__Group_0_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__JvmTypeReference__Group_0_1__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__JvmTypeReference__Group_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmTypeReferenceAccess().getGroup_0_1_0()); }
(rule__JvmTypeReference__Group_0_1_0__0)
{ after(grammarAccess.getJvmTypeReferenceAccess().getGroup_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmTypeReference__Group_0_1_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__JvmTypeReference__Group_0_1_0__0__Impl
rule__JvmTypeReference__Group_0_1_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__JvmTypeReference__Group_0_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmTypeReferenceAccess().getJvmGenericArrayTypeReferenceComponentTypeAction_0_1_0_0()); }
()
{ after(grammarAccess.getJvmTypeReferenceAccess().getJvmGenericArrayTypeReferenceComponentTypeAction_0_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmTypeReference__Group_0_1_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__JvmTypeReference__Group_0_1_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__JvmTypeReference__Group_0_1_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmTypeReferenceAccess().getArrayBracketsParserRuleCall_0_1_0_1()); }
ruleArrayBrackets
{ after(grammarAccess.getJvmTypeReferenceAccess().getArrayBracketsParserRuleCall_0_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ArrayBrackets__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__ArrayBrackets__Group__0__Impl
rule__ArrayBrackets__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__ArrayBrackets__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getArrayBracketsAccess().getLeftSquareBracketKeyword_0()); }
'['
{ after(grammarAccess.getArrayBracketsAccess().getLeftSquareBracketKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__ArrayBrackets__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__ArrayBrackets__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__ArrayBrackets__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getArrayBracketsAccess().getRightSquareBracketKeyword_1()); }
']'
{ after(grammarAccess.getArrayBracketsAccess().getRightSquareBracketKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFunctionTypeRef__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__XFunctionTypeRef__Group__0__Impl
rule__XFunctionTypeRef__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__XFunctionTypeRef__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFunctionTypeRefAccess().getGroup_0()); }
(rule__XFunctionTypeRef__Group_0__0)?
{ after(grammarAccess.getXFunctionTypeRefAccess().getGroup_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFunctionTypeRef__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__XFunctionTypeRef__Group__1__Impl
rule__XFunctionTypeRef__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__XFunctionTypeRef__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFunctionTypeRefAccess().getEqualsSignGreaterThanSignKeyword_1()); }
'=>'
{ after(grammarAccess.getXFunctionTypeRefAccess().getEqualsSignGreaterThanSignKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFunctionTypeRef__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__XFunctionTypeRef__Group__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XFunctionTypeRef__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFunctionTypeRefAccess().getReturnTypeAssignment_2()); }
(rule__XFunctionTypeRef__ReturnTypeAssignment_2)
{ after(grammarAccess.getXFunctionTypeRefAccess().getReturnTypeAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFunctionTypeRef__Group_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XFunctionTypeRef__Group_0__0__Impl
rule__XFunctionTypeRef__Group_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XFunctionTypeRef__Group_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFunctionTypeRefAccess().getLeftParenthesisKeyword_0_0()); }
'('
{ after(grammarAccess.getXFunctionTypeRefAccess().getLeftParenthesisKeyword_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFunctionTypeRef__Group_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XFunctionTypeRef__Group_0__1__Impl
rule__XFunctionTypeRef__Group_0__2
;
finally {
restoreStackSize(stackSize);
}
rule__XFunctionTypeRef__Group_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFunctionTypeRefAccess().getGroup_0_1()); }
(rule__XFunctionTypeRef__Group_0_1__0)?
{ after(grammarAccess.getXFunctionTypeRefAccess().getGroup_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFunctionTypeRef__Group_0__2
@init {
int stackSize = keepStackSize();
}
:
rule__XFunctionTypeRef__Group_0__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XFunctionTypeRef__Group_0__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFunctionTypeRefAccess().getRightParenthesisKeyword_0_2()); }
')'
{ after(grammarAccess.getXFunctionTypeRefAccess().getRightParenthesisKeyword_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFunctionTypeRef__Group_0_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XFunctionTypeRef__Group_0_1__0__Impl
rule__XFunctionTypeRef__Group_0_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XFunctionTypeRef__Group_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFunctionTypeRefAccess().getParamTypesAssignment_0_1_0()); }
(rule__XFunctionTypeRef__ParamTypesAssignment_0_1_0)
{ after(grammarAccess.getXFunctionTypeRefAccess().getParamTypesAssignment_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFunctionTypeRef__Group_0_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XFunctionTypeRef__Group_0_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XFunctionTypeRef__Group_0_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFunctionTypeRefAccess().getGroup_0_1_1()); }
(rule__XFunctionTypeRef__Group_0_1_1__0)*
{ after(grammarAccess.getXFunctionTypeRefAccess().getGroup_0_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFunctionTypeRef__Group_0_1_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__XFunctionTypeRef__Group_0_1_1__0__Impl
rule__XFunctionTypeRef__Group_0_1_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__XFunctionTypeRef__Group_0_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFunctionTypeRefAccess().getCommaKeyword_0_1_1_0()); }
','
{ after(grammarAccess.getXFunctionTypeRefAccess().getCommaKeyword_0_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFunctionTypeRef__Group_0_1_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__XFunctionTypeRef__Group_0_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XFunctionTypeRef__Group_0_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFunctionTypeRefAccess().getParamTypesAssignment_0_1_1_1()); }
(rule__XFunctionTypeRef__ParamTypesAssignment_0_1_1_1)
{ after(grammarAccess.getXFunctionTypeRefAccess().getParamTypesAssignment_0_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__JvmParameterizedTypeReference__Group__0__Impl
rule__JvmParameterizedTypeReference__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeAssignment_0()); }
(rule__JvmParameterizedTypeReference__TypeAssignment_0)
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__JvmParameterizedTypeReference__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1()); }
(rule__JvmParameterizedTypeReference__Group_1__0)?
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__JvmParameterizedTypeReference__Group_1__0__Impl
rule__JvmParameterizedTypeReference__Group_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getLessThanSignKeyword_1_0()); }
('<')
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getLessThanSignKeyword_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__JvmParameterizedTypeReference__Group_1__1__Impl
rule__JvmParameterizedTypeReference__Group_1__2
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsAssignment_1_1()); }
(rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_1)
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsAssignment_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1__2
@init {
int stackSize = keepStackSize();
}
:
rule__JvmParameterizedTypeReference__Group_1__2__Impl
rule__JvmParameterizedTypeReference__Group_1__3
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1_2()); }
(rule__JvmParameterizedTypeReference__Group_1_2__0)*
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1__3
@init {
int stackSize = keepStackSize();
}
:
rule__JvmParameterizedTypeReference__Group_1__3__Impl
rule__JvmParameterizedTypeReference__Group_1__4
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGreaterThanSignKeyword_1_3()); }
'>'
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGreaterThanSignKeyword_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1__4
@init {
int stackSize = keepStackSize();
}
:
rule__JvmParameterizedTypeReference__Group_1__4__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1_4()); }
(rule__JvmParameterizedTypeReference__Group_1_4__0)*
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_2__0
@init {
int stackSize = keepStackSize();
}
:
rule__JvmParameterizedTypeReference__Group_1_2__0__Impl
rule__JvmParameterizedTypeReference__Group_1_2__1
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getCommaKeyword_1_2_0()); }
','
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getCommaKeyword_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_2__1
@init {
int stackSize = keepStackSize();
}
:
rule__JvmParameterizedTypeReference__Group_1_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsAssignment_1_2_1()); }
(rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_2_1)
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsAssignment_1_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_4__0
@init {
int stackSize = keepStackSize();
}
:
rule__JvmParameterizedTypeReference__Group_1_4__0__Impl
rule__JvmParameterizedTypeReference__Group_1_4__1
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1_4_0()); }
(rule__JvmParameterizedTypeReference__Group_1_4_0__0)
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_4__1
@init {
int stackSize = keepStackSize();
}
:
rule__JvmParameterizedTypeReference__Group_1_4__1__Impl
rule__JvmParameterizedTypeReference__Group_1_4__2
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeAssignment_1_4_1()); }
(rule__JvmParameterizedTypeReference__TypeAssignment_1_4_1)
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeAssignment_1_4_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_4__2
@init {
int stackSize = keepStackSize();
}
:
rule__JvmParameterizedTypeReference__Group_1_4__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_4__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1_4_2()); }
(rule__JvmParameterizedTypeReference__Group_1_4_2__0)?
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1_4_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_4_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__JvmParameterizedTypeReference__Group_1_4_0__0__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_4_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1_4_0_0()); }
(rule__JvmParameterizedTypeReference__Group_1_4_0_0__0)
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1_4_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_4_0_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__JvmParameterizedTypeReference__Group_1_4_0_0__0__Impl
rule__JvmParameterizedTypeReference__Group_1_4_0_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_4_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getJvmInnerTypeReferenceOuterAction_1_4_0_0_0()); }
()
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getJvmInnerTypeReferenceOuterAction_1_4_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_4_0_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__JvmParameterizedTypeReference__Group_1_4_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_4_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getFullStopKeyword_1_4_0_0_1()); }
'.'
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getFullStopKeyword_1_4_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_4_2__0
@init {
int stackSize = keepStackSize();
}
:
rule__JvmParameterizedTypeReference__Group_1_4_2__0__Impl
rule__JvmParameterizedTypeReference__Group_1_4_2__1
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_4_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getLessThanSignKeyword_1_4_2_0()); }
('<')
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getLessThanSignKeyword_1_4_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_4_2__1
@init {
int stackSize = keepStackSize();
}
:
rule__JvmParameterizedTypeReference__Group_1_4_2__1__Impl
rule__JvmParameterizedTypeReference__Group_1_4_2__2
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_4_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsAssignment_1_4_2_1()); }
(rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_1)
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsAssignment_1_4_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_4_2__2
@init {
int stackSize = keepStackSize();
}
:
rule__JvmParameterizedTypeReference__Group_1_4_2__2__Impl
rule__JvmParameterizedTypeReference__Group_1_4_2__3
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_4_2__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1_4_2_2()); }
(rule__JvmParameterizedTypeReference__Group_1_4_2_2__0)*
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1_4_2_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_4_2__3
@init {
int stackSize = keepStackSize();
}
:
rule__JvmParameterizedTypeReference__Group_1_4_2__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_4_2__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGreaterThanSignKeyword_1_4_2_3()); }
'>'
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGreaterThanSignKeyword_1_4_2_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_4_2_2__0
@init {
int stackSize = keepStackSize();
}
:
rule__JvmParameterizedTypeReference__Group_1_4_2_2__0__Impl
rule__JvmParameterizedTypeReference__Group_1_4_2_2__1
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_4_2_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getCommaKeyword_1_4_2_2_0()); }
','
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getCommaKeyword_1_4_2_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_4_2_2__1
@init {
int stackSize = keepStackSize();
}
:
rule__JvmParameterizedTypeReference__Group_1_4_2_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__Group_1_4_2_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsAssignment_1_4_2_2_1()); }
(rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_2_1)
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsAssignment_1_4_2_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmWildcardTypeReference__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__JvmWildcardTypeReference__Group__0__Impl
rule__JvmWildcardTypeReference__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__JvmWildcardTypeReference__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmWildcardTypeReferenceAccess().getJvmWildcardTypeReferenceAction_0()); }
()
{ after(grammarAccess.getJvmWildcardTypeReferenceAccess().getJvmWildcardTypeReferenceAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmWildcardTypeReference__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__JvmWildcardTypeReference__Group__1__Impl
rule__JvmWildcardTypeReference__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__JvmWildcardTypeReference__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmWildcardTypeReferenceAccess().getQuestionMarkKeyword_1()); }
'?'
{ after(grammarAccess.getJvmWildcardTypeReferenceAccess().getQuestionMarkKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmWildcardTypeReference__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__JvmWildcardTypeReference__Group__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__JvmWildcardTypeReference__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmWildcardTypeReferenceAccess().getAlternatives_2()); }
(rule__JvmWildcardTypeReference__Alternatives_2)?
{ after(grammarAccess.getJvmWildcardTypeReferenceAccess().getAlternatives_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmWildcardTypeReference__Group_2_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__JvmWildcardTypeReference__Group_2_0__0__Impl
rule__JvmWildcardTypeReference__Group_2_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__JvmWildcardTypeReference__Group_2_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsAssignment_2_0_0()); }
(rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_0)
{ after(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsAssignment_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmWildcardTypeReference__Group_2_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__JvmWildcardTypeReference__Group_2_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__JvmWildcardTypeReference__Group_2_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsAssignment_2_0_1()); }
(rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_1)*
{ after(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsAssignment_2_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmWildcardTypeReference__Group_2_1__0
@init {
int stackSize = keepStackSize();
}
:
rule__JvmWildcardTypeReference__Group_2_1__0__Impl
rule__JvmWildcardTypeReference__Group_2_1__1
;
finally {
restoreStackSize(stackSize);
}
rule__JvmWildcardTypeReference__Group_2_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsAssignment_2_1_0()); }
(rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_0)
{ after(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsAssignment_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmWildcardTypeReference__Group_2_1__1
@init {
int stackSize = keepStackSize();
}
:
rule__JvmWildcardTypeReference__Group_2_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__JvmWildcardTypeReference__Group_2_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsAssignment_2_1_1()); }
(rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_1)*
{ after(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsAssignment_2_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmUpperBound__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__JvmUpperBound__Group__0__Impl
rule__JvmUpperBound__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__JvmUpperBound__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmUpperBoundAccess().getExtendsKeyword_0()); }
'extends'
{ after(grammarAccess.getJvmUpperBoundAccess().getExtendsKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmUpperBound__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__JvmUpperBound__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__JvmUpperBound__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmUpperBoundAccess().getTypeReferenceAssignment_1()); }
(rule__JvmUpperBound__TypeReferenceAssignment_1)
{ after(grammarAccess.getJvmUpperBoundAccess().getTypeReferenceAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmUpperBoundAnded__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__JvmUpperBoundAnded__Group__0__Impl
rule__JvmUpperBoundAnded__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__JvmUpperBoundAnded__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmUpperBoundAndedAccess().getAmpersandKeyword_0()); }
'&'
{ after(grammarAccess.getJvmUpperBoundAndedAccess().getAmpersandKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmUpperBoundAnded__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__JvmUpperBoundAnded__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__JvmUpperBoundAnded__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmUpperBoundAndedAccess().getTypeReferenceAssignment_1()); }
(rule__JvmUpperBoundAnded__TypeReferenceAssignment_1)
{ after(grammarAccess.getJvmUpperBoundAndedAccess().getTypeReferenceAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmLowerBound__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__JvmLowerBound__Group__0__Impl
rule__JvmLowerBound__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__JvmLowerBound__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmLowerBoundAccess().getSuperKeyword_0()); }
'super'
{ after(grammarAccess.getJvmLowerBoundAccess().getSuperKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmLowerBound__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__JvmLowerBound__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__JvmLowerBound__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmLowerBoundAccess().getTypeReferenceAssignment_1()); }
(rule__JvmLowerBound__TypeReferenceAssignment_1)
{ after(grammarAccess.getJvmLowerBoundAccess().getTypeReferenceAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmLowerBoundAnded__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__JvmLowerBoundAnded__Group__0__Impl
rule__JvmLowerBoundAnded__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__JvmLowerBoundAnded__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmLowerBoundAndedAccess().getAmpersandKeyword_0()); }
'&'
{ after(grammarAccess.getJvmLowerBoundAndedAccess().getAmpersandKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmLowerBoundAnded__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__JvmLowerBoundAnded__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__JvmLowerBoundAnded__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmLowerBoundAndedAccess().getTypeReferenceAssignment_1()); }
(rule__JvmLowerBoundAnded__TypeReferenceAssignment_1)
{ after(grammarAccess.getJvmLowerBoundAndedAccess().getTypeReferenceAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__QualifiedNameWithWildcard__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__QualifiedNameWithWildcard__Group__0__Impl
rule__QualifiedNameWithWildcard__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__QualifiedNameWithWildcard__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getQualifiedNameWithWildcardAccess().getQualifiedNameParserRuleCall_0()); }
ruleQualifiedName
{ after(grammarAccess.getQualifiedNameWithWildcardAccess().getQualifiedNameParserRuleCall_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__QualifiedNameWithWildcard__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__QualifiedNameWithWildcard__Group__1__Impl
rule__QualifiedNameWithWildcard__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__QualifiedNameWithWildcard__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getQualifiedNameWithWildcardAccess().getFullStopKeyword_1()); }
'.'
{ after(grammarAccess.getQualifiedNameWithWildcardAccess().getFullStopKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__QualifiedNameWithWildcard__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__QualifiedNameWithWildcard__Group__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__QualifiedNameWithWildcard__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getQualifiedNameWithWildcardAccess().getAsteriskKeyword_2()); }
'*'
{ after(grammarAccess.getQualifiedNameWithWildcardAccess().getAsteriskKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__QualifiedNameInStaticImport__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__QualifiedNameInStaticImport__Group__0__Impl
rule__QualifiedNameInStaticImport__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__QualifiedNameInStaticImport__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getQualifiedNameInStaticImportAccess().getValidIDParserRuleCall_0()); }
ruleValidID
{ after(grammarAccess.getQualifiedNameInStaticImportAccess().getValidIDParserRuleCall_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__QualifiedNameInStaticImport__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__QualifiedNameInStaticImport__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__QualifiedNameInStaticImport__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getQualifiedNameInStaticImportAccess().getFullStopKeyword_1()); }
'.'
{ after(grammarAccess.getQualifiedNameInStaticImportAccess().getFullStopKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__UnorderedGroup_3
@init {
int stackSize = keepStackSize();
getUnorderedGroupHelper().enter(grammarAccess.getTableSelectionAccess().getUnorderedGroup_3());
}
:
rule__TableSelection__UnorderedGroup_3__0
?
;
finally {
getUnorderedGroupHelper().leave(grammarAccess.getTableSelectionAccess().getUnorderedGroup_3());
restoreStackSize(stackSize);
}
rule__TableSelection__UnorderedGroup_3__Impl
@init {
int stackSize = keepStackSize();
boolean selected = false;
}
:
(
(
{getUnorderedGroupHelper().canSelect(grammarAccess.getTableSelectionAccess().getUnorderedGroup_3(), 0)}?=>(
{
getUnorderedGroupHelper().select(grammarAccess.getTableSelectionAccess().getUnorderedGroup_3(), 0);
}
{
selected = true;
}
(
{ before(grammarAccess.getTableSelectionAccess().getSelectalwaysAssignment_3_0()); }
(rule__TableSelection__SelectalwaysAssignment_3_0)
{ after(grammarAccess.getTableSelectionAccess().getSelectalwaysAssignment_3_0()); }
)
)
)|
(
{getUnorderedGroupHelper().canSelect(grammarAccess.getTableSelectionAccess().getUnorderedGroup_3(), 1)}?=>(
{
getUnorderedGroupHelper().select(grammarAccess.getTableSelectionAccess().getUnorderedGroup_3(), 1);
}
{
selected = true;
}
(
{ before(grammarAccess.getTableSelectionAccess().getGroup_3_1()); }
(rule__TableSelection__Group_3_1__0)
{ after(grammarAccess.getTableSelectionAccess().getGroup_3_1()); }
)
)
)|
(
{getUnorderedGroupHelper().canSelect(grammarAccess.getTableSelectionAccess().getUnorderedGroup_3(), 2)}?=>(
{
getUnorderedGroupHelper().select(grammarAccess.getTableSelectionAccess().getUnorderedGroup_3(), 2);
}
{
selected = true;
}
(
{ before(grammarAccess.getTableSelectionAccess().getFilteringAssignment_3_2()); }
(rule__TableSelection__FilteringAssignment_3_2)
{ after(grammarAccess.getTableSelectionAccess().getFilteringAssignment_3_2()); }
)
)
)|
(
{getUnorderedGroupHelper().canSelect(grammarAccess.getTableSelectionAccess().getUnorderedGroup_3(), 3)}?=>(
{
getUnorderedGroupHelper().select(grammarAccess.getTableSelectionAccess().getUnorderedGroup_3(), 3);
}
{
selected = true;
}
(
{ before(grammarAccess.getTableSelectionAccess().getEmbeddedAssignment_3_3()); }
(rule__TableSelection__EmbeddedAssignment_3_3)
{ after(grammarAccess.getTableSelectionAccess().getEmbeddedAssignment_3_3()); }
)
)
)|
(
{getUnorderedGroupHelper().canSelect(grammarAccess.getTableSelectionAccess().getUnorderedGroup_3(), 4)}?=>(
{
getUnorderedGroupHelper().select(grammarAccess.getTableSelectionAccess().getUnorderedGroup_3(), 4);
}
{
selected = true;
}
(
{ before(grammarAccess.getTableSelectionAccess().getGroup_3_4()); }
(rule__TableSelection__Group_3_4__0)
{ after(grammarAccess.getTableSelectionAccess().getGroup_3_4()); }
)
)
)
)
;
finally {
if (selected)
getUnorderedGroupHelper().returnFromSelection(grammarAccess.getTableSelectionAccess().getUnorderedGroup_3());
restoreStackSize(stackSize);
}
rule__TableSelection__UnorderedGroup_3__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableSelection__UnorderedGroup_3__Impl
rule__TableSelection__UnorderedGroup_3__1?
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__UnorderedGroup_3__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableSelection__UnorderedGroup_3__Impl
rule__TableSelection__UnorderedGroup_3__2?
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__UnorderedGroup_3__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableSelection__UnorderedGroup_3__Impl
rule__TableSelection__UnorderedGroup_3__3?
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__UnorderedGroup_3__3
@init {
int stackSize = keepStackSize();
}
:
rule__TableSelection__UnorderedGroup_3__Impl
rule__TableSelection__UnorderedGroup_3__4?
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__UnorderedGroup_3__4
@init {
int stackSize = keepStackSize();
}
:
rule__TableSelection__UnorderedGroup_3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__UnorderedGroup_2
@init {
int stackSize = keepStackSize();
getUnorderedGroupHelper().enter(grammarAccess.getTableTableAccess().getUnorderedGroup_2());
}
:
rule__TableTable__UnorderedGroup_2__0
?
;
finally {
getUnorderedGroupHelper().leave(grammarAccess.getTableTableAccess().getUnorderedGroup_2());
restoreStackSize(stackSize);
}
rule__TableTable__UnorderedGroup_2__Impl
@init {
int stackSize = keepStackSize();
boolean selected = false;
}
:
(
(
{getUnorderedGroupHelper().canSelect(grammarAccess.getTableTableAccess().getUnorderedGroup_2(), 0)}?=>(
{
getUnorderedGroupHelper().select(grammarAccess.getTableTableAccess().getUnorderedGroup_2(), 0);
}
{
selected = true;
}
(
{ before(grammarAccess.getTableTableAccess().getSelectalwaysAssignment_2_0()); }
(rule__TableTable__SelectalwaysAssignment_2_0)
{ after(grammarAccess.getTableTableAccess().getSelectalwaysAssignment_2_0()); }
)
)
)|
(
{getUnorderedGroupHelper().canSelect(grammarAccess.getTableTableAccess().getUnorderedGroup_2(), 1)}?=>(
{
getUnorderedGroupHelper().select(grammarAccess.getTableTableAccess().getUnorderedGroup_2(), 1);
}
{
selected = true;
}
(
{ before(grammarAccess.getTableTableAccess().getSelectByIdAssignment_2_1()); }
(rule__TableTable__SelectByIdAssignment_2_1)
{ after(grammarAccess.getTableTableAccess().getSelectByIdAssignment_2_1()); }
)
)
)|
(
{getUnorderedGroupHelper().canSelect(grammarAccess.getTableTableAccess().getUnorderedGroup_2(), 2)}?=>(
{
getUnorderedGroupHelper().select(grammarAccess.getTableTableAccess().getUnorderedGroup_2(), 2);
}
{
selected = true;
}
(
{ before(grammarAccess.getTableTableAccess().getGroup_2_2()); }
(rule__TableTable__Group_2_2__0)
{ after(grammarAccess.getTableTableAccess().getGroup_2_2()); }
)
)
)|
(
{getUnorderedGroupHelper().canSelect(grammarAccess.getTableTableAccess().getUnorderedGroup_2(), 3)}?=>(
{
getUnorderedGroupHelper().select(grammarAccess.getTableTableAccess().getUnorderedGroup_2(), 3);
}
{
selected = true;
}
(
{ before(grammarAccess.getTableTableAccess().getFilteringAssignment_2_3()); }
(rule__TableTable__FilteringAssignment_2_3)
{ after(grammarAccess.getTableTableAccess().getFilteringAssignment_2_3()); }
)
)
)|
(
{getUnorderedGroupHelper().canSelect(grammarAccess.getTableTableAccess().getUnorderedGroup_2(), 4)}?=>(
{
getUnorderedGroupHelper().select(grammarAccess.getTableTableAccess().getUnorderedGroup_2(), 4);
}
{
selected = true;
}
(
{ before(grammarAccess.getTableTableAccess().getEmbeddedAssignment_2_4()); }
(rule__TableTable__EmbeddedAssignment_2_4)
{ after(grammarAccess.getTableTableAccess().getEmbeddedAssignment_2_4()); }
)
)
)|
(
{getUnorderedGroupHelper().canSelect(grammarAccess.getTableTableAccess().getUnorderedGroup_2(), 5)}?=>(
{
getUnorderedGroupHelper().select(grammarAccess.getTableTableAccess().getUnorderedGroup_2(), 5);
}
{
selected = true;
}
(
{ before(grammarAccess.getTableTableAccess().getGroup_2_5()); }
(rule__TableTable__Group_2_5__0)
{ after(grammarAccess.getTableTableAccess().getGroup_2_5()); }
)
)
)
)
;
finally {
if (selected)
getUnorderedGroupHelper().returnFromSelection(grammarAccess.getTableTableAccess().getUnorderedGroup_2());
restoreStackSize(stackSize);
}
rule__TableTable__UnorderedGroup_2__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableTable__UnorderedGroup_2__Impl
rule__TableTable__UnorderedGroup_2__1?
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__UnorderedGroup_2__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableTable__UnorderedGroup_2__Impl
rule__TableTable__UnorderedGroup_2__2?
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__UnorderedGroup_2__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableTable__UnorderedGroup_2__Impl
rule__TableTable__UnorderedGroup_2__3?
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__UnorderedGroup_2__3
@init {
int stackSize = keepStackSize();
}
:
rule__TableTable__UnorderedGroup_2__Impl
rule__TableTable__UnorderedGroup_2__4?
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__UnorderedGroup_2__4
@init {
int stackSize = keepStackSize();
}
:
rule__TableTable__UnorderedGroup_2__Impl
rule__TableTable__UnorderedGroup_2__5?
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__UnorderedGroup_2__5
@init {
int stackSize = keepStackSize();
}
:
rule__TableTable__UnorderedGroup_2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__UnorderedGroup_3
@init {
int stackSize = keepStackSize();
getUnorderedGroupHelper().enter(grammarAccess.getTableValueAccess().getUnorderedGroup_3());
}
:
rule__TableValue__UnorderedGroup_3__0
?
;
finally {
getUnorderedGroupHelper().leave(grammarAccess.getTableValueAccess().getUnorderedGroup_3());
restoreStackSize(stackSize);
}
rule__TableValue__UnorderedGroup_3__Impl
@init {
int stackSize = keepStackSize();
boolean selected = false;
}
:
(
(
{getUnorderedGroupHelper().canSelect(grammarAccess.getTableValueAccess().getUnorderedGroup_3(), 0)}?=>(
{
getUnorderedGroupHelper().select(grammarAccess.getTableValueAccess().getUnorderedGroup_3(), 0);
}
{
selected = true;
}
(
{ before(grammarAccess.getTableValueAccess().getCollapsedAssignment_3_0()); }
(rule__TableValue__CollapsedAssignment_3_0)
{ after(grammarAccess.getTableValueAccess().getCollapsedAssignment_3_0()); }
)
)
)|
(
{getUnorderedGroupHelper().canSelect(grammarAccess.getTableValueAccess().getUnorderedGroup_3(), 1)}?=>(
{
getUnorderedGroupHelper().select(grammarAccess.getTableValueAccess().getUnorderedGroup_3(), 1);
}
{
selected = true;
}
(
{ before(grammarAccess.getTableValueAccess().getGroup_3_1()); }
(rule__TableValue__Group_3_1__0)
{ after(grammarAccess.getTableValueAccess().getGroup_3_1()); }
)
)
)|
(
{getUnorderedGroupHelper().canSelect(grammarAccess.getTableValueAccess().getUnorderedGroup_3(), 2)}?=>(
{
getUnorderedGroupHelper().select(grammarAccess.getTableValueAccess().getUnorderedGroup_3(), 2);
}
{
selected = true;
}
(
{ before(grammarAccess.getTableValueAccess().getFormatterAssignment_3_2()); }
(rule__TableValue__FormatterAssignment_3_2)
{ after(grammarAccess.getTableValueAccess().getFormatterAssignment_3_2()); }
)
)
)|
(
{getUnorderedGroupHelper().canSelect(grammarAccess.getTableValueAccess().getUnorderedGroup_3(), 3)}?=>(
{
getUnorderedGroupHelper().select(grammarAccess.getTableValueAccess().getUnorderedGroup_3(), 3);
}
{
selected = true;
}
(
{ before(grammarAccess.getTableValueAccess().getGroup_3_3()); }
(rule__TableValue__Group_3_3__0)
{ after(grammarAccess.getTableValueAccess().getGroup_3_3()); }
)
)
)|
(
{getUnorderedGroupHelper().canSelect(grammarAccess.getTableValueAccess().getUnorderedGroup_3(), 4)}?=>(
{
getUnorderedGroupHelper().select(grammarAccess.getTableValueAccess().getUnorderedGroup_3(), 4);
}
{
selected = true;
}
(
{ before(grammarAccess.getTableValueAccess().getTooltipPatternAssignment_3_4()); }
(rule__TableValue__TooltipPatternAssignment_3_4)
{ after(grammarAccess.getTableValueAccess().getTooltipPatternAssignment_3_4()); }
)
)
)
)
;
finally {
if (selected)
getUnorderedGroupHelper().returnFromSelection(grammarAccess.getTableValueAccess().getUnorderedGroup_3());
restoreStackSize(stackSize);
}
rule__TableValue__UnorderedGroup_3__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableValue__UnorderedGroup_3__Impl
rule__TableValue__UnorderedGroup_3__1?
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__UnorderedGroup_3__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableValue__UnorderedGroup_3__Impl
rule__TableValue__UnorderedGroup_3__2?
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__UnorderedGroup_3__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableValue__UnorderedGroup_3__Impl
rule__TableValue__UnorderedGroup_3__3?
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__UnorderedGroup_3__3
@init {
int stackSize = keepStackSize();
}
:
rule__TableValue__UnorderedGroup_3__Impl
rule__TableValue__UnorderedGroup_3__4?
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__UnorderedGroup_3__4
@init {
int stackSize = keepStackSize();
}
:
rule__TableValue__UnorderedGroup_3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__UnorderedGroup_4
@init {
int stackSize = keepStackSize();
getUnorderedGroupHelper().enter(grammarAccess.getTableValueAccess().getUnorderedGroup_4());
}
:
rule__TableValue__UnorderedGroup_4__0
?
;
finally {
getUnorderedGroupHelper().leave(grammarAccess.getTableValueAccess().getUnorderedGroup_4());
restoreStackSize(stackSize);
}
rule__TableValue__UnorderedGroup_4__Impl
@init {
int stackSize = keepStackSize();
boolean selected = false;
}
:
(
(
{getUnorderedGroupHelper().canSelect(grammarAccess.getTableValueAccess().getUnorderedGroup_4(), 0)}?=>(
{
getUnorderedGroupHelper().select(grammarAccess.getTableValueAccess().getUnorderedGroup_4(), 0);
}
{
selected = true;
}
(
{ before(grammarAccess.getTableValueAccess().getGroup_4_0()); }
(rule__TableValue__Group_4_0__0)
{ after(grammarAccess.getTableValueAccess().getGroup_4_0()); }
)
)
)|
(
{getUnorderedGroupHelper().canSelect(grammarAccess.getTableValueAccess().getUnorderedGroup_4(), 1)}?=>(
{
getUnorderedGroupHelper().select(grammarAccess.getTableValueAccess().getUnorderedGroup_4(), 1);
}
{
selected = true;
}
(
{ before(grammarAccess.getTableValueAccess().getGroup_4_1()); }
(rule__TableValue__Group_4_1__0)
{ after(grammarAccess.getTableValueAccess().getGroup_4_1()); }
)
)
)
)
;
finally {
if (selected)
getUnorderedGroupHelper().returnFromSelection(grammarAccess.getTableValueAccess().getUnorderedGroup_4());
restoreStackSize(stackSize);
}
rule__TableValue__UnorderedGroup_4__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableValue__UnorderedGroup_4__Impl
rule__TableValue__UnorderedGroup_4__1?
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__UnorderedGroup_4__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableValue__UnorderedGroup_4__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableImage__UnorderedGroup_3
@init {
int stackSize = keepStackSize();
getUnorderedGroupHelper().enter(grammarAccess.getTableImageAccess().getUnorderedGroup_3());
}
:
rule__TableImage__UnorderedGroup_3__0
?
;
finally {
getUnorderedGroupHelper().leave(grammarAccess.getTableImageAccess().getUnorderedGroup_3());
restoreStackSize(stackSize);
}
rule__TableImage__UnorderedGroup_3__Impl
@init {
int stackSize = keepStackSize();
boolean selected = false;
}
:
(
(
{getUnorderedGroupHelper().canSelect(grammarAccess.getTableImageAccess().getUnorderedGroup_3(), 0)}?=>(
{
getUnorderedGroupHelper().select(grammarAccess.getTableImageAccess().getUnorderedGroup_3(), 0);
}
{
selected = true;
}
(
{ before(grammarAccess.getTableImageAccess().getHasParameterAssignment_3_0()); }
(rule__TableImage__HasParameterAssignment_3_0)
{ after(grammarAccess.getTableImageAccess().getHasParameterAssignment_3_0()); }
)
)
)|
(
{getUnorderedGroupHelper().canSelect(grammarAccess.getTableImageAccess().getUnorderedGroup_3(), 1)}?=>(
{
getUnorderedGroupHelper().select(grammarAccess.getTableImageAccess().getUnorderedGroup_3(), 1);
}
{
selected = true;
}
(
{ before(grammarAccess.getTableImageAccess().getHideImageLabelAssignment_3_1()); }
(rule__TableImage__HideImageLabelAssignment_3_1)
{ after(grammarAccess.getTableImageAccess().getHideImageLabelAssignment_3_1()); }
)
)
)|
(
{getUnorderedGroupHelper().canSelect(grammarAccess.getTableImageAccess().getUnorderedGroup_3(), 2)}?=>(
{
getUnorderedGroupHelper().select(grammarAccess.getTableImageAccess().getUnorderedGroup_3(), 2);
}
{
selected = true;
}
(
{ before(grammarAccess.getTableImageAccess().getGroup_3_2()); }
(rule__TableImage__Group_3_2__0)
{ after(grammarAccess.getTableImageAccess().getGroup_3_2()); }
)
)
)
)
;
finally {
if (selected)
getUnorderedGroupHelper().returnFromSelection(grammarAccess.getTableImageAccess().getUnorderedGroup_3());
restoreStackSize(stackSize);
}
rule__TableImage__UnorderedGroup_3__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableImage__UnorderedGroup_3__Impl
rule__TableImage__UnorderedGroup_3__1?
;
finally {
restoreStackSize(stackSize);
}
rule__TableImage__UnorderedGroup_3__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableImage__UnorderedGroup_3__Impl
rule__TableImage__UnorderedGroup_3__2?
;
finally {
restoreStackSize(stackSize);
}
rule__TableImage__UnorderedGroup_3__2
@init {
int stackSize = keepStackSize();
}
:
rule__TableImage__UnorderedGroup_3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__UnorderedGroup_2
@init {
int stackSize = keepStackSize();
getUnorderedGroupHelper().enter(grammarAccess.getTableAxisAccess().getUnorderedGroup_2());
}
:
rule__TableAxis__UnorderedGroup_2__0
?
;
finally {
getUnorderedGroupHelper().leave(grammarAccess.getTableAxisAccess().getUnorderedGroup_2());
restoreStackSize(stackSize);
}
rule__TableAxis__UnorderedGroup_2__Impl
@init {
int stackSize = keepStackSize();
boolean selected = false;
}
:
(
(
{getUnorderedGroupHelper().canSelect(grammarAccess.getTableAxisAccess().getUnorderedGroup_2(), 0)}?=>(
{
getUnorderedGroupHelper().select(grammarAccess.getTableAxisAccess().getUnorderedGroup_2(), 0);
}
{
selected = true;
}
(
{ before(grammarAccess.getTableAxisAccess().getGroup_2_0()); }
(rule__TableAxis__Group_2_0__0)
{ after(grammarAccess.getTableAxisAccess().getGroup_2_0()); }
)
)
)|
(
{getUnorderedGroupHelper().canSelect(grammarAccess.getTableAxisAccess().getUnorderedGroup_2(), 1)}?=>(
{
getUnorderedGroupHelper().select(grammarAccess.getTableAxisAccess().getUnorderedGroup_2(), 1);
}
{
selected = true;
}
(
{ before(grammarAccess.getTableAxisAccess().getPreOrderAssignment_2_1()); }
(rule__TableAxis__PreOrderAssignment_2_1)
{ after(grammarAccess.getTableAxisAccess().getPreOrderAssignment_2_1()); }
)
)
)
)
;
finally {
if (selected)
getUnorderedGroupHelper().returnFromSelection(grammarAccess.getTableAxisAccess().getUnorderedGroup_2());
restoreStackSize(stackSize);
}
rule__TableAxis__UnorderedGroup_2__0
@init {
int stackSize = keepStackSize();
}
:
rule__TableAxis__UnorderedGroup_2__Impl
rule__TableAxis__UnorderedGroup_2__1?
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__UnorderedGroup_2__1
@init {
int stackSize = keepStackSize();
}
:
rule__TableAxis__UnorderedGroup_2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__TableModel__ImportSectionAssignment_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableModelAccess().getImportSectionXImportSectionParserRuleCall_0_0()); }
ruleXImportSection
{ after(grammarAccess.getTableModelAccess().getImportSectionXImportSectionParserRuleCall_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableModel__PackagesAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableModelAccess().getPackagesTablePackageParserRuleCall_1_0()); }
ruleTablePackage
{ after(grammarAccess.getTableModelAccess().getPackagesTablePackageParserRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TablePackage__NameAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTablePackageAccess().getNameQualifiedNameParserRuleCall_2_0()); }
ruleQualifiedName
{ after(grammarAccess.getTablePackageAccess().getNameQualifiedNameParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TablePackage__TablesAssignment_3_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTablePackageAccess().getTablesTableParserRuleCall_3_1_0()); }
ruleTable
{ after(grammarAccess.getTablePackageAccess().getTablesTableParserRuleCall_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Table__NameAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAccess().getNameIDTerminalRuleCall_2_0()); }
RULE_ID
{ after(grammarAccess.getTableAccess().getNameIDTerminalRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Table__DescriptionAssignment_3_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAccess().getDescriptionDescribedByKeyword_3_0_0()); }
(
{ before(grammarAccess.getTableAccess().getDescriptionDescribedByKeyword_3_0_0()); }
'describedBy'
{ after(grammarAccess.getTableAccess().getDescriptionDescribedByKeyword_3_0_0()); }
)
{ after(grammarAccess.getTableAccess().getDescriptionDescribedByKeyword_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Table__DescriptionValueAssignment_3_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAccess().getDescriptionValueTRANSLATABLESTRINGParserRuleCall_3_1_0()); }
ruleTRANSLATABLESTRING
{ after(grammarAccess.getTableAccess().getDescriptionValueTRANSLATABLESTRINGParserRuleCall_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Table__TabletypeAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAccess().getTabletypeTableOptionParserRuleCall_5_0()); }
ruleTableOption
{ after(grammarAccess.getTableAccess().getTabletypeTableOptionParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__MultiSelectionAssignment_2_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableSelectionAccess().getMultiSelectionMultipleKeyword_2_0_0()); }
(
{ before(grammarAccess.getTableSelectionAccess().getMultiSelectionMultipleKeyword_2_0_0()); }
'multiple'
{ after(grammarAccess.getTableSelectionAccess().getMultiSelectionMultipleKeyword_2_0_0()); }
)
{ after(grammarAccess.getTableSelectionAccess().getMultiSelectionMultipleKeyword_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__SelectalwaysAssignment_3_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableSelectionAccess().getSelectalwaysAlwaysSelectedKeyword_3_0_0()); }
(
{ before(grammarAccess.getTableSelectionAccess().getSelectalwaysAlwaysSelectedKeyword_3_0_0()); }
'alwaysSelected'
{ after(grammarAccess.getTableSelectionAccess().getSelectalwaysAlwaysSelectedKeyword_3_0_0()); }
)
{ after(grammarAccess.getTableSelectionAccess().getSelectalwaysAlwaysSelectedKeyword_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__HeaderModeAssignment_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableSelectionAccess().getHeaderModeRowHeaderModeEnumRuleCall_3_1_1_0()); }
ruleRowHeaderMode
{ after(grammarAccess.getTableSelectionAccess().getHeaderModeRowHeaderModeEnumRuleCall_3_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__FilteringAssignment_3_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableSelectionAccess().getFilteringFilteringKeyword_3_2_0()); }
(
{ before(grammarAccess.getTableSelectionAccess().getFilteringFilteringKeyword_3_2_0()); }
'filtering'
{ after(grammarAccess.getTableSelectionAccess().getFilteringFilteringKeyword_3_2_0()); }
)
{ after(grammarAccess.getTableSelectionAccess().getFilteringFilteringKeyword_3_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__EmbeddedAssignment_3_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableSelectionAccess().getEmbeddedEmbeddedKeyword_3_3_0()); }
(
{ before(grammarAccess.getTableSelectionAccess().getEmbeddedEmbeddedKeyword_3_3_0()); }
'embedded'
{ after(grammarAccess.getTableSelectionAccess().getEmbeddedEmbeddedKeyword_3_3_0()); }
)
{ after(grammarAccess.getTableSelectionAccess().getEmbeddedEmbeddedKeyword_3_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__ToolbarAssignment_3_4_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableSelectionAccess().getToolbarActionToolbarCrossReference_3_4_1_0()); }
(
{ before(grammarAccess.getTableSelectionAccess().getToolbarActionToolbarIDTerminalRuleCall_3_4_1_0_1()); }
RULE_ID
{ after(grammarAccess.getTableSelectionAccess().getToolbarActionToolbarIDTerminalRuleCall_3_4_1_0_1()); }
)
{ after(grammarAccess.getTableSelectionAccess().getToolbarActionToolbarCrossReference_3_4_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableSelection__SourceAssignment_4_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableSelectionAccess().getSourceTableDatamartParserRuleCall_4_1_0()); }
ruleTableDatamart
{ after(grammarAccess.getTableSelectionAccess().getSourceTableDatamartParserRuleCall_4_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__SelectalwaysAssignment_2_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTableAccess().getSelectalwaysAlwaysSelectedKeyword_2_0_0()); }
(
{ before(grammarAccess.getTableTableAccess().getSelectalwaysAlwaysSelectedKeyword_2_0_0()); }
'alwaysSelected'
{ after(grammarAccess.getTableTableAccess().getSelectalwaysAlwaysSelectedKeyword_2_0_0()); }
)
{ after(grammarAccess.getTableTableAccess().getSelectalwaysAlwaysSelectedKeyword_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__SelectByIdAssignment_2_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTableAccess().getSelectByIdSelectByIdKeyword_2_1_0()); }
(
{ before(grammarAccess.getTableTableAccess().getSelectByIdSelectByIdKeyword_2_1_0()); }
'selectById'
{ after(grammarAccess.getTableTableAccess().getSelectByIdSelectByIdKeyword_2_1_0()); }
)
{ after(grammarAccess.getTableTableAccess().getSelectByIdSelectByIdKeyword_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__HeaderModeAssignment_2_2_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTableAccess().getHeaderModeRowHeaderModeEnumRuleCall_2_2_1_0()); }
ruleRowHeaderMode
{ after(grammarAccess.getTableTableAccess().getHeaderModeRowHeaderModeEnumRuleCall_2_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__FilteringAssignment_2_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTableAccess().getFilteringFilteringKeyword_2_3_0()); }
(
{ before(grammarAccess.getTableTableAccess().getFilteringFilteringKeyword_2_3_0()); }
'filtering'
{ after(grammarAccess.getTableTableAccess().getFilteringFilteringKeyword_2_3_0()); }
)
{ after(grammarAccess.getTableTableAccess().getFilteringFilteringKeyword_2_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__EmbeddedAssignment_2_4
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTableAccess().getEmbeddedEmbeddedKeyword_2_4_0()); }
(
{ before(grammarAccess.getTableTableAccess().getEmbeddedEmbeddedKeyword_2_4_0()); }
'embedded'
{ after(grammarAccess.getTableTableAccess().getEmbeddedEmbeddedKeyword_2_4_0()); }
)
{ after(grammarAccess.getTableTableAccess().getEmbeddedEmbeddedKeyword_2_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__ToolbarAssignment_2_5_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTableAccess().getToolbarActionToolbarCrossReference_2_5_1_0()); }
(
{ before(grammarAccess.getTableTableAccess().getToolbarActionToolbarIDTerminalRuleCall_2_5_1_0_1()); }
RULE_ID
{ after(grammarAccess.getTableTableAccess().getToolbarActionToolbarIDTerminalRuleCall_2_5_1_0_1()); }
)
{ after(grammarAccess.getTableTableAccess().getToolbarActionToolbarCrossReference_2_5_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTable__SourceAssignment_3_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTableAccess().getSourceTableDatamartParserRuleCall_3_1_0()); }
ruleTableDatamart
{ after(grammarAccess.getTableTableAccess().getSourceTableDatamartParserRuleCall_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TablePreorder__ColumnAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTablePreorderAccess().getColumnTableValueElementParserRuleCall_2_0()); }
ruleTableValueElement
{ after(grammarAccess.getTablePreorderAccess().getColumnTableValueElementParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TablePreorder__AscendingAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTablePreorderAccess().getAscendingAscendingKeyword_3_0()); }
(
{ before(grammarAccess.getTablePreorderAccess().getAscendingAscendingKeyword_3_0()); }
'ascending'
{ after(grammarAccess.getTablePreorderAccess().getAscendingAscendingKeyword_3_0()); }
)
{ after(grammarAccess.getTablePreorderAccess().getAscendingAscendingKeyword_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__ColumnAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getColumnTableValueElementParserRuleCall_2_0()); }
ruleTableValueElement
{ after(grammarAccess.getTableValueAccess().getColumnTableValueElementParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__CollapsedAssignment_3_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getCollapsedCollapseKeyword_3_0_0()); }
(
{ before(grammarAccess.getTableValueAccess().getCollapsedCollapseKeyword_3_0_0()); }
'collapse'
{ after(grammarAccess.getTableValueAccess().getCollapsedCollapseKeyword_3_0_0()); }
)
{ after(grammarAccess.getTableValueAccess().getCollapsedCollapseKeyword_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__IconNameAssignment_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getIconNameSTRINGTerminalRuleCall_3_1_1_0()); }
RULE_STRING
{ after(grammarAccess.getTableValueAccess().getIconNameSTRINGTerminalRuleCall_3_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__FormatterAssignment_3_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getFormatterTableFormatterParserRuleCall_3_2_0()); }
ruleTableFormatter
{ after(grammarAccess.getTableValueAccess().getFormatterTableFormatterParserRuleCall_3_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__HasImageAssignment_3_3_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getHasImageImageKeyword_3_3_0_0()); }
(
{ before(grammarAccess.getTableValueAccess().getHasImageImageKeyword_3_3_0_0()); }
'image'
{ after(grammarAccess.getTableValueAccess().getHasImageImageKeyword_3_3_0_0()); }
)
{ after(grammarAccess.getTableValueAccess().getHasImageImageKeyword_3_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__ImageAssignment_3_3_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getImageTableImageParserRuleCall_3_3_1_0()); }
ruleTableImage
{ after(grammarAccess.getTableValueAccess().getImageTableImageParserRuleCall_3_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__TooltipPatternAssignment_3_4
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getTooltipPatternTableTooltipPatternParserRuleCall_3_4_0()); }
ruleTableTooltipPattern
{ after(grammarAccess.getTableValueAccess().getTooltipPatternTableTooltipPatternParserRuleCall_3_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__HideLabelIntervalAssignment_4_0_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getHideLabelIntervalHidelabelKeyword_4_0_1_0()); }
(
{ before(grammarAccess.getTableValueAccess().getHideLabelIntervalHidelabelKeyword_4_0_1_0()); }
'hidelabel'
{ after(grammarAccess.getTableValueAccess().getHideLabelIntervalHidelabelKeyword_4_0_1_0()); }
)
{ after(grammarAccess.getTableValueAccess().getHideLabelIntervalHidelabelKeyword_4_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__IntervalsAssignment_4_0_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getIntervalsTableIntervalParserRuleCall_4_0_3_0()); }
ruleTableInterval
{ after(grammarAccess.getTableValueAccess().getIntervalsTableIntervalParserRuleCall_4_0_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__HideLabelLookupAssignment_4_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getHideLabelLookupHidelabelKeyword_4_1_1_0()); }
(
{ before(grammarAccess.getTableValueAccess().getHideLabelLookupHidelabelKeyword_4_1_1_0()); }
'hidelabel'
{ after(grammarAccess.getTableValueAccess().getHideLabelLookupHidelabelKeyword_4_1_1_0()); }
)
{ after(grammarAccess.getTableValueAccess().getHideLabelLookupHidelabelKeyword_4_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableValue__LookupsAssignment_4_1_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableValueAccess().getLookupsTableLookupParserRuleCall_4_1_3_0()); }
ruleTableLookup
{ after(grammarAccess.getTableValueAccess().getLookupsTableLookupParserRuleCall_4_1_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableFormatter__FormatAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableFormatterAccess().getFormatSTRINGTerminalRuleCall_2_0()); }
RULE_STRING
{ after(grammarAccess.getTableFormatterAccess().getFormatSTRINGTerminalRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableImage__ImagePathPatternAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableImageAccess().getImagePathPatternSTRINGTerminalRuleCall_2_0()); }
RULE_STRING
{ after(grammarAccess.getTableImageAccess().getImagePathPatternSTRINGTerminalRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableImage__HasParameterAssignment_3_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableImageAccess().getHasParameterDynamicKeyword_3_0_0()); }
(
{ before(grammarAccess.getTableImageAccess().getHasParameterDynamicKeyword_3_0_0()); }
'dynamic'
{ after(grammarAccess.getTableImageAccess().getHasParameterDynamicKeyword_3_0_0()); }
)
{ after(grammarAccess.getTableImageAccess().getHasParameterDynamicKeyword_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableImage__HideImageLabelAssignment_3_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableImageAccess().getHideImageLabelHidelabelKeyword_3_1_0()); }
(
{ before(grammarAccess.getTableImageAccess().getHideImageLabelHidelabelKeyword_3_1_0()); }
'hidelabel'
{ after(grammarAccess.getTableImageAccess().getHideImageLabelHidelabelKeyword_3_1_0()); }
)
{ after(grammarAccess.getTableImageAccess().getHideImageLabelHidelabelKeyword_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableImage__ResizeAssignment_3_2_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableImageAccess().getResizeResizeKeyword_3_2_0_0()); }
(
{ before(grammarAccess.getTableImageAccess().getResizeResizeKeyword_3_2_0_0()); }
'resize'
{ after(grammarAccess.getTableImageAccess().getResizeResizeKeyword_3_2_0_0()); }
)
{ after(grammarAccess.getTableImageAccess().getResizeResizeKeyword_3_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableImage__ResizeStringAssignment_3_2_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableImageAccess().getResizeStringSTRINGTerminalRuleCall_3_2_1_0()); }
RULE_STRING
{ after(grammarAccess.getTableImageAccess().getResizeStringSTRINGTerminalRuleCall_3_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTooltipPattern__TooltipPatternAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTooltipPatternAccess().getTooltipPatternTRANSLATABLESTRINGParserRuleCall_2_0()); }
ruleTRANSLATABLESTRING
{ after(grammarAccess.getTableTooltipPatternAccess().getTooltipPatternTRANSLATABLESTRINGParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableOrdinal__ValueRefAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableOrdinalAccess().getValueRefNumberParserRuleCall_1_0()); }
ruleNumber
{ after(grammarAccess.getTableOrdinalAccess().getValueRefNumberParserRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableColumn__ValueRefAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableColumnAccess().getValueRefDatamartColumnCrossReference_1_0()); }
(
{ before(grammarAccess.getTableColumnAccess().getValueRefDatamartColumnIDTerminalRuleCall_1_0_1()); }
RULE_ID
{ after(grammarAccess.getTableColumnAccess().getValueRefDatamartColumnIDTerminalRuleCall_1_0_1()); }
)
{ after(grammarAccess.getTableColumnAccess().getValueRefDatamartColumnCrossReference_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableMeasure__ValueRefAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableMeasureAccess().getValueRefDatamartMeasureCrossReference_1_0()); }
(
{ before(grammarAccess.getTableMeasureAccess().getValueRefDatamartMeasureIDTerminalRuleCall_1_0_1()); }
RULE_ID
{ after(grammarAccess.getTableMeasureAccess().getValueRefDatamartMeasureIDTerminalRuleCall_1_0_1()); }
)
{ after(grammarAccess.getTableMeasureAccess().getValueRefDatamartMeasureCrossReference_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDerived__ValueRefAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDerivedAccess().getValueRefDatamartDerivedMeasureCrossReference_1_0()); }
(
{ before(grammarAccess.getTableDerivedAccess().getValueRefDatamartDerivedMeasureIDTerminalRuleCall_1_0_1()); }
RULE_ID
{ after(grammarAccess.getTableDerivedAccess().getValueRefDatamartDerivedMeasureIDTerminalRuleCall_1_0_1()); }
)
{ after(grammarAccess.getTableDerivedAccess().getValueRefDatamartDerivedMeasureCrossReference_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableHierarchy__ValueRefAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableHierarchyAccess().getValueRefCubeLevelCrossReference_1_0()); }
(
{ before(grammarAccess.getTableHierarchyAccess().getValueRefCubeLevelIDTerminalRuleCall_1_0_1()); }
RULE_ID
{ after(grammarAccess.getTableHierarchyAccess().getValueRefCubeLevelIDTerminalRuleCall_1_0_1()); }
)
{ after(grammarAccess.getTableHierarchyAccess().getValueRefCubeLevelCrossReference_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAttribute__ValueRefAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAttributeAccess().getValueRefDatamartAttributeCrossReference_2_0()); }
(
{ before(grammarAccess.getTableAttributeAccess().getValueRefDatamartAttributeIDTerminalRuleCall_2_0_1()); }
RULE_ID
{ after(grammarAccess.getTableAttributeAccess().getValueRefDatamartAttributeIDTerminalRuleCall_2_0_1()); }
)
{ after(grammarAccess.getTableAttributeAccess().getValueRefDatamartAttributeCrossReference_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAggregation__ValueRefAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAggregationAccess().getValueRefDatamartSetAggregationFunctionCrossReference_1_0()); }
(
{ before(grammarAccess.getTableAggregationAccess().getValueRefDatamartSetAggregationFunctionIDTerminalRuleCall_1_0_1()); }
RULE_ID
{ after(grammarAccess.getTableAggregationAccess().getValueRefDatamartSetAggregationFunctionIDTerminalRuleCall_1_0_1()); }
)
{ after(grammarAccess.getTableAggregationAccess().getValueRefDatamartSetAggregationFunctionCrossReference_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableNumberInterval__NumberIntervalValueAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableNumberIntervalAccess().getNumberIntervalValueSignedNumberParserRuleCall_2_0()); }
ruleSignedNumber
{ after(grammarAccess.getTableNumberIntervalAccess().getNumberIntervalValueSignedNumberParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableNumberInterval__NumberRangeAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableNumberIntervalAccess().getNumberRangeTableRangeElementParserRuleCall_3_0()); }
ruleTableRangeElement
{ after(grammarAccess.getTableNumberIntervalAccess().getNumberRangeTableRangeElementParserRuleCall_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableIntInterval__IntIntervalValueAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableIntIntervalAccess().getIntIntervalValueSignedIntParserRuleCall_2_0()); }
ruleSignedInt
{ after(grammarAccess.getTableIntIntervalAccess().getIntIntervalValueSignedIntParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableIntInterval__IntRangeAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableIntIntervalAccess().getIntRangeTableRangeElementParserRuleCall_3_0()); }
ruleTableRangeElement
{ after(grammarAccess.getTableIntIntervalAccess().getIntRangeTableRangeElementParserRuleCall_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDateDayInterval__DateIntervalValueAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDateDayIntervalAccess().getDateIntervalValueSignedIntParserRuleCall_2_0()); }
ruleSignedInt
{ after(grammarAccess.getTableDateDayIntervalAccess().getDateIntervalValueSignedIntParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDateDayInterval__DateRangeAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDateDayIntervalAccess().getDateRangeTableRangeElementParserRuleCall_3_0()); }
ruleTableRangeElement
{ after(grammarAccess.getTableDateDayIntervalAccess().getDateRangeTableRangeElementParserRuleCall_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableIntLookup__LookupValueAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableIntLookupAccess().getLookupValueSignedIntParserRuleCall_2_0()); }
ruleSignedInt
{ after(grammarAccess.getTableIntLookupAccess().getLookupValueSignedIntParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableIntLookup__DiscreteAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableIntLookupAccess().getDiscreteTableRangeElementParserRuleCall_3_0()); }
ruleTableRangeElement
{ after(grammarAccess.getTableIntLookupAccess().getDiscreteTableRangeElementParserRuleCall_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableNumberLookup__LookupValueAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableNumberLookupAccess().getLookupValueSignedNumberParserRuleCall_2_0()); }
ruleSignedNumber
{ after(grammarAccess.getTableNumberLookupAccess().getLookupValueSignedNumberParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableNumberLookup__DiscreteAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableNumberLookupAccess().getDiscreteTableRangeElementParserRuleCall_3_0()); }
ruleTableRangeElement
{ after(grammarAccess.getTableNumberLookupAccess().getDiscreteTableRangeElementParserRuleCall_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableStringLookup__LookupValueAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableStringLookupAccess().getLookupValueSTRINGTerminalRuleCall_2_0()); }
RULE_STRING
{ after(grammarAccess.getTableStringLookupAccess().getLookupValueSTRINGTerminalRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableStringLookup__DiscreteAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableStringLookupAccess().getDiscreteTableRangeElementParserRuleCall_3_0()); }
ruleTableRangeElement
{ after(grammarAccess.getTableStringLookupAccess().getDiscreteTableRangeElementParserRuleCall_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDateDayLookup__LookupValueAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDateDayLookupAccess().getLookupValueSignedIntParserRuleCall_2_0()); }
ruleSignedInt
{ after(grammarAccess.getTableDateDayLookupAccess().getLookupValueSignedIntParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDateDayLookup__DiscreteAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDateDayLookupAccess().getDiscreteTableRangeElementParserRuleCall_3_0()); }
ruleTableRangeElement
{ after(grammarAccess.getTableDateDayLookupAccess().getDiscreteTableRangeElementParserRuleCall_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDatamart__DatamartRefAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDatamartAccess().getDatamartRefDatamartDefinitionCrossReference_1_0()); }
(
{ before(grammarAccess.getTableDatamartAccess().getDatamartRefDatamartDefinitionIDTerminalRuleCall_1_0_1()); }
RULE_ID
{ after(grammarAccess.getTableDatamartAccess().getDatamartRefDatamartDefinitionIDTerminalRuleCall_1_0_1()); }
)
{ after(grammarAccess.getTableDatamartAccess().getDatamartRefDatamartDefinitionCrossReference_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDatamart__ElementsAssignment_2_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDatamartAccess().getElementsTableElementParserRuleCall_2_1_0()); }
ruleTableElement
{ after(grammarAccess.getTableDatamartAccess().getElementsTableElementParserRuleCall_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableEvent__SourceAssignment
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableEventAccess().getSourceTableValueElementParserRuleCall_0()); }
ruleTableValueElement
{ after(grammarAccess.getTableEventAccess().getSourceTableValueElementParserRuleCall_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__AxisAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAxisAccess().getAxisAxisEnumEnumRuleCall_1_0()); }
ruleAxisEnum
{ after(grammarAccess.getTableAxisAccess().getAxisAxisEnumEnumRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__HasRowHeightAssignment_2_0_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAxisAccess().getHasRowHeightRowheightKeyword_2_0_0_0()); }
(
{ before(grammarAccess.getTableAxisAccess().getHasRowHeightRowheightKeyword_2_0_0_0()); }
'rowheight'
{ after(grammarAccess.getTableAxisAccess().getHasRowHeightRowheightKeyword_2_0_0_0()); }
)
{ after(grammarAccess.getTableAxisAccess().getHasRowHeightRowheightKeyword_2_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__RowHeightAssignment_2_0_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAxisAccess().getRowHeightNumberParserRuleCall_2_0_1_0()); }
ruleNumber
{ after(grammarAccess.getTableAxisAccess().getRowHeightNumberParserRuleCall_2_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__PreOrderAssignment_2_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAxisAccess().getPreOrderTablePreorderParserRuleCall_2_1_0()); }
ruleTablePreorder
{ after(grammarAccess.getTableAxisAccess().getPreOrderTablePreorderParserRuleCall_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__HasDetailsAssignment_3_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAxisAccess().getHasDetailsDetailsKeyword_3_0_0()); }
(
{ before(grammarAccess.getTableAxisAccess().getHasDetailsDetailsKeyword_3_0_0()); }
'details'
{ after(grammarAccess.getTableAxisAccess().getHasDetailsDetailsKeyword_3_0_0()); }
)
{ after(grammarAccess.getTableAxisAccess().getHasDetailsDetailsKeyword_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__ValuesAssignment_3_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAxisAccess().getValuesTableValueParserRuleCall_3_2_0()); }
ruleTableValue
{ after(grammarAccess.getTableAxisAccess().getValuesTableValueParserRuleCall_3_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__HasEventsAssignment_4_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAxisAccess().getHasEventsNotifyOnSelectKeyword_4_0_0()); }
(
{ before(grammarAccess.getTableAxisAccess().getHasEventsNotifyOnSelectKeyword_4_0_0()); }
'notifyOnSelect'
{ after(grammarAccess.getTableAxisAccess().getHasEventsNotifyOnSelectKeyword_4_0_0()); }
)
{ after(grammarAccess.getTableAxisAccess().getHasEventsNotifyOnSelectKeyword_4_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableAxis__EventsAssignment_4_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableAxisAccess().getEventsTableEventParserRuleCall_4_2_0()); }
ruleTableEvent
{ after(grammarAccess.getTableAxisAccess().getEventsTableEventParserRuleCall_4_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTextColor__RgbAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTextColorAccess().getRgbSTRINGTerminalRuleCall_1_0()); }
RULE_STRING
{ after(grammarAccess.getTableTextColorAccess().getRgbSTRINGTerminalRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableCellColor__RgbAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableCellColorAccess().getRgbSTRINGTerminalRuleCall_1_0()); }
RULE_STRING
{ after(grammarAccess.getTableCellColorAccess().getRgbSTRINGTerminalRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableIcon__IconAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableIconAccess().getIconSTRINGTerminalRuleCall_1_0()); }
RULE_STRING
{ after(grammarAccess.getTableIconAccess().getIconSTRINGTerminalRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTrend__IconAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTrendAccess().getIconTrendIconEnumEnumRuleCall_1_0()); }
ruleTrendIconEnum
{ after(grammarAccess.getTableTrendAccess().getIconTrendIconEnumEnumRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableTooltip__TooltipAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableTooltipAccess().getTooltipTRANSLATABLESTRINGParserRuleCall_1_0()); }
ruleTRANSLATABLESTRING
{ after(grammarAccess.getTableTooltipAccess().getTooltipTRANSLATABLESTRINGParserRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableGrid__SourceAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableGridAccess().getSourceTableDtoDatasourceParserRuleCall_3_0()); }
ruleTableDtoDatasource
{ after(grammarAccess.getTableGridAccess().getSourceTableDtoDatasourceParserRuleCall_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Property__EditableAssignment_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyAccess().getEditableEditableKeyword_0_0()); }
(
{ before(grammarAccess.getPropertyAccess().getEditableEditableKeyword_0_0()); }
'editable'
{ after(grammarAccess.getPropertyAccess().getEditableEditableKeyword_0_0()); }
)
{ after(grammarAccess.getPropertyAccess().getEditableEditableKeyword_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Property__PathAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyAccess().getPathNestedFieldParserRuleCall_2_0()); }
ruleNestedField
{ after(grammarAccess.getPropertyAccess().getPathNestedFieldParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Property__StyleAssignment_4
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyAccess().getStylePropertyStyleParserRuleCall_4_0()); }
rulePropertyStyle
{ after(grammarAccess.getPropertyAccess().getStylePropertyStyleParserRuleCall_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDtoDatasource__DtoSourceAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDtoDatasourceAccess().getDtoSourceLDtoCrossReference_1_0()); }
(
{ before(grammarAccess.getTableDtoDatasourceAccess().getDtoSourceLDtoIDTerminalRuleCall_1_0_1()); }
RULE_ID
{ after(grammarAccess.getTableDtoDatasourceAccess().getDtoSourceLDtoIDTerminalRuleCall_1_0_1()); }
)
{ after(grammarAccess.getTableDtoDatasourceAccess().getDtoSourceLDtoCrossReference_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__TableDtoDatasource__PropertiesAssignment_2_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getTableDtoDatasourceAccess().getPropertiesPropertyParserRuleCall_2_1_0()); }
ruleProperty
{ after(grammarAccess.getTableDtoDatasourceAccess().getPropertiesPropertyParserRuleCall_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__NestedField__FieldAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNestedFieldAccess().getFieldJvmOperationCrossReference_1_0()); }
(
{ before(grammarAccess.getNestedFieldAccess().getFieldJvmOperationIDTerminalRuleCall_1_0_1()); }
RULE_ID
{ after(grammarAccess.getNestedFieldAccess().getFieldJvmOperationIDTerminalRuleCall_1_0_1()); }
)
{ after(grammarAccess.getNestedFieldAccess().getFieldJvmOperationCrossReference_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__NestedField__PathAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNestedFieldAccess().getPathNestedPathParserRuleCall_2_0()); }
ruleNestedPath
{ after(grammarAccess.getNestedFieldAccess().getPathNestedPathParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__NestedPath__FieldAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNestedPathAccess().getFieldJvmOperationCrossReference_2_0()); }
(
{ before(grammarAccess.getNestedPathAccess().getFieldJvmOperationIDTerminalRuleCall_2_0_1()); }
RULE_ID
{ after(grammarAccess.getNestedPathAccess().getFieldJvmOperationIDTerminalRuleCall_2_0_1()); }
)
{ after(grammarAccess.getNestedPathAccess().getFieldJvmOperationCrossReference_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__NestedPath__PathAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNestedPathAccess().getPathNestedPathParserRuleCall_3_0()); }
ruleNestedPath
{ after(grammarAccess.getNestedPathAccess().getPathNestedPathParserRuleCall_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyButtonStyle__EventTopicAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyButtonStyleAccess().getEventTopicSTRINGTerminalRuleCall_3_0()); }
RULE_STRING
{ after(grammarAccess.getPropertyButtonStyleAccess().getEventTopicSTRINGTerminalRuleCall_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyDateStyle__DateFormatAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyDateStyleAccess().getDateFormatSTRINGTerminalRuleCall_3_0()); }
RULE_STRING
{ after(grammarAccess.getPropertyDateStyleAccess().getDateFormatSTRINGTerminalRuleCall_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyNumberStyle__NumberFormatAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyNumberStyleAccess().getNumberFormatSTRINGTerminalRuleCall_3_0()); }
RULE_STRING
{ after(grammarAccess.getPropertyNumberStyleAccess().getNumberFormatSTRINGTerminalRuleCall_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyProgressbarStyle__MaxValueAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyProgressbarStyleAccess().getMaxValueLDoubleParserRuleCall_3_0()); }
ruleLDouble
{ after(grammarAccess.getPropertyProgressbarStyleAccess().getMaxValueLDoubleParserRuleCall_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__GridPropIndicatorStyle__GreenStartsAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getGridPropIndicatorStyleAccess().getGreenStartsLDoubleParserRuleCall_3_0()); }
ruleLDouble
{ after(grammarAccess.getGridPropIndicatorStyleAccess().getGreenStartsLDoubleParserRuleCall_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__GridPropIndicatorStyle__RedEndsAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getGridPropIndicatorStyleAccess().getRedEndsLDoubleParserRuleCall_5_0()); }
ruleLDouble
{ after(grammarAccess.getGridPropIndicatorStyleAccess().getRedEndsLDoubleParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyImageStyle__EventTopicAssignment_2_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyImageStyleAccess().getEventTopicSTRINGTerminalRuleCall_2_1_0()); }
RULE_STRING
{ after(grammarAccess.getPropertyImageStyleAccess().getEventTopicSTRINGTerminalRuleCall_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyImageStyle__ConfigsAssignment_4
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyImageStyleAccess().getConfigsStyleConfigParserRuleCall_4_0()); }
ruleStyleConfig
{ after(grammarAccess.getPropertyImageStyleAccess().getConfigsStyleConfigParserRuleCall_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__NumericToResourceStyleConfig__CompareAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNumericToResourceStyleConfigAccess().getCompareStyleCompareEnumRuleCall_1_0()); }
ruleStyleCompare
{ after(grammarAccess.getNumericToResourceStyleConfigAccess().getCompareStyleCompareEnumRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__NumericToResourceStyleConfig__ValueAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNumericToResourceStyleConfigAccess().getValueLDoubleParserRuleCall_2_0()); }
ruleLDouble
{ after(grammarAccess.getNumericToResourceStyleConfigAccess().getValueLDoubleParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__NumericToResourceStyleConfig__ResourceThemePathAssignment_4
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getNumericToResourceStyleConfigAccess().getResourceThemePathTHEME_RESOURCETerminalRuleCall_4_0()); }
RULE_THEME_RESOURCE
{ after(grammarAccess.getNumericToResourceStyleConfigAccess().getResourceThemePathTHEME_RESOURCETerminalRuleCall_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__StringToResourceStyleConfig__CompareAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getStringToResourceStyleConfigAccess().getCompareStyleCompareEnumRuleCall_1_0()); }
ruleStyleCompare
{ after(grammarAccess.getStringToResourceStyleConfigAccess().getCompareStyleCompareEnumRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__StringToResourceStyleConfig__ValueAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getStringToResourceStyleConfigAccess().getValueSTRINGTerminalRuleCall_2_0()); }
RULE_STRING
{ after(grammarAccess.getStringToResourceStyleConfigAccess().getValueSTRINGTerminalRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__StringToResourceStyleConfig__ResourceThemePathAssignment_4
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getStringToResourceStyleConfigAccess().getResourceThemePathTHEME_RESOURCETerminalRuleCall_4_0()); }
RULE_THEME_RESOURCE
{ after(grammarAccess.getStringToResourceStyleConfigAccess().getResourceThemePathTHEME_RESOURCETerminalRuleCall_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__StaticAssignment_2_0_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getStaticStaticKeyword_2_0_0_0()); }
(
{ before(grammarAccess.getXImportDeclarationAccess().getStaticStaticKeyword_2_0_0_0()); }
'static'
{ after(grammarAccess.getXImportDeclarationAccess().getStaticStaticKeyword_2_0_0_0()); }
)
{ after(grammarAccess.getXImportDeclarationAccess().getStaticStaticKeyword_2_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__ExtensionAssignment_2_0_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getExtensionExtensionKeyword_2_0_1_0()); }
(
{ before(grammarAccess.getXImportDeclarationAccess().getExtensionExtensionKeyword_2_0_1_0()); }
'extension'
{ after(grammarAccess.getXImportDeclarationAccess().getExtensionExtensionKeyword_2_0_1_0()); }
)
{ after(grammarAccess.getXImportDeclarationAccess().getExtensionExtensionKeyword_2_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__ImportedTypeAssignment_2_0_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeCrossReference_2_0_2_0()); }
(
{ before(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeQualifiedNameInStaticImportParserRuleCall_2_0_2_0_1()); }
ruleQualifiedNameInStaticImport
{ after(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeQualifiedNameInStaticImportParserRuleCall_2_0_2_0_1()); }
)
{ after(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeCrossReference_2_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__WildcardAssignment_2_0_3_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getWildcardAsteriskKeyword_2_0_3_0_0()); }
(
{ before(grammarAccess.getXImportDeclarationAccess().getWildcardAsteriskKeyword_2_0_3_0_0()); }
'*'
{ after(grammarAccess.getXImportDeclarationAccess().getWildcardAsteriskKeyword_2_0_3_0_0()); }
)
{ after(grammarAccess.getXImportDeclarationAccess().getWildcardAsteriskKeyword_2_0_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__MemberNameAssignment_2_0_3_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getMemberNameValidIDParserRuleCall_2_0_3_1_0()); }
ruleValidID
{ after(grammarAccess.getXImportDeclarationAccess().getMemberNameValidIDParserRuleCall_2_0_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__ImportedTypeAssignment_2_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeCrossReference_2_1_0()); }
(
{ before(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeQualifiedNameParserRuleCall_2_1_0_1()); }
ruleQualifiedName
{ after(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeQualifiedNameParserRuleCall_2_1_0_1()); }
)
{ after(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeCrossReference_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__ImportedNamespaceAssignment_2_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getImportedNamespaceQualifiedNameWithWildcardParserRuleCall_2_2_0()); }
ruleQualifiedNameWithWildcard
{ after(grammarAccess.getXImportDeclarationAccess().getImportedNamespaceQualifiedNameWithWildcardParserRuleCall_2_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__FqnImportAssignment_2_3_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getFqnImportNsKeyword_2_3_0_0()); }
(
{ before(grammarAccess.getXImportDeclarationAccess().getFqnImportNsKeyword_2_3_0_0()); }
'ns'
{ after(grammarAccess.getXImportDeclarationAccess().getFqnImportNsKeyword_2_3_0_0()); }
)
{ after(grammarAccess.getXImportDeclarationAccess().getFqnImportNsKeyword_2_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__ImportedFullyQualifiedNameAssignment_2_3_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getImportedFullyQualifiedNameQualifiedNameParserRuleCall_2_3_1_0()); }
ruleQualifiedName
{ after(grammarAccess.getXImportDeclarationAccess().getImportedFullyQualifiedNameQualifiedNameParserRuleCall_2_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotation__AnnotationTypeAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationAccess().getAnnotationTypeJvmAnnotationTypeCrossReference_2_0()); }
(
{ before(grammarAccess.getXAnnotationAccess().getAnnotationTypeJvmAnnotationTypeQualifiedNameParserRuleCall_2_0_1()); }
ruleQualifiedName
{ after(grammarAccess.getXAnnotationAccess().getAnnotationTypeJvmAnnotationTypeQualifiedNameParserRuleCall_2_0_1()); }
)
{ after(grammarAccess.getXAnnotationAccess().getAnnotationTypeJvmAnnotationTypeCrossReference_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotation__ElementValuePairsAssignment_3_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationAccess().getElementValuePairsXAnnotationElementValuePairParserRuleCall_3_1_0_0_0()); }
ruleXAnnotationElementValuePair
{ after(grammarAccess.getXAnnotationAccess().getElementValuePairsXAnnotationElementValuePairParserRuleCall_3_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotation__ElementValuePairsAssignment_3_1_0_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationAccess().getElementValuePairsXAnnotationElementValuePairParserRuleCall_3_1_0_1_1_0()); }
ruleXAnnotationElementValuePair
{ after(grammarAccess.getXAnnotationAccess().getElementValuePairsXAnnotationElementValuePairParserRuleCall_3_1_0_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotation__ValueAssignment_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationAccess().getValueXAnnotationElementValueOrCommaListParserRuleCall_3_1_1_0()); }
ruleXAnnotationElementValueOrCommaList
{ after(grammarAccess.getXAnnotationAccess().getValueXAnnotationElementValueOrCommaListParserRuleCall_3_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValuePair__ElementAssignment_0_0_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValuePairAccess().getElementJvmOperationCrossReference_0_0_0_0()); }
(
{ before(grammarAccess.getXAnnotationElementValuePairAccess().getElementJvmOperationValidIDParserRuleCall_0_0_0_0_1()); }
ruleValidID
{ after(grammarAccess.getXAnnotationElementValuePairAccess().getElementJvmOperationValidIDParserRuleCall_0_0_0_0_1()); }
)
{ after(grammarAccess.getXAnnotationElementValuePairAccess().getElementJvmOperationCrossReference_0_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValuePair__ValueAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValuePairAccess().getValueXAnnotationElementValueParserRuleCall_1_0()); }
ruleXAnnotationElementValue
{ after(grammarAccess.getXAnnotationElementValuePairAccess().getValueXAnnotationElementValueParserRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__ElementsAssignment_0_1_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_0_0()); }
ruleXAnnotationOrExpression
{ after(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__ElementsAssignment_0_1_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_1_1_0()); }
ruleXAnnotationOrExpression
{ after(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValueOrCommaList__ElementsAssignment_1_1_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getElementsXAnnotationOrExpressionParserRuleCall_1_1_1_1_0()); }
ruleXAnnotationOrExpression
{ after(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getElementsXAnnotationOrExpressionParserRuleCall_1_1_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValue__ElementsAssignment_0_1_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_0_0()); }
ruleXAnnotationOrExpression
{ after(grammarAccess.getXAnnotationElementValueAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAnnotationElementValue__ElementsAssignment_0_1_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAnnotationElementValueAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_1_1_0()); }
ruleXAnnotationOrExpression
{ after(grammarAccess.getXAnnotationElementValueAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAssignment__FeatureAssignment_0_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAssignmentAccess().getFeatureJvmIdentifiableElementCrossReference_0_1_0()); }
(
{ before(grammarAccess.getXAssignmentAccess().getFeatureJvmIdentifiableElementFeatureCallIDParserRuleCall_0_1_0_1()); }
ruleFeatureCallID
{ after(grammarAccess.getXAssignmentAccess().getFeatureJvmIdentifiableElementFeatureCallIDParserRuleCall_0_1_0_1()); }
)
{ after(grammarAccess.getXAssignmentAccess().getFeatureJvmIdentifiableElementCrossReference_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAssignment__ValueAssignment_0_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAssignmentAccess().getValueXAssignmentParserRuleCall_0_3_0()); }
ruleXAssignment
{ after(grammarAccess.getXAssignmentAccess().getValueXAssignmentParserRuleCall_0_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAssignment__FeatureAssignment_1_1_0_0_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAssignmentAccess().getFeatureJvmIdentifiableElementCrossReference_1_1_0_0_1_0()); }
(
{ before(grammarAccess.getXAssignmentAccess().getFeatureJvmIdentifiableElementOpMultiAssignParserRuleCall_1_1_0_0_1_0_1()); }
ruleOpMultiAssign
{ after(grammarAccess.getXAssignmentAccess().getFeatureJvmIdentifiableElementOpMultiAssignParserRuleCall_1_1_0_0_1_0_1()); }
)
{ after(grammarAccess.getXAssignmentAccess().getFeatureJvmIdentifiableElementCrossReference_1_1_0_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAssignment__RightOperandAssignment_1_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAssignmentAccess().getRightOperandXAssignmentParserRuleCall_1_1_1_0()); }
ruleXAssignment
{ after(grammarAccess.getXAssignmentAccess().getRightOperandXAssignmentParserRuleCall_1_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XOrExpression__FeatureAssignment_1_0_0_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXOrExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); }
(
{ before(grammarAccess.getXOrExpressionAccess().getFeatureJvmIdentifiableElementOpOrParserRuleCall_1_0_0_1_0_1()); }
ruleOpOr
{ after(grammarAccess.getXOrExpressionAccess().getFeatureJvmIdentifiableElementOpOrParserRuleCall_1_0_0_1_0_1()); }
)
{ after(grammarAccess.getXOrExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XOrExpression__RightOperandAssignment_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXOrExpressionAccess().getRightOperandXAndExpressionParserRuleCall_1_1_0()); }
ruleXAndExpression
{ after(grammarAccess.getXOrExpressionAccess().getRightOperandXAndExpressionParserRuleCall_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAndExpression__FeatureAssignment_1_0_0_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAndExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); }
(
{ before(grammarAccess.getXAndExpressionAccess().getFeatureJvmIdentifiableElementOpAndParserRuleCall_1_0_0_1_0_1()); }
ruleOpAnd
{ after(grammarAccess.getXAndExpressionAccess().getFeatureJvmIdentifiableElementOpAndParserRuleCall_1_0_0_1_0_1()); }
)
{ after(grammarAccess.getXAndExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAndExpression__RightOperandAssignment_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAndExpressionAccess().getRightOperandXEqualityExpressionParserRuleCall_1_1_0()); }
ruleXEqualityExpression
{ after(grammarAccess.getXAndExpressionAccess().getRightOperandXEqualityExpressionParserRuleCall_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XEqualityExpression__FeatureAssignment_1_0_0_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXEqualityExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); }
(
{ before(grammarAccess.getXEqualityExpressionAccess().getFeatureJvmIdentifiableElementOpEqualityParserRuleCall_1_0_0_1_0_1()); }
ruleOpEquality
{ after(grammarAccess.getXEqualityExpressionAccess().getFeatureJvmIdentifiableElementOpEqualityParserRuleCall_1_0_0_1_0_1()); }
)
{ after(grammarAccess.getXEqualityExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XEqualityExpression__RightOperandAssignment_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXEqualityExpressionAccess().getRightOperandXRelationalExpressionParserRuleCall_1_1_0()); }
ruleXRelationalExpression
{ after(grammarAccess.getXEqualityExpressionAccess().getRightOperandXRelationalExpressionParserRuleCall_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__TypeAssignment_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXRelationalExpressionAccess().getTypeJvmTypeReferenceParserRuleCall_1_0_1_0()); }
ruleJvmTypeReference
{ after(grammarAccess.getXRelationalExpressionAccess().getTypeJvmTypeReferenceParserRuleCall_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__FeatureAssignment_1_1_0_0_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXRelationalExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_1_0_0_1_0()); }
(
{ before(grammarAccess.getXRelationalExpressionAccess().getFeatureJvmIdentifiableElementOpCompareParserRuleCall_1_1_0_0_1_0_1()); }
ruleOpCompare
{ after(grammarAccess.getXRelationalExpressionAccess().getFeatureJvmIdentifiableElementOpCompareParserRuleCall_1_1_0_0_1_0_1()); }
)
{ after(grammarAccess.getXRelationalExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_1_0_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XRelationalExpression__RightOperandAssignment_1_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXRelationalExpressionAccess().getRightOperandXOtherOperatorExpressionParserRuleCall_1_1_1_0()); }
ruleXOtherOperatorExpression
{ after(grammarAccess.getXRelationalExpressionAccess().getRightOperandXOtherOperatorExpressionParserRuleCall_1_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XOtherOperatorExpression__FeatureAssignment_1_0_0_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXOtherOperatorExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); }
(
{ before(grammarAccess.getXOtherOperatorExpressionAccess().getFeatureJvmIdentifiableElementOpOtherParserRuleCall_1_0_0_1_0_1()); }
ruleOpOther
{ after(grammarAccess.getXOtherOperatorExpressionAccess().getFeatureJvmIdentifiableElementOpOtherParserRuleCall_1_0_0_1_0_1()); }
)
{ after(grammarAccess.getXOtherOperatorExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XOtherOperatorExpression__RightOperandAssignment_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXOtherOperatorExpressionAccess().getRightOperandXAdditiveExpressionParserRuleCall_1_1_0()); }
ruleXAdditiveExpression
{ after(grammarAccess.getXOtherOperatorExpressionAccess().getRightOperandXAdditiveExpressionParserRuleCall_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAdditiveExpression__FeatureAssignment_1_0_0_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAdditiveExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); }
(
{ before(grammarAccess.getXAdditiveExpressionAccess().getFeatureJvmIdentifiableElementOpAddParserRuleCall_1_0_0_1_0_1()); }
ruleOpAdd
{ after(grammarAccess.getXAdditiveExpressionAccess().getFeatureJvmIdentifiableElementOpAddParserRuleCall_1_0_0_1_0_1()); }
)
{ after(grammarAccess.getXAdditiveExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XAdditiveExpression__RightOperandAssignment_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXAdditiveExpressionAccess().getRightOperandXMultiplicativeExpressionParserRuleCall_1_1_0()); }
ruleXMultiplicativeExpression
{ after(grammarAccess.getXAdditiveExpressionAccess().getRightOperandXMultiplicativeExpressionParserRuleCall_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMultiplicativeExpression__FeatureAssignment_1_0_0_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMultiplicativeExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); }
(
{ before(grammarAccess.getXMultiplicativeExpressionAccess().getFeatureJvmIdentifiableElementOpMultiParserRuleCall_1_0_0_1_0_1()); }
ruleOpMulti
{ after(grammarAccess.getXMultiplicativeExpressionAccess().getFeatureJvmIdentifiableElementOpMultiParserRuleCall_1_0_0_1_0_1()); }
)
{ after(grammarAccess.getXMultiplicativeExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMultiplicativeExpression__RightOperandAssignment_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMultiplicativeExpressionAccess().getRightOperandXUnaryOperationParserRuleCall_1_1_0()); }
ruleXUnaryOperation
{ after(grammarAccess.getXMultiplicativeExpressionAccess().getRightOperandXUnaryOperationParserRuleCall_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XUnaryOperation__FeatureAssignment_0_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXUnaryOperationAccess().getFeatureJvmIdentifiableElementCrossReference_0_1_0()); }
(
{ before(grammarAccess.getXUnaryOperationAccess().getFeatureJvmIdentifiableElementOpUnaryParserRuleCall_0_1_0_1()); }
ruleOpUnary
{ after(grammarAccess.getXUnaryOperationAccess().getFeatureJvmIdentifiableElementOpUnaryParserRuleCall_0_1_0_1()); }
)
{ after(grammarAccess.getXUnaryOperationAccess().getFeatureJvmIdentifiableElementCrossReference_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XUnaryOperation__OperandAssignment_0_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXUnaryOperationAccess().getOperandXUnaryOperationParserRuleCall_0_2_0()); }
ruleXUnaryOperation
{ after(grammarAccess.getXUnaryOperationAccess().getOperandXUnaryOperationParserRuleCall_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCastedExpression__TypeAssignment_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCastedExpressionAccess().getTypeJvmTypeReferenceParserRuleCall_1_1_0()); }
ruleJvmTypeReference
{ after(grammarAccess.getXCastedExpressionAccess().getTypeJvmTypeReferenceParserRuleCall_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XPostfixOperation__FeatureAssignment_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXPostfixOperationAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_1_0()); }
(
{ before(grammarAccess.getXPostfixOperationAccess().getFeatureJvmIdentifiableElementOpPostfixParserRuleCall_1_0_1_0_1()); }
ruleOpPostfix
{ after(grammarAccess.getXPostfixOperationAccess().getFeatureJvmIdentifiableElementOpPostfixParserRuleCall_1_0_1_0_1()); }
)
{ after(grammarAccess.getXPostfixOperationAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticColonColonKeyword_1_0_0_0_1_1_0()); }
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticColonColonKeyword_1_0_0_0_1_1_0()); }
'::'
{ after(grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticColonColonKeyword_1_0_0_0_1_1_0()); }
)
{ after(grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticColonColonKeyword_1_0_0_0_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__FeatureAssignment_1_0_0_0_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_0_2_0()); }
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getFeatureJvmIdentifiableElementFeatureCallIDParserRuleCall_1_0_0_0_2_0_1()); }
ruleFeatureCallID
{ after(grammarAccess.getXMemberFeatureCallAccess().getFeatureJvmIdentifiableElementFeatureCallIDParserRuleCall_1_0_0_0_2_0_1()); }
)
{ after(grammarAccess.getXMemberFeatureCallAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__ValueAssignment_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getValueXAssignmentParserRuleCall_1_0_1_0()); }
ruleXAssignment
{ after(grammarAccess.getXMemberFeatureCallAccess().getValueXAssignmentParserRuleCall_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__NullSafeAssignment_1_1_0_0_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getNullSafeQuestionMarkFullStopKeyword_1_1_0_0_1_1_0()); }
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getNullSafeQuestionMarkFullStopKeyword_1_1_0_0_1_1_0()); }
'?.'
{ after(grammarAccess.getXMemberFeatureCallAccess().getNullSafeQuestionMarkFullStopKeyword_1_1_0_0_1_1_0()); }
)
{ after(grammarAccess.getXMemberFeatureCallAccess().getNullSafeQuestionMarkFullStopKeyword_1_1_0_0_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__ExplicitStaticAssignment_1_1_0_0_1_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticColonColonKeyword_1_1_0_0_1_2_0()); }
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticColonColonKeyword_1_1_0_0_1_2_0()); }
'::'
{ after(grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticColonColonKeyword_1_1_0_0_1_2_0()); }
)
{ after(grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticColonColonKeyword_1_1_0_0_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_1_1_0()); }
ruleJvmArgumentTypeReference
{ after(grammarAccess.getXMemberFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_2_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_1_2_1_0()); }
ruleJvmArgumentTypeReference
{ after(grammarAccess.getXMemberFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_1_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__FeatureAssignment_1_1_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getFeatureJvmIdentifiableElementCrossReference_1_1_2_0()); }
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getFeatureJvmIdentifiableElementIdOrSuperParserRuleCall_1_1_2_0_1()); }
ruleIdOrSuper
{ after(grammarAccess.getXMemberFeatureCallAccess().getFeatureJvmIdentifiableElementIdOrSuperParserRuleCall_1_1_2_0_1()); }
)
{ after(grammarAccess.getXMemberFeatureCallAccess().getFeatureJvmIdentifiableElementCrossReference_1_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__ExplicitOperationCallAssignment_1_1_3_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getExplicitOperationCallLeftParenthesisKeyword_1_1_3_0_0()); }
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getExplicitOperationCallLeftParenthesisKeyword_1_1_3_0_0()); }
'('
{ after(grammarAccess.getXMemberFeatureCallAccess().getExplicitOperationCallLeftParenthesisKeyword_1_1_3_0_0()); }
)
{ after(grammarAccess.getXMemberFeatureCallAccess().getExplicitOperationCallLeftParenthesisKeyword_1_1_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXShortClosureParserRuleCall_1_1_3_1_0_0()); }
ruleXShortClosure
{ after(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXShortClosureParserRuleCall_1_1_3_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXExpressionParserRuleCall_1_1_3_1_1_0_0()); }
ruleXExpression
{ after(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXExpressionParserRuleCall_1_1_3_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXExpressionParserRuleCall_1_1_3_1_1_1_1_0()); }
ruleXExpression
{ after(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXExpressionParserRuleCall_1_1_3_1_1_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_4
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXClosureParserRuleCall_1_1_4_0()); }
ruleXClosure
{ after(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXClosureParserRuleCall_1_1_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSetLiteral__ElementsAssignment_3_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSetLiteralAccess().getElementsXExpressionParserRuleCall_3_0_0()); }
ruleXExpression
{ after(grammarAccess.getXSetLiteralAccess().getElementsXExpressionParserRuleCall_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSetLiteral__ElementsAssignment_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSetLiteralAccess().getElementsXExpressionParserRuleCall_3_1_1_0()); }
ruleXExpression
{ after(grammarAccess.getXSetLiteralAccess().getElementsXExpressionParserRuleCall_3_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XListLiteral__ElementsAssignment_3_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXListLiteralAccess().getElementsXExpressionParserRuleCall_3_0_0()); }
ruleXExpression
{ after(grammarAccess.getXListLiteralAccess().getElementsXExpressionParserRuleCall_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XListLiteral__ElementsAssignment_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXListLiteralAccess().getElementsXExpressionParserRuleCall_3_1_1_0()); }
ruleXExpression
{ after(grammarAccess.getXListLiteralAccess().getElementsXExpressionParserRuleCall_3_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_1_0_0_0_0()); }
ruleJvmFormalParameter
{ after(grammarAccess.getXClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_1_0_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_1_0_0_1_1_0()); }
ruleJvmFormalParameter
{ after(grammarAccess.getXClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_1_0_0_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__ExplicitSyntaxAssignment_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXClosureAccess().getExplicitSyntaxVerticalLineKeyword_1_0_1_0()); }
(
{ before(grammarAccess.getXClosureAccess().getExplicitSyntaxVerticalLineKeyword_1_0_1_0()); }
'|'
{ after(grammarAccess.getXClosureAccess().getExplicitSyntaxVerticalLineKeyword_1_0_1_0()); }
)
{ after(grammarAccess.getXClosureAccess().getExplicitSyntaxVerticalLineKeyword_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XClosure__ExpressionAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXClosureAccess().getExpressionXExpressionInClosureParserRuleCall_2_0()); }
ruleXExpressionInClosure
{ after(grammarAccess.getXClosureAccess().getExpressionXExpressionInClosureParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XExpressionInClosure__ExpressionsAssignment_1_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXExpressionInClosureAccess().getExpressionsXExpressionOrVarDeclarationParserRuleCall_1_0_0()); }
ruleXExpressionOrVarDeclaration
{ after(grammarAccess.getXExpressionInClosureAccess().getExpressionsXExpressionOrVarDeclarationParserRuleCall_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXShortClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_0_0_1_0_0()); }
ruleJvmFormalParameter
{ after(grammarAccess.getXShortClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_0_0_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXShortClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_0_0_1_1_1_0()); }
ruleJvmFormalParameter
{ after(grammarAccess.getXShortClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_0_0_1_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XShortClosure__ExplicitSyntaxAssignment_0_0_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXShortClosureAccess().getExplicitSyntaxVerticalLineKeyword_0_0_2_0()); }
(
{ before(grammarAccess.getXShortClosureAccess().getExplicitSyntaxVerticalLineKeyword_0_0_2_0()); }
'|'
{ after(grammarAccess.getXShortClosureAccess().getExplicitSyntaxVerticalLineKeyword_0_0_2_0()); }
)
{ after(grammarAccess.getXShortClosureAccess().getExplicitSyntaxVerticalLineKeyword_0_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XShortClosure__ExpressionAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXShortClosureAccess().getExpressionXExpressionParserRuleCall_1_0()); }
ruleXExpression
{ after(grammarAccess.getXShortClosureAccess().getExpressionXExpressionParserRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XIfExpression__IfAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXIfExpressionAccess().getIfXExpressionParserRuleCall_3_0()); }
ruleXExpression
{ after(grammarAccess.getXIfExpressionAccess().getIfXExpressionParserRuleCall_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XIfExpression__ThenAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXIfExpressionAccess().getThenXExpressionParserRuleCall_5_0()); }
ruleXExpression
{ after(grammarAccess.getXIfExpressionAccess().getThenXExpressionParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XIfExpression__ElseAssignment_6_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXIfExpressionAccess().getElseXExpressionParserRuleCall_6_1_0()); }
ruleXExpression
{ after(grammarAccess.getXIfExpressionAccess().getElseXExpressionParserRuleCall_6_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__DeclaredParamAssignment_2_0_0_0_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_2_0_0_0_1_0()); }
ruleJvmFormalParameter
{ after(grammarAccess.getXSwitchExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_2_0_0_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__SwitchAssignment_2_0_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getSwitchXExpressionParserRuleCall_2_0_1_0()); }
ruleXExpression
{ after(grammarAccess.getXSwitchExpressionAccess().getSwitchXExpressionParserRuleCall_2_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__DeclaredParamAssignment_2_1_0_0_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_2_1_0_0_0_0()); }
ruleJvmFormalParameter
{ after(grammarAccess.getXSwitchExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_2_1_0_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__SwitchAssignment_2_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getSwitchXExpressionParserRuleCall_2_1_1_0()); }
ruleXExpression
{ after(grammarAccess.getXSwitchExpressionAccess().getSwitchXExpressionParserRuleCall_2_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__CasesAssignment_4
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getCasesXCasePartParserRuleCall_4_0()); }
ruleXCasePart
{ after(grammarAccess.getXSwitchExpressionAccess().getCasesXCasePartParserRuleCall_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSwitchExpression__DefaultAssignment_5_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSwitchExpressionAccess().getDefaultXExpressionParserRuleCall_5_2_0()); }
ruleXExpression
{ after(grammarAccess.getXSwitchExpressionAccess().getDefaultXExpressionParserRuleCall_5_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCasePart__TypeGuardAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCasePartAccess().getTypeGuardJvmTypeReferenceParserRuleCall_1_0()); }
ruleJvmTypeReference
{ after(grammarAccess.getXCasePartAccess().getTypeGuardJvmTypeReferenceParserRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCasePart__CaseAssignment_2_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCasePartAccess().getCaseXExpressionParserRuleCall_2_1_0()); }
ruleXExpression
{ after(grammarAccess.getXCasePartAccess().getCaseXExpressionParserRuleCall_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCasePart__ThenAssignment_3_0_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCasePartAccess().getThenXExpressionParserRuleCall_3_0_1_0()); }
ruleXExpression
{ after(grammarAccess.getXCasePartAccess().getThenXExpressionParserRuleCall_3_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCasePart__FallThroughAssignment_3_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCasePartAccess().getFallThroughCommaKeyword_3_1_0()); }
(
{ before(grammarAccess.getXCasePartAccess().getFallThroughCommaKeyword_3_1_0()); }
','
{ after(grammarAccess.getXCasePartAccess().getFallThroughCommaKeyword_3_1_0()); }
)
{ after(grammarAccess.getXCasePartAccess().getFallThroughCommaKeyword_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XForLoopExpression__DeclaredParamAssignment_0_0_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXForLoopExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_0_0_3_0()); }
ruleJvmFormalParameter
{ after(grammarAccess.getXForLoopExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_0_0_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XForLoopExpression__ForExpressionAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXForLoopExpressionAccess().getForExpressionXExpressionParserRuleCall_1_0()); }
ruleXExpression
{ after(grammarAccess.getXForLoopExpressionAccess().getForExpressionXExpressionParserRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XForLoopExpression__EachExpressionAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXForLoopExpressionAccess().getEachExpressionXExpressionParserRuleCall_3_0()); }
ruleXExpression
{ after(grammarAccess.getXForLoopExpressionAccess().getEachExpressionXExpressionParserRuleCall_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__InitExpressionsAssignment_3_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsXExpressionOrVarDeclarationParserRuleCall_3_0_0()); }
ruleXExpressionOrVarDeclaration
{ after(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsXExpressionOrVarDeclarationParserRuleCall_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__InitExpressionsAssignment_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsXExpressionOrVarDeclarationParserRuleCall_3_1_1_0()); }
ruleXExpressionOrVarDeclaration
{ after(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsXExpressionOrVarDeclarationParserRuleCall_3_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__ExpressionAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBasicForLoopExpressionAccess().getExpressionXExpressionParserRuleCall_5_0()); }
ruleXExpression
{ after(grammarAccess.getXBasicForLoopExpressionAccess().getExpressionXExpressionParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsXExpressionParserRuleCall_7_0_0()); }
ruleXExpression
{ after(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsXExpressionParserRuleCall_7_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsXExpressionParserRuleCall_7_1_1_0()); }
ruleXExpression
{ after(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsXExpressionParserRuleCall_7_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBasicForLoopExpression__EachExpressionAssignment_9
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBasicForLoopExpressionAccess().getEachExpressionXExpressionParserRuleCall_9_0()); }
ruleXExpression
{ after(grammarAccess.getXBasicForLoopExpressionAccess().getEachExpressionXExpressionParserRuleCall_9_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XWhileExpression__PredicateAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXWhileExpressionAccess().getPredicateXExpressionParserRuleCall_3_0()); }
ruleXExpression
{ after(grammarAccess.getXWhileExpressionAccess().getPredicateXExpressionParserRuleCall_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XWhileExpression__BodyAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXWhileExpressionAccess().getBodyXExpressionParserRuleCall_5_0()); }
ruleXExpression
{ after(grammarAccess.getXWhileExpressionAccess().getBodyXExpressionParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XDoWhileExpression__BodyAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXDoWhileExpressionAccess().getBodyXExpressionParserRuleCall_2_0()); }
ruleXExpression
{ after(grammarAccess.getXDoWhileExpressionAccess().getBodyXExpressionParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XDoWhileExpression__PredicateAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXDoWhileExpressionAccess().getPredicateXExpressionParserRuleCall_5_0()); }
ruleXExpression
{ after(grammarAccess.getXDoWhileExpressionAccess().getPredicateXExpressionParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBlockExpression__ExpressionsAssignment_2_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBlockExpressionAccess().getExpressionsXExpressionOrVarDeclarationParserRuleCall_2_0_0()); }
ruleXExpressionOrVarDeclaration
{ after(grammarAccess.getXBlockExpressionAccess().getExpressionsXExpressionOrVarDeclarationParserRuleCall_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XVariableDeclaration__WriteableAssignment_1_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXVariableDeclarationAccess().getWriteableVarKeyword_1_0_0()); }
(
{ before(grammarAccess.getXVariableDeclarationAccess().getWriteableVarKeyword_1_0_0()); }
'var'
{ after(grammarAccess.getXVariableDeclarationAccess().getWriteableVarKeyword_1_0_0()); }
)
{ after(grammarAccess.getXVariableDeclarationAccess().getWriteableVarKeyword_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XVariableDeclaration__TypeAssignment_2_0_0_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXVariableDeclarationAccess().getTypeJvmTypeReferenceParserRuleCall_2_0_0_0_0()); }
ruleJvmTypeReference
{ after(grammarAccess.getXVariableDeclarationAccess().getTypeJvmTypeReferenceParserRuleCall_2_0_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XVariableDeclaration__NameAssignment_2_0_0_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXVariableDeclarationAccess().getNameValidIDParserRuleCall_2_0_0_1_0()); }
ruleValidID
{ after(grammarAccess.getXVariableDeclarationAccess().getNameValidIDParserRuleCall_2_0_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XVariableDeclaration__NameAssignment_2_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXVariableDeclarationAccess().getNameValidIDParserRuleCall_2_1_0()); }
ruleValidID
{ after(grammarAccess.getXVariableDeclarationAccess().getNameValidIDParserRuleCall_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XVariableDeclaration__RightAssignment_3_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXVariableDeclarationAccess().getRightXExpressionParserRuleCall_3_1_0()); }
ruleXExpression
{ after(grammarAccess.getXVariableDeclarationAccess().getRightXExpressionParserRuleCall_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmFormalParameter__ParameterTypeAssignment_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmFormalParameterAccess().getParameterTypeJvmTypeReferenceParserRuleCall_0_0()); }
ruleJvmTypeReference
{ after(grammarAccess.getJvmFormalParameterAccess().getParameterTypeJvmTypeReferenceParserRuleCall_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmFormalParameter__NameAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmFormalParameterAccess().getNameValidIDParserRuleCall_1_0()); }
ruleValidID
{ after(grammarAccess.getJvmFormalParameterAccess().getNameValidIDParserRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__FullJvmFormalParameter__ParameterTypeAssignment_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getFullJvmFormalParameterAccess().getParameterTypeJvmTypeReferenceParserRuleCall_0_0()); }
ruleJvmTypeReference
{ after(grammarAccess.getFullJvmFormalParameterAccess().getParameterTypeJvmTypeReferenceParserRuleCall_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__FullJvmFormalParameter__NameAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getFullJvmFormalParameterAccess().getNameValidIDParserRuleCall_1_0()); }
ruleValidID
{ after(grammarAccess.getFullJvmFormalParameterAccess().getNameValidIDParserRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__TypeArgumentsAssignment_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_0()); }
ruleJvmArgumentTypeReference
{ after(grammarAccess.getXFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__TypeArgumentsAssignment_1_2_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_2_1_0()); }
ruleJvmArgumentTypeReference
{ after(grammarAccess.getXFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__FeatureAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getFeatureJvmIdentifiableElementCrossReference_2_0()); }
(
{ before(grammarAccess.getXFeatureCallAccess().getFeatureJvmIdentifiableElementIdOrSuperParserRuleCall_2_0_1()); }
ruleIdOrSuper
{ after(grammarAccess.getXFeatureCallAccess().getFeatureJvmIdentifiableElementIdOrSuperParserRuleCall_2_0_1()); }
)
{ after(grammarAccess.getXFeatureCallAccess().getFeatureJvmIdentifiableElementCrossReference_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__ExplicitOperationCallAssignment_3_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getExplicitOperationCallLeftParenthesisKeyword_3_0_0()); }
(
{ before(grammarAccess.getXFeatureCallAccess().getExplicitOperationCallLeftParenthesisKeyword_3_0_0()); }
'('
{ after(grammarAccess.getXFeatureCallAccess().getExplicitOperationCallLeftParenthesisKeyword_3_0_0()); }
)
{ after(grammarAccess.getXFeatureCallAccess().getExplicitOperationCallLeftParenthesisKeyword_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXShortClosureParserRuleCall_3_1_0_0()); }
ruleXShortClosure
{ after(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXShortClosureParserRuleCall_3_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXExpressionParserRuleCall_3_1_1_0_0()); }
ruleXExpression
{ after(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXExpressionParserRuleCall_3_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXExpressionParserRuleCall_3_1_1_1_1_0()); }
ruleXExpression
{ after(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXExpressionParserRuleCall_3_1_1_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFeatureCall__FeatureCallArgumentsAssignment_4
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXClosureParserRuleCall_4_0()); }
ruleXClosure
{ after(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXClosureParserRuleCall_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__ConstructorAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getConstructorJvmConstructorCrossReference_2_0()); }
(
{ before(grammarAccess.getXConstructorCallAccess().getConstructorJvmConstructorQualifiedNameParserRuleCall_2_0_1()); }
ruleQualifiedName
{ after(grammarAccess.getXConstructorCallAccess().getConstructorJvmConstructorQualifiedNameParserRuleCall_2_0_1()); }
)
{ after(grammarAccess.getXConstructorCallAccess().getConstructorJvmConstructorCrossReference_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__TypeArgumentsAssignment_3_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_3_1_0()); }
ruleJvmArgumentTypeReference
{ after(grammarAccess.getXConstructorCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__TypeArgumentsAssignment_3_2_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_3_2_1_0()); }
ruleJvmArgumentTypeReference
{ after(grammarAccess.getXConstructorCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_3_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__ExplicitConstructorCallAssignment_4_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getExplicitConstructorCallLeftParenthesisKeyword_4_0_0()); }
(
{ before(grammarAccess.getXConstructorCallAccess().getExplicitConstructorCallLeftParenthesisKeyword_4_0_0()); }
'('
{ after(grammarAccess.getXConstructorCallAccess().getExplicitConstructorCallLeftParenthesisKeyword_4_0_0()); }
)
{ after(grammarAccess.getXConstructorCallAccess().getExplicitConstructorCallLeftParenthesisKeyword_4_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__ArgumentsAssignment_4_1_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getArgumentsXShortClosureParserRuleCall_4_1_0_0()); }
ruleXShortClosure
{ after(grammarAccess.getXConstructorCallAccess().getArgumentsXShortClosureParserRuleCall_4_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__ArgumentsAssignment_4_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getArgumentsXExpressionParserRuleCall_4_1_1_0_0()); }
ruleXExpression
{ after(grammarAccess.getXConstructorCallAccess().getArgumentsXExpressionParserRuleCall_4_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__ArgumentsAssignment_4_1_1_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getArgumentsXExpressionParserRuleCall_4_1_1_1_1_0()); }
ruleXExpression
{ after(grammarAccess.getXConstructorCallAccess().getArgumentsXExpressionParserRuleCall_4_1_1_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XConstructorCall__ArgumentsAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXConstructorCallAccess().getArgumentsXClosureParserRuleCall_5_0()); }
ruleXClosure
{ after(grammarAccess.getXConstructorCallAccess().getArgumentsXClosureParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XBooleanLiteral__IsTrueAssignment_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXBooleanLiteralAccess().getIsTrueTrueKeyword_1_1_0()); }
(
{ before(grammarAccess.getXBooleanLiteralAccess().getIsTrueTrueKeyword_1_1_0()); }
'true'
{ after(grammarAccess.getXBooleanLiteralAccess().getIsTrueTrueKeyword_1_1_0()); }
)
{ after(grammarAccess.getXBooleanLiteralAccess().getIsTrueTrueKeyword_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XNumberLiteral__ValueAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXNumberLiteralAccess().getValueNumberParserRuleCall_1_0()); }
ruleNumber
{ after(grammarAccess.getXNumberLiteralAccess().getValueNumberParserRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XStringLiteral__ValueAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXStringLiteralAccess().getValueSTRINGTerminalRuleCall_1_0()); }
RULE_STRING
{ after(grammarAccess.getXStringLiteralAccess().getValueSTRINGTerminalRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XTypeLiteral__TypeAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXTypeLiteralAccess().getTypeJvmTypeCrossReference_3_0()); }
(
{ before(grammarAccess.getXTypeLiteralAccess().getTypeJvmTypeQualifiedNameParserRuleCall_3_0_1()); }
ruleQualifiedName
{ after(grammarAccess.getXTypeLiteralAccess().getTypeJvmTypeQualifiedNameParserRuleCall_3_0_1()); }
)
{ after(grammarAccess.getXTypeLiteralAccess().getTypeJvmTypeCrossReference_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XTypeLiteral__ArrayDimensionsAssignment_4
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXTypeLiteralAccess().getArrayDimensionsArrayBracketsParserRuleCall_4_0()); }
ruleArrayBrackets
{ after(grammarAccess.getXTypeLiteralAccess().getArrayDimensionsArrayBracketsParserRuleCall_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XThrowExpression__ExpressionAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXThrowExpressionAccess().getExpressionXExpressionParserRuleCall_2_0()); }
ruleXExpression
{ after(grammarAccess.getXThrowExpressionAccess().getExpressionXExpressionParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XReturnExpression__ExpressionAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXReturnExpressionAccess().getExpressionXExpressionParserRuleCall_2_0()); }
ruleXExpression
{ after(grammarAccess.getXReturnExpressionAccess().getExpressionXExpressionParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XTryCatchFinallyExpression__ExpressionAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXTryCatchFinallyExpressionAccess().getExpressionXExpressionParserRuleCall_2_0()); }
ruleXExpression
{ after(grammarAccess.getXTryCatchFinallyExpressionAccess().getExpressionXExpressionParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXTryCatchFinallyExpressionAccess().getCatchClausesXCatchClauseParserRuleCall_3_0_0_0()); }
ruleXCatchClause
{ after(grammarAccess.getXTryCatchFinallyExpressionAccess().getCatchClausesXCatchClauseParserRuleCall_3_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_0_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyExpressionXExpressionParserRuleCall_3_0_1_1_0()); }
ruleXExpression
{ after(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyExpressionXExpressionParserRuleCall_3_0_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyExpressionXExpressionParserRuleCall_3_1_1_0()); }
ruleXExpression
{ after(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyExpressionXExpressionParserRuleCall_3_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSynchronizedExpression__ParamAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSynchronizedExpressionAccess().getParamXExpressionParserRuleCall_1_0()); }
ruleXExpression
{ after(grammarAccess.getXSynchronizedExpressionAccess().getParamXExpressionParserRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XSynchronizedExpression__ExpressionAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXSynchronizedExpressionAccess().getExpressionXExpressionParserRuleCall_3_0()); }
ruleXExpression
{ after(grammarAccess.getXSynchronizedExpressionAccess().getExpressionXExpressionParserRuleCall_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCatchClause__DeclaredParamAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCatchClauseAccess().getDeclaredParamFullJvmFormalParameterParserRuleCall_2_0()); }
ruleFullJvmFormalParameter
{ after(grammarAccess.getXCatchClauseAccess().getDeclaredParamFullJvmFormalParameterParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XCatchClause__ExpressionAssignment_4
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXCatchClauseAccess().getExpressionXExpressionParserRuleCall_4_0()); }
ruleXExpression
{ after(grammarAccess.getXCatchClauseAccess().getExpressionXExpressionParserRuleCall_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFunctionTypeRef__ParamTypesAssignment_0_1_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFunctionTypeRefAccess().getParamTypesJvmTypeReferenceParserRuleCall_0_1_0_0()); }
ruleJvmTypeReference
{ after(grammarAccess.getXFunctionTypeRefAccess().getParamTypesJvmTypeReferenceParserRuleCall_0_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFunctionTypeRef__ParamTypesAssignment_0_1_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFunctionTypeRefAccess().getParamTypesJvmTypeReferenceParserRuleCall_0_1_1_1_0()); }
ruleJvmTypeReference
{ after(grammarAccess.getXFunctionTypeRefAccess().getParamTypesJvmTypeReferenceParserRuleCall_0_1_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XFunctionTypeRef__ReturnTypeAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXFunctionTypeRefAccess().getReturnTypeJvmTypeReferenceParserRuleCall_2_0()); }
ruleJvmTypeReference
{ after(grammarAccess.getXFunctionTypeRefAccess().getReturnTypeJvmTypeReferenceParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__TypeAssignment_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeJvmTypeCrossReference_0_0()); }
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeJvmTypeQualifiedNameParserRuleCall_0_0_1()); }
ruleQualifiedName
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeJvmTypeQualifiedNameParserRuleCall_0_0_1()); }
)
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeJvmTypeCrossReference_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_0()); }
ruleJvmArgumentTypeReference
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_2_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_2_1_0()); }
ruleJvmArgumentTypeReference
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__TypeAssignment_1_4_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeJvmTypeCrossReference_1_4_1_0()); }
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeJvmTypeValidIDParserRuleCall_1_4_1_0_1()); }
ruleValidID
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeJvmTypeValidIDParserRuleCall_1_4_1_0_1()); }
)
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeJvmTypeCrossReference_1_4_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_4_2_1_0()); }
ruleJvmArgumentTypeReference
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_4_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_2_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_4_2_2_1_0()); }
ruleJvmArgumentTypeReference
{ after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_4_2_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmUpperBoundParserRuleCall_2_0_0_0()); }
ruleJvmUpperBound
{ after(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmUpperBoundParserRuleCall_2_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmUpperBoundAndedParserRuleCall_2_0_1_0()); }
ruleJvmUpperBoundAnded
{ after(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmUpperBoundAndedParserRuleCall_2_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmLowerBoundParserRuleCall_2_1_0_0()); }
ruleJvmLowerBound
{ after(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmLowerBoundParserRuleCall_2_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmLowerBoundAndedParserRuleCall_2_1_1_0()); }
ruleJvmLowerBoundAnded
{ after(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmLowerBoundAndedParserRuleCall_2_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmUpperBound__TypeReferenceAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmUpperBoundAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0()); }
ruleJvmTypeReference
{ after(grammarAccess.getJvmUpperBoundAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmUpperBoundAnded__TypeReferenceAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmUpperBoundAndedAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0()); }
ruleJvmTypeReference
{ after(grammarAccess.getJvmUpperBoundAndedAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmLowerBound__TypeReferenceAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmLowerBoundAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0()); }
ruleJvmTypeReference
{ after(grammarAccess.getJvmLowerBoundAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmLowerBoundAnded__TypeReferenceAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmLowerBoundAndedAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0()); }
ruleJvmTypeReference
{ after(grammarAccess.getJvmLowerBoundAndedAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportSection__ImportDeclarationsAssignment
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportSectionAccess().getImportDeclarationsXImportDeclarationParserRuleCall_0()); }
ruleXImportDeclaration
{ after(grammarAccess.getXImportSectionAccess().getImportDeclarationsXImportDeclarationParserRuleCall_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
RULE_THEME_RESOURCE : 'theme:/' ('a'..'z'|'A'..'Z'|'$'|'_'|'.'|'/'|'0'..'9')*;
RULE_EVENT_TOPIC : '\'' RULE_ID ('/' RULE_ID)* '/*'? '\'';
RULE_HEX : ('0x'|'0X') ('0'..'9'|'a'..'f'|'A'..'F'|'_')+ ('#' (('b'|'B') ('i'|'I')|('l'|'L')))?;
RULE_INT : '0'..'9' ('0'..'9'|'_')*;
RULE_DECIMAL : RULE_INT (('e'|'E') ('+'|'-')? RULE_INT)? (('b'|'B') ('i'|'I'|'d'|'D')|('l'|'L'|'d'|'D'|'f'|'F'))?;
RULE_ID : '^'? ('a'..'z'|'A'..'Z'|'$'|'_') ('a'..'z'|'A'..'Z'|'$'|'_'|'0'..'9')*;
RULE_STRING : ('"' ('\\' .|~(('\\'|'"')))* '"'?|'\'' ('\\' .|~(('\\'|'\'')))* '\''?);
RULE_ML_COMMENT : '/*' ( options {greedy=false;} : . )*'*/';
RULE_SL_COMMENT : '//' ~(('\n'|'\r'))* ('\r'? '\n')?;
RULE_WS : (' '|'\t'|'\r'|'\n')+;
RULE_ANY_OTHER : .;