package org.example.xbase.entities.ui.contentassist.antlr.internal; import java.io.InputStream; import org.eclipse.xtext.*; import org.eclipse.xtext.parser.*; import org.eclipse.xtext.parser.impl.*; import org.eclipse.emf.ecore.util.EcoreUtil; import org.eclipse.emf.ecore.EObject; import org.eclipse.xtext.parser.antlr.XtextTokenStream; import org.eclipse.xtext.parser.antlr.XtextTokenStream.HiddenTokens; import org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser; import org.eclipse.xtext.ui.editor.contentassist.antlr.internal.DFA; import org.example.xbase.entities.services.EntitiesGrammarAccess; import org.antlr.runtime.*; import java.util.Stack; import java.util.List; import java.util.ArrayList; import java.util.Map; import java.util.HashMap; @SuppressWarnings("all") public class InternalEntitiesParser extends AbstractInternalContentAssistParser { public static final String[] tokenNames = new String[] { "<invalid>", "<EOR>", "<DOWN>", "<UP>", "RULE_ID", "RULE_HEX", "RULE_INT", "RULE_DECIMAL", "RULE_STRING", "RULE_ML_COMMENT", "RULE_SL_COMMENT", "RULE_WS", "RULE_ANY_OTHER", "'='", "'||'", "'&&'", "'+='", "'-='", "'*='", "'/='", "'%='", "'=='", "'!='", "'==='", "'!=='", "'>='", "'>'", "'<'", "'->'", "'..<'", "'..'", "'=>'", "'<>'", "'?:'", "'+'", "'-'", "'*'", "'**'", "'/'", "'%'", "'!'", "'++'", "'--'", "'.'", "'val'", "'extends'", "'static'", "'import'", "'extension'", "'super'", "'false'", "'entity'", "'{'", "'}'", "'attr'", "';'", "'op'", "'('", "')'", "','", "'instanceof'", "'as'", "'#'", "'['", "']'", "'if'", "'else'", "'switch'", "':'", "'default'", "'case'", "'for'", "'while'", "'do'", "'new'", "'null'", "'typeof'", "'throw'", "'return'", "'try'", "'finally'", "'synchronized'", "'catch'", "'?'", "'&'", "'::'", "'?.'", "'|'", "'var'", "'true'" }; public static final int T__68=68; public static final int T__69=69; public static final int RULE_ID=4; public static final int T__66=66; public static final int T__67=67; public static final int T__64=64; public static final int T__29=29; public static final int T__65=65; public static final int T__28=28; public static final int T__62=62; public static final int T__27=27; public static final int T__63=63; public static final int T__26=26; public static final int T__25=25; public static final int T__24=24; public static final int T__23=23; public static final int T__22=22; public static final int RULE_ANY_OTHER=12; public static final int T__21=21; public static final int T__20=20; public static final int T__61=61; public static final int T__60=60; public static final int EOF=-1; public static final int T__55=55; public static final int T__56=56; public static final int T__19=19; public static final int T__57=57; public static final int RULE_HEX=5; public static final int T__58=58; public static final int T__16=16; public static final int T__51=51; public static final int T__15=15; public static final int T__52=52; public static final int T__53=53; public static final int T__18=18; public static final int T__54=54; public static final int T__17=17; public static final int T__14=14; public static final int T__13=13; public static final int T__59=59; public static final int RULE_INT=6; public static final int RULE_DECIMAL=7; public static final int T__50=50; public static final int T__42=42; public static final int T__43=43; public static final int T__40=40; public static final int T__41=41; public static final int T__80=80; public static final int T__46=46; public static final int T__81=81; public static final int T__47=47; public static final int T__82=82; public static final int T__44=44; public static final int T__83=83; public static final int T__45=45; public static final int T__48=48; public static final int T__49=49; public static final int T__85=85; public static final int RULE_SL_COMMENT=10; public static final int T__84=84; public static final int T__87=87; public static final int T__86=86; public static final int T__89=89; public static final int T__88=88; public static final int RULE_ML_COMMENT=9; public static final int T__30=30; public static final int T__31=31; public static final int RULE_STRING=8; public static final int T__32=32; public static final int T__71=71; public static final int T__33=33; public static final int T__72=72; public static final int T__34=34; public static final int T__35=35; public static final int T__70=70; public static final int T__36=36; public static final int T__37=37; public static final int T__38=38; public static final int T__39=39; public static final int RULE_WS=11; public static final int T__76=76; public static final int T__75=75; public static final int T__74=74; public static final int T__73=73; public static final int T__79=79; public static final int T__78=78; public static final int T__77=77; // delegates // delegators public InternalEntitiesParser(TokenStream input) { this(input, new RecognizerSharedState()); } public InternalEntitiesParser(TokenStream input, RecognizerSharedState state) { super(input, state); } public String[] getTokenNames() { return InternalEntitiesParser.tokenNames; } public String getGrammarFileName() { return "../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g"; } private EntitiesGrammarAccess grammarAccess; public void setGrammarAccess(EntitiesGrammarAccess grammarAccess) { this.grammarAccess = grammarAccess; } @Override protected Grammar getGrammar() { return grammarAccess.getGrammar(); } @Override protected String getValueForTokenName(String tokenName) { return tokenName; } // $ANTLR start "entryRuleModel" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:61:1: entryRuleModel : ruleModel EOF ; public final void entryRuleModel() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:62:1: ( ruleModel EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:63:1: ruleModel EOF { if ( state.backtracking==0 ) { before(grammarAccess.getModelRule()); } pushFollow(FOLLOW_ruleModel_in_entryRuleModel67); ruleModel(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getModelRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleModel74); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleModel" // $ANTLR start "ruleModel" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:70:1: ruleModel : ( ( rule__Model__Group__0 ) ) ; public final void ruleModel() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:74:2: ( ( ( rule__Model__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:75:1: ( ( rule__Model__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:75:1: ( ( rule__Model__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:76:1: ( rule__Model__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getModelAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:77:1: ( rule__Model__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:77:2: rule__Model__Group__0 { pushFollow(FOLLOW_rule__Model__Group__0_in_ruleModel100); rule__Model__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getModelAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleModel" // $ANTLR start "entryRuleEntity" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:89:1: entryRuleEntity : ruleEntity EOF ; public final void entryRuleEntity() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:90:1: ( ruleEntity EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:91:1: ruleEntity EOF { if ( state.backtracking==0 ) { before(grammarAccess.getEntityRule()); } pushFollow(FOLLOW_ruleEntity_in_entryRuleEntity127); ruleEntity(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getEntityRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleEntity134); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleEntity" // $ANTLR start "ruleEntity" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:98:1: ruleEntity : ( ( rule__Entity__Group__0 ) ) ; public final void ruleEntity() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:102:2: ( ( ( rule__Entity__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:103:1: ( ( rule__Entity__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:103:1: ( ( rule__Entity__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:104:1: ( rule__Entity__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getEntityAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:105:1: ( rule__Entity__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:105:2: rule__Entity__Group__0 { pushFollow(FOLLOW_rule__Entity__Group__0_in_ruleEntity160); rule__Entity__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getEntityAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleEntity" // $ANTLR start "entryRuleAttribute" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:117:1: entryRuleAttribute : ruleAttribute EOF ; public final void entryRuleAttribute() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:118:1: ( ruleAttribute EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:119:1: ruleAttribute EOF { if ( state.backtracking==0 ) { before(grammarAccess.getAttributeRule()); } pushFollow(FOLLOW_ruleAttribute_in_entryRuleAttribute187); ruleAttribute(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getAttributeRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleAttribute194); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleAttribute" // $ANTLR start "ruleAttribute" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:126:1: ruleAttribute : ( ( rule__Attribute__Group__0 ) ) ; public final void ruleAttribute() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:130:2: ( ( ( rule__Attribute__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:131:1: ( ( rule__Attribute__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:131:1: ( ( rule__Attribute__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:132:1: ( rule__Attribute__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getAttributeAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:133:1: ( rule__Attribute__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:133:2: rule__Attribute__Group__0 { pushFollow(FOLLOW_rule__Attribute__Group__0_in_ruleAttribute220); rule__Attribute__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getAttributeAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleAttribute" // $ANTLR start "entryRuleOperation" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:145:1: entryRuleOperation : ruleOperation EOF ; public final void entryRuleOperation() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:146:1: ( ruleOperation EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:147:1: ruleOperation EOF { if ( state.backtracking==0 ) { before(grammarAccess.getOperationRule()); } pushFollow(FOLLOW_ruleOperation_in_entryRuleOperation247); ruleOperation(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOperationRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleOperation254); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleOperation" // $ANTLR start "ruleOperation" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:154:1: ruleOperation : ( ( rule__Operation__Group__0 ) ) ; public final void ruleOperation() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:158:2: ( ( ( rule__Operation__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:159:1: ( ( rule__Operation__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:159:1: ( ( rule__Operation__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:160:1: ( rule__Operation__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getOperationAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:161:1: ( rule__Operation__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:161:2: rule__Operation__Group__0 { pushFollow(FOLLOW_rule__Operation__Group__0_in_ruleOperation280); rule__Operation__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getOperationAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleOperation" // $ANTLR start "entryRuleXExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:173:1: entryRuleXExpression : ruleXExpression EOF ; public final void entryRuleXExpression() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:174:1: ( ruleXExpression EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:175:1: ruleXExpression EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXExpressionRule()); } pushFollow(FOLLOW_ruleXExpression_in_entryRuleXExpression307); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXExpressionRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXExpression314); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXExpression" // $ANTLR start "ruleXExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:182:1: ruleXExpression : ( ruleXAssignment ) ; public final void ruleXExpression() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:186:2: ( ( ruleXAssignment ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:187:1: ( ruleXAssignment ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:187:1: ( ruleXAssignment ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:188:1: ruleXAssignment { if ( state.backtracking==0 ) { before(grammarAccess.getXExpressionAccess().getXAssignmentParserRuleCall()); } pushFollow(FOLLOW_ruleXAssignment_in_ruleXExpression340); ruleXAssignment(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXExpressionAccess().getXAssignmentParserRuleCall()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXExpression" // $ANTLR start "entryRuleXAssignment" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:201:1: entryRuleXAssignment : ruleXAssignment EOF ; public final void entryRuleXAssignment() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:202:1: ( ruleXAssignment EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:203:1: ruleXAssignment EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXAssignmentRule()); } pushFollow(FOLLOW_ruleXAssignment_in_entryRuleXAssignment366); ruleXAssignment(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXAssignmentRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXAssignment373); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXAssignment" // $ANTLR start "ruleXAssignment" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:210:1: ruleXAssignment : ( ( rule__XAssignment__Alternatives ) ) ; public final void ruleXAssignment() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:214:2: ( ( ( rule__XAssignment__Alternatives ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:215:1: ( ( rule__XAssignment__Alternatives ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:215:1: ( ( rule__XAssignment__Alternatives ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:216:1: ( rule__XAssignment__Alternatives ) { if ( state.backtracking==0 ) { before(grammarAccess.getXAssignmentAccess().getAlternatives()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:217:1: ( rule__XAssignment__Alternatives ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:217:2: rule__XAssignment__Alternatives { pushFollow(FOLLOW_rule__XAssignment__Alternatives_in_ruleXAssignment399); rule__XAssignment__Alternatives(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXAssignmentAccess().getAlternatives()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXAssignment" // $ANTLR start "entryRuleOpSingleAssign" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:229:1: entryRuleOpSingleAssign : ruleOpSingleAssign EOF ; public final void entryRuleOpSingleAssign() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:230:1: ( ruleOpSingleAssign EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:231:1: ruleOpSingleAssign EOF { if ( state.backtracking==0 ) { before(grammarAccess.getOpSingleAssignRule()); } pushFollow(FOLLOW_ruleOpSingleAssign_in_entryRuleOpSingleAssign426); ruleOpSingleAssign(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpSingleAssignRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleOpSingleAssign433); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleOpSingleAssign" // $ANTLR start "ruleOpSingleAssign" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:238:1: ruleOpSingleAssign : ( '=' ) ; public final void ruleOpSingleAssign() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:242:2: ( ( '=' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:243:1: ( '=' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:243:1: ( '=' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:244:1: '=' { if ( state.backtracking==0 ) { before(grammarAccess.getOpSingleAssignAccess().getEqualsSignKeyword()); } match(input,13,FOLLOW_13_in_ruleOpSingleAssign460); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpSingleAssignAccess().getEqualsSignKeyword()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleOpSingleAssign" // $ANTLR start "entryRuleOpMultiAssign" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:259:1: entryRuleOpMultiAssign : ruleOpMultiAssign EOF ; public final void entryRuleOpMultiAssign() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:260:1: ( ruleOpMultiAssign EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:261:1: ruleOpMultiAssign EOF { if ( state.backtracking==0 ) { before(grammarAccess.getOpMultiAssignRule()); } pushFollow(FOLLOW_ruleOpMultiAssign_in_entryRuleOpMultiAssign488); ruleOpMultiAssign(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpMultiAssignRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleOpMultiAssign495); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleOpMultiAssign" // $ANTLR start "ruleOpMultiAssign" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:268:1: ruleOpMultiAssign : ( ( rule__OpMultiAssign__Alternatives ) ) ; public final void ruleOpMultiAssign() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:272:2: ( ( ( rule__OpMultiAssign__Alternatives ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:273:1: ( ( rule__OpMultiAssign__Alternatives ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:273:1: ( ( rule__OpMultiAssign__Alternatives ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:274:1: ( rule__OpMultiAssign__Alternatives ) { if ( state.backtracking==0 ) { before(grammarAccess.getOpMultiAssignAccess().getAlternatives()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:275:1: ( rule__OpMultiAssign__Alternatives ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:275:2: rule__OpMultiAssign__Alternatives { pushFollow(FOLLOW_rule__OpMultiAssign__Alternatives_in_ruleOpMultiAssign521); rule__OpMultiAssign__Alternatives(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getOpMultiAssignAccess().getAlternatives()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleOpMultiAssign" // $ANTLR start "entryRuleXOrExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:287:1: entryRuleXOrExpression : ruleXOrExpression EOF ; public final void entryRuleXOrExpression() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:288:1: ( ruleXOrExpression EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:289:1: ruleXOrExpression EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXOrExpressionRule()); } pushFollow(FOLLOW_ruleXOrExpression_in_entryRuleXOrExpression548); ruleXOrExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXOrExpressionRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXOrExpression555); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXOrExpression" // $ANTLR start "ruleXOrExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:296:1: ruleXOrExpression : ( ( rule__XOrExpression__Group__0 ) ) ; public final void ruleXOrExpression() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:300:2: ( ( ( rule__XOrExpression__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:301:1: ( ( rule__XOrExpression__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:301:1: ( ( rule__XOrExpression__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:302:1: ( rule__XOrExpression__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXOrExpressionAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:303:1: ( rule__XOrExpression__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:303:2: rule__XOrExpression__Group__0 { pushFollow(FOLLOW_rule__XOrExpression__Group__0_in_ruleXOrExpression581); rule__XOrExpression__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXOrExpressionAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXOrExpression" // $ANTLR start "entryRuleOpOr" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:315:1: entryRuleOpOr : ruleOpOr EOF ; public final void entryRuleOpOr() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:316:1: ( ruleOpOr EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:317:1: ruleOpOr EOF { if ( state.backtracking==0 ) { before(grammarAccess.getOpOrRule()); } pushFollow(FOLLOW_ruleOpOr_in_entryRuleOpOr608); ruleOpOr(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpOrRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleOpOr615); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleOpOr" // $ANTLR start "ruleOpOr" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:324:1: ruleOpOr : ( '||' ) ; public final void ruleOpOr() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:328:2: ( ( '||' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:329:1: ( '||' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:329:1: ( '||' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:330:1: '||' { if ( state.backtracking==0 ) { before(grammarAccess.getOpOrAccess().getVerticalLineVerticalLineKeyword()); } match(input,14,FOLLOW_14_in_ruleOpOr642); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpOrAccess().getVerticalLineVerticalLineKeyword()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleOpOr" // $ANTLR start "entryRuleXAndExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:345:1: entryRuleXAndExpression : ruleXAndExpression EOF ; public final void entryRuleXAndExpression() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:346:1: ( ruleXAndExpression EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:347:1: ruleXAndExpression EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXAndExpressionRule()); } pushFollow(FOLLOW_ruleXAndExpression_in_entryRuleXAndExpression670); ruleXAndExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXAndExpressionRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXAndExpression677); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXAndExpression" // $ANTLR start "ruleXAndExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:354:1: ruleXAndExpression : ( ( rule__XAndExpression__Group__0 ) ) ; public final void ruleXAndExpression() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:358:2: ( ( ( rule__XAndExpression__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:359:1: ( ( rule__XAndExpression__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:359:1: ( ( rule__XAndExpression__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:360:1: ( rule__XAndExpression__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXAndExpressionAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:361:1: ( rule__XAndExpression__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:361:2: rule__XAndExpression__Group__0 { pushFollow(FOLLOW_rule__XAndExpression__Group__0_in_ruleXAndExpression703); rule__XAndExpression__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXAndExpressionAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXAndExpression" // $ANTLR start "entryRuleOpAnd" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:373:1: entryRuleOpAnd : ruleOpAnd EOF ; public final void entryRuleOpAnd() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:374:1: ( ruleOpAnd EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:375:1: ruleOpAnd EOF { if ( state.backtracking==0 ) { before(grammarAccess.getOpAndRule()); } pushFollow(FOLLOW_ruleOpAnd_in_entryRuleOpAnd730); ruleOpAnd(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpAndRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleOpAnd737); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleOpAnd" // $ANTLR start "ruleOpAnd" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:382:1: ruleOpAnd : ( '&&' ) ; public final void ruleOpAnd() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:386:2: ( ( '&&' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:387:1: ( '&&' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:387:1: ( '&&' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:388:1: '&&' { if ( state.backtracking==0 ) { before(grammarAccess.getOpAndAccess().getAmpersandAmpersandKeyword()); } match(input,15,FOLLOW_15_in_ruleOpAnd764); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpAndAccess().getAmpersandAmpersandKeyword()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleOpAnd" // $ANTLR start "entryRuleXEqualityExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:403:1: entryRuleXEqualityExpression : ruleXEqualityExpression EOF ; public final void entryRuleXEqualityExpression() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:404:1: ( ruleXEqualityExpression EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:405:1: ruleXEqualityExpression EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXEqualityExpressionRule()); } pushFollow(FOLLOW_ruleXEqualityExpression_in_entryRuleXEqualityExpression792); ruleXEqualityExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXEqualityExpressionRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXEqualityExpression799); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXEqualityExpression" // $ANTLR start "ruleXEqualityExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:412:1: ruleXEqualityExpression : ( ( rule__XEqualityExpression__Group__0 ) ) ; public final void ruleXEqualityExpression() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:416:2: ( ( ( rule__XEqualityExpression__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:417:1: ( ( rule__XEqualityExpression__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:417:1: ( ( rule__XEqualityExpression__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:418:1: ( rule__XEqualityExpression__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXEqualityExpressionAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:419:1: ( rule__XEqualityExpression__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:419:2: rule__XEqualityExpression__Group__0 { pushFollow(FOLLOW_rule__XEqualityExpression__Group__0_in_ruleXEqualityExpression825); rule__XEqualityExpression__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXEqualityExpressionAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXEqualityExpression" // $ANTLR start "entryRuleOpEquality" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:431:1: entryRuleOpEquality : ruleOpEquality EOF ; public final void entryRuleOpEquality() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:432:1: ( ruleOpEquality EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:433:1: ruleOpEquality EOF { if ( state.backtracking==0 ) { before(grammarAccess.getOpEqualityRule()); } pushFollow(FOLLOW_ruleOpEquality_in_entryRuleOpEquality852); ruleOpEquality(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpEqualityRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleOpEquality859); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleOpEquality" // $ANTLR start "ruleOpEquality" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:440:1: ruleOpEquality : ( ( rule__OpEquality__Alternatives ) ) ; public final void ruleOpEquality() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:444:2: ( ( ( rule__OpEquality__Alternatives ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:445:1: ( ( rule__OpEquality__Alternatives ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:445:1: ( ( rule__OpEquality__Alternatives ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:446:1: ( rule__OpEquality__Alternatives ) { if ( state.backtracking==0 ) { before(grammarAccess.getOpEqualityAccess().getAlternatives()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:447:1: ( rule__OpEquality__Alternatives ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:447:2: rule__OpEquality__Alternatives { pushFollow(FOLLOW_rule__OpEquality__Alternatives_in_ruleOpEquality885); rule__OpEquality__Alternatives(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getOpEqualityAccess().getAlternatives()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleOpEquality" // $ANTLR start "entryRuleXRelationalExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:459:1: entryRuleXRelationalExpression : ruleXRelationalExpression EOF ; public final void entryRuleXRelationalExpression() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:460:1: ( ruleXRelationalExpression EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:461:1: ruleXRelationalExpression EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXRelationalExpressionRule()); } pushFollow(FOLLOW_ruleXRelationalExpression_in_entryRuleXRelationalExpression912); ruleXRelationalExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXRelationalExpressionRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXRelationalExpression919); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXRelationalExpression" // $ANTLR start "ruleXRelationalExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:468:1: ruleXRelationalExpression : ( ( rule__XRelationalExpression__Group__0 ) ) ; public final void ruleXRelationalExpression() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:472:2: ( ( ( rule__XRelationalExpression__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:473:1: ( ( rule__XRelationalExpression__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:473:1: ( ( rule__XRelationalExpression__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:474:1: ( rule__XRelationalExpression__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXRelationalExpressionAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:475:1: ( rule__XRelationalExpression__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:475:2: rule__XRelationalExpression__Group__0 { pushFollow(FOLLOW_rule__XRelationalExpression__Group__0_in_ruleXRelationalExpression945); rule__XRelationalExpression__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXRelationalExpressionAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXRelationalExpression" // $ANTLR start "entryRuleOpCompare" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:487:1: entryRuleOpCompare : ruleOpCompare EOF ; public final void entryRuleOpCompare() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:488:1: ( ruleOpCompare EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:489:1: ruleOpCompare EOF { if ( state.backtracking==0 ) { before(grammarAccess.getOpCompareRule()); } pushFollow(FOLLOW_ruleOpCompare_in_entryRuleOpCompare972); ruleOpCompare(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpCompareRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleOpCompare979); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleOpCompare" // $ANTLR start "ruleOpCompare" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:496:1: ruleOpCompare : ( ( rule__OpCompare__Alternatives ) ) ; public final void ruleOpCompare() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:500:2: ( ( ( rule__OpCompare__Alternatives ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:501:1: ( ( rule__OpCompare__Alternatives ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:501:1: ( ( rule__OpCompare__Alternatives ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:502:1: ( rule__OpCompare__Alternatives ) { if ( state.backtracking==0 ) { before(grammarAccess.getOpCompareAccess().getAlternatives()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:503:1: ( rule__OpCompare__Alternatives ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:503:2: rule__OpCompare__Alternatives { pushFollow(FOLLOW_rule__OpCompare__Alternatives_in_ruleOpCompare1005); rule__OpCompare__Alternatives(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getOpCompareAccess().getAlternatives()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleOpCompare" // $ANTLR start "entryRuleXOtherOperatorExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:515:1: entryRuleXOtherOperatorExpression : ruleXOtherOperatorExpression EOF ; public final void entryRuleXOtherOperatorExpression() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:516:1: ( ruleXOtherOperatorExpression EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:517:1: ruleXOtherOperatorExpression EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXOtherOperatorExpressionRule()); } pushFollow(FOLLOW_ruleXOtherOperatorExpression_in_entryRuleXOtherOperatorExpression1032); ruleXOtherOperatorExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXOtherOperatorExpressionRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXOtherOperatorExpression1039); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXOtherOperatorExpression" // $ANTLR start "ruleXOtherOperatorExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:524:1: ruleXOtherOperatorExpression : ( ( rule__XOtherOperatorExpression__Group__0 ) ) ; public final void ruleXOtherOperatorExpression() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:528:2: ( ( ( rule__XOtherOperatorExpression__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:529:1: ( ( rule__XOtherOperatorExpression__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:529:1: ( ( rule__XOtherOperatorExpression__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:530:1: ( rule__XOtherOperatorExpression__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXOtherOperatorExpressionAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:531:1: ( rule__XOtherOperatorExpression__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:531:2: rule__XOtherOperatorExpression__Group__0 { pushFollow(FOLLOW_rule__XOtherOperatorExpression__Group__0_in_ruleXOtherOperatorExpression1065); rule__XOtherOperatorExpression__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXOtherOperatorExpressionAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXOtherOperatorExpression" // $ANTLR start "entryRuleOpOther" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:543:1: entryRuleOpOther : ruleOpOther EOF ; public final void entryRuleOpOther() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:544:1: ( ruleOpOther EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:545:1: ruleOpOther EOF { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherRule()); } pushFollow(FOLLOW_ruleOpOther_in_entryRuleOpOther1092); ruleOpOther(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleOpOther1099); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleOpOther" // $ANTLR start "ruleOpOther" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:552:1: ruleOpOther : ( ( rule__OpOther__Alternatives ) ) ; public final void ruleOpOther() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:556:2: ( ( ( rule__OpOther__Alternatives ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:557:1: ( ( rule__OpOther__Alternatives ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:557:1: ( ( rule__OpOther__Alternatives ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:558:1: ( rule__OpOther__Alternatives ) { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getAlternatives()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:559:1: ( rule__OpOther__Alternatives ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:559:2: rule__OpOther__Alternatives { pushFollow(FOLLOW_rule__OpOther__Alternatives_in_ruleOpOther1125); rule__OpOther__Alternatives(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherAccess().getAlternatives()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleOpOther" // $ANTLR start "entryRuleXAdditiveExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:571:1: entryRuleXAdditiveExpression : ruleXAdditiveExpression EOF ; public final void entryRuleXAdditiveExpression() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:572:1: ( ruleXAdditiveExpression EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:573:1: ruleXAdditiveExpression EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXAdditiveExpressionRule()); } pushFollow(FOLLOW_ruleXAdditiveExpression_in_entryRuleXAdditiveExpression1152); ruleXAdditiveExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXAdditiveExpressionRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXAdditiveExpression1159); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXAdditiveExpression" // $ANTLR start "ruleXAdditiveExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:580:1: ruleXAdditiveExpression : ( ( rule__XAdditiveExpression__Group__0 ) ) ; public final void ruleXAdditiveExpression() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:584:2: ( ( ( rule__XAdditiveExpression__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:585:1: ( ( rule__XAdditiveExpression__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:585:1: ( ( rule__XAdditiveExpression__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:586:1: ( rule__XAdditiveExpression__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXAdditiveExpressionAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:587:1: ( rule__XAdditiveExpression__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:587:2: rule__XAdditiveExpression__Group__0 { pushFollow(FOLLOW_rule__XAdditiveExpression__Group__0_in_ruleXAdditiveExpression1185); rule__XAdditiveExpression__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXAdditiveExpressionAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXAdditiveExpression" // $ANTLR start "entryRuleOpAdd" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:599:1: entryRuleOpAdd : ruleOpAdd EOF ; public final void entryRuleOpAdd() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:600:1: ( ruleOpAdd EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:601:1: ruleOpAdd EOF { if ( state.backtracking==0 ) { before(grammarAccess.getOpAddRule()); } pushFollow(FOLLOW_ruleOpAdd_in_entryRuleOpAdd1212); ruleOpAdd(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpAddRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleOpAdd1219); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleOpAdd" // $ANTLR start "ruleOpAdd" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:608:1: ruleOpAdd : ( ( rule__OpAdd__Alternatives ) ) ; public final void ruleOpAdd() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:612:2: ( ( ( rule__OpAdd__Alternatives ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:613:1: ( ( rule__OpAdd__Alternatives ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:613:1: ( ( rule__OpAdd__Alternatives ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:614:1: ( rule__OpAdd__Alternatives ) { if ( state.backtracking==0 ) { before(grammarAccess.getOpAddAccess().getAlternatives()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:615:1: ( rule__OpAdd__Alternatives ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:615:2: rule__OpAdd__Alternatives { pushFollow(FOLLOW_rule__OpAdd__Alternatives_in_ruleOpAdd1245); rule__OpAdd__Alternatives(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getOpAddAccess().getAlternatives()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleOpAdd" // $ANTLR start "entryRuleXMultiplicativeExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:627:1: entryRuleXMultiplicativeExpression : ruleXMultiplicativeExpression EOF ; public final void entryRuleXMultiplicativeExpression() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:628:1: ( ruleXMultiplicativeExpression EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:629:1: ruleXMultiplicativeExpression EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXMultiplicativeExpressionRule()); } pushFollow(FOLLOW_ruleXMultiplicativeExpression_in_entryRuleXMultiplicativeExpression1272); ruleXMultiplicativeExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXMultiplicativeExpressionRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXMultiplicativeExpression1279); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXMultiplicativeExpression" // $ANTLR start "ruleXMultiplicativeExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:636:1: ruleXMultiplicativeExpression : ( ( rule__XMultiplicativeExpression__Group__0 ) ) ; public final void ruleXMultiplicativeExpression() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:640:2: ( ( ( rule__XMultiplicativeExpression__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:641:1: ( ( rule__XMultiplicativeExpression__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:641:1: ( ( rule__XMultiplicativeExpression__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:642:1: ( rule__XMultiplicativeExpression__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMultiplicativeExpressionAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:643:1: ( rule__XMultiplicativeExpression__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:643:2: rule__XMultiplicativeExpression__Group__0 { pushFollow(FOLLOW_rule__XMultiplicativeExpression__Group__0_in_ruleXMultiplicativeExpression1305); rule__XMultiplicativeExpression__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXMultiplicativeExpressionAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXMultiplicativeExpression" // $ANTLR start "entryRuleOpMulti" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:655:1: entryRuleOpMulti : ruleOpMulti EOF ; public final void entryRuleOpMulti() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:656:1: ( ruleOpMulti EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:657:1: ruleOpMulti EOF { if ( state.backtracking==0 ) { before(grammarAccess.getOpMultiRule()); } pushFollow(FOLLOW_ruleOpMulti_in_entryRuleOpMulti1332); ruleOpMulti(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpMultiRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleOpMulti1339); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleOpMulti" // $ANTLR start "ruleOpMulti" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:664:1: ruleOpMulti : ( ( rule__OpMulti__Alternatives ) ) ; public final void ruleOpMulti() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:668:2: ( ( ( rule__OpMulti__Alternatives ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:669:1: ( ( rule__OpMulti__Alternatives ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:669:1: ( ( rule__OpMulti__Alternatives ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:670:1: ( rule__OpMulti__Alternatives ) { if ( state.backtracking==0 ) { before(grammarAccess.getOpMultiAccess().getAlternatives()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:671:1: ( rule__OpMulti__Alternatives ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:671:2: rule__OpMulti__Alternatives { pushFollow(FOLLOW_rule__OpMulti__Alternatives_in_ruleOpMulti1365); rule__OpMulti__Alternatives(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getOpMultiAccess().getAlternatives()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleOpMulti" // $ANTLR start "entryRuleXUnaryOperation" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:683:1: entryRuleXUnaryOperation : ruleXUnaryOperation EOF ; public final void entryRuleXUnaryOperation() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:684:1: ( ruleXUnaryOperation EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:685:1: ruleXUnaryOperation EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXUnaryOperationRule()); } pushFollow(FOLLOW_ruleXUnaryOperation_in_entryRuleXUnaryOperation1392); ruleXUnaryOperation(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXUnaryOperationRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXUnaryOperation1399); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXUnaryOperation" // $ANTLR start "ruleXUnaryOperation" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:692:1: ruleXUnaryOperation : ( ( rule__XUnaryOperation__Alternatives ) ) ; public final void ruleXUnaryOperation() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:696:2: ( ( ( rule__XUnaryOperation__Alternatives ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:697:1: ( ( rule__XUnaryOperation__Alternatives ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:697:1: ( ( rule__XUnaryOperation__Alternatives ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:698:1: ( rule__XUnaryOperation__Alternatives ) { if ( state.backtracking==0 ) { before(grammarAccess.getXUnaryOperationAccess().getAlternatives()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:699:1: ( rule__XUnaryOperation__Alternatives ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:699:2: rule__XUnaryOperation__Alternatives { pushFollow(FOLLOW_rule__XUnaryOperation__Alternatives_in_ruleXUnaryOperation1425); rule__XUnaryOperation__Alternatives(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXUnaryOperationAccess().getAlternatives()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXUnaryOperation" // $ANTLR start "entryRuleOpUnary" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:711:1: entryRuleOpUnary : ruleOpUnary EOF ; public final void entryRuleOpUnary() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:712:1: ( ruleOpUnary EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:713:1: ruleOpUnary EOF { if ( state.backtracking==0 ) { before(grammarAccess.getOpUnaryRule()); } pushFollow(FOLLOW_ruleOpUnary_in_entryRuleOpUnary1452); ruleOpUnary(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpUnaryRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleOpUnary1459); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleOpUnary" // $ANTLR start "ruleOpUnary" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:720:1: ruleOpUnary : ( ( rule__OpUnary__Alternatives ) ) ; public final void ruleOpUnary() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:724:2: ( ( ( rule__OpUnary__Alternatives ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:725:1: ( ( rule__OpUnary__Alternatives ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:725:1: ( ( rule__OpUnary__Alternatives ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:726:1: ( rule__OpUnary__Alternatives ) { if ( state.backtracking==0 ) { before(grammarAccess.getOpUnaryAccess().getAlternatives()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:727:1: ( rule__OpUnary__Alternatives ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:727:2: rule__OpUnary__Alternatives { pushFollow(FOLLOW_rule__OpUnary__Alternatives_in_ruleOpUnary1485); rule__OpUnary__Alternatives(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getOpUnaryAccess().getAlternatives()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleOpUnary" // $ANTLR start "entryRuleXCastedExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:739:1: entryRuleXCastedExpression : ruleXCastedExpression EOF ; public final void entryRuleXCastedExpression() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:740:1: ( ruleXCastedExpression EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:741:1: ruleXCastedExpression EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXCastedExpressionRule()); } pushFollow(FOLLOW_ruleXCastedExpression_in_entryRuleXCastedExpression1512); ruleXCastedExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXCastedExpressionRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXCastedExpression1519); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXCastedExpression" // $ANTLR start "ruleXCastedExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:748:1: ruleXCastedExpression : ( ( rule__XCastedExpression__Group__0 ) ) ; public final void ruleXCastedExpression() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:752:2: ( ( ( rule__XCastedExpression__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:753:1: ( ( rule__XCastedExpression__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:753:1: ( ( rule__XCastedExpression__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:754:1: ( rule__XCastedExpression__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXCastedExpressionAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:755:1: ( rule__XCastedExpression__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:755:2: rule__XCastedExpression__Group__0 { pushFollow(FOLLOW_rule__XCastedExpression__Group__0_in_ruleXCastedExpression1545); rule__XCastedExpression__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXCastedExpressionAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXCastedExpression" // $ANTLR start "entryRuleXPostfixOperation" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:767:1: entryRuleXPostfixOperation : ruleXPostfixOperation EOF ; public final void entryRuleXPostfixOperation() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:768:1: ( ruleXPostfixOperation EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:769:1: ruleXPostfixOperation EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXPostfixOperationRule()); } pushFollow(FOLLOW_ruleXPostfixOperation_in_entryRuleXPostfixOperation1572); ruleXPostfixOperation(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXPostfixOperationRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXPostfixOperation1579); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXPostfixOperation" // $ANTLR start "ruleXPostfixOperation" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:776:1: ruleXPostfixOperation : ( ( rule__XPostfixOperation__Group__0 ) ) ; public final void ruleXPostfixOperation() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:780:2: ( ( ( rule__XPostfixOperation__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:781:1: ( ( rule__XPostfixOperation__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:781:1: ( ( rule__XPostfixOperation__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:782:1: ( rule__XPostfixOperation__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXPostfixOperationAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:783:1: ( rule__XPostfixOperation__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:783:2: rule__XPostfixOperation__Group__0 { pushFollow(FOLLOW_rule__XPostfixOperation__Group__0_in_ruleXPostfixOperation1605); rule__XPostfixOperation__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXPostfixOperationAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXPostfixOperation" // $ANTLR start "entryRuleOpPostfix" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:795:1: entryRuleOpPostfix : ruleOpPostfix EOF ; public final void entryRuleOpPostfix() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:796:1: ( ruleOpPostfix EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:797:1: ruleOpPostfix EOF { if ( state.backtracking==0 ) { before(grammarAccess.getOpPostfixRule()); } pushFollow(FOLLOW_ruleOpPostfix_in_entryRuleOpPostfix1632); ruleOpPostfix(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpPostfixRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleOpPostfix1639); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleOpPostfix" // $ANTLR start "ruleOpPostfix" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:804:1: ruleOpPostfix : ( ( rule__OpPostfix__Alternatives ) ) ; public final void ruleOpPostfix() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:808:2: ( ( ( rule__OpPostfix__Alternatives ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:809:1: ( ( rule__OpPostfix__Alternatives ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:809:1: ( ( rule__OpPostfix__Alternatives ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:810:1: ( rule__OpPostfix__Alternatives ) { if ( state.backtracking==0 ) { before(grammarAccess.getOpPostfixAccess().getAlternatives()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:811:1: ( rule__OpPostfix__Alternatives ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:811:2: rule__OpPostfix__Alternatives { pushFollow(FOLLOW_rule__OpPostfix__Alternatives_in_ruleOpPostfix1665); rule__OpPostfix__Alternatives(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getOpPostfixAccess().getAlternatives()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleOpPostfix" // $ANTLR start "entryRuleXMemberFeatureCall" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:823:1: entryRuleXMemberFeatureCall : ruleXMemberFeatureCall EOF ; public final void entryRuleXMemberFeatureCall() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:824:1: ( ruleXMemberFeatureCall EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:825:1: ruleXMemberFeatureCall EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallRule()); } pushFollow(FOLLOW_ruleXMemberFeatureCall_in_entryRuleXMemberFeatureCall1692); ruleXMemberFeatureCall(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXMemberFeatureCall1699); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXMemberFeatureCall" // $ANTLR start "ruleXMemberFeatureCall" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:832:1: ruleXMemberFeatureCall : ( ( rule__XMemberFeatureCall__Group__0 ) ) ; public final void ruleXMemberFeatureCall() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:836:2: ( ( ( rule__XMemberFeatureCall__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:837:1: ( ( rule__XMemberFeatureCall__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:837:1: ( ( rule__XMemberFeatureCall__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:838:1: ( rule__XMemberFeatureCall__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:839:1: ( rule__XMemberFeatureCall__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:839:2: rule__XMemberFeatureCall__Group__0 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group__0_in_ruleXMemberFeatureCall1725); rule__XMemberFeatureCall__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXMemberFeatureCall" // $ANTLR start "entryRuleXPrimaryExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:851:1: entryRuleXPrimaryExpression : ruleXPrimaryExpression EOF ; public final void entryRuleXPrimaryExpression() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:852:1: ( ruleXPrimaryExpression EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:853:1: ruleXPrimaryExpression EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXPrimaryExpressionRule()); } pushFollow(FOLLOW_ruleXPrimaryExpression_in_entryRuleXPrimaryExpression1752); ruleXPrimaryExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXPrimaryExpressionRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXPrimaryExpression1759); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXPrimaryExpression" // $ANTLR start "ruleXPrimaryExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:860:1: ruleXPrimaryExpression : ( ( rule__XPrimaryExpression__Alternatives ) ) ; public final void ruleXPrimaryExpression() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:864:2: ( ( ( rule__XPrimaryExpression__Alternatives ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:865:1: ( ( rule__XPrimaryExpression__Alternatives ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:865:1: ( ( rule__XPrimaryExpression__Alternatives ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:866:1: ( rule__XPrimaryExpression__Alternatives ) { if ( state.backtracking==0 ) { before(grammarAccess.getXPrimaryExpressionAccess().getAlternatives()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:867:1: ( rule__XPrimaryExpression__Alternatives ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:867:2: rule__XPrimaryExpression__Alternatives { pushFollow(FOLLOW_rule__XPrimaryExpression__Alternatives_in_ruleXPrimaryExpression1785); rule__XPrimaryExpression__Alternatives(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXPrimaryExpressionAccess().getAlternatives()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXPrimaryExpression" // $ANTLR start "entryRuleXLiteral" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:879:1: entryRuleXLiteral : ruleXLiteral EOF ; public final void entryRuleXLiteral() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:880:1: ( ruleXLiteral EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:881:1: ruleXLiteral EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXLiteralRule()); } pushFollow(FOLLOW_ruleXLiteral_in_entryRuleXLiteral1812); ruleXLiteral(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXLiteralRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXLiteral1819); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXLiteral" // $ANTLR start "ruleXLiteral" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:888:1: ruleXLiteral : ( ( rule__XLiteral__Alternatives ) ) ; public final void ruleXLiteral() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:892:2: ( ( ( rule__XLiteral__Alternatives ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:893:1: ( ( rule__XLiteral__Alternatives ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:893:1: ( ( rule__XLiteral__Alternatives ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:894:1: ( rule__XLiteral__Alternatives ) { if ( state.backtracking==0 ) { before(grammarAccess.getXLiteralAccess().getAlternatives()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:895:1: ( rule__XLiteral__Alternatives ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:895:2: rule__XLiteral__Alternatives { pushFollow(FOLLOW_rule__XLiteral__Alternatives_in_ruleXLiteral1845); rule__XLiteral__Alternatives(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXLiteralAccess().getAlternatives()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXLiteral" // $ANTLR start "entryRuleXCollectionLiteral" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:907:1: entryRuleXCollectionLiteral : ruleXCollectionLiteral EOF ; public final void entryRuleXCollectionLiteral() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:908:1: ( ruleXCollectionLiteral EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:909:1: ruleXCollectionLiteral EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXCollectionLiteralRule()); } pushFollow(FOLLOW_ruleXCollectionLiteral_in_entryRuleXCollectionLiteral1872); ruleXCollectionLiteral(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXCollectionLiteralRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXCollectionLiteral1879); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXCollectionLiteral" // $ANTLR start "ruleXCollectionLiteral" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:916:1: ruleXCollectionLiteral : ( ( rule__XCollectionLiteral__Alternatives ) ) ; public final void ruleXCollectionLiteral() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:920:2: ( ( ( rule__XCollectionLiteral__Alternatives ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:921:1: ( ( rule__XCollectionLiteral__Alternatives ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:921:1: ( ( rule__XCollectionLiteral__Alternatives ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:922:1: ( rule__XCollectionLiteral__Alternatives ) { if ( state.backtracking==0 ) { before(grammarAccess.getXCollectionLiteralAccess().getAlternatives()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:923:1: ( rule__XCollectionLiteral__Alternatives ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:923:2: rule__XCollectionLiteral__Alternatives { pushFollow(FOLLOW_rule__XCollectionLiteral__Alternatives_in_ruleXCollectionLiteral1905); rule__XCollectionLiteral__Alternatives(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXCollectionLiteralAccess().getAlternatives()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXCollectionLiteral" // $ANTLR start "entryRuleXSetLiteral" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:935:1: entryRuleXSetLiteral : ruleXSetLiteral EOF ; public final void entryRuleXSetLiteral() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:936:1: ( ruleXSetLiteral EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:937:1: ruleXSetLiteral EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXSetLiteralRule()); } pushFollow(FOLLOW_ruleXSetLiteral_in_entryRuleXSetLiteral1932); ruleXSetLiteral(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSetLiteralRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXSetLiteral1939); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXSetLiteral" // $ANTLR start "ruleXSetLiteral" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:944:1: ruleXSetLiteral : ( ( rule__XSetLiteral__Group__0 ) ) ; public final void ruleXSetLiteral() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:948:2: ( ( ( rule__XSetLiteral__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:949:1: ( ( rule__XSetLiteral__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:949:1: ( ( rule__XSetLiteral__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:950:1: ( rule__XSetLiteral__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXSetLiteralAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:951:1: ( rule__XSetLiteral__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:951:2: rule__XSetLiteral__Group__0 { pushFollow(FOLLOW_rule__XSetLiteral__Group__0_in_ruleXSetLiteral1965); rule__XSetLiteral__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXSetLiteralAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXSetLiteral" // $ANTLR start "entryRuleXListLiteral" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:963:1: entryRuleXListLiteral : ruleXListLiteral EOF ; public final void entryRuleXListLiteral() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:964:1: ( ruleXListLiteral EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:965:1: ruleXListLiteral EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXListLiteralRule()); } pushFollow(FOLLOW_ruleXListLiteral_in_entryRuleXListLiteral1992); ruleXListLiteral(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXListLiteralRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXListLiteral1999); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXListLiteral" // $ANTLR start "ruleXListLiteral" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:972:1: ruleXListLiteral : ( ( rule__XListLiteral__Group__0 ) ) ; public final void ruleXListLiteral() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:976:2: ( ( ( rule__XListLiteral__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:977:1: ( ( rule__XListLiteral__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:977:1: ( ( rule__XListLiteral__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:978:1: ( rule__XListLiteral__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXListLiteralAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:979:1: ( rule__XListLiteral__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:979:2: rule__XListLiteral__Group__0 { pushFollow(FOLLOW_rule__XListLiteral__Group__0_in_ruleXListLiteral2025); rule__XListLiteral__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXListLiteralAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXListLiteral" // $ANTLR start "entryRuleXClosure" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:991:1: entryRuleXClosure : ruleXClosure EOF ; public final void entryRuleXClosure() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:992:1: ( ruleXClosure EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:993:1: ruleXClosure EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXClosureRule()); } pushFollow(FOLLOW_ruleXClosure_in_entryRuleXClosure2052); ruleXClosure(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXClosureRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXClosure2059); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXClosure" // $ANTLR start "ruleXClosure" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1000:1: ruleXClosure : ( ( rule__XClosure__Group__0 ) ) ; public final void ruleXClosure() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1004:2: ( ( ( rule__XClosure__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1005:1: ( ( rule__XClosure__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1005:1: ( ( rule__XClosure__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1006:1: ( rule__XClosure__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXClosureAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1007:1: ( rule__XClosure__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1007:2: rule__XClosure__Group__0 { pushFollow(FOLLOW_rule__XClosure__Group__0_in_ruleXClosure2085); rule__XClosure__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXClosureAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXClosure" // $ANTLR start "entryRuleXExpressionInClosure" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1019:1: entryRuleXExpressionInClosure : ruleXExpressionInClosure EOF ; public final void entryRuleXExpressionInClosure() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1020:1: ( ruleXExpressionInClosure EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1021:1: ruleXExpressionInClosure EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXExpressionInClosureRule()); } pushFollow(FOLLOW_ruleXExpressionInClosure_in_entryRuleXExpressionInClosure2112); ruleXExpressionInClosure(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXExpressionInClosureRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXExpressionInClosure2119); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXExpressionInClosure" // $ANTLR start "ruleXExpressionInClosure" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1028:1: ruleXExpressionInClosure : ( ( rule__XExpressionInClosure__Group__0 ) ) ; public final void ruleXExpressionInClosure() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1032:2: ( ( ( rule__XExpressionInClosure__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1033:1: ( ( rule__XExpressionInClosure__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1033:1: ( ( rule__XExpressionInClosure__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1034:1: ( rule__XExpressionInClosure__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXExpressionInClosureAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1035:1: ( rule__XExpressionInClosure__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1035:2: rule__XExpressionInClosure__Group__0 { pushFollow(FOLLOW_rule__XExpressionInClosure__Group__0_in_ruleXExpressionInClosure2145); rule__XExpressionInClosure__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXExpressionInClosureAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXExpressionInClosure" // $ANTLR start "entryRuleXShortClosure" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1047:1: entryRuleXShortClosure : ruleXShortClosure EOF ; public final void entryRuleXShortClosure() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1048:1: ( ruleXShortClosure EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1049:1: ruleXShortClosure EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXShortClosureRule()); } pushFollow(FOLLOW_ruleXShortClosure_in_entryRuleXShortClosure2172); ruleXShortClosure(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXShortClosureRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXShortClosure2179); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXShortClosure" // $ANTLR start "ruleXShortClosure" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1056:1: ruleXShortClosure : ( ( rule__XShortClosure__Group__0 ) ) ; public final void ruleXShortClosure() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1060:2: ( ( ( rule__XShortClosure__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1061:1: ( ( rule__XShortClosure__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1061:1: ( ( rule__XShortClosure__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1062:1: ( rule__XShortClosure__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXShortClosureAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1063:1: ( rule__XShortClosure__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1063:2: rule__XShortClosure__Group__0 { pushFollow(FOLLOW_rule__XShortClosure__Group__0_in_ruleXShortClosure2205); rule__XShortClosure__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXShortClosureAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXShortClosure" // $ANTLR start "entryRuleXParenthesizedExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1075:1: entryRuleXParenthesizedExpression : ruleXParenthesizedExpression EOF ; public final void entryRuleXParenthesizedExpression() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1076:1: ( ruleXParenthesizedExpression EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1077:1: ruleXParenthesizedExpression EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXParenthesizedExpressionRule()); } pushFollow(FOLLOW_ruleXParenthesizedExpression_in_entryRuleXParenthesizedExpression2232); ruleXParenthesizedExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXParenthesizedExpressionRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXParenthesizedExpression2239); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXParenthesizedExpression" // $ANTLR start "ruleXParenthesizedExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1084:1: ruleXParenthesizedExpression : ( ( rule__XParenthesizedExpression__Group__0 ) ) ; public final void ruleXParenthesizedExpression() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1088:2: ( ( ( rule__XParenthesizedExpression__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1089:1: ( ( rule__XParenthesizedExpression__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1089:1: ( ( rule__XParenthesizedExpression__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1090:1: ( rule__XParenthesizedExpression__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXParenthesizedExpressionAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1091:1: ( rule__XParenthesizedExpression__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1091:2: rule__XParenthesizedExpression__Group__0 { pushFollow(FOLLOW_rule__XParenthesizedExpression__Group__0_in_ruleXParenthesizedExpression2265); rule__XParenthesizedExpression__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXParenthesizedExpressionAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXParenthesizedExpression" // $ANTLR start "entryRuleXIfExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1103:1: entryRuleXIfExpression : ruleXIfExpression EOF ; public final void entryRuleXIfExpression() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1104:1: ( ruleXIfExpression EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1105:1: ruleXIfExpression EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXIfExpressionRule()); } pushFollow(FOLLOW_ruleXIfExpression_in_entryRuleXIfExpression2292); ruleXIfExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXIfExpressionRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXIfExpression2299); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXIfExpression" // $ANTLR start "ruleXIfExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1112:1: ruleXIfExpression : ( ( rule__XIfExpression__Group__0 ) ) ; public final void ruleXIfExpression() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1116:2: ( ( ( rule__XIfExpression__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1117:1: ( ( rule__XIfExpression__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1117:1: ( ( rule__XIfExpression__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1118:1: ( rule__XIfExpression__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXIfExpressionAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1119:1: ( rule__XIfExpression__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1119:2: rule__XIfExpression__Group__0 { pushFollow(FOLLOW_rule__XIfExpression__Group__0_in_ruleXIfExpression2325); rule__XIfExpression__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXIfExpressionAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXIfExpression" // $ANTLR start "entryRuleXSwitchExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1131:1: entryRuleXSwitchExpression : ruleXSwitchExpression EOF ; public final void entryRuleXSwitchExpression() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1132:1: ( ruleXSwitchExpression EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1133:1: ruleXSwitchExpression EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionRule()); } pushFollow(FOLLOW_ruleXSwitchExpression_in_entryRuleXSwitchExpression2352); ruleXSwitchExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXSwitchExpression2359); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXSwitchExpression" // $ANTLR start "ruleXSwitchExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1140:1: ruleXSwitchExpression : ( ( rule__XSwitchExpression__Group__0 ) ) ; public final void ruleXSwitchExpression() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1144:2: ( ( ( rule__XSwitchExpression__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1145:1: ( ( rule__XSwitchExpression__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1145:1: ( ( rule__XSwitchExpression__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1146:1: ( rule__XSwitchExpression__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1147:1: ( rule__XSwitchExpression__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1147:2: rule__XSwitchExpression__Group__0 { pushFollow(FOLLOW_rule__XSwitchExpression__Group__0_in_ruleXSwitchExpression2385); rule__XSwitchExpression__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXSwitchExpression" // $ANTLR start "entryRuleXCasePart" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1159:1: entryRuleXCasePart : ruleXCasePart EOF ; public final void entryRuleXCasePart() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1160:1: ( ruleXCasePart EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1161:1: ruleXCasePart EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXCasePartRule()); } pushFollow(FOLLOW_ruleXCasePart_in_entryRuleXCasePart2412); ruleXCasePart(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXCasePartRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXCasePart2419); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXCasePart" // $ANTLR start "ruleXCasePart" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1168:1: ruleXCasePart : ( ( rule__XCasePart__Group__0 ) ) ; public final void ruleXCasePart() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1172:2: ( ( ( rule__XCasePart__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1173:1: ( ( rule__XCasePart__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1173:1: ( ( rule__XCasePart__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1174:1: ( rule__XCasePart__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXCasePartAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1175:1: ( rule__XCasePart__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1175:2: rule__XCasePart__Group__0 { pushFollow(FOLLOW_rule__XCasePart__Group__0_in_ruleXCasePart2445); rule__XCasePart__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXCasePartAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXCasePart" // $ANTLR start "entryRuleXForLoopExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1187:1: entryRuleXForLoopExpression : ruleXForLoopExpression EOF ; public final void entryRuleXForLoopExpression() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1188:1: ( ruleXForLoopExpression EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1189:1: ruleXForLoopExpression EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXForLoopExpressionRule()); } pushFollow(FOLLOW_ruleXForLoopExpression_in_entryRuleXForLoopExpression2472); ruleXForLoopExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXForLoopExpressionRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXForLoopExpression2479); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXForLoopExpression" // $ANTLR start "ruleXForLoopExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1196:1: ruleXForLoopExpression : ( ( rule__XForLoopExpression__Group__0 ) ) ; public final void ruleXForLoopExpression() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1200:2: ( ( ( rule__XForLoopExpression__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1201:1: ( ( rule__XForLoopExpression__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1201:1: ( ( rule__XForLoopExpression__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1202:1: ( rule__XForLoopExpression__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXForLoopExpressionAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1203:1: ( rule__XForLoopExpression__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1203:2: rule__XForLoopExpression__Group__0 { pushFollow(FOLLOW_rule__XForLoopExpression__Group__0_in_ruleXForLoopExpression2505); rule__XForLoopExpression__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXForLoopExpressionAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXForLoopExpression" // $ANTLR start "entryRuleXBasicForLoopExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1215:1: entryRuleXBasicForLoopExpression : ruleXBasicForLoopExpression EOF ; public final void entryRuleXBasicForLoopExpression() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1216:1: ( ruleXBasicForLoopExpression EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1217:1: ruleXBasicForLoopExpression EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXBasicForLoopExpressionRule()); } pushFollow(FOLLOW_ruleXBasicForLoopExpression_in_entryRuleXBasicForLoopExpression2532); ruleXBasicForLoopExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXBasicForLoopExpressionRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXBasicForLoopExpression2539); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXBasicForLoopExpression" // $ANTLR start "ruleXBasicForLoopExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1224:1: ruleXBasicForLoopExpression : ( ( rule__XBasicForLoopExpression__Group__0 ) ) ; public final void ruleXBasicForLoopExpression() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1228:2: ( ( ( rule__XBasicForLoopExpression__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1229:1: ( ( rule__XBasicForLoopExpression__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1229:1: ( ( rule__XBasicForLoopExpression__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1230:1: ( rule__XBasicForLoopExpression__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXBasicForLoopExpressionAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1231:1: ( rule__XBasicForLoopExpression__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1231:2: rule__XBasicForLoopExpression__Group__0 { pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group__0_in_ruleXBasicForLoopExpression2565); rule__XBasicForLoopExpression__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXBasicForLoopExpressionAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXBasicForLoopExpression" // $ANTLR start "entryRuleXWhileExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1243:1: entryRuleXWhileExpression : ruleXWhileExpression EOF ; public final void entryRuleXWhileExpression() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1244:1: ( ruleXWhileExpression EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1245:1: ruleXWhileExpression EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXWhileExpressionRule()); } pushFollow(FOLLOW_ruleXWhileExpression_in_entryRuleXWhileExpression2592); ruleXWhileExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXWhileExpressionRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXWhileExpression2599); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXWhileExpression" // $ANTLR start "ruleXWhileExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1252:1: ruleXWhileExpression : ( ( rule__XWhileExpression__Group__0 ) ) ; public final void ruleXWhileExpression() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1256:2: ( ( ( rule__XWhileExpression__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1257:1: ( ( rule__XWhileExpression__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1257:1: ( ( rule__XWhileExpression__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1258:1: ( rule__XWhileExpression__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXWhileExpressionAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1259:1: ( rule__XWhileExpression__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1259:2: rule__XWhileExpression__Group__0 { pushFollow(FOLLOW_rule__XWhileExpression__Group__0_in_ruleXWhileExpression2625); rule__XWhileExpression__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXWhileExpressionAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXWhileExpression" // $ANTLR start "entryRuleXDoWhileExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1271:1: entryRuleXDoWhileExpression : ruleXDoWhileExpression EOF ; public final void entryRuleXDoWhileExpression() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1272:1: ( ruleXDoWhileExpression EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1273:1: ruleXDoWhileExpression EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXDoWhileExpressionRule()); } pushFollow(FOLLOW_ruleXDoWhileExpression_in_entryRuleXDoWhileExpression2652); ruleXDoWhileExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXDoWhileExpressionRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXDoWhileExpression2659); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXDoWhileExpression" // $ANTLR start "ruleXDoWhileExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1280:1: ruleXDoWhileExpression : ( ( rule__XDoWhileExpression__Group__0 ) ) ; public final void ruleXDoWhileExpression() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1284:2: ( ( ( rule__XDoWhileExpression__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1285:1: ( ( rule__XDoWhileExpression__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1285:1: ( ( rule__XDoWhileExpression__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1286:1: ( rule__XDoWhileExpression__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXDoWhileExpressionAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1287:1: ( rule__XDoWhileExpression__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1287:2: rule__XDoWhileExpression__Group__0 { pushFollow(FOLLOW_rule__XDoWhileExpression__Group__0_in_ruleXDoWhileExpression2685); rule__XDoWhileExpression__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXDoWhileExpressionAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXDoWhileExpression" // $ANTLR start "entryRuleXBlockExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1299:1: entryRuleXBlockExpression : ruleXBlockExpression EOF ; public final void entryRuleXBlockExpression() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1300:1: ( ruleXBlockExpression EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1301:1: ruleXBlockExpression EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXBlockExpressionRule()); } pushFollow(FOLLOW_ruleXBlockExpression_in_entryRuleXBlockExpression2712); ruleXBlockExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXBlockExpressionRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXBlockExpression2719); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXBlockExpression" // $ANTLR start "ruleXBlockExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1308:1: ruleXBlockExpression : ( ( rule__XBlockExpression__Group__0 ) ) ; public final void ruleXBlockExpression() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1312:2: ( ( ( rule__XBlockExpression__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1313:1: ( ( rule__XBlockExpression__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1313:1: ( ( rule__XBlockExpression__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1314:1: ( rule__XBlockExpression__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXBlockExpressionAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1315:1: ( rule__XBlockExpression__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1315:2: rule__XBlockExpression__Group__0 { pushFollow(FOLLOW_rule__XBlockExpression__Group__0_in_ruleXBlockExpression2745); rule__XBlockExpression__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXBlockExpressionAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXBlockExpression" // $ANTLR start "entryRuleXExpressionOrVarDeclaration" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1327:1: entryRuleXExpressionOrVarDeclaration : ruleXExpressionOrVarDeclaration EOF ; public final void entryRuleXExpressionOrVarDeclaration() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1328:1: ( ruleXExpressionOrVarDeclaration EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1329:1: ruleXExpressionOrVarDeclaration EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXExpressionOrVarDeclarationRule()); } pushFollow(FOLLOW_ruleXExpressionOrVarDeclaration_in_entryRuleXExpressionOrVarDeclaration2772); ruleXExpressionOrVarDeclaration(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXExpressionOrVarDeclarationRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXExpressionOrVarDeclaration2779); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXExpressionOrVarDeclaration" // $ANTLR start "ruleXExpressionOrVarDeclaration" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1336:1: ruleXExpressionOrVarDeclaration : ( ( rule__XExpressionOrVarDeclaration__Alternatives ) ) ; public final void ruleXExpressionOrVarDeclaration() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1340:2: ( ( ( rule__XExpressionOrVarDeclaration__Alternatives ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1341:1: ( ( rule__XExpressionOrVarDeclaration__Alternatives ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1341:1: ( ( rule__XExpressionOrVarDeclaration__Alternatives ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1342:1: ( rule__XExpressionOrVarDeclaration__Alternatives ) { if ( state.backtracking==0 ) { before(grammarAccess.getXExpressionOrVarDeclarationAccess().getAlternatives()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1343:1: ( rule__XExpressionOrVarDeclaration__Alternatives ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1343:2: rule__XExpressionOrVarDeclaration__Alternatives { pushFollow(FOLLOW_rule__XExpressionOrVarDeclaration__Alternatives_in_ruleXExpressionOrVarDeclaration2805); rule__XExpressionOrVarDeclaration__Alternatives(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXExpressionOrVarDeclarationAccess().getAlternatives()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXExpressionOrVarDeclaration" // $ANTLR start "entryRuleXVariableDeclaration" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1355:1: entryRuleXVariableDeclaration : ruleXVariableDeclaration EOF ; public final void entryRuleXVariableDeclaration() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1356:1: ( ruleXVariableDeclaration EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1357:1: ruleXVariableDeclaration EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXVariableDeclarationRule()); } pushFollow(FOLLOW_ruleXVariableDeclaration_in_entryRuleXVariableDeclaration2832); ruleXVariableDeclaration(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXVariableDeclarationRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXVariableDeclaration2839); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXVariableDeclaration" // $ANTLR start "ruleXVariableDeclaration" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1364:1: ruleXVariableDeclaration : ( ( rule__XVariableDeclaration__Group__0 ) ) ; public final void ruleXVariableDeclaration() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1368:2: ( ( ( rule__XVariableDeclaration__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1369:1: ( ( rule__XVariableDeclaration__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1369:1: ( ( rule__XVariableDeclaration__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1370:1: ( rule__XVariableDeclaration__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXVariableDeclarationAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1371:1: ( rule__XVariableDeclaration__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1371:2: rule__XVariableDeclaration__Group__0 { pushFollow(FOLLOW_rule__XVariableDeclaration__Group__0_in_ruleXVariableDeclaration2865); rule__XVariableDeclaration__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXVariableDeclarationAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXVariableDeclaration" // $ANTLR start "entryRuleJvmFormalParameter" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1383:1: entryRuleJvmFormalParameter : ruleJvmFormalParameter EOF ; public final void entryRuleJvmFormalParameter() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1384:1: ( ruleJvmFormalParameter EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1385:1: ruleJvmFormalParameter EOF { if ( state.backtracking==0 ) { before(grammarAccess.getJvmFormalParameterRule()); } pushFollow(FOLLOW_ruleJvmFormalParameter_in_entryRuleJvmFormalParameter2892); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmFormalParameterRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleJvmFormalParameter2899); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleJvmFormalParameter" // $ANTLR start "ruleJvmFormalParameter" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1392:1: ruleJvmFormalParameter : ( ( rule__JvmFormalParameter__Group__0 ) ) ; public final void ruleJvmFormalParameter() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1396:2: ( ( ( rule__JvmFormalParameter__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1397:1: ( ( rule__JvmFormalParameter__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1397:1: ( ( rule__JvmFormalParameter__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1398:1: ( rule__JvmFormalParameter__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmFormalParameterAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1399:1: ( rule__JvmFormalParameter__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1399:2: rule__JvmFormalParameter__Group__0 { pushFollow(FOLLOW_rule__JvmFormalParameter__Group__0_in_ruleJvmFormalParameter2925); rule__JvmFormalParameter__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmFormalParameterAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleJvmFormalParameter" // $ANTLR start "entryRuleFullJvmFormalParameter" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1411:1: entryRuleFullJvmFormalParameter : ruleFullJvmFormalParameter EOF ; public final void entryRuleFullJvmFormalParameter() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1412:1: ( ruleFullJvmFormalParameter EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1413:1: ruleFullJvmFormalParameter EOF { if ( state.backtracking==0 ) { before(grammarAccess.getFullJvmFormalParameterRule()); } pushFollow(FOLLOW_ruleFullJvmFormalParameter_in_entryRuleFullJvmFormalParameter2952); ruleFullJvmFormalParameter(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getFullJvmFormalParameterRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleFullJvmFormalParameter2959); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleFullJvmFormalParameter" // $ANTLR start "ruleFullJvmFormalParameter" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1420:1: ruleFullJvmFormalParameter : ( ( rule__FullJvmFormalParameter__Group__0 ) ) ; public final void ruleFullJvmFormalParameter() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1424:2: ( ( ( rule__FullJvmFormalParameter__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1425:1: ( ( rule__FullJvmFormalParameter__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1425:1: ( ( rule__FullJvmFormalParameter__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1426:1: ( rule__FullJvmFormalParameter__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getFullJvmFormalParameterAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1427:1: ( rule__FullJvmFormalParameter__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1427:2: rule__FullJvmFormalParameter__Group__0 { pushFollow(FOLLOW_rule__FullJvmFormalParameter__Group__0_in_ruleFullJvmFormalParameter2985); rule__FullJvmFormalParameter__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getFullJvmFormalParameterAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleFullJvmFormalParameter" // $ANTLR start "entryRuleXFeatureCall" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1439:1: entryRuleXFeatureCall : ruleXFeatureCall EOF ; public final void entryRuleXFeatureCall() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1440:1: ( ruleXFeatureCall EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1441:1: ruleXFeatureCall EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallRule()); } pushFollow(FOLLOW_ruleXFeatureCall_in_entryRuleXFeatureCall3012); ruleXFeatureCall(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXFeatureCall3019); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXFeatureCall" // $ANTLR start "ruleXFeatureCall" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1448:1: ruleXFeatureCall : ( ( rule__XFeatureCall__Group__0 ) ) ; public final void ruleXFeatureCall() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1452:2: ( ( ( rule__XFeatureCall__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1453:1: ( ( rule__XFeatureCall__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1453:1: ( ( rule__XFeatureCall__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1454:1: ( rule__XFeatureCall__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1455:1: ( rule__XFeatureCall__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1455:2: rule__XFeatureCall__Group__0 { pushFollow(FOLLOW_rule__XFeatureCall__Group__0_in_ruleXFeatureCall3045); rule__XFeatureCall__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXFeatureCall" // $ANTLR start "entryRuleFeatureCallID" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1467:1: entryRuleFeatureCallID : ruleFeatureCallID EOF ; public final void entryRuleFeatureCallID() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1468:1: ( ruleFeatureCallID EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1469:1: ruleFeatureCallID EOF { if ( state.backtracking==0 ) { before(grammarAccess.getFeatureCallIDRule()); } pushFollow(FOLLOW_ruleFeatureCallID_in_entryRuleFeatureCallID3072); ruleFeatureCallID(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getFeatureCallIDRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleFeatureCallID3079); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleFeatureCallID" // $ANTLR start "ruleFeatureCallID" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1476:1: ruleFeatureCallID : ( ( rule__FeatureCallID__Alternatives ) ) ; public final void ruleFeatureCallID() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1480:2: ( ( ( rule__FeatureCallID__Alternatives ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1481:1: ( ( rule__FeatureCallID__Alternatives ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1481:1: ( ( rule__FeatureCallID__Alternatives ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1482:1: ( rule__FeatureCallID__Alternatives ) { if ( state.backtracking==0 ) { before(grammarAccess.getFeatureCallIDAccess().getAlternatives()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1483:1: ( rule__FeatureCallID__Alternatives ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1483:2: rule__FeatureCallID__Alternatives { pushFollow(FOLLOW_rule__FeatureCallID__Alternatives_in_ruleFeatureCallID3105); rule__FeatureCallID__Alternatives(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getFeatureCallIDAccess().getAlternatives()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleFeatureCallID" // $ANTLR start "entryRuleIdOrSuper" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1495:1: entryRuleIdOrSuper : ruleIdOrSuper EOF ; public final void entryRuleIdOrSuper() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1496:1: ( ruleIdOrSuper EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1497:1: ruleIdOrSuper EOF { if ( state.backtracking==0 ) { before(grammarAccess.getIdOrSuperRule()); } pushFollow(FOLLOW_ruleIdOrSuper_in_entryRuleIdOrSuper3132); ruleIdOrSuper(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getIdOrSuperRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleIdOrSuper3139); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleIdOrSuper" // $ANTLR start "ruleIdOrSuper" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1504:1: ruleIdOrSuper : ( ( rule__IdOrSuper__Alternatives ) ) ; public final void ruleIdOrSuper() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1508:2: ( ( ( rule__IdOrSuper__Alternatives ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1509:1: ( ( rule__IdOrSuper__Alternatives ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1509:1: ( ( rule__IdOrSuper__Alternatives ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1510:1: ( rule__IdOrSuper__Alternatives ) { if ( state.backtracking==0 ) { before(grammarAccess.getIdOrSuperAccess().getAlternatives()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1511:1: ( rule__IdOrSuper__Alternatives ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1511:2: rule__IdOrSuper__Alternatives { pushFollow(FOLLOW_rule__IdOrSuper__Alternatives_in_ruleIdOrSuper3165); rule__IdOrSuper__Alternatives(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getIdOrSuperAccess().getAlternatives()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleIdOrSuper" // $ANTLR start "entryRuleXConstructorCall" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1523:1: entryRuleXConstructorCall : ruleXConstructorCall EOF ; public final void entryRuleXConstructorCall() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1524:1: ( ruleXConstructorCall EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1525:1: ruleXConstructorCall EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallRule()); } pushFollow(FOLLOW_ruleXConstructorCall_in_entryRuleXConstructorCall3192); ruleXConstructorCall(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXConstructorCall3199); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXConstructorCall" // $ANTLR start "ruleXConstructorCall" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1532:1: ruleXConstructorCall : ( ( rule__XConstructorCall__Group__0 ) ) ; public final void ruleXConstructorCall() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1536:2: ( ( ( rule__XConstructorCall__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1537:1: ( ( rule__XConstructorCall__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1537:1: ( ( rule__XConstructorCall__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1538:1: ( rule__XConstructorCall__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1539:1: ( rule__XConstructorCall__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1539:2: rule__XConstructorCall__Group__0 { pushFollow(FOLLOW_rule__XConstructorCall__Group__0_in_ruleXConstructorCall3225); rule__XConstructorCall__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXConstructorCall" // $ANTLR start "entryRuleXBooleanLiteral" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1551:1: entryRuleXBooleanLiteral : ruleXBooleanLiteral EOF ; public final void entryRuleXBooleanLiteral() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1552:1: ( ruleXBooleanLiteral EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1553:1: ruleXBooleanLiteral EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXBooleanLiteralRule()); } pushFollow(FOLLOW_ruleXBooleanLiteral_in_entryRuleXBooleanLiteral3252); ruleXBooleanLiteral(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXBooleanLiteralRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXBooleanLiteral3259); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXBooleanLiteral" // $ANTLR start "ruleXBooleanLiteral" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1560:1: ruleXBooleanLiteral : ( ( rule__XBooleanLiteral__Group__0 ) ) ; public final void ruleXBooleanLiteral() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1564:2: ( ( ( rule__XBooleanLiteral__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1565:1: ( ( rule__XBooleanLiteral__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1565:1: ( ( rule__XBooleanLiteral__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1566:1: ( rule__XBooleanLiteral__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXBooleanLiteralAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1567:1: ( rule__XBooleanLiteral__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1567:2: rule__XBooleanLiteral__Group__0 { pushFollow(FOLLOW_rule__XBooleanLiteral__Group__0_in_ruleXBooleanLiteral3285); rule__XBooleanLiteral__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXBooleanLiteralAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXBooleanLiteral" // $ANTLR start "entryRuleXNullLiteral" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1579:1: entryRuleXNullLiteral : ruleXNullLiteral EOF ; public final void entryRuleXNullLiteral() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1580:1: ( ruleXNullLiteral EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1581:1: ruleXNullLiteral EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXNullLiteralRule()); } pushFollow(FOLLOW_ruleXNullLiteral_in_entryRuleXNullLiteral3312); ruleXNullLiteral(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXNullLiteralRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXNullLiteral3319); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXNullLiteral" // $ANTLR start "ruleXNullLiteral" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1588:1: ruleXNullLiteral : ( ( rule__XNullLiteral__Group__0 ) ) ; public final void ruleXNullLiteral() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1592:2: ( ( ( rule__XNullLiteral__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1593:1: ( ( rule__XNullLiteral__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1593:1: ( ( rule__XNullLiteral__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1594:1: ( rule__XNullLiteral__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXNullLiteralAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1595:1: ( rule__XNullLiteral__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1595:2: rule__XNullLiteral__Group__0 { pushFollow(FOLLOW_rule__XNullLiteral__Group__0_in_ruleXNullLiteral3345); rule__XNullLiteral__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXNullLiteralAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXNullLiteral" // $ANTLR start "entryRuleXNumberLiteral" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1607:1: entryRuleXNumberLiteral : ruleXNumberLiteral EOF ; public final void entryRuleXNumberLiteral() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1608:1: ( ruleXNumberLiteral EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1609:1: ruleXNumberLiteral EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXNumberLiteralRule()); } pushFollow(FOLLOW_ruleXNumberLiteral_in_entryRuleXNumberLiteral3372); ruleXNumberLiteral(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXNumberLiteralRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXNumberLiteral3379); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXNumberLiteral" // $ANTLR start "ruleXNumberLiteral" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1616:1: ruleXNumberLiteral : ( ( rule__XNumberLiteral__Group__0 ) ) ; public final void ruleXNumberLiteral() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1620:2: ( ( ( rule__XNumberLiteral__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1621:1: ( ( rule__XNumberLiteral__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1621:1: ( ( rule__XNumberLiteral__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1622:1: ( rule__XNumberLiteral__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXNumberLiteralAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1623:1: ( rule__XNumberLiteral__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1623:2: rule__XNumberLiteral__Group__0 { pushFollow(FOLLOW_rule__XNumberLiteral__Group__0_in_ruleXNumberLiteral3405); rule__XNumberLiteral__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXNumberLiteralAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXNumberLiteral" // $ANTLR start "entryRuleXStringLiteral" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1635:1: entryRuleXStringLiteral : ruleXStringLiteral EOF ; public final void entryRuleXStringLiteral() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1636:1: ( ruleXStringLiteral EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1637:1: ruleXStringLiteral EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXStringLiteralRule()); } pushFollow(FOLLOW_ruleXStringLiteral_in_entryRuleXStringLiteral3432); ruleXStringLiteral(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXStringLiteralRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXStringLiteral3439); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXStringLiteral" // $ANTLR start "ruleXStringLiteral" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1644:1: ruleXStringLiteral : ( ( rule__XStringLiteral__Group__0 ) ) ; public final void ruleXStringLiteral() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1648:2: ( ( ( rule__XStringLiteral__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1649:1: ( ( rule__XStringLiteral__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1649:1: ( ( rule__XStringLiteral__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1650:1: ( rule__XStringLiteral__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXStringLiteralAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1651:1: ( rule__XStringLiteral__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1651:2: rule__XStringLiteral__Group__0 { pushFollow(FOLLOW_rule__XStringLiteral__Group__0_in_ruleXStringLiteral3465); rule__XStringLiteral__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXStringLiteralAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXStringLiteral" // $ANTLR start "entryRuleXTypeLiteral" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1663:1: entryRuleXTypeLiteral : ruleXTypeLiteral EOF ; public final void entryRuleXTypeLiteral() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1664:1: ( ruleXTypeLiteral EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1665:1: ruleXTypeLiteral EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXTypeLiteralRule()); } pushFollow(FOLLOW_ruleXTypeLiteral_in_entryRuleXTypeLiteral3492); ruleXTypeLiteral(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXTypeLiteralRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXTypeLiteral3499); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXTypeLiteral" // $ANTLR start "ruleXTypeLiteral" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1672:1: ruleXTypeLiteral : ( ( rule__XTypeLiteral__Group__0 ) ) ; public final void ruleXTypeLiteral() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1676:2: ( ( ( rule__XTypeLiteral__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1677:1: ( ( rule__XTypeLiteral__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1677:1: ( ( rule__XTypeLiteral__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1678:1: ( rule__XTypeLiteral__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXTypeLiteralAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1679:1: ( rule__XTypeLiteral__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1679:2: rule__XTypeLiteral__Group__0 { pushFollow(FOLLOW_rule__XTypeLiteral__Group__0_in_ruleXTypeLiteral3525); rule__XTypeLiteral__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXTypeLiteralAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXTypeLiteral" // $ANTLR start "entryRuleXThrowExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1691:1: entryRuleXThrowExpression : ruleXThrowExpression EOF ; public final void entryRuleXThrowExpression() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1692:1: ( ruleXThrowExpression EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1693:1: ruleXThrowExpression EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXThrowExpressionRule()); } pushFollow(FOLLOW_ruleXThrowExpression_in_entryRuleXThrowExpression3552); ruleXThrowExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXThrowExpressionRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXThrowExpression3559); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXThrowExpression" // $ANTLR start "ruleXThrowExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1700:1: ruleXThrowExpression : ( ( rule__XThrowExpression__Group__0 ) ) ; public final void ruleXThrowExpression() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1704:2: ( ( ( rule__XThrowExpression__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1705:1: ( ( rule__XThrowExpression__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1705:1: ( ( rule__XThrowExpression__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1706:1: ( rule__XThrowExpression__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXThrowExpressionAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1707:1: ( rule__XThrowExpression__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1707:2: rule__XThrowExpression__Group__0 { pushFollow(FOLLOW_rule__XThrowExpression__Group__0_in_ruleXThrowExpression3585); rule__XThrowExpression__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXThrowExpressionAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXThrowExpression" // $ANTLR start "entryRuleXReturnExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1719:1: entryRuleXReturnExpression : ruleXReturnExpression EOF ; public final void entryRuleXReturnExpression() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1720:1: ( ruleXReturnExpression EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1721:1: ruleXReturnExpression EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXReturnExpressionRule()); } pushFollow(FOLLOW_ruleXReturnExpression_in_entryRuleXReturnExpression3612); ruleXReturnExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXReturnExpressionRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXReturnExpression3619); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXReturnExpression" // $ANTLR start "ruleXReturnExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1728:1: ruleXReturnExpression : ( ( rule__XReturnExpression__Group__0 ) ) ; public final void ruleXReturnExpression() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1732:2: ( ( ( rule__XReturnExpression__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1733:1: ( ( rule__XReturnExpression__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1733:1: ( ( rule__XReturnExpression__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1734:1: ( rule__XReturnExpression__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXReturnExpressionAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1735:1: ( rule__XReturnExpression__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1735:2: rule__XReturnExpression__Group__0 { pushFollow(FOLLOW_rule__XReturnExpression__Group__0_in_ruleXReturnExpression3645); rule__XReturnExpression__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXReturnExpressionAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXReturnExpression" // $ANTLR start "entryRuleXTryCatchFinallyExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1747:1: entryRuleXTryCatchFinallyExpression : ruleXTryCatchFinallyExpression EOF ; public final void entryRuleXTryCatchFinallyExpression() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1748:1: ( ruleXTryCatchFinallyExpression EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1749:1: ruleXTryCatchFinallyExpression EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXTryCatchFinallyExpressionRule()); } pushFollow(FOLLOW_ruleXTryCatchFinallyExpression_in_entryRuleXTryCatchFinallyExpression3672); ruleXTryCatchFinallyExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXTryCatchFinallyExpressionRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXTryCatchFinallyExpression3679); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXTryCatchFinallyExpression" // $ANTLR start "ruleXTryCatchFinallyExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1756:1: ruleXTryCatchFinallyExpression : ( ( rule__XTryCatchFinallyExpression__Group__0 ) ) ; public final void ruleXTryCatchFinallyExpression() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1760:2: ( ( ( rule__XTryCatchFinallyExpression__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1761:1: ( ( rule__XTryCatchFinallyExpression__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1761:1: ( ( rule__XTryCatchFinallyExpression__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1762:1: ( rule__XTryCatchFinallyExpression__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXTryCatchFinallyExpressionAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1763:1: ( rule__XTryCatchFinallyExpression__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1763:2: rule__XTryCatchFinallyExpression__Group__0 { pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__Group__0_in_ruleXTryCatchFinallyExpression3705); rule__XTryCatchFinallyExpression__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXTryCatchFinallyExpressionAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXTryCatchFinallyExpression" // $ANTLR start "entryRuleXSynchronizedExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1775:1: entryRuleXSynchronizedExpression : ruleXSynchronizedExpression EOF ; public final void entryRuleXSynchronizedExpression() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1776:1: ( ruleXSynchronizedExpression EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1777:1: ruleXSynchronizedExpression EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXSynchronizedExpressionRule()); } pushFollow(FOLLOW_ruleXSynchronizedExpression_in_entryRuleXSynchronizedExpression3732); ruleXSynchronizedExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSynchronizedExpressionRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXSynchronizedExpression3739); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXSynchronizedExpression" // $ANTLR start "ruleXSynchronizedExpression" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1784:1: ruleXSynchronizedExpression : ( ( rule__XSynchronizedExpression__Group__0 ) ) ; public final void ruleXSynchronizedExpression() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1788:2: ( ( ( rule__XSynchronizedExpression__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1789:1: ( ( rule__XSynchronizedExpression__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1789:1: ( ( rule__XSynchronizedExpression__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1790:1: ( rule__XSynchronizedExpression__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXSynchronizedExpressionAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1791:1: ( rule__XSynchronizedExpression__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1791:2: rule__XSynchronizedExpression__Group__0 { pushFollow(FOLLOW_rule__XSynchronizedExpression__Group__0_in_ruleXSynchronizedExpression3765); rule__XSynchronizedExpression__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXSynchronizedExpressionAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXSynchronizedExpression" // $ANTLR start "entryRuleXCatchClause" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1803:1: entryRuleXCatchClause : ruleXCatchClause EOF ; public final void entryRuleXCatchClause() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1804:1: ( ruleXCatchClause EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1805:1: ruleXCatchClause EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXCatchClauseRule()); } pushFollow(FOLLOW_ruleXCatchClause_in_entryRuleXCatchClause3792); ruleXCatchClause(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXCatchClauseRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXCatchClause3799); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXCatchClause" // $ANTLR start "ruleXCatchClause" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1812:1: ruleXCatchClause : ( ( rule__XCatchClause__Group__0 ) ) ; public final void ruleXCatchClause() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1816:2: ( ( ( rule__XCatchClause__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1817:1: ( ( rule__XCatchClause__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1817:1: ( ( rule__XCatchClause__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1818:1: ( rule__XCatchClause__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXCatchClauseAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1819:1: ( rule__XCatchClause__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1819:2: rule__XCatchClause__Group__0 { pushFollow(FOLLOW_rule__XCatchClause__Group__0_in_ruleXCatchClause3825); rule__XCatchClause__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXCatchClauseAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXCatchClause" // $ANTLR start "entryRuleQualifiedName" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1831:1: entryRuleQualifiedName : ruleQualifiedName EOF ; public final void entryRuleQualifiedName() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1832:1: ( ruleQualifiedName EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1833:1: ruleQualifiedName EOF { if ( state.backtracking==0 ) { before(grammarAccess.getQualifiedNameRule()); } pushFollow(FOLLOW_ruleQualifiedName_in_entryRuleQualifiedName3852); ruleQualifiedName(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getQualifiedNameRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleQualifiedName3859); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleQualifiedName" // $ANTLR start "ruleQualifiedName" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1840:1: ruleQualifiedName : ( ( rule__QualifiedName__Group__0 ) ) ; public final void ruleQualifiedName() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1844:2: ( ( ( rule__QualifiedName__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1845:1: ( ( rule__QualifiedName__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1845:1: ( ( rule__QualifiedName__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1846:1: ( rule__QualifiedName__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getQualifiedNameAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1847:1: ( rule__QualifiedName__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1847:2: rule__QualifiedName__Group__0 { pushFollow(FOLLOW_rule__QualifiedName__Group__0_in_ruleQualifiedName3885); rule__QualifiedName__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getQualifiedNameAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleQualifiedName" // $ANTLR start "entryRuleNumber" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1859:1: entryRuleNumber : ruleNumber EOF ; public final void entryRuleNumber() throws RecognitionException { HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1863:1: ( ruleNumber EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1864:1: ruleNumber EOF { if ( state.backtracking==0 ) { before(grammarAccess.getNumberRule()); } pushFollow(FOLLOW_ruleNumber_in_entryRuleNumber3917); ruleNumber(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getNumberRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleNumber3924); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { myHiddenTokenState.restore(); } return ; } // $ANTLR end "entryRuleNumber" // $ANTLR start "ruleNumber" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1874:1: ruleNumber : ( ( rule__Number__Alternatives ) ) ; public final void ruleNumber() throws RecognitionException { HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens(); int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1879:2: ( ( ( rule__Number__Alternatives ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1880:1: ( ( rule__Number__Alternatives ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1880:1: ( ( rule__Number__Alternatives ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1881:1: ( rule__Number__Alternatives ) { if ( state.backtracking==0 ) { before(grammarAccess.getNumberAccess().getAlternatives()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1882:1: ( rule__Number__Alternatives ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1882:2: rule__Number__Alternatives { pushFollow(FOLLOW_rule__Number__Alternatives_in_ruleNumber3954); rule__Number__Alternatives(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getNumberAccess().getAlternatives()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); myHiddenTokenState.restore(); } return ; } // $ANTLR end "ruleNumber" // $ANTLR start "entryRuleJvmTypeReference" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1897:1: entryRuleJvmTypeReference : ruleJvmTypeReference EOF ; public final void entryRuleJvmTypeReference() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1898:1: ( ruleJvmTypeReference EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1899:1: ruleJvmTypeReference EOF { if ( state.backtracking==0 ) { before(grammarAccess.getJvmTypeReferenceRule()); } pushFollow(FOLLOW_ruleJvmTypeReference_in_entryRuleJvmTypeReference3983); ruleJvmTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmTypeReferenceRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleJvmTypeReference3990); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleJvmTypeReference" // $ANTLR start "ruleJvmTypeReference" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1906:1: ruleJvmTypeReference : ( ( rule__JvmTypeReference__Alternatives ) ) ; public final void ruleJvmTypeReference() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1910:2: ( ( ( rule__JvmTypeReference__Alternatives ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1911:1: ( ( rule__JvmTypeReference__Alternatives ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1911:1: ( ( rule__JvmTypeReference__Alternatives ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1912:1: ( rule__JvmTypeReference__Alternatives ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmTypeReferenceAccess().getAlternatives()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1913:1: ( rule__JvmTypeReference__Alternatives ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1913:2: rule__JvmTypeReference__Alternatives { pushFollow(FOLLOW_rule__JvmTypeReference__Alternatives_in_ruleJvmTypeReference4016); rule__JvmTypeReference__Alternatives(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmTypeReferenceAccess().getAlternatives()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleJvmTypeReference" // $ANTLR start "entryRuleArrayBrackets" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1925:1: entryRuleArrayBrackets : ruleArrayBrackets EOF ; public final void entryRuleArrayBrackets() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1926:1: ( ruleArrayBrackets EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1927:1: ruleArrayBrackets EOF { if ( state.backtracking==0 ) { before(grammarAccess.getArrayBracketsRule()); } pushFollow(FOLLOW_ruleArrayBrackets_in_entryRuleArrayBrackets4043); ruleArrayBrackets(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getArrayBracketsRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleArrayBrackets4050); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleArrayBrackets" // $ANTLR start "ruleArrayBrackets" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1934:1: ruleArrayBrackets : ( ( rule__ArrayBrackets__Group__0 ) ) ; public final void ruleArrayBrackets() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1938:2: ( ( ( rule__ArrayBrackets__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1939:1: ( ( rule__ArrayBrackets__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1939:1: ( ( rule__ArrayBrackets__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1940:1: ( rule__ArrayBrackets__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getArrayBracketsAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1941:1: ( rule__ArrayBrackets__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1941:2: rule__ArrayBrackets__Group__0 { pushFollow(FOLLOW_rule__ArrayBrackets__Group__0_in_ruleArrayBrackets4076); rule__ArrayBrackets__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getArrayBracketsAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleArrayBrackets" // $ANTLR start "entryRuleXFunctionTypeRef" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1953:1: entryRuleXFunctionTypeRef : ruleXFunctionTypeRef EOF ; public final void entryRuleXFunctionTypeRef() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1954:1: ( ruleXFunctionTypeRef EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1955:1: ruleXFunctionTypeRef EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXFunctionTypeRefRule()); } pushFollow(FOLLOW_ruleXFunctionTypeRef_in_entryRuleXFunctionTypeRef4103); ruleXFunctionTypeRef(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXFunctionTypeRefRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXFunctionTypeRef4110); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXFunctionTypeRef" // $ANTLR start "ruleXFunctionTypeRef" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1962:1: ruleXFunctionTypeRef : ( ( rule__XFunctionTypeRef__Group__0 ) ) ; public final void ruleXFunctionTypeRef() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1966:2: ( ( ( rule__XFunctionTypeRef__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1967:1: ( ( rule__XFunctionTypeRef__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1967:1: ( ( rule__XFunctionTypeRef__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1968:1: ( rule__XFunctionTypeRef__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXFunctionTypeRefAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1969:1: ( rule__XFunctionTypeRef__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1969:2: rule__XFunctionTypeRef__Group__0 { pushFollow(FOLLOW_rule__XFunctionTypeRef__Group__0_in_ruleXFunctionTypeRef4136); rule__XFunctionTypeRef__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXFunctionTypeRefAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXFunctionTypeRef" // $ANTLR start "entryRuleJvmParameterizedTypeReference" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1981:1: entryRuleJvmParameterizedTypeReference : ruleJvmParameterizedTypeReference EOF ; public final void entryRuleJvmParameterizedTypeReference() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1982:1: ( ruleJvmParameterizedTypeReference EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1983:1: ruleJvmParameterizedTypeReference EOF { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceRule()); } pushFollow(FOLLOW_ruleJvmParameterizedTypeReference_in_entryRuleJvmParameterizedTypeReference4163); ruleJvmParameterizedTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleJvmParameterizedTypeReference4170); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleJvmParameterizedTypeReference" // $ANTLR start "ruleJvmParameterizedTypeReference" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1990:1: ruleJvmParameterizedTypeReference : ( ( rule__JvmParameterizedTypeReference__Group__0 ) ) ; public final void ruleJvmParameterizedTypeReference() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1994:2: ( ( ( rule__JvmParameterizedTypeReference__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1995:1: ( ( rule__JvmParameterizedTypeReference__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1995:1: ( ( rule__JvmParameterizedTypeReference__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1996:1: ( rule__JvmParameterizedTypeReference__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1997:1: ( rule__JvmParameterizedTypeReference__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:1997:2: rule__JvmParameterizedTypeReference__Group__0 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group__0_in_ruleJvmParameterizedTypeReference4196); rule__JvmParameterizedTypeReference__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleJvmParameterizedTypeReference" // $ANTLR start "entryRuleJvmArgumentTypeReference" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2009:1: entryRuleJvmArgumentTypeReference : ruleJvmArgumentTypeReference EOF ; public final void entryRuleJvmArgumentTypeReference() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2010:1: ( ruleJvmArgumentTypeReference EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2011:1: ruleJvmArgumentTypeReference EOF { if ( state.backtracking==0 ) { before(grammarAccess.getJvmArgumentTypeReferenceRule()); } pushFollow(FOLLOW_ruleJvmArgumentTypeReference_in_entryRuleJvmArgumentTypeReference4223); ruleJvmArgumentTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmArgumentTypeReferenceRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleJvmArgumentTypeReference4230); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleJvmArgumentTypeReference" // $ANTLR start "ruleJvmArgumentTypeReference" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2018:1: ruleJvmArgumentTypeReference : ( ( rule__JvmArgumentTypeReference__Alternatives ) ) ; public final void ruleJvmArgumentTypeReference() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2022:2: ( ( ( rule__JvmArgumentTypeReference__Alternatives ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2023:1: ( ( rule__JvmArgumentTypeReference__Alternatives ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2023:1: ( ( rule__JvmArgumentTypeReference__Alternatives ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2024:1: ( rule__JvmArgumentTypeReference__Alternatives ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmArgumentTypeReferenceAccess().getAlternatives()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2025:1: ( rule__JvmArgumentTypeReference__Alternatives ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2025:2: rule__JvmArgumentTypeReference__Alternatives { pushFollow(FOLLOW_rule__JvmArgumentTypeReference__Alternatives_in_ruleJvmArgumentTypeReference4256); rule__JvmArgumentTypeReference__Alternatives(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmArgumentTypeReferenceAccess().getAlternatives()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleJvmArgumentTypeReference" // $ANTLR start "entryRuleJvmWildcardTypeReference" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2037:1: entryRuleJvmWildcardTypeReference : ruleJvmWildcardTypeReference EOF ; public final void entryRuleJvmWildcardTypeReference() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2038:1: ( ruleJvmWildcardTypeReference EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2039:1: ruleJvmWildcardTypeReference EOF { if ( state.backtracking==0 ) { before(grammarAccess.getJvmWildcardTypeReferenceRule()); } pushFollow(FOLLOW_ruleJvmWildcardTypeReference_in_entryRuleJvmWildcardTypeReference4283); ruleJvmWildcardTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmWildcardTypeReferenceRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleJvmWildcardTypeReference4290); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleJvmWildcardTypeReference" // $ANTLR start "ruleJvmWildcardTypeReference" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2046:1: ruleJvmWildcardTypeReference : ( ( rule__JvmWildcardTypeReference__Group__0 ) ) ; public final void ruleJvmWildcardTypeReference() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2050:2: ( ( ( rule__JvmWildcardTypeReference__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2051:1: ( ( rule__JvmWildcardTypeReference__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2051:1: ( ( rule__JvmWildcardTypeReference__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2052:1: ( rule__JvmWildcardTypeReference__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmWildcardTypeReferenceAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2053:1: ( rule__JvmWildcardTypeReference__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2053:2: rule__JvmWildcardTypeReference__Group__0 { pushFollow(FOLLOW_rule__JvmWildcardTypeReference__Group__0_in_ruleJvmWildcardTypeReference4316); rule__JvmWildcardTypeReference__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmWildcardTypeReferenceAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleJvmWildcardTypeReference" // $ANTLR start "entryRuleJvmUpperBound" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2065:1: entryRuleJvmUpperBound : ruleJvmUpperBound EOF ; public final void entryRuleJvmUpperBound() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2066:1: ( ruleJvmUpperBound EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2067:1: ruleJvmUpperBound EOF { if ( state.backtracking==0 ) { before(grammarAccess.getJvmUpperBoundRule()); } pushFollow(FOLLOW_ruleJvmUpperBound_in_entryRuleJvmUpperBound4343); ruleJvmUpperBound(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmUpperBoundRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleJvmUpperBound4350); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleJvmUpperBound" // $ANTLR start "ruleJvmUpperBound" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2074:1: ruleJvmUpperBound : ( ( rule__JvmUpperBound__Group__0 ) ) ; public final void ruleJvmUpperBound() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2078:2: ( ( ( rule__JvmUpperBound__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2079:1: ( ( rule__JvmUpperBound__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2079:1: ( ( rule__JvmUpperBound__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2080:1: ( rule__JvmUpperBound__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmUpperBoundAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2081:1: ( rule__JvmUpperBound__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2081:2: rule__JvmUpperBound__Group__0 { pushFollow(FOLLOW_rule__JvmUpperBound__Group__0_in_ruleJvmUpperBound4376); rule__JvmUpperBound__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmUpperBoundAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleJvmUpperBound" // $ANTLR start "entryRuleJvmUpperBoundAnded" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2093:1: entryRuleJvmUpperBoundAnded : ruleJvmUpperBoundAnded EOF ; public final void entryRuleJvmUpperBoundAnded() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2094:1: ( ruleJvmUpperBoundAnded EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2095:1: ruleJvmUpperBoundAnded EOF { if ( state.backtracking==0 ) { before(grammarAccess.getJvmUpperBoundAndedRule()); } pushFollow(FOLLOW_ruleJvmUpperBoundAnded_in_entryRuleJvmUpperBoundAnded4403); ruleJvmUpperBoundAnded(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmUpperBoundAndedRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleJvmUpperBoundAnded4410); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleJvmUpperBoundAnded" // $ANTLR start "ruleJvmUpperBoundAnded" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2102:1: ruleJvmUpperBoundAnded : ( ( rule__JvmUpperBoundAnded__Group__0 ) ) ; public final void ruleJvmUpperBoundAnded() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2106:2: ( ( ( rule__JvmUpperBoundAnded__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2107:1: ( ( rule__JvmUpperBoundAnded__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2107:1: ( ( rule__JvmUpperBoundAnded__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2108:1: ( rule__JvmUpperBoundAnded__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmUpperBoundAndedAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2109:1: ( rule__JvmUpperBoundAnded__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2109:2: rule__JvmUpperBoundAnded__Group__0 { pushFollow(FOLLOW_rule__JvmUpperBoundAnded__Group__0_in_ruleJvmUpperBoundAnded4436); rule__JvmUpperBoundAnded__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmUpperBoundAndedAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleJvmUpperBoundAnded" // $ANTLR start "entryRuleJvmLowerBound" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2121:1: entryRuleJvmLowerBound : ruleJvmLowerBound EOF ; public final void entryRuleJvmLowerBound() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2122:1: ( ruleJvmLowerBound EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2123:1: ruleJvmLowerBound EOF { if ( state.backtracking==0 ) { before(grammarAccess.getJvmLowerBoundRule()); } pushFollow(FOLLOW_ruleJvmLowerBound_in_entryRuleJvmLowerBound4463); ruleJvmLowerBound(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmLowerBoundRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleJvmLowerBound4470); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleJvmLowerBound" // $ANTLR start "ruleJvmLowerBound" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2130:1: ruleJvmLowerBound : ( ( rule__JvmLowerBound__Group__0 ) ) ; public final void ruleJvmLowerBound() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2134:2: ( ( ( rule__JvmLowerBound__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2135:1: ( ( rule__JvmLowerBound__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2135:1: ( ( rule__JvmLowerBound__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2136:1: ( rule__JvmLowerBound__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmLowerBoundAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2137:1: ( rule__JvmLowerBound__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2137:2: rule__JvmLowerBound__Group__0 { pushFollow(FOLLOW_rule__JvmLowerBound__Group__0_in_ruleJvmLowerBound4496); rule__JvmLowerBound__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmLowerBoundAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleJvmLowerBound" // $ANTLR start "entryRuleJvmLowerBoundAnded" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2149:1: entryRuleJvmLowerBoundAnded : ruleJvmLowerBoundAnded EOF ; public final void entryRuleJvmLowerBoundAnded() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2150:1: ( ruleJvmLowerBoundAnded EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2151:1: ruleJvmLowerBoundAnded EOF { if ( state.backtracking==0 ) { before(grammarAccess.getJvmLowerBoundAndedRule()); } pushFollow(FOLLOW_ruleJvmLowerBoundAnded_in_entryRuleJvmLowerBoundAnded4523); ruleJvmLowerBoundAnded(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmLowerBoundAndedRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleJvmLowerBoundAnded4530); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleJvmLowerBoundAnded" // $ANTLR start "ruleJvmLowerBoundAnded" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2158:1: ruleJvmLowerBoundAnded : ( ( rule__JvmLowerBoundAnded__Group__0 ) ) ; public final void ruleJvmLowerBoundAnded() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2162:2: ( ( ( rule__JvmLowerBoundAnded__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2163:1: ( ( rule__JvmLowerBoundAnded__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2163:1: ( ( rule__JvmLowerBoundAnded__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2164:1: ( rule__JvmLowerBoundAnded__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmLowerBoundAndedAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2165:1: ( rule__JvmLowerBoundAnded__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2165:2: rule__JvmLowerBoundAnded__Group__0 { pushFollow(FOLLOW_rule__JvmLowerBoundAnded__Group__0_in_ruleJvmLowerBoundAnded4556); rule__JvmLowerBoundAnded__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmLowerBoundAndedAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleJvmLowerBoundAnded" // $ANTLR start "entryRuleQualifiedNameWithWildcard" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2179:1: entryRuleQualifiedNameWithWildcard : ruleQualifiedNameWithWildcard EOF ; public final void entryRuleQualifiedNameWithWildcard() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2180:1: ( ruleQualifiedNameWithWildcard EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2181:1: ruleQualifiedNameWithWildcard EOF { if ( state.backtracking==0 ) { before(grammarAccess.getQualifiedNameWithWildcardRule()); } pushFollow(FOLLOW_ruleQualifiedNameWithWildcard_in_entryRuleQualifiedNameWithWildcard4585); ruleQualifiedNameWithWildcard(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getQualifiedNameWithWildcardRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleQualifiedNameWithWildcard4592); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleQualifiedNameWithWildcard" // $ANTLR start "ruleQualifiedNameWithWildcard" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2188:1: ruleQualifiedNameWithWildcard : ( ( rule__QualifiedNameWithWildcard__Group__0 ) ) ; public final void ruleQualifiedNameWithWildcard() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2192:2: ( ( ( rule__QualifiedNameWithWildcard__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2193:1: ( ( rule__QualifiedNameWithWildcard__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2193:1: ( ( rule__QualifiedNameWithWildcard__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2194:1: ( rule__QualifiedNameWithWildcard__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getQualifiedNameWithWildcardAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2195:1: ( rule__QualifiedNameWithWildcard__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2195:2: rule__QualifiedNameWithWildcard__Group__0 { pushFollow(FOLLOW_rule__QualifiedNameWithWildcard__Group__0_in_ruleQualifiedNameWithWildcard4618); rule__QualifiedNameWithWildcard__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getQualifiedNameWithWildcardAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleQualifiedNameWithWildcard" // $ANTLR start "entryRuleValidID" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2207:1: entryRuleValidID : ruleValidID EOF ; public final void entryRuleValidID() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2208:1: ( ruleValidID EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2209:1: ruleValidID EOF { if ( state.backtracking==0 ) { before(grammarAccess.getValidIDRule()); } pushFollow(FOLLOW_ruleValidID_in_entryRuleValidID4645); ruleValidID(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getValidIDRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleValidID4652); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleValidID" // $ANTLR start "ruleValidID" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2216:1: ruleValidID : ( RULE_ID ) ; public final void ruleValidID() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2220:2: ( ( RULE_ID ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2221:1: ( RULE_ID ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2221:1: ( RULE_ID ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2222:1: RULE_ID { if ( state.backtracking==0 ) { before(grammarAccess.getValidIDAccess().getIDTerminalRuleCall()); } match(input,RULE_ID,FOLLOW_RULE_ID_in_ruleValidID4678); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getValidIDAccess().getIDTerminalRuleCall()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleValidID" // $ANTLR start "entryRuleXImportSection" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2235:1: entryRuleXImportSection : ruleXImportSection EOF ; public final void entryRuleXImportSection() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2236:1: ( ruleXImportSection EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2237:1: ruleXImportSection EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXImportSectionRule()); } pushFollow(FOLLOW_ruleXImportSection_in_entryRuleXImportSection4704); ruleXImportSection(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXImportSectionRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXImportSection4711); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXImportSection" // $ANTLR start "ruleXImportSection" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2244:1: ruleXImportSection : ( ( ( rule__XImportSection__ImportDeclarationsAssignment ) ) ( ( rule__XImportSection__ImportDeclarationsAssignment )* ) ) ; public final void ruleXImportSection() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2248:2: ( ( ( ( rule__XImportSection__ImportDeclarationsAssignment ) ) ( ( rule__XImportSection__ImportDeclarationsAssignment )* ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2249:1: ( ( ( rule__XImportSection__ImportDeclarationsAssignment ) ) ( ( rule__XImportSection__ImportDeclarationsAssignment )* ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2249:1: ( ( ( rule__XImportSection__ImportDeclarationsAssignment ) ) ( ( rule__XImportSection__ImportDeclarationsAssignment )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2250:1: ( ( rule__XImportSection__ImportDeclarationsAssignment ) ) ( ( rule__XImportSection__ImportDeclarationsAssignment )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2250:1: ( ( rule__XImportSection__ImportDeclarationsAssignment ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2251:1: ( rule__XImportSection__ImportDeclarationsAssignment ) { if ( state.backtracking==0 ) { before(grammarAccess.getXImportSectionAccess().getImportDeclarationsAssignment()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2252:1: ( rule__XImportSection__ImportDeclarationsAssignment ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2252:2: rule__XImportSection__ImportDeclarationsAssignment { pushFollow(FOLLOW_rule__XImportSection__ImportDeclarationsAssignment_in_ruleXImportSection4739); rule__XImportSection__ImportDeclarationsAssignment(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXImportSectionAccess().getImportDeclarationsAssignment()); } } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2255:1: ( ( rule__XImportSection__ImportDeclarationsAssignment )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2256:1: ( rule__XImportSection__ImportDeclarationsAssignment )* { if ( state.backtracking==0 ) { before(grammarAccess.getXImportSectionAccess().getImportDeclarationsAssignment()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2257:1: ( rule__XImportSection__ImportDeclarationsAssignment )* loop1: do { int alt1=2; int LA1_0 = input.LA(1); if ( (LA1_0==47) ) { alt1=1; } switch (alt1) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2257:2: rule__XImportSection__ImportDeclarationsAssignment { pushFollow(FOLLOW_rule__XImportSection__ImportDeclarationsAssignment_in_ruleXImportSection4751); rule__XImportSection__ImportDeclarationsAssignment(); state._fsp--; if (state.failed) return ; } break; default : break loop1; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXImportSectionAccess().getImportDeclarationsAssignment()); } } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXImportSection" // $ANTLR start "entryRuleXImportDeclaration" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2270:1: entryRuleXImportDeclaration : ruleXImportDeclaration EOF ; public final void entryRuleXImportDeclaration() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2271:1: ( ruleXImportDeclaration EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2272:1: ruleXImportDeclaration EOF { if ( state.backtracking==0 ) { before(grammarAccess.getXImportDeclarationRule()); } pushFollow(FOLLOW_ruleXImportDeclaration_in_entryRuleXImportDeclaration4781); ruleXImportDeclaration(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXImportDeclarationRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleXImportDeclaration4788); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleXImportDeclaration" // $ANTLR start "ruleXImportDeclaration" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2279:1: ruleXImportDeclaration : ( ( rule__XImportDeclaration__Group__0 ) ) ; public final void ruleXImportDeclaration() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2283:2: ( ( ( rule__XImportDeclaration__Group__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2284:1: ( ( rule__XImportDeclaration__Group__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2284:1: ( ( rule__XImportDeclaration__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2285:1: ( rule__XImportDeclaration__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXImportDeclarationAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2286:1: ( rule__XImportDeclaration__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2286:2: rule__XImportDeclaration__Group__0 { pushFollow(FOLLOW_rule__XImportDeclaration__Group__0_in_ruleXImportDeclaration4814); rule__XImportDeclaration__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXImportDeclarationAccess().getGroup()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleXImportDeclaration" // $ANTLR start "entryRuleQualifiedNameInStaticImport" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2298:1: entryRuleQualifiedNameInStaticImport : ruleQualifiedNameInStaticImport EOF ; public final void entryRuleQualifiedNameInStaticImport() throws RecognitionException { try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2299:1: ( ruleQualifiedNameInStaticImport EOF ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2300:1: ruleQualifiedNameInStaticImport EOF { if ( state.backtracking==0 ) { before(grammarAccess.getQualifiedNameInStaticImportRule()); } pushFollow(FOLLOW_ruleQualifiedNameInStaticImport_in_entryRuleQualifiedNameInStaticImport4841); ruleQualifiedNameInStaticImport(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getQualifiedNameInStaticImportRule()); } match(input,EOF,FOLLOW_EOF_in_entryRuleQualifiedNameInStaticImport4848); if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; } // $ANTLR end "entryRuleQualifiedNameInStaticImport" // $ANTLR start "ruleQualifiedNameInStaticImport" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2307:1: ruleQualifiedNameInStaticImport : ( ( ( rule__QualifiedNameInStaticImport__Group__0 ) ) ( ( rule__QualifiedNameInStaticImport__Group__0 )* ) ) ; public final void ruleQualifiedNameInStaticImport() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2311:2: ( ( ( ( rule__QualifiedNameInStaticImport__Group__0 ) ) ( ( rule__QualifiedNameInStaticImport__Group__0 )* ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2312:1: ( ( ( rule__QualifiedNameInStaticImport__Group__0 ) ) ( ( rule__QualifiedNameInStaticImport__Group__0 )* ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2312:1: ( ( ( rule__QualifiedNameInStaticImport__Group__0 ) ) ( ( rule__QualifiedNameInStaticImport__Group__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2313:1: ( ( rule__QualifiedNameInStaticImport__Group__0 ) ) ( ( rule__QualifiedNameInStaticImport__Group__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2313:1: ( ( rule__QualifiedNameInStaticImport__Group__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2314:1: ( rule__QualifiedNameInStaticImport__Group__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getQualifiedNameInStaticImportAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2315:1: ( rule__QualifiedNameInStaticImport__Group__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2315:2: rule__QualifiedNameInStaticImport__Group__0 { pushFollow(FOLLOW_rule__QualifiedNameInStaticImport__Group__0_in_ruleQualifiedNameInStaticImport4876); rule__QualifiedNameInStaticImport__Group__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getQualifiedNameInStaticImportAccess().getGroup()); } } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2318:1: ( ( rule__QualifiedNameInStaticImport__Group__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2319:1: ( rule__QualifiedNameInStaticImport__Group__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getQualifiedNameInStaticImportAccess().getGroup()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2320:1: ( rule__QualifiedNameInStaticImport__Group__0 )* loop2: do { int alt2=2; int LA2_0 = input.LA(1); if ( (LA2_0==RULE_ID) ) { int LA2_2 = input.LA(2); if ( (LA2_2==43) ) { alt2=1; } } switch (alt2) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2320:2: rule__QualifiedNameInStaticImport__Group__0 { pushFollow(FOLLOW_rule__QualifiedNameInStaticImport__Group__0_in_ruleQualifiedNameInStaticImport4888); rule__QualifiedNameInStaticImport__Group__0(); state._fsp--; if (state.failed) return ; } break; default : break loop2; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getQualifiedNameInStaticImportAccess().getGroup()); } } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "ruleQualifiedNameInStaticImport" // $ANTLR start "rule__XAssignment__Alternatives" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2333:1: rule__XAssignment__Alternatives : ( ( ( rule__XAssignment__Group_0__0 ) ) | ( ( rule__XAssignment__Group_1__0 ) ) ); public final void rule__XAssignment__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2337:1: ( ( ( rule__XAssignment__Group_0__0 ) ) | ( ( rule__XAssignment__Group_1__0 ) ) ) int alt3=2; switch ( input.LA(1) ) { case RULE_ID: { int LA3_1 = input.LA(2); if ( (LA3_1==EOF||(LA3_1>=RULE_ID && LA3_1<=RULE_STRING)||(LA3_1>=14 && LA3_1<=50)||(LA3_1>=52 && LA3_1<=53)||LA3_1==55||(LA3_1>=57 && LA3_1<=82)||(LA3_1>=85 && LA3_1<=86)||(LA3_1>=88 && LA3_1<=89)) ) { alt3=2; } else if ( (LA3_1==13) ) { alt3=1; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 3, 1, input); throw nvae; } } break; case 45: { int LA3_2 = input.LA(2); if ( (LA3_2==EOF||(LA3_2>=RULE_ID && LA3_2<=RULE_STRING)||(LA3_2>=14 && LA3_2<=50)||(LA3_2>=52 && LA3_2<=53)||LA3_2==55||(LA3_2>=57 && LA3_2<=82)||(LA3_2>=85 && LA3_2<=86)||(LA3_2>=88 && LA3_2<=89)) ) { alt3=2; } else if ( (LA3_2==13) ) { alt3=1; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 3, 2, input); throw nvae; } } break; case 46: { int LA3_3 = input.LA(2); if ( (LA3_3==13) ) { alt3=1; } else if ( (LA3_3==EOF||(LA3_3>=RULE_ID && LA3_3<=RULE_STRING)||(LA3_3>=14 && LA3_3<=50)||(LA3_3>=52 && LA3_3<=53)||LA3_3==55||(LA3_3>=57 && LA3_3<=82)||(LA3_3>=85 && LA3_3<=86)||(LA3_3>=88 && LA3_3<=89)) ) { alt3=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 3, 3, input); throw nvae; } } break; case 47: { int LA3_4 = input.LA(2); if ( (LA3_4==EOF||(LA3_4>=RULE_ID && LA3_4<=RULE_STRING)||(LA3_4>=14 && LA3_4<=50)||(LA3_4>=52 && LA3_4<=53)||LA3_4==55||(LA3_4>=57 && LA3_4<=82)||(LA3_4>=85 && LA3_4<=86)||(LA3_4>=88 && LA3_4<=89)) ) { alt3=2; } else if ( (LA3_4==13) ) { alt3=1; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 3, 4, input); throw nvae; } } break; case 48: { int LA3_5 = input.LA(2); if ( (LA3_5==13) ) { alt3=1; } else if ( (LA3_5==EOF||(LA3_5>=RULE_ID && LA3_5<=RULE_STRING)||(LA3_5>=14 && LA3_5<=50)||(LA3_5>=52 && LA3_5<=53)||LA3_5==55||(LA3_5>=57 && LA3_5<=82)||(LA3_5>=85 && LA3_5<=86)||(LA3_5>=88 && LA3_5<=89)) ) { alt3=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 3, 5, input); throw nvae; } } break; case RULE_HEX: case RULE_INT: case RULE_DECIMAL: case RULE_STRING: case 27: case 34: case 35: case 40: case 49: case 50: case 52: case 57: case 62: case 63: case 65: case 67: case 71: case 72: case 73: case 74: case 75: case 76: case 77: case 78: case 79: case 81: case 89: { alt3=2; } break; default: if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 3, 0, input); throw nvae; } switch (alt3) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2338:1: ( ( rule__XAssignment__Group_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2338:1: ( ( rule__XAssignment__Group_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2339:1: ( rule__XAssignment__Group_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXAssignmentAccess().getGroup_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2340:1: ( rule__XAssignment__Group_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2340:2: rule__XAssignment__Group_0__0 { pushFollow(FOLLOW_rule__XAssignment__Group_0__0_in_rule__XAssignment__Alternatives4927); rule__XAssignment__Group_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXAssignmentAccess().getGroup_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2344:6: ( ( rule__XAssignment__Group_1__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2344:6: ( ( rule__XAssignment__Group_1__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2345:1: ( rule__XAssignment__Group_1__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXAssignmentAccess().getGroup_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2346:1: ( rule__XAssignment__Group_1__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2346:2: rule__XAssignment__Group_1__0 { pushFollow(FOLLOW_rule__XAssignment__Group_1__0_in_rule__XAssignment__Alternatives4945); rule__XAssignment__Group_1__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXAssignmentAccess().getGroup_1()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAssignment__Alternatives" // $ANTLR start "rule__OpMultiAssign__Alternatives" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2355:1: rule__OpMultiAssign__Alternatives : ( ( '+=' ) | ( '-=' ) | ( '*=' ) | ( '/=' ) | ( '%=' ) | ( ( rule__OpMultiAssign__Group_5__0 ) ) | ( ( rule__OpMultiAssign__Group_6__0 ) ) ); public final void rule__OpMultiAssign__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2359:1: ( ( '+=' ) | ( '-=' ) | ( '*=' ) | ( '/=' ) | ( '%=' ) | ( ( rule__OpMultiAssign__Group_5__0 ) ) | ( ( rule__OpMultiAssign__Group_6__0 ) ) ) int alt4=7; switch ( input.LA(1) ) { case 16: { alt4=1; } break; case 17: { alt4=2; } break; case 18: { alt4=3; } break; case 19: { alt4=4; } break; case 20: { alt4=5; } break; case 27: { alt4=6; } break; case 26: { alt4=7; } break; default: if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 4, 0, input); throw nvae; } switch (alt4) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2360:1: ( '+=' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2360:1: ( '+=' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2361:1: '+=' { if ( state.backtracking==0 ) { before(grammarAccess.getOpMultiAssignAccess().getPlusSignEqualsSignKeyword_0()); } match(input,16,FOLLOW_16_in_rule__OpMultiAssign__Alternatives4979); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpMultiAssignAccess().getPlusSignEqualsSignKeyword_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2368:6: ( '-=' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2368:6: ( '-=' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2369:1: '-=' { if ( state.backtracking==0 ) { before(grammarAccess.getOpMultiAssignAccess().getHyphenMinusEqualsSignKeyword_1()); } match(input,17,FOLLOW_17_in_rule__OpMultiAssign__Alternatives4999); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpMultiAssignAccess().getHyphenMinusEqualsSignKeyword_1()); } } } break; case 3 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2376:6: ( '*=' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2376:6: ( '*=' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2377:1: '*=' { if ( state.backtracking==0 ) { before(grammarAccess.getOpMultiAssignAccess().getAsteriskEqualsSignKeyword_2()); } match(input,18,FOLLOW_18_in_rule__OpMultiAssign__Alternatives5019); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpMultiAssignAccess().getAsteriskEqualsSignKeyword_2()); } } } break; case 4 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2384:6: ( '/=' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2384:6: ( '/=' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2385:1: '/=' { if ( state.backtracking==0 ) { before(grammarAccess.getOpMultiAssignAccess().getSolidusEqualsSignKeyword_3()); } match(input,19,FOLLOW_19_in_rule__OpMultiAssign__Alternatives5039); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpMultiAssignAccess().getSolidusEqualsSignKeyword_3()); } } } break; case 5 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2392:6: ( '%=' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2392:6: ( '%=' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2393:1: '%=' { if ( state.backtracking==0 ) { before(grammarAccess.getOpMultiAssignAccess().getPercentSignEqualsSignKeyword_4()); } match(input,20,FOLLOW_20_in_rule__OpMultiAssign__Alternatives5059); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpMultiAssignAccess().getPercentSignEqualsSignKeyword_4()); } } } break; case 6 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2400:6: ( ( rule__OpMultiAssign__Group_5__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2400:6: ( ( rule__OpMultiAssign__Group_5__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2401:1: ( rule__OpMultiAssign__Group_5__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getOpMultiAssignAccess().getGroup_5()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2402:1: ( rule__OpMultiAssign__Group_5__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2402:2: rule__OpMultiAssign__Group_5__0 { pushFollow(FOLLOW_rule__OpMultiAssign__Group_5__0_in_rule__OpMultiAssign__Alternatives5078); rule__OpMultiAssign__Group_5__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getOpMultiAssignAccess().getGroup_5()); } } } break; case 7 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2406:6: ( ( rule__OpMultiAssign__Group_6__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2406:6: ( ( rule__OpMultiAssign__Group_6__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2407:1: ( rule__OpMultiAssign__Group_6__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getOpMultiAssignAccess().getGroup_6()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2408:1: ( rule__OpMultiAssign__Group_6__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2408:2: rule__OpMultiAssign__Group_6__0 { pushFollow(FOLLOW_rule__OpMultiAssign__Group_6__0_in_rule__OpMultiAssign__Alternatives5096); rule__OpMultiAssign__Group_6__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getOpMultiAssignAccess().getGroup_6()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpMultiAssign__Alternatives" // $ANTLR start "rule__OpEquality__Alternatives" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2417:1: rule__OpEquality__Alternatives : ( ( '==' ) | ( '!=' ) | ( '===' ) | ( '!==' ) ); public final void rule__OpEquality__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2421:1: ( ( '==' ) | ( '!=' ) | ( '===' ) | ( '!==' ) ) int alt5=4; switch ( input.LA(1) ) { case 21: { alt5=1; } break; case 22: { alt5=2; } break; case 23: { alt5=3; } break; case 24: { alt5=4; } break; default: if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 5, 0, input); throw nvae; } switch (alt5) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2422:1: ( '==' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2422:1: ( '==' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2423:1: '==' { if ( state.backtracking==0 ) { before(grammarAccess.getOpEqualityAccess().getEqualsSignEqualsSignKeyword_0()); } match(input,21,FOLLOW_21_in_rule__OpEquality__Alternatives5130); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpEqualityAccess().getEqualsSignEqualsSignKeyword_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2430:6: ( '!=' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2430:6: ( '!=' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2431:1: '!=' { if ( state.backtracking==0 ) { before(grammarAccess.getOpEqualityAccess().getExclamationMarkEqualsSignKeyword_1()); } match(input,22,FOLLOW_22_in_rule__OpEquality__Alternatives5150); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpEqualityAccess().getExclamationMarkEqualsSignKeyword_1()); } } } break; case 3 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2438:6: ( '===' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2438:6: ( '===' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2439:1: '===' { if ( state.backtracking==0 ) { before(grammarAccess.getOpEqualityAccess().getEqualsSignEqualsSignEqualsSignKeyword_2()); } match(input,23,FOLLOW_23_in_rule__OpEquality__Alternatives5170); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpEqualityAccess().getEqualsSignEqualsSignEqualsSignKeyword_2()); } } } break; case 4 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2446:6: ( '!==' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2446:6: ( '!==' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2447:1: '!==' { if ( state.backtracking==0 ) { before(grammarAccess.getOpEqualityAccess().getExclamationMarkEqualsSignEqualsSignKeyword_3()); } match(input,24,FOLLOW_24_in_rule__OpEquality__Alternatives5190); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpEqualityAccess().getExclamationMarkEqualsSignEqualsSignKeyword_3()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpEquality__Alternatives" // $ANTLR start "rule__XRelationalExpression__Alternatives_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2459:1: rule__XRelationalExpression__Alternatives_1 : ( ( ( rule__XRelationalExpression__Group_1_0__0 ) ) | ( ( rule__XRelationalExpression__Group_1_1__0 ) ) ); public final void rule__XRelationalExpression__Alternatives_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2463:1: ( ( ( rule__XRelationalExpression__Group_1_0__0 ) ) | ( ( rule__XRelationalExpression__Group_1_1__0 ) ) ) int alt6=2; int LA6_0 = input.LA(1); if ( (LA6_0==60) ) { alt6=1; } else if ( ((LA6_0>=25 && LA6_0<=27)) ) { alt6=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 6, 0, input); throw nvae; } switch (alt6) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2464:1: ( ( rule__XRelationalExpression__Group_1_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2464:1: ( ( rule__XRelationalExpression__Group_1_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2465:1: ( rule__XRelationalExpression__Group_1_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXRelationalExpressionAccess().getGroup_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2466:1: ( rule__XRelationalExpression__Group_1_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2466:2: rule__XRelationalExpression__Group_1_0__0 { pushFollow(FOLLOW_rule__XRelationalExpression__Group_1_0__0_in_rule__XRelationalExpression__Alternatives_15224); rule__XRelationalExpression__Group_1_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXRelationalExpressionAccess().getGroup_1_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2470:6: ( ( rule__XRelationalExpression__Group_1_1__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2470:6: ( ( rule__XRelationalExpression__Group_1_1__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2471:1: ( rule__XRelationalExpression__Group_1_1__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXRelationalExpressionAccess().getGroup_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2472:1: ( rule__XRelationalExpression__Group_1_1__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2472:2: rule__XRelationalExpression__Group_1_1__0 { pushFollow(FOLLOW_rule__XRelationalExpression__Group_1_1__0_in_rule__XRelationalExpression__Alternatives_15242); rule__XRelationalExpression__Group_1_1__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXRelationalExpressionAccess().getGroup_1_1()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__Alternatives_1" // $ANTLR start "rule__OpCompare__Alternatives" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2481:1: rule__OpCompare__Alternatives : ( ( '>=' ) | ( ( rule__OpCompare__Group_1__0 ) ) | ( '>' ) | ( '<' ) ); public final void rule__OpCompare__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2485:1: ( ( '>=' ) | ( ( rule__OpCompare__Group_1__0 ) ) | ( '>' ) | ( '<' ) ) int alt7=4; switch ( input.LA(1) ) { case 25: { alt7=1; } break; case 27: { int LA7_2 = input.LA(2); if ( (LA7_2==EOF||(LA7_2>=RULE_ID && LA7_2<=RULE_STRING)||LA7_2==27||(LA7_2>=34 && LA7_2<=35)||LA7_2==40||(LA7_2>=45 && LA7_2<=50)||LA7_2==52||LA7_2==57||(LA7_2>=62 && LA7_2<=63)||LA7_2==65||LA7_2==67||(LA7_2>=71 && LA7_2<=79)||LA7_2==81||LA7_2==89) ) { alt7=4; } else if ( (LA7_2==13) ) { alt7=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 7, 2, input); throw nvae; } } break; case 26: { alt7=3; } break; default: if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 7, 0, input); throw nvae; } switch (alt7) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2486:1: ( '>=' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2486:1: ( '>=' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2487:1: '>=' { if ( state.backtracking==0 ) { before(grammarAccess.getOpCompareAccess().getGreaterThanSignEqualsSignKeyword_0()); } match(input,25,FOLLOW_25_in_rule__OpCompare__Alternatives5276); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpCompareAccess().getGreaterThanSignEqualsSignKeyword_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2494:6: ( ( rule__OpCompare__Group_1__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2494:6: ( ( rule__OpCompare__Group_1__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2495:1: ( rule__OpCompare__Group_1__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getOpCompareAccess().getGroup_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2496:1: ( rule__OpCompare__Group_1__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2496:2: rule__OpCompare__Group_1__0 { pushFollow(FOLLOW_rule__OpCompare__Group_1__0_in_rule__OpCompare__Alternatives5295); rule__OpCompare__Group_1__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getOpCompareAccess().getGroup_1()); } } } break; case 3 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2500:6: ( '>' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2500:6: ( '>' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2501:1: '>' { if ( state.backtracking==0 ) { before(grammarAccess.getOpCompareAccess().getGreaterThanSignKeyword_2()); } match(input,26,FOLLOW_26_in_rule__OpCompare__Alternatives5314); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpCompareAccess().getGreaterThanSignKeyword_2()); } } } break; case 4 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2508:6: ( '<' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2508:6: ( '<' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2509:1: '<' { if ( state.backtracking==0 ) { before(grammarAccess.getOpCompareAccess().getLessThanSignKeyword_3()); } match(input,27,FOLLOW_27_in_rule__OpCompare__Alternatives5334); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpCompareAccess().getLessThanSignKeyword_3()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpCompare__Alternatives" // $ANTLR start "rule__OpOther__Alternatives" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2521:1: rule__OpOther__Alternatives : ( ( '->' ) | ( '..<' ) | ( ( rule__OpOther__Group_2__0 ) ) | ( '..' ) | ( '=>' ) | ( ( rule__OpOther__Group_5__0 ) ) | ( ( rule__OpOther__Group_6__0 ) ) | ( '<>' ) | ( '?:' ) ); public final void rule__OpOther__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2525:1: ( ( '->' ) | ( '..<' ) | ( ( rule__OpOther__Group_2__0 ) ) | ( '..' ) | ( '=>' ) | ( ( rule__OpOther__Group_5__0 ) ) | ( ( rule__OpOther__Group_6__0 ) ) | ( '<>' ) | ( '?:' ) ) int alt8=9; alt8 = dfa8.predict(input); switch (alt8) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2526:1: ( '->' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2526:1: ( '->' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2527:1: '->' { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getHyphenMinusGreaterThanSignKeyword_0()); } match(input,28,FOLLOW_28_in_rule__OpOther__Alternatives5369); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherAccess().getHyphenMinusGreaterThanSignKeyword_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2534:6: ( '..<' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2534:6: ( '..<' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2535:1: '..<' { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getFullStopFullStopLessThanSignKeyword_1()); } match(input,29,FOLLOW_29_in_rule__OpOther__Alternatives5389); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherAccess().getFullStopFullStopLessThanSignKeyword_1()); } } } break; case 3 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2542:6: ( ( rule__OpOther__Group_2__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2542:6: ( ( rule__OpOther__Group_2__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2543:1: ( rule__OpOther__Group_2__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getGroup_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2544:1: ( rule__OpOther__Group_2__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2544:2: rule__OpOther__Group_2__0 { pushFollow(FOLLOW_rule__OpOther__Group_2__0_in_rule__OpOther__Alternatives5408); rule__OpOther__Group_2__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherAccess().getGroup_2()); } } } break; case 4 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2548:6: ( '..' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2548:6: ( '..' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2549:1: '..' { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getFullStopFullStopKeyword_3()); } match(input,30,FOLLOW_30_in_rule__OpOther__Alternatives5427); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherAccess().getFullStopFullStopKeyword_3()); } } } break; case 5 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2556:6: ( '=>' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2556:6: ( '=>' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2557:1: '=>' { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getEqualsSignGreaterThanSignKeyword_4()); } match(input,31,FOLLOW_31_in_rule__OpOther__Alternatives5447); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherAccess().getEqualsSignGreaterThanSignKeyword_4()); } } } break; case 6 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2564:6: ( ( rule__OpOther__Group_5__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2564:6: ( ( rule__OpOther__Group_5__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2565:1: ( rule__OpOther__Group_5__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getGroup_5()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2566:1: ( rule__OpOther__Group_5__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2566:2: rule__OpOther__Group_5__0 { pushFollow(FOLLOW_rule__OpOther__Group_5__0_in_rule__OpOther__Alternatives5466); rule__OpOther__Group_5__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherAccess().getGroup_5()); } } } break; case 7 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2570:6: ( ( rule__OpOther__Group_6__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2570:6: ( ( rule__OpOther__Group_6__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2571:1: ( rule__OpOther__Group_6__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getGroup_6()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2572:1: ( rule__OpOther__Group_6__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2572:2: rule__OpOther__Group_6__0 { pushFollow(FOLLOW_rule__OpOther__Group_6__0_in_rule__OpOther__Alternatives5484); rule__OpOther__Group_6__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherAccess().getGroup_6()); } } } break; case 8 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2576:6: ( '<>' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2576:6: ( '<>' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2577:1: '<>' { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getLessThanSignGreaterThanSignKeyword_7()); } match(input,32,FOLLOW_32_in_rule__OpOther__Alternatives5503); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherAccess().getLessThanSignGreaterThanSignKeyword_7()); } } } break; case 9 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2584:6: ( '?:' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2584:6: ( '?:' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2585:1: '?:' { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getQuestionMarkColonKeyword_8()); } match(input,33,FOLLOW_33_in_rule__OpOther__Alternatives5523); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherAccess().getQuestionMarkColonKeyword_8()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpOther__Alternatives" // $ANTLR start "rule__OpOther__Alternatives_5_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2597:1: rule__OpOther__Alternatives_5_1 : ( ( ( rule__OpOther__Group_5_1_0__0 ) ) | ( '>' ) ); public final void rule__OpOther__Alternatives_5_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2601:1: ( ( ( rule__OpOther__Group_5_1_0__0 ) ) | ( '>' ) ) int alt9=2; int LA9_0 = input.LA(1); if ( (LA9_0==26) ) { int LA9_1 = input.LA(2); if ( (LA9_1==26) ) { alt9=1; } else if ( (LA9_1==EOF||(LA9_1>=RULE_ID && LA9_1<=RULE_STRING)||LA9_1==27||(LA9_1>=34 && LA9_1<=35)||LA9_1==40||(LA9_1>=45 && LA9_1<=50)||LA9_1==52||LA9_1==57||(LA9_1>=62 && LA9_1<=63)||LA9_1==65||LA9_1==67||(LA9_1>=71 && LA9_1<=79)||LA9_1==81||LA9_1==89) ) { alt9=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 9, 1, input); throw nvae; } } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 9, 0, input); throw nvae; } switch (alt9) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2602:1: ( ( rule__OpOther__Group_5_1_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2602:1: ( ( rule__OpOther__Group_5_1_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2603:1: ( rule__OpOther__Group_5_1_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getGroup_5_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2604:1: ( rule__OpOther__Group_5_1_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2604:2: rule__OpOther__Group_5_1_0__0 { pushFollow(FOLLOW_rule__OpOther__Group_5_1_0__0_in_rule__OpOther__Alternatives_5_15557); rule__OpOther__Group_5_1_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherAccess().getGroup_5_1_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2608:6: ( '>' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2608:6: ( '>' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2609:1: '>' { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_1_1()); } match(input,26,FOLLOW_26_in_rule__OpOther__Alternatives_5_15576); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_1_1()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpOther__Alternatives_5_1" // $ANTLR start "rule__OpOther__Alternatives_6_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2621:1: rule__OpOther__Alternatives_6_1 : ( ( ( rule__OpOther__Group_6_1_0__0 ) ) | ( '<' ) | ( '=>' ) ); public final void rule__OpOther__Alternatives_6_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2625:1: ( ( ( rule__OpOther__Group_6_1_0__0 ) ) | ( '<' ) | ( '=>' ) ) int alt10=3; int LA10_0 = input.LA(1); if ( (LA10_0==27) ) { int LA10_1 = input.LA(2); if ( (synpred26_InternalEntities()) ) { alt10=1; } else if ( (synpred27_InternalEntities()) ) { alt10=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 10, 1, input); throw nvae; } } else if ( (LA10_0==31) ) { alt10=3; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 10, 0, input); throw nvae; } switch (alt10) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2626:1: ( ( rule__OpOther__Group_6_1_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2626:1: ( ( rule__OpOther__Group_6_1_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2627:1: ( rule__OpOther__Group_6_1_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getGroup_6_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2628:1: ( rule__OpOther__Group_6_1_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2628:2: rule__OpOther__Group_6_1_0__0 { pushFollow(FOLLOW_rule__OpOther__Group_6_1_0__0_in_rule__OpOther__Alternatives_6_15610); rule__OpOther__Group_6_1_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherAccess().getGroup_6_1_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2632:6: ( '<' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2632:6: ( '<' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2633:1: '<' { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_1_1()); } match(input,27,FOLLOW_27_in_rule__OpOther__Alternatives_6_15629); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_1_1()); } } } break; case 3 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2640:6: ( '=>' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2640:6: ( '=>' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2641:1: '=>' { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getEqualsSignGreaterThanSignKeyword_6_1_2()); } match(input,31,FOLLOW_31_in_rule__OpOther__Alternatives_6_15649); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherAccess().getEqualsSignGreaterThanSignKeyword_6_1_2()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpOther__Alternatives_6_1" // $ANTLR start "rule__OpAdd__Alternatives" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2653:1: rule__OpAdd__Alternatives : ( ( '+' ) | ( '-' ) ); public final void rule__OpAdd__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2657:1: ( ( '+' ) | ( '-' ) ) int alt11=2; int LA11_0 = input.LA(1); if ( (LA11_0==34) ) { alt11=1; } else if ( (LA11_0==35) ) { alt11=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 11, 0, input); throw nvae; } switch (alt11) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2658:1: ( '+' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2658:1: ( '+' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2659:1: '+' { if ( state.backtracking==0 ) { before(grammarAccess.getOpAddAccess().getPlusSignKeyword_0()); } match(input,34,FOLLOW_34_in_rule__OpAdd__Alternatives5684); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpAddAccess().getPlusSignKeyword_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2666:6: ( '-' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2666:6: ( '-' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2667:1: '-' { if ( state.backtracking==0 ) { before(grammarAccess.getOpAddAccess().getHyphenMinusKeyword_1()); } match(input,35,FOLLOW_35_in_rule__OpAdd__Alternatives5704); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpAddAccess().getHyphenMinusKeyword_1()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpAdd__Alternatives" // $ANTLR start "rule__OpMulti__Alternatives" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2679:1: rule__OpMulti__Alternatives : ( ( '*' ) | ( '**' ) | ( '/' ) | ( '%' ) ); public final void rule__OpMulti__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2683:1: ( ( '*' ) | ( '**' ) | ( '/' ) | ( '%' ) ) int alt12=4; switch ( input.LA(1) ) { case 36: { alt12=1; } break; case 37: { alt12=2; } break; case 38: { alt12=3; } break; case 39: { alt12=4; } break; default: if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 12, 0, input); throw nvae; } switch (alt12) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2684:1: ( '*' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2684:1: ( '*' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2685:1: '*' { if ( state.backtracking==0 ) { before(grammarAccess.getOpMultiAccess().getAsteriskKeyword_0()); } match(input,36,FOLLOW_36_in_rule__OpMulti__Alternatives5739); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpMultiAccess().getAsteriskKeyword_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2692:6: ( '**' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2692:6: ( '**' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2693:1: '**' { if ( state.backtracking==0 ) { before(grammarAccess.getOpMultiAccess().getAsteriskAsteriskKeyword_1()); } match(input,37,FOLLOW_37_in_rule__OpMulti__Alternatives5759); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpMultiAccess().getAsteriskAsteriskKeyword_1()); } } } break; case 3 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2700:6: ( '/' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2700:6: ( '/' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2701:1: '/' { if ( state.backtracking==0 ) { before(grammarAccess.getOpMultiAccess().getSolidusKeyword_2()); } match(input,38,FOLLOW_38_in_rule__OpMulti__Alternatives5779); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpMultiAccess().getSolidusKeyword_2()); } } } break; case 4 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2708:6: ( '%' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2708:6: ( '%' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2709:1: '%' { if ( state.backtracking==0 ) { before(grammarAccess.getOpMultiAccess().getPercentSignKeyword_3()); } match(input,39,FOLLOW_39_in_rule__OpMulti__Alternatives5799); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpMultiAccess().getPercentSignKeyword_3()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpMulti__Alternatives" // $ANTLR start "rule__XUnaryOperation__Alternatives" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2721:1: rule__XUnaryOperation__Alternatives : ( ( ( rule__XUnaryOperation__Group_0__0 ) ) | ( ruleXCastedExpression ) ); public final void rule__XUnaryOperation__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2725:1: ( ( ( rule__XUnaryOperation__Group_0__0 ) ) | ( ruleXCastedExpression ) ) int alt13=2; int LA13_0 = input.LA(1); if ( ((LA13_0>=34 && LA13_0<=35)||LA13_0==40) ) { alt13=1; } else if ( ((LA13_0>=RULE_ID && LA13_0<=RULE_STRING)||LA13_0==27||(LA13_0>=45 && LA13_0<=50)||LA13_0==52||LA13_0==57||(LA13_0>=62 && LA13_0<=63)||LA13_0==65||LA13_0==67||(LA13_0>=71 && LA13_0<=79)||LA13_0==81||LA13_0==89) ) { alt13=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 13, 0, input); throw nvae; } switch (alt13) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2726:1: ( ( rule__XUnaryOperation__Group_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2726:1: ( ( rule__XUnaryOperation__Group_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2727:1: ( rule__XUnaryOperation__Group_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXUnaryOperationAccess().getGroup_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2728:1: ( rule__XUnaryOperation__Group_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2728:2: rule__XUnaryOperation__Group_0__0 { pushFollow(FOLLOW_rule__XUnaryOperation__Group_0__0_in_rule__XUnaryOperation__Alternatives5833); rule__XUnaryOperation__Group_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXUnaryOperationAccess().getGroup_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2732:6: ( ruleXCastedExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2732:6: ( ruleXCastedExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2733:1: ruleXCastedExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXUnaryOperationAccess().getXCastedExpressionParserRuleCall_1()); } pushFollow(FOLLOW_ruleXCastedExpression_in_rule__XUnaryOperation__Alternatives5851); ruleXCastedExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXUnaryOperationAccess().getXCastedExpressionParserRuleCall_1()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XUnaryOperation__Alternatives" // $ANTLR start "rule__OpUnary__Alternatives" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2743:1: rule__OpUnary__Alternatives : ( ( '!' ) | ( '-' ) | ( '+' ) ); public final void rule__OpUnary__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2747:1: ( ( '!' ) | ( '-' ) | ( '+' ) ) int alt14=3; switch ( input.LA(1) ) { case 40: { alt14=1; } break; case 35: { alt14=2; } break; case 34: { alt14=3; } break; default: if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 14, 0, input); throw nvae; } switch (alt14) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2748:1: ( '!' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2748:1: ( '!' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2749:1: '!' { if ( state.backtracking==0 ) { before(grammarAccess.getOpUnaryAccess().getExclamationMarkKeyword_0()); } match(input,40,FOLLOW_40_in_rule__OpUnary__Alternatives5884); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpUnaryAccess().getExclamationMarkKeyword_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2756:6: ( '-' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2756:6: ( '-' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2757:1: '-' { if ( state.backtracking==0 ) { before(grammarAccess.getOpUnaryAccess().getHyphenMinusKeyword_1()); } match(input,35,FOLLOW_35_in_rule__OpUnary__Alternatives5904); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpUnaryAccess().getHyphenMinusKeyword_1()); } } } break; case 3 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2764:6: ( '+' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2764:6: ( '+' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2765:1: '+' { if ( state.backtracking==0 ) { before(grammarAccess.getOpUnaryAccess().getPlusSignKeyword_2()); } match(input,34,FOLLOW_34_in_rule__OpUnary__Alternatives5924); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpUnaryAccess().getPlusSignKeyword_2()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpUnary__Alternatives" // $ANTLR start "rule__OpPostfix__Alternatives" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2777:1: rule__OpPostfix__Alternatives : ( ( '++' ) | ( '--' ) ); public final void rule__OpPostfix__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2781:1: ( ( '++' ) | ( '--' ) ) int alt15=2; int LA15_0 = input.LA(1); if ( (LA15_0==41) ) { alt15=1; } else if ( (LA15_0==42) ) { alt15=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 15, 0, input); throw nvae; } switch (alt15) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2782:1: ( '++' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2782:1: ( '++' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2783:1: '++' { if ( state.backtracking==0 ) { before(grammarAccess.getOpPostfixAccess().getPlusSignPlusSignKeyword_0()); } match(input,41,FOLLOW_41_in_rule__OpPostfix__Alternatives5959); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpPostfixAccess().getPlusSignPlusSignKeyword_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2790:6: ( '--' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2790:6: ( '--' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2791:1: '--' { if ( state.backtracking==0 ) { before(grammarAccess.getOpPostfixAccess().getHyphenMinusHyphenMinusKeyword_1()); } match(input,42,FOLLOW_42_in_rule__OpPostfix__Alternatives5979); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpPostfixAccess().getHyphenMinusHyphenMinusKeyword_1()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpPostfix__Alternatives" // $ANTLR start "rule__XMemberFeatureCall__Alternatives_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2803:1: rule__XMemberFeatureCall__Alternatives_1 : ( ( ( rule__XMemberFeatureCall__Group_1_0__0 ) ) | ( ( rule__XMemberFeatureCall__Group_1_1__0 ) ) ); public final void rule__XMemberFeatureCall__Alternatives_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2807:1: ( ( ( rule__XMemberFeatureCall__Group_1_0__0 ) ) | ( ( rule__XMemberFeatureCall__Group_1_1__0 ) ) ) int alt16=2; alt16 = dfa16.predict(input); switch (alt16) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2808:1: ( ( rule__XMemberFeatureCall__Group_1_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2808:1: ( ( rule__XMemberFeatureCall__Group_1_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2809:1: ( rule__XMemberFeatureCall__Group_1_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2810:1: ( rule__XMemberFeatureCall__Group_1_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2810:2: rule__XMemberFeatureCall__Group_1_0__0 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_0__0_in_rule__XMemberFeatureCall__Alternatives_16013); rule__XMemberFeatureCall__Group_1_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2814:6: ( ( rule__XMemberFeatureCall__Group_1_1__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2814:6: ( ( rule__XMemberFeatureCall__Group_1_1__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2815:1: ( rule__XMemberFeatureCall__Group_1_1__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2816:1: ( rule__XMemberFeatureCall__Group_1_1__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2816:2: rule__XMemberFeatureCall__Group_1_1__0 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1__0_in_rule__XMemberFeatureCall__Alternatives_16031); rule__XMemberFeatureCall__Group_1_1__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Alternatives_1" // $ANTLR start "rule__XMemberFeatureCall__Alternatives_1_0_0_0_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2825:1: rule__XMemberFeatureCall__Alternatives_1_0_0_0_1 : ( ( '.' ) | ( ( rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_1 ) ) ); public final void rule__XMemberFeatureCall__Alternatives_1_0_0_0_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2829:1: ( ( '.' ) | ( ( rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_1 ) ) ) int alt17=2; int LA17_0 = input.LA(1); if ( (LA17_0==43) ) { alt17=1; } else if ( (LA17_0==85) ) { alt17=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 17, 0, input); throw nvae; } switch (alt17) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2830:1: ( '.' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2830:1: ( '.' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2831:1: '.' { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getFullStopKeyword_1_0_0_0_1_0()); } match(input,43,FOLLOW_43_in_rule__XMemberFeatureCall__Alternatives_1_0_0_0_16065); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getFullStopKeyword_1_0_0_0_1_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2838:6: ( ( rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2838:6: ( ( rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2839:1: ( rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticAssignment_1_0_0_0_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2840:1: ( rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2840:2: rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_1 { pushFollow(FOLLOW_rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_1_in_rule__XMemberFeatureCall__Alternatives_1_0_0_0_16084); rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticAssignment_1_0_0_0_1_1()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Alternatives_1_0_0_0_1" // $ANTLR start "rule__XMemberFeatureCall__Alternatives_1_1_0_0_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2849:1: rule__XMemberFeatureCall__Alternatives_1_1_0_0_1 : ( ( '.' ) | ( ( rule__XMemberFeatureCall__NullSafeAssignment_1_1_0_0_1_1 ) ) | ( ( rule__XMemberFeatureCall__ExplicitStaticAssignment_1_1_0_0_1_2 ) ) ); public final void rule__XMemberFeatureCall__Alternatives_1_1_0_0_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2853:1: ( ( '.' ) | ( ( rule__XMemberFeatureCall__NullSafeAssignment_1_1_0_0_1_1 ) ) | ( ( rule__XMemberFeatureCall__ExplicitStaticAssignment_1_1_0_0_1_2 ) ) ) int alt18=3; switch ( input.LA(1) ) { case 43: { alt18=1; } break; case 86: { alt18=2; } break; case 85: { alt18=3; } break; default: if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 18, 0, input); throw nvae; } switch (alt18) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2854:1: ( '.' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2854:1: ( '.' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2855:1: '.' { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getFullStopKeyword_1_1_0_0_1_0()); } match(input,43,FOLLOW_43_in_rule__XMemberFeatureCall__Alternatives_1_1_0_0_16118); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getFullStopKeyword_1_1_0_0_1_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2862:6: ( ( rule__XMemberFeatureCall__NullSafeAssignment_1_1_0_0_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2862:6: ( ( rule__XMemberFeatureCall__NullSafeAssignment_1_1_0_0_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2863:1: ( rule__XMemberFeatureCall__NullSafeAssignment_1_1_0_0_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getNullSafeAssignment_1_1_0_0_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2864:1: ( rule__XMemberFeatureCall__NullSafeAssignment_1_1_0_0_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2864:2: rule__XMemberFeatureCall__NullSafeAssignment_1_1_0_0_1_1 { pushFollow(FOLLOW_rule__XMemberFeatureCall__NullSafeAssignment_1_1_0_0_1_1_in_rule__XMemberFeatureCall__Alternatives_1_1_0_0_16137); rule__XMemberFeatureCall__NullSafeAssignment_1_1_0_0_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getNullSafeAssignment_1_1_0_0_1_1()); } } } break; case 3 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2868:6: ( ( rule__XMemberFeatureCall__ExplicitStaticAssignment_1_1_0_0_1_2 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2868:6: ( ( rule__XMemberFeatureCall__ExplicitStaticAssignment_1_1_0_0_1_2 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2869:1: ( rule__XMemberFeatureCall__ExplicitStaticAssignment_1_1_0_0_1_2 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticAssignment_1_1_0_0_1_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2870:1: ( rule__XMemberFeatureCall__ExplicitStaticAssignment_1_1_0_0_1_2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2870:2: rule__XMemberFeatureCall__ExplicitStaticAssignment_1_1_0_0_1_2 { pushFollow(FOLLOW_rule__XMemberFeatureCall__ExplicitStaticAssignment_1_1_0_0_1_2_in_rule__XMemberFeatureCall__Alternatives_1_1_0_0_16155); rule__XMemberFeatureCall__ExplicitStaticAssignment_1_1_0_0_1_2(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticAssignment_1_1_0_0_1_2()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Alternatives_1_1_0_0_1" // $ANTLR start "rule__XMemberFeatureCall__Alternatives_1_1_3_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2879:1: rule__XMemberFeatureCall__Alternatives_1_1_3_1 : ( ( ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_0 ) ) | ( ( rule__XMemberFeatureCall__Group_1_1_3_1_1__0 ) ) ); public final void rule__XMemberFeatureCall__Alternatives_1_1_3_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2883:1: ( ( ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_0 ) ) | ( ( rule__XMemberFeatureCall__Group_1_1_3_1_1__0 ) ) ) int alt19=2; alt19 = dfa19.predict(input); switch (alt19) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2884:1: ( ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2884:1: ( ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2885:1: ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsAssignment_1_1_3_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2886:1: ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2886:2: rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_0 { pushFollow(FOLLOW_rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_0_in_rule__XMemberFeatureCall__Alternatives_1_1_3_16188); rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsAssignment_1_1_3_1_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2890:6: ( ( rule__XMemberFeatureCall__Group_1_1_3_1_1__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2890:6: ( ( rule__XMemberFeatureCall__Group_1_1_3_1_1__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2891:1: ( rule__XMemberFeatureCall__Group_1_1_3_1_1__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_3_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2892:1: ( rule__XMemberFeatureCall__Group_1_1_3_1_1__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2892:2: rule__XMemberFeatureCall__Group_1_1_3_1_1__0 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_3_1_1__0_in_rule__XMemberFeatureCall__Alternatives_1_1_3_16206); rule__XMemberFeatureCall__Group_1_1_3_1_1__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_3_1_1()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Alternatives_1_1_3_1" // $ANTLR start "rule__XPrimaryExpression__Alternatives" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2901:1: rule__XPrimaryExpression__Alternatives : ( ( ruleXConstructorCall ) | ( ruleXBlockExpression ) | ( ruleXSwitchExpression ) | ( ( ruleXSynchronizedExpression ) ) | ( ruleXFeatureCall ) | ( ruleXLiteral ) | ( ruleXIfExpression ) | ( ( ruleXForLoopExpression ) ) | ( ruleXBasicForLoopExpression ) | ( ruleXWhileExpression ) | ( ruleXDoWhileExpression ) | ( ruleXThrowExpression ) | ( ruleXReturnExpression ) | ( ruleXTryCatchFinallyExpression ) | ( ruleXParenthesizedExpression ) ); public final void rule__XPrimaryExpression__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2905:1: ( ( ruleXConstructorCall ) | ( ruleXBlockExpression ) | ( ruleXSwitchExpression ) | ( ( ruleXSynchronizedExpression ) ) | ( ruleXFeatureCall ) | ( ruleXLiteral ) | ( ruleXIfExpression ) | ( ( ruleXForLoopExpression ) ) | ( ruleXBasicForLoopExpression ) | ( ruleXWhileExpression ) | ( ruleXDoWhileExpression ) | ( ruleXThrowExpression ) | ( ruleXReturnExpression ) | ( ruleXTryCatchFinallyExpression ) | ( ruleXParenthesizedExpression ) ) int alt20=15; alt20 = dfa20.predict(input); switch (alt20) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2906:1: ( ruleXConstructorCall ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2906:1: ( ruleXConstructorCall ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2907:1: ruleXConstructorCall { if ( state.backtracking==0 ) { before(grammarAccess.getXPrimaryExpressionAccess().getXConstructorCallParserRuleCall_0()); } pushFollow(FOLLOW_ruleXConstructorCall_in_rule__XPrimaryExpression__Alternatives6239); ruleXConstructorCall(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXPrimaryExpressionAccess().getXConstructorCallParserRuleCall_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2912:6: ( ruleXBlockExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2912:6: ( ruleXBlockExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2913:1: ruleXBlockExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXPrimaryExpressionAccess().getXBlockExpressionParserRuleCall_1()); } pushFollow(FOLLOW_ruleXBlockExpression_in_rule__XPrimaryExpression__Alternatives6256); ruleXBlockExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXPrimaryExpressionAccess().getXBlockExpressionParserRuleCall_1()); } } } break; case 3 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2918:6: ( ruleXSwitchExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2918:6: ( ruleXSwitchExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2919:1: ruleXSwitchExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXPrimaryExpressionAccess().getXSwitchExpressionParserRuleCall_2()); } pushFollow(FOLLOW_ruleXSwitchExpression_in_rule__XPrimaryExpression__Alternatives6273); ruleXSwitchExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXPrimaryExpressionAccess().getXSwitchExpressionParserRuleCall_2()); } } } break; case 4 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2924:6: ( ( ruleXSynchronizedExpression ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2924:6: ( ( ruleXSynchronizedExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2925:1: ( ruleXSynchronizedExpression ) { if ( state.backtracking==0 ) { before(grammarAccess.getXPrimaryExpressionAccess().getXSynchronizedExpressionParserRuleCall_3()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2926:1: ( ruleXSynchronizedExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2926:3: ruleXSynchronizedExpression { pushFollow(FOLLOW_ruleXSynchronizedExpression_in_rule__XPrimaryExpression__Alternatives6291); ruleXSynchronizedExpression(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXPrimaryExpressionAccess().getXSynchronizedExpressionParserRuleCall_3()); } } } break; case 5 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2930:6: ( ruleXFeatureCall ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2930:6: ( ruleXFeatureCall ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2931:1: ruleXFeatureCall { if ( state.backtracking==0 ) { before(grammarAccess.getXPrimaryExpressionAccess().getXFeatureCallParserRuleCall_4()); } pushFollow(FOLLOW_ruleXFeatureCall_in_rule__XPrimaryExpression__Alternatives6309); ruleXFeatureCall(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXPrimaryExpressionAccess().getXFeatureCallParserRuleCall_4()); } } } break; case 6 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2936:6: ( ruleXLiteral ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2936:6: ( ruleXLiteral ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2937:1: ruleXLiteral { if ( state.backtracking==0 ) { before(grammarAccess.getXPrimaryExpressionAccess().getXLiteralParserRuleCall_5()); } pushFollow(FOLLOW_ruleXLiteral_in_rule__XPrimaryExpression__Alternatives6326); ruleXLiteral(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXPrimaryExpressionAccess().getXLiteralParserRuleCall_5()); } } } break; case 7 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2942:6: ( ruleXIfExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2942:6: ( ruleXIfExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2943:1: ruleXIfExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXPrimaryExpressionAccess().getXIfExpressionParserRuleCall_6()); } pushFollow(FOLLOW_ruleXIfExpression_in_rule__XPrimaryExpression__Alternatives6343); ruleXIfExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXPrimaryExpressionAccess().getXIfExpressionParserRuleCall_6()); } } } break; case 8 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2948:6: ( ( ruleXForLoopExpression ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2948:6: ( ( ruleXForLoopExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2949:1: ( ruleXForLoopExpression ) { if ( state.backtracking==0 ) { before(grammarAccess.getXPrimaryExpressionAccess().getXForLoopExpressionParserRuleCall_7()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2950:1: ( ruleXForLoopExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2950:3: ruleXForLoopExpression { pushFollow(FOLLOW_ruleXForLoopExpression_in_rule__XPrimaryExpression__Alternatives6361); ruleXForLoopExpression(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXPrimaryExpressionAccess().getXForLoopExpressionParserRuleCall_7()); } } } break; case 9 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2954:6: ( ruleXBasicForLoopExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2954:6: ( ruleXBasicForLoopExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2955:1: ruleXBasicForLoopExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXPrimaryExpressionAccess().getXBasicForLoopExpressionParserRuleCall_8()); } pushFollow(FOLLOW_ruleXBasicForLoopExpression_in_rule__XPrimaryExpression__Alternatives6379); ruleXBasicForLoopExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXPrimaryExpressionAccess().getXBasicForLoopExpressionParserRuleCall_8()); } } } break; case 10 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2960:6: ( ruleXWhileExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2960:6: ( ruleXWhileExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2961:1: ruleXWhileExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXPrimaryExpressionAccess().getXWhileExpressionParserRuleCall_9()); } pushFollow(FOLLOW_ruleXWhileExpression_in_rule__XPrimaryExpression__Alternatives6396); ruleXWhileExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXPrimaryExpressionAccess().getXWhileExpressionParserRuleCall_9()); } } } break; case 11 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2966:6: ( ruleXDoWhileExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2966:6: ( ruleXDoWhileExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2967:1: ruleXDoWhileExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXPrimaryExpressionAccess().getXDoWhileExpressionParserRuleCall_10()); } pushFollow(FOLLOW_ruleXDoWhileExpression_in_rule__XPrimaryExpression__Alternatives6413); ruleXDoWhileExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXPrimaryExpressionAccess().getXDoWhileExpressionParserRuleCall_10()); } } } break; case 12 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2972:6: ( ruleXThrowExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2972:6: ( ruleXThrowExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2973:1: ruleXThrowExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXPrimaryExpressionAccess().getXThrowExpressionParserRuleCall_11()); } pushFollow(FOLLOW_ruleXThrowExpression_in_rule__XPrimaryExpression__Alternatives6430); ruleXThrowExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXPrimaryExpressionAccess().getXThrowExpressionParserRuleCall_11()); } } } break; case 13 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2978:6: ( ruleXReturnExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2978:6: ( ruleXReturnExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2979:1: ruleXReturnExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXPrimaryExpressionAccess().getXReturnExpressionParserRuleCall_12()); } pushFollow(FOLLOW_ruleXReturnExpression_in_rule__XPrimaryExpression__Alternatives6447); ruleXReturnExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXPrimaryExpressionAccess().getXReturnExpressionParserRuleCall_12()); } } } break; case 14 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2984:6: ( ruleXTryCatchFinallyExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2984:6: ( ruleXTryCatchFinallyExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2985:1: ruleXTryCatchFinallyExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXPrimaryExpressionAccess().getXTryCatchFinallyExpressionParserRuleCall_13()); } pushFollow(FOLLOW_ruleXTryCatchFinallyExpression_in_rule__XPrimaryExpression__Alternatives6464); ruleXTryCatchFinallyExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXPrimaryExpressionAccess().getXTryCatchFinallyExpressionParserRuleCall_13()); } } } break; case 15 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2990:6: ( ruleXParenthesizedExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2990:6: ( ruleXParenthesizedExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2991:1: ruleXParenthesizedExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXPrimaryExpressionAccess().getXParenthesizedExpressionParserRuleCall_14()); } pushFollow(FOLLOW_ruleXParenthesizedExpression_in_rule__XPrimaryExpression__Alternatives6481); ruleXParenthesizedExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXPrimaryExpressionAccess().getXParenthesizedExpressionParserRuleCall_14()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XPrimaryExpression__Alternatives" // $ANTLR start "rule__XLiteral__Alternatives" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3001:1: rule__XLiteral__Alternatives : ( ( ruleXCollectionLiteral ) | ( ( ruleXClosure ) ) | ( ruleXBooleanLiteral ) | ( ruleXNumberLiteral ) | ( ruleXNullLiteral ) | ( ruleXStringLiteral ) | ( ruleXTypeLiteral ) ); public final void rule__XLiteral__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3005:1: ( ( ruleXCollectionLiteral ) | ( ( ruleXClosure ) ) | ( ruleXBooleanLiteral ) | ( ruleXNumberLiteral ) | ( ruleXNullLiteral ) | ( ruleXStringLiteral ) | ( ruleXTypeLiteral ) ) int alt21=7; switch ( input.LA(1) ) { case 62: { alt21=1; } break; case 63: { alt21=2; } break; case 50: case 89: { alt21=3; } break; case RULE_HEX: case RULE_INT: case RULE_DECIMAL: { alt21=4; } break; case 75: { alt21=5; } break; case RULE_STRING: { alt21=6; } break; case 76: { alt21=7; } break; default: if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 21, 0, input); throw nvae; } switch (alt21) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3006:1: ( ruleXCollectionLiteral ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3006:1: ( ruleXCollectionLiteral ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3007:1: ruleXCollectionLiteral { if ( state.backtracking==0 ) { before(grammarAccess.getXLiteralAccess().getXCollectionLiteralParserRuleCall_0()); } pushFollow(FOLLOW_ruleXCollectionLiteral_in_rule__XLiteral__Alternatives6513); ruleXCollectionLiteral(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXLiteralAccess().getXCollectionLiteralParserRuleCall_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3012:6: ( ( ruleXClosure ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3012:6: ( ( ruleXClosure ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3013:1: ( ruleXClosure ) { if ( state.backtracking==0 ) { before(grammarAccess.getXLiteralAccess().getXClosureParserRuleCall_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3014:1: ( ruleXClosure ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3014:3: ruleXClosure { pushFollow(FOLLOW_ruleXClosure_in_rule__XLiteral__Alternatives6531); ruleXClosure(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXLiteralAccess().getXClosureParserRuleCall_1()); } } } break; case 3 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3018:6: ( ruleXBooleanLiteral ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3018:6: ( ruleXBooleanLiteral ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3019:1: ruleXBooleanLiteral { if ( state.backtracking==0 ) { before(grammarAccess.getXLiteralAccess().getXBooleanLiteralParserRuleCall_2()); } pushFollow(FOLLOW_ruleXBooleanLiteral_in_rule__XLiteral__Alternatives6549); ruleXBooleanLiteral(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXLiteralAccess().getXBooleanLiteralParserRuleCall_2()); } } } break; case 4 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3024:6: ( ruleXNumberLiteral ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3024:6: ( ruleXNumberLiteral ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3025:1: ruleXNumberLiteral { if ( state.backtracking==0 ) { before(grammarAccess.getXLiteralAccess().getXNumberLiteralParserRuleCall_3()); } pushFollow(FOLLOW_ruleXNumberLiteral_in_rule__XLiteral__Alternatives6566); ruleXNumberLiteral(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXLiteralAccess().getXNumberLiteralParserRuleCall_3()); } } } break; case 5 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3030:6: ( ruleXNullLiteral ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3030:6: ( ruleXNullLiteral ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3031:1: ruleXNullLiteral { if ( state.backtracking==0 ) { before(grammarAccess.getXLiteralAccess().getXNullLiteralParserRuleCall_4()); } pushFollow(FOLLOW_ruleXNullLiteral_in_rule__XLiteral__Alternatives6583); ruleXNullLiteral(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXLiteralAccess().getXNullLiteralParserRuleCall_4()); } } } break; case 6 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3036:6: ( ruleXStringLiteral ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3036:6: ( ruleXStringLiteral ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3037:1: ruleXStringLiteral { if ( state.backtracking==0 ) { before(grammarAccess.getXLiteralAccess().getXStringLiteralParserRuleCall_5()); } pushFollow(FOLLOW_ruleXStringLiteral_in_rule__XLiteral__Alternatives6600); ruleXStringLiteral(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXLiteralAccess().getXStringLiteralParserRuleCall_5()); } } } break; case 7 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3042:6: ( ruleXTypeLiteral ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3042:6: ( ruleXTypeLiteral ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3043:1: ruleXTypeLiteral { if ( state.backtracking==0 ) { before(grammarAccess.getXLiteralAccess().getXTypeLiteralParserRuleCall_6()); } pushFollow(FOLLOW_ruleXTypeLiteral_in_rule__XLiteral__Alternatives6617); ruleXTypeLiteral(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXLiteralAccess().getXTypeLiteralParserRuleCall_6()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XLiteral__Alternatives" // $ANTLR start "rule__XCollectionLiteral__Alternatives" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3053:1: rule__XCollectionLiteral__Alternatives : ( ( ruleXSetLiteral ) | ( ruleXListLiteral ) ); public final void rule__XCollectionLiteral__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3057:1: ( ( ruleXSetLiteral ) | ( ruleXListLiteral ) ) int alt22=2; int LA22_0 = input.LA(1); if ( (LA22_0==62) ) { int LA22_1 = input.LA(2); if ( (LA22_1==52) ) { alt22=1; } else if ( (LA22_1==63) ) { alt22=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 22, 1, input); throw nvae; } } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 22, 0, input); throw nvae; } switch (alt22) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3058:1: ( ruleXSetLiteral ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3058:1: ( ruleXSetLiteral ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3059:1: ruleXSetLiteral { if ( state.backtracking==0 ) { before(grammarAccess.getXCollectionLiteralAccess().getXSetLiteralParserRuleCall_0()); } pushFollow(FOLLOW_ruleXSetLiteral_in_rule__XCollectionLiteral__Alternatives6649); ruleXSetLiteral(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXCollectionLiteralAccess().getXSetLiteralParserRuleCall_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3064:6: ( ruleXListLiteral ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3064:6: ( ruleXListLiteral ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3065:1: ruleXListLiteral { if ( state.backtracking==0 ) { before(grammarAccess.getXCollectionLiteralAccess().getXListLiteralParserRuleCall_1()); } pushFollow(FOLLOW_ruleXListLiteral_in_rule__XCollectionLiteral__Alternatives6666); ruleXListLiteral(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXCollectionLiteralAccess().getXListLiteralParserRuleCall_1()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCollectionLiteral__Alternatives" // $ANTLR start "rule__XSwitchExpression__Alternatives_2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3075:1: rule__XSwitchExpression__Alternatives_2 : ( ( ( rule__XSwitchExpression__Group_2_0__0 ) ) | ( ( rule__XSwitchExpression__Group_2_1__0 ) ) ); public final void rule__XSwitchExpression__Alternatives_2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3079:1: ( ( ( rule__XSwitchExpression__Group_2_0__0 ) ) | ( ( rule__XSwitchExpression__Group_2_1__0 ) ) ) int alt23=2; alt23 = dfa23.predict(input); switch (alt23) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3080:1: ( ( rule__XSwitchExpression__Group_2_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3080:1: ( ( rule__XSwitchExpression__Group_2_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3081:1: ( rule__XSwitchExpression__Group_2_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getGroup_2_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3082:1: ( rule__XSwitchExpression__Group_2_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3082:2: rule__XSwitchExpression__Group_2_0__0 { pushFollow(FOLLOW_rule__XSwitchExpression__Group_2_0__0_in_rule__XSwitchExpression__Alternatives_26698); rule__XSwitchExpression__Group_2_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getGroup_2_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3086:6: ( ( rule__XSwitchExpression__Group_2_1__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3086:6: ( ( rule__XSwitchExpression__Group_2_1__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3087:1: ( rule__XSwitchExpression__Group_2_1__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getGroup_2_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3088:1: ( rule__XSwitchExpression__Group_2_1__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3088:2: rule__XSwitchExpression__Group_2_1__0 { pushFollow(FOLLOW_rule__XSwitchExpression__Group_2_1__0_in_rule__XSwitchExpression__Alternatives_26716); rule__XSwitchExpression__Group_2_1__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getGroup_2_1()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Alternatives_2" // $ANTLR start "rule__XCasePart__Alternatives_3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3097:1: rule__XCasePart__Alternatives_3 : ( ( ( rule__XCasePart__Group_3_0__0 ) ) | ( ( rule__XCasePart__FallThroughAssignment_3_1 ) ) ); public final void rule__XCasePart__Alternatives_3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3101:1: ( ( ( rule__XCasePart__Group_3_0__0 ) ) | ( ( rule__XCasePart__FallThroughAssignment_3_1 ) ) ) int alt24=2; int LA24_0 = input.LA(1); if ( (LA24_0==68) ) { alt24=1; } else if ( (LA24_0==59) ) { alt24=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 24, 0, input); throw nvae; } switch (alt24) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3102:1: ( ( rule__XCasePart__Group_3_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3102:1: ( ( rule__XCasePart__Group_3_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3103:1: ( rule__XCasePart__Group_3_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXCasePartAccess().getGroup_3_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3104:1: ( rule__XCasePart__Group_3_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3104:2: rule__XCasePart__Group_3_0__0 { pushFollow(FOLLOW_rule__XCasePart__Group_3_0__0_in_rule__XCasePart__Alternatives_36749); rule__XCasePart__Group_3_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXCasePartAccess().getGroup_3_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3108:6: ( ( rule__XCasePart__FallThroughAssignment_3_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3108:6: ( ( rule__XCasePart__FallThroughAssignment_3_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3109:1: ( rule__XCasePart__FallThroughAssignment_3_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXCasePartAccess().getFallThroughAssignment_3_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3110:1: ( rule__XCasePart__FallThroughAssignment_3_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3110:2: rule__XCasePart__FallThroughAssignment_3_1 { pushFollow(FOLLOW_rule__XCasePart__FallThroughAssignment_3_1_in_rule__XCasePart__Alternatives_36767); rule__XCasePart__FallThroughAssignment_3_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXCasePartAccess().getFallThroughAssignment_3_1()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCasePart__Alternatives_3" // $ANTLR start "rule__XExpressionOrVarDeclaration__Alternatives" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3119:1: rule__XExpressionOrVarDeclaration__Alternatives : ( ( ruleXVariableDeclaration ) | ( ruleXExpression ) ); public final void rule__XExpressionOrVarDeclaration__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3123:1: ( ( ruleXVariableDeclaration ) | ( ruleXExpression ) ) int alt25=2; int LA25_0 = input.LA(1); if ( (LA25_0==44||LA25_0==88) ) { alt25=1; } else if ( ((LA25_0>=RULE_ID && LA25_0<=RULE_STRING)||LA25_0==27||(LA25_0>=34 && LA25_0<=35)||LA25_0==40||(LA25_0>=45 && LA25_0<=50)||LA25_0==52||LA25_0==57||(LA25_0>=62 && LA25_0<=63)||LA25_0==65||LA25_0==67||(LA25_0>=71 && LA25_0<=79)||LA25_0==81||LA25_0==89) ) { alt25=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 25, 0, input); throw nvae; } switch (alt25) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3124:1: ( ruleXVariableDeclaration ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3124:1: ( ruleXVariableDeclaration ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3125:1: ruleXVariableDeclaration { if ( state.backtracking==0 ) { before(grammarAccess.getXExpressionOrVarDeclarationAccess().getXVariableDeclarationParserRuleCall_0()); } pushFollow(FOLLOW_ruleXVariableDeclaration_in_rule__XExpressionOrVarDeclaration__Alternatives6800); ruleXVariableDeclaration(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXExpressionOrVarDeclarationAccess().getXVariableDeclarationParserRuleCall_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3130:6: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3130:6: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3131:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXExpressionOrVarDeclarationAccess().getXExpressionParserRuleCall_1()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XExpressionOrVarDeclaration__Alternatives6817); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXExpressionOrVarDeclarationAccess().getXExpressionParserRuleCall_1()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XExpressionOrVarDeclaration__Alternatives" // $ANTLR start "rule__XVariableDeclaration__Alternatives_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3141:1: rule__XVariableDeclaration__Alternatives_1 : ( ( ( rule__XVariableDeclaration__WriteableAssignment_1_0 ) ) | ( 'val' ) ); public final void rule__XVariableDeclaration__Alternatives_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3145:1: ( ( ( rule__XVariableDeclaration__WriteableAssignment_1_0 ) ) | ( 'val' ) ) int alt26=2; int LA26_0 = input.LA(1); if ( (LA26_0==88) ) { alt26=1; } else if ( (LA26_0==44) ) { alt26=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 26, 0, input); throw nvae; } switch (alt26) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3146:1: ( ( rule__XVariableDeclaration__WriteableAssignment_1_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3146:1: ( ( rule__XVariableDeclaration__WriteableAssignment_1_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3147:1: ( rule__XVariableDeclaration__WriteableAssignment_1_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXVariableDeclarationAccess().getWriteableAssignment_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3148:1: ( rule__XVariableDeclaration__WriteableAssignment_1_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3148:2: rule__XVariableDeclaration__WriteableAssignment_1_0 { pushFollow(FOLLOW_rule__XVariableDeclaration__WriteableAssignment_1_0_in_rule__XVariableDeclaration__Alternatives_16849); rule__XVariableDeclaration__WriteableAssignment_1_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXVariableDeclarationAccess().getWriteableAssignment_1_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3152:6: ( 'val' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3152:6: ( 'val' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3153:1: 'val' { if ( state.backtracking==0 ) { before(grammarAccess.getXVariableDeclarationAccess().getValKeyword_1_1()); } match(input,44,FOLLOW_44_in_rule__XVariableDeclaration__Alternatives_16868); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXVariableDeclarationAccess().getValKeyword_1_1()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XVariableDeclaration__Alternatives_1" // $ANTLR start "rule__XVariableDeclaration__Alternatives_2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3165:1: rule__XVariableDeclaration__Alternatives_2 : ( ( ( rule__XVariableDeclaration__Group_2_0__0 ) ) | ( ( rule__XVariableDeclaration__NameAssignment_2_1 ) ) ); public final void rule__XVariableDeclaration__Alternatives_2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3169:1: ( ( ( rule__XVariableDeclaration__Group_2_0__0 ) ) | ( ( rule__XVariableDeclaration__NameAssignment_2_1 ) ) ) int alt27=2; int LA27_0 = input.LA(1); if ( (LA27_0==RULE_ID) ) { int LA27_1 = input.LA(2); if ( (synpred66_InternalEntities()) ) { alt27=1; } else if ( (true) ) { alt27=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 27, 1, input); throw nvae; } } else if ( (LA27_0==31||LA27_0==57) ) { alt27=1; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 27, 0, input); throw nvae; } switch (alt27) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3170:1: ( ( rule__XVariableDeclaration__Group_2_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3170:1: ( ( rule__XVariableDeclaration__Group_2_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3171:1: ( rule__XVariableDeclaration__Group_2_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXVariableDeclarationAccess().getGroup_2_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3172:1: ( rule__XVariableDeclaration__Group_2_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3172:2: rule__XVariableDeclaration__Group_2_0__0 { pushFollow(FOLLOW_rule__XVariableDeclaration__Group_2_0__0_in_rule__XVariableDeclaration__Alternatives_26902); rule__XVariableDeclaration__Group_2_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXVariableDeclarationAccess().getGroup_2_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3176:6: ( ( rule__XVariableDeclaration__NameAssignment_2_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3176:6: ( ( rule__XVariableDeclaration__NameAssignment_2_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3177:1: ( rule__XVariableDeclaration__NameAssignment_2_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXVariableDeclarationAccess().getNameAssignment_2_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3178:1: ( rule__XVariableDeclaration__NameAssignment_2_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3178:2: rule__XVariableDeclaration__NameAssignment_2_1 { pushFollow(FOLLOW_rule__XVariableDeclaration__NameAssignment_2_1_in_rule__XVariableDeclaration__Alternatives_26920); rule__XVariableDeclaration__NameAssignment_2_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXVariableDeclarationAccess().getNameAssignment_2_1()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XVariableDeclaration__Alternatives_2" // $ANTLR start "rule__XFeatureCall__Alternatives_3_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3187:1: rule__XFeatureCall__Alternatives_3_1 : ( ( ( rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_0 ) ) | ( ( rule__XFeatureCall__Group_3_1_1__0 ) ) ); public final void rule__XFeatureCall__Alternatives_3_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3191:1: ( ( ( rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_0 ) ) | ( ( rule__XFeatureCall__Group_3_1_1__0 ) ) ) int alt28=2; alt28 = dfa28.predict(input); switch (alt28) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3192:1: ( ( rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3192:1: ( ( rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3193:1: ( rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsAssignment_3_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3194:1: ( rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3194:2: rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_0 { pushFollow(FOLLOW_rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_0_in_rule__XFeatureCall__Alternatives_3_16953); rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsAssignment_3_1_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3198:6: ( ( rule__XFeatureCall__Group_3_1_1__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3198:6: ( ( rule__XFeatureCall__Group_3_1_1__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3199:1: ( rule__XFeatureCall__Group_3_1_1__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getGroup_3_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3200:1: ( rule__XFeatureCall__Group_3_1_1__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3200:2: rule__XFeatureCall__Group_3_1_1__0 { pushFollow(FOLLOW_rule__XFeatureCall__Group_3_1_1__0_in_rule__XFeatureCall__Alternatives_3_16971); rule__XFeatureCall__Group_3_1_1__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getGroup_3_1_1()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Alternatives_3_1" // $ANTLR start "rule__FeatureCallID__Alternatives" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3209:1: rule__FeatureCallID__Alternatives : ( ( ruleValidID ) | ( 'extends' ) | ( 'static' ) | ( 'import' ) | ( 'extension' ) ); public final void rule__FeatureCallID__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3213:1: ( ( ruleValidID ) | ( 'extends' ) | ( 'static' ) | ( 'import' ) | ( 'extension' ) ) int alt29=5; switch ( input.LA(1) ) { case RULE_ID: { alt29=1; } break; case 45: { alt29=2; } break; case 46: { alt29=3; } break; case 47: { alt29=4; } break; case 48: { alt29=5; } break; default: if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 29, 0, input); throw nvae; } switch (alt29) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3214:1: ( ruleValidID ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3214:1: ( ruleValidID ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3215:1: ruleValidID { if ( state.backtracking==0 ) { before(grammarAccess.getFeatureCallIDAccess().getValidIDParserRuleCall_0()); } pushFollow(FOLLOW_ruleValidID_in_rule__FeatureCallID__Alternatives7004); ruleValidID(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getFeatureCallIDAccess().getValidIDParserRuleCall_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3220:6: ( 'extends' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3220:6: ( 'extends' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3221:1: 'extends' { if ( state.backtracking==0 ) { before(grammarAccess.getFeatureCallIDAccess().getExtendsKeyword_1()); } match(input,45,FOLLOW_45_in_rule__FeatureCallID__Alternatives7022); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getFeatureCallIDAccess().getExtendsKeyword_1()); } } } break; case 3 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3228:6: ( 'static' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3228:6: ( 'static' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3229:1: 'static' { if ( state.backtracking==0 ) { before(grammarAccess.getFeatureCallIDAccess().getStaticKeyword_2()); } match(input,46,FOLLOW_46_in_rule__FeatureCallID__Alternatives7042); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getFeatureCallIDAccess().getStaticKeyword_2()); } } } break; case 4 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3236:6: ( 'import' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3236:6: ( 'import' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3237:1: 'import' { if ( state.backtracking==0 ) { before(grammarAccess.getFeatureCallIDAccess().getImportKeyword_3()); } match(input,47,FOLLOW_47_in_rule__FeatureCallID__Alternatives7062); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getFeatureCallIDAccess().getImportKeyword_3()); } } } break; case 5 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3244:6: ( 'extension' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3244:6: ( 'extension' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3245:1: 'extension' { if ( state.backtracking==0 ) { before(grammarAccess.getFeatureCallIDAccess().getExtensionKeyword_4()); } match(input,48,FOLLOW_48_in_rule__FeatureCallID__Alternatives7082); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getFeatureCallIDAccess().getExtensionKeyword_4()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__FeatureCallID__Alternatives" // $ANTLR start "rule__IdOrSuper__Alternatives" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3257:1: rule__IdOrSuper__Alternatives : ( ( ruleFeatureCallID ) | ( 'super' ) ); public final void rule__IdOrSuper__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3261:1: ( ( ruleFeatureCallID ) | ( 'super' ) ) int alt30=2; int LA30_0 = input.LA(1); if ( (LA30_0==RULE_ID||(LA30_0>=45 && LA30_0<=48)) ) { alt30=1; } else if ( (LA30_0==49) ) { alt30=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 30, 0, input); throw nvae; } switch (alt30) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3262:1: ( ruleFeatureCallID ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3262:1: ( ruleFeatureCallID ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3263:1: ruleFeatureCallID { if ( state.backtracking==0 ) { before(grammarAccess.getIdOrSuperAccess().getFeatureCallIDParserRuleCall_0()); } pushFollow(FOLLOW_ruleFeatureCallID_in_rule__IdOrSuper__Alternatives7116); ruleFeatureCallID(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getIdOrSuperAccess().getFeatureCallIDParserRuleCall_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3268:6: ( 'super' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3268:6: ( 'super' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3269:1: 'super' { if ( state.backtracking==0 ) { before(grammarAccess.getIdOrSuperAccess().getSuperKeyword_1()); } match(input,49,FOLLOW_49_in_rule__IdOrSuper__Alternatives7134); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getIdOrSuperAccess().getSuperKeyword_1()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__IdOrSuper__Alternatives" // $ANTLR start "rule__XConstructorCall__Alternatives_4_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3281:1: rule__XConstructorCall__Alternatives_4_1 : ( ( ( rule__XConstructorCall__ArgumentsAssignment_4_1_0 ) ) | ( ( rule__XConstructorCall__Group_4_1_1__0 ) ) ); public final void rule__XConstructorCall__Alternatives_4_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3285:1: ( ( ( rule__XConstructorCall__ArgumentsAssignment_4_1_0 ) ) | ( ( rule__XConstructorCall__Group_4_1_1__0 ) ) ) int alt31=2; alt31 = dfa31.predict(input); switch (alt31) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3286:1: ( ( rule__XConstructorCall__ArgumentsAssignment_4_1_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3286:1: ( ( rule__XConstructorCall__ArgumentsAssignment_4_1_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3287:1: ( rule__XConstructorCall__ArgumentsAssignment_4_1_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getArgumentsAssignment_4_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3288:1: ( rule__XConstructorCall__ArgumentsAssignment_4_1_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3288:2: rule__XConstructorCall__ArgumentsAssignment_4_1_0 { pushFollow(FOLLOW_rule__XConstructorCall__ArgumentsAssignment_4_1_0_in_rule__XConstructorCall__Alternatives_4_17168); rule__XConstructorCall__ArgumentsAssignment_4_1_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getArgumentsAssignment_4_1_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3292:6: ( ( rule__XConstructorCall__Group_4_1_1__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3292:6: ( ( rule__XConstructorCall__Group_4_1_1__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3293:1: ( rule__XConstructorCall__Group_4_1_1__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getGroup_4_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3294:1: ( rule__XConstructorCall__Group_4_1_1__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3294:2: rule__XConstructorCall__Group_4_1_1__0 { pushFollow(FOLLOW_rule__XConstructorCall__Group_4_1_1__0_in_rule__XConstructorCall__Alternatives_4_17186); rule__XConstructorCall__Group_4_1_1__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getGroup_4_1_1()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Alternatives_4_1" // $ANTLR start "rule__XBooleanLiteral__Alternatives_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3303:1: rule__XBooleanLiteral__Alternatives_1 : ( ( 'false' ) | ( ( rule__XBooleanLiteral__IsTrueAssignment_1_1 ) ) ); public final void rule__XBooleanLiteral__Alternatives_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3307:1: ( ( 'false' ) | ( ( rule__XBooleanLiteral__IsTrueAssignment_1_1 ) ) ) int alt32=2; int LA32_0 = input.LA(1); if ( (LA32_0==50) ) { alt32=1; } else if ( (LA32_0==89) ) { alt32=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 32, 0, input); throw nvae; } switch (alt32) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3308:1: ( 'false' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3308:1: ( 'false' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3309:1: 'false' { if ( state.backtracking==0 ) { before(grammarAccess.getXBooleanLiteralAccess().getFalseKeyword_1_0()); } match(input,50,FOLLOW_50_in_rule__XBooleanLiteral__Alternatives_17220); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXBooleanLiteralAccess().getFalseKeyword_1_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3316:6: ( ( rule__XBooleanLiteral__IsTrueAssignment_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3316:6: ( ( rule__XBooleanLiteral__IsTrueAssignment_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3317:1: ( rule__XBooleanLiteral__IsTrueAssignment_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXBooleanLiteralAccess().getIsTrueAssignment_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3318:1: ( rule__XBooleanLiteral__IsTrueAssignment_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3318:2: rule__XBooleanLiteral__IsTrueAssignment_1_1 { pushFollow(FOLLOW_rule__XBooleanLiteral__IsTrueAssignment_1_1_in_rule__XBooleanLiteral__Alternatives_17239); rule__XBooleanLiteral__IsTrueAssignment_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXBooleanLiteralAccess().getIsTrueAssignment_1_1()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBooleanLiteral__Alternatives_1" // $ANTLR start "rule__XTryCatchFinallyExpression__Alternatives_3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3327:1: rule__XTryCatchFinallyExpression__Alternatives_3 : ( ( ( rule__XTryCatchFinallyExpression__Group_3_0__0 ) ) | ( ( rule__XTryCatchFinallyExpression__Group_3_1__0 ) ) ); public final void rule__XTryCatchFinallyExpression__Alternatives_3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3331:1: ( ( ( rule__XTryCatchFinallyExpression__Group_3_0__0 ) ) | ( ( rule__XTryCatchFinallyExpression__Group_3_1__0 ) ) ) int alt33=2; int LA33_0 = input.LA(1); if ( (LA33_0==82) ) { alt33=1; } else if ( (LA33_0==80) ) { alt33=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 33, 0, input); throw nvae; } switch (alt33) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3332:1: ( ( rule__XTryCatchFinallyExpression__Group_3_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3332:1: ( ( rule__XTryCatchFinallyExpression__Group_3_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3333:1: ( rule__XTryCatchFinallyExpression__Group_3_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXTryCatchFinallyExpressionAccess().getGroup_3_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3334:1: ( rule__XTryCatchFinallyExpression__Group_3_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3334:2: rule__XTryCatchFinallyExpression__Group_3_0__0 { pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__Group_3_0__0_in_rule__XTryCatchFinallyExpression__Alternatives_37272); rule__XTryCatchFinallyExpression__Group_3_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXTryCatchFinallyExpressionAccess().getGroup_3_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3338:6: ( ( rule__XTryCatchFinallyExpression__Group_3_1__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3338:6: ( ( rule__XTryCatchFinallyExpression__Group_3_1__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3339:1: ( rule__XTryCatchFinallyExpression__Group_3_1__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXTryCatchFinallyExpressionAccess().getGroup_3_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3340:1: ( rule__XTryCatchFinallyExpression__Group_3_1__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3340:2: rule__XTryCatchFinallyExpression__Group_3_1__0 { pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__Group_3_1__0_in_rule__XTryCatchFinallyExpression__Alternatives_37290); rule__XTryCatchFinallyExpression__Group_3_1__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXTryCatchFinallyExpressionAccess().getGroup_3_1()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTryCatchFinallyExpression__Alternatives_3" // $ANTLR start "rule__Number__Alternatives" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3349:1: rule__Number__Alternatives : ( ( RULE_HEX ) | ( ( rule__Number__Group_1__0 ) ) ); public final void rule__Number__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3353:1: ( ( RULE_HEX ) | ( ( rule__Number__Group_1__0 ) ) ) int alt34=2; int LA34_0 = input.LA(1); if ( (LA34_0==RULE_HEX) ) { alt34=1; } else if ( ((LA34_0>=RULE_INT && LA34_0<=RULE_DECIMAL)) ) { alt34=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 34, 0, input); throw nvae; } switch (alt34) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3354:1: ( RULE_HEX ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3354:1: ( RULE_HEX ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3355:1: RULE_HEX { if ( state.backtracking==0 ) { before(grammarAccess.getNumberAccess().getHEXTerminalRuleCall_0()); } match(input,RULE_HEX,FOLLOW_RULE_HEX_in_rule__Number__Alternatives7323); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getNumberAccess().getHEXTerminalRuleCall_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3360:6: ( ( rule__Number__Group_1__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3360:6: ( ( rule__Number__Group_1__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3361:1: ( rule__Number__Group_1__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getNumberAccess().getGroup_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3362:1: ( rule__Number__Group_1__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3362:2: rule__Number__Group_1__0 { pushFollow(FOLLOW_rule__Number__Group_1__0_in_rule__Number__Alternatives7340); rule__Number__Group_1__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getNumberAccess().getGroup_1()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Number__Alternatives" // $ANTLR start "rule__Number__Alternatives_1_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3371:1: rule__Number__Alternatives_1_0 : ( ( RULE_INT ) | ( RULE_DECIMAL ) ); public final void rule__Number__Alternatives_1_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3375:1: ( ( RULE_INT ) | ( RULE_DECIMAL ) ) int alt35=2; int LA35_0 = input.LA(1); if ( (LA35_0==RULE_INT) ) { alt35=1; } else if ( (LA35_0==RULE_DECIMAL) ) { alt35=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 35, 0, input); throw nvae; } switch (alt35) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3376:1: ( RULE_INT ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3376:1: ( RULE_INT ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3377:1: RULE_INT { if ( state.backtracking==0 ) { before(grammarAccess.getNumberAccess().getINTTerminalRuleCall_1_0_0()); } match(input,RULE_INT,FOLLOW_RULE_INT_in_rule__Number__Alternatives_1_07373); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getNumberAccess().getINTTerminalRuleCall_1_0_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3382:6: ( RULE_DECIMAL ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3382:6: ( RULE_DECIMAL ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3383:1: RULE_DECIMAL { if ( state.backtracking==0 ) { before(grammarAccess.getNumberAccess().getDECIMALTerminalRuleCall_1_0_1()); } match(input,RULE_DECIMAL,FOLLOW_RULE_DECIMAL_in_rule__Number__Alternatives_1_07390); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getNumberAccess().getDECIMALTerminalRuleCall_1_0_1()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Number__Alternatives_1_0" // $ANTLR start "rule__Number__Alternatives_1_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3393:1: rule__Number__Alternatives_1_1_1 : ( ( RULE_INT ) | ( RULE_DECIMAL ) ); public final void rule__Number__Alternatives_1_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3397:1: ( ( RULE_INT ) | ( RULE_DECIMAL ) ) int alt36=2; int LA36_0 = input.LA(1); if ( (LA36_0==RULE_INT) ) { alt36=1; } else if ( (LA36_0==RULE_DECIMAL) ) { alt36=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 36, 0, input); throw nvae; } switch (alt36) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3398:1: ( RULE_INT ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3398:1: ( RULE_INT ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3399:1: RULE_INT { if ( state.backtracking==0 ) { before(grammarAccess.getNumberAccess().getINTTerminalRuleCall_1_1_1_0()); } match(input,RULE_INT,FOLLOW_RULE_INT_in_rule__Number__Alternatives_1_1_17422); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getNumberAccess().getINTTerminalRuleCall_1_1_1_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3404:6: ( RULE_DECIMAL ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3404:6: ( RULE_DECIMAL ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3405:1: RULE_DECIMAL { if ( state.backtracking==0 ) { before(grammarAccess.getNumberAccess().getDECIMALTerminalRuleCall_1_1_1_1()); } match(input,RULE_DECIMAL,FOLLOW_RULE_DECIMAL_in_rule__Number__Alternatives_1_1_17439); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getNumberAccess().getDECIMALTerminalRuleCall_1_1_1_1()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Number__Alternatives_1_1_1" // $ANTLR start "rule__JvmTypeReference__Alternatives" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3415:1: rule__JvmTypeReference__Alternatives : ( ( ( rule__JvmTypeReference__Group_0__0 ) ) | ( ruleXFunctionTypeRef ) ); public final void rule__JvmTypeReference__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3419:1: ( ( ( rule__JvmTypeReference__Group_0__0 ) ) | ( ruleXFunctionTypeRef ) ) int alt37=2; int LA37_0 = input.LA(1); if ( (LA37_0==RULE_ID) ) { alt37=1; } else if ( (LA37_0==31||LA37_0==57) ) { alt37=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 37, 0, input); throw nvae; } switch (alt37) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3420:1: ( ( rule__JvmTypeReference__Group_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3420:1: ( ( rule__JvmTypeReference__Group_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3421:1: ( rule__JvmTypeReference__Group_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmTypeReferenceAccess().getGroup_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3422:1: ( rule__JvmTypeReference__Group_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3422:2: rule__JvmTypeReference__Group_0__0 { pushFollow(FOLLOW_rule__JvmTypeReference__Group_0__0_in_rule__JvmTypeReference__Alternatives7471); rule__JvmTypeReference__Group_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmTypeReferenceAccess().getGroup_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3426:6: ( ruleXFunctionTypeRef ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3426:6: ( ruleXFunctionTypeRef ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3427:1: ruleXFunctionTypeRef { if ( state.backtracking==0 ) { before(grammarAccess.getJvmTypeReferenceAccess().getXFunctionTypeRefParserRuleCall_1()); } pushFollow(FOLLOW_ruleXFunctionTypeRef_in_rule__JvmTypeReference__Alternatives7489); ruleXFunctionTypeRef(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmTypeReferenceAccess().getXFunctionTypeRefParserRuleCall_1()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmTypeReference__Alternatives" // $ANTLR start "rule__JvmArgumentTypeReference__Alternatives" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3437:1: rule__JvmArgumentTypeReference__Alternatives : ( ( ruleJvmTypeReference ) | ( ruleJvmWildcardTypeReference ) ); public final void rule__JvmArgumentTypeReference__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3441:1: ( ( ruleJvmTypeReference ) | ( ruleJvmWildcardTypeReference ) ) int alt38=2; int LA38_0 = input.LA(1); if ( (LA38_0==RULE_ID||LA38_0==31||LA38_0==57) ) { alt38=1; } else if ( (LA38_0==83) ) { alt38=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 38, 0, input); throw nvae; } switch (alt38) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3442:1: ( ruleJvmTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3442:1: ( ruleJvmTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3443:1: ruleJvmTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getJvmArgumentTypeReferenceAccess().getJvmTypeReferenceParserRuleCall_0()); } pushFollow(FOLLOW_ruleJvmTypeReference_in_rule__JvmArgumentTypeReference__Alternatives7521); ruleJvmTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmArgumentTypeReferenceAccess().getJvmTypeReferenceParserRuleCall_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3448:6: ( ruleJvmWildcardTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3448:6: ( ruleJvmWildcardTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3449:1: ruleJvmWildcardTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getJvmArgumentTypeReferenceAccess().getJvmWildcardTypeReferenceParserRuleCall_1()); } pushFollow(FOLLOW_ruleJvmWildcardTypeReference_in_rule__JvmArgumentTypeReference__Alternatives7538); ruleJvmWildcardTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmArgumentTypeReferenceAccess().getJvmWildcardTypeReferenceParserRuleCall_1()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmArgumentTypeReference__Alternatives" // $ANTLR start "rule__JvmWildcardTypeReference__Alternatives_2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3459:1: rule__JvmWildcardTypeReference__Alternatives_2 : ( ( ( rule__JvmWildcardTypeReference__Group_2_0__0 ) ) | ( ( rule__JvmWildcardTypeReference__Group_2_1__0 ) ) ); public final void rule__JvmWildcardTypeReference__Alternatives_2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3463:1: ( ( ( rule__JvmWildcardTypeReference__Group_2_0__0 ) ) | ( ( rule__JvmWildcardTypeReference__Group_2_1__0 ) ) ) int alt39=2; int LA39_0 = input.LA(1); if ( (LA39_0==45) ) { alt39=1; } else if ( (LA39_0==49) ) { alt39=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 39, 0, input); throw nvae; } switch (alt39) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3464:1: ( ( rule__JvmWildcardTypeReference__Group_2_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3464:1: ( ( rule__JvmWildcardTypeReference__Group_2_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3465:1: ( rule__JvmWildcardTypeReference__Group_2_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmWildcardTypeReferenceAccess().getGroup_2_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3466:1: ( rule__JvmWildcardTypeReference__Group_2_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3466:2: rule__JvmWildcardTypeReference__Group_2_0__0 { pushFollow(FOLLOW_rule__JvmWildcardTypeReference__Group_2_0__0_in_rule__JvmWildcardTypeReference__Alternatives_27570); rule__JvmWildcardTypeReference__Group_2_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmWildcardTypeReferenceAccess().getGroup_2_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3470:6: ( ( rule__JvmWildcardTypeReference__Group_2_1__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3470:6: ( ( rule__JvmWildcardTypeReference__Group_2_1__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3471:1: ( rule__JvmWildcardTypeReference__Group_2_1__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmWildcardTypeReferenceAccess().getGroup_2_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3472:1: ( rule__JvmWildcardTypeReference__Group_2_1__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3472:2: rule__JvmWildcardTypeReference__Group_2_1__0 { pushFollow(FOLLOW_rule__JvmWildcardTypeReference__Group_2_1__0_in_rule__JvmWildcardTypeReference__Alternatives_27588); rule__JvmWildcardTypeReference__Group_2_1__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmWildcardTypeReferenceAccess().getGroup_2_1()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmWildcardTypeReference__Alternatives_2" // $ANTLR start "rule__XImportDeclaration__Alternatives_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3481:1: rule__XImportDeclaration__Alternatives_1 : ( ( ( rule__XImportDeclaration__Group_1_0__0 ) ) | ( ( rule__XImportDeclaration__ImportedTypeAssignment_1_1 ) ) | ( ( rule__XImportDeclaration__ImportedNamespaceAssignment_1_2 ) ) ); public final void rule__XImportDeclaration__Alternatives_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3485:1: ( ( ( rule__XImportDeclaration__Group_1_0__0 ) ) | ( ( rule__XImportDeclaration__ImportedTypeAssignment_1_1 ) ) | ( ( rule__XImportDeclaration__ImportedNamespaceAssignment_1_2 ) ) ) int alt40=3; alt40 = dfa40.predict(input); switch (alt40) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3486:1: ( ( rule__XImportDeclaration__Group_1_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3486:1: ( ( rule__XImportDeclaration__Group_1_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3487:1: ( rule__XImportDeclaration__Group_1_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXImportDeclarationAccess().getGroup_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3488:1: ( rule__XImportDeclaration__Group_1_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3488:2: rule__XImportDeclaration__Group_1_0__0 { pushFollow(FOLLOW_rule__XImportDeclaration__Group_1_0__0_in_rule__XImportDeclaration__Alternatives_17621); rule__XImportDeclaration__Group_1_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXImportDeclarationAccess().getGroup_1_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3492:6: ( ( rule__XImportDeclaration__ImportedTypeAssignment_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3492:6: ( ( rule__XImportDeclaration__ImportedTypeAssignment_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3493:1: ( rule__XImportDeclaration__ImportedTypeAssignment_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXImportDeclarationAccess().getImportedTypeAssignment_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3494:1: ( rule__XImportDeclaration__ImportedTypeAssignment_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3494:2: rule__XImportDeclaration__ImportedTypeAssignment_1_1 { pushFollow(FOLLOW_rule__XImportDeclaration__ImportedTypeAssignment_1_1_in_rule__XImportDeclaration__Alternatives_17639); rule__XImportDeclaration__ImportedTypeAssignment_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXImportDeclarationAccess().getImportedTypeAssignment_1_1()); } } } break; case 3 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3498:6: ( ( rule__XImportDeclaration__ImportedNamespaceAssignment_1_2 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3498:6: ( ( rule__XImportDeclaration__ImportedNamespaceAssignment_1_2 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3499:1: ( rule__XImportDeclaration__ImportedNamespaceAssignment_1_2 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXImportDeclarationAccess().getImportedNamespaceAssignment_1_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3500:1: ( rule__XImportDeclaration__ImportedNamespaceAssignment_1_2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3500:2: rule__XImportDeclaration__ImportedNamespaceAssignment_1_2 { pushFollow(FOLLOW_rule__XImportDeclaration__ImportedNamespaceAssignment_1_2_in_rule__XImportDeclaration__Alternatives_17657); rule__XImportDeclaration__ImportedNamespaceAssignment_1_2(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXImportDeclarationAccess().getImportedNamespaceAssignment_1_2()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XImportDeclaration__Alternatives_1" // $ANTLR start "rule__XImportDeclaration__Alternatives_1_0_3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3509:1: rule__XImportDeclaration__Alternatives_1_0_3 : ( ( ( rule__XImportDeclaration__WildcardAssignment_1_0_3_0 ) ) | ( ( rule__XImportDeclaration__MemberNameAssignment_1_0_3_1 ) ) ); public final void rule__XImportDeclaration__Alternatives_1_0_3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3513:1: ( ( ( rule__XImportDeclaration__WildcardAssignment_1_0_3_0 ) ) | ( ( rule__XImportDeclaration__MemberNameAssignment_1_0_3_1 ) ) ) int alt41=2; int LA41_0 = input.LA(1); if ( (LA41_0==36) ) { alt41=1; } else if ( (LA41_0==RULE_ID) ) { alt41=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 41, 0, input); throw nvae; } switch (alt41) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3514:1: ( ( rule__XImportDeclaration__WildcardAssignment_1_0_3_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3514:1: ( ( rule__XImportDeclaration__WildcardAssignment_1_0_3_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3515:1: ( rule__XImportDeclaration__WildcardAssignment_1_0_3_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXImportDeclarationAccess().getWildcardAssignment_1_0_3_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3516:1: ( rule__XImportDeclaration__WildcardAssignment_1_0_3_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3516:2: rule__XImportDeclaration__WildcardAssignment_1_0_3_0 { pushFollow(FOLLOW_rule__XImportDeclaration__WildcardAssignment_1_0_3_0_in_rule__XImportDeclaration__Alternatives_1_0_37690); rule__XImportDeclaration__WildcardAssignment_1_0_3_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXImportDeclarationAccess().getWildcardAssignment_1_0_3_0()); } } } break; case 2 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3520:6: ( ( rule__XImportDeclaration__MemberNameAssignment_1_0_3_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3520:6: ( ( rule__XImportDeclaration__MemberNameAssignment_1_0_3_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3521:1: ( rule__XImportDeclaration__MemberNameAssignment_1_0_3_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXImportDeclarationAccess().getMemberNameAssignment_1_0_3_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3522:1: ( rule__XImportDeclaration__MemberNameAssignment_1_0_3_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3522:2: rule__XImportDeclaration__MemberNameAssignment_1_0_3_1 { pushFollow(FOLLOW_rule__XImportDeclaration__MemberNameAssignment_1_0_3_1_in_rule__XImportDeclaration__Alternatives_1_0_37708); rule__XImportDeclaration__MemberNameAssignment_1_0_3_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXImportDeclarationAccess().getMemberNameAssignment_1_0_3_1()); } } } break; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XImportDeclaration__Alternatives_1_0_3" // $ANTLR start "rule__Model__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3533:1: rule__Model__Group__0 : rule__Model__Group__0__Impl rule__Model__Group__1 ; public final void rule__Model__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3537:1: ( rule__Model__Group__0__Impl rule__Model__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3538:2: rule__Model__Group__0__Impl rule__Model__Group__1 { pushFollow(FOLLOW_rule__Model__Group__0__Impl_in_rule__Model__Group__07739); rule__Model__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__Model__Group__1_in_rule__Model__Group__07742); rule__Model__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Model__Group__0" // $ANTLR start "rule__Model__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3545:1: rule__Model__Group__0__Impl : ( ( rule__Model__ImportSectionAssignment_0 )? ) ; public final void rule__Model__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3549:1: ( ( ( rule__Model__ImportSectionAssignment_0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3550:1: ( ( rule__Model__ImportSectionAssignment_0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3550:1: ( ( rule__Model__ImportSectionAssignment_0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3551:1: ( rule__Model__ImportSectionAssignment_0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getModelAccess().getImportSectionAssignment_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3552:1: ( rule__Model__ImportSectionAssignment_0 )? int alt42=2; int LA42_0 = input.LA(1); if ( (LA42_0==47) ) { alt42=1; } switch (alt42) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3552:2: rule__Model__ImportSectionAssignment_0 { pushFollow(FOLLOW_rule__Model__ImportSectionAssignment_0_in_rule__Model__Group__0__Impl7769); rule__Model__ImportSectionAssignment_0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getModelAccess().getImportSectionAssignment_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Model__Group__0__Impl" // $ANTLR start "rule__Model__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3562:1: rule__Model__Group__1 : rule__Model__Group__1__Impl ; public final void rule__Model__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3566:1: ( rule__Model__Group__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3567:2: rule__Model__Group__1__Impl { pushFollow(FOLLOW_rule__Model__Group__1__Impl_in_rule__Model__Group__17800); rule__Model__Group__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Model__Group__1" // $ANTLR start "rule__Model__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3573:1: rule__Model__Group__1__Impl : ( ( rule__Model__EntitiesAssignment_1 )* ) ; public final void rule__Model__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3577:1: ( ( ( rule__Model__EntitiesAssignment_1 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3578:1: ( ( rule__Model__EntitiesAssignment_1 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3578:1: ( ( rule__Model__EntitiesAssignment_1 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3579:1: ( rule__Model__EntitiesAssignment_1 )* { if ( state.backtracking==0 ) { before(grammarAccess.getModelAccess().getEntitiesAssignment_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3580:1: ( rule__Model__EntitiesAssignment_1 )* loop43: do { int alt43=2; int LA43_0 = input.LA(1); if ( (LA43_0==51) ) { alt43=1; } switch (alt43) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3580:2: rule__Model__EntitiesAssignment_1 { pushFollow(FOLLOW_rule__Model__EntitiesAssignment_1_in_rule__Model__Group__1__Impl7827); rule__Model__EntitiesAssignment_1(); state._fsp--; if (state.failed) return ; } break; default : break loop43; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getModelAccess().getEntitiesAssignment_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Model__Group__1__Impl" // $ANTLR start "rule__Entity__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3594:1: rule__Entity__Group__0 : rule__Entity__Group__0__Impl rule__Entity__Group__1 ; public final void rule__Entity__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3598:1: ( rule__Entity__Group__0__Impl rule__Entity__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3599:2: rule__Entity__Group__0__Impl rule__Entity__Group__1 { pushFollow(FOLLOW_rule__Entity__Group__0__Impl_in_rule__Entity__Group__07862); rule__Entity__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__Entity__Group__1_in_rule__Entity__Group__07865); rule__Entity__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Entity__Group__0" // $ANTLR start "rule__Entity__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3606:1: rule__Entity__Group__0__Impl : ( 'entity' ) ; public final void rule__Entity__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3610:1: ( ( 'entity' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3611:1: ( 'entity' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3611:1: ( 'entity' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3612:1: 'entity' { if ( state.backtracking==0 ) { before(grammarAccess.getEntityAccess().getEntityKeyword_0()); } match(input,51,FOLLOW_51_in_rule__Entity__Group__0__Impl7893); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getEntityAccess().getEntityKeyword_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Entity__Group__0__Impl" // $ANTLR start "rule__Entity__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3625:1: rule__Entity__Group__1 : rule__Entity__Group__1__Impl rule__Entity__Group__2 ; public final void rule__Entity__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3629:1: ( rule__Entity__Group__1__Impl rule__Entity__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3630:2: rule__Entity__Group__1__Impl rule__Entity__Group__2 { pushFollow(FOLLOW_rule__Entity__Group__1__Impl_in_rule__Entity__Group__17924); rule__Entity__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__Entity__Group__2_in_rule__Entity__Group__17927); rule__Entity__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Entity__Group__1" // $ANTLR start "rule__Entity__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3637:1: rule__Entity__Group__1__Impl : ( ( rule__Entity__NameAssignment_1 ) ) ; public final void rule__Entity__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3641:1: ( ( ( rule__Entity__NameAssignment_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3642:1: ( ( rule__Entity__NameAssignment_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3642:1: ( ( rule__Entity__NameAssignment_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3643:1: ( rule__Entity__NameAssignment_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getEntityAccess().getNameAssignment_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3644:1: ( rule__Entity__NameAssignment_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3644:2: rule__Entity__NameAssignment_1 { pushFollow(FOLLOW_rule__Entity__NameAssignment_1_in_rule__Entity__Group__1__Impl7954); rule__Entity__NameAssignment_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getEntityAccess().getNameAssignment_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Entity__Group__1__Impl" // $ANTLR start "rule__Entity__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3654:1: rule__Entity__Group__2 : rule__Entity__Group__2__Impl rule__Entity__Group__3 ; public final void rule__Entity__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3658:1: ( rule__Entity__Group__2__Impl rule__Entity__Group__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3659:2: rule__Entity__Group__2__Impl rule__Entity__Group__3 { pushFollow(FOLLOW_rule__Entity__Group__2__Impl_in_rule__Entity__Group__27984); rule__Entity__Group__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__Entity__Group__3_in_rule__Entity__Group__27987); rule__Entity__Group__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Entity__Group__2" // $ANTLR start "rule__Entity__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3666:1: rule__Entity__Group__2__Impl : ( ( rule__Entity__Group_2__0 )? ) ; public final void rule__Entity__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3670:1: ( ( ( rule__Entity__Group_2__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3671:1: ( ( rule__Entity__Group_2__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3671:1: ( ( rule__Entity__Group_2__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3672:1: ( rule__Entity__Group_2__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getEntityAccess().getGroup_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3673:1: ( rule__Entity__Group_2__0 )? int alt44=2; int LA44_0 = input.LA(1); if ( (LA44_0==45) ) { alt44=1; } switch (alt44) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3673:2: rule__Entity__Group_2__0 { pushFollow(FOLLOW_rule__Entity__Group_2__0_in_rule__Entity__Group__2__Impl8014); rule__Entity__Group_2__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getEntityAccess().getGroup_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Entity__Group__2__Impl" // $ANTLR start "rule__Entity__Group__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3683:1: rule__Entity__Group__3 : rule__Entity__Group__3__Impl rule__Entity__Group__4 ; public final void rule__Entity__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3687:1: ( rule__Entity__Group__3__Impl rule__Entity__Group__4 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3688:2: rule__Entity__Group__3__Impl rule__Entity__Group__4 { pushFollow(FOLLOW_rule__Entity__Group__3__Impl_in_rule__Entity__Group__38045); rule__Entity__Group__3__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__Entity__Group__4_in_rule__Entity__Group__38048); rule__Entity__Group__4(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Entity__Group__3" // $ANTLR start "rule__Entity__Group__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3695:1: rule__Entity__Group__3__Impl : ( '{' ) ; public final void rule__Entity__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3699:1: ( ( '{' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3700:1: ( '{' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3700:1: ( '{' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3701:1: '{' { if ( state.backtracking==0 ) { before(grammarAccess.getEntityAccess().getLeftCurlyBracketKeyword_3()); } match(input,52,FOLLOW_52_in_rule__Entity__Group__3__Impl8076); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getEntityAccess().getLeftCurlyBracketKeyword_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Entity__Group__3__Impl" // $ANTLR start "rule__Entity__Group__4" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3714:1: rule__Entity__Group__4 : rule__Entity__Group__4__Impl rule__Entity__Group__5 ; public final void rule__Entity__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3718:1: ( rule__Entity__Group__4__Impl rule__Entity__Group__5 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3719:2: rule__Entity__Group__4__Impl rule__Entity__Group__5 { pushFollow(FOLLOW_rule__Entity__Group__4__Impl_in_rule__Entity__Group__48107); rule__Entity__Group__4__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__Entity__Group__5_in_rule__Entity__Group__48110); rule__Entity__Group__5(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Entity__Group__4" // $ANTLR start "rule__Entity__Group__4__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3726:1: rule__Entity__Group__4__Impl : ( ( rule__Entity__AttributesAssignment_4 )* ) ; public final void rule__Entity__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3730:1: ( ( ( rule__Entity__AttributesAssignment_4 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3731:1: ( ( rule__Entity__AttributesAssignment_4 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3731:1: ( ( rule__Entity__AttributesAssignment_4 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3732:1: ( rule__Entity__AttributesAssignment_4 )* { if ( state.backtracking==0 ) { before(grammarAccess.getEntityAccess().getAttributesAssignment_4()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3733:1: ( rule__Entity__AttributesAssignment_4 )* loop45: do { int alt45=2; int LA45_0 = input.LA(1); if ( (LA45_0==54) ) { alt45=1; } switch (alt45) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3733:2: rule__Entity__AttributesAssignment_4 { pushFollow(FOLLOW_rule__Entity__AttributesAssignment_4_in_rule__Entity__Group__4__Impl8137); rule__Entity__AttributesAssignment_4(); state._fsp--; if (state.failed) return ; } break; default : break loop45; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getEntityAccess().getAttributesAssignment_4()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Entity__Group__4__Impl" // $ANTLR start "rule__Entity__Group__5" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3743:1: rule__Entity__Group__5 : rule__Entity__Group__5__Impl rule__Entity__Group__6 ; public final void rule__Entity__Group__5() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3747:1: ( rule__Entity__Group__5__Impl rule__Entity__Group__6 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3748:2: rule__Entity__Group__5__Impl rule__Entity__Group__6 { pushFollow(FOLLOW_rule__Entity__Group__5__Impl_in_rule__Entity__Group__58168); rule__Entity__Group__5__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__Entity__Group__6_in_rule__Entity__Group__58171); rule__Entity__Group__6(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Entity__Group__5" // $ANTLR start "rule__Entity__Group__5__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3755:1: rule__Entity__Group__5__Impl : ( ( rule__Entity__OperationsAssignment_5 )* ) ; public final void rule__Entity__Group__5__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3759:1: ( ( ( rule__Entity__OperationsAssignment_5 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3760:1: ( ( rule__Entity__OperationsAssignment_5 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3760:1: ( ( rule__Entity__OperationsAssignment_5 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3761:1: ( rule__Entity__OperationsAssignment_5 )* { if ( state.backtracking==0 ) { before(grammarAccess.getEntityAccess().getOperationsAssignment_5()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3762:1: ( rule__Entity__OperationsAssignment_5 )* loop46: do { int alt46=2; int LA46_0 = input.LA(1); if ( (LA46_0==56) ) { alt46=1; } switch (alt46) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3762:2: rule__Entity__OperationsAssignment_5 { pushFollow(FOLLOW_rule__Entity__OperationsAssignment_5_in_rule__Entity__Group__5__Impl8198); rule__Entity__OperationsAssignment_5(); state._fsp--; if (state.failed) return ; } break; default : break loop46; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getEntityAccess().getOperationsAssignment_5()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Entity__Group__5__Impl" // $ANTLR start "rule__Entity__Group__6" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3772:1: rule__Entity__Group__6 : rule__Entity__Group__6__Impl ; public final void rule__Entity__Group__6() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3776:1: ( rule__Entity__Group__6__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3777:2: rule__Entity__Group__6__Impl { pushFollow(FOLLOW_rule__Entity__Group__6__Impl_in_rule__Entity__Group__68229); rule__Entity__Group__6__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Entity__Group__6" // $ANTLR start "rule__Entity__Group__6__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3783:1: rule__Entity__Group__6__Impl : ( '}' ) ; public final void rule__Entity__Group__6__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3787:1: ( ( '}' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3788:1: ( '}' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3788:1: ( '}' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3789:1: '}' { if ( state.backtracking==0 ) { before(grammarAccess.getEntityAccess().getRightCurlyBracketKeyword_6()); } match(input,53,FOLLOW_53_in_rule__Entity__Group__6__Impl8257); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getEntityAccess().getRightCurlyBracketKeyword_6()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Entity__Group__6__Impl" // $ANTLR start "rule__Entity__Group_2__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3816:1: rule__Entity__Group_2__0 : rule__Entity__Group_2__0__Impl rule__Entity__Group_2__1 ; public final void rule__Entity__Group_2__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3820:1: ( rule__Entity__Group_2__0__Impl rule__Entity__Group_2__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3821:2: rule__Entity__Group_2__0__Impl rule__Entity__Group_2__1 { pushFollow(FOLLOW_rule__Entity__Group_2__0__Impl_in_rule__Entity__Group_2__08302); rule__Entity__Group_2__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__Entity__Group_2__1_in_rule__Entity__Group_2__08305); rule__Entity__Group_2__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Entity__Group_2__0" // $ANTLR start "rule__Entity__Group_2__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3828:1: rule__Entity__Group_2__0__Impl : ( 'extends' ) ; public final void rule__Entity__Group_2__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3832:1: ( ( 'extends' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3833:1: ( 'extends' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3833:1: ( 'extends' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3834:1: 'extends' { if ( state.backtracking==0 ) { before(grammarAccess.getEntityAccess().getExtendsKeyword_2_0()); } match(input,45,FOLLOW_45_in_rule__Entity__Group_2__0__Impl8333); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getEntityAccess().getExtendsKeyword_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Entity__Group_2__0__Impl" // $ANTLR start "rule__Entity__Group_2__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3847:1: rule__Entity__Group_2__1 : rule__Entity__Group_2__1__Impl ; public final void rule__Entity__Group_2__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3851:1: ( rule__Entity__Group_2__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3852:2: rule__Entity__Group_2__1__Impl { pushFollow(FOLLOW_rule__Entity__Group_2__1__Impl_in_rule__Entity__Group_2__18364); rule__Entity__Group_2__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Entity__Group_2__1" // $ANTLR start "rule__Entity__Group_2__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3858:1: rule__Entity__Group_2__1__Impl : ( ( rule__Entity__SuperTypeAssignment_2_1 ) ) ; public final void rule__Entity__Group_2__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3862:1: ( ( ( rule__Entity__SuperTypeAssignment_2_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3863:1: ( ( rule__Entity__SuperTypeAssignment_2_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3863:1: ( ( rule__Entity__SuperTypeAssignment_2_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3864:1: ( rule__Entity__SuperTypeAssignment_2_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getEntityAccess().getSuperTypeAssignment_2_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3865:1: ( rule__Entity__SuperTypeAssignment_2_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3865:2: rule__Entity__SuperTypeAssignment_2_1 { pushFollow(FOLLOW_rule__Entity__SuperTypeAssignment_2_1_in_rule__Entity__Group_2__1__Impl8391); rule__Entity__SuperTypeAssignment_2_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getEntityAccess().getSuperTypeAssignment_2_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Entity__Group_2__1__Impl" // $ANTLR start "rule__Attribute__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3879:1: rule__Attribute__Group__0 : rule__Attribute__Group__0__Impl rule__Attribute__Group__1 ; public final void rule__Attribute__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3883:1: ( rule__Attribute__Group__0__Impl rule__Attribute__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3884:2: rule__Attribute__Group__0__Impl rule__Attribute__Group__1 { pushFollow(FOLLOW_rule__Attribute__Group__0__Impl_in_rule__Attribute__Group__08425); rule__Attribute__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__Attribute__Group__1_in_rule__Attribute__Group__08428); rule__Attribute__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Attribute__Group__0" // $ANTLR start "rule__Attribute__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3891:1: rule__Attribute__Group__0__Impl : ( 'attr' ) ; public final void rule__Attribute__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3895:1: ( ( 'attr' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3896:1: ( 'attr' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3896:1: ( 'attr' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3897:1: 'attr' { if ( state.backtracking==0 ) { before(grammarAccess.getAttributeAccess().getAttrKeyword_0()); } match(input,54,FOLLOW_54_in_rule__Attribute__Group__0__Impl8456); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getAttributeAccess().getAttrKeyword_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Attribute__Group__0__Impl" // $ANTLR start "rule__Attribute__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3910:1: rule__Attribute__Group__1 : rule__Attribute__Group__1__Impl rule__Attribute__Group__2 ; public final void rule__Attribute__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3914:1: ( rule__Attribute__Group__1__Impl rule__Attribute__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3915:2: rule__Attribute__Group__1__Impl rule__Attribute__Group__2 { pushFollow(FOLLOW_rule__Attribute__Group__1__Impl_in_rule__Attribute__Group__18487); rule__Attribute__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__Attribute__Group__2_in_rule__Attribute__Group__18490); rule__Attribute__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Attribute__Group__1" // $ANTLR start "rule__Attribute__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3922:1: rule__Attribute__Group__1__Impl : ( ( rule__Attribute__TypeAssignment_1 )? ) ; public final void rule__Attribute__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3926:1: ( ( ( rule__Attribute__TypeAssignment_1 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3927:1: ( ( rule__Attribute__TypeAssignment_1 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3927:1: ( ( rule__Attribute__TypeAssignment_1 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3928:1: ( rule__Attribute__TypeAssignment_1 )? { if ( state.backtracking==0 ) { before(grammarAccess.getAttributeAccess().getTypeAssignment_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3929:1: ( rule__Attribute__TypeAssignment_1 )? int alt47=2; int LA47_0 = input.LA(1); if ( (LA47_0==RULE_ID) ) { int LA47_1 = input.LA(2); if ( (LA47_1==RULE_ID||LA47_1==27||LA47_1==43||LA47_1==63) ) { alt47=1; } } else if ( (LA47_0==31||LA47_0==57) ) { alt47=1; } switch (alt47) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3929:2: rule__Attribute__TypeAssignment_1 { pushFollow(FOLLOW_rule__Attribute__TypeAssignment_1_in_rule__Attribute__Group__1__Impl8517); rule__Attribute__TypeAssignment_1(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getAttributeAccess().getTypeAssignment_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Attribute__Group__1__Impl" // $ANTLR start "rule__Attribute__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3939:1: rule__Attribute__Group__2 : rule__Attribute__Group__2__Impl rule__Attribute__Group__3 ; public final void rule__Attribute__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3943:1: ( rule__Attribute__Group__2__Impl rule__Attribute__Group__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3944:2: rule__Attribute__Group__2__Impl rule__Attribute__Group__3 { pushFollow(FOLLOW_rule__Attribute__Group__2__Impl_in_rule__Attribute__Group__28548); rule__Attribute__Group__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__Attribute__Group__3_in_rule__Attribute__Group__28551); rule__Attribute__Group__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Attribute__Group__2" // $ANTLR start "rule__Attribute__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3951:1: rule__Attribute__Group__2__Impl : ( ( rule__Attribute__NameAssignment_2 ) ) ; public final void rule__Attribute__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3955:1: ( ( ( rule__Attribute__NameAssignment_2 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3956:1: ( ( rule__Attribute__NameAssignment_2 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3956:1: ( ( rule__Attribute__NameAssignment_2 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3957:1: ( rule__Attribute__NameAssignment_2 ) { if ( state.backtracking==0 ) { before(grammarAccess.getAttributeAccess().getNameAssignment_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3958:1: ( rule__Attribute__NameAssignment_2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3958:2: rule__Attribute__NameAssignment_2 { pushFollow(FOLLOW_rule__Attribute__NameAssignment_2_in_rule__Attribute__Group__2__Impl8578); rule__Attribute__NameAssignment_2(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getAttributeAccess().getNameAssignment_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Attribute__Group__2__Impl" // $ANTLR start "rule__Attribute__Group__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3968:1: rule__Attribute__Group__3 : rule__Attribute__Group__3__Impl rule__Attribute__Group__4 ; public final void rule__Attribute__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3972:1: ( rule__Attribute__Group__3__Impl rule__Attribute__Group__4 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3973:2: rule__Attribute__Group__3__Impl rule__Attribute__Group__4 { pushFollow(FOLLOW_rule__Attribute__Group__3__Impl_in_rule__Attribute__Group__38608); rule__Attribute__Group__3__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__Attribute__Group__4_in_rule__Attribute__Group__38611); rule__Attribute__Group__4(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Attribute__Group__3" // $ANTLR start "rule__Attribute__Group__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3980:1: rule__Attribute__Group__3__Impl : ( ( rule__Attribute__Group_3__0 )? ) ; public final void rule__Attribute__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3984:1: ( ( ( rule__Attribute__Group_3__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3985:1: ( ( rule__Attribute__Group_3__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3985:1: ( ( rule__Attribute__Group_3__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3986:1: ( rule__Attribute__Group_3__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getAttributeAccess().getGroup_3()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3987:1: ( rule__Attribute__Group_3__0 )? int alt48=2; int LA48_0 = input.LA(1); if ( (LA48_0==13) ) { alt48=1; } switch (alt48) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3987:2: rule__Attribute__Group_3__0 { pushFollow(FOLLOW_rule__Attribute__Group_3__0_in_rule__Attribute__Group__3__Impl8638); rule__Attribute__Group_3__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getAttributeAccess().getGroup_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Attribute__Group__3__Impl" // $ANTLR start "rule__Attribute__Group__4" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3997:1: rule__Attribute__Group__4 : rule__Attribute__Group__4__Impl ; public final void rule__Attribute__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4001:1: ( rule__Attribute__Group__4__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4002:2: rule__Attribute__Group__4__Impl { pushFollow(FOLLOW_rule__Attribute__Group__4__Impl_in_rule__Attribute__Group__48669); rule__Attribute__Group__4__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Attribute__Group__4" // $ANTLR start "rule__Attribute__Group__4__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4008:1: rule__Attribute__Group__4__Impl : ( ';' ) ; public final void rule__Attribute__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4012:1: ( ( ';' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4013:1: ( ';' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4013:1: ( ';' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4014:1: ';' { if ( state.backtracking==0 ) { before(grammarAccess.getAttributeAccess().getSemicolonKeyword_4()); } match(input,55,FOLLOW_55_in_rule__Attribute__Group__4__Impl8697); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getAttributeAccess().getSemicolonKeyword_4()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Attribute__Group__4__Impl" // $ANTLR start "rule__Attribute__Group_3__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4037:1: rule__Attribute__Group_3__0 : rule__Attribute__Group_3__0__Impl rule__Attribute__Group_3__1 ; public final void rule__Attribute__Group_3__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4041:1: ( rule__Attribute__Group_3__0__Impl rule__Attribute__Group_3__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4042:2: rule__Attribute__Group_3__0__Impl rule__Attribute__Group_3__1 { pushFollow(FOLLOW_rule__Attribute__Group_3__0__Impl_in_rule__Attribute__Group_3__08738); rule__Attribute__Group_3__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__Attribute__Group_3__1_in_rule__Attribute__Group_3__08741); rule__Attribute__Group_3__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Attribute__Group_3__0" // $ANTLR start "rule__Attribute__Group_3__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4049:1: rule__Attribute__Group_3__0__Impl : ( '=' ) ; public final void rule__Attribute__Group_3__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4053:1: ( ( '=' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4054:1: ( '=' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4054:1: ( '=' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4055:1: '=' { if ( state.backtracking==0 ) { before(grammarAccess.getAttributeAccess().getEqualsSignKeyword_3_0()); } match(input,13,FOLLOW_13_in_rule__Attribute__Group_3__0__Impl8769); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getAttributeAccess().getEqualsSignKeyword_3_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Attribute__Group_3__0__Impl" // $ANTLR start "rule__Attribute__Group_3__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4068:1: rule__Attribute__Group_3__1 : rule__Attribute__Group_3__1__Impl ; public final void rule__Attribute__Group_3__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4072:1: ( rule__Attribute__Group_3__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4073:2: rule__Attribute__Group_3__1__Impl { pushFollow(FOLLOW_rule__Attribute__Group_3__1__Impl_in_rule__Attribute__Group_3__18800); rule__Attribute__Group_3__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Attribute__Group_3__1" // $ANTLR start "rule__Attribute__Group_3__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4079:1: rule__Attribute__Group_3__1__Impl : ( ( rule__Attribute__InitexpressionAssignment_3_1 ) ) ; public final void rule__Attribute__Group_3__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4083:1: ( ( ( rule__Attribute__InitexpressionAssignment_3_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4084:1: ( ( rule__Attribute__InitexpressionAssignment_3_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4084:1: ( ( rule__Attribute__InitexpressionAssignment_3_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4085:1: ( rule__Attribute__InitexpressionAssignment_3_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getAttributeAccess().getInitexpressionAssignment_3_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4086:1: ( rule__Attribute__InitexpressionAssignment_3_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4086:2: rule__Attribute__InitexpressionAssignment_3_1 { pushFollow(FOLLOW_rule__Attribute__InitexpressionAssignment_3_1_in_rule__Attribute__Group_3__1__Impl8827); rule__Attribute__InitexpressionAssignment_3_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getAttributeAccess().getInitexpressionAssignment_3_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Attribute__Group_3__1__Impl" // $ANTLR start "rule__Operation__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4100:1: rule__Operation__Group__0 : rule__Operation__Group__0__Impl rule__Operation__Group__1 ; public final void rule__Operation__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4104:1: ( rule__Operation__Group__0__Impl rule__Operation__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4105:2: rule__Operation__Group__0__Impl rule__Operation__Group__1 { pushFollow(FOLLOW_rule__Operation__Group__0__Impl_in_rule__Operation__Group__08861); rule__Operation__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__Operation__Group__1_in_rule__Operation__Group__08864); rule__Operation__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Operation__Group__0" // $ANTLR start "rule__Operation__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4112:1: rule__Operation__Group__0__Impl : ( 'op' ) ; public final void rule__Operation__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4116:1: ( ( 'op' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4117:1: ( 'op' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4117:1: ( 'op' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4118:1: 'op' { if ( state.backtracking==0 ) { before(grammarAccess.getOperationAccess().getOpKeyword_0()); } match(input,56,FOLLOW_56_in_rule__Operation__Group__0__Impl8892); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOperationAccess().getOpKeyword_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Operation__Group__0__Impl" // $ANTLR start "rule__Operation__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4131:1: rule__Operation__Group__1 : rule__Operation__Group__1__Impl rule__Operation__Group__2 ; public final void rule__Operation__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4135:1: ( rule__Operation__Group__1__Impl rule__Operation__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4136:2: rule__Operation__Group__1__Impl rule__Operation__Group__2 { pushFollow(FOLLOW_rule__Operation__Group__1__Impl_in_rule__Operation__Group__18923); rule__Operation__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__Operation__Group__2_in_rule__Operation__Group__18926); rule__Operation__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Operation__Group__1" // $ANTLR start "rule__Operation__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4143:1: rule__Operation__Group__1__Impl : ( ( rule__Operation__TypeAssignment_1 )? ) ; public final void rule__Operation__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4147:1: ( ( ( rule__Operation__TypeAssignment_1 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4148:1: ( ( rule__Operation__TypeAssignment_1 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4148:1: ( ( rule__Operation__TypeAssignment_1 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4149:1: ( rule__Operation__TypeAssignment_1 )? { if ( state.backtracking==0 ) { before(grammarAccess.getOperationAccess().getTypeAssignment_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4150:1: ( rule__Operation__TypeAssignment_1 )? int alt49=2; int LA49_0 = input.LA(1); if ( (LA49_0==RULE_ID) ) { int LA49_1 = input.LA(2); if ( (LA49_1==RULE_ID||LA49_1==27||LA49_1==43||LA49_1==63) ) { alt49=1; } } else if ( (LA49_0==31||LA49_0==57) ) { alt49=1; } switch (alt49) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4150:2: rule__Operation__TypeAssignment_1 { pushFollow(FOLLOW_rule__Operation__TypeAssignment_1_in_rule__Operation__Group__1__Impl8953); rule__Operation__TypeAssignment_1(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getOperationAccess().getTypeAssignment_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Operation__Group__1__Impl" // $ANTLR start "rule__Operation__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4160:1: rule__Operation__Group__2 : rule__Operation__Group__2__Impl rule__Operation__Group__3 ; public final void rule__Operation__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4164:1: ( rule__Operation__Group__2__Impl rule__Operation__Group__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4165:2: rule__Operation__Group__2__Impl rule__Operation__Group__3 { pushFollow(FOLLOW_rule__Operation__Group__2__Impl_in_rule__Operation__Group__28984); rule__Operation__Group__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__Operation__Group__3_in_rule__Operation__Group__28987); rule__Operation__Group__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Operation__Group__2" // $ANTLR start "rule__Operation__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4172:1: rule__Operation__Group__2__Impl : ( ( rule__Operation__NameAssignment_2 ) ) ; public final void rule__Operation__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4176:1: ( ( ( rule__Operation__NameAssignment_2 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4177:1: ( ( rule__Operation__NameAssignment_2 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4177:1: ( ( rule__Operation__NameAssignment_2 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4178:1: ( rule__Operation__NameAssignment_2 ) { if ( state.backtracking==0 ) { before(grammarAccess.getOperationAccess().getNameAssignment_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4179:1: ( rule__Operation__NameAssignment_2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4179:2: rule__Operation__NameAssignment_2 { pushFollow(FOLLOW_rule__Operation__NameAssignment_2_in_rule__Operation__Group__2__Impl9014); rule__Operation__NameAssignment_2(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getOperationAccess().getNameAssignment_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Operation__Group__2__Impl" // $ANTLR start "rule__Operation__Group__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4189:1: rule__Operation__Group__3 : rule__Operation__Group__3__Impl rule__Operation__Group__4 ; public final void rule__Operation__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4193:1: ( rule__Operation__Group__3__Impl rule__Operation__Group__4 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4194:2: rule__Operation__Group__3__Impl rule__Operation__Group__4 { pushFollow(FOLLOW_rule__Operation__Group__3__Impl_in_rule__Operation__Group__39044); rule__Operation__Group__3__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__Operation__Group__4_in_rule__Operation__Group__39047); rule__Operation__Group__4(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Operation__Group__3" // $ANTLR start "rule__Operation__Group__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4201:1: rule__Operation__Group__3__Impl : ( '(' ) ; public final void rule__Operation__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4205:1: ( ( '(' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4206:1: ( '(' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4206:1: ( '(' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4207:1: '(' { if ( state.backtracking==0 ) { before(grammarAccess.getOperationAccess().getLeftParenthesisKeyword_3()); } match(input,57,FOLLOW_57_in_rule__Operation__Group__3__Impl9075); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOperationAccess().getLeftParenthesisKeyword_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Operation__Group__3__Impl" // $ANTLR start "rule__Operation__Group__4" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4220:1: rule__Operation__Group__4 : rule__Operation__Group__4__Impl rule__Operation__Group__5 ; public final void rule__Operation__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4224:1: ( rule__Operation__Group__4__Impl rule__Operation__Group__5 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4225:2: rule__Operation__Group__4__Impl rule__Operation__Group__5 { pushFollow(FOLLOW_rule__Operation__Group__4__Impl_in_rule__Operation__Group__49106); rule__Operation__Group__4__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__Operation__Group__5_in_rule__Operation__Group__49109); rule__Operation__Group__5(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Operation__Group__4" // $ANTLR start "rule__Operation__Group__4__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4232:1: rule__Operation__Group__4__Impl : ( ( rule__Operation__Group_4__0 )? ) ; public final void rule__Operation__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4236:1: ( ( ( rule__Operation__Group_4__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4237:1: ( ( rule__Operation__Group_4__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4237:1: ( ( rule__Operation__Group_4__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4238:1: ( rule__Operation__Group_4__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getOperationAccess().getGroup_4()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4239:1: ( rule__Operation__Group_4__0 )? int alt50=2; int LA50_0 = input.LA(1); if ( (LA50_0==RULE_ID||LA50_0==31||LA50_0==57) ) { alt50=1; } switch (alt50) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4239:2: rule__Operation__Group_4__0 { pushFollow(FOLLOW_rule__Operation__Group_4__0_in_rule__Operation__Group__4__Impl9136); rule__Operation__Group_4__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getOperationAccess().getGroup_4()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Operation__Group__4__Impl" // $ANTLR start "rule__Operation__Group__5" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4249:1: rule__Operation__Group__5 : rule__Operation__Group__5__Impl rule__Operation__Group__6 ; public final void rule__Operation__Group__5() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4253:1: ( rule__Operation__Group__5__Impl rule__Operation__Group__6 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4254:2: rule__Operation__Group__5__Impl rule__Operation__Group__6 { pushFollow(FOLLOW_rule__Operation__Group__5__Impl_in_rule__Operation__Group__59167); rule__Operation__Group__5__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__Operation__Group__6_in_rule__Operation__Group__59170); rule__Operation__Group__6(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Operation__Group__5" // $ANTLR start "rule__Operation__Group__5__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4261:1: rule__Operation__Group__5__Impl : ( ')' ) ; public final void rule__Operation__Group__5__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4265:1: ( ( ')' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4266:1: ( ')' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4266:1: ( ')' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4267:1: ')' { if ( state.backtracking==0 ) { before(grammarAccess.getOperationAccess().getRightParenthesisKeyword_5()); } match(input,58,FOLLOW_58_in_rule__Operation__Group__5__Impl9198); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOperationAccess().getRightParenthesisKeyword_5()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Operation__Group__5__Impl" // $ANTLR start "rule__Operation__Group__6" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4280:1: rule__Operation__Group__6 : rule__Operation__Group__6__Impl ; public final void rule__Operation__Group__6() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4284:1: ( rule__Operation__Group__6__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4285:2: rule__Operation__Group__6__Impl { pushFollow(FOLLOW_rule__Operation__Group__6__Impl_in_rule__Operation__Group__69229); rule__Operation__Group__6__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Operation__Group__6" // $ANTLR start "rule__Operation__Group__6__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4291:1: rule__Operation__Group__6__Impl : ( ( rule__Operation__BodyAssignment_6 ) ) ; public final void rule__Operation__Group__6__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4295:1: ( ( ( rule__Operation__BodyAssignment_6 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4296:1: ( ( rule__Operation__BodyAssignment_6 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4296:1: ( ( rule__Operation__BodyAssignment_6 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4297:1: ( rule__Operation__BodyAssignment_6 ) { if ( state.backtracking==0 ) { before(grammarAccess.getOperationAccess().getBodyAssignment_6()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4298:1: ( rule__Operation__BodyAssignment_6 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4298:2: rule__Operation__BodyAssignment_6 { pushFollow(FOLLOW_rule__Operation__BodyAssignment_6_in_rule__Operation__Group__6__Impl9256); rule__Operation__BodyAssignment_6(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getOperationAccess().getBodyAssignment_6()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Operation__Group__6__Impl" // $ANTLR start "rule__Operation__Group_4__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4322:1: rule__Operation__Group_4__0 : rule__Operation__Group_4__0__Impl rule__Operation__Group_4__1 ; public final void rule__Operation__Group_4__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4326:1: ( rule__Operation__Group_4__0__Impl rule__Operation__Group_4__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4327:2: rule__Operation__Group_4__0__Impl rule__Operation__Group_4__1 { pushFollow(FOLLOW_rule__Operation__Group_4__0__Impl_in_rule__Operation__Group_4__09300); rule__Operation__Group_4__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__Operation__Group_4__1_in_rule__Operation__Group_4__09303); rule__Operation__Group_4__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Operation__Group_4__0" // $ANTLR start "rule__Operation__Group_4__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4334:1: rule__Operation__Group_4__0__Impl : ( ( rule__Operation__ParamsAssignment_4_0 ) ) ; public final void rule__Operation__Group_4__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4338:1: ( ( ( rule__Operation__ParamsAssignment_4_0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4339:1: ( ( rule__Operation__ParamsAssignment_4_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4339:1: ( ( rule__Operation__ParamsAssignment_4_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4340:1: ( rule__Operation__ParamsAssignment_4_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getOperationAccess().getParamsAssignment_4_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4341:1: ( rule__Operation__ParamsAssignment_4_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4341:2: rule__Operation__ParamsAssignment_4_0 { pushFollow(FOLLOW_rule__Operation__ParamsAssignment_4_0_in_rule__Operation__Group_4__0__Impl9330); rule__Operation__ParamsAssignment_4_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getOperationAccess().getParamsAssignment_4_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Operation__Group_4__0__Impl" // $ANTLR start "rule__Operation__Group_4__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4351:1: rule__Operation__Group_4__1 : rule__Operation__Group_4__1__Impl ; public final void rule__Operation__Group_4__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4355:1: ( rule__Operation__Group_4__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4356:2: rule__Operation__Group_4__1__Impl { pushFollow(FOLLOW_rule__Operation__Group_4__1__Impl_in_rule__Operation__Group_4__19360); rule__Operation__Group_4__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Operation__Group_4__1" // $ANTLR start "rule__Operation__Group_4__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4362:1: rule__Operation__Group_4__1__Impl : ( ( rule__Operation__Group_4_1__0 )* ) ; public final void rule__Operation__Group_4__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4366:1: ( ( ( rule__Operation__Group_4_1__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4367:1: ( ( rule__Operation__Group_4_1__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4367:1: ( ( rule__Operation__Group_4_1__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4368:1: ( rule__Operation__Group_4_1__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getOperationAccess().getGroup_4_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4369:1: ( rule__Operation__Group_4_1__0 )* loop51: do { int alt51=2; int LA51_0 = input.LA(1); if ( (LA51_0==59) ) { alt51=1; } switch (alt51) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4369:2: rule__Operation__Group_4_1__0 { pushFollow(FOLLOW_rule__Operation__Group_4_1__0_in_rule__Operation__Group_4__1__Impl9387); rule__Operation__Group_4_1__0(); state._fsp--; if (state.failed) return ; } break; default : break loop51; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getOperationAccess().getGroup_4_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Operation__Group_4__1__Impl" // $ANTLR start "rule__Operation__Group_4_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4383:1: rule__Operation__Group_4_1__0 : rule__Operation__Group_4_1__0__Impl rule__Operation__Group_4_1__1 ; public final void rule__Operation__Group_4_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4387:1: ( rule__Operation__Group_4_1__0__Impl rule__Operation__Group_4_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4388:2: rule__Operation__Group_4_1__0__Impl rule__Operation__Group_4_1__1 { pushFollow(FOLLOW_rule__Operation__Group_4_1__0__Impl_in_rule__Operation__Group_4_1__09422); rule__Operation__Group_4_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__Operation__Group_4_1__1_in_rule__Operation__Group_4_1__09425); rule__Operation__Group_4_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Operation__Group_4_1__0" // $ANTLR start "rule__Operation__Group_4_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4395:1: rule__Operation__Group_4_1__0__Impl : ( ',' ) ; public final void rule__Operation__Group_4_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4399:1: ( ( ',' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4400:1: ( ',' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4400:1: ( ',' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4401:1: ',' { if ( state.backtracking==0 ) { before(grammarAccess.getOperationAccess().getCommaKeyword_4_1_0()); } match(input,59,FOLLOW_59_in_rule__Operation__Group_4_1__0__Impl9453); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOperationAccess().getCommaKeyword_4_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Operation__Group_4_1__0__Impl" // $ANTLR start "rule__Operation__Group_4_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4414:1: rule__Operation__Group_4_1__1 : rule__Operation__Group_4_1__1__Impl ; public final void rule__Operation__Group_4_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4418:1: ( rule__Operation__Group_4_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4419:2: rule__Operation__Group_4_1__1__Impl { pushFollow(FOLLOW_rule__Operation__Group_4_1__1__Impl_in_rule__Operation__Group_4_1__19484); rule__Operation__Group_4_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Operation__Group_4_1__1" // $ANTLR start "rule__Operation__Group_4_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4425:1: rule__Operation__Group_4_1__1__Impl : ( ( rule__Operation__ParamsAssignment_4_1_1 ) ) ; public final void rule__Operation__Group_4_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4429:1: ( ( ( rule__Operation__ParamsAssignment_4_1_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4430:1: ( ( rule__Operation__ParamsAssignment_4_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4430:1: ( ( rule__Operation__ParamsAssignment_4_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4431:1: ( rule__Operation__ParamsAssignment_4_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getOperationAccess().getParamsAssignment_4_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4432:1: ( rule__Operation__ParamsAssignment_4_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4432:2: rule__Operation__ParamsAssignment_4_1_1 { pushFollow(FOLLOW_rule__Operation__ParamsAssignment_4_1_1_in_rule__Operation__Group_4_1__1__Impl9511); rule__Operation__ParamsAssignment_4_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getOperationAccess().getParamsAssignment_4_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Operation__Group_4_1__1__Impl" // $ANTLR start "rule__XAssignment__Group_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4446:1: rule__XAssignment__Group_0__0 : rule__XAssignment__Group_0__0__Impl rule__XAssignment__Group_0__1 ; public final void rule__XAssignment__Group_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4450:1: ( rule__XAssignment__Group_0__0__Impl rule__XAssignment__Group_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4451:2: rule__XAssignment__Group_0__0__Impl rule__XAssignment__Group_0__1 { pushFollow(FOLLOW_rule__XAssignment__Group_0__0__Impl_in_rule__XAssignment__Group_0__09545); rule__XAssignment__Group_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XAssignment__Group_0__1_in_rule__XAssignment__Group_0__09548); rule__XAssignment__Group_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAssignment__Group_0__0" // $ANTLR start "rule__XAssignment__Group_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4458:1: rule__XAssignment__Group_0__0__Impl : ( () ) ; public final void rule__XAssignment__Group_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4462:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4463:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4463:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4464:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXAssignmentAccess().getXAssignmentAction_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4465:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4467:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXAssignmentAccess().getXAssignmentAction_0_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAssignment__Group_0__0__Impl" // $ANTLR start "rule__XAssignment__Group_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4477:1: rule__XAssignment__Group_0__1 : rule__XAssignment__Group_0__1__Impl rule__XAssignment__Group_0__2 ; public final void rule__XAssignment__Group_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4481:1: ( rule__XAssignment__Group_0__1__Impl rule__XAssignment__Group_0__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4482:2: rule__XAssignment__Group_0__1__Impl rule__XAssignment__Group_0__2 { pushFollow(FOLLOW_rule__XAssignment__Group_0__1__Impl_in_rule__XAssignment__Group_0__19606); rule__XAssignment__Group_0__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XAssignment__Group_0__2_in_rule__XAssignment__Group_0__19609); rule__XAssignment__Group_0__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAssignment__Group_0__1" // $ANTLR start "rule__XAssignment__Group_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4489:1: rule__XAssignment__Group_0__1__Impl : ( ( rule__XAssignment__FeatureAssignment_0_1 ) ) ; public final void rule__XAssignment__Group_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4493:1: ( ( ( rule__XAssignment__FeatureAssignment_0_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4494:1: ( ( rule__XAssignment__FeatureAssignment_0_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4494:1: ( ( rule__XAssignment__FeatureAssignment_0_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4495:1: ( rule__XAssignment__FeatureAssignment_0_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXAssignmentAccess().getFeatureAssignment_0_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4496:1: ( rule__XAssignment__FeatureAssignment_0_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4496:2: rule__XAssignment__FeatureAssignment_0_1 { pushFollow(FOLLOW_rule__XAssignment__FeatureAssignment_0_1_in_rule__XAssignment__Group_0__1__Impl9636); rule__XAssignment__FeatureAssignment_0_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXAssignmentAccess().getFeatureAssignment_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAssignment__Group_0__1__Impl" // $ANTLR start "rule__XAssignment__Group_0__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4506:1: rule__XAssignment__Group_0__2 : rule__XAssignment__Group_0__2__Impl rule__XAssignment__Group_0__3 ; public final void rule__XAssignment__Group_0__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4510:1: ( rule__XAssignment__Group_0__2__Impl rule__XAssignment__Group_0__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4511:2: rule__XAssignment__Group_0__2__Impl rule__XAssignment__Group_0__3 { pushFollow(FOLLOW_rule__XAssignment__Group_0__2__Impl_in_rule__XAssignment__Group_0__29666); rule__XAssignment__Group_0__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XAssignment__Group_0__3_in_rule__XAssignment__Group_0__29669); rule__XAssignment__Group_0__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAssignment__Group_0__2" // $ANTLR start "rule__XAssignment__Group_0__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4518:1: rule__XAssignment__Group_0__2__Impl : ( ruleOpSingleAssign ) ; public final void rule__XAssignment__Group_0__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4522:1: ( ( ruleOpSingleAssign ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4523:1: ( ruleOpSingleAssign ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4523:1: ( ruleOpSingleAssign ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4524:1: ruleOpSingleAssign { if ( state.backtracking==0 ) { before(grammarAccess.getXAssignmentAccess().getOpSingleAssignParserRuleCall_0_2()); } pushFollow(FOLLOW_ruleOpSingleAssign_in_rule__XAssignment__Group_0__2__Impl9696); ruleOpSingleAssign(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXAssignmentAccess().getOpSingleAssignParserRuleCall_0_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAssignment__Group_0__2__Impl" // $ANTLR start "rule__XAssignment__Group_0__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4535:1: rule__XAssignment__Group_0__3 : rule__XAssignment__Group_0__3__Impl ; public final void rule__XAssignment__Group_0__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4539:1: ( rule__XAssignment__Group_0__3__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4540:2: rule__XAssignment__Group_0__3__Impl { pushFollow(FOLLOW_rule__XAssignment__Group_0__3__Impl_in_rule__XAssignment__Group_0__39725); rule__XAssignment__Group_0__3__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAssignment__Group_0__3" // $ANTLR start "rule__XAssignment__Group_0__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4546:1: rule__XAssignment__Group_0__3__Impl : ( ( rule__XAssignment__ValueAssignment_0_3 ) ) ; public final void rule__XAssignment__Group_0__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4550:1: ( ( ( rule__XAssignment__ValueAssignment_0_3 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4551:1: ( ( rule__XAssignment__ValueAssignment_0_3 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4551:1: ( ( rule__XAssignment__ValueAssignment_0_3 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4552:1: ( rule__XAssignment__ValueAssignment_0_3 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXAssignmentAccess().getValueAssignment_0_3()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4553:1: ( rule__XAssignment__ValueAssignment_0_3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4553:2: rule__XAssignment__ValueAssignment_0_3 { pushFollow(FOLLOW_rule__XAssignment__ValueAssignment_0_3_in_rule__XAssignment__Group_0__3__Impl9752); rule__XAssignment__ValueAssignment_0_3(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXAssignmentAccess().getValueAssignment_0_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAssignment__Group_0__3__Impl" // $ANTLR start "rule__XAssignment__Group_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4571:1: rule__XAssignment__Group_1__0 : rule__XAssignment__Group_1__0__Impl rule__XAssignment__Group_1__1 ; public final void rule__XAssignment__Group_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4575:1: ( rule__XAssignment__Group_1__0__Impl rule__XAssignment__Group_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4576:2: rule__XAssignment__Group_1__0__Impl rule__XAssignment__Group_1__1 { pushFollow(FOLLOW_rule__XAssignment__Group_1__0__Impl_in_rule__XAssignment__Group_1__09790); rule__XAssignment__Group_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XAssignment__Group_1__1_in_rule__XAssignment__Group_1__09793); rule__XAssignment__Group_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAssignment__Group_1__0" // $ANTLR start "rule__XAssignment__Group_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4583:1: rule__XAssignment__Group_1__0__Impl : ( ruleXOrExpression ) ; public final void rule__XAssignment__Group_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4587:1: ( ( ruleXOrExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4588:1: ( ruleXOrExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4588:1: ( ruleXOrExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4589:1: ruleXOrExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXAssignmentAccess().getXOrExpressionParserRuleCall_1_0()); } pushFollow(FOLLOW_ruleXOrExpression_in_rule__XAssignment__Group_1__0__Impl9820); ruleXOrExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXAssignmentAccess().getXOrExpressionParserRuleCall_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAssignment__Group_1__0__Impl" // $ANTLR start "rule__XAssignment__Group_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4600:1: rule__XAssignment__Group_1__1 : rule__XAssignment__Group_1__1__Impl ; public final void rule__XAssignment__Group_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4604:1: ( rule__XAssignment__Group_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4605:2: rule__XAssignment__Group_1__1__Impl { pushFollow(FOLLOW_rule__XAssignment__Group_1__1__Impl_in_rule__XAssignment__Group_1__19849); rule__XAssignment__Group_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAssignment__Group_1__1" // $ANTLR start "rule__XAssignment__Group_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4611:1: rule__XAssignment__Group_1__1__Impl : ( ( rule__XAssignment__Group_1_1__0 )? ) ; public final void rule__XAssignment__Group_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4615:1: ( ( ( rule__XAssignment__Group_1_1__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4616:1: ( ( rule__XAssignment__Group_1_1__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4616:1: ( ( rule__XAssignment__Group_1_1__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4617:1: ( rule__XAssignment__Group_1_1__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXAssignmentAccess().getGroup_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4618:1: ( rule__XAssignment__Group_1_1__0 )? int alt52=2; alt52 = dfa52.predict(input); switch (alt52) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4618:2: rule__XAssignment__Group_1_1__0 { pushFollow(FOLLOW_rule__XAssignment__Group_1_1__0_in_rule__XAssignment__Group_1__1__Impl9876); rule__XAssignment__Group_1_1__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXAssignmentAccess().getGroup_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAssignment__Group_1__1__Impl" // $ANTLR start "rule__XAssignment__Group_1_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4632:1: rule__XAssignment__Group_1_1__0 : rule__XAssignment__Group_1_1__0__Impl rule__XAssignment__Group_1_1__1 ; public final void rule__XAssignment__Group_1_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4636:1: ( rule__XAssignment__Group_1_1__0__Impl rule__XAssignment__Group_1_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4637:2: rule__XAssignment__Group_1_1__0__Impl rule__XAssignment__Group_1_1__1 { pushFollow(FOLLOW_rule__XAssignment__Group_1_1__0__Impl_in_rule__XAssignment__Group_1_1__09911); rule__XAssignment__Group_1_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XAssignment__Group_1_1__1_in_rule__XAssignment__Group_1_1__09914); rule__XAssignment__Group_1_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAssignment__Group_1_1__0" // $ANTLR start "rule__XAssignment__Group_1_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4644:1: rule__XAssignment__Group_1_1__0__Impl : ( ( rule__XAssignment__Group_1_1_0__0 ) ) ; public final void rule__XAssignment__Group_1_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4648:1: ( ( ( rule__XAssignment__Group_1_1_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4649:1: ( ( rule__XAssignment__Group_1_1_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4649:1: ( ( rule__XAssignment__Group_1_1_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4650:1: ( rule__XAssignment__Group_1_1_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXAssignmentAccess().getGroup_1_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4651:1: ( rule__XAssignment__Group_1_1_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4651:2: rule__XAssignment__Group_1_1_0__0 { pushFollow(FOLLOW_rule__XAssignment__Group_1_1_0__0_in_rule__XAssignment__Group_1_1__0__Impl9941); rule__XAssignment__Group_1_1_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXAssignmentAccess().getGroup_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAssignment__Group_1_1__0__Impl" // $ANTLR start "rule__XAssignment__Group_1_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4661:1: rule__XAssignment__Group_1_1__1 : rule__XAssignment__Group_1_1__1__Impl ; public final void rule__XAssignment__Group_1_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4665:1: ( rule__XAssignment__Group_1_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4666:2: rule__XAssignment__Group_1_1__1__Impl { pushFollow(FOLLOW_rule__XAssignment__Group_1_1__1__Impl_in_rule__XAssignment__Group_1_1__19971); rule__XAssignment__Group_1_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAssignment__Group_1_1__1" // $ANTLR start "rule__XAssignment__Group_1_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4672:1: rule__XAssignment__Group_1_1__1__Impl : ( ( rule__XAssignment__RightOperandAssignment_1_1_1 ) ) ; public final void rule__XAssignment__Group_1_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4676:1: ( ( ( rule__XAssignment__RightOperandAssignment_1_1_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4677:1: ( ( rule__XAssignment__RightOperandAssignment_1_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4677:1: ( ( rule__XAssignment__RightOperandAssignment_1_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4678:1: ( rule__XAssignment__RightOperandAssignment_1_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXAssignmentAccess().getRightOperandAssignment_1_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4679:1: ( rule__XAssignment__RightOperandAssignment_1_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4679:2: rule__XAssignment__RightOperandAssignment_1_1_1 { pushFollow(FOLLOW_rule__XAssignment__RightOperandAssignment_1_1_1_in_rule__XAssignment__Group_1_1__1__Impl9998); rule__XAssignment__RightOperandAssignment_1_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXAssignmentAccess().getRightOperandAssignment_1_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAssignment__Group_1_1__1__Impl" // $ANTLR start "rule__XAssignment__Group_1_1_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4693:1: rule__XAssignment__Group_1_1_0__0 : rule__XAssignment__Group_1_1_0__0__Impl ; public final void rule__XAssignment__Group_1_1_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4697:1: ( rule__XAssignment__Group_1_1_0__0__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4698:2: rule__XAssignment__Group_1_1_0__0__Impl { pushFollow(FOLLOW_rule__XAssignment__Group_1_1_0__0__Impl_in_rule__XAssignment__Group_1_1_0__010032); rule__XAssignment__Group_1_1_0__0__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAssignment__Group_1_1_0__0" // $ANTLR start "rule__XAssignment__Group_1_1_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4704:1: rule__XAssignment__Group_1_1_0__0__Impl : ( ( rule__XAssignment__Group_1_1_0_0__0 ) ) ; public final void rule__XAssignment__Group_1_1_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4708:1: ( ( ( rule__XAssignment__Group_1_1_0_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4709:1: ( ( rule__XAssignment__Group_1_1_0_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4709:1: ( ( rule__XAssignment__Group_1_1_0_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4710:1: ( rule__XAssignment__Group_1_1_0_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXAssignmentAccess().getGroup_1_1_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4711:1: ( rule__XAssignment__Group_1_1_0_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4711:2: rule__XAssignment__Group_1_1_0_0__0 { pushFollow(FOLLOW_rule__XAssignment__Group_1_1_0_0__0_in_rule__XAssignment__Group_1_1_0__0__Impl10059); rule__XAssignment__Group_1_1_0_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXAssignmentAccess().getGroup_1_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAssignment__Group_1_1_0__0__Impl" // $ANTLR start "rule__XAssignment__Group_1_1_0_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4723:1: rule__XAssignment__Group_1_1_0_0__0 : rule__XAssignment__Group_1_1_0_0__0__Impl rule__XAssignment__Group_1_1_0_0__1 ; public final void rule__XAssignment__Group_1_1_0_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4727:1: ( rule__XAssignment__Group_1_1_0_0__0__Impl rule__XAssignment__Group_1_1_0_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4728:2: rule__XAssignment__Group_1_1_0_0__0__Impl rule__XAssignment__Group_1_1_0_0__1 { pushFollow(FOLLOW_rule__XAssignment__Group_1_1_0_0__0__Impl_in_rule__XAssignment__Group_1_1_0_0__010091); rule__XAssignment__Group_1_1_0_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XAssignment__Group_1_1_0_0__1_in_rule__XAssignment__Group_1_1_0_0__010094); rule__XAssignment__Group_1_1_0_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAssignment__Group_1_1_0_0__0" // $ANTLR start "rule__XAssignment__Group_1_1_0_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4735:1: rule__XAssignment__Group_1_1_0_0__0__Impl : ( () ) ; public final void rule__XAssignment__Group_1_1_0_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4739:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4740:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4740:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4741:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXAssignmentAccess().getXBinaryOperationLeftOperandAction_1_1_0_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4742:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4744:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXAssignmentAccess().getXBinaryOperationLeftOperandAction_1_1_0_0_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAssignment__Group_1_1_0_0__0__Impl" // $ANTLR start "rule__XAssignment__Group_1_1_0_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4754:1: rule__XAssignment__Group_1_1_0_0__1 : rule__XAssignment__Group_1_1_0_0__1__Impl ; public final void rule__XAssignment__Group_1_1_0_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4758:1: ( rule__XAssignment__Group_1_1_0_0__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4759:2: rule__XAssignment__Group_1_1_0_0__1__Impl { pushFollow(FOLLOW_rule__XAssignment__Group_1_1_0_0__1__Impl_in_rule__XAssignment__Group_1_1_0_0__110152); rule__XAssignment__Group_1_1_0_0__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAssignment__Group_1_1_0_0__1" // $ANTLR start "rule__XAssignment__Group_1_1_0_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4765:1: rule__XAssignment__Group_1_1_0_0__1__Impl : ( ( rule__XAssignment__FeatureAssignment_1_1_0_0_1 ) ) ; public final void rule__XAssignment__Group_1_1_0_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4769:1: ( ( ( rule__XAssignment__FeatureAssignment_1_1_0_0_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4770:1: ( ( rule__XAssignment__FeatureAssignment_1_1_0_0_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4770:1: ( ( rule__XAssignment__FeatureAssignment_1_1_0_0_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4771:1: ( rule__XAssignment__FeatureAssignment_1_1_0_0_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXAssignmentAccess().getFeatureAssignment_1_1_0_0_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4772:1: ( rule__XAssignment__FeatureAssignment_1_1_0_0_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4772:2: rule__XAssignment__FeatureAssignment_1_1_0_0_1 { pushFollow(FOLLOW_rule__XAssignment__FeatureAssignment_1_1_0_0_1_in_rule__XAssignment__Group_1_1_0_0__1__Impl10179); rule__XAssignment__FeatureAssignment_1_1_0_0_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXAssignmentAccess().getFeatureAssignment_1_1_0_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAssignment__Group_1_1_0_0__1__Impl" // $ANTLR start "rule__OpMultiAssign__Group_5__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4786:1: rule__OpMultiAssign__Group_5__0 : rule__OpMultiAssign__Group_5__0__Impl rule__OpMultiAssign__Group_5__1 ; public final void rule__OpMultiAssign__Group_5__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4790:1: ( rule__OpMultiAssign__Group_5__0__Impl rule__OpMultiAssign__Group_5__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4791:2: rule__OpMultiAssign__Group_5__0__Impl rule__OpMultiAssign__Group_5__1 { pushFollow(FOLLOW_rule__OpMultiAssign__Group_5__0__Impl_in_rule__OpMultiAssign__Group_5__010213); rule__OpMultiAssign__Group_5__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__OpMultiAssign__Group_5__1_in_rule__OpMultiAssign__Group_5__010216); rule__OpMultiAssign__Group_5__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpMultiAssign__Group_5__0" // $ANTLR start "rule__OpMultiAssign__Group_5__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4798:1: rule__OpMultiAssign__Group_5__0__Impl : ( '<' ) ; public final void rule__OpMultiAssign__Group_5__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4802:1: ( ( '<' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4803:1: ( '<' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4803:1: ( '<' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4804:1: '<' { if ( state.backtracking==0 ) { before(grammarAccess.getOpMultiAssignAccess().getLessThanSignKeyword_5_0()); } match(input,27,FOLLOW_27_in_rule__OpMultiAssign__Group_5__0__Impl10244); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpMultiAssignAccess().getLessThanSignKeyword_5_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpMultiAssign__Group_5__0__Impl" // $ANTLR start "rule__OpMultiAssign__Group_5__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4817:1: rule__OpMultiAssign__Group_5__1 : rule__OpMultiAssign__Group_5__1__Impl rule__OpMultiAssign__Group_5__2 ; public final void rule__OpMultiAssign__Group_5__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4821:1: ( rule__OpMultiAssign__Group_5__1__Impl rule__OpMultiAssign__Group_5__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4822:2: rule__OpMultiAssign__Group_5__1__Impl rule__OpMultiAssign__Group_5__2 { pushFollow(FOLLOW_rule__OpMultiAssign__Group_5__1__Impl_in_rule__OpMultiAssign__Group_5__110275); rule__OpMultiAssign__Group_5__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__OpMultiAssign__Group_5__2_in_rule__OpMultiAssign__Group_5__110278); rule__OpMultiAssign__Group_5__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpMultiAssign__Group_5__1" // $ANTLR start "rule__OpMultiAssign__Group_5__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4829:1: rule__OpMultiAssign__Group_5__1__Impl : ( '<' ) ; public final void rule__OpMultiAssign__Group_5__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4833:1: ( ( '<' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4834:1: ( '<' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4834:1: ( '<' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4835:1: '<' { if ( state.backtracking==0 ) { before(grammarAccess.getOpMultiAssignAccess().getLessThanSignKeyword_5_1()); } match(input,27,FOLLOW_27_in_rule__OpMultiAssign__Group_5__1__Impl10306); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpMultiAssignAccess().getLessThanSignKeyword_5_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpMultiAssign__Group_5__1__Impl" // $ANTLR start "rule__OpMultiAssign__Group_5__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4848:1: rule__OpMultiAssign__Group_5__2 : rule__OpMultiAssign__Group_5__2__Impl ; public final void rule__OpMultiAssign__Group_5__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4852:1: ( rule__OpMultiAssign__Group_5__2__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4853:2: rule__OpMultiAssign__Group_5__2__Impl { pushFollow(FOLLOW_rule__OpMultiAssign__Group_5__2__Impl_in_rule__OpMultiAssign__Group_5__210337); rule__OpMultiAssign__Group_5__2__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpMultiAssign__Group_5__2" // $ANTLR start "rule__OpMultiAssign__Group_5__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4859:1: rule__OpMultiAssign__Group_5__2__Impl : ( '=' ) ; public final void rule__OpMultiAssign__Group_5__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4863:1: ( ( '=' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4864:1: ( '=' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4864:1: ( '=' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4865:1: '=' { if ( state.backtracking==0 ) { before(grammarAccess.getOpMultiAssignAccess().getEqualsSignKeyword_5_2()); } match(input,13,FOLLOW_13_in_rule__OpMultiAssign__Group_5__2__Impl10365); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpMultiAssignAccess().getEqualsSignKeyword_5_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpMultiAssign__Group_5__2__Impl" // $ANTLR start "rule__OpMultiAssign__Group_6__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4884:1: rule__OpMultiAssign__Group_6__0 : rule__OpMultiAssign__Group_6__0__Impl rule__OpMultiAssign__Group_6__1 ; public final void rule__OpMultiAssign__Group_6__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4888:1: ( rule__OpMultiAssign__Group_6__0__Impl rule__OpMultiAssign__Group_6__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4889:2: rule__OpMultiAssign__Group_6__0__Impl rule__OpMultiAssign__Group_6__1 { pushFollow(FOLLOW_rule__OpMultiAssign__Group_6__0__Impl_in_rule__OpMultiAssign__Group_6__010402); rule__OpMultiAssign__Group_6__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__OpMultiAssign__Group_6__1_in_rule__OpMultiAssign__Group_6__010405); rule__OpMultiAssign__Group_6__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpMultiAssign__Group_6__0" // $ANTLR start "rule__OpMultiAssign__Group_6__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4896:1: rule__OpMultiAssign__Group_6__0__Impl : ( '>' ) ; public final void rule__OpMultiAssign__Group_6__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4900:1: ( ( '>' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4901:1: ( '>' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4901:1: ( '>' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4902:1: '>' { if ( state.backtracking==0 ) { before(grammarAccess.getOpMultiAssignAccess().getGreaterThanSignKeyword_6_0()); } match(input,26,FOLLOW_26_in_rule__OpMultiAssign__Group_6__0__Impl10433); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpMultiAssignAccess().getGreaterThanSignKeyword_6_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpMultiAssign__Group_6__0__Impl" // $ANTLR start "rule__OpMultiAssign__Group_6__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4915:1: rule__OpMultiAssign__Group_6__1 : rule__OpMultiAssign__Group_6__1__Impl rule__OpMultiAssign__Group_6__2 ; public final void rule__OpMultiAssign__Group_6__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4919:1: ( rule__OpMultiAssign__Group_6__1__Impl rule__OpMultiAssign__Group_6__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4920:2: rule__OpMultiAssign__Group_6__1__Impl rule__OpMultiAssign__Group_6__2 { pushFollow(FOLLOW_rule__OpMultiAssign__Group_6__1__Impl_in_rule__OpMultiAssign__Group_6__110464); rule__OpMultiAssign__Group_6__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__OpMultiAssign__Group_6__2_in_rule__OpMultiAssign__Group_6__110467); rule__OpMultiAssign__Group_6__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpMultiAssign__Group_6__1" // $ANTLR start "rule__OpMultiAssign__Group_6__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4927:1: rule__OpMultiAssign__Group_6__1__Impl : ( ( '>' )? ) ; public final void rule__OpMultiAssign__Group_6__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4931:1: ( ( ( '>' )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4932:1: ( ( '>' )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4932:1: ( ( '>' )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4933:1: ( '>' )? { if ( state.backtracking==0 ) { before(grammarAccess.getOpMultiAssignAccess().getGreaterThanSignKeyword_6_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4934:1: ( '>' )? int alt53=2; int LA53_0 = input.LA(1); if ( (LA53_0==26) ) { alt53=1; } switch (alt53) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4935:2: '>' { match(input,26,FOLLOW_26_in_rule__OpMultiAssign__Group_6__1__Impl10496); if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getOpMultiAssignAccess().getGreaterThanSignKeyword_6_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpMultiAssign__Group_6__1__Impl" // $ANTLR start "rule__OpMultiAssign__Group_6__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4946:1: rule__OpMultiAssign__Group_6__2 : rule__OpMultiAssign__Group_6__2__Impl ; public final void rule__OpMultiAssign__Group_6__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4950:1: ( rule__OpMultiAssign__Group_6__2__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4951:2: rule__OpMultiAssign__Group_6__2__Impl { pushFollow(FOLLOW_rule__OpMultiAssign__Group_6__2__Impl_in_rule__OpMultiAssign__Group_6__210529); rule__OpMultiAssign__Group_6__2__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpMultiAssign__Group_6__2" // $ANTLR start "rule__OpMultiAssign__Group_6__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4957:1: rule__OpMultiAssign__Group_6__2__Impl : ( '>=' ) ; public final void rule__OpMultiAssign__Group_6__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4961:1: ( ( '>=' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4962:1: ( '>=' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4962:1: ( '>=' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4963:1: '>=' { if ( state.backtracking==0 ) { before(grammarAccess.getOpMultiAssignAccess().getGreaterThanSignEqualsSignKeyword_6_2()); } match(input,25,FOLLOW_25_in_rule__OpMultiAssign__Group_6__2__Impl10557); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpMultiAssignAccess().getGreaterThanSignEqualsSignKeyword_6_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpMultiAssign__Group_6__2__Impl" // $ANTLR start "rule__XOrExpression__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4982:1: rule__XOrExpression__Group__0 : rule__XOrExpression__Group__0__Impl rule__XOrExpression__Group__1 ; public final void rule__XOrExpression__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4986:1: ( rule__XOrExpression__Group__0__Impl rule__XOrExpression__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4987:2: rule__XOrExpression__Group__0__Impl rule__XOrExpression__Group__1 { pushFollow(FOLLOW_rule__XOrExpression__Group__0__Impl_in_rule__XOrExpression__Group__010594); rule__XOrExpression__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XOrExpression__Group__1_in_rule__XOrExpression__Group__010597); rule__XOrExpression__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOrExpression__Group__0" // $ANTLR start "rule__XOrExpression__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4994:1: rule__XOrExpression__Group__0__Impl : ( ruleXAndExpression ) ; public final void rule__XOrExpression__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4998:1: ( ( ruleXAndExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4999:1: ( ruleXAndExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4999:1: ( ruleXAndExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5000:1: ruleXAndExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXOrExpressionAccess().getXAndExpressionParserRuleCall_0()); } pushFollow(FOLLOW_ruleXAndExpression_in_rule__XOrExpression__Group__0__Impl10624); ruleXAndExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXOrExpressionAccess().getXAndExpressionParserRuleCall_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOrExpression__Group__0__Impl" // $ANTLR start "rule__XOrExpression__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5011:1: rule__XOrExpression__Group__1 : rule__XOrExpression__Group__1__Impl ; public final void rule__XOrExpression__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5015:1: ( rule__XOrExpression__Group__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5016:2: rule__XOrExpression__Group__1__Impl { pushFollow(FOLLOW_rule__XOrExpression__Group__1__Impl_in_rule__XOrExpression__Group__110653); rule__XOrExpression__Group__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOrExpression__Group__1" // $ANTLR start "rule__XOrExpression__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5022:1: rule__XOrExpression__Group__1__Impl : ( ( rule__XOrExpression__Group_1__0 )* ) ; public final void rule__XOrExpression__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5026:1: ( ( ( rule__XOrExpression__Group_1__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5027:1: ( ( rule__XOrExpression__Group_1__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5027:1: ( ( rule__XOrExpression__Group_1__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5028:1: ( rule__XOrExpression__Group_1__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getXOrExpressionAccess().getGroup_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5029:1: ( rule__XOrExpression__Group_1__0 )* loop54: do { int alt54=2; int LA54_0 = input.LA(1); if ( (LA54_0==14) ) { int LA54_2 = input.LA(2); if ( (synpred97_InternalEntities()) ) { alt54=1; } } switch (alt54) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5029:2: rule__XOrExpression__Group_1__0 { pushFollow(FOLLOW_rule__XOrExpression__Group_1__0_in_rule__XOrExpression__Group__1__Impl10680); rule__XOrExpression__Group_1__0(); state._fsp--; if (state.failed) return ; } break; default : break loop54; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXOrExpressionAccess().getGroup_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOrExpression__Group__1__Impl" // $ANTLR start "rule__XOrExpression__Group_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5043:1: rule__XOrExpression__Group_1__0 : rule__XOrExpression__Group_1__0__Impl rule__XOrExpression__Group_1__1 ; public final void rule__XOrExpression__Group_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5047:1: ( rule__XOrExpression__Group_1__0__Impl rule__XOrExpression__Group_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5048:2: rule__XOrExpression__Group_1__0__Impl rule__XOrExpression__Group_1__1 { pushFollow(FOLLOW_rule__XOrExpression__Group_1__0__Impl_in_rule__XOrExpression__Group_1__010715); rule__XOrExpression__Group_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XOrExpression__Group_1__1_in_rule__XOrExpression__Group_1__010718); rule__XOrExpression__Group_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOrExpression__Group_1__0" // $ANTLR start "rule__XOrExpression__Group_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5055:1: rule__XOrExpression__Group_1__0__Impl : ( ( rule__XOrExpression__Group_1_0__0 ) ) ; public final void rule__XOrExpression__Group_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5059:1: ( ( ( rule__XOrExpression__Group_1_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5060:1: ( ( rule__XOrExpression__Group_1_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5060:1: ( ( rule__XOrExpression__Group_1_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5061:1: ( rule__XOrExpression__Group_1_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXOrExpressionAccess().getGroup_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5062:1: ( rule__XOrExpression__Group_1_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5062:2: rule__XOrExpression__Group_1_0__0 { pushFollow(FOLLOW_rule__XOrExpression__Group_1_0__0_in_rule__XOrExpression__Group_1__0__Impl10745); rule__XOrExpression__Group_1_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXOrExpressionAccess().getGroup_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOrExpression__Group_1__0__Impl" // $ANTLR start "rule__XOrExpression__Group_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5072:1: rule__XOrExpression__Group_1__1 : rule__XOrExpression__Group_1__1__Impl ; public final void rule__XOrExpression__Group_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5076:1: ( rule__XOrExpression__Group_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5077:2: rule__XOrExpression__Group_1__1__Impl { pushFollow(FOLLOW_rule__XOrExpression__Group_1__1__Impl_in_rule__XOrExpression__Group_1__110775); rule__XOrExpression__Group_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOrExpression__Group_1__1" // $ANTLR start "rule__XOrExpression__Group_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5083:1: rule__XOrExpression__Group_1__1__Impl : ( ( rule__XOrExpression__RightOperandAssignment_1_1 ) ) ; public final void rule__XOrExpression__Group_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5087:1: ( ( ( rule__XOrExpression__RightOperandAssignment_1_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5088:1: ( ( rule__XOrExpression__RightOperandAssignment_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5088:1: ( ( rule__XOrExpression__RightOperandAssignment_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5089:1: ( rule__XOrExpression__RightOperandAssignment_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXOrExpressionAccess().getRightOperandAssignment_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5090:1: ( rule__XOrExpression__RightOperandAssignment_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5090:2: rule__XOrExpression__RightOperandAssignment_1_1 { pushFollow(FOLLOW_rule__XOrExpression__RightOperandAssignment_1_1_in_rule__XOrExpression__Group_1__1__Impl10802); rule__XOrExpression__RightOperandAssignment_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXOrExpressionAccess().getRightOperandAssignment_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOrExpression__Group_1__1__Impl" // $ANTLR start "rule__XOrExpression__Group_1_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5104:1: rule__XOrExpression__Group_1_0__0 : rule__XOrExpression__Group_1_0__0__Impl ; public final void rule__XOrExpression__Group_1_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5108:1: ( rule__XOrExpression__Group_1_0__0__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5109:2: rule__XOrExpression__Group_1_0__0__Impl { pushFollow(FOLLOW_rule__XOrExpression__Group_1_0__0__Impl_in_rule__XOrExpression__Group_1_0__010836); rule__XOrExpression__Group_1_0__0__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOrExpression__Group_1_0__0" // $ANTLR start "rule__XOrExpression__Group_1_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5115:1: rule__XOrExpression__Group_1_0__0__Impl : ( ( rule__XOrExpression__Group_1_0_0__0 ) ) ; public final void rule__XOrExpression__Group_1_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5119:1: ( ( ( rule__XOrExpression__Group_1_0_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5120:1: ( ( rule__XOrExpression__Group_1_0_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5120:1: ( ( rule__XOrExpression__Group_1_0_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5121:1: ( rule__XOrExpression__Group_1_0_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXOrExpressionAccess().getGroup_1_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5122:1: ( rule__XOrExpression__Group_1_0_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5122:2: rule__XOrExpression__Group_1_0_0__0 { pushFollow(FOLLOW_rule__XOrExpression__Group_1_0_0__0_in_rule__XOrExpression__Group_1_0__0__Impl10863); rule__XOrExpression__Group_1_0_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXOrExpressionAccess().getGroup_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOrExpression__Group_1_0__0__Impl" // $ANTLR start "rule__XOrExpression__Group_1_0_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5134:1: rule__XOrExpression__Group_1_0_0__0 : rule__XOrExpression__Group_1_0_0__0__Impl rule__XOrExpression__Group_1_0_0__1 ; public final void rule__XOrExpression__Group_1_0_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5138:1: ( rule__XOrExpression__Group_1_0_0__0__Impl rule__XOrExpression__Group_1_0_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5139:2: rule__XOrExpression__Group_1_0_0__0__Impl rule__XOrExpression__Group_1_0_0__1 { pushFollow(FOLLOW_rule__XOrExpression__Group_1_0_0__0__Impl_in_rule__XOrExpression__Group_1_0_0__010895); rule__XOrExpression__Group_1_0_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XOrExpression__Group_1_0_0__1_in_rule__XOrExpression__Group_1_0_0__010898); rule__XOrExpression__Group_1_0_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOrExpression__Group_1_0_0__0" // $ANTLR start "rule__XOrExpression__Group_1_0_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5146:1: rule__XOrExpression__Group_1_0_0__0__Impl : ( () ) ; public final void rule__XOrExpression__Group_1_0_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5150:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5151:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5151:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5152:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXOrExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5153:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5155:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXOrExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOrExpression__Group_1_0_0__0__Impl" // $ANTLR start "rule__XOrExpression__Group_1_0_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5165:1: rule__XOrExpression__Group_1_0_0__1 : rule__XOrExpression__Group_1_0_0__1__Impl ; public final void rule__XOrExpression__Group_1_0_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5169:1: ( rule__XOrExpression__Group_1_0_0__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5170:2: rule__XOrExpression__Group_1_0_0__1__Impl { pushFollow(FOLLOW_rule__XOrExpression__Group_1_0_0__1__Impl_in_rule__XOrExpression__Group_1_0_0__110956); rule__XOrExpression__Group_1_0_0__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOrExpression__Group_1_0_0__1" // $ANTLR start "rule__XOrExpression__Group_1_0_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5176:1: rule__XOrExpression__Group_1_0_0__1__Impl : ( ( rule__XOrExpression__FeatureAssignment_1_0_0_1 ) ) ; public final void rule__XOrExpression__Group_1_0_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5180:1: ( ( ( rule__XOrExpression__FeatureAssignment_1_0_0_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5181:1: ( ( rule__XOrExpression__FeatureAssignment_1_0_0_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5181:1: ( ( rule__XOrExpression__FeatureAssignment_1_0_0_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5182:1: ( rule__XOrExpression__FeatureAssignment_1_0_0_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXOrExpressionAccess().getFeatureAssignment_1_0_0_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5183:1: ( rule__XOrExpression__FeatureAssignment_1_0_0_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5183:2: rule__XOrExpression__FeatureAssignment_1_0_0_1 { pushFollow(FOLLOW_rule__XOrExpression__FeatureAssignment_1_0_0_1_in_rule__XOrExpression__Group_1_0_0__1__Impl10983); rule__XOrExpression__FeatureAssignment_1_0_0_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXOrExpressionAccess().getFeatureAssignment_1_0_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOrExpression__Group_1_0_0__1__Impl" // $ANTLR start "rule__XAndExpression__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5197:1: rule__XAndExpression__Group__0 : rule__XAndExpression__Group__0__Impl rule__XAndExpression__Group__1 ; public final void rule__XAndExpression__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5201:1: ( rule__XAndExpression__Group__0__Impl rule__XAndExpression__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5202:2: rule__XAndExpression__Group__0__Impl rule__XAndExpression__Group__1 { pushFollow(FOLLOW_rule__XAndExpression__Group__0__Impl_in_rule__XAndExpression__Group__011017); rule__XAndExpression__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XAndExpression__Group__1_in_rule__XAndExpression__Group__011020); rule__XAndExpression__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAndExpression__Group__0" // $ANTLR start "rule__XAndExpression__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5209:1: rule__XAndExpression__Group__0__Impl : ( ruleXEqualityExpression ) ; public final void rule__XAndExpression__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5213:1: ( ( ruleXEqualityExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5214:1: ( ruleXEqualityExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5214:1: ( ruleXEqualityExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5215:1: ruleXEqualityExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXAndExpressionAccess().getXEqualityExpressionParserRuleCall_0()); } pushFollow(FOLLOW_ruleXEqualityExpression_in_rule__XAndExpression__Group__0__Impl11047); ruleXEqualityExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXAndExpressionAccess().getXEqualityExpressionParserRuleCall_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAndExpression__Group__0__Impl" // $ANTLR start "rule__XAndExpression__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5226:1: rule__XAndExpression__Group__1 : rule__XAndExpression__Group__1__Impl ; public final void rule__XAndExpression__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5230:1: ( rule__XAndExpression__Group__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5231:2: rule__XAndExpression__Group__1__Impl { pushFollow(FOLLOW_rule__XAndExpression__Group__1__Impl_in_rule__XAndExpression__Group__111076); rule__XAndExpression__Group__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAndExpression__Group__1" // $ANTLR start "rule__XAndExpression__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5237:1: rule__XAndExpression__Group__1__Impl : ( ( rule__XAndExpression__Group_1__0 )* ) ; public final void rule__XAndExpression__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5241:1: ( ( ( rule__XAndExpression__Group_1__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5242:1: ( ( rule__XAndExpression__Group_1__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5242:1: ( ( rule__XAndExpression__Group_1__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5243:1: ( rule__XAndExpression__Group_1__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getXAndExpressionAccess().getGroup_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5244:1: ( rule__XAndExpression__Group_1__0 )* loop55: do { int alt55=2; int LA55_0 = input.LA(1); if ( (LA55_0==15) ) { int LA55_2 = input.LA(2); if ( (synpred98_InternalEntities()) ) { alt55=1; } } switch (alt55) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5244:2: rule__XAndExpression__Group_1__0 { pushFollow(FOLLOW_rule__XAndExpression__Group_1__0_in_rule__XAndExpression__Group__1__Impl11103); rule__XAndExpression__Group_1__0(); state._fsp--; if (state.failed) return ; } break; default : break loop55; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXAndExpressionAccess().getGroup_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAndExpression__Group__1__Impl" // $ANTLR start "rule__XAndExpression__Group_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5258:1: rule__XAndExpression__Group_1__0 : rule__XAndExpression__Group_1__0__Impl rule__XAndExpression__Group_1__1 ; public final void rule__XAndExpression__Group_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5262:1: ( rule__XAndExpression__Group_1__0__Impl rule__XAndExpression__Group_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5263:2: rule__XAndExpression__Group_1__0__Impl rule__XAndExpression__Group_1__1 { pushFollow(FOLLOW_rule__XAndExpression__Group_1__0__Impl_in_rule__XAndExpression__Group_1__011138); rule__XAndExpression__Group_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XAndExpression__Group_1__1_in_rule__XAndExpression__Group_1__011141); rule__XAndExpression__Group_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAndExpression__Group_1__0" // $ANTLR start "rule__XAndExpression__Group_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5270:1: rule__XAndExpression__Group_1__0__Impl : ( ( rule__XAndExpression__Group_1_0__0 ) ) ; public final void rule__XAndExpression__Group_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5274:1: ( ( ( rule__XAndExpression__Group_1_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5275:1: ( ( rule__XAndExpression__Group_1_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5275:1: ( ( rule__XAndExpression__Group_1_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5276:1: ( rule__XAndExpression__Group_1_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXAndExpressionAccess().getGroup_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5277:1: ( rule__XAndExpression__Group_1_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5277:2: rule__XAndExpression__Group_1_0__0 { pushFollow(FOLLOW_rule__XAndExpression__Group_1_0__0_in_rule__XAndExpression__Group_1__0__Impl11168); rule__XAndExpression__Group_1_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXAndExpressionAccess().getGroup_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAndExpression__Group_1__0__Impl" // $ANTLR start "rule__XAndExpression__Group_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5287:1: rule__XAndExpression__Group_1__1 : rule__XAndExpression__Group_1__1__Impl ; public final void rule__XAndExpression__Group_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5291:1: ( rule__XAndExpression__Group_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5292:2: rule__XAndExpression__Group_1__1__Impl { pushFollow(FOLLOW_rule__XAndExpression__Group_1__1__Impl_in_rule__XAndExpression__Group_1__111198); rule__XAndExpression__Group_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAndExpression__Group_1__1" // $ANTLR start "rule__XAndExpression__Group_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5298:1: rule__XAndExpression__Group_1__1__Impl : ( ( rule__XAndExpression__RightOperandAssignment_1_1 ) ) ; public final void rule__XAndExpression__Group_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5302:1: ( ( ( rule__XAndExpression__RightOperandAssignment_1_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5303:1: ( ( rule__XAndExpression__RightOperandAssignment_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5303:1: ( ( rule__XAndExpression__RightOperandAssignment_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5304:1: ( rule__XAndExpression__RightOperandAssignment_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXAndExpressionAccess().getRightOperandAssignment_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5305:1: ( rule__XAndExpression__RightOperandAssignment_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5305:2: rule__XAndExpression__RightOperandAssignment_1_1 { pushFollow(FOLLOW_rule__XAndExpression__RightOperandAssignment_1_1_in_rule__XAndExpression__Group_1__1__Impl11225); rule__XAndExpression__RightOperandAssignment_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXAndExpressionAccess().getRightOperandAssignment_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAndExpression__Group_1__1__Impl" // $ANTLR start "rule__XAndExpression__Group_1_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5319:1: rule__XAndExpression__Group_1_0__0 : rule__XAndExpression__Group_1_0__0__Impl ; public final void rule__XAndExpression__Group_1_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5323:1: ( rule__XAndExpression__Group_1_0__0__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5324:2: rule__XAndExpression__Group_1_0__0__Impl { pushFollow(FOLLOW_rule__XAndExpression__Group_1_0__0__Impl_in_rule__XAndExpression__Group_1_0__011259); rule__XAndExpression__Group_1_0__0__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAndExpression__Group_1_0__0" // $ANTLR start "rule__XAndExpression__Group_1_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5330:1: rule__XAndExpression__Group_1_0__0__Impl : ( ( rule__XAndExpression__Group_1_0_0__0 ) ) ; public final void rule__XAndExpression__Group_1_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5334:1: ( ( ( rule__XAndExpression__Group_1_0_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5335:1: ( ( rule__XAndExpression__Group_1_0_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5335:1: ( ( rule__XAndExpression__Group_1_0_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5336:1: ( rule__XAndExpression__Group_1_0_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXAndExpressionAccess().getGroup_1_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5337:1: ( rule__XAndExpression__Group_1_0_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5337:2: rule__XAndExpression__Group_1_0_0__0 { pushFollow(FOLLOW_rule__XAndExpression__Group_1_0_0__0_in_rule__XAndExpression__Group_1_0__0__Impl11286); rule__XAndExpression__Group_1_0_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXAndExpressionAccess().getGroup_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAndExpression__Group_1_0__0__Impl" // $ANTLR start "rule__XAndExpression__Group_1_0_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5349:1: rule__XAndExpression__Group_1_0_0__0 : rule__XAndExpression__Group_1_0_0__0__Impl rule__XAndExpression__Group_1_0_0__1 ; public final void rule__XAndExpression__Group_1_0_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5353:1: ( rule__XAndExpression__Group_1_0_0__0__Impl rule__XAndExpression__Group_1_0_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5354:2: rule__XAndExpression__Group_1_0_0__0__Impl rule__XAndExpression__Group_1_0_0__1 { pushFollow(FOLLOW_rule__XAndExpression__Group_1_0_0__0__Impl_in_rule__XAndExpression__Group_1_0_0__011318); rule__XAndExpression__Group_1_0_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XAndExpression__Group_1_0_0__1_in_rule__XAndExpression__Group_1_0_0__011321); rule__XAndExpression__Group_1_0_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAndExpression__Group_1_0_0__0" // $ANTLR start "rule__XAndExpression__Group_1_0_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5361:1: rule__XAndExpression__Group_1_0_0__0__Impl : ( () ) ; public final void rule__XAndExpression__Group_1_0_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5365:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5366:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5366:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5367:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXAndExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5368:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5370:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXAndExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAndExpression__Group_1_0_0__0__Impl" // $ANTLR start "rule__XAndExpression__Group_1_0_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5380:1: rule__XAndExpression__Group_1_0_0__1 : rule__XAndExpression__Group_1_0_0__1__Impl ; public final void rule__XAndExpression__Group_1_0_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5384:1: ( rule__XAndExpression__Group_1_0_0__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5385:2: rule__XAndExpression__Group_1_0_0__1__Impl { pushFollow(FOLLOW_rule__XAndExpression__Group_1_0_0__1__Impl_in_rule__XAndExpression__Group_1_0_0__111379); rule__XAndExpression__Group_1_0_0__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAndExpression__Group_1_0_0__1" // $ANTLR start "rule__XAndExpression__Group_1_0_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5391:1: rule__XAndExpression__Group_1_0_0__1__Impl : ( ( rule__XAndExpression__FeatureAssignment_1_0_0_1 ) ) ; public final void rule__XAndExpression__Group_1_0_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5395:1: ( ( ( rule__XAndExpression__FeatureAssignment_1_0_0_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5396:1: ( ( rule__XAndExpression__FeatureAssignment_1_0_0_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5396:1: ( ( rule__XAndExpression__FeatureAssignment_1_0_0_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5397:1: ( rule__XAndExpression__FeatureAssignment_1_0_0_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXAndExpressionAccess().getFeatureAssignment_1_0_0_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5398:1: ( rule__XAndExpression__FeatureAssignment_1_0_0_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5398:2: rule__XAndExpression__FeatureAssignment_1_0_0_1 { pushFollow(FOLLOW_rule__XAndExpression__FeatureAssignment_1_0_0_1_in_rule__XAndExpression__Group_1_0_0__1__Impl11406); rule__XAndExpression__FeatureAssignment_1_0_0_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXAndExpressionAccess().getFeatureAssignment_1_0_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAndExpression__Group_1_0_0__1__Impl" // $ANTLR start "rule__XEqualityExpression__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5412:1: rule__XEqualityExpression__Group__0 : rule__XEqualityExpression__Group__0__Impl rule__XEqualityExpression__Group__1 ; public final void rule__XEqualityExpression__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5416:1: ( rule__XEqualityExpression__Group__0__Impl rule__XEqualityExpression__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5417:2: rule__XEqualityExpression__Group__0__Impl rule__XEqualityExpression__Group__1 { pushFollow(FOLLOW_rule__XEqualityExpression__Group__0__Impl_in_rule__XEqualityExpression__Group__011440); rule__XEqualityExpression__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XEqualityExpression__Group__1_in_rule__XEqualityExpression__Group__011443); rule__XEqualityExpression__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XEqualityExpression__Group__0" // $ANTLR start "rule__XEqualityExpression__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5424:1: rule__XEqualityExpression__Group__0__Impl : ( ruleXRelationalExpression ) ; public final void rule__XEqualityExpression__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5428:1: ( ( ruleXRelationalExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5429:1: ( ruleXRelationalExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5429:1: ( ruleXRelationalExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5430:1: ruleXRelationalExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXEqualityExpressionAccess().getXRelationalExpressionParserRuleCall_0()); } pushFollow(FOLLOW_ruleXRelationalExpression_in_rule__XEqualityExpression__Group__0__Impl11470); ruleXRelationalExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXEqualityExpressionAccess().getXRelationalExpressionParserRuleCall_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XEqualityExpression__Group__0__Impl" // $ANTLR start "rule__XEqualityExpression__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5441:1: rule__XEqualityExpression__Group__1 : rule__XEqualityExpression__Group__1__Impl ; public final void rule__XEqualityExpression__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5445:1: ( rule__XEqualityExpression__Group__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5446:2: rule__XEqualityExpression__Group__1__Impl { pushFollow(FOLLOW_rule__XEqualityExpression__Group__1__Impl_in_rule__XEqualityExpression__Group__111499); rule__XEqualityExpression__Group__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XEqualityExpression__Group__1" // $ANTLR start "rule__XEqualityExpression__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5452:1: rule__XEqualityExpression__Group__1__Impl : ( ( rule__XEqualityExpression__Group_1__0 )* ) ; public final void rule__XEqualityExpression__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5456:1: ( ( ( rule__XEqualityExpression__Group_1__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5457:1: ( ( rule__XEqualityExpression__Group_1__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5457:1: ( ( rule__XEqualityExpression__Group_1__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5458:1: ( rule__XEqualityExpression__Group_1__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getXEqualityExpressionAccess().getGroup_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5459:1: ( rule__XEqualityExpression__Group_1__0 )* loop56: do { int alt56=2; switch ( input.LA(1) ) { case 21: { int LA56_2 = input.LA(2); if ( (synpred99_InternalEntities()) ) { alt56=1; } } break; case 22: { int LA56_3 = input.LA(2); if ( (synpred99_InternalEntities()) ) { alt56=1; } } break; case 23: { int LA56_4 = input.LA(2); if ( (synpred99_InternalEntities()) ) { alt56=1; } } break; case 24: { int LA56_5 = input.LA(2); if ( (synpred99_InternalEntities()) ) { alt56=1; } } break; } switch (alt56) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5459:2: rule__XEqualityExpression__Group_1__0 { pushFollow(FOLLOW_rule__XEqualityExpression__Group_1__0_in_rule__XEqualityExpression__Group__1__Impl11526); rule__XEqualityExpression__Group_1__0(); state._fsp--; if (state.failed) return ; } break; default : break loop56; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXEqualityExpressionAccess().getGroup_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XEqualityExpression__Group__1__Impl" // $ANTLR start "rule__XEqualityExpression__Group_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5473:1: rule__XEqualityExpression__Group_1__0 : rule__XEqualityExpression__Group_1__0__Impl rule__XEqualityExpression__Group_1__1 ; public final void rule__XEqualityExpression__Group_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5477:1: ( rule__XEqualityExpression__Group_1__0__Impl rule__XEqualityExpression__Group_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5478:2: rule__XEqualityExpression__Group_1__0__Impl rule__XEqualityExpression__Group_1__1 { pushFollow(FOLLOW_rule__XEqualityExpression__Group_1__0__Impl_in_rule__XEqualityExpression__Group_1__011561); rule__XEqualityExpression__Group_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XEqualityExpression__Group_1__1_in_rule__XEqualityExpression__Group_1__011564); rule__XEqualityExpression__Group_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XEqualityExpression__Group_1__0" // $ANTLR start "rule__XEqualityExpression__Group_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5485:1: rule__XEqualityExpression__Group_1__0__Impl : ( ( rule__XEqualityExpression__Group_1_0__0 ) ) ; public final void rule__XEqualityExpression__Group_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5489:1: ( ( ( rule__XEqualityExpression__Group_1_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5490:1: ( ( rule__XEqualityExpression__Group_1_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5490:1: ( ( rule__XEqualityExpression__Group_1_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5491:1: ( rule__XEqualityExpression__Group_1_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXEqualityExpressionAccess().getGroup_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5492:1: ( rule__XEqualityExpression__Group_1_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5492:2: rule__XEqualityExpression__Group_1_0__0 { pushFollow(FOLLOW_rule__XEqualityExpression__Group_1_0__0_in_rule__XEqualityExpression__Group_1__0__Impl11591); rule__XEqualityExpression__Group_1_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXEqualityExpressionAccess().getGroup_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XEqualityExpression__Group_1__0__Impl" // $ANTLR start "rule__XEqualityExpression__Group_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5502:1: rule__XEqualityExpression__Group_1__1 : rule__XEqualityExpression__Group_1__1__Impl ; public final void rule__XEqualityExpression__Group_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5506:1: ( rule__XEqualityExpression__Group_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5507:2: rule__XEqualityExpression__Group_1__1__Impl { pushFollow(FOLLOW_rule__XEqualityExpression__Group_1__1__Impl_in_rule__XEqualityExpression__Group_1__111621); rule__XEqualityExpression__Group_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XEqualityExpression__Group_1__1" // $ANTLR start "rule__XEqualityExpression__Group_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5513:1: rule__XEqualityExpression__Group_1__1__Impl : ( ( rule__XEqualityExpression__RightOperandAssignment_1_1 ) ) ; public final void rule__XEqualityExpression__Group_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5517:1: ( ( ( rule__XEqualityExpression__RightOperandAssignment_1_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5518:1: ( ( rule__XEqualityExpression__RightOperandAssignment_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5518:1: ( ( rule__XEqualityExpression__RightOperandAssignment_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5519:1: ( rule__XEqualityExpression__RightOperandAssignment_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXEqualityExpressionAccess().getRightOperandAssignment_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5520:1: ( rule__XEqualityExpression__RightOperandAssignment_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5520:2: rule__XEqualityExpression__RightOperandAssignment_1_1 { pushFollow(FOLLOW_rule__XEqualityExpression__RightOperandAssignment_1_1_in_rule__XEqualityExpression__Group_1__1__Impl11648); rule__XEqualityExpression__RightOperandAssignment_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXEqualityExpressionAccess().getRightOperandAssignment_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XEqualityExpression__Group_1__1__Impl" // $ANTLR start "rule__XEqualityExpression__Group_1_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5534:1: rule__XEqualityExpression__Group_1_0__0 : rule__XEqualityExpression__Group_1_0__0__Impl ; public final void rule__XEqualityExpression__Group_1_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5538:1: ( rule__XEqualityExpression__Group_1_0__0__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5539:2: rule__XEqualityExpression__Group_1_0__0__Impl { pushFollow(FOLLOW_rule__XEqualityExpression__Group_1_0__0__Impl_in_rule__XEqualityExpression__Group_1_0__011682); rule__XEqualityExpression__Group_1_0__0__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XEqualityExpression__Group_1_0__0" // $ANTLR start "rule__XEqualityExpression__Group_1_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5545:1: rule__XEqualityExpression__Group_1_0__0__Impl : ( ( rule__XEqualityExpression__Group_1_0_0__0 ) ) ; public final void rule__XEqualityExpression__Group_1_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5549:1: ( ( ( rule__XEqualityExpression__Group_1_0_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5550:1: ( ( rule__XEqualityExpression__Group_1_0_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5550:1: ( ( rule__XEqualityExpression__Group_1_0_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5551:1: ( rule__XEqualityExpression__Group_1_0_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXEqualityExpressionAccess().getGroup_1_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5552:1: ( rule__XEqualityExpression__Group_1_0_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5552:2: rule__XEqualityExpression__Group_1_0_0__0 { pushFollow(FOLLOW_rule__XEqualityExpression__Group_1_0_0__0_in_rule__XEqualityExpression__Group_1_0__0__Impl11709); rule__XEqualityExpression__Group_1_0_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXEqualityExpressionAccess().getGroup_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XEqualityExpression__Group_1_0__0__Impl" // $ANTLR start "rule__XEqualityExpression__Group_1_0_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5564:1: rule__XEqualityExpression__Group_1_0_0__0 : rule__XEqualityExpression__Group_1_0_0__0__Impl rule__XEqualityExpression__Group_1_0_0__1 ; public final void rule__XEqualityExpression__Group_1_0_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5568:1: ( rule__XEqualityExpression__Group_1_0_0__0__Impl rule__XEqualityExpression__Group_1_0_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5569:2: rule__XEqualityExpression__Group_1_0_0__0__Impl rule__XEqualityExpression__Group_1_0_0__1 { pushFollow(FOLLOW_rule__XEqualityExpression__Group_1_0_0__0__Impl_in_rule__XEqualityExpression__Group_1_0_0__011741); rule__XEqualityExpression__Group_1_0_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XEqualityExpression__Group_1_0_0__1_in_rule__XEqualityExpression__Group_1_0_0__011744); rule__XEqualityExpression__Group_1_0_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XEqualityExpression__Group_1_0_0__0" // $ANTLR start "rule__XEqualityExpression__Group_1_0_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5576:1: rule__XEqualityExpression__Group_1_0_0__0__Impl : ( () ) ; public final void rule__XEqualityExpression__Group_1_0_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5580:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5581:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5581:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5582:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXEqualityExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5583:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5585:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXEqualityExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XEqualityExpression__Group_1_0_0__0__Impl" // $ANTLR start "rule__XEqualityExpression__Group_1_0_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5595:1: rule__XEqualityExpression__Group_1_0_0__1 : rule__XEqualityExpression__Group_1_0_0__1__Impl ; public final void rule__XEqualityExpression__Group_1_0_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5599:1: ( rule__XEqualityExpression__Group_1_0_0__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5600:2: rule__XEqualityExpression__Group_1_0_0__1__Impl { pushFollow(FOLLOW_rule__XEqualityExpression__Group_1_0_0__1__Impl_in_rule__XEqualityExpression__Group_1_0_0__111802); rule__XEqualityExpression__Group_1_0_0__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XEqualityExpression__Group_1_0_0__1" // $ANTLR start "rule__XEqualityExpression__Group_1_0_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5606:1: rule__XEqualityExpression__Group_1_0_0__1__Impl : ( ( rule__XEqualityExpression__FeatureAssignment_1_0_0_1 ) ) ; public final void rule__XEqualityExpression__Group_1_0_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5610:1: ( ( ( rule__XEqualityExpression__FeatureAssignment_1_0_0_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5611:1: ( ( rule__XEqualityExpression__FeatureAssignment_1_0_0_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5611:1: ( ( rule__XEqualityExpression__FeatureAssignment_1_0_0_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5612:1: ( rule__XEqualityExpression__FeatureAssignment_1_0_0_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXEqualityExpressionAccess().getFeatureAssignment_1_0_0_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5613:1: ( rule__XEqualityExpression__FeatureAssignment_1_0_0_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5613:2: rule__XEqualityExpression__FeatureAssignment_1_0_0_1 { pushFollow(FOLLOW_rule__XEqualityExpression__FeatureAssignment_1_0_0_1_in_rule__XEqualityExpression__Group_1_0_0__1__Impl11829); rule__XEqualityExpression__FeatureAssignment_1_0_0_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXEqualityExpressionAccess().getFeatureAssignment_1_0_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XEqualityExpression__Group_1_0_0__1__Impl" // $ANTLR start "rule__XRelationalExpression__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5627:1: rule__XRelationalExpression__Group__0 : rule__XRelationalExpression__Group__0__Impl rule__XRelationalExpression__Group__1 ; public final void rule__XRelationalExpression__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5631:1: ( rule__XRelationalExpression__Group__0__Impl rule__XRelationalExpression__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5632:2: rule__XRelationalExpression__Group__0__Impl rule__XRelationalExpression__Group__1 { pushFollow(FOLLOW_rule__XRelationalExpression__Group__0__Impl_in_rule__XRelationalExpression__Group__011863); rule__XRelationalExpression__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XRelationalExpression__Group__1_in_rule__XRelationalExpression__Group__011866); rule__XRelationalExpression__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__Group__0" // $ANTLR start "rule__XRelationalExpression__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5639:1: rule__XRelationalExpression__Group__0__Impl : ( ruleXOtherOperatorExpression ) ; public final void rule__XRelationalExpression__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5643:1: ( ( ruleXOtherOperatorExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5644:1: ( ruleXOtherOperatorExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5644:1: ( ruleXOtherOperatorExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5645:1: ruleXOtherOperatorExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXRelationalExpressionAccess().getXOtherOperatorExpressionParserRuleCall_0()); } pushFollow(FOLLOW_ruleXOtherOperatorExpression_in_rule__XRelationalExpression__Group__0__Impl11893); ruleXOtherOperatorExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXRelationalExpressionAccess().getXOtherOperatorExpressionParserRuleCall_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__Group__0__Impl" // $ANTLR start "rule__XRelationalExpression__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5656:1: rule__XRelationalExpression__Group__1 : rule__XRelationalExpression__Group__1__Impl ; public final void rule__XRelationalExpression__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5660:1: ( rule__XRelationalExpression__Group__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5661:2: rule__XRelationalExpression__Group__1__Impl { pushFollow(FOLLOW_rule__XRelationalExpression__Group__1__Impl_in_rule__XRelationalExpression__Group__111922); rule__XRelationalExpression__Group__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__Group__1" // $ANTLR start "rule__XRelationalExpression__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5667:1: rule__XRelationalExpression__Group__1__Impl : ( ( rule__XRelationalExpression__Alternatives_1 )* ) ; public final void rule__XRelationalExpression__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5671:1: ( ( ( rule__XRelationalExpression__Alternatives_1 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5672:1: ( ( rule__XRelationalExpression__Alternatives_1 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5672:1: ( ( rule__XRelationalExpression__Alternatives_1 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5673:1: ( rule__XRelationalExpression__Alternatives_1 )* { if ( state.backtracking==0 ) { before(grammarAccess.getXRelationalExpressionAccess().getAlternatives_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5674:1: ( rule__XRelationalExpression__Alternatives_1 )* loop57: do { int alt57=2; switch ( input.LA(1) ) { case 27: { int LA57_2 = input.LA(2); if ( (synpred100_InternalEntities()) ) { alt57=1; } } break; case 26: { int LA57_3 = input.LA(2); if ( (synpred100_InternalEntities()) ) { alt57=1; } } break; case 60: { int LA57_4 = input.LA(2); if ( (synpred100_InternalEntities()) ) { alt57=1; } } break; case 25: { int LA57_5 = input.LA(2); if ( (synpred100_InternalEntities()) ) { alt57=1; } } break; } switch (alt57) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5674:2: rule__XRelationalExpression__Alternatives_1 { pushFollow(FOLLOW_rule__XRelationalExpression__Alternatives_1_in_rule__XRelationalExpression__Group__1__Impl11949); rule__XRelationalExpression__Alternatives_1(); state._fsp--; if (state.failed) return ; } break; default : break loop57; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXRelationalExpressionAccess().getAlternatives_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__Group__1__Impl" // $ANTLR start "rule__XRelationalExpression__Group_1_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5688:1: rule__XRelationalExpression__Group_1_0__0 : rule__XRelationalExpression__Group_1_0__0__Impl rule__XRelationalExpression__Group_1_0__1 ; public final void rule__XRelationalExpression__Group_1_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5692:1: ( rule__XRelationalExpression__Group_1_0__0__Impl rule__XRelationalExpression__Group_1_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5693:2: rule__XRelationalExpression__Group_1_0__0__Impl rule__XRelationalExpression__Group_1_0__1 { pushFollow(FOLLOW_rule__XRelationalExpression__Group_1_0__0__Impl_in_rule__XRelationalExpression__Group_1_0__011984); rule__XRelationalExpression__Group_1_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XRelationalExpression__Group_1_0__1_in_rule__XRelationalExpression__Group_1_0__011987); rule__XRelationalExpression__Group_1_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__Group_1_0__0" // $ANTLR start "rule__XRelationalExpression__Group_1_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5700:1: rule__XRelationalExpression__Group_1_0__0__Impl : ( ( rule__XRelationalExpression__Group_1_0_0__0 ) ) ; public final void rule__XRelationalExpression__Group_1_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5704:1: ( ( ( rule__XRelationalExpression__Group_1_0_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5705:1: ( ( rule__XRelationalExpression__Group_1_0_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5705:1: ( ( rule__XRelationalExpression__Group_1_0_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5706:1: ( rule__XRelationalExpression__Group_1_0_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXRelationalExpressionAccess().getGroup_1_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5707:1: ( rule__XRelationalExpression__Group_1_0_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5707:2: rule__XRelationalExpression__Group_1_0_0__0 { pushFollow(FOLLOW_rule__XRelationalExpression__Group_1_0_0__0_in_rule__XRelationalExpression__Group_1_0__0__Impl12014); rule__XRelationalExpression__Group_1_0_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXRelationalExpressionAccess().getGroup_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__Group_1_0__0__Impl" // $ANTLR start "rule__XRelationalExpression__Group_1_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5717:1: rule__XRelationalExpression__Group_1_0__1 : rule__XRelationalExpression__Group_1_0__1__Impl ; public final void rule__XRelationalExpression__Group_1_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5721:1: ( rule__XRelationalExpression__Group_1_0__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5722:2: rule__XRelationalExpression__Group_1_0__1__Impl { pushFollow(FOLLOW_rule__XRelationalExpression__Group_1_0__1__Impl_in_rule__XRelationalExpression__Group_1_0__112044); rule__XRelationalExpression__Group_1_0__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__Group_1_0__1" // $ANTLR start "rule__XRelationalExpression__Group_1_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5728:1: rule__XRelationalExpression__Group_1_0__1__Impl : ( ( rule__XRelationalExpression__TypeAssignment_1_0_1 ) ) ; public final void rule__XRelationalExpression__Group_1_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5732:1: ( ( ( rule__XRelationalExpression__TypeAssignment_1_0_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5733:1: ( ( rule__XRelationalExpression__TypeAssignment_1_0_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5733:1: ( ( rule__XRelationalExpression__TypeAssignment_1_0_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5734:1: ( rule__XRelationalExpression__TypeAssignment_1_0_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXRelationalExpressionAccess().getTypeAssignment_1_0_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5735:1: ( rule__XRelationalExpression__TypeAssignment_1_0_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5735:2: rule__XRelationalExpression__TypeAssignment_1_0_1 { pushFollow(FOLLOW_rule__XRelationalExpression__TypeAssignment_1_0_1_in_rule__XRelationalExpression__Group_1_0__1__Impl12071); rule__XRelationalExpression__TypeAssignment_1_0_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXRelationalExpressionAccess().getTypeAssignment_1_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__Group_1_0__1__Impl" // $ANTLR start "rule__XRelationalExpression__Group_1_0_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5749:1: rule__XRelationalExpression__Group_1_0_0__0 : rule__XRelationalExpression__Group_1_0_0__0__Impl ; public final void rule__XRelationalExpression__Group_1_0_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5753:1: ( rule__XRelationalExpression__Group_1_0_0__0__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5754:2: rule__XRelationalExpression__Group_1_0_0__0__Impl { pushFollow(FOLLOW_rule__XRelationalExpression__Group_1_0_0__0__Impl_in_rule__XRelationalExpression__Group_1_0_0__012105); rule__XRelationalExpression__Group_1_0_0__0__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__Group_1_0_0__0" // $ANTLR start "rule__XRelationalExpression__Group_1_0_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5760:1: rule__XRelationalExpression__Group_1_0_0__0__Impl : ( ( rule__XRelationalExpression__Group_1_0_0_0__0 ) ) ; public final void rule__XRelationalExpression__Group_1_0_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5764:1: ( ( ( rule__XRelationalExpression__Group_1_0_0_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5765:1: ( ( rule__XRelationalExpression__Group_1_0_0_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5765:1: ( ( rule__XRelationalExpression__Group_1_0_0_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5766:1: ( rule__XRelationalExpression__Group_1_0_0_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXRelationalExpressionAccess().getGroup_1_0_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5767:1: ( rule__XRelationalExpression__Group_1_0_0_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5767:2: rule__XRelationalExpression__Group_1_0_0_0__0 { pushFollow(FOLLOW_rule__XRelationalExpression__Group_1_0_0_0__0_in_rule__XRelationalExpression__Group_1_0_0__0__Impl12132); rule__XRelationalExpression__Group_1_0_0_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXRelationalExpressionAccess().getGroup_1_0_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__Group_1_0_0__0__Impl" // $ANTLR start "rule__XRelationalExpression__Group_1_0_0_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5779:1: rule__XRelationalExpression__Group_1_0_0_0__0 : rule__XRelationalExpression__Group_1_0_0_0__0__Impl rule__XRelationalExpression__Group_1_0_0_0__1 ; public final void rule__XRelationalExpression__Group_1_0_0_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5783:1: ( rule__XRelationalExpression__Group_1_0_0_0__0__Impl rule__XRelationalExpression__Group_1_0_0_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5784:2: rule__XRelationalExpression__Group_1_0_0_0__0__Impl rule__XRelationalExpression__Group_1_0_0_0__1 { pushFollow(FOLLOW_rule__XRelationalExpression__Group_1_0_0_0__0__Impl_in_rule__XRelationalExpression__Group_1_0_0_0__012164); rule__XRelationalExpression__Group_1_0_0_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XRelationalExpression__Group_1_0_0_0__1_in_rule__XRelationalExpression__Group_1_0_0_0__012167); rule__XRelationalExpression__Group_1_0_0_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__Group_1_0_0_0__0" // $ANTLR start "rule__XRelationalExpression__Group_1_0_0_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5791:1: rule__XRelationalExpression__Group_1_0_0_0__0__Impl : ( () ) ; public final void rule__XRelationalExpression__Group_1_0_0_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5795:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5796:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5796:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5797:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXRelationalExpressionAccess().getXInstanceOfExpressionExpressionAction_1_0_0_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5798:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5800:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXRelationalExpressionAccess().getXInstanceOfExpressionExpressionAction_1_0_0_0_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__Group_1_0_0_0__0__Impl" // $ANTLR start "rule__XRelationalExpression__Group_1_0_0_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5810:1: rule__XRelationalExpression__Group_1_0_0_0__1 : rule__XRelationalExpression__Group_1_0_0_0__1__Impl ; public final void rule__XRelationalExpression__Group_1_0_0_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5814:1: ( rule__XRelationalExpression__Group_1_0_0_0__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5815:2: rule__XRelationalExpression__Group_1_0_0_0__1__Impl { pushFollow(FOLLOW_rule__XRelationalExpression__Group_1_0_0_0__1__Impl_in_rule__XRelationalExpression__Group_1_0_0_0__112225); rule__XRelationalExpression__Group_1_0_0_0__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__Group_1_0_0_0__1" // $ANTLR start "rule__XRelationalExpression__Group_1_0_0_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5821:1: rule__XRelationalExpression__Group_1_0_0_0__1__Impl : ( 'instanceof' ) ; public final void rule__XRelationalExpression__Group_1_0_0_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5825:1: ( ( 'instanceof' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5826:1: ( 'instanceof' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5826:1: ( 'instanceof' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5827:1: 'instanceof' { if ( state.backtracking==0 ) { before(grammarAccess.getXRelationalExpressionAccess().getInstanceofKeyword_1_0_0_0_1()); } match(input,60,FOLLOW_60_in_rule__XRelationalExpression__Group_1_0_0_0__1__Impl12253); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXRelationalExpressionAccess().getInstanceofKeyword_1_0_0_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__Group_1_0_0_0__1__Impl" // $ANTLR start "rule__XRelationalExpression__Group_1_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5844:1: rule__XRelationalExpression__Group_1_1__0 : rule__XRelationalExpression__Group_1_1__0__Impl rule__XRelationalExpression__Group_1_1__1 ; public final void rule__XRelationalExpression__Group_1_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5848:1: ( rule__XRelationalExpression__Group_1_1__0__Impl rule__XRelationalExpression__Group_1_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5849:2: rule__XRelationalExpression__Group_1_1__0__Impl rule__XRelationalExpression__Group_1_1__1 { pushFollow(FOLLOW_rule__XRelationalExpression__Group_1_1__0__Impl_in_rule__XRelationalExpression__Group_1_1__012288); rule__XRelationalExpression__Group_1_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XRelationalExpression__Group_1_1__1_in_rule__XRelationalExpression__Group_1_1__012291); rule__XRelationalExpression__Group_1_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__Group_1_1__0" // $ANTLR start "rule__XRelationalExpression__Group_1_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5856:1: rule__XRelationalExpression__Group_1_1__0__Impl : ( ( rule__XRelationalExpression__Group_1_1_0__0 ) ) ; public final void rule__XRelationalExpression__Group_1_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5860:1: ( ( ( rule__XRelationalExpression__Group_1_1_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5861:1: ( ( rule__XRelationalExpression__Group_1_1_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5861:1: ( ( rule__XRelationalExpression__Group_1_1_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5862:1: ( rule__XRelationalExpression__Group_1_1_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXRelationalExpressionAccess().getGroup_1_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5863:1: ( rule__XRelationalExpression__Group_1_1_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5863:2: rule__XRelationalExpression__Group_1_1_0__0 { pushFollow(FOLLOW_rule__XRelationalExpression__Group_1_1_0__0_in_rule__XRelationalExpression__Group_1_1__0__Impl12318); rule__XRelationalExpression__Group_1_1_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXRelationalExpressionAccess().getGroup_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__Group_1_1__0__Impl" // $ANTLR start "rule__XRelationalExpression__Group_1_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5873:1: rule__XRelationalExpression__Group_1_1__1 : rule__XRelationalExpression__Group_1_1__1__Impl ; public final void rule__XRelationalExpression__Group_1_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5877:1: ( rule__XRelationalExpression__Group_1_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5878:2: rule__XRelationalExpression__Group_1_1__1__Impl { pushFollow(FOLLOW_rule__XRelationalExpression__Group_1_1__1__Impl_in_rule__XRelationalExpression__Group_1_1__112348); rule__XRelationalExpression__Group_1_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__Group_1_1__1" // $ANTLR start "rule__XRelationalExpression__Group_1_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5884:1: rule__XRelationalExpression__Group_1_1__1__Impl : ( ( rule__XRelationalExpression__RightOperandAssignment_1_1_1 ) ) ; public final void rule__XRelationalExpression__Group_1_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5888:1: ( ( ( rule__XRelationalExpression__RightOperandAssignment_1_1_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5889:1: ( ( rule__XRelationalExpression__RightOperandAssignment_1_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5889:1: ( ( rule__XRelationalExpression__RightOperandAssignment_1_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5890:1: ( rule__XRelationalExpression__RightOperandAssignment_1_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXRelationalExpressionAccess().getRightOperandAssignment_1_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5891:1: ( rule__XRelationalExpression__RightOperandAssignment_1_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5891:2: rule__XRelationalExpression__RightOperandAssignment_1_1_1 { pushFollow(FOLLOW_rule__XRelationalExpression__RightOperandAssignment_1_1_1_in_rule__XRelationalExpression__Group_1_1__1__Impl12375); rule__XRelationalExpression__RightOperandAssignment_1_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXRelationalExpressionAccess().getRightOperandAssignment_1_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__Group_1_1__1__Impl" // $ANTLR start "rule__XRelationalExpression__Group_1_1_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5905:1: rule__XRelationalExpression__Group_1_1_0__0 : rule__XRelationalExpression__Group_1_1_0__0__Impl ; public final void rule__XRelationalExpression__Group_1_1_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5909:1: ( rule__XRelationalExpression__Group_1_1_0__0__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5910:2: rule__XRelationalExpression__Group_1_1_0__0__Impl { pushFollow(FOLLOW_rule__XRelationalExpression__Group_1_1_0__0__Impl_in_rule__XRelationalExpression__Group_1_1_0__012409); rule__XRelationalExpression__Group_1_1_0__0__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__Group_1_1_0__0" // $ANTLR start "rule__XRelationalExpression__Group_1_1_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5916:1: rule__XRelationalExpression__Group_1_1_0__0__Impl : ( ( rule__XRelationalExpression__Group_1_1_0_0__0 ) ) ; public final void rule__XRelationalExpression__Group_1_1_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5920:1: ( ( ( rule__XRelationalExpression__Group_1_1_0_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5921:1: ( ( rule__XRelationalExpression__Group_1_1_0_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5921:1: ( ( rule__XRelationalExpression__Group_1_1_0_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5922:1: ( rule__XRelationalExpression__Group_1_1_0_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXRelationalExpressionAccess().getGroup_1_1_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5923:1: ( rule__XRelationalExpression__Group_1_1_0_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5923:2: rule__XRelationalExpression__Group_1_1_0_0__0 { pushFollow(FOLLOW_rule__XRelationalExpression__Group_1_1_0_0__0_in_rule__XRelationalExpression__Group_1_1_0__0__Impl12436); rule__XRelationalExpression__Group_1_1_0_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXRelationalExpressionAccess().getGroup_1_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__Group_1_1_0__0__Impl" // $ANTLR start "rule__XRelationalExpression__Group_1_1_0_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5935:1: rule__XRelationalExpression__Group_1_1_0_0__0 : rule__XRelationalExpression__Group_1_1_0_0__0__Impl rule__XRelationalExpression__Group_1_1_0_0__1 ; public final void rule__XRelationalExpression__Group_1_1_0_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5939:1: ( rule__XRelationalExpression__Group_1_1_0_0__0__Impl rule__XRelationalExpression__Group_1_1_0_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5940:2: rule__XRelationalExpression__Group_1_1_0_0__0__Impl rule__XRelationalExpression__Group_1_1_0_0__1 { pushFollow(FOLLOW_rule__XRelationalExpression__Group_1_1_0_0__0__Impl_in_rule__XRelationalExpression__Group_1_1_0_0__012468); rule__XRelationalExpression__Group_1_1_0_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XRelationalExpression__Group_1_1_0_0__1_in_rule__XRelationalExpression__Group_1_1_0_0__012471); rule__XRelationalExpression__Group_1_1_0_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__Group_1_1_0_0__0" // $ANTLR start "rule__XRelationalExpression__Group_1_1_0_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5947:1: rule__XRelationalExpression__Group_1_1_0_0__0__Impl : ( () ) ; public final void rule__XRelationalExpression__Group_1_1_0_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5951:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5952:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5952:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5953:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXRelationalExpressionAccess().getXBinaryOperationLeftOperandAction_1_1_0_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5954:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5956:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXRelationalExpressionAccess().getXBinaryOperationLeftOperandAction_1_1_0_0_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__Group_1_1_0_0__0__Impl" // $ANTLR start "rule__XRelationalExpression__Group_1_1_0_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5966:1: rule__XRelationalExpression__Group_1_1_0_0__1 : rule__XRelationalExpression__Group_1_1_0_0__1__Impl ; public final void rule__XRelationalExpression__Group_1_1_0_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5970:1: ( rule__XRelationalExpression__Group_1_1_0_0__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5971:2: rule__XRelationalExpression__Group_1_1_0_0__1__Impl { pushFollow(FOLLOW_rule__XRelationalExpression__Group_1_1_0_0__1__Impl_in_rule__XRelationalExpression__Group_1_1_0_0__112529); rule__XRelationalExpression__Group_1_1_0_0__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__Group_1_1_0_0__1" // $ANTLR start "rule__XRelationalExpression__Group_1_1_0_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5977:1: rule__XRelationalExpression__Group_1_1_0_0__1__Impl : ( ( rule__XRelationalExpression__FeatureAssignment_1_1_0_0_1 ) ) ; public final void rule__XRelationalExpression__Group_1_1_0_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5981:1: ( ( ( rule__XRelationalExpression__FeatureAssignment_1_1_0_0_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5982:1: ( ( rule__XRelationalExpression__FeatureAssignment_1_1_0_0_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5982:1: ( ( rule__XRelationalExpression__FeatureAssignment_1_1_0_0_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5983:1: ( rule__XRelationalExpression__FeatureAssignment_1_1_0_0_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXRelationalExpressionAccess().getFeatureAssignment_1_1_0_0_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5984:1: ( rule__XRelationalExpression__FeatureAssignment_1_1_0_0_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5984:2: rule__XRelationalExpression__FeatureAssignment_1_1_0_0_1 { pushFollow(FOLLOW_rule__XRelationalExpression__FeatureAssignment_1_1_0_0_1_in_rule__XRelationalExpression__Group_1_1_0_0__1__Impl12556); rule__XRelationalExpression__FeatureAssignment_1_1_0_0_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXRelationalExpressionAccess().getFeatureAssignment_1_1_0_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__Group_1_1_0_0__1__Impl" // $ANTLR start "rule__OpCompare__Group_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5998:1: rule__OpCompare__Group_1__0 : rule__OpCompare__Group_1__0__Impl rule__OpCompare__Group_1__1 ; public final void rule__OpCompare__Group_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6002:1: ( rule__OpCompare__Group_1__0__Impl rule__OpCompare__Group_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6003:2: rule__OpCompare__Group_1__0__Impl rule__OpCompare__Group_1__1 { pushFollow(FOLLOW_rule__OpCompare__Group_1__0__Impl_in_rule__OpCompare__Group_1__012590); rule__OpCompare__Group_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__OpCompare__Group_1__1_in_rule__OpCompare__Group_1__012593); rule__OpCompare__Group_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpCompare__Group_1__0" // $ANTLR start "rule__OpCompare__Group_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6010:1: rule__OpCompare__Group_1__0__Impl : ( '<' ) ; public final void rule__OpCompare__Group_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6014:1: ( ( '<' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6015:1: ( '<' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6015:1: ( '<' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6016:1: '<' { if ( state.backtracking==0 ) { before(grammarAccess.getOpCompareAccess().getLessThanSignKeyword_1_0()); } match(input,27,FOLLOW_27_in_rule__OpCompare__Group_1__0__Impl12621); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpCompareAccess().getLessThanSignKeyword_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpCompare__Group_1__0__Impl" // $ANTLR start "rule__OpCompare__Group_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6029:1: rule__OpCompare__Group_1__1 : rule__OpCompare__Group_1__1__Impl ; public final void rule__OpCompare__Group_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6033:1: ( rule__OpCompare__Group_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6034:2: rule__OpCompare__Group_1__1__Impl { pushFollow(FOLLOW_rule__OpCompare__Group_1__1__Impl_in_rule__OpCompare__Group_1__112652); rule__OpCompare__Group_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpCompare__Group_1__1" // $ANTLR start "rule__OpCompare__Group_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6040:1: rule__OpCompare__Group_1__1__Impl : ( '=' ) ; public final void rule__OpCompare__Group_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6044:1: ( ( '=' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6045:1: ( '=' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6045:1: ( '=' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6046:1: '=' { if ( state.backtracking==0 ) { before(grammarAccess.getOpCompareAccess().getEqualsSignKeyword_1_1()); } match(input,13,FOLLOW_13_in_rule__OpCompare__Group_1__1__Impl12680); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpCompareAccess().getEqualsSignKeyword_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpCompare__Group_1__1__Impl" // $ANTLR start "rule__XOtherOperatorExpression__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6063:1: rule__XOtherOperatorExpression__Group__0 : rule__XOtherOperatorExpression__Group__0__Impl rule__XOtherOperatorExpression__Group__1 ; public final void rule__XOtherOperatorExpression__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6067:1: ( rule__XOtherOperatorExpression__Group__0__Impl rule__XOtherOperatorExpression__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6068:2: rule__XOtherOperatorExpression__Group__0__Impl rule__XOtherOperatorExpression__Group__1 { pushFollow(FOLLOW_rule__XOtherOperatorExpression__Group__0__Impl_in_rule__XOtherOperatorExpression__Group__012715); rule__XOtherOperatorExpression__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XOtherOperatorExpression__Group__1_in_rule__XOtherOperatorExpression__Group__012718); rule__XOtherOperatorExpression__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOtherOperatorExpression__Group__0" // $ANTLR start "rule__XOtherOperatorExpression__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6075:1: rule__XOtherOperatorExpression__Group__0__Impl : ( ruleXAdditiveExpression ) ; public final void rule__XOtherOperatorExpression__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6079:1: ( ( ruleXAdditiveExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6080:1: ( ruleXAdditiveExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6080:1: ( ruleXAdditiveExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6081:1: ruleXAdditiveExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXOtherOperatorExpressionAccess().getXAdditiveExpressionParserRuleCall_0()); } pushFollow(FOLLOW_ruleXAdditiveExpression_in_rule__XOtherOperatorExpression__Group__0__Impl12745); ruleXAdditiveExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXOtherOperatorExpressionAccess().getXAdditiveExpressionParserRuleCall_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOtherOperatorExpression__Group__0__Impl" // $ANTLR start "rule__XOtherOperatorExpression__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6092:1: rule__XOtherOperatorExpression__Group__1 : rule__XOtherOperatorExpression__Group__1__Impl ; public final void rule__XOtherOperatorExpression__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6096:1: ( rule__XOtherOperatorExpression__Group__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6097:2: rule__XOtherOperatorExpression__Group__1__Impl { pushFollow(FOLLOW_rule__XOtherOperatorExpression__Group__1__Impl_in_rule__XOtherOperatorExpression__Group__112774); rule__XOtherOperatorExpression__Group__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOtherOperatorExpression__Group__1" // $ANTLR start "rule__XOtherOperatorExpression__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6103:1: rule__XOtherOperatorExpression__Group__1__Impl : ( ( rule__XOtherOperatorExpression__Group_1__0 )* ) ; public final void rule__XOtherOperatorExpression__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6107:1: ( ( ( rule__XOtherOperatorExpression__Group_1__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6108:1: ( ( rule__XOtherOperatorExpression__Group_1__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6108:1: ( ( rule__XOtherOperatorExpression__Group_1__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6109:1: ( rule__XOtherOperatorExpression__Group_1__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getXOtherOperatorExpressionAccess().getGroup_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6110:1: ( rule__XOtherOperatorExpression__Group_1__0 )* loop58: do { int alt58=2; alt58 = dfa58.predict(input); switch (alt58) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6110:2: rule__XOtherOperatorExpression__Group_1__0 { pushFollow(FOLLOW_rule__XOtherOperatorExpression__Group_1__0_in_rule__XOtherOperatorExpression__Group__1__Impl12801); rule__XOtherOperatorExpression__Group_1__0(); state._fsp--; if (state.failed) return ; } break; default : break loop58; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXOtherOperatorExpressionAccess().getGroup_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOtherOperatorExpression__Group__1__Impl" // $ANTLR start "rule__XOtherOperatorExpression__Group_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6124:1: rule__XOtherOperatorExpression__Group_1__0 : rule__XOtherOperatorExpression__Group_1__0__Impl rule__XOtherOperatorExpression__Group_1__1 ; public final void rule__XOtherOperatorExpression__Group_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6128:1: ( rule__XOtherOperatorExpression__Group_1__0__Impl rule__XOtherOperatorExpression__Group_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6129:2: rule__XOtherOperatorExpression__Group_1__0__Impl rule__XOtherOperatorExpression__Group_1__1 { pushFollow(FOLLOW_rule__XOtherOperatorExpression__Group_1__0__Impl_in_rule__XOtherOperatorExpression__Group_1__012836); rule__XOtherOperatorExpression__Group_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XOtherOperatorExpression__Group_1__1_in_rule__XOtherOperatorExpression__Group_1__012839); rule__XOtherOperatorExpression__Group_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOtherOperatorExpression__Group_1__0" // $ANTLR start "rule__XOtherOperatorExpression__Group_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6136:1: rule__XOtherOperatorExpression__Group_1__0__Impl : ( ( rule__XOtherOperatorExpression__Group_1_0__0 ) ) ; public final void rule__XOtherOperatorExpression__Group_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6140:1: ( ( ( rule__XOtherOperatorExpression__Group_1_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6141:1: ( ( rule__XOtherOperatorExpression__Group_1_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6141:1: ( ( rule__XOtherOperatorExpression__Group_1_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6142:1: ( rule__XOtherOperatorExpression__Group_1_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXOtherOperatorExpressionAccess().getGroup_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6143:1: ( rule__XOtherOperatorExpression__Group_1_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6143:2: rule__XOtherOperatorExpression__Group_1_0__0 { pushFollow(FOLLOW_rule__XOtherOperatorExpression__Group_1_0__0_in_rule__XOtherOperatorExpression__Group_1__0__Impl12866); rule__XOtherOperatorExpression__Group_1_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXOtherOperatorExpressionAccess().getGroup_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOtherOperatorExpression__Group_1__0__Impl" // $ANTLR start "rule__XOtherOperatorExpression__Group_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6153:1: rule__XOtherOperatorExpression__Group_1__1 : rule__XOtherOperatorExpression__Group_1__1__Impl ; public final void rule__XOtherOperatorExpression__Group_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6157:1: ( rule__XOtherOperatorExpression__Group_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6158:2: rule__XOtherOperatorExpression__Group_1__1__Impl { pushFollow(FOLLOW_rule__XOtherOperatorExpression__Group_1__1__Impl_in_rule__XOtherOperatorExpression__Group_1__112896); rule__XOtherOperatorExpression__Group_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOtherOperatorExpression__Group_1__1" // $ANTLR start "rule__XOtherOperatorExpression__Group_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6164:1: rule__XOtherOperatorExpression__Group_1__1__Impl : ( ( rule__XOtherOperatorExpression__RightOperandAssignment_1_1 ) ) ; public final void rule__XOtherOperatorExpression__Group_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6168:1: ( ( ( rule__XOtherOperatorExpression__RightOperandAssignment_1_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6169:1: ( ( rule__XOtherOperatorExpression__RightOperandAssignment_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6169:1: ( ( rule__XOtherOperatorExpression__RightOperandAssignment_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6170:1: ( rule__XOtherOperatorExpression__RightOperandAssignment_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXOtherOperatorExpressionAccess().getRightOperandAssignment_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6171:1: ( rule__XOtherOperatorExpression__RightOperandAssignment_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6171:2: rule__XOtherOperatorExpression__RightOperandAssignment_1_1 { pushFollow(FOLLOW_rule__XOtherOperatorExpression__RightOperandAssignment_1_1_in_rule__XOtherOperatorExpression__Group_1__1__Impl12923); rule__XOtherOperatorExpression__RightOperandAssignment_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXOtherOperatorExpressionAccess().getRightOperandAssignment_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOtherOperatorExpression__Group_1__1__Impl" // $ANTLR start "rule__XOtherOperatorExpression__Group_1_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6185:1: rule__XOtherOperatorExpression__Group_1_0__0 : rule__XOtherOperatorExpression__Group_1_0__0__Impl ; public final void rule__XOtherOperatorExpression__Group_1_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6189:1: ( rule__XOtherOperatorExpression__Group_1_0__0__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6190:2: rule__XOtherOperatorExpression__Group_1_0__0__Impl { pushFollow(FOLLOW_rule__XOtherOperatorExpression__Group_1_0__0__Impl_in_rule__XOtherOperatorExpression__Group_1_0__012957); rule__XOtherOperatorExpression__Group_1_0__0__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOtherOperatorExpression__Group_1_0__0" // $ANTLR start "rule__XOtherOperatorExpression__Group_1_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6196:1: rule__XOtherOperatorExpression__Group_1_0__0__Impl : ( ( rule__XOtherOperatorExpression__Group_1_0_0__0 ) ) ; public final void rule__XOtherOperatorExpression__Group_1_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6200:1: ( ( ( rule__XOtherOperatorExpression__Group_1_0_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6201:1: ( ( rule__XOtherOperatorExpression__Group_1_0_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6201:1: ( ( rule__XOtherOperatorExpression__Group_1_0_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6202:1: ( rule__XOtherOperatorExpression__Group_1_0_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXOtherOperatorExpressionAccess().getGroup_1_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6203:1: ( rule__XOtherOperatorExpression__Group_1_0_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6203:2: rule__XOtherOperatorExpression__Group_1_0_0__0 { pushFollow(FOLLOW_rule__XOtherOperatorExpression__Group_1_0_0__0_in_rule__XOtherOperatorExpression__Group_1_0__0__Impl12984); rule__XOtherOperatorExpression__Group_1_0_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXOtherOperatorExpressionAccess().getGroup_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOtherOperatorExpression__Group_1_0__0__Impl" // $ANTLR start "rule__XOtherOperatorExpression__Group_1_0_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6215:1: rule__XOtherOperatorExpression__Group_1_0_0__0 : rule__XOtherOperatorExpression__Group_1_0_0__0__Impl rule__XOtherOperatorExpression__Group_1_0_0__1 ; public final void rule__XOtherOperatorExpression__Group_1_0_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6219:1: ( rule__XOtherOperatorExpression__Group_1_0_0__0__Impl rule__XOtherOperatorExpression__Group_1_0_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6220:2: rule__XOtherOperatorExpression__Group_1_0_0__0__Impl rule__XOtherOperatorExpression__Group_1_0_0__1 { pushFollow(FOLLOW_rule__XOtherOperatorExpression__Group_1_0_0__0__Impl_in_rule__XOtherOperatorExpression__Group_1_0_0__013016); rule__XOtherOperatorExpression__Group_1_0_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XOtherOperatorExpression__Group_1_0_0__1_in_rule__XOtherOperatorExpression__Group_1_0_0__013019); rule__XOtherOperatorExpression__Group_1_0_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOtherOperatorExpression__Group_1_0_0__0" // $ANTLR start "rule__XOtherOperatorExpression__Group_1_0_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6227:1: rule__XOtherOperatorExpression__Group_1_0_0__0__Impl : ( () ) ; public final void rule__XOtherOperatorExpression__Group_1_0_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6231:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6232:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6232:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6233:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXOtherOperatorExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6234:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6236:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXOtherOperatorExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOtherOperatorExpression__Group_1_0_0__0__Impl" // $ANTLR start "rule__XOtherOperatorExpression__Group_1_0_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6246:1: rule__XOtherOperatorExpression__Group_1_0_0__1 : rule__XOtherOperatorExpression__Group_1_0_0__1__Impl ; public final void rule__XOtherOperatorExpression__Group_1_0_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6250:1: ( rule__XOtherOperatorExpression__Group_1_0_0__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6251:2: rule__XOtherOperatorExpression__Group_1_0_0__1__Impl { pushFollow(FOLLOW_rule__XOtherOperatorExpression__Group_1_0_0__1__Impl_in_rule__XOtherOperatorExpression__Group_1_0_0__113077); rule__XOtherOperatorExpression__Group_1_0_0__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOtherOperatorExpression__Group_1_0_0__1" // $ANTLR start "rule__XOtherOperatorExpression__Group_1_0_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6257:1: rule__XOtherOperatorExpression__Group_1_0_0__1__Impl : ( ( rule__XOtherOperatorExpression__FeatureAssignment_1_0_0_1 ) ) ; public final void rule__XOtherOperatorExpression__Group_1_0_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6261:1: ( ( ( rule__XOtherOperatorExpression__FeatureAssignment_1_0_0_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6262:1: ( ( rule__XOtherOperatorExpression__FeatureAssignment_1_0_0_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6262:1: ( ( rule__XOtherOperatorExpression__FeatureAssignment_1_0_0_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6263:1: ( rule__XOtherOperatorExpression__FeatureAssignment_1_0_0_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXOtherOperatorExpressionAccess().getFeatureAssignment_1_0_0_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6264:1: ( rule__XOtherOperatorExpression__FeatureAssignment_1_0_0_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6264:2: rule__XOtherOperatorExpression__FeatureAssignment_1_0_0_1 { pushFollow(FOLLOW_rule__XOtherOperatorExpression__FeatureAssignment_1_0_0_1_in_rule__XOtherOperatorExpression__Group_1_0_0__1__Impl13104); rule__XOtherOperatorExpression__FeatureAssignment_1_0_0_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXOtherOperatorExpressionAccess().getFeatureAssignment_1_0_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOtherOperatorExpression__Group_1_0_0__1__Impl" // $ANTLR start "rule__OpOther__Group_2__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6278:1: rule__OpOther__Group_2__0 : rule__OpOther__Group_2__0__Impl rule__OpOther__Group_2__1 ; public final void rule__OpOther__Group_2__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6282:1: ( rule__OpOther__Group_2__0__Impl rule__OpOther__Group_2__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6283:2: rule__OpOther__Group_2__0__Impl rule__OpOther__Group_2__1 { pushFollow(FOLLOW_rule__OpOther__Group_2__0__Impl_in_rule__OpOther__Group_2__013138); rule__OpOther__Group_2__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__OpOther__Group_2__1_in_rule__OpOther__Group_2__013141); rule__OpOther__Group_2__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpOther__Group_2__0" // $ANTLR start "rule__OpOther__Group_2__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6290:1: rule__OpOther__Group_2__0__Impl : ( '>' ) ; public final void rule__OpOther__Group_2__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6294:1: ( ( '>' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6295:1: ( '>' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6295:1: ( '>' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6296:1: '>' { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_2_0()); } match(input,26,FOLLOW_26_in_rule__OpOther__Group_2__0__Impl13169); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpOther__Group_2__0__Impl" // $ANTLR start "rule__OpOther__Group_2__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6309:1: rule__OpOther__Group_2__1 : rule__OpOther__Group_2__1__Impl ; public final void rule__OpOther__Group_2__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6313:1: ( rule__OpOther__Group_2__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6314:2: rule__OpOther__Group_2__1__Impl { pushFollow(FOLLOW_rule__OpOther__Group_2__1__Impl_in_rule__OpOther__Group_2__113200); rule__OpOther__Group_2__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpOther__Group_2__1" // $ANTLR start "rule__OpOther__Group_2__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6320:1: rule__OpOther__Group_2__1__Impl : ( '..' ) ; public final void rule__OpOther__Group_2__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6324:1: ( ( '..' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6325:1: ( '..' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6325:1: ( '..' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6326:1: '..' { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getFullStopFullStopKeyword_2_1()); } match(input,30,FOLLOW_30_in_rule__OpOther__Group_2__1__Impl13228); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherAccess().getFullStopFullStopKeyword_2_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpOther__Group_2__1__Impl" // $ANTLR start "rule__OpOther__Group_5__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6343:1: rule__OpOther__Group_5__0 : rule__OpOther__Group_5__0__Impl rule__OpOther__Group_5__1 ; public final void rule__OpOther__Group_5__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6347:1: ( rule__OpOther__Group_5__0__Impl rule__OpOther__Group_5__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6348:2: rule__OpOther__Group_5__0__Impl rule__OpOther__Group_5__1 { pushFollow(FOLLOW_rule__OpOther__Group_5__0__Impl_in_rule__OpOther__Group_5__013263); rule__OpOther__Group_5__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__OpOther__Group_5__1_in_rule__OpOther__Group_5__013266); rule__OpOther__Group_5__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpOther__Group_5__0" // $ANTLR start "rule__OpOther__Group_5__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6355:1: rule__OpOther__Group_5__0__Impl : ( '>' ) ; public final void rule__OpOther__Group_5__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6359:1: ( ( '>' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6360:1: ( '>' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6360:1: ( '>' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6361:1: '>' { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_0()); } match(input,26,FOLLOW_26_in_rule__OpOther__Group_5__0__Impl13294); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpOther__Group_5__0__Impl" // $ANTLR start "rule__OpOther__Group_5__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6374:1: rule__OpOther__Group_5__1 : rule__OpOther__Group_5__1__Impl ; public final void rule__OpOther__Group_5__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6378:1: ( rule__OpOther__Group_5__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6379:2: rule__OpOther__Group_5__1__Impl { pushFollow(FOLLOW_rule__OpOther__Group_5__1__Impl_in_rule__OpOther__Group_5__113325); rule__OpOther__Group_5__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpOther__Group_5__1" // $ANTLR start "rule__OpOther__Group_5__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6385:1: rule__OpOther__Group_5__1__Impl : ( ( rule__OpOther__Alternatives_5_1 ) ) ; public final void rule__OpOther__Group_5__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6389:1: ( ( ( rule__OpOther__Alternatives_5_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6390:1: ( ( rule__OpOther__Alternatives_5_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6390:1: ( ( rule__OpOther__Alternatives_5_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6391:1: ( rule__OpOther__Alternatives_5_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getAlternatives_5_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6392:1: ( rule__OpOther__Alternatives_5_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6392:2: rule__OpOther__Alternatives_5_1 { pushFollow(FOLLOW_rule__OpOther__Alternatives_5_1_in_rule__OpOther__Group_5__1__Impl13352); rule__OpOther__Alternatives_5_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherAccess().getAlternatives_5_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpOther__Group_5__1__Impl" // $ANTLR start "rule__OpOther__Group_5_1_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6406:1: rule__OpOther__Group_5_1_0__0 : rule__OpOther__Group_5_1_0__0__Impl ; public final void rule__OpOther__Group_5_1_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6410:1: ( rule__OpOther__Group_5_1_0__0__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6411:2: rule__OpOther__Group_5_1_0__0__Impl { pushFollow(FOLLOW_rule__OpOther__Group_5_1_0__0__Impl_in_rule__OpOther__Group_5_1_0__013386); rule__OpOther__Group_5_1_0__0__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpOther__Group_5_1_0__0" // $ANTLR start "rule__OpOther__Group_5_1_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6417:1: rule__OpOther__Group_5_1_0__0__Impl : ( ( rule__OpOther__Group_5_1_0_0__0 ) ) ; public final void rule__OpOther__Group_5_1_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6421:1: ( ( ( rule__OpOther__Group_5_1_0_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6422:1: ( ( rule__OpOther__Group_5_1_0_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6422:1: ( ( rule__OpOther__Group_5_1_0_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6423:1: ( rule__OpOther__Group_5_1_0_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getGroup_5_1_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6424:1: ( rule__OpOther__Group_5_1_0_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6424:2: rule__OpOther__Group_5_1_0_0__0 { pushFollow(FOLLOW_rule__OpOther__Group_5_1_0_0__0_in_rule__OpOther__Group_5_1_0__0__Impl13413); rule__OpOther__Group_5_1_0_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherAccess().getGroup_5_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpOther__Group_5_1_0__0__Impl" // $ANTLR start "rule__OpOther__Group_5_1_0_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6436:1: rule__OpOther__Group_5_1_0_0__0 : rule__OpOther__Group_5_1_0_0__0__Impl rule__OpOther__Group_5_1_0_0__1 ; public final void rule__OpOther__Group_5_1_0_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6440:1: ( rule__OpOther__Group_5_1_0_0__0__Impl rule__OpOther__Group_5_1_0_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6441:2: rule__OpOther__Group_5_1_0_0__0__Impl rule__OpOther__Group_5_1_0_0__1 { pushFollow(FOLLOW_rule__OpOther__Group_5_1_0_0__0__Impl_in_rule__OpOther__Group_5_1_0_0__013445); rule__OpOther__Group_5_1_0_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__OpOther__Group_5_1_0_0__1_in_rule__OpOther__Group_5_1_0_0__013448); rule__OpOther__Group_5_1_0_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpOther__Group_5_1_0_0__0" // $ANTLR start "rule__OpOther__Group_5_1_0_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6448:1: rule__OpOther__Group_5_1_0_0__0__Impl : ( '>' ) ; public final void rule__OpOther__Group_5_1_0_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6452:1: ( ( '>' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6453:1: ( '>' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6453:1: ( '>' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6454:1: '>' { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_1_0_0_0()); } match(input,26,FOLLOW_26_in_rule__OpOther__Group_5_1_0_0__0__Impl13476); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_1_0_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpOther__Group_5_1_0_0__0__Impl" // $ANTLR start "rule__OpOther__Group_5_1_0_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6467:1: rule__OpOther__Group_5_1_0_0__1 : rule__OpOther__Group_5_1_0_0__1__Impl ; public final void rule__OpOther__Group_5_1_0_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6471:1: ( rule__OpOther__Group_5_1_0_0__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6472:2: rule__OpOther__Group_5_1_0_0__1__Impl { pushFollow(FOLLOW_rule__OpOther__Group_5_1_0_0__1__Impl_in_rule__OpOther__Group_5_1_0_0__113507); rule__OpOther__Group_5_1_0_0__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpOther__Group_5_1_0_0__1" // $ANTLR start "rule__OpOther__Group_5_1_0_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6478:1: rule__OpOther__Group_5_1_0_0__1__Impl : ( '>' ) ; public final void rule__OpOther__Group_5_1_0_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6482:1: ( ( '>' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6483:1: ( '>' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6483:1: ( '>' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6484:1: '>' { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_1_0_0_1()); } match(input,26,FOLLOW_26_in_rule__OpOther__Group_5_1_0_0__1__Impl13535); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_1_0_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpOther__Group_5_1_0_0__1__Impl" // $ANTLR start "rule__OpOther__Group_6__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6501:1: rule__OpOther__Group_6__0 : rule__OpOther__Group_6__0__Impl rule__OpOther__Group_6__1 ; public final void rule__OpOther__Group_6__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6505:1: ( rule__OpOther__Group_6__0__Impl rule__OpOther__Group_6__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6506:2: rule__OpOther__Group_6__0__Impl rule__OpOther__Group_6__1 { pushFollow(FOLLOW_rule__OpOther__Group_6__0__Impl_in_rule__OpOther__Group_6__013570); rule__OpOther__Group_6__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__OpOther__Group_6__1_in_rule__OpOther__Group_6__013573); rule__OpOther__Group_6__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpOther__Group_6__0" // $ANTLR start "rule__OpOther__Group_6__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6513:1: rule__OpOther__Group_6__0__Impl : ( '<' ) ; public final void rule__OpOther__Group_6__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6517:1: ( ( '<' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6518:1: ( '<' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6518:1: ( '<' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6519:1: '<' { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_0()); } match(input,27,FOLLOW_27_in_rule__OpOther__Group_6__0__Impl13601); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpOther__Group_6__0__Impl" // $ANTLR start "rule__OpOther__Group_6__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6532:1: rule__OpOther__Group_6__1 : rule__OpOther__Group_6__1__Impl ; public final void rule__OpOther__Group_6__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6536:1: ( rule__OpOther__Group_6__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6537:2: rule__OpOther__Group_6__1__Impl { pushFollow(FOLLOW_rule__OpOther__Group_6__1__Impl_in_rule__OpOther__Group_6__113632); rule__OpOther__Group_6__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpOther__Group_6__1" // $ANTLR start "rule__OpOther__Group_6__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6543:1: rule__OpOther__Group_6__1__Impl : ( ( rule__OpOther__Alternatives_6_1 ) ) ; public final void rule__OpOther__Group_6__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6547:1: ( ( ( rule__OpOther__Alternatives_6_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6548:1: ( ( rule__OpOther__Alternatives_6_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6548:1: ( ( rule__OpOther__Alternatives_6_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6549:1: ( rule__OpOther__Alternatives_6_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getAlternatives_6_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6550:1: ( rule__OpOther__Alternatives_6_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6550:2: rule__OpOther__Alternatives_6_1 { pushFollow(FOLLOW_rule__OpOther__Alternatives_6_1_in_rule__OpOther__Group_6__1__Impl13659); rule__OpOther__Alternatives_6_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherAccess().getAlternatives_6_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpOther__Group_6__1__Impl" // $ANTLR start "rule__OpOther__Group_6_1_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6564:1: rule__OpOther__Group_6_1_0__0 : rule__OpOther__Group_6_1_0__0__Impl ; public final void rule__OpOther__Group_6_1_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6568:1: ( rule__OpOther__Group_6_1_0__0__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6569:2: rule__OpOther__Group_6_1_0__0__Impl { pushFollow(FOLLOW_rule__OpOther__Group_6_1_0__0__Impl_in_rule__OpOther__Group_6_1_0__013693); rule__OpOther__Group_6_1_0__0__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpOther__Group_6_1_0__0" // $ANTLR start "rule__OpOther__Group_6_1_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6575:1: rule__OpOther__Group_6_1_0__0__Impl : ( ( rule__OpOther__Group_6_1_0_0__0 ) ) ; public final void rule__OpOther__Group_6_1_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6579:1: ( ( ( rule__OpOther__Group_6_1_0_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6580:1: ( ( rule__OpOther__Group_6_1_0_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6580:1: ( ( rule__OpOther__Group_6_1_0_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6581:1: ( rule__OpOther__Group_6_1_0_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getGroup_6_1_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6582:1: ( rule__OpOther__Group_6_1_0_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6582:2: rule__OpOther__Group_6_1_0_0__0 { pushFollow(FOLLOW_rule__OpOther__Group_6_1_0_0__0_in_rule__OpOther__Group_6_1_0__0__Impl13720); rule__OpOther__Group_6_1_0_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherAccess().getGroup_6_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpOther__Group_6_1_0__0__Impl" // $ANTLR start "rule__OpOther__Group_6_1_0_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6594:1: rule__OpOther__Group_6_1_0_0__0 : rule__OpOther__Group_6_1_0_0__0__Impl rule__OpOther__Group_6_1_0_0__1 ; public final void rule__OpOther__Group_6_1_0_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6598:1: ( rule__OpOther__Group_6_1_0_0__0__Impl rule__OpOther__Group_6_1_0_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6599:2: rule__OpOther__Group_6_1_0_0__0__Impl rule__OpOther__Group_6_1_0_0__1 { pushFollow(FOLLOW_rule__OpOther__Group_6_1_0_0__0__Impl_in_rule__OpOther__Group_6_1_0_0__013752); rule__OpOther__Group_6_1_0_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__OpOther__Group_6_1_0_0__1_in_rule__OpOther__Group_6_1_0_0__013755); rule__OpOther__Group_6_1_0_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpOther__Group_6_1_0_0__0" // $ANTLR start "rule__OpOther__Group_6_1_0_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6606:1: rule__OpOther__Group_6_1_0_0__0__Impl : ( '<' ) ; public final void rule__OpOther__Group_6_1_0_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6610:1: ( ( '<' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6611:1: ( '<' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6611:1: ( '<' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6612:1: '<' { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_1_0_0_0()); } match(input,27,FOLLOW_27_in_rule__OpOther__Group_6_1_0_0__0__Impl13783); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_1_0_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpOther__Group_6_1_0_0__0__Impl" // $ANTLR start "rule__OpOther__Group_6_1_0_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6625:1: rule__OpOther__Group_6_1_0_0__1 : rule__OpOther__Group_6_1_0_0__1__Impl ; public final void rule__OpOther__Group_6_1_0_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6629:1: ( rule__OpOther__Group_6_1_0_0__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6630:2: rule__OpOther__Group_6_1_0_0__1__Impl { pushFollow(FOLLOW_rule__OpOther__Group_6_1_0_0__1__Impl_in_rule__OpOther__Group_6_1_0_0__113814); rule__OpOther__Group_6_1_0_0__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpOther__Group_6_1_0_0__1" // $ANTLR start "rule__OpOther__Group_6_1_0_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6636:1: rule__OpOther__Group_6_1_0_0__1__Impl : ( '<' ) ; public final void rule__OpOther__Group_6_1_0_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6640:1: ( ( '<' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6641:1: ( '<' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6641:1: ( '<' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6642:1: '<' { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_1_0_0_1()); } match(input,27,FOLLOW_27_in_rule__OpOther__Group_6_1_0_0__1__Impl13842); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_1_0_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__OpOther__Group_6_1_0_0__1__Impl" // $ANTLR start "rule__XAdditiveExpression__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6659:1: rule__XAdditiveExpression__Group__0 : rule__XAdditiveExpression__Group__0__Impl rule__XAdditiveExpression__Group__1 ; public final void rule__XAdditiveExpression__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6663:1: ( rule__XAdditiveExpression__Group__0__Impl rule__XAdditiveExpression__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6664:2: rule__XAdditiveExpression__Group__0__Impl rule__XAdditiveExpression__Group__1 { pushFollow(FOLLOW_rule__XAdditiveExpression__Group__0__Impl_in_rule__XAdditiveExpression__Group__013877); rule__XAdditiveExpression__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XAdditiveExpression__Group__1_in_rule__XAdditiveExpression__Group__013880); rule__XAdditiveExpression__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAdditiveExpression__Group__0" // $ANTLR start "rule__XAdditiveExpression__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6671:1: rule__XAdditiveExpression__Group__0__Impl : ( ruleXMultiplicativeExpression ) ; public final void rule__XAdditiveExpression__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6675:1: ( ( ruleXMultiplicativeExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6676:1: ( ruleXMultiplicativeExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6676:1: ( ruleXMultiplicativeExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6677:1: ruleXMultiplicativeExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXAdditiveExpressionAccess().getXMultiplicativeExpressionParserRuleCall_0()); } pushFollow(FOLLOW_ruleXMultiplicativeExpression_in_rule__XAdditiveExpression__Group__0__Impl13907); ruleXMultiplicativeExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXAdditiveExpressionAccess().getXMultiplicativeExpressionParserRuleCall_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAdditiveExpression__Group__0__Impl" // $ANTLR start "rule__XAdditiveExpression__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6688:1: rule__XAdditiveExpression__Group__1 : rule__XAdditiveExpression__Group__1__Impl ; public final void rule__XAdditiveExpression__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6692:1: ( rule__XAdditiveExpression__Group__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6693:2: rule__XAdditiveExpression__Group__1__Impl { pushFollow(FOLLOW_rule__XAdditiveExpression__Group__1__Impl_in_rule__XAdditiveExpression__Group__113936); rule__XAdditiveExpression__Group__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAdditiveExpression__Group__1" // $ANTLR start "rule__XAdditiveExpression__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6699:1: rule__XAdditiveExpression__Group__1__Impl : ( ( rule__XAdditiveExpression__Group_1__0 )* ) ; public final void rule__XAdditiveExpression__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6703:1: ( ( ( rule__XAdditiveExpression__Group_1__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6704:1: ( ( rule__XAdditiveExpression__Group_1__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6704:1: ( ( rule__XAdditiveExpression__Group_1__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6705:1: ( rule__XAdditiveExpression__Group_1__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getXAdditiveExpressionAccess().getGroup_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6706:1: ( rule__XAdditiveExpression__Group_1__0 )* loop59: do { int alt59=2; int LA59_0 = input.LA(1); if ( (LA59_0==35) ) { int LA59_2 = input.LA(2); if ( (synpred102_InternalEntities()) ) { alt59=1; } } else if ( (LA59_0==34) ) { int LA59_3 = input.LA(2); if ( (synpred102_InternalEntities()) ) { alt59=1; } } switch (alt59) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6706:2: rule__XAdditiveExpression__Group_1__0 { pushFollow(FOLLOW_rule__XAdditiveExpression__Group_1__0_in_rule__XAdditiveExpression__Group__1__Impl13963); rule__XAdditiveExpression__Group_1__0(); state._fsp--; if (state.failed) return ; } break; default : break loop59; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXAdditiveExpressionAccess().getGroup_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAdditiveExpression__Group__1__Impl" // $ANTLR start "rule__XAdditiveExpression__Group_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6720:1: rule__XAdditiveExpression__Group_1__0 : rule__XAdditiveExpression__Group_1__0__Impl rule__XAdditiveExpression__Group_1__1 ; public final void rule__XAdditiveExpression__Group_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6724:1: ( rule__XAdditiveExpression__Group_1__0__Impl rule__XAdditiveExpression__Group_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6725:2: rule__XAdditiveExpression__Group_1__0__Impl rule__XAdditiveExpression__Group_1__1 { pushFollow(FOLLOW_rule__XAdditiveExpression__Group_1__0__Impl_in_rule__XAdditiveExpression__Group_1__013998); rule__XAdditiveExpression__Group_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XAdditiveExpression__Group_1__1_in_rule__XAdditiveExpression__Group_1__014001); rule__XAdditiveExpression__Group_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAdditiveExpression__Group_1__0" // $ANTLR start "rule__XAdditiveExpression__Group_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6732:1: rule__XAdditiveExpression__Group_1__0__Impl : ( ( rule__XAdditiveExpression__Group_1_0__0 ) ) ; public final void rule__XAdditiveExpression__Group_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6736:1: ( ( ( rule__XAdditiveExpression__Group_1_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6737:1: ( ( rule__XAdditiveExpression__Group_1_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6737:1: ( ( rule__XAdditiveExpression__Group_1_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6738:1: ( rule__XAdditiveExpression__Group_1_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXAdditiveExpressionAccess().getGroup_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6739:1: ( rule__XAdditiveExpression__Group_1_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6739:2: rule__XAdditiveExpression__Group_1_0__0 { pushFollow(FOLLOW_rule__XAdditiveExpression__Group_1_0__0_in_rule__XAdditiveExpression__Group_1__0__Impl14028); rule__XAdditiveExpression__Group_1_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXAdditiveExpressionAccess().getGroup_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAdditiveExpression__Group_1__0__Impl" // $ANTLR start "rule__XAdditiveExpression__Group_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6749:1: rule__XAdditiveExpression__Group_1__1 : rule__XAdditiveExpression__Group_1__1__Impl ; public final void rule__XAdditiveExpression__Group_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6753:1: ( rule__XAdditiveExpression__Group_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6754:2: rule__XAdditiveExpression__Group_1__1__Impl { pushFollow(FOLLOW_rule__XAdditiveExpression__Group_1__1__Impl_in_rule__XAdditiveExpression__Group_1__114058); rule__XAdditiveExpression__Group_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAdditiveExpression__Group_1__1" // $ANTLR start "rule__XAdditiveExpression__Group_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6760:1: rule__XAdditiveExpression__Group_1__1__Impl : ( ( rule__XAdditiveExpression__RightOperandAssignment_1_1 ) ) ; public final void rule__XAdditiveExpression__Group_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6764:1: ( ( ( rule__XAdditiveExpression__RightOperandAssignment_1_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6765:1: ( ( rule__XAdditiveExpression__RightOperandAssignment_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6765:1: ( ( rule__XAdditiveExpression__RightOperandAssignment_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6766:1: ( rule__XAdditiveExpression__RightOperandAssignment_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXAdditiveExpressionAccess().getRightOperandAssignment_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6767:1: ( rule__XAdditiveExpression__RightOperandAssignment_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6767:2: rule__XAdditiveExpression__RightOperandAssignment_1_1 { pushFollow(FOLLOW_rule__XAdditiveExpression__RightOperandAssignment_1_1_in_rule__XAdditiveExpression__Group_1__1__Impl14085); rule__XAdditiveExpression__RightOperandAssignment_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXAdditiveExpressionAccess().getRightOperandAssignment_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAdditiveExpression__Group_1__1__Impl" // $ANTLR start "rule__XAdditiveExpression__Group_1_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6781:1: rule__XAdditiveExpression__Group_1_0__0 : rule__XAdditiveExpression__Group_1_0__0__Impl ; public final void rule__XAdditiveExpression__Group_1_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6785:1: ( rule__XAdditiveExpression__Group_1_0__0__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6786:2: rule__XAdditiveExpression__Group_1_0__0__Impl { pushFollow(FOLLOW_rule__XAdditiveExpression__Group_1_0__0__Impl_in_rule__XAdditiveExpression__Group_1_0__014119); rule__XAdditiveExpression__Group_1_0__0__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAdditiveExpression__Group_1_0__0" // $ANTLR start "rule__XAdditiveExpression__Group_1_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6792:1: rule__XAdditiveExpression__Group_1_0__0__Impl : ( ( rule__XAdditiveExpression__Group_1_0_0__0 ) ) ; public final void rule__XAdditiveExpression__Group_1_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6796:1: ( ( ( rule__XAdditiveExpression__Group_1_0_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6797:1: ( ( rule__XAdditiveExpression__Group_1_0_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6797:1: ( ( rule__XAdditiveExpression__Group_1_0_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6798:1: ( rule__XAdditiveExpression__Group_1_0_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXAdditiveExpressionAccess().getGroup_1_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6799:1: ( rule__XAdditiveExpression__Group_1_0_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6799:2: rule__XAdditiveExpression__Group_1_0_0__0 { pushFollow(FOLLOW_rule__XAdditiveExpression__Group_1_0_0__0_in_rule__XAdditiveExpression__Group_1_0__0__Impl14146); rule__XAdditiveExpression__Group_1_0_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXAdditiveExpressionAccess().getGroup_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAdditiveExpression__Group_1_0__0__Impl" // $ANTLR start "rule__XAdditiveExpression__Group_1_0_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6811:1: rule__XAdditiveExpression__Group_1_0_0__0 : rule__XAdditiveExpression__Group_1_0_0__0__Impl rule__XAdditiveExpression__Group_1_0_0__1 ; public final void rule__XAdditiveExpression__Group_1_0_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6815:1: ( rule__XAdditiveExpression__Group_1_0_0__0__Impl rule__XAdditiveExpression__Group_1_0_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6816:2: rule__XAdditiveExpression__Group_1_0_0__0__Impl rule__XAdditiveExpression__Group_1_0_0__1 { pushFollow(FOLLOW_rule__XAdditiveExpression__Group_1_0_0__0__Impl_in_rule__XAdditiveExpression__Group_1_0_0__014178); rule__XAdditiveExpression__Group_1_0_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XAdditiveExpression__Group_1_0_0__1_in_rule__XAdditiveExpression__Group_1_0_0__014181); rule__XAdditiveExpression__Group_1_0_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAdditiveExpression__Group_1_0_0__0" // $ANTLR start "rule__XAdditiveExpression__Group_1_0_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6823:1: rule__XAdditiveExpression__Group_1_0_0__0__Impl : ( () ) ; public final void rule__XAdditiveExpression__Group_1_0_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6827:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6828:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6828:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6829:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXAdditiveExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6830:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6832:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXAdditiveExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAdditiveExpression__Group_1_0_0__0__Impl" // $ANTLR start "rule__XAdditiveExpression__Group_1_0_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6842:1: rule__XAdditiveExpression__Group_1_0_0__1 : rule__XAdditiveExpression__Group_1_0_0__1__Impl ; public final void rule__XAdditiveExpression__Group_1_0_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6846:1: ( rule__XAdditiveExpression__Group_1_0_0__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6847:2: rule__XAdditiveExpression__Group_1_0_0__1__Impl { pushFollow(FOLLOW_rule__XAdditiveExpression__Group_1_0_0__1__Impl_in_rule__XAdditiveExpression__Group_1_0_0__114239); rule__XAdditiveExpression__Group_1_0_0__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAdditiveExpression__Group_1_0_0__1" // $ANTLR start "rule__XAdditiveExpression__Group_1_0_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6853:1: rule__XAdditiveExpression__Group_1_0_0__1__Impl : ( ( rule__XAdditiveExpression__FeatureAssignment_1_0_0_1 ) ) ; public final void rule__XAdditiveExpression__Group_1_0_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6857:1: ( ( ( rule__XAdditiveExpression__FeatureAssignment_1_0_0_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6858:1: ( ( rule__XAdditiveExpression__FeatureAssignment_1_0_0_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6858:1: ( ( rule__XAdditiveExpression__FeatureAssignment_1_0_0_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6859:1: ( rule__XAdditiveExpression__FeatureAssignment_1_0_0_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXAdditiveExpressionAccess().getFeatureAssignment_1_0_0_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6860:1: ( rule__XAdditiveExpression__FeatureAssignment_1_0_0_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6860:2: rule__XAdditiveExpression__FeatureAssignment_1_0_0_1 { pushFollow(FOLLOW_rule__XAdditiveExpression__FeatureAssignment_1_0_0_1_in_rule__XAdditiveExpression__Group_1_0_0__1__Impl14266); rule__XAdditiveExpression__FeatureAssignment_1_0_0_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXAdditiveExpressionAccess().getFeatureAssignment_1_0_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAdditiveExpression__Group_1_0_0__1__Impl" // $ANTLR start "rule__XMultiplicativeExpression__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6874:1: rule__XMultiplicativeExpression__Group__0 : rule__XMultiplicativeExpression__Group__0__Impl rule__XMultiplicativeExpression__Group__1 ; public final void rule__XMultiplicativeExpression__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6878:1: ( rule__XMultiplicativeExpression__Group__0__Impl rule__XMultiplicativeExpression__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6879:2: rule__XMultiplicativeExpression__Group__0__Impl rule__XMultiplicativeExpression__Group__1 { pushFollow(FOLLOW_rule__XMultiplicativeExpression__Group__0__Impl_in_rule__XMultiplicativeExpression__Group__014300); rule__XMultiplicativeExpression__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XMultiplicativeExpression__Group__1_in_rule__XMultiplicativeExpression__Group__014303); rule__XMultiplicativeExpression__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMultiplicativeExpression__Group__0" // $ANTLR start "rule__XMultiplicativeExpression__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6886:1: rule__XMultiplicativeExpression__Group__0__Impl : ( ruleXUnaryOperation ) ; public final void rule__XMultiplicativeExpression__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6890:1: ( ( ruleXUnaryOperation ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6891:1: ( ruleXUnaryOperation ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6891:1: ( ruleXUnaryOperation ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6892:1: ruleXUnaryOperation { if ( state.backtracking==0 ) { before(grammarAccess.getXMultiplicativeExpressionAccess().getXUnaryOperationParserRuleCall_0()); } pushFollow(FOLLOW_ruleXUnaryOperation_in_rule__XMultiplicativeExpression__Group__0__Impl14330); ruleXUnaryOperation(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXMultiplicativeExpressionAccess().getXUnaryOperationParserRuleCall_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMultiplicativeExpression__Group__0__Impl" // $ANTLR start "rule__XMultiplicativeExpression__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6903:1: rule__XMultiplicativeExpression__Group__1 : rule__XMultiplicativeExpression__Group__1__Impl ; public final void rule__XMultiplicativeExpression__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6907:1: ( rule__XMultiplicativeExpression__Group__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6908:2: rule__XMultiplicativeExpression__Group__1__Impl { pushFollow(FOLLOW_rule__XMultiplicativeExpression__Group__1__Impl_in_rule__XMultiplicativeExpression__Group__114359); rule__XMultiplicativeExpression__Group__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMultiplicativeExpression__Group__1" // $ANTLR start "rule__XMultiplicativeExpression__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6914:1: rule__XMultiplicativeExpression__Group__1__Impl : ( ( rule__XMultiplicativeExpression__Group_1__0 )* ) ; public final void rule__XMultiplicativeExpression__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6918:1: ( ( ( rule__XMultiplicativeExpression__Group_1__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6919:1: ( ( rule__XMultiplicativeExpression__Group_1__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6919:1: ( ( rule__XMultiplicativeExpression__Group_1__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6920:1: ( rule__XMultiplicativeExpression__Group_1__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getXMultiplicativeExpressionAccess().getGroup_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6921:1: ( rule__XMultiplicativeExpression__Group_1__0 )* loop60: do { int alt60=2; switch ( input.LA(1) ) { case 36: { int LA60_2 = input.LA(2); if ( (synpred103_InternalEntities()) ) { alt60=1; } } break; case 37: { int LA60_3 = input.LA(2); if ( (synpred103_InternalEntities()) ) { alt60=1; } } break; case 38: { int LA60_4 = input.LA(2); if ( (synpred103_InternalEntities()) ) { alt60=1; } } break; case 39: { int LA60_5 = input.LA(2); if ( (synpred103_InternalEntities()) ) { alt60=1; } } break; } switch (alt60) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6921:2: rule__XMultiplicativeExpression__Group_1__0 { pushFollow(FOLLOW_rule__XMultiplicativeExpression__Group_1__0_in_rule__XMultiplicativeExpression__Group__1__Impl14386); rule__XMultiplicativeExpression__Group_1__0(); state._fsp--; if (state.failed) return ; } break; default : break loop60; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXMultiplicativeExpressionAccess().getGroup_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMultiplicativeExpression__Group__1__Impl" // $ANTLR start "rule__XMultiplicativeExpression__Group_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6935:1: rule__XMultiplicativeExpression__Group_1__0 : rule__XMultiplicativeExpression__Group_1__0__Impl rule__XMultiplicativeExpression__Group_1__1 ; public final void rule__XMultiplicativeExpression__Group_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6939:1: ( rule__XMultiplicativeExpression__Group_1__0__Impl rule__XMultiplicativeExpression__Group_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6940:2: rule__XMultiplicativeExpression__Group_1__0__Impl rule__XMultiplicativeExpression__Group_1__1 { pushFollow(FOLLOW_rule__XMultiplicativeExpression__Group_1__0__Impl_in_rule__XMultiplicativeExpression__Group_1__014421); rule__XMultiplicativeExpression__Group_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XMultiplicativeExpression__Group_1__1_in_rule__XMultiplicativeExpression__Group_1__014424); rule__XMultiplicativeExpression__Group_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMultiplicativeExpression__Group_1__0" // $ANTLR start "rule__XMultiplicativeExpression__Group_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6947:1: rule__XMultiplicativeExpression__Group_1__0__Impl : ( ( rule__XMultiplicativeExpression__Group_1_0__0 ) ) ; public final void rule__XMultiplicativeExpression__Group_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6951:1: ( ( ( rule__XMultiplicativeExpression__Group_1_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6952:1: ( ( rule__XMultiplicativeExpression__Group_1_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6952:1: ( ( rule__XMultiplicativeExpression__Group_1_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6953:1: ( rule__XMultiplicativeExpression__Group_1_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMultiplicativeExpressionAccess().getGroup_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6954:1: ( rule__XMultiplicativeExpression__Group_1_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6954:2: rule__XMultiplicativeExpression__Group_1_0__0 { pushFollow(FOLLOW_rule__XMultiplicativeExpression__Group_1_0__0_in_rule__XMultiplicativeExpression__Group_1__0__Impl14451); rule__XMultiplicativeExpression__Group_1_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXMultiplicativeExpressionAccess().getGroup_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMultiplicativeExpression__Group_1__0__Impl" // $ANTLR start "rule__XMultiplicativeExpression__Group_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6964:1: rule__XMultiplicativeExpression__Group_1__1 : rule__XMultiplicativeExpression__Group_1__1__Impl ; public final void rule__XMultiplicativeExpression__Group_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6968:1: ( rule__XMultiplicativeExpression__Group_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6969:2: rule__XMultiplicativeExpression__Group_1__1__Impl { pushFollow(FOLLOW_rule__XMultiplicativeExpression__Group_1__1__Impl_in_rule__XMultiplicativeExpression__Group_1__114481); rule__XMultiplicativeExpression__Group_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMultiplicativeExpression__Group_1__1" // $ANTLR start "rule__XMultiplicativeExpression__Group_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6975:1: rule__XMultiplicativeExpression__Group_1__1__Impl : ( ( rule__XMultiplicativeExpression__RightOperandAssignment_1_1 ) ) ; public final void rule__XMultiplicativeExpression__Group_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6979:1: ( ( ( rule__XMultiplicativeExpression__RightOperandAssignment_1_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6980:1: ( ( rule__XMultiplicativeExpression__RightOperandAssignment_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6980:1: ( ( rule__XMultiplicativeExpression__RightOperandAssignment_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6981:1: ( rule__XMultiplicativeExpression__RightOperandAssignment_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMultiplicativeExpressionAccess().getRightOperandAssignment_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6982:1: ( rule__XMultiplicativeExpression__RightOperandAssignment_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6982:2: rule__XMultiplicativeExpression__RightOperandAssignment_1_1 { pushFollow(FOLLOW_rule__XMultiplicativeExpression__RightOperandAssignment_1_1_in_rule__XMultiplicativeExpression__Group_1__1__Impl14508); rule__XMultiplicativeExpression__RightOperandAssignment_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXMultiplicativeExpressionAccess().getRightOperandAssignment_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMultiplicativeExpression__Group_1__1__Impl" // $ANTLR start "rule__XMultiplicativeExpression__Group_1_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6996:1: rule__XMultiplicativeExpression__Group_1_0__0 : rule__XMultiplicativeExpression__Group_1_0__0__Impl ; public final void rule__XMultiplicativeExpression__Group_1_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7000:1: ( rule__XMultiplicativeExpression__Group_1_0__0__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7001:2: rule__XMultiplicativeExpression__Group_1_0__0__Impl { pushFollow(FOLLOW_rule__XMultiplicativeExpression__Group_1_0__0__Impl_in_rule__XMultiplicativeExpression__Group_1_0__014542); rule__XMultiplicativeExpression__Group_1_0__0__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMultiplicativeExpression__Group_1_0__0" // $ANTLR start "rule__XMultiplicativeExpression__Group_1_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7007:1: rule__XMultiplicativeExpression__Group_1_0__0__Impl : ( ( rule__XMultiplicativeExpression__Group_1_0_0__0 ) ) ; public final void rule__XMultiplicativeExpression__Group_1_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7011:1: ( ( ( rule__XMultiplicativeExpression__Group_1_0_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7012:1: ( ( rule__XMultiplicativeExpression__Group_1_0_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7012:1: ( ( rule__XMultiplicativeExpression__Group_1_0_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7013:1: ( rule__XMultiplicativeExpression__Group_1_0_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMultiplicativeExpressionAccess().getGroup_1_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7014:1: ( rule__XMultiplicativeExpression__Group_1_0_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7014:2: rule__XMultiplicativeExpression__Group_1_0_0__0 { pushFollow(FOLLOW_rule__XMultiplicativeExpression__Group_1_0_0__0_in_rule__XMultiplicativeExpression__Group_1_0__0__Impl14569); rule__XMultiplicativeExpression__Group_1_0_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXMultiplicativeExpressionAccess().getGroup_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMultiplicativeExpression__Group_1_0__0__Impl" // $ANTLR start "rule__XMultiplicativeExpression__Group_1_0_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7026:1: rule__XMultiplicativeExpression__Group_1_0_0__0 : rule__XMultiplicativeExpression__Group_1_0_0__0__Impl rule__XMultiplicativeExpression__Group_1_0_0__1 ; public final void rule__XMultiplicativeExpression__Group_1_0_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7030:1: ( rule__XMultiplicativeExpression__Group_1_0_0__0__Impl rule__XMultiplicativeExpression__Group_1_0_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7031:2: rule__XMultiplicativeExpression__Group_1_0_0__0__Impl rule__XMultiplicativeExpression__Group_1_0_0__1 { pushFollow(FOLLOW_rule__XMultiplicativeExpression__Group_1_0_0__0__Impl_in_rule__XMultiplicativeExpression__Group_1_0_0__014601); rule__XMultiplicativeExpression__Group_1_0_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XMultiplicativeExpression__Group_1_0_0__1_in_rule__XMultiplicativeExpression__Group_1_0_0__014604); rule__XMultiplicativeExpression__Group_1_0_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMultiplicativeExpression__Group_1_0_0__0" // $ANTLR start "rule__XMultiplicativeExpression__Group_1_0_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7038:1: rule__XMultiplicativeExpression__Group_1_0_0__0__Impl : ( () ) ; public final void rule__XMultiplicativeExpression__Group_1_0_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7042:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7043:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7043:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7044:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXMultiplicativeExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7045:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7047:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXMultiplicativeExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMultiplicativeExpression__Group_1_0_0__0__Impl" // $ANTLR start "rule__XMultiplicativeExpression__Group_1_0_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7057:1: rule__XMultiplicativeExpression__Group_1_0_0__1 : rule__XMultiplicativeExpression__Group_1_0_0__1__Impl ; public final void rule__XMultiplicativeExpression__Group_1_0_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7061:1: ( rule__XMultiplicativeExpression__Group_1_0_0__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7062:2: rule__XMultiplicativeExpression__Group_1_0_0__1__Impl { pushFollow(FOLLOW_rule__XMultiplicativeExpression__Group_1_0_0__1__Impl_in_rule__XMultiplicativeExpression__Group_1_0_0__114662); rule__XMultiplicativeExpression__Group_1_0_0__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMultiplicativeExpression__Group_1_0_0__1" // $ANTLR start "rule__XMultiplicativeExpression__Group_1_0_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7068:1: rule__XMultiplicativeExpression__Group_1_0_0__1__Impl : ( ( rule__XMultiplicativeExpression__FeatureAssignment_1_0_0_1 ) ) ; public final void rule__XMultiplicativeExpression__Group_1_0_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7072:1: ( ( ( rule__XMultiplicativeExpression__FeatureAssignment_1_0_0_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7073:1: ( ( rule__XMultiplicativeExpression__FeatureAssignment_1_0_0_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7073:1: ( ( rule__XMultiplicativeExpression__FeatureAssignment_1_0_0_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7074:1: ( rule__XMultiplicativeExpression__FeatureAssignment_1_0_0_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMultiplicativeExpressionAccess().getFeatureAssignment_1_0_0_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7075:1: ( rule__XMultiplicativeExpression__FeatureAssignment_1_0_0_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7075:2: rule__XMultiplicativeExpression__FeatureAssignment_1_0_0_1 { pushFollow(FOLLOW_rule__XMultiplicativeExpression__FeatureAssignment_1_0_0_1_in_rule__XMultiplicativeExpression__Group_1_0_0__1__Impl14689); rule__XMultiplicativeExpression__FeatureAssignment_1_0_0_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXMultiplicativeExpressionAccess().getFeatureAssignment_1_0_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMultiplicativeExpression__Group_1_0_0__1__Impl" // $ANTLR start "rule__XUnaryOperation__Group_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7089:1: rule__XUnaryOperation__Group_0__0 : rule__XUnaryOperation__Group_0__0__Impl rule__XUnaryOperation__Group_0__1 ; public final void rule__XUnaryOperation__Group_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7093:1: ( rule__XUnaryOperation__Group_0__0__Impl rule__XUnaryOperation__Group_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7094:2: rule__XUnaryOperation__Group_0__0__Impl rule__XUnaryOperation__Group_0__1 { pushFollow(FOLLOW_rule__XUnaryOperation__Group_0__0__Impl_in_rule__XUnaryOperation__Group_0__014723); rule__XUnaryOperation__Group_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XUnaryOperation__Group_0__1_in_rule__XUnaryOperation__Group_0__014726); rule__XUnaryOperation__Group_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XUnaryOperation__Group_0__0" // $ANTLR start "rule__XUnaryOperation__Group_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7101:1: rule__XUnaryOperation__Group_0__0__Impl : ( () ) ; public final void rule__XUnaryOperation__Group_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7105:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7106:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7106:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7107:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXUnaryOperationAccess().getXUnaryOperationAction_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7108:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7110:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXUnaryOperationAccess().getXUnaryOperationAction_0_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XUnaryOperation__Group_0__0__Impl" // $ANTLR start "rule__XUnaryOperation__Group_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7120:1: rule__XUnaryOperation__Group_0__1 : rule__XUnaryOperation__Group_0__1__Impl rule__XUnaryOperation__Group_0__2 ; public final void rule__XUnaryOperation__Group_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7124:1: ( rule__XUnaryOperation__Group_0__1__Impl rule__XUnaryOperation__Group_0__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7125:2: rule__XUnaryOperation__Group_0__1__Impl rule__XUnaryOperation__Group_0__2 { pushFollow(FOLLOW_rule__XUnaryOperation__Group_0__1__Impl_in_rule__XUnaryOperation__Group_0__114784); rule__XUnaryOperation__Group_0__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XUnaryOperation__Group_0__2_in_rule__XUnaryOperation__Group_0__114787); rule__XUnaryOperation__Group_0__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XUnaryOperation__Group_0__1" // $ANTLR start "rule__XUnaryOperation__Group_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7132:1: rule__XUnaryOperation__Group_0__1__Impl : ( ( rule__XUnaryOperation__FeatureAssignment_0_1 ) ) ; public final void rule__XUnaryOperation__Group_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7136:1: ( ( ( rule__XUnaryOperation__FeatureAssignment_0_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7137:1: ( ( rule__XUnaryOperation__FeatureAssignment_0_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7137:1: ( ( rule__XUnaryOperation__FeatureAssignment_0_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7138:1: ( rule__XUnaryOperation__FeatureAssignment_0_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXUnaryOperationAccess().getFeatureAssignment_0_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7139:1: ( rule__XUnaryOperation__FeatureAssignment_0_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7139:2: rule__XUnaryOperation__FeatureAssignment_0_1 { pushFollow(FOLLOW_rule__XUnaryOperation__FeatureAssignment_0_1_in_rule__XUnaryOperation__Group_0__1__Impl14814); rule__XUnaryOperation__FeatureAssignment_0_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXUnaryOperationAccess().getFeatureAssignment_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XUnaryOperation__Group_0__1__Impl" // $ANTLR start "rule__XUnaryOperation__Group_0__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7149:1: rule__XUnaryOperation__Group_0__2 : rule__XUnaryOperation__Group_0__2__Impl ; public final void rule__XUnaryOperation__Group_0__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7153:1: ( rule__XUnaryOperation__Group_0__2__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7154:2: rule__XUnaryOperation__Group_0__2__Impl { pushFollow(FOLLOW_rule__XUnaryOperation__Group_0__2__Impl_in_rule__XUnaryOperation__Group_0__214844); rule__XUnaryOperation__Group_0__2__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XUnaryOperation__Group_0__2" // $ANTLR start "rule__XUnaryOperation__Group_0__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7160:1: rule__XUnaryOperation__Group_0__2__Impl : ( ( rule__XUnaryOperation__OperandAssignment_0_2 ) ) ; public final void rule__XUnaryOperation__Group_0__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7164:1: ( ( ( rule__XUnaryOperation__OperandAssignment_0_2 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7165:1: ( ( rule__XUnaryOperation__OperandAssignment_0_2 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7165:1: ( ( rule__XUnaryOperation__OperandAssignment_0_2 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7166:1: ( rule__XUnaryOperation__OperandAssignment_0_2 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXUnaryOperationAccess().getOperandAssignment_0_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7167:1: ( rule__XUnaryOperation__OperandAssignment_0_2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7167:2: rule__XUnaryOperation__OperandAssignment_0_2 { pushFollow(FOLLOW_rule__XUnaryOperation__OperandAssignment_0_2_in_rule__XUnaryOperation__Group_0__2__Impl14871); rule__XUnaryOperation__OperandAssignment_0_2(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXUnaryOperationAccess().getOperandAssignment_0_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XUnaryOperation__Group_0__2__Impl" // $ANTLR start "rule__XCastedExpression__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7183:1: rule__XCastedExpression__Group__0 : rule__XCastedExpression__Group__0__Impl rule__XCastedExpression__Group__1 ; public final void rule__XCastedExpression__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7187:1: ( rule__XCastedExpression__Group__0__Impl rule__XCastedExpression__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7188:2: rule__XCastedExpression__Group__0__Impl rule__XCastedExpression__Group__1 { pushFollow(FOLLOW_rule__XCastedExpression__Group__0__Impl_in_rule__XCastedExpression__Group__014907); rule__XCastedExpression__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XCastedExpression__Group__1_in_rule__XCastedExpression__Group__014910); rule__XCastedExpression__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCastedExpression__Group__0" // $ANTLR start "rule__XCastedExpression__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7195:1: rule__XCastedExpression__Group__0__Impl : ( ruleXPostfixOperation ) ; public final void rule__XCastedExpression__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7199:1: ( ( ruleXPostfixOperation ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7200:1: ( ruleXPostfixOperation ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7200:1: ( ruleXPostfixOperation ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7201:1: ruleXPostfixOperation { if ( state.backtracking==0 ) { before(grammarAccess.getXCastedExpressionAccess().getXPostfixOperationParserRuleCall_0()); } pushFollow(FOLLOW_ruleXPostfixOperation_in_rule__XCastedExpression__Group__0__Impl14937); ruleXPostfixOperation(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXCastedExpressionAccess().getXPostfixOperationParserRuleCall_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCastedExpression__Group__0__Impl" // $ANTLR start "rule__XCastedExpression__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7212:1: rule__XCastedExpression__Group__1 : rule__XCastedExpression__Group__1__Impl ; public final void rule__XCastedExpression__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7216:1: ( rule__XCastedExpression__Group__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7217:2: rule__XCastedExpression__Group__1__Impl { pushFollow(FOLLOW_rule__XCastedExpression__Group__1__Impl_in_rule__XCastedExpression__Group__114966); rule__XCastedExpression__Group__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCastedExpression__Group__1" // $ANTLR start "rule__XCastedExpression__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7223:1: rule__XCastedExpression__Group__1__Impl : ( ( rule__XCastedExpression__Group_1__0 )* ) ; public final void rule__XCastedExpression__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7227:1: ( ( ( rule__XCastedExpression__Group_1__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7228:1: ( ( rule__XCastedExpression__Group_1__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7228:1: ( ( rule__XCastedExpression__Group_1__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7229:1: ( rule__XCastedExpression__Group_1__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getXCastedExpressionAccess().getGroup_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7230:1: ( rule__XCastedExpression__Group_1__0 )* loop61: do { int alt61=2; int LA61_0 = input.LA(1); if ( (LA61_0==61) ) { int LA61_2 = input.LA(2); if ( (synpred104_InternalEntities()) ) { alt61=1; } } switch (alt61) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7230:2: rule__XCastedExpression__Group_1__0 { pushFollow(FOLLOW_rule__XCastedExpression__Group_1__0_in_rule__XCastedExpression__Group__1__Impl14993); rule__XCastedExpression__Group_1__0(); state._fsp--; if (state.failed) return ; } break; default : break loop61; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXCastedExpressionAccess().getGroup_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCastedExpression__Group__1__Impl" // $ANTLR start "rule__XCastedExpression__Group_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7244:1: rule__XCastedExpression__Group_1__0 : rule__XCastedExpression__Group_1__0__Impl rule__XCastedExpression__Group_1__1 ; public final void rule__XCastedExpression__Group_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7248:1: ( rule__XCastedExpression__Group_1__0__Impl rule__XCastedExpression__Group_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7249:2: rule__XCastedExpression__Group_1__0__Impl rule__XCastedExpression__Group_1__1 { pushFollow(FOLLOW_rule__XCastedExpression__Group_1__0__Impl_in_rule__XCastedExpression__Group_1__015028); rule__XCastedExpression__Group_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XCastedExpression__Group_1__1_in_rule__XCastedExpression__Group_1__015031); rule__XCastedExpression__Group_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCastedExpression__Group_1__0" // $ANTLR start "rule__XCastedExpression__Group_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7256:1: rule__XCastedExpression__Group_1__0__Impl : ( ( rule__XCastedExpression__Group_1_0__0 ) ) ; public final void rule__XCastedExpression__Group_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7260:1: ( ( ( rule__XCastedExpression__Group_1_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7261:1: ( ( rule__XCastedExpression__Group_1_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7261:1: ( ( rule__XCastedExpression__Group_1_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7262:1: ( rule__XCastedExpression__Group_1_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXCastedExpressionAccess().getGroup_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7263:1: ( rule__XCastedExpression__Group_1_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7263:2: rule__XCastedExpression__Group_1_0__0 { pushFollow(FOLLOW_rule__XCastedExpression__Group_1_0__0_in_rule__XCastedExpression__Group_1__0__Impl15058); rule__XCastedExpression__Group_1_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXCastedExpressionAccess().getGroup_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCastedExpression__Group_1__0__Impl" // $ANTLR start "rule__XCastedExpression__Group_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7273:1: rule__XCastedExpression__Group_1__1 : rule__XCastedExpression__Group_1__1__Impl ; public final void rule__XCastedExpression__Group_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7277:1: ( rule__XCastedExpression__Group_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7278:2: rule__XCastedExpression__Group_1__1__Impl { pushFollow(FOLLOW_rule__XCastedExpression__Group_1__1__Impl_in_rule__XCastedExpression__Group_1__115088); rule__XCastedExpression__Group_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCastedExpression__Group_1__1" // $ANTLR start "rule__XCastedExpression__Group_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7284:1: rule__XCastedExpression__Group_1__1__Impl : ( ( rule__XCastedExpression__TypeAssignment_1_1 ) ) ; public final void rule__XCastedExpression__Group_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7288:1: ( ( ( rule__XCastedExpression__TypeAssignment_1_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7289:1: ( ( rule__XCastedExpression__TypeAssignment_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7289:1: ( ( rule__XCastedExpression__TypeAssignment_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7290:1: ( rule__XCastedExpression__TypeAssignment_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXCastedExpressionAccess().getTypeAssignment_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7291:1: ( rule__XCastedExpression__TypeAssignment_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7291:2: rule__XCastedExpression__TypeAssignment_1_1 { pushFollow(FOLLOW_rule__XCastedExpression__TypeAssignment_1_1_in_rule__XCastedExpression__Group_1__1__Impl15115); rule__XCastedExpression__TypeAssignment_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXCastedExpressionAccess().getTypeAssignment_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCastedExpression__Group_1__1__Impl" // $ANTLR start "rule__XCastedExpression__Group_1_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7305:1: rule__XCastedExpression__Group_1_0__0 : rule__XCastedExpression__Group_1_0__0__Impl ; public final void rule__XCastedExpression__Group_1_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7309:1: ( rule__XCastedExpression__Group_1_0__0__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7310:2: rule__XCastedExpression__Group_1_0__0__Impl { pushFollow(FOLLOW_rule__XCastedExpression__Group_1_0__0__Impl_in_rule__XCastedExpression__Group_1_0__015149); rule__XCastedExpression__Group_1_0__0__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCastedExpression__Group_1_0__0" // $ANTLR start "rule__XCastedExpression__Group_1_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7316:1: rule__XCastedExpression__Group_1_0__0__Impl : ( ( rule__XCastedExpression__Group_1_0_0__0 ) ) ; public final void rule__XCastedExpression__Group_1_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7320:1: ( ( ( rule__XCastedExpression__Group_1_0_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7321:1: ( ( rule__XCastedExpression__Group_1_0_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7321:1: ( ( rule__XCastedExpression__Group_1_0_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7322:1: ( rule__XCastedExpression__Group_1_0_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXCastedExpressionAccess().getGroup_1_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7323:1: ( rule__XCastedExpression__Group_1_0_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7323:2: rule__XCastedExpression__Group_1_0_0__0 { pushFollow(FOLLOW_rule__XCastedExpression__Group_1_0_0__0_in_rule__XCastedExpression__Group_1_0__0__Impl15176); rule__XCastedExpression__Group_1_0_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXCastedExpressionAccess().getGroup_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCastedExpression__Group_1_0__0__Impl" // $ANTLR start "rule__XCastedExpression__Group_1_0_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7335:1: rule__XCastedExpression__Group_1_0_0__0 : rule__XCastedExpression__Group_1_0_0__0__Impl rule__XCastedExpression__Group_1_0_0__1 ; public final void rule__XCastedExpression__Group_1_0_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7339:1: ( rule__XCastedExpression__Group_1_0_0__0__Impl rule__XCastedExpression__Group_1_0_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7340:2: rule__XCastedExpression__Group_1_0_0__0__Impl rule__XCastedExpression__Group_1_0_0__1 { pushFollow(FOLLOW_rule__XCastedExpression__Group_1_0_0__0__Impl_in_rule__XCastedExpression__Group_1_0_0__015208); rule__XCastedExpression__Group_1_0_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XCastedExpression__Group_1_0_0__1_in_rule__XCastedExpression__Group_1_0_0__015211); rule__XCastedExpression__Group_1_0_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCastedExpression__Group_1_0_0__0" // $ANTLR start "rule__XCastedExpression__Group_1_0_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7347:1: rule__XCastedExpression__Group_1_0_0__0__Impl : ( () ) ; public final void rule__XCastedExpression__Group_1_0_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7351:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7352:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7352:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7353:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXCastedExpressionAccess().getXCastedExpressionTargetAction_1_0_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7354:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7356:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXCastedExpressionAccess().getXCastedExpressionTargetAction_1_0_0_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCastedExpression__Group_1_0_0__0__Impl" // $ANTLR start "rule__XCastedExpression__Group_1_0_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7366:1: rule__XCastedExpression__Group_1_0_0__1 : rule__XCastedExpression__Group_1_0_0__1__Impl ; public final void rule__XCastedExpression__Group_1_0_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7370:1: ( rule__XCastedExpression__Group_1_0_0__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7371:2: rule__XCastedExpression__Group_1_0_0__1__Impl { pushFollow(FOLLOW_rule__XCastedExpression__Group_1_0_0__1__Impl_in_rule__XCastedExpression__Group_1_0_0__115269); rule__XCastedExpression__Group_1_0_0__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCastedExpression__Group_1_0_0__1" // $ANTLR start "rule__XCastedExpression__Group_1_0_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7377:1: rule__XCastedExpression__Group_1_0_0__1__Impl : ( 'as' ) ; public final void rule__XCastedExpression__Group_1_0_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7381:1: ( ( 'as' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7382:1: ( 'as' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7382:1: ( 'as' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7383:1: 'as' { if ( state.backtracking==0 ) { before(grammarAccess.getXCastedExpressionAccess().getAsKeyword_1_0_0_1()); } match(input,61,FOLLOW_61_in_rule__XCastedExpression__Group_1_0_0__1__Impl15297); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXCastedExpressionAccess().getAsKeyword_1_0_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCastedExpression__Group_1_0_0__1__Impl" // $ANTLR start "rule__XPostfixOperation__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7400:1: rule__XPostfixOperation__Group__0 : rule__XPostfixOperation__Group__0__Impl rule__XPostfixOperation__Group__1 ; public final void rule__XPostfixOperation__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7404:1: ( rule__XPostfixOperation__Group__0__Impl rule__XPostfixOperation__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7405:2: rule__XPostfixOperation__Group__0__Impl rule__XPostfixOperation__Group__1 { pushFollow(FOLLOW_rule__XPostfixOperation__Group__0__Impl_in_rule__XPostfixOperation__Group__015332); rule__XPostfixOperation__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XPostfixOperation__Group__1_in_rule__XPostfixOperation__Group__015335); rule__XPostfixOperation__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XPostfixOperation__Group__0" // $ANTLR start "rule__XPostfixOperation__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7412:1: rule__XPostfixOperation__Group__0__Impl : ( ruleXMemberFeatureCall ) ; public final void rule__XPostfixOperation__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7416:1: ( ( ruleXMemberFeatureCall ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7417:1: ( ruleXMemberFeatureCall ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7417:1: ( ruleXMemberFeatureCall ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7418:1: ruleXMemberFeatureCall { if ( state.backtracking==0 ) { before(grammarAccess.getXPostfixOperationAccess().getXMemberFeatureCallParserRuleCall_0()); } pushFollow(FOLLOW_ruleXMemberFeatureCall_in_rule__XPostfixOperation__Group__0__Impl15362); ruleXMemberFeatureCall(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXPostfixOperationAccess().getXMemberFeatureCallParserRuleCall_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XPostfixOperation__Group__0__Impl" // $ANTLR start "rule__XPostfixOperation__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7429:1: rule__XPostfixOperation__Group__1 : rule__XPostfixOperation__Group__1__Impl ; public final void rule__XPostfixOperation__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7433:1: ( rule__XPostfixOperation__Group__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7434:2: rule__XPostfixOperation__Group__1__Impl { pushFollow(FOLLOW_rule__XPostfixOperation__Group__1__Impl_in_rule__XPostfixOperation__Group__115391); rule__XPostfixOperation__Group__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XPostfixOperation__Group__1" // $ANTLR start "rule__XPostfixOperation__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7440:1: rule__XPostfixOperation__Group__1__Impl : ( ( rule__XPostfixOperation__Group_1__0 )? ) ; public final void rule__XPostfixOperation__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7444:1: ( ( ( rule__XPostfixOperation__Group_1__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7445:1: ( ( rule__XPostfixOperation__Group_1__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7445:1: ( ( rule__XPostfixOperation__Group_1__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7446:1: ( rule__XPostfixOperation__Group_1__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXPostfixOperationAccess().getGroup_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7447:1: ( rule__XPostfixOperation__Group_1__0 )? int alt62=2; int LA62_0 = input.LA(1); if ( (LA62_0==41) ) { int LA62_1 = input.LA(2); if ( (synpred105_InternalEntities()) ) { alt62=1; } } else if ( (LA62_0==42) ) { int LA62_2 = input.LA(2); if ( (synpred105_InternalEntities()) ) { alt62=1; } } switch (alt62) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7447:2: rule__XPostfixOperation__Group_1__0 { pushFollow(FOLLOW_rule__XPostfixOperation__Group_1__0_in_rule__XPostfixOperation__Group__1__Impl15418); rule__XPostfixOperation__Group_1__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXPostfixOperationAccess().getGroup_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XPostfixOperation__Group__1__Impl" // $ANTLR start "rule__XPostfixOperation__Group_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7461:1: rule__XPostfixOperation__Group_1__0 : rule__XPostfixOperation__Group_1__0__Impl ; public final void rule__XPostfixOperation__Group_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7465:1: ( rule__XPostfixOperation__Group_1__0__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7466:2: rule__XPostfixOperation__Group_1__0__Impl { pushFollow(FOLLOW_rule__XPostfixOperation__Group_1__0__Impl_in_rule__XPostfixOperation__Group_1__015453); rule__XPostfixOperation__Group_1__0__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XPostfixOperation__Group_1__0" // $ANTLR start "rule__XPostfixOperation__Group_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7472:1: rule__XPostfixOperation__Group_1__0__Impl : ( ( rule__XPostfixOperation__Group_1_0__0 ) ) ; public final void rule__XPostfixOperation__Group_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7476:1: ( ( ( rule__XPostfixOperation__Group_1_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7477:1: ( ( rule__XPostfixOperation__Group_1_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7477:1: ( ( rule__XPostfixOperation__Group_1_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7478:1: ( rule__XPostfixOperation__Group_1_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXPostfixOperationAccess().getGroup_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7479:1: ( rule__XPostfixOperation__Group_1_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7479:2: rule__XPostfixOperation__Group_1_0__0 { pushFollow(FOLLOW_rule__XPostfixOperation__Group_1_0__0_in_rule__XPostfixOperation__Group_1__0__Impl15480); rule__XPostfixOperation__Group_1_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXPostfixOperationAccess().getGroup_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XPostfixOperation__Group_1__0__Impl" // $ANTLR start "rule__XPostfixOperation__Group_1_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7491:1: rule__XPostfixOperation__Group_1_0__0 : rule__XPostfixOperation__Group_1_0__0__Impl rule__XPostfixOperation__Group_1_0__1 ; public final void rule__XPostfixOperation__Group_1_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7495:1: ( rule__XPostfixOperation__Group_1_0__0__Impl rule__XPostfixOperation__Group_1_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7496:2: rule__XPostfixOperation__Group_1_0__0__Impl rule__XPostfixOperation__Group_1_0__1 { pushFollow(FOLLOW_rule__XPostfixOperation__Group_1_0__0__Impl_in_rule__XPostfixOperation__Group_1_0__015512); rule__XPostfixOperation__Group_1_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XPostfixOperation__Group_1_0__1_in_rule__XPostfixOperation__Group_1_0__015515); rule__XPostfixOperation__Group_1_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XPostfixOperation__Group_1_0__0" // $ANTLR start "rule__XPostfixOperation__Group_1_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7503:1: rule__XPostfixOperation__Group_1_0__0__Impl : ( () ) ; public final void rule__XPostfixOperation__Group_1_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7507:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7508:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7508:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7509:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXPostfixOperationAccess().getXPostfixOperationOperandAction_1_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7510:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7512:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXPostfixOperationAccess().getXPostfixOperationOperandAction_1_0_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XPostfixOperation__Group_1_0__0__Impl" // $ANTLR start "rule__XPostfixOperation__Group_1_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7522:1: rule__XPostfixOperation__Group_1_0__1 : rule__XPostfixOperation__Group_1_0__1__Impl ; public final void rule__XPostfixOperation__Group_1_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7526:1: ( rule__XPostfixOperation__Group_1_0__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7527:2: rule__XPostfixOperation__Group_1_0__1__Impl { pushFollow(FOLLOW_rule__XPostfixOperation__Group_1_0__1__Impl_in_rule__XPostfixOperation__Group_1_0__115573); rule__XPostfixOperation__Group_1_0__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XPostfixOperation__Group_1_0__1" // $ANTLR start "rule__XPostfixOperation__Group_1_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7533:1: rule__XPostfixOperation__Group_1_0__1__Impl : ( ( rule__XPostfixOperation__FeatureAssignment_1_0_1 ) ) ; public final void rule__XPostfixOperation__Group_1_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7537:1: ( ( ( rule__XPostfixOperation__FeatureAssignment_1_0_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7538:1: ( ( rule__XPostfixOperation__FeatureAssignment_1_0_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7538:1: ( ( rule__XPostfixOperation__FeatureAssignment_1_0_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7539:1: ( rule__XPostfixOperation__FeatureAssignment_1_0_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXPostfixOperationAccess().getFeatureAssignment_1_0_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7540:1: ( rule__XPostfixOperation__FeatureAssignment_1_0_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7540:2: rule__XPostfixOperation__FeatureAssignment_1_0_1 { pushFollow(FOLLOW_rule__XPostfixOperation__FeatureAssignment_1_0_1_in_rule__XPostfixOperation__Group_1_0__1__Impl15600); rule__XPostfixOperation__FeatureAssignment_1_0_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXPostfixOperationAccess().getFeatureAssignment_1_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XPostfixOperation__Group_1_0__1__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7554:1: rule__XMemberFeatureCall__Group__0 : rule__XMemberFeatureCall__Group__0__Impl rule__XMemberFeatureCall__Group__1 ; public final void rule__XMemberFeatureCall__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7558:1: ( rule__XMemberFeatureCall__Group__0__Impl rule__XMemberFeatureCall__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7559:2: rule__XMemberFeatureCall__Group__0__Impl rule__XMemberFeatureCall__Group__1 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group__0__Impl_in_rule__XMemberFeatureCall__Group__015634); rule__XMemberFeatureCall__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XMemberFeatureCall__Group__1_in_rule__XMemberFeatureCall__Group__015637); rule__XMemberFeatureCall__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group__0" // $ANTLR start "rule__XMemberFeatureCall__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7566:1: rule__XMemberFeatureCall__Group__0__Impl : ( ruleXPrimaryExpression ) ; public final void rule__XMemberFeatureCall__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7570:1: ( ( ruleXPrimaryExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7571:1: ( ruleXPrimaryExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7571:1: ( ruleXPrimaryExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7572:1: ruleXPrimaryExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getXPrimaryExpressionParserRuleCall_0()); } pushFollow(FOLLOW_ruleXPrimaryExpression_in_rule__XMemberFeatureCall__Group__0__Impl15664); ruleXPrimaryExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getXPrimaryExpressionParserRuleCall_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group__0__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7583:1: rule__XMemberFeatureCall__Group__1 : rule__XMemberFeatureCall__Group__1__Impl ; public final void rule__XMemberFeatureCall__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7587:1: ( rule__XMemberFeatureCall__Group__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7588:2: rule__XMemberFeatureCall__Group__1__Impl { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group__1__Impl_in_rule__XMemberFeatureCall__Group__115693); rule__XMemberFeatureCall__Group__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group__1" // $ANTLR start "rule__XMemberFeatureCall__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7594:1: rule__XMemberFeatureCall__Group__1__Impl : ( ( rule__XMemberFeatureCall__Alternatives_1 )* ) ; public final void rule__XMemberFeatureCall__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7598:1: ( ( ( rule__XMemberFeatureCall__Alternatives_1 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7599:1: ( ( rule__XMemberFeatureCall__Alternatives_1 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7599:1: ( ( rule__XMemberFeatureCall__Alternatives_1 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7600:1: ( rule__XMemberFeatureCall__Alternatives_1 )* { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getAlternatives_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7601:1: ( rule__XMemberFeatureCall__Alternatives_1 )* loop63: do { int alt63=2; switch ( input.LA(1) ) { case 43: { int LA63_2 = input.LA(2); if ( (synpred106_InternalEntities()) ) { alt63=1; } } break; case 85: { int LA63_3 = input.LA(2); if ( (synpred106_InternalEntities()) ) { alt63=1; } } break; case 86: { int LA63_4 = input.LA(2); if ( (synpred106_InternalEntities()) ) { alt63=1; } } break; } switch (alt63) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7601:2: rule__XMemberFeatureCall__Alternatives_1 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Alternatives_1_in_rule__XMemberFeatureCall__Group__1__Impl15720); rule__XMemberFeatureCall__Alternatives_1(); state._fsp--; if (state.failed) return ; } break; default : break loop63; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getAlternatives_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group__1__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7615:1: rule__XMemberFeatureCall__Group_1_0__0 : rule__XMemberFeatureCall__Group_1_0__0__Impl rule__XMemberFeatureCall__Group_1_0__1 ; public final void rule__XMemberFeatureCall__Group_1_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7619:1: ( rule__XMemberFeatureCall__Group_1_0__0__Impl rule__XMemberFeatureCall__Group_1_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7620:2: rule__XMemberFeatureCall__Group_1_0__0__Impl rule__XMemberFeatureCall__Group_1_0__1 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_0__0__Impl_in_rule__XMemberFeatureCall__Group_1_0__015755); rule__XMemberFeatureCall__Group_1_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_0__1_in_rule__XMemberFeatureCall__Group_1_0__015758); rule__XMemberFeatureCall__Group_1_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_0__0" // $ANTLR start "rule__XMemberFeatureCall__Group_1_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7627:1: rule__XMemberFeatureCall__Group_1_0__0__Impl : ( ( rule__XMemberFeatureCall__Group_1_0_0__0 ) ) ; public final void rule__XMemberFeatureCall__Group_1_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7631:1: ( ( ( rule__XMemberFeatureCall__Group_1_0_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7632:1: ( ( rule__XMemberFeatureCall__Group_1_0_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7632:1: ( ( rule__XMemberFeatureCall__Group_1_0_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7633:1: ( rule__XMemberFeatureCall__Group_1_0_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7634:1: ( rule__XMemberFeatureCall__Group_1_0_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7634:2: rule__XMemberFeatureCall__Group_1_0_0__0 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_0_0__0_in_rule__XMemberFeatureCall__Group_1_0__0__Impl15785); rule__XMemberFeatureCall__Group_1_0_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_0__0__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7644:1: rule__XMemberFeatureCall__Group_1_0__1 : rule__XMemberFeatureCall__Group_1_0__1__Impl ; public final void rule__XMemberFeatureCall__Group_1_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7648:1: ( rule__XMemberFeatureCall__Group_1_0__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7649:2: rule__XMemberFeatureCall__Group_1_0__1__Impl { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_0__1__Impl_in_rule__XMemberFeatureCall__Group_1_0__115815); rule__XMemberFeatureCall__Group_1_0__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_0__1" // $ANTLR start "rule__XMemberFeatureCall__Group_1_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7655:1: rule__XMemberFeatureCall__Group_1_0__1__Impl : ( ( rule__XMemberFeatureCall__ValueAssignment_1_0_1 ) ) ; public final void rule__XMemberFeatureCall__Group_1_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7659:1: ( ( ( rule__XMemberFeatureCall__ValueAssignment_1_0_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7660:1: ( ( rule__XMemberFeatureCall__ValueAssignment_1_0_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7660:1: ( ( rule__XMemberFeatureCall__ValueAssignment_1_0_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7661:1: ( rule__XMemberFeatureCall__ValueAssignment_1_0_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getValueAssignment_1_0_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7662:1: ( rule__XMemberFeatureCall__ValueAssignment_1_0_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7662:2: rule__XMemberFeatureCall__ValueAssignment_1_0_1 { pushFollow(FOLLOW_rule__XMemberFeatureCall__ValueAssignment_1_0_1_in_rule__XMemberFeatureCall__Group_1_0__1__Impl15842); rule__XMemberFeatureCall__ValueAssignment_1_0_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getValueAssignment_1_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_0__1__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_0_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7676:1: rule__XMemberFeatureCall__Group_1_0_0__0 : rule__XMemberFeatureCall__Group_1_0_0__0__Impl ; public final void rule__XMemberFeatureCall__Group_1_0_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7680:1: ( rule__XMemberFeatureCall__Group_1_0_0__0__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7681:2: rule__XMemberFeatureCall__Group_1_0_0__0__Impl { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_0_0__0__Impl_in_rule__XMemberFeatureCall__Group_1_0_0__015876); rule__XMemberFeatureCall__Group_1_0_0__0__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_0_0__0" // $ANTLR start "rule__XMemberFeatureCall__Group_1_0_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7687:1: rule__XMemberFeatureCall__Group_1_0_0__0__Impl : ( ( rule__XMemberFeatureCall__Group_1_0_0_0__0 ) ) ; public final void rule__XMemberFeatureCall__Group_1_0_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7691:1: ( ( ( rule__XMemberFeatureCall__Group_1_0_0_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7692:1: ( ( rule__XMemberFeatureCall__Group_1_0_0_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7692:1: ( ( rule__XMemberFeatureCall__Group_1_0_0_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7693:1: ( rule__XMemberFeatureCall__Group_1_0_0_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_0_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7694:1: ( rule__XMemberFeatureCall__Group_1_0_0_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7694:2: rule__XMemberFeatureCall__Group_1_0_0_0__0 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_0_0_0__0_in_rule__XMemberFeatureCall__Group_1_0_0__0__Impl15903); rule__XMemberFeatureCall__Group_1_0_0_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_0_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_0_0__0__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_0_0_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7706:1: rule__XMemberFeatureCall__Group_1_0_0_0__0 : rule__XMemberFeatureCall__Group_1_0_0_0__0__Impl rule__XMemberFeatureCall__Group_1_0_0_0__1 ; public final void rule__XMemberFeatureCall__Group_1_0_0_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7710:1: ( rule__XMemberFeatureCall__Group_1_0_0_0__0__Impl rule__XMemberFeatureCall__Group_1_0_0_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7711:2: rule__XMemberFeatureCall__Group_1_0_0_0__0__Impl rule__XMemberFeatureCall__Group_1_0_0_0__1 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_0_0_0__0__Impl_in_rule__XMemberFeatureCall__Group_1_0_0_0__015935); rule__XMemberFeatureCall__Group_1_0_0_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_0_0_0__1_in_rule__XMemberFeatureCall__Group_1_0_0_0__015938); rule__XMemberFeatureCall__Group_1_0_0_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_0_0_0__0" // $ANTLR start "rule__XMemberFeatureCall__Group_1_0_0_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7718:1: rule__XMemberFeatureCall__Group_1_0_0_0__0__Impl : ( () ) ; public final void rule__XMemberFeatureCall__Group_1_0_0_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7722:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7723:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7723:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7724:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getXAssignmentAssignableAction_1_0_0_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7725:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7727:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getXAssignmentAssignableAction_1_0_0_0_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_0_0_0__0__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_0_0_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7737:1: rule__XMemberFeatureCall__Group_1_0_0_0__1 : rule__XMemberFeatureCall__Group_1_0_0_0__1__Impl rule__XMemberFeatureCall__Group_1_0_0_0__2 ; public final void rule__XMemberFeatureCall__Group_1_0_0_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7741:1: ( rule__XMemberFeatureCall__Group_1_0_0_0__1__Impl rule__XMemberFeatureCall__Group_1_0_0_0__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7742:2: rule__XMemberFeatureCall__Group_1_0_0_0__1__Impl rule__XMemberFeatureCall__Group_1_0_0_0__2 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_0_0_0__1__Impl_in_rule__XMemberFeatureCall__Group_1_0_0_0__115996); rule__XMemberFeatureCall__Group_1_0_0_0__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_0_0_0__2_in_rule__XMemberFeatureCall__Group_1_0_0_0__115999); rule__XMemberFeatureCall__Group_1_0_0_0__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_0_0_0__1" // $ANTLR start "rule__XMemberFeatureCall__Group_1_0_0_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7749:1: rule__XMemberFeatureCall__Group_1_0_0_0__1__Impl : ( ( rule__XMemberFeatureCall__Alternatives_1_0_0_0_1 ) ) ; public final void rule__XMemberFeatureCall__Group_1_0_0_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7753:1: ( ( ( rule__XMemberFeatureCall__Alternatives_1_0_0_0_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7754:1: ( ( rule__XMemberFeatureCall__Alternatives_1_0_0_0_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7754:1: ( ( rule__XMemberFeatureCall__Alternatives_1_0_0_0_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7755:1: ( rule__XMemberFeatureCall__Alternatives_1_0_0_0_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getAlternatives_1_0_0_0_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7756:1: ( rule__XMemberFeatureCall__Alternatives_1_0_0_0_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7756:2: rule__XMemberFeatureCall__Alternatives_1_0_0_0_1 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Alternatives_1_0_0_0_1_in_rule__XMemberFeatureCall__Group_1_0_0_0__1__Impl16026); rule__XMemberFeatureCall__Alternatives_1_0_0_0_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getAlternatives_1_0_0_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_0_0_0__1__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_0_0_0__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7766:1: rule__XMemberFeatureCall__Group_1_0_0_0__2 : rule__XMemberFeatureCall__Group_1_0_0_0__2__Impl rule__XMemberFeatureCall__Group_1_0_0_0__3 ; public final void rule__XMemberFeatureCall__Group_1_0_0_0__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7770:1: ( rule__XMemberFeatureCall__Group_1_0_0_0__2__Impl rule__XMemberFeatureCall__Group_1_0_0_0__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7771:2: rule__XMemberFeatureCall__Group_1_0_0_0__2__Impl rule__XMemberFeatureCall__Group_1_0_0_0__3 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_0_0_0__2__Impl_in_rule__XMemberFeatureCall__Group_1_0_0_0__216056); rule__XMemberFeatureCall__Group_1_0_0_0__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_0_0_0__3_in_rule__XMemberFeatureCall__Group_1_0_0_0__216059); rule__XMemberFeatureCall__Group_1_0_0_0__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_0_0_0__2" // $ANTLR start "rule__XMemberFeatureCall__Group_1_0_0_0__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7778:1: rule__XMemberFeatureCall__Group_1_0_0_0__2__Impl : ( ( rule__XMemberFeatureCall__FeatureAssignment_1_0_0_0_2 ) ) ; public final void rule__XMemberFeatureCall__Group_1_0_0_0__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7782:1: ( ( ( rule__XMemberFeatureCall__FeatureAssignment_1_0_0_0_2 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7783:1: ( ( rule__XMemberFeatureCall__FeatureAssignment_1_0_0_0_2 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7783:1: ( ( rule__XMemberFeatureCall__FeatureAssignment_1_0_0_0_2 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7784:1: ( rule__XMemberFeatureCall__FeatureAssignment_1_0_0_0_2 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getFeatureAssignment_1_0_0_0_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7785:1: ( rule__XMemberFeatureCall__FeatureAssignment_1_0_0_0_2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7785:2: rule__XMemberFeatureCall__FeatureAssignment_1_0_0_0_2 { pushFollow(FOLLOW_rule__XMemberFeatureCall__FeatureAssignment_1_0_0_0_2_in_rule__XMemberFeatureCall__Group_1_0_0_0__2__Impl16086); rule__XMemberFeatureCall__FeatureAssignment_1_0_0_0_2(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getFeatureAssignment_1_0_0_0_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_0_0_0__2__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_0_0_0__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7795:1: rule__XMemberFeatureCall__Group_1_0_0_0__3 : rule__XMemberFeatureCall__Group_1_0_0_0__3__Impl ; public final void rule__XMemberFeatureCall__Group_1_0_0_0__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7799:1: ( rule__XMemberFeatureCall__Group_1_0_0_0__3__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7800:2: rule__XMemberFeatureCall__Group_1_0_0_0__3__Impl { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_0_0_0__3__Impl_in_rule__XMemberFeatureCall__Group_1_0_0_0__316116); rule__XMemberFeatureCall__Group_1_0_0_0__3__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_0_0_0__3" // $ANTLR start "rule__XMemberFeatureCall__Group_1_0_0_0__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7806:1: rule__XMemberFeatureCall__Group_1_0_0_0__3__Impl : ( ruleOpSingleAssign ) ; public final void rule__XMemberFeatureCall__Group_1_0_0_0__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7810:1: ( ( ruleOpSingleAssign ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7811:1: ( ruleOpSingleAssign ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7811:1: ( ruleOpSingleAssign ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7812:1: ruleOpSingleAssign { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getOpSingleAssignParserRuleCall_1_0_0_0_3()); } pushFollow(FOLLOW_ruleOpSingleAssign_in_rule__XMemberFeatureCall__Group_1_0_0_0__3__Impl16143); ruleOpSingleAssign(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getOpSingleAssignParserRuleCall_1_0_0_0_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_0_0_0__3__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7831:1: rule__XMemberFeatureCall__Group_1_1__0 : rule__XMemberFeatureCall__Group_1_1__0__Impl rule__XMemberFeatureCall__Group_1_1__1 ; public final void rule__XMemberFeatureCall__Group_1_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7835:1: ( rule__XMemberFeatureCall__Group_1_1__0__Impl rule__XMemberFeatureCall__Group_1_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7836:2: rule__XMemberFeatureCall__Group_1_1__0__Impl rule__XMemberFeatureCall__Group_1_1__1 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1__0__Impl_in_rule__XMemberFeatureCall__Group_1_1__016180); rule__XMemberFeatureCall__Group_1_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1__1_in_rule__XMemberFeatureCall__Group_1_1__016183); rule__XMemberFeatureCall__Group_1_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1__0" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7843:1: rule__XMemberFeatureCall__Group_1_1__0__Impl : ( ( rule__XMemberFeatureCall__Group_1_1_0__0 ) ) ; public final void rule__XMemberFeatureCall__Group_1_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7847:1: ( ( ( rule__XMemberFeatureCall__Group_1_1_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7848:1: ( ( rule__XMemberFeatureCall__Group_1_1_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7848:1: ( ( rule__XMemberFeatureCall__Group_1_1_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7849:1: ( rule__XMemberFeatureCall__Group_1_1_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7850:1: ( rule__XMemberFeatureCall__Group_1_1_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7850:2: rule__XMemberFeatureCall__Group_1_1_0__0 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_0__0_in_rule__XMemberFeatureCall__Group_1_1__0__Impl16210); rule__XMemberFeatureCall__Group_1_1_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1__0__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7860:1: rule__XMemberFeatureCall__Group_1_1__1 : rule__XMemberFeatureCall__Group_1_1__1__Impl rule__XMemberFeatureCall__Group_1_1__2 ; public final void rule__XMemberFeatureCall__Group_1_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7864:1: ( rule__XMemberFeatureCall__Group_1_1__1__Impl rule__XMemberFeatureCall__Group_1_1__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7865:2: rule__XMemberFeatureCall__Group_1_1__1__Impl rule__XMemberFeatureCall__Group_1_1__2 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1__1__Impl_in_rule__XMemberFeatureCall__Group_1_1__116240); rule__XMemberFeatureCall__Group_1_1__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1__2_in_rule__XMemberFeatureCall__Group_1_1__116243); rule__XMemberFeatureCall__Group_1_1__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1__1" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7872:1: rule__XMemberFeatureCall__Group_1_1__1__Impl : ( ( rule__XMemberFeatureCall__Group_1_1_1__0 )? ) ; public final void rule__XMemberFeatureCall__Group_1_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7876:1: ( ( ( rule__XMemberFeatureCall__Group_1_1_1__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7877:1: ( ( rule__XMemberFeatureCall__Group_1_1_1__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7877:1: ( ( rule__XMemberFeatureCall__Group_1_1_1__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7878:1: ( rule__XMemberFeatureCall__Group_1_1_1__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7879:1: ( rule__XMemberFeatureCall__Group_1_1_1__0 )? int alt64=2; int LA64_0 = input.LA(1); if ( (LA64_0==27) ) { alt64=1; } switch (alt64) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7879:2: rule__XMemberFeatureCall__Group_1_1_1__0 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_1__0_in_rule__XMemberFeatureCall__Group_1_1__1__Impl16270); rule__XMemberFeatureCall__Group_1_1_1__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1__1__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7889:1: rule__XMemberFeatureCall__Group_1_1__2 : rule__XMemberFeatureCall__Group_1_1__2__Impl rule__XMemberFeatureCall__Group_1_1__3 ; public final void rule__XMemberFeatureCall__Group_1_1__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7893:1: ( rule__XMemberFeatureCall__Group_1_1__2__Impl rule__XMemberFeatureCall__Group_1_1__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7894:2: rule__XMemberFeatureCall__Group_1_1__2__Impl rule__XMemberFeatureCall__Group_1_1__3 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1__2__Impl_in_rule__XMemberFeatureCall__Group_1_1__216301); rule__XMemberFeatureCall__Group_1_1__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1__3_in_rule__XMemberFeatureCall__Group_1_1__216304); rule__XMemberFeatureCall__Group_1_1__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1__2" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7901:1: rule__XMemberFeatureCall__Group_1_1__2__Impl : ( ( rule__XMemberFeatureCall__FeatureAssignment_1_1_2 ) ) ; public final void rule__XMemberFeatureCall__Group_1_1__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7905:1: ( ( ( rule__XMemberFeatureCall__FeatureAssignment_1_1_2 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7906:1: ( ( rule__XMemberFeatureCall__FeatureAssignment_1_1_2 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7906:1: ( ( rule__XMemberFeatureCall__FeatureAssignment_1_1_2 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7907:1: ( rule__XMemberFeatureCall__FeatureAssignment_1_1_2 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getFeatureAssignment_1_1_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7908:1: ( rule__XMemberFeatureCall__FeatureAssignment_1_1_2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7908:2: rule__XMemberFeatureCall__FeatureAssignment_1_1_2 { pushFollow(FOLLOW_rule__XMemberFeatureCall__FeatureAssignment_1_1_2_in_rule__XMemberFeatureCall__Group_1_1__2__Impl16331); rule__XMemberFeatureCall__FeatureAssignment_1_1_2(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getFeatureAssignment_1_1_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1__2__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7918:1: rule__XMemberFeatureCall__Group_1_1__3 : rule__XMemberFeatureCall__Group_1_1__3__Impl rule__XMemberFeatureCall__Group_1_1__4 ; public final void rule__XMemberFeatureCall__Group_1_1__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7922:1: ( rule__XMemberFeatureCall__Group_1_1__3__Impl rule__XMemberFeatureCall__Group_1_1__4 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7923:2: rule__XMemberFeatureCall__Group_1_1__3__Impl rule__XMemberFeatureCall__Group_1_1__4 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1__3__Impl_in_rule__XMemberFeatureCall__Group_1_1__316361); rule__XMemberFeatureCall__Group_1_1__3__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1__4_in_rule__XMemberFeatureCall__Group_1_1__316364); rule__XMemberFeatureCall__Group_1_1__4(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1__3" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7930:1: rule__XMemberFeatureCall__Group_1_1__3__Impl : ( ( rule__XMemberFeatureCall__Group_1_1_3__0 )? ) ; public final void rule__XMemberFeatureCall__Group_1_1__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7934:1: ( ( ( rule__XMemberFeatureCall__Group_1_1_3__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7935:1: ( ( rule__XMemberFeatureCall__Group_1_1_3__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7935:1: ( ( rule__XMemberFeatureCall__Group_1_1_3__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7936:1: ( rule__XMemberFeatureCall__Group_1_1_3__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_3()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7937:1: ( rule__XMemberFeatureCall__Group_1_1_3__0 )? int alt65=2; alt65 = dfa65.predict(input); switch (alt65) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7937:2: rule__XMemberFeatureCall__Group_1_1_3__0 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_3__0_in_rule__XMemberFeatureCall__Group_1_1__3__Impl16391); rule__XMemberFeatureCall__Group_1_1_3__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1__3__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1__4" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7947:1: rule__XMemberFeatureCall__Group_1_1__4 : rule__XMemberFeatureCall__Group_1_1__4__Impl ; public final void rule__XMemberFeatureCall__Group_1_1__4() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7951:1: ( rule__XMemberFeatureCall__Group_1_1__4__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7952:2: rule__XMemberFeatureCall__Group_1_1__4__Impl { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1__4__Impl_in_rule__XMemberFeatureCall__Group_1_1__416422); rule__XMemberFeatureCall__Group_1_1__4__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1__4" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1__4__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7958:1: rule__XMemberFeatureCall__Group_1_1__4__Impl : ( ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_4 )? ) ; public final void rule__XMemberFeatureCall__Group_1_1__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7962:1: ( ( ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_4 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7963:1: ( ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_4 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7963:1: ( ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_4 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7964:1: ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_4 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsAssignment_1_1_4()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7965:1: ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_4 )? int alt66=2; alt66 = dfa66.predict(input); switch (alt66) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7965:2: rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_4 { pushFollow(FOLLOW_rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_4_in_rule__XMemberFeatureCall__Group_1_1__4__Impl16449); rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_4(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsAssignment_1_1_4()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1__4__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7985:1: rule__XMemberFeatureCall__Group_1_1_0__0 : rule__XMemberFeatureCall__Group_1_1_0__0__Impl ; public final void rule__XMemberFeatureCall__Group_1_1_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7989:1: ( rule__XMemberFeatureCall__Group_1_1_0__0__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7990:2: rule__XMemberFeatureCall__Group_1_1_0__0__Impl { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_0__0__Impl_in_rule__XMemberFeatureCall__Group_1_1_0__016490); rule__XMemberFeatureCall__Group_1_1_0__0__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_0__0" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7996:1: rule__XMemberFeatureCall__Group_1_1_0__0__Impl : ( ( rule__XMemberFeatureCall__Group_1_1_0_0__0 ) ) ; public final void rule__XMemberFeatureCall__Group_1_1_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8000:1: ( ( ( rule__XMemberFeatureCall__Group_1_1_0_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8001:1: ( ( rule__XMemberFeatureCall__Group_1_1_0_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8001:1: ( ( rule__XMemberFeatureCall__Group_1_1_0_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8002:1: ( rule__XMemberFeatureCall__Group_1_1_0_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8003:1: ( rule__XMemberFeatureCall__Group_1_1_0_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8003:2: rule__XMemberFeatureCall__Group_1_1_0_0__0 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_0_0__0_in_rule__XMemberFeatureCall__Group_1_1_0__0__Impl16517); rule__XMemberFeatureCall__Group_1_1_0_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_0__0__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_0_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8015:1: rule__XMemberFeatureCall__Group_1_1_0_0__0 : rule__XMemberFeatureCall__Group_1_1_0_0__0__Impl rule__XMemberFeatureCall__Group_1_1_0_0__1 ; public final void rule__XMemberFeatureCall__Group_1_1_0_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8019:1: ( rule__XMemberFeatureCall__Group_1_1_0_0__0__Impl rule__XMemberFeatureCall__Group_1_1_0_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8020:2: rule__XMemberFeatureCall__Group_1_1_0_0__0__Impl rule__XMemberFeatureCall__Group_1_1_0_0__1 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_0_0__0__Impl_in_rule__XMemberFeatureCall__Group_1_1_0_0__016549); rule__XMemberFeatureCall__Group_1_1_0_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_0_0__1_in_rule__XMemberFeatureCall__Group_1_1_0_0__016552); rule__XMemberFeatureCall__Group_1_1_0_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_0_0__0" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_0_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8027:1: rule__XMemberFeatureCall__Group_1_1_0_0__0__Impl : ( () ) ; public final void rule__XMemberFeatureCall__Group_1_1_0_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8031:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8032:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8032:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8033:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getXMemberFeatureCallMemberCallTargetAction_1_1_0_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8034:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8036:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getXMemberFeatureCallMemberCallTargetAction_1_1_0_0_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_0_0__0__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_0_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8046:1: rule__XMemberFeatureCall__Group_1_1_0_0__1 : rule__XMemberFeatureCall__Group_1_1_0_0__1__Impl ; public final void rule__XMemberFeatureCall__Group_1_1_0_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8050:1: ( rule__XMemberFeatureCall__Group_1_1_0_0__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8051:2: rule__XMemberFeatureCall__Group_1_1_0_0__1__Impl { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_0_0__1__Impl_in_rule__XMemberFeatureCall__Group_1_1_0_0__116610); rule__XMemberFeatureCall__Group_1_1_0_0__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_0_0__1" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_0_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8057:1: rule__XMemberFeatureCall__Group_1_1_0_0__1__Impl : ( ( rule__XMemberFeatureCall__Alternatives_1_1_0_0_1 ) ) ; public final void rule__XMemberFeatureCall__Group_1_1_0_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8061:1: ( ( ( rule__XMemberFeatureCall__Alternatives_1_1_0_0_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8062:1: ( ( rule__XMemberFeatureCall__Alternatives_1_1_0_0_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8062:1: ( ( rule__XMemberFeatureCall__Alternatives_1_1_0_0_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8063:1: ( rule__XMemberFeatureCall__Alternatives_1_1_0_0_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getAlternatives_1_1_0_0_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8064:1: ( rule__XMemberFeatureCall__Alternatives_1_1_0_0_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8064:2: rule__XMemberFeatureCall__Alternatives_1_1_0_0_1 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Alternatives_1_1_0_0_1_in_rule__XMemberFeatureCall__Group_1_1_0_0__1__Impl16637); rule__XMemberFeatureCall__Alternatives_1_1_0_0_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getAlternatives_1_1_0_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_0_0__1__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8078:1: rule__XMemberFeatureCall__Group_1_1_1__0 : rule__XMemberFeatureCall__Group_1_1_1__0__Impl rule__XMemberFeatureCall__Group_1_1_1__1 ; public final void rule__XMemberFeatureCall__Group_1_1_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8082:1: ( rule__XMemberFeatureCall__Group_1_1_1__0__Impl rule__XMemberFeatureCall__Group_1_1_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8083:2: rule__XMemberFeatureCall__Group_1_1_1__0__Impl rule__XMemberFeatureCall__Group_1_1_1__1 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_1__0__Impl_in_rule__XMemberFeatureCall__Group_1_1_1__016671); rule__XMemberFeatureCall__Group_1_1_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_1__1_in_rule__XMemberFeatureCall__Group_1_1_1__016674); rule__XMemberFeatureCall__Group_1_1_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_1__0" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8090:1: rule__XMemberFeatureCall__Group_1_1_1__0__Impl : ( '<' ) ; public final void rule__XMemberFeatureCall__Group_1_1_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8094:1: ( ( '<' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8095:1: ( '<' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8095:1: ( '<' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8096:1: '<' { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getLessThanSignKeyword_1_1_1_0()); } match(input,27,FOLLOW_27_in_rule__XMemberFeatureCall__Group_1_1_1__0__Impl16702); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getLessThanSignKeyword_1_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_1__0__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8109:1: rule__XMemberFeatureCall__Group_1_1_1__1 : rule__XMemberFeatureCall__Group_1_1_1__1__Impl rule__XMemberFeatureCall__Group_1_1_1__2 ; public final void rule__XMemberFeatureCall__Group_1_1_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8113:1: ( rule__XMemberFeatureCall__Group_1_1_1__1__Impl rule__XMemberFeatureCall__Group_1_1_1__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8114:2: rule__XMemberFeatureCall__Group_1_1_1__1__Impl rule__XMemberFeatureCall__Group_1_1_1__2 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_1__1__Impl_in_rule__XMemberFeatureCall__Group_1_1_1__116733); rule__XMemberFeatureCall__Group_1_1_1__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_1__2_in_rule__XMemberFeatureCall__Group_1_1_1__116736); rule__XMemberFeatureCall__Group_1_1_1__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_1__1" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8121:1: rule__XMemberFeatureCall__Group_1_1_1__1__Impl : ( ( rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_1 ) ) ; public final void rule__XMemberFeatureCall__Group_1_1_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8125:1: ( ( ( rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8126:1: ( ( rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8126:1: ( ( rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8127:1: ( rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getTypeArgumentsAssignment_1_1_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8128:1: ( rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8128:2: rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_1 { pushFollow(FOLLOW_rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_1_in_rule__XMemberFeatureCall__Group_1_1_1__1__Impl16763); rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getTypeArgumentsAssignment_1_1_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_1__1__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_1__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8138:1: rule__XMemberFeatureCall__Group_1_1_1__2 : rule__XMemberFeatureCall__Group_1_1_1__2__Impl rule__XMemberFeatureCall__Group_1_1_1__3 ; public final void rule__XMemberFeatureCall__Group_1_1_1__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8142:1: ( rule__XMemberFeatureCall__Group_1_1_1__2__Impl rule__XMemberFeatureCall__Group_1_1_1__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8143:2: rule__XMemberFeatureCall__Group_1_1_1__2__Impl rule__XMemberFeatureCall__Group_1_1_1__3 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_1__2__Impl_in_rule__XMemberFeatureCall__Group_1_1_1__216793); rule__XMemberFeatureCall__Group_1_1_1__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_1__3_in_rule__XMemberFeatureCall__Group_1_1_1__216796); rule__XMemberFeatureCall__Group_1_1_1__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_1__2" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_1__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8150:1: rule__XMemberFeatureCall__Group_1_1_1__2__Impl : ( ( rule__XMemberFeatureCall__Group_1_1_1_2__0 )* ) ; public final void rule__XMemberFeatureCall__Group_1_1_1__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8154:1: ( ( ( rule__XMemberFeatureCall__Group_1_1_1_2__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8155:1: ( ( rule__XMemberFeatureCall__Group_1_1_1_2__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8155:1: ( ( rule__XMemberFeatureCall__Group_1_1_1_2__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8156:1: ( rule__XMemberFeatureCall__Group_1_1_1_2__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_1_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8157:1: ( rule__XMemberFeatureCall__Group_1_1_1_2__0 )* loop67: do { int alt67=2; int LA67_0 = input.LA(1); if ( (LA67_0==59) ) { alt67=1; } switch (alt67) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8157:2: rule__XMemberFeatureCall__Group_1_1_1_2__0 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_1_2__0_in_rule__XMemberFeatureCall__Group_1_1_1__2__Impl16823); rule__XMemberFeatureCall__Group_1_1_1_2__0(); state._fsp--; if (state.failed) return ; } break; default : break loop67; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_1_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_1__2__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_1__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8167:1: rule__XMemberFeatureCall__Group_1_1_1__3 : rule__XMemberFeatureCall__Group_1_1_1__3__Impl ; public final void rule__XMemberFeatureCall__Group_1_1_1__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8171:1: ( rule__XMemberFeatureCall__Group_1_1_1__3__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8172:2: rule__XMemberFeatureCall__Group_1_1_1__3__Impl { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_1__3__Impl_in_rule__XMemberFeatureCall__Group_1_1_1__316854); rule__XMemberFeatureCall__Group_1_1_1__3__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_1__3" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_1__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8178:1: rule__XMemberFeatureCall__Group_1_1_1__3__Impl : ( '>' ) ; public final void rule__XMemberFeatureCall__Group_1_1_1__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8182:1: ( ( '>' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8183:1: ( '>' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8183:1: ( '>' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8184:1: '>' { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getGreaterThanSignKeyword_1_1_1_3()); } match(input,26,FOLLOW_26_in_rule__XMemberFeatureCall__Group_1_1_1__3__Impl16882); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getGreaterThanSignKeyword_1_1_1_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_1__3__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_1_2__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8205:1: rule__XMemberFeatureCall__Group_1_1_1_2__0 : rule__XMemberFeatureCall__Group_1_1_1_2__0__Impl rule__XMemberFeatureCall__Group_1_1_1_2__1 ; public final void rule__XMemberFeatureCall__Group_1_1_1_2__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8209:1: ( rule__XMemberFeatureCall__Group_1_1_1_2__0__Impl rule__XMemberFeatureCall__Group_1_1_1_2__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8210:2: rule__XMemberFeatureCall__Group_1_1_1_2__0__Impl rule__XMemberFeatureCall__Group_1_1_1_2__1 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_1_2__0__Impl_in_rule__XMemberFeatureCall__Group_1_1_1_2__016921); rule__XMemberFeatureCall__Group_1_1_1_2__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_1_2__1_in_rule__XMemberFeatureCall__Group_1_1_1_2__016924); rule__XMemberFeatureCall__Group_1_1_1_2__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_1_2__0" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_1_2__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8217:1: rule__XMemberFeatureCall__Group_1_1_1_2__0__Impl : ( ',' ) ; public final void rule__XMemberFeatureCall__Group_1_1_1_2__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8221:1: ( ( ',' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8222:1: ( ',' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8222:1: ( ',' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8223:1: ',' { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getCommaKeyword_1_1_1_2_0()); } match(input,59,FOLLOW_59_in_rule__XMemberFeatureCall__Group_1_1_1_2__0__Impl16952); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getCommaKeyword_1_1_1_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_1_2__0__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_1_2__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8236:1: rule__XMemberFeatureCall__Group_1_1_1_2__1 : rule__XMemberFeatureCall__Group_1_1_1_2__1__Impl ; public final void rule__XMemberFeatureCall__Group_1_1_1_2__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8240:1: ( rule__XMemberFeatureCall__Group_1_1_1_2__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8241:2: rule__XMemberFeatureCall__Group_1_1_1_2__1__Impl { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_1_2__1__Impl_in_rule__XMemberFeatureCall__Group_1_1_1_2__116983); rule__XMemberFeatureCall__Group_1_1_1_2__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_1_2__1" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_1_2__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8247:1: rule__XMemberFeatureCall__Group_1_1_1_2__1__Impl : ( ( rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_2_1 ) ) ; public final void rule__XMemberFeatureCall__Group_1_1_1_2__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8251:1: ( ( ( rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_2_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8252:1: ( ( rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_2_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8252:1: ( ( rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_2_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8253:1: ( rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_2_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getTypeArgumentsAssignment_1_1_1_2_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8254:1: ( rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_2_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8254:2: rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_2_1 { pushFollow(FOLLOW_rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_2_1_in_rule__XMemberFeatureCall__Group_1_1_1_2__1__Impl17010); rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_2_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getTypeArgumentsAssignment_1_1_1_2_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_1_2__1__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_3__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8268:1: rule__XMemberFeatureCall__Group_1_1_3__0 : rule__XMemberFeatureCall__Group_1_1_3__0__Impl rule__XMemberFeatureCall__Group_1_1_3__1 ; public final void rule__XMemberFeatureCall__Group_1_1_3__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8272:1: ( rule__XMemberFeatureCall__Group_1_1_3__0__Impl rule__XMemberFeatureCall__Group_1_1_3__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8273:2: rule__XMemberFeatureCall__Group_1_1_3__0__Impl rule__XMemberFeatureCall__Group_1_1_3__1 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_3__0__Impl_in_rule__XMemberFeatureCall__Group_1_1_3__017044); rule__XMemberFeatureCall__Group_1_1_3__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_3__1_in_rule__XMemberFeatureCall__Group_1_1_3__017047); rule__XMemberFeatureCall__Group_1_1_3__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_3__0" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_3__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8280:1: rule__XMemberFeatureCall__Group_1_1_3__0__Impl : ( ( rule__XMemberFeatureCall__ExplicitOperationCallAssignment_1_1_3_0 ) ) ; public final void rule__XMemberFeatureCall__Group_1_1_3__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8284:1: ( ( ( rule__XMemberFeatureCall__ExplicitOperationCallAssignment_1_1_3_0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8285:1: ( ( rule__XMemberFeatureCall__ExplicitOperationCallAssignment_1_1_3_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8285:1: ( ( rule__XMemberFeatureCall__ExplicitOperationCallAssignment_1_1_3_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8286:1: ( rule__XMemberFeatureCall__ExplicitOperationCallAssignment_1_1_3_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getExplicitOperationCallAssignment_1_1_3_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8287:1: ( rule__XMemberFeatureCall__ExplicitOperationCallAssignment_1_1_3_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8287:2: rule__XMemberFeatureCall__ExplicitOperationCallAssignment_1_1_3_0 { pushFollow(FOLLOW_rule__XMemberFeatureCall__ExplicitOperationCallAssignment_1_1_3_0_in_rule__XMemberFeatureCall__Group_1_1_3__0__Impl17074); rule__XMemberFeatureCall__ExplicitOperationCallAssignment_1_1_3_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getExplicitOperationCallAssignment_1_1_3_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_3__0__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_3__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8297:1: rule__XMemberFeatureCall__Group_1_1_3__1 : rule__XMemberFeatureCall__Group_1_1_3__1__Impl rule__XMemberFeatureCall__Group_1_1_3__2 ; public final void rule__XMemberFeatureCall__Group_1_1_3__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8301:1: ( rule__XMemberFeatureCall__Group_1_1_3__1__Impl rule__XMemberFeatureCall__Group_1_1_3__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8302:2: rule__XMemberFeatureCall__Group_1_1_3__1__Impl rule__XMemberFeatureCall__Group_1_1_3__2 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_3__1__Impl_in_rule__XMemberFeatureCall__Group_1_1_3__117104); rule__XMemberFeatureCall__Group_1_1_3__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_3__2_in_rule__XMemberFeatureCall__Group_1_1_3__117107); rule__XMemberFeatureCall__Group_1_1_3__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_3__1" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_3__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8309:1: rule__XMemberFeatureCall__Group_1_1_3__1__Impl : ( ( rule__XMemberFeatureCall__Alternatives_1_1_3_1 )? ) ; public final void rule__XMemberFeatureCall__Group_1_1_3__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8313:1: ( ( ( rule__XMemberFeatureCall__Alternatives_1_1_3_1 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8314:1: ( ( rule__XMemberFeatureCall__Alternatives_1_1_3_1 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8314:1: ( ( rule__XMemberFeatureCall__Alternatives_1_1_3_1 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8315:1: ( rule__XMemberFeatureCall__Alternatives_1_1_3_1 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getAlternatives_1_1_3_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8316:1: ( rule__XMemberFeatureCall__Alternatives_1_1_3_1 )? int alt68=2; int LA68_0 = input.LA(1); if ( ((LA68_0>=RULE_ID && LA68_0<=RULE_STRING)||LA68_0==27||LA68_0==31||(LA68_0>=34 && LA68_0<=35)||LA68_0==40||(LA68_0>=45 && LA68_0<=50)||LA68_0==52||LA68_0==57||(LA68_0>=62 && LA68_0<=63)||LA68_0==65||LA68_0==67||(LA68_0>=71 && LA68_0<=79)||LA68_0==81||LA68_0==87||LA68_0==89) ) { alt68=1; } switch (alt68) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8316:2: rule__XMemberFeatureCall__Alternatives_1_1_3_1 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Alternatives_1_1_3_1_in_rule__XMemberFeatureCall__Group_1_1_3__1__Impl17134); rule__XMemberFeatureCall__Alternatives_1_1_3_1(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getAlternatives_1_1_3_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_3__1__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_3__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8326:1: rule__XMemberFeatureCall__Group_1_1_3__2 : rule__XMemberFeatureCall__Group_1_1_3__2__Impl ; public final void rule__XMemberFeatureCall__Group_1_1_3__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8330:1: ( rule__XMemberFeatureCall__Group_1_1_3__2__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8331:2: rule__XMemberFeatureCall__Group_1_1_3__2__Impl { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_3__2__Impl_in_rule__XMemberFeatureCall__Group_1_1_3__217165); rule__XMemberFeatureCall__Group_1_1_3__2__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_3__2" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_3__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8337:1: rule__XMemberFeatureCall__Group_1_1_3__2__Impl : ( ')' ) ; public final void rule__XMemberFeatureCall__Group_1_1_3__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8341:1: ( ( ')' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8342:1: ( ')' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8342:1: ( ')' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8343:1: ')' { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getRightParenthesisKeyword_1_1_3_2()); } match(input,58,FOLLOW_58_in_rule__XMemberFeatureCall__Group_1_1_3__2__Impl17193); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getRightParenthesisKeyword_1_1_3_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_3__2__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_3_1_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8362:1: rule__XMemberFeatureCall__Group_1_1_3_1_1__0 : rule__XMemberFeatureCall__Group_1_1_3_1_1__0__Impl rule__XMemberFeatureCall__Group_1_1_3_1_1__1 ; public final void rule__XMemberFeatureCall__Group_1_1_3_1_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8366:1: ( rule__XMemberFeatureCall__Group_1_1_3_1_1__0__Impl rule__XMemberFeatureCall__Group_1_1_3_1_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8367:2: rule__XMemberFeatureCall__Group_1_1_3_1_1__0__Impl rule__XMemberFeatureCall__Group_1_1_3_1_1__1 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_3_1_1__0__Impl_in_rule__XMemberFeatureCall__Group_1_1_3_1_1__017230); rule__XMemberFeatureCall__Group_1_1_3_1_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_3_1_1__1_in_rule__XMemberFeatureCall__Group_1_1_3_1_1__017233); rule__XMemberFeatureCall__Group_1_1_3_1_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_3_1_1__0" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_3_1_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8374:1: rule__XMemberFeatureCall__Group_1_1_3_1_1__0__Impl : ( ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_0 ) ) ; public final void rule__XMemberFeatureCall__Group_1_1_3_1_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8378:1: ( ( ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8379:1: ( ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8379:1: ( ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8380:1: ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsAssignment_1_1_3_1_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8381:1: ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8381:2: rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_0 { pushFollow(FOLLOW_rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_0_in_rule__XMemberFeatureCall__Group_1_1_3_1_1__0__Impl17260); rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsAssignment_1_1_3_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_3_1_1__0__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_3_1_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8391:1: rule__XMemberFeatureCall__Group_1_1_3_1_1__1 : rule__XMemberFeatureCall__Group_1_1_3_1_1__1__Impl ; public final void rule__XMemberFeatureCall__Group_1_1_3_1_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8395:1: ( rule__XMemberFeatureCall__Group_1_1_3_1_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8396:2: rule__XMemberFeatureCall__Group_1_1_3_1_1__1__Impl { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_3_1_1__1__Impl_in_rule__XMemberFeatureCall__Group_1_1_3_1_1__117290); rule__XMemberFeatureCall__Group_1_1_3_1_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_3_1_1__1" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_3_1_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8402:1: rule__XMemberFeatureCall__Group_1_1_3_1_1__1__Impl : ( ( rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0 )* ) ; public final void rule__XMemberFeatureCall__Group_1_1_3_1_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8406:1: ( ( ( rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8407:1: ( ( rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8407:1: ( ( rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8408:1: ( rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_3_1_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8409:1: ( rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0 )* loop69: do { int alt69=2; int LA69_0 = input.LA(1); if ( (LA69_0==59) ) { alt69=1; } switch (alt69) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8409:2: rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0_in_rule__XMemberFeatureCall__Group_1_1_3_1_1__1__Impl17317); rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0(); state._fsp--; if (state.failed) return ; } break; default : break loop69; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_3_1_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_3_1_1__1__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8423:1: rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0 : rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0__Impl rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1 ; public final void rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8427:1: ( rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0__Impl rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8428:2: rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0__Impl rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0__Impl_in_rule__XMemberFeatureCall__Group_1_1_3_1_1_1__017352); rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1_in_rule__XMemberFeatureCall__Group_1_1_3_1_1_1__017355); rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8435:1: rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0__Impl : ( ',' ) ; public final void rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8439:1: ( ( ',' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8440:1: ( ',' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8440:1: ( ',' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8441:1: ',' { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getCommaKeyword_1_1_3_1_1_1_0()); } match(input,59,FOLLOW_59_in_rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0__Impl17383); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getCommaKeyword_1_1_3_1_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0__Impl" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8454:1: rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1 : rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1__Impl ; public final void rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8458:1: ( rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8459:2: rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1__Impl { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1__Impl_in_rule__XMemberFeatureCall__Group_1_1_3_1_1_1__117414); rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1" // $ANTLR start "rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8465:1: rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1__Impl : ( ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_1_1 ) ) ; public final void rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8469:1: ( ( ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_1_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8470:1: ( ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8470:1: ( ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8471:1: ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsAssignment_1_1_3_1_1_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8472:1: ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8472:2: rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_1_1 { pushFollow(FOLLOW_rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_1_1_in_rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1__Impl17441); rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsAssignment_1_1_3_1_1_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1__Impl" // $ANTLR start "rule__XSetLiteral__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8486:1: rule__XSetLiteral__Group__0 : rule__XSetLiteral__Group__0__Impl rule__XSetLiteral__Group__1 ; public final void rule__XSetLiteral__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8490:1: ( rule__XSetLiteral__Group__0__Impl rule__XSetLiteral__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8491:2: rule__XSetLiteral__Group__0__Impl rule__XSetLiteral__Group__1 { pushFollow(FOLLOW_rule__XSetLiteral__Group__0__Impl_in_rule__XSetLiteral__Group__017475); rule__XSetLiteral__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XSetLiteral__Group__1_in_rule__XSetLiteral__Group__017478); rule__XSetLiteral__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSetLiteral__Group__0" // $ANTLR start "rule__XSetLiteral__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8498:1: rule__XSetLiteral__Group__0__Impl : ( () ) ; public final void rule__XSetLiteral__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8502:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8503:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8503:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8504:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXSetLiteralAccess().getXSetLiteralAction_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8505:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8507:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXSetLiteralAccess().getXSetLiteralAction_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSetLiteral__Group__0__Impl" // $ANTLR start "rule__XSetLiteral__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8517:1: rule__XSetLiteral__Group__1 : rule__XSetLiteral__Group__1__Impl rule__XSetLiteral__Group__2 ; public final void rule__XSetLiteral__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8521:1: ( rule__XSetLiteral__Group__1__Impl rule__XSetLiteral__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8522:2: rule__XSetLiteral__Group__1__Impl rule__XSetLiteral__Group__2 { pushFollow(FOLLOW_rule__XSetLiteral__Group__1__Impl_in_rule__XSetLiteral__Group__117536); rule__XSetLiteral__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XSetLiteral__Group__2_in_rule__XSetLiteral__Group__117539); rule__XSetLiteral__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSetLiteral__Group__1" // $ANTLR start "rule__XSetLiteral__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8529:1: rule__XSetLiteral__Group__1__Impl : ( '#' ) ; public final void rule__XSetLiteral__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8533:1: ( ( '#' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8534:1: ( '#' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8534:1: ( '#' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8535:1: '#' { if ( state.backtracking==0 ) { before(grammarAccess.getXSetLiteralAccess().getNumberSignKeyword_1()); } match(input,62,FOLLOW_62_in_rule__XSetLiteral__Group__1__Impl17567); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSetLiteralAccess().getNumberSignKeyword_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSetLiteral__Group__1__Impl" // $ANTLR start "rule__XSetLiteral__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8548:1: rule__XSetLiteral__Group__2 : rule__XSetLiteral__Group__2__Impl rule__XSetLiteral__Group__3 ; public final void rule__XSetLiteral__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8552:1: ( rule__XSetLiteral__Group__2__Impl rule__XSetLiteral__Group__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8553:2: rule__XSetLiteral__Group__2__Impl rule__XSetLiteral__Group__3 { pushFollow(FOLLOW_rule__XSetLiteral__Group__2__Impl_in_rule__XSetLiteral__Group__217598); rule__XSetLiteral__Group__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XSetLiteral__Group__3_in_rule__XSetLiteral__Group__217601); rule__XSetLiteral__Group__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSetLiteral__Group__2" // $ANTLR start "rule__XSetLiteral__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8560:1: rule__XSetLiteral__Group__2__Impl : ( '{' ) ; public final void rule__XSetLiteral__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8564:1: ( ( '{' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8565:1: ( '{' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8565:1: ( '{' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8566:1: '{' { if ( state.backtracking==0 ) { before(grammarAccess.getXSetLiteralAccess().getLeftCurlyBracketKeyword_2()); } match(input,52,FOLLOW_52_in_rule__XSetLiteral__Group__2__Impl17629); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSetLiteralAccess().getLeftCurlyBracketKeyword_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSetLiteral__Group__2__Impl" // $ANTLR start "rule__XSetLiteral__Group__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8579:1: rule__XSetLiteral__Group__3 : rule__XSetLiteral__Group__3__Impl rule__XSetLiteral__Group__4 ; public final void rule__XSetLiteral__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8583:1: ( rule__XSetLiteral__Group__3__Impl rule__XSetLiteral__Group__4 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8584:2: rule__XSetLiteral__Group__3__Impl rule__XSetLiteral__Group__4 { pushFollow(FOLLOW_rule__XSetLiteral__Group__3__Impl_in_rule__XSetLiteral__Group__317660); rule__XSetLiteral__Group__3__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XSetLiteral__Group__4_in_rule__XSetLiteral__Group__317663); rule__XSetLiteral__Group__4(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSetLiteral__Group__3" // $ANTLR start "rule__XSetLiteral__Group__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8591:1: rule__XSetLiteral__Group__3__Impl : ( ( rule__XSetLiteral__Group_3__0 )? ) ; public final void rule__XSetLiteral__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8595:1: ( ( ( rule__XSetLiteral__Group_3__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8596:1: ( ( rule__XSetLiteral__Group_3__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8596:1: ( ( rule__XSetLiteral__Group_3__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8597:1: ( rule__XSetLiteral__Group_3__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXSetLiteralAccess().getGroup_3()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8598:1: ( rule__XSetLiteral__Group_3__0 )? int alt70=2; int LA70_0 = input.LA(1); if ( ((LA70_0>=RULE_ID && LA70_0<=RULE_STRING)||LA70_0==27||(LA70_0>=34 && LA70_0<=35)||LA70_0==40||(LA70_0>=45 && LA70_0<=50)||LA70_0==52||LA70_0==57||(LA70_0>=62 && LA70_0<=63)||LA70_0==65||LA70_0==67||(LA70_0>=71 && LA70_0<=79)||LA70_0==81||LA70_0==89) ) { alt70=1; } switch (alt70) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8598:2: rule__XSetLiteral__Group_3__0 { pushFollow(FOLLOW_rule__XSetLiteral__Group_3__0_in_rule__XSetLiteral__Group__3__Impl17690); rule__XSetLiteral__Group_3__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXSetLiteralAccess().getGroup_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSetLiteral__Group__3__Impl" // $ANTLR start "rule__XSetLiteral__Group__4" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8608:1: rule__XSetLiteral__Group__4 : rule__XSetLiteral__Group__4__Impl ; public final void rule__XSetLiteral__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8612:1: ( rule__XSetLiteral__Group__4__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8613:2: rule__XSetLiteral__Group__4__Impl { pushFollow(FOLLOW_rule__XSetLiteral__Group__4__Impl_in_rule__XSetLiteral__Group__417721); rule__XSetLiteral__Group__4__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSetLiteral__Group__4" // $ANTLR start "rule__XSetLiteral__Group__4__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8619:1: rule__XSetLiteral__Group__4__Impl : ( '}' ) ; public final void rule__XSetLiteral__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8623:1: ( ( '}' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8624:1: ( '}' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8624:1: ( '}' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8625:1: '}' { if ( state.backtracking==0 ) { before(grammarAccess.getXSetLiteralAccess().getRightCurlyBracketKeyword_4()); } match(input,53,FOLLOW_53_in_rule__XSetLiteral__Group__4__Impl17749); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSetLiteralAccess().getRightCurlyBracketKeyword_4()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSetLiteral__Group__4__Impl" // $ANTLR start "rule__XSetLiteral__Group_3__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8648:1: rule__XSetLiteral__Group_3__0 : rule__XSetLiteral__Group_3__0__Impl rule__XSetLiteral__Group_3__1 ; public final void rule__XSetLiteral__Group_3__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8652:1: ( rule__XSetLiteral__Group_3__0__Impl rule__XSetLiteral__Group_3__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8653:2: rule__XSetLiteral__Group_3__0__Impl rule__XSetLiteral__Group_3__1 { pushFollow(FOLLOW_rule__XSetLiteral__Group_3__0__Impl_in_rule__XSetLiteral__Group_3__017790); rule__XSetLiteral__Group_3__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XSetLiteral__Group_3__1_in_rule__XSetLiteral__Group_3__017793); rule__XSetLiteral__Group_3__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSetLiteral__Group_3__0" // $ANTLR start "rule__XSetLiteral__Group_3__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8660:1: rule__XSetLiteral__Group_3__0__Impl : ( ( rule__XSetLiteral__ElementsAssignment_3_0 ) ) ; public final void rule__XSetLiteral__Group_3__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8664:1: ( ( ( rule__XSetLiteral__ElementsAssignment_3_0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8665:1: ( ( rule__XSetLiteral__ElementsAssignment_3_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8665:1: ( ( rule__XSetLiteral__ElementsAssignment_3_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8666:1: ( rule__XSetLiteral__ElementsAssignment_3_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXSetLiteralAccess().getElementsAssignment_3_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8667:1: ( rule__XSetLiteral__ElementsAssignment_3_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8667:2: rule__XSetLiteral__ElementsAssignment_3_0 { pushFollow(FOLLOW_rule__XSetLiteral__ElementsAssignment_3_0_in_rule__XSetLiteral__Group_3__0__Impl17820); rule__XSetLiteral__ElementsAssignment_3_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXSetLiteralAccess().getElementsAssignment_3_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSetLiteral__Group_3__0__Impl" // $ANTLR start "rule__XSetLiteral__Group_3__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8677:1: rule__XSetLiteral__Group_3__1 : rule__XSetLiteral__Group_3__1__Impl ; public final void rule__XSetLiteral__Group_3__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8681:1: ( rule__XSetLiteral__Group_3__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8682:2: rule__XSetLiteral__Group_3__1__Impl { pushFollow(FOLLOW_rule__XSetLiteral__Group_3__1__Impl_in_rule__XSetLiteral__Group_3__117850); rule__XSetLiteral__Group_3__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSetLiteral__Group_3__1" // $ANTLR start "rule__XSetLiteral__Group_3__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8688:1: rule__XSetLiteral__Group_3__1__Impl : ( ( rule__XSetLiteral__Group_3_1__0 )* ) ; public final void rule__XSetLiteral__Group_3__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8692:1: ( ( ( rule__XSetLiteral__Group_3_1__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8693:1: ( ( rule__XSetLiteral__Group_3_1__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8693:1: ( ( rule__XSetLiteral__Group_3_1__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8694:1: ( rule__XSetLiteral__Group_3_1__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getXSetLiteralAccess().getGroup_3_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8695:1: ( rule__XSetLiteral__Group_3_1__0 )* loop71: do { int alt71=2; int LA71_0 = input.LA(1); if ( (LA71_0==59) ) { alt71=1; } switch (alt71) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8695:2: rule__XSetLiteral__Group_3_1__0 { pushFollow(FOLLOW_rule__XSetLiteral__Group_3_1__0_in_rule__XSetLiteral__Group_3__1__Impl17877); rule__XSetLiteral__Group_3_1__0(); state._fsp--; if (state.failed) return ; } break; default : break loop71; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXSetLiteralAccess().getGroup_3_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSetLiteral__Group_3__1__Impl" // $ANTLR start "rule__XSetLiteral__Group_3_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8709:1: rule__XSetLiteral__Group_3_1__0 : rule__XSetLiteral__Group_3_1__0__Impl rule__XSetLiteral__Group_3_1__1 ; public final void rule__XSetLiteral__Group_3_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8713:1: ( rule__XSetLiteral__Group_3_1__0__Impl rule__XSetLiteral__Group_3_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8714:2: rule__XSetLiteral__Group_3_1__0__Impl rule__XSetLiteral__Group_3_1__1 { pushFollow(FOLLOW_rule__XSetLiteral__Group_3_1__0__Impl_in_rule__XSetLiteral__Group_3_1__017912); rule__XSetLiteral__Group_3_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XSetLiteral__Group_3_1__1_in_rule__XSetLiteral__Group_3_1__017915); rule__XSetLiteral__Group_3_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSetLiteral__Group_3_1__0" // $ANTLR start "rule__XSetLiteral__Group_3_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8721:1: rule__XSetLiteral__Group_3_1__0__Impl : ( ',' ) ; public final void rule__XSetLiteral__Group_3_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8725:1: ( ( ',' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8726:1: ( ',' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8726:1: ( ',' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8727:1: ',' { if ( state.backtracking==0 ) { before(grammarAccess.getXSetLiteralAccess().getCommaKeyword_3_1_0()); } match(input,59,FOLLOW_59_in_rule__XSetLiteral__Group_3_1__0__Impl17943); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSetLiteralAccess().getCommaKeyword_3_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSetLiteral__Group_3_1__0__Impl" // $ANTLR start "rule__XSetLiteral__Group_3_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8740:1: rule__XSetLiteral__Group_3_1__1 : rule__XSetLiteral__Group_3_1__1__Impl ; public final void rule__XSetLiteral__Group_3_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8744:1: ( rule__XSetLiteral__Group_3_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8745:2: rule__XSetLiteral__Group_3_1__1__Impl { pushFollow(FOLLOW_rule__XSetLiteral__Group_3_1__1__Impl_in_rule__XSetLiteral__Group_3_1__117974); rule__XSetLiteral__Group_3_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSetLiteral__Group_3_1__1" // $ANTLR start "rule__XSetLiteral__Group_3_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8751:1: rule__XSetLiteral__Group_3_1__1__Impl : ( ( rule__XSetLiteral__ElementsAssignment_3_1_1 ) ) ; public final void rule__XSetLiteral__Group_3_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8755:1: ( ( ( rule__XSetLiteral__ElementsAssignment_3_1_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8756:1: ( ( rule__XSetLiteral__ElementsAssignment_3_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8756:1: ( ( rule__XSetLiteral__ElementsAssignment_3_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8757:1: ( rule__XSetLiteral__ElementsAssignment_3_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXSetLiteralAccess().getElementsAssignment_3_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8758:1: ( rule__XSetLiteral__ElementsAssignment_3_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8758:2: rule__XSetLiteral__ElementsAssignment_3_1_1 { pushFollow(FOLLOW_rule__XSetLiteral__ElementsAssignment_3_1_1_in_rule__XSetLiteral__Group_3_1__1__Impl18001); rule__XSetLiteral__ElementsAssignment_3_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXSetLiteralAccess().getElementsAssignment_3_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSetLiteral__Group_3_1__1__Impl" // $ANTLR start "rule__XListLiteral__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8772:1: rule__XListLiteral__Group__0 : rule__XListLiteral__Group__0__Impl rule__XListLiteral__Group__1 ; public final void rule__XListLiteral__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8776:1: ( rule__XListLiteral__Group__0__Impl rule__XListLiteral__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8777:2: rule__XListLiteral__Group__0__Impl rule__XListLiteral__Group__1 { pushFollow(FOLLOW_rule__XListLiteral__Group__0__Impl_in_rule__XListLiteral__Group__018035); rule__XListLiteral__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XListLiteral__Group__1_in_rule__XListLiteral__Group__018038); rule__XListLiteral__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XListLiteral__Group__0" // $ANTLR start "rule__XListLiteral__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8784:1: rule__XListLiteral__Group__0__Impl : ( () ) ; public final void rule__XListLiteral__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8788:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8789:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8789:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8790:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXListLiteralAccess().getXListLiteralAction_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8791:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8793:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXListLiteralAccess().getXListLiteralAction_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XListLiteral__Group__0__Impl" // $ANTLR start "rule__XListLiteral__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8803:1: rule__XListLiteral__Group__1 : rule__XListLiteral__Group__1__Impl rule__XListLiteral__Group__2 ; public final void rule__XListLiteral__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8807:1: ( rule__XListLiteral__Group__1__Impl rule__XListLiteral__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8808:2: rule__XListLiteral__Group__1__Impl rule__XListLiteral__Group__2 { pushFollow(FOLLOW_rule__XListLiteral__Group__1__Impl_in_rule__XListLiteral__Group__118096); rule__XListLiteral__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XListLiteral__Group__2_in_rule__XListLiteral__Group__118099); rule__XListLiteral__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XListLiteral__Group__1" // $ANTLR start "rule__XListLiteral__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8815:1: rule__XListLiteral__Group__1__Impl : ( '#' ) ; public final void rule__XListLiteral__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8819:1: ( ( '#' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8820:1: ( '#' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8820:1: ( '#' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8821:1: '#' { if ( state.backtracking==0 ) { before(grammarAccess.getXListLiteralAccess().getNumberSignKeyword_1()); } match(input,62,FOLLOW_62_in_rule__XListLiteral__Group__1__Impl18127); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXListLiteralAccess().getNumberSignKeyword_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XListLiteral__Group__1__Impl" // $ANTLR start "rule__XListLiteral__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8834:1: rule__XListLiteral__Group__2 : rule__XListLiteral__Group__2__Impl rule__XListLiteral__Group__3 ; public final void rule__XListLiteral__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8838:1: ( rule__XListLiteral__Group__2__Impl rule__XListLiteral__Group__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8839:2: rule__XListLiteral__Group__2__Impl rule__XListLiteral__Group__3 { pushFollow(FOLLOW_rule__XListLiteral__Group__2__Impl_in_rule__XListLiteral__Group__218158); rule__XListLiteral__Group__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XListLiteral__Group__3_in_rule__XListLiteral__Group__218161); rule__XListLiteral__Group__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XListLiteral__Group__2" // $ANTLR start "rule__XListLiteral__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8846:1: rule__XListLiteral__Group__2__Impl : ( '[' ) ; public final void rule__XListLiteral__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8850:1: ( ( '[' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8851:1: ( '[' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8851:1: ( '[' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8852:1: '[' { if ( state.backtracking==0 ) { before(grammarAccess.getXListLiteralAccess().getLeftSquareBracketKeyword_2()); } match(input,63,FOLLOW_63_in_rule__XListLiteral__Group__2__Impl18189); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXListLiteralAccess().getLeftSquareBracketKeyword_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XListLiteral__Group__2__Impl" // $ANTLR start "rule__XListLiteral__Group__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8865:1: rule__XListLiteral__Group__3 : rule__XListLiteral__Group__3__Impl rule__XListLiteral__Group__4 ; public final void rule__XListLiteral__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8869:1: ( rule__XListLiteral__Group__3__Impl rule__XListLiteral__Group__4 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8870:2: rule__XListLiteral__Group__3__Impl rule__XListLiteral__Group__4 { pushFollow(FOLLOW_rule__XListLiteral__Group__3__Impl_in_rule__XListLiteral__Group__318220); rule__XListLiteral__Group__3__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XListLiteral__Group__4_in_rule__XListLiteral__Group__318223); rule__XListLiteral__Group__4(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XListLiteral__Group__3" // $ANTLR start "rule__XListLiteral__Group__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8877:1: rule__XListLiteral__Group__3__Impl : ( ( rule__XListLiteral__Group_3__0 )? ) ; public final void rule__XListLiteral__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8881:1: ( ( ( rule__XListLiteral__Group_3__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8882:1: ( ( rule__XListLiteral__Group_3__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8882:1: ( ( rule__XListLiteral__Group_3__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8883:1: ( rule__XListLiteral__Group_3__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXListLiteralAccess().getGroup_3()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8884:1: ( rule__XListLiteral__Group_3__0 )? int alt72=2; int LA72_0 = input.LA(1); if ( ((LA72_0>=RULE_ID && LA72_0<=RULE_STRING)||LA72_0==27||(LA72_0>=34 && LA72_0<=35)||LA72_0==40||(LA72_0>=45 && LA72_0<=50)||LA72_0==52||LA72_0==57||(LA72_0>=62 && LA72_0<=63)||LA72_0==65||LA72_0==67||(LA72_0>=71 && LA72_0<=79)||LA72_0==81||LA72_0==89) ) { alt72=1; } switch (alt72) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8884:2: rule__XListLiteral__Group_3__0 { pushFollow(FOLLOW_rule__XListLiteral__Group_3__0_in_rule__XListLiteral__Group__3__Impl18250); rule__XListLiteral__Group_3__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXListLiteralAccess().getGroup_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XListLiteral__Group__3__Impl" // $ANTLR start "rule__XListLiteral__Group__4" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8894:1: rule__XListLiteral__Group__4 : rule__XListLiteral__Group__4__Impl ; public final void rule__XListLiteral__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8898:1: ( rule__XListLiteral__Group__4__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8899:2: rule__XListLiteral__Group__4__Impl { pushFollow(FOLLOW_rule__XListLiteral__Group__4__Impl_in_rule__XListLiteral__Group__418281); rule__XListLiteral__Group__4__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XListLiteral__Group__4" // $ANTLR start "rule__XListLiteral__Group__4__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8905:1: rule__XListLiteral__Group__4__Impl : ( ']' ) ; public final void rule__XListLiteral__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8909:1: ( ( ']' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8910:1: ( ']' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8910:1: ( ']' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8911:1: ']' { if ( state.backtracking==0 ) { before(grammarAccess.getXListLiteralAccess().getRightSquareBracketKeyword_4()); } match(input,64,FOLLOW_64_in_rule__XListLiteral__Group__4__Impl18309); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXListLiteralAccess().getRightSquareBracketKeyword_4()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XListLiteral__Group__4__Impl" // $ANTLR start "rule__XListLiteral__Group_3__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8934:1: rule__XListLiteral__Group_3__0 : rule__XListLiteral__Group_3__0__Impl rule__XListLiteral__Group_3__1 ; public final void rule__XListLiteral__Group_3__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8938:1: ( rule__XListLiteral__Group_3__0__Impl rule__XListLiteral__Group_3__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8939:2: rule__XListLiteral__Group_3__0__Impl rule__XListLiteral__Group_3__1 { pushFollow(FOLLOW_rule__XListLiteral__Group_3__0__Impl_in_rule__XListLiteral__Group_3__018350); rule__XListLiteral__Group_3__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XListLiteral__Group_3__1_in_rule__XListLiteral__Group_3__018353); rule__XListLiteral__Group_3__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XListLiteral__Group_3__0" // $ANTLR start "rule__XListLiteral__Group_3__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8946:1: rule__XListLiteral__Group_3__0__Impl : ( ( rule__XListLiteral__ElementsAssignment_3_0 ) ) ; public final void rule__XListLiteral__Group_3__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8950:1: ( ( ( rule__XListLiteral__ElementsAssignment_3_0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8951:1: ( ( rule__XListLiteral__ElementsAssignment_3_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8951:1: ( ( rule__XListLiteral__ElementsAssignment_3_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8952:1: ( rule__XListLiteral__ElementsAssignment_3_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXListLiteralAccess().getElementsAssignment_3_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8953:1: ( rule__XListLiteral__ElementsAssignment_3_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8953:2: rule__XListLiteral__ElementsAssignment_3_0 { pushFollow(FOLLOW_rule__XListLiteral__ElementsAssignment_3_0_in_rule__XListLiteral__Group_3__0__Impl18380); rule__XListLiteral__ElementsAssignment_3_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXListLiteralAccess().getElementsAssignment_3_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XListLiteral__Group_3__0__Impl" // $ANTLR start "rule__XListLiteral__Group_3__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8963:1: rule__XListLiteral__Group_3__1 : rule__XListLiteral__Group_3__1__Impl ; public final void rule__XListLiteral__Group_3__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8967:1: ( rule__XListLiteral__Group_3__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8968:2: rule__XListLiteral__Group_3__1__Impl { pushFollow(FOLLOW_rule__XListLiteral__Group_3__1__Impl_in_rule__XListLiteral__Group_3__118410); rule__XListLiteral__Group_3__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XListLiteral__Group_3__1" // $ANTLR start "rule__XListLiteral__Group_3__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8974:1: rule__XListLiteral__Group_3__1__Impl : ( ( rule__XListLiteral__Group_3_1__0 )* ) ; public final void rule__XListLiteral__Group_3__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8978:1: ( ( ( rule__XListLiteral__Group_3_1__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8979:1: ( ( rule__XListLiteral__Group_3_1__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8979:1: ( ( rule__XListLiteral__Group_3_1__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8980:1: ( rule__XListLiteral__Group_3_1__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getXListLiteralAccess().getGroup_3_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8981:1: ( rule__XListLiteral__Group_3_1__0 )* loop73: do { int alt73=2; int LA73_0 = input.LA(1); if ( (LA73_0==59) ) { alt73=1; } switch (alt73) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8981:2: rule__XListLiteral__Group_3_1__0 { pushFollow(FOLLOW_rule__XListLiteral__Group_3_1__0_in_rule__XListLiteral__Group_3__1__Impl18437); rule__XListLiteral__Group_3_1__0(); state._fsp--; if (state.failed) return ; } break; default : break loop73; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXListLiteralAccess().getGroup_3_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XListLiteral__Group_3__1__Impl" // $ANTLR start "rule__XListLiteral__Group_3_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8995:1: rule__XListLiteral__Group_3_1__0 : rule__XListLiteral__Group_3_1__0__Impl rule__XListLiteral__Group_3_1__1 ; public final void rule__XListLiteral__Group_3_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:8999:1: ( rule__XListLiteral__Group_3_1__0__Impl rule__XListLiteral__Group_3_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9000:2: rule__XListLiteral__Group_3_1__0__Impl rule__XListLiteral__Group_3_1__1 { pushFollow(FOLLOW_rule__XListLiteral__Group_3_1__0__Impl_in_rule__XListLiteral__Group_3_1__018472); rule__XListLiteral__Group_3_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XListLiteral__Group_3_1__1_in_rule__XListLiteral__Group_3_1__018475); rule__XListLiteral__Group_3_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XListLiteral__Group_3_1__0" // $ANTLR start "rule__XListLiteral__Group_3_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9007:1: rule__XListLiteral__Group_3_1__0__Impl : ( ',' ) ; public final void rule__XListLiteral__Group_3_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9011:1: ( ( ',' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9012:1: ( ',' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9012:1: ( ',' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9013:1: ',' { if ( state.backtracking==0 ) { before(grammarAccess.getXListLiteralAccess().getCommaKeyword_3_1_0()); } match(input,59,FOLLOW_59_in_rule__XListLiteral__Group_3_1__0__Impl18503); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXListLiteralAccess().getCommaKeyword_3_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XListLiteral__Group_3_1__0__Impl" // $ANTLR start "rule__XListLiteral__Group_3_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9026:1: rule__XListLiteral__Group_3_1__1 : rule__XListLiteral__Group_3_1__1__Impl ; public final void rule__XListLiteral__Group_3_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9030:1: ( rule__XListLiteral__Group_3_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9031:2: rule__XListLiteral__Group_3_1__1__Impl { pushFollow(FOLLOW_rule__XListLiteral__Group_3_1__1__Impl_in_rule__XListLiteral__Group_3_1__118534); rule__XListLiteral__Group_3_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XListLiteral__Group_3_1__1" // $ANTLR start "rule__XListLiteral__Group_3_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9037:1: rule__XListLiteral__Group_3_1__1__Impl : ( ( rule__XListLiteral__ElementsAssignment_3_1_1 ) ) ; public final void rule__XListLiteral__Group_3_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9041:1: ( ( ( rule__XListLiteral__ElementsAssignment_3_1_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9042:1: ( ( rule__XListLiteral__ElementsAssignment_3_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9042:1: ( ( rule__XListLiteral__ElementsAssignment_3_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9043:1: ( rule__XListLiteral__ElementsAssignment_3_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXListLiteralAccess().getElementsAssignment_3_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9044:1: ( rule__XListLiteral__ElementsAssignment_3_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9044:2: rule__XListLiteral__ElementsAssignment_3_1_1 { pushFollow(FOLLOW_rule__XListLiteral__ElementsAssignment_3_1_1_in_rule__XListLiteral__Group_3_1__1__Impl18561); rule__XListLiteral__ElementsAssignment_3_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXListLiteralAccess().getElementsAssignment_3_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XListLiteral__Group_3_1__1__Impl" // $ANTLR start "rule__XClosure__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9058:1: rule__XClosure__Group__0 : rule__XClosure__Group__0__Impl rule__XClosure__Group__1 ; public final void rule__XClosure__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9062:1: ( rule__XClosure__Group__0__Impl rule__XClosure__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9063:2: rule__XClosure__Group__0__Impl rule__XClosure__Group__1 { pushFollow(FOLLOW_rule__XClosure__Group__0__Impl_in_rule__XClosure__Group__018595); rule__XClosure__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XClosure__Group__1_in_rule__XClosure__Group__018598); rule__XClosure__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group__0" // $ANTLR start "rule__XClosure__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9070:1: rule__XClosure__Group__0__Impl : ( ( rule__XClosure__Group_0__0 ) ) ; public final void rule__XClosure__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9074:1: ( ( ( rule__XClosure__Group_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9075:1: ( ( rule__XClosure__Group_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9075:1: ( ( rule__XClosure__Group_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9076:1: ( rule__XClosure__Group_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXClosureAccess().getGroup_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9077:1: ( rule__XClosure__Group_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9077:2: rule__XClosure__Group_0__0 { pushFollow(FOLLOW_rule__XClosure__Group_0__0_in_rule__XClosure__Group__0__Impl18625); rule__XClosure__Group_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXClosureAccess().getGroup_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group__0__Impl" // $ANTLR start "rule__XClosure__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9087:1: rule__XClosure__Group__1 : rule__XClosure__Group__1__Impl rule__XClosure__Group__2 ; public final void rule__XClosure__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9091:1: ( rule__XClosure__Group__1__Impl rule__XClosure__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9092:2: rule__XClosure__Group__1__Impl rule__XClosure__Group__2 { pushFollow(FOLLOW_rule__XClosure__Group__1__Impl_in_rule__XClosure__Group__118655); rule__XClosure__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XClosure__Group__2_in_rule__XClosure__Group__118658); rule__XClosure__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group__1" // $ANTLR start "rule__XClosure__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9099:1: rule__XClosure__Group__1__Impl : ( ( rule__XClosure__Group_1__0 )? ) ; public final void rule__XClosure__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9103:1: ( ( ( rule__XClosure__Group_1__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9104:1: ( ( rule__XClosure__Group_1__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9104:1: ( ( rule__XClosure__Group_1__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9105:1: ( rule__XClosure__Group_1__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXClosureAccess().getGroup_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9106:1: ( rule__XClosure__Group_1__0 )? int alt74=2; alt74 = dfa74.predict(input); switch (alt74) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9106:2: rule__XClosure__Group_1__0 { pushFollow(FOLLOW_rule__XClosure__Group_1__0_in_rule__XClosure__Group__1__Impl18685); rule__XClosure__Group_1__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXClosureAccess().getGroup_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group__1__Impl" // $ANTLR start "rule__XClosure__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9116:1: rule__XClosure__Group__2 : rule__XClosure__Group__2__Impl rule__XClosure__Group__3 ; public final void rule__XClosure__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9120:1: ( rule__XClosure__Group__2__Impl rule__XClosure__Group__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9121:2: rule__XClosure__Group__2__Impl rule__XClosure__Group__3 { pushFollow(FOLLOW_rule__XClosure__Group__2__Impl_in_rule__XClosure__Group__218716); rule__XClosure__Group__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XClosure__Group__3_in_rule__XClosure__Group__218719); rule__XClosure__Group__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group__2" // $ANTLR start "rule__XClosure__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9128:1: rule__XClosure__Group__2__Impl : ( ( rule__XClosure__ExpressionAssignment_2 ) ) ; public final void rule__XClosure__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9132:1: ( ( ( rule__XClosure__ExpressionAssignment_2 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9133:1: ( ( rule__XClosure__ExpressionAssignment_2 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9133:1: ( ( rule__XClosure__ExpressionAssignment_2 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9134:1: ( rule__XClosure__ExpressionAssignment_2 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXClosureAccess().getExpressionAssignment_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9135:1: ( rule__XClosure__ExpressionAssignment_2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9135:2: rule__XClosure__ExpressionAssignment_2 { pushFollow(FOLLOW_rule__XClosure__ExpressionAssignment_2_in_rule__XClosure__Group__2__Impl18746); rule__XClosure__ExpressionAssignment_2(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXClosureAccess().getExpressionAssignment_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group__2__Impl" // $ANTLR start "rule__XClosure__Group__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9145:1: rule__XClosure__Group__3 : rule__XClosure__Group__3__Impl ; public final void rule__XClosure__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9149:1: ( rule__XClosure__Group__3__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9150:2: rule__XClosure__Group__3__Impl { pushFollow(FOLLOW_rule__XClosure__Group__3__Impl_in_rule__XClosure__Group__318776); rule__XClosure__Group__3__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group__3" // $ANTLR start "rule__XClosure__Group__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9156:1: rule__XClosure__Group__3__Impl : ( ']' ) ; public final void rule__XClosure__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9160:1: ( ( ']' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9161:1: ( ']' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9161:1: ( ']' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9162:1: ']' { if ( state.backtracking==0 ) { before(grammarAccess.getXClosureAccess().getRightSquareBracketKeyword_3()); } match(input,64,FOLLOW_64_in_rule__XClosure__Group__3__Impl18804); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXClosureAccess().getRightSquareBracketKeyword_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group__3__Impl" // $ANTLR start "rule__XClosure__Group_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9183:1: rule__XClosure__Group_0__0 : rule__XClosure__Group_0__0__Impl ; public final void rule__XClosure__Group_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9187:1: ( rule__XClosure__Group_0__0__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9188:2: rule__XClosure__Group_0__0__Impl { pushFollow(FOLLOW_rule__XClosure__Group_0__0__Impl_in_rule__XClosure__Group_0__018843); rule__XClosure__Group_0__0__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group_0__0" // $ANTLR start "rule__XClosure__Group_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9194:1: rule__XClosure__Group_0__0__Impl : ( ( rule__XClosure__Group_0_0__0 ) ) ; public final void rule__XClosure__Group_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9198:1: ( ( ( rule__XClosure__Group_0_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9199:1: ( ( rule__XClosure__Group_0_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9199:1: ( ( rule__XClosure__Group_0_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9200:1: ( rule__XClosure__Group_0_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXClosureAccess().getGroup_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9201:1: ( rule__XClosure__Group_0_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9201:2: rule__XClosure__Group_0_0__0 { pushFollow(FOLLOW_rule__XClosure__Group_0_0__0_in_rule__XClosure__Group_0__0__Impl18870); rule__XClosure__Group_0_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXClosureAccess().getGroup_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group_0__0__Impl" // $ANTLR start "rule__XClosure__Group_0_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9213:1: rule__XClosure__Group_0_0__0 : rule__XClosure__Group_0_0__0__Impl rule__XClosure__Group_0_0__1 ; public final void rule__XClosure__Group_0_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9217:1: ( rule__XClosure__Group_0_0__0__Impl rule__XClosure__Group_0_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9218:2: rule__XClosure__Group_0_0__0__Impl rule__XClosure__Group_0_0__1 { pushFollow(FOLLOW_rule__XClosure__Group_0_0__0__Impl_in_rule__XClosure__Group_0_0__018902); rule__XClosure__Group_0_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XClosure__Group_0_0__1_in_rule__XClosure__Group_0_0__018905); rule__XClosure__Group_0_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group_0_0__0" // $ANTLR start "rule__XClosure__Group_0_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9225:1: rule__XClosure__Group_0_0__0__Impl : ( () ) ; public final void rule__XClosure__Group_0_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9229:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9230:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9230:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9231:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXClosureAccess().getXClosureAction_0_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9232:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9234:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXClosureAccess().getXClosureAction_0_0_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group_0_0__0__Impl" // $ANTLR start "rule__XClosure__Group_0_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9244:1: rule__XClosure__Group_0_0__1 : rule__XClosure__Group_0_0__1__Impl ; public final void rule__XClosure__Group_0_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9248:1: ( rule__XClosure__Group_0_0__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9249:2: rule__XClosure__Group_0_0__1__Impl { pushFollow(FOLLOW_rule__XClosure__Group_0_0__1__Impl_in_rule__XClosure__Group_0_0__118963); rule__XClosure__Group_0_0__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group_0_0__1" // $ANTLR start "rule__XClosure__Group_0_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9255:1: rule__XClosure__Group_0_0__1__Impl : ( '[' ) ; public final void rule__XClosure__Group_0_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9259:1: ( ( '[' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9260:1: ( '[' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9260:1: ( '[' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9261:1: '[' { if ( state.backtracking==0 ) { before(grammarAccess.getXClosureAccess().getLeftSquareBracketKeyword_0_0_1()); } match(input,63,FOLLOW_63_in_rule__XClosure__Group_0_0__1__Impl18991); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXClosureAccess().getLeftSquareBracketKeyword_0_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group_0_0__1__Impl" // $ANTLR start "rule__XClosure__Group_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9278:1: rule__XClosure__Group_1__0 : rule__XClosure__Group_1__0__Impl ; public final void rule__XClosure__Group_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9282:1: ( rule__XClosure__Group_1__0__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9283:2: rule__XClosure__Group_1__0__Impl { pushFollow(FOLLOW_rule__XClosure__Group_1__0__Impl_in_rule__XClosure__Group_1__019026); rule__XClosure__Group_1__0__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group_1__0" // $ANTLR start "rule__XClosure__Group_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9289:1: rule__XClosure__Group_1__0__Impl : ( ( rule__XClosure__Group_1_0__0 ) ) ; public final void rule__XClosure__Group_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9293:1: ( ( ( rule__XClosure__Group_1_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9294:1: ( ( rule__XClosure__Group_1_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9294:1: ( ( rule__XClosure__Group_1_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9295:1: ( rule__XClosure__Group_1_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXClosureAccess().getGroup_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9296:1: ( rule__XClosure__Group_1_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9296:2: rule__XClosure__Group_1_0__0 { pushFollow(FOLLOW_rule__XClosure__Group_1_0__0_in_rule__XClosure__Group_1__0__Impl19053); rule__XClosure__Group_1_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXClosureAccess().getGroup_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group_1__0__Impl" // $ANTLR start "rule__XClosure__Group_1_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9308:1: rule__XClosure__Group_1_0__0 : rule__XClosure__Group_1_0__0__Impl rule__XClosure__Group_1_0__1 ; public final void rule__XClosure__Group_1_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9312:1: ( rule__XClosure__Group_1_0__0__Impl rule__XClosure__Group_1_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9313:2: rule__XClosure__Group_1_0__0__Impl rule__XClosure__Group_1_0__1 { pushFollow(FOLLOW_rule__XClosure__Group_1_0__0__Impl_in_rule__XClosure__Group_1_0__019085); rule__XClosure__Group_1_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XClosure__Group_1_0__1_in_rule__XClosure__Group_1_0__019088); rule__XClosure__Group_1_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group_1_0__0" // $ANTLR start "rule__XClosure__Group_1_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9320:1: rule__XClosure__Group_1_0__0__Impl : ( ( rule__XClosure__Group_1_0_0__0 )? ) ; public final void rule__XClosure__Group_1_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9324:1: ( ( ( rule__XClosure__Group_1_0_0__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9325:1: ( ( rule__XClosure__Group_1_0_0__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9325:1: ( ( rule__XClosure__Group_1_0_0__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9326:1: ( rule__XClosure__Group_1_0_0__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXClosureAccess().getGroup_1_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9327:1: ( rule__XClosure__Group_1_0_0__0 )? int alt75=2; int LA75_0 = input.LA(1); if ( (LA75_0==RULE_ID||LA75_0==31||LA75_0==57) ) { alt75=1; } switch (alt75) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9327:2: rule__XClosure__Group_1_0_0__0 { pushFollow(FOLLOW_rule__XClosure__Group_1_0_0__0_in_rule__XClosure__Group_1_0__0__Impl19115); rule__XClosure__Group_1_0_0__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXClosureAccess().getGroup_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group_1_0__0__Impl" // $ANTLR start "rule__XClosure__Group_1_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9337:1: rule__XClosure__Group_1_0__1 : rule__XClosure__Group_1_0__1__Impl ; public final void rule__XClosure__Group_1_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9341:1: ( rule__XClosure__Group_1_0__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9342:2: rule__XClosure__Group_1_0__1__Impl { pushFollow(FOLLOW_rule__XClosure__Group_1_0__1__Impl_in_rule__XClosure__Group_1_0__119146); rule__XClosure__Group_1_0__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group_1_0__1" // $ANTLR start "rule__XClosure__Group_1_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9348:1: rule__XClosure__Group_1_0__1__Impl : ( ( rule__XClosure__ExplicitSyntaxAssignment_1_0_1 ) ) ; public final void rule__XClosure__Group_1_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9352:1: ( ( ( rule__XClosure__ExplicitSyntaxAssignment_1_0_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9353:1: ( ( rule__XClosure__ExplicitSyntaxAssignment_1_0_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9353:1: ( ( rule__XClosure__ExplicitSyntaxAssignment_1_0_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9354:1: ( rule__XClosure__ExplicitSyntaxAssignment_1_0_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXClosureAccess().getExplicitSyntaxAssignment_1_0_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9355:1: ( rule__XClosure__ExplicitSyntaxAssignment_1_0_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9355:2: rule__XClosure__ExplicitSyntaxAssignment_1_0_1 { pushFollow(FOLLOW_rule__XClosure__ExplicitSyntaxAssignment_1_0_1_in_rule__XClosure__Group_1_0__1__Impl19173); rule__XClosure__ExplicitSyntaxAssignment_1_0_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXClosureAccess().getExplicitSyntaxAssignment_1_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group_1_0__1__Impl" // $ANTLR start "rule__XClosure__Group_1_0_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9369:1: rule__XClosure__Group_1_0_0__0 : rule__XClosure__Group_1_0_0__0__Impl rule__XClosure__Group_1_0_0__1 ; public final void rule__XClosure__Group_1_0_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9373:1: ( rule__XClosure__Group_1_0_0__0__Impl rule__XClosure__Group_1_0_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9374:2: rule__XClosure__Group_1_0_0__0__Impl rule__XClosure__Group_1_0_0__1 { pushFollow(FOLLOW_rule__XClosure__Group_1_0_0__0__Impl_in_rule__XClosure__Group_1_0_0__019207); rule__XClosure__Group_1_0_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XClosure__Group_1_0_0__1_in_rule__XClosure__Group_1_0_0__019210); rule__XClosure__Group_1_0_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group_1_0_0__0" // $ANTLR start "rule__XClosure__Group_1_0_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9381:1: rule__XClosure__Group_1_0_0__0__Impl : ( ( rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_0 ) ) ; public final void rule__XClosure__Group_1_0_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9385:1: ( ( ( rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9386:1: ( ( rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9386:1: ( ( rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9387:1: ( rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXClosureAccess().getDeclaredFormalParametersAssignment_1_0_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9388:1: ( rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9388:2: rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_0 { pushFollow(FOLLOW_rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_0_in_rule__XClosure__Group_1_0_0__0__Impl19237); rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXClosureAccess().getDeclaredFormalParametersAssignment_1_0_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group_1_0_0__0__Impl" // $ANTLR start "rule__XClosure__Group_1_0_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9398:1: rule__XClosure__Group_1_0_0__1 : rule__XClosure__Group_1_0_0__1__Impl ; public final void rule__XClosure__Group_1_0_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9402:1: ( rule__XClosure__Group_1_0_0__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9403:2: rule__XClosure__Group_1_0_0__1__Impl { pushFollow(FOLLOW_rule__XClosure__Group_1_0_0__1__Impl_in_rule__XClosure__Group_1_0_0__119267); rule__XClosure__Group_1_0_0__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group_1_0_0__1" // $ANTLR start "rule__XClosure__Group_1_0_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9409:1: rule__XClosure__Group_1_0_0__1__Impl : ( ( rule__XClosure__Group_1_0_0_1__0 )* ) ; public final void rule__XClosure__Group_1_0_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9413:1: ( ( ( rule__XClosure__Group_1_0_0_1__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9414:1: ( ( rule__XClosure__Group_1_0_0_1__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9414:1: ( ( rule__XClosure__Group_1_0_0_1__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9415:1: ( rule__XClosure__Group_1_0_0_1__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getXClosureAccess().getGroup_1_0_0_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9416:1: ( rule__XClosure__Group_1_0_0_1__0 )* loop76: do { int alt76=2; int LA76_0 = input.LA(1); if ( (LA76_0==59) ) { alt76=1; } switch (alt76) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9416:2: rule__XClosure__Group_1_0_0_1__0 { pushFollow(FOLLOW_rule__XClosure__Group_1_0_0_1__0_in_rule__XClosure__Group_1_0_0__1__Impl19294); rule__XClosure__Group_1_0_0_1__0(); state._fsp--; if (state.failed) return ; } break; default : break loop76; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXClosureAccess().getGroup_1_0_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group_1_0_0__1__Impl" // $ANTLR start "rule__XClosure__Group_1_0_0_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9430:1: rule__XClosure__Group_1_0_0_1__0 : rule__XClosure__Group_1_0_0_1__0__Impl rule__XClosure__Group_1_0_0_1__1 ; public final void rule__XClosure__Group_1_0_0_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9434:1: ( rule__XClosure__Group_1_0_0_1__0__Impl rule__XClosure__Group_1_0_0_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9435:2: rule__XClosure__Group_1_0_0_1__0__Impl rule__XClosure__Group_1_0_0_1__1 { pushFollow(FOLLOW_rule__XClosure__Group_1_0_0_1__0__Impl_in_rule__XClosure__Group_1_0_0_1__019329); rule__XClosure__Group_1_0_0_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XClosure__Group_1_0_0_1__1_in_rule__XClosure__Group_1_0_0_1__019332); rule__XClosure__Group_1_0_0_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group_1_0_0_1__0" // $ANTLR start "rule__XClosure__Group_1_0_0_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9442:1: rule__XClosure__Group_1_0_0_1__0__Impl : ( ',' ) ; public final void rule__XClosure__Group_1_0_0_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9446:1: ( ( ',' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9447:1: ( ',' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9447:1: ( ',' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9448:1: ',' { if ( state.backtracking==0 ) { before(grammarAccess.getXClosureAccess().getCommaKeyword_1_0_0_1_0()); } match(input,59,FOLLOW_59_in_rule__XClosure__Group_1_0_0_1__0__Impl19360); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXClosureAccess().getCommaKeyword_1_0_0_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group_1_0_0_1__0__Impl" // $ANTLR start "rule__XClosure__Group_1_0_0_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9461:1: rule__XClosure__Group_1_0_0_1__1 : rule__XClosure__Group_1_0_0_1__1__Impl ; public final void rule__XClosure__Group_1_0_0_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9465:1: ( rule__XClosure__Group_1_0_0_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9466:2: rule__XClosure__Group_1_0_0_1__1__Impl { pushFollow(FOLLOW_rule__XClosure__Group_1_0_0_1__1__Impl_in_rule__XClosure__Group_1_0_0_1__119391); rule__XClosure__Group_1_0_0_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group_1_0_0_1__1" // $ANTLR start "rule__XClosure__Group_1_0_0_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9472:1: rule__XClosure__Group_1_0_0_1__1__Impl : ( ( rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_1_1 ) ) ; public final void rule__XClosure__Group_1_0_0_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9476:1: ( ( ( rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_1_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9477:1: ( ( rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9477:1: ( ( rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9478:1: ( rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXClosureAccess().getDeclaredFormalParametersAssignment_1_0_0_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9479:1: ( rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9479:2: rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_1_1 { pushFollow(FOLLOW_rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_1_1_in_rule__XClosure__Group_1_0_0_1__1__Impl19418); rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXClosureAccess().getDeclaredFormalParametersAssignment_1_0_0_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__Group_1_0_0_1__1__Impl" // $ANTLR start "rule__XExpressionInClosure__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9493:1: rule__XExpressionInClosure__Group__0 : rule__XExpressionInClosure__Group__0__Impl rule__XExpressionInClosure__Group__1 ; public final void rule__XExpressionInClosure__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9497:1: ( rule__XExpressionInClosure__Group__0__Impl rule__XExpressionInClosure__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9498:2: rule__XExpressionInClosure__Group__0__Impl rule__XExpressionInClosure__Group__1 { pushFollow(FOLLOW_rule__XExpressionInClosure__Group__0__Impl_in_rule__XExpressionInClosure__Group__019452); rule__XExpressionInClosure__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XExpressionInClosure__Group__1_in_rule__XExpressionInClosure__Group__019455); rule__XExpressionInClosure__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XExpressionInClosure__Group__0" // $ANTLR start "rule__XExpressionInClosure__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9505:1: rule__XExpressionInClosure__Group__0__Impl : ( () ) ; public final void rule__XExpressionInClosure__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9509:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9510:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9510:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9511:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXExpressionInClosureAccess().getXBlockExpressionAction_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9512:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9514:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXExpressionInClosureAccess().getXBlockExpressionAction_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XExpressionInClosure__Group__0__Impl" // $ANTLR start "rule__XExpressionInClosure__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9524:1: rule__XExpressionInClosure__Group__1 : rule__XExpressionInClosure__Group__1__Impl ; public final void rule__XExpressionInClosure__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9528:1: ( rule__XExpressionInClosure__Group__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9529:2: rule__XExpressionInClosure__Group__1__Impl { pushFollow(FOLLOW_rule__XExpressionInClosure__Group__1__Impl_in_rule__XExpressionInClosure__Group__119513); rule__XExpressionInClosure__Group__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XExpressionInClosure__Group__1" // $ANTLR start "rule__XExpressionInClosure__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9535:1: rule__XExpressionInClosure__Group__1__Impl : ( ( rule__XExpressionInClosure__Group_1__0 )* ) ; public final void rule__XExpressionInClosure__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9539:1: ( ( ( rule__XExpressionInClosure__Group_1__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9540:1: ( ( rule__XExpressionInClosure__Group_1__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9540:1: ( ( rule__XExpressionInClosure__Group_1__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9541:1: ( rule__XExpressionInClosure__Group_1__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getXExpressionInClosureAccess().getGroup_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9542:1: ( rule__XExpressionInClosure__Group_1__0 )* loop77: do { int alt77=2; int LA77_0 = input.LA(1); if ( ((LA77_0>=RULE_ID && LA77_0<=RULE_STRING)||LA77_0==27||(LA77_0>=34 && LA77_0<=35)||LA77_0==40||(LA77_0>=44 && LA77_0<=50)||LA77_0==52||LA77_0==57||(LA77_0>=62 && LA77_0<=63)||LA77_0==65||LA77_0==67||(LA77_0>=71 && LA77_0<=79)||LA77_0==81||(LA77_0>=88 && LA77_0<=89)) ) { alt77=1; } switch (alt77) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9542:2: rule__XExpressionInClosure__Group_1__0 { pushFollow(FOLLOW_rule__XExpressionInClosure__Group_1__0_in_rule__XExpressionInClosure__Group__1__Impl19540); rule__XExpressionInClosure__Group_1__0(); state._fsp--; if (state.failed) return ; } break; default : break loop77; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXExpressionInClosureAccess().getGroup_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XExpressionInClosure__Group__1__Impl" // $ANTLR start "rule__XExpressionInClosure__Group_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9556:1: rule__XExpressionInClosure__Group_1__0 : rule__XExpressionInClosure__Group_1__0__Impl rule__XExpressionInClosure__Group_1__1 ; public final void rule__XExpressionInClosure__Group_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9560:1: ( rule__XExpressionInClosure__Group_1__0__Impl rule__XExpressionInClosure__Group_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9561:2: rule__XExpressionInClosure__Group_1__0__Impl rule__XExpressionInClosure__Group_1__1 { pushFollow(FOLLOW_rule__XExpressionInClosure__Group_1__0__Impl_in_rule__XExpressionInClosure__Group_1__019575); rule__XExpressionInClosure__Group_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XExpressionInClosure__Group_1__1_in_rule__XExpressionInClosure__Group_1__019578); rule__XExpressionInClosure__Group_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XExpressionInClosure__Group_1__0" // $ANTLR start "rule__XExpressionInClosure__Group_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9568:1: rule__XExpressionInClosure__Group_1__0__Impl : ( ( rule__XExpressionInClosure__ExpressionsAssignment_1_0 ) ) ; public final void rule__XExpressionInClosure__Group_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9572:1: ( ( ( rule__XExpressionInClosure__ExpressionsAssignment_1_0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9573:1: ( ( rule__XExpressionInClosure__ExpressionsAssignment_1_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9573:1: ( ( rule__XExpressionInClosure__ExpressionsAssignment_1_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9574:1: ( rule__XExpressionInClosure__ExpressionsAssignment_1_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXExpressionInClosureAccess().getExpressionsAssignment_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9575:1: ( rule__XExpressionInClosure__ExpressionsAssignment_1_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9575:2: rule__XExpressionInClosure__ExpressionsAssignment_1_0 { pushFollow(FOLLOW_rule__XExpressionInClosure__ExpressionsAssignment_1_0_in_rule__XExpressionInClosure__Group_1__0__Impl19605); rule__XExpressionInClosure__ExpressionsAssignment_1_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXExpressionInClosureAccess().getExpressionsAssignment_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XExpressionInClosure__Group_1__0__Impl" // $ANTLR start "rule__XExpressionInClosure__Group_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9585:1: rule__XExpressionInClosure__Group_1__1 : rule__XExpressionInClosure__Group_1__1__Impl ; public final void rule__XExpressionInClosure__Group_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9589:1: ( rule__XExpressionInClosure__Group_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9590:2: rule__XExpressionInClosure__Group_1__1__Impl { pushFollow(FOLLOW_rule__XExpressionInClosure__Group_1__1__Impl_in_rule__XExpressionInClosure__Group_1__119635); rule__XExpressionInClosure__Group_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XExpressionInClosure__Group_1__1" // $ANTLR start "rule__XExpressionInClosure__Group_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9596:1: rule__XExpressionInClosure__Group_1__1__Impl : ( ( ';' )? ) ; public final void rule__XExpressionInClosure__Group_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9600:1: ( ( ( ';' )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9601:1: ( ( ';' )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9601:1: ( ( ';' )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9602:1: ( ';' )? { if ( state.backtracking==0 ) { before(grammarAccess.getXExpressionInClosureAccess().getSemicolonKeyword_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9603:1: ( ';' )? int alt78=2; int LA78_0 = input.LA(1); if ( (LA78_0==55) ) { alt78=1; } switch (alt78) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9604:2: ';' { match(input,55,FOLLOW_55_in_rule__XExpressionInClosure__Group_1__1__Impl19664); if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXExpressionInClosureAccess().getSemicolonKeyword_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XExpressionInClosure__Group_1__1__Impl" // $ANTLR start "rule__XShortClosure__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9619:1: rule__XShortClosure__Group__0 : rule__XShortClosure__Group__0__Impl rule__XShortClosure__Group__1 ; public final void rule__XShortClosure__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9623:1: ( rule__XShortClosure__Group__0__Impl rule__XShortClosure__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9624:2: rule__XShortClosure__Group__0__Impl rule__XShortClosure__Group__1 { pushFollow(FOLLOW_rule__XShortClosure__Group__0__Impl_in_rule__XShortClosure__Group__019701); rule__XShortClosure__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XShortClosure__Group__1_in_rule__XShortClosure__Group__019704); rule__XShortClosure__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XShortClosure__Group__0" // $ANTLR start "rule__XShortClosure__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9631:1: rule__XShortClosure__Group__0__Impl : ( ( rule__XShortClosure__Group_0__0 ) ) ; public final void rule__XShortClosure__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9635:1: ( ( ( rule__XShortClosure__Group_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9636:1: ( ( rule__XShortClosure__Group_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9636:1: ( ( rule__XShortClosure__Group_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9637:1: ( rule__XShortClosure__Group_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXShortClosureAccess().getGroup_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9638:1: ( rule__XShortClosure__Group_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9638:2: rule__XShortClosure__Group_0__0 { pushFollow(FOLLOW_rule__XShortClosure__Group_0__0_in_rule__XShortClosure__Group__0__Impl19731); rule__XShortClosure__Group_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXShortClosureAccess().getGroup_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XShortClosure__Group__0__Impl" // $ANTLR start "rule__XShortClosure__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9648:1: rule__XShortClosure__Group__1 : rule__XShortClosure__Group__1__Impl ; public final void rule__XShortClosure__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9652:1: ( rule__XShortClosure__Group__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9653:2: rule__XShortClosure__Group__1__Impl { pushFollow(FOLLOW_rule__XShortClosure__Group__1__Impl_in_rule__XShortClosure__Group__119761); rule__XShortClosure__Group__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XShortClosure__Group__1" // $ANTLR start "rule__XShortClosure__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9659:1: rule__XShortClosure__Group__1__Impl : ( ( rule__XShortClosure__ExpressionAssignment_1 ) ) ; public final void rule__XShortClosure__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9663:1: ( ( ( rule__XShortClosure__ExpressionAssignment_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9664:1: ( ( rule__XShortClosure__ExpressionAssignment_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9664:1: ( ( rule__XShortClosure__ExpressionAssignment_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9665:1: ( rule__XShortClosure__ExpressionAssignment_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXShortClosureAccess().getExpressionAssignment_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9666:1: ( rule__XShortClosure__ExpressionAssignment_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9666:2: rule__XShortClosure__ExpressionAssignment_1 { pushFollow(FOLLOW_rule__XShortClosure__ExpressionAssignment_1_in_rule__XShortClosure__Group__1__Impl19788); rule__XShortClosure__ExpressionAssignment_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXShortClosureAccess().getExpressionAssignment_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XShortClosure__Group__1__Impl" // $ANTLR start "rule__XShortClosure__Group_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9680:1: rule__XShortClosure__Group_0__0 : rule__XShortClosure__Group_0__0__Impl ; public final void rule__XShortClosure__Group_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9684:1: ( rule__XShortClosure__Group_0__0__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9685:2: rule__XShortClosure__Group_0__0__Impl { pushFollow(FOLLOW_rule__XShortClosure__Group_0__0__Impl_in_rule__XShortClosure__Group_0__019822); rule__XShortClosure__Group_0__0__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XShortClosure__Group_0__0" // $ANTLR start "rule__XShortClosure__Group_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9691:1: rule__XShortClosure__Group_0__0__Impl : ( ( rule__XShortClosure__Group_0_0__0 ) ) ; public final void rule__XShortClosure__Group_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9695:1: ( ( ( rule__XShortClosure__Group_0_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9696:1: ( ( rule__XShortClosure__Group_0_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9696:1: ( ( rule__XShortClosure__Group_0_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9697:1: ( rule__XShortClosure__Group_0_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXShortClosureAccess().getGroup_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9698:1: ( rule__XShortClosure__Group_0_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9698:2: rule__XShortClosure__Group_0_0__0 { pushFollow(FOLLOW_rule__XShortClosure__Group_0_0__0_in_rule__XShortClosure__Group_0__0__Impl19849); rule__XShortClosure__Group_0_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXShortClosureAccess().getGroup_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XShortClosure__Group_0__0__Impl" // $ANTLR start "rule__XShortClosure__Group_0_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9710:1: rule__XShortClosure__Group_0_0__0 : rule__XShortClosure__Group_0_0__0__Impl rule__XShortClosure__Group_0_0__1 ; public final void rule__XShortClosure__Group_0_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9714:1: ( rule__XShortClosure__Group_0_0__0__Impl rule__XShortClosure__Group_0_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9715:2: rule__XShortClosure__Group_0_0__0__Impl rule__XShortClosure__Group_0_0__1 { pushFollow(FOLLOW_rule__XShortClosure__Group_0_0__0__Impl_in_rule__XShortClosure__Group_0_0__019881); rule__XShortClosure__Group_0_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XShortClosure__Group_0_0__1_in_rule__XShortClosure__Group_0_0__019884); rule__XShortClosure__Group_0_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XShortClosure__Group_0_0__0" // $ANTLR start "rule__XShortClosure__Group_0_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9722:1: rule__XShortClosure__Group_0_0__0__Impl : ( () ) ; public final void rule__XShortClosure__Group_0_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9726:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9727:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9727:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9728:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXShortClosureAccess().getXClosureAction_0_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9729:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9731:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXShortClosureAccess().getXClosureAction_0_0_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XShortClosure__Group_0_0__0__Impl" // $ANTLR start "rule__XShortClosure__Group_0_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9741:1: rule__XShortClosure__Group_0_0__1 : rule__XShortClosure__Group_0_0__1__Impl rule__XShortClosure__Group_0_0__2 ; public final void rule__XShortClosure__Group_0_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9745:1: ( rule__XShortClosure__Group_0_0__1__Impl rule__XShortClosure__Group_0_0__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9746:2: rule__XShortClosure__Group_0_0__1__Impl rule__XShortClosure__Group_0_0__2 { pushFollow(FOLLOW_rule__XShortClosure__Group_0_0__1__Impl_in_rule__XShortClosure__Group_0_0__119942); rule__XShortClosure__Group_0_0__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XShortClosure__Group_0_0__2_in_rule__XShortClosure__Group_0_0__119945); rule__XShortClosure__Group_0_0__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XShortClosure__Group_0_0__1" // $ANTLR start "rule__XShortClosure__Group_0_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9753:1: rule__XShortClosure__Group_0_0__1__Impl : ( ( rule__XShortClosure__Group_0_0_1__0 )? ) ; public final void rule__XShortClosure__Group_0_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9757:1: ( ( ( rule__XShortClosure__Group_0_0_1__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9758:1: ( ( rule__XShortClosure__Group_0_0_1__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9758:1: ( ( rule__XShortClosure__Group_0_0_1__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9759:1: ( rule__XShortClosure__Group_0_0_1__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXShortClosureAccess().getGroup_0_0_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9760:1: ( rule__XShortClosure__Group_0_0_1__0 )? int alt79=2; int LA79_0 = input.LA(1); if ( (LA79_0==RULE_ID||LA79_0==31||LA79_0==57) ) { alt79=1; } switch (alt79) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9760:2: rule__XShortClosure__Group_0_0_1__0 { pushFollow(FOLLOW_rule__XShortClosure__Group_0_0_1__0_in_rule__XShortClosure__Group_0_0__1__Impl19972); rule__XShortClosure__Group_0_0_1__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXShortClosureAccess().getGroup_0_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XShortClosure__Group_0_0__1__Impl" // $ANTLR start "rule__XShortClosure__Group_0_0__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9770:1: rule__XShortClosure__Group_0_0__2 : rule__XShortClosure__Group_0_0__2__Impl ; public final void rule__XShortClosure__Group_0_0__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9774:1: ( rule__XShortClosure__Group_0_0__2__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9775:2: rule__XShortClosure__Group_0_0__2__Impl { pushFollow(FOLLOW_rule__XShortClosure__Group_0_0__2__Impl_in_rule__XShortClosure__Group_0_0__220003); rule__XShortClosure__Group_0_0__2__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XShortClosure__Group_0_0__2" // $ANTLR start "rule__XShortClosure__Group_0_0__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9781:1: rule__XShortClosure__Group_0_0__2__Impl : ( ( rule__XShortClosure__ExplicitSyntaxAssignment_0_0_2 ) ) ; public final void rule__XShortClosure__Group_0_0__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9785:1: ( ( ( rule__XShortClosure__ExplicitSyntaxAssignment_0_0_2 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9786:1: ( ( rule__XShortClosure__ExplicitSyntaxAssignment_0_0_2 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9786:1: ( ( rule__XShortClosure__ExplicitSyntaxAssignment_0_0_2 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9787:1: ( rule__XShortClosure__ExplicitSyntaxAssignment_0_0_2 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXShortClosureAccess().getExplicitSyntaxAssignment_0_0_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9788:1: ( rule__XShortClosure__ExplicitSyntaxAssignment_0_0_2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9788:2: rule__XShortClosure__ExplicitSyntaxAssignment_0_0_2 { pushFollow(FOLLOW_rule__XShortClosure__ExplicitSyntaxAssignment_0_0_2_in_rule__XShortClosure__Group_0_0__2__Impl20030); rule__XShortClosure__ExplicitSyntaxAssignment_0_0_2(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXShortClosureAccess().getExplicitSyntaxAssignment_0_0_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XShortClosure__Group_0_0__2__Impl" // $ANTLR start "rule__XShortClosure__Group_0_0_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9804:1: rule__XShortClosure__Group_0_0_1__0 : rule__XShortClosure__Group_0_0_1__0__Impl rule__XShortClosure__Group_0_0_1__1 ; public final void rule__XShortClosure__Group_0_0_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9808:1: ( rule__XShortClosure__Group_0_0_1__0__Impl rule__XShortClosure__Group_0_0_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9809:2: rule__XShortClosure__Group_0_0_1__0__Impl rule__XShortClosure__Group_0_0_1__1 { pushFollow(FOLLOW_rule__XShortClosure__Group_0_0_1__0__Impl_in_rule__XShortClosure__Group_0_0_1__020066); rule__XShortClosure__Group_0_0_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XShortClosure__Group_0_0_1__1_in_rule__XShortClosure__Group_0_0_1__020069); rule__XShortClosure__Group_0_0_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XShortClosure__Group_0_0_1__0" // $ANTLR start "rule__XShortClosure__Group_0_0_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9816:1: rule__XShortClosure__Group_0_0_1__0__Impl : ( ( rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_0 ) ) ; public final void rule__XShortClosure__Group_0_0_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9820:1: ( ( ( rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9821:1: ( ( rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9821:1: ( ( rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9822:1: ( rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXShortClosureAccess().getDeclaredFormalParametersAssignment_0_0_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9823:1: ( rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9823:2: rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_0 { pushFollow(FOLLOW_rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_0_in_rule__XShortClosure__Group_0_0_1__0__Impl20096); rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXShortClosureAccess().getDeclaredFormalParametersAssignment_0_0_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XShortClosure__Group_0_0_1__0__Impl" // $ANTLR start "rule__XShortClosure__Group_0_0_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9833:1: rule__XShortClosure__Group_0_0_1__1 : rule__XShortClosure__Group_0_0_1__1__Impl ; public final void rule__XShortClosure__Group_0_0_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9837:1: ( rule__XShortClosure__Group_0_0_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9838:2: rule__XShortClosure__Group_0_0_1__1__Impl { pushFollow(FOLLOW_rule__XShortClosure__Group_0_0_1__1__Impl_in_rule__XShortClosure__Group_0_0_1__120126); rule__XShortClosure__Group_0_0_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XShortClosure__Group_0_0_1__1" // $ANTLR start "rule__XShortClosure__Group_0_0_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9844:1: rule__XShortClosure__Group_0_0_1__1__Impl : ( ( rule__XShortClosure__Group_0_0_1_1__0 )* ) ; public final void rule__XShortClosure__Group_0_0_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9848:1: ( ( ( rule__XShortClosure__Group_0_0_1_1__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9849:1: ( ( rule__XShortClosure__Group_0_0_1_1__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9849:1: ( ( rule__XShortClosure__Group_0_0_1_1__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9850:1: ( rule__XShortClosure__Group_0_0_1_1__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getXShortClosureAccess().getGroup_0_0_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9851:1: ( rule__XShortClosure__Group_0_0_1_1__0 )* loop80: do { int alt80=2; int LA80_0 = input.LA(1); if ( (LA80_0==59) ) { alt80=1; } switch (alt80) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9851:2: rule__XShortClosure__Group_0_0_1_1__0 { pushFollow(FOLLOW_rule__XShortClosure__Group_0_0_1_1__0_in_rule__XShortClosure__Group_0_0_1__1__Impl20153); rule__XShortClosure__Group_0_0_1_1__0(); state._fsp--; if (state.failed) return ; } break; default : break loop80; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXShortClosureAccess().getGroup_0_0_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XShortClosure__Group_0_0_1__1__Impl" // $ANTLR start "rule__XShortClosure__Group_0_0_1_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9865:1: rule__XShortClosure__Group_0_0_1_1__0 : rule__XShortClosure__Group_0_0_1_1__0__Impl rule__XShortClosure__Group_0_0_1_1__1 ; public final void rule__XShortClosure__Group_0_0_1_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9869:1: ( rule__XShortClosure__Group_0_0_1_1__0__Impl rule__XShortClosure__Group_0_0_1_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9870:2: rule__XShortClosure__Group_0_0_1_1__0__Impl rule__XShortClosure__Group_0_0_1_1__1 { pushFollow(FOLLOW_rule__XShortClosure__Group_0_0_1_1__0__Impl_in_rule__XShortClosure__Group_0_0_1_1__020188); rule__XShortClosure__Group_0_0_1_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XShortClosure__Group_0_0_1_1__1_in_rule__XShortClosure__Group_0_0_1_1__020191); rule__XShortClosure__Group_0_0_1_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XShortClosure__Group_0_0_1_1__0" // $ANTLR start "rule__XShortClosure__Group_0_0_1_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9877:1: rule__XShortClosure__Group_0_0_1_1__0__Impl : ( ',' ) ; public final void rule__XShortClosure__Group_0_0_1_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9881:1: ( ( ',' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9882:1: ( ',' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9882:1: ( ',' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9883:1: ',' { if ( state.backtracking==0 ) { before(grammarAccess.getXShortClosureAccess().getCommaKeyword_0_0_1_1_0()); } match(input,59,FOLLOW_59_in_rule__XShortClosure__Group_0_0_1_1__0__Impl20219); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXShortClosureAccess().getCommaKeyword_0_0_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XShortClosure__Group_0_0_1_1__0__Impl" // $ANTLR start "rule__XShortClosure__Group_0_0_1_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9896:1: rule__XShortClosure__Group_0_0_1_1__1 : rule__XShortClosure__Group_0_0_1_1__1__Impl ; public final void rule__XShortClosure__Group_0_0_1_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9900:1: ( rule__XShortClosure__Group_0_0_1_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9901:2: rule__XShortClosure__Group_0_0_1_1__1__Impl { pushFollow(FOLLOW_rule__XShortClosure__Group_0_0_1_1__1__Impl_in_rule__XShortClosure__Group_0_0_1_1__120250); rule__XShortClosure__Group_0_0_1_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XShortClosure__Group_0_0_1_1__1" // $ANTLR start "rule__XShortClosure__Group_0_0_1_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9907:1: rule__XShortClosure__Group_0_0_1_1__1__Impl : ( ( rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_1_1 ) ) ; public final void rule__XShortClosure__Group_0_0_1_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9911:1: ( ( ( rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_1_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9912:1: ( ( rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9912:1: ( ( rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9913:1: ( rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXShortClosureAccess().getDeclaredFormalParametersAssignment_0_0_1_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9914:1: ( rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9914:2: rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_1_1 { pushFollow(FOLLOW_rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_1_1_in_rule__XShortClosure__Group_0_0_1_1__1__Impl20277); rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXShortClosureAccess().getDeclaredFormalParametersAssignment_0_0_1_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XShortClosure__Group_0_0_1_1__1__Impl" // $ANTLR start "rule__XParenthesizedExpression__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9928:1: rule__XParenthesizedExpression__Group__0 : rule__XParenthesizedExpression__Group__0__Impl rule__XParenthesizedExpression__Group__1 ; public final void rule__XParenthesizedExpression__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9932:1: ( rule__XParenthesizedExpression__Group__0__Impl rule__XParenthesizedExpression__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9933:2: rule__XParenthesizedExpression__Group__0__Impl rule__XParenthesizedExpression__Group__1 { pushFollow(FOLLOW_rule__XParenthesizedExpression__Group__0__Impl_in_rule__XParenthesizedExpression__Group__020311); rule__XParenthesizedExpression__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XParenthesizedExpression__Group__1_in_rule__XParenthesizedExpression__Group__020314); rule__XParenthesizedExpression__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XParenthesizedExpression__Group__0" // $ANTLR start "rule__XParenthesizedExpression__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9940:1: rule__XParenthesizedExpression__Group__0__Impl : ( '(' ) ; public final void rule__XParenthesizedExpression__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9944:1: ( ( '(' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9945:1: ( '(' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9945:1: ( '(' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9946:1: '(' { if ( state.backtracking==0 ) { before(grammarAccess.getXParenthesizedExpressionAccess().getLeftParenthesisKeyword_0()); } match(input,57,FOLLOW_57_in_rule__XParenthesizedExpression__Group__0__Impl20342); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXParenthesizedExpressionAccess().getLeftParenthesisKeyword_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XParenthesizedExpression__Group__0__Impl" // $ANTLR start "rule__XParenthesizedExpression__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9959:1: rule__XParenthesizedExpression__Group__1 : rule__XParenthesizedExpression__Group__1__Impl rule__XParenthesizedExpression__Group__2 ; public final void rule__XParenthesizedExpression__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9963:1: ( rule__XParenthesizedExpression__Group__1__Impl rule__XParenthesizedExpression__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9964:2: rule__XParenthesizedExpression__Group__1__Impl rule__XParenthesizedExpression__Group__2 { pushFollow(FOLLOW_rule__XParenthesizedExpression__Group__1__Impl_in_rule__XParenthesizedExpression__Group__120373); rule__XParenthesizedExpression__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XParenthesizedExpression__Group__2_in_rule__XParenthesizedExpression__Group__120376); rule__XParenthesizedExpression__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XParenthesizedExpression__Group__1" // $ANTLR start "rule__XParenthesizedExpression__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9971:1: rule__XParenthesizedExpression__Group__1__Impl : ( ruleXExpression ) ; public final void rule__XParenthesizedExpression__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9975:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9976:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9976:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9977:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXParenthesizedExpressionAccess().getXExpressionParserRuleCall_1()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XParenthesizedExpression__Group__1__Impl20403); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXParenthesizedExpressionAccess().getXExpressionParserRuleCall_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XParenthesizedExpression__Group__1__Impl" // $ANTLR start "rule__XParenthesizedExpression__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9988:1: rule__XParenthesizedExpression__Group__2 : rule__XParenthesizedExpression__Group__2__Impl ; public final void rule__XParenthesizedExpression__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9992:1: ( rule__XParenthesizedExpression__Group__2__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9993:2: rule__XParenthesizedExpression__Group__2__Impl { pushFollow(FOLLOW_rule__XParenthesizedExpression__Group__2__Impl_in_rule__XParenthesizedExpression__Group__220432); rule__XParenthesizedExpression__Group__2__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XParenthesizedExpression__Group__2" // $ANTLR start "rule__XParenthesizedExpression__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9999:1: rule__XParenthesizedExpression__Group__2__Impl : ( ')' ) ; public final void rule__XParenthesizedExpression__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10003:1: ( ( ')' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10004:1: ( ')' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10004:1: ( ')' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10005:1: ')' { if ( state.backtracking==0 ) { before(grammarAccess.getXParenthesizedExpressionAccess().getRightParenthesisKeyword_2()); } match(input,58,FOLLOW_58_in_rule__XParenthesizedExpression__Group__2__Impl20460); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXParenthesizedExpressionAccess().getRightParenthesisKeyword_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XParenthesizedExpression__Group__2__Impl" // $ANTLR start "rule__XIfExpression__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10024:1: rule__XIfExpression__Group__0 : rule__XIfExpression__Group__0__Impl rule__XIfExpression__Group__1 ; public final void rule__XIfExpression__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10028:1: ( rule__XIfExpression__Group__0__Impl rule__XIfExpression__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10029:2: rule__XIfExpression__Group__0__Impl rule__XIfExpression__Group__1 { pushFollow(FOLLOW_rule__XIfExpression__Group__0__Impl_in_rule__XIfExpression__Group__020497); rule__XIfExpression__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XIfExpression__Group__1_in_rule__XIfExpression__Group__020500); rule__XIfExpression__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XIfExpression__Group__0" // $ANTLR start "rule__XIfExpression__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10036:1: rule__XIfExpression__Group__0__Impl : ( () ) ; public final void rule__XIfExpression__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10040:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10041:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10041:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10042:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXIfExpressionAccess().getXIfExpressionAction_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10043:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10045:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXIfExpressionAccess().getXIfExpressionAction_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XIfExpression__Group__0__Impl" // $ANTLR start "rule__XIfExpression__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10055:1: rule__XIfExpression__Group__1 : rule__XIfExpression__Group__1__Impl rule__XIfExpression__Group__2 ; public final void rule__XIfExpression__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10059:1: ( rule__XIfExpression__Group__1__Impl rule__XIfExpression__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10060:2: rule__XIfExpression__Group__1__Impl rule__XIfExpression__Group__2 { pushFollow(FOLLOW_rule__XIfExpression__Group__1__Impl_in_rule__XIfExpression__Group__120558); rule__XIfExpression__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XIfExpression__Group__2_in_rule__XIfExpression__Group__120561); rule__XIfExpression__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XIfExpression__Group__1" // $ANTLR start "rule__XIfExpression__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10067:1: rule__XIfExpression__Group__1__Impl : ( 'if' ) ; public final void rule__XIfExpression__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10071:1: ( ( 'if' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10072:1: ( 'if' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10072:1: ( 'if' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10073:1: 'if' { if ( state.backtracking==0 ) { before(grammarAccess.getXIfExpressionAccess().getIfKeyword_1()); } match(input,65,FOLLOW_65_in_rule__XIfExpression__Group__1__Impl20589); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXIfExpressionAccess().getIfKeyword_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XIfExpression__Group__1__Impl" // $ANTLR start "rule__XIfExpression__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10086:1: rule__XIfExpression__Group__2 : rule__XIfExpression__Group__2__Impl rule__XIfExpression__Group__3 ; public final void rule__XIfExpression__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10090:1: ( rule__XIfExpression__Group__2__Impl rule__XIfExpression__Group__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10091:2: rule__XIfExpression__Group__2__Impl rule__XIfExpression__Group__3 { pushFollow(FOLLOW_rule__XIfExpression__Group__2__Impl_in_rule__XIfExpression__Group__220620); rule__XIfExpression__Group__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XIfExpression__Group__3_in_rule__XIfExpression__Group__220623); rule__XIfExpression__Group__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XIfExpression__Group__2" // $ANTLR start "rule__XIfExpression__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10098:1: rule__XIfExpression__Group__2__Impl : ( '(' ) ; public final void rule__XIfExpression__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10102:1: ( ( '(' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10103:1: ( '(' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10103:1: ( '(' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10104:1: '(' { if ( state.backtracking==0 ) { before(grammarAccess.getXIfExpressionAccess().getLeftParenthesisKeyword_2()); } match(input,57,FOLLOW_57_in_rule__XIfExpression__Group__2__Impl20651); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXIfExpressionAccess().getLeftParenthesisKeyword_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XIfExpression__Group__2__Impl" // $ANTLR start "rule__XIfExpression__Group__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10117:1: rule__XIfExpression__Group__3 : rule__XIfExpression__Group__3__Impl rule__XIfExpression__Group__4 ; public final void rule__XIfExpression__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10121:1: ( rule__XIfExpression__Group__3__Impl rule__XIfExpression__Group__4 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10122:2: rule__XIfExpression__Group__3__Impl rule__XIfExpression__Group__4 { pushFollow(FOLLOW_rule__XIfExpression__Group__3__Impl_in_rule__XIfExpression__Group__320682); rule__XIfExpression__Group__3__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XIfExpression__Group__4_in_rule__XIfExpression__Group__320685); rule__XIfExpression__Group__4(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XIfExpression__Group__3" // $ANTLR start "rule__XIfExpression__Group__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10129:1: rule__XIfExpression__Group__3__Impl : ( ( rule__XIfExpression__IfAssignment_3 ) ) ; public final void rule__XIfExpression__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10133:1: ( ( ( rule__XIfExpression__IfAssignment_3 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10134:1: ( ( rule__XIfExpression__IfAssignment_3 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10134:1: ( ( rule__XIfExpression__IfAssignment_3 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10135:1: ( rule__XIfExpression__IfAssignment_3 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXIfExpressionAccess().getIfAssignment_3()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10136:1: ( rule__XIfExpression__IfAssignment_3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10136:2: rule__XIfExpression__IfAssignment_3 { pushFollow(FOLLOW_rule__XIfExpression__IfAssignment_3_in_rule__XIfExpression__Group__3__Impl20712); rule__XIfExpression__IfAssignment_3(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXIfExpressionAccess().getIfAssignment_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XIfExpression__Group__3__Impl" // $ANTLR start "rule__XIfExpression__Group__4" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10146:1: rule__XIfExpression__Group__4 : rule__XIfExpression__Group__4__Impl rule__XIfExpression__Group__5 ; public final void rule__XIfExpression__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10150:1: ( rule__XIfExpression__Group__4__Impl rule__XIfExpression__Group__5 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10151:2: rule__XIfExpression__Group__4__Impl rule__XIfExpression__Group__5 { pushFollow(FOLLOW_rule__XIfExpression__Group__4__Impl_in_rule__XIfExpression__Group__420742); rule__XIfExpression__Group__4__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XIfExpression__Group__5_in_rule__XIfExpression__Group__420745); rule__XIfExpression__Group__5(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XIfExpression__Group__4" // $ANTLR start "rule__XIfExpression__Group__4__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10158:1: rule__XIfExpression__Group__4__Impl : ( ')' ) ; public final void rule__XIfExpression__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10162:1: ( ( ')' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10163:1: ( ')' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10163:1: ( ')' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10164:1: ')' { if ( state.backtracking==0 ) { before(grammarAccess.getXIfExpressionAccess().getRightParenthesisKeyword_4()); } match(input,58,FOLLOW_58_in_rule__XIfExpression__Group__4__Impl20773); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXIfExpressionAccess().getRightParenthesisKeyword_4()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XIfExpression__Group__4__Impl" // $ANTLR start "rule__XIfExpression__Group__5" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10177:1: rule__XIfExpression__Group__5 : rule__XIfExpression__Group__5__Impl rule__XIfExpression__Group__6 ; public final void rule__XIfExpression__Group__5() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10181:1: ( rule__XIfExpression__Group__5__Impl rule__XIfExpression__Group__6 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10182:2: rule__XIfExpression__Group__5__Impl rule__XIfExpression__Group__6 { pushFollow(FOLLOW_rule__XIfExpression__Group__5__Impl_in_rule__XIfExpression__Group__520804); rule__XIfExpression__Group__5__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XIfExpression__Group__6_in_rule__XIfExpression__Group__520807); rule__XIfExpression__Group__6(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XIfExpression__Group__5" // $ANTLR start "rule__XIfExpression__Group__5__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10189:1: rule__XIfExpression__Group__5__Impl : ( ( rule__XIfExpression__ThenAssignment_5 ) ) ; public final void rule__XIfExpression__Group__5__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10193:1: ( ( ( rule__XIfExpression__ThenAssignment_5 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10194:1: ( ( rule__XIfExpression__ThenAssignment_5 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10194:1: ( ( rule__XIfExpression__ThenAssignment_5 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10195:1: ( rule__XIfExpression__ThenAssignment_5 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXIfExpressionAccess().getThenAssignment_5()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10196:1: ( rule__XIfExpression__ThenAssignment_5 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10196:2: rule__XIfExpression__ThenAssignment_5 { pushFollow(FOLLOW_rule__XIfExpression__ThenAssignment_5_in_rule__XIfExpression__Group__5__Impl20834); rule__XIfExpression__ThenAssignment_5(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXIfExpressionAccess().getThenAssignment_5()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XIfExpression__Group__5__Impl" // $ANTLR start "rule__XIfExpression__Group__6" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10206:1: rule__XIfExpression__Group__6 : rule__XIfExpression__Group__6__Impl ; public final void rule__XIfExpression__Group__6() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10210:1: ( rule__XIfExpression__Group__6__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10211:2: rule__XIfExpression__Group__6__Impl { pushFollow(FOLLOW_rule__XIfExpression__Group__6__Impl_in_rule__XIfExpression__Group__620864); rule__XIfExpression__Group__6__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XIfExpression__Group__6" // $ANTLR start "rule__XIfExpression__Group__6__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10217:1: rule__XIfExpression__Group__6__Impl : ( ( rule__XIfExpression__Group_6__0 )? ) ; public final void rule__XIfExpression__Group__6__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10221:1: ( ( ( rule__XIfExpression__Group_6__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10222:1: ( ( rule__XIfExpression__Group_6__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10222:1: ( ( rule__XIfExpression__Group_6__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10223:1: ( rule__XIfExpression__Group_6__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXIfExpressionAccess().getGroup_6()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10224:1: ( rule__XIfExpression__Group_6__0 )? int alt81=2; int LA81_0 = input.LA(1); if ( (LA81_0==66) ) { int LA81_1 = input.LA(2); if ( (synpred124_InternalEntities()) ) { alt81=1; } } switch (alt81) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10224:2: rule__XIfExpression__Group_6__0 { pushFollow(FOLLOW_rule__XIfExpression__Group_6__0_in_rule__XIfExpression__Group__6__Impl20891); rule__XIfExpression__Group_6__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXIfExpressionAccess().getGroup_6()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XIfExpression__Group__6__Impl" // $ANTLR start "rule__XIfExpression__Group_6__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10248:1: rule__XIfExpression__Group_6__0 : rule__XIfExpression__Group_6__0__Impl rule__XIfExpression__Group_6__1 ; public final void rule__XIfExpression__Group_6__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10252:1: ( rule__XIfExpression__Group_6__0__Impl rule__XIfExpression__Group_6__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10253:2: rule__XIfExpression__Group_6__0__Impl rule__XIfExpression__Group_6__1 { pushFollow(FOLLOW_rule__XIfExpression__Group_6__0__Impl_in_rule__XIfExpression__Group_6__020936); rule__XIfExpression__Group_6__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XIfExpression__Group_6__1_in_rule__XIfExpression__Group_6__020939); rule__XIfExpression__Group_6__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XIfExpression__Group_6__0" // $ANTLR start "rule__XIfExpression__Group_6__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10260:1: rule__XIfExpression__Group_6__0__Impl : ( ( 'else' ) ) ; public final void rule__XIfExpression__Group_6__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10264:1: ( ( ( 'else' ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10265:1: ( ( 'else' ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10265:1: ( ( 'else' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10266:1: ( 'else' ) { if ( state.backtracking==0 ) { before(grammarAccess.getXIfExpressionAccess().getElseKeyword_6_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10267:1: ( 'else' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10268:2: 'else' { match(input,66,FOLLOW_66_in_rule__XIfExpression__Group_6__0__Impl20968); if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXIfExpressionAccess().getElseKeyword_6_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XIfExpression__Group_6__0__Impl" // $ANTLR start "rule__XIfExpression__Group_6__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10279:1: rule__XIfExpression__Group_6__1 : rule__XIfExpression__Group_6__1__Impl ; public final void rule__XIfExpression__Group_6__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10283:1: ( rule__XIfExpression__Group_6__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10284:2: rule__XIfExpression__Group_6__1__Impl { pushFollow(FOLLOW_rule__XIfExpression__Group_6__1__Impl_in_rule__XIfExpression__Group_6__121000); rule__XIfExpression__Group_6__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XIfExpression__Group_6__1" // $ANTLR start "rule__XIfExpression__Group_6__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10290:1: rule__XIfExpression__Group_6__1__Impl : ( ( rule__XIfExpression__ElseAssignment_6_1 ) ) ; public final void rule__XIfExpression__Group_6__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10294:1: ( ( ( rule__XIfExpression__ElseAssignment_6_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10295:1: ( ( rule__XIfExpression__ElseAssignment_6_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10295:1: ( ( rule__XIfExpression__ElseAssignment_6_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10296:1: ( rule__XIfExpression__ElseAssignment_6_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXIfExpressionAccess().getElseAssignment_6_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10297:1: ( rule__XIfExpression__ElseAssignment_6_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10297:2: rule__XIfExpression__ElseAssignment_6_1 { pushFollow(FOLLOW_rule__XIfExpression__ElseAssignment_6_1_in_rule__XIfExpression__Group_6__1__Impl21027); rule__XIfExpression__ElseAssignment_6_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXIfExpressionAccess().getElseAssignment_6_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XIfExpression__Group_6__1__Impl" // $ANTLR start "rule__XSwitchExpression__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10311:1: rule__XSwitchExpression__Group__0 : rule__XSwitchExpression__Group__0__Impl rule__XSwitchExpression__Group__1 ; public final void rule__XSwitchExpression__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10315:1: ( rule__XSwitchExpression__Group__0__Impl rule__XSwitchExpression__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10316:2: rule__XSwitchExpression__Group__0__Impl rule__XSwitchExpression__Group__1 { pushFollow(FOLLOW_rule__XSwitchExpression__Group__0__Impl_in_rule__XSwitchExpression__Group__021061); rule__XSwitchExpression__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XSwitchExpression__Group__1_in_rule__XSwitchExpression__Group__021064); rule__XSwitchExpression__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group__0" // $ANTLR start "rule__XSwitchExpression__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10323:1: rule__XSwitchExpression__Group__0__Impl : ( () ) ; public final void rule__XSwitchExpression__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10327:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10328:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10328:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10329:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getXSwitchExpressionAction_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10330:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10332:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getXSwitchExpressionAction_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group__0__Impl" // $ANTLR start "rule__XSwitchExpression__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10342:1: rule__XSwitchExpression__Group__1 : rule__XSwitchExpression__Group__1__Impl rule__XSwitchExpression__Group__2 ; public final void rule__XSwitchExpression__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10346:1: ( rule__XSwitchExpression__Group__1__Impl rule__XSwitchExpression__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10347:2: rule__XSwitchExpression__Group__1__Impl rule__XSwitchExpression__Group__2 { pushFollow(FOLLOW_rule__XSwitchExpression__Group__1__Impl_in_rule__XSwitchExpression__Group__121122); rule__XSwitchExpression__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XSwitchExpression__Group__2_in_rule__XSwitchExpression__Group__121125); rule__XSwitchExpression__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group__1" // $ANTLR start "rule__XSwitchExpression__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10354:1: rule__XSwitchExpression__Group__1__Impl : ( 'switch' ) ; public final void rule__XSwitchExpression__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10358:1: ( ( 'switch' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10359:1: ( 'switch' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10359:1: ( 'switch' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10360:1: 'switch' { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getSwitchKeyword_1()); } match(input,67,FOLLOW_67_in_rule__XSwitchExpression__Group__1__Impl21153); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getSwitchKeyword_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group__1__Impl" // $ANTLR start "rule__XSwitchExpression__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10373:1: rule__XSwitchExpression__Group__2 : rule__XSwitchExpression__Group__2__Impl rule__XSwitchExpression__Group__3 ; public final void rule__XSwitchExpression__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10377:1: ( rule__XSwitchExpression__Group__2__Impl rule__XSwitchExpression__Group__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10378:2: rule__XSwitchExpression__Group__2__Impl rule__XSwitchExpression__Group__3 { pushFollow(FOLLOW_rule__XSwitchExpression__Group__2__Impl_in_rule__XSwitchExpression__Group__221184); rule__XSwitchExpression__Group__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XSwitchExpression__Group__3_in_rule__XSwitchExpression__Group__221187); rule__XSwitchExpression__Group__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group__2" // $ANTLR start "rule__XSwitchExpression__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10385:1: rule__XSwitchExpression__Group__2__Impl : ( ( rule__XSwitchExpression__Alternatives_2 ) ) ; public final void rule__XSwitchExpression__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10389:1: ( ( ( rule__XSwitchExpression__Alternatives_2 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10390:1: ( ( rule__XSwitchExpression__Alternatives_2 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10390:1: ( ( rule__XSwitchExpression__Alternatives_2 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10391:1: ( rule__XSwitchExpression__Alternatives_2 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getAlternatives_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10392:1: ( rule__XSwitchExpression__Alternatives_2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10392:2: rule__XSwitchExpression__Alternatives_2 { pushFollow(FOLLOW_rule__XSwitchExpression__Alternatives_2_in_rule__XSwitchExpression__Group__2__Impl21214); rule__XSwitchExpression__Alternatives_2(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getAlternatives_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group__2__Impl" // $ANTLR start "rule__XSwitchExpression__Group__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10402:1: rule__XSwitchExpression__Group__3 : rule__XSwitchExpression__Group__3__Impl rule__XSwitchExpression__Group__4 ; public final void rule__XSwitchExpression__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10406:1: ( rule__XSwitchExpression__Group__3__Impl rule__XSwitchExpression__Group__4 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10407:2: rule__XSwitchExpression__Group__3__Impl rule__XSwitchExpression__Group__4 { pushFollow(FOLLOW_rule__XSwitchExpression__Group__3__Impl_in_rule__XSwitchExpression__Group__321244); rule__XSwitchExpression__Group__3__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XSwitchExpression__Group__4_in_rule__XSwitchExpression__Group__321247); rule__XSwitchExpression__Group__4(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group__3" // $ANTLR start "rule__XSwitchExpression__Group__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10414:1: rule__XSwitchExpression__Group__3__Impl : ( '{' ) ; public final void rule__XSwitchExpression__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10418:1: ( ( '{' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10419:1: ( '{' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10419:1: ( '{' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10420:1: '{' { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getLeftCurlyBracketKeyword_3()); } match(input,52,FOLLOW_52_in_rule__XSwitchExpression__Group__3__Impl21275); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getLeftCurlyBracketKeyword_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group__3__Impl" // $ANTLR start "rule__XSwitchExpression__Group__4" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10433:1: rule__XSwitchExpression__Group__4 : rule__XSwitchExpression__Group__4__Impl rule__XSwitchExpression__Group__5 ; public final void rule__XSwitchExpression__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10437:1: ( rule__XSwitchExpression__Group__4__Impl rule__XSwitchExpression__Group__5 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10438:2: rule__XSwitchExpression__Group__4__Impl rule__XSwitchExpression__Group__5 { pushFollow(FOLLOW_rule__XSwitchExpression__Group__4__Impl_in_rule__XSwitchExpression__Group__421306); rule__XSwitchExpression__Group__4__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XSwitchExpression__Group__5_in_rule__XSwitchExpression__Group__421309); rule__XSwitchExpression__Group__5(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group__4" // $ANTLR start "rule__XSwitchExpression__Group__4__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10445:1: rule__XSwitchExpression__Group__4__Impl : ( ( rule__XSwitchExpression__CasesAssignment_4 )* ) ; public final void rule__XSwitchExpression__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10449:1: ( ( ( rule__XSwitchExpression__CasesAssignment_4 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10450:1: ( ( rule__XSwitchExpression__CasesAssignment_4 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10450:1: ( ( rule__XSwitchExpression__CasesAssignment_4 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10451:1: ( rule__XSwitchExpression__CasesAssignment_4 )* { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getCasesAssignment_4()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10452:1: ( rule__XSwitchExpression__CasesAssignment_4 )* loop82: do { int alt82=2; int LA82_0 = input.LA(1); if ( (LA82_0==RULE_ID||LA82_0==31||LA82_0==57||LA82_0==59||LA82_0==68||LA82_0==70) ) { alt82=1; } switch (alt82) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10452:2: rule__XSwitchExpression__CasesAssignment_4 { pushFollow(FOLLOW_rule__XSwitchExpression__CasesAssignment_4_in_rule__XSwitchExpression__Group__4__Impl21336); rule__XSwitchExpression__CasesAssignment_4(); state._fsp--; if (state.failed) return ; } break; default : break loop82; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getCasesAssignment_4()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group__4__Impl" // $ANTLR start "rule__XSwitchExpression__Group__5" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10462:1: rule__XSwitchExpression__Group__5 : rule__XSwitchExpression__Group__5__Impl rule__XSwitchExpression__Group__6 ; public final void rule__XSwitchExpression__Group__5() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10466:1: ( rule__XSwitchExpression__Group__5__Impl rule__XSwitchExpression__Group__6 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10467:2: rule__XSwitchExpression__Group__5__Impl rule__XSwitchExpression__Group__6 { pushFollow(FOLLOW_rule__XSwitchExpression__Group__5__Impl_in_rule__XSwitchExpression__Group__521367); rule__XSwitchExpression__Group__5__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XSwitchExpression__Group__6_in_rule__XSwitchExpression__Group__521370); rule__XSwitchExpression__Group__6(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group__5" // $ANTLR start "rule__XSwitchExpression__Group__5__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10474:1: rule__XSwitchExpression__Group__5__Impl : ( ( rule__XSwitchExpression__Group_5__0 )? ) ; public final void rule__XSwitchExpression__Group__5__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10478:1: ( ( ( rule__XSwitchExpression__Group_5__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10479:1: ( ( rule__XSwitchExpression__Group_5__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10479:1: ( ( rule__XSwitchExpression__Group_5__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10480:1: ( rule__XSwitchExpression__Group_5__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getGroup_5()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10481:1: ( rule__XSwitchExpression__Group_5__0 )? int alt83=2; int LA83_0 = input.LA(1); if ( (LA83_0==69) ) { alt83=1; } switch (alt83) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10481:2: rule__XSwitchExpression__Group_5__0 { pushFollow(FOLLOW_rule__XSwitchExpression__Group_5__0_in_rule__XSwitchExpression__Group__5__Impl21397); rule__XSwitchExpression__Group_5__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getGroup_5()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group__5__Impl" // $ANTLR start "rule__XSwitchExpression__Group__6" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10491:1: rule__XSwitchExpression__Group__6 : rule__XSwitchExpression__Group__6__Impl ; public final void rule__XSwitchExpression__Group__6() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10495:1: ( rule__XSwitchExpression__Group__6__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10496:2: rule__XSwitchExpression__Group__6__Impl { pushFollow(FOLLOW_rule__XSwitchExpression__Group__6__Impl_in_rule__XSwitchExpression__Group__621428); rule__XSwitchExpression__Group__6__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group__6" // $ANTLR start "rule__XSwitchExpression__Group__6__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10502:1: rule__XSwitchExpression__Group__6__Impl : ( '}' ) ; public final void rule__XSwitchExpression__Group__6__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10506:1: ( ( '}' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10507:1: ( '}' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10507:1: ( '}' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10508:1: '}' { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getRightCurlyBracketKeyword_6()); } match(input,53,FOLLOW_53_in_rule__XSwitchExpression__Group__6__Impl21456); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getRightCurlyBracketKeyword_6()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group__6__Impl" // $ANTLR start "rule__XSwitchExpression__Group_2_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10535:1: rule__XSwitchExpression__Group_2_0__0 : rule__XSwitchExpression__Group_2_0__0__Impl rule__XSwitchExpression__Group_2_0__1 ; public final void rule__XSwitchExpression__Group_2_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10539:1: ( rule__XSwitchExpression__Group_2_0__0__Impl rule__XSwitchExpression__Group_2_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10540:2: rule__XSwitchExpression__Group_2_0__0__Impl rule__XSwitchExpression__Group_2_0__1 { pushFollow(FOLLOW_rule__XSwitchExpression__Group_2_0__0__Impl_in_rule__XSwitchExpression__Group_2_0__021501); rule__XSwitchExpression__Group_2_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XSwitchExpression__Group_2_0__1_in_rule__XSwitchExpression__Group_2_0__021504); rule__XSwitchExpression__Group_2_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_2_0__0" // $ANTLR start "rule__XSwitchExpression__Group_2_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10547:1: rule__XSwitchExpression__Group_2_0__0__Impl : ( ( rule__XSwitchExpression__Group_2_0_0__0 ) ) ; public final void rule__XSwitchExpression__Group_2_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10551:1: ( ( ( rule__XSwitchExpression__Group_2_0_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10552:1: ( ( rule__XSwitchExpression__Group_2_0_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10552:1: ( ( rule__XSwitchExpression__Group_2_0_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10553:1: ( rule__XSwitchExpression__Group_2_0_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getGroup_2_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10554:1: ( rule__XSwitchExpression__Group_2_0_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10554:2: rule__XSwitchExpression__Group_2_0_0__0 { pushFollow(FOLLOW_rule__XSwitchExpression__Group_2_0_0__0_in_rule__XSwitchExpression__Group_2_0__0__Impl21531); rule__XSwitchExpression__Group_2_0_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getGroup_2_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_2_0__0__Impl" // $ANTLR start "rule__XSwitchExpression__Group_2_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10564:1: rule__XSwitchExpression__Group_2_0__1 : rule__XSwitchExpression__Group_2_0__1__Impl rule__XSwitchExpression__Group_2_0__2 ; public final void rule__XSwitchExpression__Group_2_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10568:1: ( rule__XSwitchExpression__Group_2_0__1__Impl rule__XSwitchExpression__Group_2_0__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10569:2: rule__XSwitchExpression__Group_2_0__1__Impl rule__XSwitchExpression__Group_2_0__2 { pushFollow(FOLLOW_rule__XSwitchExpression__Group_2_0__1__Impl_in_rule__XSwitchExpression__Group_2_0__121561); rule__XSwitchExpression__Group_2_0__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XSwitchExpression__Group_2_0__2_in_rule__XSwitchExpression__Group_2_0__121564); rule__XSwitchExpression__Group_2_0__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_2_0__1" // $ANTLR start "rule__XSwitchExpression__Group_2_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10576:1: rule__XSwitchExpression__Group_2_0__1__Impl : ( ( rule__XSwitchExpression__SwitchAssignment_2_0_1 ) ) ; public final void rule__XSwitchExpression__Group_2_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10580:1: ( ( ( rule__XSwitchExpression__SwitchAssignment_2_0_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10581:1: ( ( rule__XSwitchExpression__SwitchAssignment_2_0_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10581:1: ( ( rule__XSwitchExpression__SwitchAssignment_2_0_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10582:1: ( rule__XSwitchExpression__SwitchAssignment_2_0_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getSwitchAssignment_2_0_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10583:1: ( rule__XSwitchExpression__SwitchAssignment_2_0_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10583:2: rule__XSwitchExpression__SwitchAssignment_2_0_1 { pushFollow(FOLLOW_rule__XSwitchExpression__SwitchAssignment_2_0_1_in_rule__XSwitchExpression__Group_2_0__1__Impl21591); rule__XSwitchExpression__SwitchAssignment_2_0_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getSwitchAssignment_2_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_2_0__1__Impl" // $ANTLR start "rule__XSwitchExpression__Group_2_0__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10593:1: rule__XSwitchExpression__Group_2_0__2 : rule__XSwitchExpression__Group_2_0__2__Impl ; public final void rule__XSwitchExpression__Group_2_0__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10597:1: ( rule__XSwitchExpression__Group_2_0__2__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10598:2: rule__XSwitchExpression__Group_2_0__2__Impl { pushFollow(FOLLOW_rule__XSwitchExpression__Group_2_0__2__Impl_in_rule__XSwitchExpression__Group_2_0__221621); rule__XSwitchExpression__Group_2_0__2__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_2_0__2" // $ANTLR start "rule__XSwitchExpression__Group_2_0__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10604:1: rule__XSwitchExpression__Group_2_0__2__Impl : ( ')' ) ; public final void rule__XSwitchExpression__Group_2_0__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10608:1: ( ( ')' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10609:1: ( ')' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10609:1: ( ')' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10610:1: ')' { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getRightParenthesisKeyword_2_0_2()); } match(input,58,FOLLOW_58_in_rule__XSwitchExpression__Group_2_0__2__Impl21649); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getRightParenthesisKeyword_2_0_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_2_0__2__Impl" // $ANTLR start "rule__XSwitchExpression__Group_2_0_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10629:1: rule__XSwitchExpression__Group_2_0_0__0 : rule__XSwitchExpression__Group_2_0_0__0__Impl ; public final void rule__XSwitchExpression__Group_2_0_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10633:1: ( rule__XSwitchExpression__Group_2_0_0__0__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10634:2: rule__XSwitchExpression__Group_2_0_0__0__Impl { pushFollow(FOLLOW_rule__XSwitchExpression__Group_2_0_0__0__Impl_in_rule__XSwitchExpression__Group_2_0_0__021686); rule__XSwitchExpression__Group_2_0_0__0__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_2_0_0__0" // $ANTLR start "rule__XSwitchExpression__Group_2_0_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10640:1: rule__XSwitchExpression__Group_2_0_0__0__Impl : ( ( rule__XSwitchExpression__Group_2_0_0_0__0 ) ) ; public final void rule__XSwitchExpression__Group_2_0_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10644:1: ( ( ( rule__XSwitchExpression__Group_2_0_0_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10645:1: ( ( rule__XSwitchExpression__Group_2_0_0_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10645:1: ( ( rule__XSwitchExpression__Group_2_0_0_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10646:1: ( rule__XSwitchExpression__Group_2_0_0_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getGroup_2_0_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10647:1: ( rule__XSwitchExpression__Group_2_0_0_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10647:2: rule__XSwitchExpression__Group_2_0_0_0__0 { pushFollow(FOLLOW_rule__XSwitchExpression__Group_2_0_0_0__0_in_rule__XSwitchExpression__Group_2_0_0__0__Impl21713); rule__XSwitchExpression__Group_2_0_0_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getGroup_2_0_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_2_0_0__0__Impl" // $ANTLR start "rule__XSwitchExpression__Group_2_0_0_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10659:1: rule__XSwitchExpression__Group_2_0_0_0__0 : rule__XSwitchExpression__Group_2_0_0_0__0__Impl rule__XSwitchExpression__Group_2_0_0_0__1 ; public final void rule__XSwitchExpression__Group_2_0_0_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10663:1: ( rule__XSwitchExpression__Group_2_0_0_0__0__Impl rule__XSwitchExpression__Group_2_0_0_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10664:2: rule__XSwitchExpression__Group_2_0_0_0__0__Impl rule__XSwitchExpression__Group_2_0_0_0__1 { pushFollow(FOLLOW_rule__XSwitchExpression__Group_2_0_0_0__0__Impl_in_rule__XSwitchExpression__Group_2_0_0_0__021745); rule__XSwitchExpression__Group_2_0_0_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XSwitchExpression__Group_2_0_0_0__1_in_rule__XSwitchExpression__Group_2_0_0_0__021748); rule__XSwitchExpression__Group_2_0_0_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_2_0_0_0__0" // $ANTLR start "rule__XSwitchExpression__Group_2_0_0_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10671:1: rule__XSwitchExpression__Group_2_0_0_0__0__Impl : ( '(' ) ; public final void rule__XSwitchExpression__Group_2_0_0_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10675:1: ( ( '(' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10676:1: ( '(' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10676:1: ( '(' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10677:1: '(' { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getLeftParenthesisKeyword_2_0_0_0_0()); } match(input,57,FOLLOW_57_in_rule__XSwitchExpression__Group_2_0_0_0__0__Impl21776); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getLeftParenthesisKeyword_2_0_0_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_2_0_0_0__0__Impl" // $ANTLR start "rule__XSwitchExpression__Group_2_0_0_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10690:1: rule__XSwitchExpression__Group_2_0_0_0__1 : rule__XSwitchExpression__Group_2_0_0_0__1__Impl rule__XSwitchExpression__Group_2_0_0_0__2 ; public final void rule__XSwitchExpression__Group_2_0_0_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10694:1: ( rule__XSwitchExpression__Group_2_0_0_0__1__Impl rule__XSwitchExpression__Group_2_0_0_0__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10695:2: rule__XSwitchExpression__Group_2_0_0_0__1__Impl rule__XSwitchExpression__Group_2_0_0_0__2 { pushFollow(FOLLOW_rule__XSwitchExpression__Group_2_0_0_0__1__Impl_in_rule__XSwitchExpression__Group_2_0_0_0__121807); rule__XSwitchExpression__Group_2_0_0_0__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XSwitchExpression__Group_2_0_0_0__2_in_rule__XSwitchExpression__Group_2_0_0_0__121810); rule__XSwitchExpression__Group_2_0_0_0__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_2_0_0_0__1" // $ANTLR start "rule__XSwitchExpression__Group_2_0_0_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10702:1: rule__XSwitchExpression__Group_2_0_0_0__1__Impl : ( ( rule__XSwitchExpression__DeclaredParamAssignment_2_0_0_0_1 ) ) ; public final void rule__XSwitchExpression__Group_2_0_0_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10706:1: ( ( ( rule__XSwitchExpression__DeclaredParamAssignment_2_0_0_0_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10707:1: ( ( rule__XSwitchExpression__DeclaredParamAssignment_2_0_0_0_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10707:1: ( ( rule__XSwitchExpression__DeclaredParamAssignment_2_0_0_0_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10708:1: ( rule__XSwitchExpression__DeclaredParamAssignment_2_0_0_0_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getDeclaredParamAssignment_2_0_0_0_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10709:1: ( rule__XSwitchExpression__DeclaredParamAssignment_2_0_0_0_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10709:2: rule__XSwitchExpression__DeclaredParamAssignment_2_0_0_0_1 { pushFollow(FOLLOW_rule__XSwitchExpression__DeclaredParamAssignment_2_0_0_0_1_in_rule__XSwitchExpression__Group_2_0_0_0__1__Impl21837); rule__XSwitchExpression__DeclaredParamAssignment_2_0_0_0_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getDeclaredParamAssignment_2_0_0_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_2_0_0_0__1__Impl" // $ANTLR start "rule__XSwitchExpression__Group_2_0_0_0__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10719:1: rule__XSwitchExpression__Group_2_0_0_0__2 : rule__XSwitchExpression__Group_2_0_0_0__2__Impl ; public final void rule__XSwitchExpression__Group_2_0_0_0__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10723:1: ( rule__XSwitchExpression__Group_2_0_0_0__2__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10724:2: rule__XSwitchExpression__Group_2_0_0_0__2__Impl { pushFollow(FOLLOW_rule__XSwitchExpression__Group_2_0_0_0__2__Impl_in_rule__XSwitchExpression__Group_2_0_0_0__221867); rule__XSwitchExpression__Group_2_0_0_0__2__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_2_0_0_0__2" // $ANTLR start "rule__XSwitchExpression__Group_2_0_0_0__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10730:1: rule__XSwitchExpression__Group_2_0_0_0__2__Impl : ( ':' ) ; public final void rule__XSwitchExpression__Group_2_0_0_0__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10734:1: ( ( ':' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10735:1: ( ':' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10735:1: ( ':' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10736:1: ':' { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getColonKeyword_2_0_0_0_2()); } match(input,68,FOLLOW_68_in_rule__XSwitchExpression__Group_2_0_0_0__2__Impl21895); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getColonKeyword_2_0_0_0_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_2_0_0_0__2__Impl" // $ANTLR start "rule__XSwitchExpression__Group_2_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10755:1: rule__XSwitchExpression__Group_2_1__0 : rule__XSwitchExpression__Group_2_1__0__Impl rule__XSwitchExpression__Group_2_1__1 ; public final void rule__XSwitchExpression__Group_2_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10759:1: ( rule__XSwitchExpression__Group_2_1__0__Impl rule__XSwitchExpression__Group_2_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10760:2: rule__XSwitchExpression__Group_2_1__0__Impl rule__XSwitchExpression__Group_2_1__1 { pushFollow(FOLLOW_rule__XSwitchExpression__Group_2_1__0__Impl_in_rule__XSwitchExpression__Group_2_1__021932); rule__XSwitchExpression__Group_2_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XSwitchExpression__Group_2_1__1_in_rule__XSwitchExpression__Group_2_1__021935); rule__XSwitchExpression__Group_2_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_2_1__0" // $ANTLR start "rule__XSwitchExpression__Group_2_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10767:1: rule__XSwitchExpression__Group_2_1__0__Impl : ( ( rule__XSwitchExpression__Group_2_1_0__0 )? ) ; public final void rule__XSwitchExpression__Group_2_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10771:1: ( ( ( rule__XSwitchExpression__Group_2_1_0__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10772:1: ( ( rule__XSwitchExpression__Group_2_1_0__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10772:1: ( ( rule__XSwitchExpression__Group_2_1_0__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10773:1: ( rule__XSwitchExpression__Group_2_1_0__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getGroup_2_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10774:1: ( rule__XSwitchExpression__Group_2_1_0__0 )? int alt84=2; alt84 = dfa84.predict(input); switch (alt84) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10774:2: rule__XSwitchExpression__Group_2_1_0__0 { pushFollow(FOLLOW_rule__XSwitchExpression__Group_2_1_0__0_in_rule__XSwitchExpression__Group_2_1__0__Impl21962); rule__XSwitchExpression__Group_2_1_0__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getGroup_2_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_2_1__0__Impl" // $ANTLR start "rule__XSwitchExpression__Group_2_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10784:1: rule__XSwitchExpression__Group_2_1__1 : rule__XSwitchExpression__Group_2_1__1__Impl ; public final void rule__XSwitchExpression__Group_2_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10788:1: ( rule__XSwitchExpression__Group_2_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10789:2: rule__XSwitchExpression__Group_2_1__1__Impl { pushFollow(FOLLOW_rule__XSwitchExpression__Group_2_1__1__Impl_in_rule__XSwitchExpression__Group_2_1__121993); rule__XSwitchExpression__Group_2_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_2_1__1" // $ANTLR start "rule__XSwitchExpression__Group_2_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10795:1: rule__XSwitchExpression__Group_2_1__1__Impl : ( ( rule__XSwitchExpression__SwitchAssignment_2_1_1 ) ) ; public final void rule__XSwitchExpression__Group_2_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10799:1: ( ( ( rule__XSwitchExpression__SwitchAssignment_2_1_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10800:1: ( ( rule__XSwitchExpression__SwitchAssignment_2_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10800:1: ( ( rule__XSwitchExpression__SwitchAssignment_2_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10801:1: ( rule__XSwitchExpression__SwitchAssignment_2_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getSwitchAssignment_2_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10802:1: ( rule__XSwitchExpression__SwitchAssignment_2_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10802:2: rule__XSwitchExpression__SwitchAssignment_2_1_1 { pushFollow(FOLLOW_rule__XSwitchExpression__SwitchAssignment_2_1_1_in_rule__XSwitchExpression__Group_2_1__1__Impl22020); rule__XSwitchExpression__SwitchAssignment_2_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getSwitchAssignment_2_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_2_1__1__Impl" // $ANTLR start "rule__XSwitchExpression__Group_2_1_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10816:1: rule__XSwitchExpression__Group_2_1_0__0 : rule__XSwitchExpression__Group_2_1_0__0__Impl ; public final void rule__XSwitchExpression__Group_2_1_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10820:1: ( rule__XSwitchExpression__Group_2_1_0__0__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10821:2: rule__XSwitchExpression__Group_2_1_0__0__Impl { pushFollow(FOLLOW_rule__XSwitchExpression__Group_2_1_0__0__Impl_in_rule__XSwitchExpression__Group_2_1_0__022054); rule__XSwitchExpression__Group_2_1_0__0__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_2_1_0__0" // $ANTLR start "rule__XSwitchExpression__Group_2_1_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10827:1: rule__XSwitchExpression__Group_2_1_0__0__Impl : ( ( rule__XSwitchExpression__Group_2_1_0_0__0 ) ) ; public final void rule__XSwitchExpression__Group_2_1_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10831:1: ( ( ( rule__XSwitchExpression__Group_2_1_0_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10832:1: ( ( rule__XSwitchExpression__Group_2_1_0_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10832:1: ( ( rule__XSwitchExpression__Group_2_1_0_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10833:1: ( rule__XSwitchExpression__Group_2_1_0_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getGroup_2_1_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10834:1: ( rule__XSwitchExpression__Group_2_1_0_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10834:2: rule__XSwitchExpression__Group_2_1_0_0__0 { pushFollow(FOLLOW_rule__XSwitchExpression__Group_2_1_0_0__0_in_rule__XSwitchExpression__Group_2_1_0__0__Impl22081); rule__XSwitchExpression__Group_2_1_0_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getGroup_2_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_2_1_0__0__Impl" // $ANTLR start "rule__XSwitchExpression__Group_2_1_0_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10846:1: rule__XSwitchExpression__Group_2_1_0_0__0 : rule__XSwitchExpression__Group_2_1_0_0__0__Impl rule__XSwitchExpression__Group_2_1_0_0__1 ; public final void rule__XSwitchExpression__Group_2_1_0_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10850:1: ( rule__XSwitchExpression__Group_2_1_0_0__0__Impl rule__XSwitchExpression__Group_2_1_0_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10851:2: rule__XSwitchExpression__Group_2_1_0_0__0__Impl rule__XSwitchExpression__Group_2_1_0_0__1 { pushFollow(FOLLOW_rule__XSwitchExpression__Group_2_1_0_0__0__Impl_in_rule__XSwitchExpression__Group_2_1_0_0__022113); rule__XSwitchExpression__Group_2_1_0_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XSwitchExpression__Group_2_1_0_0__1_in_rule__XSwitchExpression__Group_2_1_0_0__022116); rule__XSwitchExpression__Group_2_1_0_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_2_1_0_0__0" // $ANTLR start "rule__XSwitchExpression__Group_2_1_0_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10858:1: rule__XSwitchExpression__Group_2_1_0_0__0__Impl : ( ( rule__XSwitchExpression__DeclaredParamAssignment_2_1_0_0_0 ) ) ; public final void rule__XSwitchExpression__Group_2_1_0_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10862:1: ( ( ( rule__XSwitchExpression__DeclaredParamAssignment_2_1_0_0_0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10863:1: ( ( rule__XSwitchExpression__DeclaredParamAssignment_2_1_0_0_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10863:1: ( ( rule__XSwitchExpression__DeclaredParamAssignment_2_1_0_0_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10864:1: ( rule__XSwitchExpression__DeclaredParamAssignment_2_1_0_0_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getDeclaredParamAssignment_2_1_0_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10865:1: ( rule__XSwitchExpression__DeclaredParamAssignment_2_1_0_0_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10865:2: rule__XSwitchExpression__DeclaredParamAssignment_2_1_0_0_0 { pushFollow(FOLLOW_rule__XSwitchExpression__DeclaredParamAssignment_2_1_0_0_0_in_rule__XSwitchExpression__Group_2_1_0_0__0__Impl22143); rule__XSwitchExpression__DeclaredParamAssignment_2_1_0_0_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getDeclaredParamAssignment_2_1_0_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_2_1_0_0__0__Impl" // $ANTLR start "rule__XSwitchExpression__Group_2_1_0_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10875:1: rule__XSwitchExpression__Group_2_1_0_0__1 : rule__XSwitchExpression__Group_2_1_0_0__1__Impl ; public final void rule__XSwitchExpression__Group_2_1_0_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10879:1: ( rule__XSwitchExpression__Group_2_1_0_0__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10880:2: rule__XSwitchExpression__Group_2_1_0_0__1__Impl { pushFollow(FOLLOW_rule__XSwitchExpression__Group_2_1_0_0__1__Impl_in_rule__XSwitchExpression__Group_2_1_0_0__122173); rule__XSwitchExpression__Group_2_1_0_0__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_2_1_0_0__1" // $ANTLR start "rule__XSwitchExpression__Group_2_1_0_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10886:1: rule__XSwitchExpression__Group_2_1_0_0__1__Impl : ( ':' ) ; public final void rule__XSwitchExpression__Group_2_1_0_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10890:1: ( ( ':' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10891:1: ( ':' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10891:1: ( ':' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10892:1: ':' { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getColonKeyword_2_1_0_0_1()); } match(input,68,FOLLOW_68_in_rule__XSwitchExpression__Group_2_1_0_0__1__Impl22201); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getColonKeyword_2_1_0_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_2_1_0_0__1__Impl" // $ANTLR start "rule__XSwitchExpression__Group_5__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10909:1: rule__XSwitchExpression__Group_5__0 : rule__XSwitchExpression__Group_5__0__Impl rule__XSwitchExpression__Group_5__1 ; public final void rule__XSwitchExpression__Group_5__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10913:1: ( rule__XSwitchExpression__Group_5__0__Impl rule__XSwitchExpression__Group_5__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10914:2: rule__XSwitchExpression__Group_5__0__Impl rule__XSwitchExpression__Group_5__1 { pushFollow(FOLLOW_rule__XSwitchExpression__Group_5__0__Impl_in_rule__XSwitchExpression__Group_5__022236); rule__XSwitchExpression__Group_5__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XSwitchExpression__Group_5__1_in_rule__XSwitchExpression__Group_5__022239); rule__XSwitchExpression__Group_5__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_5__0" // $ANTLR start "rule__XSwitchExpression__Group_5__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10921:1: rule__XSwitchExpression__Group_5__0__Impl : ( 'default' ) ; public final void rule__XSwitchExpression__Group_5__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10925:1: ( ( 'default' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10926:1: ( 'default' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10926:1: ( 'default' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10927:1: 'default' { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getDefaultKeyword_5_0()); } match(input,69,FOLLOW_69_in_rule__XSwitchExpression__Group_5__0__Impl22267); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getDefaultKeyword_5_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_5__0__Impl" // $ANTLR start "rule__XSwitchExpression__Group_5__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10940:1: rule__XSwitchExpression__Group_5__1 : rule__XSwitchExpression__Group_5__1__Impl rule__XSwitchExpression__Group_5__2 ; public final void rule__XSwitchExpression__Group_5__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10944:1: ( rule__XSwitchExpression__Group_5__1__Impl rule__XSwitchExpression__Group_5__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10945:2: rule__XSwitchExpression__Group_5__1__Impl rule__XSwitchExpression__Group_5__2 { pushFollow(FOLLOW_rule__XSwitchExpression__Group_5__1__Impl_in_rule__XSwitchExpression__Group_5__122298); rule__XSwitchExpression__Group_5__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XSwitchExpression__Group_5__2_in_rule__XSwitchExpression__Group_5__122301); rule__XSwitchExpression__Group_5__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_5__1" // $ANTLR start "rule__XSwitchExpression__Group_5__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10952:1: rule__XSwitchExpression__Group_5__1__Impl : ( ':' ) ; public final void rule__XSwitchExpression__Group_5__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10956:1: ( ( ':' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10957:1: ( ':' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10957:1: ( ':' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10958:1: ':' { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getColonKeyword_5_1()); } match(input,68,FOLLOW_68_in_rule__XSwitchExpression__Group_5__1__Impl22329); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getColonKeyword_5_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_5__1__Impl" // $ANTLR start "rule__XSwitchExpression__Group_5__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10971:1: rule__XSwitchExpression__Group_5__2 : rule__XSwitchExpression__Group_5__2__Impl ; public final void rule__XSwitchExpression__Group_5__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10975:1: ( rule__XSwitchExpression__Group_5__2__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10976:2: rule__XSwitchExpression__Group_5__2__Impl { pushFollow(FOLLOW_rule__XSwitchExpression__Group_5__2__Impl_in_rule__XSwitchExpression__Group_5__222360); rule__XSwitchExpression__Group_5__2__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_5__2" // $ANTLR start "rule__XSwitchExpression__Group_5__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10982:1: rule__XSwitchExpression__Group_5__2__Impl : ( ( rule__XSwitchExpression__DefaultAssignment_5_2 ) ) ; public final void rule__XSwitchExpression__Group_5__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10986:1: ( ( ( rule__XSwitchExpression__DefaultAssignment_5_2 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10987:1: ( ( rule__XSwitchExpression__DefaultAssignment_5_2 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10987:1: ( ( rule__XSwitchExpression__DefaultAssignment_5_2 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10988:1: ( rule__XSwitchExpression__DefaultAssignment_5_2 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getDefaultAssignment_5_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10989:1: ( rule__XSwitchExpression__DefaultAssignment_5_2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10989:2: rule__XSwitchExpression__DefaultAssignment_5_2 { pushFollow(FOLLOW_rule__XSwitchExpression__DefaultAssignment_5_2_in_rule__XSwitchExpression__Group_5__2__Impl22387); rule__XSwitchExpression__DefaultAssignment_5_2(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getDefaultAssignment_5_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__Group_5__2__Impl" // $ANTLR start "rule__XCasePart__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11005:1: rule__XCasePart__Group__0 : rule__XCasePart__Group__0__Impl rule__XCasePart__Group__1 ; public final void rule__XCasePart__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11009:1: ( rule__XCasePart__Group__0__Impl rule__XCasePart__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11010:2: rule__XCasePart__Group__0__Impl rule__XCasePart__Group__1 { pushFollow(FOLLOW_rule__XCasePart__Group__0__Impl_in_rule__XCasePart__Group__022423); rule__XCasePart__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XCasePart__Group__1_in_rule__XCasePart__Group__022426); rule__XCasePart__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCasePart__Group__0" // $ANTLR start "rule__XCasePart__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11017:1: rule__XCasePart__Group__0__Impl : ( () ) ; public final void rule__XCasePart__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11021:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11022:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11022:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11023:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXCasePartAccess().getXCasePartAction_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11024:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11026:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXCasePartAccess().getXCasePartAction_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCasePart__Group__0__Impl" // $ANTLR start "rule__XCasePart__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11036:1: rule__XCasePart__Group__1 : rule__XCasePart__Group__1__Impl rule__XCasePart__Group__2 ; public final void rule__XCasePart__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11040:1: ( rule__XCasePart__Group__1__Impl rule__XCasePart__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11041:2: rule__XCasePart__Group__1__Impl rule__XCasePart__Group__2 { pushFollow(FOLLOW_rule__XCasePart__Group__1__Impl_in_rule__XCasePart__Group__122484); rule__XCasePart__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XCasePart__Group__2_in_rule__XCasePart__Group__122487); rule__XCasePart__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCasePart__Group__1" // $ANTLR start "rule__XCasePart__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11048:1: rule__XCasePart__Group__1__Impl : ( ( rule__XCasePart__TypeGuardAssignment_1 )? ) ; public final void rule__XCasePart__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11052:1: ( ( ( rule__XCasePart__TypeGuardAssignment_1 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11053:1: ( ( rule__XCasePart__TypeGuardAssignment_1 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11053:1: ( ( rule__XCasePart__TypeGuardAssignment_1 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11054:1: ( rule__XCasePart__TypeGuardAssignment_1 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXCasePartAccess().getTypeGuardAssignment_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11055:1: ( rule__XCasePart__TypeGuardAssignment_1 )? int alt85=2; int LA85_0 = input.LA(1); if ( (LA85_0==RULE_ID||LA85_0==31||LA85_0==57) ) { alt85=1; } switch (alt85) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11055:2: rule__XCasePart__TypeGuardAssignment_1 { pushFollow(FOLLOW_rule__XCasePart__TypeGuardAssignment_1_in_rule__XCasePart__Group__1__Impl22514); rule__XCasePart__TypeGuardAssignment_1(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXCasePartAccess().getTypeGuardAssignment_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCasePart__Group__1__Impl" // $ANTLR start "rule__XCasePart__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11065:1: rule__XCasePart__Group__2 : rule__XCasePart__Group__2__Impl rule__XCasePart__Group__3 ; public final void rule__XCasePart__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11069:1: ( rule__XCasePart__Group__2__Impl rule__XCasePart__Group__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11070:2: rule__XCasePart__Group__2__Impl rule__XCasePart__Group__3 { pushFollow(FOLLOW_rule__XCasePart__Group__2__Impl_in_rule__XCasePart__Group__222545); rule__XCasePart__Group__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XCasePart__Group__3_in_rule__XCasePart__Group__222548); rule__XCasePart__Group__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCasePart__Group__2" // $ANTLR start "rule__XCasePart__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11077:1: rule__XCasePart__Group__2__Impl : ( ( rule__XCasePart__Group_2__0 )? ) ; public final void rule__XCasePart__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11081:1: ( ( ( rule__XCasePart__Group_2__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11082:1: ( ( rule__XCasePart__Group_2__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11082:1: ( ( rule__XCasePart__Group_2__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11083:1: ( rule__XCasePart__Group_2__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXCasePartAccess().getGroup_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11084:1: ( rule__XCasePart__Group_2__0 )? int alt86=2; int LA86_0 = input.LA(1); if ( (LA86_0==70) ) { alt86=1; } switch (alt86) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11084:2: rule__XCasePart__Group_2__0 { pushFollow(FOLLOW_rule__XCasePart__Group_2__0_in_rule__XCasePart__Group__2__Impl22575); rule__XCasePart__Group_2__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXCasePartAccess().getGroup_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCasePart__Group__2__Impl" // $ANTLR start "rule__XCasePart__Group__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11094:1: rule__XCasePart__Group__3 : rule__XCasePart__Group__3__Impl ; public final void rule__XCasePart__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11098:1: ( rule__XCasePart__Group__3__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11099:2: rule__XCasePart__Group__3__Impl { pushFollow(FOLLOW_rule__XCasePart__Group__3__Impl_in_rule__XCasePart__Group__322606); rule__XCasePart__Group__3__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCasePart__Group__3" // $ANTLR start "rule__XCasePart__Group__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11105:1: rule__XCasePart__Group__3__Impl : ( ( rule__XCasePart__Alternatives_3 ) ) ; public final void rule__XCasePart__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11109:1: ( ( ( rule__XCasePart__Alternatives_3 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11110:1: ( ( rule__XCasePart__Alternatives_3 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11110:1: ( ( rule__XCasePart__Alternatives_3 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11111:1: ( rule__XCasePart__Alternatives_3 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXCasePartAccess().getAlternatives_3()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11112:1: ( rule__XCasePart__Alternatives_3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11112:2: rule__XCasePart__Alternatives_3 { pushFollow(FOLLOW_rule__XCasePart__Alternatives_3_in_rule__XCasePart__Group__3__Impl22633); rule__XCasePart__Alternatives_3(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXCasePartAccess().getAlternatives_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCasePart__Group__3__Impl" // $ANTLR start "rule__XCasePart__Group_2__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11130:1: rule__XCasePart__Group_2__0 : rule__XCasePart__Group_2__0__Impl rule__XCasePart__Group_2__1 ; public final void rule__XCasePart__Group_2__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11134:1: ( rule__XCasePart__Group_2__0__Impl rule__XCasePart__Group_2__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11135:2: rule__XCasePart__Group_2__0__Impl rule__XCasePart__Group_2__1 { pushFollow(FOLLOW_rule__XCasePart__Group_2__0__Impl_in_rule__XCasePart__Group_2__022671); rule__XCasePart__Group_2__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XCasePart__Group_2__1_in_rule__XCasePart__Group_2__022674); rule__XCasePart__Group_2__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCasePart__Group_2__0" // $ANTLR start "rule__XCasePart__Group_2__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11142:1: rule__XCasePart__Group_2__0__Impl : ( 'case' ) ; public final void rule__XCasePart__Group_2__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11146:1: ( ( 'case' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11147:1: ( 'case' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11147:1: ( 'case' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11148:1: 'case' { if ( state.backtracking==0 ) { before(grammarAccess.getXCasePartAccess().getCaseKeyword_2_0()); } match(input,70,FOLLOW_70_in_rule__XCasePart__Group_2__0__Impl22702); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXCasePartAccess().getCaseKeyword_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCasePart__Group_2__0__Impl" // $ANTLR start "rule__XCasePart__Group_2__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11161:1: rule__XCasePart__Group_2__1 : rule__XCasePart__Group_2__1__Impl ; public final void rule__XCasePart__Group_2__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11165:1: ( rule__XCasePart__Group_2__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11166:2: rule__XCasePart__Group_2__1__Impl { pushFollow(FOLLOW_rule__XCasePart__Group_2__1__Impl_in_rule__XCasePart__Group_2__122733); rule__XCasePart__Group_2__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCasePart__Group_2__1" // $ANTLR start "rule__XCasePart__Group_2__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11172:1: rule__XCasePart__Group_2__1__Impl : ( ( rule__XCasePart__CaseAssignment_2_1 ) ) ; public final void rule__XCasePart__Group_2__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11176:1: ( ( ( rule__XCasePart__CaseAssignment_2_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11177:1: ( ( rule__XCasePart__CaseAssignment_2_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11177:1: ( ( rule__XCasePart__CaseAssignment_2_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11178:1: ( rule__XCasePart__CaseAssignment_2_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXCasePartAccess().getCaseAssignment_2_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11179:1: ( rule__XCasePart__CaseAssignment_2_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11179:2: rule__XCasePart__CaseAssignment_2_1 { pushFollow(FOLLOW_rule__XCasePart__CaseAssignment_2_1_in_rule__XCasePart__Group_2__1__Impl22760); rule__XCasePart__CaseAssignment_2_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXCasePartAccess().getCaseAssignment_2_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCasePart__Group_2__1__Impl" // $ANTLR start "rule__XCasePart__Group_3_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11193:1: rule__XCasePart__Group_3_0__0 : rule__XCasePart__Group_3_0__0__Impl rule__XCasePart__Group_3_0__1 ; public final void rule__XCasePart__Group_3_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11197:1: ( rule__XCasePart__Group_3_0__0__Impl rule__XCasePart__Group_3_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11198:2: rule__XCasePart__Group_3_0__0__Impl rule__XCasePart__Group_3_0__1 { pushFollow(FOLLOW_rule__XCasePart__Group_3_0__0__Impl_in_rule__XCasePart__Group_3_0__022794); rule__XCasePart__Group_3_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XCasePart__Group_3_0__1_in_rule__XCasePart__Group_3_0__022797); rule__XCasePart__Group_3_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCasePart__Group_3_0__0" // $ANTLR start "rule__XCasePart__Group_3_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11205:1: rule__XCasePart__Group_3_0__0__Impl : ( ':' ) ; public final void rule__XCasePart__Group_3_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11209:1: ( ( ':' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11210:1: ( ':' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11210:1: ( ':' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11211:1: ':' { if ( state.backtracking==0 ) { before(grammarAccess.getXCasePartAccess().getColonKeyword_3_0_0()); } match(input,68,FOLLOW_68_in_rule__XCasePart__Group_3_0__0__Impl22825); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXCasePartAccess().getColonKeyword_3_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCasePart__Group_3_0__0__Impl" // $ANTLR start "rule__XCasePart__Group_3_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11224:1: rule__XCasePart__Group_3_0__1 : rule__XCasePart__Group_3_0__1__Impl ; public final void rule__XCasePart__Group_3_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11228:1: ( rule__XCasePart__Group_3_0__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11229:2: rule__XCasePart__Group_3_0__1__Impl { pushFollow(FOLLOW_rule__XCasePart__Group_3_0__1__Impl_in_rule__XCasePart__Group_3_0__122856); rule__XCasePart__Group_3_0__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCasePart__Group_3_0__1" // $ANTLR start "rule__XCasePart__Group_3_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11235:1: rule__XCasePart__Group_3_0__1__Impl : ( ( rule__XCasePart__ThenAssignment_3_0_1 ) ) ; public final void rule__XCasePart__Group_3_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11239:1: ( ( ( rule__XCasePart__ThenAssignment_3_0_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11240:1: ( ( rule__XCasePart__ThenAssignment_3_0_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11240:1: ( ( rule__XCasePart__ThenAssignment_3_0_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11241:1: ( rule__XCasePart__ThenAssignment_3_0_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXCasePartAccess().getThenAssignment_3_0_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11242:1: ( rule__XCasePart__ThenAssignment_3_0_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11242:2: rule__XCasePart__ThenAssignment_3_0_1 { pushFollow(FOLLOW_rule__XCasePart__ThenAssignment_3_0_1_in_rule__XCasePart__Group_3_0__1__Impl22883); rule__XCasePart__ThenAssignment_3_0_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXCasePartAccess().getThenAssignment_3_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCasePart__Group_3_0__1__Impl" // $ANTLR start "rule__XForLoopExpression__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11256:1: rule__XForLoopExpression__Group__0 : rule__XForLoopExpression__Group__0__Impl rule__XForLoopExpression__Group__1 ; public final void rule__XForLoopExpression__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11260:1: ( rule__XForLoopExpression__Group__0__Impl rule__XForLoopExpression__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11261:2: rule__XForLoopExpression__Group__0__Impl rule__XForLoopExpression__Group__1 { pushFollow(FOLLOW_rule__XForLoopExpression__Group__0__Impl_in_rule__XForLoopExpression__Group__022917); rule__XForLoopExpression__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XForLoopExpression__Group__1_in_rule__XForLoopExpression__Group__022920); rule__XForLoopExpression__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XForLoopExpression__Group__0" // $ANTLR start "rule__XForLoopExpression__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11268:1: rule__XForLoopExpression__Group__0__Impl : ( ( rule__XForLoopExpression__Group_0__0 ) ) ; public final void rule__XForLoopExpression__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11272:1: ( ( ( rule__XForLoopExpression__Group_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11273:1: ( ( rule__XForLoopExpression__Group_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11273:1: ( ( rule__XForLoopExpression__Group_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11274:1: ( rule__XForLoopExpression__Group_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXForLoopExpressionAccess().getGroup_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11275:1: ( rule__XForLoopExpression__Group_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11275:2: rule__XForLoopExpression__Group_0__0 { pushFollow(FOLLOW_rule__XForLoopExpression__Group_0__0_in_rule__XForLoopExpression__Group__0__Impl22947); rule__XForLoopExpression__Group_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXForLoopExpressionAccess().getGroup_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XForLoopExpression__Group__0__Impl" // $ANTLR start "rule__XForLoopExpression__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11285:1: rule__XForLoopExpression__Group__1 : rule__XForLoopExpression__Group__1__Impl rule__XForLoopExpression__Group__2 ; public final void rule__XForLoopExpression__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11289:1: ( rule__XForLoopExpression__Group__1__Impl rule__XForLoopExpression__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11290:2: rule__XForLoopExpression__Group__1__Impl rule__XForLoopExpression__Group__2 { pushFollow(FOLLOW_rule__XForLoopExpression__Group__1__Impl_in_rule__XForLoopExpression__Group__122977); rule__XForLoopExpression__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XForLoopExpression__Group__2_in_rule__XForLoopExpression__Group__122980); rule__XForLoopExpression__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XForLoopExpression__Group__1" // $ANTLR start "rule__XForLoopExpression__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11297:1: rule__XForLoopExpression__Group__1__Impl : ( ( rule__XForLoopExpression__ForExpressionAssignment_1 ) ) ; public final void rule__XForLoopExpression__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11301:1: ( ( ( rule__XForLoopExpression__ForExpressionAssignment_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11302:1: ( ( rule__XForLoopExpression__ForExpressionAssignment_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11302:1: ( ( rule__XForLoopExpression__ForExpressionAssignment_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11303:1: ( rule__XForLoopExpression__ForExpressionAssignment_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXForLoopExpressionAccess().getForExpressionAssignment_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11304:1: ( rule__XForLoopExpression__ForExpressionAssignment_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11304:2: rule__XForLoopExpression__ForExpressionAssignment_1 { pushFollow(FOLLOW_rule__XForLoopExpression__ForExpressionAssignment_1_in_rule__XForLoopExpression__Group__1__Impl23007); rule__XForLoopExpression__ForExpressionAssignment_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXForLoopExpressionAccess().getForExpressionAssignment_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XForLoopExpression__Group__1__Impl" // $ANTLR start "rule__XForLoopExpression__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11314:1: rule__XForLoopExpression__Group__2 : rule__XForLoopExpression__Group__2__Impl rule__XForLoopExpression__Group__3 ; public final void rule__XForLoopExpression__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11318:1: ( rule__XForLoopExpression__Group__2__Impl rule__XForLoopExpression__Group__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11319:2: rule__XForLoopExpression__Group__2__Impl rule__XForLoopExpression__Group__3 { pushFollow(FOLLOW_rule__XForLoopExpression__Group__2__Impl_in_rule__XForLoopExpression__Group__223037); rule__XForLoopExpression__Group__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XForLoopExpression__Group__3_in_rule__XForLoopExpression__Group__223040); rule__XForLoopExpression__Group__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XForLoopExpression__Group__2" // $ANTLR start "rule__XForLoopExpression__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11326:1: rule__XForLoopExpression__Group__2__Impl : ( ')' ) ; public final void rule__XForLoopExpression__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11330:1: ( ( ')' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11331:1: ( ')' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11331:1: ( ')' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11332:1: ')' { if ( state.backtracking==0 ) { before(grammarAccess.getXForLoopExpressionAccess().getRightParenthesisKeyword_2()); } match(input,58,FOLLOW_58_in_rule__XForLoopExpression__Group__2__Impl23068); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXForLoopExpressionAccess().getRightParenthesisKeyword_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XForLoopExpression__Group__2__Impl" // $ANTLR start "rule__XForLoopExpression__Group__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11345:1: rule__XForLoopExpression__Group__3 : rule__XForLoopExpression__Group__3__Impl ; public final void rule__XForLoopExpression__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11349:1: ( rule__XForLoopExpression__Group__3__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11350:2: rule__XForLoopExpression__Group__3__Impl { pushFollow(FOLLOW_rule__XForLoopExpression__Group__3__Impl_in_rule__XForLoopExpression__Group__323099); rule__XForLoopExpression__Group__3__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XForLoopExpression__Group__3" // $ANTLR start "rule__XForLoopExpression__Group__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11356:1: rule__XForLoopExpression__Group__3__Impl : ( ( rule__XForLoopExpression__EachExpressionAssignment_3 ) ) ; public final void rule__XForLoopExpression__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11360:1: ( ( ( rule__XForLoopExpression__EachExpressionAssignment_3 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11361:1: ( ( rule__XForLoopExpression__EachExpressionAssignment_3 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11361:1: ( ( rule__XForLoopExpression__EachExpressionAssignment_3 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11362:1: ( rule__XForLoopExpression__EachExpressionAssignment_3 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXForLoopExpressionAccess().getEachExpressionAssignment_3()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11363:1: ( rule__XForLoopExpression__EachExpressionAssignment_3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11363:2: rule__XForLoopExpression__EachExpressionAssignment_3 { pushFollow(FOLLOW_rule__XForLoopExpression__EachExpressionAssignment_3_in_rule__XForLoopExpression__Group__3__Impl23126); rule__XForLoopExpression__EachExpressionAssignment_3(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXForLoopExpressionAccess().getEachExpressionAssignment_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XForLoopExpression__Group__3__Impl" // $ANTLR start "rule__XForLoopExpression__Group_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11381:1: rule__XForLoopExpression__Group_0__0 : rule__XForLoopExpression__Group_0__0__Impl ; public final void rule__XForLoopExpression__Group_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11385:1: ( rule__XForLoopExpression__Group_0__0__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11386:2: rule__XForLoopExpression__Group_0__0__Impl { pushFollow(FOLLOW_rule__XForLoopExpression__Group_0__0__Impl_in_rule__XForLoopExpression__Group_0__023164); rule__XForLoopExpression__Group_0__0__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XForLoopExpression__Group_0__0" // $ANTLR start "rule__XForLoopExpression__Group_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11392:1: rule__XForLoopExpression__Group_0__0__Impl : ( ( rule__XForLoopExpression__Group_0_0__0 ) ) ; public final void rule__XForLoopExpression__Group_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11396:1: ( ( ( rule__XForLoopExpression__Group_0_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11397:1: ( ( rule__XForLoopExpression__Group_0_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11397:1: ( ( rule__XForLoopExpression__Group_0_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11398:1: ( rule__XForLoopExpression__Group_0_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXForLoopExpressionAccess().getGroup_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11399:1: ( rule__XForLoopExpression__Group_0_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11399:2: rule__XForLoopExpression__Group_0_0__0 { pushFollow(FOLLOW_rule__XForLoopExpression__Group_0_0__0_in_rule__XForLoopExpression__Group_0__0__Impl23191); rule__XForLoopExpression__Group_0_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXForLoopExpressionAccess().getGroup_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XForLoopExpression__Group_0__0__Impl" // $ANTLR start "rule__XForLoopExpression__Group_0_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11411:1: rule__XForLoopExpression__Group_0_0__0 : rule__XForLoopExpression__Group_0_0__0__Impl rule__XForLoopExpression__Group_0_0__1 ; public final void rule__XForLoopExpression__Group_0_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11415:1: ( rule__XForLoopExpression__Group_0_0__0__Impl rule__XForLoopExpression__Group_0_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11416:2: rule__XForLoopExpression__Group_0_0__0__Impl rule__XForLoopExpression__Group_0_0__1 { pushFollow(FOLLOW_rule__XForLoopExpression__Group_0_0__0__Impl_in_rule__XForLoopExpression__Group_0_0__023223); rule__XForLoopExpression__Group_0_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XForLoopExpression__Group_0_0__1_in_rule__XForLoopExpression__Group_0_0__023226); rule__XForLoopExpression__Group_0_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XForLoopExpression__Group_0_0__0" // $ANTLR start "rule__XForLoopExpression__Group_0_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11423:1: rule__XForLoopExpression__Group_0_0__0__Impl : ( () ) ; public final void rule__XForLoopExpression__Group_0_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11427:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11428:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11428:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11429:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXForLoopExpressionAccess().getXForLoopExpressionAction_0_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11430:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11432:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXForLoopExpressionAccess().getXForLoopExpressionAction_0_0_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XForLoopExpression__Group_0_0__0__Impl" // $ANTLR start "rule__XForLoopExpression__Group_0_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11442:1: rule__XForLoopExpression__Group_0_0__1 : rule__XForLoopExpression__Group_0_0__1__Impl rule__XForLoopExpression__Group_0_0__2 ; public final void rule__XForLoopExpression__Group_0_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11446:1: ( rule__XForLoopExpression__Group_0_0__1__Impl rule__XForLoopExpression__Group_0_0__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11447:2: rule__XForLoopExpression__Group_0_0__1__Impl rule__XForLoopExpression__Group_0_0__2 { pushFollow(FOLLOW_rule__XForLoopExpression__Group_0_0__1__Impl_in_rule__XForLoopExpression__Group_0_0__123284); rule__XForLoopExpression__Group_0_0__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XForLoopExpression__Group_0_0__2_in_rule__XForLoopExpression__Group_0_0__123287); rule__XForLoopExpression__Group_0_0__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XForLoopExpression__Group_0_0__1" // $ANTLR start "rule__XForLoopExpression__Group_0_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11454:1: rule__XForLoopExpression__Group_0_0__1__Impl : ( 'for' ) ; public final void rule__XForLoopExpression__Group_0_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11458:1: ( ( 'for' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11459:1: ( 'for' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11459:1: ( 'for' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11460:1: 'for' { if ( state.backtracking==0 ) { before(grammarAccess.getXForLoopExpressionAccess().getForKeyword_0_0_1()); } match(input,71,FOLLOW_71_in_rule__XForLoopExpression__Group_0_0__1__Impl23315); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXForLoopExpressionAccess().getForKeyword_0_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XForLoopExpression__Group_0_0__1__Impl" // $ANTLR start "rule__XForLoopExpression__Group_0_0__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11473:1: rule__XForLoopExpression__Group_0_0__2 : rule__XForLoopExpression__Group_0_0__2__Impl rule__XForLoopExpression__Group_0_0__3 ; public final void rule__XForLoopExpression__Group_0_0__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11477:1: ( rule__XForLoopExpression__Group_0_0__2__Impl rule__XForLoopExpression__Group_0_0__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11478:2: rule__XForLoopExpression__Group_0_0__2__Impl rule__XForLoopExpression__Group_0_0__3 { pushFollow(FOLLOW_rule__XForLoopExpression__Group_0_0__2__Impl_in_rule__XForLoopExpression__Group_0_0__223346); rule__XForLoopExpression__Group_0_0__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XForLoopExpression__Group_0_0__3_in_rule__XForLoopExpression__Group_0_0__223349); rule__XForLoopExpression__Group_0_0__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XForLoopExpression__Group_0_0__2" // $ANTLR start "rule__XForLoopExpression__Group_0_0__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11485:1: rule__XForLoopExpression__Group_0_0__2__Impl : ( '(' ) ; public final void rule__XForLoopExpression__Group_0_0__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11489:1: ( ( '(' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11490:1: ( '(' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11490:1: ( '(' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11491:1: '(' { if ( state.backtracking==0 ) { before(grammarAccess.getXForLoopExpressionAccess().getLeftParenthesisKeyword_0_0_2()); } match(input,57,FOLLOW_57_in_rule__XForLoopExpression__Group_0_0__2__Impl23377); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXForLoopExpressionAccess().getLeftParenthesisKeyword_0_0_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XForLoopExpression__Group_0_0__2__Impl" // $ANTLR start "rule__XForLoopExpression__Group_0_0__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11504:1: rule__XForLoopExpression__Group_0_0__3 : rule__XForLoopExpression__Group_0_0__3__Impl rule__XForLoopExpression__Group_0_0__4 ; public final void rule__XForLoopExpression__Group_0_0__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11508:1: ( rule__XForLoopExpression__Group_0_0__3__Impl rule__XForLoopExpression__Group_0_0__4 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11509:2: rule__XForLoopExpression__Group_0_0__3__Impl rule__XForLoopExpression__Group_0_0__4 { pushFollow(FOLLOW_rule__XForLoopExpression__Group_0_0__3__Impl_in_rule__XForLoopExpression__Group_0_0__323408); rule__XForLoopExpression__Group_0_0__3__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XForLoopExpression__Group_0_0__4_in_rule__XForLoopExpression__Group_0_0__323411); rule__XForLoopExpression__Group_0_0__4(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XForLoopExpression__Group_0_0__3" // $ANTLR start "rule__XForLoopExpression__Group_0_0__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11516:1: rule__XForLoopExpression__Group_0_0__3__Impl : ( ( rule__XForLoopExpression__DeclaredParamAssignment_0_0_3 ) ) ; public final void rule__XForLoopExpression__Group_0_0__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11520:1: ( ( ( rule__XForLoopExpression__DeclaredParamAssignment_0_0_3 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11521:1: ( ( rule__XForLoopExpression__DeclaredParamAssignment_0_0_3 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11521:1: ( ( rule__XForLoopExpression__DeclaredParamAssignment_0_0_3 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11522:1: ( rule__XForLoopExpression__DeclaredParamAssignment_0_0_3 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXForLoopExpressionAccess().getDeclaredParamAssignment_0_0_3()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11523:1: ( rule__XForLoopExpression__DeclaredParamAssignment_0_0_3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11523:2: rule__XForLoopExpression__DeclaredParamAssignment_0_0_3 { pushFollow(FOLLOW_rule__XForLoopExpression__DeclaredParamAssignment_0_0_3_in_rule__XForLoopExpression__Group_0_0__3__Impl23438); rule__XForLoopExpression__DeclaredParamAssignment_0_0_3(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXForLoopExpressionAccess().getDeclaredParamAssignment_0_0_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XForLoopExpression__Group_0_0__3__Impl" // $ANTLR start "rule__XForLoopExpression__Group_0_0__4" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11533:1: rule__XForLoopExpression__Group_0_0__4 : rule__XForLoopExpression__Group_0_0__4__Impl ; public final void rule__XForLoopExpression__Group_0_0__4() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11537:1: ( rule__XForLoopExpression__Group_0_0__4__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11538:2: rule__XForLoopExpression__Group_0_0__4__Impl { pushFollow(FOLLOW_rule__XForLoopExpression__Group_0_0__4__Impl_in_rule__XForLoopExpression__Group_0_0__423468); rule__XForLoopExpression__Group_0_0__4__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XForLoopExpression__Group_0_0__4" // $ANTLR start "rule__XForLoopExpression__Group_0_0__4__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11544:1: rule__XForLoopExpression__Group_0_0__4__Impl : ( ':' ) ; public final void rule__XForLoopExpression__Group_0_0__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11548:1: ( ( ':' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11549:1: ( ':' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11549:1: ( ':' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11550:1: ':' { if ( state.backtracking==0 ) { before(grammarAccess.getXForLoopExpressionAccess().getColonKeyword_0_0_4()); } match(input,68,FOLLOW_68_in_rule__XForLoopExpression__Group_0_0__4__Impl23496); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXForLoopExpressionAccess().getColonKeyword_0_0_4()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XForLoopExpression__Group_0_0__4__Impl" // $ANTLR start "rule__XBasicForLoopExpression__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11573:1: rule__XBasicForLoopExpression__Group__0 : rule__XBasicForLoopExpression__Group__0__Impl rule__XBasicForLoopExpression__Group__1 ; public final void rule__XBasicForLoopExpression__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11577:1: ( rule__XBasicForLoopExpression__Group__0__Impl rule__XBasicForLoopExpression__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11578:2: rule__XBasicForLoopExpression__Group__0__Impl rule__XBasicForLoopExpression__Group__1 { pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group__0__Impl_in_rule__XBasicForLoopExpression__Group__023537); rule__XBasicForLoopExpression__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group__1_in_rule__XBasicForLoopExpression__Group__023540); rule__XBasicForLoopExpression__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group__0" // $ANTLR start "rule__XBasicForLoopExpression__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11585:1: rule__XBasicForLoopExpression__Group__0__Impl : ( () ) ; public final void rule__XBasicForLoopExpression__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11589:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11590:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11590:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11591:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXBasicForLoopExpressionAccess().getXBasicForLoopExpressionAction_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11592:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11594:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXBasicForLoopExpressionAccess().getXBasicForLoopExpressionAction_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group__0__Impl" // $ANTLR start "rule__XBasicForLoopExpression__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11604:1: rule__XBasicForLoopExpression__Group__1 : rule__XBasicForLoopExpression__Group__1__Impl rule__XBasicForLoopExpression__Group__2 ; public final void rule__XBasicForLoopExpression__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11608:1: ( rule__XBasicForLoopExpression__Group__1__Impl rule__XBasicForLoopExpression__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11609:2: rule__XBasicForLoopExpression__Group__1__Impl rule__XBasicForLoopExpression__Group__2 { pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group__1__Impl_in_rule__XBasicForLoopExpression__Group__123598); rule__XBasicForLoopExpression__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group__2_in_rule__XBasicForLoopExpression__Group__123601); rule__XBasicForLoopExpression__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group__1" // $ANTLR start "rule__XBasicForLoopExpression__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11616:1: rule__XBasicForLoopExpression__Group__1__Impl : ( 'for' ) ; public final void rule__XBasicForLoopExpression__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11620:1: ( ( 'for' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11621:1: ( 'for' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11621:1: ( 'for' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11622:1: 'for' { if ( state.backtracking==0 ) { before(grammarAccess.getXBasicForLoopExpressionAccess().getForKeyword_1()); } match(input,71,FOLLOW_71_in_rule__XBasicForLoopExpression__Group__1__Impl23629); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXBasicForLoopExpressionAccess().getForKeyword_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group__1__Impl" // $ANTLR start "rule__XBasicForLoopExpression__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11635:1: rule__XBasicForLoopExpression__Group__2 : rule__XBasicForLoopExpression__Group__2__Impl rule__XBasicForLoopExpression__Group__3 ; public final void rule__XBasicForLoopExpression__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11639:1: ( rule__XBasicForLoopExpression__Group__2__Impl rule__XBasicForLoopExpression__Group__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11640:2: rule__XBasicForLoopExpression__Group__2__Impl rule__XBasicForLoopExpression__Group__3 { pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group__2__Impl_in_rule__XBasicForLoopExpression__Group__223660); rule__XBasicForLoopExpression__Group__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group__3_in_rule__XBasicForLoopExpression__Group__223663); rule__XBasicForLoopExpression__Group__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group__2" // $ANTLR start "rule__XBasicForLoopExpression__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11647:1: rule__XBasicForLoopExpression__Group__2__Impl : ( '(' ) ; public final void rule__XBasicForLoopExpression__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11651:1: ( ( '(' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11652:1: ( '(' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11652:1: ( '(' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11653:1: '(' { if ( state.backtracking==0 ) { before(grammarAccess.getXBasicForLoopExpressionAccess().getLeftParenthesisKeyword_2()); } match(input,57,FOLLOW_57_in_rule__XBasicForLoopExpression__Group__2__Impl23691); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXBasicForLoopExpressionAccess().getLeftParenthesisKeyword_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group__2__Impl" // $ANTLR start "rule__XBasicForLoopExpression__Group__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11666:1: rule__XBasicForLoopExpression__Group__3 : rule__XBasicForLoopExpression__Group__3__Impl rule__XBasicForLoopExpression__Group__4 ; public final void rule__XBasicForLoopExpression__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11670:1: ( rule__XBasicForLoopExpression__Group__3__Impl rule__XBasicForLoopExpression__Group__4 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11671:2: rule__XBasicForLoopExpression__Group__3__Impl rule__XBasicForLoopExpression__Group__4 { pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group__3__Impl_in_rule__XBasicForLoopExpression__Group__323722); rule__XBasicForLoopExpression__Group__3__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group__4_in_rule__XBasicForLoopExpression__Group__323725); rule__XBasicForLoopExpression__Group__4(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group__3" // $ANTLR start "rule__XBasicForLoopExpression__Group__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11678:1: rule__XBasicForLoopExpression__Group__3__Impl : ( ( rule__XBasicForLoopExpression__Group_3__0 )? ) ; public final void rule__XBasicForLoopExpression__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11682:1: ( ( ( rule__XBasicForLoopExpression__Group_3__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11683:1: ( ( rule__XBasicForLoopExpression__Group_3__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11683:1: ( ( rule__XBasicForLoopExpression__Group_3__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11684:1: ( rule__XBasicForLoopExpression__Group_3__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXBasicForLoopExpressionAccess().getGroup_3()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11685:1: ( rule__XBasicForLoopExpression__Group_3__0 )? int alt87=2; int LA87_0 = input.LA(1); if ( ((LA87_0>=RULE_ID && LA87_0<=RULE_STRING)||LA87_0==27||(LA87_0>=34 && LA87_0<=35)||LA87_0==40||(LA87_0>=44 && LA87_0<=50)||LA87_0==52||LA87_0==57||(LA87_0>=62 && LA87_0<=63)||LA87_0==65||LA87_0==67||(LA87_0>=71 && LA87_0<=79)||LA87_0==81||(LA87_0>=88 && LA87_0<=89)) ) { alt87=1; } switch (alt87) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11685:2: rule__XBasicForLoopExpression__Group_3__0 { pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group_3__0_in_rule__XBasicForLoopExpression__Group__3__Impl23752); rule__XBasicForLoopExpression__Group_3__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXBasicForLoopExpressionAccess().getGroup_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group__3__Impl" // $ANTLR start "rule__XBasicForLoopExpression__Group__4" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11695:1: rule__XBasicForLoopExpression__Group__4 : rule__XBasicForLoopExpression__Group__4__Impl rule__XBasicForLoopExpression__Group__5 ; public final void rule__XBasicForLoopExpression__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11699:1: ( rule__XBasicForLoopExpression__Group__4__Impl rule__XBasicForLoopExpression__Group__5 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11700:2: rule__XBasicForLoopExpression__Group__4__Impl rule__XBasicForLoopExpression__Group__5 { pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group__4__Impl_in_rule__XBasicForLoopExpression__Group__423783); rule__XBasicForLoopExpression__Group__4__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group__5_in_rule__XBasicForLoopExpression__Group__423786); rule__XBasicForLoopExpression__Group__5(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group__4" // $ANTLR start "rule__XBasicForLoopExpression__Group__4__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11707:1: rule__XBasicForLoopExpression__Group__4__Impl : ( ';' ) ; public final void rule__XBasicForLoopExpression__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11711:1: ( ( ';' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11712:1: ( ';' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11712:1: ( ';' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11713:1: ';' { if ( state.backtracking==0 ) { before(grammarAccess.getXBasicForLoopExpressionAccess().getSemicolonKeyword_4()); } match(input,55,FOLLOW_55_in_rule__XBasicForLoopExpression__Group__4__Impl23814); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXBasicForLoopExpressionAccess().getSemicolonKeyword_4()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group__4__Impl" // $ANTLR start "rule__XBasicForLoopExpression__Group__5" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11726:1: rule__XBasicForLoopExpression__Group__5 : rule__XBasicForLoopExpression__Group__5__Impl rule__XBasicForLoopExpression__Group__6 ; public final void rule__XBasicForLoopExpression__Group__5() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11730:1: ( rule__XBasicForLoopExpression__Group__5__Impl rule__XBasicForLoopExpression__Group__6 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11731:2: rule__XBasicForLoopExpression__Group__5__Impl rule__XBasicForLoopExpression__Group__6 { pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group__5__Impl_in_rule__XBasicForLoopExpression__Group__523845); rule__XBasicForLoopExpression__Group__5__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group__6_in_rule__XBasicForLoopExpression__Group__523848); rule__XBasicForLoopExpression__Group__6(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group__5" // $ANTLR start "rule__XBasicForLoopExpression__Group__5__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11738:1: rule__XBasicForLoopExpression__Group__5__Impl : ( ( rule__XBasicForLoopExpression__ExpressionAssignment_5 )? ) ; public final void rule__XBasicForLoopExpression__Group__5__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11742:1: ( ( ( rule__XBasicForLoopExpression__ExpressionAssignment_5 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11743:1: ( ( rule__XBasicForLoopExpression__ExpressionAssignment_5 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11743:1: ( ( rule__XBasicForLoopExpression__ExpressionAssignment_5 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11744:1: ( rule__XBasicForLoopExpression__ExpressionAssignment_5 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXBasicForLoopExpressionAccess().getExpressionAssignment_5()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11745:1: ( rule__XBasicForLoopExpression__ExpressionAssignment_5 )? int alt88=2; int LA88_0 = input.LA(1); if ( ((LA88_0>=RULE_ID && LA88_0<=RULE_STRING)||LA88_0==27||(LA88_0>=34 && LA88_0<=35)||LA88_0==40||(LA88_0>=45 && LA88_0<=50)||LA88_0==52||LA88_0==57||(LA88_0>=62 && LA88_0<=63)||LA88_0==65||LA88_0==67||(LA88_0>=71 && LA88_0<=79)||LA88_0==81||LA88_0==89) ) { alt88=1; } switch (alt88) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11745:2: rule__XBasicForLoopExpression__ExpressionAssignment_5 { pushFollow(FOLLOW_rule__XBasicForLoopExpression__ExpressionAssignment_5_in_rule__XBasicForLoopExpression__Group__5__Impl23875); rule__XBasicForLoopExpression__ExpressionAssignment_5(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXBasicForLoopExpressionAccess().getExpressionAssignment_5()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group__5__Impl" // $ANTLR start "rule__XBasicForLoopExpression__Group__6" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11755:1: rule__XBasicForLoopExpression__Group__6 : rule__XBasicForLoopExpression__Group__6__Impl rule__XBasicForLoopExpression__Group__7 ; public final void rule__XBasicForLoopExpression__Group__6() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11759:1: ( rule__XBasicForLoopExpression__Group__6__Impl rule__XBasicForLoopExpression__Group__7 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11760:2: rule__XBasicForLoopExpression__Group__6__Impl rule__XBasicForLoopExpression__Group__7 { pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group__6__Impl_in_rule__XBasicForLoopExpression__Group__623906); rule__XBasicForLoopExpression__Group__6__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group__7_in_rule__XBasicForLoopExpression__Group__623909); rule__XBasicForLoopExpression__Group__7(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group__6" // $ANTLR start "rule__XBasicForLoopExpression__Group__6__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11767:1: rule__XBasicForLoopExpression__Group__6__Impl : ( ';' ) ; public final void rule__XBasicForLoopExpression__Group__6__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11771:1: ( ( ';' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11772:1: ( ';' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11772:1: ( ';' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11773:1: ';' { if ( state.backtracking==0 ) { before(grammarAccess.getXBasicForLoopExpressionAccess().getSemicolonKeyword_6()); } match(input,55,FOLLOW_55_in_rule__XBasicForLoopExpression__Group__6__Impl23937); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXBasicForLoopExpressionAccess().getSemicolonKeyword_6()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group__6__Impl" // $ANTLR start "rule__XBasicForLoopExpression__Group__7" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11786:1: rule__XBasicForLoopExpression__Group__7 : rule__XBasicForLoopExpression__Group__7__Impl rule__XBasicForLoopExpression__Group__8 ; public final void rule__XBasicForLoopExpression__Group__7() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11790:1: ( rule__XBasicForLoopExpression__Group__7__Impl rule__XBasicForLoopExpression__Group__8 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11791:2: rule__XBasicForLoopExpression__Group__7__Impl rule__XBasicForLoopExpression__Group__8 { pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group__7__Impl_in_rule__XBasicForLoopExpression__Group__723968); rule__XBasicForLoopExpression__Group__7__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group__8_in_rule__XBasicForLoopExpression__Group__723971); rule__XBasicForLoopExpression__Group__8(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group__7" // $ANTLR start "rule__XBasicForLoopExpression__Group__7__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11798:1: rule__XBasicForLoopExpression__Group__7__Impl : ( ( rule__XBasicForLoopExpression__Group_7__0 )? ) ; public final void rule__XBasicForLoopExpression__Group__7__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11802:1: ( ( ( rule__XBasicForLoopExpression__Group_7__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11803:1: ( ( rule__XBasicForLoopExpression__Group_7__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11803:1: ( ( rule__XBasicForLoopExpression__Group_7__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11804:1: ( rule__XBasicForLoopExpression__Group_7__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXBasicForLoopExpressionAccess().getGroup_7()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11805:1: ( rule__XBasicForLoopExpression__Group_7__0 )? int alt89=2; int LA89_0 = input.LA(1); if ( ((LA89_0>=RULE_ID && LA89_0<=RULE_STRING)||LA89_0==27||(LA89_0>=34 && LA89_0<=35)||LA89_0==40||(LA89_0>=45 && LA89_0<=50)||LA89_0==52||LA89_0==57||(LA89_0>=62 && LA89_0<=63)||LA89_0==65||LA89_0==67||(LA89_0>=71 && LA89_0<=79)||LA89_0==81||LA89_0==89) ) { alt89=1; } switch (alt89) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11805:2: rule__XBasicForLoopExpression__Group_7__0 { pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group_7__0_in_rule__XBasicForLoopExpression__Group__7__Impl23998); rule__XBasicForLoopExpression__Group_7__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXBasicForLoopExpressionAccess().getGroup_7()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group__7__Impl" // $ANTLR start "rule__XBasicForLoopExpression__Group__8" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11815:1: rule__XBasicForLoopExpression__Group__8 : rule__XBasicForLoopExpression__Group__8__Impl rule__XBasicForLoopExpression__Group__9 ; public final void rule__XBasicForLoopExpression__Group__8() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11819:1: ( rule__XBasicForLoopExpression__Group__8__Impl rule__XBasicForLoopExpression__Group__9 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11820:2: rule__XBasicForLoopExpression__Group__8__Impl rule__XBasicForLoopExpression__Group__9 { pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group__8__Impl_in_rule__XBasicForLoopExpression__Group__824029); rule__XBasicForLoopExpression__Group__8__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group__9_in_rule__XBasicForLoopExpression__Group__824032); rule__XBasicForLoopExpression__Group__9(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group__8" // $ANTLR start "rule__XBasicForLoopExpression__Group__8__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11827:1: rule__XBasicForLoopExpression__Group__8__Impl : ( ')' ) ; public final void rule__XBasicForLoopExpression__Group__8__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11831:1: ( ( ')' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11832:1: ( ')' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11832:1: ( ')' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11833:1: ')' { if ( state.backtracking==0 ) { before(grammarAccess.getXBasicForLoopExpressionAccess().getRightParenthesisKeyword_8()); } match(input,58,FOLLOW_58_in_rule__XBasicForLoopExpression__Group__8__Impl24060); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXBasicForLoopExpressionAccess().getRightParenthesisKeyword_8()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group__8__Impl" // $ANTLR start "rule__XBasicForLoopExpression__Group__9" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11846:1: rule__XBasicForLoopExpression__Group__9 : rule__XBasicForLoopExpression__Group__9__Impl ; public final void rule__XBasicForLoopExpression__Group__9() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11850:1: ( rule__XBasicForLoopExpression__Group__9__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11851:2: rule__XBasicForLoopExpression__Group__9__Impl { pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group__9__Impl_in_rule__XBasicForLoopExpression__Group__924091); rule__XBasicForLoopExpression__Group__9__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group__9" // $ANTLR start "rule__XBasicForLoopExpression__Group__9__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11857:1: rule__XBasicForLoopExpression__Group__9__Impl : ( ( rule__XBasicForLoopExpression__EachExpressionAssignment_9 ) ) ; public final void rule__XBasicForLoopExpression__Group__9__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11861:1: ( ( ( rule__XBasicForLoopExpression__EachExpressionAssignment_9 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11862:1: ( ( rule__XBasicForLoopExpression__EachExpressionAssignment_9 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11862:1: ( ( rule__XBasicForLoopExpression__EachExpressionAssignment_9 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11863:1: ( rule__XBasicForLoopExpression__EachExpressionAssignment_9 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXBasicForLoopExpressionAccess().getEachExpressionAssignment_9()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11864:1: ( rule__XBasicForLoopExpression__EachExpressionAssignment_9 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11864:2: rule__XBasicForLoopExpression__EachExpressionAssignment_9 { pushFollow(FOLLOW_rule__XBasicForLoopExpression__EachExpressionAssignment_9_in_rule__XBasicForLoopExpression__Group__9__Impl24118); rule__XBasicForLoopExpression__EachExpressionAssignment_9(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXBasicForLoopExpressionAccess().getEachExpressionAssignment_9()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group__9__Impl" // $ANTLR start "rule__XBasicForLoopExpression__Group_3__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11894:1: rule__XBasicForLoopExpression__Group_3__0 : rule__XBasicForLoopExpression__Group_3__0__Impl rule__XBasicForLoopExpression__Group_3__1 ; public final void rule__XBasicForLoopExpression__Group_3__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11898:1: ( rule__XBasicForLoopExpression__Group_3__0__Impl rule__XBasicForLoopExpression__Group_3__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11899:2: rule__XBasicForLoopExpression__Group_3__0__Impl rule__XBasicForLoopExpression__Group_3__1 { pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group_3__0__Impl_in_rule__XBasicForLoopExpression__Group_3__024168); rule__XBasicForLoopExpression__Group_3__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group_3__1_in_rule__XBasicForLoopExpression__Group_3__024171); rule__XBasicForLoopExpression__Group_3__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group_3__0" // $ANTLR start "rule__XBasicForLoopExpression__Group_3__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11906:1: rule__XBasicForLoopExpression__Group_3__0__Impl : ( ( rule__XBasicForLoopExpression__InitExpressionsAssignment_3_0 ) ) ; public final void rule__XBasicForLoopExpression__Group_3__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11910:1: ( ( ( rule__XBasicForLoopExpression__InitExpressionsAssignment_3_0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11911:1: ( ( rule__XBasicForLoopExpression__InitExpressionsAssignment_3_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11911:1: ( ( rule__XBasicForLoopExpression__InitExpressionsAssignment_3_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11912:1: ( rule__XBasicForLoopExpression__InitExpressionsAssignment_3_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsAssignment_3_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11913:1: ( rule__XBasicForLoopExpression__InitExpressionsAssignment_3_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11913:2: rule__XBasicForLoopExpression__InitExpressionsAssignment_3_0 { pushFollow(FOLLOW_rule__XBasicForLoopExpression__InitExpressionsAssignment_3_0_in_rule__XBasicForLoopExpression__Group_3__0__Impl24198); rule__XBasicForLoopExpression__InitExpressionsAssignment_3_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsAssignment_3_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group_3__0__Impl" // $ANTLR start "rule__XBasicForLoopExpression__Group_3__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11923:1: rule__XBasicForLoopExpression__Group_3__1 : rule__XBasicForLoopExpression__Group_3__1__Impl ; public final void rule__XBasicForLoopExpression__Group_3__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11927:1: ( rule__XBasicForLoopExpression__Group_3__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11928:2: rule__XBasicForLoopExpression__Group_3__1__Impl { pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group_3__1__Impl_in_rule__XBasicForLoopExpression__Group_3__124228); rule__XBasicForLoopExpression__Group_3__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group_3__1" // $ANTLR start "rule__XBasicForLoopExpression__Group_3__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11934:1: rule__XBasicForLoopExpression__Group_3__1__Impl : ( ( rule__XBasicForLoopExpression__Group_3_1__0 )* ) ; public final void rule__XBasicForLoopExpression__Group_3__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11938:1: ( ( ( rule__XBasicForLoopExpression__Group_3_1__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11939:1: ( ( rule__XBasicForLoopExpression__Group_3_1__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11939:1: ( ( rule__XBasicForLoopExpression__Group_3_1__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11940:1: ( rule__XBasicForLoopExpression__Group_3_1__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getXBasicForLoopExpressionAccess().getGroup_3_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11941:1: ( rule__XBasicForLoopExpression__Group_3_1__0 )* loop90: do { int alt90=2; int LA90_0 = input.LA(1); if ( (LA90_0==59) ) { alt90=1; } switch (alt90) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11941:2: rule__XBasicForLoopExpression__Group_3_1__0 { pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group_3_1__0_in_rule__XBasicForLoopExpression__Group_3__1__Impl24255); rule__XBasicForLoopExpression__Group_3_1__0(); state._fsp--; if (state.failed) return ; } break; default : break loop90; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXBasicForLoopExpressionAccess().getGroup_3_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group_3__1__Impl" // $ANTLR start "rule__XBasicForLoopExpression__Group_3_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11955:1: rule__XBasicForLoopExpression__Group_3_1__0 : rule__XBasicForLoopExpression__Group_3_1__0__Impl rule__XBasicForLoopExpression__Group_3_1__1 ; public final void rule__XBasicForLoopExpression__Group_3_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11959:1: ( rule__XBasicForLoopExpression__Group_3_1__0__Impl rule__XBasicForLoopExpression__Group_3_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11960:2: rule__XBasicForLoopExpression__Group_3_1__0__Impl rule__XBasicForLoopExpression__Group_3_1__1 { pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group_3_1__0__Impl_in_rule__XBasicForLoopExpression__Group_3_1__024290); rule__XBasicForLoopExpression__Group_3_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group_3_1__1_in_rule__XBasicForLoopExpression__Group_3_1__024293); rule__XBasicForLoopExpression__Group_3_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group_3_1__0" // $ANTLR start "rule__XBasicForLoopExpression__Group_3_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11967:1: rule__XBasicForLoopExpression__Group_3_1__0__Impl : ( ',' ) ; public final void rule__XBasicForLoopExpression__Group_3_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11971:1: ( ( ',' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11972:1: ( ',' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11972:1: ( ',' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11973:1: ',' { if ( state.backtracking==0 ) { before(grammarAccess.getXBasicForLoopExpressionAccess().getCommaKeyword_3_1_0()); } match(input,59,FOLLOW_59_in_rule__XBasicForLoopExpression__Group_3_1__0__Impl24321); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXBasicForLoopExpressionAccess().getCommaKeyword_3_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group_3_1__0__Impl" // $ANTLR start "rule__XBasicForLoopExpression__Group_3_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11986:1: rule__XBasicForLoopExpression__Group_3_1__1 : rule__XBasicForLoopExpression__Group_3_1__1__Impl ; public final void rule__XBasicForLoopExpression__Group_3_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11990:1: ( rule__XBasicForLoopExpression__Group_3_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11991:2: rule__XBasicForLoopExpression__Group_3_1__1__Impl { pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group_3_1__1__Impl_in_rule__XBasicForLoopExpression__Group_3_1__124352); rule__XBasicForLoopExpression__Group_3_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group_3_1__1" // $ANTLR start "rule__XBasicForLoopExpression__Group_3_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:11997:1: rule__XBasicForLoopExpression__Group_3_1__1__Impl : ( ( rule__XBasicForLoopExpression__InitExpressionsAssignment_3_1_1 ) ) ; public final void rule__XBasicForLoopExpression__Group_3_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12001:1: ( ( ( rule__XBasicForLoopExpression__InitExpressionsAssignment_3_1_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12002:1: ( ( rule__XBasicForLoopExpression__InitExpressionsAssignment_3_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12002:1: ( ( rule__XBasicForLoopExpression__InitExpressionsAssignment_3_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12003:1: ( rule__XBasicForLoopExpression__InitExpressionsAssignment_3_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsAssignment_3_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12004:1: ( rule__XBasicForLoopExpression__InitExpressionsAssignment_3_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12004:2: rule__XBasicForLoopExpression__InitExpressionsAssignment_3_1_1 { pushFollow(FOLLOW_rule__XBasicForLoopExpression__InitExpressionsAssignment_3_1_1_in_rule__XBasicForLoopExpression__Group_3_1__1__Impl24379); rule__XBasicForLoopExpression__InitExpressionsAssignment_3_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsAssignment_3_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group_3_1__1__Impl" // $ANTLR start "rule__XBasicForLoopExpression__Group_7__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12018:1: rule__XBasicForLoopExpression__Group_7__0 : rule__XBasicForLoopExpression__Group_7__0__Impl rule__XBasicForLoopExpression__Group_7__1 ; public final void rule__XBasicForLoopExpression__Group_7__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12022:1: ( rule__XBasicForLoopExpression__Group_7__0__Impl rule__XBasicForLoopExpression__Group_7__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12023:2: rule__XBasicForLoopExpression__Group_7__0__Impl rule__XBasicForLoopExpression__Group_7__1 { pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group_7__0__Impl_in_rule__XBasicForLoopExpression__Group_7__024413); rule__XBasicForLoopExpression__Group_7__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group_7__1_in_rule__XBasicForLoopExpression__Group_7__024416); rule__XBasicForLoopExpression__Group_7__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group_7__0" // $ANTLR start "rule__XBasicForLoopExpression__Group_7__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12030:1: rule__XBasicForLoopExpression__Group_7__0__Impl : ( ( rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_0 ) ) ; public final void rule__XBasicForLoopExpression__Group_7__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12034:1: ( ( ( rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12035:1: ( ( rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12035:1: ( ( rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12036:1: ( rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsAssignment_7_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12037:1: ( rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12037:2: rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_0 { pushFollow(FOLLOW_rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_0_in_rule__XBasicForLoopExpression__Group_7__0__Impl24443); rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsAssignment_7_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group_7__0__Impl" // $ANTLR start "rule__XBasicForLoopExpression__Group_7__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12047:1: rule__XBasicForLoopExpression__Group_7__1 : rule__XBasicForLoopExpression__Group_7__1__Impl ; public final void rule__XBasicForLoopExpression__Group_7__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12051:1: ( rule__XBasicForLoopExpression__Group_7__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12052:2: rule__XBasicForLoopExpression__Group_7__1__Impl { pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group_7__1__Impl_in_rule__XBasicForLoopExpression__Group_7__124473); rule__XBasicForLoopExpression__Group_7__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group_7__1" // $ANTLR start "rule__XBasicForLoopExpression__Group_7__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12058:1: rule__XBasicForLoopExpression__Group_7__1__Impl : ( ( rule__XBasicForLoopExpression__Group_7_1__0 )* ) ; public final void rule__XBasicForLoopExpression__Group_7__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12062:1: ( ( ( rule__XBasicForLoopExpression__Group_7_1__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12063:1: ( ( rule__XBasicForLoopExpression__Group_7_1__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12063:1: ( ( rule__XBasicForLoopExpression__Group_7_1__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12064:1: ( rule__XBasicForLoopExpression__Group_7_1__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getXBasicForLoopExpressionAccess().getGroup_7_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12065:1: ( rule__XBasicForLoopExpression__Group_7_1__0 )* loop91: do { int alt91=2; int LA91_0 = input.LA(1); if ( (LA91_0==59) ) { alt91=1; } switch (alt91) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12065:2: rule__XBasicForLoopExpression__Group_7_1__0 { pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group_7_1__0_in_rule__XBasicForLoopExpression__Group_7__1__Impl24500); rule__XBasicForLoopExpression__Group_7_1__0(); state._fsp--; if (state.failed) return ; } break; default : break loop91; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXBasicForLoopExpressionAccess().getGroup_7_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group_7__1__Impl" // $ANTLR start "rule__XBasicForLoopExpression__Group_7_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12079:1: rule__XBasicForLoopExpression__Group_7_1__0 : rule__XBasicForLoopExpression__Group_7_1__0__Impl rule__XBasicForLoopExpression__Group_7_1__1 ; public final void rule__XBasicForLoopExpression__Group_7_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12083:1: ( rule__XBasicForLoopExpression__Group_7_1__0__Impl rule__XBasicForLoopExpression__Group_7_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12084:2: rule__XBasicForLoopExpression__Group_7_1__0__Impl rule__XBasicForLoopExpression__Group_7_1__1 { pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group_7_1__0__Impl_in_rule__XBasicForLoopExpression__Group_7_1__024535); rule__XBasicForLoopExpression__Group_7_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group_7_1__1_in_rule__XBasicForLoopExpression__Group_7_1__024538); rule__XBasicForLoopExpression__Group_7_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group_7_1__0" // $ANTLR start "rule__XBasicForLoopExpression__Group_7_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12091:1: rule__XBasicForLoopExpression__Group_7_1__0__Impl : ( ',' ) ; public final void rule__XBasicForLoopExpression__Group_7_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12095:1: ( ( ',' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12096:1: ( ',' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12096:1: ( ',' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12097:1: ',' { if ( state.backtracking==0 ) { before(grammarAccess.getXBasicForLoopExpressionAccess().getCommaKeyword_7_1_0()); } match(input,59,FOLLOW_59_in_rule__XBasicForLoopExpression__Group_7_1__0__Impl24566); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXBasicForLoopExpressionAccess().getCommaKeyword_7_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group_7_1__0__Impl" // $ANTLR start "rule__XBasicForLoopExpression__Group_7_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12110:1: rule__XBasicForLoopExpression__Group_7_1__1 : rule__XBasicForLoopExpression__Group_7_1__1__Impl ; public final void rule__XBasicForLoopExpression__Group_7_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12114:1: ( rule__XBasicForLoopExpression__Group_7_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12115:2: rule__XBasicForLoopExpression__Group_7_1__1__Impl { pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group_7_1__1__Impl_in_rule__XBasicForLoopExpression__Group_7_1__124597); rule__XBasicForLoopExpression__Group_7_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group_7_1__1" // $ANTLR start "rule__XBasicForLoopExpression__Group_7_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12121:1: rule__XBasicForLoopExpression__Group_7_1__1__Impl : ( ( rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_1_1 ) ) ; public final void rule__XBasicForLoopExpression__Group_7_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12125:1: ( ( ( rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_1_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12126:1: ( ( rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12126:1: ( ( rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12127:1: ( rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsAssignment_7_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12128:1: ( rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12128:2: rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_1_1 { pushFollow(FOLLOW_rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_1_1_in_rule__XBasicForLoopExpression__Group_7_1__1__Impl24624); rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsAssignment_7_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__Group_7_1__1__Impl" // $ANTLR start "rule__XWhileExpression__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12142:1: rule__XWhileExpression__Group__0 : rule__XWhileExpression__Group__0__Impl rule__XWhileExpression__Group__1 ; public final void rule__XWhileExpression__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12146:1: ( rule__XWhileExpression__Group__0__Impl rule__XWhileExpression__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12147:2: rule__XWhileExpression__Group__0__Impl rule__XWhileExpression__Group__1 { pushFollow(FOLLOW_rule__XWhileExpression__Group__0__Impl_in_rule__XWhileExpression__Group__024658); rule__XWhileExpression__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XWhileExpression__Group__1_in_rule__XWhileExpression__Group__024661); rule__XWhileExpression__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XWhileExpression__Group__0" // $ANTLR start "rule__XWhileExpression__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12154:1: rule__XWhileExpression__Group__0__Impl : ( () ) ; public final void rule__XWhileExpression__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12158:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12159:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12159:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12160:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXWhileExpressionAccess().getXWhileExpressionAction_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12161:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12163:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXWhileExpressionAccess().getXWhileExpressionAction_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XWhileExpression__Group__0__Impl" // $ANTLR start "rule__XWhileExpression__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12173:1: rule__XWhileExpression__Group__1 : rule__XWhileExpression__Group__1__Impl rule__XWhileExpression__Group__2 ; public final void rule__XWhileExpression__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12177:1: ( rule__XWhileExpression__Group__1__Impl rule__XWhileExpression__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12178:2: rule__XWhileExpression__Group__1__Impl rule__XWhileExpression__Group__2 { pushFollow(FOLLOW_rule__XWhileExpression__Group__1__Impl_in_rule__XWhileExpression__Group__124719); rule__XWhileExpression__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XWhileExpression__Group__2_in_rule__XWhileExpression__Group__124722); rule__XWhileExpression__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XWhileExpression__Group__1" // $ANTLR start "rule__XWhileExpression__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12185:1: rule__XWhileExpression__Group__1__Impl : ( 'while' ) ; public final void rule__XWhileExpression__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12189:1: ( ( 'while' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12190:1: ( 'while' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12190:1: ( 'while' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12191:1: 'while' { if ( state.backtracking==0 ) { before(grammarAccess.getXWhileExpressionAccess().getWhileKeyword_1()); } match(input,72,FOLLOW_72_in_rule__XWhileExpression__Group__1__Impl24750); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXWhileExpressionAccess().getWhileKeyword_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XWhileExpression__Group__1__Impl" // $ANTLR start "rule__XWhileExpression__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12204:1: rule__XWhileExpression__Group__2 : rule__XWhileExpression__Group__2__Impl rule__XWhileExpression__Group__3 ; public final void rule__XWhileExpression__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12208:1: ( rule__XWhileExpression__Group__2__Impl rule__XWhileExpression__Group__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12209:2: rule__XWhileExpression__Group__2__Impl rule__XWhileExpression__Group__3 { pushFollow(FOLLOW_rule__XWhileExpression__Group__2__Impl_in_rule__XWhileExpression__Group__224781); rule__XWhileExpression__Group__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XWhileExpression__Group__3_in_rule__XWhileExpression__Group__224784); rule__XWhileExpression__Group__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XWhileExpression__Group__2" // $ANTLR start "rule__XWhileExpression__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12216:1: rule__XWhileExpression__Group__2__Impl : ( '(' ) ; public final void rule__XWhileExpression__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12220:1: ( ( '(' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12221:1: ( '(' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12221:1: ( '(' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12222:1: '(' { if ( state.backtracking==0 ) { before(grammarAccess.getXWhileExpressionAccess().getLeftParenthesisKeyword_2()); } match(input,57,FOLLOW_57_in_rule__XWhileExpression__Group__2__Impl24812); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXWhileExpressionAccess().getLeftParenthesisKeyword_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XWhileExpression__Group__2__Impl" // $ANTLR start "rule__XWhileExpression__Group__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12235:1: rule__XWhileExpression__Group__3 : rule__XWhileExpression__Group__3__Impl rule__XWhileExpression__Group__4 ; public final void rule__XWhileExpression__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12239:1: ( rule__XWhileExpression__Group__3__Impl rule__XWhileExpression__Group__4 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12240:2: rule__XWhileExpression__Group__3__Impl rule__XWhileExpression__Group__4 { pushFollow(FOLLOW_rule__XWhileExpression__Group__3__Impl_in_rule__XWhileExpression__Group__324843); rule__XWhileExpression__Group__3__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XWhileExpression__Group__4_in_rule__XWhileExpression__Group__324846); rule__XWhileExpression__Group__4(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XWhileExpression__Group__3" // $ANTLR start "rule__XWhileExpression__Group__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12247:1: rule__XWhileExpression__Group__3__Impl : ( ( rule__XWhileExpression__PredicateAssignment_3 ) ) ; public final void rule__XWhileExpression__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12251:1: ( ( ( rule__XWhileExpression__PredicateAssignment_3 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12252:1: ( ( rule__XWhileExpression__PredicateAssignment_3 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12252:1: ( ( rule__XWhileExpression__PredicateAssignment_3 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12253:1: ( rule__XWhileExpression__PredicateAssignment_3 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXWhileExpressionAccess().getPredicateAssignment_3()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12254:1: ( rule__XWhileExpression__PredicateAssignment_3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12254:2: rule__XWhileExpression__PredicateAssignment_3 { pushFollow(FOLLOW_rule__XWhileExpression__PredicateAssignment_3_in_rule__XWhileExpression__Group__3__Impl24873); rule__XWhileExpression__PredicateAssignment_3(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXWhileExpressionAccess().getPredicateAssignment_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XWhileExpression__Group__3__Impl" // $ANTLR start "rule__XWhileExpression__Group__4" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12264:1: rule__XWhileExpression__Group__4 : rule__XWhileExpression__Group__4__Impl rule__XWhileExpression__Group__5 ; public final void rule__XWhileExpression__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12268:1: ( rule__XWhileExpression__Group__4__Impl rule__XWhileExpression__Group__5 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12269:2: rule__XWhileExpression__Group__4__Impl rule__XWhileExpression__Group__5 { pushFollow(FOLLOW_rule__XWhileExpression__Group__4__Impl_in_rule__XWhileExpression__Group__424903); rule__XWhileExpression__Group__4__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XWhileExpression__Group__5_in_rule__XWhileExpression__Group__424906); rule__XWhileExpression__Group__5(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XWhileExpression__Group__4" // $ANTLR start "rule__XWhileExpression__Group__4__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12276:1: rule__XWhileExpression__Group__4__Impl : ( ')' ) ; public final void rule__XWhileExpression__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12280:1: ( ( ')' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12281:1: ( ')' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12281:1: ( ')' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12282:1: ')' { if ( state.backtracking==0 ) { before(grammarAccess.getXWhileExpressionAccess().getRightParenthesisKeyword_4()); } match(input,58,FOLLOW_58_in_rule__XWhileExpression__Group__4__Impl24934); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXWhileExpressionAccess().getRightParenthesisKeyword_4()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XWhileExpression__Group__4__Impl" // $ANTLR start "rule__XWhileExpression__Group__5" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12295:1: rule__XWhileExpression__Group__5 : rule__XWhileExpression__Group__5__Impl ; public final void rule__XWhileExpression__Group__5() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12299:1: ( rule__XWhileExpression__Group__5__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12300:2: rule__XWhileExpression__Group__5__Impl { pushFollow(FOLLOW_rule__XWhileExpression__Group__5__Impl_in_rule__XWhileExpression__Group__524965); rule__XWhileExpression__Group__5__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XWhileExpression__Group__5" // $ANTLR start "rule__XWhileExpression__Group__5__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12306:1: rule__XWhileExpression__Group__5__Impl : ( ( rule__XWhileExpression__BodyAssignment_5 ) ) ; public final void rule__XWhileExpression__Group__5__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12310:1: ( ( ( rule__XWhileExpression__BodyAssignment_5 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12311:1: ( ( rule__XWhileExpression__BodyAssignment_5 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12311:1: ( ( rule__XWhileExpression__BodyAssignment_5 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12312:1: ( rule__XWhileExpression__BodyAssignment_5 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXWhileExpressionAccess().getBodyAssignment_5()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12313:1: ( rule__XWhileExpression__BodyAssignment_5 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12313:2: rule__XWhileExpression__BodyAssignment_5 { pushFollow(FOLLOW_rule__XWhileExpression__BodyAssignment_5_in_rule__XWhileExpression__Group__5__Impl24992); rule__XWhileExpression__BodyAssignment_5(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXWhileExpressionAccess().getBodyAssignment_5()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XWhileExpression__Group__5__Impl" // $ANTLR start "rule__XDoWhileExpression__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12335:1: rule__XDoWhileExpression__Group__0 : rule__XDoWhileExpression__Group__0__Impl rule__XDoWhileExpression__Group__1 ; public final void rule__XDoWhileExpression__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12339:1: ( rule__XDoWhileExpression__Group__0__Impl rule__XDoWhileExpression__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12340:2: rule__XDoWhileExpression__Group__0__Impl rule__XDoWhileExpression__Group__1 { pushFollow(FOLLOW_rule__XDoWhileExpression__Group__0__Impl_in_rule__XDoWhileExpression__Group__025034); rule__XDoWhileExpression__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XDoWhileExpression__Group__1_in_rule__XDoWhileExpression__Group__025037); rule__XDoWhileExpression__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XDoWhileExpression__Group__0" // $ANTLR start "rule__XDoWhileExpression__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12347:1: rule__XDoWhileExpression__Group__0__Impl : ( () ) ; public final void rule__XDoWhileExpression__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12351:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12352:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12352:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12353:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXDoWhileExpressionAccess().getXDoWhileExpressionAction_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12354:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12356:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXDoWhileExpressionAccess().getXDoWhileExpressionAction_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XDoWhileExpression__Group__0__Impl" // $ANTLR start "rule__XDoWhileExpression__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12366:1: rule__XDoWhileExpression__Group__1 : rule__XDoWhileExpression__Group__1__Impl rule__XDoWhileExpression__Group__2 ; public final void rule__XDoWhileExpression__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12370:1: ( rule__XDoWhileExpression__Group__1__Impl rule__XDoWhileExpression__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12371:2: rule__XDoWhileExpression__Group__1__Impl rule__XDoWhileExpression__Group__2 { pushFollow(FOLLOW_rule__XDoWhileExpression__Group__1__Impl_in_rule__XDoWhileExpression__Group__125095); rule__XDoWhileExpression__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XDoWhileExpression__Group__2_in_rule__XDoWhileExpression__Group__125098); rule__XDoWhileExpression__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XDoWhileExpression__Group__1" // $ANTLR start "rule__XDoWhileExpression__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12378:1: rule__XDoWhileExpression__Group__1__Impl : ( 'do' ) ; public final void rule__XDoWhileExpression__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12382:1: ( ( 'do' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12383:1: ( 'do' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12383:1: ( 'do' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12384:1: 'do' { if ( state.backtracking==0 ) { before(grammarAccess.getXDoWhileExpressionAccess().getDoKeyword_1()); } match(input,73,FOLLOW_73_in_rule__XDoWhileExpression__Group__1__Impl25126); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXDoWhileExpressionAccess().getDoKeyword_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XDoWhileExpression__Group__1__Impl" // $ANTLR start "rule__XDoWhileExpression__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12397:1: rule__XDoWhileExpression__Group__2 : rule__XDoWhileExpression__Group__2__Impl rule__XDoWhileExpression__Group__3 ; public final void rule__XDoWhileExpression__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12401:1: ( rule__XDoWhileExpression__Group__2__Impl rule__XDoWhileExpression__Group__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12402:2: rule__XDoWhileExpression__Group__2__Impl rule__XDoWhileExpression__Group__3 { pushFollow(FOLLOW_rule__XDoWhileExpression__Group__2__Impl_in_rule__XDoWhileExpression__Group__225157); rule__XDoWhileExpression__Group__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XDoWhileExpression__Group__3_in_rule__XDoWhileExpression__Group__225160); rule__XDoWhileExpression__Group__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XDoWhileExpression__Group__2" // $ANTLR start "rule__XDoWhileExpression__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12409:1: rule__XDoWhileExpression__Group__2__Impl : ( ( rule__XDoWhileExpression__BodyAssignment_2 ) ) ; public final void rule__XDoWhileExpression__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12413:1: ( ( ( rule__XDoWhileExpression__BodyAssignment_2 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12414:1: ( ( rule__XDoWhileExpression__BodyAssignment_2 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12414:1: ( ( rule__XDoWhileExpression__BodyAssignment_2 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12415:1: ( rule__XDoWhileExpression__BodyAssignment_2 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXDoWhileExpressionAccess().getBodyAssignment_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12416:1: ( rule__XDoWhileExpression__BodyAssignment_2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12416:2: rule__XDoWhileExpression__BodyAssignment_2 { pushFollow(FOLLOW_rule__XDoWhileExpression__BodyAssignment_2_in_rule__XDoWhileExpression__Group__2__Impl25187); rule__XDoWhileExpression__BodyAssignment_2(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXDoWhileExpressionAccess().getBodyAssignment_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XDoWhileExpression__Group__2__Impl" // $ANTLR start "rule__XDoWhileExpression__Group__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12426:1: rule__XDoWhileExpression__Group__3 : rule__XDoWhileExpression__Group__3__Impl rule__XDoWhileExpression__Group__4 ; public final void rule__XDoWhileExpression__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12430:1: ( rule__XDoWhileExpression__Group__3__Impl rule__XDoWhileExpression__Group__4 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12431:2: rule__XDoWhileExpression__Group__3__Impl rule__XDoWhileExpression__Group__4 { pushFollow(FOLLOW_rule__XDoWhileExpression__Group__3__Impl_in_rule__XDoWhileExpression__Group__325217); rule__XDoWhileExpression__Group__3__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XDoWhileExpression__Group__4_in_rule__XDoWhileExpression__Group__325220); rule__XDoWhileExpression__Group__4(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XDoWhileExpression__Group__3" // $ANTLR start "rule__XDoWhileExpression__Group__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12438:1: rule__XDoWhileExpression__Group__3__Impl : ( 'while' ) ; public final void rule__XDoWhileExpression__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12442:1: ( ( 'while' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12443:1: ( 'while' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12443:1: ( 'while' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12444:1: 'while' { if ( state.backtracking==0 ) { before(grammarAccess.getXDoWhileExpressionAccess().getWhileKeyword_3()); } match(input,72,FOLLOW_72_in_rule__XDoWhileExpression__Group__3__Impl25248); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXDoWhileExpressionAccess().getWhileKeyword_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XDoWhileExpression__Group__3__Impl" // $ANTLR start "rule__XDoWhileExpression__Group__4" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12457:1: rule__XDoWhileExpression__Group__4 : rule__XDoWhileExpression__Group__4__Impl rule__XDoWhileExpression__Group__5 ; public final void rule__XDoWhileExpression__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12461:1: ( rule__XDoWhileExpression__Group__4__Impl rule__XDoWhileExpression__Group__5 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12462:2: rule__XDoWhileExpression__Group__4__Impl rule__XDoWhileExpression__Group__5 { pushFollow(FOLLOW_rule__XDoWhileExpression__Group__4__Impl_in_rule__XDoWhileExpression__Group__425279); rule__XDoWhileExpression__Group__4__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XDoWhileExpression__Group__5_in_rule__XDoWhileExpression__Group__425282); rule__XDoWhileExpression__Group__5(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XDoWhileExpression__Group__4" // $ANTLR start "rule__XDoWhileExpression__Group__4__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12469:1: rule__XDoWhileExpression__Group__4__Impl : ( '(' ) ; public final void rule__XDoWhileExpression__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12473:1: ( ( '(' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12474:1: ( '(' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12474:1: ( '(' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12475:1: '(' { if ( state.backtracking==0 ) { before(grammarAccess.getXDoWhileExpressionAccess().getLeftParenthesisKeyword_4()); } match(input,57,FOLLOW_57_in_rule__XDoWhileExpression__Group__4__Impl25310); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXDoWhileExpressionAccess().getLeftParenthesisKeyword_4()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XDoWhileExpression__Group__4__Impl" // $ANTLR start "rule__XDoWhileExpression__Group__5" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12488:1: rule__XDoWhileExpression__Group__5 : rule__XDoWhileExpression__Group__5__Impl rule__XDoWhileExpression__Group__6 ; public final void rule__XDoWhileExpression__Group__5() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12492:1: ( rule__XDoWhileExpression__Group__5__Impl rule__XDoWhileExpression__Group__6 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12493:2: rule__XDoWhileExpression__Group__5__Impl rule__XDoWhileExpression__Group__6 { pushFollow(FOLLOW_rule__XDoWhileExpression__Group__5__Impl_in_rule__XDoWhileExpression__Group__525341); rule__XDoWhileExpression__Group__5__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XDoWhileExpression__Group__6_in_rule__XDoWhileExpression__Group__525344); rule__XDoWhileExpression__Group__6(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XDoWhileExpression__Group__5" // $ANTLR start "rule__XDoWhileExpression__Group__5__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12500:1: rule__XDoWhileExpression__Group__5__Impl : ( ( rule__XDoWhileExpression__PredicateAssignment_5 ) ) ; public final void rule__XDoWhileExpression__Group__5__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12504:1: ( ( ( rule__XDoWhileExpression__PredicateAssignment_5 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12505:1: ( ( rule__XDoWhileExpression__PredicateAssignment_5 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12505:1: ( ( rule__XDoWhileExpression__PredicateAssignment_5 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12506:1: ( rule__XDoWhileExpression__PredicateAssignment_5 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXDoWhileExpressionAccess().getPredicateAssignment_5()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12507:1: ( rule__XDoWhileExpression__PredicateAssignment_5 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12507:2: rule__XDoWhileExpression__PredicateAssignment_5 { pushFollow(FOLLOW_rule__XDoWhileExpression__PredicateAssignment_5_in_rule__XDoWhileExpression__Group__5__Impl25371); rule__XDoWhileExpression__PredicateAssignment_5(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXDoWhileExpressionAccess().getPredicateAssignment_5()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XDoWhileExpression__Group__5__Impl" // $ANTLR start "rule__XDoWhileExpression__Group__6" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12517:1: rule__XDoWhileExpression__Group__6 : rule__XDoWhileExpression__Group__6__Impl ; public final void rule__XDoWhileExpression__Group__6() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12521:1: ( rule__XDoWhileExpression__Group__6__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12522:2: rule__XDoWhileExpression__Group__6__Impl { pushFollow(FOLLOW_rule__XDoWhileExpression__Group__6__Impl_in_rule__XDoWhileExpression__Group__625401); rule__XDoWhileExpression__Group__6__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XDoWhileExpression__Group__6" // $ANTLR start "rule__XDoWhileExpression__Group__6__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12528:1: rule__XDoWhileExpression__Group__6__Impl : ( ')' ) ; public final void rule__XDoWhileExpression__Group__6__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12532:1: ( ( ')' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12533:1: ( ')' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12533:1: ( ')' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12534:1: ')' { if ( state.backtracking==0 ) { before(grammarAccess.getXDoWhileExpressionAccess().getRightParenthesisKeyword_6()); } match(input,58,FOLLOW_58_in_rule__XDoWhileExpression__Group__6__Impl25429); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXDoWhileExpressionAccess().getRightParenthesisKeyword_6()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XDoWhileExpression__Group__6__Impl" // $ANTLR start "rule__XBlockExpression__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12561:1: rule__XBlockExpression__Group__0 : rule__XBlockExpression__Group__0__Impl rule__XBlockExpression__Group__1 ; public final void rule__XBlockExpression__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12565:1: ( rule__XBlockExpression__Group__0__Impl rule__XBlockExpression__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12566:2: rule__XBlockExpression__Group__0__Impl rule__XBlockExpression__Group__1 { pushFollow(FOLLOW_rule__XBlockExpression__Group__0__Impl_in_rule__XBlockExpression__Group__025474); rule__XBlockExpression__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XBlockExpression__Group__1_in_rule__XBlockExpression__Group__025477); rule__XBlockExpression__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBlockExpression__Group__0" // $ANTLR start "rule__XBlockExpression__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12573:1: rule__XBlockExpression__Group__0__Impl : ( () ) ; public final void rule__XBlockExpression__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12577:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12578:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12578:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12579:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXBlockExpressionAccess().getXBlockExpressionAction_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12580:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12582:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXBlockExpressionAccess().getXBlockExpressionAction_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBlockExpression__Group__0__Impl" // $ANTLR start "rule__XBlockExpression__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12592:1: rule__XBlockExpression__Group__1 : rule__XBlockExpression__Group__1__Impl rule__XBlockExpression__Group__2 ; public final void rule__XBlockExpression__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12596:1: ( rule__XBlockExpression__Group__1__Impl rule__XBlockExpression__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12597:2: rule__XBlockExpression__Group__1__Impl rule__XBlockExpression__Group__2 { pushFollow(FOLLOW_rule__XBlockExpression__Group__1__Impl_in_rule__XBlockExpression__Group__125535); rule__XBlockExpression__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XBlockExpression__Group__2_in_rule__XBlockExpression__Group__125538); rule__XBlockExpression__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBlockExpression__Group__1" // $ANTLR start "rule__XBlockExpression__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12604:1: rule__XBlockExpression__Group__1__Impl : ( '{' ) ; public final void rule__XBlockExpression__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12608:1: ( ( '{' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12609:1: ( '{' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12609:1: ( '{' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12610:1: '{' { if ( state.backtracking==0 ) { before(grammarAccess.getXBlockExpressionAccess().getLeftCurlyBracketKeyword_1()); } match(input,52,FOLLOW_52_in_rule__XBlockExpression__Group__1__Impl25566); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXBlockExpressionAccess().getLeftCurlyBracketKeyword_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBlockExpression__Group__1__Impl" // $ANTLR start "rule__XBlockExpression__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12623:1: rule__XBlockExpression__Group__2 : rule__XBlockExpression__Group__2__Impl rule__XBlockExpression__Group__3 ; public final void rule__XBlockExpression__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12627:1: ( rule__XBlockExpression__Group__2__Impl rule__XBlockExpression__Group__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12628:2: rule__XBlockExpression__Group__2__Impl rule__XBlockExpression__Group__3 { pushFollow(FOLLOW_rule__XBlockExpression__Group__2__Impl_in_rule__XBlockExpression__Group__225597); rule__XBlockExpression__Group__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XBlockExpression__Group__3_in_rule__XBlockExpression__Group__225600); rule__XBlockExpression__Group__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBlockExpression__Group__2" // $ANTLR start "rule__XBlockExpression__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12635:1: rule__XBlockExpression__Group__2__Impl : ( ( rule__XBlockExpression__Group_2__0 )* ) ; public final void rule__XBlockExpression__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12639:1: ( ( ( rule__XBlockExpression__Group_2__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12640:1: ( ( rule__XBlockExpression__Group_2__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12640:1: ( ( rule__XBlockExpression__Group_2__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12641:1: ( rule__XBlockExpression__Group_2__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getXBlockExpressionAccess().getGroup_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12642:1: ( rule__XBlockExpression__Group_2__0 )* loop92: do { int alt92=2; int LA92_0 = input.LA(1); if ( ((LA92_0>=RULE_ID && LA92_0<=RULE_STRING)||LA92_0==27||(LA92_0>=34 && LA92_0<=35)||LA92_0==40||(LA92_0>=44 && LA92_0<=50)||LA92_0==52||LA92_0==57||(LA92_0>=62 && LA92_0<=63)||LA92_0==65||LA92_0==67||(LA92_0>=71 && LA92_0<=79)||LA92_0==81||(LA92_0>=88 && LA92_0<=89)) ) { alt92=1; } switch (alt92) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12642:2: rule__XBlockExpression__Group_2__0 { pushFollow(FOLLOW_rule__XBlockExpression__Group_2__0_in_rule__XBlockExpression__Group__2__Impl25627); rule__XBlockExpression__Group_2__0(); state._fsp--; if (state.failed) return ; } break; default : break loop92; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXBlockExpressionAccess().getGroup_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBlockExpression__Group__2__Impl" // $ANTLR start "rule__XBlockExpression__Group__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12652:1: rule__XBlockExpression__Group__3 : rule__XBlockExpression__Group__3__Impl ; public final void rule__XBlockExpression__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12656:1: ( rule__XBlockExpression__Group__3__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12657:2: rule__XBlockExpression__Group__3__Impl { pushFollow(FOLLOW_rule__XBlockExpression__Group__3__Impl_in_rule__XBlockExpression__Group__325658); rule__XBlockExpression__Group__3__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBlockExpression__Group__3" // $ANTLR start "rule__XBlockExpression__Group__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12663:1: rule__XBlockExpression__Group__3__Impl : ( '}' ) ; public final void rule__XBlockExpression__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12667:1: ( ( '}' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12668:1: ( '}' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12668:1: ( '}' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12669:1: '}' { if ( state.backtracking==0 ) { before(grammarAccess.getXBlockExpressionAccess().getRightCurlyBracketKeyword_3()); } match(input,53,FOLLOW_53_in_rule__XBlockExpression__Group__3__Impl25686); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXBlockExpressionAccess().getRightCurlyBracketKeyword_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBlockExpression__Group__3__Impl" // $ANTLR start "rule__XBlockExpression__Group_2__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12690:1: rule__XBlockExpression__Group_2__0 : rule__XBlockExpression__Group_2__0__Impl rule__XBlockExpression__Group_2__1 ; public final void rule__XBlockExpression__Group_2__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12694:1: ( rule__XBlockExpression__Group_2__0__Impl rule__XBlockExpression__Group_2__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12695:2: rule__XBlockExpression__Group_2__0__Impl rule__XBlockExpression__Group_2__1 { pushFollow(FOLLOW_rule__XBlockExpression__Group_2__0__Impl_in_rule__XBlockExpression__Group_2__025725); rule__XBlockExpression__Group_2__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XBlockExpression__Group_2__1_in_rule__XBlockExpression__Group_2__025728); rule__XBlockExpression__Group_2__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBlockExpression__Group_2__0" // $ANTLR start "rule__XBlockExpression__Group_2__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12702:1: rule__XBlockExpression__Group_2__0__Impl : ( ( rule__XBlockExpression__ExpressionsAssignment_2_0 ) ) ; public final void rule__XBlockExpression__Group_2__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12706:1: ( ( ( rule__XBlockExpression__ExpressionsAssignment_2_0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12707:1: ( ( rule__XBlockExpression__ExpressionsAssignment_2_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12707:1: ( ( rule__XBlockExpression__ExpressionsAssignment_2_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12708:1: ( rule__XBlockExpression__ExpressionsAssignment_2_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXBlockExpressionAccess().getExpressionsAssignment_2_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12709:1: ( rule__XBlockExpression__ExpressionsAssignment_2_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12709:2: rule__XBlockExpression__ExpressionsAssignment_2_0 { pushFollow(FOLLOW_rule__XBlockExpression__ExpressionsAssignment_2_0_in_rule__XBlockExpression__Group_2__0__Impl25755); rule__XBlockExpression__ExpressionsAssignment_2_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXBlockExpressionAccess().getExpressionsAssignment_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBlockExpression__Group_2__0__Impl" // $ANTLR start "rule__XBlockExpression__Group_2__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12719:1: rule__XBlockExpression__Group_2__1 : rule__XBlockExpression__Group_2__1__Impl ; public final void rule__XBlockExpression__Group_2__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12723:1: ( rule__XBlockExpression__Group_2__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12724:2: rule__XBlockExpression__Group_2__1__Impl { pushFollow(FOLLOW_rule__XBlockExpression__Group_2__1__Impl_in_rule__XBlockExpression__Group_2__125785); rule__XBlockExpression__Group_2__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBlockExpression__Group_2__1" // $ANTLR start "rule__XBlockExpression__Group_2__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12730:1: rule__XBlockExpression__Group_2__1__Impl : ( ( ';' )? ) ; public final void rule__XBlockExpression__Group_2__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12734:1: ( ( ( ';' )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12735:1: ( ( ';' )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12735:1: ( ( ';' )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12736:1: ( ';' )? { if ( state.backtracking==0 ) { before(grammarAccess.getXBlockExpressionAccess().getSemicolonKeyword_2_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12737:1: ( ';' )? int alt93=2; int LA93_0 = input.LA(1); if ( (LA93_0==55) ) { alt93=1; } switch (alt93) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12738:2: ';' { match(input,55,FOLLOW_55_in_rule__XBlockExpression__Group_2__1__Impl25814); if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXBlockExpressionAccess().getSemicolonKeyword_2_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBlockExpression__Group_2__1__Impl" // $ANTLR start "rule__XVariableDeclaration__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12753:1: rule__XVariableDeclaration__Group__0 : rule__XVariableDeclaration__Group__0__Impl rule__XVariableDeclaration__Group__1 ; public final void rule__XVariableDeclaration__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12757:1: ( rule__XVariableDeclaration__Group__0__Impl rule__XVariableDeclaration__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12758:2: rule__XVariableDeclaration__Group__0__Impl rule__XVariableDeclaration__Group__1 { pushFollow(FOLLOW_rule__XVariableDeclaration__Group__0__Impl_in_rule__XVariableDeclaration__Group__025851); rule__XVariableDeclaration__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XVariableDeclaration__Group__1_in_rule__XVariableDeclaration__Group__025854); rule__XVariableDeclaration__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XVariableDeclaration__Group__0" // $ANTLR start "rule__XVariableDeclaration__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12765:1: rule__XVariableDeclaration__Group__0__Impl : ( () ) ; public final void rule__XVariableDeclaration__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12769:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12770:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12770:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12771:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXVariableDeclarationAccess().getXVariableDeclarationAction_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12772:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12774:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXVariableDeclarationAccess().getXVariableDeclarationAction_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XVariableDeclaration__Group__0__Impl" // $ANTLR start "rule__XVariableDeclaration__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12784:1: rule__XVariableDeclaration__Group__1 : rule__XVariableDeclaration__Group__1__Impl rule__XVariableDeclaration__Group__2 ; public final void rule__XVariableDeclaration__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12788:1: ( rule__XVariableDeclaration__Group__1__Impl rule__XVariableDeclaration__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12789:2: rule__XVariableDeclaration__Group__1__Impl rule__XVariableDeclaration__Group__2 { pushFollow(FOLLOW_rule__XVariableDeclaration__Group__1__Impl_in_rule__XVariableDeclaration__Group__125912); rule__XVariableDeclaration__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XVariableDeclaration__Group__2_in_rule__XVariableDeclaration__Group__125915); rule__XVariableDeclaration__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XVariableDeclaration__Group__1" // $ANTLR start "rule__XVariableDeclaration__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12796:1: rule__XVariableDeclaration__Group__1__Impl : ( ( rule__XVariableDeclaration__Alternatives_1 ) ) ; public final void rule__XVariableDeclaration__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12800:1: ( ( ( rule__XVariableDeclaration__Alternatives_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12801:1: ( ( rule__XVariableDeclaration__Alternatives_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12801:1: ( ( rule__XVariableDeclaration__Alternatives_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12802:1: ( rule__XVariableDeclaration__Alternatives_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXVariableDeclarationAccess().getAlternatives_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12803:1: ( rule__XVariableDeclaration__Alternatives_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12803:2: rule__XVariableDeclaration__Alternatives_1 { pushFollow(FOLLOW_rule__XVariableDeclaration__Alternatives_1_in_rule__XVariableDeclaration__Group__1__Impl25942); rule__XVariableDeclaration__Alternatives_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXVariableDeclarationAccess().getAlternatives_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XVariableDeclaration__Group__1__Impl" // $ANTLR start "rule__XVariableDeclaration__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12813:1: rule__XVariableDeclaration__Group__2 : rule__XVariableDeclaration__Group__2__Impl rule__XVariableDeclaration__Group__3 ; public final void rule__XVariableDeclaration__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12817:1: ( rule__XVariableDeclaration__Group__2__Impl rule__XVariableDeclaration__Group__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12818:2: rule__XVariableDeclaration__Group__2__Impl rule__XVariableDeclaration__Group__3 { pushFollow(FOLLOW_rule__XVariableDeclaration__Group__2__Impl_in_rule__XVariableDeclaration__Group__225972); rule__XVariableDeclaration__Group__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XVariableDeclaration__Group__3_in_rule__XVariableDeclaration__Group__225975); rule__XVariableDeclaration__Group__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XVariableDeclaration__Group__2" // $ANTLR start "rule__XVariableDeclaration__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12825:1: rule__XVariableDeclaration__Group__2__Impl : ( ( rule__XVariableDeclaration__Alternatives_2 ) ) ; public final void rule__XVariableDeclaration__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12829:1: ( ( ( rule__XVariableDeclaration__Alternatives_2 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12830:1: ( ( rule__XVariableDeclaration__Alternatives_2 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12830:1: ( ( rule__XVariableDeclaration__Alternatives_2 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12831:1: ( rule__XVariableDeclaration__Alternatives_2 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXVariableDeclarationAccess().getAlternatives_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12832:1: ( rule__XVariableDeclaration__Alternatives_2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12832:2: rule__XVariableDeclaration__Alternatives_2 { pushFollow(FOLLOW_rule__XVariableDeclaration__Alternatives_2_in_rule__XVariableDeclaration__Group__2__Impl26002); rule__XVariableDeclaration__Alternatives_2(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXVariableDeclarationAccess().getAlternatives_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XVariableDeclaration__Group__2__Impl" // $ANTLR start "rule__XVariableDeclaration__Group__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12842:1: rule__XVariableDeclaration__Group__3 : rule__XVariableDeclaration__Group__3__Impl ; public final void rule__XVariableDeclaration__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12846:1: ( rule__XVariableDeclaration__Group__3__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12847:2: rule__XVariableDeclaration__Group__3__Impl { pushFollow(FOLLOW_rule__XVariableDeclaration__Group__3__Impl_in_rule__XVariableDeclaration__Group__326032); rule__XVariableDeclaration__Group__3__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XVariableDeclaration__Group__3" // $ANTLR start "rule__XVariableDeclaration__Group__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12853:1: rule__XVariableDeclaration__Group__3__Impl : ( ( rule__XVariableDeclaration__Group_3__0 )? ) ; public final void rule__XVariableDeclaration__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12857:1: ( ( ( rule__XVariableDeclaration__Group_3__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12858:1: ( ( rule__XVariableDeclaration__Group_3__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12858:1: ( ( rule__XVariableDeclaration__Group_3__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12859:1: ( rule__XVariableDeclaration__Group_3__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXVariableDeclarationAccess().getGroup_3()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12860:1: ( rule__XVariableDeclaration__Group_3__0 )? int alt94=2; int LA94_0 = input.LA(1); if ( (LA94_0==13) ) { alt94=1; } switch (alt94) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12860:2: rule__XVariableDeclaration__Group_3__0 { pushFollow(FOLLOW_rule__XVariableDeclaration__Group_3__0_in_rule__XVariableDeclaration__Group__3__Impl26059); rule__XVariableDeclaration__Group_3__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXVariableDeclarationAccess().getGroup_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XVariableDeclaration__Group__3__Impl" // $ANTLR start "rule__XVariableDeclaration__Group_2_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12878:1: rule__XVariableDeclaration__Group_2_0__0 : rule__XVariableDeclaration__Group_2_0__0__Impl ; public final void rule__XVariableDeclaration__Group_2_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12882:1: ( rule__XVariableDeclaration__Group_2_0__0__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12883:2: rule__XVariableDeclaration__Group_2_0__0__Impl { pushFollow(FOLLOW_rule__XVariableDeclaration__Group_2_0__0__Impl_in_rule__XVariableDeclaration__Group_2_0__026098); rule__XVariableDeclaration__Group_2_0__0__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XVariableDeclaration__Group_2_0__0" // $ANTLR start "rule__XVariableDeclaration__Group_2_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12889:1: rule__XVariableDeclaration__Group_2_0__0__Impl : ( ( rule__XVariableDeclaration__Group_2_0_0__0 ) ) ; public final void rule__XVariableDeclaration__Group_2_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12893:1: ( ( ( rule__XVariableDeclaration__Group_2_0_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12894:1: ( ( rule__XVariableDeclaration__Group_2_0_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12894:1: ( ( rule__XVariableDeclaration__Group_2_0_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12895:1: ( rule__XVariableDeclaration__Group_2_0_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXVariableDeclarationAccess().getGroup_2_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12896:1: ( rule__XVariableDeclaration__Group_2_0_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12896:2: rule__XVariableDeclaration__Group_2_0_0__0 { pushFollow(FOLLOW_rule__XVariableDeclaration__Group_2_0_0__0_in_rule__XVariableDeclaration__Group_2_0__0__Impl26125); rule__XVariableDeclaration__Group_2_0_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXVariableDeclarationAccess().getGroup_2_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XVariableDeclaration__Group_2_0__0__Impl" // $ANTLR start "rule__XVariableDeclaration__Group_2_0_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12908:1: rule__XVariableDeclaration__Group_2_0_0__0 : rule__XVariableDeclaration__Group_2_0_0__0__Impl rule__XVariableDeclaration__Group_2_0_0__1 ; public final void rule__XVariableDeclaration__Group_2_0_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12912:1: ( rule__XVariableDeclaration__Group_2_0_0__0__Impl rule__XVariableDeclaration__Group_2_0_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12913:2: rule__XVariableDeclaration__Group_2_0_0__0__Impl rule__XVariableDeclaration__Group_2_0_0__1 { pushFollow(FOLLOW_rule__XVariableDeclaration__Group_2_0_0__0__Impl_in_rule__XVariableDeclaration__Group_2_0_0__026157); rule__XVariableDeclaration__Group_2_0_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XVariableDeclaration__Group_2_0_0__1_in_rule__XVariableDeclaration__Group_2_0_0__026160); rule__XVariableDeclaration__Group_2_0_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XVariableDeclaration__Group_2_0_0__0" // $ANTLR start "rule__XVariableDeclaration__Group_2_0_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12920:1: rule__XVariableDeclaration__Group_2_0_0__0__Impl : ( ( rule__XVariableDeclaration__TypeAssignment_2_0_0_0 ) ) ; public final void rule__XVariableDeclaration__Group_2_0_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12924:1: ( ( ( rule__XVariableDeclaration__TypeAssignment_2_0_0_0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12925:1: ( ( rule__XVariableDeclaration__TypeAssignment_2_0_0_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12925:1: ( ( rule__XVariableDeclaration__TypeAssignment_2_0_0_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12926:1: ( rule__XVariableDeclaration__TypeAssignment_2_0_0_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXVariableDeclarationAccess().getTypeAssignment_2_0_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12927:1: ( rule__XVariableDeclaration__TypeAssignment_2_0_0_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12927:2: rule__XVariableDeclaration__TypeAssignment_2_0_0_0 { pushFollow(FOLLOW_rule__XVariableDeclaration__TypeAssignment_2_0_0_0_in_rule__XVariableDeclaration__Group_2_0_0__0__Impl26187); rule__XVariableDeclaration__TypeAssignment_2_0_0_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXVariableDeclarationAccess().getTypeAssignment_2_0_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XVariableDeclaration__Group_2_0_0__0__Impl" // $ANTLR start "rule__XVariableDeclaration__Group_2_0_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12937:1: rule__XVariableDeclaration__Group_2_0_0__1 : rule__XVariableDeclaration__Group_2_0_0__1__Impl ; public final void rule__XVariableDeclaration__Group_2_0_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12941:1: ( rule__XVariableDeclaration__Group_2_0_0__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12942:2: rule__XVariableDeclaration__Group_2_0_0__1__Impl { pushFollow(FOLLOW_rule__XVariableDeclaration__Group_2_0_0__1__Impl_in_rule__XVariableDeclaration__Group_2_0_0__126217); rule__XVariableDeclaration__Group_2_0_0__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XVariableDeclaration__Group_2_0_0__1" // $ANTLR start "rule__XVariableDeclaration__Group_2_0_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12948:1: rule__XVariableDeclaration__Group_2_0_0__1__Impl : ( ( rule__XVariableDeclaration__NameAssignment_2_0_0_1 ) ) ; public final void rule__XVariableDeclaration__Group_2_0_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12952:1: ( ( ( rule__XVariableDeclaration__NameAssignment_2_0_0_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12953:1: ( ( rule__XVariableDeclaration__NameAssignment_2_0_0_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12953:1: ( ( rule__XVariableDeclaration__NameAssignment_2_0_0_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12954:1: ( rule__XVariableDeclaration__NameAssignment_2_0_0_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXVariableDeclarationAccess().getNameAssignment_2_0_0_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12955:1: ( rule__XVariableDeclaration__NameAssignment_2_0_0_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12955:2: rule__XVariableDeclaration__NameAssignment_2_0_0_1 { pushFollow(FOLLOW_rule__XVariableDeclaration__NameAssignment_2_0_0_1_in_rule__XVariableDeclaration__Group_2_0_0__1__Impl26244); rule__XVariableDeclaration__NameAssignment_2_0_0_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXVariableDeclarationAccess().getNameAssignment_2_0_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XVariableDeclaration__Group_2_0_0__1__Impl" // $ANTLR start "rule__XVariableDeclaration__Group_3__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12969:1: rule__XVariableDeclaration__Group_3__0 : rule__XVariableDeclaration__Group_3__0__Impl rule__XVariableDeclaration__Group_3__1 ; public final void rule__XVariableDeclaration__Group_3__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12973:1: ( rule__XVariableDeclaration__Group_3__0__Impl rule__XVariableDeclaration__Group_3__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12974:2: rule__XVariableDeclaration__Group_3__0__Impl rule__XVariableDeclaration__Group_3__1 { pushFollow(FOLLOW_rule__XVariableDeclaration__Group_3__0__Impl_in_rule__XVariableDeclaration__Group_3__026278); rule__XVariableDeclaration__Group_3__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XVariableDeclaration__Group_3__1_in_rule__XVariableDeclaration__Group_3__026281); rule__XVariableDeclaration__Group_3__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XVariableDeclaration__Group_3__0" // $ANTLR start "rule__XVariableDeclaration__Group_3__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12981:1: rule__XVariableDeclaration__Group_3__0__Impl : ( '=' ) ; public final void rule__XVariableDeclaration__Group_3__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12985:1: ( ( '=' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12986:1: ( '=' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12986:1: ( '=' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:12987:1: '=' { if ( state.backtracking==0 ) { before(grammarAccess.getXVariableDeclarationAccess().getEqualsSignKeyword_3_0()); } match(input,13,FOLLOW_13_in_rule__XVariableDeclaration__Group_3__0__Impl26309); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXVariableDeclarationAccess().getEqualsSignKeyword_3_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XVariableDeclaration__Group_3__0__Impl" // $ANTLR start "rule__XVariableDeclaration__Group_3__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13000:1: rule__XVariableDeclaration__Group_3__1 : rule__XVariableDeclaration__Group_3__1__Impl ; public final void rule__XVariableDeclaration__Group_3__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13004:1: ( rule__XVariableDeclaration__Group_3__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13005:2: rule__XVariableDeclaration__Group_3__1__Impl { pushFollow(FOLLOW_rule__XVariableDeclaration__Group_3__1__Impl_in_rule__XVariableDeclaration__Group_3__126340); rule__XVariableDeclaration__Group_3__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XVariableDeclaration__Group_3__1" // $ANTLR start "rule__XVariableDeclaration__Group_3__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13011:1: rule__XVariableDeclaration__Group_3__1__Impl : ( ( rule__XVariableDeclaration__RightAssignment_3_1 ) ) ; public final void rule__XVariableDeclaration__Group_3__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13015:1: ( ( ( rule__XVariableDeclaration__RightAssignment_3_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13016:1: ( ( rule__XVariableDeclaration__RightAssignment_3_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13016:1: ( ( rule__XVariableDeclaration__RightAssignment_3_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13017:1: ( rule__XVariableDeclaration__RightAssignment_3_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXVariableDeclarationAccess().getRightAssignment_3_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13018:1: ( rule__XVariableDeclaration__RightAssignment_3_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13018:2: rule__XVariableDeclaration__RightAssignment_3_1 { pushFollow(FOLLOW_rule__XVariableDeclaration__RightAssignment_3_1_in_rule__XVariableDeclaration__Group_3__1__Impl26367); rule__XVariableDeclaration__RightAssignment_3_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXVariableDeclarationAccess().getRightAssignment_3_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XVariableDeclaration__Group_3__1__Impl" // $ANTLR start "rule__JvmFormalParameter__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13032:1: rule__JvmFormalParameter__Group__0 : rule__JvmFormalParameter__Group__0__Impl rule__JvmFormalParameter__Group__1 ; public final void rule__JvmFormalParameter__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13036:1: ( rule__JvmFormalParameter__Group__0__Impl rule__JvmFormalParameter__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13037:2: rule__JvmFormalParameter__Group__0__Impl rule__JvmFormalParameter__Group__1 { pushFollow(FOLLOW_rule__JvmFormalParameter__Group__0__Impl_in_rule__JvmFormalParameter__Group__026401); rule__JvmFormalParameter__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__JvmFormalParameter__Group__1_in_rule__JvmFormalParameter__Group__026404); rule__JvmFormalParameter__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmFormalParameter__Group__0" // $ANTLR start "rule__JvmFormalParameter__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13044:1: rule__JvmFormalParameter__Group__0__Impl : ( ( rule__JvmFormalParameter__ParameterTypeAssignment_0 )? ) ; public final void rule__JvmFormalParameter__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13048:1: ( ( ( rule__JvmFormalParameter__ParameterTypeAssignment_0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13049:1: ( ( rule__JvmFormalParameter__ParameterTypeAssignment_0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13049:1: ( ( rule__JvmFormalParameter__ParameterTypeAssignment_0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13050:1: ( rule__JvmFormalParameter__ParameterTypeAssignment_0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getJvmFormalParameterAccess().getParameterTypeAssignment_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13051:1: ( rule__JvmFormalParameter__ParameterTypeAssignment_0 )? int alt95=2; int LA95_0 = input.LA(1); if ( (LA95_0==RULE_ID) ) { int LA95_1 = input.LA(2); if ( (LA95_1==RULE_ID||LA95_1==27||LA95_1==43||LA95_1==63) ) { alt95=1; } } else if ( (LA95_0==31||LA95_0==57) ) { alt95=1; } switch (alt95) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13051:2: rule__JvmFormalParameter__ParameterTypeAssignment_0 { pushFollow(FOLLOW_rule__JvmFormalParameter__ParameterTypeAssignment_0_in_rule__JvmFormalParameter__Group__0__Impl26431); rule__JvmFormalParameter__ParameterTypeAssignment_0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmFormalParameterAccess().getParameterTypeAssignment_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmFormalParameter__Group__0__Impl" // $ANTLR start "rule__JvmFormalParameter__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13061:1: rule__JvmFormalParameter__Group__1 : rule__JvmFormalParameter__Group__1__Impl ; public final void rule__JvmFormalParameter__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13065:1: ( rule__JvmFormalParameter__Group__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13066:2: rule__JvmFormalParameter__Group__1__Impl { pushFollow(FOLLOW_rule__JvmFormalParameter__Group__1__Impl_in_rule__JvmFormalParameter__Group__126462); rule__JvmFormalParameter__Group__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmFormalParameter__Group__1" // $ANTLR start "rule__JvmFormalParameter__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13072:1: rule__JvmFormalParameter__Group__1__Impl : ( ( rule__JvmFormalParameter__NameAssignment_1 ) ) ; public final void rule__JvmFormalParameter__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13076:1: ( ( ( rule__JvmFormalParameter__NameAssignment_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13077:1: ( ( rule__JvmFormalParameter__NameAssignment_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13077:1: ( ( rule__JvmFormalParameter__NameAssignment_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13078:1: ( rule__JvmFormalParameter__NameAssignment_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmFormalParameterAccess().getNameAssignment_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13079:1: ( rule__JvmFormalParameter__NameAssignment_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13079:2: rule__JvmFormalParameter__NameAssignment_1 { pushFollow(FOLLOW_rule__JvmFormalParameter__NameAssignment_1_in_rule__JvmFormalParameter__Group__1__Impl26489); rule__JvmFormalParameter__NameAssignment_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmFormalParameterAccess().getNameAssignment_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmFormalParameter__Group__1__Impl" // $ANTLR start "rule__FullJvmFormalParameter__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13093:1: rule__FullJvmFormalParameter__Group__0 : rule__FullJvmFormalParameter__Group__0__Impl rule__FullJvmFormalParameter__Group__1 ; public final void rule__FullJvmFormalParameter__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13097:1: ( rule__FullJvmFormalParameter__Group__0__Impl rule__FullJvmFormalParameter__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13098:2: rule__FullJvmFormalParameter__Group__0__Impl rule__FullJvmFormalParameter__Group__1 { pushFollow(FOLLOW_rule__FullJvmFormalParameter__Group__0__Impl_in_rule__FullJvmFormalParameter__Group__026523); rule__FullJvmFormalParameter__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__FullJvmFormalParameter__Group__1_in_rule__FullJvmFormalParameter__Group__026526); rule__FullJvmFormalParameter__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__FullJvmFormalParameter__Group__0" // $ANTLR start "rule__FullJvmFormalParameter__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13105:1: rule__FullJvmFormalParameter__Group__0__Impl : ( ( rule__FullJvmFormalParameter__ParameterTypeAssignment_0 ) ) ; public final void rule__FullJvmFormalParameter__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13109:1: ( ( ( rule__FullJvmFormalParameter__ParameterTypeAssignment_0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13110:1: ( ( rule__FullJvmFormalParameter__ParameterTypeAssignment_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13110:1: ( ( rule__FullJvmFormalParameter__ParameterTypeAssignment_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13111:1: ( rule__FullJvmFormalParameter__ParameterTypeAssignment_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getFullJvmFormalParameterAccess().getParameterTypeAssignment_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13112:1: ( rule__FullJvmFormalParameter__ParameterTypeAssignment_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13112:2: rule__FullJvmFormalParameter__ParameterTypeAssignment_0 { pushFollow(FOLLOW_rule__FullJvmFormalParameter__ParameterTypeAssignment_0_in_rule__FullJvmFormalParameter__Group__0__Impl26553); rule__FullJvmFormalParameter__ParameterTypeAssignment_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getFullJvmFormalParameterAccess().getParameterTypeAssignment_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__FullJvmFormalParameter__Group__0__Impl" // $ANTLR start "rule__FullJvmFormalParameter__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13122:1: rule__FullJvmFormalParameter__Group__1 : rule__FullJvmFormalParameter__Group__1__Impl ; public final void rule__FullJvmFormalParameter__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13126:1: ( rule__FullJvmFormalParameter__Group__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13127:2: rule__FullJvmFormalParameter__Group__1__Impl { pushFollow(FOLLOW_rule__FullJvmFormalParameter__Group__1__Impl_in_rule__FullJvmFormalParameter__Group__126583); rule__FullJvmFormalParameter__Group__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__FullJvmFormalParameter__Group__1" // $ANTLR start "rule__FullJvmFormalParameter__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13133:1: rule__FullJvmFormalParameter__Group__1__Impl : ( ( rule__FullJvmFormalParameter__NameAssignment_1 ) ) ; public final void rule__FullJvmFormalParameter__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13137:1: ( ( ( rule__FullJvmFormalParameter__NameAssignment_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13138:1: ( ( rule__FullJvmFormalParameter__NameAssignment_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13138:1: ( ( rule__FullJvmFormalParameter__NameAssignment_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13139:1: ( rule__FullJvmFormalParameter__NameAssignment_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getFullJvmFormalParameterAccess().getNameAssignment_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13140:1: ( rule__FullJvmFormalParameter__NameAssignment_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13140:2: rule__FullJvmFormalParameter__NameAssignment_1 { pushFollow(FOLLOW_rule__FullJvmFormalParameter__NameAssignment_1_in_rule__FullJvmFormalParameter__Group__1__Impl26610); rule__FullJvmFormalParameter__NameAssignment_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getFullJvmFormalParameterAccess().getNameAssignment_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__FullJvmFormalParameter__Group__1__Impl" // $ANTLR start "rule__XFeatureCall__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13154:1: rule__XFeatureCall__Group__0 : rule__XFeatureCall__Group__0__Impl rule__XFeatureCall__Group__1 ; public final void rule__XFeatureCall__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13158:1: ( rule__XFeatureCall__Group__0__Impl rule__XFeatureCall__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13159:2: rule__XFeatureCall__Group__0__Impl rule__XFeatureCall__Group__1 { pushFollow(FOLLOW_rule__XFeatureCall__Group__0__Impl_in_rule__XFeatureCall__Group__026644); rule__XFeatureCall__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XFeatureCall__Group__1_in_rule__XFeatureCall__Group__026647); rule__XFeatureCall__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group__0" // $ANTLR start "rule__XFeatureCall__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13166:1: rule__XFeatureCall__Group__0__Impl : ( () ) ; public final void rule__XFeatureCall__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13170:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13171:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13171:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13172:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getXFeatureCallAction_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13173:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13175:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getXFeatureCallAction_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group__0__Impl" // $ANTLR start "rule__XFeatureCall__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13185:1: rule__XFeatureCall__Group__1 : rule__XFeatureCall__Group__1__Impl rule__XFeatureCall__Group__2 ; public final void rule__XFeatureCall__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13189:1: ( rule__XFeatureCall__Group__1__Impl rule__XFeatureCall__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13190:2: rule__XFeatureCall__Group__1__Impl rule__XFeatureCall__Group__2 { pushFollow(FOLLOW_rule__XFeatureCall__Group__1__Impl_in_rule__XFeatureCall__Group__126705); rule__XFeatureCall__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XFeatureCall__Group__2_in_rule__XFeatureCall__Group__126708); rule__XFeatureCall__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group__1" // $ANTLR start "rule__XFeatureCall__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13197:1: rule__XFeatureCall__Group__1__Impl : ( ( rule__XFeatureCall__Group_1__0 )? ) ; public final void rule__XFeatureCall__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13201:1: ( ( ( rule__XFeatureCall__Group_1__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13202:1: ( ( rule__XFeatureCall__Group_1__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13202:1: ( ( rule__XFeatureCall__Group_1__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13203:1: ( rule__XFeatureCall__Group_1__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getGroup_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13204:1: ( rule__XFeatureCall__Group_1__0 )? int alt96=2; int LA96_0 = input.LA(1); if ( (LA96_0==27) ) { alt96=1; } switch (alt96) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13204:2: rule__XFeatureCall__Group_1__0 { pushFollow(FOLLOW_rule__XFeatureCall__Group_1__0_in_rule__XFeatureCall__Group__1__Impl26735); rule__XFeatureCall__Group_1__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getGroup_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group__1__Impl" // $ANTLR start "rule__XFeatureCall__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13214:1: rule__XFeatureCall__Group__2 : rule__XFeatureCall__Group__2__Impl rule__XFeatureCall__Group__3 ; public final void rule__XFeatureCall__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13218:1: ( rule__XFeatureCall__Group__2__Impl rule__XFeatureCall__Group__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13219:2: rule__XFeatureCall__Group__2__Impl rule__XFeatureCall__Group__3 { pushFollow(FOLLOW_rule__XFeatureCall__Group__2__Impl_in_rule__XFeatureCall__Group__226766); rule__XFeatureCall__Group__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XFeatureCall__Group__3_in_rule__XFeatureCall__Group__226769); rule__XFeatureCall__Group__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group__2" // $ANTLR start "rule__XFeatureCall__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13226:1: rule__XFeatureCall__Group__2__Impl : ( ( rule__XFeatureCall__FeatureAssignment_2 ) ) ; public final void rule__XFeatureCall__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13230:1: ( ( ( rule__XFeatureCall__FeatureAssignment_2 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13231:1: ( ( rule__XFeatureCall__FeatureAssignment_2 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13231:1: ( ( rule__XFeatureCall__FeatureAssignment_2 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13232:1: ( rule__XFeatureCall__FeatureAssignment_2 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getFeatureAssignment_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13233:1: ( rule__XFeatureCall__FeatureAssignment_2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13233:2: rule__XFeatureCall__FeatureAssignment_2 { pushFollow(FOLLOW_rule__XFeatureCall__FeatureAssignment_2_in_rule__XFeatureCall__Group__2__Impl26796); rule__XFeatureCall__FeatureAssignment_2(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getFeatureAssignment_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group__2__Impl" // $ANTLR start "rule__XFeatureCall__Group__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13243:1: rule__XFeatureCall__Group__3 : rule__XFeatureCall__Group__3__Impl rule__XFeatureCall__Group__4 ; public final void rule__XFeatureCall__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13247:1: ( rule__XFeatureCall__Group__3__Impl rule__XFeatureCall__Group__4 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13248:2: rule__XFeatureCall__Group__3__Impl rule__XFeatureCall__Group__4 { pushFollow(FOLLOW_rule__XFeatureCall__Group__3__Impl_in_rule__XFeatureCall__Group__326826); rule__XFeatureCall__Group__3__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XFeatureCall__Group__4_in_rule__XFeatureCall__Group__326829); rule__XFeatureCall__Group__4(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group__3" // $ANTLR start "rule__XFeatureCall__Group__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13255:1: rule__XFeatureCall__Group__3__Impl : ( ( rule__XFeatureCall__Group_3__0 )? ) ; public final void rule__XFeatureCall__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13259:1: ( ( ( rule__XFeatureCall__Group_3__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13260:1: ( ( rule__XFeatureCall__Group_3__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13260:1: ( ( rule__XFeatureCall__Group_3__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13261:1: ( rule__XFeatureCall__Group_3__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getGroup_3()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13262:1: ( rule__XFeatureCall__Group_3__0 )? int alt97=2; alt97 = dfa97.predict(input); switch (alt97) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13262:2: rule__XFeatureCall__Group_3__0 { pushFollow(FOLLOW_rule__XFeatureCall__Group_3__0_in_rule__XFeatureCall__Group__3__Impl26856); rule__XFeatureCall__Group_3__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getGroup_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group__3__Impl" // $ANTLR start "rule__XFeatureCall__Group__4" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13272:1: rule__XFeatureCall__Group__4 : rule__XFeatureCall__Group__4__Impl ; public final void rule__XFeatureCall__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13276:1: ( rule__XFeatureCall__Group__4__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13277:2: rule__XFeatureCall__Group__4__Impl { pushFollow(FOLLOW_rule__XFeatureCall__Group__4__Impl_in_rule__XFeatureCall__Group__426887); rule__XFeatureCall__Group__4__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group__4" // $ANTLR start "rule__XFeatureCall__Group__4__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13283:1: rule__XFeatureCall__Group__4__Impl : ( ( rule__XFeatureCall__FeatureCallArgumentsAssignment_4 )? ) ; public final void rule__XFeatureCall__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13287:1: ( ( ( rule__XFeatureCall__FeatureCallArgumentsAssignment_4 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13288:1: ( ( rule__XFeatureCall__FeatureCallArgumentsAssignment_4 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13288:1: ( ( rule__XFeatureCall__FeatureCallArgumentsAssignment_4 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13289:1: ( rule__XFeatureCall__FeatureCallArgumentsAssignment_4 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsAssignment_4()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13290:1: ( rule__XFeatureCall__FeatureCallArgumentsAssignment_4 )? int alt98=2; alt98 = dfa98.predict(input); switch (alt98) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13290:2: rule__XFeatureCall__FeatureCallArgumentsAssignment_4 { pushFollow(FOLLOW_rule__XFeatureCall__FeatureCallArgumentsAssignment_4_in_rule__XFeatureCall__Group__4__Impl26914); rule__XFeatureCall__FeatureCallArgumentsAssignment_4(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsAssignment_4()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group__4__Impl" // $ANTLR start "rule__XFeatureCall__Group_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13310:1: rule__XFeatureCall__Group_1__0 : rule__XFeatureCall__Group_1__0__Impl rule__XFeatureCall__Group_1__1 ; public final void rule__XFeatureCall__Group_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13314:1: ( rule__XFeatureCall__Group_1__0__Impl rule__XFeatureCall__Group_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13315:2: rule__XFeatureCall__Group_1__0__Impl rule__XFeatureCall__Group_1__1 { pushFollow(FOLLOW_rule__XFeatureCall__Group_1__0__Impl_in_rule__XFeatureCall__Group_1__026955); rule__XFeatureCall__Group_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XFeatureCall__Group_1__1_in_rule__XFeatureCall__Group_1__026958); rule__XFeatureCall__Group_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group_1__0" // $ANTLR start "rule__XFeatureCall__Group_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13322:1: rule__XFeatureCall__Group_1__0__Impl : ( '<' ) ; public final void rule__XFeatureCall__Group_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13326:1: ( ( '<' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13327:1: ( '<' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13327:1: ( '<' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13328:1: '<' { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getLessThanSignKeyword_1_0()); } match(input,27,FOLLOW_27_in_rule__XFeatureCall__Group_1__0__Impl26986); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getLessThanSignKeyword_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group_1__0__Impl" // $ANTLR start "rule__XFeatureCall__Group_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13341:1: rule__XFeatureCall__Group_1__1 : rule__XFeatureCall__Group_1__1__Impl rule__XFeatureCall__Group_1__2 ; public final void rule__XFeatureCall__Group_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13345:1: ( rule__XFeatureCall__Group_1__1__Impl rule__XFeatureCall__Group_1__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13346:2: rule__XFeatureCall__Group_1__1__Impl rule__XFeatureCall__Group_1__2 { pushFollow(FOLLOW_rule__XFeatureCall__Group_1__1__Impl_in_rule__XFeatureCall__Group_1__127017); rule__XFeatureCall__Group_1__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XFeatureCall__Group_1__2_in_rule__XFeatureCall__Group_1__127020); rule__XFeatureCall__Group_1__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group_1__1" // $ANTLR start "rule__XFeatureCall__Group_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13353:1: rule__XFeatureCall__Group_1__1__Impl : ( ( rule__XFeatureCall__TypeArgumentsAssignment_1_1 ) ) ; public final void rule__XFeatureCall__Group_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13357:1: ( ( ( rule__XFeatureCall__TypeArgumentsAssignment_1_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13358:1: ( ( rule__XFeatureCall__TypeArgumentsAssignment_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13358:1: ( ( rule__XFeatureCall__TypeArgumentsAssignment_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13359:1: ( rule__XFeatureCall__TypeArgumentsAssignment_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getTypeArgumentsAssignment_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13360:1: ( rule__XFeatureCall__TypeArgumentsAssignment_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13360:2: rule__XFeatureCall__TypeArgumentsAssignment_1_1 { pushFollow(FOLLOW_rule__XFeatureCall__TypeArgumentsAssignment_1_1_in_rule__XFeatureCall__Group_1__1__Impl27047); rule__XFeatureCall__TypeArgumentsAssignment_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getTypeArgumentsAssignment_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group_1__1__Impl" // $ANTLR start "rule__XFeatureCall__Group_1__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13370:1: rule__XFeatureCall__Group_1__2 : rule__XFeatureCall__Group_1__2__Impl rule__XFeatureCall__Group_1__3 ; public final void rule__XFeatureCall__Group_1__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13374:1: ( rule__XFeatureCall__Group_1__2__Impl rule__XFeatureCall__Group_1__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13375:2: rule__XFeatureCall__Group_1__2__Impl rule__XFeatureCall__Group_1__3 { pushFollow(FOLLOW_rule__XFeatureCall__Group_1__2__Impl_in_rule__XFeatureCall__Group_1__227077); rule__XFeatureCall__Group_1__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XFeatureCall__Group_1__3_in_rule__XFeatureCall__Group_1__227080); rule__XFeatureCall__Group_1__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group_1__2" // $ANTLR start "rule__XFeatureCall__Group_1__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13382:1: rule__XFeatureCall__Group_1__2__Impl : ( ( rule__XFeatureCall__Group_1_2__0 )* ) ; public final void rule__XFeatureCall__Group_1__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13386:1: ( ( ( rule__XFeatureCall__Group_1_2__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13387:1: ( ( rule__XFeatureCall__Group_1_2__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13387:1: ( ( rule__XFeatureCall__Group_1_2__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13388:1: ( rule__XFeatureCall__Group_1_2__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getGroup_1_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13389:1: ( rule__XFeatureCall__Group_1_2__0 )* loop99: do { int alt99=2; int LA99_0 = input.LA(1); if ( (LA99_0==59) ) { alt99=1; } switch (alt99) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13389:2: rule__XFeatureCall__Group_1_2__0 { pushFollow(FOLLOW_rule__XFeatureCall__Group_1_2__0_in_rule__XFeatureCall__Group_1__2__Impl27107); rule__XFeatureCall__Group_1_2__0(); state._fsp--; if (state.failed) return ; } break; default : break loop99; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getGroup_1_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group_1__2__Impl" // $ANTLR start "rule__XFeatureCall__Group_1__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13399:1: rule__XFeatureCall__Group_1__3 : rule__XFeatureCall__Group_1__3__Impl ; public final void rule__XFeatureCall__Group_1__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13403:1: ( rule__XFeatureCall__Group_1__3__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13404:2: rule__XFeatureCall__Group_1__3__Impl { pushFollow(FOLLOW_rule__XFeatureCall__Group_1__3__Impl_in_rule__XFeatureCall__Group_1__327138); rule__XFeatureCall__Group_1__3__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group_1__3" // $ANTLR start "rule__XFeatureCall__Group_1__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13410:1: rule__XFeatureCall__Group_1__3__Impl : ( '>' ) ; public final void rule__XFeatureCall__Group_1__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13414:1: ( ( '>' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13415:1: ( '>' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13415:1: ( '>' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13416:1: '>' { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getGreaterThanSignKeyword_1_3()); } match(input,26,FOLLOW_26_in_rule__XFeatureCall__Group_1__3__Impl27166); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getGreaterThanSignKeyword_1_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group_1__3__Impl" // $ANTLR start "rule__XFeatureCall__Group_1_2__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13437:1: rule__XFeatureCall__Group_1_2__0 : rule__XFeatureCall__Group_1_2__0__Impl rule__XFeatureCall__Group_1_2__1 ; public final void rule__XFeatureCall__Group_1_2__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13441:1: ( rule__XFeatureCall__Group_1_2__0__Impl rule__XFeatureCall__Group_1_2__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13442:2: rule__XFeatureCall__Group_1_2__0__Impl rule__XFeatureCall__Group_1_2__1 { pushFollow(FOLLOW_rule__XFeatureCall__Group_1_2__0__Impl_in_rule__XFeatureCall__Group_1_2__027205); rule__XFeatureCall__Group_1_2__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XFeatureCall__Group_1_2__1_in_rule__XFeatureCall__Group_1_2__027208); rule__XFeatureCall__Group_1_2__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group_1_2__0" // $ANTLR start "rule__XFeatureCall__Group_1_2__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13449:1: rule__XFeatureCall__Group_1_2__0__Impl : ( ',' ) ; public final void rule__XFeatureCall__Group_1_2__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13453:1: ( ( ',' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13454:1: ( ',' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13454:1: ( ',' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13455:1: ',' { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getCommaKeyword_1_2_0()); } match(input,59,FOLLOW_59_in_rule__XFeatureCall__Group_1_2__0__Impl27236); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getCommaKeyword_1_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group_1_2__0__Impl" // $ANTLR start "rule__XFeatureCall__Group_1_2__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13468:1: rule__XFeatureCall__Group_1_2__1 : rule__XFeatureCall__Group_1_2__1__Impl ; public final void rule__XFeatureCall__Group_1_2__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13472:1: ( rule__XFeatureCall__Group_1_2__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13473:2: rule__XFeatureCall__Group_1_2__1__Impl { pushFollow(FOLLOW_rule__XFeatureCall__Group_1_2__1__Impl_in_rule__XFeatureCall__Group_1_2__127267); rule__XFeatureCall__Group_1_2__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group_1_2__1" // $ANTLR start "rule__XFeatureCall__Group_1_2__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13479:1: rule__XFeatureCall__Group_1_2__1__Impl : ( ( rule__XFeatureCall__TypeArgumentsAssignment_1_2_1 ) ) ; public final void rule__XFeatureCall__Group_1_2__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13483:1: ( ( ( rule__XFeatureCall__TypeArgumentsAssignment_1_2_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13484:1: ( ( rule__XFeatureCall__TypeArgumentsAssignment_1_2_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13484:1: ( ( rule__XFeatureCall__TypeArgumentsAssignment_1_2_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13485:1: ( rule__XFeatureCall__TypeArgumentsAssignment_1_2_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getTypeArgumentsAssignment_1_2_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13486:1: ( rule__XFeatureCall__TypeArgumentsAssignment_1_2_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13486:2: rule__XFeatureCall__TypeArgumentsAssignment_1_2_1 { pushFollow(FOLLOW_rule__XFeatureCall__TypeArgumentsAssignment_1_2_1_in_rule__XFeatureCall__Group_1_2__1__Impl27294); rule__XFeatureCall__TypeArgumentsAssignment_1_2_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getTypeArgumentsAssignment_1_2_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group_1_2__1__Impl" // $ANTLR start "rule__XFeatureCall__Group_3__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13500:1: rule__XFeatureCall__Group_3__0 : rule__XFeatureCall__Group_3__0__Impl rule__XFeatureCall__Group_3__1 ; public final void rule__XFeatureCall__Group_3__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13504:1: ( rule__XFeatureCall__Group_3__0__Impl rule__XFeatureCall__Group_3__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13505:2: rule__XFeatureCall__Group_3__0__Impl rule__XFeatureCall__Group_3__1 { pushFollow(FOLLOW_rule__XFeatureCall__Group_3__0__Impl_in_rule__XFeatureCall__Group_3__027328); rule__XFeatureCall__Group_3__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XFeatureCall__Group_3__1_in_rule__XFeatureCall__Group_3__027331); rule__XFeatureCall__Group_3__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group_3__0" // $ANTLR start "rule__XFeatureCall__Group_3__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13512:1: rule__XFeatureCall__Group_3__0__Impl : ( ( rule__XFeatureCall__ExplicitOperationCallAssignment_3_0 ) ) ; public final void rule__XFeatureCall__Group_3__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13516:1: ( ( ( rule__XFeatureCall__ExplicitOperationCallAssignment_3_0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13517:1: ( ( rule__XFeatureCall__ExplicitOperationCallAssignment_3_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13517:1: ( ( rule__XFeatureCall__ExplicitOperationCallAssignment_3_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13518:1: ( rule__XFeatureCall__ExplicitOperationCallAssignment_3_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getExplicitOperationCallAssignment_3_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13519:1: ( rule__XFeatureCall__ExplicitOperationCallAssignment_3_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13519:2: rule__XFeatureCall__ExplicitOperationCallAssignment_3_0 { pushFollow(FOLLOW_rule__XFeatureCall__ExplicitOperationCallAssignment_3_0_in_rule__XFeatureCall__Group_3__0__Impl27358); rule__XFeatureCall__ExplicitOperationCallAssignment_3_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getExplicitOperationCallAssignment_3_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group_3__0__Impl" // $ANTLR start "rule__XFeatureCall__Group_3__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13529:1: rule__XFeatureCall__Group_3__1 : rule__XFeatureCall__Group_3__1__Impl rule__XFeatureCall__Group_3__2 ; public final void rule__XFeatureCall__Group_3__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13533:1: ( rule__XFeatureCall__Group_3__1__Impl rule__XFeatureCall__Group_3__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13534:2: rule__XFeatureCall__Group_3__1__Impl rule__XFeatureCall__Group_3__2 { pushFollow(FOLLOW_rule__XFeatureCall__Group_3__1__Impl_in_rule__XFeatureCall__Group_3__127388); rule__XFeatureCall__Group_3__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XFeatureCall__Group_3__2_in_rule__XFeatureCall__Group_3__127391); rule__XFeatureCall__Group_3__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group_3__1" // $ANTLR start "rule__XFeatureCall__Group_3__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13541:1: rule__XFeatureCall__Group_3__1__Impl : ( ( rule__XFeatureCall__Alternatives_3_1 )? ) ; public final void rule__XFeatureCall__Group_3__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13545:1: ( ( ( rule__XFeatureCall__Alternatives_3_1 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13546:1: ( ( rule__XFeatureCall__Alternatives_3_1 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13546:1: ( ( rule__XFeatureCall__Alternatives_3_1 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13547:1: ( rule__XFeatureCall__Alternatives_3_1 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getAlternatives_3_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13548:1: ( rule__XFeatureCall__Alternatives_3_1 )? int alt100=2; int LA100_0 = input.LA(1); if ( ((LA100_0>=RULE_ID && LA100_0<=RULE_STRING)||LA100_0==27||LA100_0==31||(LA100_0>=34 && LA100_0<=35)||LA100_0==40||(LA100_0>=45 && LA100_0<=50)||LA100_0==52||LA100_0==57||(LA100_0>=62 && LA100_0<=63)||LA100_0==65||LA100_0==67||(LA100_0>=71 && LA100_0<=79)||LA100_0==81||LA100_0==87||LA100_0==89) ) { alt100=1; } switch (alt100) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13548:2: rule__XFeatureCall__Alternatives_3_1 { pushFollow(FOLLOW_rule__XFeatureCall__Alternatives_3_1_in_rule__XFeatureCall__Group_3__1__Impl27418); rule__XFeatureCall__Alternatives_3_1(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getAlternatives_3_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group_3__1__Impl" // $ANTLR start "rule__XFeatureCall__Group_3__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13558:1: rule__XFeatureCall__Group_3__2 : rule__XFeatureCall__Group_3__2__Impl ; public final void rule__XFeatureCall__Group_3__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13562:1: ( rule__XFeatureCall__Group_3__2__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13563:2: rule__XFeatureCall__Group_3__2__Impl { pushFollow(FOLLOW_rule__XFeatureCall__Group_3__2__Impl_in_rule__XFeatureCall__Group_3__227449); rule__XFeatureCall__Group_3__2__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group_3__2" // $ANTLR start "rule__XFeatureCall__Group_3__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13569:1: rule__XFeatureCall__Group_3__2__Impl : ( ')' ) ; public final void rule__XFeatureCall__Group_3__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13573:1: ( ( ')' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13574:1: ( ')' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13574:1: ( ')' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13575:1: ')' { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getRightParenthesisKeyword_3_2()); } match(input,58,FOLLOW_58_in_rule__XFeatureCall__Group_3__2__Impl27477); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getRightParenthesisKeyword_3_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group_3__2__Impl" // $ANTLR start "rule__XFeatureCall__Group_3_1_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13594:1: rule__XFeatureCall__Group_3_1_1__0 : rule__XFeatureCall__Group_3_1_1__0__Impl rule__XFeatureCall__Group_3_1_1__1 ; public final void rule__XFeatureCall__Group_3_1_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13598:1: ( rule__XFeatureCall__Group_3_1_1__0__Impl rule__XFeatureCall__Group_3_1_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13599:2: rule__XFeatureCall__Group_3_1_1__0__Impl rule__XFeatureCall__Group_3_1_1__1 { pushFollow(FOLLOW_rule__XFeatureCall__Group_3_1_1__0__Impl_in_rule__XFeatureCall__Group_3_1_1__027514); rule__XFeatureCall__Group_3_1_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XFeatureCall__Group_3_1_1__1_in_rule__XFeatureCall__Group_3_1_1__027517); rule__XFeatureCall__Group_3_1_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group_3_1_1__0" // $ANTLR start "rule__XFeatureCall__Group_3_1_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13606:1: rule__XFeatureCall__Group_3_1_1__0__Impl : ( ( rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_0 ) ) ; public final void rule__XFeatureCall__Group_3_1_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13610:1: ( ( ( rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13611:1: ( ( rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13611:1: ( ( rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13612:1: ( rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsAssignment_3_1_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13613:1: ( rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13613:2: rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_0 { pushFollow(FOLLOW_rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_0_in_rule__XFeatureCall__Group_3_1_1__0__Impl27544); rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsAssignment_3_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group_3_1_1__0__Impl" // $ANTLR start "rule__XFeatureCall__Group_3_1_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13623:1: rule__XFeatureCall__Group_3_1_1__1 : rule__XFeatureCall__Group_3_1_1__1__Impl ; public final void rule__XFeatureCall__Group_3_1_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13627:1: ( rule__XFeatureCall__Group_3_1_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13628:2: rule__XFeatureCall__Group_3_1_1__1__Impl { pushFollow(FOLLOW_rule__XFeatureCall__Group_3_1_1__1__Impl_in_rule__XFeatureCall__Group_3_1_1__127574); rule__XFeatureCall__Group_3_1_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group_3_1_1__1" // $ANTLR start "rule__XFeatureCall__Group_3_1_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13634:1: rule__XFeatureCall__Group_3_1_1__1__Impl : ( ( rule__XFeatureCall__Group_3_1_1_1__0 )* ) ; public final void rule__XFeatureCall__Group_3_1_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13638:1: ( ( ( rule__XFeatureCall__Group_3_1_1_1__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13639:1: ( ( rule__XFeatureCall__Group_3_1_1_1__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13639:1: ( ( rule__XFeatureCall__Group_3_1_1_1__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13640:1: ( rule__XFeatureCall__Group_3_1_1_1__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getGroup_3_1_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13641:1: ( rule__XFeatureCall__Group_3_1_1_1__0 )* loop101: do { int alt101=2; int LA101_0 = input.LA(1); if ( (LA101_0==59) ) { alt101=1; } switch (alt101) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13641:2: rule__XFeatureCall__Group_3_1_1_1__0 { pushFollow(FOLLOW_rule__XFeatureCall__Group_3_1_1_1__0_in_rule__XFeatureCall__Group_3_1_1__1__Impl27601); rule__XFeatureCall__Group_3_1_1_1__0(); state._fsp--; if (state.failed) return ; } break; default : break loop101; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getGroup_3_1_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group_3_1_1__1__Impl" // $ANTLR start "rule__XFeatureCall__Group_3_1_1_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13655:1: rule__XFeatureCall__Group_3_1_1_1__0 : rule__XFeatureCall__Group_3_1_1_1__0__Impl rule__XFeatureCall__Group_3_1_1_1__1 ; public final void rule__XFeatureCall__Group_3_1_1_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13659:1: ( rule__XFeatureCall__Group_3_1_1_1__0__Impl rule__XFeatureCall__Group_3_1_1_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13660:2: rule__XFeatureCall__Group_3_1_1_1__0__Impl rule__XFeatureCall__Group_3_1_1_1__1 { pushFollow(FOLLOW_rule__XFeatureCall__Group_3_1_1_1__0__Impl_in_rule__XFeatureCall__Group_3_1_1_1__027636); rule__XFeatureCall__Group_3_1_1_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XFeatureCall__Group_3_1_1_1__1_in_rule__XFeatureCall__Group_3_1_1_1__027639); rule__XFeatureCall__Group_3_1_1_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group_3_1_1_1__0" // $ANTLR start "rule__XFeatureCall__Group_3_1_1_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13667:1: rule__XFeatureCall__Group_3_1_1_1__0__Impl : ( ',' ) ; public final void rule__XFeatureCall__Group_3_1_1_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13671:1: ( ( ',' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13672:1: ( ',' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13672:1: ( ',' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13673:1: ',' { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getCommaKeyword_3_1_1_1_0()); } match(input,59,FOLLOW_59_in_rule__XFeatureCall__Group_3_1_1_1__0__Impl27667); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getCommaKeyword_3_1_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group_3_1_1_1__0__Impl" // $ANTLR start "rule__XFeatureCall__Group_3_1_1_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13686:1: rule__XFeatureCall__Group_3_1_1_1__1 : rule__XFeatureCall__Group_3_1_1_1__1__Impl ; public final void rule__XFeatureCall__Group_3_1_1_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13690:1: ( rule__XFeatureCall__Group_3_1_1_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13691:2: rule__XFeatureCall__Group_3_1_1_1__1__Impl { pushFollow(FOLLOW_rule__XFeatureCall__Group_3_1_1_1__1__Impl_in_rule__XFeatureCall__Group_3_1_1_1__127698); rule__XFeatureCall__Group_3_1_1_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group_3_1_1_1__1" // $ANTLR start "rule__XFeatureCall__Group_3_1_1_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13697:1: rule__XFeatureCall__Group_3_1_1_1__1__Impl : ( ( rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_1_1 ) ) ; public final void rule__XFeatureCall__Group_3_1_1_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13701:1: ( ( ( rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_1_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13702:1: ( ( rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13702:1: ( ( rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13703:1: ( rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsAssignment_3_1_1_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13704:1: ( rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13704:2: rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_1_1 { pushFollow(FOLLOW_rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_1_1_in_rule__XFeatureCall__Group_3_1_1_1__1__Impl27725); rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsAssignment_3_1_1_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__Group_3_1_1_1__1__Impl" // $ANTLR start "rule__XConstructorCall__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13718:1: rule__XConstructorCall__Group__0 : rule__XConstructorCall__Group__0__Impl rule__XConstructorCall__Group__1 ; public final void rule__XConstructorCall__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13722:1: ( rule__XConstructorCall__Group__0__Impl rule__XConstructorCall__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13723:2: rule__XConstructorCall__Group__0__Impl rule__XConstructorCall__Group__1 { pushFollow(FOLLOW_rule__XConstructorCall__Group__0__Impl_in_rule__XConstructorCall__Group__027759); rule__XConstructorCall__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XConstructorCall__Group__1_in_rule__XConstructorCall__Group__027762); rule__XConstructorCall__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group__0" // $ANTLR start "rule__XConstructorCall__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13730:1: rule__XConstructorCall__Group__0__Impl : ( () ) ; public final void rule__XConstructorCall__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13734:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13735:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13735:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13736:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getXConstructorCallAction_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13737:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13739:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getXConstructorCallAction_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group__0__Impl" // $ANTLR start "rule__XConstructorCall__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13749:1: rule__XConstructorCall__Group__1 : rule__XConstructorCall__Group__1__Impl rule__XConstructorCall__Group__2 ; public final void rule__XConstructorCall__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13753:1: ( rule__XConstructorCall__Group__1__Impl rule__XConstructorCall__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13754:2: rule__XConstructorCall__Group__1__Impl rule__XConstructorCall__Group__2 { pushFollow(FOLLOW_rule__XConstructorCall__Group__1__Impl_in_rule__XConstructorCall__Group__127820); rule__XConstructorCall__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XConstructorCall__Group__2_in_rule__XConstructorCall__Group__127823); rule__XConstructorCall__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group__1" // $ANTLR start "rule__XConstructorCall__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13761:1: rule__XConstructorCall__Group__1__Impl : ( 'new' ) ; public final void rule__XConstructorCall__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13765:1: ( ( 'new' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13766:1: ( 'new' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13766:1: ( 'new' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13767:1: 'new' { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getNewKeyword_1()); } match(input,74,FOLLOW_74_in_rule__XConstructorCall__Group__1__Impl27851); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getNewKeyword_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group__1__Impl" // $ANTLR start "rule__XConstructorCall__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13780:1: rule__XConstructorCall__Group__2 : rule__XConstructorCall__Group__2__Impl rule__XConstructorCall__Group__3 ; public final void rule__XConstructorCall__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13784:1: ( rule__XConstructorCall__Group__2__Impl rule__XConstructorCall__Group__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13785:2: rule__XConstructorCall__Group__2__Impl rule__XConstructorCall__Group__3 { pushFollow(FOLLOW_rule__XConstructorCall__Group__2__Impl_in_rule__XConstructorCall__Group__227882); rule__XConstructorCall__Group__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XConstructorCall__Group__3_in_rule__XConstructorCall__Group__227885); rule__XConstructorCall__Group__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group__2" // $ANTLR start "rule__XConstructorCall__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13792:1: rule__XConstructorCall__Group__2__Impl : ( ( rule__XConstructorCall__ConstructorAssignment_2 ) ) ; public final void rule__XConstructorCall__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13796:1: ( ( ( rule__XConstructorCall__ConstructorAssignment_2 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13797:1: ( ( rule__XConstructorCall__ConstructorAssignment_2 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13797:1: ( ( rule__XConstructorCall__ConstructorAssignment_2 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13798:1: ( rule__XConstructorCall__ConstructorAssignment_2 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getConstructorAssignment_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13799:1: ( rule__XConstructorCall__ConstructorAssignment_2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13799:2: rule__XConstructorCall__ConstructorAssignment_2 { pushFollow(FOLLOW_rule__XConstructorCall__ConstructorAssignment_2_in_rule__XConstructorCall__Group__2__Impl27912); rule__XConstructorCall__ConstructorAssignment_2(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getConstructorAssignment_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group__2__Impl" // $ANTLR start "rule__XConstructorCall__Group__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13809:1: rule__XConstructorCall__Group__3 : rule__XConstructorCall__Group__3__Impl rule__XConstructorCall__Group__4 ; public final void rule__XConstructorCall__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13813:1: ( rule__XConstructorCall__Group__3__Impl rule__XConstructorCall__Group__4 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13814:2: rule__XConstructorCall__Group__3__Impl rule__XConstructorCall__Group__4 { pushFollow(FOLLOW_rule__XConstructorCall__Group__3__Impl_in_rule__XConstructorCall__Group__327942); rule__XConstructorCall__Group__3__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XConstructorCall__Group__4_in_rule__XConstructorCall__Group__327945); rule__XConstructorCall__Group__4(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group__3" // $ANTLR start "rule__XConstructorCall__Group__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13821:1: rule__XConstructorCall__Group__3__Impl : ( ( rule__XConstructorCall__Group_3__0 )? ) ; public final void rule__XConstructorCall__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13825:1: ( ( ( rule__XConstructorCall__Group_3__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13826:1: ( ( rule__XConstructorCall__Group_3__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13826:1: ( ( rule__XConstructorCall__Group_3__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13827:1: ( rule__XConstructorCall__Group_3__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getGroup_3()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13828:1: ( rule__XConstructorCall__Group_3__0 )? int alt102=2; alt102 = dfa102.predict(input); switch (alt102) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13828:2: rule__XConstructorCall__Group_3__0 { pushFollow(FOLLOW_rule__XConstructorCall__Group_3__0_in_rule__XConstructorCall__Group__3__Impl27972); rule__XConstructorCall__Group_3__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getGroup_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group__3__Impl" // $ANTLR start "rule__XConstructorCall__Group__4" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13838:1: rule__XConstructorCall__Group__4 : rule__XConstructorCall__Group__4__Impl rule__XConstructorCall__Group__5 ; public final void rule__XConstructorCall__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13842:1: ( rule__XConstructorCall__Group__4__Impl rule__XConstructorCall__Group__5 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13843:2: rule__XConstructorCall__Group__4__Impl rule__XConstructorCall__Group__5 { pushFollow(FOLLOW_rule__XConstructorCall__Group__4__Impl_in_rule__XConstructorCall__Group__428003); rule__XConstructorCall__Group__4__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XConstructorCall__Group__5_in_rule__XConstructorCall__Group__428006); rule__XConstructorCall__Group__5(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group__4" // $ANTLR start "rule__XConstructorCall__Group__4__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13850:1: rule__XConstructorCall__Group__4__Impl : ( ( rule__XConstructorCall__Group_4__0 )? ) ; public final void rule__XConstructorCall__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13854:1: ( ( ( rule__XConstructorCall__Group_4__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13855:1: ( ( rule__XConstructorCall__Group_4__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13855:1: ( ( rule__XConstructorCall__Group_4__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13856:1: ( rule__XConstructorCall__Group_4__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getGroup_4()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13857:1: ( rule__XConstructorCall__Group_4__0 )? int alt103=2; alt103 = dfa103.predict(input); switch (alt103) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13857:2: rule__XConstructorCall__Group_4__0 { pushFollow(FOLLOW_rule__XConstructorCall__Group_4__0_in_rule__XConstructorCall__Group__4__Impl28033); rule__XConstructorCall__Group_4__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getGroup_4()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group__4__Impl" // $ANTLR start "rule__XConstructorCall__Group__5" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13867:1: rule__XConstructorCall__Group__5 : rule__XConstructorCall__Group__5__Impl ; public final void rule__XConstructorCall__Group__5() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13871:1: ( rule__XConstructorCall__Group__5__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13872:2: rule__XConstructorCall__Group__5__Impl { pushFollow(FOLLOW_rule__XConstructorCall__Group__5__Impl_in_rule__XConstructorCall__Group__528064); rule__XConstructorCall__Group__5__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group__5" // $ANTLR start "rule__XConstructorCall__Group__5__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13878:1: rule__XConstructorCall__Group__5__Impl : ( ( rule__XConstructorCall__ArgumentsAssignment_5 )? ) ; public final void rule__XConstructorCall__Group__5__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13882:1: ( ( ( rule__XConstructorCall__ArgumentsAssignment_5 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13883:1: ( ( rule__XConstructorCall__ArgumentsAssignment_5 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13883:1: ( ( rule__XConstructorCall__ArgumentsAssignment_5 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13884:1: ( rule__XConstructorCall__ArgumentsAssignment_5 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getArgumentsAssignment_5()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13885:1: ( rule__XConstructorCall__ArgumentsAssignment_5 )? int alt104=2; alt104 = dfa104.predict(input); switch (alt104) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13885:2: rule__XConstructorCall__ArgumentsAssignment_5 { pushFollow(FOLLOW_rule__XConstructorCall__ArgumentsAssignment_5_in_rule__XConstructorCall__Group__5__Impl28091); rule__XConstructorCall__ArgumentsAssignment_5(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getArgumentsAssignment_5()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group__5__Impl" // $ANTLR start "rule__XConstructorCall__Group_3__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13907:1: rule__XConstructorCall__Group_3__0 : rule__XConstructorCall__Group_3__0__Impl rule__XConstructorCall__Group_3__1 ; public final void rule__XConstructorCall__Group_3__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13911:1: ( rule__XConstructorCall__Group_3__0__Impl rule__XConstructorCall__Group_3__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13912:2: rule__XConstructorCall__Group_3__0__Impl rule__XConstructorCall__Group_3__1 { pushFollow(FOLLOW_rule__XConstructorCall__Group_3__0__Impl_in_rule__XConstructorCall__Group_3__028134); rule__XConstructorCall__Group_3__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XConstructorCall__Group_3__1_in_rule__XConstructorCall__Group_3__028137); rule__XConstructorCall__Group_3__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group_3__0" // $ANTLR start "rule__XConstructorCall__Group_3__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13919:1: rule__XConstructorCall__Group_3__0__Impl : ( ( '<' ) ) ; public final void rule__XConstructorCall__Group_3__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13923:1: ( ( ( '<' ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13924:1: ( ( '<' ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13924:1: ( ( '<' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13925:1: ( '<' ) { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getLessThanSignKeyword_3_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13926:1: ( '<' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13927:2: '<' { match(input,27,FOLLOW_27_in_rule__XConstructorCall__Group_3__0__Impl28166); if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getLessThanSignKeyword_3_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group_3__0__Impl" // $ANTLR start "rule__XConstructorCall__Group_3__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13938:1: rule__XConstructorCall__Group_3__1 : rule__XConstructorCall__Group_3__1__Impl rule__XConstructorCall__Group_3__2 ; public final void rule__XConstructorCall__Group_3__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13942:1: ( rule__XConstructorCall__Group_3__1__Impl rule__XConstructorCall__Group_3__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13943:2: rule__XConstructorCall__Group_3__1__Impl rule__XConstructorCall__Group_3__2 { pushFollow(FOLLOW_rule__XConstructorCall__Group_3__1__Impl_in_rule__XConstructorCall__Group_3__128198); rule__XConstructorCall__Group_3__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XConstructorCall__Group_3__2_in_rule__XConstructorCall__Group_3__128201); rule__XConstructorCall__Group_3__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group_3__1" // $ANTLR start "rule__XConstructorCall__Group_3__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13950:1: rule__XConstructorCall__Group_3__1__Impl : ( ( rule__XConstructorCall__TypeArgumentsAssignment_3_1 ) ) ; public final void rule__XConstructorCall__Group_3__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13954:1: ( ( ( rule__XConstructorCall__TypeArgumentsAssignment_3_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13955:1: ( ( rule__XConstructorCall__TypeArgumentsAssignment_3_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13955:1: ( ( rule__XConstructorCall__TypeArgumentsAssignment_3_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13956:1: ( rule__XConstructorCall__TypeArgumentsAssignment_3_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getTypeArgumentsAssignment_3_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13957:1: ( rule__XConstructorCall__TypeArgumentsAssignment_3_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13957:2: rule__XConstructorCall__TypeArgumentsAssignment_3_1 { pushFollow(FOLLOW_rule__XConstructorCall__TypeArgumentsAssignment_3_1_in_rule__XConstructorCall__Group_3__1__Impl28228); rule__XConstructorCall__TypeArgumentsAssignment_3_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getTypeArgumentsAssignment_3_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group_3__1__Impl" // $ANTLR start "rule__XConstructorCall__Group_3__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13967:1: rule__XConstructorCall__Group_3__2 : rule__XConstructorCall__Group_3__2__Impl rule__XConstructorCall__Group_3__3 ; public final void rule__XConstructorCall__Group_3__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13971:1: ( rule__XConstructorCall__Group_3__2__Impl rule__XConstructorCall__Group_3__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13972:2: rule__XConstructorCall__Group_3__2__Impl rule__XConstructorCall__Group_3__3 { pushFollow(FOLLOW_rule__XConstructorCall__Group_3__2__Impl_in_rule__XConstructorCall__Group_3__228258); rule__XConstructorCall__Group_3__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XConstructorCall__Group_3__3_in_rule__XConstructorCall__Group_3__228261); rule__XConstructorCall__Group_3__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group_3__2" // $ANTLR start "rule__XConstructorCall__Group_3__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13979:1: rule__XConstructorCall__Group_3__2__Impl : ( ( rule__XConstructorCall__Group_3_2__0 )* ) ; public final void rule__XConstructorCall__Group_3__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13983:1: ( ( ( rule__XConstructorCall__Group_3_2__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13984:1: ( ( rule__XConstructorCall__Group_3_2__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13984:1: ( ( rule__XConstructorCall__Group_3_2__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13985:1: ( rule__XConstructorCall__Group_3_2__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getGroup_3_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13986:1: ( rule__XConstructorCall__Group_3_2__0 )* loop105: do { int alt105=2; int LA105_0 = input.LA(1); if ( (LA105_0==59) ) { alt105=1; } switch (alt105) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13986:2: rule__XConstructorCall__Group_3_2__0 { pushFollow(FOLLOW_rule__XConstructorCall__Group_3_2__0_in_rule__XConstructorCall__Group_3__2__Impl28288); rule__XConstructorCall__Group_3_2__0(); state._fsp--; if (state.failed) return ; } break; default : break loop105; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getGroup_3_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group_3__2__Impl" // $ANTLR start "rule__XConstructorCall__Group_3__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13996:1: rule__XConstructorCall__Group_3__3 : rule__XConstructorCall__Group_3__3__Impl ; public final void rule__XConstructorCall__Group_3__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14000:1: ( rule__XConstructorCall__Group_3__3__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14001:2: rule__XConstructorCall__Group_3__3__Impl { pushFollow(FOLLOW_rule__XConstructorCall__Group_3__3__Impl_in_rule__XConstructorCall__Group_3__328319); rule__XConstructorCall__Group_3__3__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group_3__3" // $ANTLR start "rule__XConstructorCall__Group_3__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14007:1: rule__XConstructorCall__Group_3__3__Impl : ( '>' ) ; public final void rule__XConstructorCall__Group_3__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14011:1: ( ( '>' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14012:1: ( '>' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14012:1: ( '>' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14013:1: '>' { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getGreaterThanSignKeyword_3_3()); } match(input,26,FOLLOW_26_in_rule__XConstructorCall__Group_3__3__Impl28347); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getGreaterThanSignKeyword_3_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group_3__3__Impl" // $ANTLR start "rule__XConstructorCall__Group_3_2__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14034:1: rule__XConstructorCall__Group_3_2__0 : rule__XConstructorCall__Group_3_2__0__Impl rule__XConstructorCall__Group_3_2__1 ; public final void rule__XConstructorCall__Group_3_2__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14038:1: ( rule__XConstructorCall__Group_3_2__0__Impl rule__XConstructorCall__Group_3_2__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14039:2: rule__XConstructorCall__Group_3_2__0__Impl rule__XConstructorCall__Group_3_2__1 { pushFollow(FOLLOW_rule__XConstructorCall__Group_3_2__0__Impl_in_rule__XConstructorCall__Group_3_2__028386); rule__XConstructorCall__Group_3_2__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XConstructorCall__Group_3_2__1_in_rule__XConstructorCall__Group_3_2__028389); rule__XConstructorCall__Group_3_2__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group_3_2__0" // $ANTLR start "rule__XConstructorCall__Group_3_2__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14046:1: rule__XConstructorCall__Group_3_2__0__Impl : ( ',' ) ; public final void rule__XConstructorCall__Group_3_2__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14050:1: ( ( ',' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14051:1: ( ',' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14051:1: ( ',' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14052:1: ',' { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getCommaKeyword_3_2_0()); } match(input,59,FOLLOW_59_in_rule__XConstructorCall__Group_3_2__0__Impl28417); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getCommaKeyword_3_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group_3_2__0__Impl" // $ANTLR start "rule__XConstructorCall__Group_3_2__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14065:1: rule__XConstructorCall__Group_3_2__1 : rule__XConstructorCall__Group_3_2__1__Impl ; public final void rule__XConstructorCall__Group_3_2__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14069:1: ( rule__XConstructorCall__Group_3_2__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14070:2: rule__XConstructorCall__Group_3_2__1__Impl { pushFollow(FOLLOW_rule__XConstructorCall__Group_3_2__1__Impl_in_rule__XConstructorCall__Group_3_2__128448); rule__XConstructorCall__Group_3_2__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group_3_2__1" // $ANTLR start "rule__XConstructorCall__Group_3_2__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14076:1: rule__XConstructorCall__Group_3_2__1__Impl : ( ( rule__XConstructorCall__TypeArgumentsAssignment_3_2_1 ) ) ; public final void rule__XConstructorCall__Group_3_2__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14080:1: ( ( ( rule__XConstructorCall__TypeArgumentsAssignment_3_2_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14081:1: ( ( rule__XConstructorCall__TypeArgumentsAssignment_3_2_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14081:1: ( ( rule__XConstructorCall__TypeArgumentsAssignment_3_2_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14082:1: ( rule__XConstructorCall__TypeArgumentsAssignment_3_2_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getTypeArgumentsAssignment_3_2_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14083:1: ( rule__XConstructorCall__TypeArgumentsAssignment_3_2_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14083:2: rule__XConstructorCall__TypeArgumentsAssignment_3_2_1 { pushFollow(FOLLOW_rule__XConstructorCall__TypeArgumentsAssignment_3_2_1_in_rule__XConstructorCall__Group_3_2__1__Impl28475); rule__XConstructorCall__TypeArgumentsAssignment_3_2_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getTypeArgumentsAssignment_3_2_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group_3_2__1__Impl" // $ANTLR start "rule__XConstructorCall__Group_4__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14097:1: rule__XConstructorCall__Group_4__0 : rule__XConstructorCall__Group_4__0__Impl rule__XConstructorCall__Group_4__1 ; public final void rule__XConstructorCall__Group_4__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14101:1: ( rule__XConstructorCall__Group_4__0__Impl rule__XConstructorCall__Group_4__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14102:2: rule__XConstructorCall__Group_4__0__Impl rule__XConstructorCall__Group_4__1 { pushFollow(FOLLOW_rule__XConstructorCall__Group_4__0__Impl_in_rule__XConstructorCall__Group_4__028509); rule__XConstructorCall__Group_4__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XConstructorCall__Group_4__1_in_rule__XConstructorCall__Group_4__028512); rule__XConstructorCall__Group_4__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group_4__0" // $ANTLR start "rule__XConstructorCall__Group_4__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14109:1: rule__XConstructorCall__Group_4__0__Impl : ( ( rule__XConstructorCall__ExplicitConstructorCallAssignment_4_0 ) ) ; public final void rule__XConstructorCall__Group_4__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14113:1: ( ( ( rule__XConstructorCall__ExplicitConstructorCallAssignment_4_0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14114:1: ( ( rule__XConstructorCall__ExplicitConstructorCallAssignment_4_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14114:1: ( ( rule__XConstructorCall__ExplicitConstructorCallAssignment_4_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14115:1: ( rule__XConstructorCall__ExplicitConstructorCallAssignment_4_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getExplicitConstructorCallAssignment_4_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14116:1: ( rule__XConstructorCall__ExplicitConstructorCallAssignment_4_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14116:2: rule__XConstructorCall__ExplicitConstructorCallAssignment_4_0 { pushFollow(FOLLOW_rule__XConstructorCall__ExplicitConstructorCallAssignment_4_0_in_rule__XConstructorCall__Group_4__0__Impl28539); rule__XConstructorCall__ExplicitConstructorCallAssignment_4_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getExplicitConstructorCallAssignment_4_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group_4__0__Impl" // $ANTLR start "rule__XConstructorCall__Group_4__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14126:1: rule__XConstructorCall__Group_4__1 : rule__XConstructorCall__Group_4__1__Impl rule__XConstructorCall__Group_4__2 ; public final void rule__XConstructorCall__Group_4__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14130:1: ( rule__XConstructorCall__Group_4__1__Impl rule__XConstructorCall__Group_4__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14131:2: rule__XConstructorCall__Group_4__1__Impl rule__XConstructorCall__Group_4__2 { pushFollow(FOLLOW_rule__XConstructorCall__Group_4__1__Impl_in_rule__XConstructorCall__Group_4__128569); rule__XConstructorCall__Group_4__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XConstructorCall__Group_4__2_in_rule__XConstructorCall__Group_4__128572); rule__XConstructorCall__Group_4__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group_4__1" // $ANTLR start "rule__XConstructorCall__Group_4__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14138:1: rule__XConstructorCall__Group_4__1__Impl : ( ( rule__XConstructorCall__Alternatives_4_1 )? ) ; public final void rule__XConstructorCall__Group_4__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14142:1: ( ( ( rule__XConstructorCall__Alternatives_4_1 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14143:1: ( ( rule__XConstructorCall__Alternatives_4_1 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14143:1: ( ( rule__XConstructorCall__Alternatives_4_1 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14144:1: ( rule__XConstructorCall__Alternatives_4_1 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getAlternatives_4_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14145:1: ( rule__XConstructorCall__Alternatives_4_1 )? int alt106=2; int LA106_0 = input.LA(1); if ( ((LA106_0>=RULE_ID && LA106_0<=RULE_STRING)||LA106_0==27||LA106_0==31||(LA106_0>=34 && LA106_0<=35)||LA106_0==40||(LA106_0>=45 && LA106_0<=50)||LA106_0==52||LA106_0==57||(LA106_0>=62 && LA106_0<=63)||LA106_0==65||LA106_0==67||(LA106_0>=71 && LA106_0<=79)||LA106_0==81||LA106_0==87||LA106_0==89) ) { alt106=1; } switch (alt106) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14145:2: rule__XConstructorCall__Alternatives_4_1 { pushFollow(FOLLOW_rule__XConstructorCall__Alternatives_4_1_in_rule__XConstructorCall__Group_4__1__Impl28599); rule__XConstructorCall__Alternatives_4_1(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getAlternatives_4_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group_4__1__Impl" // $ANTLR start "rule__XConstructorCall__Group_4__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14155:1: rule__XConstructorCall__Group_4__2 : rule__XConstructorCall__Group_4__2__Impl ; public final void rule__XConstructorCall__Group_4__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14159:1: ( rule__XConstructorCall__Group_4__2__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14160:2: rule__XConstructorCall__Group_4__2__Impl { pushFollow(FOLLOW_rule__XConstructorCall__Group_4__2__Impl_in_rule__XConstructorCall__Group_4__228630); rule__XConstructorCall__Group_4__2__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group_4__2" // $ANTLR start "rule__XConstructorCall__Group_4__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14166:1: rule__XConstructorCall__Group_4__2__Impl : ( ')' ) ; public final void rule__XConstructorCall__Group_4__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14170:1: ( ( ')' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14171:1: ( ')' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14171:1: ( ')' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14172:1: ')' { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getRightParenthesisKeyword_4_2()); } match(input,58,FOLLOW_58_in_rule__XConstructorCall__Group_4__2__Impl28658); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getRightParenthesisKeyword_4_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group_4__2__Impl" // $ANTLR start "rule__XConstructorCall__Group_4_1_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14191:1: rule__XConstructorCall__Group_4_1_1__0 : rule__XConstructorCall__Group_4_1_1__0__Impl rule__XConstructorCall__Group_4_1_1__1 ; public final void rule__XConstructorCall__Group_4_1_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14195:1: ( rule__XConstructorCall__Group_4_1_1__0__Impl rule__XConstructorCall__Group_4_1_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14196:2: rule__XConstructorCall__Group_4_1_1__0__Impl rule__XConstructorCall__Group_4_1_1__1 { pushFollow(FOLLOW_rule__XConstructorCall__Group_4_1_1__0__Impl_in_rule__XConstructorCall__Group_4_1_1__028695); rule__XConstructorCall__Group_4_1_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XConstructorCall__Group_4_1_1__1_in_rule__XConstructorCall__Group_4_1_1__028698); rule__XConstructorCall__Group_4_1_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group_4_1_1__0" // $ANTLR start "rule__XConstructorCall__Group_4_1_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14203:1: rule__XConstructorCall__Group_4_1_1__0__Impl : ( ( rule__XConstructorCall__ArgumentsAssignment_4_1_1_0 ) ) ; public final void rule__XConstructorCall__Group_4_1_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14207:1: ( ( ( rule__XConstructorCall__ArgumentsAssignment_4_1_1_0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14208:1: ( ( rule__XConstructorCall__ArgumentsAssignment_4_1_1_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14208:1: ( ( rule__XConstructorCall__ArgumentsAssignment_4_1_1_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14209:1: ( rule__XConstructorCall__ArgumentsAssignment_4_1_1_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getArgumentsAssignment_4_1_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14210:1: ( rule__XConstructorCall__ArgumentsAssignment_4_1_1_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14210:2: rule__XConstructorCall__ArgumentsAssignment_4_1_1_0 { pushFollow(FOLLOW_rule__XConstructorCall__ArgumentsAssignment_4_1_1_0_in_rule__XConstructorCall__Group_4_1_1__0__Impl28725); rule__XConstructorCall__ArgumentsAssignment_4_1_1_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getArgumentsAssignment_4_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group_4_1_1__0__Impl" // $ANTLR start "rule__XConstructorCall__Group_4_1_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14220:1: rule__XConstructorCall__Group_4_1_1__1 : rule__XConstructorCall__Group_4_1_1__1__Impl ; public final void rule__XConstructorCall__Group_4_1_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14224:1: ( rule__XConstructorCall__Group_4_1_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14225:2: rule__XConstructorCall__Group_4_1_1__1__Impl { pushFollow(FOLLOW_rule__XConstructorCall__Group_4_1_1__1__Impl_in_rule__XConstructorCall__Group_4_1_1__128755); rule__XConstructorCall__Group_4_1_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group_4_1_1__1" // $ANTLR start "rule__XConstructorCall__Group_4_1_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14231:1: rule__XConstructorCall__Group_4_1_1__1__Impl : ( ( rule__XConstructorCall__Group_4_1_1_1__0 )* ) ; public final void rule__XConstructorCall__Group_4_1_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14235:1: ( ( ( rule__XConstructorCall__Group_4_1_1_1__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14236:1: ( ( rule__XConstructorCall__Group_4_1_1_1__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14236:1: ( ( rule__XConstructorCall__Group_4_1_1_1__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14237:1: ( rule__XConstructorCall__Group_4_1_1_1__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getGroup_4_1_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14238:1: ( rule__XConstructorCall__Group_4_1_1_1__0 )* loop107: do { int alt107=2; int LA107_0 = input.LA(1); if ( (LA107_0==59) ) { alt107=1; } switch (alt107) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14238:2: rule__XConstructorCall__Group_4_1_1_1__0 { pushFollow(FOLLOW_rule__XConstructorCall__Group_4_1_1_1__0_in_rule__XConstructorCall__Group_4_1_1__1__Impl28782); rule__XConstructorCall__Group_4_1_1_1__0(); state._fsp--; if (state.failed) return ; } break; default : break loop107; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getGroup_4_1_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group_4_1_1__1__Impl" // $ANTLR start "rule__XConstructorCall__Group_4_1_1_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14252:1: rule__XConstructorCall__Group_4_1_1_1__0 : rule__XConstructorCall__Group_4_1_1_1__0__Impl rule__XConstructorCall__Group_4_1_1_1__1 ; public final void rule__XConstructorCall__Group_4_1_1_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14256:1: ( rule__XConstructorCall__Group_4_1_1_1__0__Impl rule__XConstructorCall__Group_4_1_1_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14257:2: rule__XConstructorCall__Group_4_1_1_1__0__Impl rule__XConstructorCall__Group_4_1_1_1__1 { pushFollow(FOLLOW_rule__XConstructorCall__Group_4_1_1_1__0__Impl_in_rule__XConstructorCall__Group_4_1_1_1__028817); rule__XConstructorCall__Group_4_1_1_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XConstructorCall__Group_4_1_1_1__1_in_rule__XConstructorCall__Group_4_1_1_1__028820); rule__XConstructorCall__Group_4_1_1_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group_4_1_1_1__0" // $ANTLR start "rule__XConstructorCall__Group_4_1_1_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14264:1: rule__XConstructorCall__Group_4_1_1_1__0__Impl : ( ',' ) ; public final void rule__XConstructorCall__Group_4_1_1_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14268:1: ( ( ',' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14269:1: ( ',' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14269:1: ( ',' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14270:1: ',' { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getCommaKeyword_4_1_1_1_0()); } match(input,59,FOLLOW_59_in_rule__XConstructorCall__Group_4_1_1_1__0__Impl28848); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getCommaKeyword_4_1_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group_4_1_1_1__0__Impl" // $ANTLR start "rule__XConstructorCall__Group_4_1_1_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14283:1: rule__XConstructorCall__Group_4_1_1_1__1 : rule__XConstructorCall__Group_4_1_1_1__1__Impl ; public final void rule__XConstructorCall__Group_4_1_1_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14287:1: ( rule__XConstructorCall__Group_4_1_1_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14288:2: rule__XConstructorCall__Group_4_1_1_1__1__Impl { pushFollow(FOLLOW_rule__XConstructorCall__Group_4_1_1_1__1__Impl_in_rule__XConstructorCall__Group_4_1_1_1__128879); rule__XConstructorCall__Group_4_1_1_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group_4_1_1_1__1" // $ANTLR start "rule__XConstructorCall__Group_4_1_1_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14294:1: rule__XConstructorCall__Group_4_1_1_1__1__Impl : ( ( rule__XConstructorCall__ArgumentsAssignment_4_1_1_1_1 ) ) ; public final void rule__XConstructorCall__Group_4_1_1_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14298:1: ( ( ( rule__XConstructorCall__ArgumentsAssignment_4_1_1_1_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14299:1: ( ( rule__XConstructorCall__ArgumentsAssignment_4_1_1_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14299:1: ( ( rule__XConstructorCall__ArgumentsAssignment_4_1_1_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14300:1: ( rule__XConstructorCall__ArgumentsAssignment_4_1_1_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getArgumentsAssignment_4_1_1_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14301:1: ( rule__XConstructorCall__ArgumentsAssignment_4_1_1_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14301:2: rule__XConstructorCall__ArgumentsAssignment_4_1_1_1_1 { pushFollow(FOLLOW_rule__XConstructorCall__ArgumentsAssignment_4_1_1_1_1_in_rule__XConstructorCall__Group_4_1_1_1__1__Impl28906); rule__XConstructorCall__ArgumentsAssignment_4_1_1_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getArgumentsAssignment_4_1_1_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__Group_4_1_1_1__1__Impl" // $ANTLR start "rule__XBooleanLiteral__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14315:1: rule__XBooleanLiteral__Group__0 : rule__XBooleanLiteral__Group__0__Impl rule__XBooleanLiteral__Group__1 ; public final void rule__XBooleanLiteral__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14319:1: ( rule__XBooleanLiteral__Group__0__Impl rule__XBooleanLiteral__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14320:2: rule__XBooleanLiteral__Group__0__Impl rule__XBooleanLiteral__Group__1 { pushFollow(FOLLOW_rule__XBooleanLiteral__Group__0__Impl_in_rule__XBooleanLiteral__Group__028940); rule__XBooleanLiteral__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XBooleanLiteral__Group__1_in_rule__XBooleanLiteral__Group__028943); rule__XBooleanLiteral__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBooleanLiteral__Group__0" // $ANTLR start "rule__XBooleanLiteral__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14327:1: rule__XBooleanLiteral__Group__0__Impl : ( () ) ; public final void rule__XBooleanLiteral__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14331:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14332:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14332:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14333:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXBooleanLiteralAccess().getXBooleanLiteralAction_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14334:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14336:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXBooleanLiteralAccess().getXBooleanLiteralAction_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBooleanLiteral__Group__0__Impl" // $ANTLR start "rule__XBooleanLiteral__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14346:1: rule__XBooleanLiteral__Group__1 : rule__XBooleanLiteral__Group__1__Impl ; public final void rule__XBooleanLiteral__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14350:1: ( rule__XBooleanLiteral__Group__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14351:2: rule__XBooleanLiteral__Group__1__Impl { pushFollow(FOLLOW_rule__XBooleanLiteral__Group__1__Impl_in_rule__XBooleanLiteral__Group__129001); rule__XBooleanLiteral__Group__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBooleanLiteral__Group__1" // $ANTLR start "rule__XBooleanLiteral__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14357:1: rule__XBooleanLiteral__Group__1__Impl : ( ( rule__XBooleanLiteral__Alternatives_1 ) ) ; public final void rule__XBooleanLiteral__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14361:1: ( ( ( rule__XBooleanLiteral__Alternatives_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14362:1: ( ( rule__XBooleanLiteral__Alternatives_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14362:1: ( ( rule__XBooleanLiteral__Alternatives_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14363:1: ( rule__XBooleanLiteral__Alternatives_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXBooleanLiteralAccess().getAlternatives_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14364:1: ( rule__XBooleanLiteral__Alternatives_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14364:2: rule__XBooleanLiteral__Alternatives_1 { pushFollow(FOLLOW_rule__XBooleanLiteral__Alternatives_1_in_rule__XBooleanLiteral__Group__1__Impl29028); rule__XBooleanLiteral__Alternatives_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXBooleanLiteralAccess().getAlternatives_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBooleanLiteral__Group__1__Impl" // $ANTLR start "rule__XNullLiteral__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14378:1: rule__XNullLiteral__Group__0 : rule__XNullLiteral__Group__0__Impl rule__XNullLiteral__Group__1 ; public final void rule__XNullLiteral__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14382:1: ( rule__XNullLiteral__Group__0__Impl rule__XNullLiteral__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14383:2: rule__XNullLiteral__Group__0__Impl rule__XNullLiteral__Group__1 { pushFollow(FOLLOW_rule__XNullLiteral__Group__0__Impl_in_rule__XNullLiteral__Group__029062); rule__XNullLiteral__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XNullLiteral__Group__1_in_rule__XNullLiteral__Group__029065); rule__XNullLiteral__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XNullLiteral__Group__0" // $ANTLR start "rule__XNullLiteral__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14390:1: rule__XNullLiteral__Group__0__Impl : ( () ) ; public final void rule__XNullLiteral__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14394:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14395:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14395:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14396:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXNullLiteralAccess().getXNullLiteralAction_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14397:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14399:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXNullLiteralAccess().getXNullLiteralAction_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XNullLiteral__Group__0__Impl" // $ANTLR start "rule__XNullLiteral__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14409:1: rule__XNullLiteral__Group__1 : rule__XNullLiteral__Group__1__Impl ; public final void rule__XNullLiteral__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14413:1: ( rule__XNullLiteral__Group__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14414:2: rule__XNullLiteral__Group__1__Impl { pushFollow(FOLLOW_rule__XNullLiteral__Group__1__Impl_in_rule__XNullLiteral__Group__129123); rule__XNullLiteral__Group__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XNullLiteral__Group__1" // $ANTLR start "rule__XNullLiteral__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14420:1: rule__XNullLiteral__Group__1__Impl : ( 'null' ) ; public final void rule__XNullLiteral__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14424:1: ( ( 'null' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14425:1: ( 'null' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14425:1: ( 'null' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14426:1: 'null' { if ( state.backtracking==0 ) { before(grammarAccess.getXNullLiteralAccess().getNullKeyword_1()); } match(input,75,FOLLOW_75_in_rule__XNullLiteral__Group__1__Impl29151); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXNullLiteralAccess().getNullKeyword_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XNullLiteral__Group__1__Impl" // $ANTLR start "rule__XNumberLiteral__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14443:1: rule__XNumberLiteral__Group__0 : rule__XNumberLiteral__Group__0__Impl rule__XNumberLiteral__Group__1 ; public final void rule__XNumberLiteral__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14447:1: ( rule__XNumberLiteral__Group__0__Impl rule__XNumberLiteral__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14448:2: rule__XNumberLiteral__Group__0__Impl rule__XNumberLiteral__Group__1 { pushFollow(FOLLOW_rule__XNumberLiteral__Group__0__Impl_in_rule__XNumberLiteral__Group__029186); rule__XNumberLiteral__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XNumberLiteral__Group__1_in_rule__XNumberLiteral__Group__029189); rule__XNumberLiteral__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XNumberLiteral__Group__0" // $ANTLR start "rule__XNumberLiteral__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14455:1: rule__XNumberLiteral__Group__0__Impl : ( () ) ; public final void rule__XNumberLiteral__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14459:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14460:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14460:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14461:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXNumberLiteralAccess().getXNumberLiteralAction_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14462:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14464:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXNumberLiteralAccess().getXNumberLiteralAction_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XNumberLiteral__Group__0__Impl" // $ANTLR start "rule__XNumberLiteral__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14474:1: rule__XNumberLiteral__Group__1 : rule__XNumberLiteral__Group__1__Impl ; public final void rule__XNumberLiteral__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14478:1: ( rule__XNumberLiteral__Group__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14479:2: rule__XNumberLiteral__Group__1__Impl { pushFollow(FOLLOW_rule__XNumberLiteral__Group__1__Impl_in_rule__XNumberLiteral__Group__129247); rule__XNumberLiteral__Group__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XNumberLiteral__Group__1" // $ANTLR start "rule__XNumberLiteral__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14485:1: rule__XNumberLiteral__Group__1__Impl : ( ( rule__XNumberLiteral__ValueAssignment_1 ) ) ; public final void rule__XNumberLiteral__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14489:1: ( ( ( rule__XNumberLiteral__ValueAssignment_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14490:1: ( ( rule__XNumberLiteral__ValueAssignment_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14490:1: ( ( rule__XNumberLiteral__ValueAssignment_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14491:1: ( rule__XNumberLiteral__ValueAssignment_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXNumberLiteralAccess().getValueAssignment_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14492:1: ( rule__XNumberLiteral__ValueAssignment_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14492:2: rule__XNumberLiteral__ValueAssignment_1 { pushFollow(FOLLOW_rule__XNumberLiteral__ValueAssignment_1_in_rule__XNumberLiteral__Group__1__Impl29274); rule__XNumberLiteral__ValueAssignment_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXNumberLiteralAccess().getValueAssignment_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XNumberLiteral__Group__1__Impl" // $ANTLR start "rule__XStringLiteral__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14506:1: rule__XStringLiteral__Group__0 : rule__XStringLiteral__Group__0__Impl rule__XStringLiteral__Group__1 ; public final void rule__XStringLiteral__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14510:1: ( rule__XStringLiteral__Group__0__Impl rule__XStringLiteral__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14511:2: rule__XStringLiteral__Group__0__Impl rule__XStringLiteral__Group__1 { pushFollow(FOLLOW_rule__XStringLiteral__Group__0__Impl_in_rule__XStringLiteral__Group__029308); rule__XStringLiteral__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XStringLiteral__Group__1_in_rule__XStringLiteral__Group__029311); rule__XStringLiteral__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XStringLiteral__Group__0" // $ANTLR start "rule__XStringLiteral__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14518:1: rule__XStringLiteral__Group__0__Impl : ( () ) ; public final void rule__XStringLiteral__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14522:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14523:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14523:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14524:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXStringLiteralAccess().getXStringLiteralAction_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14525:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14527:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXStringLiteralAccess().getXStringLiteralAction_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XStringLiteral__Group__0__Impl" // $ANTLR start "rule__XStringLiteral__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14537:1: rule__XStringLiteral__Group__1 : rule__XStringLiteral__Group__1__Impl ; public final void rule__XStringLiteral__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14541:1: ( rule__XStringLiteral__Group__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14542:2: rule__XStringLiteral__Group__1__Impl { pushFollow(FOLLOW_rule__XStringLiteral__Group__1__Impl_in_rule__XStringLiteral__Group__129369); rule__XStringLiteral__Group__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XStringLiteral__Group__1" // $ANTLR start "rule__XStringLiteral__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14548:1: rule__XStringLiteral__Group__1__Impl : ( ( rule__XStringLiteral__ValueAssignment_1 ) ) ; public final void rule__XStringLiteral__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14552:1: ( ( ( rule__XStringLiteral__ValueAssignment_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14553:1: ( ( rule__XStringLiteral__ValueAssignment_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14553:1: ( ( rule__XStringLiteral__ValueAssignment_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14554:1: ( rule__XStringLiteral__ValueAssignment_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXStringLiteralAccess().getValueAssignment_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14555:1: ( rule__XStringLiteral__ValueAssignment_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14555:2: rule__XStringLiteral__ValueAssignment_1 { pushFollow(FOLLOW_rule__XStringLiteral__ValueAssignment_1_in_rule__XStringLiteral__Group__1__Impl29396); rule__XStringLiteral__ValueAssignment_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXStringLiteralAccess().getValueAssignment_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XStringLiteral__Group__1__Impl" // $ANTLR start "rule__XTypeLiteral__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14569:1: rule__XTypeLiteral__Group__0 : rule__XTypeLiteral__Group__0__Impl rule__XTypeLiteral__Group__1 ; public final void rule__XTypeLiteral__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14573:1: ( rule__XTypeLiteral__Group__0__Impl rule__XTypeLiteral__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14574:2: rule__XTypeLiteral__Group__0__Impl rule__XTypeLiteral__Group__1 { pushFollow(FOLLOW_rule__XTypeLiteral__Group__0__Impl_in_rule__XTypeLiteral__Group__029430); rule__XTypeLiteral__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XTypeLiteral__Group__1_in_rule__XTypeLiteral__Group__029433); rule__XTypeLiteral__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTypeLiteral__Group__0" // $ANTLR start "rule__XTypeLiteral__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14581:1: rule__XTypeLiteral__Group__0__Impl : ( () ) ; public final void rule__XTypeLiteral__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14585:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14586:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14586:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14587:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXTypeLiteralAccess().getXTypeLiteralAction_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14588:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14590:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXTypeLiteralAccess().getXTypeLiteralAction_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTypeLiteral__Group__0__Impl" // $ANTLR start "rule__XTypeLiteral__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14600:1: rule__XTypeLiteral__Group__1 : rule__XTypeLiteral__Group__1__Impl rule__XTypeLiteral__Group__2 ; public final void rule__XTypeLiteral__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14604:1: ( rule__XTypeLiteral__Group__1__Impl rule__XTypeLiteral__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14605:2: rule__XTypeLiteral__Group__1__Impl rule__XTypeLiteral__Group__2 { pushFollow(FOLLOW_rule__XTypeLiteral__Group__1__Impl_in_rule__XTypeLiteral__Group__129491); rule__XTypeLiteral__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XTypeLiteral__Group__2_in_rule__XTypeLiteral__Group__129494); rule__XTypeLiteral__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTypeLiteral__Group__1" // $ANTLR start "rule__XTypeLiteral__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14612:1: rule__XTypeLiteral__Group__1__Impl : ( 'typeof' ) ; public final void rule__XTypeLiteral__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14616:1: ( ( 'typeof' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14617:1: ( 'typeof' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14617:1: ( 'typeof' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14618:1: 'typeof' { if ( state.backtracking==0 ) { before(grammarAccess.getXTypeLiteralAccess().getTypeofKeyword_1()); } match(input,76,FOLLOW_76_in_rule__XTypeLiteral__Group__1__Impl29522); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXTypeLiteralAccess().getTypeofKeyword_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTypeLiteral__Group__1__Impl" // $ANTLR start "rule__XTypeLiteral__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14631:1: rule__XTypeLiteral__Group__2 : rule__XTypeLiteral__Group__2__Impl rule__XTypeLiteral__Group__3 ; public final void rule__XTypeLiteral__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14635:1: ( rule__XTypeLiteral__Group__2__Impl rule__XTypeLiteral__Group__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14636:2: rule__XTypeLiteral__Group__2__Impl rule__XTypeLiteral__Group__3 { pushFollow(FOLLOW_rule__XTypeLiteral__Group__2__Impl_in_rule__XTypeLiteral__Group__229553); rule__XTypeLiteral__Group__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XTypeLiteral__Group__3_in_rule__XTypeLiteral__Group__229556); rule__XTypeLiteral__Group__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTypeLiteral__Group__2" // $ANTLR start "rule__XTypeLiteral__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14643:1: rule__XTypeLiteral__Group__2__Impl : ( '(' ) ; public final void rule__XTypeLiteral__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14647:1: ( ( '(' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14648:1: ( '(' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14648:1: ( '(' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14649:1: '(' { if ( state.backtracking==0 ) { before(grammarAccess.getXTypeLiteralAccess().getLeftParenthesisKeyword_2()); } match(input,57,FOLLOW_57_in_rule__XTypeLiteral__Group__2__Impl29584); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXTypeLiteralAccess().getLeftParenthesisKeyword_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTypeLiteral__Group__2__Impl" // $ANTLR start "rule__XTypeLiteral__Group__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14662:1: rule__XTypeLiteral__Group__3 : rule__XTypeLiteral__Group__3__Impl rule__XTypeLiteral__Group__4 ; public final void rule__XTypeLiteral__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14666:1: ( rule__XTypeLiteral__Group__3__Impl rule__XTypeLiteral__Group__4 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14667:2: rule__XTypeLiteral__Group__3__Impl rule__XTypeLiteral__Group__4 { pushFollow(FOLLOW_rule__XTypeLiteral__Group__3__Impl_in_rule__XTypeLiteral__Group__329615); rule__XTypeLiteral__Group__3__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XTypeLiteral__Group__4_in_rule__XTypeLiteral__Group__329618); rule__XTypeLiteral__Group__4(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTypeLiteral__Group__3" // $ANTLR start "rule__XTypeLiteral__Group__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14674:1: rule__XTypeLiteral__Group__3__Impl : ( ( rule__XTypeLiteral__TypeAssignment_3 ) ) ; public final void rule__XTypeLiteral__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14678:1: ( ( ( rule__XTypeLiteral__TypeAssignment_3 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14679:1: ( ( rule__XTypeLiteral__TypeAssignment_3 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14679:1: ( ( rule__XTypeLiteral__TypeAssignment_3 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14680:1: ( rule__XTypeLiteral__TypeAssignment_3 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXTypeLiteralAccess().getTypeAssignment_3()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14681:1: ( rule__XTypeLiteral__TypeAssignment_3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14681:2: rule__XTypeLiteral__TypeAssignment_3 { pushFollow(FOLLOW_rule__XTypeLiteral__TypeAssignment_3_in_rule__XTypeLiteral__Group__3__Impl29645); rule__XTypeLiteral__TypeAssignment_3(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXTypeLiteralAccess().getTypeAssignment_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTypeLiteral__Group__3__Impl" // $ANTLR start "rule__XTypeLiteral__Group__4" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14691:1: rule__XTypeLiteral__Group__4 : rule__XTypeLiteral__Group__4__Impl rule__XTypeLiteral__Group__5 ; public final void rule__XTypeLiteral__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14695:1: ( rule__XTypeLiteral__Group__4__Impl rule__XTypeLiteral__Group__5 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14696:2: rule__XTypeLiteral__Group__4__Impl rule__XTypeLiteral__Group__5 { pushFollow(FOLLOW_rule__XTypeLiteral__Group__4__Impl_in_rule__XTypeLiteral__Group__429675); rule__XTypeLiteral__Group__4__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XTypeLiteral__Group__5_in_rule__XTypeLiteral__Group__429678); rule__XTypeLiteral__Group__5(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTypeLiteral__Group__4" // $ANTLR start "rule__XTypeLiteral__Group__4__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14703:1: rule__XTypeLiteral__Group__4__Impl : ( ( rule__XTypeLiteral__ArrayDimensionsAssignment_4 )* ) ; public final void rule__XTypeLiteral__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14707:1: ( ( ( rule__XTypeLiteral__ArrayDimensionsAssignment_4 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14708:1: ( ( rule__XTypeLiteral__ArrayDimensionsAssignment_4 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14708:1: ( ( rule__XTypeLiteral__ArrayDimensionsAssignment_4 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14709:1: ( rule__XTypeLiteral__ArrayDimensionsAssignment_4 )* { if ( state.backtracking==0 ) { before(grammarAccess.getXTypeLiteralAccess().getArrayDimensionsAssignment_4()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14710:1: ( rule__XTypeLiteral__ArrayDimensionsAssignment_4 )* loop108: do { int alt108=2; int LA108_0 = input.LA(1); if ( (LA108_0==63) ) { alt108=1; } switch (alt108) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14710:2: rule__XTypeLiteral__ArrayDimensionsAssignment_4 { pushFollow(FOLLOW_rule__XTypeLiteral__ArrayDimensionsAssignment_4_in_rule__XTypeLiteral__Group__4__Impl29705); rule__XTypeLiteral__ArrayDimensionsAssignment_4(); state._fsp--; if (state.failed) return ; } break; default : break loop108; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXTypeLiteralAccess().getArrayDimensionsAssignment_4()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTypeLiteral__Group__4__Impl" // $ANTLR start "rule__XTypeLiteral__Group__5" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14720:1: rule__XTypeLiteral__Group__5 : rule__XTypeLiteral__Group__5__Impl ; public final void rule__XTypeLiteral__Group__5() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14724:1: ( rule__XTypeLiteral__Group__5__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14725:2: rule__XTypeLiteral__Group__5__Impl { pushFollow(FOLLOW_rule__XTypeLiteral__Group__5__Impl_in_rule__XTypeLiteral__Group__529736); rule__XTypeLiteral__Group__5__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTypeLiteral__Group__5" // $ANTLR start "rule__XTypeLiteral__Group__5__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14731:1: rule__XTypeLiteral__Group__5__Impl : ( ')' ) ; public final void rule__XTypeLiteral__Group__5__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14735:1: ( ( ')' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14736:1: ( ')' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14736:1: ( ')' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14737:1: ')' { if ( state.backtracking==0 ) { before(grammarAccess.getXTypeLiteralAccess().getRightParenthesisKeyword_5()); } match(input,58,FOLLOW_58_in_rule__XTypeLiteral__Group__5__Impl29764); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXTypeLiteralAccess().getRightParenthesisKeyword_5()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTypeLiteral__Group__5__Impl" // $ANTLR start "rule__XThrowExpression__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14762:1: rule__XThrowExpression__Group__0 : rule__XThrowExpression__Group__0__Impl rule__XThrowExpression__Group__1 ; public final void rule__XThrowExpression__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14766:1: ( rule__XThrowExpression__Group__0__Impl rule__XThrowExpression__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14767:2: rule__XThrowExpression__Group__0__Impl rule__XThrowExpression__Group__1 { pushFollow(FOLLOW_rule__XThrowExpression__Group__0__Impl_in_rule__XThrowExpression__Group__029807); rule__XThrowExpression__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XThrowExpression__Group__1_in_rule__XThrowExpression__Group__029810); rule__XThrowExpression__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XThrowExpression__Group__0" // $ANTLR start "rule__XThrowExpression__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14774:1: rule__XThrowExpression__Group__0__Impl : ( () ) ; public final void rule__XThrowExpression__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14778:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14779:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14779:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14780:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXThrowExpressionAccess().getXThrowExpressionAction_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14781:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14783:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXThrowExpressionAccess().getXThrowExpressionAction_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XThrowExpression__Group__0__Impl" // $ANTLR start "rule__XThrowExpression__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14793:1: rule__XThrowExpression__Group__1 : rule__XThrowExpression__Group__1__Impl rule__XThrowExpression__Group__2 ; public final void rule__XThrowExpression__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14797:1: ( rule__XThrowExpression__Group__1__Impl rule__XThrowExpression__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14798:2: rule__XThrowExpression__Group__1__Impl rule__XThrowExpression__Group__2 { pushFollow(FOLLOW_rule__XThrowExpression__Group__1__Impl_in_rule__XThrowExpression__Group__129868); rule__XThrowExpression__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XThrowExpression__Group__2_in_rule__XThrowExpression__Group__129871); rule__XThrowExpression__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XThrowExpression__Group__1" // $ANTLR start "rule__XThrowExpression__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14805:1: rule__XThrowExpression__Group__1__Impl : ( 'throw' ) ; public final void rule__XThrowExpression__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14809:1: ( ( 'throw' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14810:1: ( 'throw' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14810:1: ( 'throw' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14811:1: 'throw' { if ( state.backtracking==0 ) { before(grammarAccess.getXThrowExpressionAccess().getThrowKeyword_1()); } match(input,77,FOLLOW_77_in_rule__XThrowExpression__Group__1__Impl29899); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXThrowExpressionAccess().getThrowKeyword_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XThrowExpression__Group__1__Impl" // $ANTLR start "rule__XThrowExpression__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14824:1: rule__XThrowExpression__Group__2 : rule__XThrowExpression__Group__2__Impl ; public final void rule__XThrowExpression__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14828:1: ( rule__XThrowExpression__Group__2__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14829:2: rule__XThrowExpression__Group__2__Impl { pushFollow(FOLLOW_rule__XThrowExpression__Group__2__Impl_in_rule__XThrowExpression__Group__229930); rule__XThrowExpression__Group__2__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XThrowExpression__Group__2" // $ANTLR start "rule__XThrowExpression__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14835:1: rule__XThrowExpression__Group__2__Impl : ( ( rule__XThrowExpression__ExpressionAssignment_2 ) ) ; public final void rule__XThrowExpression__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14839:1: ( ( ( rule__XThrowExpression__ExpressionAssignment_2 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14840:1: ( ( rule__XThrowExpression__ExpressionAssignment_2 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14840:1: ( ( rule__XThrowExpression__ExpressionAssignment_2 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14841:1: ( rule__XThrowExpression__ExpressionAssignment_2 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXThrowExpressionAccess().getExpressionAssignment_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14842:1: ( rule__XThrowExpression__ExpressionAssignment_2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14842:2: rule__XThrowExpression__ExpressionAssignment_2 { pushFollow(FOLLOW_rule__XThrowExpression__ExpressionAssignment_2_in_rule__XThrowExpression__Group__2__Impl29957); rule__XThrowExpression__ExpressionAssignment_2(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXThrowExpressionAccess().getExpressionAssignment_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XThrowExpression__Group__2__Impl" // $ANTLR start "rule__XReturnExpression__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14858:1: rule__XReturnExpression__Group__0 : rule__XReturnExpression__Group__0__Impl rule__XReturnExpression__Group__1 ; public final void rule__XReturnExpression__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14862:1: ( rule__XReturnExpression__Group__0__Impl rule__XReturnExpression__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14863:2: rule__XReturnExpression__Group__0__Impl rule__XReturnExpression__Group__1 { pushFollow(FOLLOW_rule__XReturnExpression__Group__0__Impl_in_rule__XReturnExpression__Group__029993); rule__XReturnExpression__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XReturnExpression__Group__1_in_rule__XReturnExpression__Group__029996); rule__XReturnExpression__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XReturnExpression__Group__0" // $ANTLR start "rule__XReturnExpression__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14870:1: rule__XReturnExpression__Group__0__Impl : ( () ) ; public final void rule__XReturnExpression__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14874:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14875:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14875:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14876:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXReturnExpressionAccess().getXReturnExpressionAction_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14877:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14879:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXReturnExpressionAccess().getXReturnExpressionAction_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XReturnExpression__Group__0__Impl" // $ANTLR start "rule__XReturnExpression__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14889:1: rule__XReturnExpression__Group__1 : rule__XReturnExpression__Group__1__Impl rule__XReturnExpression__Group__2 ; public final void rule__XReturnExpression__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14893:1: ( rule__XReturnExpression__Group__1__Impl rule__XReturnExpression__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14894:2: rule__XReturnExpression__Group__1__Impl rule__XReturnExpression__Group__2 { pushFollow(FOLLOW_rule__XReturnExpression__Group__1__Impl_in_rule__XReturnExpression__Group__130054); rule__XReturnExpression__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XReturnExpression__Group__2_in_rule__XReturnExpression__Group__130057); rule__XReturnExpression__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XReturnExpression__Group__1" // $ANTLR start "rule__XReturnExpression__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14901:1: rule__XReturnExpression__Group__1__Impl : ( 'return' ) ; public final void rule__XReturnExpression__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14905:1: ( ( 'return' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14906:1: ( 'return' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14906:1: ( 'return' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14907:1: 'return' { if ( state.backtracking==0 ) { before(grammarAccess.getXReturnExpressionAccess().getReturnKeyword_1()); } match(input,78,FOLLOW_78_in_rule__XReturnExpression__Group__1__Impl30085); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXReturnExpressionAccess().getReturnKeyword_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XReturnExpression__Group__1__Impl" // $ANTLR start "rule__XReturnExpression__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14920:1: rule__XReturnExpression__Group__2 : rule__XReturnExpression__Group__2__Impl ; public final void rule__XReturnExpression__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14924:1: ( rule__XReturnExpression__Group__2__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14925:2: rule__XReturnExpression__Group__2__Impl { pushFollow(FOLLOW_rule__XReturnExpression__Group__2__Impl_in_rule__XReturnExpression__Group__230116); rule__XReturnExpression__Group__2__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XReturnExpression__Group__2" // $ANTLR start "rule__XReturnExpression__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14931:1: rule__XReturnExpression__Group__2__Impl : ( ( rule__XReturnExpression__ExpressionAssignment_2 )? ) ; public final void rule__XReturnExpression__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14935:1: ( ( ( rule__XReturnExpression__ExpressionAssignment_2 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14936:1: ( ( rule__XReturnExpression__ExpressionAssignment_2 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14936:1: ( ( rule__XReturnExpression__ExpressionAssignment_2 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14937:1: ( rule__XReturnExpression__ExpressionAssignment_2 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXReturnExpressionAccess().getExpressionAssignment_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14938:1: ( rule__XReturnExpression__ExpressionAssignment_2 )? int alt109=2; alt109 = dfa109.predict(input); switch (alt109) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14938:2: rule__XReturnExpression__ExpressionAssignment_2 { pushFollow(FOLLOW_rule__XReturnExpression__ExpressionAssignment_2_in_rule__XReturnExpression__Group__2__Impl30143); rule__XReturnExpression__ExpressionAssignment_2(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXReturnExpressionAccess().getExpressionAssignment_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XReturnExpression__Group__2__Impl" // $ANTLR start "rule__XTryCatchFinallyExpression__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14954:1: rule__XTryCatchFinallyExpression__Group__0 : rule__XTryCatchFinallyExpression__Group__0__Impl rule__XTryCatchFinallyExpression__Group__1 ; public final void rule__XTryCatchFinallyExpression__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14958:1: ( rule__XTryCatchFinallyExpression__Group__0__Impl rule__XTryCatchFinallyExpression__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14959:2: rule__XTryCatchFinallyExpression__Group__0__Impl rule__XTryCatchFinallyExpression__Group__1 { pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__Group__0__Impl_in_rule__XTryCatchFinallyExpression__Group__030180); rule__XTryCatchFinallyExpression__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__Group__1_in_rule__XTryCatchFinallyExpression__Group__030183); rule__XTryCatchFinallyExpression__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTryCatchFinallyExpression__Group__0" // $ANTLR start "rule__XTryCatchFinallyExpression__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14966:1: rule__XTryCatchFinallyExpression__Group__0__Impl : ( () ) ; public final void rule__XTryCatchFinallyExpression__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14970:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14971:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14971:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14972:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXTryCatchFinallyExpressionAccess().getXTryCatchFinallyExpressionAction_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14973:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14975:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXTryCatchFinallyExpressionAccess().getXTryCatchFinallyExpressionAction_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTryCatchFinallyExpression__Group__0__Impl" // $ANTLR start "rule__XTryCatchFinallyExpression__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14985:1: rule__XTryCatchFinallyExpression__Group__1 : rule__XTryCatchFinallyExpression__Group__1__Impl rule__XTryCatchFinallyExpression__Group__2 ; public final void rule__XTryCatchFinallyExpression__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14989:1: ( rule__XTryCatchFinallyExpression__Group__1__Impl rule__XTryCatchFinallyExpression__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14990:2: rule__XTryCatchFinallyExpression__Group__1__Impl rule__XTryCatchFinallyExpression__Group__2 { pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__Group__1__Impl_in_rule__XTryCatchFinallyExpression__Group__130241); rule__XTryCatchFinallyExpression__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__Group__2_in_rule__XTryCatchFinallyExpression__Group__130244); rule__XTryCatchFinallyExpression__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTryCatchFinallyExpression__Group__1" // $ANTLR start "rule__XTryCatchFinallyExpression__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14997:1: rule__XTryCatchFinallyExpression__Group__1__Impl : ( 'try' ) ; public final void rule__XTryCatchFinallyExpression__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15001:1: ( ( 'try' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15002:1: ( 'try' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15002:1: ( 'try' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15003:1: 'try' { if ( state.backtracking==0 ) { before(grammarAccess.getXTryCatchFinallyExpressionAccess().getTryKeyword_1()); } match(input,79,FOLLOW_79_in_rule__XTryCatchFinallyExpression__Group__1__Impl30272); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXTryCatchFinallyExpressionAccess().getTryKeyword_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTryCatchFinallyExpression__Group__1__Impl" // $ANTLR start "rule__XTryCatchFinallyExpression__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15016:1: rule__XTryCatchFinallyExpression__Group__2 : rule__XTryCatchFinallyExpression__Group__2__Impl rule__XTryCatchFinallyExpression__Group__3 ; public final void rule__XTryCatchFinallyExpression__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15020:1: ( rule__XTryCatchFinallyExpression__Group__2__Impl rule__XTryCatchFinallyExpression__Group__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15021:2: rule__XTryCatchFinallyExpression__Group__2__Impl rule__XTryCatchFinallyExpression__Group__3 { pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__Group__2__Impl_in_rule__XTryCatchFinallyExpression__Group__230303); rule__XTryCatchFinallyExpression__Group__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__Group__3_in_rule__XTryCatchFinallyExpression__Group__230306); rule__XTryCatchFinallyExpression__Group__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTryCatchFinallyExpression__Group__2" // $ANTLR start "rule__XTryCatchFinallyExpression__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15028:1: rule__XTryCatchFinallyExpression__Group__2__Impl : ( ( rule__XTryCatchFinallyExpression__ExpressionAssignment_2 ) ) ; public final void rule__XTryCatchFinallyExpression__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15032:1: ( ( ( rule__XTryCatchFinallyExpression__ExpressionAssignment_2 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15033:1: ( ( rule__XTryCatchFinallyExpression__ExpressionAssignment_2 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15033:1: ( ( rule__XTryCatchFinallyExpression__ExpressionAssignment_2 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15034:1: ( rule__XTryCatchFinallyExpression__ExpressionAssignment_2 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXTryCatchFinallyExpressionAccess().getExpressionAssignment_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15035:1: ( rule__XTryCatchFinallyExpression__ExpressionAssignment_2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15035:2: rule__XTryCatchFinallyExpression__ExpressionAssignment_2 { pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__ExpressionAssignment_2_in_rule__XTryCatchFinallyExpression__Group__2__Impl30333); rule__XTryCatchFinallyExpression__ExpressionAssignment_2(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXTryCatchFinallyExpressionAccess().getExpressionAssignment_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTryCatchFinallyExpression__Group__2__Impl" // $ANTLR start "rule__XTryCatchFinallyExpression__Group__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15045:1: rule__XTryCatchFinallyExpression__Group__3 : rule__XTryCatchFinallyExpression__Group__3__Impl ; public final void rule__XTryCatchFinallyExpression__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15049:1: ( rule__XTryCatchFinallyExpression__Group__3__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15050:2: rule__XTryCatchFinallyExpression__Group__3__Impl { pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__Group__3__Impl_in_rule__XTryCatchFinallyExpression__Group__330363); rule__XTryCatchFinallyExpression__Group__3__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTryCatchFinallyExpression__Group__3" // $ANTLR start "rule__XTryCatchFinallyExpression__Group__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15056:1: rule__XTryCatchFinallyExpression__Group__3__Impl : ( ( rule__XTryCatchFinallyExpression__Alternatives_3 ) ) ; public final void rule__XTryCatchFinallyExpression__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15060:1: ( ( ( rule__XTryCatchFinallyExpression__Alternatives_3 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15061:1: ( ( rule__XTryCatchFinallyExpression__Alternatives_3 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15061:1: ( ( rule__XTryCatchFinallyExpression__Alternatives_3 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15062:1: ( rule__XTryCatchFinallyExpression__Alternatives_3 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXTryCatchFinallyExpressionAccess().getAlternatives_3()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15063:1: ( rule__XTryCatchFinallyExpression__Alternatives_3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15063:2: rule__XTryCatchFinallyExpression__Alternatives_3 { pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__Alternatives_3_in_rule__XTryCatchFinallyExpression__Group__3__Impl30390); rule__XTryCatchFinallyExpression__Alternatives_3(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXTryCatchFinallyExpressionAccess().getAlternatives_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTryCatchFinallyExpression__Group__3__Impl" // $ANTLR start "rule__XTryCatchFinallyExpression__Group_3_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15081:1: rule__XTryCatchFinallyExpression__Group_3_0__0 : rule__XTryCatchFinallyExpression__Group_3_0__0__Impl rule__XTryCatchFinallyExpression__Group_3_0__1 ; public final void rule__XTryCatchFinallyExpression__Group_3_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15085:1: ( rule__XTryCatchFinallyExpression__Group_3_0__0__Impl rule__XTryCatchFinallyExpression__Group_3_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15086:2: rule__XTryCatchFinallyExpression__Group_3_0__0__Impl rule__XTryCatchFinallyExpression__Group_3_0__1 { pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__Group_3_0__0__Impl_in_rule__XTryCatchFinallyExpression__Group_3_0__030428); rule__XTryCatchFinallyExpression__Group_3_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__Group_3_0__1_in_rule__XTryCatchFinallyExpression__Group_3_0__030431); rule__XTryCatchFinallyExpression__Group_3_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTryCatchFinallyExpression__Group_3_0__0" // $ANTLR start "rule__XTryCatchFinallyExpression__Group_3_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15093:1: rule__XTryCatchFinallyExpression__Group_3_0__0__Impl : ( ( ( rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0 ) ) ( ( rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0 )* ) ) ; public final void rule__XTryCatchFinallyExpression__Group_3_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15097:1: ( ( ( ( rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0 ) ) ( ( rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0 )* ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15098:1: ( ( ( rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0 ) ) ( ( rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0 )* ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15098:1: ( ( ( rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0 ) ) ( ( rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15099:1: ( ( rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0 ) ) ( ( rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15099:1: ( ( rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15100:1: ( rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXTryCatchFinallyExpressionAccess().getCatchClausesAssignment_3_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15101:1: ( rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15101:2: rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0 { pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0_in_rule__XTryCatchFinallyExpression__Group_3_0__0__Impl30460); rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXTryCatchFinallyExpressionAccess().getCatchClausesAssignment_3_0_0()); } } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15104:1: ( ( rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15105:1: ( rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getXTryCatchFinallyExpressionAccess().getCatchClausesAssignment_3_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15106:1: ( rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0 )* loop110: do { int alt110=2; int LA110_0 = input.LA(1); if ( (LA110_0==82) ) { int LA110_2 = input.LA(2); if ( (synpred153_InternalEntities()) ) { alt110=1; } } switch (alt110) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15106:2: rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0 { pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0_in_rule__XTryCatchFinallyExpression__Group_3_0__0__Impl30472); rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0(); state._fsp--; if (state.failed) return ; } break; default : break loop110; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXTryCatchFinallyExpressionAccess().getCatchClausesAssignment_3_0_0()); } } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTryCatchFinallyExpression__Group_3_0__0__Impl" // $ANTLR start "rule__XTryCatchFinallyExpression__Group_3_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15117:1: rule__XTryCatchFinallyExpression__Group_3_0__1 : rule__XTryCatchFinallyExpression__Group_3_0__1__Impl ; public final void rule__XTryCatchFinallyExpression__Group_3_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15121:1: ( rule__XTryCatchFinallyExpression__Group_3_0__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15122:2: rule__XTryCatchFinallyExpression__Group_3_0__1__Impl { pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__Group_3_0__1__Impl_in_rule__XTryCatchFinallyExpression__Group_3_0__130505); rule__XTryCatchFinallyExpression__Group_3_0__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTryCatchFinallyExpression__Group_3_0__1" // $ANTLR start "rule__XTryCatchFinallyExpression__Group_3_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15128:1: rule__XTryCatchFinallyExpression__Group_3_0__1__Impl : ( ( rule__XTryCatchFinallyExpression__Group_3_0_1__0 )? ) ; public final void rule__XTryCatchFinallyExpression__Group_3_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15132:1: ( ( ( rule__XTryCatchFinallyExpression__Group_3_0_1__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15133:1: ( ( rule__XTryCatchFinallyExpression__Group_3_0_1__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15133:1: ( ( rule__XTryCatchFinallyExpression__Group_3_0_1__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15134:1: ( rule__XTryCatchFinallyExpression__Group_3_0_1__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXTryCatchFinallyExpressionAccess().getGroup_3_0_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15135:1: ( rule__XTryCatchFinallyExpression__Group_3_0_1__0 )? int alt111=2; int LA111_0 = input.LA(1); if ( (LA111_0==80) ) { int LA111_1 = input.LA(2); if ( (synpred154_InternalEntities()) ) { alt111=1; } } switch (alt111) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15135:2: rule__XTryCatchFinallyExpression__Group_3_0_1__0 { pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__Group_3_0_1__0_in_rule__XTryCatchFinallyExpression__Group_3_0__1__Impl30532); rule__XTryCatchFinallyExpression__Group_3_0_1__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXTryCatchFinallyExpressionAccess().getGroup_3_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTryCatchFinallyExpression__Group_3_0__1__Impl" // $ANTLR start "rule__XTryCatchFinallyExpression__Group_3_0_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15149:1: rule__XTryCatchFinallyExpression__Group_3_0_1__0 : rule__XTryCatchFinallyExpression__Group_3_0_1__0__Impl rule__XTryCatchFinallyExpression__Group_3_0_1__1 ; public final void rule__XTryCatchFinallyExpression__Group_3_0_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15153:1: ( rule__XTryCatchFinallyExpression__Group_3_0_1__0__Impl rule__XTryCatchFinallyExpression__Group_3_0_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15154:2: rule__XTryCatchFinallyExpression__Group_3_0_1__0__Impl rule__XTryCatchFinallyExpression__Group_3_0_1__1 { pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__Group_3_0_1__0__Impl_in_rule__XTryCatchFinallyExpression__Group_3_0_1__030567); rule__XTryCatchFinallyExpression__Group_3_0_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__Group_3_0_1__1_in_rule__XTryCatchFinallyExpression__Group_3_0_1__030570); rule__XTryCatchFinallyExpression__Group_3_0_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTryCatchFinallyExpression__Group_3_0_1__0" // $ANTLR start "rule__XTryCatchFinallyExpression__Group_3_0_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15161:1: rule__XTryCatchFinallyExpression__Group_3_0_1__0__Impl : ( ( 'finally' ) ) ; public final void rule__XTryCatchFinallyExpression__Group_3_0_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15165:1: ( ( ( 'finally' ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15166:1: ( ( 'finally' ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15166:1: ( ( 'finally' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15167:1: ( 'finally' ) { if ( state.backtracking==0 ) { before(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyKeyword_3_0_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15168:1: ( 'finally' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15169:2: 'finally' { match(input,80,FOLLOW_80_in_rule__XTryCatchFinallyExpression__Group_3_0_1__0__Impl30599); if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyKeyword_3_0_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTryCatchFinallyExpression__Group_3_0_1__0__Impl" // $ANTLR start "rule__XTryCatchFinallyExpression__Group_3_0_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15180:1: rule__XTryCatchFinallyExpression__Group_3_0_1__1 : rule__XTryCatchFinallyExpression__Group_3_0_1__1__Impl ; public final void rule__XTryCatchFinallyExpression__Group_3_0_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15184:1: ( rule__XTryCatchFinallyExpression__Group_3_0_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15185:2: rule__XTryCatchFinallyExpression__Group_3_0_1__1__Impl { pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__Group_3_0_1__1__Impl_in_rule__XTryCatchFinallyExpression__Group_3_0_1__130631); rule__XTryCatchFinallyExpression__Group_3_0_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTryCatchFinallyExpression__Group_3_0_1__1" // $ANTLR start "rule__XTryCatchFinallyExpression__Group_3_0_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15191:1: rule__XTryCatchFinallyExpression__Group_3_0_1__1__Impl : ( ( rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_0_1_1 ) ) ; public final void rule__XTryCatchFinallyExpression__Group_3_0_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15195:1: ( ( ( rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_0_1_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15196:1: ( ( rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_0_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15196:1: ( ( rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_0_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15197:1: ( rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_0_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyExpressionAssignment_3_0_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15198:1: ( rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_0_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15198:2: rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_0_1_1 { pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_0_1_1_in_rule__XTryCatchFinallyExpression__Group_3_0_1__1__Impl30658); rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_0_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyExpressionAssignment_3_0_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTryCatchFinallyExpression__Group_3_0_1__1__Impl" // $ANTLR start "rule__XTryCatchFinallyExpression__Group_3_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15212:1: rule__XTryCatchFinallyExpression__Group_3_1__0 : rule__XTryCatchFinallyExpression__Group_3_1__0__Impl rule__XTryCatchFinallyExpression__Group_3_1__1 ; public final void rule__XTryCatchFinallyExpression__Group_3_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15216:1: ( rule__XTryCatchFinallyExpression__Group_3_1__0__Impl rule__XTryCatchFinallyExpression__Group_3_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15217:2: rule__XTryCatchFinallyExpression__Group_3_1__0__Impl rule__XTryCatchFinallyExpression__Group_3_1__1 { pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__Group_3_1__0__Impl_in_rule__XTryCatchFinallyExpression__Group_3_1__030692); rule__XTryCatchFinallyExpression__Group_3_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__Group_3_1__1_in_rule__XTryCatchFinallyExpression__Group_3_1__030695); rule__XTryCatchFinallyExpression__Group_3_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTryCatchFinallyExpression__Group_3_1__0" // $ANTLR start "rule__XTryCatchFinallyExpression__Group_3_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15224:1: rule__XTryCatchFinallyExpression__Group_3_1__0__Impl : ( 'finally' ) ; public final void rule__XTryCatchFinallyExpression__Group_3_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15228:1: ( ( 'finally' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15229:1: ( 'finally' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15229:1: ( 'finally' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15230:1: 'finally' { if ( state.backtracking==0 ) { before(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyKeyword_3_1_0()); } match(input,80,FOLLOW_80_in_rule__XTryCatchFinallyExpression__Group_3_1__0__Impl30723); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyKeyword_3_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTryCatchFinallyExpression__Group_3_1__0__Impl" // $ANTLR start "rule__XTryCatchFinallyExpression__Group_3_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15243:1: rule__XTryCatchFinallyExpression__Group_3_1__1 : rule__XTryCatchFinallyExpression__Group_3_1__1__Impl ; public final void rule__XTryCatchFinallyExpression__Group_3_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15247:1: ( rule__XTryCatchFinallyExpression__Group_3_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15248:2: rule__XTryCatchFinallyExpression__Group_3_1__1__Impl { pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__Group_3_1__1__Impl_in_rule__XTryCatchFinallyExpression__Group_3_1__130754); rule__XTryCatchFinallyExpression__Group_3_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTryCatchFinallyExpression__Group_3_1__1" // $ANTLR start "rule__XTryCatchFinallyExpression__Group_3_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15254:1: rule__XTryCatchFinallyExpression__Group_3_1__1__Impl : ( ( rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_1_1 ) ) ; public final void rule__XTryCatchFinallyExpression__Group_3_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15258:1: ( ( ( rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_1_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15259:1: ( ( rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15259:1: ( ( rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15260:1: ( rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyExpressionAssignment_3_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15261:1: ( rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15261:2: rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_1_1 { pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_1_1_in_rule__XTryCatchFinallyExpression__Group_3_1__1__Impl30781); rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyExpressionAssignment_3_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTryCatchFinallyExpression__Group_3_1__1__Impl" // $ANTLR start "rule__XSynchronizedExpression__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15275:1: rule__XSynchronizedExpression__Group__0 : rule__XSynchronizedExpression__Group__0__Impl rule__XSynchronizedExpression__Group__1 ; public final void rule__XSynchronizedExpression__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15279:1: ( rule__XSynchronizedExpression__Group__0__Impl rule__XSynchronizedExpression__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15280:2: rule__XSynchronizedExpression__Group__0__Impl rule__XSynchronizedExpression__Group__1 { pushFollow(FOLLOW_rule__XSynchronizedExpression__Group__0__Impl_in_rule__XSynchronizedExpression__Group__030815); rule__XSynchronizedExpression__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XSynchronizedExpression__Group__1_in_rule__XSynchronizedExpression__Group__030818); rule__XSynchronizedExpression__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSynchronizedExpression__Group__0" // $ANTLR start "rule__XSynchronizedExpression__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15287:1: rule__XSynchronizedExpression__Group__0__Impl : ( ( rule__XSynchronizedExpression__Group_0__0 ) ) ; public final void rule__XSynchronizedExpression__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15291:1: ( ( ( rule__XSynchronizedExpression__Group_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15292:1: ( ( rule__XSynchronizedExpression__Group_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15292:1: ( ( rule__XSynchronizedExpression__Group_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15293:1: ( rule__XSynchronizedExpression__Group_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXSynchronizedExpressionAccess().getGroup_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15294:1: ( rule__XSynchronizedExpression__Group_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15294:2: rule__XSynchronizedExpression__Group_0__0 { pushFollow(FOLLOW_rule__XSynchronizedExpression__Group_0__0_in_rule__XSynchronizedExpression__Group__0__Impl30845); rule__XSynchronizedExpression__Group_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXSynchronizedExpressionAccess().getGroup_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSynchronizedExpression__Group__0__Impl" // $ANTLR start "rule__XSynchronizedExpression__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15304:1: rule__XSynchronizedExpression__Group__1 : rule__XSynchronizedExpression__Group__1__Impl rule__XSynchronizedExpression__Group__2 ; public final void rule__XSynchronizedExpression__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15308:1: ( rule__XSynchronizedExpression__Group__1__Impl rule__XSynchronizedExpression__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15309:2: rule__XSynchronizedExpression__Group__1__Impl rule__XSynchronizedExpression__Group__2 { pushFollow(FOLLOW_rule__XSynchronizedExpression__Group__1__Impl_in_rule__XSynchronizedExpression__Group__130875); rule__XSynchronizedExpression__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XSynchronizedExpression__Group__2_in_rule__XSynchronizedExpression__Group__130878); rule__XSynchronizedExpression__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSynchronizedExpression__Group__1" // $ANTLR start "rule__XSynchronizedExpression__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15316:1: rule__XSynchronizedExpression__Group__1__Impl : ( ( rule__XSynchronizedExpression__ParamAssignment_1 ) ) ; public final void rule__XSynchronizedExpression__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15320:1: ( ( ( rule__XSynchronizedExpression__ParamAssignment_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15321:1: ( ( rule__XSynchronizedExpression__ParamAssignment_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15321:1: ( ( rule__XSynchronizedExpression__ParamAssignment_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15322:1: ( rule__XSynchronizedExpression__ParamAssignment_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXSynchronizedExpressionAccess().getParamAssignment_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15323:1: ( rule__XSynchronizedExpression__ParamAssignment_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15323:2: rule__XSynchronizedExpression__ParamAssignment_1 { pushFollow(FOLLOW_rule__XSynchronizedExpression__ParamAssignment_1_in_rule__XSynchronizedExpression__Group__1__Impl30905); rule__XSynchronizedExpression__ParamAssignment_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXSynchronizedExpressionAccess().getParamAssignment_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSynchronizedExpression__Group__1__Impl" // $ANTLR start "rule__XSynchronizedExpression__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15333:1: rule__XSynchronizedExpression__Group__2 : rule__XSynchronizedExpression__Group__2__Impl rule__XSynchronizedExpression__Group__3 ; public final void rule__XSynchronizedExpression__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15337:1: ( rule__XSynchronizedExpression__Group__2__Impl rule__XSynchronizedExpression__Group__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15338:2: rule__XSynchronizedExpression__Group__2__Impl rule__XSynchronizedExpression__Group__3 { pushFollow(FOLLOW_rule__XSynchronizedExpression__Group__2__Impl_in_rule__XSynchronizedExpression__Group__230935); rule__XSynchronizedExpression__Group__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XSynchronizedExpression__Group__3_in_rule__XSynchronizedExpression__Group__230938); rule__XSynchronizedExpression__Group__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSynchronizedExpression__Group__2" // $ANTLR start "rule__XSynchronizedExpression__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15345:1: rule__XSynchronizedExpression__Group__2__Impl : ( ')' ) ; public final void rule__XSynchronizedExpression__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15349:1: ( ( ')' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15350:1: ( ')' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15350:1: ( ')' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15351:1: ')' { if ( state.backtracking==0 ) { before(grammarAccess.getXSynchronizedExpressionAccess().getRightParenthesisKeyword_2()); } match(input,58,FOLLOW_58_in_rule__XSynchronizedExpression__Group__2__Impl30966); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSynchronizedExpressionAccess().getRightParenthesisKeyword_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSynchronizedExpression__Group__2__Impl" // $ANTLR start "rule__XSynchronizedExpression__Group__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15364:1: rule__XSynchronizedExpression__Group__3 : rule__XSynchronizedExpression__Group__3__Impl ; public final void rule__XSynchronizedExpression__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15368:1: ( rule__XSynchronizedExpression__Group__3__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15369:2: rule__XSynchronizedExpression__Group__3__Impl { pushFollow(FOLLOW_rule__XSynchronizedExpression__Group__3__Impl_in_rule__XSynchronizedExpression__Group__330997); rule__XSynchronizedExpression__Group__3__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSynchronizedExpression__Group__3" // $ANTLR start "rule__XSynchronizedExpression__Group__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15375:1: rule__XSynchronizedExpression__Group__3__Impl : ( ( rule__XSynchronizedExpression__ExpressionAssignment_3 ) ) ; public final void rule__XSynchronizedExpression__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15379:1: ( ( ( rule__XSynchronizedExpression__ExpressionAssignment_3 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15380:1: ( ( rule__XSynchronizedExpression__ExpressionAssignment_3 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15380:1: ( ( rule__XSynchronizedExpression__ExpressionAssignment_3 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15381:1: ( rule__XSynchronizedExpression__ExpressionAssignment_3 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXSynchronizedExpressionAccess().getExpressionAssignment_3()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15382:1: ( rule__XSynchronizedExpression__ExpressionAssignment_3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15382:2: rule__XSynchronizedExpression__ExpressionAssignment_3 { pushFollow(FOLLOW_rule__XSynchronizedExpression__ExpressionAssignment_3_in_rule__XSynchronizedExpression__Group__3__Impl31024); rule__XSynchronizedExpression__ExpressionAssignment_3(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXSynchronizedExpressionAccess().getExpressionAssignment_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSynchronizedExpression__Group__3__Impl" // $ANTLR start "rule__XSynchronizedExpression__Group_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15400:1: rule__XSynchronizedExpression__Group_0__0 : rule__XSynchronizedExpression__Group_0__0__Impl ; public final void rule__XSynchronizedExpression__Group_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15404:1: ( rule__XSynchronizedExpression__Group_0__0__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15405:2: rule__XSynchronizedExpression__Group_0__0__Impl { pushFollow(FOLLOW_rule__XSynchronizedExpression__Group_0__0__Impl_in_rule__XSynchronizedExpression__Group_0__031062); rule__XSynchronizedExpression__Group_0__0__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSynchronizedExpression__Group_0__0" // $ANTLR start "rule__XSynchronizedExpression__Group_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15411:1: rule__XSynchronizedExpression__Group_0__0__Impl : ( ( rule__XSynchronizedExpression__Group_0_0__0 ) ) ; public final void rule__XSynchronizedExpression__Group_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15415:1: ( ( ( rule__XSynchronizedExpression__Group_0_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15416:1: ( ( rule__XSynchronizedExpression__Group_0_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15416:1: ( ( rule__XSynchronizedExpression__Group_0_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15417:1: ( rule__XSynchronizedExpression__Group_0_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXSynchronizedExpressionAccess().getGroup_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15418:1: ( rule__XSynchronizedExpression__Group_0_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15418:2: rule__XSynchronizedExpression__Group_0_0__0 { pushFollow(FOLLOW_rule__XSynchronizedExpression__Group_0_0__0_in_rule__XSynchronizedExpression__Group_0__0__Impl31089); rule__XSynchronizedExpression__Group_0_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXSynchronizedExpressionAccess().getGroup_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSynchronizedExpression__Group_0__0__Impl" // $ANTLR start "rule__XSynchronizedExpression__Group_0_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15430:1: rule__XSynchronizedExpression__Group_0_0__0 : rule__XSynchronizedExpression__Group_0_0__0__Impl rule__XSynchronizedExpression__Group_0_0__1 ; public final void rule__XSynchronizedExpression__Group_0_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15434:1: ( rule__XSynchronizedExpression__Group_0_0__0__Impl rule__XSynchronizedExpression__Group_0_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15435:2: rule__XSynchronizedExpression__Group_0_0__0__Impl rule__XSynchronizedExpression__Group_0_0__1 { pushFollow(FOLLOW_rule__XSynchronizedExpression__Group_0_0__0__Impl_in_rule__XSynchronizedExpression__Group_0_0__031121); rule__XSynchronizedExpression__Group_0_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XSynchronizedExpression__Group_0_0__1_in_rule__XSynchronizedExpression__Group_0_0__031124); rule__XSynchronizedExpression__Group_0_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSynchronizedExpression__Group_0_0__0" // $ANTLR start "rule__XSynchronizedExpression__Group_0_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15442:1: rule__XSynchronizedExpression__Group_0_0__0__Impl : ( () ) ; public final void rule__XSynchronizedExpression__Group_0_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15446:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15447:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15447:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15448:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getXSynchronizedExpressionAccess().getXSynchronizedExpressionAction_0_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15449:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15451:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getXSynchronizedExpressionAccess().getXSynchronizedExpressionAction_0_0_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSynchronizedExpression__Group_0_0__0__Impl" // $ANTLR start "rule__XSynchronizedExpression__Group_0_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15461:1: rule__XSynchronizedExpression__Group_0_0__1 : rule__XSynchronizedExpression__Group_0_0__1__Impl rule__XSynchronizedExpression__Group_0_0__2 ; public final void rule__XSynchronizedExpression__Group_0_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15465:1: ( rule__XSynchronizedExpression__Group_0_0__1__Impl rule__XSynchronizedExpression__Group_0_0__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15466:2: rule__XSynchronizedExpression__Group_0_0__1__Impl rule__XSynchronizedExpression__Group_0_0__2 { pushFollow(FOLLOW_rule__XSynchronizedExpression__Group_0_0__1__Impl_in_rule__XSynchronizedExpression__Group_0_0__131182); rule__XSynchronizedExpression__Group_0_0__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XSynchronizedExpression__Group_0_0__2_in_rule__XSynchronizedExpression__Group_0_0__131185); rule__XSynchronizedExpression__Group_0_0__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSynchronizedExpression__Group_0_0__1" // $ANTLR start "rule__XSynchronizedExpression__Group_0_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15473:1: rule__XSynchronizedExpression__Group_0_0__1__Impl : ( 'synchronized' ) ; public final void rule__XSynchronizedExpression__Group_0_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15477:1: ( ( 'synchronized' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15478:1: ( 'synchronized' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15478:1: ( 'synchronized' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15479:1: 'synchronized' { if ( state.backtracking==0 ) { before(grammarAccess.getXSynchronizedExpressionAccess().getSynchronizedKeyword_0_0_1()); } match(input,81,FOLLOW_81_in_rule__XSynchronizedExpression__Group_0_0__1__Impl31213); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSynchronizedExpressionAccess().getSynchronizedKeyword_0_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSynchronizedExpression__Group_0_0__1__Impl" // $ANTLR start "rule__XSynchronizedExpression__Group_0_0__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15492:1: rule__XSynchronizedExpression__Group_0_0__2 : rule__XSynchronizedExpression__Group_0_0__2__Impl ; public final void rule__XSynchronizedExpression__Group_0_0__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15496:1: ( rule__XSynchronizedExpression__Group_0_0__2__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15497:2: rule__XSynchronizedExpression__Group_0_0__2__Impl { pushFollow(FOLLOW_rule__XSynchronizedExpression__Group_0_0__2__Impl_in_rule__XSynchronizedExpression__Group_0_0__231244); rule__XSynchronizedExpression__Group_0_0__2__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSynchronizedExpression__Group_0_0__2" // $ANTLR start "rule__XSynchronizedExpression__Group_0_0__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15503:1: rule__XSynchronizedExpression__Group_0_0__2__Impl : ( '(' ) ; public final void rule__XSynchronizedExpression__Group_0_0__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15507:1: ( ( '(' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15508:1: ( '(' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15508:1: ( '(' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15509:1: '(' { if ( state.backtracking==0 ) { before(grammarAccess.getXSynchronizedExpressionAccess().getLeftParenthesisKeyword_0_0_2()); } match(input,57,FOLLOW_57_in_rule__XSynchronizedExpression__Group_0_0__2__Impl31272); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSynchronizedExpressionAccess().getLeftParenthesisKeyword_0_0_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSynchronizedExpression__Group_0_0__2__Impl" // $ANTLR start "rule__XCatchClause__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15528:1: rule__XCatchClause__Group__0 : rule__XCatchClause__Group__0__Impl rule__XCatchClause__Group__1 ; public final void rule__XCatchClause__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15532:1: ( rule__XCatchClause__Group__0__Impl rule__XCatchClause__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15533:2: rule__XCatchClause__Group__0__Impl rule__XCatchClause__Group__1 { pushFollow(FOLLOW_rule__XCatchClause__Group__0__Impl_in_rule__XCatchClause__Group__031309); rule__XCatchClause__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XCatchClause__Group__1_in_rule__XCatchClause__Group__031312); rule__XCatchClause__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCatchClause__Group__0" // $ANTLR start "rule__XCatchClause__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15540:1: rule__XCatchClause__Group__0__Impl : ( ( 'catch' ) ) ; public final void rule__XCatchClause__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15544:1: ( ( ( 'catch' ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15545:1: ( ( 'catch' ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15545:1: ( ( 'catch' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15546:1: ( 'catch' ) { if ( state.backtracking==0 ) { before(grammarAccess.getXCatchClauseAccess().getCatchKeyword_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15547:1: ( 'catch' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15548:2: 'catch' { match(input,82,FOLLOW_82_in_rule__XCatchClause__Group__0__Impl31341); if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXCatchClauseAccess().getCatchKeyword_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCatchClause__Group__0__Impl" // $ANTLR start "rule__XCatchClause__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15559:1: rule__XCatchClause__Group__1 : rule__XCatchClause__Group__1__Impl rule__XCatchClause__Group__2 ; public final void rule__XCatchClause__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15563:1: ( rule__XCatchClause__Group__1__Impl rule__XCatchClause__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15564:2: rule__XCatchClause__Group__1__Impl rule__XCatchClause__Group__2 { pushFollow(FOLLOW_rule__XCatchClause__Group__1__Impl_in_rule__XCatchClause__Group__131373); rule__XCatchClause__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XCatchClause__Group__2_in_rule__XCatchClause__Group__131376); rule__XCatchClause__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCatchClause__Group__1" // $ANTLR start "rule__XCatchClause__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15571:1: rule__XCatchClause__Group__1__Impl : ( '(' ) ; public final void rule__XCatchClause__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15575:1: ( ( '(' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15576:1: ( '(' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15576:1: ( '(' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15577:1: '(' { if ( state.backtracking==0 ) { before(grammarAccess.getXCatchClauseAccess().getLeftParenthesisKeyword_1()); } match(input,57,FOLLOW_57_in_rule__XCatchClause__Group__1__Impl31404); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXCatchClauseAccess().getLeftParenthesisKeyword_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCatchClause__Group__1__Impl" // $ANTLR start "rule__XCatchClause__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15590:1: rule__XCatchClause__Group__2 : rule__XCatchClause__Group__2__Impl rule__XCatchClause__Group__3 ; public final void rule__XCatchClause__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15594:1: ( rule__XCatchClause__Group__2__Impl rule__XCatchClause__Group__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15595:2: rule__XCatchClause__Group__2__Impl rule__XCatchClause__Group__3 { pushFollow(FOLLOW_rule__XCatchClause__Group__2__Impl_in_rule__XCatchClause__Group__231435); rule__XCatchClause__Group__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XCatchClause__Group__3_in_rule__XCatchClause__Group__231438); rule__XCatchClause__Group__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCatchClause__Group__2" // $ANTLR start "rule__XCatchClause__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15602:1: rule__XCatchClause__Group__2__Impl : ( ( rule__XCatchClause__DeclaredParamAssignment_2 ) ) ; public final void rule__XCatchClause__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15606:1: ( ( ( rule__XCatchClause__DeclaredParamAssignment_2 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15607:1: ( ( rule__XCatchClause__DeclaredParamAssignment_2 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15607:1: ( ( rule__XCatchClause__DeclaredParamAssignment_2 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15608:1: ( rule__XCatchClause__DeclaredParamAssignment_2 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXCatchClauseAccess().getDeclaredParamAssignment_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15609:1: ( rule__XCatchClause__DeclaredParamAssignment_2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15609:2: rule__XCatchClause__DeclaredParamAssignment_2 { pushFollow(FOLLOW_rule__XCatchClause__DeclaredParamAssignment_2_in_rule__XCatchClause__Group__2__Impl31465); rule__XCatchClause__DeclaredParamAssignment_2(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXCatchClauseAccess().getDeclaredParamAssignment_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCatchClause__Group__2__Impl" // $ANTLR start "rule__XCatchClause__Group__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15619:1: rule__XCatchClause__Group__3 : rule__XCatchClause__Group__3__Impl rule__XCatchClause__Group__4 ; public final void rule__XCatchClause__Group__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15623:1: ( rule__XCatchClause__Group__3__Impl rule__XCatchClause__Group__4 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15624:2: rule__XCatchClause__Group__3__Impl rule__XCatchClause__Group__4 { pushFollow(FOLLOW_rule__XCatchClause__Group__3__Impl_in_rule__XCatchClause__Group__331495); rule__XCatchClause__Group__3__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XCatchClause__Group__4_in_rule__XCatchClause__Group__331498); rule__XCatchClause__Group__4(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCatchClause__Group__3" // $ANTLR start "rule__XCatchClause__Group__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15631:1: rule__XCatchClause__Group__3__Impl : ( ')' ) ; public final void rule__XCatchClause__Group__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15635:1: ( ( ')' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15636:1: ( ')' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15636:1: ( ')' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15637:1: ')' { if ( state.backtracking==0 ) { before(grammarAccess.getXCatchClauseAccess().getRightParenthesisKeyword_3()); } match(input,58,FOLLOW_58_in_rule__XCatchClause__Group__3__Impl31526); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXCatchClauseAccess().getRightParenthesisKeyword_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCatchClause__Group__3__Impl" // $ANTLR start "rule__XCatchClause__Group__4" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15650:1: rule__XCatchClause__Group__4 : rule__XCatchClause__Group__4__Impl ; public final void rule__XCatchClause__Group__4() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15654:1: ( rule__XCatchClause__Group__4__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15655:2: rule__XCatchClause__Group__4__Impl { pushFollow(FOLLOW_rule__XCatchClause__Group__4__Impl_in_rule__XCatchClause__Group__431557); rule__XCatchClause__Group__4__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCatchClause__Group__4" // $ANTLR start "rule__XCatchClause__Group__4__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15661:1: rule__XCatchClause__Group__4__Impl : ( ( rule__XCatchClause__ExpressionAssignment_4 ) ) ; public final void rule__XCatchClause__Group__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15665:1: ( ( ( rule__XCatchClause__ExpressionAssignment_4 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15666:1: ( ( rule__XCatchClause__ExpressionAssignment_4 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15666:1: ( ( rule__XCatchClause__ExpressionAssignment_4 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15667:1: ( rule__XCatchClause__ExpressionAssignment_4 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXCatchClauseAccess().getExpressionAssignment_4()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15668:1: ( rule__XCatchClause__ExpressionAssignment_4 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15668:2: rule__XCatchClause__ExpressionAssignment_4 { pushFollow(FOLLOW_rule__XCatchClause__ExpressionAssignment_4_in_rule__XCatchClause__Group__4__Impl31584); rule__XCatchClause__ExpressionAssignment_4(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXCatchClauseAccess().getExpressionAssignment_4()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCatchClause__Group__4__Impl" // $ANTLR start "rule__QualifiedName__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15688:1: rule__QualifiedName__Group__0 : rule__QualifiedName__Group__0__Impl rule__QualifiedName__Group__1 ; public final void rule__QualifiedName__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15692:1: ( rule__QualifiedName__Group__0__Impl rule__QualifiedName__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15693:2: rule__QualifiedName__Group__0__Impl rule__QualifiedName__Group__1 { pushFollow(FOLLOW_rule__QualifiedName__Group__0__Impl_in_rule__QualifiedName__Group__031624); rule__QualifiedName__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__QualifiedName__Group__1_in_rule__QualifiedName__Group__031627); rule__QualifiedName__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__QualifiedName__Group__0" // $ANTLR start "rule__QualifiedName__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15700:1: rule__QualifiedName__Group__0__Impl : ( ruleValidID ) ; public final void rule__QualifiedName__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15704:1: ( ( ruleValidID ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15705:1: ( ruleValidID ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15705:1: ( ruleValidID ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15706:1: ruleValidID { if ( state.backtracking==0 ) { before(grammarAccess.getQualifiedNameAccess().getValidIDParserRuleCall_0()); } pushFollow(FOLLOW_ruleValidID_in_rule__QualifiedName__Group__0__Impl31654); ruleValidID(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getQualifiedNameAccess().getValidIDParserRuleCall_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__QualifiedName__Group__0__Impl" // $ANTLR start "rule__QualifiedName__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15717:1: rule__QualifiedName__Group__1 : rule__QualifiedName__Group__1__Impl ; public final void rule__QualifiedName__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15721:1: ( rule__QualifiedName__Group__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15722:2: rule__QualifiedName__Group__1__Impl { pushFollow(FOLLOW_rule__QualifiedName__Group__1__Impl_in_rule__QualifiedName__Group__131683); rule__QualifiedName__Group__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__QualifiedName__Group__1" // $ANTLR start "rule__QualifiedName__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15728:1: rule__QualifiedName__Group__1__Impl : ( ( rule__QualifiedName__Group_1__0 )* ) ; public final void rule__QualifiedName__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15732:1: ( ( ( rule__QualifiedName__Group_1__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15733:1: ( ( rule__QualifiedName__Group_1__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15733:1: ( ( rule__QualifiedName__Group_1__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15734:1: ( rule__QualifiedName__Group_1__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getQualifiedNameAccess().getGroup_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15735:1: ( rule__QualifiedName__Group_1__0 )* loop112: do { int alt112=2; int LA112_0 = input.LA(1); if ( (LA112_0==43) ) { int LA112_2 = input.LA(2); if ( (LA112_2==RULE_ID) ) { int LA112_3 = input.LA(3); if ( (synpred155_InternalEntities()) ) { alt112=1; } } } switch (alt112) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15735:2: rule__QualifiedName__Group_1__0 { pushFollow(FOLLOW_rule__QualifiedName__Group_1__0_in_rule__QualifiedName__Group__1__Impl31710); rule__QualifiedName__Group_1__0(); state._fsp--; if (state.failed) return ; } break; default : break loop112; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getQualifiedNameAccess().getGroup_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__QualifiedName__Group__1__Impl" // $ANTLR start "rule__QualifiedName__Group_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15749:1: rule__QualifiedName__Group_1__0 : rule__QualifiedName__Group_1__0__Impl rule__QualifiedName__Group_1__1 ; public final void rule__QualifiedName__Group_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15753:1: ( rule__QualifiedName__Group_1__0__Impl rule__QualifiedName__Group_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15754:2: rule__QualifiedName__Group_1__0__Impl rule__QualifiedName__Group_1__1 { pushFollow(FOLLOW_rule__QualifiedName__Group_1__0__Impl_in_rule__QualifiedName__Group_1__031745); rule__QualifiedName__Group_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__QualifiedName__Group_1__1_in_rule__QualifiedName__Group_1__031748); rule__QualifiedName__Group_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__QualifiedName__Group_1__0" // $ANTLR start "rule__QualifiedName__Group_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15761:1: rule__QualifiedName__Group_1__0__Impl : ( ( '.' ) ) ; public final void rule__QualifiedName__Group_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15765:1: ( ( ( '.' ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15766:1: ( ( '.' ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15766:1: ( ( '.' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15767:1: ( '.' ) { if ( state.backtracking==0 ) { before(grammarAccess.getQualifiedNameAccess().getFullStopKeyword_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15768:1: ( '.' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15769:2: '.' { match(input,43,FOLLOW_43_in_rule__QualifiedName__Group_1__0__Impl31777); if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getQualifiedNameAccess().getFullStopKeyword_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__QualifiedName__Group_1__0__Impl" // $ANTLR start "rule__QualifiedName__Group_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15780:1: rule__QualifiedName__Group_1__1 : rule__QualifiedName__Group_1__1__Impl ; public final void rule__QualifiedName__Group_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15784:1: ( rule__QualifiedName__Group_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15785:2: rule__QualifiedName__Group_1__1__Impl { pushFollow(FOLLOW_rule__QualifiedName__Group_1__1__Impl_in_rule__QualifiedName__Group_1__131809); rule__QualifiedName__Group_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__QualifiedName__Group_1__1" // $ANTLR start "rule__QualifiedName__Group_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15791:1: rule__QualifiedName__Group_1__1__Impl : ( ruleValidID ) ; public final void rule__QualifiedName__Group_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15795:1: ( ( ruleValidID ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15796:1: ( ruleValidID ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15796:1: ( ruleValidID ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15797:1: ruleValidID { if ( state.backtracking==0 ) { before(grammarAccess.getQualifiedNameAccess().getValidIDParserRuleCall_1_1()); } pushFollow(FOLLOW_ruleValidID_in_rule__QualifiedName__Group_1__1__Impl31836); ruleValidID(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getQualifiedNameAccess().getValidIDParserRuleCall_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__QualifiedName__Group_1__1__Impl" // $ANTLR start "rule__Number__Group_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15812:1: rule__Number__Group_1__0 : rule__Number__Group_1__0__Impl rule__Number__Group_1__1 ; public final void rule__Number__Group_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15816:1: ( rule__Number__Group_1__0__Impl rule__Number__Group_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15817:2: rule__Number__Group_1__0__Impl rule__Number__Group_1__1 { pushFollow(FOLLOW_rule__Number__Group_1__0__Impl_in_rule__Number__Group_1__031869); rule__Number__Group_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__Number__Group_1__1_in_rule__Number__Group_1__031872); rule__Number__Group_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Number__Group_1__0" // $ANTLR start "rule__Number__Group_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15824:1: rule__Number__Group_1__0__Impl : ( ( rule__Number__Alternatives_1_0 ) ) ; public final void rule__Number__Group_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15828:1: ( ( ( rule__Number__Alternatives_1_0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15829:1: ( ( rule__Number__Alternatives_1_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15829:1: ( ( rule__Number__Alternatives_1_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15830:1: ( rule__Number__Alternatives_1_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getNumberAccess().getAlternatives_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15831:1: ( rule__Number__Alternatives_1_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15831:2: rule__Number__Alternatives_1_0 { pushFollow(FOLLOW_rule__Number__Alternatives_1_0_in_rule__Number__Group_1__0__Impl31899); rule__Number__Alternatives_1_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getNumberAccess().getAlternatives_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Number__Group_1__0__Impl" // $ANTLR start "rule__Number__Group_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15841:1: rule__Number__Group_1__1 : rule__Number__Group_1__1__Impl ; public final void rule__Number__Group_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15845:1: ( rule__Number__Group_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15846:2: rule__Number__Group_1__1__Impl { pushFollow(FOLLOW_rule__Number__Group_1__1__Impl_in_rule__Number__Group_1__131929); rule__Number__Group_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Number__Group_1__1" // $ANTLR start "rule__Number__Group_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15852:1: rule__Number__Group_1__1__Impl : ( ( rule__Number__Group_1_1__0 )? ) ; public final void rule__Number__Group_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15856:1: ( ( ( rule__Number__Group_1_1__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15857:1: ( ( rule__Number__Group_1_1__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15857:1: ( ( rule__Number__Group_1_1__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15858:1: ( rule__Number__Group_1_1__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getNumberAccess().getGroup_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15859:1: ( rule__Number__Group_1_1__0 )? int alt113=2; int LA113_0 = input.LA(1); if ( (LA113_0==43) ) { int LA113_1 = input.LA(2); if ( ((LA113_1>=RULE_INT && LA113_1<=RULE_DECIMAL)) ) { alt113=1; } } switch (alt113) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15859:2: rule__Number__Group_1_1__0 { pushFollow(FOLLOW_rule__Number__Group_1_1__0_in_rule__Number__Group_1__1__Impl31956); rule__Number__Group_1_1__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getNumberAccess().getGroup_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Number__Group_1__1__Impl" // $ANTLR start "rule__Number__Group_1_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15873:1: rule__Number__Group_1_1__0 : rule__Number__Group_1_1__0__Impl rule__Number__Group_1_1__1 ; public final void rule__Number__Group_1_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15877:1: ( rule__Number__Group_1_1__0__Impl rule__Number__Group_1_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15878:2: rule__Number__Group_1_1__0__Impl rule__Number__Group_1_1__1 { pushFollow(FOLLOW_rule__Number__Group_1_1__0__Impl_in_rule__Number__Group_1_1__031991); rule__Number__Group_1_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__Number__Group_1_1__1_in_rule__Number__Group_1_1__031994); rule__Number__Group_1_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Number__Group_1_1__0" // $ANTLR start "rule__Number__Group_1_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15885:1: rule__Number__Group_1_1__0__Impl : ( '.' ) ; public final void rule__Number__Group_1_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15889:1: ( ( '.' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15890:1: ( '.' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15890:1: ( '.' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15891:1: '.' { if ( state.backtracking==0 ) { before(grammarAccess.getNumberAccess().getFullStopKeyword_1_1_0()); } match(input,43,FOLLOW_43_in_rule__Number__Group_1_1__0__Impl32022); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getNumberAccess().getFullStopKeyword_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Number__Group_1_1__0__Impl" // $ANTLR start "rule__Number__Group_1_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15904:1: rule__Number__Group_1_1__1 : rule__Number__Group_1_1__1__Impl ; public final void rule__Number__Group_1_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15908:1: ( rule__Number__Group_1_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15909:2: rule__Number__Group_1_1__1__Impl { pushFollow(FOLLOW_rule__Number__Group_1_1__1__Impl_in_rule__Number__Group_1_1__132053); rule__Number__Group_1_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Number__Group_1_1__1" // $ANTLR start "rule__Number__Group_1_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15915:1: rule__Number__Group_1_1__1__Impl : ( ( rule__Number__Alternatives_1_1_1 ) ) ; public final void rule__Number__Group_1_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15919:1: ( ( ( rule__Number__Alternatives_1_1_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15920:1: ( ( rule__Number__Alternatives_1_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15920:1: ( ( rule__Number__Alternatives_1_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15921:1: ( rule__Number__Alternatives_1_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getNumberAccess().getAlternatives_1_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15922:1: ( rule__Number__Alternatives_1_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15922:2: rule__Number__Alternatives_1_1_1 { pushFollow(FOLLOW_rule__Number__Alternatives_1_1_1_in_rule__Number__Group_1_1__1__Impl32080); rule__Number__Alternatives_1_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getNumberAccess().getAlternatives_1_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Number__Group_1_1__1__Impl" // $ANTLR start "rule__JvmTypeReference__Group_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15937:1: rule__JvmTypeReference__Group_0__0 : rule__JvmTypeReference__Group_0__0__Impl rule__JvmTypeReference__Group_0__1 ; public final void rule__JvmTypeReference__Group_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15941:1: ( rule__JvmTypeReference__Group_0__0__Impl rule__JvmTypeReference__Group_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15942:2: rule__JvmTypeReference__Group_0__0__Impl rule__JvmTypeReference__Group_0__1 { pushFollow(FOLLOW_rule__JvmTypeReference__Group_0__0__Impl_in_rule__JvmTypeReference__Group_0__032115); rule__JvmTypeReference__Group_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__JvmTypeReference__Group_0__1_in_rule__JvmTypeReference__Group_0__032118); rule__JvmTypeReference__Group_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmTypeReference__Group_0__0" // $ANTLR start "rule__JvmTypeReference__Group_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15949:1: rule__JvmTypeReference__Group_0__0__Impl : ( ruleJvmParameterizedTypeReference ) ; public final void rule__JvmTypeReference__Group_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15953:1: ( ( ruleJvmParameterizedTypeReference ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15954:1: ( ruleJvmParameterizedTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15954:1: ( ruleJvmParameterizedTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15955:1: ruleJvmParameterizedTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getJvmTypeReferenceAccess().getJvmParameterizedTypeReferenceParserRuleCall_0_0()); } pushFollow(FOLLOW_ruleJvmParameterizedTypeReference_in_rule__JvmTypeReference__Group_0__0__Impl32145); ruleJvmParameterizedTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmTypeReferenceAccess().getJvmParameterizedTypeReferenceParserRuleCall_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmTypeReference__Group_0__0__Impl" // $ANTLR start "rule__JvmTypeReference__Group_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15966:1: rule__JvmTypeReference__Group_0__1 : rule__JvmTypeReference__Group_0__1__Impl ; public final void rule__JvmTypeReference__Group_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15970:1: ( rule__JvmTypeReference__Group_0__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15971:2: rule__JvmTypeReference__Group_0__1__Impl { pushFollow(FOLLOW_rule__JvmTypeReference__Group_0__1__Impl_in_rule__JvmTypeReference__Group_0__132174); rule__JvmTypeReference__Group_0__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmTypeReference__Group_0__1" // $ANTLR start "rule__JvmTypeReference__Group_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15977:1: rule__JvmTypeReference__Group_0__1__Impl : ( ( rule__JvmTypeReference__Group_0_1__0 )* ) ; public final void rule__JvmTypeReference__Group_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15981:1: ( ( ( rule__JvmTypeReference__Group_0_1__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15982:1: ( ( rule__JvmTypeReference__Group_0_1__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15982:1: ( ( rule__JvmTypeReference__Group_0_1__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15983:1: ( rule__JvmTypeReference__Group_0_1__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getJvmTypeReferenceAccess().getGroup_0_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15984:1: ( rule__JvmTypeReference__Group_0_1__0 )* loop114: do { int alt114=2; int LA114_0 = input.LA(1); if ( (LA114_0==63) ) { int LA114_2 = input.LA(2); if ( (LA114_2==64) ) { int LA114_3 = input.LA(3); if ( (synpred157_InternalEntities()) ) { alt114=1; } } } switch (alt114) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15984:2: rule__JvmTypeReference__Group_0_1__0 { pushFollow(FOLLOW_rule__JvmTypeReference__Group_0_1__0_in_rule__JvmTypeReference__Group_0__1__Impl32201); rule__JvmTypeReference__Group_0_1__0(); state._fsp--; if (state.failed) return ; } break; default : break loop114; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getJvmTypeReferenceAccess().getGroup_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmTypeReference__Group_0__1__Impl" // $ANTLR start "rule__JvmTypeReference__Group_0_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15998:1: rule__JvmTypeReference__Group_0_1__0 : rule__JvmTypeReference__Group_0_1__0__Impl ; public final void rule__JvmTypeReference__Group_0_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16002:1: ( rule__JvmTypeReference__Group_0_1__0__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16003:2: rule__JvmTypeReference__Group_0_1__0__Impl { pushFollow(FOLLOW_rule__JvmTypeReference__Group_0_1__0__Impl_in_rule__JvmTypeReference__Group_0_1__032236); rule__JvmTypeReference__Group_0_1__0__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmTypeReference__Group_0_1__0" // $ANTLR start "rule__JvmTypeReference__Group_0_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16009:1: rule__JvmTypeReference__Group_0_1__0__Impl : ( ( rule__JvmTypeReference__Group_0_1_0__0 ) ) ; public final void rule__JvmTypeReference__Group_0_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16013:1: ( ( ( rule__JvmTypeReference__Group_0_1_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16014:1: ( ( rule__JvmTypeReference__Group_0_1_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16014:1: ( ( rule__JvmTypeReference__Group_0_1_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16015:1: ( rule__JvmTypeReference__Group_0_1_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmTypeReferenceAccess().getGroup_0_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16016:1: ( rule__JvmTypeReference__Group_0_1_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16016:2: rule__JvmTypeReference__Group_0_1_0__0 { pushFollow(FOLLOW_rule__JvmTypeReference__Group_0_1_0__0_in_rule__JvmTypeReference__Group_0_1__0__Impl32263); rule__JvmTypeReference__Group_0_1_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmTypeReferenceAccess().getGroup_0_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmTypeReference__Group_0_1__0__Impl" // $ANTLR start "rule__JvmTypeReference__Group_0_1_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16028:1: rule__JvmTypeReference__Group_0_1_0__0 : rule__JvmTypeReference__Group_0_1_0__0__Impl rule__JvmTypeReference__Group_0_1_0__1 ; public final void rule__JvmTypeReference__Group_0_1_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16032:1: ( rule__JvmTypeReference__Group_0_1_0__0__Impl rule__JvmTypeReference__Group_0_1_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16033:2: rule__JvmTypeReference__Group_0_1_0__0__Impl rule__JvmTypeReference__Group_0_1_0__1 { pushFollow(FOLLOW_rule__JvmTypeReference__Group_0_1_0__0__Impl_in_rule__JvmTypeReference__Group_0_1_0__032295); rule__JvmTypeReference__Group_0_1_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__JvmTypeReference__Group_0_1_0__1_in_rule__JvmTypeReference__Group_0_1_0__032298); rule__JvmTypeReference__Group_0_1_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmTypeReference__Group_0_1_0__0" // $ANTLR start "rule__JvmTypeReference__Group_0_1_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16040:1: rule__JvmTypeReference__Group_0_1_0__0__Impl : ( () ) ; public final void rule__JvmTypeReference__Group_0_1_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16044:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16045:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16045:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16046:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getJvmTypeReferenceAccess().getJvmGenericArrayTypeReferenceComponentTypeAction_0_1_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16047:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16049:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getJvmTypeReferenceAccess().getJvmGenericArrayTypeReferenceComponentTypeAction_0_1_0_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmTypeReference__Group_0_1_0__0__Impl" // $ANTLR start "rule__JvmTypeReference__Group_0_1_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16059:1: rule__JvmTypeReference__Group_0_1_0__1 : rule__JvmTypeReference__Group_0_1_0__1__Impl ; public final void rule__JvmTypeReference__Group_0_1_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16063:1: ( rule__JvmTypeReference__Group_0_1_0__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16064:2: rule__JvmTypeReference__Group_0_1_0__1__Impl { pushFollow(FOLLOW_rule__JvmTypeReference__Group_0_1_0__1__Impl_in_rule__JvmTypeReference__Group_0_1_0__132356); rule__JvmTypeReference__Group_0_1_0__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmTypeReference__Group_0_1_0__1" // $ANTLR start "rule__JvmTypeReference__Group_0_1_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16070:1: rule__JvmTypeReference__Group_0_1_0__1__Impl : ( ruleArrayBrackets ) ; public final void rule__JvmTypeReference__Group_0_1_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16074:1: ( ( ruleArrayBrackets ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16075:1: ( ruleArrayBrackets ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16075:1: ( ruleArrayBrackets ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16076:1: ruleArrayBrackets { if ( state.backtracking==0 ) { before(grammarAccess.getJvmTypeReferenceAccess().getArrayBracketsParserRuleCall_0_1_0_1()); } pushFollow(FOLLOW_ruleArrayBrackets_in_rule__JvmTypeReference__Group_0_1_0__1__Impl32383); ruleArrayBrackets(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmTypeReferenceAccess().getArrayBracketsParserRuleCall_0_1_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmTypeReference__Group_0_1_0__1__Impl" // $ANTLR start "rule__ArrayBrackets__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16091:1: rule__ArrayBrackets__Group__0 : rule__ArrayBrackets__Group__0__Impl rule__ArrayBrackets__Group__1 ; public final void rule__ArrayBrackets__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16095:1: ( rule__ArrayBrackets__Group__0__Impl rule__ArrayBrackets__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16096:2: rule__ArrayBrackets__Group__0__Impl rule__ArrayBrackets__Group__1 { pushFollow(FOLLOW_rule__ArrayBrackets__Group__0__Impl_in_rule__ArrayBrackets__Group__032416); rule__ArrayBrackets__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__ArrayBrackets__Group__1_in_rule__ArrayBrackets__Group__032419); rule__ArrayBrackets__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__ArrayBrackets__Group__0" // $ANTLR start "rule__ArrayBrackets__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16103:1: rule__ArrayBrackets__Group__0__Impl : ( '[' ) ; public final void rule__ArrayBrackets__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16107:1: ( ( '[' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16108:1: ( '[' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16108:1: ( '[' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16109:1: '[' { if ( state.backtracking==0 ) { before(grammarAccess.getArrayBracketsAccess().getLeftSquareBracketKeyword_0()); } match(input,63,FOLLOW_63_in_rule__ArrayBrackets__Group__0__Impl32447); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getArrayBracketsAccess().getLeftSquareBracketKeyword_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__ArrayBrackets__Group__0__Impl" // $ANTLR start "rule__ArrayBrackets__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16122:1: rule__ArrayBrackets__Group__1 : rule__ArrayBrackets__Group__1__Impl ; public final void rule__ArrayBrackets__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16126:1: ( rule__ArrayBrackets__Group__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16127:2: rule__ArrayBrackets__Group__1__Impl { pushFollow(FOLLOW_rule__ArrayBrackets__Group__1__Impl_in_rule__ArrayBrackets__Group__132478); rule__ArrayBrackets__Group__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__ArrayBrackets__Group__1" // $ANTLR start "rule__ArrayBrackets__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16133:1: rule__ArrayBrackets__Group__1__Impl : ( ']' ) ; public final void rule__ArrayBrackets__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16137:1: ( ( ']' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16138:1: ( ']' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16138:1: ( ']' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16139:1: ']' { if ( state.backtracking==0 ) { before(grammarAccess.getArrayBracketsAccess().getRightSquareBracketKeyword_1()); } match(input,64,FOLLOW_64_in_rule__ArrayBrackets__Group__1__Impl32506); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getArrayBracketsAccess().getRightSquareBracketKeyword_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__ArrayBrackets__Group__1__Impl" // $ANTLR start "rule__XFunctionTypeRef__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16156:1: rule__XFunctionTypeRef__Group__0 : rule__XFunctionTypeRef__Group__0__Impl rule__XFunctionTypeRef__Group__1 ; public final void rule__XFunctionTypeRef__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16160:1: ( rule__XFunctionTypeRef__Group__0__Impl rule__XFunctionTypeRef__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16161:2: rule__XFunctionTypeRef__Group__0__Impl rule__XFunctionTypeRef__Group__1 { pushFollow(FOLLOW_rule__XFunctionTypeRef__Group__0__Impl_in_rule__XFunctionTypeRef__Group__032541); rule__XFunctionTypeRef__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XFunctionTypeRef__Group__1_in_rule__XFunctionTypeRef__Group__032544); rule__XFunctionTypeRef__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFunctionTypeRef__Group__0" // $ANTLR start "rule__XFunctionTypeRef__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16168:1: rule__XFunctionTypeRef__Group__0__Impl : ( ( rule__XFunctionTypeRef__Group_0__0 )? ) ; public final void rule__XFunctionTypeRef__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16172:1: ( ( ( rule__XFunctionTypeRef__Group_0__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16173:1: ( ( rule__XFunctionTypeRef__Group_0__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16173:1: ( ( rule__XFunctionTypeRef__Group_0__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16174:1: ( rule__XFunctionTypeRef__Group_0__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXFunctionTypeRefAccess().getGroup_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16175:1: ( rule__XFunctionTypeRef__Group_0__0 )? int alt115=2; int LA115_0 = input.LA(1); if ( (LA115_0==57) ) { alt115=1; } switch (alt115) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16175:2: rule__XFunctionTypeRef__Group_0__0 { pushFollow(FOLLOW_rule__XFunctionTypeRef__Group_0__0_in_rule__XFunctionTypeRef__Group__0__Impl32571); rule__XFunctionTypeRef__Group_0__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXFunctionTypeRefAccess().getGroup_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFunctionTypeRef__Group__0__Impl" // $ANTLR start "rule__XFunctionTypeRef__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16185:1: rule__XFunctionTypeRef__Group__1 : rule__XFunctionTypeRef__Group__1__Impl rule__XFunctionTypeRef__Group__2 ; public final void rule__XFunctionTypeRef__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16189:1: ( rule__XFunctionTypeRef__Group__1__Impl rule__XFunctionTypeRef__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16190:2: rule__XFunctionTypeRef__Group__1__Impl rule__XFunctionTypeRef__Group__2 { pushFollow(FOLLOW_rule__XFunctionTypeRef__Group__1__Impl_in_rule__XFunctionTypeRef__Group__132602); rule__XFunctionTypeRef__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XFunctionTypeRef__Group__2_in_rule__XFunctionTypeRef__Group__132605); rule__XFunctionTypeRef__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFunctionTypeRef__Group__1" // $ANTLR start "rule__XFunctionTypeRef__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16197:1: rule__XFunctionTypeRef__Group__1__Impl : ( '=>' ) ; public final void rule__XFunctionTypeRef__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16201:1: ( ( '=>' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16202:1: ( '=>' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16202:1: ( '=>' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16203:1: '=>' { if ( state.backtracking==0 ) { before(grammarAccess.getXFunctionTypeRefAccess().getEqualsSignGreaterThanSignKeyword_1()); } match(input,31,FOLLOW_31_in_rule__XFunctionTypeRef__Group__1__Impl32633); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXFunctionTypeRefAccess().getEqualsSignGreaterThanSignKeyword_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFunctionTypeRef__Group__1__Impl" // $ANTLR start "rule__XFunctionTypeRef__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16216:1: rule__XFunctionTypeRef__Group__2 : rule__XFunctionTypeRef__Group__2__Impl ; public final void rule__XFunctionTypeRef__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16220:1: ( rule__XFunctionTypeRef__Group__2__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16221:2: rule__XFunctionTypeRef__Group__2__Impl { pushFollow(FOLLOW_rule__XFunctionTypeRef__Group__2__Impl_in_rule__XFunctionTypeRef__Group__232664); rule__XFunctionTypeRef__Group__2__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFunctionTypeRef__Group__2" // $ANTLR start "rule__XFunctionTypeRef__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16227:1: rule__XFunctionTypeRef__Group__2__Impl : ( ( rule__XFunctionTypeRef__ReturnTypeAssignment_2 ) ) ; public final void rule__XFunctionTypeRef__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16231:1: ( ( ( rule__XFunctionTypeRef__ReturnTypeAssignment_2 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16232:1: ( ( rule__XFunctionTypeRef__ReturnTypeAssignment_2 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16232:1: ( ( rule__XFunctionTypeRef__ReturnTypeAssignment_2 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16233:1: ( rule__XFunctionTypeRef__ReturnTypeAssignment_2 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXFunctionTypeRefAccess().getReturnTypeAssignment_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16234:1: ( rule__XFunctionTypeRef__ReturnTypeAssignment_2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16234:2: rule__XFunctionTypeRef__ReturnTypeAssignment_2 { pushFollow(FOLLOW_rule__XFunctionTypeRef__ReturnTypeAssignment_2_in_rule__XFunctionTypeRef__Group__2__Impl32691); rule__XFunctionTypeRef__ReturnTypeAssignment_2(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXFunctionTypeRefAccess().getReturnTypeAssignment_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFunctionTypeRef__Group__2__Impl" // $ANTLR start "rule__XFunctionTypeRef__Group_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16250:1: rule__XFunctionTypeRef__Group_0__0 : rule__XFunctionTypeRef__Group_0__0__Impl rule__XFunctionTypeRef__Group_0__1 ; public final void rule__XFunctionTypeRef__Group_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16254:1: ( rule__XFunctionTypeRef__Group_0__0__Impl rule__XFunctionTypeRef__Group_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16255:2: rule__XFunctionTypeRef__Group_0__0__Impl rule__XFunctionTypeRef__Group_0__1 { pushFollow(FOLLOW_rule__XFunctionTypeRef__Group_0__0__Impl_in_rule__XFunctionTypeRef__Group_0__032727); rule__XFunctionTypeRef__Group_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XFunctionTypeRef__Group_0__1_in_rule__XFunctionTypeRef__Group_0__032730); rule__XFunctionTypeRef__Group_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFunctionTypeRef__Group_0__0" // $ANTLR start "rule__XFunctionTypeRef__Group_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16262:1: rule__XFunctionTypeRef__Group_0__0__Impl : ( '(' ) ; public final void rule__XFunctionTypeRef__Group_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16266:1: ( ( '(' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16267:1: ( '(' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16267:1: ( '(' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16268:1: '(' { if ( state.backtracking==0 ) { before(grammarAccess.getXFunctionTypeRefAccess().getLeftParenthesisKeyword_0_0()); } match(input,57,FOLLOW_57_in_rule__XFunctionTypeRef__Group_0__0__Impl32758); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXFunctionTypeRefAccess().getLeftParenthesisKeyword_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFunctionTypeRef__Group_0__0__Impl" // $ANTLR start "rule__XFunctionTypeRef__Group_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16281:1: rule__XFunctionTypeRef__Group_0__1 : rule__XFunctionTypeRef__Group_0__1__Impl rule__XFunctionTypeRef__Group_0__2 ; public final void rule__XFunctionTypeRef__Group_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16285:1: ( rule__XFunctionTypeRef__Group_0__1__Impl rule__XFunctionTypeRef__Group_0__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16286:2: rule__XFunctionTypeRef__Group_0__1__Impl rule__XFunctionTypeRef__Group_0__2 { pushFollow(FOLLOW_rule__XFunctionTypeRef__Group_0__1__Impl_in_rule__XFunctionTypeRef__Group_0__132789); rule__XFunctionTypeRef__Group_0__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XFunctionTypeRef__Group_0__2_in_rule__XFunctionTypeRef__Group_0__132792); rule__XFunctionTypeRef__Group_0__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFunctionTypeRef__Group_0__1" // $ANTLR start "rule__XFunctionTypeRef__Group_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16293:1: rule__XFunctionTypeRef__Group_0__1__Impl : ( ( rule__XFunctionTypeRef__Group_0_1__0 )? ) ; public final void rule__XFunctionTypeRef__Group_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16297:1: ( ( ( rule__XFunctionTypeRef__Group_0_1__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16298:1: ( ( rule__XFunctionTypeRef__Group_0_1__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16298:1: ( ( rule__XFunctionTypeRef__Group_0_1__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16299:1: ( rule__XFunctionTypeRef__Group_0_1__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXFunctionTypeRefAccess().getGroup_0_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16300:1: ( rule__XFunctionTypeRef__Group_0_1__0 )? int alt116=2; int LA116_0 = input.LA(1); if ( (LA116_0==RULE_ID||LA116_0==31||LA116_0==57) ) { alt116=1; } switch (alt116) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16300:2: rule__XFunctionTypeRef__Group_0_1__0 { pushFollow(FOLLOW_rule__XFunctionTypeRef__Group_0_1__0_in_rule__XFunctionTypeRef__Group_0__1__Impl32819); rule__XFunctionTypeRef__Group_0_1__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXFunctionTypeRefAccess().getGroup_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFunctionTypeRef__Group_0__1__Impl" // $ANTLR start "rule__XFunctionTypeRef__Group_0__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16310:1: rule__XFunctionTypeRef__Group_0__2 : rule__XFunctionTypeRef__Group_0__2__Impl ; public final void rule__XFunctionTypeRef__Group_0__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16314:1: ( rule__XFunctionTypeRef__Group_0__2__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16315:2: rule__XFunctionTypeRef__Group_0__2__Impl { pushFollow(FOLLOW_rule__XFunctionTypeRef__Group_0__2__Impl_in_rule__XFunctionTypeRef__Group_0__232850); rule__XFunctionTypeRef__Group_0__2__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFunctionTypeRef__Group_0__2" // $ANTLR start "rule__XFunctionTypeRef__Group_0__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16321:1: rule__XFunctionTypeRef__Group_0__2__Impl : ( ')' ) ; public final void rule__XFunctionTypeRef__Group_0__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16325:1: ( ( ')' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16326:1: ( ')' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16326:1: ( ')' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16327:1: ')' { if ( state.backtracking==0 ) { before(grammarAccess.getXFunctionTypeRefAccess().getRightParenthesisKeyword_0_2()); } match(input,58,FOLLOW_58_in_rule__XFunctionTypeRef__Group_0__2__Impl32878); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXFunctionTypeRefAccess().getRightParenthesisKeyword_0_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFunctionTypeRef__Group_0__2__Impl" // $ANTLR start "rule__XFunctionTypeRef__Group_0_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16346:1: rule__XFunctionTypeRef__Group_0_1__0 : rule__XFunctionTypeRef__Group_0_1__0__Impl rule__XFunctionTypeRef__Group_0_1__1 ; public final void rule__XFunctionTypeRef__Group_0_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16350:1: ( rule__XFunctionTypeRef__Group_0_1__0__Impl rule__XFunctionTypeRef__Group_0_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16351:2: rule__XFunctionTypeRef__Group_0_1__0__Impl rule__XFunctionTypeRef__Group_0_1__1 { pushFollow(FOLLOW_rule__XFunctionTypeRef__Group_0_1__0__Impl_in_rule__XFunctionTypeRef__Group_0_1__032915); rule__XFunctionTypeRef__Group_0_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XFunctionTypeRef__Group_0_1__1_in_rule__XFunctionTypeRef__Group_0_1__032918); rule__XFunctionTypeRef__Group_0_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFunctionTypeRef__Group_0_1__0" // $ANTLR start "rule__XFunctionTypeRef__Group_0_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16358:1: rule__XFunctionTypeRef__Group_0_1__0__Impl : ( ( rule__XFunctionTypeRef__ParamTypesAssignment_0_1_0 ) ) ; public final void rule__XFunctionTypeRef__Group_0_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16362:1: ( ( ( rule__XFunctionTypeRef__ParamTypesAssignment_0_1_0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16363:1: ( ( rule__XFunctionTypeRef__ParamTypesAssignment_0_1_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16363:1: ( ( rule__XFunctionTypeRef__ParamTypesAssignment_0_1_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16364:1: ( rule__XFunctionTypeRef__ParamTypesAssignment_0_1_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXFunctionTypeRefAccess().getParamTypesAssignment_0_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16365:1: ( rule__XFunctionTypeRef__ParamTypesAssignment_0_1_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16365:2: rule__XFunctionTypeRef__ParamTypesAssignment_0_1_0 { pushFollow(FOLLOW_rule__XFunctionTypeRef__ParamTypesAssignment_0_1_0_in_rule__XFunctionTypeRef__Group_0_1__0__Impl32945); rule__XFunctionTypeRef__ParamTypesAssignment_0_1_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXFunctionTypeRefAccess().getParamTypesAssignment_0_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFunctionTypeRef__Group_0_1__0__Impl" // $ANTLR start "rule__XFunctionTypeRef__Group_0_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16375:1: rule__XFunctionTypeRef__Group_0_1__1 : rule__XFunctionTypeRef__Group_0_1__1__Impl ; public final void rule__XFunctionTypeRef__Group_0_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16379:1: ( rule__XFunctionTypeRef__Group_0_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16380:2: rule__XFunctionTypeRef__Group_0_1__1__Impl { pushFollow(FOLLOW_rule__XFunctionTypeRef__Group_0_1__1__Impl_in_rule__XFunctionTypeRef__Group_0_1__132975); rule__XFunctionTypeRef__Group_0_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFunctionTypeRef__Group_0_1__1" // $ANTLR start "rule__XFunctionTypeRef__Group_0_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16386:1: rule__XFunctionTypeRef__Group_0_1__1__Impl : ( ( rule__XFunctionTypeRef__Group_0_1_1__0 )* ) ; public final void rule__XFunctionTypeRef__Group_0_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16390:1: ( ( ( rule__XFunctionTypeRef__Group_0_1_1__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16391:1: ( ( rule__XFunctionTypeRef__Group_0_1_1__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16391:1: ( ( rule__XFunctionTypeRef__Group_0_1_1__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16392:1: ( rule__XFunctionTypeRef__Group_0_1_1__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getXFunctionTypeRefAccess().getGroup_0_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16393:1: ( rule__XFunctionTypeRef__Group_0_1_1__0 )* loop117: do { int alt117=2; int LA117_0 = input.LA(1); if ( (LA117_0==59) ) { alt117=1; } switch (alt117) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16393:2: rule__XFunctionTypeRef__Group_0_1_1__0 { pushFollow(FOLLOW_rule__XFunctionTypeRef__Group_0_1_1__0_in_rule__XFunctionTypeRef__Group_0_1__1__Impl33002); rule__XFunctionTypeRef__Group_0_1_1__0(); state._fsp--; if (state.failed) return ; } break; default : break loop117; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getXFunctionTypeRefAccess().getGroup_0_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFunctionTypeRef__Group_0_1__1__Impl" // $ANTLR start "rule__XFunctionTypeRef__Group_0_1_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16407:1: rule__XFunctionTypeRef__Group_0_1_1__0 : rule__XFunctionTypeRef__Group_0_1_1__0__Impl rule__XFunctionTypeRef__Group_0_1_1__1 ; public final void rule__XFunctionTypeRef__Group_0_1_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16411:1: ( rule__XFunctionTypeRef__Group_0_1_1__0__Impl rule__XFunctionTypeRef__Group_0_1_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16412:2: rule__XFunctionTypeRef__Group_0_1_1__0__Impl rule__XFunctionTypeRef__Group_0_1_1__1 { pushFollow(FOLLOW_rule__XFunctionTypeRef__Group_0_1_1__0__Impl_in_rule__XFunctionTypeRef__Group_0_1_1__033037); rule__XFunctionTypeRef__Group_0_1_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XFunctionTypeRef__Group_0_1_1__1_in_rule__XFunctionTypeRef__Group_0_1_1__033040); rule__XFunctionTypeRef__Group_0_1_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFunctionTypeRef__Group_0_1_1__0" // $ANTLR start "rule__XFunctionTypeRef__Group_0_1_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16419:1: rule__XFunctionTypeRef__Group_0_1_1__0__Impl : ( ',' ) ; public final void rule__XFunctionTypeRef__Group_0_1_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16423:1: ( ( ',' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16424:1: ( ',' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16424:1: ( ',' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16425:1: ',' { if ( state.backtracking==0 ) { before(grammarAccess.getXFunctionTypeRefAccess().getCommaKeyword_0_1_1_0()); } match(input,59,FOLLOW_59_in_rule__XFunctionTypeRef__Group_0_1_1__0__Impl33068); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXFunctionTypeRefAccess().getCommaKeyword_0_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFunctionTypeRef__Group_0_1_1__0__Impl" // $ANTLR start "rule__XFunctionTypeRef__Group_0_1_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16438:1: rule__XFunctionTypeRef__Group_0_1_1__1 : rule__XFunctionTypeRef__Group_0_1_1__1__Impl ; public final void rule__XFunctionTypeRef__Group_0_1_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16442:1: ( rule__XFunctionTypeRef__Group_0_1_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16443:2: rule__XFunctionTypeRef__Group_0_1_1__1__Impl { pushFollow(FOLLOW_rule__XFunctionTypeRef__Group_0_1_1__1__Impl_in_rule__XFunctionTypeRef__Group_0_1_1__133099); rule__XFunctionTypeRef__Group_0_1_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFunctionTypeRef__Group_0_1_1__1" // $ANTLR start "rule__XFunctionTypeRef__Group_0_1_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16449:1: rule__XFunctionTypeRef__Group_0_1_1__1__Impl : ( ( rule__XFunctionTypeRef__ParamTypesAssignment_0_1_1_1 ) ) ; public final void rule__XFunctionTypeRef__Group_0_1_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16453:1: ( ( ( rule__XFunctionTypeRef__ParamTypesAssignment_0_1_1_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16454:1: ( ( rule__XFunctionTypeRef__ParamTypesAssignment_0_1_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16454:1: ( ( rule__XFunctionTypeRef__ParamTypesAssignment_0_1_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16455:1: ( rule__XFunctionTypeRef__ParamTypesAssignment_0_1_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXFunctionTypeRefAccess().getParamTypesAssignment_0_1_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16456:1: ( rule__XFunctionTypeRef__ParamTypesAssignment_0_1_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16456:2: rule__XFunctionTypeRef__ParamTypesAssignment_0_1_1_1 { pushFollow(FOLLOW_rule__XFunctionTypeRef__ParamTypesAssignment_0_1_1_1_in_rule__XFunctionTypeRef__Group_0_1_1__1__Impl33126); rule__XFunctionTypeRef__ParamTypesAssignment_0_1_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXFunctionTypeRefAccess().getParamTypesAssignment_0_1_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFunctionTypeRef__Group_0_1_1__1__Impl" // $ANTLR start "rule__JvmParameterizedTypeReference__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16470:1: rule__JvmParameterizedTypeReference__Group__0 : rule__JvmParameterizedTypeReference__Group__0__Impl rule__JvmParameterizedTypeReference__Group__1 ; public final void rule__JvmParameterizedTypeReference__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16474:1: ( rule__JvmParameterizedTypeReference__Group__0__Impl rule__JvmParameterizedTypeReference__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16475:2: rule__JvmParameterizedTypeReference__Group__0__Impl rule__JvmParameterizedTypeReference__Group__1 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group__0__Impl_in_rule__JvmParameterizedTypeReference__Group__033160); rule__JvmParameterizedTypeReference__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group__1_in_rule__JvmParameterizedTypeReference__Group__033163); rule__JvmParameterizedTypeReference__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group__0" // $ANTLR start "rule__JvmParameterizedTypeReference__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16482:1: rule__JvmParameterizedTypeReference__Group__0__Impl : ( ( rule__JvmParameterizedTypeReference__TypeAssignment_0 ) ) ; public final void rule__JvmParameterizedTypeReference__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16486:1: ( ( ( rule__JvmParameterizedTypeReference__TypeAssignment_0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16487:1: ( ( rule__JvmParameterizedTypeReference__TypeAssignment_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16487:1: ( ( rule__JvmParameterizedTypeReference__TypeAssignment_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16488:1: ( rule__JvmParameterizedTypeReference__TypeAssignment_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeAssignment_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16489:1: ( rule__JvmParameterizedTypeReference__TypeAssignment_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16489:2: rule__JvmParameterizedTypeReference__TypeAssignment_0 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__TypeAssignment_0_in_rule__JvmParameterizedTypeReference__Group__0__Impl33190); rule__JvmParameterizedTypeReference__TypeAssignment_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeAssignment_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group__0__Impl" // $ANTLR start "rule__JvmParameterizedTypeReference__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16499:1: rule__JvmParameterizedTypeReference__Group__1 : rule__JvmParameterizedTypeReference__Group__1__Impl ; public final void rule__JvmParameterizedTypeReference__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16503:1: ( rule__JvmParameterizedTypeReference__Group__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16504:2: rule__JvmParameterizedTypeReference__Group__1__Impl { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group__1__Impl_in_rule__JvmParameterizedTypeReference__Group__133220); rule__JvmParameterizedTypeReference__Group__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group__1" // $ANTLR start "rule__JvmParameterizedTypeReference__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16510:1: rule__JvmParameterizedTypeReference__Group__1__Impl : ( ( rule__JvmParameterizedTypeReference__Group_1__0 )? ) ; public final void rule__JvmParameterizedTypeReference__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16514:1: ( ( ( rule__JvmParameterizedTypeReference__Group_1__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16515:1: ( ( rule__JvmParameterizedTypeReference__Group_1__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16515:1: ( ( rule__JvmParameterizedTypeReference__Group_1__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16516:1: ( rule__JvmParameterizedTypeReference__Group_1__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16517:1: ( rule__JvmParameterizedTypeReference__Group_1__0 )? int alt118=2; alt118 = dfa118.predict(input); switch (alt118) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16517:2: rule__JvmParameterizedTypeReference__Group_1__0 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1__0_in_rule__JvmParameterizedTypeReference__Group__1__Impl33247); rule__JvmParameterizedTypeReference__Group_1__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group__1__Impl" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16531:1: rule__JvmParameterizedTypeReference__Group_1__0 : rule__JvmParameterizedTypeReference__Group_1__0__Impl rule__JvmParameterizedTypeReference__Group_1__1 ; public final void rule__JvmParameterizedTypeReference__Group_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16535:1: ( rule__JvmParameterizedTypeReference__Group_1__0__Impl rule__JvmParameterizedTypeReference__Group_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16536:2: rule__JvmParameterizedTypeReference__Group_1__0__Impl rule__JvmParameterizedTypeReference__Group_1__1 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1__0__Impl_in_rule__JvmParameterizedTypeReference__Group_1__033282); rule__JvmParameterizedTypeReference__Group_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1__1_in_rule__JvmParameterizedTypeReference__Group_1__033285); rule__JvmParameterizedTypeReference__Group_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1__0" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16543:1: rule__JvmParameterizedTypeReference__Group_1__0__Impl : ( ( '<' ) ) ; public final void rule__JvmParameterizedTypeReference__Group_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16547:1: ( ( ( '<' ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16548:1: ( ( '<' ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16548:1: ( ( '<' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16549:1: ( '<' ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getLessThanSignKeyword_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16550:1: ( '<' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16551:2: '<' { match(input,27,FOLLOW_27_in_rule__JvmParameterizedTypeReference__Group_1__0__Impl33314); if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getLessThanSignKeyword_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1__0__Impl" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16562:1: rule__JvmParameterizedTypeReference__Group_1__1 : rule__JvmParameterizedTypeReference__Group_1__1__Impl rule__JvmParameterizedTypeReference__Group_1__2 ; public final void rule__JvmParameterizedTypeReference__Group_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16566:1: ( rule__JvmParameterizedTypeReference__Group_1__1__Impl rule__JvmParameterizedTypeReference__Group_1__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16567:2: rule__JvmParameterizedTypeReference__Group_1__1__Impl rule__JvmParameterizedTypeReference__Group_1__2 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1__1__Impl_in_rule__JvmParameterizedTypeReference__Group_1__133346); rule__JvmParameterizedTypeReference__Group_1__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1__2_in_rule__JvmParameterizedTypeReference__Group_1__133349); rule__JvmParameterizedTypeReference__Group_1__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1__1" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16574:1: rule__JvmParameterizedTypeReference__Group_1__1__Impl : ( ( rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_1 ) ) ; public final void rule__JvmParameterizedTypeReference__Group_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16578:1: ( ( ( rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16579:1: ( ( rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16579:1: ( ( rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16580:1: ( rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsAssignment_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16581:1: ( rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16581:2: rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_1 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_1_in_rule__JvmParameterizedTypeReference__Group_1__1__Impl33376); rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsAssignment_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1__1__Impl" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16591:1: rule__JvmParameterizedTypeReference__Group_1__2 : rule__JvmParameterizedTypeReference__Group_1__2__Impl rule__JvmParameterizedTypeReference__Group_1__3 ; public final void rule__JvmParameterizedTypeReference__Group_1__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16595:1: ( rule__JvmParameterizedTypeReference__Group_1__2__Impl rule__JvmParameterizedTypeReference__Group_1__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16596:2: rule__JvmParameterizedTypeReference__Group_1__2__Impl rule__JvmParameterizedTypeReference__Group_1__3 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1__2__Impl_in_rule__JvmParameterizedTypeReference__Group_1__233406); rule__JvmParameterizedTypeReference__Group_1__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1__3_in_rule__JvmParameterizedTypeReference__Group_1__233409); rule__JvmParameterizedTypeReference__Group_1__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1__2" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16603:1: rule__JvmParameterizedTypeReference__Group_1__2__Impl : ( ( rule__JvmParameterizedTypeReference__Group_1_2__0 )* ) ; public final void rule__JvmParameterizedTypeReference__Group_1__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16607:1: ( ( ( rule__JvmParameterizedTypeReference__Group_1_2__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16608:1: ( ( rule__JvmParameterizedTypeReference__Group_1_2__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16608:1: ( ( rule__JvmParameterizedTypeReference__Group_1_2__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16609:1: ( rule__JvmParameterizedTypeReference__Group_1_2__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16610:1: ( rule__JvmParameterizedTypeReference__Group_1_2__0 )* loop119: do { int alt119=2; int LA119_0 = input.LA(1); if ( (LA119_0==59) ) { alt119=1; } switch (alt119) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16610:2: rule__JvmParameterizedTypeReference__Group_1_2__0 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_2__0_in_rule__JvmParameterizedTypeReference__Group_1__2__Impl33436); rule__JvmParameterizedTypeReference__Group_1_2__0(); state._fsp--; if (state.failed) return ; } break; default : break loop119; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1__2__Impl" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16620:1: rule__JvmParameterizedTypeReference__Group_1__3 : rule__JvmParameterizedTypeReference__Group_1__3__Impl rule__JvmParameterizedTypeReference__Group_1__4 ; public final void rule__JvmParameterizedTypeReference__Group_1__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16624:1: ( rule__JvmParameterizedTypeReference__Group_1__3__Impl rule__JvmParameterizedTypeReference__Group_1__4 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16625:2: rule__JvmParameterizedTypeReference__Group_1__3__Impl rule__JvmParameterizedTypeReference__Group_1__4 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1__3__Impl_in_rule__JvmParameterizedTypeReference__Group_1__333467); rule__JvmParameterizedTypeReference__Group_1__3__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1__4_in_rule__JvmParameterizedTypeReference__Group_1__333470); rule__JvmParameterizedTypeReference__Group_1__4(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1__3" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16632:1: rule__JvmParameterizedTypeReference__Group_1__3__Impl : ( '>' ) ; public final void rule__JvmParameterizedTypeReference__Group_1__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16636:1: ( ( '>' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16637:1: ( '>' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16637:1: ( '>' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16638:1: '>' { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGreaterThanSignKeyword_1_3()); } match(input,26,FOLLOW_26_in_rule__JvmParameterizedTypeReference__Group_1__3__Impl33498); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGreaterThanSignKeyword_1_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1__3__Impl" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1__4" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16651:1: rule__JvmParameterizedTypeReference__Group_1__4 : rule__JvmParameterizedTypeReference__Group_1__4__Impl ; public final void rule__JvmParameterizedTypeReference__Group_1__4() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16655:1: ( rule__JvmParameterizedTypeReference__Group_1__4__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16656:2: rule__JvmParameterizedTypeReference__Group_1__4__Impl { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1__4__Impl_in_rule__JvmParameterizedTypeReference__Group_1__433529); rule__JvmParameterizedTypeReference__Group_1__4__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1__4" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1__4__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16662:1: rule__JvmParameterizedTypeReference__Group_1__4__Impl : ( ( rule__JvmParameterizedTypeReference__Group_1_4__0 )* ) ; public final void rule__JvmParameterizedTypeReference__Group_1__4__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16666:1: ( ( ( rule__JvmParameterizedTypeReference__Group_1_4__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16667:1: ( ( rule__JvmParameterizedTypeReference__Group_1_4__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16667:1: ( ( rule__JvmParameterizedTypeReference__Group_1_4__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16668:1: ( rule__JvmParameterizedTypeReference__Group_1_4__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1_4()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16669:1: ( rule__JvmParameterizedTypeReference__Group_1_4__0 )* loop120: do { int alt120=2; int LA120_0 = input.LA(1); if ( (LA120_0==43) ) { int LA120_2 = input.LA(2); if ( (LA120_2==RULE_ID) ) { int LA120_3 = input.LA(3); if ( (synpred163_InternalEntities()) ) { alt120=1; } } } switch (alt120) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16669:2: rule__JvmParameterizedTypeReference__Group_1_4__0 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4__0_in_rule__JvmParameterizedTypeReference__Group_1__4__Impl33556); rule__JvmParameterizedTypeReference__Group_1_4__0(); state._fsp--; if (state.failed) return ; } break; default : break loop120; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1_4()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1__4__Impl" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_2__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16689:1: rule__JvmParameterizedTypeReference__Group_1_2__0 : rule__JvmParameterizedTypeReference__Group_1_2__0__Impl rule__JvmParameterizedTypeReference__Group_1_2__1 ; public final void rule__JvmParameterizedTypeReference__Group_1_2__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16693:1: ( rule__JvmParameterizedTypeReference__Group_1_2__0__Impl rule__JvmParameterizedTypeReference__Group_1_2__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16694:2: rule__JvmParameterizedTypeReference__Group_1_2__0__Impl rule__JvmParameterizedTypeReference__Group_1_2__1 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_2__0__Impl_in_rule__JvmParameterizedTypeReference__Group_1_2__033597); rule__JvmParameterizedTypeReference__Group_1_2__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_2__1_in_rule__JvmParameterizedTypeReference__Group_1_2__033600); rule__JvmParameterizedTypeReference__Group_1_2__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_2__0" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_2__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16701:1: rule__JvmParameterizedTypeReference__Group_1_2__0__Impl : ( ',' ) ; public final void rule__JvmParameterizedTypeReference__Group_1_2__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16705:1: ( ( ',' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16706:1: ( ',' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16706:1: ( ',' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16707:1: ',' { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getCommaKeyword_1_2_0()); } match(input,59,FOLLOW_59_in_rule__JvmParameterizedTypeReference__Group_1_2__0__Impl33628); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getCommaKeyword_1_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_2__0__Impl" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_2__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16720:1: rule__JvmParameterizedTypeReference__Group_1_2__1 : rule__JvmParameterizedTypeReference__Group_1_2__1__Impl ; public final void rule__JvmParameterizedTypeReference__Group_1_2__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16724:1: ( rule__JvmParameterizedTypeReference__Group_1_2__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16725:2: rule__JvmParameterizedTypeReference__Group_1_2__1__Impl { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_2__1__Impl_in_rule__JvmParameterizedTypeReference__Group_1_2__133659); rule__JvmParameterizedTypeReference__Group_1_2__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_2__1" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_2__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16731:1: rule__JvmParameterizedTypeReference__Group_1_2__1__Impl : ( ( rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_2_1 ) ) ; public final void rule__JvmParameterizedTypeReference__Group_1_2__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16735:1: ( ( ( rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_2_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16736:1: ( ( rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_2_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16736:1: ( ( rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_2_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16737:1: ( rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_2_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsAssignment_1_2_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16738:1: ( rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_2_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16738:2: rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_2_1 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_2_1_in_rule__JvmParameterizedTypeReference__Group_1_2__1__Impl33686); rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_2_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsAssignment_1_2_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_2__1__Impl" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_4__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16752:1: rule__JvmParameterizedTypeReference__Group_1_4__0 : rule__JvmParameterizedTypeReference__Group_1_4__0__Impl rule__JvmParameterizedTypeReference__Group_1_4__1 ; public final void rule__JvmParameterizedTypeReference__Group_1_4__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16756:1: ( rule__JvmParameterizedTypeReference__Group_1_4__0__Impl rule__JvmParameterizedTypeReference__Group_1_4__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16757:2: rule__JvmParameterizedTypeReference__Group_1_4__0__Impl rule__JvmParameterizedTypeReference__Group_1_4__1 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4__0__Impl_in_rule__JvmParameterizedTypeReference__Group_1_4__033720); rule__JvmParameterizedTypeReference__Group_1_4__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4__1_in_rule__JvmParameterizedTypeReference__Group_1_4__033723); rule__JvmParameterizedTypeReference__Group_1_4__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_4__0" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_4__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16764:1: rule__JvmParameterizedTypeReference__Group_1_4__0__Impl : ( ( rule__JvmParameterizedTypeReference__Group_1_4_0__0 ) ) ; public final void rule__JvmParameterizedTypeReference__Group_1_4__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16768:1: ( ( ( rule__JvmParameterizedTypeReference__Group_1_4_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16769:1: ( ( rule__JvmParameterizedTypeReference__Group_1_4_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16769:1: ( ( rule__JvmParameterizedTypeReference__Group_1_4_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16770:1: ( rule__JvmParameterizedTypeReference__Group_1_4_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1_4_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16771:1: ( rule__JvmParameterizedTypeReference__Group_1_4_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16771:2: rule__JvmParameterizedTypeReference__Group_1_4_0__0 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_0__0_in_rule__JvmParameterizedTypeReference__Group_1_4__0__Impl33750); rule__JvmParameterizedTypeReference__Group_1_4_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1_4_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_4__0__Impl" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_4__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16781:1: rule__JvmParameterizedTypeReference__Group_1_4__1 : rule__JvmParameterizedTypeReference__Group_1_4__1__Impl rule__JvmParameterizedTypeReference__Group_1_4__2 ; public final void rule__JvmParameterizedTypeReference__Group_1_4__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16785:1: ( rule__JvmParameterizedTypeReference__Group_1_4__1__Impl rule__JvmParameterizedTypeReference__Group_1_4__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16786:2: rule__JvmParameterizedTypeReference__Group_1_4__1__Impl rule__JvmParameterizedTypeReference__Group_1_4__2 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4__1__Impl_in_rule__JvmParameterizedTypeReference__Group_1_4__133780); rule__JvmParameterizedTypeReference__Group_1_4__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4__2_in_rule__JvmParameterizedTypeReference__Group_1_4__133783); rule__JvmParameterizedTypeReference__Group_1_4__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_4__1" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_4__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16793:1: rule__JvmParameterizedTypeReference__Group_1_4__1__Impl : ( ( rule__JvmParameterizedTypeReference__TypeAssignment_1_4_1 ) ) ; public final void rule__JvmParameterizedTypeReference__Group_1_4__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16797:1: ( ( ( rule__JvmParameterizedTypeReference__TypeAssignment_1_4_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16798:1: ( ( rule__JvmParameterizedTypeReference__TypeAssignment_1_4_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16798:1: ( ( rule__JvmParameterizedTypeReference__TypeAssignment_1_4_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16799:1: ( rule__JvmParameterizedTypeReference__TypeAssignment_1_4_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeAssignment_1_4_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16800:1: ( rule__JvmParameterizedTypeReference__TypeAssignment_1_4_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16800:2: rule__JvmParameterizedTypeReference__TypeAssignment_1_4_1 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__TypeAssignment_1_4_1_in_rule__JvmParameterizedTypeReference__Group_1_4__1__Impl33810); rule__JvmParameterizedTypeReference__TypeAssignment_1_4_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeAssignment_1_4_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_4__1__Impl" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_4__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16810:1: rule__JvmParameterizedTypeReference__Group_1_4__2 : rule__JvmParameterizedTypeReference__Group_1_4__2__Impl ; public final void rule__JvmParameterizedTypeReference__Group_1_4__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16814:1: ( rule__JvmParameterizedTypeReference__Group_1_4__2__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16815:2: rule__JvmParameterizedTypeReference__Group_1_4__2__Impl { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4__2__Impl_in_rule__JvmParameterizedTypeReference__Group_1_4__233840); rule__JvmParameterizedTypeReference__Group_1_4__2__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_4__2" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_4__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16821:1: rule__JvmParameterizedTypeReference__Group_1_4__2__Impl : ( ( rule__JvmParameterizedTypeReference__Group_1_4_2__0 )? ) ; public final void rule__JvmParameterizedTypeReference__Group_1_4__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16825:1: ( ( ( rule__JvmParameterizedTypeReference__Group_1_4_2__0 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16826:1: ( ( rule__JvmParameterizedTypeReference__Group_1_4_2__0 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16826:1: ( ( rule__JvmParameterizedTypeReference__Group_1_4_2__0 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16827:1: ( rule__JvmParameterizedTypeReference__Group_1_4_2__0 )? { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1_4_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16828:1: ( rule__JvmParameterizedTypeReference__Group_1_4_2__0 )? int alt121=2; alt121 = dfa121.predict(input); switch (alt121) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16828:2: rule__JvmParameterizedTypeReference__Group_1_4_2__0 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_2__0_in_rule__JvmParameterizedTypeReference__Group_1_4__2__Impl33867); rule__JvmParameterizedTypeReference__Group_1_4_2__0(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1_4_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_4__2__Impl" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_4_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16844:1: rule__JvmParameterizedTypeReference__Group_1_4_0__0 : rule__JvmParameterizedTypeReference__Group_1_4_0__0__Impl ; public final void rule__JvmParameterizedTypeReference__Group_1_4_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16848:1: ( rule__JvmParameterizedTypeReference__Group_1_4_0__0__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16849:2: rule__JvmParameterizedTypeReference__Group_1_4_0__0__Impl { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_0__0__Impl_in_rule__JvmParameterizedTypeReference__Group_1_4_0__033904); rule__JvmParameterizedTypeReference__Group_1_4_0__0__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_4_0__0" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_4_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16855:1: rule__JvmParameterizedTypeReference__Group_1_4_0__0__Impl : ( ( rule__JvmParameterizedTypeReference__Group_1_4_0_0__0 ) ) ; public final void rule__JvmParameterizedTypeReference__Group_1_4_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16859:1: ( ( ( rule__JvmParameterizedTypeReference__Group_1_4_0_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16860:1: ( ( rule__JvmParameterizedTypeReference__Group_1_4_0_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16860:1: ( ( rule__JvmParameterizedTypeReference__Group_1_4_0_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16861:1: ( rule__JvmParameterizedTypeReference__Group_1_4_0_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1_4_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16862:1: ( rule__JvmParameterizedTypeReference__Group_1_4_0_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16862:2: rule__JvmParameterizedTypeReference__Group_1_4_0_0__0 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_0_0__0_in_rule__JvmParameterizedTypeReference__Group_1_4_0__0__Impl33931); rule__JvmParameterizedTypeReference__Group_1_4_0_0__0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1_4_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_4_0__0__Impl" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_4_0_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16874:1: rule__JvmParameterizedTypeReference__Group_1_4_0_0__0 : rule__JvmParameterizedTypeReference__Group_1_4_0_0__0__Impl rule__JvmParameterizedTypeReference__Group_1_4_0_0__1 ; public final void rule__JvmParameterizedTypeReference__Group_1_4_0_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16878:1: ( rule__JvmParameterizedTypeReference__Group_1_4_0_0__0__Impl rule__JvmParameterizedTypeReference__Group_1_4_0_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16879:2: rule__JvmParameterizedTypeReference__Group_1_4_0_0__0__Impl rule__JvmParameterizedTypeReference__Group_1_4_0_0__1 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_0_0__0__Impl_in_rule__JvmParameterizedTypeReference__Group_1_4_0_0__033963); rule__JvmParameterizedTypeReference__Group_1_4_0_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_0_0__1_in_rule__JvmParameterizedTypeReference__Group_1_4_0_0__033966); rule__JvmParameterizedTypeReference__Group_1_4_0_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_4_0_0__0" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_4_0_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16886:1: rule__JvmParameterizedTypeReference__Group_1_4_0_0__0__Impl : ( () ) ; public final void rule__JvmParameterizedTypeReference__Group_1_4_0_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16890:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16891:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16891:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16892:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getJvmInnerTypeReferenceOuterAction_1_4_0_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16893:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16895:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getJvmInnerTypeReferenceOuterAction_1_4_0_0_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_4_0_0__0__Impl" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_4_0_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16905:1: rule__JvmParameterizedTypeReference__Group_1_4_0_0__1 : rule__JvmParameterizedTypeReference__Group_1_4_0_0__1__Impl ; public final void rule__JvmParameterizedTypeReference__Group_1_4_0_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16909:1: ( rule__JvmParameterizedTypeReference__Group_1_4_0_0__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16910:2: rule__JvmParameterizedTypeReference__Group_1_4_0_0__1__Impl { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_0_0__1__Impl_in_rule__JvmParameterizedTypeReference__Group_1_4_0_0__134024); rule__JvmParameterizedTypeReference__Group_1_4_0_0__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_4_0_0__1" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_4_0_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16916:1: rule__JvmParameterizedTypeReference__Group_1_4_0_0__1__Impl : ( '.' ) ; public final void rule__JvmParameterizedTypeReference__Group_1_4_0_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16920:1: ( ( '.' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16921:1: ( '.' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16921:1: ( '.' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16922:1: '.' { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getFullStopKeyword_1_4_0_0_1()); } match(input,43,FOLLOW_43_in_rule__JvmParameterizedTypeReference__Group_1_4_0_0__1__Impl34052); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getFullStopKeyword_1_4_0_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_4_0_0__1__Impl" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_4_2__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16939:1: rule__JvmParameterizedTypeReference__Group_1_4_2__0 : rule__JvmParameterizedTypeReference__Group_1_4_2__0__Impl rule__JvmParameterizedTypeReference__Group_1_4_2__1 ; public final void rule__JvmParameterizedTypeReference__Group_1_4_2__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16943:1: ( rule__JvmParameterizedTypeReference__Group_1_4_2__0__Impl rule__JvmParameterizedTypeReference__Group_1_4_2__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16944:2: rule__JvmParameterizedTypeReference__Group_1_4_2__0__Impl rule__JvmParameterizedTypeReference__Group_1_4_2__1 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_2__0__Impl_in_rule__JvmParameterizedTypeReference__Group_1_4_2__034087); rule__JvmParameterizedTypeReference__Group_1_4_2__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_2__1_in_rule__JvmParameterizedTypeReference__Group_1_4_2__034090); rule__JvmParameterizedTypeReference__Group_1_4_2__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_4_2__0" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_4_2__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16951:1: rule__JvmParameterizedTypeReference__Group_1_4_2__0__Impl : ( ( '<' ) ) ; public final void rule__JvmParameterizedTypeReference__Group_1_4_2__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16955:1: ( ( ( '<' ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16956:1: ( ( '<' ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16956:1: ( ( '<' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16957:1: ( '<' ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getLessThanSignKeyword_1_4_2_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16958:1: ( '<' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16959:2: '<' { match(input,27,FOLLOW_27_in_rule__JvmParameterizedTypeReference__Group_1_4_2__0__Impl34119); if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getLessThanSignKeyword_1_4_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_4_2__0__Impl" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_4_2__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16970:1: rule__JvmParameterizedTypeReference__Group_1_4_2__1 : rule__JvmParameterizedTypeReference__Group_1_4_2__1__Impl rule__JvmParameterizedTypeReference__Group_1_4_2__2 ; public final void rule__JvmParameterizedTypeReference__Group_1_4_2__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16974:1: ( rule__JvmParameterizedTypeReference__Group_1_4_2__1__Impl rule__JvmParameterizedTypeReference__Group_1_4_2__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16975:2: rule__JvmParameterizedTypeReference__Group_1_4_2__1__Impl rule__JvmParameterizedTypeReference__Group_1_4_2__2 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_2__1__Impl_in_rule__JvmParameterizedTypeReference__Group_1_4_2__134151); rule__JvmParameterizedTypeReference__Group_1_4_2__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_2__2_in_rule__JvmParameterizedTypeReference__Group_1_4_2__134154); rule__JvmParameterizedTypeReference__Group_1_4_2__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_4_2__1" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_4_2__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16982:1: rule__JvmParameterizedTypeReference__Group_1_4_2__1__Impl : ( ( rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_1 ) ) ; public final void rule__JvmParameterizedTypeReference__Group_1_4_2__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16986:1: ( ( ( rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16987:1: ( ( rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16987:1: ( ( rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16988:1: ( rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsAssignment_1_4_2_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16989:1: ( rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16989:2: rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_1 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_1_in_rule__JvmParameterizedTypeReference__Group_1_4_2__1__Impl34181); rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsAssignment_1_4_2_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_4_2__1__Impl" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_4_2__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16999:1: rule__JvmParameterizedTypeReference__Group_1_4_2__2 : rule__JvmParameterizedTypeReference__Group_1_4_2__2__Impl rule__JvmParameterizedTypeReference__Group_1_4_2__3 ; public final void rule__JvmParameterizedTypeReference__Group_1_4_2__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17003:1: ( rule__JvmParameterizedTypeReference__Group_1_4_2__2__Impl rule__JvmParameterizedTypeReference__Group_1_4_2__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17004:2: rule__JvmParameterizedTypeReference__Group_1_4_2__2__Impl rule__JvmParameterizedTypeReference__Group_1_4_2__3 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_2__2__Impl_in_rule__JvmParameterizedTypeReference__Group_1_4_2__234211); rule__JvmParameterizedTypeReference__Group_1_4_2__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_2__3_in_rule__JvmParameterizedTypeReference__Group_1_4_2__234214); rule__JvmParameterizedTypeReference__Group_1_4_2__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_4_2__2" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_4_2__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17011:1: rule__JvmParameterizedTypeReference__Group_1_4_2__2__Impl : ( ( rule__JvmParameterizedTypeReference__Group_1_4_2_2__0 )* ) ; public final void rule__JvmParameterizedTypeReference__Group_1_4_2__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17015:1: ( ( ( rule__JvmParameterizedTypeReference__Group_1_4_2_2__0 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17016:1: ( ( rule__JvmParameterizedTypeReference__Group_1_4_2_2__0 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17016:1: ( ( rule__JvmParameterizedTypeReference__Group_1_4_2_2__0 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17017:1: ( rule__JvmParameterizedTypeReference__Group_1_4_2_2__0 )* { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1_4_2_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17018:1: ( rule__JvmParameterizedTypeReference__Group_1_4_2_2__0 )* loop122: do { int alt122=2; int LA122_0 = input.LA(1); if ( (LA122_0==59) ) { alt122=1; } switch (alt122) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17018:2: rule__JvmParameterizedTypeReference__Group_1_4_2_2__0 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_2_2__0_in_rule__JvmParameterizedTypeReference__Group_1_4_2__2__Impl34241); rule__JvmParameterizedTypeReference__Group_1_4_2_2__0(); state._fsp--; if (state.failed) return ; } break; default : break loop122; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup_1_4_2_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_4_2__2__Impl" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_4_2__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17028:1: rule__JvmParameterizedTypeReference__Group_1_4_2__3 : rule__JvmParameterizedTypeReference__Group_1_4_2__3__Impl ; public final void rule__JvmParameterizedTypeReference__Group_1_4_2__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17032:1: ( rule__JvmParameterizedTypeReference__Group_1_4_2__3__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17033:2: rule__JvmParameterizedTypeReference__Group_1_4_2__3__Impl { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_2__3__Impl_in_rule__JvmParameterizedTypeReference__Group_1_4_2__334272); rule__JvmParameterizedTypeReference__Group_1_4_2__3__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_4_2__3" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_4_2__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17039:1: rule__JvmParameterizedTypeReference__Group_1_4_2__3__Impl : ( '>' ) ; public final void rule__JvmParameterizedTypeReference__Group_1_4_2__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17043:1: ( ( '>' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17044:1: ( '>' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17044:1: ( '>' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17045:1: '>' { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGreaterThanSignKeyword_1_4_2_3()); } match(input,26,FOLLOW_26_in_rule__JvmParameterizedTypeReference__Group_1_4_2__3__Impl34300); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGreaterThanSignKeyword_1_4_2_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_4_2__3__Impl" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_4_2_2__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17066:1: rule__JvmParameterizedTypeReference__Group_1_4_2_2__0 : rule__JvmParameterizedTypeReference__Group_1_4_2_2__0__Impl rule__JvmParameterizedTypeReference__Group_1_4_2_2__1 ; public final void rule__JvmParameterizedTypeReference__Group_1_4_2_2__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17070:1: ( rule__JvmParameterizedTypeReference__Group_1_4_2_2__0__Impl rule__JvmParameterizedTypeReference__Group_1_4_2_2__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17071:2: rule__JvmParameterizedTypeReference__Group_1_4_2_2__0__Impl rule__JvmParameterizedTypeReference__Group_1_4_2_2__1 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_2_2__0__Impl_in_rule__JvmParameterizedTypeReference__Group_1_4_2_2__034339); rule__JvmParameterizedTypeReference__Group_1_4_2_2__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_2_2__1_in_rule__JvmParameterizedTypeReference__Group_1_4_2_2__034342); rule__JvmParameterizedTypeReference__Group_1_4_2_2__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_4_2_2__0" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_4_2_2__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17078:1: rule__JvmParameterizedTypeReference__Group_1_4_2_2__0__Impl : ( ',' ) ; public final void rule__JvmParameterizedTypeReference__Group_1_4_2_2__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17082:1: ( ( ',' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17083:1: ( ',' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17083:1: ( ',' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17084:1: ',' { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getCommaKeyword_1_4_2_2_0()); } match(input,59,FOLLOW_59_in_rule__JvmParameterizedTypeReference__Group_1_4_2_2__0__Impl34370); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getCommaKeyword_1_4_2_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_4_2_2__0__Impl" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_4_2_2__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17097:1: rule__JvmParameterizedTypeReference__Group_1_4_2_2__1 : rule__JvmParameterizedTypeReference__Group_1_4_2_2__1__Impl ; public final void rule__JvmParameterizedTypeReference__Group_1_4_2_2__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17101:1: ( rule__JvmParameterizedTypeReference__Group_1_4_2_2__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17102:2: rule__JvmParameterizedTypeReference__Group_1_4_2_2__1__Impl { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_2_2__1__Impl_in_rule__JvmParameterizedTypeReference__Group_1_4_2_2__134401); rule__JvmParameterizedTypeReference__Group_1_4_2_2__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_4_2_2__1" // $ANTLR start "rule__JvmParameterizedTypeReference__Group_1_4_2_2__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17108:1: rule__JvmParameterizedTypeReference__Group_1_4_2_2__1__Impl : ( ( rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_2_1 ) ) ; public final void rule__JvmParameterizedTypeReference__Group_1_4_2_2__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17112:1: ( ( ( rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_2_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17113:1: ( ( rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_2_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17113:1: ( ( rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_2_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17114:1: ( rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_2_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsAssignment_1_4_2_2_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17115:1: ( rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_2_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17115:2: rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_2_1 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_2_1_in_rule__JvmParameterizedTypeReference__Group_1_4_2_2__1__Impl34428); rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_2_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsAssignment_1_4_2_2_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__Group_1_4_2_2__1__Impl" // $ANTLR start "rule__JvmWildcardTypeReference__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17129:1: rule__JvmWildcardTypeReference__Group__0 : rule__JvmWildcardTypeReference__Group__0__Impl rule__JvmWildcardTypeReference__Group__1 ; public final void rule__JvmWildcardTypeReference__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17133:1: ( rule__JvmWildcardTypeReference__Group__0__Impl rule__JvmWildcardTypeReference__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17134:2: rule__JvmWildcardTypeReference__Group__0__Impl rule__JvmWildcardTypeReference__Group__1 { pushFollow(FOLLOW_rule__JvmWildcardTypeReference__Group__0__Impl_in_rule__JvmWildcardTypeReference__Group__034462); rule__JvmWildcardTypeReference__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__JvmWildcardTypeReference__Group__1_in_rule__JvmWildcardTypeReference__Group__034465); rule__JvmWildcardTypeReference__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmWildcardTypeReference__Group__0" // $ANTLR start "rule__JvmWildcardTypeReference__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17141:1: rule__JvmWildcardTypeReference__Group__0__Impl : ( () ) ; public final void rule__JvmWildcardTypeReference__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17145:1: ( ( () ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17146:1: ( () ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17146:1: ( () ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17147:1: () { if ( state.backtracking==0 ) { before(grammarAccess.getJvmWildcardTypeReferenceAccess().getJvmWildcardTypeReferenceAction_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17148:1: () // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17150:1: { } if ( state.backtracking==0 ) { after(grammarAccess.getJvmWildcardTypeReferenceAccess().getJvmWildcardTypeReferenceAction_0()); } } } } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmWildcardTypeReference__Group__0__Impl" // $ANTLR start "rule__JvmWildcardTypeReference__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17160:1: rule__JvmWildcardTypeReference__Group__1 : rule__JvmWildcardTypeReference__Group__1__Impl rule__JvmWildcardTypeReference__Group__2 ; public final void rule__JvmWildcardTypeReference__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17164:1: ( rule__JvmWildcardTypeReference__Group__1__Impl rule__JvmWildcardTypeReference__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17165:2: rule__JvmWildcardTypeReference__Group__1__Impl rule__JvmWildcardTypeReference__Group__2 { pushFollow(FOLLOW_rule__JvmWildcardTypeReference__Group__1__Impl_in_rule__JvmWildcardTypeReference__Group__134523); rule__JvmWildcardTypeReference__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__JvmWildcardTypeReference__Group__2_in_rule__JvmWildcardTypeReference__Group__134526); rule__JvmWildcardTypeReference__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmWildcardTypeReference__Group__1" // $ANTLR start "rule__JvmWildcardTypeReference__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17172:1: rule__JvmWildcardTypeReference__Group__1__Impl : ( '?' ) ; public final void rule__JvmWildcardTypeReference__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17176:1: ( ( '?' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17177:1: ( '?' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17177:1: ( '?' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17178:1: '?' { if ( state.backtracking==0 ) { before(grammarAccess.getJvmWildcardTypeReferenceAccess().getQuestionMarkKeyword_1()); } match(input,83,FOLLOW_83_in_rule__JvmWildcardTypeReference__Group__1__Impl34554); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmWildcardTypeReferenceAccess().getQuestionMarkKeyword_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmWildcardTypeReference__Group__1__Impl" // $ANTLR start "rule__JvmWildcardTypeReference__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17191:1: rule__JvmWildcardTypeReference__Group__2 : rule__JvmWildcardTypeReference__Group__2__Impl ; public final void rule__JvmWildcardTypeReference__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17195:1: ( rule__JvmWildcardTypeReference__Group__2__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17196:2: rule__JvmWildcardTypeReference__Group__2__Impl { pushFollow(FOLLOW_rule__JvmWildcardTypeReference__Group__2__Impl_in_rule__JvmWildcardTypeReference__Group__234585); rule__JvmWildcardTypeReference__Group__2__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmWildcardTypeReference__Group__2" // $ANTLR start "rule__JvmWildcardTypeReference__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17202:1: rule__JvmWildcardTypeReference__Group__2__Impl : ( ( rule__JvmWildcardTypeReference__Alternatives_2 )? ) ; public final void rule__JvmWildcardTypeReference__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17206:1: ( ( ( rule__JvmWildcardTypeReference__Alternatives_2 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17207:1: ( ( rule__JvmWildcardTypeReference__Alternatives_2 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17207:1: ( ( rule__JvmWildcardTypeReference__Alternatives_2 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17208:1: ( rule__JvmWildcardTypeReference__Alternatives_2 )? { if ( state.backtracking==0 ) { before(grammarAccess.getJvmWildcardTypeReferenceAccess().getAlternatives_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17209:1: ( rule__JvmWildcardTypeReference__Alternatives_2 )? int alt123=2; int LA123_0 = input.LA(1); if ( (LA123_0==45||LA123_0==49) ) { alt123=1; } switch (alt123) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17209:2: rule__JvmWildcardTypeReference__Alternatives_2 { pushFollow(FOLLOW_rule__JvmWildcardTypeReference__Alternatives_2_in_rule__JvmWildcardTypeReference__Group__2__Impl34612); rule__JvmWildcardTypeReference__Alternatives_2(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmWildcardTypeReferenceAccess().getAlternatives_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmWildcardTypeReference__Group__2__Impl" // $ANTLR start "rule__JvmWildcardTypeReference__Group_2_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17225:1: rule__JvmWildcardTypeReference__Group_2_0__0 : rule__JvmWildcardTypeReference__Group_2_0__0__Impl rule__JvmWildcardTypeReference__Group_2_0__1 ; public final void rule__JvmWildcardTypeReference__Group_2_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17229:1: ( rule__JvmWildcardTypeReference__Group_2_0__0__Impl rule__JvmWildcardTypeReference__Group_2_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17230:2: rule__JvmWildcardTypeReference__Group_2_0__0__Impl rule__JvmWildcardTypeReference__Group_2_0__1 { pushFollow(FOLLOW_rule__JvmWildcardTypeReference__Group_2_0__0__Impl_in_rule__JvmWildcardTypeReference__Group_2_0__034649); rule__JvmWildcardTypeReference__Group_2_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__JvmWildcardTypeReference__Group_2_0__1_in_rule__JvmWildcardTypeReference__Group_2_0__034652); rule__JvmWildcardTypeReference__Group_2_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmWildcardTypeReference__Group_2_0__0" // $ANTLR start "rule__JvmWildcardTypeReference__Group_2_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17237:1: rule__JvmWildcardTypeReference__Group_2_0__0__Impl : ( ( rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_0 ) ) ; public final void rule__JvmWildcardTypeReference__Group_2_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17241:1: ( ( ( rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17242:1: ( ( rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17242:1: ( ( rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17243:1: ( rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsAssignment_2_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17244:1: ( rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17244:2: rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_0 { pushFollow(FOLLOW_rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_0_in_rule__JvmWildcardTypeReference__Group_2_0__0__Impl34679); rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsAssignment_2_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmWildcardTypeReference__Group_2_0__0__Impl" // $ANTLR start "rule__JvmWildcardTypeReference__Group_2_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17254:1: rule__JvmWildcardTypeReference__Group_2_0__1 : rule__JvmWildcardTypeReference__Group_2_0__1__Impl ; public final void rule__JvmWildcardTypeReference__Group_2_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17258:1: ( rule__JvmWildcardTypeReference__Group_2_0__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17259:2: rule__JvmWildcardTypeReference__Group_2_0__1__Impl { pushFollow(FOLLOW_rule__JvmWildcardTypeReference__Group_2_0__1__Impl_in_rule__JvmWildcardTypeReference__Group_2_0__134709); rule__JvmWildcardTypeReference__Group_2_0__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmWildcardTypeReference__Group_2_0__1" // $ANTLR start "rule__JvmWildcardTypeReference__Group_2_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17265:1: rule__JvmWildcardTypeReference__Group_2_0__1__Impl : ( ( rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_1 )* ) ; public final void rule__JvmWildcardTypeReference__Group_2_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17269:1: ( ( ( rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_1 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17270:1: ( ( rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_1 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17270:1: ( ( rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_1 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17271:1: ( rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_1 )* { if ( state.backtracking==0 ) { before(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsAssignment_2_0_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17272:1: ( rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_1 )* loop124: do { int alt124=2; int LA124_0 = input.LA(1); if ( (LA124_0==84) ) { alt124=1; } switch (alt124) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17272:2: rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_1 { pushFollow(FOLLOW_rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_1_in_rule__JvmWildcardTypeReference__Group_2_0__1__Impl34736); rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_1(); state._fsp--; if (state.failed) return ; } break; default : break loop124; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsAssignment_2_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmWildcardTypeReference__Group_2_0__1__Impl" // $ANTLR start "rule__JvmWildcardTypeReference__Group_2_1__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17286:1: rule__JvmWildcardTypeReference__Group_2_1__0 : rule__JvmWildcardTypeReference__Group_2_1__0__Impl rule__JvmWildcardTypeReference__Group_2_1__1 ; public final void rule__JvmWildcardTypeReference__Group_2_1__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17290:1: ( rule__JvmWildcardTypeReference__Group_2_1__0__Impl rule__JvmWildcardTypeReference__Group_2_1__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17291:2: rule__JvmWildcardTypeReference__Group_2_1__0__Impl rule__JvmWildcardTypeReference__Group_2_1__1 { pushFollow(FOLLOW_rule__JvmWildcardTypeReference__Group_2_1__0__Impl_in_rule__JvmWildcardTypeReference__Group_2_1__034771); rule__JvmWildcardTypeReference__Group_2_1__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__JvmWildcardTypeReference__Group_2_1__1_in_rule__JvmWildcardTypeReference__Group_2_1__034774); rule__JvmWildcardTypeReference__Group_2_1__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmWildcardTypeReference__Group_2_1__0" // $ANTLR start "rule__JvmWildcardTypeReference__Group_2_1__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17298:1: rule__JvmWildcardTypeReference__Group_2_1__0__Impl : ( ( rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_0 ) ) ; public final void rule__JvmWildcardTypeReference__Group_2_1__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17302:1: ( ( ( rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17303:1: ( ( rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17303:1: ( ( rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17304:1: ( rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsAssignment_2_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17305:1: ( rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17305:2: rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_0 { pushFollow(FOLLOW_rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_0_in_rule__JvmWildcardTypeReference__Group_2_1__0__Impl34801); rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsAssignment_2_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmWildcardTypeReference__Group_2_1__0__Impl" // $ANTLR start "rule__JvmWildcardTypeReference__Group_2_1__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17315:1: rule__JvmWildcardTypeReference__Group_2_1__1 : rule__JvmWildcardTypeReference__Group_2_1__1__Impl ; public final void rule__JvmWildcardTypeReference__Group_2_1__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17319:1: ( rule__JvmWildcardTypeReference__Group_2_1__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17320:2: rule__JvmWildcardTypeReference__Group_2_1__1__Impl { pushFollow(FOLLOW_rule__JvmWildcardTypeReference__Group_2_1__1__Impl_in_rule__JvmWildcardTypeReference__Group_2_1__134831); rule__JvmWildcardTypeReference__Group_2_1__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmWildcardTypeReference__Group_2_1__1" // $ANTLR start "rule__JvmWildcardTypeReference__Group_2_1__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17326:1: rule__JvmWildcardTypeReference__Group_2_1__1__Impl : ( ( rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_1 )* ) ; public final void rule__JvmWildcardTypeReference__Group_2_1__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17330:1: ( ( ( rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_1 )* ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17331:1: ( ( rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_1 )* ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17331:1: ( ( rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_1 )* ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17332:1: ( rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_1 )* { if ( state.backtracking==0 ) { before(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsAssignment_2_1_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17333:1: ( rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_1 )* loop125: do { int alt125=2; int LA125_0 = input.LA(1); if ( (LA125_0==84) ) { alt125=1; } switch (alt125) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17333:2: rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_1 { pushFollow(FOLLOW_rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_1_in_rule__JvmWildcardTypeReference__Group_2_1__1__Impl34858); rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_1(); state._fsp--; if (state.failed) return ; } break; default : break loop125; } } while (true); if ( state.backtracking==0 ) { after(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsAssignment_2_1_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmWildcardTypeReference__Group_2_1__1__Impl" // $ANTLR start "rule__JvmUpperBound__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17347:1: rule__JvmUpperBound__Group__0 : rule__JvmUpperBound__Group__0__Impl rule__JvmUpperBound__Group__1 ; public final void rule__JvmUpperBound__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17351:1: ( rule__JvmUpperBound__Group__0__Impl rule__JvmUpperBound__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17352:2: rule__JvmUpperBound__Group__0__Impl rule__JvmUpperBound__Group__1 { pushFollow(FOLLOW_rule__JvmUpperBound__Group__0__Impl_in_rule__JvmUpperBound__Group__034893); rule__JvmUpperBound__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__JvmUpperBound__Group__1_in_rule__JvmUpperBound__Group__034896); rule__JvmUpperBound__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmUpperBound__Group__0" // $ANTLR start "rule__JvmUpperBound__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17359:1: rule__JvmUpperBound__Group__0__Impl : ( 'extends' ) ; public final void rule__JvmUpperBound__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17363:1: ( ( 'extends' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17364:1: ( 'extends' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17364:1: ( 'extends' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17365:1: 'extends' { if ( state.backtracking==0 ) { before(grammarAccess.getJvmUpperBoundAccess().getExtendsKeyword_0()); } match(input,45,FOLLOW_45_in_rule__JvmUpperBound__Group__0__Impl34924); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmUpperBoundAccess().getExtendsKeyword_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmUpperBound__Group__0__Impl" // $ANTLR start "rule__JvmUpperBound__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17378:1: rule__JvmUpperBound__Group__1 : rule__JvmUpperBound__Group__1__Impl ; public final void rule__JvmUpperBound__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17382:1: ( rule__JvmUpperBound__Group__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17383:2: rule__JvmUpperBound__Group__1__Impl { pushFollow(FOLLOW_rule__JvmUpperBound__Group__1__Impl_in_rule__JvmUpperBound__Group__134955); rule__JvmUpperBound__Group__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmUpperBound__Group__1" // $ANTLR start "rule__JvmUpperBound__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17389:1: rule__JvmUpperBound__Group__1__Impl : ( ( rule__JvmUpperBound__TypeReferenceAssignment_1 ) ) ; public final void rule__JvmUpperBound__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17393:1: ( ( ( rule__JvmUpperBound__TypeReferenceAssignment_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17394:1: ( ( rule__JvmUpperBound__TypeReferenceAssignment_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17394:1: ( ( rule__JvmUpperBound__TypeReferenceAssignment_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17395:1: ( rule__JvmUpperBound__TypeReferenceAssignment_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmUpperBoundAccess().getTypeReferenceAssignment_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17396:1: ( rule__JvmUpperBound__TypeReferenceAssignment_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17396:2: rule__JvmUpperBound__TypeReferenceAssignment_1 { pushFollow(FOLLOW_rule__JvmUpperBound__TypeReferenceAssignment_1_in_rule__JvmUpperBound__Group__1__Impl34982); rule__JvmUpperBound__TypeReferenceAssignment_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmUpperBoundAccess().getTypeReferenceAssignment_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmUpperBound__Group__1__Impl" // $ANTLR start "rule__JvmUpperBoundAnded__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17410:1: rule__JvmUpperBoundAnded__Group__0 : rule__JvmUpperBoundAnded__Group__0__Impl rule__JvmUpperBoundAnded__Group__1 ; public final void rule__JvmUpperBoundAnded__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17414:1: ( rule__JvmUpperBoundAnded__Group__0__Impl rule__JvmUpperBoundAnded__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17415:2: rule__JvmUpperBoundAnded__Group__0__Impl rule__JvmUpperBoundAnded__Group__1 { pushFollow(FOLLOW_rule__JvmUpperBoundAnded__Group__0__Impl_in_rule__JvmUpperBoundAnded__Group__035016); rule__JvmUpperBoundAnded__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__JvmUpperBoundAnded__Group__1_in_rule__JvmUpperBoundAnded__Group__035019); rule__JvmUpperBoundAnded__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmUpperBoundAnded__Group__0" // $ANTLR start "rule__JvmUpperBoundAnded__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17422:1: rule__JvmUpperBoundAnded__Group__0__Impl : ( '&' ) ; public final void rule__JvmUpperBoundAnded__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17426:1: ( ( '&' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17427:1: ( '&' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17427:1: ( '&' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17428:1: '&' { if ( state.backtracking==0 ) { before(grammarAccess.getJvmUpperBoundAndedAccess().getAmpersandKeyword_0()); } match(input,84,FOLLOW_84_in_rule__JvmUpperBoundAnded__Group__0__Impl35047); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmUpperBoundAndedAccess().getAmpersandKeyword_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmUpperBoundAnded__Group__0__Impl" // $ANTLR start "rule__JvmUpperBoundAnded__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17441:1: rule__JvmUpperBoundAnded__Group__1 : rule__JvmUpperBoundAnded__Group__1__Impl ; public final void rule__JvmUpperBoundAnded__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17445:1: ( rule__JvmUpperBoundAnded__Group__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17446:2: rule__JvmUpperBoundAnded__Group__1__Impl { pushFollow(FOLLOW_rule__JvmUpperBoundAnded__Group__1__Impl_in_rule__JvmUpperBoundAnded__Group__135078); rule__JvmUpperBoundAnded__Group__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmUpperBoundAnded__Group__1" // $ANTLR start "rule__JvmUpperBoundAnded__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17452:1: rule__JvmUpperBoundAnded__Group__1__Impl : ( ( rule__JvmUpperBoundAnded__TypeReferenceAssignment_1 ) ) ; public final void rule__JvmUpperBoundAnded__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17456:1: ( ( ( rule__JvmUpperBoundAnded__TypeReferenceAssignment_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17457:1: ( ( rule__JvmUpperBoundAnded__TypeReferenceAssignment_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17457:1: ( ( rule__JvmUpperBoundAnded__TypeReferenceAssignment_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17458:1: ( rule__JvmUpperBoundAnded__TypeReferenceAssignment_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmUpperBoundAndedAccess().getTypeReferenceAssignment_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17459:1: ( rule__JvmUpperBoundAnded__TypeReferenceAssignment_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17459:2: rule__JvmUpperBoundAnded__TypeReferenceAssignment_1 { pushFollow(FOLLOW_rule__JvmUpperBoundAnded__TypeReferenceAssignment_1_in_rule__JvmUpperBoundAnded__Group__1__Impl35105); rule__JvmUpperBoundAnded__TypeReferenceAssignment_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmUpperBoundAndedAccess().getTypeReferenceAssignment_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmUpperBoundAnded__Group__1__Impl" // $ANTLR start "rule__JvmLowerBound__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17473:1: rule__JvmLowerBound__Group__0 : rule__JvmLowerBound__Group__0__Impl rule__JvmLowerBound__Group__1 ; public final void rule__JvmLowerBound__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17477:1: ( rule__JvmLowerBound__Group__0__Impl rule__JvmLowerBound__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17478:2: rule__JvmLowerBound__Group__0__Impl rule__JvmLowerBound__Group__1 { pushFollow(FOLLOW_rule__JvmLowerBound__Group__0__Impl_in_rule__JvmLowerBound__Group__035139); rule__JvmLowerBound__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__JvmLowerBound__Group__1_in_rule__JvmLowerBound__Group__035142); rule__JvmLowerBound__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmLowerBound__Group__0" // $ANTLR start "rule__JvmLowerBound__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17485:1: rule__JvmLowerBound__Group__0__Impl : ( 'super' ) ; public final void rule__JvmLowerBound__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17489:1: ( ( 'super' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17490:1: ( 'super' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17490:1: ( 'super' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17491:1: 'super' { if ( state.backtracking==0 ) { before(grammarAccess.getJvmLowerBoundAccess().getSuperKeyword_0()); } match(input,49,FOLLOW_49_in_rule__JvmLowerBound__Group__0__Impl35170); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmLowerBoundAccess().getSuperKeyword_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmLowerBound__Group__0__Impl" // $ANTLR start "rule__JvmLowerBound__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17504:1: rule__JvmLowerBound__Group__1 : rule__JvmLowerBound__Group__1__Impl ; public final void rule__JvmLowerBound__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17508:1: ( rule__JvmLowerBound__Group__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17509:2: rule__JvmLowerBound__Group__1__Impl { pushFollow(FOLLOW_rule__JvmLowerBound__Group__1__Impl_in_rule__JvmLowerBound__Group__135201); rule__JvmLowerBound__Group__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmLowerBound__Group__1" // $ANTLR start "rule__JvmLowerBound__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17515:1: rule__JvmLowerBound__Group__1__Impl : ( ( rule__JvmLowerBound__TypeReferenceAssignment_1 ) ) ; public final void rule__JvmLowerBound__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17519:1: ( ( ( rule__JvmLowerBound__TypeReferenceAssignment_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17520:1: ( ( rule__JvmLowerBound__TypeReferenceAssignment_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17520:1: ( ( rule__JvmLowerBound__TypeReferenceAssignment_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17521:1: ( rule__JvmLowerBound__TypeReferenceAssignment_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmLowerBoundAccess().getTypeReferenceAssignment_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17522:1: ( rule__JvmLowerBound__TypeReferenceAssignment_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17522:2: rule__JvmLowerBound__TypeReferenceAssignment_1 { pushFollow(FOLLOW_rule__JvmLowerBound__TypeReferenceAssignment_1_in_rule__JvmLowerBound__Group__1__Impl35228); rule__JvmLowerBound__TypeReferenceAssignment_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmLowerBoundAccess().getTypeReferenceAssignment_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmLowerBound__Group__1__Impl" // $ANTLR start "rule__JvmLowerBoundAnded__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17536:1: rule__JvmLowerBoundAnded__Group__0 : rule__JvmLowerBoundAnded__Group__0__Impl rule__JvmLowerBoundAnded__Group__1 ; public final void rule__JvmLowerBoundAnded__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17540:1: ( rule__JvmLowerBoundAnded__Group__0__Impl rule__JvmLowerBoundAnded__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17541:2: rule__JvmLowerBoundAnded__Group__0__Impl rule__JvmLowerBoundAnded__Group__1 { pushFollow(FOLLOW_rule__JvmLowerBoundAnded__Group__0__Impl_in_rule__JvmLowerBoundAnded__Group__035262); rule__JvmLowerBoundAnded__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__JvmLowerBoundAnded__Group__1_in_rule__JvmLowerBoundAnded__Group__035265); rule__JvmLowerBoundAnded__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmLowerBoundAnded__Group__0" // $ANTLR start "rule__JvmLowerBoundAnded__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17548:1: rule__JvmLowerBoundAnded__Group__0__Impl : ( '&' ) ; public final void rule__JvmLowerBoundAnded__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17552:1: ( ( '&' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17553:1: ( '&' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17553:1: ( '&' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17554:1: '&' { if ( state.backtracking==0 ) { before(grammarAccess.getJvmLowerBoundAndedAccess().getAmpersandKeyword_0()); } match(input,84,FOLLOW_84_in_rule__JvmLowerBoundAnded__Group__0__Impl35293); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmLowerBoundAndedAccess().getAmpersandKeyword_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmLowerBoundAnded__Group__0__Impl" // $ANTLR start "rule__JvmLowerBoundAnded__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17567:1: rule__JvmLowerBoundAnded__Group__1 : rule__JvmLowerBoundAnded__Group__1__Impl ; public final void rule__JvmLowerBoundAnded__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17571:1: ( rule__JvmLowerBoundAnded__Group__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17572:2: rule__JvmLowerBoundAnded__Group__1__Impl { pushFollow(FOLLOW_rule__JvmLowerBoundAnded__Group__1__Impl_in_rule__JvmLowerBoundAnded__Group__135324); rule__JvmLowerBoundAnded__Group__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmLowerBoundAnded__Group__1" // $ANTLR start "rule__JvmLowerBoundAnded__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17578:1: rule__JvmLowerBoundAnded__Group__1__Impl : ( ( rule__JvmLowerBoundAnded__TypeReferenceAssignment_1 ) ) ; public final void rule__JvmLowerBoundAnded__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17582:1: ( ( ( rule__JvmLowerBoundAnded__TypeReferenceAssignment_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17583:1: ( ( rule__JvmLowerBoundAnded__TypeReferenceAssignment_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17583:1: ( ( rule__JvmLowerBoundAnded__TypeReferenceAssignment_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17584:1: ( rule__JvmLowerBoundAnded__TypeReferenceAssignment_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmLowerBoundAndedAccess().getTypeReferenceAssignment_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17585:1: ( rule__JvmLowerBoundAnded__TypeReferenceAssignment_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17585:2: rule__JvmLowerBoundAnded__TypeReferenceAssignment_1 { pushFollow(FOLLOW_rule__JvmLowerBoundAnded__TypeReferenceAssignment_1_in_rule__JvmLowerBoundAnded__Group__1__Impl35351); rule__JvmLowerBoundAnded__TypeReferenceAssignment_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getJvmLowerBoundAndedAccess().getTypeReferenceAssignment_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmLowerBoundAnded__Group__1__Impl" // $ANTLR start "rule__QualifiedNameWithWildcard__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17601:1: rule__QualifiedNameWithWildcard__Group__0 : rule__QualifiedNameWithWildcard__Group__0__Impl rule__QualifiedNameWithWildcard__Group__1 ; public final void rule__QualifiedNameWithWildcard__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17605:1: ( rule__QualifiedNameWithWildcard__Group__0__Impl rule__QualifiedNameWithWildcard__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17606:2: rule__QualifiedNameWithWildcard__Group__0__Impl rule__QualifiedNameWithWildcard__Group__1 { pushFollow(FOLLOW_rule__QualifiedNameWithWildcard__Group__0__Impl_in_rule__QualifiedNameWithWildcard__Group__035387); rule__QualifiedNameWithWildcard__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__QualifiedNameWithWildcard__Group__1_in_rule__QualifiedNameWithWildcard__Group__035390); rule__QualifiedNameWithWildcard__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__QualifiedNameWithWildcard__Group__0" // $ANTLR start "rule__QualifiedNameWithWildcard__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17613:1: rule__QualifiedNameWithWildcard__Group__0__Impl : ( ruleQualifiedName ) ; public final void rule__QualifiedNameWithWildcard__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17617:1: ( ( ruleQualifiedName ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17618:1: ( ruleQualifiedName ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17618:1: ( ruleQualifiedName ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17619:1: ruleQualifiedName { if ( state.backtracking==0 ) { before(grammarAccess.getQualifiedNameWithWildcardAccess().getQualifiedNameParserRuleCall_0()); } pushFollow(FOLLOW_ruleQualifiedName_in_rule__QualifiedNameWithWildcard__Group__0__Impl35417); ruleQualifiedName(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getQualifiedNameWithWildcardAccess().getQualifiedNameParserRuleCall_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__QualifiedNameWithWildcard__Group__0__Impl" // $ANTLR start "rule__QualifiedNameWithWildcard__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17630:1: rule__QualifiedNameWithWildcard__Group__1 : rule__QualifiedNameWithWildcard__Group__1__Impl rule__QualifiedNameWithWildcard__Group__2 ; public final void rule__QualifiedNameWithWildcard__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17634:1: ( rule__QualifiedNameWithWildcard__Group__1__Impl rule__QualifiedNameWithWildcard__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17635:2: rule__QualifiedNameWithWildcard__Group__1__Impl rule__QualifiedNameWithWildcard__Group__2 { pushFollow(FOLLOW_rule__QualifiedNameWithWildcard__Group__1__Impl_in_rule__QualifiedNameWithWildcard__Group__135446); rule__QualifiedNameWithWildcard__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__QualifiedNameWithWildcard__Group__2_in_rule__QualifiedNameWithWildcard__Group__135449); rule__QualifiedNameWithWildcard__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__QualifiedNameWithWildcard__Group__1" // $ANTLR start "rule__QualifiedNameWithWildcard__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17642:1: rule__QualifiedNameWithWildcard__Group__1__Impl : ( '.' ) ; public final void rule__QualifiedNameWithWildcard__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17646:1: ( ( '.' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17647:1: ( '.' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17647:1: ( '.' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17648:1: '.' { if ( state.backtracking==0 ) { before(grammarAccess.getQualifiedNameWithWildcardAccess().getFullStopKeyword_1()); } match(input,43,FOLLOW_43_in_rule__QualifiedNameWithWildcard__Group__1__Impl35477); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getQualifiedNameWithWildcardAccess().getFullStopKeyword_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__QualifiedNameWithWildcard__Group__1__Impl" // $ANTLR start "rule__QualifiedNameWithWildcard__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17661:1: rule__QualifiedNameWithWildcard__Group__2 : rule__QualifiedNameWithWildcard__Group__2__Impl ; public final void rule__QualifiedNameWithWildcard__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17665:1: ( rule__QualifiedNameWithWildcard__Group__2__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17666:2: rule__QualifiedNameWithWildcard__Group__2__Impl { pushFollow(FOLLOW_rule__QualifiedNameWithWildcard__Group__2__Impl_in_rule__QualifiedNameWithWildcard__Group__235508); rule__QualifiedNameWithWildcard__Group__2__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__QualifiedNameWithWildcard__Group__2" // $ANTLR start "rule__QualifiedNameWithWildcard__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17672:1: rule__QualifiedNameWithWildcard__Group__2__Impl : ( '*' ) ; public final void rule__QualifiedNameWithWildcard__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17676:1: ( ( '*' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17677:1: ( '*' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17677:1: ( '*' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17678:1: '*' { if ( state.backtracking==0 ) { before(grammarAccess.getQualifiedNameWithWildcardAccess().getAsteriskKeyword_2()); } match(input,36,FOLLOW_36_in_rule__QualifiedNameWithWildcard__Group__2__Impl35536); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getQualifiedNameWithWildcardAccess().getAsteriskKeyword_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__QualifiedNameWithWildcard__Group__2__Impl" // $ANTLR start "rule__XImportDeclaration__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17697:1: rule__XImportDeclaration__Group__0 : rule__XImportDeclaration__Group__0__Impl rule__XImportDeclaration__Group__1 ; public final void rule__XImportDeclaration__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17701:1: ( rule__XImportDeclaration__Group__0__Impl rule__XImportDeclaration__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17702:2: rule__XImportDeclaration__Group__0__Impl rule__XImportDeclaration__Group__1 { pushFollow(FOLLOW_rule__XImportDeclaration__Group__0__Impl_in_rule__XImportDeclaration__Group__035573); rule__XImportDeclaration__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XImportDeclaration__Group__1_in_rule__XImportDeclaration__Group__035576); rule__XImportDeclaration__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XImportDeclaration__Group__0" // $ANTLR start "rule__XImportDeclaration__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17709:1: rule__XImportDeclaration__Group__0__Impl : ( 'import' ) ; public final void rule__XImportDeclaration__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17713:1: ( ( 'import' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17714:1: ( 'import' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17714:1: ( 'import' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17715:1: 'import' { if ( state.backtracking==0 ) { before(grammarAccess.getXImportDeclarationAccess().getImportKeyword_0()); } match(input,47,FOLLOW_47_in_rule__XImportDeclaration__Group__0__Impl35604); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXImportDeclarationAccess().getImportKeyword_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XImportDeclaration__Group__0__Impl" // $ANTLR start "rule__XImportDeclaration__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17728:1: rule__XImportDeclaration__Group__1 : rule__XImportDeclaration__Group__1__Impl rule__XImportDeclaration__Group__2 ; public final void rule__XImportDeclaration__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17732:1: ( rule__XImportDeclaration__Group__1__Impl rule__XImportDeclaration__Group__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17733:2: rule__XImportDeclaration__Group__1__Impl rule__XImportDeclaration__Group__2 { pushFollow(FOLLOW_rule__XImportDeclaration__Group__1__Impl_in_rule__XImportDeclaration__Group__135635); rule__XImportDeclaration__Group__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XImportDeclaration__Group__2_in_rule__XImportDeclaration__Group__135638); rule__XImportDeclaration__Group__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XImportDeclaration__Group__1" // $ANTLR start "rule__XImportDeclaration__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17740:1: rule__XImportDeclaration__Group__1__Impl : ( ( rule__XImportDeclaration__Alternatives_1 ) ) ; public final void rule__XImportDeclaration__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17744:1: ( ( ( rule__XImportDeclaration__Alternatives_1 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17745:1: ( ( rule__XImportDeclaration__Alternatives_1 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17745:1: ( ( rule__XImportDeclaration__Alternatives_1 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17746:1: ( rule__XImportDeclaration__Alternatives_1 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXImportDeclarationAccess().getAlternatives_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17747:1: ( rule__XImportDeclaration__Alternatives_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17747:2: rule__XImportDeclaration__Alternatives_1 { pushFollow(FOLLOW_rule__XImportDeclaration__Alternatives_1_in_rule__XImportDeclaration__Group__1__Impl35665); rule__XImportDeclaration__Alternatives_1(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXImportDeclarationAccess().getAlternatives_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XImportDeclaration__Group__1__Impl" // $ANTLR start "rule__XImportDeclaration__Group__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17757:1: rule__XImportDeclaration__Group__2 : rule__XImportDeclaration__Group__2__Impl ; public final void rule__XImportDeclaration__Group__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17761:1: ( rule__XImportDeclaration__Group__2__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17762:2: rule__XImportDeclaration__Group__2__Impl { pushFollow(FOLLOW_rule__XImportDeclaration__Group__2__Impl_in_rule__XImportDeclaration__Group__235695); rule__XImportDeclaration__Group__2__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XImportDeclaration__Group__2" // $ANTLR start "rule__XImportDeclaration__Group__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17768:1: rule__XImportDeclaration__Group__2__Impl : ( ( ';' )? ) ; public final void rule__XImportDeclaration__Group__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17772:1: ( ( ( ';' )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17773:1: ( ( ';' )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17773:1: ( ( ';' )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17774:1: ( ';' )? { if ( state.backtracking==0 ) { before(grammarAccess.getXImportDeclarationAccess().getSemicolonKeyword_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17775:1: ( ';' )? int alt126=2; int LA126_0 = input.LA(1); if ( (LA126_0==55) ) { alt126=1; } switch (alt126) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17776:2: ';' { match(input,55,FOLLOW_55_in_rule__XImportDeclaration__Group__2__Impl35724); if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXImportDeclarationAccess().getSemicolonKeyword_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XImportDeclaration__Group__2__Impl" // $ANTLR start "rule__XImportDeclaration__Group_1_0__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17793:1: rule__XImportDeclaration__Group_1_0__0 : rule__XImportDeclaration__Group_1_0__0__Impl rule__XImportDeclaration__Group_1_0__1 ; public final void rule__XImportDeclaration__Group_1_0__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17797:1: ( rule__XImportDeclaration__Group_1_0__0__Impl rule__XImportDeclaration__Group_1_0__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17798:2: rule__XImportDeclaration__Group_1_0__0__Impl rule__XImportDeclaration__Group_1_0__1 { pushFollow(FOLLOW_rule__XImportDeclaration__Group_1_0__0__Impl_in_rule__XImportDeclaration__Group_1_0__035763); rule__XImportDeclaration__Group_1_0__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XImportDeclaration__Group_1_0__1_in_rule__XImportDeclaration__Group_1_0__035766); rule__XImportDeclaration__Group_1_0__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XImportDeclaration__Group_1_0__0" // $ANTLR start "rule__XImportDeclaration__Group_1_0__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17805:1: rule__XImportDeclaration__Group_1_0__0__Impl : ( ( rule__XImportDeclaration__StaticAssignment_1_0_0 ) ) ; public final void rule__XImportDeclaration__Group_1_0__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17809:1: ( ( ( rule__XImportDeclaration__StaticAssignment_1_0_0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17810:1: ( ( rule__XImportDeclaration__StaticAssignment_1_0_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17810:1: ( ( rule__XImportDeclaration__StaticAssignment_1_0_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17811:1: ( rule__XImportDeclaration__StaticAssignment_1_0_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXImportDeclarationAccess().getStaticAssignment_1_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17812:1: ( rule__XImportDeclaration__StaticAssignment_1_0_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17812:2: rule__XImportDeclaration__StaticAssignment_1_0_0 { pushFollow(FOLLOW_rule__XImportDeclaration__StaticAssignment_1_0_0_in_rule__XImportDeclaration__Group_1_0__0__Impl35793); rule__XImportDeclaration__StaticAssignment_1_0_0(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXImportDeclarationAccess().getStaticAssignment_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XImportDeclaration__Group_1_0__0__Impl" // $ANTLR start "rule__XImportDeclaration__Group_1_0__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17822:1: rule__XImportDeclaration__Group_1_0__1 : rule__XImportDeclaration__Group_1_0__1__Impl rule__XImportDeclaration__Group_1_0__2 ; public final void rule__XImportDeclaration__Group_1_0__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17826:1: ( rule__XImportDeclaration__Group_1_0__1__Impl rule__XImportDeclaration__Group_1_0__2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17827:2: rule__XImportDeclaration__Group_1_0__1__Impl rule__XImportDeclaration__Group_1_0__2 { pushFollow(FOLLOW_rule__XImportDeclaration__Group_1_0__1__Impl_in_rule__XImportDeclaration__Group_1_0__135823); rule__XImportDeclaration__Group_1_0__1__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XImportDeclaration__Group_1_0__2_in_rule__XImportDeclaration__Group_1_0__135826); rule__XImportDeclaration__Group_1_0__2(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XImportDeclaration__Group_1_0__1" // $ANTLR start "rule__XImportDeclaration__Group_1_0__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17834:1: rule__XImportDeclaration__Group_1_0__1__Impl : ( ( rule__XImportDeclaration__ExtensionAssignment_1_0_1 )? ) ; public final void rule__XImportDeclaration__Group_1_0__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17838:1: ( ( ( rule__XImportDeclaration__ExtensionAssignment_1_0_1 )? ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17839:1: ( ( rule__XImportDeclaration__ExtensionAssignment_1_0_1 )? ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17839:1: ( ( rule__XImportDeclaration__ExtensionAssignment_1_0_1 )? ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17840:1: ( rule__XImportDeclaration__ExtensionAssignment_1_0_1 )? { if ( state.backtracking==0 ) { before(grammarAccess.getXImportDeclarationAccess().getExtensionAssignment_1_0_1()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17841:1: ( rule__XImportDeclaration__ExtensionAssignment_1_0_1 )? int alt127=2; int LA127_0 = input.LA(1); if ( (LA127_0==48) ) { alt127=1; } switch (alt127) { case 1 : // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17841:2: rule__XImportDeclaration__ExtensionAssignment_1_0_1 { pushFollow(FOLLOW_rule__XImportDeclaration__ExtensionAssignment_1_0_1_in_rule__XImportDeclaration__Group_1_0__1__Impl35853); rule__XImportDeclaration__ExtensionAssignment_1_0_1(); state._fsp--; if (state.failed) return ; } break; } if ( state.backtracking==0 ) { after(grammarAccess.getXImportDeclarationAccess().getExtensionAssignment_1_0_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XImportDeclaration__Group_1_0__1__Impl" // $ANTLR start "rule__XImportDeclaration__Group_1_0__2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17851:1: rule__XImportDeclaration__Group_1_0__2 : rule__XImportDeclaration__Group_1_0__2__Impl rule__XImportDeclaration__Group_1_0__3 ; public final void rule__XImportDeclaration__Group_1_0__2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17855:1: ( rule__XImportDeclaration__Group_1_0__2__Impl rule__XImportDeclaration__Group_1_0__3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17856:2: rule__XImportDeclaration__Group_1_0__2__Impl rule__XImportDeclaration__Group_1_0__3 { pushFollow(FOLLOW_rule__XImportDeclaration__Group_1_0__2__Impl_in_rule__XImportDeclaration__Group_1_0__235884); rule__XImportDeclaration__Group_1_0__2__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__XImportDeclaration__Group_1_0__3_in_rule__XImportDeclaration__Group_1_0__235887); rule__XImportDeclaration__Group_1_0__3(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XImportDeclaration__Group_1_0__2" // $ANTLR start "rule__XImportDeclaration__Group_1_0__2__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17863:1: rule__XImportDeclaration__Group_1_0__2__Impl : ( ( rule__XImportDeclaration__ImportedTypeAssignment_1_0_2 ) ) ; public final void rule__XImportDeclaration__Group_1_0__2__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17867:1: ( ( ( rule__XImportDeclaration__ImportedTypeAssignment_1_0_2 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17868:1: ( ( rule__XImportDeclaration__ImportedTypeAssignment_1_0_2 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17868:1: ( ( rule__XImportDeclaration__ImportedTypeAssignment_1_0_2 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17869:1: ( rule__XImportDeclaration__ImportedTypeAssignment_1_0_2 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXImportDeclarationAccess().getImportedTypeAssignment_1_0_2()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17870:1: ( rule__XImportDeclaration__ImportedTypeAssignment_1_0_2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17870:2: rule__XImportDeclaration__ImportedTypeAssignment_1_0_2 { pushFollow(FOLLOW_rule__XImportDeclaration__ImportedTypeAssignment_1_0_2_in_rule__XImportDeclaration__Group_1_0__2__Impl35914); rule__XImportDeclaration__ImportedTypeAssignment_1_0_2(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXImportDeclarationAccess().getImportedTypeAssignment_1_0_2()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XImportDeclaration__Group_1_0__2__Impl" // $ANTLR start "rule__XImportDeclaration__Group_1_0__3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17880:1: rule__XImportDeclaration__Group_1_0__3 : rule__XImportDeclaration__Group_1_0__3__Impl ; public final void rule__XImportDeclaration__Group_1_0__3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17884:1: ( rule__XImportDeclaration__Group_1_0__3__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17885:2: rule__XImportDeclaration__Group_1_0__3__Impl { pushFollow(FOLLOW_rule__XImportDeclaration__Group_1_0__3__Impl_in_rule__XImportDeclaration__Group_1_0__335944); rule__XImportDeclaration__Group_1_0__3__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XImportDeclaration__Group_1_0__3" // $ANTLR start "rule__XImportDeclaration__Group_1_0__3__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17891:1: rule__XImportDeclaration__Group_1_0__3__Impl : ( ( rule__XImportDeclaration__Alternatives_1_0_3 ) ) ; public final void rule__XImportDeclaration__Group_1_0__3__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17895:1: ( ( ( rule__XImportDeclaration__Alternatives_1_0_3 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17896:1: ( ( rule__XImportDeclaration__Alternatives_1_0_3 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17896:1: ( ( rule__XImportDeclaration__Alternatives_1_0_3 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17897:1: ( rule__XImportDeclaration__Alternatives_1_0_3 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXImportDeclarationAccess().getAlternatives_1_0_3()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17898:1: ( rule__XImportDeclaration__Alternatives_1_0_3 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17898:2: rule__XImportDeclaration__Alternatives_1_0_3 { pushFollow(FOLLOW_rule__XImportDeclaration__Alternatives_1_0_3_in_rule__XImportDeclaration__Group_1_0__3__Impl35971); rule__XImportDeclaration__Alternatives_1_0_3(); state._fsp--; if (state.failed) return ; } if ( state.backtracking==0 ) { after(grammarAccess.getXImportDeclarationAccess().getAlternatives_1_0_3()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XImportDeclaration__Group_1_0__3__Impl" // $ANTLR start "rule__QualifiedNameInStaticImport__Group__0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17916:1: rule__QualifiedNameInStaticImport__Group__0 : rule__QualifiedNameInStaticImport__Group__0__Impl rule__QualifiedNameInStaticImport__Group__1 ; public final void rule__QualifiedNameInStaticImport__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17920:1: ( rule__QualifiedNameInStaticImport__Group__0__Impl rule__QualifiedNameInStaticImport__Group__1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17921:2: rule__QualifiedNameInStaticImport__Group__0__Impl rule__QualifiedNameInStaticImport__Group__1 { pushFollow(FOLLOW_rule__QualifiedNameInStaticImport__Group__0__Impl_in_rule__QualifiedNameInStaticImport__Group__036009); rule__QualifiedNameInStaticImport__Group__0__Impl(); state._fsp--; if (state.failed) return ; pushFollow(FOLLOW_rule__QualifiedNameInStaticImport__Group__1_in_rule__QualifiedNameInStaticImport__Group__036012); rule__QualifiedNameInStaticImport__Group__1(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__QualifiedNameInStaticImport__Group__0" // $ANTLR start "rule__QualifiedNameInStaticImport__Group__0__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17928:1: rule__QualifiedNameInStaticImport__Group__0__Impl : ( ruleValidID ) ; public final void rule__QualifiedNameInStaticImport__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17932:1: ( ( ruleValidID ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17933:1: ( ruleValidID ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17933:1: ( ruleValidID ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17934:1: ruleValidID { if ( state.backtracking==0 ) { before(grammarAccess.getQualifiedNameInStaticImportAccess().getValidIDParserRuleCall_0()); } pushFollow(FOLLOW_ruleValidID_in_rule__QualifiedNameInStaticImport__Group__0__Impl36039); ruleValidID(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getQualifiedNameInStaticImportAccess().getValidIDParserRuleCall_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__QualifiedNameInStaticImport__Group__0__Impl" // $ANTLR start "rule__QualifiedNameInStaticImport__Group__1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17945:1: rule__QualifiedNameInStaticImport__Group__1 : rule__QualifiedNameInStaticImport__Group__1__Impl ; public final void rule__QualifiedNameInStaticImport__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17949:1: ( rule__QualifiedNameInStaticImport__Group__1__Impl ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17950:2: rule__QualifiedNameInStaticImport__Group__1__Impl { pushFollow(FOLLOW_rule__QualifiedNameInStaticImport__Group__1__Impl_in_rule__QualifiedNameInStaticImport__Group__136068); rule__QualifiedNameInStaticImport__Group__1__Impl(); state._fsp--; if (state.failed) return ; } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__QualifiedNameInStaticImport__Group__1" // $ANTLR start "rule__QualifiedNameInStaticImport__Group__1__Impl" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17956:1: rule__QualifiedNameInStaticImport__Group__1__Impl : ( '.' ) ; public final void rule__QualifiedNameInStaticImport__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17960:1: ( ( '.' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17961:1: ( '.' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17961:1: ( '.' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17962:1: '.' { if ( state.backtracking==0 ) { before(grammarAccess.getQualifiedNameInStaticImportAccess().getFullStopKeyword_1()); } match(input,43,FOLLOW_43_in_rule__QualifiedNameInStaticImport__Group__1__Impl36096); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getQualifiedNameInStaticImportAccess().getFullStopKeyword_1()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__QualifiedNameInStaticImport__Group__1__Impl" // $ANTLR start "rule__Model__ImportSectionAssignment_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17980:1: rule__Model__ImportSectionAssignment_0 : ( ruleXImportSection ) ; public final void rule__Model__ImportSectionAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17984:1: ( ( ruleXImportSection ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17985:1: ( ruleXImportSection ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17985:1: ( ruleXImportSection ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17986:1: ruleXImportSection { if ( state.backtracking==0 ) { before(grammarAccess.getModelAccess().getImportSectionXImportSectionParserRuleCall_0_0()); } pushFollow(FOLLOW_ruleXImportSection_in_rule__Model__ImportSectionAssignment_036136); ruleXImportSection(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getModelAccess().getImportSectionXImportSectionParserRuleCall_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Model__ImportSectionAssignment_0" // $ANTLR start "rule__Model__EntitiesAssignment_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17995:1: rule__Model__EntitiesAssignment_1 : ( ruleEntity ) ; public final void rule__Model__EntitiesAssignment_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:17999:1: ( ( ruleEntity ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18000:1: ( ruleEntity ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18000:1: ( ruleEntity ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18001:1: ruleEntity { if ( state.backtracking==0 ) { before(grammarAccess.getModelAccess().getEntitiesEntityParserRuleCall_1_0()); } pushFollow(FOLLOW_ruleEntity_in_rule__Model__EntitiesAssignment_136167); ruleEntity(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getModelAccess().getEntitiesEntityParserRuleCall_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Model__EntitiesAssignment_1" // $ANTLR start "rule__Entity__NameAssignment_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18010:1: rule__Entity__NameAssignment_1 : ( RULE_ID ) ; public final void rule__Entity__NameAssignment_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18014:1: ( ( RULE_ID ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18015:1: ( RULE_ID ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18015:1: ( RULE_ID ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18016:1: RULE_ID { if ( state.backtracking==0 ) { before(grammarAccess.getEntityAccess().getNameIDTerminalRuleCall_1_0()); } match(input,RULE_ID,FOLLOW_RULE_ID_in_rule__Entity__NameAssignment_136198); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getEntityAccess().getNameIDTerminalRuleCall_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Entity__NameAssignment_1" // $ANTLR start "rule__Entity__SuperTypeAssignment_2_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18025:1: rule__Entity__SuperTypeAssignment_2_1 : ( ruleJvmParameterizedTypeReference ) ; public final void rule__Entity__SuperTypeAssignment_2_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18029:1: ( ( ruleJvmParameterizedTypeReference ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18030:1: ( ruleJvmParameterizedTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18030:1: ( ruleJvmParameterizedTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18031:1: ruleJvmParameterizedTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getEntityAccess().getSuperTypeJvmParameterizedTypeReferenceParserRuleCall_2_1_0()); } pushFollow(FOLLOW_ruleJvmParameterizedTypeReference_in_rule__Entity__SuperTypeAssignment_2_136229); ruleJvmParameterizedTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getEntityAccess().getSuperTypeJvmParameterizedTypeReferenceParserRuleCall_2_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Entity__SuperTypeAssignment_2_1" // $ANTLR start "rule__Entity__AttributesAssignment_4" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18040:1: rule__Entity__AttributesAssignment_4 : ( ruleAttribute ) ; public final void rule__Entity__AttributesAssignment_4() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18044:1: ( ( ruleAttribute ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18045:1: ( ruleAttribute ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18045:1: ( ruleAttribute ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18046:1: ruleAttribute { if ( state.backtracking==0 ) { before(grammarAccess.getEntityAccess().getAttributesAttributeParserRuleCall_4_0()); } pushFollow(FOLLOW_ruleAttribute_in_rule__Entity__AttributesAssignment_436260); ruleAttribute(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getEntityAccess().getAttributesAttributeParserRuleCall_4_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Entity__AttributesAssignment_4" // $ANTLR start "rule__Entity__OperationsAssignment_5" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18055:1: rule__Entity__OperationsAssignment_5 : ( ruleOperation ) ; public final void rule__Entity__OperationsAssignment_5() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18059:1: ( ( ruleOperation ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18060:1: ( ruleOperation ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18060:1: ( ruleOperation ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18061:1: ruleOperation { if ( state.backtracking==0 ) { before(grammarAccess.getEntityAccess().getOperationsOperationParserRuleCall_5_0()); } pushFollow(FOLLOW_ruleOperation_in_rule__Entity__OperationsAssignment_536291); ruleOperation(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getEntityAccess().getOperationsOperationParserRuleCall_5_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Entity__OperationsAssignment_5" // $ANTLR start "rule__Attribute__TypeAssignment_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18070:1: rule__Attribute__TypeAssignment_1 : ( ruleJvmTypeReference ) ; public final void rule__Attribute__TypeAssignment_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18074:1: ( ( ruleJvmTypeReference ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18075:1: ( ruleJvmTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18075:1: ( ruleJvmTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18076:1: ruleJvmTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getAttributeAccess().getTypeJvmTypeReferenceParserRuleCall_1_0()); } pushFollow(FOLLOW_ruleJvmTypeReference_in_rule__Attribute__TypeAssignment_136322); ruleJvmTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getAttributeAccess().getTypeJvmTypeReferenceParserRuleCall_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Attribute__TypeAssignment_1" // $ANTLR start "rule__Attribute__NameAssignment_2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18085:1: rule__Attribute__NameAssignment_2 : ( RULE_ID ) ; public final void rule__Attribute__NameAssignment_2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18089:1: ( ( RULE_ID ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18090:1: ( RULE_ID ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18090:1: ( RULE_ID ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18091:1: RULE_ID { if ( state.backtracking==0 ) { before(grammarAccess.getAttributeAccess().getNameIDTerminalRuleCall_2_0()); } match(input,RULE_ID,FOLLOW_RULE_ID_in_rule__Attribute__NameAssignment_236353); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getAttributeAccess().getNameIDTerminalRuleCall_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Attribute__NameAssignment_2" // $ANTLR start "rule__Attribute__InitexpressionAssignment_3_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18100:1: rule__Attribute__InitexpressionAssignment_3_1 : ( ruleXExpression ) ; public final void rule__Attribute__InitexpressionAssignment_3_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18104:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18105:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18105:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18106:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getAttributeAccess().getInitexpressionXExpressionParserRuleCall_3_1_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__Attribute__InitexpressionAssignment_3_136384); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getAttributeAccess().getInitexpressionXExpressionParserRuleCall_3_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Attribute__InitexpressionAssignment_3_1" // $ANTLR start "rule__Operation__TypeAssignment_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18115:1: rule__Operation__TypeAssignment_1 : ( ruleJvmTypeReference ) ; public final void rule__Operation__TypeAssignment_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18119:1: ( ( ruleJvmTypeReference ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18120:1: ( ruleJvmTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18120:1: ( ruleJvmTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18121:1: ruleJvmTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getOperationAccess().getTypeJvmTypeReferenceParserRuleCall_1_0()); } pushFollow(FOLLOW_ruleJvmTypeReference_in_rule__Operation__TypeAssignment_136415); ruleJvmTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOperationAccess().getTypeJvmTypeReferenceParserRuleCall_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Operation__TypeAssignment_1" // $ANTLR start "rule__Operation__NameAssignment_2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18130:1: rule__Operation__NameAssignment_2 : ( RULE_ID ) ; public final void rule__Operation__NameAssignment_2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18134:1: ( ( RULE_ID ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18135:1: ( RULE_ID ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18135:1: ( RULE_ID ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18136:1: RULE_ID { if ( state.backtracking==0 ) { before(grammarAccess.getOperationAccess().getNameIDTerminalRuleCall_2_0()); } match(input,RULE_ID,FOLLOW_RULE_ID_in_rule__Operation__NameAssignment_236446); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOperationAccess().getNameIDTerminalRuleCall_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Operation__NameAssignment_2" // $ANTLR start "rule__Operation__ParamsAssignment_4_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18145:1: rule__Operation__ParamsAssignment_4_0 : ( ruleFullJvmFormalParameter ) ; public final void rule__Operation__ParamsAssignment_4_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18149:1: ( ( ruleFullJvmFormalParameter ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18150:1: ( ruleFullJvmFormalParameter ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18150:1: ( ruleFullJvmFormalParameter ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18151:1: ruleFullJvmFormalParameter { if ( state.backtracking==0 ) { before(grammarAccess.getOperationAccess().getParamsFullJvmFormalParameterParserRuleCall_4_0_0()); } pushFollow(FOLLOW_ruleFullJvmFormalParameter_in_rule__Operation__ParamsAssignment_4_036477); ruleFullJvmFormalParameter(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOperationAccess().getParamsFullJvmFormalParameterParserRuleCall_4_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Operation__ParamsAssignment_4_0" // $ANTLR start "rule__Operation__ParamsAssignment_4_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18160:1: rule__Operation__ParamsAssignment_4_1_1 : ( ruleFullJvmFormalParameter ) ; public final void rule__Operation__ParamsAssignment_4_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18164:1: ( ( ruleFullJvmFormalParameter ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18165:1: ( ruleFullJvmFormalParameter ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18165:1: ( ruleFullJvmFormalParameter ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18166:1: ruleFullJvmFormalParameter { if ( state.backtracking==0 ) { before(grammarAccess.getOperationAccess().getParamsFullJvmFormalParameterParserRuleCall_4_1_1_0()); } pushFollow(FOLLOW_ruleFullJvmFormalParameter_in_rule__Operation__ParamsAssignment_4_1_136508); ruleFullJvmFormalParameter(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOperationAccess().getParamsFullJvmFormalParameterParserRuleCall_4_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Operation__ParamsAssignment_4_1_1" // $ANTLR start "rule__Operation__BodyAssignment_6" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18175:1: rule__Operation__BodyAssignment_6 : ( ruleXBlockExpression ) ; public final void rule__Operation__BodyAssignment_6() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18179:1: ( ( ruleXBlockExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18180:1: ( ruleXBlockExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18180:1: ( ruleXBlockExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18181:1: ruleXBlockExpression { if ( state.backtracking==0 ) { before(grammarAccess.getOperationAccess().getBodyXBlockExpressionParserRuleCall_6_0()); } pushFollow(FOLLOW_ruleXBlockExpression_in_rule__Operation__BodyAssignment_636539); ruleXBlockExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getOperationAccess().getBodyXBlockExpressionParserRuleCall_6_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__Operation__BodyAssignment_6" // $ANTLR start "rule__XAssignment__FeatureAssignment_0_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18190:1: rule__XAssignment__FeatureAssignment_0_1 : ( ( ruleFeatureCallID ) ) ; public final void rule__XAssignment__FeatureAssignment_0_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18194:1: ( ( ( ruleFeatureCallID ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18195:1: ( ( ruleFeatureCallID ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18195:1: ( ( ruleFeatureCallID ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18196:1: ( ruleFeatureCallID ) { if ( state.backtracking==0 ) { before(grammarAccess.getXAssignmentAccess().getFeatureJvmIdentifiableElementCrossReference_0_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18197:1: ( ruleFeatureCallID ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18198:1: ruleFeatureCallID { if ( state.backtracking==0 ) { before(grammarAccess.getXAssignmentAccess().getFeatureJvmIdentifiableElementFeatureCallIDParserRuleCall_0_1_0_1()); } pushFollow(FOLLOW_ruleFeatureCallID_in_rule__XAssignment__FeatureAssignment_0_136574); ruleFeatureCallID(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXAssignmentAccess().getFeatureJvmIdentifiableElementFeatureCallIDParserRuleCall_0_1_0_1()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXAssignmentAccess().getFeatureJvmIdentifiableElementCrossReference_0_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAssignment__FeatureAssignment_0_1" // $ANTLR start "rule__XAssignment__ValueAssignment_0_3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18209:1: rule__XAssignment__ValueAssignment_0_3 : ( ruleXAssignment ) ; public final void rule__XAssignment__ValueAssignment_0_3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18213:1: ( ( ruleXAssignment ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18214:1: ( ruleXAssignment ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18214:1: ( ruleXAssignment ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18215:1: ruleXAssignment { if ( state.backtracking==0 ) { before(grammarAccess.getXAssignmentAccess().getValueXAssignmentParserRuleCall_0_3_0()); } pushFollow(FOLLOW_ruleXAssignment_in_rule__XAssignment__ValueAssignment_0_336609); ruleXAssignment(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXAssignmentAccess().getValueXAssignmentParserRuleCall_0_3_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAssignment__ValueAssignment_0_3" // $ANTLR start "rule__XAssignment__FeatureAssignment_1_1_0_0_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18224:1: rule__XAssignment__FeatureAssignment_1_1_0_0_1 : ( ( ruleOpMultiAssign ) ) ; public final void rule__XAssignment__FeatureAssignment_1_1_0_0_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18228:1: ( ( ( ruleOpMultiAssign ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18229:1: ( ( ruleOpMultiAssign ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18229:1: ( ( ruleOpMultiAssign ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18230:1: ( ruleOpMultiAssign ) { if ( state.backtracking==0 ) { before(grammarAccess.getXAssignmentAccess().getFeatureJvmIdentifiableElementCrossReference_1_1_0_0_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18231:1: ( ruleOpMultiAssign ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18232:1: ruleOpMultiAssign { if ( state.backtracking==0 ) { before(grammarAccess.getXAssignmentAccess().getFeatureJvmIdentifiableElementOpMultiAssignParserRuleCall_1_1_0_0_1_0_1()); } pushFollow(FOLLOW_ruleOpMultiAssign_in_rule__XAssignment__FeatureAssignment_1_1_0_0_136644); ruleOpMultiAssign(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXAssignmentAccess().getFeatureJvmIdentifiableElementOpMultiAssignParserRuleCall_1_1_0_0_1_0_1()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXAssignmentAccess().getFeatureJvmIdentifiableElementCrossReference_1_1_0_0_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAssignment__FeatureAssignment_1_1_0_0_1" // $ANTLR start "rule__XAssignment__RightOperandAssignment_1_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18243:1: rule__XAssignment__RightOperandAssignment_1_1_1 : ( ruleXAssignment ) ; public final void rule__XAssignment__RightOperandAssignment_1_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18247:1: ( ( ruleXAssignment ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18248:1: ( ruleXAssignment ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18248:1: ( ruleXAssignment ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18249:1: ruleXAssignment { if ( state.backtracking==0 ) { before(grammarAccess.getXAssignmentAccess().getRightOperandXAssignmentParserRuleCall_1_1_1_0()); } pushFollow(FOLLOW_ruleXAssignment_in_rule__XAssignment__RightOperandAssignment_1_1_136679); ruleXAssignment(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXAssignmentAccess().getRightOperandXAssignmentParserRuleCall_1_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAssignment__RightOperandAssignment_1_1_1" // $ANTLR start "rule__XOrExpression__FeatureAssignment_1_0_0_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18258:1: rule__XOrExpression__FeatureAssignment_1_0_0_1 : ( ( ruleOpOr ) ) ; public final void rule__XOrExpression__FeatureAssignment_1_0_0_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18262:1: ( ( ( ruleOpOr ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18263:1: ( ( ruleOpOr ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18263:1: ( ( ruleOpOr ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18264:1: ( ruleOpOr ) { if ( state.backtracking==0 ) { before(grammarAccess.getXOrExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18265:1: ( ruleOpOr ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18266:1: ruleOpOr { if ( state.backtracking==0 ) { before(grammarAccess.getXOrExpressionAccess().getFeatureJvmIdentifiableElementOpOrParserRuleCall_1_0_0_1_0_1()); } pushFollow(FOLLOW_ruleOpOr_in_rule__XOrExpression__FeatureAssignment_1_0_0_136714); ruleOpOr(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXOrExpressionAccess().getFeatureJvmIdentifiableElementOpOrParserRuleCall_1_0_0_1_0_1()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXOrExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOrExpression__FeatureAssignment_1_0_0_1" // $ANTLR start "rule__XOrExpression__RightOperandAssignment_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18277:1: rule__XOrExpression__RightOperandAssignment_1_1 : ( ruleXAndExpression ) ; public final void rule__XOrExpression__RightOperandAssignment_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18281:1: ( ( ruleXAndExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18282:1: ( ruleXAndExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18282:1: ( ruleXAndExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18283:1: ruleXAndExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXOrExpressionAccess().getRightOperandXAndExpressionParserRuleCall_1_1_0()); } pushFollow(FOLLOW_ruleXAndExpression_in_rule__XOrExpression__RightOperandAssignment_1_136749); ruleXAndExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXOrExpressionAccess().getRightOperandXAndExpressionParserRuleCall_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOrExpression__RightOperandAssignment_1_1" // $ANTLR start "rule__XAndExpression__FeatureAssignment_1_0_0_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18292:1: rule__XAndExpression__FeatureAssignment_1_0_0_1 : ( ( ruleOpAnd ) ) ; public final void rule__XAndExpression__FeatureAssignment_1_0_0_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18296:1: ( ( ( ruleOpAnd ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18297:1: ( ( ruleOpAnd ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18297:1: ( ( ruleOpAnd ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18298:1: ( ruleOpAnd ) { if ( state.backtracking==0 ) { before(grammarAccess.getXAndExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18299:1: ( ruleOpAnd ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18300:1: ruleOpAnd { if ( state.backtracking==0 ) { before(grammarAccess.getXAndExpressionAccess().getFeatureJvmIdentifiableElementOpAndParserRuleCall_1_0_0_1_0_1()); } pushFollow(FOLLOW_ruleOpAnd_in_rule__XAndExpression__FeatureAssignment_1_0_0_136784); ruleOpAnd(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXAndExpressionAccess().getFeatureJvmIdentifiableElementOpAndParserRuleCall_1_0_0_1_0_1()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXAndExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAndExpression__FeatureAssignment_1_0_0_1" // $ANTLR start "rule__XAndExpression__RightOperandAssignment_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18311:1: rule__XAndExpression__RightOperandAssignment_1_1 : ( ruleXEqualityExpression ) ; public final void rule__XAndExpression__RightOperandAssignment_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18315:1: ( ( ruleXEqualityExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18316:1: ( ruleXEqualityExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18316:1: ( ruleXEqualityExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18317:1: ruleXEqualityExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXAndExpressionAccess().getRightOperandXEqualityExpressionParserRuleCall_1_1_0()); } pushFollow(FOLLOW_ruleXEqualityExpression_in_rule__XAndExpression__RightOperandAssignment_1_136819); ruleXEqualityExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXAndExpressionAccess().getRightOperandXEqualityExpressionParserRuleCall_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAndExpression__RightOperandAssignment_1_1" // $ANTLR start "rule__XEqualityExpression__FeatureAssignment_1_0_0_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18326:1: rule__XEqualityExpression__FeatureAssignment_1_0_0_1 : ( ( ruleOpEquality ) ) ; public final void rule__XEqualityExpression__FeatureAssignment_1_0_0_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18330:1: ( ( ( ruleOpEquality ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18331:1: ( ( ruleOpEquality ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18331:1: ( ( ruleOpEquality ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18332:1: ( ruleOpEquality ) { if ( state.backtracking==0 ) { before(grammarAccess.getXEqualityExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18333:1: ( ruleOpEquality ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18334:1: ruleOpEquality { if ( state.backtracking==0 ) { before(grammarAccess.getXEqualityExpressionAccess().getFeatureJvmIdentifiableElementOpEqualityParserRuleCall_1_0_0_1_0_1()); } pushFollow(FOLLOW_ruleOpEquality_in_rule__XEqualityExpression__FeatureAssignment_1_0_0_136854); ruleOpEquality(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXEqualityExpressionAccess().getFeatureJvmIdentifiableElementOpEqualityParserRuleCall_1_0_0_1_0_1()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXEqualityExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XEqualityExpression__FeatureAssignment_1_0_0_1" // $ANTLR start "rule__XEqualityExpression__RightOperandAssignment_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18345:1: rule__XEqualityExpression__RightOperandAssignment_1_1 : ( ruleXRelationalExpression ) ; public final void rule__XEqualityExpression__RightOperandAssignment_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18349:1: ( ( ruleXRelationalExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18350:1: ( ruleXRelationalExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18350:1: ( ruleXRelationalExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18351:1: ruleXRelationalExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXEqualityExpressionAccess().getRightOperandXRelationalExpressionParserRuleCall_1_1_0()); } pushFollow(FOLLOW_ruleXRelationalExpression_in_rule__XEqualityExpression__RightOperandAssignment_1_136889); ruleXRelationalExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXEqualityExpressionAccess().getRightOperandXRelationalExpressionParserRuleCall_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XEqualityExpression__RightOperandAssignment_1_1" // $ANTLR start "rule__XRelationalExpression__TypeAssignment_1_0_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18360:1: rule__XRelationalExpression__TypeAssignment_1_0_1 : ( ruleJvmTypeReference ) ; public final void rule__XRelationalExpression__TypeAssignment_1_0_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18364:1: ( ( ruleJvmTypeReference ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18365:1: ( ruleJvmTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18365:1: ( ruleJvmTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18366:1: ruleJvmTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getXRelationalExpressionAccess().getTypeJvmTypeReferenceParserRuleCall_1_0_1_0()); } pushFollow(FOLLOW_ruleJvmTypeReference_in_rule__XRelationalExpression__TypeAssignment_1_0_136920); ruleJvmTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXRelationalExpressionAccess().getTypeJvmTypeReferenceParserRuleCall_1_0_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__TypeAssignment_1_0_1" // $ANTLR start "rule__XRelationalExpression__FeatureAssignment_1_1_0_0_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18375:1: rule__XRelationalExpression__FeatureAssignment_1_1_0_0_1 : ( ( ruleOpCompare ) ) ; public final void rule__XRelationalExpression__FeatureAssignment_1_1_0_0_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18379:1: ( ( ( ruleOpCompare ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18380:1: ( ( ruleOpCompare ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18380:1: ( ( ruleOpCompare ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18381:1: ( ruleOpCompare ) { if ( state.backtracking==0 ) { before(grammarAccess.getXRelationalExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_1_0_0_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18382:1: ( ruleOpCompare ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18383:1: ruleOpCompare { if ( state.backtracking==0 ) { before(grammarAccess.getXRelationalExpressionAccess().getFeatureJvmIdentifiableElementOpCompareParserRuleCall_1_1_0_0_1_0_1()); } pushFollow(FOLLOW_ruleOpCompare_in_rule__XRelationalExpression__FeatureAssignment_1_1_0_0_136955); ruleOpCompare(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXRelationalExpressionAccess().getFeatureJvmIdentifiableElementOpCompareParserRuleCall_1_1_0_0_1_0_1()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXRelationalExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_1_0_0_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__FeatureAssignment_1_1_0_0_1" // $ANTLR start "rule__XRelationalExpression__RightOperandAssignment_1_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18394:1: rule__XRelationalExpression__RightOperandAssignment_1_1_1 : ( ruleXOtherOperatorExpression ) ; public final void rule__XRelationalExpression__RightOperandAssignment_1_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18398:1: ( ( ruleXOtherOperatorExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18399:1: ( ruleXOtherOperatorExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18399:1: ( ruleXOtherOperatorExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18400:1: ruleXOtherOperatorExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXRelationalExpressionAccess().getRightOperandXOtherOperatorExpressionParserRuleCall_1_1_1_0()); } pushFollow(FOLLOW_ruleXOtherOperatorExpression_in_rule__XRelationalExpression__RightOperandAssignment_1_1_136990); ruleXOtherOperatorExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXRelationalExpressionAccess().getRightOperandXOtherOperatorExpressionParserRuleCall_1_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XRelationalExpression__RightOperandAssignment_1_1_1" // $ANTLR start "rule__XOtherOperatorExpression__FeatureAssignment_1_0_0_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18409:1: rule__XOtherOperatorExpression__FeatureAssignment_1_0_0_1 : ( ( ruleOpOther ) ) ; public final void rule__XOtherOperatorExpression__FeatureAssignment_1_0_0_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18413:1: ( ( ( ruleOpOther ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18414:1: ( ( ruleOpOther ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18414:1: ( ( ruleOpOther ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18415:1: ( ruleOpOther ) { if ( state.backtracking==0 ) { before(grammarAccess.getXOtherOperatorExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18416:1: ( ruleOpOther ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18417:1: ruleOpOther { if ( state.backtracking==0 ) { before(grammarAccess.getXOtherOperatorExpressionAccess().getFeatureJvmIdentifiableElementOpOtherParserRuleCall_1_0_0_1_0_1()); } pushFollow(FOLLOW_ruleOpOther_in_rule__XOtherOperatorExpression__FeatureAssignment_1_0_0_137025); ruleOpOther(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXOtherOperatorExpressionAccess().getFeatureJvmIdentifiableElementOpOtherParserRuleCall_1_0_0_1_0_1()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXOtherOperatorExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOtherOperatorExpression__FeatureAssignment_1_0_0_1" // $ANTLR start "rule__XOtherOperatorExpression__RightOperandAssignment_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18428:1: rule__XOtherOperatorExpression__RightOperandAssignment_1_1 : ( ruleXAdditiveExpression ) ; public final void rule__XOtherOperatorExpression__RightOperandAssignment_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18432:1: ( ( ruleXAdditiveExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18433:1: ( ruleXAdditiveExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18433:1: ( ruleXAdditiveExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18434:1: ruleXAdditiveExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXOtherOperatorExpressionAccess().getRightOperandXAdditiveExpressionParserRuleCall_1_1_0()); } pushFollow(FOLLOW_ruleXAdditiveExpression_in_rule__XOtherOperatorExpression__RightOperandAssignment_1_137060); ruleXAdditiveExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXOtherOperatorExpressionAccess().getRightOperandXAdditiveExpressionParserRuleCall_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XOtherOperatorExpression__RightOperandAssignment_1_1" // $ANTLR start "rule__XAdditiveExpression__FeatureAssignment_1_0_0_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18443:1: rule__XAdditiveExpression__FeatureAssignment_1_0_0_1 : ( ( ruleOpAdd ) ) ; public final void rule__XAdditiveExpression__FeatureAssignment_1_0_0_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18447:1: ( ( ( ruleOpAdd ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18448:1: ( ( ruleOpAdd ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18448:1: ( ( ruleOpAdd ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18449:1: ( ruleOpAdd ) { if ( state.backtracking==0 ) { before(grammarAccess.getXAdditiveExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18450:1: ( ruleOpAdd ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18451:1: ruleOpAdd { if ( state.backtracking==0 ) { before(grammarAccess.getXAdditiveExpressionAccess().getFeatureJvmIdentifiableElementOpAddParserRuleCall_1_0_0_1_0_1()); } pushFollow(FOLLOW_ruleOpAdd_in_rule__XAdditiveExpression__FeatureAssignment_1_0_0_137095); ruleOpAdd(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXAdditiveExpressionAccess().getFeatureJvmIdentifiableElementOpAddParserRuleCall_1_0_0_1_0_1()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXAdditiveExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAdditiveExpression__FeatureAssignment_1_0_0_1" // $ANTLR start "rule__XAdditiveExpression__RightOperandAssignment_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18462:1: rule__XAdditiveExpression__RightOperandAssignment_1_1 : ( ruleXMultiplicativeExpression ) ; public final void rule__XAdditiveExpression__RightOperandAssignment_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18466:1: ( ( ruleXMultiplicativeExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18467:1: ( ruleXMultiplicativeExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18467:1: ( ruleXMultiplicativeExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18468:1: ruleXMultiplicativeExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXAdditiveExpressionAccess().getRightOperandXMultiplicativeExpressionParserRuleCall_1_1_0()); } pushFollow(FOLLOW_ruleXMultiplicativeExpression_in_rule__XAdditiveExpression__RightOperandAssignment_1_137130); ruleXMultiplicativeExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXAdditiveExpressionAccess().getRightOperandXMultiplicativeExpressionParserRuleCall_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XAdditiveExpression__RightOperandAssignment_1_1" // $ANTLR start "rule__XMultiplicativeExpression__FeatureAssignment_1_0_0_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18477:1: rule__XMultiplicativeExpression__FeatureAssignment_1_0_0_1 : ( ( ruleOpMulti ) ) ; public final void rule__XMultiplicativeExpression__FeatureAssignment_1_0_0_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18481:1: ( ( ( ruleOpMulti ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18482:1: ( ( ruleOpMulti ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18482:1: ( ( ruleOpMulti ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18483:1: ( ruleOpMulti ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMultiplicativeExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18484:1: ( ruleOpMulti ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18485:1: ruleOpMulti { if ( state.backtracking==0 ) { before(grammarAccess.getXMultiplicativeExpressionAccess().getFeatureJvmIdentifiableElementOpMultiParserRuleCall_1_0_0_1_0_1()); } pushFollow(FOLLOW_ruleOpMulti_in_rule__XMultiplicativeExpression__FeatureAssignment_1_0_0_137165); ruleOpMulti(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXMultiplicativeExpressionAccess().getFeatureJvmIdentifiableElementOpMultiParserRuleCall_1_0_0_1_0_1()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXMultiplicativeExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMultiplicativeExpression__FeatureAssignment_1_0_0_1" // $ANTLR start "rule__XMultiplicativeExpression__RightOperandAssignment_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18496:1: rule__XMultiplicativeExpression__RightOperandAssignment_1_1 : ( ruleXUnaryOperation ) ; public final void rule__XMultiplicativeExpression__RightOperandAssignment_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18500:1: ( ( ruleXUnaryOperation ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18501:1: ( ruleXUnaryOperation ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18501:1: ( ruleXUnaryOperation ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18502:1: ruleXUnaryOperation { if ( state.backtracking==0 ) { before(grammarAccess.getXMultiplicativeExpressionAccess().getRightOperandXUnaryOperationParserRuleCall_1_1_0()); } pushFollow(FOLLOW_ruleXUnaryOperation_in_rule__XMultiplicativeExpression__RightOperandAssignment_1_137200); ruleXUnaryOperation(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXMultiplicativeExpressionAccess().getRightOperandXUnaryOperationParserRuleCall_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMultiplicativeExpression__RightOperandAssignment_1_1" // $ANTLR start "rule__XUnaryOperation__FeatureAssignment_0_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18511:1: rule__XUnaryOperation__FeatureAssignment_0_1 : ( ( ruleOpUnary ) ) ; public final void rule__XUnaryOperation__FeatureAssignment_0_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18515:1: ( ( ( ruleOpUnary ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18516:1: ( ( ruleOpUnary ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18516:1: ( ( ruleOpUnary ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18517:1: ( ruleOpUnary ) { if ( state.backtracking==0 ) { before(grammarAccess.getXUnaryOperationAccess().getFeatureJvmIdentifiableElementCrossReference_0_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18518:1: ( ruleOpUnary ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18519:1: ruleOpUnary { if ( state.backtracking==0 ) { before(grammarAccess.getXUnaryOperationAccess().getFeatureJvmIdentifiableElementOpUnaryParserRuleCall_0_1_0_1()); } pushFollow(FOLLOW_ruleOpUnary_in_rule__XUnaryOperation__FeatureAssignment_0_137235); ruleOpUnary(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXUnaryOperationAccess().getFeatureJvmIdentifiableElementOpUnaryParserRuleCall_0_1_0_1()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXUnaryOperationAccess().getFeatureJvmIdentifiableElementCrossReference_0_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XUnaryOperation__FeatureAssignment_0_1" // $ANTLR start "rule__XUnaryOperation__OperandAssignment_0_2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18530:1: rule__XUnaryOperation__OperandAssignment_0_2 : ( ruleXUnaryOperation ) ; public final void rule__XUnaryOperation__OperandAssignment_0_2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18534:1: ( ( ruleXUnaryOperation ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18535:1: ( ruleXUnaryOperation ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18535:1: ( ruleXUnaryOperation ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18536:1: ruleXUnaryOperation { if ( state.backtracking==0 ) { before(grammarAccess.getXUnaryOperationAccess().getOperandXUnaryOperationParserRuleCall_0_2_0()); } pushFollow(FOLLOW_ruleXUnaryOperation_in_rule__XUnaryOperation__OperandAssignment_0_237270); ruleXUnaryOperation(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXUnaryOperationAccess().getOperandXUnaryOperationParserRuleCall_0_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XUnaryOperation__OperandAssignment_0_2" // $ANTLR start "rule__XCastedExpression__TypeAssignment_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18545:1: rule__XCastedExpression__TypeAssignment_1_1 : ( ruleJvmTypeReference ) ; public final void rule__XCastedExpression__TypeAssignment_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18549:1: ( ( ruleJvmTypeReference ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18550:1: ( ruleJvmTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18550:1: ( ruleJvmTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18551:1: ruleJvmTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getXCastedExpressionAccess().getTypeJvmTypeReferenceParserRuleCall_1_1_0()); } pushFollow(FOLLOW_ruleJvmTypeReference_in_rule__XCastedExpression__TypeAssignment_1_137301); ruleJvmTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXCastedExpressionAccess().getTypeJvmTypeReferenceParserRuleCall_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCastedExpression__TypeAssignment_1_1" // $ANTLR start "rule__XPostfixOperation__FeatureAssignment_1_0_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18560:1: rule__XPostfixOperation__FeatureAssignment_1_0_1 : ( ( ruleOpPostfix ) ) ; public final void rule__XPostfixOperation__FeatureAssignment_1_0_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18564:1: ( ( ( ruleOpPostfix ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18565:1: ( ( ruleOpPostfix ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18565:1: ( ( ruleOpPostfix ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18566:1: ( ruleOpPostfix ) { if ( state.backtracking==0 ) { before(grammarAccess.getXPostfixOperationAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18567:1: ( ruleOpPostfix ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18568:1: ruleOpPostfix { if ( state.backtracking==0 ) { before(grammarAccess.getXPostfixOperationAccess().getFeatureJvmIdentifiableElementOpPostfixParserRuleCall_1_0_1_0_1()); } pushFollow(FOLLOW_ruleOpPostfix_in_rule__XPostfixOperation__FeatureAssignment_1_0_137336); ruleOpPostfix(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXPostfixOperationAccess().getFeatureJvmIdentifiableElementOpPostfixParserRuleCall_1_0_1_0_1()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXPostfixOperationAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XPostfixOperation__FeatureAssignment_1_0_1" // $ANTLR start "rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18579:1: rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_1 : ( ( '::' ) ) ; public final void rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18583:1: ( ( ( '::' ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18584:1: ( ( '::' ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18584:1: ( ( '::' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18585:1: ( '::' ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticColonColonKeyword_1_0_0_0_1_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18586:1: ( '::' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18587:1: '::' { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticColonColonKeyword_1_0_0_0_1_1_0()); } match(input,85,FOLLOW_85_in_rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_137376); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticColonColonKeyword_1_0_0_0_1_1_0()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticColonColonKeyword_1_0_0_0_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_1" // $ANTLR start "rule__XMemberFeatureCall__FeatureAssignment_1_0_0_0_2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18602:1: rule__XMemberFeatureCall__FeatureAssignment_1_0_0_0_2 : ( ( ruleFeatureCallID ) ) ; public final void rule__XMemberFeatureCall__FeatureAssignment_1_0_0_0_2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18606:1: ( ( ( ruleFeatureCallID ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18607:1: ( ( ruleFeatureCallID ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18607:1: ( ( ruleFeatureCallID ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18608:1: ( ruleFeatureCallID ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_0_2_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18609:1: ( ruleFeatureCallID ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18610:1: ruleFeatureCallID { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getFeatureJvmIdentifiableElementFeatureCallIDParserRuleCall_1_0_0_0_2_0_1()); } pushFollow(FOLLOW_ruleFeatureCallID_in_rule__XMemberFeatureCall__FeatureAssignment_1_0_0_0_237419); ruleFeatureCallID(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getFeatureJvmIdentifiableElementFeatureCallIDParserRuleCall_1_0_0_0_2_0_1()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_0_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__FeatureAssignment_1_0_0_0_2" // $ANTLR start "rule__XMemberFeatureCall__ValueAssignment_1_0_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18621:1: rule__XMemberFeatureCall__ValueAssignment_1_0_1 : ( ruleXAssignment ) ; public final void rule__XMemberFeatureCall__ValueAssignment_1_0_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18625:1: ( ( ruleXAssignment ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18626:1: ( ruleXAssignment ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18626:1: ( ruleXAssignment ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18627:1: ruleXAssignment { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getValueXAssignmentParserRuleCall_1_0_1_0()); } pushFollow(FOLLOW_ruleXAssignment_in_rule__XMemberFeatureCall__ValueAssignment_1_0_137454); ruleXAssignment(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getValueXAssignmentParserRuleCall_1_0_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__ValueAssignment_1_0_1" // $ANTLR start "rule__XMemberFeatureCall__NullSafeAssignment_1_1_0_0_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18636:1: rule__XMemberFeatureCall__NullSafeAssignment_1_1_0_0_1_1 : ( ( '?.' ) ) ; public final void rule__XMemberFeatureCall__NullSafeAssignment_1_1_0_0_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18640:1: ( ( ( '?.' ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18641:1: ( ( '?.' ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18641:1: ( ( '?.' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18642:1: ( '?.' ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getNullSafeQuestionMarkFullStopKeyword_1_1_0_0_1_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18643:1: ( '?.' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18644:1: '?.' { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getNullSafeQuestionMarkFullStopKeyword_1_1_0_0_1_1_0()); } match(input,86,FOLLOW_86_in_rule__XMemberFeatureCall__NullSafeAssignment_1_1_0_0_1_137490); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getNullSafeQuestionMarkFullStopKeyword_1_1_0_0_1_1_0()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getNullSafeQuestionMarkFullStopKeyword_1_1_0_0_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__NullSafeAssignment_1_1_0_0_1_1" // $ANTLR start "rule__XMemberFeatureCall__ExplicitStaticAssignment_1_1_0_0_1_2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18659:1: rule__XMemberFeatureCall__ExplicitStaticAssignment_1_1_0_0_1_2 : ( ( '::' ) ) ; public final void rule__XMemberFeatureCall__ExplicitStaticAssignment_1_1_0_0_1_2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18663:1: ( ( ( '::' ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18664:1: ( ( '::' ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18664:1: ( ( '::' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18665:1: ( '::' ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticColonColonKeyword_1_1_0_0_1_2_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18666:1: ( '::' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18667:1: '::' { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticColonColonKeyword_1_1_0_0_1_2_0()); } match(input,85,FOLLOW_85_in_rule__XMemberFeatureCall__ExplicitStaticAssignment_1_1_0_0_1_237534); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticColonColonKeyword_1_1_0_0_1_2_0()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticColonColonKeyword_1_1_0_0_1_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__ExplicitStaticAssignment_1_1_0_0_1_2" // $ANTLR start "rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18682:1: rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_1 : ( ruleJvmArgumentTypeReference ) ; public final void rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18686:1: ( ( ruleJvmArgumentTypeReference ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18687:1: ( ruleJvmArgumentTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18687:1: ( ruleJvmArgumentTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18688:1: ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_1_1_0()); } pushFollow(FOLLOW_ruleJvmArgumentTypeReference_in_rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_137573); ruleJvmArgumentTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_1" // $ANTLR start "rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_2_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18697:1: rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_2_1 : ( ruleJvmArgumentTypeReference ) ; public final void rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_2_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18701:1: ( ( ruleJvmArgumentTypeReference ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18702:1: ( ruleJvmArgumentTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18702:1: ( ruleJvmArgumentTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18703:1: ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_1_2_1_0()); } pushFollow(FOLLOW_ruleJvmArgumentTypeReference_in_rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_2_137604); ruleJvmArgumentTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_1_2_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_2_1" // $ANTLR start "rule__XMemberFeatureCall__FeatureAssignment_1_1_2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18712:1: rule__XMemberFeatureCall__FeatureAssignment_1_1_2 : ( ( ruleIdOrSuper ) ) ; public final void rule__XMemberFeatureCall__FeatureAssignment_1_1_2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18716:1: ( ( ( ruleIdOrSuper ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18717:1: ( ( ruleIdOrSuper ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18717:1: ( ( ruleIdOrSuper ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18718:1: ( ruleIdOrSuper ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getFeatureJvmIdentifiableElementCrossReference_1_1_2_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18719:1: ( ruleIdOrSuper ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18720:1: ruleIdOrSuper { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getFeatureJvmIdentifiableElementIdOrSuperParserRuleCall_1_1_2_0_1()); } pushFollow(FOLLOW_ruleIdOrSuper_in_rule__XMemberFeatureCall__FeatureAssignment_1_1_237639); ruleIdOrSuper(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getFeatureJvmIdentifiableElementIdOrSuperParserRuleCall_1_1_2_0_1()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getFeatureJvmIdentifiableElementCrossReference_1_1_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__FeatureAssignment_1_1_2" // $ANTLR start "rule__XMemberFeatureCall__ExplicitOperationCallAssignment_1_1_3_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18731:1: rule__XMemberFeatureCall__ExplicitOperationCallAssignment_1_1_3_0 : ( ( '(' ) ) ; public final void rule__XMemberFeatureCall__ExplicitOperationCallAssignment_1_1_3_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18735:1: ( ( ( '(' ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18736:1: ( ( '(' ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18736:1: ( ( '(' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18737:1: ( '(' ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getExplicitOperationCallLeftParenthesisKeyword_1_1_3_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18738:1: ( '(' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18739:1: '(' { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getExplicitOperationCallLeftParenthesisKeyword_1_1_3_0_0()); } match(input,57,FOLLOW_57_in_rule__XMemberFeatureCall__ExplicitOperationCallAssignment_1_1_3_037679); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getExplicitOperationCallLeftParenthesisKeyword_1_1_3_0_0()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getExplicitOperationCallLeftParenthesisKeyword_1_1_3_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__ExplicitOperationCallAssignment_1_1_3_0" // $ANTLR start "rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18754:1: rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_0 : ( ruleXShortClosure ) ; public final void rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18758:1: ( ( ruleXShortClosure ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18759:1: ( ruleXShortClosure ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18759:1: ( ruleXShortClosure ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18760:1: ruleXShortClosure { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXShortClosureParserRuleCall_1_1_3_1_0_0()); } pushFollow(FOLLOW_ruleXShortClosure_in_rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_037718); ruleXShortClosure(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXShortClosureParserRuleCall_1_1_3_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_0" // $ANTLR start "rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18769:1: rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_0 : ( ruleXExpression ) ; public final void rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18773:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18774:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18774:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18775:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXExpressionParserRuleCall_1_1_3_1_1_0_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_037749); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXExpressionParserRuleCall_1_1_3_1_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_0" // $ANTLR start "rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18784:1: rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_1_1 : ( ruleXExpression ) ; public final void rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18788:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18789:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18789:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18790:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXExpressionParserRuleCall_1_1_3_1_1_1_1_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_1_137780); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXExpressionParserRuleCall_1_1_3_1_1_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_1_1" // $ANTLR start "rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_4" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18799:1: rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_4 : ( ruleXClosure ) ; public final void rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_4() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18803:1: ( ( ruleXClosure ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18804:1: ( ruleXClosure ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18804:1: ( ruleXClosure ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18805:1: ruleXClosure { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXClosureParserRuleCall_1_1_4_0()); } pushFollow(FOLLOW_ruleXClosure_in_rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_437811); ruleXClosure(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXClosureParserRuleCall_1_1_4_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_4" // $ANTLR start "rule__XSetLiteral__ElementsAssignment_3_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18814:1: rule__XSetLiteral__ElementsAssignment_3_0 : ( ruleXExpression ) ; public final void rule__XSetLiteral__ElementsAssignment_3_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18818:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18819:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18819:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18820:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXSetLiteralAccess().getElementsXExpressionParserRuleCall_3_0_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XSetLiteral__ElementsAssignment_3_037842); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSetLiteralAccess().getElementsXExpressionParserRuleCall_3_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSetLiteral__ElementsAssignment_3_0" // $ANTLR start "rule__XSetLiteral__ElementsAssignment_3_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18829:1: rule__XSetLiteral__ElementsAssignment_3_1_1 : ( ruleXExpression ) ; public final void rule__XSetLiteral__ElementsAssignment_3_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18833:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18834:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18834:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18835:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXSetLiteralAccess().getElementsXExpressionParserRuleCall_3_1_1_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XSetLiteral__ElementsAssignment_3_1_137873); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSetLiteralAccess().getElementsXExpressionParserRuleCall_3_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSetLiteral__ElementsAssignment_3_1_1" // $ANTLR start "rule__XListLiteral__ElementsAssignment_3_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18844:1: rule__XListLiteral__ElementsAssignment_3_0 : ( ruleXExpression ) ; public final void rule__XListLiteral__ElementsAssignment_3_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18848:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18849:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18849:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18850:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXListLiteralAccess().getElementsXExpressionParserRuleCall_3_0_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XListLiteral__ElementsAssignment_3_037904); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXListLiteralAccess().getElementsXExpressionParserRuleCall_3_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XListLiteral__ElementsAssignment_3_0" // $ANTLR start "rule__XListLiteral__ElementsAssignment_3_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18859:1: rule__XListLiteral__ElementsAssignment_3_1_1 : ( ruleXExpression ) ; public final void rule__XListLiteral__ElementsAssignment_3_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18863:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18864:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18864:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18865:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXListLiteralAccess().getElementsXExpressionParserRuleCall_3_1_1_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XListLiteral__ElementsAssignment_3_1_137935); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXListLiteralAccess().getElementsXExpressionParserRuleCall_3_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XListLiteral__ElementsAssignment_3_1_1" // $ANTLR start "rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18874:1: rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_0 : ( ruleJvmFormalParameter ) ; public final void rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18878:1: ( ( ruleJvmFormalParameter ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18879:1: ( ruleJvmFormalParameter ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18879:1: ( ruleJvmFormalParameter ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18880:1: ruleJvmFormalParameter { if ( state.backtracking==0 ) { before(grammarAccess.getXClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_1_0_0_0_0()); } pushFollow(FOLLOW_ruleJvmFormalParameter_in_rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_037966); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_1_0_0_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_0" // $ANTLR start "rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18889:1: rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_1_1 : ( ruleJvmFormalParameter ) ; public final void rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18893:1: ( ( ruleJvmFormalParameter ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18894:1: ( ruleJvmFormalParameter ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18894:1: ( ruleJvmFormalParameter ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18895:1: ruleJvmFormalParameter { if ( state.backtracking==0 ) { before(grammarAccess.getXClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_1_0_0_1_1_0()); } pushFollow(FOLLOW_ruleJvmFormalParameter_in_rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_1_137997); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_1_0_0_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_1_1" // $ANTLR start "rule__XClosure__ExplicitSyntaxAssignment_1_0_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18904:1: rule__XClosure__ExplicitSyntaxAssignment_1_0_1 : ( ( '|' ) ) ; public final void rule__XClosure__ExplicitSyntaxAssignment_1_0_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18908:1: ( ( ( '|' ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18909:1: ( ( '|' ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18909:1: ( ( '|' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18910:1: ( '|' ) { if ( state.backtracking==0 ) { before(grammarAccess.getXClosureAccess().getExplicitSyntaxVerticalLineKeyword_1_0_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18911:1: ( '|' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18912:1: '|' { if ( state.backtracking==0 ) { before(grammarAccess.getXClosureAccess().getExplicitSyntaxVerticalLineKeyword_1_0_1_0()); } match(input,87,FOLLOW_87_in_rule__XClosure__ExplicitSyntaxAssignment_1_0_138033); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXClosureAccess().getExplicitSyntaxVerticalLineKeyword_1_0_1_0()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXClosureAccess().getExplicitSyntaxVerticalLineKeyword_1_0_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__ExplicitSyntaxAssignment_1_0_1" // $ANTLR start "rule__XClosure__ExpressionAssignment_2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18927:1: rule__XClosure__ExpressionAssignment_2 : ( ruleXExpressionInClosure ) ; public final void rule__XClosure__ExpressionAssignment_2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18931:1: ( ( ruleXExpressionInClosure ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18932:1: ( ruleXExpressionInClosure ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18932:1: ( ruleXExpressionInClosure ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18933:1: ruleXExpressionInClosure { if ( state.backtracking==0 ) { before(grammarAccess.getXClosureAccess().getExpressionXExpressionInClosureParserRuleCall_2_0()); } pushFollow(FOLLOW_ruleXExpressionInClosure_in_rule__XClosure__ExpressionAssignment_238072); ruleXExpressionInClosure(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXClosureAccess().getExpressionXExpressionInClosureParserRuleCall_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XClosure__ExpressionAssignment_2" // $ANTLR start "rule__XExpressionInClosure__ExpressionsAssignment_1_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18942:1: rule__XExpressionInClosure__ExpressionsAssignment_1_0 : ( ruleXExpressionOrVarDeclaration ) ; public final void rule__XExpressionInClosure__ExpressionsAssignment_1_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18946:1: ( ( ruleXExpressionOrVarDeclaration ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18947:1: ( ruleXExpressionOrVarDeclaration ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18947:1: ( ruleXExpressionOrVarDeclaration ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18948:1: ruleXExpressionOrVarDeclaration { if ( state.backtracking==0 ) { before(grammarAccess.getXExpressionInClosureAccess().getExpressionsXExpressionOrVarDeclarationParserRuleCall_1_0_0()); } pushFollow(FOLLOW_ruleXExpressionOrVarDeclaration_in_rule__XExpressionInClosure__ExpressionsAssignment_1_038103); ruleXExpressionOrVarDeclaration(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXExpressionInClosureAccess().getExpressionsXExpressionOrVarDeclarationParserRuleCall_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XExpressionInClosure__ExpressionsAssignment_1_0" // $ANTLR start "rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18957:1: rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_0 : ( ruleJvmFormalParameter ) ; public final void rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18961:1: ( ( ruleJvmFormalParameter ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18962:1: ( ruleJvmFormalParameter ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18962:1: ( ruleJvmFormalParameter ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18963:1: ruleJvmFormalParameter { if ( state.backtracking==0 ) { before(grammarAccess.getXShortClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_0_0_1_0_0()); } pushFollow(FOLLOW_ruleJvmFormalParameter_in_rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_038134); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXShortClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_0_0_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_0" // $ANTLR start "rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18972:1: rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_1_1 : ( ruleJvmFormalParameter ) ; public final void rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18976:1: ( ( ruleJvmFormalParameter ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18977:1: ( ruleJvmFormalParameter ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18977:1: ( ruleJvmFormalParameter ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18978:1: ruleJvmFormalParameter { if ( state.backtracking==0 ) { before(grammarAccess.getXShortClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_0_0_1_1_1_0()); } pushFollow(FOLLOW_ruleJvmFormalParameter_in_rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_1_138165); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXShortClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_0_0_1_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_1_1" // $ANTLR start "rule__XShortClosure__ExplicitSyntaxAssignment_0_0_2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18987:1: rule__XShortClosure__ExplicitSyntaxAssignment_0_0_2 : ( ( '|' ) ) ; public final void rule__XShortClosure__ExplicitSyntaxAssignment_0_0_2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18991:1: ( ( ( '|' ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18992:1: ( ( '|' ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18992:1: ( ( '|' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18993:1: ( '|' ) { if ( state.backtracking==0 ) { before(grammarAccess.getXShortClosureAccess().getExplicitSyntaxVerticalLineKeyword_0_0_2_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18994:1: ( '|' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:18995:1: '|' { if ( state.backtracking==0 ) { before(grammarAccess.getXShortClosureAccess().getExplicitSyntaxVerticalLineKeyword_0_0_2_0()); } match(input,87,FOLLOW_87_in_rule__XShortClosure__ExplicitSyntaxAssignment_0_0_238201); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXShortClosureAccess().getExplicitSyntaxVerticalLineKeyword_0_0_2_0()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXShortClosureAccess().getExplicitSyntaxVerticalLineKeyword_0_0_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XShortClosure__ExplicitSyntaxAssignment_0_0_2" // $ANTLR start "rule__XShortClosure__ExpressionAssignment_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19010:1: rule__XShortClosure__ExpressionAssignment_1 : ( ruleXExpression ) ; public final void rule__XShortClosure__ExpressionAssignment_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19014:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19015:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19015:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19016:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXShortClosureAccess().getExpressionXExpressionParserRuleCall_1_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XShortClosure__ExpressionAssignment_138240); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXShortClosureAccess().getExpressionXExpressionParserRuleCall_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XShortClosure__ExpressionAssignment_1" // $ANTLR start "rule__XIfExpression__IfAssignment_3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19025:1: rule__XIfExpression__IfAssignment_3 : ( ruleXExpression ) ; public final void rule__XIfExpression__IfAssignment_3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19029:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19030:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19030:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19031:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXIfExpressionAccess().getIfXExpressionParserRuleCall_3_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XIfExpression__IfAssignment_338271); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXIfExpressionAccess().getIfXExpressionParserRuleCall_3_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XIfExpression__IfAssignment_3" // $ANTLR start "rule__XIfExpression__ThenAssignment_5" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19040:1: rule__XIfExpression__ThenAssignment_5 : ( ruleXExpression ) ; public final void rule__XIfExpression__ThenAssignment_5() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19044:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19045:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19045:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19046:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXIfExpressionAccess().getThenXExpressionParserRuleCall_5_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XIfExpression__ThenAssignment_538302); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXIfExpressionAccess().getThenXExpressionParserRuleCall_5_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XIfExpression__ThenAssignment_5" // $ANTLR start "rule__XIfExpression__ElseAssignment_6_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19055:1: rule__XIfExpression__ElseAssignment_6_1 : ( ruleXExpression ) ; public final void rule__XIfExpression__ElseAssignment_6_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19059:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19060:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19060:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19061:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXIfExpressionAccess().getElseXExpressionParserRuleCall_6_1_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XIfExpression__ElseAssignment_6_138333); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXIfExpressionAccess().getElseXExpressionParserRuleCall_6_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XIfExpression__ElseAssignment_6_1" // $ANTLR start "rule__XSwitchExpression__DeclaredParamAssignment_2_0_0_0_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19070:1: rule__XSwitchExpression__DeclaredParamAssignment_2_0_0_0_1 : ( ruleJvmFormalParameter ) ; public final void rule__XSwitchExpression__DeclaredParamAssignment_2_0_0_0_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19074:1: ( ( ruleJvmFormalParameter ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19075:1: ( ruleJvmFormalParameter ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19075:1: ( ruleJvmFormalParameter ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19076:1: ruleJvmFormalParameter { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_2_0_0_0_1_0()); } pushFollow(FOLLOW_ruleJvmFormalParameter_in_rule__XSwitchExpression__DeclaredParamAssignment_2_0_0_0_138364); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_2_0_0_0_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__DeclaredParamAssignment_2_0_0_0_1" // $ANTLR start "rule__XSwitchExpression__SwitchAssignment_2_0_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19085:1: rule__XSwitchExpression__SwitchAssignment_2_0_1 : ( ruleXExpression ) ; public final void rule__XSwitchExpression__SwitchAssignment_2_0_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19089:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19090:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19090:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19091:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getSwitchXExpressionParserRuleCall_2_0_1_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XSwitchExpression__SwitchAssignment_2_0_138395); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getSwitchXExpressionParserRuleCall_2_0_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__SwitchAssignment_2_0_1" // $ANTLR start "rule__XSwitchExpression__DeclaredParamAssignment_2_1_0_0_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19100:1: rule__XSwitchExpression__DeclaredParamAssignment_2_1_0_0_0 : ( ruleJvmFormalParameter ) ; public final void rule__XSwitchExpression__DeclaredParamAssignment_2_1_0_0_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19104:1: ( ( ruleJvmFormalParameter ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19105:1: ( ruleJvmFormalParameter ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19105:1: ( ruleJvmFormalParameter ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19106:1: ruleJvmFormalParameter { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_2_1_0_0_0_0()); } pushFollow(FOLLOW_ruleJvmFormalParameter_in_rule__XSwitchExpression__DeclaredParamAssignment_2_1_0_0_038426); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_2_1_0_0_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__DeclaredParamAssignment_2_1_0_0_0" // $ANTLR start "rule__XSwitchExpression__SwitchAssignment_2_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19115:1: rule__XSwitchExpression__SwitchAssignment_2_1_1 : ( ruleXExpression ) ; public final void rule__XSwitchExpression__SwitchAssignment_2_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19119:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19120:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19120:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19121:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getSwitchXExpressionParserRuleCall_2_1_1_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XSwitchExpression__SwitchAssignment_2_1_138457); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getSwitchXExpressionParserRuleCall_2_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__SwitchAssignment_2_1_1" // $ANTLR start "rule__XSwitchExpression__CasesAssignment_4" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19130:1: rule__XSwitchExpression__CasesAssignment_4 : ( ruleXCasePart ) ; public final void rule__XSwitchExpression__CasesAssignment_4() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19134:1: ( ( ruleXCasePart ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19135:1: ( ruleXCasePart ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19135:1: ( ruleXCasePart ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19136:1: ruleXCasePart { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getCasesXCasePartParserRuleCall_4_0()); } pushFollow(FOLLOW_ruleXCasePart_in_rule__XSwitchExpression__CasesAssignment_438488); ruleXCasePart(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getCasesXCasePartParserRuleCall_4_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__CasesAssignment_4" // $ANTLR start "rule__XSwitchExpression__DefaultAssignment_5_2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19145:1: rule__XSwitchExpression__DefaultAssignment_5_2 : ( ruleXExpression ) ; public final void rule__XSwitchExpression__DefaultAssignment_5_2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19149:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19150:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19150:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19151:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getDefaultXExpressionParserRuleCall_5_2_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XSwitchExpression__DefaultAssignment_5_238519); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSwitchExpressionAccess().getDefaultXExpressionParserRuleCall_5_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSwitchExpression__DefaultAssignment_5_2" // $ANTLR start "rule__XCasePart__TypeGuardAssignment_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19160:1: rule__XCasePart__TypeGuardAssignment_1 : ( ruleJvmTypeReference ) ; public final void rule__XCasePart__TypeGuardAssignment_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19164:1: ( ( ruleJvmTypeReference ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19165:1: ( ruleJvmTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19165:1: ( ruleJvmTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19166:1: ruleJvmTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getXCasePartAccess().getTypeGuardJvmTypeReferenceParserRuleCall_1_0()); } pushFollow(FOLLOW_ruleJvmTypeReference_in_rule__XCasePart__TypeGuardAssignment_138550); ruleJvmTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXCasePartAccess().getTypeGuardJvmTypeReferenceParserRuleCall_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCasePart__TypeGuardAssignment_1" // $ANTLR start "rule__XCasePart__CaseAssignment_2_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19175:1: rule__XCasePart__CaseAssignment_2_1 : ( ruleXExpression ) ; public final void rule__XCasePart__CaseAssignment_2_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19179:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19180:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19180:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19181:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXCasePartAccess().getCaseXExpressionParserRuleCall_2_1_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XCasePart__CaseAssignment_2_138581); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXCasePartAccess().getCaseXExpressionParserRuleCall_2_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCasePart__CaseAssignment_2_1" // $ANTLR start "rule__XCasePart__ThenAssignment_3_0_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19190:1: rule__XCasePart__ThenAssignment_3_0_1 : ( ruleXExpression ) ; public final void rule__XCasePart__ThenAssignment_3_0_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19194:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19195:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19195:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19196:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXCasePartAccess().getThenXExpressionParserRuleCall_3_0_1_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XCasePart__ThenAssignment_3_0_138612); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXCasePartAccess().getThenXExpressionParserRuleCall_3_0_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCasePart__ThenAssignment_3_0_1" // $ANTLR start "rule__XCasePart__FallThroughAssignment_3_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19205:1: rule__XCasePart__FallThroughAssignment_3_1 : ( ( ',' ) ) ; public final void rule__XCasePart__FallThroughAssignment_3_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19209:1: ( ( ( ',' ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19210:1: ( ( ',' ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19210:1: ( ( ',' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19211:1: ( ',' ) { if ( state.backtracking==0 ) { before(grammarAccess.getXCasePartAccess().getFallThroughCommaKeyword_3_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19212:1: ( ',' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19213:1: ',' { if ( state.backtracking==0 ) { before(grammarAccess.getXCasePartAccess().getFallThroughCommaKeyword_3_1_0()); } match(input,59,FOLLOW_59_in_rule__XCasePart__FallThroughAssignment_3_138648); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXCasePartAccess().getFallThroughCommaKeyword_3_1_0()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXCasePartAccess().getFallThroughCommaKeyword_3_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCasePart__FallThroughAssignment_3_1" // $ANTLR start "rule__XForLoopExpression__DeclaredParamAssignment_0_0_3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19228:1: rule__XForLoopExpression__DeclaredParamAssignment_0_0_3 : ( ruleJvmFormalParameter ) ; public final void rule__XForLoopExpression__DeclaredParamAssignment_0_0_3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19232:1: ( ( ruleJvmFormalParameter ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19233:1: ( ruleJvmFormalParameter ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19233:1: ( ruleJvmFormalParameter ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19234:1: ruleJvmFormalParameter { if ( state.backtracking==0 ) { before(grammarAccess.getXForLoopExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_0_0_3_0()); } pushFollow(FOLLOW_ruleJvmFormalParameter_in_rule__XForLoopExpression__DeclaredParamAssignment_0_0_338687); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXForLoopExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_0_0_3_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XForLoopExpression__DeclaredParamAssignment_0_0_3" // $ANTLR start "rule__XForLoopExpression__ForExpressionAssignment_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19243:1: rule__XForLoopExpression__ForExpressionAssignment_1 : ( ruleXExpression ) ; public final void rule__XForLoopExpression__ForExpressionAssignment_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19247:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19248:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19248:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19249:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXForLoopExpressionAccess().getForExpressionXExpressionParserRuleCall_1_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XForLoopExpression__ForExpressionAssignment_138718); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXForLoopExpressionAccess().getForExpressionXExpressionParserRuleCall_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XForLoopExpression__ForExpressionAssignment_1" // $ANTLR start "rule__XForLoopExpression__EachExpressionAssignment_3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19258:1: rule__XForLoopExpression__EachExpressionAssignment_3 : ( ruleXExpression ) ; public final void rule__XForLoopExpression__EachExpressionAssignment_3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19262:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19263:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19263:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19264:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXForLoopExpressionAccess().getEachExpressionXExpressionParserRuleCall_3_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XForLoopExpression__EachExpressionAssignment_338749); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXForLoopExpressionAccess().getEachExpressionXExpressionParserRuleCall_3_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XForLoopExpression__EachExpressionAssignment_3" // $ANTLR start "rule__XBasicForLoopExpression__InitExpressionsAssignment_3_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19273:1: rule__XBasicForLoopExpression__InitExpressionsAssignment_3_0 : ( ruleXExpressionOrVarDeclaration ) ; public final void rule__XBasicForLoopExpression__InitExpressionsAssignment_3_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19277:1: ( ( ruleXExpressionOrVarDeclaration ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19278:1: ( ruleXExpressionOrVarDeclaration ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19278:1: ( ruleXExpressionOrVarDeclaration ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19279:1: ruleXExpressionOrVarDeclaration { if ( state.backtracking==0 ) { before(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsXExpressionOrVarDeclarationParserRuleCall_3_0_0()); } pushFollow(FOLLOW_ruleXExpressionOrVarDeclaration_in_rule__XBasicForLoopExpression__InitExpressionsAssignment_3_038780); ruleXExpressionOrVarDeclaration(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsXExpressionOrVarDeclarationParserRuleCall_3_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__InitExpressionsAssignment_3_0" // $ANTLR start "rule__XBasicForLoopExpression__InitExpressionsAssignment_3_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19288:1: rule__XBasicForLoopExpression__InitExpressionsAssignment_3_1_1 : ( ruleXExpressionOrVarDeclaration ) ; public final void rule__XBasicForLoopExpression__InitExpressionsAssignment_3_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19292:1: ( ( ruleXExpressionOrVarDeclaration ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19293:1: ( ruleXExpressionOrVarDeclaration ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19293:1: ( ruleXExpressionOrVarDeclaration ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19294:1: ruleXExpressionOrVarDeclaration { if ( state.backtracking==0 ) { before(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsXExpressionOrVarDeclarationParserRuleCall_3_1_1_0()); } pushFollow(FOLLOW_ruleXExpressionOrVarDeclaration_in_rule__XBasicForLoopExpression__InitExpressionsAssignment_3_1_138811); ruleXExpressionOrVarDeclaration(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsXExpressionOrVarDeclarationParserRuleCall_3_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__InitExpressionsAssignment_3_1_1" // $ANTLR start "rule__XBasicForLoopExpression__ExpressionAssignment_5" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19303:1: rule__XBasicForLoopExpression__ExpressionAssignment_5 : ( ruleXExpression ) ; public final void rule__XBasicForLoopExpression__ExpressionAssignment_5() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19307:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19308:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19308:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19309:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXBasicForLoopExpressionAccess().getExpressionXExpressionParserRuleCall_5_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XBasicForLoopExpression__ExpressionAssignment_538842); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXBasicForLoopExpressionAccess().getExpressionXExpressionParserRuleCall_5_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__ExpressionAssignment_5" // $ANTLR start "rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19318:1: rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_0 : ( ruleXExpression ) ; public final void rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19322:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19323:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19323:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19324:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsXExpressionParserRuleCall_7_0_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_038873); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsXExpressionParserRuleCall_7_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_0" // $ANTLR start "rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19333:1: rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_1_1 : ( ruleXExpression ) ; public final void rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19337:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19338:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19338:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19339:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsXExpressionParserRuleCall_7_1_1_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_1_138904); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsXExpressionParserRuleCall_7_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_1_1" // $ANTLR start "rule__XBasicForLoopExpression__EachExpressionAssignment_9" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19348:1: rule__XBasicForLoopExpression__EachExpressionAssignment_9 : ( ruleXExpression ) ; public final void rule__XBasicForLoopExpression__EachExpressionAssignment_9() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19352:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19353:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19353:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19354:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXBasicForLoopExpressionAccess().getEachExpressionXExpressionParserRuleCall_9_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XBasicForLoopExpression__EachExpressionAssignment_938935); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXBasicForLoopExpressionAccess().getEachExpressionXExpressionParserRuleCall_9_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBasicForLoopExpression__EachExpressionAssignment_9" // $ANTLR start "rule__XWhileExpression__PredicateAssignment_3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19363:1: rule__XWhileExpression__PredicateAssignment_3 : ( ruleXExpression ) ; public final void rule__XWhileExpression__PredicateAssignment_3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19367:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19368:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19368:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19369:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXWhileExpressionAccess().getPredicateXExpressionParserRuleCall_3_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XWhileExpression__PredicateAssignment_338966); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXWhileExpressionAccess().getPredicateXExpressionParserRuleCall_3_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XWhileExpression__PredicateAssignment_3" // $ANTLR start "rule__XWhileExpression__BodyAssignment_5" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19378:1: rule__XWhileExpression__BodyAssignment_5 : ( ruleXExpression ) ; public final void rule__XWhileExpression__BodyAssignment_5() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19382:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19383:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19383:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19384:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXWhileExpressionAccess().getBodyXExpressionParserRuleCall_5_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XWhileExpression__BodyAssignment_538997); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXWhileExpressionAccess().getBodyXExpressionParserRuleCall_5_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XWhileExpression__BodyAssignment_5" // $ANTLR start "rule__XDoWhileExpression__BodyAssignment_2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19393:1: rule__XDoWhileExpression__BodyAssignment_2 : ( ruleXExpression ) ; public final void rule__XDoWhileExpression__BodyAssignment_2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19397:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19398:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19398:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19399:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXDoWhileExpressionAccess().getBodyXExpressionParserRuleCall_2_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XDoWhileExpression__BodyAssignment_239028); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXDoWhileExpressionAccess().getBodyXExpressionParserRuleCall_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XDoWhileExpression__BodyAssignment_2" // $ANTLR start "rule__XDoWhileExpression__PredicateAssignment_5" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19408:1: rule__XDoWhileExpression__PredicateAssignment_5 : ( ruleXExpression ) ; public final void rule__XDoWhileExpression__PredicateAssignment_5() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19412:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19413:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19413:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19414:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXDoWhileExpressionAccess().getPredicateXExpressionParserRuleCall_5_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XDoWhileExpression__PredicateAssignment_539059); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXDoWhileExpressionAccess().getPredicateXExpressionParserRuleCall_5_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XDoWhileExpression__PredicateAssignment_5" // $ANTLR start "rule__XBlockExpression__ExpressionsAssignment_2_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19423:1: rule__XBlockExpression__ExpressionsAssignment_2_0 : ( ruleXExpressionOrVarDeclaration ) ; public final void rule__XBlockExpression__ExpressionsAssignment_2_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19427:1: ( ( ruleXExpressionOrVarDeclaration ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19428:1: ( ruleXExpressionOrVarDeclaration ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19428:1: ( ruleXExpressionOrVarDeclaration ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19429:1: ruleXExpressionOrVarDeclaration { if ( state.backtracking==0 ) { before(grammarAccess.getXBlockExpressionAccess().getExpressionsXExpressionOrVarDeclarationParserRuleCall_2_0_0()); } pushFollow(FOLLOW_ruleXExpressionOrVarDeclaration_in_rule__XBlockExpression__ExpressionsAssignment_2_039090); ruleXExpressionOrVarDeclaration(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXBlockExpressionAccess().getExpressionsXExpressionOrVarDeclarationParserRuleCall_2_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBlockExpression__ExpressionsAssignment_2_0" // $ANTLR start "rule__XVariableDeclaration__WriteableAssignment_1_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19438:1: rule__XVariableDeclaration__WriteableAssignment_1_0 : ( ( 'var' ) ) ; public final void rule__XVariableDeclaration__WriteableAssignment_1_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19442:1: ( ( ( 'var' ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19443:1: ( ( 'var' ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19443:1: ( ( 'var' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19444:1: ( 'var' ) { if ( state.backtracking==0 ) { before(grammarAccess.getXVariableDeclarationAccess().getWriteableVarKeyword_1_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19445:1: ( 'var' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19446:1: 'var' { if ( state.backtracking==0 ) { before(grammarAccess.getXVariableDeclarationAccess().getWriteableVarKeyword_1_0_0()); } match(input,88,FOLLOW_88_in_rule__XVariableDeclaration__WriteableAssignment_1_039126); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXVariableDeclarationAccess().getWriteableVarKeyword_1_0_0()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXVariableDeclarationAccess().getWriteableVarKeyword_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XVariableDeclaration__WriteableAssignment_1_0" // $ANTLR start "rule__XVariableDeclaration__TypeAssignment_2_0_0_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19461:1: rule__XVariableDeclaration__TypeAssignment_2_0_0_0 : ( ruleJvmTypeReference ) ; public final void rule__XVariableDeclaration__TypeAssignment_2_0_0_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19465:1: ( ( ruleJvmTypeReference ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19466:1: ( ruleJvmTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19466:1: ( ruleJvmTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19467:1: ruleJvmTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getXVariableDeclarationAccess().getTypeJvmTypeReferenceParserRuleCall_2_0_0_0_0()); } pushFollow(FOLLOW_ruleJvmTypeReference_in_rule__XVariableDeclaration__TypeAssignment_2_0_0_039165); ruleJvmTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXVariableDeclarationAccess().getTypeJvmTypeReferenceParserRuleCall_2_0_0_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XVariableDeclaration__TypeAssignment_2_0_0_0" // $ANTLR start "rule__XVariableDeclaration__NameAssignment_2_0_0_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19476:1: rule__XVariableDeclaration__NameAssignment_2_0_0_1 : ( ruleValidID ) ; public final void rule__XVariableDeclaration__NameAssignment_2_0_0_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19480:1: ( ( ruleValidID ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19481:1: ( ruleValidID ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19481:1: ( ruleValidID ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19482:1: ruleValidID { if ( state.backtracking==0 ) { before(grammarAccess.getXVariableDeclarationAccess().getNameValidIDParserRuleCall_2_0_0_1_0()); } pushFollow(FOLLOW_ruleValidID_in_rule__XVariableDeclaration__NameAssignment_2_0_0_139196); ruleValidID(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXVariableDeclarationAccess().getNameValidIDParserRuleCall_2_0_0_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XVariableDeclaration__NameAssignment_2_0_0_1" // $ANTLR start "rule__XVariableDeclaration__NameAssignment_2_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19491:1: rule__XVariableDeclaration__NameAssignment_2_1 : ( ruleValidID ) ; public final void rule__XVariableDeclaration__NameAssignment_2_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19495:1: ( ( ruleValidID ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19496:1: ( ruleValidID ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19496:1: ( ruleValidID ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19497:1: ruleValidID { if ( state.backtracking==0 ) { before(grammarAccess.getXVariableDeclarationAccess().getNameValidIDParserRuleCall_2_1_0()); } pushFollow(FOLLOW_ruleValidID_in_rule__XVariableDeclaration__NameAssignment_2_139227); ruleValidID(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXVariableDeclarationAccess().getNameValidIDParserRuleCall_2_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XVariableDeclaration__NameAssignment_2_1" // $ANTLR start "rule__XVariableDeclaration__RightAssignment_3_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19506:1: rule__XVariableDeclaration__RightAssignment_3_1 : ( ruleXExpression ) ; public final void rule__XVariableDeclaration__RightAssignment_3_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19510:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19511:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19511:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19512:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXVariableDeclarationAccess().getRightXExpressionParserRuleCall_3_1_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XVariableDeclaration__RightAssignment_3_139258); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXVariableDeclarationAccess().getRightXExpressionParserRuleCall_3_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XVariableDeclaration__RightAssignment_3_1" // $ANTLR start "rule__JvmFormalParameter__ParameterTypeAssignment_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19521:1: rule__JvmFormalParameter__ParameterTypeAssignment_0 : ( ruleJvmTypeReference ) ; public final void rule__JvmFormalParameter__ParameterTypeAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19525:1: ( ( ruleJvmTypeReference ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19526:1: ( ruleJvmTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19526:1: ( ruleJvmTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19527:1: ruleJvmTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getJvmFormalParameterAccess().getParameterTypeJvmTypeReferenceParserRuleCall_0_0()); } pushFollow(FOLLOW_ruleJvmTypeReference_in_rule__JvmFormalParameter__ParameterTypeAssignment_039289); ruleJvmTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmFormalParameterAccess().getParameterTypeJvmTypeReferenceParserRuleCall_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmFormalParameter__ParameterTypeAssignment_0" // $ANTLR start "rule__JvmFormalParameter__NameAssignment_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19536:1: rule__JvmFormalParameter__NameAssignment_1 : ( ruleValidID ) ; public final void rule__JvmFormalParameter__NameAssignment_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19540:1: ( ( ruleValidID ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19541:1: ( ruleValidID ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19541:1: ( ruleValidID ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19542:1: ruleValidID { if ( state.backtracking==0 ) { before(grammarAccess.getJvmFormalParameterAccess().getNameValidIDParserRuleCall_1_0()); } pushFollow(FOLLOW_ruleValidID_in_rule__JvmFormalParameter__NameAssignment_139320); ruleValidID(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmFormalParameterAccess().getNameValidIDParserRuleCall_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmFormalParameter__NameAssignment_1" // $ANTLR start "rule__FullJvmFormalParameter__ParameterTypeAssignment_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19551:1: rule__FullJvmFormalParameter__ParameterTypeAssignment_0 : ( ruleJvmTypeReference ) ; public final void rule__FullJvmFormalParameter__ParameterTypeAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19555:1: ( ( ruleJvmTypeReference ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19556:1: ( ruleJvmTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19556:1: ( ruleJvmTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19557:1: ruleJvmTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getFullJvmFormalParameterAccess().getParameterTypeJvmTypeReferenceParserRuleCall_0_0()); } pushFollow(FOLLOW_ruleJvmTypeReference_in_rule__FullJvmFormalParameter__ParameterTypeAssignment_039351); ruleJvmTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getFullJvmFormalParameterAccess().getParameterTypeJvmTypeReferenceParserRuleCall_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__FullJvmFormalParameter__ParameterTypeAssignment_0" // $ANTLR start "rule__FullJvmFormalParameter__NameAssignment_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19566:1: rule__FullJvmFormalParameter__NameAssignment_1 : ( ruleValidID ) ; public final void rule__FullJvmFormalParameter__NameAssignment_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19570:1: ( ( ruleValidID ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19571:1: ( ruleValidID ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19571:1: ( ruleValidID ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19572:1: ruleValidID { if ( state.backtracking==0 ) { before(grammarAccess.getFullJvmFormalParameterAccess().getNameValidIDParserRuleCall_1_0()); } pushFollow(FOLLOW_ruleValidID_in_rule__FullJvmFormalParameter__NameAssignment_139382); ruleValidID(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getFullJvmFormalParameterAccess().getNameValidIDParserRuleCall_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__FullJvmFormalParameter__NameAssignment_1" // $ANTLR start "rule__XFeatureCall__TypeArgumentsAssignment_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19581:1: rule__XFeatureCall__TypeArgumentsAssignment_1_1 : ( ruleJvmArgumentTypeReference ) ; public final void rule__XFeatureCall__TypeArgumentsAssignment_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19585:1: ( ( ruleJvmArgumentTypeReference ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19586:1: ( ruleJvmArgumentTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19586:1: ( ruleJvmArgumentTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19587:1: ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_0()); } pushFollow(FOLLOW_ruleJvmArgumentTypeReference_in_rule__XFeatureCall__TypeArgumentsAssignment_1_139413); ruleJvmArgumentTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__TypeArgumentsAssignment_1_1" // $ANTLR start "rule__XFeatureCall__TypeArgumentsAssignment_1_2_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19596:1: rule__XFeatureCall__TypeArgumentsAssignment_1_2_1 : ( ruleJvmArgumentTypeReference ) ; public final void rule__XFeatureCall__TypeArgumentsAssignment_1_2_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19600:1: ( ( ruleJvmArgumentTypeReference ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19601:1: ( ruleJvmArgumentTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19601:1: ( ruleJvmArgumentTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19602:1: ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_2_1_0()); } pushFollow(FOLLOW_ruleJvmArgumentTypeReference_in_rule__XFeatureCall__TypeArgumentsAssignment_1_2_139444); ruleJvmArgumentTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_2_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__TypeArgumentsAssignment_1_2_1" // $ANTLR start "rule__XFeatureCall__FeatureAssignment_2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19611:1: rule__XFeatureCall__FeatureAssignment_2 : ( ( ruleIdOrSuper ) ) ; public final void rule__XFeatureCall__FeatureAssignment_2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19615:1: ( ( ( ruleIdOrSuper ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19616:1: ( ( ruleIdOrSuper ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19616:1: ( ( ruleIdOrSuper ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19617:1: ( ruleIdOrSuper ) { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getFeatureJvmIdentifiableElementCrossReference_2_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19618:1: ( ruleIdOrSuper ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19619:1: ruleIdOrSuper { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getFeatureJvmIdentifiableElementIdOrSuperParserRuleCall_2_0_1()); } pushFollow(FOLLOW_ruleIdOrSuper_in_rule__XFeatureCall__FeatureAssignment_239479); ruleIdOrSuper(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getFeatureJvmIdentifiableElementIdOrSuperParserRuleCall_2_0_1()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getFeatureJvmIdentifiableElementCrossReference_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__FeatureAssignment_2" // $ANTLR start "rule__XFeatureCall__ExplicitOperationCallAssignment_3_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19630:1: rule__XFeatureCall__ExplicitOperationCallAssignment_3_0 : ( ( '(' ) ) ; public final void rule__XFeatureCall__ExplicitOperationCallAssignment_3_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19634:1: ( ( ( '(' ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19635:1: ( ( '(' ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19635:1: ( ( '(' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19636:1: ( '(' ) { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getExplicitOperationCallLeftParenthesisKeyword_3_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19637:1: ( '(' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19638:1: '(' { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getExplicitOperationCallLeftParenthesisKeyword_3_0_0()); } match(input,57,FOLLOW_57_in_rule__XFeatureCall__ExplicitOperationCallAssignment_3_039519); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getExplicitOperationCallLeftParenthesisKeyword_3_0_0()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getExplicitOperationCallLeftParenthesisKeyword_3_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__ExplicitOperationCallAssignment_3_0" // $ANTLR start "rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19653:1: rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_0 : ( ruleXShortClosure ) ; public final void rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19657:1: ( ( ruleXShortClosure ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19658:1: ( ruleXShortClosure ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19658:1: ( ruleXShortClosure ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19659:1: ruleXShortClosure { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXShortClosureParserRuleCall_3_1_0_0()); } pushFollow(FOLLOW_ruleXShortClosure_in_rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_039558); ruleXShortClosure(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXShortClosureParserRuleCall_3_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_0" // $ANTLR start "rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19668:1: rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_0 : ( ruleXExpression ) ; public final void rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19672:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19673:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19673:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19674:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXExpressionParserRuleCall_3_1_1_0_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_039589); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXExpressionParserRuleCall_3_1_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_0" // $ANTLR start "rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19683:1: rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_1_1 : ( ruleXExpression ) ; public final void rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19687:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19688:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19688:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19689:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXExpressionParserRuleCall_3_1_1_1_1_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_1_139620); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXExpressionParserRuleCall_3_1_1_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_1_1" // $ANTLR start "rule__XFeatureCall__FeatureCallArgumentsAssignment_4" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19698:1: rule__XFeatureCall__FeatureCallArgumentsAssignment_4 : ( ruleXClosure ) ; public final void rule__XFeatureCall__FeatureCallArgumentsAssignment_4() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19702:1: ( ( ruleXClosure ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19703:1: ( ruleXClosure ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19703:1: ( ruleXClosure ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19704:1: ruleXClosure { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXClosureParserRuleCall_4_0()); } pushFollow(FOLLOW_ruleXClosure_in_rule__XFeatureCall__FeatureCallArgumentsAssignment_439651); ruleXClosure(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXClosureParserRuleCall_4_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFeatureCall__FeatureCallArgumentsAssignment_4" // $ANTLR start "rule__XConstructorCall__ConstructorAssignment_2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19713:1: rule__XConstructorCall__ConstructorAssignment_2 : ( ( ruleQualifiedName ) ) ; public final void rule__XConstructorCall__ConstructorAssignment_2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19717:1: ( ( ( ruleQualifiedName ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19718:1: ( ( ruleQualifiedName ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19718:1: ( ( ruleQualifiedName ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19719:1: ( ruleQualifiedName ) { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getConstructorJvmConstructorCrossReference_2_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19720:1: ( ruleQualifiedName ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19721:1: ruleQualifiedName { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getConstructorJvmConstructorQualifiedNameParserRuleCall_2_0_1()); } pushFollow(FOLLOW_ruleQualifiedName_in_rule__XConstructorCall__ConstructorAssignment_239686); ruleQualifiedName(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getConstructorJvmConstructorQualifiedNameParserRuleCall_2_0_1()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getConstructorJvmConstructorCrossReference_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__ConstructorAssignment_2" // $ANTLR start "rule__XConstructorCall__TypeArgumentsAssignment_3_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19732:1: rule__XConstructorCall__TypeArgumentsAssignment_3_1 : ( ruleJvmArgumentTypeReference ) ; public final void rule__XConstructorCall__TypeArgumentsAssignment_3_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19736:1: ( ( ruleJvmArgumentTypeReference ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19737:1: ( ruleJvmArgumentTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19737:1: ( ruleJvmArgumentTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19738:1: ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_3_1_0()); } pushFollow(FOLLOW_ruleJvmArgumentTypeReference_in_rule__XConstructorCall__TypeArgumentsAssignment_3_139721); ruleJvmArgumentTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_3_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__TypeArgumentsAssignment_3_1" // $ANTLR start "rule__XConstructorCall__TypeArgumentsAssignment_3_2_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19747:1: rule__XConstructorCall__TypeArgumentsAssignment_3_2_1 : ( ruleJvmArgumentTypeReference ) ; public final void rule__XConstructorCall__TypeArgumentsAssignment_3_2_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19751:1: ( ( ruleJvmArgumentTypeReference ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19752:1: ( ruleJvmArgumentTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19752:1: ( ruleJvmArgumentTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19753:1: ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_3_2_1_0()); } pushFollow(FOLLOW_ruleJvmArgumentTypeReference_in_rule__XConstructorCall__TypeArgumentsAssignment_3_2_139752); ruleJvmArgumentTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_3_2_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__TypeArgumentsAssignment_3_2_1" // $ANTLR start "rule__XConstructorCall__ExplicitConstructorCallAssignment_4_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19762:1: rule__XConstructorCall__ExplicitConstructorCallAssignment_4_0 : ( ( '(' ) ) ; public final void rule__XConstructorCall__ExplicitConstructorCallAssignment_4_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19766:1: ( ( ( '(' ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19767:1: ( ( '(' ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19767:1: ( ( '(' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19768:1: ( '(' ) { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getExplicitConstructorCallLeftParenthesisKeyword_4_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19769:1: ( '(' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19770:1: '(' { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getExplicitConstructorCallLeftParenthesisKeyword_4_0_0()); } match(input,57,FOLLOW_57_in_rule__XConstructorCall__ExplicitConstructorCallAssignment_4_039788); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getExplicitConstructorCallLeftParenthesisKeyword_4_0_0()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getExplicitConstructorCallLeftParenthesisKeyword_4_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__ExplicitConstructorCallAssignment_4_0" // $ANTLR start "rule__XConstructorCall__ArgumentsAssignment_4_1_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19785:1: rule__XConstructorCall__ArgumentsAssignment_4_1_0 : ( ruleXShortClosure ) ; public final void rule__XConstructorCall__ArgumentsAssignment_4_1_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19789:1: ( ( ruleXShortClosure ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19790:1: ( ruleXShortClosure ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19790:1: ( ruleXShortClosure ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19791:1: ruleXShortClosure { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getArgumentsXShortClosureParserRuleCall_4_1_0_0()); } pushFollow(FOLLOW_ruleXShortClosure_in_rule__XConstructorCall__ArgumentsAssignment_4_1_039827); ruleXShortClosure(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getArgumentsXShortClosureParserRuleCall_4_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__ArgumentsAssignment_4_1_0" // $ANTLR start "rule__XConstructorCall__ArgumentsAssignment_4_1_1_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19800:1: rule__XConstructorCall__ArgumentsAssignment_4_1_1_0 : ( ruleXExpression ) ; public final void rule__XConstructorCall__ArgumentsAssignment_4_1_1_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19804:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19805:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19805:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19806:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getArgumentsXExpressionParserRuleCall_4_1_1_0_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XConstructorCall__ArgumentsAssignment_4_1_1_039858); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getArgumentsXExpressionParserRuleCall_4_1_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__ArgumentsAssignment_4_1_1_0" // $ANTLR start "rule__XConstructorCall__ArgumentsAssignment_4_1_1_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19815:1: rule__XConstructorCall__ArgumentsAssignment_4_1_1_1_1 : ( ruleXExpression ) ; public final void rule__XConstructorCall__ArgumentsAssignment_4_1_1_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19819:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19820:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19820:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19821:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getArgumentsXExpressionParserRuleCall_4_1_1_1_1_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XConstructorCall__ArgumentsAssignment_4_1_1_1_139889); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getArgumentsXExpressionParserRuleCall_4_1_1_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__ArgumentsAssignment_4_1_1_1_1" // $ANTLR start "rule__XConstructorCall__ArgumentsAssignment_5" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19830:1: rule__XConstructorCall__ArgumentsAssignment_5 : ( ruleXClosure ) ; public final void rule__XConstructorCall__ArgumentsAssignment_5() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19834:1: ( ( ruleXClosure ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19835:1: ( ruleXClosure ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19835:1: ( ruleXClosure ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19836:1: ruleXClosure { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getArgumentsXClosureParserRuleCall_5_0()); } pushFollow(FOLLOW_ruleXClosure_in_rule__XConstructorCall__ArgumentsAssignment_539920); ruleXClosure(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXConstructorCallAccess().getArgumentsXClosureParserRuleCall_5_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XConstructorCall__ArgumentsAssignment_5" // $ANTLR start "rule__XBooleanLiteral__IsTrueAssignment_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19845:1: rule__XBooleanLiteral__IsTrueAssignment_1_1 : ( ( 'true' ) ) ; public final void rule__XBooleanLiteral__IsTrueAssignment_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19849:1: ( ( ( 'true' ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19850:1: ( ( 'true' ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19850:1: ( ( 'true' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19851:1: ( 'true' ) { if ( state.backtracking==0 ) { before(grammarAccess.getXBooleanLiteralAccess().getIsTrueTrueKeyword_1_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19852:1: ( 'true' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19853:1: 'true' { if ( state.backtracking==0 ) { before(grammarAccess.getXBooleanLiteralAccess().getIsTrueTrueKeyword_1_1_0()); } match(input,89,FOLLOW_89_in_rule__XBooleanLiteral__IsTrueAssignment_1_139956); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXBooleanLiteralAccess().getIsTrueTrueKeyword_1_1_0()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXBooleanLiteralAccess().getIsTrueTrueKeyword_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XBooleanLiteral__IsTrueAssignment_1_1" // $ANTLR start "rule__XNumberLiteral__ValueAssignment_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19868:1: rule__XNumberLiteral__ValueAssignment_1 : ( ruleNumber ) ; public final void rule__XNumberLiteral__ValueAssignment_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19872:1: ( ( ruleNumber ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19873:1: ( ruleNumber ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19873:1: ( ruleNumber ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19874:1: ruleNumber { if ( state.backtracking==0 ) { before(grammarAccess.getXNumberLiteralAccess().getValueNumberParserRuleCall_1_0()); } pushFollow(FOLLOW_ruleNumber_in_rule__XNumberLiteral__ValueAssignment_139995); ruleNumber(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXNumberLiteralAccess().getValueNumberParserRuleCall_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XNumberLiteral__ValueAssignment_1" // $ANTLR start "rule__XStringLiteral__ValueAssignment_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19883:1: rule__XStringLiteral__ValueAssignment_1 : ( RULE_STRING ) ; public final void rule__XStringLiteral__ValueAssignment_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19887:1: ( ( RULE_STRING ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19888:1: ( RULE_STRING ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19888:1: ( RULE_STRING ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19889:1: RULE_STRING { if ( state.backtracking==0 ) { before(grammarAccess.getXStringLiteralAccess().getValueSTRINGTerminalRuleCall_1_0()); } match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XStringLiteral__ValueAssignment_140026); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXStringLiteralAccess().getValueSTRINGTerminalRuleCall_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XStringLiteral__ValueAssignment_1" // $ANTLR start "rule__XTypeLiteral__TypeAssignment_3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19898:1: rule__XTypeLiteral__TypeAssignment_3 : ( ( ruleQualifiedName ) ) ; public final void rule__XTypeLiteral__TypeAssignment_3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19902:1: ( ( ( ruleQualifiedName ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19903:1: ( ( ruleQualifiedName ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19903:1: ( ( ruleQualifiedName ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19904:1: ( ruleQualifiedName ) { if ( state.backtracking==0 ) { before(grammarAccess.getXTypeLiteralAccess().getTypeJvmTypeCrossReference_3_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19905:1: ( ruleQualifiedName ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19906:1: ruleQualifiedName { if ( state.backtracking==0 ) { before(grammarAccess.getXTypeLiteralAccess().getTypeJvmTypeQualifiedNameParserRuleCall_3_0_1()); } pushFollow(FOLLOW_ruleQualifiedName_in_rule__XTypeLiteral__TypeAssignment_340061); ruleQualifiedName(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXTypeLiteralAccess().getTypeJvmTypeQualifiedNameParserRuleCall_3_0_1()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXTypeLiteralAccess().getTypeJvmTypeCrossReference_3_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTypeLiteral__TypeAssignment_3" // $ANTLR start "rule__XTypeLiteral__ArrayDimensionsAssignment_4" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19917:1: rule__XTypeLiteral__ArrayDimensionsAssignment_4 : ( ruleArrayBrackets ) ; public final void rule__XTypeLiteral__ArrayDimensionsAssignment_4() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19921:1: ( ( ruleArrayBrackets ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19922:1: ( ruleArrayBrackets ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19922:1: ( ruleArrayBrackets ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19923:1: ruleArrayBrackets { if ( state.backtracking==0 ) { before(grammarAccess.getXTypeLiteralAccess().getArrayDimensionsArrayBracketsParserRuleCall_4_0()); } pushFollow(FOLLOW_ruleArrayBrackets_in_rule__XTypeLiteral__ArrayDimensionsAssignment_440096); ruleArrayBrackets(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXTypeLiteralAccess().getArrayDimensionsArrayBracketsParserRuleCall_4_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTypeLiteral__ArrayDimensionsAssignment_4" // $ANTLR start "rule__XThrowExpression__ExpressionAssignment_2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19932:1: rule__XThrowExpression__ExpressionAssignment_2 : ( ruleXExpression ) ; public final void rule__XThrowExpression__ExpressionAssignment_2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19936:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19937:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19937:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19938:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXThrowExpressionAccess().getExpressionXExpressionParserRuleCall_2_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XThrowExpression__ExpressionAssignment_240127); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXThrowExpressionAccess().getExpressionXExpressionParserRuleCall_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XThrowExpression__ExpressionAssignment_2" // $ANTLR start "rule__XReturnExpression__ExpressionAssignment_2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19947:1: rule__XReturnExpression__ExpressionAssignment_2 : ( ruleXExpression ) ; public final void rule__XReturnExpression__ExpressionAssignment_2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19951:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19952:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19952:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19953:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXReturnExpressionAccess().getExpressionXExpressionParserRuleCall_2_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XReturnExpression__ExpressionAssignment_240158); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXReturnExpressionAccess().getExpressionXExpressionParserRuleCall_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XReturnExpression__ExpressionAssignment_2" // $ANTLR start "rule__XTryCatchFinallyExpression__ExpressionAssignment_2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19962:1: rule__XTryCatchFinallyExpression__ExpressionAssignment_2 : ( ruleXExpression ) ; public final void rule__XTryCatchFinallyExpression__ExpressionAssignment_2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19966:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19967:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19967:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19968:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXTryCatchFinallyExpressionAccess().getExpressionXExpressionParserRuleCall_2_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XTryCatchFinallyExpression__ExpressionAssignment_240189); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXTryCatchFinallyExpressionAccess().getExpressionXExpressionParserRuleCall_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTryCatchFinallyExpression__ExpressionAssignment_2" // $ANTLR start "rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19977:1: rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0 : ( ruleXCatchClause ) ; public final void rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19981:1: ( ( ruleXCatchClause ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19982:1: ( ruleXCatchClause ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19982:1: ( ruleXCatchClause ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19983:1: ruleXCatchClause { if ( state.backtracking==0 ) { before(grammarAccess.getXTryCatchFinallyExpressionAccess().getCatchClausesXCatchClauseParserRuleCall_3_0_0_0()); } pushFollow(FOLLOW_ruleXCatchClause_in_rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_040220); ruleXCatchClause(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXTryCatchFinallyExpressionAccess().getCatchClausesXCatchClauseParserRuleCall_3_0_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0" // $ANTLR start "rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_0_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19992:1: rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_0_1_1 : ( ruleXExpression ) ; public final void rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_0_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19996:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19997:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19997:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:19998:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyExpressionXExpressionParserRuleCall_3_0_1_1_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_0_1_140251); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyExpressionXExpressionParserRuleCall_3_0_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_0_1_1" // $ANTLR start "rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20007:1: rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_1_1 : ( ruleXExpression ) ; public final void rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20011:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20012:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20012:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20013:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyExpressionXExpressionParserRuleCall_3_1_1_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_1_140282); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyExpressionXExpressionParserRuleCall_3_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_1_1" // $ANTLR start "rule__XSynchronizedExpression__ParamAssignment_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20022:1: rule__XSynchronizedExpression__ParamAssignment_1 : ( ruleXExpression ) ; public final void rule__XSynchronizedExpression__ParamAssignment_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20026:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20027:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20027:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20028:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXSynchronizedExpressionAccess().getParamXExpressionParserRuleCall_1_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XSynchronizedExpression__ParamAssignment_140313); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSynchronizedExpressionAccess().getParamXExpressionParserRuleCall_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSynchronizedExpression__ParamAssignment_1" // $ANTLR start "rule__XSynchronizedExpression__ExpressionAssignment_3" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20037:1: rule__XSynchronizedExpression__ExpressionAssignment_3 : ( ruleXExpression ) ; public final void rule__XSynchronizedExpression__ExpressionAssignment_3() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20041:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20042:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20042:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20043:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXSynchronizedExpressionAccess().getExpressionXExpressionParserRuleCall_3_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XSynchronizedExpression__ExpressionAssignment_340344); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXSynchronizedExpressionAccess().getExpressionXExpressionParserRuleCall_3_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XSynchronizedExpression__ExpressionAssignment_3" // $ANTLR start "rule__XCatchClause__DeclaredParamAssignment_2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20052:1: rule__XCatchClause__DeclaredParamAssignment_2 : ( ruleFullJvmFormalParameter ) ; public final void rule__XCatchClause__DeclaredParamAssignment_2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20056:1: ( ( ruleFullJvmFormalParameter ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20057:1: ( ruleFullJvmFormalParameter ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20057:1: ( ruleFullJvmFormalParameter ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20058:1: ruleFullJvmFormalParameter { if ( state.backtracking==0 ) { before(grammarAccess.getXCatchClauseAccess().getDeclaredParamFullJvmFormalParameterParserRuleCall_2_0()); } pushFollow(FOLLOW_ruleFullJvmFormalParameter_in_rule__XCatchClause__DeclaredParamAssignment_240375); ruleFullJvmFormalParameter(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXCatchClauseAccess().getDeclaredParamFullJvmFormalParameterParserRuleCall_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCatchClause__DeclaredParamAssignment_2" // $ANTLR start "rule__XCatchClause__ExpressionAssignment_4" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20067:1: rule__XCatchClause__ExpressionAssignment_4 : ( ruleXExpression ) ; public final void rule__XCatchClause__ExpressionAssignment_4() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20071:1: ( ( ruleXExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20072:1: ( ruleXExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20072:1: ( ruleXExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20073:1: ruleXExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXCatchClauseAccess().getExpressionXExpressionParserRuleCall_4_0()); } pushFollow(FOLLOW_ruleXExpression_in_rule__XCatchClause__ExpressionAssignment_440406); ruleXExpression(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXCatchClauseAccess().getExpressionXExpressionParserRuleCall_4_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XCatchClause__ExpressionAssignment_4" // $ANTLR start "rule__XFunctionTypeRef__ParamTypesAssignment_0_1_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20082:1: rule__XFunctionTypeRef__ParamTypesAssignment_0_1_0 : ( ruleJvmTypeReference ) ; public final void rule__XFunctionTypeRef__ParamTypesAssignment_0_1_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20086:1: ( ( ruleJvmTypeReference ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20087:1: ( ruleJvmTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20087:1: ( ruleJvmTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20088:1: ruleJvmTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getXFunctionTypeRefAccess().getParamTypesJvmTypeReferenceParserRuleCall_0_1_0_0()); } pushFollow(FOLLOW_ruleJvmTypeReference_in_rule__XFunctionTypeRef__ParamTypesAssignment_0_1_040437); ruleJvmTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXFunctionTypeRefAccess().getParamTypesJvmTypeReferenceParserRuleCall_0_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFunctionTypeRef__ParamTypesAssignment_0_1_0" // $ANTLR start "rule__XFunctionTypeRef__ParamTypesAssignment_0_1_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20097:1: rule__XFunctionTypeRef__ParamTypesAssignment_0_1_1_1 : ( ruleJvmTypeReference ) ; public final void rule__XFunctionTypeRef__ParamTypesAssignment_0_1_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20101:1: ( ( ruleJvmTypeReference ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20102:1: ( ruleJvmTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20102:1: ( ruleJvmTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20103:1: ruleJvmTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getXFunctionTypeRefAccess().getParamTypesJvmTypeReferenceParserRuleCall_0_1_1_1_0()); } pushFollow(FOLLOW_ruleJvmTypeReference_in_rule__XFunctionTypeRef__ParamTypesAssignment_0_1_1_140468); ruleJvmTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXFunctionTypeRefAccess().getParamTypesJvmTypeReferenceParserRuleCall_0_1_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFunctionTypeRef__ParamTypesAssignment_0_1_1_1" // $ANTLR start "rule__XFunctionTypeRef__ReturnTypeAssignment_2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20112:1: rule__XFunctionTypeRef__ReturnTypeAssignment_2 : ( ruleJvmTypeReference ) ; public final void rule__XFunctionTypeRef__ReturnTypeAssignment_2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20116:1: ( ( ruleJvmTypeReference ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20117:1: ( ruleJvmTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20117:1: ( ruleJvmTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20118:1: ruleJvmTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getXFunctionTypeRefAccess().getReturnTypeJvmTypeReferenceParserRuleCall_2_0()); } pushFollow(FOLLOW_ruleJvmTypeReference_in_rule__XFunctionTypeRef__ReturnTypeAssignment_240499); ruleJvmTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXFunctionTypeRefAccess().getReturnTypeJvmTypeReferenceParserRuleCall_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XFunctionTypeRef__ReturnTypeAssignment_2" // $ANTLR start "rule__JvmParameterizedTypeReference__TypeAssignment_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20127:1: rule__JvmParameterizedTypeReference__TypeAssignment_0 : ( ( ruleQualifiedName ) ) ; public final void rule__JvmParameterizedTypeReference__TypeAssignment_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20131:1: ( ( ( ruleQualifiedName ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20132:1: ( ( ruleQualifiedName ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20132:1: ( ( ruleQualifiedName ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20133:1: ( ruleQualifiedName ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeJvmTypeCrossReference_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20134:1: ( ruleQualifiedName ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20135:1: ruleQualifiedName { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeJvmTypeQualifiedNameParserRuleCall_0_0_1()); } pushFollow(FOLLOW_ruleQualifiedName_in_rule__JvmParameterizedTypeReference__TypeAssignment_040534); ruleQualifiedName(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeJvmTypeQualifiedNameParserRuleCall_0_0_1()); } } if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeJvmTypeCrossReference_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__TypeAssignment_0" // $ANTLR start "rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20146:1: rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_1 : ( ruleJvmArgumentTypeReference ) ; public final void rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20150:1: ( ( ruleJvmArgumentTypeReference ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20151:1: ( ruleJvmArgumentTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20151:1: ( ruleJvmArgumentTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20152:1: ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_0()); } pushFollow(FOLLOW_ruleJvmArgumentTypeReference_in_rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_140569); ruleJvmArgumentTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_1" // $ANTLR start "rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_2_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20161:1: rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_2_1 : ( ruleJvmArgumentTypeReference ) ; public final void rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_2_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20165:1: ( ( ruleJvmArgumentTypeReference ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20166:1: ( ruleJvmArgumentTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20166:1: ( ruleJvmArgumentTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20167:1: ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_2_1_0()); } pushFollow(FOLLOW_ruleJvmArgumentTypeReference_in_rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_2_140600); ruleJvmArgumentTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_2_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_2_1" // $ANTLR start "rule__JvmParameterizedTypeReference__TypeAssignment_1_4_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20176:1: rule__JvmParameterizedTypeReference__TypeAssignment_1_4_1 : ( ( ruleValidID ) ) ; public final void rule__JvmParameterizedTypeReference__TypeAssignment_1_4_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20180:1: ( ( ( ruleValidID ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20181:1: ( ( ruleValidID ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20181:1: ( ( ruleValidID ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20182:1: ( ruleValidID ) { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeJvmTypeCrossReference_1_4_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20183:1: ( ruleValidID ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20184:1: ruleValidID { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeJvmTypeValidIDParserRuleCall_1_4_1_0_1()); } pushFollow(FOLLOW_ruleValidID_in_rule__JvmParameterizedTypeReference__TypeAssignment_1_4_140635); ruleValidID(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeJvmTypeValidIDParserRuleCall_1_4_1_0_1()); } } if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeJvmTypeCrossReference_1_4_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__TypeAssignment_1_4_1" // $ANTLR start "rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20195:1: rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_1 : ( ruleJvmArgumentTypeReference ) ; public final void rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20199:1: ( ( ruleJvmArgumentTypeReference ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20200:1: ( ruleJvmArgumentTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20200:1: ( ruleJvmArgumentTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20201:1: ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_4_2_1_0()); } pushFollow(FOLLOW_ruleJvmArgumentTypeReference_in_rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_140670); ruleJvmArgumentTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_4_2_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_1" // $ANTLR start "rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_2_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20210:1: rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_2_1 : ( ruleJvmArgumentTypeReference ) ; public final void rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_2_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20214:1: ( ( ruleJvmArgumentTypeReference ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20215:1: ( ruleJvmArgumentTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20215:1: ( ruleJvmArgumentTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20216:1: ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_4_2_2_1_0()); } pushFollow(FOLLOW_ruleJvmArgumentTypeReference_in_rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_2_140701); ruleJvmArgumentTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_4_2_2_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_2_1" // $ANTLR start "rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20225:1: rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_0 : ( ruleJvmUpperBound ) ; public final void rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20229:1: ( ( ruleJvmUpperBound ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20230:1: ( ruleJvmUpperBound ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20230:1: ( ruleJvmUpperBound ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20231:1: ruleJvmUpperBound { if ( state.backtracking==0 ) { before(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmUpperBoundParserRuleCall_2_0_0_0()); } pushFollow(FOLLOW_ruleJvmUpperBound_in_rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_040732); ruleJvmUpperBound(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmUpperBoundParserRuleCall_2_0_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_0" // $ANTLR start "rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20240:1: rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_1 : ( ruleJvmUpperBoundAnded ) ; public final void rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20244:1: ( ( ruleJvmUpperBoundAnded ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20245:1: ( ruleJvmUpperBoundAnded ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20245:1: ( ruleJvmUpperBoundAnded ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20246:1: ruleJvmUpperBoundAnded { if ( state.backtracking==0 ) { before(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmUpperBoundAndedParserRuleCall_2_0_1_0()); } pushFollow(FOLLOW_ruleJvmUpperBoundAnded_in_rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_140763); ruleJvmUpperBoundAnded(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmUpperBoundAndedParserRuleCall_2_0_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_1" // $ANTLR start "rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20255:1: rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_0 : ( ruleJvmLowerBound ) ; public final void rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20259:1: ( ( ruleJvmLowerBound ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20260:1: ( ruleJvmLowerBound ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20260:1: ( ruleJvmLowerBound ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20261:1: ruleJvmLowerBound { if ( state.backtracking==0 ) { before(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmLowerBoundParserRuleCall_2_1_0_0()); } pushFollow(FOLLOW_ruleJvmLowerBound_in_rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_040794); ruleJvmLowerBound(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmLowerBoundParserRuleCall_2_1_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_0" // $ANTLR start "rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20270:1: rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_1 : ( ruleJvmLowerBoundAnded ) ; public final void rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20274:1: ( ( ruleJvmLowerBoundAnded ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20275:1: ( ruleJvmLowerBoundAnded ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20275:1: ( ruleJvmLowerBoundAnded ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20276:1: ruleJvmLowerBoundAnded { if ( state.backtracking==0 ) { before(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmLowerBoundAndedParserRuleCall_2_1_1_0()); } pushFollow(FOLLOW_ruleJvmLowerBoundAnded_in_rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_140825); ruleJvmLowerBoundAnded(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmLowerBoundAndedParserRuleCall_2_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_1" // $ANTLR start "rule__JvmUpperBound__TypeReferenceAssignment_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20285:1: rule__JvmUpperBound__TypeReferenceAssignment_1 : ( ruleJvmTypeReference ) ; public final void rule__JvmUpperBound__TypeReferenceAssignment_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20289:1: ( ( ruleJvmTypeReference ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20290:1: ( ruleJvmTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20290:1: ( ruleJvmTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20291:1: ruleJvmTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getJvmUpperBoundAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0()); } pushFollow(FOLLOW_ruleJvmTypeReference_in_rule__JvmUpperBound__TypeReferenceAssignment_140856); ruleJvmTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmUpperBoundAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmUpperBound__TypeReferenceAssignment_1" // $ANTLR start "rule__JvmUpperBoundAnded__TypeReferenceAssignment_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20300:1: rule__JvmUpperBoundAnded__TypeReferenceAssignment_1 : ( ruleJvmTypeReference ) ; public final void rule__JvmUpperBoundAnded__TypeReferenceAssignment_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20304:1: ( ( ruleJvmTypeReference ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20305:1: ( ruleJvmTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20305:1: ( ruleJvmTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20306:1: ruleJvmTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getJvmUpperBoundAndedAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0()); } pushFollow(FOLLOW_ruleJvmTypeReference_in_rule__JvmUpperBoundAnded__TypeReferenceAssignment_140887); ruleJvmTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmUpperBoundAndedAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmUpperBoundAnded__TypeReferenceAssignment_1" // $ANTLR start "rule__JvmLowerBound__TypeReferenceAssignment_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20315:1: rule__JvmLowerBound__TypeReferenceAssignment_1 : ( ruleJvmTypeReference ) ; public final void rule__JvmLowerBound__TypeReferenceAssignment_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20319:1: ( ( ruleJvmTypeReference ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20320:1: ( ruleJvmTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20320:1: ( ruleJvmTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20321:1: ruleJvmTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getJvmLowerBoundAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0()); } pushFollow(FOLLOW_ruleJvmTypeReference_in_rule__JvmLowerBound__TypeReferenceAssignment_140918); ruleJvmTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmLowerBoundAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmLowerBound__TypeReferenceAssignment_1" // $ANTLR start "rule__JvmLowerBoundAnded__TypeReferenceAssignment_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20330:1: rule__JvmLowerBoundAnded__TypeReferenceAssignment_1 : ( ruleJvmTypeReference ) ; public final void rule__JvmLowerBoundAnded__TypeReferenceAssignment_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20334:1: ( ( ruleJvmTypeReference ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20335:1: ( ruleJvmTypeReference ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20335:1: ( ruleJvmTypeReference ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20336:1: ruleJvmTypeReference { if ( state.backtracking==0 ) { before(grammarAccess.getJvmLowerBoundAndedAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0()); } pushFollow(FOLLOW_ruleJvmTypeReference_in_rule__JvmLowerBoundAnded__TypeReferenceAssignment_140949); ruleJvmTypeReference(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getJvmLowerBoundAndedAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__JvmLowerBoundAnded__TypeReferenceAssignment_1" // $ANTLR start "rule__XImportSection__ImportDeclarationsAssignment" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20348:1: rule__XImportSection__ImportDeclarationsAssignment : ( ruleXImportDeclaration ) ; public final void rule__XImportSection__ImportDeclarationsAssignment() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20352:1: ( ( ruleXImportDeclaration ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20353:1: ( ruleXImportDeclaration ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20353:1: ( ruleXImportDeclaration ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20354:1: ruleXImportDeclaration { if ( state.backtracking==0 ) { before(grammarAccess.getXImportSectionAccess().getImportDeclarationsXImportDeclarationParserRuleCall_0()); } pushFollow(FOLLOW_ruleXImportDeclaration_in_rule__XImportSection__ImportDeclarationsAssignment40983); ruleXImportDeclaration(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXImportSectionAccess().getImportDeclarationsXImportDeclarationParserRuleCall_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XImportSection__ImportDeclarationsAssignment" // $ANTLR start "rule__XImportDeclaration__StaticAssignment_1_0_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20363:1: rule__XImportDeclaration__StaticAssignment_1_0_0 : ( ( 'static' ) ) ; public final void rule__XImportDeclaration__StaticAssignment_1_0_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20367:1: ( ( ( 'static' ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20368:1: ( ( 'static' ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20368:1: ( ( 'static' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20369:1: ( 'static' ) { if ( state.backtracking==0 ) { before(grammarAccess.getXImportDeclarationAccess().getStaticStaticKeyword_1_0_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20370:1: ( 'static' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20371:1: 'static' { if ( state.backtracking==0 ) { before(grammarAccess.getXImportDeclarationAccess().getStaticStaticKeyword_1_0_0_0()); } match(input,46,FOLLOW_46_in_rule__XImportDeclaration__StaticAssignment_1_0_041019); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXImportDeclarationAccess().getStaticStaticKeyword_1_0_0_0()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXImportDeclarationAccess().getStaticStaticKeyword_1_0_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XImportDeclaration__StaticAssignment_1_0_0" // $ANTLR start "rule__XImportDeclaration__ExtensionAssignment_1_0_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20386:1: rule__XImportDeclaration__ExtensionAssignment_1_0_1 : ( ( 'extension' ) ) ; public final void rule__XImportDeclaration__ExtensionAssignment_1_0_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20390:1: ( ( ( 'extension' ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20391:1: ( ( 'extension' ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20391:1: ( ( 'extension' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20392:1: ( 'extension' ) { if ( state.backtracking==0 ) { before(grammarAccess.getXImportDeclarationAccess().getExtensionExtensionKeyword_1_0_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20393:1: ( 'extension' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20394:1: 'extension' { if ( state.backtracking==0 ) { before(grammarAccess.getXImportDeclarationAccess().getExtensionExtensionKeyword_1_0_1_0()); } match(input,48,FOLLOW_48_in_rule__XImportDeclaration__ExtensionAssignment_1_0_141063); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXImportDeclarationAccess().getExtensionExtensionKeyword_1_0_1_0()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXImportDeclarationAccess().getExtensionExtensionKeyword_1_0_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XImportDeclaration__ExtensionAssignment_1_0_1" // $ANTLR start "rule__XImportDeclaration__ImportedTypeAssignment_1_0_2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20409:1: rule__XImportDeclaration__ImportedTypeAssignment_1_0_2 : ( ( ruleQualifiedNameInStaticImport ) ) ; public final void rule__XImportDeclaration__ImportedTypeAssignment_1_0_2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20413:1: ( ( ( ruleQualifiedNameInStaticImport ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20414:1: ( ( ruleQualifiedNameInStaticImport ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20414:1: ( ( ruleQualifiedNameInStaticImport ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20415:1: ( ruleQualifiedNameInStaticImport ) { if ( state.backtracking==0 ) { before(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeCrossReference_1_0_2_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20416:1: ( ruleQualifiedNameInStaticImport ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20417:1: ruleQualifiedNameInStaticImport { if ( state.backtracking==0 ) { before(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeQualifiedNameInStaticImportParserRuleCall_1_0_2_0_1()); } pushFollow(FOLLOW_ruleQualifiedNameInStaticImport_in_rule__XImportDeclaration__ImportedTypeAssignment_1_0_241106); ruleQualifiedNameInStaticImport(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeQualifiedNameInStaticImportParserRuleCall_1_0_2_0_1()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeCrossReference_1_0_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XImportDeclaration__ImportedTypeAssignment_1_0_2" // $ANTLR start "rule__XImportDeclaration__WildcardAssignment_1_0_3_0" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20428:1: rule__XImportDeclaration__WildcardAssignment_1_0_3_0 : ( ( '*' ) ) ; public final void rule__XImportDeclaration__WildcardAssignment_1_0_3_0() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20432:1: ( ( ( '*' ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20433:1: ( ( '*' ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20433:1: ( ( '*' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20434:1: ( '*' ) { if ( state.backtracking==0 ) { before(grammarAccess.getXImportDeclarationAccess().getWildcardAsteriskKeyword_1_0_3_0_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20435:1: ( '*' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20436:1: '*' { if ( state.backtracking==0 ) { before(grammarAccess.getXImportDeclarationAccess().getWildcardAsteriskKeyword_1_0_3_0_0()); } match(input,36,FOLLOW_36_in_rule__XImportDeclaration__WildcardAssignment_1_0_3_041146); if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXImportDeclarationAccess().getWildcardAsteriskKeyword_1_0_3_0_0()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXImportDeclarationAccess().getWildcardAsteriskKeyword_1_0_3_0_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XImportDeclaration__WildcardAssignment_1_0_3_0" // $ANTLR start "rule__XImportDeclaration__MemberNameAssignment_1_0_3_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20451:1: rule__XImportDeclaration__MemberNameAssignment_1_0_3_1 : ( ruleValidID ) ; public final void rule__XImportDeclaration__MemberNameAssignment_1_0_3_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20455:1: ( ( ruleValidID ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20456:1: ( ruleValidID ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20456:1: ( ruleValidID ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20457:1: ruleValidID { if ( state.backtracking==0 ) { before(grammarAccess.getXImportDeclarationAccess().getMemberNameValidIDParserRuleCall_1_0_3_1_0()); } pushFollow(FOLLOW_ruleValidID_in_rule__XImportDeclaration__MemberNameAssignment_1_0_3_141185); ruleValidID(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXImportDeclarationAccess().getMemberNameValidIDParserRuleCall_1_0_3_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XImportDeclaration__MemberNameAssignment_1_0_3_1" // $ANTLR start "rule__XImportDeclaration__ImportedTypeAssignment_1_1" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20466:1: rule__XImportDeclaration__ImportedTypeAssignment_1_1 : ( ( ruleQualifiedName ) ) ; public final void rule__XImportDeclaration__ImportedTypeAssignment_1_1() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20470:1: ( ( ( ruleQualifiedName ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20471:1: ( ( ruleQualifiedName ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20471:1: ( ( ruleQualifiedName ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20472:1: ( ruleQualifiedName ) { if ( state.backtracking==0 ) { before(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeCrossReference_1_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20473:1: ( ruleQualifiedName ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20474:1: ruleQualifiedName { if ( state.backtracking==0 ) { before(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeQualifiedNameParserRuleCall_1_1_0_1()); } pushFollow(FOLLOW_ruleQualifiedName_in_rule__XImportDeclaration__ImportedTypeAssignment_1_141220); ruleQualifiedName(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeQualifiedNameParserRuleCall_1_1_0_1()); } } if ( state.backtracking==0 ) { after(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeCrossReference_1_1_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XImportDeclaration__ImportedTypeAssignment_1_1" // $ANTLR start "rule__XImportDeclaration__ImportedNamespaceAssignment_1_2" // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20485:1: rule__XImportDeclaration__ImportedNamespaceAssignment_1_2 : ( ruleQualifiedNameWithWildcard ) ; public final void rule__XImportDeclaration__ImportedNamespaceAssignment_1_2() throws RecognitionException { int stackSize = keepStackSize(); try { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20489:1: ( ( ruleQualifiedNameWithWildcard ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20490:1: ( ruleQualifiedNameWithWildcard ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20490:1: ( ruleQualifiedNameWithWildcard ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:20491:1: ruleQualifiedNameWithWildcard { if ( state.backtracking==0 ) { before(grammarAccess.getXImportDeclarationAccess().getImportedNamespaceQualifiedNameWithWildcardParserRuleCall_1_2_0()); } pushFollow(FOLLOW_ruleQualifiedNameWithWildcard_in_rule__XImportDeclaration__ImportedNamespaceAssignment_1_241255); ruleQualifiedNameWithWildcard(); state._fsp--; if (state.failed) return ; if ( state.backtracking==0 ) { after(grammarAccess.getXImportDeclarationAccess().getImportedNamespaceQualifiedNameWithWildcardParserRuleCall_1_2_0()); } } } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { restoreStackSize(stackSize); } return ; } // $ANTLR end "rule__XImportDeclaration__ImportedNamespaceAssignment_1_2" // $ANTLR start synpred26_InternalEntities public final void synpred26_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2626:1: ( ( ( rule__OpOther__Group_6_1_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2626:1: ( ( rule__OpOther__Group_6_1_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2626:1: ( ( rule__OpOther__Group_6_1_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2627:1: ( rule__OpOther__Group_6_1_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getGroup_6_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2628:1: ( rule__OpOther__Group_6_1_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2628:2: rule__OpOther__Group_6_1_0__0 { pushFollow(FOLLOW_rule__OpOther__Group_6_1_0__0_in_synpred26_InternalEntities5610); rule__OpOther__Group_6_1_0__0(); state._fsp--; if (state.failed) return ; } } } } // $ANTLR end synpred26_InternalEntities // $ANTLR start synpred27_InternalEntities public final void synpred27_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2632:6: ( ( '<' ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2632:6: ( '<' ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2632:6: ( '<' ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2633:1: '<' { if ( state.backtracking==0 ) { before(grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_1_1()); } match(input,27,FOLLOW_27_in_synpred27_InternalEntities5629); if (state.failed) return ; } } } // $ANTLR end synpred27_InternalEntities // $ANTLR start synpred40_InternalEntities public final void synpred40_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2884:1: ( ( ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2884:1: ( ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2884:1: ( ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2885:1: ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsAssignment_1_1_3_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2886:1: ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2886:2: rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_0 { pushFollow(FOLLOW_rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_0_in_synpred40_InternalEntities6188); rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_0(); state._fsp--; if (state.failed) return ; } } } } // $ANTLR end synpred40_InternalEntities // $ANTLR start synpred48_InternalEntities public final void synpred48_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2948:6: ( ( ( ruleXForLoopExpression ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2948:6: ( ( ruleXForLoopExpression ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2948:6: ( ( ruleXForLoopExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2949:1: ( ruleXForLoopExpression ) { if ( state.backtracking==0 ) { before(grammarAccess.getXPrimaryExpressionAccess().getXForLoopExpressionParserRuleCall_7()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2950:1: ( ruleXForLoopExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2950:3: ruleXForLoopExpression { pushFollow(FOLLOW_ruleXForLoopExpression_in_synpred48_InternalEntities6361); ruleXForLoopExpression(); state._fsp--; if (state.failed) return ; } } } } // $ANTLR end synpred48_InternalEntities // $ANTLR start synpred49_InternalEntities public final void synpred49_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2954:6: ( ( ruleXBasicForLoopExpression ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2954:6: ( ruleXBasicForLoopExpression ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2954:6: ( ruleXBasicForLoopExpression ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:2955:1: ruleXBasicForLoopExpression { if ( state.backtracking==0 ) { before(grammarAccess.getXPrimaryExpressionAccess().getXBasicForLoopExpressionParserRuleCall_8()); } pushFollow(FOLLOW_ruleXBasicForLoopExpression_in_synpred49_InternalEntities6379); ruleXBasicForLoopExpression(); state._fsp--; if (state.failed) return ; } } } // $ANTLR end synpred49_InternalEntities // $ANTLR start synpred62_InternalEntities public final void synpred62_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3080:1: ( ( ( rule__XSwitchExpression__Group_2_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3080:1: ( ( rule__XSwitchExpression__Group_2_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3080:1: ( ( rule__XSwitchExpression__Group_2_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3081:1: ( rule__XSwitchExpression__Group_2_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXSwitchExpressionAccess().getGroup_2_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3082:1: ( rule__XSwitchExpression__Group_2_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3082:2: rule__XSwitchExpression__Group_2_0__0 { pushFollow(FOLLOW_rule__XSwitchExpression__Group_2_0__0_in_synpred62_InternalEntities6698); rule__XSwitchExpression__Group_2_0__0(); state._fsp--; if (state.failed) return ; } } } } // $ANTLR end synpred62_InternalEntities // $ANTLR start synpred66_InternalEntities public final void synpred66_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3170:1: ( ( ( rule__XVariableDeclaration__Group_2_0__0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3170:1: ( ( rule__XVariableDeclaration__Group_2_0__0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3170:1: ( ( rule__XVariableDeclaration__Group_2_0__0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3171:1: ( rule__XVariableDeclaration__Group_2_0__0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXVariableDeclarationAccess().getGroup_2_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3172:1: ( rule__XVariableDeclaration__Group_2_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3172:2: rule__XVariableDeclaration__Group_2_0__0 { pushFollow(FOLLOW_rule__XVariableDeclaration__Group_2_0__0_in_synpred66_InternalEntities6902); rule__XVariableDeclaration__Group_2_0__0(); state._fsp--; if (state.failed) return ; } } } } // $ANTLR end synpred66_InternalEntities // $ANTLR start synpred67_InternalEntities public final void synpred67_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3192:1: ( ( ( rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3192:1: ( ( rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3192:1: ( ( rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3193:1: ( rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsAssignment_3_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3194:1: ( rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3194:2: rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_0 { pushFollow(FOLLOW_rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_0_in_synpred67_InternalEntities6953); rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_0(); state._fsp--; if (state.failed) return ; } } } } // $ANTLR end synpred67_InternalEntities // $ANTLR start synpred73_InternalEntities public final void synpred73_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3286:1: ( ( ( rule__XConstructorCall__ArgumentsAssignment_4_1_0 ) ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3286:1: ( ( rule__XConstructorCall__ArgumentsAssignment_4_1_0 ) ) { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3286:1: ( ( rule__XConstructorCall__ArgumentsAssignment_4_1_0 ) ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3287:1: ( rule__XConstructorCall__ArgumentsAssignment_4_1_0 ) { if ( state.backtracking==0 ) { before(grammarAccess.getXConstructorCallAccess().getArgumentsAssignment_4_1_0()); } // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3288:1: ( rule__XConstructorCall__ArgumentsAssignment_4_1_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:3288:2: rule__XConstructorCall__ArgumentsAssignment_4_1_0 { pushFollow(FOLLOW_rule__XConstructorCall__ArgumentsAssignment_4_1_0_in_synpred73_InternalEntities7168); rule__XConstructorCall__ArgumentsAssignment_4_1_0(); state._fsp--; if (state.failed) return ; } } } } // $ANTLR end synpred73_InternalEntities // $ANTLR start synpred95_InternalEntities public final void synpred95_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4618:2: ( rule__XAssignment__Group_1_1__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:4618:2: rule__XAssignment__Group_1_1__0 { pushFollow(FOLLOW_rule__XAssignment__Group_1_1__0_in_synpred95_InternalEntities9876); rule__XAssignment__Group_1_1__0(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred95_InternalEntities // $ANTLR start synpred97_InternalEntities public final void synpred97_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5029:2: ( rule__XOrExpression__Group_1__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5029:2: rule__XOrExpression__Group_1__0 { pushFollow(FOLLOW_rule__XOrExpression__Group_1__0_in_synpred97_InternalEntities10680); rule__XOrExpression__Group_1__0(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred97_InternalEntities // $ANTLR start synpred98_InternalEntities public final void synpred98_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5244:2: ( rule__XAndExpression__Group_1__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5244:2: rule__XAndExpression__Group_1__0 { pushFollow(FOLLOW_rule__XAndExpression__Group_1__0_in_synpred98_InternalEntities11103); rule__XAndExpression__Group_1__0(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred98_InternalEntities // $ANTLR start synpred99_InternalEntities public final void synpred99_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5459:2: ( rule__XEqualityExpression__Group_1__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5459:2: rule__XEqualityExpression__Group_1__0 { pushFollow(FOLLOW_rule__XEqualityExpression__Group_1__0_in_synpred99_InternalEntities11526); rule__XEqualityExpression__Group_1__0(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred99_InternalEntities // $ANTLR start synpred100_InternalEntities public final void synpred100_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5674:2: ( rule__XRelationalExpression__Alternatives_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:5674:2: rule__XRelationalExpression__Alternatives_1 { pushFollow(FOLLOW_rule__XRelationalExpression__Alternatives_1_in_synpred100_InternalEntities11949); rule__XRelationalExpression__Alternatives_1(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred100_InternalEntities // $ANTLR start synpred101_InternalEntities public final void synpred101_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6110:2: ( rule__XOtherOperatorExpression__Group_1__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6110:2: rule__XOtherOperatorExpression__Group_1__0 { pushFollow(FOLLOW_rule__XOtherOperatorExpression__Group_1__0_in_synpred101_InternalEntities12801); rule__XOtherOperatorExpression__Group_1__0(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred101_InternalEntities // $ANTLR start synpred102_InternalEntities public final void synpred102_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6706:2: ( rule__XAdditiveExpression__Group_1__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6706:2: rule__XAdditiveExpression__Group_1__0 { pushFollow(FOLLOW_rule__XAdditiveExpression__Group_1__0_in_synpred102_InternalEntities13963); rule__XAdditiveExpression__Group_1__0(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred102_InternalEntities // $ANTLR start synpred103_InternalEntities public final void synpred103_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6921:2: ( rule__XMultiplicativeExpression__Group_1__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:6921:2: rule__XMultiplicativeExpression__Group_1__0 { pushFollow(FOLLOW_rule__XMultiplicativeExpression__Group_1__0_in_synpred103_InternalEntities14386); rule__XMultiplicativeExpression__Group_1__0(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred103_InternalEntities // $ANTLR start synpred104_InternalEntities public final void synpred104_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7230:2: ( rule__XCastedExpression__Group_1__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7230:2: rule__XCastedExpression__Group_1__0 { pushFollow(FOLLOW_rule__XCastedExpression__Group_1__0_in_synpred104_InternalEntities14993); rule__XCastedExpression__Group_1__0(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred104_InternalEntities // $ANTLR start synpred105_InternalEntities public final void synpred105_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7447:2: ( rule__XPostfixOperation__Group_1__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7447:2: rule__XPostfixOperation__Group_1__0 { pushFollow(FOLLOW_rule__XPostfixOperation__Group_1__0_in_synpred105_InternalEntities15418); rule__XPostfixOperation__Group_1__0(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred105_InternalEntities // $ANTLR start synpred106_InternalEntities public final void synpred106_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7601:2: ( rule__XMemberFeatureCall__Alternatives_1 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7601:2: rule__XMemberFeatureCall__Alternatives_1 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Alternatives_1_in_synpred106_InternalEntities15720); rule__XMemberFeatureCall__Alternatives_1(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred106_InternalEntities // $ANTLR start synpred108_InternalEntities public final void synpred108_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7937:2: ( rule__XMemberFeatureCall__Group_1_1_3__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7937:2: rule__XMemberFeatureCall__Group_1_1_3__0 { pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1_3__0_in_synpred108_InternalEntities16391); rule__XMemberFeatureCall__Group_1_1_3__0(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred108_InternalEntities // $ANTLR start synpred109_InternalEntities public final void synpred109_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7965:2: ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_4 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:7965:2: rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_4 { pushFollow(FOLLOW_rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_4_in_synpred109_InternalEntities16449); rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_4(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred109_InternalEntities // $ANTLR start synpred117_InternalEntities public final void synpred117_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9106:2: ( rule__XClosure__Group_1__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:9106:2: rule__XClosure__Group_1__0 { pushFollow(FOLLOW_rule__XClosure__Group_1__0_in_synpred117_InternalEntities18685); rule__XClosure__Group_1__0(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred117_InternalEntities // $ANTLR start synpred124_InternalEntities public final void synpred124_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10224:2: ( rule__XIfExpression__Group_6__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10224:2: rule__XIfExpression__Group_6__0 { pushFollow(FOLLOW_rule__XIfExpression__Group_6__0_in_synpred124_InternalEntities20891); rule__XIfExpression__Group_6__0(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred124_InternalEntities // $ANTLR start synpred127_InternalEntities public final void synpred127_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10774:2: ( rule__XSwitchExpression__Group_2_1_0__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:10774:2: rule__XSwitchExpression__Group_2_1_0__0 { pushFollow(FOLLOW_rule__XSwitchExpression__Group_2_1_0__0_in_synpred127_InternalEntities21962); rule__XSwitchExpression__Group_2_1_0__0(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred127_InternalEntities // $ANTLR start synpred140_InternalEntities public final void synpred140_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13262:2: ( rule__XFeatureCall__Group_3__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13262:2: rule__XFeatureCall__Group_3__0 { pushFollow(FOLLOW_rule__XFeatureCall__Group_3__0_in_synpred140_InternalEntities26856); rule__XFeatureCall__Group_3__0(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred140_InternalEntities // $ANTLR start synpred141_InternalEntities public final void synpred141_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13290:2: ( rule__XFeatureCall__FeatureCallArgumentsAssignment_4 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13290:2: rule__XFeatureCall__FeatureCallArgumentsAssignment_4 { pushFollow(FOLLOW_rule__XFeatureCall__FeatureCallArgumentsAssignment_4_in_synpred141_InternalEntities26914); rule__XFeatureCall__FeatureCallArgumentsAssignment_4(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred141_InternalEntities // $ANTLR start synpred145_InternalEntities public final void synpred145_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13828:2: ( rule__XConstructorCall__Group_3__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13828:2: rule__XConstructorCall__Group_3__0 { pushFollow(FOLLOW_rule__XConstructorCall__Group_3__0_in_synpred145_InternalEntities27972); rule__XConstructorCall__Group_3__0(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred145_InternalEntities // $ANTLR start synpred146_InternalEntities public final void synpred146_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13857:2: ( rule__XConstructorCall__Group_4__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13857:2: rule__XConstructorCall__Group_4__0 { pushFollow(FOLLOW_rule__XConstructorCall__Group_4__0_in_synpred146_InternalEntities28033); rule__XConstructorCall__Group_4__0(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred146_InternalEntities // $ANTLR start synpred147_InternalEntities public final void synpred147_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13885:2: ( rule__XConstructorCall__ArgumentsAssignment_5 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:13885:2: rule__XConstructorCall__ArgumentsAssignment_5 { pushFollow(FOLLOW_rule__XConstructorCall__ArgumentsAssignment_5_in_synpred147_InternalEntities28091); rule__XConstructorCall__ArgumentsAssignment_5(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred147_InternalEntities // $ANTLR start synpred152_InternalEntities public final void synpred152_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14938:2: ( rule__XReturnExpression__ExpressionAssignment_2 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:14938:2: rule__XReturnExpression__ExpressionAssignment_2 { pushFollow(FOLLOW_rule__XReturnExpression__ExpressionAssignment_2_in_synpred152_InternalEntities30143); rule__XReturnExpression__ExpressionAssignment_2(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred152_InternalEntities // $ANTLR start synpred153_InternalEntities public final void synpred153_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15106:2: ( rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15106:2: rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0 { pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0_in_synpred153_InternalEntities30472); rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred153_InternalEntities // $ANTLR start synpred154_InternalEntities public final void synpred154_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15135:2: ( rule__XTryCatchFinallyExpression__Group_3_0_1__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15135:2: rule__XTryCatchFinallyExpression__Group_3_0_1__0 { pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__Group_3_0_1__0_in_synpred154_InternalEntities30532); rule__XTryCatchFinallyExpression__Group_3_0_1__0(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred154_InternalEntities // $ANTLR start synpred155_InternalEntities public final void synpred155_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15735:2: ( rule__QualifiedName__Group_1__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15735:2: rule__QualifiedName__Group_1__0 { pushFollow(FOLLOW_rule__QualifiedName__Group_1__0_in_synpred155_InternalEntities31710); rule__QualifiedName__Group_1__0(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred155_InternalEntities // $ANTLR start synpred157_InternalEntities public final void synpred157_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15984:2: ( rule__JvmTypeReference__Group_0_1__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:15984:2: rule__JvmTypeReference__Group_0_1__0 { pushFollow(FOLLOW_rule__JvmTypeReference__Group_0_1__0_in_synpred157_InternalEntities32201); rule__JvmTypeReference__Group_0_1__0(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred157_InternalEntities // $ANTLR start synpred161_InternalEntities public final void synpred161_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16517:2: ( rule__JvmParameterizedTypeReference__Group_1__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16517:2: rule__JvmParameterizedTypeReference__Group_1__0 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1__0_in_synpred161_InternalEntities33247); rule__JvmParameterizedTypeReference__Group_1__0(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred161_InternalEntities // $ANTLR start synpred163_InternalEntities public final void synpred163_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16669:2: ( rule__JvmParameterizedTypeReference__Group_1_4__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16669:2: rule__JvmParameterizedTypeReference__Group_1_4__0 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4__0_in_synpred163_InternalEntities33556); rule__JvmParameterizedTypeReference__Group_1_4__0(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred163_InternalEntities // $ANTLR start synpred164_InternalEntities public final void synpred164_InternalEntities_fragment() throws RecognitionException { // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16828:2: ( rule__JvmParameterizedTypeReference__Group_1_4_2__0 ) // ../org.example.xbase.entities.ui/src-gen/org/example/xbase/entities/ui/contentassist/antlr/internal/InternalEntities.g:16828:2: rule__JvmParameterizedTypeReference__Group_1_4_2__0 { pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_2__0_in_synpred164_InternalEntities33867); rule__JvmParameterizedTypeReference__Group_1_4_2__0(); state._fsp--; if (state.failed) return ; } } // $ANTLR end synpred164_InternalEntities // Delegated rules public final boolean synpred153_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred153_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred124_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred124_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred164_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred164_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred108_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred108_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred100_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred100_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred40_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred40_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred102_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred102_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred109_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred109_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred146_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred146_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred49_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred49_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred154_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred154_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred103_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred103_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred163_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred163_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred117_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred117_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred106_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred106_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred27_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred27_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred73_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred73_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred99_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred99_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred104_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred104_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred127_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred127_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred152_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred152_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred161_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred161_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred66_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred66_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred105_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred105_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred140_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred140_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred67_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred67_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred145_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred145_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred48_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred48_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred155_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred155_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred147_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred147_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred98_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred98_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred101_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred101_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred97_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred97_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred141_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred141_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred95_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred95_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred26_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred26_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred157_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred157_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred62_InternalEntities() { state.backtracking++; int start = input.mark(); try { synpred62_InternalEntities_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } protected DFA8 dfa8 = new DFA8(this); protected DFA16 dfa16 = new DFA16(this); protected DFA19 dfa19 = new DFA19(this); protected DFA20 dfa20 = new DFA20(this); protected DFA23 dfa23 = new DFA23(this); protected DFA28 dfa28 = new DFA28(this); protected DFA31 dfa31 = new DFA31(this); protected DFA40 dfa40 = new DFA40(this); protected DFA52 dfa52 = new DFA52(this); protected DFA58 dfa58 = new DFA58(this); protected DFA65 dfa65 = new DFA65(this); protected DFA66 dfa66 = new DFA66(this); protected DFA74 dfa74 = new DFA74(this); protected DFA84 dfa84 = new DFA84(this); protected DFA97 dfa97 = new DFA97(this); protected DFA98 dfa98 = new DFA98(this); protected DFA102 dfa102 = new DFA102(this); protected DFA103 dfa103 = new DFA103(this); protected DFA104 dfa104 = new DFA104(this); protected DFA109 dfa109 = new DFA109(this); protected DFA118 dfa118 = new DFA118(this); protected DFA121 dfa121 = new DFA121(this); static final String DFA8_eotS = "\13\uffff"; static final String DFA8_eofS = "\13\uffff"; static final String DFA8_minS = "\1\32\2\uffff\1\32\7\uffff"; static final String DFA8_maxS = "\1\41\2\uffff\1\36\7\uffff"; static final String DFA8_acceptS = "\1\uffff\1\1\1\2\1\uffff\1\4\1\5\1\7\1\10\1\11\1\6\1\3"; static final String DFA8_specialS = "\13\uffff}>"; static final String[] DFA8_transitionS = { "\1\3\1\6\1\1\1\2\1\4\1\5\1\7\1\10", "", "", "\1\11\3\uffff\1\12", "", "", "", "", "", "", "" }; static final short[] DFA8_eot = DFA.unpackEncodedString(DFA8_eotS); static final short[] DFA8_eof = DFA.unpackEncodedString(DFA8_eofS); static final char[] DFA8_min = DFA.unpackEncodedStringToUnsignedChars(DFA8_minS); static final char[] DFA8_max = DFA.unpackEncodedStringToUnsignedChars(DFA8_maxS); static final short[] DFA8_accept = DFA.unpackEncodedString(DFA8_acceptS); static final short[] DFA8_special = DFA.unpackEncodedString(DFA8_specialS); static final short[][] DFA8_transition; static { int numStates = DFA8_transitionS.length; DFA8_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA8_transition[i] = DFA.unpackEncodedString(DFA8_transitionS[i]); } } class DFA8 extends DFA { public DFA8(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 8; this.eot = DFA8_eot; this.eof = DFA8_eof; this.min = DFA8_min; this.max = DFA8_max; this.accept = DFA8_accept; this.special = DFA8_special; this.transition = DFA8_transition; } public String getDescription() { return "2521:1: rule__OpOther__Alternatives : ( ( '->' ) | ( '..<' ) | ( ( rule__OpOther__Group_2__0 ) ) | ( '..' ) | ( '=>' ) | ( ( rule__OpOther__Group_5__0 ) ) | ( ( rule__OpOther__Group_6__0 ) ) | ( '<>' ) | ( '?:' ) );"; } } static final String DFA16_eotS = "\12\uffff"; static final String DFA16_eofS = "\4\uffff\5\3\1\uffff"; static final String DFA16_minS = "\1\53\2\4\1\uffff\5\4\1\uffff"; static final String DFA16_maxS = "\1\126\2\61\1\uffff\5\131\1\uffff"; static final String DFA16_acceptS = "\3\uffff\1\2\5\uffff\1\1"; static final String DFA16_specialS = "\12\uffff}>"; static final String[] DFA16_transitionS = { "\1\1\51\uffff\1\2\1\3", "\1\4\26\uffff\1\3\21\uffff\1\5\1\6\1\7\1\10\1\3", "\1\4\26\uffff\1\3\21\uffff\1\5\1\6\1\7\1\10\1\3", "", "\5\3\4\uffff\1\11\45\3\1\uffff\2\3\1\uffff\1\3\1\uffff\32\3\2\uffff\2\3\1\uffff\2\3", "\5\3\4\uffff\1\11\45\3\1\uffff\2\3\1\uffff\1\3\1\uffff\32\3\2\uffff\2\3\1\uffff\2\3", "\5\3\4\uffff\1\11\45\3\1\uffff\2\3\1\uffff\1\3\1\uffff\32\3\2\uffff\2\3\1\uffff\2\3", "\5\3\4\uffff\1\11\45\3\1\uffff\2\3\1\uffff\1\3\1\uffff\32\3\2\uffff\2\3\1\uffff\2\3", "\5\3\4\uffff\1\11\45\3\1\uffff\2\3\1\uffff\1\3\1\uffff\32\3\2\uffff\2\3\1\uffff\2\3", "" }; static final short[] DFA16_eot = DFA.unpackEncodedString(DFA16_eotS); static final short[] DFA16_eof = DFA.unpackEncodedString(DFA16_eofS); static final char[] DFA16_min = DFA.unpackEncodedStringToUnsignedChars(DFA16_minS); static final char[] DFA16_max = DFA.unpackEncodedStringToUnsignedChars(DFA16_maxS); static final short[] DFA16_accept = DFA.unpackEncodedString(DFA16_acceptS); static final short[] DFA16_special = DFA.unpackEncodedString(DFA16_specialS); static final short[][] DFA16_transition; static { int numStates = DFA16_transitionS.length; DFA16_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA16_transition[i] = DFA.unpackEncodedString(DFA16_transitionS[i]); } } class DFA16 extends DFA { public DFA16(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 16; this.eot = DFA16_eot; this.eof = DFA16_eof; this.min = DFA16_min; this.max = DFA16_max; this.accept = DFA16_accept; this.special = DFA16_special; this.transition = DFA16_transition; } public String getDescription() { return "2803:1: rule__XMemberFeatureCall__Alternatives_1 : ( ( ( rule__XMemberFeatureCall__Group_1_0__0 ) ) | ( ( rule__XMemberFeatureCall__Group_1_1__0 ) ) );"; } } static final String DFA19_eotS = "\43\uffff"; static final String DFA19_eofS = "\43\uffff"; static final String DFA19_minS = "\1\4\2\0\40\uffff"; static final String DFA19_maxS = "\1\131\2\0\40\uffff"; static final String DFA19_acceptS = "\3\uffff\1\1\1\uffff\1\2\35\uffff"; static final String DFA19_specialS = "\1\uffff\1\0\1\1\40\uffff}>"; static final String[] DFA19_transitionS = { "\1\1\4\5\22\uffff\1\5\3\uffff\1\3\2\uffff\2\5\4\uffff\1\5\4\uffff\6\5\1\uffff\1\5\4\uffff\1\2\4\uffff\2\5\1\uffff\1\5\1\uffff\1\5\3\uffff\11\5\1\uffff\1\5\5\uffff\1\3\1\uffff\1\5", "\1\uffff", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA19_eot = DFA.unpackEncodedString(DFA19_eotS); static final short[] DFA19_eof = DFA.unpackEncodedString(DFA19_eofS); static final char[] DFA19_min = DFA.unpackEncodedStringToUnsignedChars(DFA19_minS); static final char[] DFA19_max = DFA.unpackEncodedStringToUnsignedChars(DFA19_maxS); static final short[] DFA19_accept = DFA.unpackEncodedString(DFA19_acceptS); static final short[] DFA19_special = DFA.unpackEncodedString(DFA19_specialS); static final short[][] DFA19_transition; static { int numStates = DFA19_transitionS.length; DFA19_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA19_transition[i] = DFA.unpackEncodedString(DFA19_transitionS[i]); } } class DFA19 extends DFA { public DFA19(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 19; this.eot = DFA19_eot; this.eof = DFA19_eof; this.min = DFA19_min; this.max = DFA19_max; this.accept = DFA19_accept; this.special = DFA19_special; this.transition = DFA19_transition; } public String getDescription() { return "2879:1: rule__XMemberFeatureCall__Alternatives_1_1_3_1 : ( ( ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_0 ) ) | ( ( rule__XMemberFeatureCall__Group_1_1_3_1_1__0 ) ) );"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA19_1 = input.LA(1); int index19_1 = input.index(); input.rewind(); s = -1; if ( (synpred40_InternalEntities()) ) {s = 3;} else if ( (true) ) {s = 5;} input.seek(index19_1); if ( s>=0 ) return s; break; case 1 : int LA19_2 = input.LA(1); int index19_2 = input.index(); input.rewind(); s = -1; if ( (synpred40_InternalEntities()) ) {s = 3;} else if ( (true) ) {s = 5;} input.seek(index19_2); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 19, _s, input); error(nvae); throw nvae; } } static final String DFA20_eotS = "\40\uffff"; static final String DFA20_eofS = "\40\uffff"; static final String DFA20_minS = "\1\4\26\uffff\1\0\10\uffff"; static final String DFA20_maxS = "\1\131\26\uffff\1\0\10\uffff"; static final String DFA20_acceptS = "\1\uffff\1\1\1\2\1\3\1\4\1\5\6\uffff\1\6\11\uffff\1\7\1\uffff\1\12\1\13\1\14\1\15\1\16\1\17\1\10\1\11"; static final String DFA20_specialS = "\27\uffff\1\0\10\uffff}>"; static final String[] DFA20_transitionS = { "\1\5\4\14\22\uffff\1\5\21\uffff\5\5\1\14\1\uffff\1\2\4\uffff\1\35\4\uffff\2\14\1\uffff\1\26\1\uffff\1\3\3\uffff\1\27\1\30\1\31\1\1\2\14\1\32\1\33\1\34\1\uffff\1\4\7\uffff\1\14", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "\1\uffff", "", "", "", "", "", "", "", "" }; static final short[] DFA20_eot = DFA.unpackEncodedString(DFA20_eotS); static final short[] DFA20_eof = DFA.unpackEncodedString(DFA20_eofS); static final char[] DFA20_min = DFA.unpackEncodedStringToUnsignedChars(DFA20_minS); static final char[] DFA20_max = DFA.unpackEncodedStringToUnsignedChars(DFA20_maxS); static final short[] DFA20_accept = DFA.unpackEncodedString(DFA20_acceptS); static final short[] DFA20_special = DFA.unpackEncodedString(DFA20_specialS); static final short[][] DFA20_transition; static { int numStates = DFA20_transitionS.length; DFA20_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA20_transition[i] = DFA.unpackEncodedString(DFA20_transitionS[i]); } } class DFA20 extends DFA { public DFA20(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 20; this.eot = DFA20_eot; this.eof = DFA20_eof; this.min = DFA20_min; this.max = DFA20_max; this.accept = DFA20_accept; this.special = DFA20_special; this.transition = DFA20_transition; } public String getDescription() { return "2901:1: rule__XPrimaryExpression__Alternatives : ( ( ruleXConstructorCall ) | ( ruleXBlockExpression ) | ( ruleXSwitchExpression ) | ( ( ruleXSynchronizedExpression ) ) | ( ruleXFeatureCall ) | ( ruleXLiteral ) | ( ruleXIfExpression ) | ( ( ruleXForLoopExpression ) ) | ( ruleXBasicForLoopExpression ) | ( ruleXWhileExpression ) | ( ruleXDoWhileExpression ) | ( ruleXThrowExpression ) | ( ruleXReturnExpression ) | ( ruleXTryCatchFinallyExpression ) | ( ruleXParenthesizedExpression ) );"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA20_23 = input.LA(1); int index20_23 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalEntities()) ) {s = 30;} else if ( (synpred49_InternalEntities()) ) {s = 31;} input.seek(index20_23); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 20, _s, input); error(nvae); throw nvae; } } static final String DFA23_eotS = "\43\uffff"; static final String DFA23_eofS = "\43\uffff"; static final String DFA23_minS = "\1\4\1\0\41\uffff"; static final String DFA23_maxS = "\1\131\1\0\41\uffff"; static final String DFA23_acceptS = "\2\uffff\1\2\37\uffff\1\1"; static final String DFA23_specialS = "\1\uffff\1\0\41\uffff}>"; static final String[] DFA23_transitionS = { "\5\2\22\uffff\1\2\3\uffff\1\2\2\uffff\2\2\4\uffff\1\2\4\uffff\6\2\1\uffff\1\2\4\uffff\1\1\4\uffff\2\2\1\uffff\1\2\1\uffff\1\2\3\uffff\11\2\1\uffff\1\2\7\uffff\1\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA23_eot = DFA.unpackEncodedString(DFA23_eotS); static final short[] DFA23_eof = DFA.unpackEncodedString(DFA23_eofS); static final char[] DFA23_min = DFA.unpackEncodedStringToUnsignedChars(DFA23_minS); static final char[] DFA23_max = DFA.unpackEncodedStringToUnsignedChars(DFA23_maxS); static final short[] DFA23_accept = DFA.unpackEncodedString(DFA23_acceptS); static final short[] DFA23_special = DFA.unpackEncodedString(DFA23_specialS); static final short[][] DFA23_transition; static { int numStates = DFA23_transitionS.length; DFA23_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA23_transition[i] = DFA.unpackEncodedString(DFA23_transitionS[i]); } } class DFA23 extends DFA { public DFA23(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 23; this.eot = DFA23_eot; this.eof = DFA23_eof; this.min = DFA23_min; this.max = DFA23_max; this.accept = DFA23_accept; this.special = DFA23_special; this.transition = DFA23_transition; } public String getDescription() { return "3075:1: rule__XSwitchExpression__Alternatives_2 : ( ( ( rule__XSwitchExpression__Group_2_0__0 ) ) | ( ( rule__XSwitchExpression__Group_2_1__0 ) ) );"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA23_1 = input.LA(1); int index23_1 = input.index(); input.rewind(); s = -1; if ( (synpred62_InternalEntities()) ) {s = 34;} else if ( (true) ) {s = 2;} input.seek(index23_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 23, _s, input); error(nvae); throw nvae; } } static final String DFA28_eotS = "\43\uffff"; static final String DFA28_eofS = "\43\uffff"; static final String DFA28_minS = "\1\4\2\0\40\uffff"; static final String DFA28_maxS = "\1\131\2\0\40\uffff"; static final String DFA28_acceptS = "\3\uffff\1\1\1\uffff\1\2\35\uffff"; static final String DFA28_specialS = "\1\uffff\1\0\1\1\40\uffff}>"; static final String[] DFA28_transitionS = { "\1\1\4\5\22\uffff\1\5\3\uffff\1\3\2\uffff\2\5\4\uffff\1\5\4\uffff\6\5\1\uffff\1\5\4\uffff\1\2\4\uffff\2\5\1\uffff\1\5\1\uffff\1\5\3\uffff\11\5\1\uffff\1\5\5\uffff\1\3\1\uffff\1\5", "\1\uffff", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA28_eot = DFA.unpackEncodedString(DFA28_eotS); static final short[] DFA28_eof = DFA.unpackEncodedString(DFA28_eofS); static final char[] DFA28_min = DFA.unpackEncodedStringToUnsignedChars(DFA28_minS); static final char[] DFA28_max = DFA.unpackEncodedStringToUnsignedChars(DFA28_maxS); static final short[] DFA28_accept = DFA.unpackEncodedString(DFA28_acceptS); static final short[] DFA28_special = DFA.unpackEncodedString(DFA28_specialS); static final short[][] DFA28_transition; static { int numStates = DFA28_transitionS.length; DFA28_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA28_transition[i] = DFA.unpackEncodedString(DFA28_transitionS[i]); } } class DFA28 extends DFA { public DFA28(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 28; this.eot = DFA28_eot; this.eof = DFA28_eof; this.min = DFA28_min; this.max = DFA28_max; this.accept = DFA28_accept; this.special = DFA28_special; this.transition = DFA28_transition; } public String getDescription() { return "3187:1: rule__XFeatureCall__Alternatives_3_1 : ( ( ( rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_0 ) ) | ( ( rule__XFeatureCall__Group_3_1_1__0 ) ) );"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA28_1 = input.LA(1); int index28_1 = input.index(); input.rewind(); s = -1; if ( (synpred67_InternalEntities()) ) {s = 3;} else if ( (true) ) {s = 5;} input.seek(index28_1); if ( s>=0 ) return s; break; case 1 : int LA28_2 = input.LA(1); int index28_2 = input.index(); input.rewind(); s = -1; if ( (synpred67_InternalEntities()) ) {s = 3;} else if ( (true) ) {s = 5;} input.seek(index28_2); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 28, _s, input); error(nvae); throw nvae; } } static final String DFA31_eotS = "\43\uffff"; static final String DFA31_eofS = "\43\uffff"; static final String DFA31_minS = "\1\4\2\0\40\uffff"; static final String DFA31_maxS = "\1\131\2\0\40\uffff"; static final String DFA31_acceptS = "\3\uffff\1\1\1\uffff\1\2\35\uffff"; static final String DFA31_specialS = "\1\uffff\1\0\1\1\40\uffff}>"; static final String[] DFA31_transitionS = { "\1\1\4\5\22\uffff\1\5\3\uffff\1\3\2\uffff\2\5\4\uffff\1\5\4\uffff\6\5\1\uffff\1\5\4\uffff\1\2\4\uffff\2\5\1\uffff\1\5\1\uffff\1\5\3\uffff\11\5\1\uffff\1\5\5\uffff\1\3\1\uffff\1\5", "\1\uffff", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA31_eot = DFA.unpackEncodedString(DFA31_eotS); static final short[] DFA31_eof = DFA.unpackEncodedString(DFA31_eofS); static final char[] DFA31_min = DFA.unpackEncodedStringToUnsignedChars(DFA31_minS); static final char[] DFA31_max = DFA.unpackEncodedStringToUnsignedChars(DFA31_maxS); static final short[] DFA31_accept = DFA.unpackEncodedString(DFA31_acceptS); static final short[] DFA31_special = DFA.unpackEncodedString(DFA31_specialS); static final short[][] DFA31_transition; static { int numStates = DFA31_transitionS.length; DFA31_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA31_transition[i] = DFA.unpackEncodedString(DFA31_transitionS[i]); } } class DFA31 extends DFA { public DFA31(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 31; this.eot = DFA31_eot; this.eof = DFA31_eof; this.min = DFA31_min; this.max = DFA31_max; this.accept = DFA31_accept; this.special = DFA31_special; this.transition = DFA31_transition; } public String getDescription() { return "3281:1: rule__XConstructorCall__Alternatives_4_1 : ( ( ( rule__XConstructorCall__ArgumentsAssignment_4_1_0 ) ) | ( ( rule__XConstructorCall__Group_4_1_1__0 ) ) );"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA31_1 = input.LA(1); int index31_1 = input.index(); input.rewind(); s = -1; if ( (synpred73_InternalEntities()) ) {s = 3;} else if ( (true) ) {s = 5;} input.seek(index31_1); if ( s>=0 ) return s; break; case 1 : int LA31_2 = input.LA(1); int index31_2 = input.index(); input.rewind(); s = -1; if ( (synpred73_InternalEntities()) ) {s = 3;} else if ( (true) ) {s = 5;} input.seek(index31_2); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 31, _s, input); error(nvae); throw nvae; } } static final String DFA40_eotS = "\7\uffff"; static final String DFA40_eofS = "\2\uffff\1\4\2\uffff\1\4\1\uffff"; static final String DFA40_minS = "\1\4\1\uffff\1\53\1\4\1\uffff\1\53\1\uffff"; static final String DFA40_maxS = "\1\56\1\uffff\1\67\1\44\1\uffff\1\67\1\uffff"; static final String DFA40_acceptS = "\1\uffff\1\1\2\uffff\1\2\1\uffff\1\3"; static final String DFA40_specialS = "\7\uffff}>"; static final String[] DFA40_transitionS = { "\1\2\51\uffff\1\1", "", "\1\3\3\uffff\1\4\3\uffff\1\4\3\uffff\1\4", "\1\5\37\uffff\1\6", "", "\1\3\3\uffff\1\4\3\uffff\1\4\3\uffff\1\4", "" }; static final short[] DFA40_eot = DFA.unpackEncodedString(DFA40_eotS); static final short[] DFA40_eof = DFA.unpackEncodedString(DFA40_eofS); static final char[] DFA40_min = DFA.unpackEncodedStringToUnsignedChars(DFA40_minS); static final char[] DFA40_max = DFA.unpackEncodedStringToUnsignedChars(DFA40_maxS); static final short[] DFA40_accept = DFA.unpackEncodedString(DFA40_acceptS); static final short[] DFA40_special = DFA.unpackEncodedString(DFA40_specialS); static final short[][] DFA40_transition; static { int numStates = DFA40_transitionS.length; DFA40_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA40_transition[i] = DFA.unpackEncodedString(DFA40_transitionS[i]); } } class DFA40 extends DFA { public DFA40(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 40; this.eot = DFA40_eot; this.eof = DFA40_eof; this.min = DFA40_min; this.max = DFA40_max; this.accept = DFA40_accept; this.special = DFA40_special; this.transition = DFA40_transition; } public String getDescription() { return "3481:1: rule__XImportDeclaration__Alternatives_1 : ( ( ( rule__XImportDeclaration__Group_1_0__0 ) ) | ( ( rule__XImportDeclaration__ImportedTypeAssignment_1_1 ) ) | ( ( rule__XImportDeclaration__ImportedNamespaceAssignment_1_2 ) ) );"; } } static final String DFA52_eotS = "\12\uffff"; static final String DFA52_eofS = "\1\10\11\uffff"; static final String DFA52_minS = "\1\4\7\0\2\uffff"; static final String DFA52_maxS = "\1\131\7\0\2\uffff"; static final String DFA52_acceptS = "\10\uffff\1\2\1\1"; static final String DFA52_specialS = "\1\uffff\1\4\1\2\1\1\1\3\1\6\1\0\1\5\2\uffff}>"; static final String[] DFA52_transitionS = { "\5\10\5\uffff\2\10\1\1\1\2\1\3\1\4\1\5\5\10\1\7\1\6\27\10\1\uffff\2\10\1\uffff\1\10\1\uffff\32\10\2\uffff\2\10\1\uffff\2\10", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "", "" }; static final short[] DFA52_eot = DFA.unpackEncodedString(DFA52_eotS); static final short[] DFA52_eof = DFA.unpackEncodedString(DFA52_eofS); static final char[] DFA52_min = DFA.unpackEncodedStringToUnsignedChars(DFA52_minS); static final char[] DFA52_max = DFA.unpackEncodedStringToUnsignedChars(DFA52_maxS); static final short[] DFA52_accept = DFA.unpackEncodedString(DFA52_acceptS); static final short[] DFA52_special = DFA.unpackEncodedString(DFA52_specialS); static final short[][] DFA52_transition; static { int numStates = DFA52_transitionS.length; DFA52_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA52_transition[i] = DFA.unpackEncodedString(DFA52_transitionS[i]); } } class DFA52 extends DFA { public DFA52(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 52; this.eot = DFA52_eot; this.eof = DFA52_eof; this.min = DFA52_min; this.max = DFA52_max; this.accept = DFA52_accept; this.special = DFA52_special; this.transition = DFA52_transition; } public String getDescription() { return "4618:1: ( rule__XAssignment__Group_1_1__0 )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA52_6 = input.LA(1); int index52_6 = input.index(); input.rewind(); s = -1; if ( (synpred95_InternalEntities()) ) {s = 9;} else if ( (true) ) {s = 8;} input.seek(index52_6); if ( s>=0 ) return s; break; case 1 : int LA52_3 = input.LA(1); int index52_3 = input.index(); input.rewind(); s = -1; if ( (synpred95_InternalEntities()) ) {s = 9;} else if ( (true) ) {s = 8;} input.seek(index52_3); if ( s>=0 ) return s; break; case 2 : int LA52_2 = input.LA(1); int index52_2 = input.index(); input.rewind(); s = -1; if ( (synpred95_InternalEntities()) ) {s = 9;} else if ( (true) ) {s = 8;} input.seek(index52_2); if ( s>=0 ) return s; break; case 3 : int LA52_4 = input.LA(1); int index52_4 = input.index(); input.rewind(); s = -1; if ( (synpred95_InternalEntities()) ) {s = 9;} else if ( (true) ) {s = 8;} input.seek(index52_4); if ( s>=0 ) return s; break; case 4 : int LA52_1 = input.LA(1); int index52_1 = input.index(); input.rewind(); s = -1; if ( (synpred95_InternalEntities()) ) {s = 9;} else if ( (true) ) {s = 8;} input.seek(index52_1); if ( s>=0 ) return s; break; case 5 : int LA52_7 = input.LA(1); int index52_7 = input.index(); input.rewind(); s = -1; if ( (synpred95_InternalEntities()) ) {s = 9;} else if ( (true) ) {s = 8;} input.seek(index52_7); if ( s>=0 ) return s; break; case 6 : int LA52_5 = input.LA(1); int index52_5 = input.index(); input.rewind(); s = -1; if ( (synpred95_InternalEntities()) ) {s = 9;} else if ( (true) ) {s = 8;} input.seek(index52_5); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 52, _s, input); error(nvae); throw nvae; } } static final String DFA58_eotS = "\13\uffff"; static final String DFA58_eofS = "\1\1\12\uffff"; static final String DFA58_minS = "\1\4\1\uffff\10\0\1\uffff"; static final String DFA58_maxS = "\1\131\1\uffff\10\0\1\uffff"; static final String DFA58_acceptS = "\1\uffff\1\2\10\uffff\1\1"; static final String DFA58_specialS = "\2\uffff\1\1\1\2\1\4\1\0\1\7\1\6\1\3\1\5\1\uffff}>"; static final String[] DFA58_transitionS = { "\5\1\5\uffff\14\1\1\3\1\2\1\4\1\5\1\6\1\7\1\10\1\11\21\1\1\uffff\2\1\1\uffff\1\1\1\uffff\32\1\2\uffff\2\1\1\uffff\2\1", "", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "" }; static final short[] DFA58_eot = DFA.unpackEncodedString(DFA58_eotS); static final short[] DFA58_eof = DFA.unpackEncodedString(DFA58_eofS); static final char[] DFA58_min = DFA.unpackEncodedStringToUnsignedChars(DFA58_minS); static final char[] DFA58_max = DFA.unpackEncodedStringToUnsignedChars(DFA58_maxS); static final short[] DFA58_accept = DFA.unpackEncodedString(DFA58_acceptS); static final short[] DFA58_special = DFA.unpackEncodedString(DFA58_specialS); static final short[][] DFA58_transition; static { int numStates = DFA58_transitionS.length; DFA58_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA58_transition[i] = DFA.unpackEncodedString(DFA58_transitionS[i]); } } class DFA58 extends DFA { public DFA58(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 58; this.eot = DFA58_eot; this.eof = DFA58_eof; this.min = DFA58_min; this.max = DFA58_max; this.accept = DFA58_accept; this.special = DFA58_special; this.transition = DFA58_transition; } public String getDescription() { return "()* loopback of 6110:1: ( rule__XOtherOperatorExpression__Group_1__0 )*"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA58_5 = input.LA(1); int index58_5 = input.index(); input.rewind(); s = -1; if ( (synpred101_InternalEntities()) ) {s = 10;} else if ( (true) ) {s = 1;} input.seek(index58_5); if ( s>=0 ) return s; break; case 1 : int LA58_2 = input.LA(1); int index58_2 = input.index(); input.rewind(); s = -1; if ( (synpred101_InternalEntities()) ) {s = 10;} else if ( (true) ) {s = 1;} input.seek(index58_2); if ( s>=0 ) return s; break; case 2 : int LA58_3 = input.LA(1); int index58_3 = input.index(); input.rewind(); s = -1; if ( (synpred101_InternalEntities()) ) {s = 10;} else if ( (true) ) {s = 1;} input.seek(index58_3); if ( s>=0 ) return s; break; case 3 : int LA58_8 = input.LA(1); int index58_8 = input.index(); input.rewind(); s = -1; if ( (synpred101_InternalEntities()) ) {s = 10;} else if ( (true) ) {s = 1;} input.seek(index58_8); if ( s>=0 ) return s; break; case 4 : int LA58_4 = input.LA(1); int index58_4 = input.index(); input.rewind(); s = -1; if ( (synpred101_InternalEntities()) ) {s = 10;} else if ( (true) ) {s = 1;} input.seek(index58_4); if ( s>=0 ) return s; break; case 5 : int LA58_9 = input.LA(1); int index58_9 = input.index(); input.rewind(); s = -1; if ( (synpred101_InternalEntities()) ) {s = 10;} else if ( (true) ) {s = 1;} input.seek(index58_9); if ( s>=0 ) return s; break; case 6 : int LA58_7 = input.LA(1); int index58_7 = input.index(); input.rewind(); s = -1; if ( (synpred101_InternalEntities()) ) {s = 10;} else if ( (true) ) {s = 1;} input.seek(index58_7); if ( s>=0 ) return s; break; case 7 : int LA58_6 = input.LA(1); int index58_6 = input.index(); input.rewind(); s = -1; if ( (synpred101_InternalEntities()) ) {s = 10;} else if ( (true) ) {s = 1;} input.seek(index58_6); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 58, _s, input); error(nvae); throw nvae; } } static final String DFA65_eotS = "\116\uffff"; static final String DFA65_eofS = "\1\2\115\uffff"; static final String DFA65_minS = "\1\4\1\0\114\uffff"; static final String DFA65_maxS = "\1\131\1\0\114\uffff"; static final String DFA65_acceptS = "\2\uffff\1\2\112\uffff\1\1"; static final String DFA65_specialS = "\1\uffff\1\0\114\uffff}>"; static final String[] DFA65_transitionS = { "\5\2\5\uffff\45\2\1\uffff\2\2\1\uffff\1\2\1\uffff\1\1\31\2\2\uffff\2\2\1\uffff\2\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA65_eot = DFA.unpackEncodedString(DFA65_eotS); static final short[] DFA65_eof = DFA.unpackEncodedString(DFA65_eofS); static final char[] DFA65_min = DFA.unpackEncodedStringToUnsignedChars(DFA65_minS); static final char[] DFA65_max = DFA.unpackEncodedStringToUnsignedChars(DFA65_maxS); static final short[] DFA65_accept = DFA.unpackEncodedString(DFA65_acceptS); static final short[] DFA65_special = DFA.unpackEncodedString(DFA65_specialS); static final short[][] DFA65_transition; static { int numStates = DFA65_transitionS.length; DFA65_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA65_transition[i] = DFA.unpackEncodedString(DFA65_transitionS[i]); } } class DFA65 extends DFA { public DFA65(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 65; this.eot = DFA65_eot; this.eof = DFA65_eof; this.min = DFA65_min; this.max = DFA65_max; this.accept = DFA65_accept; this.special = DFA65_special; this.transition = DFA65_transition; } public String getDescription() { return "7937:1: ( rule__XMemberFeatureCall__Group_1_1_3__0 )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA65_1 = input.LA(1); int index65_1 = input.index(); input.rewind(); s = -1; if ( (synpred108_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 2;} input.seek(index65_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 65, _s, input); error(nvae); throw nvae; } } static final String DFA66_eotS = "\116\uffff"; static final String DFA66_eofS = "\1\2\115\uffff"; static final String DFA66_minS = "\1\4\1\0\114\uffff"; static final String DFA66_maxS = "\1\131\1\0\114\uffff"; static final String DFA66_acceptS = "\2\uffff\1\2\112\uffff\1\1"; static final String DFA66_specialS = "\1\uffff\1\0\114\uffff}>"; static final String[] DFA66_transitionS = { "\5\2\5\uffff\45\2\1\uffff\2\2\1\uffff\1\2\1\uffff\6\2\1\1\23\2\2\uffff\2\2\1\uffff\2\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA66_eot = DFA.unpackEncodedString(DFA66_eotS); static final short[] DFA66_eof = DFA.unpackEncodedString(DFA66_eofS); static final char[] DFA66_min = DFA.unpackEncodedStringToUnsignedChars(DFA66_minS); static final char[] DFA66_max = DFA.unpackEncodedStringToUnsignedChars(DFA66_maxS); static final short[] DFA66_accept = DFA.unpackEncodedString(DFA66_acceptS); static final short[] DFA66_special = DFA.unpackEncodedString(DFA66_specialS); static final short[][] DFA66_transition; static { int numStates = DFA66_transitionS.length; DFA66_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA66_transition[i] = DFA.unpackEncodedString(DFA66_transitionS[i]); } } class DFA66 extends DFA { public DFA66(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 66; this.eot = DFA66_eot; this.eof = DFA66_eof; this.min = DFA66_min; this.max = DFA66_max; this.accept = DFA66_accept; this.special = DFA66_special; this.transition = DFA66_transition; } public String getDescription() { return "7965:1: ( rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_4 )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA66_1 = input.LA(1); int index66_1 = input.index(); input.rewind(); s = -1; if ( (synpred109_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 2;} input.seek(index66_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 66, _s, input); error(nvae); throw nvae; } } static final String DFA74_eotS = "\46\uffff"; static final String DFA74_eofS = "\46\uffff"; static final String DFA74_minS = "\1\4\2\0\43\uffff"; static final String DFA74_maxS = "\1\131\2\0\43\uffff"; static final String DFA74_acceptS = "\3\uffff\1\1\1\uffff\1\2\40\uffff"; static final String DFA74_specialS = "\1\uffff\1\0\1\1\43\uffff}>"; static final String[] DFA74_transitionS = { "\1\1\4\5\22\uffff\1\5\3\uffff\1\3\2\uffff\2\5\4\uffff\1\5\3\uffff\7\5\1\uffff\1\5\4\uffff\1\2\4\uffff\4\5\1\uffff\1\5\3\uffff\11\5\1\uffff\1\5\5\uffff\1\3\2\5", "\1\uffff", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA74_eot = DFA.unpackEncodedString(DFA74_eotS); static final short[] DFA74_eof = DFA.unpackEncodedString(DFA74_eofS); static final char[] DFA74_min = DFA.unpackEncodedStringToUnsignedChars(DFA74_minS); static final char[] DFA74_max = DFA.unpackEncodedStringToUnsignedChars(DFA74_maxS); static final short[] DFA74_accept = DFA.unpackEncodedString(DFA74_acceptS); static final short[] DFA74_special = DFA.unpackEncodedString(DFA74_specialS); static final short[][] DFA74_transition; static { int numStates = DFA74_transitionS.length; DFA74_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA74_transition[i] = DFA.unpackEncodedString(DFA74_transitionS[i]); } } class DFA74 extends DFA { public DFA74(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 74; this.eot = DFA74_eot; this.eof = DFA74_eof; this.min = DFA74_min; this.max = DFA74_max; this.accept = DFA74_accept; this.special = DFA74_special; this.transition = DFA74_transition; } public String getDescription() { return "9106:1: ( rule__XClosure__Group_1__0 )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA74_1 = input.LA(1); int index74_1 = input.index(); input.rewind(); s = -1; if ( (synpred117_InternalEntities()) ) {s = 3;} else if ( (true) ) {s = 5;} input.seek(index74_1); if ( s>=0 ) return s; break; case 1 : int LA74_2 = input.LA(1); int index74_2 = input.index(); input.rewind(); s = -1; if ( (synpred117_InternalEntities()) ) {s = 3;} else if ( (true) ) {s = 5;} input.seek(index74_2); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 74, _s, input); error(nvae); throw nvae; } } static final String DFA84_eotS = "\42\uffff"; static final String DFA84_eofS = "\42\uffff"; static final String DFA84_minS = "\1\4\2\0\37\uffff"; static final String DFA84_maxS = "\1\131\2\0\37\uffff"; static final String DFA84_acceptS = "\3\uffff\1\1\1\2\35\uffff"; static final String DFA84_specialS = "\1\uffff\1\0\1\1\37\uffff}>"; static final String[] DFA84_transitionS = { "\1\1\4\4\22\uffff\1\4\3\uffff\1\3\2\uffff\2\4\4\uffff\1\4\4\uffff\6\4\1\uffff\1\4\4\uffff\1\2\4\uffff\2\4\1\uffff\1\4\1\uffff\1\4\3\uffff\11\4\1\uffff\1\4\7\uffff\1\4", "\1\uffff", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA84_eot = DFA.unpackEncodedString(DFA84_eotS); static final short[] DFA84_eof = DFA.unpackEncodedString(DFA84_eofS); static final char[] DFA84_min = DFA.unpackEncodedStringToUnsignedChars(DFA84_minS); static final char[] DFA84_max = DFA.unpackEncodedStringToUnsignedChars(DFA84_maxS); static final short[] DFA84_accept = DFA.unpackEncodedString(DFA84_acceptS); static final short[] DFA84_special = DFA.unpackEncodedString(DFA84_specialS); static final short[][] DFA84_transition; static { int numStates = DFA84_transitionS.length; DFA84_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA84_transition[i] = DFA.unpackEncodedString(DFA84_transitionS[i]); } } class DFA84 extends DFA { public DFA84(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 84; this.eot = DFA84_eot; this.eof = DFA84_eof; this.min = DFA84_min; this.max = DFA84_max; this.accept = DFA84_accept; this.special = DFA84_special; this.transition = DFA84_transition; } public String getDescription() { return "10774:1: ( rule__XSwitchExpression__Group_2_1_0__0 )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA84_1 = input.LA(1); int index84_1 = input.index(); input.rewind(); s = -1; if ( (synpred127_InternalEntities()) ) {s = 3;} else if ( (true) ) {s = 4;} input.seek(index84_1); if ( s>=0 ) return s; break; case 1 : int LA84_2 = input.LA(1); int index84_2 = input.index(); input.rewind(); s = -1; if ( (synpred127_InternalEntities()) ) {s = 3;} else if ( (true) ) {s = 4;} input.seek(index84_2); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 84, _s, input); error(nvae); throw nvae; } } static final String DFA97_eotS = "\116\uffff"; static final String DFA97_eofS = "\1\2\115\uffff"; static final String DFA97_minS = "\1\4\1\0\114\uffff"; static final String DFA97_maxS = "\1\131\1\0\114\uffff"; static final String DFA97_acceptS = "\2\uffff\1\2\112\uffff\1\1"; static final String DFA97_specialS = "\1\uffff\1\0\114\uffff}>"; static final String[] DFA97_transitionS = { "\5\2\5\uffff\45\2\1\uffff\2\2\1\uffff\1\2\1\uffff\1\1\31\2\2\uffff\2\2\1\uffff\2\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA97_eot = DFA.unpackEncodedString(DFA97_eotS); static final short[] DFA97_eof = DFA.unpackEncodedString(DFA97_eofS); static final char[] DFA97_min = DFA.unpackEncodedStringToUnsignedChars(DFA97_minS); static final char[] DFA97_max = DFA.unpackEncodedStringToUnsignedChars(DFA97_maxS); static final short[] DFA97_accept = DFA.unpackEncodedString(DFA97_acceptS); static final short[] DFA97_special = DFA.unpackEncodedString(DFA97_specialS); static final short[][] DFA97_transition; static { int numStates = DFA97_transitionS.length; DFA97_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA97_transition[i] = DFA.unpackEncodedString(DFA97_transitionS[i]); } } class DFA97 extends DFA { public DFA97(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 97; this.eot = DFA97_eot; this.eof = DFA97_eof; this.min = DFA97_min; this.max = DFA97_max; this.accept = DFA97_accept; this.special = DFA97_special; this.transition = DFA97_transition; } public String getDescription() { return "13262:1: ( rule__XFeatureCall__Group_3__0 )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA97_1 = input.LA(1); int index97_1 = input.index(); input.rewind(); s = -1; if ( (synpred140_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 2;} input.seek(index97_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 97, _s, input); error(nvae); throw nvae; } } static final String DFA98_eotS = "\116\uffff"; static final String DFA98_eofS = "\1\2\115\uffff"; static final String DFA98_minS = "\1\4\1\0\114\uffff"; static final String DFA98_maxS = "\1\131\1\0\114\uffff"; static final String DFA98_acceptS = "\2\uffff\1\2\112\uffff\1\1"; static final String DFA98_specialS = "\1\uffff\1\0\114\uffff}>"; static final String[] DFA98_transitionS = { "\5\2\5\uffff\45\2\1\uffff\2\2\1\uffff\1\2\1\uffff\6\2\1\1\23\2\2\uffff\2\2\1\uffff\2\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA98_eot = DFA.unpackEncodedString(DFA98_eotS); static final short[] DFA98_eof = DFA.unpackEncodedString(DFA98_eofS); static final char[] DFA98_min = DFA.unpackEncodedStringToUnsignedChars(DFA98_minS); static final char[] DFA98_max = DFA.unpackEncodedStringToUnsignedChars(DFA98_maxS); static final short[] DFA98_accept = DFA.unpackEncodedString(DFA98_acceptS); static final short[] DFA98_special = DFA.unpackEncodedString(DFA98_specialS); static final short[][] DFA98_transition; static { int numStates = DFA98_transitionS.length; DFA98_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA98_transition[i] = DFA.unpackEncodedString(DFA98_transitionS[i]); } } class DFA98 extends DFA { public DFA98(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 98; this.eot = DFA98_eot; this.eof = DFA98_eof; this.min = DFA98_min; this.max = DFA98_max; this.accept = DFA98_accept; this.special = DFA98_special; this.transition = DFA98_transition; } public String getDescription() { return "13290:1: ( rule__XFeatureCall__FeatureCallArgumentsAssignment_4 )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA98_1 = input.LA(1); int index98_1 = input.index(); input.rewind(); s = -1; if ( (synpred141_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 2;} input.seek(index98_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 98, _s, input); error(nvae); throw nvae; } } static final String DFA102_eotS = "\116\uffff"; static final String DFA102_eofS = "\1\2\115\uffff"; static final String DFA102_minS = "\1\4\1\0\114\uffff"; static final String DFA102_maxS = "\1\131\1\0\114\uffff"; static final String DFA102_acceptS = "\2\uffff\1\2\112\uffff\1\1"; static final String DFA102_specialS = "\1\uffff\1\0\114\uffff}>"; static final String[] DFA102_transitionS = { "\5\2\5\uffff\15\2\1\1\27\2\1\uffff\2\2\1\uffff\1\2\1\uffff\32\2\2\uffff\2\2\1\uffff\2\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA102_eot = DFA.unpackEncodedString(DFA102_eotS); static final short[] DFA102_eof = DFA.unpackEncodedString(DFA102_eofS); static final char[] DFA102_min = DFA.unpackEncodedStringToUnsignedChars(DFA102_minS); static final char[] DFA102_max = DFA.unpackEncodedStringToUnsignedChars(DFA102_maxS); static final short[] DFA102_accept = DFA.unpackEncodedString(DFA102_acceptS); static final short[] DFA102_special = DFA.unpackEncodedString(DFA102_specialS); static final short[][] DFA102_transition; static { int numStates = DFA102_transitionS.length; DFA102_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA102_transition[i] = DFA.unpackEncodedString(DFA102_transitionS[i]); } } class DFA102 extends DFA { public DFA102(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 102; this.eot = DFA102_eot; this.eof = DFA102_eof; this.min = DFA102_min; this.max = DFA102_max; this.accept = DFA102_accept; this.special = DFA102_special; this.transition = DFA102_transition; } public String getDescription() { return "13828:1: ( rule__XConstructorCall__Group_3__0 )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA102_1 = input.LA(1); int index102_1 = input.index(); input.rewind(); s = -1; if ( (synpred145_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 2;} input.seek(index102_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 102, _s, input); error(nvae); throw nvae; } } static final String DFA103_eotS = "\116\uffff"; static final String DFA103_eofS = "\1\2\115\uffff"; static final String DFA103_minS = "\1\4\1\0\114\uffff"; static final String DFA103_maxS = "\1\131\1\0\114\uffff"; static final String DFA103_acceptS = "\2\uffff\1\2\112\uffff\1\1"; static final String DFA103_specialS = "\1\uffff\1\0\114\uffff}>"; static final String[] DFA103_transitionS = { "\5\2\5\uffff\45\2\1\uffff\2\2\1\uffff\1\2\1\uffff\1\1\31\2\2\uffff\2\2\1\uffff\2\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA103_eot = DFA.unpackEncodedString(DFA103_eotS); static final short[] DFA103_eof = DFA.unpackEncodedString(DFA103_eofS); static final char[] DFA103_min = DFA.unpackEncodedStringToUnsignedChars(DFA103_minS); static final char[] DFA103_max = DFA.unpackEncodedStringToUnsignedChars(DFA103_maxS); static final short[] DFA103_accept = DFA.unpackEncodedString(DFA103_acceptS); static final short[] DFA103_special = DFA.unpackEncodedString(DFA103_specialS); static final short[][] DFA103_transition; static { int numStates = DFA103_transitionS.length; DFA103_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA103_transition[i] = DFA.unpackEncodedString(DFA103_transitionS[i]); } } class DFA103 extends DFA { public DFA103(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 103; this.eot = DFA103_eot; this.eof = DFA103_eof; this.min = DFA103_min; this.max = DFA103_max; this.accept = DFA103_accept; this.special = DFA103_special; this.transition = DFA103_transition; } public String getDescription() { return "13857:1: ( rule__XConstructorCall__Group_4__0 )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA103_1 = input.LA(1); int index103_1 = input.index(); input.rewind(); s = -1; if ( (synpred146_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 2;} input.seek(index103_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 103, _s, input); error(nvae); throw nvae; } } static final String DFA104_eotS = "\116\uffff"; static final String DFA104_eofS = "\1\2\115\uffff"; static final String DFA104_minS = "\1\4\1\0\114\uffff"; static final String DFA104_maxS = "\1\131\1\0\114\uffff"; static final String DFA104_acceptS = "\2\uffff\1\2\112\uffff\1\1"; static final String DFA104_specialS = "\1\uffff\1\0\114\uffff}>"; static final String[] DFA104_transitionS = { "\5\2\5\uffff\45\2\1\uffff\2\2\1\uffff\1\2\1\uffff\6\2\1\1\23\2\2\uffff\2\2\1\uffff\2\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA104_eot = DFA.unpackEncodedString(DFA104_eotS); static final short[] DFA104_eof = DFA.unpackEncodedString(DFA104_eofS); static final char[] DFA104_min = DFA.unpackEncodedStringToUnsignedChars(DFA104_minS); static final char[] DFA104_max = DFA.unpackEncodedStringToUnsignedChars(DFA104_maxS); static final short[] DFA104_accept = DFA.unpackEncodedString(DFA104_acceptS); static final short[] DFA104_special = DFA.unpackEncodedString(DFA104_specialS); static final short[][] DFA104_transition; static { int numStates = DFA104_transitionS.length; DFA104_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA104_transition[i] = DFA.unpackEncodedString(DFA104_transitionS[i]); } } class DFA104 extends DFA { public DFA104(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 104; this.eot = DFA104_eot; this.eof = DFA104_eof; this.min = DFA104_min; this.max = DFA104_max; this.accept = DFA104_accept; this.special = DFA104_special; this.transition = DFA104_transition; } public String getDescription() { return "13885:1: ( rule__XConstructorCall__ArgumentsAssignment_5 )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA104_1 = input.LA(1); int index104_1 = input.index(); input.rewind(); s = -1; if ( (synpred147_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 2;} input.seek(index104_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 104, _s, input); error(nvae); throw nvae; } } static final String DFA109_eotS = "\116\uffff"; static final String DFA109_eofS = "\1\41\115\uffff"; static final String DFA109_minS = "\1\4\40\0\55\uffff"; static final String DFA109_maxS = "\1\131\40\0\55\uffff"; static final String DFA109_acceptS = "\41\uffff\1\2\53\uffff\1\1"; static final String DFA109_specialS = "\1\uffff\1\0\1\1\1\2\1\3\1\4\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\1\22\1\23\1\24\1\25\1\26\1\27\1\30\1\31\1\32\1\33\1\34\1\35\1\36\1\37\55\uffff}>"; static final String[] DFA109_transitionS = { "\1\1\1\23\1\24\1\25\1\27\5\uffff\15\41\1\15\6\41\1\10\1\7\4\41\1\6\4\41\1\2\1\3\1\4\1\5\1\16\1\21\1\uffff\1\12\1\41\1\uffff\1\41\1\uffff\1\40\4\41\1\17\1\20\1\41\1\31\1\41\1\13\3\41\1\32\1\33\1\34\1\11\1\26\1\30\1\35\1\36\1\37\1\41\1\14\1\41\2\uffff\2\41\1\uffff\1\41\1\22", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA109_eot = DFA.unpackEncodedString(DFA109_eotS); static final short[] DFA109_eof = DFA.unpackEncodedString(DFA109_eofS); static final char[] DFA109_min = DFA.unpackEncodedStringToUnsignedChars(DFA109_minS); static final char[] DFA109_max = DFA.unpackEncodedStringToUnsignedChars(DFA109_maxS); static final short[] DFA109_accept = DFA.unpackEncodedString(DFA109_acceptS); static final short[] DFA109_special = DFA.unpackEncodedString(DFA109_specialS); static final short[][] DFA109_transition; static { int numStates = DFA109_transitionS.length; DFA109_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA109_transition[i] = DFA.unpackEncodedString(DFA109_transitionS[i]); } } class DFA109 extends DFA { public DFA109(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 109; this.eot = DFA109_eot; this.eof = DFA109_eof; this.min = DFA109_min; this.max = DFA109_max; this.accept = DFA109_accept; this.special = DFA109_special; this.transition = DFA109_transition; } public String getDescription() { return "14938:1: ( rule__XReturnExpression__ExpressionAssignment_2 )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA109_1 = input.LA(1); int index109_1 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_1); if ( s>=0 ) return s; break; case 1 : int LA109_2 = input.LA(1); int index109_2 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_2); if ( s>=0 ) return s; break; case 2 : int LA109_3 = input.LA(1); int index109_3 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_3); if ( s>=0 ) return s; break; case 3 : int LA109_4 = input.LA(1); int index109_4 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_4); if ( s>=0 ) return s; break; case 4 : int LA109_5 = input.LA(1); int index109_5 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_5); if ( s>=0 ) return s; break; case 5 : int LA109_6 = input.LA(1); int index109_6 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_6); if ( s>=0 ) return s; break; case 6 : int LA109_7 = input.LA(1); int index109_7 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_7); if ( s>=0 ) return s; break; case 7 : int LA109_8 = input.LA(1); int index109_8 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_8); if ( s>=0 ) return s; break; case 8 : int LA109_9 = input.LA(1); int index109_9 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_9); if ( s>=0 ) return s; break; case 9 : int LA109_10 = input.LA(1); int index109_10 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_10); if ( s>=0 ) return s; break; case 10 : int LA109_11 = input.LA(1); int index109_11 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_11); if ( s>=0 ) return s; break; case 11 : int LA109_12 = input.LA(1); int index109_12 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_12); if ( s>=0 ) return s; break; case 12 : int LA109_13 = input.LA(1); int index109_13 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_13); if ( s>=0 ) return s; break; case 13 : int LA109_14 = input.LA(1); int index109_14 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_14); if ( s>=0 ) return s; break; case 14 : int LA109_15 = input.LA(1); int index109_15 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_15); if ( s>=0 ) return s; break; case 15 : int LA109_16 = input.LA(1); int index109_16 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_16); if ( s>=0 ) return s; break; case 16 : int LA109_17 = input.LA(1); int index109_17 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_17); if ( s>=0 ) return s; break; case 17 : int LA109_18 = input.LA(1); int index109_18 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_18); if ( s>=0 ) return s; break; case 18 : int LA109_19 = input.LA(1); int index109_19 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_19); if ( s>=0 ) return s; break; case 19 : int LA109_20 = input.LA(1); int index109_20 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_20); if ( s>=0 ) return s; break; case 20 : int LA109_21 = input.LA(1); int index109_21 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_21); if ( s>=0 ) return s; break; case 21 : int LA109_22 = input.LA(1); int index109_22 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_22); if ( s>=0 ) return s; break; case 22 : int LA109_23 = input.LA(1); int index109_23 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_23); if ( s>=0 ) return s; break; case 23 : int LA109_24 = input.LA(1); int index109_24 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_24); if ( s>=0 ) return s; break; case 24 : int LA109_25 = input.LA(1); int index109_25 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_25); if ( s>=0 ) return s; break; case 25 : int LA109_26 = input.LA(1); int index109_26 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_26); if ( s>=0 ) return s; break; case 26 : int LA109_27 = input.LA(1); int index109_27 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_27); if ( s>=0 ) return s; break; case 27 : int LA109_28 = input.LA(1); int index109_28 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_28); if ( s>=0 ) return s; break; case 28 : int LA109_29 = input.LA(1); int index109_29 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_29); if ( s>=0 ) return s; break; case 29 : int LA109_30 = input.LA(1); int index109_30 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_30); if ( s>=0 ) return s; break; case 30 : int LA109_31 = input.LA(1); int index109_31 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_31); if ( s>=0 ) return s; break; case 31 : int LA109_32 = input.LA(1); int index109_32 = input.index(); input.rewind(); s = -1; if ( (synpred152_InternalEntities()) ) {s = 77;} else if ( (true) ) {s = 33;} input.seek(index109_32); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 109, _s, input); error(nvae); throw nvae; } } static final String DFA118_eotS = "\117\uffff"; static final String DFA118_eofS = "\1\2\116\uffff"; static final String DFA118_minS = "\1\4\1\0\115\uffff"; static final String DFA118_maxS = "\1\131\1\0\115\uffff"; static final String DFA118_acceptS = "\2\uffff\1\2\113\uffff\1\1"; static final String DFA118_specialS = "\1\uffff\1\0\115\uffff}>"; static final String[] DFA118_transitionS = { "\5\2\5\uffff\15\2\1\1\27\2\1\uffff\2\2\1\uffff\1\2\1\uffff\32\2\1\uffff\3\2\1\uffff\2\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA118_eot = DFA.unpackEncodedString(DFA118_eotS); static final short[] DFA118_eof = DFA.unpackEncodedString(DFA118_eofS); static final char[] DFA118_min = DFA.unpackEncodedStringToUnsignedChars(DFA118_minS); static final char[] DFA118_max = DFA.unpackEncodedStringToUnsignedChars(DFA118_maxS); static final short[] DFA118_accept = DFA.unpackEncodedString(DFA118_acceptS); static final short[] DFA118_special = DFA.unpackEncodedString(DFA118_specialS); static final short[][] DFA118_transition; static { int numStates = DFA118_transitionS.length; DFA118_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA118_transition[i] = DFA.unpackEncodedString(DFA118_transitionS[i]); } } class DFA118 extends DFA { public DFA118(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 118; this.eot = DFA118_eot; this.eof = DFA118_eof; this.min = DFA118_min; this.max = DFA118_max; this.accept = DFA118_accept; this.special = DFA118_special; this.transition = DFA118_transition; } public String getDescription() { return "16517:1: ( rule__JvmParameterizedTypeReference__Group_1__0 )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA118_1 = input.LA(1); int index118_1 = input.index(); input.rewind(); s = -1; if ( (synpred161_InternalEntities()) ) {s = 78;} else if ( (true) ) {s = 2;} input.seek(index118_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 118, _s, input); error(nvae); throw nvae; } } static final String DFA121_eotS = "\117\uffff"; static final String DFA121_eofS = "\1\2\116\uffff"; static final String DFA121_minS = "\1\4\1\0\115\uffff"; static final String DFA121_maxS = "\1\131\1\0\115\uffff"; static final String DFA121_acceptS = "\2\uffff\1\2\113\uffff\1\1"; static final String DFA121_specialS = "\1\uffff\1\0\115\uffff}>"; static final String[] DFA121_transitionS = { "\5\2\5\uffff\15\2\1\1\27\2\1\uffff\2\2\1\uffff\1\2\1\uffff\32\2\1\uffff\3\2\1\uffff\2\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA121_eot = DFA.unpackEncodedString(DFA121_eotS); static final short[] DFA121_eof = DFA.unpackEncodedString(DFA121_eofS); static final char[] DFA121_min = DFA.unpackEncodedStringToUnsignedChars(DFA121_minS); static final char[] DFA121_max = DFA.unpackEncodedStringToUnsignedChars(DFA121_maxS); static final short[] DFA121_accept = DFA.unpackEncodedString(DFA121_acceptS); static final short[] DFA121_special = DFA.unpackEncodedString(DFA121_specialS); static final short[][] DFA121_transition; static { int numStates = DFA121_transitionS.length; DFA121_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA121_transition[i] = DFA.unpackEncodedString(DFA121_transitionS[i]); } } class DFA121 extends DFA { public DFA121(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 121; this.eot = DFA121_eot; this.eof = DFA121_eof; this.min = DFA121_min; this.max = DFA121_max; this.accept = DFA121_accept; this.special = DFA121_special; this.transition = DFA121_transition; } public String getDescription() { return "16828:1: ( rule__JvmParameterizedTypeReference__Group_1_4_2__0 )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA121_1 = input.LA(1); int index121_1 = input.index(); input.rewind(); s = -1; if ( (synpred164_InternalEntities()) ) {s = 78;} else if ( (true) ) {s = 2;} input.seek(index121_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 121, _s, input); error(nvae); throw nvae; } } public static final BitSet FOLLOW_ruleModel_in_entryRuleModel67 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleModel74 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Model__Group__0_in_ruleModel100 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleEntity_in_entryRuleEntity127 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleEntity134 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Entity__Group__0_in_ruleEntity160 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleAttribute_in_entryRuleAttribute187 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleAttribute194 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Attribute__Group__0_in_ruleAttribute220 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOperation_in_entryRuleOperation247 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOperation254 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Operation__Group__0_in_ruleOperation280 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_entryRuleXExpression307 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXExpression314 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAssignment_in_ruleXExpression340 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAssignment_in_entryRuleXAssignment366 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXAssignment373 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAssignment__Alternatives_in_ruleXAssignment399 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpSingleAssign_in_entryRuleOpSingleAssign426 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpSingleAssign433 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_13_in_ruleOpSingleAssign460 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpMultiAssign_in_entryRuleOpMultiAssign488 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpMultiAssign495 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpMultiAssign__Alternatives_in_ruleOpMultiAssign521 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXOrExpression_in_entryRuleXOrExpression548 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXOrExpression555 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XOrExpression__Group__0_in_ruleXOrExpression581 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpOr_in_entryRuleOpOr608 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpOr615 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_14_in_ruleOpOr642 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAndExpression_in_entryRuleXAndExpression670 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXAndExpression677 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAndExpression__Group__0_in_ruleXAndExpression703 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpAnd_in_entryRuleOpAnd730 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpAnd737 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_15_in_ruleOpAnd764 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXEqualityExpression_in_entryRuleXEqualityExpression792 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXEqualityExpression799 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XEqualityExpression__Group__0_in_ruleXEqualityExpression825 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpEquality_in_entryRuleOpEquality852 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpEquality859 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpEquality__Alternatives_in_ruleOpEquality885 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXRelationalExpression_in_entryRuleXRelationalExpression912 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXRelationalExpression919 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XRelationalExpression__Group__0_in_ruleXRelationalExpression945 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpCompare_in_entryRuleOpCompare972 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpCompare979 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpCompare__Alternatives_in_ruleOpCompare1005 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXOtherOperatorExpression_in_entryRuleXOtherOperatorExpression1032 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXOtherOperatorExpression1039 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XOtherOperatorExpression__Group__0_in_ruleXOtherOperatorExpression1065 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpOther_in_entryRuleOpOther1092 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpOther1099 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpOther__Alternatives_in_ruleOpOther1125 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAdditiveExpression_in_entryRuleXAdditiveExpression1152 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXAdditiveExpression1159 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAdditiveExpression__Group__0_in_ruleXAdditiveExpression1185 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpAdd_in_entryRuleOpAdd1212 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpAdd1219 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpAdd__Alternatives_in_ruleOpAdd1245 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXMultiplicativeExpression_in_entryRuleXMultiplicativeExpression1272 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXMultiplicativeExpression1279 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMultiplicativeExpression__Group__0_in_ruleXMultiplicativeExpression1305 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpMulti_in_entryRuleOpMulti1332 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpMulti1339 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpMulti__Alternatives_in_ruleOpMulti1365 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXUnaryOperation_in_entryRuleXUnaryOperation1392 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXUnaryOperation1399 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XUnaryOperation__Alternatives_in_ruleXUnaryOperation1425 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpUnary_in_entryRuleOpUnary1452 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpUnary1459 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpUnary__Alternatives_in_ruleOpUnary1485 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXCastedExpression_in_entryRuleXCastedExpression1512 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXCastedExpression1519 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCastedExpression__Group__0_in_ruleXCastedExpression1545 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXPostfixOperation_in_entryRuleXPostfixOperation1572 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXPostfixOperation1579 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XPostfixOperation__Group__0_in_ruleXPostfixOperation1605 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpPostfix_in_entryRuleOpPostfix1632 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpPostfix1639 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpPostfix__Alternatives_in_ruleOpPostfix1665 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXMemberFeatureCall_in_entryRuleXMemberFeatureCall1692 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXMemberFeatureCall1699 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group__0_in_ruleXMemberFeatureCall1725 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXPrimaryExpression_in_entryRuleXPrimaryExpression1752 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXPrimaryExpression1759 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XPrimaryExpression__Alternatives_in_ruleXPrimaryExpression1785 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXLiteral_in_entryRuleXLiteral1812 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXLiteral1819 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XLiteral__Alternatives_in_ruleXLiteral1845 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXCollectionLiteral_in_entryRuleXCollectionLiteral1872 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXCollectionLiteral1879 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCollectionLiteral__Alternatives_in_ruleXCollectionLiteral1905 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXSetLiteral_in_entryRuleXSetLiteral1932 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXSetLiteral1939 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSetLiteral__Group__0_in_ruleXSetLiteral1965 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXListLiteral_in_entryRuleXListLiteral1992 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXListLiteral1999 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XListLiteral__Group__0_in_ruleXListLiteral2025 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXClosure_in_entryRuleXClosure2052 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXClosure2059 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XClosure__Group__0_in_ruleXClosure2085 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpressionInClosure_in_entryRuleXExpressionInClosure2112 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXExpressionInClosure2119 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XExpressionInClosure__Group__0_in_ruleXExpressionInClosure2145 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXShortClosure_in_entryRuleXShortClosure2172 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXShortClosure2179 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XShortClosure__Group__0_in_ruleXShortClosure2205 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXParenthesizedExpression_in_entryRuleXParenthesizedExpression2232 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXParenthesizedExpression2239 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XParenthesizedExpression__Group__0_in_ruleXParenthesizedExpression2265 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXIfExpression_in_entryRuleXIfExpression2292 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXIfExpression2299 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XIfExpression__Group__0_in_ruleXIfExpression2325 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXSwitchExpression_in_entryRuleXSwitchExpression2352 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXSwitchExpression2359 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group__0_in_ruleXSwitchExpression2385 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXCasePart_in_entryRuleXCasePart2412 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXCasePart2419 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCasePart__Group__0_in_ruleXCasePart2445 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXForLoopExpression_in_entryRuleXForLoopExpression2472 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXForLoopExpression2479 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XForLoopExpression__Group__0_in_ruleXForLoopExpression2505 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXBasicForLoopExpression_in_entryRuleXBasicForLoopExpression2532 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXBasicForLoopExpression2539 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group__0_in_ruleXBasicForLoopExpression2565 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXWhileExpression_in_entryRuleXWhileExpression2592 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXWhileExpression2599 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XWhileExpression__Group__0_in_ruleXWhileExpression2625 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXDoWhileExpression_in_entryRuleXDoWhileExpression2652 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXDoWhileExpression2659 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XDoWhileExpression__Group__0_in_ruleXDoWhileExpression2685 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXBlockExpression_in_entryRuleXBlockExpression2712 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXBlockExpression2719 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBlockExpression__Group__0_in_ruleXBlockExpression2745 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpressionOrVarDeclaration_in_entryRuleXExpressionOrVarDeclaration2772 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXExpressionOrVarDeclaration2779 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XExpressionOrVarDeclaration__Alternatives_in_ruleXExpressionOrVarDeclaration2805 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXVariableDeclaration_in_entryRuleXVariableDeclaration2832 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXVariableDeclaration2839 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XVariableDeclaration__Group__0_in_ruleXVariableDeclaration2865 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_entryRuleJvmFormalParameter2892 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmFormalParameter2899 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmFormalParameter__Group__0_in_ruleJvmFormalParameter2925 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleFullJvmFormalParameter_in_entryRuleFullJvmFormalParameter2952 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleFullJvmFormalParameter2959 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__FullJvmFormalParameter__Group__0_in_ruleFullJvmFormalParameter2985 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXFeatureCall_in_entryRuleXFeatureCall3012 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXFeatureCall3019 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group__0_in_ruleXFeatureCall3045 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleFeatureCallID_in_entryRuleFeatureCallID3072 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleFeatureCallID3079 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__FeatureCallID__Alternatives_in_ruleFeatureCallID3105 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleIdOrSuper_in_entryRuleIdOrSuper3132 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleIdOrSuper3139 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__IdOrSuper__Alternatives_in_ruleIdOrSuper3165 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXConstructorCall_in_entryRuleXConstructorCall3192 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXConstructorCall3199 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group__0_in_ruleXConstructorCall3225 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXBooleanLiteral_in_entryRuleXBooleanLiteral3252 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXBooleanLiteral3259 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBooleanLiteral__Group__0_in_ruleXBooleanLiteral3285 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXNullLiteral_in_entryRuleXNullLiteral3312 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXNullLiteral3319 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XNullLiteral__Group__0_in_ruleXNullLiteral3345 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXNumberLiteral_in_entryRuleXNumberLiteral3372 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXNumberLiteral3379 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XNumberLiteral__Group__0_in_ruleXNumberLiteral3405 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXStringLiteral_in_entryRuleXStringLiteral3432 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXStringLiteral3439 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XStringLiteral__Group__0_in_ruleXStringLiteral3465 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXTypeLiteral_in_entryRuleXTypeLiteral3492 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXTypeLiteral3499 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTypeLiteral__Group__0_in_ruleXTypeLiteral3525 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXThrowExpression_in_entryRuleXThrowExpression3552 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXThrowExpression3559 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XThrowExpression__Group__0_in_ruleXThrowExpression3585 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXReturnExpression_in_entryRuleXReturnExpression3612 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXReturnExpression3619 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XReturnExpression__Group__0_in_ruleXReturnExpression3645 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXTryCatchFinallyExpression_in_entryRuleXTryCatchFinallyExpression3672 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXTryCatchFinallyExpression3679 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__Group__0_in_ruleXTryCatchFinallyExpression3705 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXSynchronizedExpression_in_entryRuleXSynchronizedExpression3732 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXSynchronizedExpression3739 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSynchronizedExpression__Group__0_in_ruleXSynchronizedExpression3765 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXCatchClause_in_entryRuleXCatchClause3792 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXCatchClause3799 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCatchClause__Group__0_in_ruleXCatchClause3825 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleQualifiedName_in_entryRuleQualifiedName3852 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleQualifiedName3859 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__QualifiedName__Group__0_in_ruleQualifiedName3885 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleNumber_in_entryRuleNumber3917 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleNumber3924 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Number__Alternatives_in_ruleNumber3954 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_entryRuleJvmTypeReference3983 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmTypeReference3990 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmTypeReference__Alternatives_in_ruleJvmTypeReference4016 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleArrayBrackets_in_entryRuleArrayBrackets4043 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleArrayBrackets4050 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__ArrayBrackets__Group__0_in_ruleArrayBrackets4076 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXFunctionTypeRef_in_entryRuleXFunctionTypeRef4103 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXFunctionTypeRef4110 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFunctionTypeRef__Group__0_in_ruleXFunctionTypeRef4136 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmParameterizedTypeReference_in_entryRuleJvmParameterizedTypeReference4163 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmParameterizedTypeReference4170 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group__0_in_ruleJvmParameterizedTypeReference4196 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_entryRuleJvmArgumentTypeReference4223 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmArgumentTypeReference4230 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmArgumentTypeReference__Alternatives_in_ruleJvmArgumentTypeReference4256 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmWildcardTypeReference_in_entryRuleJvmWildcardTypeReference4283 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmWildcardTypeReference4290 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmWildcardTypeReference__Group__0_in_ruleJvmWildcardTypeReference4316 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmUpperBound_in_entryRuleJvmUpperBound4343 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmUpperBound4350 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmUpperBound__Group__0_in_ruleJvmUpperBound4376 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmUpperBoundAnded_in_entryRuleJvmUpperBoundAnded4403 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmUpperBoundAnded4410 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmUpperBoundAnded__Group__0_in_ruleJvmUpperBoundAnded4436 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmLowerBound_in_entryRuleJvmLowerBound4463 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmLowerBound4470 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmLowerBound__Group__0_in_ruleJvmLowerBound4496 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmLowerBoundAnded_in_entryRuleJvmLowerBoundAnded4523 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmLowerBoundAnded4530 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmLowerBoundAnded__Group__0_in_ruleJvmLowerBoundAnded4556 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleQualifiedNameWithWildcard_in_entryRuleQualifiedNameWithWildcard4585 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleQualifiedNameWithWildcard4592 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__QualifiedNameWithWildcard__Group__0_in_ruleQualifiedNameWithWildcard4618 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleValidID_in_entryRuleValidID4645 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleValidID4652 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_ID_in_ruleValidID4678 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXImportSection_in_entryRuleXImportSection4704 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXImportSection4711 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XImportSection__ImportDeclarationsAssignment_in_ruleXImportSection4739 = new BitSet(new long[]{0x0000800000000002L}); public static final BitSet FOLLOW_rule__XImportSection__ImportDeclarationsAssignment_in_ruleXImportSection4751 = new BitSet(new long[]{0x0000800000000002L}); public static final BitSet FOLLOW_ruleXImportDeclaration_in_entryRuleXImportDeclaration4781 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXImportDeclaration4788 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XImportDeclaration__Group__0_in_ruleXImportDeclaration4814 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleQualifiedNameInStaticImport_in_entryRuleQualifiedNameInStaticImport4841 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleQualifiedNameInStaticImport4848 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__QualifiedNameInStaticImport__Group__0_in_ruleQualifiedNameInStaticImport4876 = new BitSet(new long[]{0x0000000000000012L}); public static final BitSet FOLLOW_rule__QualifiedNameInStaticImport__Group__0_in_ruleQualifiedNameInStaticImport4888 = new BitSet(new long[]{0x0000000000000012L}); public static final BitSet FOLLOW_rule__XAssignment__Group_0__0_in_rule__XAssignment__Alternatives4927 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAssignment__Group_1__0_in_rule__XAssignment__Alternatives4945 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_16_in_rule__OpMultiAssign__Alternatives4979 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_17_in_rule__OpMultiAssign__Alternatives4999 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_18_in_rule__OpMultiAssign__Alternatives5019 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_19_in_rule__OpMultiAssign__Alternatives5039 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_20_in_rule__OpMultiAssign__Alternatives5059 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpMultiAssign__Group_5__0_in_rule__OpMultiAssign__Alternatives5078 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpMultiAssign__Group_6__0_in_rule__OpMultiAssign__Alternatives5096 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_21_in_rule__OpEquality__Alternatives5130 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_22_in_rule__OpEquality__Alternatives5150 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_23_in_rule__OpEquality__Alternatives5170 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_24_in_rule__OpEquality__Alternatives5190 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XRelationalExpression__Group_1_0__0_in_rule__XRelationalExpression__Alternatives_15224 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XRelationalExpression__Group_1_1__0_in_rule__XRelationalExpression__Alternatives_15242 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_25_in_rule__OpCompare__Alternatives5276 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpCompare__Group_1__0_in_rule__OpCompare__Alternatives5295 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_26_in_rule__OpCompare__Alternatives5314 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_27_in_rule__OpCompare__Alternatives5334 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_28_in_rule__OpOther__Alternatives5369 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_29_in_rule__OpOther__Alternatives5389 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpOther__Group_2__0_in_rule__OpOther__Alternatives5408 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_30_in_rule__OpOther__Alternatives5427 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_31_in_rule__OpOther__Alternatives5447 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpOther__Group_5__0_in_rule__OpOther__Alternatives5466 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpOther__Group_6__0_in_rule__OpOther__Alternatives5484 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_32_in_rule__OpOther__Alternatives5503 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_33_in_rule__OpOther__Alternatives5523 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpOther__Group_5_1_0__0_in_rule__OpOther__Alternatives_5_15557 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_26_in_rule__OpOther__Alternatives_5_15576 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpOther__Group_6_1_0__0_in_rule__OpOther__Alternatives_6_15610 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_27_in_rule__OpOther__Alternatives_6_15629 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_31_in_rule__OpOther__Alternatives_6_15649 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_34_in_rule__OpAdd__Alternatives5684 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_35_in_rule__OpAdd__Alternatives5704 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_36_in_rule__OpMulti__Alternatives5739 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_37_in_rule__OpMulti__Alternatives5759 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_38_in_rule__OpMulti__Alternatives5779 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_39_in_rule__OpMulti__Alternatives5799 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XUnaryOperation__Group_0__0_in_rule__XUnaryOperation__Alternatives5833 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXCastedExpression_in_rule__XUnaryOperation__Alternatives5851 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_40_in_rule__OpUnary__Alternatives5884 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_35_in_rule__OpUnary__Alternatives5904 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_34_in_rule__OpUnary__Alternatives5924 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_41_in_rule__OpPostfix__Alternatives5959 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_42_in_rule__OpPostfix__Alternatives5979 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_0__0_in_rule__XMemberFeatureCall__Alternatives_16013 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1__0_in_rule__XMemberFeatureCall__Alternatives_16031 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_43_in_rule__XMemberFeatureCall__Alternatives_1_0_0_0_16065 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_1_in_rule__XMemberFeatureCall__Alternatives_1_0_0_0_16084 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_43_in_rule__XMemberFeatureCall__Alternatives_1_1_0_0_16118 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__NullSafeAssignment_1_1_0_0_1_1_in_rule__XMemberFeatureCall__Alternatives_1_1_0_0_16137 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__ExplicitStaticAssignment_1_1_0_0_1_2_in_rule__XMemberFeatureCall__Alternatives_1_1_0_0_16155 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_0_in_rule__XMemberFeatureCall__Alternatives_1_1_3_16188 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_3_1_1__0_in_rule__XMemberFeatureCall__Alternatives_1_1_3_16206 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXConstructorCall_in_rule__XPrimaryExpression__Alternatives6239 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXBlockExpression_in_rule__XPrimaryExpression__Alternatives6256 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXSwitchExpression_in_rule__XPrimaryExpression__Alternatives6273 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXSynchronizedExpression_in_rule__XPrimaryExpression__Alternatives6291 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXFeatureCall_in_rule__XPrimaryExpression__Alternatives6309 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXLiteral_in_rule__XPrimaryExpression__Alternatives6326 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXIfExpression_in_rule__XPrimaryExpression__Alternatives6343 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXForLoopExpression_in_rule__XPrimaryExpression__Alternatives6361 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXBasicForLoopExpression_in_rule__XPrimaryExpression__Alternatives6379 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXWhileExpression_in_rule__XPrimaryExpression__Alternatives6396 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXDoWhileExpression_in_rule__XPrimaryExpression__Alternatives6413 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXThrowExpression_in_rule__XPrimaryExpression__Alternatives6430 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXReturnExpression_in_rule__XPrimaryExpression__Alternatives6447 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXTryCatchFinallyExpression_in_rule__XPrimaryExpression__Alternatives6464 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXParenthesizedExpression_in_rule__XPrimaryExpression__Alternatives6481 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXCollectionLiteral_in_rule__XLiteral__Alternatives6513 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXClosure_in_rule__XLiteral__Alternatives6531 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXBooleanLiteral_in_rule__XLiteral__Alternatives6549 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXNumberLiteral_in_rule__XLiteral__Alternatives6566 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXNullLiteral_in_rule__XLiteral__Alternatives6583 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXStringLiteral_in_rule__XLiteral__Alternatives6600 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXTypeLiteral_in_rule__XLiteral__Alternatives6617 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXSetLiteral_in_rule__XCollectionLiteral__Alternatives6649 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXListLiteral_in_rule__XCollectionLiteral__Alternatives6666 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_2_0__0_in_rule__XSwitchExpression__Alternatives_26698 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_2_1__0_in_rule__XSwitchExpression__Alternatives_26716 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCasePart__Group_3_0__0_in_rule__XCasePart__Alternatives_36749 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCasePart__FallThroughAssignment_3_1_in_rule__XCasePart__Alternatives_36767 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXVariableDeclaration_in_rule__XExpressionOrVarDeclaration__Alternatives6800 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XExpressionOrVarDeclaration__Alternatives6817 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XVariableDeclaration__WriteableAssignment_1_0_in_rule__XVariableDeclaration__Alternatives_16849 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_44_in_rule__XVariableDeclaration__Alternatives_16868 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XVariableDeclaration__Group_2_0__0_in_rule__XVariableDeclaration__Alternatives_26902 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XVariableDeclaration__NameAssignment_2_1_in_rule__XVariableDeclaration__Alternatives_26920 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_0_in_rule__XFeatureCall__Alternatives_3_16953 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group_3_1_1__0_in_rule__XFeatureCall__Alternatives_3_16971 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleValidID_in_rule__FeatureCallID__Alternatives7004 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_45_in_rule__FeatureCallID__Alternatives7022 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_46_in_rule__FeatureCallID__Alternatives7042 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_47_in_rule__FeatureCallID__Alternatives7062 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_48_in_rule__FeatureCallID__Alternatives7082 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleFeatureCallID_in_rule__IdOrSuper__Alternatives7116 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_49_in_rule__IdOrSuper__Alternatives7134 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__ArgumentsAssignment_4_1_0_in_rule__XConstructorCall__Alternatives_4_17168 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_4_1_1__0_in_rule__XConstructorCall__Alternatives_4_17186 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_50_in_rule__XBooleanLiteral__Alternatives_17220 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBooleanLiteral__IsTrueAssignment_1_1_in_rule__XBooleanLiteral__Alternatives_17239 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__Group_3_0__0_in_rule__XTryCatchFinallyExpression__Alternatives_37272 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__Group_3_1__0_in_rule__XTryCatchFinallyExpression__Alternatives_37290 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_HEX_in_rule__Number__Alternatives7323 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Number__Group_1__0_in_rule__Number__Alternatives7340 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_INT_in_rule__Number__Alternatives_1_07373 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_DECIMAL_in_rule__Number__Alternatives_1_07390 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_INT_in_rule__Number__Alternatives_1_1_17422 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_DECIMAL_in_rule__Number__Alternatives_1_1_17439 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmTypeReference__Group_0__0_in_rule__JvmTypeReference__Alternatives7471 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXFunctionTypeRef_in_rule__JvmTypeReference__Alternatives7489 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_rule__JvmArgumentTypeReference__Alternatives7521 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmWildcardTypeReference_in_rule__JvmArgumentTypeReference__Alternatives7538 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmWildcardTypeReference__Group_2_0__0_in_rule__JvmWildcardTypeReference__Alternatives_27570 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmWildcardTypeReference__Group_2_1__0_in_rule__JvmWildcardTypeReference__Alternatives_27588 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XImportDeclaration__Group_1_0__0_in_rule__XImportDeclaration__Alternatives_17621 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XImportDeclaration__ImportedTypeAssignment_1_1_in_rule__XImportDeclaration__Alternatives_17639 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XImportDeclaration__ImportedNamespaceAssignment_1_2_in_rule__XImportDeclaration__Alternatives_17657 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XImportDeclaration__WildcardAssignment_1_0_3_0_in_rule__XImportDeclaration__Alternatives_1_0_37690 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XImportDeclaration__MemberNameAssignment_1_0_3_1_in_rule__XImportDeclaration__Alternatives_1_0_37708 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Model__Group__0__Impl_in_rule__Model__Group__07739 = new BitSet(new long[]{0x0008000000000000L}); public static final BitSet FOLLOW_rule__Model__Group__1_in_rule__Model__Group__07742 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Model__ImportSectionAssignment_0_in_rule__Model__Group__0__Impl7769 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Model__Group__1__Impl_in_rule__Model__Group__17800 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Model__EntitiesAssignment_1_in_rule__Model__Group__1__Impl7827 = new BitSet(new long[]{0x0008000000000002L}); public static final BitSet FOLLOW_rule__Entity__Group__0__Impl_in_rule__Entity__Group__07862 = new BitSet(new long[]{0x0000000000000010L}); public static final BitSet FOLLOW_rule__Entity__Group__1_in_rule__Entity__Group__07865 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_51_in_rule__Entity__Group__0__Impl7893 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Entity__Group__1__Impl_in_rule__Entity__Group__17924 = new BitSet(new long[]{0x0010200000000000L}); public static final BitSet FOLLOW_rule__Entity__Group__2_in_rule__Entity__Group__17927 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Entity__NameAssignment_1_in_rule__Entity__Group__1__Impl7954 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Entity__Group__2__Impl_in_rule__Entity__Group__27984 = new BitSet(new long[]{0x0010200000000000L}); public static final BitSet FOLLOW_rule__Entity__Group__3_in_rule__Entity__Group__27987 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Entity__Group_2__0_in_rule__Entity__Group__2__Impl8014 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Entity__Group__3__Impl_in_rule__Entity__Group__38045 = new BitSet(new long[]{0x0160000000000000L}); public static final BitSet FOLLOW_rule__Entity__Group__4_in_rule__Entity__Group__38048 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_52_in_rule__Entity__Group__3__Impl8076 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Entity__Group__4__Impl_in_rule__Entity__Group__48107 = new BitSet(new long[]{0x0160000000000000L}); public static final BitSet FOLLOW_rule__Entity__Group__5_in_rule__Entity__Group__48110 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Entity__AttributesAssignment_4_in_rule__Entity__Group__4__Impl8137 = new BitSet(new long[]{0x0040000000000002L}); public static final BitSet FOLLOW_rule__Entity__Group__5__Impl_in_rule__Entity__Group__58168 = new BitSet(new long[]{0x0160000000000000L}); public static final BitSet FOLLOW_rule__Entity__Group__6_in_rule__Entity__Group__58171 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Entity__OperationsAssignment_5_in_rule__Entity__Group__5__Impl8198 = new BitSet(new long[]{0x0100000000000002L}); public static final BitSet FOLLOW_rule__Entity__Group__6__Impl_in_rule__Entity__Group__68229 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_53_in_rule__Entity__Group__6__Impl8257 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Entity__Group_2__0__Impl_in_rule__Entity__Group_2__08302 = new BitSet(new long[]{0x0000000000000010L}); public static final BitSet FOLLOW_rule__Entity__Group_2__1_in_rule__Entity__Group_2__08305 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_45_in_rule__Entity__Group_2__0__Impl8333 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Entity__Group_2__1__Impl_in_rule__Entity__Group_2__18364 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Entity__SuperTypeAssignment_2_1_in_rule__Entity__Group_2__1__Impl8391 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Attribute__Group__0__Impl_in_rule__Attribute__Group__08425 = new BitSet(new long[]{0x0200000080000010L}); public static final BitSet FOLLOW_rule__Attribute__Group__1_in_rule__Attribute__Group__08428 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_54_in_rule__Attribute__Group__0__Impl8456 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Attribute__Group__1__Impl_in_rule__Attribute__Group__18487 = new BitSet(new long[]{0x0200000080000010L}); public static final BitSet FOLLOW_rule__Attribute__Group__2_in_rule__Attribute__Group__18490 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Attribute__TypeAssignment_1_in_rule__Attribute__Group__1__Impl8517 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Attribute__Group__2__Impl_in_rule__Attribute__Group__28548 = new BitSet(new long[]{0x0080000000002000L}); public static final BitSet FOLLOW_rule__Attribute__Group__3_in_rule__Attribute__Group__28551 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Attribute__NameAssignment_2_in_rule__Attribute__Group__2__Impl8578 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Attribute__Group__3__Impl_in_rule__Attribute__Group__38608 = new BitSet(new long[]{0x0080000000002000L}); public static final BitSet FOLLOW_rule__Attribute__Group__4_in_rule__Attribute__Group__38611 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Attribute__Group_3__0_in_rule__Attribute__Group__3__Impl8638 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Attribute__Group__4__Impl_in_rule__Attribute__Group__48669 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_55_in_rule__Attribute__Group__4__Impl8697 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Attribute__Group_3__0__Impl_in_rule__Attribute__Group_3__08738 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__Attribute__Group_3__1_in_rule__Attribute__Group_3__08741 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_13_in_rule__Attribute__Group_3__0__Impl8769 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Attribute__Group_3__1__Impl_in_rule__Attribute__Group_3__18800 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Attribute__InitexpressionAssignment_3_1_in_rule__Attribute__Group_3__1__Impl8827 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Operation__Group__0__Impl_in_rule__Operation__Group__08861 = new BitSet(new long[]{0x0200000080000010L}); public static final BitSet FOLLOW_rule__Operation__Group__1_in_rule__Operation__Group__08864 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_56_in_rule__Operation__Group__0__Impl8892 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Operation__Group__1__Impl_in_rule__Operation__Group__18923 = new BitSet(new long[]{0x0200000080000010L}); public static final BitSet FOLLOW_rule__Operation__Group__2_in_rule__Operation__Group__18926 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Operation__TypeAssignment_1_in_rule__Operation__Group__1__Impl8953 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Operation__Group__2__Impl_in_rule__Operation__Group__28984 = new BitSet(new long[]{0x0200000000000000L}); public static final BitSet FOLLOW_rule__Operation__Group__3_in_rule__Operation__Group__28987 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Operation__NameAssignment_2_in_rule__Operation__Group__2__Impl9014 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Operation__Group__3__Impl_in_rule__Operation__Group__39044 = new BitSet(new long[]{0x0600000080000010L}); public static final BitSet FOLLOW_rule__Operation__Group__4_in_rule__Operation__Group__39047 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_57_in_rule__Operation__Group__3__Impl9075 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Operation__Group__4__Impl_in_rule__Operation__Group__49106 = new BitSet(new long[]{0x0600000080000010L}); public static final BitSet FOLLOW_rule__Operation__Group__5_in_rule__Operation__Group__49109 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Operation__Group_4__0_in_rule__Operation__Group__4__Impl9136 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Operation__Group__5__Impl_in_rule__Operation__Group__59167 = new BitSet(new long[]{0x0010000000000000L}); public static final BitSet FOLLOW_rule__Operation__Group__6_in_rule__Operation__Group__59170 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_58_in_rule__Operation__Group__5__Impl9198 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Operation__Group__6__Impl_in_rule__Operation__Group__69229 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Operation__BodyAssignment_6_in_rule__Operation__Group__6__Impl9256 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Operation__Group_4__0__Impl_in_rule__Operation__Group_4__09300 = new BitSet(new long[]{0x0800000000000000L}); public static final BitSet FOLLOW_rule__Operation__Group_4__1_in_rule__Operation__Group_4__09303 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Operation__ParamsAssignment_4_0_in_rule__Operation__Group_4__0__Impl9330 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Operation__Group_4__1__Impl_in_rule__Operation__Group_4__19360 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Operation__Group_4_1__0_in_rule__Operation__Group_4__1__Impl9387 = new BitSet(new long[]{0x0800000000000002L}); public static final BitSet FOLLOW_rule__Operation__Group_4_1__0__Impl_in_rule__Operation__Group_4_1__09422 = new BitSet(new long[]{0x0200000080000010L}); public static final BitSet FOLLOW_rule__Operation__Group_4_1__1_in_rule__Operation__Group_4_1__09425 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_59_in_rule__Operation__Group_4_1__0__Impl9453 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Operation__Group_4_1__1__Impl_in_rule__Operation__Group_4_1__19484 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Operation__ParamsAssignment_4_1_1_in_rule__Operation__Group_4_1__1__Impl9511 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAssignment__Group_0__0__Impl_in_rule__XAssignment__Group_0__09545 = new BitSet(new long[]{0x0001E00000000010L}); public static final BitSet FOLLOW_rule__XAssignment__Group_0__1_in_rule__XAssignment__Group_0__09548 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAssignment__Group_0__1__Impl_in_rule__XAssignment__Group_0__19606 = new BitSet(new long[]{0x0000000000002000L}); public static final BitSet FOLLOW_rule__XAssignment__Group_0__2_in_rule__XAssignment__Group_0__19609 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAssignment__FeatureAssignment_0_1_in_rule__XAssignment__Group_0__1__Impl9636 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAssignment__Group_0__2__Impl_in_rule__XAssignment__Group_0__29666 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XAssignment__Group_0__3_in_rule__XAssignment__Group_0__29669 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpSingleAssign_in_rule__XAssignment__Group_0__2__Impl9696 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAssignment__Group_0__3__Impl_in_rule__XAssignment__Group_0__39725 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAssignment__ValueAssignment_0_3_in_rule__XAssignment__Group_0__3__Impl9752 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAssignment__Group_1__0__Impl_in_rule__XAssignment__Group_1__09790 = new BitSet(new long[]{0x000000000C1F0000L}); public static final BitSet FOLLOW_rule__XAssignment__Group_1__1_in_rule__XAssignment__Group_1__09793 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXOrExpression_in_rule__XAssignment__Group_1__0__Impl9820 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAssignment__Group_1__1__Impl_in_rule__XAssignment__Group_1__19849 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAssignment__Group_1_1__0_in_rule__XAssignment__Group_1__1__Impl9876 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAssignment__Group_1_1__0__Impl_in_rule__XAssignment__Group_1_1__09911 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XAssignment__Group_1_1__1_in_rule__XAssignment__Group_1_1__09914 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAssignment__Group_1_1_0__0_in_rule__XAssignment__Group_1_1__0__Impl9941 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAssignment__Group_1_1__1__Impl_in_rule__XAssignment__Group_1_1__19971 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAssignment__RightOperandAssignment_1_1_1_in_rule__XAssignment__Group_1_1__1__Impl9998 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAssignment__Group_1_1_0__0__Impl_in_rule__XAssignment__Group_1_1_0__010032 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAssignment__Group_1_1_0_0__0_in_rule__XAssignment__Group_1_1_0__0__Impl10059 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAssignment__Group_1_1_0_0__0__Impl_in_rule__XAssignment__Group_1_1_0_0__010091 = new BitSet(new long[]{0x000000000C1F0000L}); public static final BitSet FOLLOW_rule__XAssignment__Group_1_1_0_0__1_in_rule__XAssignment__Group_1_1_0_0__010094 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAssignment__Group_1_1_0_0__1__Impl_in_rule__XAssignment__Group_1_1_0_0__110152 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAssignment__FeatureAssignment_1_1_0_0_1_in_rule__XAssignment__Group_1_1_0_0__1__Impl10179 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpMultiAssign__Group_5__0__Impl_in_rule__OpMultiAssign__Group_5__010213 = new BitSet(new long[]{0x0000000008000000L}); public static final BitSet FOLLOW_rule__OpMultiAssign__Group_5__1_in_rule__OpMultiAssign__Group_5__010216 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_27_in_rule__OpMultiAssign__Group_5__0__Impl10244 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpMultiAssign__Group_5__1__Impl_in_rule__OpMultiAssign__Group_5__110275 = new BitSet(new long[]{0x0000000000002000L}); public static final BitSet FOLLOW_rule__OpMultiAssign__Group_5__2_in_rule__OpMultiAssign__Group_5__110278 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_27_in_rule__OpMultiAssign__Group_5__1__Impl10306 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpMultiAssign__Group_5__2__Impl_in_rule__OpMultiAssign__Group_5__210337 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_13_in_rule__OpMultiAssign__Group_5__2__Impl10365 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpMultiAssign__Group_6__0__Impl_in_rule__OpMultiAssign__Group_6__010402 = new BitSet(new long[]{0x0000000006000000L}); public static final BitSet FOLLOW_rule__OpMultiAssign__Group_6__1_in_rule__OpMultiAssign__Group_6__010405 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_26_in_rule__OpMultiAssign__Group_6__0__Impl10433 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpMultiAssign__Group_6__1__Impl_in_rule__OpMultiAssign__Group_6__110464 = new BitSet(new long[]{0x0000000006000000L}); public static final BitSet FOLLOW_rule__OpMultiAssign__Group_6__2_in_rule__OpMultiAssign__Group_6__110467 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_26_in_rule__OpMultiAssign__Group_6__1__Impl10496 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpMultiAssign__Group_6__2__Impl_in_rule__OpMultiAssign__Group_6__210529 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_25_in_rule__OpMultiAssign__Group_6__2__Impl10557 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XOrExpression__Group__0__Impl_in_rule__XOrExpression__Group__010594 = new BitSet(new long[]{0x0000000000004000L}); public static final BitSet FOLLOW_rule__XOrExpression__Group__1_in_rule__XOrExpression__Group__010597 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAndExpression_in_rule__XOrExpression__Group__0__Impl10624 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XOrExpression__Group__1__Impl_in_rule__XOrExpression__Group__110653 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XOrExpression__Group_1__0_in_rule__XOrExpression__Group__1__Impl10680 = new BitSet(new long[]{0x0000000000004002L}); public static final BitSet FOLLOW_rule__XOrExpression__Group_1__0__Impl_in_rule__XOrExpression__Group_1__010715 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XOrExpression__Group_1__1_in_rule__XOrExpression__Group_1__010718 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XOrExpression__Group_1_0__0_in_rule__XOrExpression__Group_1__0__Impl10745 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XOrExpression__Group_1__1__Impl_in_rule__XOrExpression__Group_1__110775 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XOrExpression__RightOperandAssignment_1_1_in_rule__XOrExpression__Group_1__1__Impl10802 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XOrExpression__Group_1_0__0__Impl_in_rule__XOrExpression__Group_1_0__010836 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XOrExpression__Group_1_0_0__0_in_rule__XOrExpression__Group_1_0__0__Impl10863 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XOrExpression__Group_1_0_0__0__Impl_in_rule__XOrExpression__Group_1_0_0__010895 = new BitSet(new long[]{0x0000000000004000L}); public static final BitSet FOLLOW_rule__XOrExpression__Group_1_0_0__1_in_rule__XOrExpression__Group_1_0_0__010898 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XOrExpression__Group_1_0_0__1__Impl_in_rule__XOrExpression__Group_1_0_0__110956 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XOrExpression__FeatureAssignment_1_0_0_1_in_rule__XOrExpression__Group_1_0_0__1__Impl10983 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAndExpression__Group__0__Impl_in_rule__XAndExpression__Group__011017 = new BitSet(new long[]{0x0000000000008000L}); public static final BitSet FOLLOW_rule__XAndExpression__Group__1_in_rule__XAndExpression__Group__011020 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXEqualityExpression_in_rule__XAndExpression__Group__0__Impl11047 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAndExpression__Group__1__Impl_in_rule__XAndExpression__Group__111076 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAndExpression__Group_1__0_in_rule__XAndExpression__Group__1__Impl11103 = new BitSet(new long[]{0x0000000000008002L}); public static final BitSet FOLLOW_rule__XAndExpression__Group_1__0__Impl_in_rule__XAndExpression__Group_1__011138 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XAndExpression__Group_1__1_in_rule__XAndExpression__Group_1__011141 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAndExpression__Group_1_0__0_in_rule__XAndExpression__Group_1__0__Impl11168 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAndExpression__Group_1__1__Impl_in_rule__XAndExpression__Group_1__111198 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAndExpression__RightOperandAssignment_1_1_in_rule__XAndExpression__Group_1__1__Impl11225 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAndExpression__Group_1_0__0__Impl_in_rule__XAndExpression__Group_1_0__011259 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAndExpression__Group_1_0_0__0_in_rule__XAndExpression__Group_1_0__0__Impl11286 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAndExpression__Group_1_0_0__0__Impl_in_rule__XAndExpression__Group_1_0_0__011318 = new BitSet(new long[]{0x0000000000008000L}); public static final BitSet FOLLOW_rule__XAndExpression__Group_1_0_0__1_in_rule__XAndExpression__Group_1_0_0__011321 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAndExpression__Group_1_0_0__1__Impl_in_rule__XAndExpression__Group_1_0_0__111379 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAndExpression__FeatureAssignment_1_0_0_1_in_rule__XAndExpression__Group_1_0_0__1__Impl11406 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XEqualityExpression__Group__0__Impl_in_rule__XEqualityExpression__Group__011440 = new BitSet(new long[]{0x0000000001E00000L}); public static final BitSet FOLLOW_rule__XEqualityExpression__Group__1_in_rule__XEqualityExpression__Group__011443 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXRelationalExpression_in_rule__XEqualityExpression__Group__0__Impl11470 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XEqualityExpression__Group__1__Impl_in_rule__XEqualityExpression__Group__111499 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XEqualityExpression__Group_1__0_in_rule__XEqualityExpression__Group__1__Impl11526 = new BitSet(new long[]{0x0000000001E00002L}); public static final BitSet FOLLOW_rule__XEqualityExpression__Group_1__0__Impl_in_rule__XEqualityExpression__Group_1__011561 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XEqualityExpression__Group_1__1_in_rule__XEqualityExpression__Group_1__011564 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XEqualityExpression__Group_1_0__0_in_rule__XEqualityExpression__Group_1__0__Impl11591 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XEqualityExpression__Group_1__1__Impl_in_rule__XEqualityExpression__Group_1__111621 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XEqualityExpression__RightOperandAssignment_1_1_in_rule__XEqualityExpression__Group_1__1__Impl11648 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XEqualityExpression__Group_1_0__0__Impl_in_rule__XEqualityExpression__Group_1_0__011682 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XEqualityExpression__Group_1_0_0__0_in_rule__XEqualityExpression__Group_1_0__0__Impl11709 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XEqualityExpression__Group_1_0_0__0__Impl_in_rule__XEqualityExpression__Group_1_0_0__011741 = new BitSet(new long[]{0x0000000001E00000L}); public static final BitSet FOLLOW_rule__XEqualityExpression__Group_1_0_0__1_in_rule__XEqualityExpression__Group_1_0_0__011744 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XEqualityExpression__Group_1_0_0__1__Impl_in_rule__XEqualityExpression__Group_1_0_0__111802 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XEqualityExpression__FeatureAssignment_1_0_0_1_in_rule__XEqualityExpression__Group_1_0_0__1__Impl11829 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XRelationalExpression__Group__0__Impl_in_rule__XRelationalExpression__Group__011863 = new BitSet(new long[]{0x100000000E000000L}); public static final BitSet FOLLOW_rule__XRelationalExpression__Group__1_in_rule__XRelationalExpression__Group__011866 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXOtherOperatorExpression_in_rule__XRelationalExpression__Group__0__Impl11893 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XRelationalExpression__Group__1__Impl_in_rule__XRelationalExpression__Group__111922 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XRelationalExpression__Alternatives_1_in_rule__XRelationalExpression__Group__1__Impl11949 = new BitSet(new long[]{0x100000000E000002L}); public static final BitSet FOLLOW_rule__XRelationalExpression__Group_1_0__0__Impl_in_rule__XRelationalExpression__Group_1_0__011984 = new BitSet(new long[]{0x0200000080000010L}); public static final BitSet FOLLOW_rule__XRelationalExpression__Group_1_0__1_in_rule__XRelationalExpression__Group_1_0__011987 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XRelationalExpression__Group_1_0_0__0_in_rule__XRelationalExpression__Group_1_0__0__Impl12014 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XRelationalExpression__Group_1_0__1__Impl_in_rule__XRelationalExpression__Group_1_0__112044 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XRelationalExpression__TypeAssignment_1_0_1_in_rule__XRelationalExpression__Group_1_0__1__Impl12071 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XRelationalExpression__Group_1_0_0__0__Impl_in_rule__XRelationalExpression__Group_1_0_0__012105 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XRelationalExpression__Group_1_0_0_0__0_in_rule__XRelationalExpression__Group_1_0_0__0__Impl12132 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XRelationalExpression__Group_1_0_0_0__0__Impl_in_rule__XRelationalExpression__Group_1_0_0_0__012164 = new BitSet(new long[]{0x1000000000000000L}); public static final BitSet FOLLOW_rule__XRelationalExpression__Group_1_0_0_0__1_in_rule__XRelationalExpression__Group_1_0_0_0__012167 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XRelationalExpression__Group_1_0_0_0__1__Impl_in_rule__XRelationalExpression__Group_1_0_0_0__112225 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_60_in_rule__XRelationalExpression__Group_1_0_0_0__1__Impl12253 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XRelationalExpression__Group_1_1__0__Impl_in_rule__XRelationalExpression__Group_1_1__012288 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XRelationalExpression__Group_1_1__1_in_rule__XRelationalExpression__Group_1_1__012291 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XRelationalExpression__Group_1_1_0__0_in_rule__XRelationalExpression__Group_1_1__0__Impl12318 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XRelationalExpression__Group_1_1__1__Impl_in_rule__XRelationalExpression__Group_1_1__112348 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XRelationalExpression__RightOperandAssignment_1_1_1_in_rule__XRelationalExpression__Group_1_1__1__Impl12375 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XRelationalExpression__Group_1_1_0__0__Impl_in_rule__XRelationalExpression__Group_1_1_0__012409 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XRelationalExpression__Group_1_1_0_0__0_in_rule__XRelationalExpression__Group_1_1_0__0__Impl12436 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XRelationalExpression__Group_1_1_0_0__0__Impl_in_rule__XRelationalExpression__Group_1_1_0_0__012468 = new BitSet(new long[]{0x100000000E000000L}); public static final BitSet FOLLOW_rule__XRelationalExpression__Group_1_1_0_0__1_in_rule__XRelationalExpression__Group_1_1_0_0__012471 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XRelationalExpression__Group_1_1_0_0__1__Impl_in_rule__XRelationalExpression__Group_1_1_0_0__112529 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XRelationalExpression__FeatureAssignment_1_1_0_0_1_in_rule__XRelationalExpression__Group_1_1_0_0__1__Impl12556 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpCompare__Group_1__0__Impl_in_rule__OpCompare__Group_1__012590 = new BitSet(new long[]{0x0000000000002000L}); public static final BitSet FOLLOW_rule__OpCompare__Group_1__1_in_rule__OpCompare__Group_1__012593 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_27_in_rule__OpCompare__Group_1__0__Impl12621 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpCompare__Group_1__1__Impl_in_rule__OpCompare__Group_1__112652 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_13_in_rule__OpCompare__Group_1__1__Impl12680 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XOtherOperatorExpression__Group__0__Impl_in_rule__XOtherOperatorExpression__Group__012715 = new BitSet(new long[]{0x00000003FC000000L}); public static final BitSet FOLLOW_rule__XOtherOperatorExpression__Group__1_in_rule__XOtherOperatorExpression__Group__012718 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAdditiveExpression_in_rule__XOtherOperatorExpression__Group__0__Impl12745 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XOtherOperatorExpression__Group__1__Impl_in_rule__XOtherOperatorExpression__Group__112774 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XOtherOperatorExpression__Group_1__0_in_rule__XOtherOperatorExpression__Group__1__Impl12801 = new BitSet(new long[]{0x00000003FC000002L}); public static final BitSet FOLLOW_rule__XOtherOperatorExpression__Group_1__0__Impl_in_rule__XOtherOperatorExpression__Group_1__012836 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XOtherOperatorExpression__Group_1__1_in_rule__XOtherOperatorExpression__Group_1__012839 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XOtherOperatorExpression__Group_1_0__0_in_rule__XOtherOperatorExpression__Group_1__0__Impl12866 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XOtherOperatorExpression__Group_1__1__Impl_in_rule__XOtherOperatorExpression__Group_1__112896 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XOtherOperatorExpression__RightOperandAssignment_1_1_in_rule__XOtherOperatorExpression__Group_1__1__Impl12923 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XOtherOperatorExpression__Group_1_0__0__Impl_in_rule__XOtherOperatorExpression__Group_1_0__012957 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XOtherOperatorExpression__Group_1_0_0__0_in_rule__XOtherOperatorExpression__Group_1_0__0__Impl12984 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XOtherOperatorExpression__Group_1_0_0__0__Impl_in_rule__XOtherOperatorExpression__Group_1_0_0__013016 = new BitSet(new long[]{0x00000003FC000000L}); public static final BitSet FOLLOW_rule__XOtherOperatorExpression__Group_1_0_0__1_in_rule__XOtherOperatorExpression__Group_1_0_0__013019 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XOtherOperatorExpression__Group_1_0_0__1__Impl_in_rule__XOtherOperatorExpression__Group_1_0_0__113077 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XOtherOperatorExpression__FeatureAssignment_1_0_0_1_in_rule__XOtherOperatorExpression__Group_1_0_0__1__Impl13104 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpOther__Group_2__0__Impl_in_rule__OpOther__Group_2__013138 = new BitSet(new long[]{0x0000000040000000L}); public static final BitSet FOLLOW_rule__OpOther__Group_2__1_in_rule__OpOther__Group_2__013141 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_26_in_rule__OpOther__Group_2__0__Impl13169 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpOther__Group_2__1__Impl_in_rule__OpOther__Group_2__113200 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_30_in_rule__OpOther__Group_2__1__Impl13228 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpOther__Group_5__0__Impl_in_rule__OpOther__Group_5__013263 = new BitSet(new long[]{0x0000000004000000L}); public static final BitSet FOLLOW_rule__OpOther__Group_5__1_in_rule__OpOther__Group_5__013266 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_26_in_rule__OpOther__Group_5__0__Impl13294 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpOther__Group_5__1__Impl_in_rule__OpOther__Group_5__113325 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpOther__Alternatives_5_1_in_rule__OpOther__Group_5__1__Impl13352 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpOther__Group_5_1_0__0__Impl_in_rule__OpOther__Group_5_1_0__013386 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpOther__Group_5_1_0_0__0_in_rule__OpOther__Group_5_1_0__0__Impl13413 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpOther__Group_5_1_0_0__0__Impl_in_rule__OpOther__Group_5_1_0_0__013445 = new BitSet(new long[]{0x0000000004000000L}); public static final BitSet FOLLOW_rule__OpOther__Group_5_1_0_0__1_in_rule__OpOther__Group_5_1_0_0__013448 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_26_in_rule__OpOther__Group_5_1_0_0__0__Impl13476 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpOther__Group_5_1_0_0__1__Impl_in_rule__OpOther__Group_5_1_0_0__113507 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_26_in_rule__OpOther__Group_5_1_0_0__1__Impl13535 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpOther__Group_6__0__Impl_in_rule__OpOther__Group_6__013570 = new BitSet(new long[]{0x0000000088000000L}); public static final BitSet FOLLOW_rule__OpOther__Group_6__1_in_rule__OpOther__Group_6__013573 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_27_in_rule__OpOther__Group_6__0__Impl13601 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpOther__Group_6__1__Impl_in_rule__OpOther__Group_6__113632 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpOther__Alternatives_6_1_in_rule__OpOther__Group_6__1__Impl13659 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpOther__Group_6_1_0__0__Impl_in_rule__OpOther__Group_6_1_0__013693 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpOther__Group_6_1_0_0__0_in_rule__OpOther__Group_6_1_0__0__Impl13720 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpOther__Group_6_1_0_0__0__Impl_in_rule__OpOther__Group_6_1_0_0__013752 = new BitSet(new long[]{0x0000000008000000L}); public static final BitSet FOLLOW_rule__OpOther__Group_6_1_0_0__1_in_rule__OpOther__Group_6_1_0_0__013755 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_27_in_rule__OpOther__Group_6_1_0_0__0__Impl13783 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpOther__Group_6_1_0_0__1__Impl_in_rule__OpOther__Group_6_1_0_0__113814 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_27_in_rule__OpOther__Group_6_1_0_0__1__Impl13842 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAdditiveExpression__Group__0__Impl_in_rule__XAdditiveExpression__Group__013877 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_rule__XAdditiveExpression__Group__1_in_rule__XAdditiveExpression__Group__013880 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXMultiplicativeExpression_in_rule__XAdditiveExpression__Group__0__Impl13907 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAdditiveExpression__Group__1__Impl_in_rule__XAdditiveExpression__Group__113936 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAdditiveExpression__Group_1__0_in_rule__XAdditiveExpression__Group__1__Impl13963 = new BitSet(new long[]{0x0000000C00000002L}); public static final BitSet FOLLOW_rule__XAdditiveExpression__Group_1__0__Impl_in_rule__XAdditiveExpression__Group_1__013998 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XAdditiveExpression__Group_1__1_in_rule__XAdditiveExpression__Group_1__014001 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAdditiveExpression__Group_1_0__0_in_rule__XAdditiveExpression__Group_1__0__Impl14028 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAdditiveExpression__Group_1__1__Impl_in_rule__XAdditiveExpression__Group_1__114058 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAdditiveExpression__RightOperandAssignment_1_1_in_rule__XAdditiveExpression__Group_1__1__Impl14085 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAdditiveExpression__Group_1_0__0__Impl_in_rule__XAdditiveExpression__Group_1_0__014119 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAdditiveExpression__Group_1_0_0__0_in_rule__XAdditiveExpression__Group_1_0__0__Impl14146 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAdditiveExpression__Group_1_0_0__0__Impl_in_rule__XAdditiveExpression__Group_1_0_0__014178 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_rule__XAdditiveExpression__Group_1_0_0__1_in_rule__XAdditiveExpression__Group_1_0_0__014181 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAdditiveExpression__Group_1_0_0__1__Impl_in_rule__XAdditiveExpression__Group_1_0_0__114239 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAdditiveExpression__FeatureAssignment_1_0_0_1_in_rule__XAdditiveExpression__Group_1_0_0__1__Impl14266 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMultiplicativeExpression__Group__0__Impl_in_rule__XMultiplicativeExpression__Group__014300 = new BitSet(new long[]{0x000000F000000000L}); public static final BitSet FOLLOW_rule__XMultiplicativeExpression__Group__1_in_rule__XMultiplicativeExpression__Group__014303 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXUnaryOperation_in_rule__XMultiplicativeExpression__Group__0__Impl14330 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMultiplicativeExpression__Group__1__Impl_in_rule__XMultiplicativeExpression__Group__114359 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMultiplicativeExpression__Group_1__0_in_rule__XMultiplicativeExpression__Group__1__Impl14386 = new BitSet(new long[]{0x000000F000000002L}); public static final BitSet FOLLOW_rule__XMultiplicativeExpression__Group_1__0__Impl_in_rule__XMultiplicativeExpression__Group_1__014421 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XMultiplicativeExpression__Group_1__1_in_rule__XMultiplicativeExpression__Group_1__014424 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMultiplicativeExpression__Group_1_0__0_in_rule__XMultiplicativeExpression__Group_1__0__Impl14451 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMultiplicativeExpression__Group_1__1__Impl_in_rule__XMultiplicativeExpression__Group_1__114481 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMultiplicativeExpression__RightOperandAssignment_1_1_in_rule__XMultiplicativeExpression__Group_1__1__Impl14508 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMultiplicativeExpression__Group_1_0__0__Impl_in_rule__XMultiplicativeExpression__Group_1_0__014542 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMultiplicativeExpression__Group_1_0_0__0_in_rule__XMultiplicativeExpression__Group_1_0__0__Impl14569 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMultiplicativeExpression__Group_1_0_0__0__Impl_in_rule__XMultiplicativeExpression__Group_1_0_0__014601 = new BitSet(new long[]{0x000000F000000000L}); public static final BitSet FOLLOW_rule__XMultiplicativeExpression__Group_1_0_0__1_in_rule__XMultiplicativeExpression__Group_1_0_0__014604 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMultiplicativeExpression__Group_1_0_0__1__Impl_in_rule__XMultiplicativeExpression__Group_1_0_0__114662 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMultiplicativeExpression__FeatureAssignment_1_0_0_1_in_rule__XMultiplicativeExpression__Group_1_0_0__1__Impl14689 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XUnaryOperation__Group_0__0__Impl_in_rule__XUnaryOperation__Group_0__014723 = new BitSet(new long[]{0x0000010C00000000L}); public static final BitSet FOLLOW_rule__XUnaryOperation__Group_0__1_in_rule__XUnaryOperation__Group_0__014726 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XUnaryOperation__Group_0__1__Impl_in_rule__XUnaryOperation__Group_0__114784 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XUnaryOperation__Group_0__2_in_rule__XUnaryOperation__Group_0__114787 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XUnaryOperation__FeatureAssignment_0_1_in_rule__XUnaryOperation__Group_0__1__Impl14814 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XUnaryOperation__Group_0__2__Impl_in_rule__XUnaryOperation__Group_0__214844 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XUnaryOperation__OperandAssignment_0_2_in_rule__XUnaryOperation__Group_0__2__Impl14871 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCastedExpression__Group__0__Impl_in_rule__XCastedExpression__Group__014907 = new BitSet(new long[]{0x2000000000000000L}); public static final BitSet FOLLOW_rule__XCastedExpression__Group__1_in_rule__XCastedExpression__Group__014910 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXPostfixOperation_in_rule__XCastedExpression__Group__0__Impl14937 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCastedExpression__Group__1__Impl_in_rule__XCastedExpression__Group__114966 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCastedExpression__Group_1__0_in_rule__XCastedExpression__Group__1__Impl14993 = new BitSet(new long[]{0x2000000000000002L}); public static final BitSet FOLLOW_rule__XCastedExpression__Group_1__0__Impl_in_rule__XCastedExpression__Group_1__015028 = new BitSet(new long[]{0x0200000080000010L}); public static final BitSet FOLLOW_rule__XCastedExpression__Group_1__1_in_rule__XCastedExpression__Group_1__015031 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCastedExpression__Group_1_0__0_in_rule__XCastedExpression__Group_1__0__Impl15058 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCastedExpression__Group_1__1__Impl_in_rule__XCastedExpression__Group_1__115088 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCastedExpression__TypeAssignment_1_1_in_rule__XCastedExpression__Group_1__1__Impl15115 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCastedExpression__Group_1_0__0__Impl_in_rule__XCastedExpression__Group_1_0__015149 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCastedExpression__Group_1_0_0__0_in_rule__XCastedExpression__Group_1_0__0__Impl15176 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCastedExpression__Group_1_0_0__0__Impl_in_rule__XCastedExpression__Group_1_0_0__015208 = new BitSet(new long[]{0x2000000000000000L}); public static final BitSet FOLLOW_rule__XCastedExpression__Group_1_0_0__1_in_rule__XCastedExpression__Group_1_0_0__015211 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCastedExpression__Group_1_0_0__1__Impl_in_rule__XCastedExpression__Group_1_0_0__115269 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_61_in_rule__XCastedExpression__Group_1_0_0__1__Impl15297 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XPostfixOperation__Group__0__Impl_in_rule__XPostfixOperation__Group__015332 = new BitSet(new long[]{0x0000060000000000L}); public static final BitSet FOLLOW_rule__XPostfixOperation__Group__1_in_rule__XPostfixOperation__Group__015335 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXMemberFeatureCall_in_rule__XPostfixOperation__Group__0__Impl15362 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XPostfixOperation__Group__1__Impl_in_rule__XPostfixOperation__Group__115391 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XPostfixOperation__Group_1__0_in_rule__XPostfixOperation__Group__1__Impl15418 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XPostfixOperation__Group_1__0__Impl_in_rule__XPostfixOperation__Group_1__015453 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XPostfixOperation__Group_1_0__0_in_rule__XPostfixOperation__Group_1__0__Impl15480 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XPostfixOperation__Group_1_0__0__Impl_in_rule__XPostfixOperation__Group_1_0__015512 = new BitSet(new long[]{0x0000060000000000L}); public static final BitSet FOLLOW_rule__XPostfixOperation__Group_1_0__1_in_rule__XPostfixOperation__Group_1_0__015515 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XPostfixOperation__Group_1_0__1__Impl_in_rule__XPostfixOperation__Group_1_0__115573 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XPostfixOperation__FeatureAssignment_1_0_1_in_rule__XPostfixOperation__Group_1_0__1__Impl15600 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group__0__Impl_in_rule__XMemberFeatureCall__Group__015634 = new BitSet(new long[]{0x0000080000000000L,0x0000000000600000L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group__1_in_rule__XMemberFeatureCall__Group__015637 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXPrimaryExpression_in_rule__XMemberFeatureCall__Group__0__Impl15664 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group__1__Impl_in_rule__XMemberFeatureCall__Group__115693 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Alternatives_1_in_rule__XMemberFeatureCall__Group__1__Impl15720 = new BitSet(new long[]{0x0000080000000002L,0x0000000000600000L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_0__0__Impl_in_rule__XMemberFeatureCall__Group_1_0__015755 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_0__1_in_rule__XMemberFeatureCall__Group_1_0__015758 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_0_0__0_in_rule__XMemberFeatureCall__Group_1_0__0__Impl15785 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_0__1__Impl_in_rule__XMemberFeatureCall__Group_1_0__115815 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__ValueAssignment_1_0_1_in_rule__XMemberFeatureCall__Group_1_0__1__Impl15842 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_0_0__0__Impl_in_rule__XMemberFeatureCall__Group_1_0_0__015876 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_0_0_0__0_in_rule__XMemberFeatureCall__Group_1_0_0__0__Impl15903 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_0_0_0__0__Impl_in_rule__XMemberFeatureCall__Group_1_0_0_0__015935 = new BitSet(new long[]{0x0000080000000000L,0x0000000000200000L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_0_0_0__1_in_rule__XMemberFeatureCall__Group_1_0_0_0__015938 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_0_0_0__1__Impl_in_rule__XMemberFeatureCall__Group_1_0_0_0__115996 = new BitSet(new long[]{0x0001E00000000010L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_0_0_0__2_in_rule__XMemberFeatureCall__Group_1_0_0_0__115999 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Alternatives_1_0_0_0_1_in_rule__XMemberFeatureCall__Group_1_0_0_0__1__Impl16026 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_0_0_0__2__Impl_in_rule__XMemberFeatureCall__Group_1_0_0_0__216056 = new BitSet(new long[]{0x0000000000002000L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_0_0_0__3_in_rule__XMemberFeatureCall__Group_1_0_0_0__216059 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__FeatureAssignment_1_0_0_0_2_in_rule__XMemberFeatureCall__Group_1_0_0_0__2__Impl16086 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_0_0_0__3__Impl_in_rule__XMemberFeatureCall__Group_1_0_0_0__316116 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpSingleAssign_in_rule__XMemberFeatureCall__Group_1_0_0_0__3__Impl16143 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1__0__Impl_in_rule__XMemberFeatureCall__Group_1_1__016180 = new BitSet(new long[]{0x0003E00008000010L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1__1_in_rule__XMemberFeatureCall__Group_1_1__016183 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_0__0_in_rule__XMemberFeatureCall__Group_1_1__0__Impl16210 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1__1__Impl_in_rule__XMemberFeatureCall__Group_1_1__116240 = new BitSet(new long[]{0x0003E00008000010L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1__2_in_rule__XMemberFeatureCall__Group_1_1__116243 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_1__0_in_rule__XMemberFeatureCall__Group_1_1__1__Impl16270 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1__2__Impl_in_rule__XMemberFeatureCall__Group_1_1__216301 = new BitSet(new long[]{0x8200000000000000L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1__3_in_rule__XMemberFeatureCall__Group_1_1__216304 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__FeatureAssignment_1_1_2_in_rule__XMemberFeatureCall__Group_1_1__2__Impl16331 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1__3__Impl_in_rule__XMemberFeatureCall__Group_1_1__316361 = new BitSet(new long[]{0x8200000000000000L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1__4_in_rule__XMemberFeatureCall__Group_1_1__316364 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_3__0_in_rule__XMemberFeatureCall__Group_1_1__3__Impl16391 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1__4__Impl_in_rule__XMemberFeatureCall__Group_1_1__416422 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_4_in_rule__XMemberFeatureCall__Group_1_1__4__Impl16449 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_0__0__Impl_in_rule__XMemberFeatureCall__Group_1_1_0__016490 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_0_0__0_in_rule__XMemberFeatureCall__Group_1_1_0__0__Impl16517 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_0_0__0__Impl_in_rule__XMemberFeatureCall__Group_1_1_0_0__016549 = new BitSet(new long[]{0x0000080000000000L,0x0000000000600000L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_0_0__1_in_rule__XMemberFeatureCall__Group_1_1_0_0__016552 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_0_0__1__Impl_in_rule__XMemberFeatureCall__Group_1_1_0_0__116610 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Alternatives_1_1_0_0_1_in_rule__XMemberFeatureCall__Group_1_1_0_0__1__Impl16637 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_1__0__Impl_in_rule__XMemberFeatureCall__Group_1_1_1__016671 = new BitSet(new long[]{0x0200000080000010L,0x0000000000080000L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_1__1_in_rule__XMemberFeatureCall__Group_1_1_1__016674 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_27_in_rule__XMemberFeatureCall__Group_1_1_1__0__Impl16702 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_1__1__Impl_in_rule__XMemberFeatureCall__Group_1_1_1__116733 = new BitSet(new long[]{0x0800000004000000L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_1__2_in_rule__XMemberFeatureCall__Group_1_1_1__116736 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_1_in_rule__XMemberFeatureCall__Group_1_1_1__1__Impl16763 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_1__2__Impl_in_rule__XMemberFeatureCall__Group_1_1_1__216793 = new BitSet(new long[]{0x0800000004000000L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_1__3_in_rule__XMemberFeatureCall__Group_1_1_1__216796 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_1_2__0_in_rule__XMemberFeatureCall__Group_1_1_1__2__Impl16823 = new BitSet(new long[]{0x0800000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_1__3__Impl_in_rule__XMemberFeatureCall__Group_1_1_1__316854 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_26_in_rule__XMemberFeatureCall__Group_1_1_1__3__Impl16882 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_1_2__0__Impl_in_rule__XMemberFeatureCall__Group_1_1_1_2__016921 = new BitSet(new long[]{0x0200000080000010L,0x0000000000080000L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_1_2__1_in_rule__XMemberFeatureCall__Group_1_1_1_2__016924 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_59_in_rule__XMemberFeatureCall__Group_1_1_1_2__0__Impl16952 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_1_2__1__Impl_in_rule__XMemberFeatureCall__Group_1_1_1_2__116983 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_2_1_in_rule__XMemberFeatureCall__Group_1_1_1_2__1__Impl17010 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_3__0__Impl_in_rule__XMemberFeatureCall__Group_1_1_3__017044 = new BitSet(new long[]{0xC617E10C880001F0L,0x000000000282FF8AL}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_3__1_in_rule__XMemberFeatureCall__Group_1_1_3__017047 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__ExplicitOperationCallAssignment_1_1_3_0_in_rule__XMemberFeatureCall__Group_1_1_3__0__Impl17074 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_3__1__Impl_in_rule__XMemberFeatureCall__Group_1_1_3__117104 = new BitSet(new long[]{0xC617E10C880001F0L,0x000000000282FF8AL}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_3__2_in_rule__XMemberFeatureCall__Group_1_1_3__117107 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Alternatives_1_1_3_1_in_rule__XMemberFeatureCall__Group_1_1_3__1__Impl17134 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_3__2__Impl_in_rule__XMemberFeatureCall__Group_1_1_3__217165 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_58_in_rule__XMemberFeatureCall__Group_1_1_3__2__Impl17193 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_3_1_1__0__Impl_in_rule__XMemberFeatureCall__Group_1_1_3_1_1__017230 = new BitSet(new long[]{0x0800000000000000L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_3_1_1__1_in_rule__XMemberFeatureCall__Group_1_1_3_1_1__017233 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_0_in_rule__XMemberFeatureCall__Group_1_1_3_1_1__0__Impl17260 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_3_1_1__1__Impl_in_rule__XMemberFeatureCall__Group_1_1_3_1_1__117290 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0_in_rule__XMemberFeatureCall__Group_1_1_3_1_1__1__Impl17317 = new BitSet(new long[]{0x0800000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0__Impl_in_rule__XMemberFeatureCall__Group_1_1_3_1_1_1__017352 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1_in_rule__XMemberFeatureCall__Group_1_1_3_1_1_1__017355 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_59_in_rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0__Impl17383 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1__Impl_in_rule__XMemberFeatureCall__Group_1_1_3_1_1_1__117414 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_1_1_in_rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1__Impl17441 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSetLiteral__Group__0__Impl_in_rule__XSetLiteral__Group__017475 = new BitSet(new long[]{0x4000000000000000L}); public static final BitSet FOLLOW_rule__XSetLiteral__Group__1_in_rule__XSetLiteral__Group__017478 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSetLiteral__Group__1__Impl_in_rule__XSetLiteral__Group__117536 = new BitSet(new long[]{0x0010000000000000L}); public static final BitSet FOLLOW_rule__XSetLiteral__Group__2_in_rule__XSetLiteral__Group__117539 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_62_in_rule__XSetLiteral__Group__1__Impl17567 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSetLiteral__Group__2__Impl_in_rule__XSetLiteral__Group__217598 = new BitSet(new long[]{0xC237E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XSetLiteral__Group__3_in_rule__XSetLiteral__Group__217601 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_52_in_rule__XSetLiteral__Group__2__Impl17629 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSetLiteral__Group__3__Impl_in_rule__XSetLiteral__Group__317660 = new BitSet(new long[]{0xC237E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XSetLiteral__Group__4_in_rule__XSetLiteral__Group__317663 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSetLiteral__Group_3__0_in_rule__XSetLiteral__Group__3__Impl17690 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSetLiteral__Group__4__Impl_in_rule__XSetLiteral__Group__417721 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_53_in_rule__XSetLiteral__Group__4__Impl17749 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSetLiteral__Group_3__0__Impl_in_rule__XSetLiteral__Group_3__017790 = new BitSet(new long[]{0x0800000000000000L}); public static final BitSet FOLLOW_rule__XSetLiteral__Group_3__1_in_rule__XSetLiteral__Group_3__017793 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSetLiteral__ElementsAssignment_3_0_in_rule__XSetLiteral__Group_3__0__Impl17820 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSetLiteral__Group_3__1__Impl_in_rule__XSetLiteral__Group_3__117850 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSetLiteral__Group_3_1__0_in_rule__XSetLiteral__Group_3__1__Impl17877 = new BitSet(new long[]{0x0800000000000002L}); public static final BitSet FOLLOW_rule__XSetLiteral__Group_3_1__0__Impl_in_rule__XSetLiteral__Group_3_1__017912 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XSetLiteral__Group_3_1__1_in_rule__XSetLiteral__Group_3_1__017915 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_59_in_rule__XSetLiteral__Group_3_1__0__Impl17943 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSetLiteral__Group_3_1__1__Impl_in_rule__XSetLiteral__Group_3_1__117974 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSetLiteral__ElementsAssignment_3_1_1_in_rule__XSetLiteral__Group_3_1__1__Impl18001 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XListLiteral__Group__0__Impl_in_rule__XListLiteral__Group__018035 = new BitSet(new long[]{0x4000000000000000L}); public static final BitSet FOLLOW_rule__XListLiteral__Group__1_in_rule__XListLiteral__Group__018038 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XListLiteral__Group__1__Impl_in_rule__XListLiteral__Group__118096 = new BitSet(new long[]{0x8000000000000000L}); public static final BitSet FOLLOW_rule__XListLiteral__Group__2_in_rule__XListLiteral__Group__118099 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_62_in_rule__XListLiteral__Group__1__Impl18127 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XListLiteral__Group__2__Impl_in_rule__XListLiteral__Group__218158 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8BL}); public static final BitSet FOLLOW_rule__XListLiteral__Group__3_in_rule__XListLiteral__Group__218161 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_63_in_rule__XListLiteral__Group__2__Impl18189 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XListLiteral__Group__3__Impl_in_rule__XListLiteral__Group__318220 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8BL}); public static final BitSet FOLLOW_rule__XListLiteral__Group__4_in_rule__XListLiteral__Group__318223 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XListLiteral__Group_3__0_in_rule__XListLiteral__Group__3__Impl18250 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XListLiteral__Group__4__Impl_in_rule__XListLiteral__Group__418281 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_64_in_rule__XListLiteral__Group__4__Impl18309 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XListLiteral__Group_3__0__Impl_in_rule__XListLiteral__Group_3__018350 = new BitSet(new long[]{0x0800000000000000L}); public static final BitSet FOLLOW_rule__XListLiteral__Group_3__1_in_rule__XListLiteral__Group_3__018353 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XListLiteral__ElementsAssignment_3_0_in_rule__XListLiteral__Group_3__0__Impl18380 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XListLiteral__Group_3__1__Impl_in_rule__XListLiteral__Group_3__118410 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XListLiteral__Group_3_1__0_in_rule__XListLiteral__Group_3__1__Impl18437 = new BitSet(new long[]{0x0800000000000002L}); public static final BitSet FOLLOW_rule__XListLiteral__Group_3_1__0__Impl_in_rule__XListLiteral__Group_3_1__018472 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XListLiteral__Group_3_1__1_in_rule__XListLiteral__Group_3_1__018475 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_59_in_rule__XListLiteral__Group_3_1__0__Impl18503 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XListLiteral__Group_3_1__1__Impl_in_rule__XListLiteral__Group_3_1__118534 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XListLiteral__ElementsAssignment_3_1_1_in_rule__XListLiteral__Group_3_1__1__Impl18561 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XClosure__Group__0__Impl_in_rule__XClosure__Group__018595 = new BitSet(new long[]{0xC217F10C880001F0L,0x000000000382FF8AL}); public static final BitSet FOLLOW_rule__XClosure__Group__1_in_rule__XClosure__Group__018598 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XClosure__Group_0__0_in_rule__XClosure__Group__0__Impl18625 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XClosure__Group__1__Impl_in_rule__XClosure__Group__118655 = new BitSet(new long[]{0xC217F10C880001F0L,0x000000000382FF8AL}); public static final BitSet FOLLOW_rule__XClosure__Group__2_in_rule__XClosure__Group__118658 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XClosure__Group_1__0_in_rule__XClosure__Group__1__Impl18685 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XClosure__Group__2__Impl_in_rule__XClosure__Group__218716 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000001L}); public static final BitSet FOLLOW_rule__XClosure__Group__3_in_rule__XClosure__Group__218719 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XClosure__ExpressionAssignment_2_in_rule__XClosure__Group__2__Impl18746 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XClosure__Group__3__Impl_in_rule__XClosure__Group__318776 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_64_in_rule__XClosure__Group__3__Impl18804 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XClosure__Group_0__0__Impl_in_rule__XClosure__Group_0__018843 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XClosure__Group_0_0__0_in_rule__XClosure__Group_0__0__Impl18870 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XClosure__Group_0_0__0__Impl_in_rule__XClosure__Group_0_0__018902 = new BitSet(new long[]{0x8000000000000000L}); public static final BitSet FOLLOW_rule__XClosure__Group_0_0__1_in_rule__XClosure__Group_0_0__018905 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XClosure__Group_0_0__1__Impl_in_rule__XClosure__Group_0_0__118963 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_63_in_rule__XClosure__Group_0_0__1__Impl18991 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XClosure__Group_1__0__Impl_in_rule__XClosure__Group_1__019026 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XClosure__Group_1_0__0_in_rule__XClosure__Group_1__0__Impl19053 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XClosure__Group_1_0__0__Impl_in_rule__XClosure__Group_1_0__019085 = new BitSet(new long[]{0x0200000080000010L,0x0000000000800000L}); public static final BitSet FOLLOW_rule__XClosure__Group_1_0__1_in_rule__XClosure__Group_1_0__019088 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XClosure__Group_1_0_0__0_in_rule__XClosure__Group_1_0__0__Impl19115 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XClosure__Group_1_0__1__Impl_in_rule__XClosure__Group_1_0__119146 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XClosure__ExplicitSyntaxAssignment_1_0_1_in_rule__XClosure__Group_1_0__1__Impl19173 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XClosure__Group_1_0_0__0__Impl_in_rule__XClosure__Group_1_0_0__019207 = new BitSet(new long[]{0x0800000000000000L}); public static final BitSet FOLLOW_rule__XClosure__Group_1_0_0__1_in_rule__XClosure__Group_1_0_0__019210 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_0_in_rule__XClosure__Group_1_0_0__0__Impl19237 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XClosure__Group_1_0_0__1__Impl_in_rule__XClosure__Group_1_0_0__119267 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XClosure__Group_1_0_0_1__0_in_rule__XClosure__Group_1_0_0__1__Impl19294 = new BitSet(new long[]{0x0800000000000002L}); public static final BitSet FOLLOW_rule__XClosure__Group_1_0_0_1__0__Impl_in_rule__XClosure__Group_1_0_0_1__019329 = new BitSet(new long[]{0x0200000080000010L}); public static final BitSet FOLLOW_rule__XClosure__Group_1_0_0_1__1_in_rule__XClosure__Group_1_0_0_1__019332 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_59_in_rule__XClosure__Group_1_0_0_1__0__Impl19360 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XClosure__Group_1_0_0_1__1__Impl_in_rule__XClosure__Group_1_0_0_1__119391 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_1_1_in_rule__XClosure__Group_1_0_0_1__1__Impl19418 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XExpressionInClosure__Group__0__Impl_in_rule__XExpressionInClosure__Group__019452 = new BitSet(new long[]{0xC217F10C880001F0L,0x000000000382FF8AL}); public static final BitSet FOLLOW_rule__XExpressionInClosure__Group__1_in_rule__XExpressionInClosure__Group__019455 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XExpressionInClosure__Group__1__Impl_in_rule__XExpressionInClosure__Group__119513 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XExpressionInClosure__Group_1__0_in_rule__XExpressionInClosure__Group__1__Impl19540 = new BitSet(new long[]{0xC217F10C080001F2L,0x000000000302FF8AL}); public static final BitSet FOLLOW_rule__XExpressionInClosure__Group_1__0__Impl_in_rule__XExpressionInClosure__Group_1__019575 = new BitSet(new long[]{0x0080000000000000L}); public static final BitSet FOLLOW_rule__XExpressionInClosure__Group_1__1_in_rule__XExpressionInClosure__Group_1__019578 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XExpressionInClosure__ExpressionsAssignment_1_0_in_rule__XExpressionInClosure__Group_1__0__Impl19605 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XExpressionInClosure__Group_1__1__Impl_in_rule__XExpressionInClosure__Group_1__119635 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_55_in_rule__XExpressionInClosure__Group_1__1__Impl19664 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XShortClosure__Group__0__Impl_in_rule__XShortClosure__Group__019701 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XShortClosure__Group__1_in_rule__XShortClosure__Group__019704 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XShortClosure__Group_0__0_in_rule__XShortClosure__Group__0__Impl19731 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XShortClosure__Group__1__Impl_in_rule__XShortClosure__Group__119761 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XShortClosure__ExpressionAssignment_1_in_rule__XShortClosure__Group__1__Impl19788 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XShortClosure__Group_0__0__Impl_in_rule__XShortClosure__Group_0__019822 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XShortClosure__Group_0_0__0_in_rule__XShortClosure__Group_0__0__Impl19849 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XShortClosure__Group_0_0__0__Impl_in_rule__XShortClosure__Group_0_0__019881 = new BitSet(new long[]{0x0200000080000010L,0x0000000000800000L}); public static final BitSet FOLLOW_rule__XShortClosure__Group_0_0__1_in_rule__XShortClosure__Group_0_0__019884 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XShortClosure__Group_0_0__1__Impl_in_rule__XShortClosure__Group_0_0__119942 = new BitSet(new long[]{0x0200000080000010L,0x0000000000800000L}); public static final BitSet FOLLOW_rule__XShortClosure__Group_0_0__2_in_rule__XShortClosure__Group_0_0__119945 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XShortClosure__Group_0_0_1__0_in_rule__XShortClosure__Group_0_0__1__Impl19972 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XShortClosure__Group_0_0__2__Impl_in_rule__XShortClosure__Group_0_0__220003 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XShortClosure__ExplicitSyntaxAssignment_0_0_2_in_rule__XShortClosure__Group_0_0__2__Impl20030 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XShortClosure__Group_0_0_1__0__Impl_in_rule__XShortClosure__Group_0_0_1__020066 = new BitSet(new long[]{0x0800000000000000L}); public static final BitSet FOLLOW_rule__XShortClosure__Group_0_0_1__1_in_rule__XShortClosure__Group_0_0_1__020069 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_0_in_rule__XShortClosure__Group_0_0_1__0__Impl20096 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XShortClosure__Group_0_0_1__1__Impl_in_rule__XShortClosure__Group_0_0_1__120126 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XShortClosure__Group_0_0_1_1__0_in_rule__XShortClosure__Group_0_0_1__1__Impl20153 = new BitSet(new long[]{0x0800000000000002L}); public static final BitSet FOLLOW_rule__XShortClosure__Group_0_0_1_1__0__Impl_in_rule__XShortClosure__Group_0_0_1_1__020188 = new BitSet(new long[]{0x0200000080000010L}); public static final BitSet FOLLOW_rule__XShortClosure__Group_0_0_1_1__1_in_rule__XShortClosure__Group_0_0_1_1__020191 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_59_in_rule__XShortClosure__Group_0_0_1_1__0__Impl20219 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XShortClosure__Group_0_0_1_1__1__Impl_in_rule__XShortClosure__Group_0_0_1_1__120250 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_1_1_in_rule__XShortClosure__Group_0_0_1_1__1__Impl20277 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XParenthesizedExpression__Group__0__Impl_in_rule__XParenthesizedExpression__Group__020311 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XParenthesizedExpression__Group__1_in_rule__XParenthesizedExpression__Group__020314 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_57_in_rule__XParenthesizedExpression__Group__0__Impl20342 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XParenthesizedExpression__Group__1__Impl_in_rule__XParenthesizedExpression__Group__120373 = new BitSet(new long[]{0x0400000000000000L}); public static final BitSet FOLLOW_rule__XParenthesizedExpression__Group__2_in_rule__XParenthesizedExpression__Group__120376 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XParenthesizedExpression__Group__1__Impl20403 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XParenthesizedExpression__Group__2__Impl_in_rule__XParenthesizedExpression__Group__220432 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_58_in_rule__XParenthesizedExpression__Group__2__Impl20460 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XIfExpression__Group__0__Impl_in_rule__XIfExpression__Group__020497 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000002L}); public static final BitSet FOLLOW_rule__XIfExpression__Group__1_in_rule__XIfExpression__Group__020500 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XIfExpression__Group__1__Impl_in_rule__XIfExpression__Group__120558 = new BitSet(new long[]{0x0200000000000000L}); public static final BitSet FOLLOW_rule__XIfExpression__Group__2_in_rule__XIfExpression__Group__120561 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_65_in_rule__XIfExpression__Group__1__Impl20589 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XIfExpression__Group__2__Impl_in_rule__XIfExpression__Group__220620 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XIfExpression__Group__3_in_rule__XIfExpression__Group__220623 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_57_in_rule__XIfExpression__Group__2__Impl20651 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XIfExpression__Group__3__Impl_in_rule__XIfExpression__Group__320682 = new BitSet(new long[]{0x0400000000000000L}); public static final BitSet FOLLOW_rule__XIfExpression__Group__4_in_rule__XIfExpression__Group__320685 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XIfExpression__IfAssignment_3_in_rule__XIfExpression__Group__3__Impl20712 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XIfExpression__Group__4__Impl_in_rule__XIfExpression__Group__420742 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XIfExpression__Group__5_in_rule__XIfExpression__Group__420745 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_58_in_rule__XIfExpression__Group__4__Impl20773 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XIfExpression__Group__5__Impl_in_rule__XIfExpression__Group__520804 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000004L}); public static final BitSet FOLLOW_rule__XIfExpression__Group__6_in_rule__XIfExpression__Group__520807 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XIfExpression__ThenAssignment_5_in_rule__XIfExpression__Group__5__Impl20834 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XIfExpression__Group__6__Impl_in_rule__XIfExpression__Group__620864 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XIfExpression__Group_6__0_in_rule__XIfExpression__Group__6__Impl20891 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XIfExpression__Group_6__0__Impl_in_rule__XIfExpression__Group_6__020936 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XIfExpression__Group_6__1_in_rule__XIfExpression__Group_6__020939 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_66_in_rule__XIfExpression__Group_6__0__Impl20968 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XIfExpression__Group_6__1__Impl_in_rule__XIfExpression__Group_6__121000 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XIfExpression__ElseAssignment_6_1_in_rule__XIfExpression__Group_6__1__Impl21027 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group__0__Impl_in_rule__XSwitchExpression__Group__021061 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000008L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group__1_in_rule__XSwitchExpression__Group__021064 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group__1__Impl_in_rule__XSwitchExpression__Group__121122 = new BitSet(new long[]{0xC217E10C880001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group__2_in_rule__XSwitchExpression__Group__121125 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_67_in_rule__XSwitchExpression__Group__1__Impl21153 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group__2__Impl_in_rule__XSwitchExpression__Group__221184 = new BitSet(new long[]{0x0010000000000000L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group__3_in_rule__XSwitchExpression__Group__221187 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Alternatives_2_in_rule__XSwitchExpression__Group__2__Impl21214 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group__3__Impl_in_rule__XSwitchExpression__Group__321244 = new BitSet(new long[]{0x0A20000080000010L,0x0000000000000070L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group__4_in_rule__XSwitchExpression__Group__321247 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_52_in_rule__XSwitchExpression__Group__3__Impl21275 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group__4__Impl_in_rule__XSwitchExpression__Group__421306 = new BitSet(new long[]{0x0A20000080000010L,0x0000000000000070L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group__5_in_rule__XSwitchExpression__Group__421309 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__CasesAssignment_4_in_rule__XSwitchExpression__Group__4__Impl21336 = new BitSet(new long[]{0x0A00000080000012L,0x0000000000000050L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group__5__Impl_in_rule__XSwitchExpression__Group__521367 = new BitSet(new long[]{0x0A20000080000010L,0x0000000000000070L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group__6_in_rule__XSwitchExpression__Group__521370 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_5__0_in_rule__XSwitchExpression__Group__5__Impl21397 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group__6__Impl_in_rule__XSwitchExpression__Group__621428 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_53_in_rule__XSwitchExpression__Group__6__Impl21456 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_2_0__0__Impl_in_rule__XSwitchExpression__Group_2_0__021501 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_2_0__1_in_rule__XSwitchExpression__Group_2_0__021504 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_2_0_0__0_in_rule__XSwitchExpression__Group_2_0__0__Impl21531 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_2_0__1__Impl_in_rule__XSwitchExpression__Group_2_0__121561 = new BitSet(new long[]{0x0400000000000000L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_2_0__2_in_rule__XSwitchExpression__Group_2_0__121564 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__SwitchAssignment_2_0_1_in_rule__XSwitchExpression__Group_2_0__1__Impl21591 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_2_0__2__Impl_in_rule__XSwitchExpression__Group_2_0__221621 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_58_in_rule__XSwitchExpression__Group_2_0__2__Impl21649 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_2_0_0__0__Impl_in_rule__XSwitchExpression__Group_2_0_0__021686 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_2_0_0_0__0_in_rule__XSwitchExpression__Group_2_0_0__0__Impl21713 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_2_0_0_0__0__Impl_in_rule__XSwitchExpression__Group_2_0_0_0__021745 = new BitSet(new long[]{0x0200000080000010L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_2_0_0_0__1_in_rule__XSwitchExpression__Group_2_0_0_0__021748 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_57_in_rule__XSwitchExpression__Group_2_0_0_0__0__Impl21776 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_2_0_0_0__1__Impl_in_rule__XSwitchExpression__Group_2_0_0_0__121807 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000010L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_2_0_0_0__2_in_rule__XSwitchExpression__Group_2_0_0_0__121810 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__DeclaredParamAssignment_2_0_0_0_1_in_rule__XSwitchExpression__Group_2_0_0_0__1__Impl21837 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_2_0_0_0__2__Impl_in_rule__XSwitchExpression__Group_2_0_0_0__221867 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_68_in_rule__XSwitchExpression__Group_2_0_0_0__2__Impl21895 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_2_1__0__Impl_in_rule__XSwitchExpression__Group_2_1__021932 = new BitSet(new long[]{0xC217E10C880001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_2_1__1_in_rule__XSwitchExpression__Group_2_1__021935 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_2_1_0__0_in_rule__XSwitchExpression__Group_2_1__0__Impl21962 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_2_1__1__Impl_in_rule__XSwitchExpression__Group_2_1__121993 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__SwitchAssignment_2_1_1_in_rule__XSwitchExpression__Group_2_1__1__Impl22020 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_2_1_0__0__Impl_in_rule__XSwitchExpression__Group_2_1_0__022054 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_2_1_0_0__0_in_rule__XSwitchExpression__Group_2_1_0__0__Impl22081 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_2_1_0_0__0__Impl_in_rule__XSwitchExpression__Group_2_1_0_0__022113 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000010L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_2_1_0_0__1_in_rule__XSwitchExpression__Group_2_1_0_0__022116 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__DeclaredParamAssignment_2_1_0_0_0_in_rule__XSwitchExpression__Group_2_1_0_0__0__Impl22143 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_2_1_0_0__1__Impl_in_rule__XSwitchExpression__Group_2_1_0_0__122173 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_68_in_rule__XSwitchExpression__Group_2_1_0_0__1__Impl22201 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_5__0__Impl_in_rule__XSwitchExpression__Group_5__022236 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000010L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_5__1_in_rule__XSwitchExpression__Group_5__022239 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_69_in_rule__XSwitchExpression__Group_5__0__Impl22267 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_5__1__Impl_in_rule__XSwitchExpression__Group_5__122298 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_5__2_in_rule__XSwitchExpression__Group_5__122301 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_68_in_rule__XSwitchExpression__Group_5__1__Impl22329 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_5__2__Impl_in_rule__XSwitchExpression__Group_5__222360 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__DefaultAssignment_5_2_in_rule__XSwitchExpression__Group_5__2__Impl22387 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCasePart__Group__0__Impl_in_rule__XCasePart__Group__022423 = new BitSet(new long[]{0x0A00000080000010L,0x0000000000000050L}); public static final BitSet FOLLOW_rule__XCasePart__Group__1_in_rule__XCasePart__Group__022426 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCasePart__Group__1__Impl_in_rule__XCasePart__Group__122484 = new BitSet(new long[]{0x0A00000080000010L,0x0000000000000050L}); public static final BitSet FOLLOW_rule__XCasePart__Group__2_in_rule__XCasePart__Group__122487 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCasePart__TypeGuardAssignment_1_in_rule__XCasePart__Group__1__Impl22514 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCasePart__Group__2__Impl_in_rule__XCasePart__Group__222545 = new BitSet(new long[]{0x0A00000080000010L,0x0000000000000050L}); public static final BitSet FOLLOW_rule__XCasePart__Group__3_in_rule__XCasePart__Group__222548 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCasePart__Group_2__0_in_rule__XCasePart__Group__2__Impl22575 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCasePart__Group__3__Impl_in_rule__XCasePart__Group__322606 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCasePart__Alternatives_3_in_rule__XCasePart__Group__3__Impl22633 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCasePart__Group_2__0__Impl_in_rule__XCasePart__Group_2__022671 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XCasePart__Group_2__1_in_rule__XCasePart__Group_2__022674 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_70_in_rule__XCasePart__Group_2__0__Impl22702 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCasePart__Group_2__1__Impl_in_rule__XCasePart__Group_2__122733 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCasePart__CaseAssignment_2_1_in_rule__XCasePart__Group_2__1__Impl22760 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCasePart__Group_3_0__0__Impl_in_rule__XCasePart__Group_3_0__022794 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XCasePart__Group_3_0__1_in_rule__XCasePart__Group_3_0__022797 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_68_in_rule__XCasePart__Group_3_0__0__Impl22825 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCasePart__Group_3_0__1__Impl_in_rule__XCasePart__Group_3_0__122856 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCasePart__ThenAssignment_3_0_1_in_rule__XCasePart__Group_3_0__1__Impl22883 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XForLoopExpression__Group__0__Impl_in_rule__XForLoopExpression__Group__022917 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XForLoopExpression__Group__1_in_rule__XForLoopExpression__Group__022920 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XForLoopExpression__Group_0__0_in_rule__XForLoopExpression__Group__0__Impl22947 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XForLoopExpression__Group__1__Impl_in_rule__XForLoopExpression__Group__122977 = new BitSet(new long[]{0x0400000000000000L}); public static final BitSet FOLLOW_rule__XForLoopExpression__Group__2_in_rule__XForLoopExpression__Group__122980 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XForLoopExpression__ForExpressionAssignment_1_in_rule__XForLoopExpression__Group__1__Impl23007 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XForLoopExpression__Group__2__Impl_in_rule__XForLoopExpression__Group__223037 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XForLoopExpression__Group__3_in_rule__XForLoopExpression__Group__223040 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_58_in_rule__XForLoopExpression__Group__2__Impl23068 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XForLoopExpression__Group__3__Impl_in_rule__XForLoopExpression__Group__323099 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XForLoopExpression__EachExpressionAssignment_3_in_rule__XForLoopExpression__Group__3__Impl23126 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XForLoopExpression__Group_0__0__Impl_in_rule__XForLoopExpression__Group_0__023164 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XForLoopExpression__Group_0_0__0_in_rule__XForLoopExpression__Group_0__0__Impl23191 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XForLoopExpression__Group_0_0__0__Impl_in_rule__XForLoopExpression__Group_0_0__023223 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000080L}); public static final BitSet FOLLOW_rule__XForLoopExpression__Group_0_0__1_in_rule__XForLoopExpression__Group_0_0__023226 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XForLoopExpression__Group_0_0__1__Impl_in_rule__XForLoopExpression__Group_0_0__123284 = new BitSet(new long[]{0x0200000000000000L}); public static final BitSet FOLLOW_rule__XForLoopExpression__Group_0_0__2_in_rule__XForLoopExpression__Group_0_0__123287 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_71_in_rule__XForLoopExpression__Group_0_0__1__Impl23315 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XForLoopExpression__Group_0_0__2__Impl_in_rule__XForLoopExpression__Group_0_0__223346 = new BitSet(new long[]{0x0200000080000010L}); public static final BitSet FOLLOW_rule__XForLoopExpression__Group_0_0__3_in_rule__XForLoopExpression__Group_0_0__223349 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_57_in_rule__XForLoopExpression__Group_0_0__2__Impl23377 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XForLoopExpression__Group_0_0__3__Impl_in_rule__XForLoopExpression__Group_0_0__323408 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000010L}); public static final BitSet FOLLOW_rule__XForLoopExpression__Group_0_0__4_in_rule__XForLoopExpression__Group_0_0__323411 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XForLoopExpression__DeclaredParamAssignment_0_0_3_in_rule__XForLoopExpression__Group_0_0__3__Impl23438 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XForLoopExpression__Group_0_0__4__Impl_in_rule__XForLoopExpression__Group_0_0__423468 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_68_in_rule__XForLoopExpression__Group_0_0__4__Impl23496 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group__0__Impl_in_rule__XBasicForLoopExpression__Group__023537 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000080L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group__1_in_rule__XBasicForLoopExpression__Group__023540 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group__1__Impl_in_rule__XBasicForLoopExpression__Group__123598 = new BitSet(new long[]{0x0200000000000000L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group__2_in_rule__XBasicForLoopExpression__Group__123601 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_71_in_rule__XBasicForLoopExpression__Group__1__Impl23629 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group__2__Impl_in_rule__XBasicForLoopExpression__Group__223660 = new BitSet(new long[]{0xC297F10C080001F0L,0x000000000302FF8AL}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group__3_in_rule__XBasicForLoopExpression__Group__223663 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_57_in_rule__XBasicForLoopExpression__Group__2__Impl23691 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group__3__Impl_in_rule__XBasicForLoopExpression__Group__323722 = new BitSet(new long[]{0xC297F10C080001F0L,0x000000000302FF8AL}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group__4_in_rule__XBasicForLoopExpression__Group__323725 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group_3__0_in_rule__XBasicForLoopExpression__Group__3__Impl23752 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group__4__Impl_in_rule__XBasicForLoopExpression__Group__423783 = new BitSet(new long[]{0xC297E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group__5_in_rule__XBasicForLoopExpression__Group__423786 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_55_in_rule__XBasicForLoopExpression__Group__4__Impl23814 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group__5__Impl_in_rule__XBasicForLoopExpression__Group__523845 = new BitSet(new long[]{0xC297E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group__6_in_rule__XBasicForLoopExpression__Group__523848 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__ExpressionAssignment_5_in_rule__XBasicForLoopExpression__Group__5__Impl23875 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group__6__Impl_in_rule__XBasicForLoopExpression__Group__623906 = new BitSet(new long[]{0xC617E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group__7_in_rule__XBasicForLoopExpression__Group__623909 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_55_in_rule__XBasicForLoopExpression__Group__6__Impl23937 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group__7__Impl_in_rule__XBasicForLoopExpression__Group__723968 = new BitSet(new long[]{0xC617E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group__8_in_rule__XBasicForLoopExpression__Group__723971 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group_7__0_in_rule__XBasicForLoopExpression__Group__7__Impl23998 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group__8__Impl_in_rule__XBasicForLoopExpression__Group__824029 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group__9_in_rule__XBasicForLoopExpression__Group__824032 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_58_in_rule__XBasicForLoopExpression__Group__8__Impl24060 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group__9__Impl_in_rule__XBasicForLoopExpression__Group__924091 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__EachExpressionAssignment_9_in_rule__XBasicForLoopExpression__Group__9__Impl24118 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group_3__0__Impl_in_rule__XBasicForLoopExpression__Group_3__024168 = new BitSet(new long[]{0x0800000000000000L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group_3__1_in_rule__XBasicForLoopExpression__Group_3__024171 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__InitExpressionsAssignment_3_0_in_rule__XBasicForLoopExpression__Group_3__0__Impl24198 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group_3__1__Impl_in_rule__XBasicForLoopExpression__Group_3__124228 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group_3_1__0_in_rule__XBasicForLoopExpression__Group_3__1__Impl24255 = new BitSet(new long[]{0x0800000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group_3_1__0__Impl_in_rule__XBasicForLoopExpression__Group_3_1__024290 = new BitSet(new long[]{0xC217F10C080001F0L,0x000000000302FF8AL}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group_3_1__1_in_rule__XBasicForLoopExpression__Group_3_1__024293 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_59_in_rule__XBasicForLoopExpression__Group_3_1__0__Impl24321 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group_3_1__1__Impl_in_rule__XBasicForLoopExpression__Group_3_1__124352 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__InitExpressionsAssignment_3_1_1_in_rule__XBasicForLoopExpression__Group_3_1__1__Impl24379 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group_7__0__Impl_in_rule__XBasicForLoopExpression__Group_7__024413 = new BitSet(new long[]{0x0800000000000000L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group_7__1_in_rule__XBasicForLoopExpression__Group_7__024416 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_0_in_rule__XBasicForLoopExpression__Group_7__0__Impl24443 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group_7__1__Impl_in_rule__XBasicForLoopExpression__Group_7__124473 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group_7_1__0_in_rule__XBasicForLoopExpression__Group_7__1__Impl24500 = new BitSet(new long[]{0x0800000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group_7_1__0__Impl_in_rule__XBasicForLoopExpression__Group_7_1__024535 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group_7_1__1_in_rule__XBasicForLoopExpression__Group_7_1__024538 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_59_in_rule__XBasicForLoopExpression__Group_7_1__0__Impl24566 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__Group_7_1__1__Impl_in_rule__XBasicForLoopExpression__Group_7_1__124597 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_1_1_in_rule__XBasicForLoopExpression__Group_7_1__1__Impl24624 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XWhileExpression__Group__0__Impl_in_rule__XWhileExpression__Group__024658 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000100L}); public static final BitSet FOLLOW_rule__XWhileExpression__Group__1_in_rule__XWhileExpression__Group__024661 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XWhileExpression__Group__1__Impl_in_rule__XWhileExpression__Group__124719 = new BitSet(new long[]{0x0200000000000000L}); public static final BitSet FOLLOW_rule__XWhileExpression__Group__2_in_rule__XWhileExpression__Group__124722 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_72_in_rule__XWhileExpression__Group__1__Impl24750 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XWhileExpression__Group__2__Impl_in_rule__XWhileExpression__Group__224781 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XWhileExpression__Group__3_in_rule__XWhileExpression__Group__224784 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_57_in_rule__XWhileExpression__Group__2__Impl24812 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XWhileExpression__Group__3__Impl_in_rule__XWhileExpression__Group__324843 = new BitSet(new long[]{0x0400000000000000L}); public static final BitSet FOLLOW_rule__XWhileExpression__Group__4_in_rule__XWhileExpression__Group__324846 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XWhileExpression__PredicateAssignment_3_in_rule__XWhileExpression__Group__3__Impl24873 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XWhileExpression__Group__4__Impl_in_rule__XWhileExpression__Group__424903 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XWhileExpression__Group__5_in_rule__XWhileExpression__Group__424906 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_58_in_rule__XWhileExpression__Group__4__Impl24934 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XWhileExpression__Group__5__Impl_in_rule__XWhileExpression__Group__524965 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XWhileExpression__BodyAssignment_5_in_rule__XWhileExpression__Group__5__Impl24992 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XDoWhileExpression__Group__0__Impl_in_rule__XDoWhileExpression__Group__025034 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000200L}); public static final BitSet FOLLOW_rule__XDoWhileExpression__Group__1_in_rule__XDoWhileExpression__Group__025037 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XDoWhileExpression__Group__1__Impl_in_rule__XDoWhileExpression__Group__125095 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XDoWhileExpression__Group__2_in_rule__XDoWhileExpression__Group__125098 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_73_in_rule__XDoWhileExpression__Group__1__Impl25126 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XDoWhileExpression__Group__2__Impl_in_rule__XDoWhileExpression__Group__225157 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000100L}); public static final BitSet FOLLOW_rule__XDoWhileExpression__Group__3_in_rule__XDoWhileExpression__Group__225160 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XDoWhileExpression__BodyAssignment_2_in_rule__XDoWhileExpression__Group__2__Impl25187 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XDoWhileExpression__Group__3__Impl_in_rule__XDoWhileExpression__Group__325217 = new BitSet(new long[]{0x0200000000000000L}); public static final BitSet FOLLOW_rule__XDoWhileExpression__Group__4_in_rule__XDoWhileExpression__Group__325220 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_72_in_rule__XDoWhileExpression__Group__3__Impl25248 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XDoWhileExpression__Group__4__Impl_in_rule__XDoWhileExpression__Group__425279 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XDoWhileExpression__Group__5_in_rule__XDoWhileExpression__Group__425282 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_57_in_rule__XDoWhileExpression__Group__4__Impl25310 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XDoWhileExpression__Group__5__Impl_in_rule__XDoWhileExpression__Group__525341 = new BitSet(new long[]{0x0400000000000000L}); public static final BitSet FOLLOW_rule__XDoWhileExpression__Group__6_in_rule__XDoWhileExpression__Group__525344 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XDoWhileExpression__PredicateAssignment_5_in_rule__XDoWhileExpression__Group__5__Impl25371 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XDoWhileExpression__Group__6__Impl_in_rule__XDoWhileExpression__Group__625401 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_58_in_rule__XDoWhileExpression__Group__6__Impl25429 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBlockExpression__Group__0__Impl_in_rule__XBlockExpression__Group__025474 = new BitSet(new long[]{0x0010000000000000L}); public static final BitSet FOLLOW_rule__XBlockExpression__Group__1_in_rule__XBlockExpression__Group__025477 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBlockExpression__Group__1__Impl_in_rule__XBlockExpression__Group__125535 = new BitSet(new long[]{0xC237F10C080001F0L,0x000000000302FF8AL}); public static final BitSet FOLLOW_rule__XBlockExpression__Group__2_in_rule__XBlockExpression__Group__125538 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_52_in_rule__XBlockExpression__Group__1__Impl25566 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBlockExpression__Group__2__Impl_in_rule__XBlockExpression__Group__225597 = new BitSet(new long[]{0xC237F10C080001F0L,0x000000000302FF8AL}); public static final BitSet FOLLOW_rule__XBlockExpression__Group__3_in_rule__XBlockExpression__Group__225600 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBlockExpression__Group_2__0_in_rule__XBlockExpression__Group__2__Impl25627 = new BitSet(new long[]{0xC217F10C080001F2L,0x000000000302FF8AL}); public static final BitSet FOLLOW_rule__XBlockExpression__Group__3__Impl_in_rule__XBlockExpression__Group__325658 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_53_in_rule__XBlockExpression__Group__3__Impl25686 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBlockExpression__Group_2__0__Impl_in_rule__XBlockExpression__Group_2__025725 = new BitSet(new long[]{0x0080000000000000L}); public static final BitSet FOLLOW_rule__XBlockExpression__Group_2__1_in_rule__XBlockExpression__Group_2__025728 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBlockExpression__ExpressionsAssignment_2_0_in_rule__XBlockExpression__Group_2__0__Impl25755 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBlockExpression__Group_2__1__Impl_in_rule__XBlockExpression__Group_2__125785 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_55_in_rule__XBlockExpression__Group_2__1__Impl25814 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XVariableDeclaration__Group__0__Impl_in_rule__XVariableDeclaration__Group__025851 = new BitSet(new long[]{0x0000100000000000L,0x0000000001000000L}); public static final BitSet FOLLOW_rule__XVariableDeclaration__Group__1_in_rule__XVariableDeclaration__Group__025854 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XVariableDeclaration__Group__1__Impl_in_rule__XVariableDeclaration__Group__125912 = new BitSet(new long[]{0x0200000080000010L}); public static final BitSet FOLLOW_rule__XVariableDeclaration__Group__2_in_rule__XVariableDeclaration__Group__125915 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XVariableDeclaration__Alternatives_1_in_rule__XVariableDeclaration__Group__1__Impl25942 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XVariableDeclaration__Group__2__Impl_in_rule__XVariableDeclaration__Group__225972 = new BitSet(new long[]{0x0000000000002000L}); public static final BitSet FOLLOW_rule__XVariableDeclaration__Group__3_in_rule__XVariableDeclaration__Group__225975 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XVariableDeclaration__Alternatives_2_in_rule__XVariableDeclaration__Group__2__Impl26002 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XVariableDeclaration__Group__3__Impl_in_rule__XVariableDeclaration__Group__326032 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XVariableDeclaration__Group_3__0_in_rule__XVariableDeclaration__Group__3__Impl26059 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XVariableDeclaration__Group_2_0__0__Impl_in_rule__XVariableDeclaration__Group_2_0__026098 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XVariableDeclaration__Group_2_0_0__0_in_rule__XVariableDeclaration__Group_2_0__0__Impl26125 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XVariableDeclaration__Group_2_0_0__0__Impl_in_rule__XVariableDeclaration__Group_2_0_0__026157 = new BitSet(new long[]{0x0000000000000010L}); public static final BitSet FOLLOW_rule__XVariableDeclaration__Group_2_0_0__1_in_rule__XVariableDeclaration__Group_2_0_0__026160 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XVariableDeclaration__TypeAssignment_2_0_0_0_in_rule__XVariableDeclaration__Group_2_0_0__0__Impl26187 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XVariableDeclaration__Group_2_0_0__1__Impl_in_rule__XVariableDeclaration__Group_2_0_0__126217 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XVariableDeclaration__NameAssignment_2_0_0_1_in_rule__XVariableDeclaration__Group_2_0_0__1__Impl26244 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XVariableDeclaration__Group_3__0__Impl_in_rule__XVariableDeclaration__Group_3__026278 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XVariableDeclaration__Group_3__1_in_rule__XVariableDeclaration__Group_3__026281 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_13_in_rule__XVariableDeclaration__Group_3__0__Impl26309 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XVariableDeclaration__Group_3__1__Impl_in_rule__XVariableDeclaration__Group_3__126340 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XVariableDeclaration__RightAssignment_3_1_in_rule__XVariableDeclaration__Group_3__1__Impl26367 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmFormalParameter__Group__0__Impl_in_rule__JvmFormalParameter__Group__026401 = new BitSet(new long[]{0x0200000080000010L}); public static final BitSet FOLLOW_rule__JvmFormalParameter__Group__1_in_rule__JvmFormalParameter__Group__026404 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmFormalParameter__ParameterTypeAssignment_0_in_rule__JvmFormalParameter__Group__0__Impl26431 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmFormalParameter__Group__1__Impl_in_rule__JvmFormalParameter__Group__126462 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmFormalParameter__NameAssignment_1_in_rule__JvmFormalParameter__Group__1__Impl26489 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__FullJvmFormalParameter__Group__0__Impl_in_rule__FullJvmFormalParameter__Group__026523 = new BitSet(new long[]{0x0000000000000010L}); public static final BitSet FOLLOW_rule__FullJvmFormalParameter__Group__1_in_rule__FullJvmFormalParameter__Group__026526 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__FullJvmFormalParameter__ParameterTypeAssignment_0_in_rule__FullJvmFormalParameter__Group__0__Impl26553 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__FullJvmFormalParameter__Group__1__Impl_in_rule__FullJvmFormalParameter__Group__126583 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__FullJvmFormalParameter__NameAssignment_1_in_rule__FullJvmFormalParameter__Group__1__Impl26610 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group__0__Impl_in_rule__XFeatureCall__Group__026644 = new BitSet(new long[]{0x0003E00008000010L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group__1_in_rule__XFeatureCall__Group__026647 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group__1__Impl_in_rule__XFeatureCall__Group__126705 = new BitSet(new long[]{0x0003E00008000010L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group__2_in_rule__XFeatureCall__Group__126708 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group_1__0_in_rule__XFeatureCall__Group__1__Impl26735 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group__2__Impl_in_rule__XFeatureCall__Group__226766 = new BitSet(new long[]{0x8200000000000000L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group__3_in_rule__XFeatureCall__Group__226769 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__FeatureAssignment_2_in_rule__XFeatureCall__Group__2__Impl26796 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group__3__Impl_in_rule__XFeatureCall__Group__326826 = new BitSet(new long[]{0x8200000000000000L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group__4_in_rule__XFeatureCall__Group__326829 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group_3__0_in_rule__XFeatureCall__Group__3__Impl26856 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group__4__Impl_in_rule__XFeatureCall__Group__426887 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__FeatureCallArgumentsAssignment_4_in_rule__XFeatureCall__Group__4__Impl26914 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group_1__0__Impl_in_rule__XFeatureCall__Group_1__026955 = new BitSet(new long[]{0x0200000080000010L,0x0000000000080000L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group_1__1_in_rule__XFeatureCall__Group_1__026958 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_27_in_rule__XFeatureCall__Group_1__0__Impl26986 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group_1__1__Impl_in_rule__XFeatureCall__Group_1__127017 = new BitSet(new long[]{0x0800000004000000L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group_1__2_in_rule__XFeatureCall__Group_1__127020 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__TypeArgumentsAssignment_1_1_in_rule__XFeatureCall__Group_1__1__Impl27047 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group_1__2__Impl_in_rule__XFeatureCall__Group_1__227077 = new BitSet(new long[]{0x0800000004000000L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group_1__3_in_rule__XFeatureCall__Group_1__227080 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group_1_2__0_in_rule__XFeatureCall__Group_1__2__Impl27107 = new BitSet(new long[]{0x0800000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group_1__3__Impl_in_rule__XFeatureCall__Group_1__327138 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_26_in_rule__XFeatureCall__Group_1__3__Impl27166 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group_1_2__0__Impl_in_rule__XFeatureCall__Group_1_2__027205 = new BitSet(new long[]{0x0200000080000010L,0x0000000000080000L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group_1_2__1_in_rule__XFeatureCall__Group_1_2__027208 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_59_in_rule__XFeatureCall__Group_1_2__0__Impl27236 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group_1_2__1__Impl_in_rule__XFeatureCall__Group_1_2__127267 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__TypeArgumentsAssignment_1_2_1_in_rule__XFeatureCall__Group_1_2__1__Impl27294 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group_3__0__Impl_in_rule__XFeatureCall__Group_3__027328 = new BitSet(new long[]{0xC617E10C880001F0L,0x000000000282FF8AL}); public static final BitSet FOLLOW_rule__XFeatureCall__Group_3__1_in_rule__XFeatureCall__Group_3__027331 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__ExplicitOperationCallAssignment_3_0_in_rule__XFeatureCall__Group_3__0__Impl27358 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group_3__1__Impl_in_rule__XFeatureCall__Group_3__127388 = new BitSet(new long[]{0xC617E10C880001F0L,0x000000000282FF8AL}); public static final BitSet FOLLOW_rule__XFeatureCall__Group_3__2_in_rule__XFeatureCall__Group_3__127391 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__Alternatives_3_1_in_rule__XFeatureCall__Group_3__1__Impl27418 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group_3__2__Impl_in_rule__XFeatureCall__Group_3__227449 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_58_in_rule__XFeatureCall__Group_3__2__Impl27477 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group_3_1_1__0__Impl_in_rule__XFeatureCall__Group_3_1_1__027514 = new BitSet(new long[]{0x0800000000000000L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group_3_1_1__1_in_rule__XFeatureCall__Group_3_1_1__027517 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_0_in_rule__XFeatureCall__Group_3_1_1__0__Impl27544 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group_3_1_1__1__Impl_in_rule__XFeatureCall__Group_3_1_1__127574 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group_3_1_1_1__0_in_rule__XFeatureCall__Group_3_1_1__1__Impl27601 = new BitSet(new long[]{0x0800000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group_3_1_1_1__0__Impl_in_rule__XFeatureCall__Group_3_1_1_1__027636 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XFeatureCall__Group_3_1_1_1__1_in_rule__XFeatureCall__Group_3_1_1_1__027639 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_59_in_rule__XFeatureCall__Group_3_1_1_1__0__Impl27667 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group_3_1_1_1__1__Impl_in_rule__XFeatureCall__Group_3_1_1_1__127698 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_1_1_in_rule__XFeatureCall__Group_3_1_1_1__1__Impl27725 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group__0__Impl_in_rule__XConstructorCall__Group__027759 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000400L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group__1_in_rule__XConstructorCall__Group__027762 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group__1__Impl_in_rule__XConstructorCall__Group__127820 = new BitSet(new long[]{0x0000000000000010L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group__2_in_rule__XConstructorCall__Group__127823 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_74_in_rule__XConstructorCall__Group__1__Impl27851 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group__2__Impl_in_rule__XConstructorCall__Group__227882 = new BitSet(new long[]{0x8200000008000000L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group__3_in_rule__XConstructorCall__Group__227885 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__ConstructorAssignment_2_in_rule__XConstructorCall__Group__2__Impl27912 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group__3__Impl_in_rule__XConstructorCall__Group__327942 = new BitSet(new long[]{0x8200000008000000L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group__4_in_rule__XConstructorCall__Group__327945 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_3__0_in_rule__XConstructorCall__Group__3__Impl27972 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group__4__Impl_in_rule__XConstructorCall__Group__428003 = new BitSet(new long[]{0x8200000008000000L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group__5_in_rule__XConstructorCall__Group__428006 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_4__0_in_rule__XConstructorCall__Group__4__Impl28033 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group__5__Impl_in_rule__XConstructorCall__Group__528064 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__ArgumentsAssignment_5_in_rule__XConstructorCall__Group__5__Impl28091 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_3__0__Impl_in_rule__XConstructorCall__Group_3__028134 = new BitSet(new long[]{0x0200000080000010L,0x0000000000080000L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_3__1_in_rule__XConstructorCall__Group_3__028137 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_27_in_rule__XConstructorCall__Group_3__0__Impl28166 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_3__1__Impl_in_rule__XConstructorCall__Group_3__128198 = new BitSet(new long[]{0x0800000004000000L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_3__2_in_rule__XConstructorCall__Group_3__128201 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__TypeArgumentsAssignment_3_1_in_rule__XConstructorCall__Group_3__1__Impl28228 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_3__2__Impl_in_rule__XConstructorCall__Group_3__228258 = new BitSet(new long[]{0x0800000004000000L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_3__3_in_rule__XConstructorCall__Group_3__228261 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_3_2__0_in_rule__XConstructorCall__Group_3__2__Impl28288 = new BitSet(new long[]{0x0800000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_3__3__Impl_in_rule__XConstructorCall__Group_3__328319 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_26_in_rule__XConstructorCall__Group_3__3__Impl28347 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_3_2__0__Impl_in_rule__XConstructorCall__Group_3_2__028386 = new BitSet(new long[]{0x0200000080000010L,0x0000000000080000L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_3_2__1_in_rule__XConstructorCall__Group_3_2__028389 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_59_in_rule__XConstructorCall__Group_3_2__0__Impl28417 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_3_2__1__Impl_in_rule__XConstructorCall__Group_3_2__128448 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__TypeArgumentsAssignment_3_2_1_in_rule__XConstructorCall__Group_3_2__1__Impl28475 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_4__0__Impl_in_rule__XConstructorCall__Group_4__028509 = new BitSet(new long[]{0xC617E10C880001F0L,0x000000000282FF8AL}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_4__1_in_rule__XConstructorCall__Group_4__028512 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__ExplicitConstructorCallAssignment_4_0_in_rule__XConstructorCall__Group_4__0__Impl28539 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_4__1__Impl_in_rule__XConstructorCall__Group_4__128569 = new BitSet(new long[]{0xC617E10C880001F0L,0x000000000282FF8AL}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_4__2_in_rule__XConstructorCall__Group_4__128572 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Alternatives_4_1_in_rule__XConstructorCall__Group_4__1__Impl28599 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_4__2__Impl_in_rule__XConstructorCall__Group_4__228630 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_58_in_rule__XConstructorCall__Group_4__2__Impl28658 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_4_1_1__0__Impl_in_rule__XConstructorCall__Group_4_1_1__028695 = new BitSet(new long[]{0x0800000000000000L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_4_1_1__1_in_rule__XConstructorCall__Group_4_1_1__028698 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__ArgumentsAssignment_4_1_1_0_in_rule__XConstructorCall__Group_4_1_1__0__Impl28725 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_4_1_1__1__Impl_in_rule__XConstructorCall__Group_4_1_1__128755 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_4_1_1_1__0_in_rule__XConstructorCall__Group_4_1_1__1__Impl28782 = new BitSet(new long[]{0x0800000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_4_1_1_1__0__Impl_in_rule__XConstructorCall__Group_4_1_1_1__028817 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_4_1_1_1__1_in_rule__XConstructorCall__Group_4_1_1_1__028820 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_59_in_rule__XConstructorCall__Group_4_1_1_1__0__Impl28848 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_4_1_1_1__1__Impl_in_rule__XConstructorCall__Group_4_1_1_1__128879 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__ArgumentsAssignment_4_1_1_1_1_in_rule__XConstructorCall__Group_4_1_1_1__1__Impl28906 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBooleanLiteral__Group__0__Impl_in_rule__XBooleanLiteral__Group__028940 = new BitSet(new long[]{0x0004000000000000L,0x0000000002000000L}); public static final BitSet FOLLOW_rule__XBooleanLiteral__Group__1_in_rule__XBooleanLiteral__Group__028943 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBooleanLiteral__Group__1__Impl_in_rule__XBooleanLiteral__Group__129001 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XBooleanLiteral__Alternatives_1_in_rule__XBooleanLiteral__Group__1__Impl29028 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XNullLiteral__Group__0__Impl_in_rule__XNullLiteral__Group__029062 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000800L}); public static final BitSet FOLLOW_rule__XNullLiteral__Group__1_in_rule__XNullLiteral__Group__029065 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XNullLiteral__Group__1__Impl_in_rule__XNullLiteral__Group__129123 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_75_in_rule__XNullLiteral__Group__1__Impl29151 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XNumberLiteral__Group__0__Impl_in_rule__XNumberLiteral__Group__029186 = new BitSet(new long[]{0x00000000000000E0L}); public static final BitSet FOLLOW_rule__XNumberLiteral__Group__1_in_rule__XNumberLiteral__Group__029189 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XNumberLiteral__Group__1__Impl_in_rule__XNumberLiteral__Group__129247 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XNumberLiteral__ValueAssignment_1_in_rule__XNumberLiteral__Group__1__Impl29274 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XStringLiteral__Group__0__Impl_in_rule__XStringLiteral__Group__029308 = new BitSet(new long[]{0x0000000000000100L}); public static final BitSet FOLLOW_rule__XStringLiteral__Group__1_in_rule__XStringLiteral__Group__029311 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XStringLiteral__Group__1__Impl_in_rule__XStringLiteral__Group__129369 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XStringLiteral__ValueAssignment_1_in_rule__XStringLiteral__Group__1__Impl29396 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTypeLiteral__Group__0__Impl_in_rule__XTypeLiteral__Group__029430 = new BitSet(new long[]{0xC0040000000001E0L,0x0000000002001800L}); public static final BitSet FOLLOW_rule__XTypeLiteral__Group__1_in_rule__XTypeLiteral__Group__029433 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTypeLiteral__Group__1__Impl_in_rule__XTypeLiteral__Group__129491 = new BitSet(new long[]{0x0200000000000000L}); public static final BitSet FOLLOW_rule__XTypeLiteral__Group__2_in_rule__XTypeLiteral__Group__129494 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_76_in_rule__XTypeLiteral__Group__1__Impl29522 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTypeLiteral__Group__2__Impl_in_rule__XTypeLiteral__Group__229553 = new BitSet(new long[]{0x0000000000000010L}); public static final BitSet FOLLOW_rule__XTypeLiteral__Group__3_in_rule__XTypeLiteral__Group__229556 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_57_in_rule__XTypeLiteral__Group__2__Impl29584 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTypeLiteral__Group__3__Impl_in_rule__XTypeLiteral__Group__329615 = new BitSet(new long[]{0x8400000000000000L}); public static final BitSet FOLLOW_rule__XTypeLiteral__Group__4_in_rule__XTypeLiteral__Group__329618 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTypeLiteral__TypeAssignment_3_in_rule__XTypeLiteral__Group__3__Impl29645 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTypeLiteral__Group__4__Impl_in_rule__XTypeLiteral__Group__429675 = new BitSet(new long[]{0x8400000000000000L}); public static final BitSet FOLLOW_rule__XTypeLiteral__Group__5_in_rule__XTypeLiteral__Group__429678 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTypeLiteral__ArrayDimensionsAssignment_4_in_rule__XTypeLiteral__Group__4__Impl29705 = new BitSet(new long[]{0x8000000000000002L}); public static final BitSet FOLLOW_rule__XTypeLiteral__Group__5__Impl_in_rule__XTypeLiteral__Group__529736 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_58_in_rule__XTypeLiteral__Group__5__Impl29764 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XThrowExpression__Group__0__Impl_in_rule__XThrowExpression__Group__029807 = new BitSet(new long[]{0x0000000000000000L,0x0000000000002000L}); public static final BitSet FOLLOW_rule__XThrowExpression__Group__1_in_rule__XThrowExpression__Group__029810 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XThrowExpression__Group__1__Impl_in_rule__XThrowExpression__Group__129868 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XThrowExpression__Group__2_in_rule__XThrowExpression__Group__129871 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_77_in_rule__XThrowExpression__Group__1__Impl29899 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XThrowExpression__Group__2__Impl_in_rule__XThrowExpression__Group__229930 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XThrowExpression__ExpressionAssignment_2_in_rule__XThrowExpression__Group__2__Impl29957 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XReturnExpression__Group__0__Impl_in_rule__XReturnExpression__Group__029993 = new BitSet(new long[]{0x0000000000000000L,0x0000000000004000L}); public static final BitSet FOLLOW_rule__XReturnExpression__Group__1_in_rule__XReturnExpression__Group__029996 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XReturnExpression__Group__1__Impl_in_rule__XReturnExpression__Group__130054 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XReturnExpression__Group__2_in_rule__XReturnExpression__Group__130057 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_78_in_rule__XReturnExpression__Group__1__Impl30085 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XReturnExpression__Group__2__Impl_in_rule__XReturnExpression__Group__230116 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XReturnExpression__ExpressionAssignment_2_in_rule__XReturnExpression__Group__2__Impl30143 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__Group__0__Impl_in_rule__XTryCatchFinallyExpression__Group__030180 = new BitSet(new long[]{0x0000000000000000L,0x0000000000008000L}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__Group__1_in_rule__XTryCatchFinallyExpression__Group__030183 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__Group__1__Impl_in_rule__XTryCatchFinallyExpression__Group__130241 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__Group__2_in_rule__XTryCatchFinallyExpression__Group__130244 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_79_in_rule__XTryCatchFinallyExpression__Group__1__Impl30272 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__Group__2__Impl_in_rule__XTryCatchFinallyExpression__Group__230303 = new BitSet(new long[]{0x0000000000000000L,0x0000000000050000L}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__Group__3_in_rule__XTryCatchFinallyExpression__Group__230306 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__ExpressionAssignment_2_in_rule__XTryCatchFinallyExpression__Group__2__Impl30333 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__Group__3__Impl_in_rule__XTryCatchFinallyExpression__Group__330363 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__Alternatives_3_in_rule__XTryCatchFinallyExpression__Group__3__Impl30390 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__Group_3_0__0__Impl_in_rule__XTryCatchFinallyExpression__Group_3_0__030428 = new BitSet(new long[]{0x0000000000000000L,0x0000000000010000L}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__Group_3_0__1_in_rule__XTryCatchFinallyExpression__Group_3_0__030431 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0_in_rule__XTryCatchFinallyExpression__Group_3_0__0__Impl30460 = new BitSet(new long[]{0x0000000000000002L,0x0000000000040000L}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0_in_rule__XTryCatchFinallyExpression__Group_3_0__0__Impl30472 = new BitSet(new long[]{0x0000000000000002L,0x0000000000040000L}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__Group_3_0__1__Impl_in_rule__XTryCatchFinallyExpression__Group_3_0__130505 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__Group_3_0_1__0_in_rule__XTryCatchFinallyExpression__Group_3_0__1__Impl30532 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__Group_3_0_1__0__Impl_in_rule__XTryCatchFinallyExpression__Group_3_0_1__030567 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__Group_3_0_1__1_in_rule__XTryCatchFinallyExpression__Group_3_0_1__030570 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_80_in_rule__XTryCatchFinallyExpression__Group_3_0_1__0__Impl30599 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__Group_3_0_1__1__Impl_in_rule__XTryCatchFinallyExpression__Group_3_0_1__130631 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_0_1_1_in_rule__XTryCatchFinallyExpression__Group_3_0_1__1__Impl30658 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__Group_3_1__0__Impl_in_rule__XTryCatchFinallyExpression__Group_3_1__030692 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__Group_3_1__1_in_rule__XTryCatchFinallyExpression__Group_3_1__030695 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_80_in_rule__XTryCatchFinallyExpression__Group_3_1__0__Impl30723 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__Group_3_1__1__Impl_in_rule__XTryCatchFinallyExpression__Group_3_1__130754 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_1_1_in_rule__XTryCatchFinallyExpression__Group_3_1__1__Impl30781 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSynchronizedExpression__Group__0__Impl_in_rule__XSynchronizedExpression__Group__030815 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XSynchronizedExpression__Group__1_in_rule__XSynchronizedExpression__Group__030818 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSynchronizedExpression__Group_0__0_in_rule__XSynchronizedExpression__Group__0__Impl30845 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSynchronizedExpression__Group__1__Impl_in_rule__XSynchronizedExpression__Group__130875 = new BitSet(new long[]{0x0400000000000000L}); public static final BitSet FOLLOW_rule__XSynchronizedExpression__Group__2_in_rule__XSynchronizedExpression__Group__130878 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSynchronizedExpression__ParamAssignment_1_in_rule__XSynchronizedExpression__Group__1__Impl30905 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSynchronizedExpression__Group__2__Impl_in_rule__XSynchronizedExpression__Group__230935 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XSynchronizedExpression__Group__3_in_rule__XSynchronizedExpression__Group__230938 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_58_in_rule__XSynchronizedExpression__Group__2__Impl30966 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSynchronizedExpression__Group__3__Impl_in_rule__XSynchronizedExpression__Group__330997 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSynchronizedExpression__ExpressionAssignment_3_in_rule__XSynchronizedExpression__Group__3__Impl31024 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSynchronizedExpression__Group_0__0__Impl_in_rule__XSynchronizedExpression__Group_0__031062 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSynchronizedExpression__Group_0_0__0_in_rule__XSynchronizedExpression__Group_0__0__Impl31089 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSynchronizedExpression__Group_0_0__0__Impl_in_rule__XSynchronizedExpression__Group_0_0__031121 = new BitSet(new long[]{0x0000000000000000L,0x0000000000020000L}); public static final BitSet FOLLOW_rule__XSynchronizedExpression__Group_0_0__1_in_rule__XSynchronizedExpression__Group_0_0__031124 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSynchronizedExpression__Group_0_0__1__Impl_in_rule__XSynchronizedExpression__Group_0_0__131182 = new BitSet(new long[]{0x0200000000000000L}); public static final BitSet FOLLOW_rule__XSynchronizedExpression__Group_0_0__2_in_rule__XSynchronizedExpression__Group_0_0__131185 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_81_in_rule__XSynchronizedExpression__Group_0_0__1__Impl31213 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSynchronizedExpression__Group_0_0__2__Impl_in_rule__XSynchronizedExpression__Group_0_0__231244 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_57_in_rule__XSynchronizedExpression__Group_0_0__2__Impl31272 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCatchClause__Group__0__Impl_in_rule__XCatchClause__Group__031309 = new BitSet(new long[]{0x0200000000000000L}); public static final BitSet FOLLOW_rule__XCatchClause__Group__1_in_rule__XCatchClause__Group__031312 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_82_in_rule__XCatchClause__Group__0__Impl31341 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCatchClause__Group__1__Impl_in_rule__XCatchClause__Group__131373 = new BitSet(new long[]{0x0200000080000010L}); public static final BitSet FOLLOW_rule__XCatchClause__Group__2_in_rule__XCatchClause__Group__131376 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_57_in_rule__XCatchClause__Group__1__Impl31404 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCatchClause__Group__2__Impl_in_rule__XCatchClause__Group__231435 = new BitSet(new long[]{0x0400000000000000L}); public static final BitSet FOLLOW_rule__XCatchClause__Group__3_in_rule__XCatchClause__Group__231438 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCatchClause__DeclaredParamAssignment_2_in_rule__XCatchClause__Group__2__Impl31465 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCatchClause__Group__3__Impl_in_rule__XCatchClause__Group__331495 = new BitSet(new long[]{0xC217E10C080001F0L,0x000000000202FF8AL}); public static final BitSet FOLLOW_rule__XCatchClause__Group__4_in_rule__XCatchClause__Group__331498 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_58_in_rule__XCatchClause__Group__3__Impl31526 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCatchClause__Group__4__Impl_in_rule__XCatchClause__Group__431557 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCatchClause__ExpressionAssignment_4_in_rule__XCatchClause__Group__4__Impl31584 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__QualifiedName__Group__0__Impl_in_rule__QualifiedName__Group__031624 = new BitSet(new long[]{0x0000080000000000L}); public static final BitSet FOLLOW_rule__QualifiedName__Group__1_in_rule__QualifiedName__Group__031627 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleValidID_in_rule__QualifiedName__Group__0__Impl31654 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__QualifiedName__Group__1__Impl_in_rule__QualifiedName__Group__131683 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__QualifiedName__Group_1__0_in_rule__QualifiedName__Group__1__Impl31710 = new BitSet(new long[]{0x0000080000000002L}); public static final BitSet FOLLOW_rule__QualifiedName__Group_1__0__Impl_in_rule__QualifiedName__Group_1__031745 = new BitSet(new long[]{0x0000000000000010L}); public static final BitSet FOLLOW_rule__QualifiedName__Group_1__1_in_rule__QualifiedName__Group_1__031748 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_43_in_rule__QualifiedName__Group_1__0__Impl31777 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__QualifiedName__Group_1__1__Impl_in_rule__QualifiedName__Group_1__131809 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleValidID_in_rule__QualifiedName__Group_1__1__Impl31836 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Number__Group_1__0__Impl_in_rule__Number__Group_1__031869 = new BitSet(new long[]{0x0000080000000000L}); public static final BitSet FOLLOW_rule__Number__Group_1__1_in_rule__Number__Group_1__031872 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Number__Alternatives_1_0_in_rule__Number__Group_1__0__Impl31899 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Number__Group_1__1__Impl_in_rule__Number__Group_1__131929 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Number__Group_1_1__0_in_rule__Number__Group_1__1__Impl31956 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Number__Group_1_1__0__Impl_in_rule__Number__Group_1_1__031991 = new BitSet(new long[]{0x00000000000000C0L}); public static final BitSet FOLLOW_rule__Number__Group_1_1__1_in_rule__Number__Group_1_1__031994 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_43_in_rule__Number__Group_1_1__0__Impl32022 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Number__Group_1_1__1__Impl_in_rule__Number__Group_1_1__132053 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__Number__Alternatives_1_1_1_in_rule__Number__Group_1_1__1__Impl32080 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmTypeReference__Group_0__0__Impl_in_rule__JvmTypeReference__Group_0__032115 = new BitSet(new long[]{0x8000000000000000L}); public static final BitSet FOLLOW_rule__JvmTypeReference__Group_0__1_in_rule__JvmTypeReference__Group_0__032118 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmParameterizedTypeReference_in_rule__JvmTypeReference__Group_0__0__Impl32145 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmTypeReference__Group_0__1__Impl_in_rule__JvmTypeReference__Group_0__132174 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmTypeReference__Group_0_1__0_in_rule__JvmTypeReference__Group_0__1__Impl32201 = new BitSet(new long[]{0x8000000000000002L}); public static final BitSet FOLLOW_rule__JvmTypeReference__Group_0_1__0__Impl_in_rule__JvmTypeReference__Group_0_1__032236 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmTypeReference__Group_0_1_0__0_in_rule__JvmTypeReference__Group_0_1__0__Impl32263 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmTypeReference__Group_0_1_0__0__Impl_in_rule__JvmTypeReference__Group_0_1_0__032295 = new BitSet(new long[]{0x8000000000000000L}); public static final BitSet FOLLOW_rule__JvmTypeReference__Group_0_1_0__1_in_rule__JvmTypeReference__Group_0_1_0__032298 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmTypeReference__Group_0_1_0__1__Impl_in_rule__JvmTypeReference__Group_0_1_0__132356 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleArrayBrackets_in_rule__JvmTypeReference__Group_0_1_0__1__Impl32383 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__ArrayBrackets__Group__0__Impl_in_rule__ArrayBrackets__Group__032416 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000001L}); public static final BitSet FOLLOW_rule__ArrayBrackets__Group__1_in_rule__ArrayBrackets__Group__032419 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_63_in_rule__ArrayBrackets__Group__0__Impl32447 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__ArrayBrackets__Group__1__Impl_in_rule__ArrayBrackets__Group__132478 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_64_in_rule__ArrayBrackets__Group__1__Impl32506 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFunctionTypeRef__Group__0__Impl_in_rule__XFunctionTypeRef__Group__032541 = new BitSet(new long[]{0x0200000080000010L}); public static final BitSet FOLLOW_rule__XFunctionTypeRef__Group__1_in_rule__XFunctionTypeRef__Group__032544 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFunctionTypeRef__Group_0__0_in_rule__XFunctionTypeRef__Group__0__Impl32571 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFunctionTypeRef__Group__1__Impl_in_rule__XFunctionTypeRef__Group__132602 = new BitSet(new long[]{0x0200000080000010L}); public static final BitSet FOLLOW_rule__XFunctionTypeRef__Group__2_in_rule__XFunctionTypeRef__Group__132605 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_31_in_rule__XFunctionTypeRef__Group__1__Impl32633 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFunctionTypeRef__Group__2__Impl_in_rule__XFunctionTypeRef__Group__232664 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFunctionTypeRef__ReturnTypeAssignment_2_in_rule__XFunctionTypeRef__Group__2__Impl32691 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFunctionTypeRef__Group_0__0__Impl_in_rule__XFunctionTypeRef__Group_0__032727 = new BitSet(new long[]{0x0600000080000010L}); public static final BitSet FOLLOW_rule__XFunctionTypeRef__Group_0__1_in_rule__XFunctionTypeRef__Group_0__032730 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_57_in_rule__XFunctionTypeRef__Group_0__0__Impl32758 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFunctionTypeRef__Group_0__1__Impl_in_rule__XFunctionTypeRef__Group_0__132789 = new BitSet(new long[]{0x0600000080000010L}); public static final BitSet FOLLOW_rule__XFunctionTypeRef__Group_0__2_in_rule__XFunctionTypeRef__Group_0__132792 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFunctionTypeRef__Group_0_1__0_in_rule__XFunctionTypeRef__Group_0__1__Impl32819 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFunctionTypeRef__Group_0__2__Impl_in_rule__XFunctionTypeRef__Group_0__232850 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_58_in_rule__XFunctionTypeRef__Group_0__2__Impl32878 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFunctionTypeRef__Group_0_1__0__Impl_in_rule__XFunctionTypeRef__Group_0_1__032915 = new BitSet(new long[]{0x0800000000000000L}); public static final BitSet FOLLOW_rule__XFunctionTypeRef__Group_0_1__1_in_rule__XFunctionTypeRef__Group_0_1__032918 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFunctionTypeRef__ParamTypesAssignment_0_1_0_in_rule__XFunctionTypeRef__Group_0_1__0__Impl32945 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFunctionTypeRef__Group_0_1__1__Impl_in_rule__XFunctionTypeRef__Group_0_1__132975 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFunctionTypeRef__Group_0_1_1__0_in_rule__XFunctionTypeRef__Group_0_1__1__Impl33002 = new BitSet(new long[]{0x0800000000000002L}); public static final BitSet FOLLOW_rule__XFunctionTypeRef__Group_0_1_1__0__Impl_in_rule__XFunctionTypeRef__Group_0_1_1__033037 = new BitSet(new long[]{0x0200000080000010L}); public static final BitSet FOLLOW_rule__XFunctionTypeRef__Group_0_1_1__1_in_rule__XFunctionTypeRef__Group_0_1_1__033040 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_59_in_rule__XFunctionTypeRef__Group_0_1_1__0__Impl33068 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFunctionTypeRef__Group_0_1_1__1__Impl_in_rule__XFunctionTypeRef__Group_0_1_1__133099 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFunctionTypeRef__ParamTypesAssignment_0_1_1_1_in_rule__XFunctionTypeRef__Group_0_1_1__1__Impl33126 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group__0__Impl_in_rule__JvmParameterizedTypeReference__Group__033160 = new BitSet(new long[]{0x0000000008000000L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group__1_in_rule__JvmParameterizedTypeReference__Group__033163 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__TypeAssignment_0_in_rule__JvmParameterizedTypeReference__Group__0__Impl33190 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group__1__Impl_in_rule__JvmParameterizedTypeReference__Group__133220 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1__0_in_rule__JvmParameterizedTypeReference__Group__1__Impl33247 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1__0__Impl_in_rule__JvmParameterizedTypeReference__Group_1__033282 = new BitSet(new long[]{0x0200000080000010L,0x0000000000080000L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1__1_in_rule__JvmParameterizedTypeReference__Group_1__033285 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_27_in_rule__JvmParameterizedTypeReference__Group_1__0__Impl33314 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1__1__Impl_in_rule__JvmParameterizedTypeReference__Group_1__133346 = new BitSet(new long[]{0x0800000004000000L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1__2_in_rule__JvmParameterizedTypeReference__Group_1__133349 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_1_in_rule__JvmParameterizedTypeReference__Group_1__1__Impl33376 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1__2__Impl_in_rule__JvmParameterizedTypeReference__Group_1__233406 = new BitSet(new long[]{0x0800000004000000L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1__3_in_rule__JvmParameterizedTypeReference__Group_1__233409 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_2__0_in_rule__JvmParameterizedTypeReference__Group_1__2__Impl33436 = new BitSet(new long[]{0x0800000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1__3__Impl_in_rule__JvmParameterizedTypeReference__Group_1__333467 = new BitSet(new long[]{0x0000080000000000L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1__4_in_rule__JvmParameterizedTypeReference__Group_1__333470 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_26_in_rule__JvmParameterizedTypeReference__Group_1__3__Impl33498 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1__4__Impl_in_rule__JvmParameterizedTypeReference__Group_1__433529 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4__0_in_rule__JvmParameterizedTypeReference__Group_1__4__Impl33556 = new BitSet(new long[]{0x0000080000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_2__0__Impl_in_rule__JvmParameterizedTypeReference__Group_1_2__033597 = new BitSet(new long[]{0x0200000080000010L,0x0000000000080000L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_2__1_in_rule__JvmParameterizedTypeReference__Group_1_2__033600 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_59_in_rule__JvmParameterizedTypeReference__Group_1_2__0__Impl33628 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_2__1__Impl_in_rule__JvmParameterizedTypeReference__Group_1_2__133659 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_2_1_in_rule__JvmParameterizedTypeReference__Group_1_2__1__Impl33686 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4__0__Impl_in_rule__JvmParameterizedTypeReference__Group_1_4__033720 = new BitSet(new long[]{0x0000000000000010L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4__1_in_rule__JvmParameterizedTypeReference__Group_1_4__033723 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_0__0_in_rule__JvmParameterizedTypeReference__Group_1_4__0__Impl33750 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4__1__Impl_in_rule__JvmParameterizedTypeReference__Group_1_4__133780 = new BitSet(new long[]{0x0000000008000000L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4__2_in_rule__JvmParameterizedTypeReference__Group_1_4__133783 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__TypeAssignment_1_4_1_in_rule__JvmParameterizedTypeReference__Group_1_4__1__Impl33810 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4__2__Impl_in_rule__JvmParameterizedTypeReference__Group_1_4__233840 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_2__0_in_rule__JvmParameterizedTypeReference__Group_1_4__2__Impl33867 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_0__0__Impl_in_rule__JvmParameterizedTypeReference__Group_1_4_0__033904 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_0_0__0_in_rule__JvmParameterizedTypeReference__Group_1_4_0__0__Impl33931 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_0_0__0__Impl_in_rule__JvmParameterizedTypeReference__Group_1_4_0_0__033963 = new BitSet(new long[]{0x0000080000000000L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_0_0__1_in_rule__JvmParameterizedTypeReference__Group_1_4_0_0__033966 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_0_0__1__Impl_in_rule__JvmParameterizedTypeReference__Group_1_4_0_0__134024 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_43_in_rule__JvmParameterizedTypeReference__Group_1_4_0_0__1__Impl34052 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_2__0__Impl_in_rule__JvmParameterizedTypeReference__Group_1_4_2__034087 = new BitSet(new long[]{0x0200000080000010L,0x0000000000080000L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_2__1_in_rule__JvmParameterizedTypeReference__Group_1_4_2__034090 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_27_in_rule__JvmParameterizedTypeReference__Group_1_4_2__0__Impl34119 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_2__1__Impl_in_rule__JvmParameterizedTypeReference__Group_1_4_2__134151 = new BitSet(new long[]{0x0800000004000000L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_2__2_in_rule__JvmParameterizedTypeReference__Group_1_4_2__134154 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_1_in_rule__JvmParameterizedTypeReference__Group_1_4_2__1__Impl34181 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_2__2__Impl_in_rule__JvmParameterizedTypeReference__Group_1_4_2__234211 = new BitSet(new long[]{0x0800000004000000L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_2__3_in_rule__JvmParameterizedTypeReference__Group_1_4_2__234214 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_2_2__0_in_rule__JvmParameterizedTypeReference__Group_1_4_2__2__Impl34241 = new BitSet(new long[]{0x0800000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_2__3__Impl_in_rule__JvmParameterizedTypeReference__Group_1_4_2__334272 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_26_in_rule__JvmParameterizedTypeReference__Group_1_4_2__3__Impl34300 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_2_2__0__Impl_in_rule__JvmParameterizedTypeReference__Group_1_4_2_2__034339 = new BitSet(new long[]{0x0200000080000010L,0x0000000000080000L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_2_2__1_in_rule__JvmParameterizedTypeReference__Group_1_4_2_2__034342 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_59_in_rule__JvmParameterizedTypeReference__Group_1_4_2_2__0__Impl34370 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_2_2__1__Impl_in_rule__JvmParameterizedTypeReference__Group_1_4_2_2__134401 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_2_1_in_rule__JvmParameterizedTypeReference__Group_1_4_2_2__1__Impl34428 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmWildcardTypeReference__Group__0__Impl_in_rule__JvmWildcardTypeReference__Group__034462 = new BitSet(new long[]{0x0200000080000010L,0x0000000000080000L}); public static final BitSet FOLLOW_rule__JvmWildcardTypeReference__Group__1_in_rule__JvmWildcardTypeReference__Group__034465 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmWildcardTypeReference__Group__1__Impl_in_rule__JvmWildcardTypeReference__Group__134523 = new BitSet(new long[]{0x0002200000000000L}); public static final BitSet FOLLOW_rule__JvmWildcardTypeReference__Group__2_in_rule__JvmWildcardTypeReference__Group__134526 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_83_in_rule__JvmWildcardTypeReference__Group__1__Impl34554 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmWildcardTypeReference__Group__2__Impl_in_rule__JvmWildcardTypeReference__Group__234585 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmWildcardTypeReference__Alternatives_2_in_rule__JvmWildcardTypeReference__Group__2__Impl34612 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmWildcardTypeReference__Group_2_0__0__Impl_in_rule__JvmWildcardTypeReference__Group_2_0__034649 = new BitSet(new long[]{0x0000000000000000L,0x0000000000100000L}); public static final BitSet FOLLOW_rule__JvmWildcardTypeReference__Group_2_0__1_in_rule__JvmWildcardTypeReference__Group_2_0__034652 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_0_in_rule__JvmWildcardTypeReference__Group_2_0__0__Impl34679 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmWildcardTypeReference__Group_2_0__1__Impl_in_rule__JvmWildcardTypeReference__Group_2_0__134709 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_1_in_rule__JvmWildcardTypeReference__Group_2_0__1__Impl34736 = new BitSet(new long[]{0x0000000000000002L,0x0000000000100000L}); public static final BitSet FOLLOW_rule__JvmWildcardTypeReference__Group_2_1__0__Impl_in_rule__JvmWildcardTypeReference__Group_2_1__034771 = new BitSet(new long[]{0x0000000000000000L,0x0000000000100000L}); public static final BitSet FOLLOW_rule__JvmWildcardTypeReference__Group_2_1__1_in_rule__JvmWildcardTypeReference__Group_2_1__034774 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_0_in_rule__JvmWildcardTypeReference__Group_2_1__0__Impl34801 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmWildcardTypeReference__Group_2_1__1__Impl_in_rule__JvmWildcardTypeReference__Group_2_1__134831 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_1_in_rule__JvmWildcardTypeReference__Group_2_1__1__Impl34858 = new BitSet(new long[]{0x0000000000000002L,0x0000000000100000L}); public static final BitSet FOLLOW_rule__JvmUpperBound__Group__0__Impl_in_rule__JvmUpperBound__Group__034893 = new BitSet(new long[]{0x0200000080000010L}); public static final BitSet FOLLOW_rule__JvmUpperBound__Group__1_in_rule__JvmUpperBound__Group__034896 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_45_in_rule__JvmUpperBound__Group__0__Impl34924 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmUpperBound__Group__1__Impl_in_rule__JvmUpperBound__Group__134955 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmUpperBound__TypeReferenceAssignment_1_in_rule__JvmUpperBound__Group__1__Impl34982 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmUpperBoundAnded__Group__0__Impl_in_rule__JvmUpperBoundAnded__Group__035016 = new BitSet(new long[]{0x0200000080000010L}); public static final BitSet FOLLOW_rule__JvmUpperBoundAnded__Group__1_in_rule__JvmUpperBoundAnded__Group__035019 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_84_in_rule__JvmUpperBoundAnded__Group__0__Impl35047 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmUpperBoundAnded__Group__1__Impl_in_rule__JvmUpperBoundAnded__Group__135078 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmUpperBoundAnded__TypeReferenceAssignment_1_in_rule__JvmUpperBoundAnded__Group__1__Impl35105 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmLowerBound__Group__0__Impl_in_rule__JvmLowerBound__Group__035139 = new BitSet(new long[]{0x0200000080000010L}); public static final BitSet FOLLOW_rule__JvmLowerBound__Group__1_in_rule__JvmLowerBound__Group__035142 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_49_in_rule__JvmLowerBound__Group__0__Impl35170 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmLowerBound__Group__1__Impl_in_rule__JvmLowerBound__Group__135201 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmLowerBound__TypeReferenceAssignment_1_in_rule__JvmLowerBound__Group__1__Impl35228 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmLowerBoundAnded__Group__0__Impl_in_rule__JvmLowerBoundAnded__Group__035262 = new BitSet(new long[]{0x0200000080000010L}); public static final BitSet FOLLOW_rule__JvmLowerBoundAnded__Group__1_in_rule__JvmLowerBoundAnded__Group__035265 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_84_in_rule__JvmLowerBoundAnded__Group__0__Impl35293 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmLowerBoundAnded__Group__1__Impl_in_rule__JvmLowerBoundAnded__Group__135324 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmLowerBoundAnded__TypeReferenceAssignment_1_in_rule__JvmLowerBoundAnded__Group__1__Impl35351 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__QualifiedNameWithWildcard__Group__0__Impl_in_rule__QualifiedNameWithWildcard__Group__035387 = new BitSet(new long[]{0x0000080000000000L}); public static final BitSet FOLLOW_rule__QualifiedNameWithWildcard__Group__1_in_rule__QualifiedNameWithWildcard__Group__035390 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleQualifiedName_in_rule__QualifiedNameWithWildcard__Group__0__Impl35417 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__QualifiedNameWithWildcard__Group__1__Impl_in_rule__QualifiedNameWithWildcard__Group__135446 = new BitSet(new long[]{0x0000001000000000L}); public static final BitSet FOLLOW_rule__QualifiedNameWithWildcard__Group__2_in_rule__QualifiedNameWithWildcard__Group__135449 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_43_in_rule__QualifiedNameWithWildcard__Group__1__Impl35477 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__QualifiedNameWithWildcard__Group__2__Impl_in_rule__QualifiedNameWithWildcard__Group__235508 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_36_in_rule__QualifiedNameWithWildcard__Group__2__Impl35536 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XImportDeclaration__Group__0__Impl_in_rule__XImportDeclaration__Group__035573 = new BitSet(new long[]{0x0000400000000010L}); public static final BitSet FOLLOW_rule__XImportDeclaration__Group__1_in_rule__XImportDeclaration__Group__035576 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_47_in_rule__XImportDeclaration__Group__0__Impl35604 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XImportDeclaration__Group__1__Impl_in_rule__XImportDeclaration__Group__135635 = new BitSet(new long[]{0x0080000000000000L}); public static final BitSet FOLLOW_rule__XImportDeclaration__Group__2_in_rule__XImportDeclaration__Group__135638 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XImportDeclaration__Alternatives_1_in_rule__XImportDeclaration__Group__1__Impl35665 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XImportDeclaration__Group__2__Impl_in_rule__XImportDeclaration__Group__235695 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_55_in_rule__XImportDeclaration__Group__2__Impl35724 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XImportDeclaration__Group_1_0__0__Impl_in_rule__XImportDeclaration__Group_1_0__035763 = new BitSet(new long[]{0x0001000000000010L}); public static final BitSet FOLLOW_rule__XImportDeclaration__Group_1_0__1_in_rule__XImportDeclaration__Group_1_0__035766 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XImportDeclaration__StaticAssignment_1_0_0_in_rule__XImportDeclaration__Group_1_0__0__Impl35793 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XImportDeclaration__Group_1_0__1__Impl_in_rule__XImportDeclaration__Group_1_0__135823 = new BitSet(new long[]{0x0001000000000010L}); public static final BitSet FOLLOW_rule__XImportDeclaration__Group_1_0__2_in_rule__XImportDeclaration__Group_1_0__135826 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XImportDeclaration__ExtensionAssignment_1_0_1_in_rule__XImportDeclaration__Group_1_0__1__Impl35853 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XImportDeclaration__Group_1_0__2__Impl_in_rule__XImportDeclaration__Group_1_0__235884 = new BitSet(new long[]{0x0000001000000010L}); public static final BitSet FOLLOW_rule__XImportDeclaration__Group_1_0__3_in_rule__XImportDeclaration__Group_1_0__235887 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XImportDeclaration__ImportedTypeAssignment_1_0_2_in_rule__XImportDeclaration__Group_1_0__2__Impl35914 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XImportDeclaration__Group_1_0__3__Impl_in_rule__XImportDeclaration__Group_1_0__335944 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XImportDeclaration__Alternatives_1_0_3_in_rule__XImportDeclaration__Group_1_0__3__Impl35971 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__QualifiedNameInStaticImport__Group__0__Impl_in_rule__QualifiedNameInStaticImport__Group__036009 = new BitSet(new long[]{0x0000080000000000L}); public static final BitSet FOLLOW_rule__QualifiedNameInStaticImport__Group__1_in_rule__QualifiedNameInStaticImport__Group__036012 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleValidID_in_rule__QualifiedNameInStaticImport__Group__0__Impl36039 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__QualifiedNameInStaticImport__Group__1__Impl_in_rule__QualifiedNameInStaticImport__Group__136068 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_43_in_rule__QualifiedNameInStaticImport__Group__1__Impl36096 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXImportSection_in_rule__Model__ImportSectionAssignment_036136 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleEntity_in_rule__Model__EntitiesAssignment_136167 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_ID_in_rule__Entity__NameAssignment_136198 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmParameterizedTypeReference_in_rule__Entity__SuperTypeAssignment_2_136229 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleAttribute_in_rule__Entity__AttributesAssignment_436260 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOperation_in_rule__Entity__OperationsAssignment_536291 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_rule__Attribute__TypeAssignment_136322 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_ID_in_rule__Attribute__NameAssignment_236353 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__Attribute__InitexpressionAssignment_3_136384 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_rule__Operation__TypeAssignment_136415 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_ID_in_rule__Operation__NameAssignment_236446 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleFullJvmFormalParameter_in_rule__Operation__ParamsAssignment_4_036477 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleFullJvmFormalParameter_in_rule__Operation__ParamsAssignment_4_1_136508 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXBlockExpression_in_rule__Operation__BodyAssignment_636539 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleFeatureCallID_in_rule__XAssignment__FeatureAssignment_0_136574 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAssignment_in_rule__XAssignment__ValueAssignment_0_336609 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpMultiAssign_in_rule__XAssignment__FeatureAssignment_1_1_0_0_136644 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAssignment_in_rule__XAssignment__RightOperandAssignment_1_1_136679 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpOr_in_rule__XOrExpression__FeatureAssignment_1_0_0_136714 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAndExpression_in_rule__XOrExpression__RightOperandAssignment_1_136749 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpAnd_in_rule__XAndExpression__FeatureAssignment_1_0_0_136784 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXEqualityExpression_in_rule__XAndExpression__RightOperandAssignment_1_136819 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpEquality_in_rule__XEqualityExpression__FeatureAssignment_1_0_0_136854 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXRelationalExpression_in_rule__XEqualityExpression__RightOperandAssignment_1_136889 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_rule__XRelationalExpression__TypeAssignment_1_0_136920 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpCompare_in_rule__XRelationalExpression__FeatureAssignment_1_1_0_0_136955 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXOtherOperatorExpression_in_rule__XRelationalExpression__RightOperandAssignment_1_1_136990 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpOther_in_rule__XOtherOperatorExpression__FeatureAssignment_1_0_0_137025 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAdditiveExpression_in_rule__XOtherOperatorExpression__RightOperandAssignment_1_137060 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpAdd_in_rule__XAdditiveExpression__FeatureAssignment_1_0_0_137095 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXMultiplicativeExpression_in_rule__XAdditiveExpression__RightOperandAssignment_1_137130 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpMulti_in_rule__XMultiplicativeExpression__FeatureAssignment_1_0_0_137165 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXUnaryOperation_in_rule__XMultiplicativeExpression__RightOperandAssignment_1_137200 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpUnary_in_rule__XUnaryOperation__FeatureAssignment_0_137235 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXUnaryOperation_in_rule__XUnaryOperation__OperandAssignment_0_237270 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_rule__XCastedExpression__TypeAssignment_1_137301 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpPostfix_in_rule__XPostfixOperation__FeatureAssignment_1_0_137336 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_85_in_rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_137376 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleFeatureCallID_in_rule__XMemberFeatureCall__FeatureAssignment_1_0_0_0_237419 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAssignment_in_rule__XMemberFeatureCall__ValueAssignment_1_0_137454 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_86_in_rule__XMemberFeatureCall__NullSafeAssignment_1_1_0_0_1_137490 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_85_in_rule__XMemberFeatureCall__ExplicitStaticAssignment_1_1_0_0_1_237534 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_137573 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_2_137604 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleIdOrSuper_in_rule__XMemberFeatureCall__FeatureAssignment_1_1_237639 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_57_in_rule__XMemberFeatureCall__ExplicitOperationCallAssignment_1_1_3_037679 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXShortClosure_in_rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_037718 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_037749 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_1_137780 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXClosure_in_rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_437811 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XSetLiteral__ElementsAssignment_3_037842 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XSetLiteral__ElementsAssignment_3_1_137873 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XListLiteral__ElementsAssignment_3_037904 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XListLiteral__ElementsAssignment_3_1_137935 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_037966 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_1_137997 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_87_in_rule__XClosure__ExplicitSyntaxAssignment_1_0_138033 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpressionInClosure_in_rule__XClosure__ExpressionAssignment_238072 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpressionOrVarDeclaration_in_rule__XExpressionInClosure__ExpressionsAssignment_1_038103 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_038134 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_1_138165 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_87_in_rule__XShortClosure__ExplicitSyntaxAssignment_0_0_238201 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XShortClosure__ExpressionAssignment_138240 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XIfExpression__IfAssignment_338271 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XIfExpression__ThenAssignment_538302 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XIfExpression__ElseAssignment_6_138333 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_rule__XSwitchExpression__DeclaredParamAssignment_2_0_0_0_138364 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XSwitchExpression__SwitchAssignment_2_0_138395 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_rule__XSwitchExpression__DeclaredParamAssignment_2_1_0_0_038426 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XSwitchExpression__SwitchAssignment_2_1_138457 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXCasePart_in_rule__XSwitchExpression__CasesAssignment_438488 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XSwitchExpression__DefaultAssignment_5_238519 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_rule__XCasePart__TypeGuardAssignment_138550 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XCasePart__CaseAssignment_2_138581 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XCasePart__ThenAssignment_3_0_138612 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_59_in_rule__XCasePart__FallThroughAssignment_3_138648 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_rule__XForLoopExpression__DeclaredParamAssignment_0_0_338687 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XForLoopExpression__ForExpressionAssignment_138718 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XForLoopExpression__EachExpressionAssignment_338749 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpressionOrVarDeclaration_in_rule__XBasicForLoopExpression__InitExpressionsAssignment_3_038780 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpressionOrVarDeclaration_in_rule__XBasicForLoopExpression__InitExpressionsAssignment_3_1_138811 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XBasicForLoopExpression__ExpressionAssignment_538842 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_038873 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_1_138904 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XBasicForLoopExpression__EachExpressionAssignment_938935 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XWhileExpression__PredicateAssignment_338966 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XWhileExpression__BodyAssignment_538997 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XDoWhileExpression__BodyAssignment_239028 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XDoWhileExpression__PredicateAssignment_539059 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpressionOrVarDeclaration_in_rule__XBlockExpression__ExpressionsAssignment_2_039090 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_88_in_rule__XVariableDeclaration__WriteableAssignment_1_039126 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_rule__XVariableDeclaration__TypeAssignment_2_0_0_039165 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleValidID_in_rule__XVariableDeclaration__NameAssignment_2_0_0_139196 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleValidID_in_rule__XVariableDeclaration__NameAssignment_2_139227 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XVariableDeclaration__RightAssignment_3_139258 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_rule__JvmFormalParameter__ParameterTypeAssignment_039289 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleValidID_in_rule__JvmFormalParameter__NameAssignment_139320 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_rule__FullJvmFormalParameter__ParameterTypeAssignment_039351 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleValidID_in_rule__FullJvmFormalParameter__NameAssignment_139382 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_rule__XFeatureCall__TypeArgumentsAssignment_1_139413 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_rule__XFeatureCall__TypeArgumentsAssignment_1_2_139444 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleIdOrSuper_in_rule__XFeatureCall__FeatureAssignment_239479 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_57_in_rule__XFeatureCall__ExplicitOperationCallAssignment_3_039519 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXShortClosure_in_rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_039558 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_039589 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_1_139620 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXClosure_in_rule__XFeatureCall__FeatureCallArgumentsAssignment_439651 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleQualifiedName_in_rule__XConstructorCall__ConstructorAssignment_239686 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_rule__XConstructorCall__TypeArgumentsAssignment_3_139721 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_rule__XConstructorCall__TypeArgumentsAssignment_3_2_139752 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_57_in_rule__XConstructorCall__ExplicitConstructorCallAssignment_4_039788 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXShortClosure_in_rule__XConstructorCall__ArgumentsAssignment_4_1_039827 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XConstructorCall__ArgumentsAssignment_4_1_1_039858 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XConstructorCall__ArgumentsAssignment_4_1_1_1_139889 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXClosure_in_rule__XConstructorCall__ArgumentsAssignment_539920 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_89_in_rule__XBooleanLiteral__IsTrueAssignment_1_139956 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleNumber_in_rule__XNumberLiteral__ValueAssignment_139995 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_STRING_in_rule__XStringLiteral__ValueAssignment_140026 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleQualifiedName_in_rule__XTypeLiteral__TypeAssignment_340061 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleArrayBrackets_in_rule__XTypeLiteral__ArrayDimensionsAssignment_440096 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XThrowExpression__ExpressionAssignment_240127 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XReturnExpression__ExpressionAssignment_240158 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XTryCatchFinallyExpression__ExpressionAssignment_240189 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXCatchClause_in_rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_040220 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_0_1_140251 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_1_140282 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XSynchronizedExpression__ParamAssignment_140313 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XSynchronizedExpression__ExpressionAssignment_340344 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleFullJvmFormalParameter_in_rule__XCatchClause__DeclaredParamAssignment_240375 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_rule__XCatchClause__ExpressionAssignment_440406 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_rule__XFunctionTypeRef__ParamTypesAssignment_0_1_040437 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_rule__XFunctionTypeRef__ParamTypesAssignment_0_1_1_140468 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_rule__XFunctionTypeRef__ReturnTypeAssignment_240499 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleQualifiedName_in_rule__JvmParameterizedTypeReference__TypeAssignment_040534 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_140569 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_2_140600 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleValidID_in_rule__JvmParameterizedTypeReference__TypeAssignment_1_4_140635 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_140670 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_2_140701 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmUpperBound_in_rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_040732 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmUpperBoundAnded_in_rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_140763 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmLowerBound_in_rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_040794 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmLowerBoundAnded_in_rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_140825 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_rule__JvmUpperBound__TypeReferenceAssignment_140856 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_rule__JvmUpperBoundAnded__TypeReferenceAssignment_140887 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_rule__JvmLowerBound__TypeReferenceAssignment_140918 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_rule__JvmLowerBoundAnded__TypeReferenceAssignment_140949 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXImportDeclaration_in_rule__XImportSection__ImportDeclarationsAssignment40983 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_46_in_rule__XImportDeclaration__StaticAssignment_1_0_041019 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_48_in_rule__XImportDeclaration__ExtensionAssignment_1_0_141063 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleQualifiedNameInStaticImport_in_rule__XImportDeclaration__ImportedTypeAssignment_1_0_241106 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_36_in_rule__XImportDeclaration__WildcardAssignment_1_0_3_041146 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleValidID_in_rule__XImportDeclaration__MemberNameAssignment_1_0_3_141185 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleQualifiedName_in_rule__XImportDeclaration__ImportedTypeAssignment_1_141220 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleQualifiedNameWithWildcard_in_rule__XImportDeclaration__ImportedNamespaceAssignment_1_241255 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__OpOther__Group_6_1_0__0_in_synpred26_InternalEntities5610 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_27_in_synpred27_InternalEntities5629 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_0_in_synpred40_InternalEntities6188 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXForLoopExpression_in_synpred48_InternalEntities6361 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXBasicForLoopExpression_in_synpred49_InternalEntities6379 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_2_0__0_in_synpred62_InternalEntities6698 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XVariableDeclaration__Group_2_0__0_in_synpred66_InternalEntities6902 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_0_in_synpred67_InternalEntities6953 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__ArgumentsAssignment_4_1_0_in_synpred73_InternalEntities7168 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAssignment__Group_1_1__0_in_synpred95_InternalEntities9876 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XOrExpression__Group_1__0_in_synpred97_InternalEntities10680 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAndExpression__Group_1__0_in_synpred98_InternalEntities11103 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XEqualityExpression__Group_1__0_in_synpred99_InternalEntities11526 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XRelationalExpression__Alternatives_1_in_synpred100_InternalEntities11949 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XOtherOperatorExpression__Group_1__0_in_synpred101_InternalEntities12801 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XAdditiveExpression__Group_1__0_in_synpred102_InternalEntities13963 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMultiplicativeExpression__Group_1__0_in_synpred103_InternalEntities14386 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XCastedExpression__Group_1__0_in_synpred104_InternalEntities14993 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XPostfixOperation__Group_1__0_in_synpred105_InternalEntities15418 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Alternatives_1_in_synpred106_InternalEntities15720 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__Group_1_1_3__0_in_synpred108_InternalEntities16391 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_4_in_synpred109_InternalEntities16449 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XClosure__Group_1__0_in_synpred117_InternalEntities18685 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XIfExpression__Group_6__0_in_synpred124_InternalEntities20891 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XSwitchExpression__Group_2_1_0__0_in_synpred127_InternalEntities21962 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__Group_3__0_in_synpred140_InternalEntities26856 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XFeatureCall__FeatureCallArgumentsAssignment_4_in_synpred141_InternalEntities26914 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_3__0_in_synpred145_InternalEntities27972 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__Group_4__0_in_synpred146_InternalEntities28033 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XConstructorCall__ArgumentsAssignment_5_in_synpred147_InternalEntities28091 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XReturnExpression__ExpressionAssignment_2_in_synpred152_InternalEntities30143 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0_in_synpred153_InternalEntities30472 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__XTryCatchFinallyExpression__Group_3_0_1__0_in_synpred154_InternalEntities30532 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__QualifiedName__Group_1__0_in_synpred155_InternalEntities31710 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmTypeReference__Group_0_1__0_in_synpred157_InternalEntities32201 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1__0_in_synpred161_InternalEntities33247 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4__0_in_synpred163_InternalEntities33556 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rule__JvmParameterizedTypeReference__Group_1_4_2__0_in_synpred164_InternalEntities33867 = new BitSet(new long[]{0x0000000000000002L}); }