blob: 0a00a00eef744aaeeb11115bf944dab704d4d13e [file] [log] [blame]
/*
* generated by Xtext 2.11.0
*/
grammar InternalGridSource;
options {
superClass=AbstractInternalContentAssistParser;
backtrack=true;
}
@lexer::header {
package org.eclipse.osbp.xtext.gridsource.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.gridsource.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.gridsource.services.GridSourceGrammarAccess;
}
@parser::members {
private GridSourceGrammarAccess grammarAccess;
public void setGrammarAccess(GridSourceGrammarAccess grammarAccess) {
this.grammarAccess = grammarAccess;
}
@Override
protected Grammar getGrammar() {
return grammarAccess.getGrammar();
}
@Override
protected String getValueForTokenName(String tokenName) {
return tokenName;
}
}
// Entry rule entryRuleSource
entryRuleSource
:
{ before(grammarAccess.getSourceRule()); }
ruleSource
{ after(grammarAccess.getSourceRule()); }
EOF
;
// Rule Source
ruleSource
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSourceAccess().getGroup()); }
(rule__Source__Group__0)
{ after(grammarAccess.getSourceAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleInput
entryRuleInput
:
{ before(grammarAccess.getInputRule()); }
ruleInput
{ after(grammarAccess.getInputRule()); }
EOF
;
// Rule Input
ruleInput
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getInputAccess().getGroup()); }
(rule__Input__Group__0)
{ after(grammarAccess.getInputAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleEQFilter
entryRuleEQFilter
:
{ before(grammarAccess.getEQFilterRule()); }
ruleEQFilter
{ after(grammarAccess.getEQFilterRule()); }
EOF
;
// Rule EQFilter
ruleEQFilter
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getEQFilterAccess().getGroup()); }
(rule__EQFilter__Group__0)
{ after(grammarAccess.getEQFilterAccess().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 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 entryRulePropertyQuantityStyle
entryRulePropertyQuantityStyle
:
{ before(grammarAccess.getPropertyQuantityStyleRule()); }
rulePropertyQuantityStyle
{ after(grammarAccess.getPropertyQuantityStyleRule()); }
EOF
;
// Rule PropertyQuantityStyle
rulePropertyQuantityStyle
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyQuantityStyleAccess().getGroup()); }
(rule__PropertyQuantityStyle__Group__0)
{ after(grammarAccess.getPropertyQuantityStyleAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRulePropertyPriceStyle
entryRulePropertyPriceStyle
:
{ before(grammarAccess.getPropertyPriceStyleRule()); }
rulePropertyPriceStyle
{ after(grammarAccess.getPropertyPriceStyleRule()); }
EOF
;
// Rule PropertyPriceStyle
rulePropertyPriceStyle
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyPriceStyleAccess().getGroup()); }
(rule__PropertyPriceStyle__Group__0)
{ after(grammarAccess.getPropertyPriceStyleAccess().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 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 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 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 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 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 entryRuleXImportDeclaration
entryRuleXImportDeclaration
:
{ before(grammarAccess.getXImportDeclarationRule()); }
ruleXImportDeclaration
{ after(grammarAccess.getXImportDeclarationRule()); }
EOF
;
// Rule XImportDeclaration
ruleXImportDeclaration
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getGroup()); }
(rule__XImportDeclaration__Group__0)
{ after(grammarAccess.getXImportDeclarationAccess().getGroup()); }
)
;
finally {
restoreStackSize(stackSize);
}
// Entry rule entryRuleQualifiedNameInStaticImport
entryRuleQualifiedNameInStaticImport
:
{ before(grammarAccess.getQualifiedNameInStaticImportRule()); }
ruleQualifiedNameInStaticImport
{ after(grammarAccess.getQualifiedNameInStaticImportRule()); }
EOF
;
// Rule QualifiedNameInStaticImport
ruleQualifiedNameInStaticImport
@init {
int stackSize = keepStackSize();
}
:
(
(
{ before(grammarAccess.getQualifiedNameInStaticImportAccess().getGroup()); }
(rule__QualifiedNameInStaticImport__Group__0)
{ after(grammarAccess.getQualifiedNameInStaticImportAccess().getGroup()); }
)
(
{ before(grammarAccess.getQualifiedNameInStaticImportAccess().getGroup()); }
(rule__QualifiedNameInStaticImport__Group__0)*
{ after(grammarAccess.getQualifiedNameInStaticImportAccess().getGroup()); }
)
)
;
finally {
restoreStackSize(stackSize);
}
// Rule StyleCompare
ruleStyleCompare
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getStyleCompareAccess().getAlternatives()); }
(rule__StyleCompare__Alternatives)
{ after(grammarAccess.getStyleCompareAccess().getAlternatives()); }
)
;
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().getPropertyQuantityStyleParserRuleCall_8()); }
rulePropertyQuantityStyle
{ after(grammarAccess.getPropertyStyleAccess().getPropertyQuantityStyleParserRuleCall_8()); }
)
|
(
{ before(grammarAccess.getPropertyStyleAccess().getPropertyPriceStyleParserRuleCall_9()); }
rulePropertyPriceStyle
{ after(grammarAccess.getPropertyStyleAccess().getPropertyPriceStyleParserRuleCall_9()); }
)
|
(
{ before(grammarAccess.getPropertyStyleAccess().getGridPropIndicatorStyleParserRuleCall_10()); }
ruleGridPropIndicatorStyle
{ after(grammarAccess.getPropertyStyleAccess().getGridPropIndicatorStyleParserRuleCall_10()); }
)
;
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__JvmTypeReference__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmTypeReferenceAccess().getGroup_0()); }
(rule__JvmTypeReference__Group_0__0)
{ after(grammarAccess.getJvmTypeReferenceAccess().getGroup_0()); }
)
|
(
{ before(grammarAccess.getJvmTypeReferenceAccess().getXFunctionTypeRefParserRuleCall_1()); }
ruleXFunctionTypeRef
{ after(grammarAccess.getJvmTypeReferenceAccess().getXFunctionTypeRefParserRuleCall_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmArgumentTypeReference__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmArgumentTypeReferenceAccess().getJvmTypeReferenceParserRuleCall_0()); }
ruleJvmTypeReference
{ after(grammarAccess.getJvmArgumentTypeReferenceAccess().getJvmTypeReferenceParserRuleCall_0()); }
)
|
(
{ before(grammarAccess.getJvmArgumentTypeReferenceAccess().getJvmWildcardTypeReferenceParserRuleCall_1()); }
ruleJvmWildcardTypeReference
{ after(grammarAccess.getJvmArgumentTypeReferenceAccess().getJvmWildcardTypeReferenceParserRuleCall_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__JvmWildcardTypeReference__Alternatives_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getJvmWildcardTypeReferenceAccess().getGroup_2_0()); }
(rule__JvmWildcardTypeReference__Group_2_0__0)
{ after(grammarAccess.getJvmWildcardTypeReferenceAccess().getGroup_2_0()); }
)
|
(
{ before(grammarAccess.getJvmWildcardTypeReferenceAccess().getGroup_2_1()); }
(rule__JvmWildcardTypeReference__Group_2_1__0)
{ after(grammarAccess.getJvmWildcardTypeReferenceAccess().getGroup_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Alternatives_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getGroup_1_0()); }
(rule__XImportDeclaration__Group_1_0__0)
{ after(grammarAccess.getXImportDeclarationAccess().getGroup_1_0()); }
)
|
(
{ before(grammarAccess.getXImportDeclarationAccess().getImportedTypeAssignment_1_1()); }
(rule__XImportDeclaration__ImportedTypeAssignment_1_1)
{ after(grammarAccess.getXImportDeclarationAccess().getImportedTypeAssignment_1_1()); }
)
|
(
{ before(grammarAccess.getXImportDeclarationAccess().getImportedNamespaceAssignment_1_2()); }
(rule__XImportDeclaration__ImportedNamespaceAssignment_1_2)
{ after(grammarAccess.getXImportDeclarationAccess().getImportedNamespaceAssignment_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Alternatives_1_0_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getWildcardAssignment_1_0_3_0()); }
(rule__XImportDeclaration__WildcardAssignment_1_0_3_0)
{ after(grammarAccess.getXImportDeclarationAccess().getWildcardAssignment_1_0_3_0()); }
)
|
(
{ before(grammarAccess.getXImportDeclarationAccess().getMemberNameAssignment_1_0_3_1()); }
(rule__XImportDeclaration__MemberNameAssignment_1_0_3_1)
{ after(grammarAccess.getXImportDeclarationAccess().getMemberNameAssignment_1_0_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__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__Source__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__Source__Group__0__Impl
rule__Source__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__Source__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSourceAccess().getGridsourceKeyword_0()); }
'gridsource'
{ after(grammarAccess.getSourceAccess().getGridsourceKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Source__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__Source__Group__1__Impl
rule__Source__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__Source__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSourceAccess().getIdAssignment_1()); }
(rule__Source__IdAssignment_1)
{ after(grammarAccess.getSourceAccess().getIdAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Source__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__Source__Group__2__Impl
rule__Source__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__Source__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSourceAccess().getForKeyword_2()); }
'for'
{ after(grammarAccess.getSourceAccess().getForKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Source__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__Source__Group__3__Impl
rule__Source__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__Source__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSourceAccess().getRootTypeAssignment_3()); }
(rule__Source__RootTypeAssignment_3)
{ after(grammarAccess.getSourceAccess().getRootTypeAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Source__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__Source__Group__4__Impl
rule__Source__Group__5
;
finally {
restoreStackSize(stackSize);
}
rule__Source__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSourceAccess().getLeftCurlyBracketKeyword_4()); }
'{'
{ after(grammarAccess.getSourceAccess().getLeftCurlyBracketKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Source__Group__5
@init {
int stackSize = keepStackSize();
}
:
rule__Source__Group__5__Impl
rule__Source__Group__6
;
finally {
restoreStackSize(stackSize);
}
rule__Source__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSourceAccess().getInputsKeyword_5()); }
'inputs'
{ after(grammarAccess.getSourceAccess().getInputsKeyword_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Source__Group__6
@init {
int stackSize = keepStackSize();
}
:
rule__Source__Group__6__Impl
rule__Source__Group__7
;
finally {
restoreStackSize(stackSize);
}
rule__Source__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSourceAccess().getLeftCurlyBracketKeyword_6()); }
'{'
{ after(grammarAccess.getSourceAccess().getLeftCurlyBracketKeyword_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Source__Group__7
@init {
int stackSize = keepStackSize();
}
:
rule__Source__Group__7__Impl
rule__Source__Group__8
;
finally {
restoreStackSize(stackSize);
}
rule__Source__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSourceAccess().getInputsAssignment_7()); }
(rule__Source__InputsAssignment_7)*
{ after(grammarAccess.getSourceAccess().getInputsAssignment_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Source__Group__8
@init {
int stackSize = keepStackSize();
}
:
rule__Source__Group__8__Impl
rule__Source__Group__9
;
finally {
restoreStackSize(stackSize);
}
rule__Source__Group__8__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSourceAccess().getRightCurlyBracketKeyword_8()); }
'}'
{ after(grammarAccess.getSourceAccess().getRightCurlyBracketKeyword_8()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Source__Group__9
@init {
int stackSize = keepStackSize();
}
:
rule__Source__Group__9__Impl
rule__Source__Group__10
;
finally {
restoreStackSize(stackSize);
}
rule__Source__Group__9__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSourceAccess().getPropertiesAssignment_9()); }
(rule__Source__PropertiesAssignment_9)*
{ after(grammarAccess.getSourceAccess().getPropertiesAssignment_9()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Source__Group__10
@init {
int stackSize = keepStackSize();
}
:
rule__Source__Group__10__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__Source__Group__10__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSourceAccess().getRightCurlyBracketKeyword_10()); }
'}'
{ after(grammarAccess.getSourceAccess().getRightCurlyBracketKeyword_10()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Input__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__Input__Group__0__Impl
rule__Input__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__Input__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getInputAccess().getInputTypeKeyword_0()); }
'inputType'
{ after(grammarAccess.getInputAccess().getInputTypeKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Input__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__Input__Group__1__Impl
rule__Input__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__Input__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getInputAccess().getInputTypeAssignment_1()); }
(rule__Input__InputTypeAssignment_1)
{ after(grammarAccess.getInputAccess().getInputTypeAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Input__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__Input__Group__2__Impl
rule__Input__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__Input__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getInputAccess().getFiltersKeyword_2()); }
'filters'
{ after(grammarAccess.getInputAccess().getFiltersKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Input__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__Input__Group__3__Impl
rule__Input__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__Input__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getInputAccess().getFiltersAssignment_3()); }
(rule__Input__FiltersAssignment_3)
{ after(grammarAccess.getInputAccess().getFiltersAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Input__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__Input__Group__4__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__Input__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getInputAccess().getGroup_4()); }
(rule__Input__Group_4__0)*
{ after(grammarAccess.getInputAccess().getGroup_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Input__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
rule__Input__Group_4__0__Impl
rule__Input__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
rule__Input__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getInputAccess().getAmpersandAmpersandKeyword_4_0()); }
'&&'
{ after(grammarAccess.getInputAccess().getAmpersandAmpersandKeyword_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Input__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
rule__Input__Group_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__Input__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getInputAccess().getFiltersAssignment_4_1()); }
(rule__Input__FiltersAssignment_4_1)
{ after(grammarAccess.getInputAccess().getFiltersAssignment_4_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__EQFilter__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__EQFilter__Group__0__Impl
rule__EQFilter__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__EQFilter__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getEQFilterAccess().getCxGridSourceEQFilterAction_0()); }
()
{ after(grammarAccess.getEQFilterAccess().getCxGridSourceEQFilterAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__EQFilter__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__EQFilter__Group__1__Impl
rule__EQFilter__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__EQFilter__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getEQFilterAccess().getRootKeyword_1()); }
'root:'
{ after(grammarAccess.getEQFilterAccess().getRootKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__EQFilter__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__EQFilter__Group__2__Impl
rule__EQFilter__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__EQFilter__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getEQFilterAccess().getRootTypePropertyPathAssignment_2()); }
(rule__EQFilter__RootTypePropertyPathAssignment_2)
{ after(grammarAccess.getEQFilterAccess().getRootTypePropertyPathAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__EQFilter__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__EQFilter__Group__3__Impl
rule__EQFilter__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__EQFilter__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getEQFilterAccess().getEqualsSignKeyword_3()); }
'='
{ after(grammarAccess.getEQFilterAccess().getEqualsSignKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__EQFilter__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__EQFilter__Group__4__Impl
rule__EQFilter__Group__5
;
finally {
restoreStackSize(stackSize);
}
rule__EQFilter__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getEQFilterAccess().getInputKeyword_4()); }
'input:'
{ after(grammarAccess.getEQFilterAccess().getInputKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__EQFilter__Group__5
@init {
int stackSize = keepStackSize();
}
:
rule__EQFilter__Group__5__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__EQFilter__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getEQFilterAccess().getInputTypePropertyPathAssignment_5()); }
(rule__EQFilter__InputTypePropertyPathAssignment_5)
{ after(grammarAccess.getEQFilterAccess().getInputTypePropertyPathAssignment_5()); }
)
;
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().getPropKeyword_0()); }
'prop'
{ after(grammarAccess.getPropertyAccess().getPropKeyword_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().getPathAssignment_1()); }
(rule__Property__PathAssignment_1)
{ after(grammarAccess.getPropertyAccess().getPathAssignment_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().getStyleKeyword_2()); }
'style'
{ after(grammarAccess.getPropertyAccess().getStyleKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Property__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__Property__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__Property__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyAccess().getStyleAssignment_3()); }
(rule__Property__StyleAssignment_3)
{ after(grammarAccess.getPropertyAccess().getStyleAssignment_3()); }
)
;
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__PropertyQuantityStyle__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyQuantityStyle__Group__0__Impl
rule__PropertyQuantityStyle__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyQuantityStyleAccess().getCxGridPropQuantityStyleAction_0()); }
()
{ after(grammarAccess.getPropertyQuantityStyleAccess().getCxGridPropQuantityStyleAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyQuantityStyle__Group__1__Impl
rule__PropertyQuantityStyle__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyQuantityStyleAccess().getQuantityStyleKeyword_1()); }
'quantityStyle'
{ after(grammarAccess.getPropertyQuantityStyleAccess().getQuantityStyleKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyQuantityStyle__Group__2__Impl
rule__PropertyQuantityStyle__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyQuantityStyleAccess().getHtmlPatternAssignment_2()); }
(rule__PropertyQuantityStyle__HtmlPatternAssignment_2)?
{ after(grammarAccess.getPropertyQuantityStyleAccess().getHtmlPatternAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyQuantityStyle__Group__3__Impl
rule__PropertyQuantityStyle__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyQuantityStyleAccess().getValueKeyword_3()); }
'value'
{ after(grammarAccess.getPropertyQuantityStyleAccess().getValueKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyQuantityStyle__Group__4__Impl
rule__PropertyQuantityStyle__Group__5
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyQuantityStyleAccess().getEqualsSignKeyword_4()); }
'='
{ after(grammarAccess.getPropertyQuantityStyleAccess().getEqualsSignKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__Group__5
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyQuantityStyle__Group__5__Impl
rule__PropertyQuantityStyle__Group__6
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyQuantityStyleAccess().getValuePropertyPathAssignment_5()); }
(rule__PropertyQuantityStyle__ValuePropertyPathAssignment_5)
{ after(grammarAccess.getPropertyQuantityStyleAccess().getValuePropertyPathAssignment_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__Group__6
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyQuantityStyle__Group__6__Impl
rule__PropertyQuantityStyle__Group__7
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyQuantityStyleAccess().getGroup_6()); }
(rule__PropertyQuantityStyle__Group_6__0)?
{ after(grammarAccess.getPropertyQuantityStyleAccess().getGroup_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__Group__7
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyQuantityStyle__Group__7__Impl
rule__PropertyQuantityStyle__Group__8
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyQuantityStyleAccess().getUomKeyword_7()); }
'uom'
{ after(grammarAccess.getPropertyQuantityStyleAccess().getUomKeyword_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__Group__8
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyQuantityStyle__Group__8__Impl
rule__PropertyQuantityStyle__Group__9
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__Group__8__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyQuantityStyleAccess().getEqualsSignKeyword_8()); }
'='
{ after(grammarAccess.getPropertyQuantityStyleAccess().getEqualsSignKeyword_8()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__Group__9
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyQuantityStyle__Group__9__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__Group__9__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyQuantityStyleAccess().getUomPropertyPathAssignment_9()); }
(rule__PropertyQuantityStyle__UomPropertyPathAssignment_9)
{ after(grammarAccess.getPropertyQuantityStyleAccess().getUomPropertyPathAssignment_9()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyQuantityStyle__Group_6__0__Impl
rule__PropertyQuantityStyle__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyQuantityStyleAccess().getLeftParenthesisKeyword_6_0()); }
'('
{ after(grammarAccess.getPropertyQuantityStyleAccess().getLeftParenthesisKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyQuantityStyle__Group_6__1__Impl
rule__PropertyQuantityStyle__Group_6__2
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyQuantityStyleAccess().getFormatKeyword_6_1()); }
'format'
{ after(grammarAccess.getPropertyQuantityStyleAccess().getFormatKeyword_6_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__Group_6__2
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyQuantityStyle__Group_6__2__Impl
rule__PropertyQuantityStyle__Group_6__3
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__Group_6__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyQuantityStyleAccess().getValueNumberFormatAssignment_6_2()); }
(rule__PropertyQuantityStyle__ValueNumberFormatAssignment_6_2)
{ after(grammarAccess.getPropertyQuantityStyleAccess().getValueNumberFormatAssignment_6_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__Group_6__3
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyQuantityStyle__Group_6__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__Group_6__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyQuantityStyleAccess().getRightParenthesisKeyword_6_3()); }
')'
{ after(grammarAccess.getPropertyQuantityStyleAccess().getRightParenthesisKeyword_6_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group__0
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyPriceStyle__Group__0__Impl
rule__PropertyPriceStyle__Group__1
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyPriceStyleAccess().getCxGridPropPriceStyleAction_0()); }
()
{ after(grammarAccess.getPropertyPriceStyleAccess().getCxGridPropPriceStyleAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group__1
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyPriceStyle__Group__1__Impl
rule__PropertyPriceStyle__Group__2
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyPriceStyleAccess().getPriceStyleKeyword_1()); }
'priceStyle'
{ after(grammarAccess.getPropertyPriceStyleAccess().getPriceStyleKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyPriceStyle__Group__2__Impl
rule__PropertyPriceStyle__Group__3
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyPriceStyleAccess().getHtmlPatternAssignment_2()); }
(rule__PropertyPriceStyle__HtmlPatternAssignment_2)?
{ after(grammarAccess.getPropertyPriceStyleAccess().getHtmlPatternAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group__3
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyPriceStyle__Group__3__Impl
rule__PropertyPriceStyle__Group__4
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyPriceStyleAccess().getValueKeyword_3()); }
'value'
{ after(grammarAccess.getPropertyPriceStyleAccess().getValueKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group__4
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyPriceStyle__Group__4__Impl
rule__PropertyPriceStyle__Group__5
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyPriceStyleAccess().getEqualsSignKeyword_4()); }
'='
{ after(grammarAccess.getPropertyPriceStyleAccess().getEqualsSignKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group__5
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyPriceStyle__Group__5__Impl
rule__PropertyPriceStyle__Group__6
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyPriceStyleAccess().getValuePropertyPathAssignment_5()); }
(rule__PropertyPriceStyle__ValuePropertyPathAssignment_5)
{ after(grammarAccess.getPropertyPriceStyleAccess().getValuePropertyPathAssignment_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group__6
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyPriceStyle__Group__6__Impl
rule__PropertyPriceStyle__Group__7
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyPriceStyleAccess().getGroup_6()); }
(rule__PropertyPriceStyle__Group_6__0)?
{ after(grammarAccess.getPropertyPriceStyleAccess().getGroup_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group__7
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyPriceStyle__Group__7__Impl
rule__PropertyPriceStyle__Group__8
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyPriceStyleAccess().getCurrencyKeyword_7()); }
'currency'
{ after(grammarAccess.getPropertyPriceStyleAccess().getCurrencyKeyword_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group__8
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyPriceStyle__Group__8__Impl
rule__PropertyPriceStyle__Group__9
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group__8__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyPriceStyleAccess().getEqualsSignKeyword_8()); }
'='
{ after(grammarAccess.getPropertyPriceStyleAccess().getEqualsSignKeyword_8()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group__9
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyPriceStyle__Group__9__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group__9__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyPriceStyleAccess().getCurrencyPropertyPathAssignment_9()); }
(rule__PropertyPriceStyle__CurrencyPropertyPathAssignment_9)
{ after(grammarAccess.getPropertyPriceStyleAccess().getCurrencyPropertyPathAssignment_9()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyPriceStyle__Group_6__0__Impl
rule__PropertyPriceStyle__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyPriceStyleAccess().getLeftParenthesisKeyword_6_0()); }
'('
{ after(grammarAccess.getPropertyPriceStyleAccess().getLeftParenthesisKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyPriceStyle__Group_6__1__Impl
rule__PropertyPriceStyle__Group_6__2
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyPriceStyleAccess().getFormatKeyword_6_1()); }
'format'
{ after(grammarAccess.getPropertyPriceStyleAccess().getFormatKeyword_6_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group_6__2
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyPriceStyle__Group_6__2__Impl
rule__PropertyPriceStyle__Group_6__3
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group_6__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyPriceStyleAccess().getValueNumberFormatAssignment_6_2()); }
(rule__PropertyPriceStyle__ValueNumberFormatAssignment_6_2)
{ after(grammarAccess.getPropertyPriceStyleAccess().getValueNumberFormatAssignment_6_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group_6__3
@init {
int stackSize = keepStackSize();
}
:
rule__PropertyPriceStyle__Group_6__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__Group_6__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyPriceStyleAccess().getRightParenthesisKeyword_6_3()); }
')'
{ after(grammarAccess.getPropertyPriceStyleAccess().getRightParenthesisKeyword_6_3()); }
)
;
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__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__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__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__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__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().getImportKeyword_0()); }
'import'
{ after(grammarAccess.getXImportDeclarationAccess().getImportKeyword_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().getAlternatives_1()); }
(rule__XImportDeclaration__Alternatives_1)
{ after(grammarAccess.getXImportDeclarationAccess().getAlternatives_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group__2
@init {
int stackSize = keepStackSize();
}
:
rule__XImportDeclaration__Group__2__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getSemicolonKeyword_2()); }
(';')?
{ after(grammarAccess.getXImportDeclarationAccess().getSemicolonKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group_1_0__0
@init {
int stackSize = keepStackSize();
}
:
rule__XImportDeclaration__Group_1_0__0__Impl
rule__XImportDeclaration__Group_1_0__1
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getStaticAssignment_1_0_0()); }
(rule__XImportDeclaration__StaticAssignment_1_0_0)
{ after(grammarAccess.getXImportDeclarationAccess().getStaticAssignment_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group_1_0__1
@init {
int stackSize = keepStackSize();
}
:
rule__XImportDeclaration__Group_1_0__1__Impl
rule__XImportDeclaration__Group_1_0__2
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group_1_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getExtensionAssignment_1_0_1()); }
(rule__XImportDeclaration__ExtensionAssignment_1_0_1)?
{ after(grammarAccess.getXImportDeclarationAccess().getExtensionAssignment_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group_1_0__2
@init {
int stackSize = keepStackSize();
}
:
rule__XImportDeclaration__Group_1_0__2__Impl
rule__XImportDeclaration__Group_1_0__3
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group_1_0__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getImportedTypeAssignment_1_0_2()); }
(rule__XImportDeclaration__ImportedTypeAssignment_1_0_2)
{ after(grammarAccess.getXImportDeclarationAccess().getImportedTypeAssignment_1_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group_1_0__3
@init {
int stackSize = keepStackSize();
}
:
rule__XImportDeclaration__Group_1_0__3__Impl
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__Group_1_0__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getAlternatives_1_0_3()); }
(rule__XImportDeclaration__Alternatives_1_0_3)
{ after(grammarAccess.getXImportDeclarationAccess().getAlternatives_1_0_3()); }
)
;
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__Source__IdAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSourceAccess().getIdQualifiedNameParserRuleCall_1_0()); }
ruleQualifiedName
{ after(grammarAccess.getSourceAccess().getIdQualifiedNameParserRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Source__RootTypeAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSourceAccess().getRootTypeJvmTypeReferenceParserRuleCall_3_0()); }
ruleJvmTypeReference
{ after(grammarAccess.getSourceAccess().getRootTypeJvmTypeReferenceParserRuleCall_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Source__InputsAssignment_7
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSourceAccess().getInputsInputParserRuleCall_7_0()); }
ruleInput
{ after(grammarAccess.getSourceAccess().getInputsInputParserRuleCall_7_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Source__PropertiesAssignment_9
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getSourceAccess().getPropertiesPropertyParserRuleCall_9_0()); }
ruleProperty
{ after(grammarAccess.getSourceAccess().getPropertiesPropertyParserRuleCall_9_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Input__InputTypeAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getInputAccess().getInputTypeJvmTypeReferenceParserRuleCall_1_0()); }
ruleJvmTypeReference
{ after(grammarAccess.getInputAccess().getInputTypeJvmTypeReferenceParserRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Input__FiltersAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getInputAccess().getFiltersEQFilterParserRuleCall_3_0()); }
ruleEQFilter
{ after(grammarAccess.getInputAccess().getFiltersEQFilterParserRuleCall_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Input__FiltersAssignment_4_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getInputAccess().getFiltersEQFilterParserRuleCall_4_1_0()); }
ruleEQFilter
{ after(grammarAccess.getInputAccess().getFiltersEQFilterParserRuleCall_4_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__EQFilter__RootTypePropertyPathAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getEQFilterAccess().getRootTypePropertyPathNestedFieldParserRuleCall_2_0()); }
ruleNestedField
{ after(grammarAccess.getEQFilterAccess().getRootTypePropertyPathNestedFieldParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__EQFilter__InputTypePropertyPathAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getEQFilterAccess().getInputTypePropertyPathNestedFieldParserRuleCall_5_0()); }
ruleNestedField
{ after(grammarAccess.getEQFilterAccess().getInputTypePropertyPathNestedFieldParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Property__PathAssignment_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyAccess().getPathNestedFieldParserRuleCall_1_0()); }
ruleNestedField
{ after(grammarAccess.getPropertyAccess().getPathNestedFieldParserRuleCall_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__Property__StyleAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyAccess().getStylePropertyStyleParserRuleCall_3_0()); }
rulePropertyStyle
{ after(grammarAccess.getPropertyAccess().getStylePropertyStyleParserRuleCall_3_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__PropertyQuantityStyle__HtmlPatternAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyQuantityStyleAccess().getHtmlPatternSTRINGTerminalRuleCall_2_0()); }
RULE_STRING
{ after(grammarAccess.getPropertyQuantityStyleAccess().getHtmlPatternSTRINGTerminalRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__ValuePropertyPathAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyQuantityStyleAccess().getValuePropertyPathNestedFieldParserRuleCall_5_0()); }
ruleNestedField
{ after(grammarAccess.getPropertyQuantityStyleAccess().getValuePropertyPathNestedFieldParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__ValueNumberFormatAssignment_6_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyQuantityStyleAccess().getValueNumberFormatSTRINGTerminalRuleCall_6_2_0()); }
RULE_STRING
{ after(grammarAccess.getPropertyQuantityStyleAccess().getValueNumberFormatSTRINGTerminalRuleCall_6_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyQuantityStyle__UomPropertyPathAssignment_9
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyQuantityStyleAccess().getUomPropertyPathNestedFieldParserRuleCall_9_0()); }
ruleNestedField
{ after(grammarAccess.getPropertyQuantityStyleAccess().getUomPropertyPathNestedFieldParserRuleCall_9_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__HtmlPatternAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyPriceStyleAccess().getHtmlPatternSTRINGTerminalRuleCall_2_0()); }
RULE_STRING
{ after(grammarAccess.getPropertyPriceStyleAccess().getHtmlPatternSTRINGTerminalRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__ValuePropertyPathAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyPriceStyleAccess().getValuePropertyPathNestedFieldParserRuleCall_5_0()); }
ruleNestedField
{ after(grammarAccess.getPropertyPriceStyleAccess().getValuePropertyPathNestedFieldParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__ValueNumberFormatAssignment_6_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyPriceStyleAccess().getValueNumberFormatSTRINGTerminalRuleCall_6_2_0()); }
RULE_STRING
{ after(grammarAccess.getPropertyPriceStyleAccess().getValueNumberFormatSTRINGTerminalRuleCall_6_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__PropertyPriceStyle__CurrencyPropertyPathAssignment_9
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getPropertyPriceStyleAccess().getCurrencyPropertyPathNestedFieldParserRuleCall_9_0()); }
ruleNestedField
{ after(grammarAccess.getPropertyPriceStyleAccess().getCurrencyPropertyPathNestedFieldParserRuleCall_9_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__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__XImportDeclaration__StaticAssignment_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getStaticStaticKeyword_1_0_0_0()); }
(
{ before(grammarAccess.getXImportDeclarationAccess().getStaticStaticKeyword_1_0_0_0()); }
'static'
{ after(grammarAccess.getXImportDeclarationAccess().getStaticStaticKeyword_1_0_0_0()); }
)
{ after(grammarAccess.getXImportDeclarationAccess().getStaticStaticKeyword_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__ExtensionAssignment_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getExtensionExtensionKeyword_1_0_1_0()); }
(
{ before(grammarAccess.getXImportDeclarationAccess().getExtensionExtensionKeyword_1_0_1_0()); }
'extension'
{ after(grammarAccess.getXImportDeclarationAccess().getExtensionExtensionKeyword_1_0_1_0()); }
)
{ after(grammarAccess.getXImportDeclarationAccess().getExtensionExtensionKeyword_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__ImportedTypeAssignment_1_0_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeCrossReference_1_0_2_0()); }
(
{ before(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeQualifiedNameInStaticImportParserRuleCall_1_0_2_0_1()); }
ruleQualifiedNameInStaticImport
{ after(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeQualifiedNameInStaticImportParserRuleCall_1_0_2_0_1()); }
)
{ after(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeCrossReference_1_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__WildcardAssignment_1_0_3_0
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getWildcardAsteriskKeyword_1_0_3_0_0()); }
(
{ before(grammarAccess.getXImportDeclarationAccess().getWildcardAsteriskKeyword_1_0_3_0_0()); }
'*'
{ after(grammarAccess.getXImportDeclarationAccess().getWildcardAsteriskKeyword_1_0_3_0_0()); }
)
{ after(grammarAccess.getXImportDeclarationAccess().getWildcardAsteriskKeyword_1_0_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__MemberNameAssignment_1_0_3_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getMemberNameValidIDParserRuleCall_1_0_3_1_0()); }
ruleValidID
{ after(grammarAccess.getXImportDeclarationAccess().getMemberNameValidIDParserRuleCall_1_0_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__ImportedTypeAssignment_1_1
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeCrossReference_1_1_0()); }
(
{ before(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeQualifiedNameParserRuleCall_1_1_0_1()); }
ruleQualifiedName
{ after(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeQualifiedNameParserRuleCall_1_1_0_1()); }
)
{ after(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeCrossReference_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
rule__XImportDeclaration__ImportedNamespaceAssignment_1_2
@init {
int stackSize = keepStackSize();
}
:
(
{ before(grammarAccess.getXImportDeclarationAccess().getImportedNamespaceQualifiedNameWithWildcardParserRuleCall_1_2_0()); }
ruleQualifiedNameWithWildcard
{ after(grammarAccess.getXImportDeclarationAccess().getImportedNamespaceQualifiedNameWithWildcardParserRuleCall_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
RULE_ID : '^'? ('a'..'z'|'A'..'Z'|'$'|'_') ('a'..'z'|'A'..'Z'|'$'|'_'|'0'..'9')*;
RULE_INT : '0'..'9' ('0'..'9'|'_')*;
RULE_THEME_RESOURCE : 'theme:/' ('a'..'z'|'A'..'Z'|'$'|'_'|'.'|'/'|'0'..'9')*;
RULE_EVENT_TOPIC : '\'' RULE_ID ('/' RULE_ID)* '/*'? '\'';
RULE_STRING : ('"' ('\\' .|~(('\\'|'"')))* '"'?|'\'' ('\\' .|~(('\\'|'\'')))* '\''?);
RULE_ML_COMMENT : '/*' ( options {greedy=false;} : . )*'*/';
RULE_SL_COMMENT : '//' ~(('\n'|'\r'))* ('\r'? '\n')?;
RULE_WS : (' '|'\t'|'\r'|'\n')+;
RULE_ANY_OTHER : .;