package org.jnario.feature.parser.antlr.internal; 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.AbstractInternalAntlrParser; import org.eclipse.xtext.parser.antlr.XtextTokenStream; import org.eclipse.xtext.parser.antlr.XtextTokenStream.HiddenTokens; import org.eclipse.xtext.parser.antlr.AntlrDatatypeRuleToken; import org.jnario.feature.services.FeatureGrammarAccess; 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 InternalFeatureParser extends AbstractInternalAntlrParser { public static final String[] tokenNames = new String[] { "<invalid>", "<EOR>", "<DOWN>", "<UP>", "RULE_FEATURE_TEXT", "RULE_TEXT", "RULE_BACKGROUND_TEXT", "RULE_SCENARIO_TEXT", "RULE_GIVEN_TEXT", "RULE_WHEN_TEXT", "RULE_THEN_TEXT", "RULE_AND_TEXT", "RULE_BUT_TEXT", "RULE_ID", "RULE_STRING", "RULE_RICH_TEXT", "RULE_RICH_TEXT_START", "RULE_RICH_TEXT_INBETWEEN", "RULE_COMMENT_RICH_TEXT_INBETWEEN", "RULE_RICH_TEXT_END", "RULE_COMMENT_RICH_TEXT_END", "RULE_HEX", "RULE_INT", "RULE_DECIMAL", "RULE_MNL", "RULE_COLON", "RULE_STEP_WITH_ARGS", "RULE_SPACES", "RULE_NL", "RULE_IN_RICH_STRING", "RULE_IDENTIFIER_START", "RULE_UNICODE_ESCAPE", "RULE_IDENTIFIER_PART", "RULE_HEX_DIGIT", "RULE_IDENTIFIER_PART_IMPL", "RULE_ML_COMMENT", "RULE_SL_COMMENT", "RULE_WS", "RULE_ANY_OTHER", "'package'", "'extension'", "'='", "';'", "'should'", "'throw'", "'throws'", "'instanceof'", "'not'", "'assert'", "'{'", "'}'", "'<'", "','", "'>'", "'('", "')'", "'class'", "'extends'", "'implements'", "'interface'", "'enum'", "'annotation'", "'=>'", "'.'", "'public'", "'private'", "'protected'", "'abstract'", "'static'", "'dispatch'", "'final'", "'strictfp'", "'native'", "'volatile'", "'synchronized'", "'transient'", "'val'", "'var'", "'def'", "'override'", "'create'", "':'", "'AFTER'", "'BEFORE'", "'SEPARATOR'", "'import'", "'...'", "'new'", "'switch'", "'default'", "'FOR'", "'ENDFOR'", "'IF'", "'ELSE'", "'ENDIF'", "'ELSEIF'", "'@'", "'#'", "'['", "']'", "'+='", "'-='", "'*='", "'/='", "'%='", "'>='", "'||'", "'&&'", "'=='", "'!='", "'==='", "'!=='", "'->'", "'..<'", "'..'", "'<>'", "'?:'", "'+'", "'-'", "'*'", "'**'", "'/'", "'%'", "'!'", "'as'", "'++'", "'--'", "'::'", "'?.'", "'|'", "'if'", "'else'", "'case'", "'for'", "'while'", "'do'", "'super'", "'false'", "'true'", "'null'", "'typeof'", "'return'", "'try'", "'finally'", "'catch'", "'?'", "'&'" }; public static final int RULE_COMMENT_RICH_TEXT_INBETWEEN=18; public static final int RULE_ID=13; public static final int RULE_ANY_OTHER=38; public static final int RULE_IDENTIFIER_PART_IMPL=34; public static final int RULE_COMMENT_RICH_TEXT_END=20; public static final int EOF=-1; public static final int RULE_IDENTIFIER_START=30; public static final int T__93=93; public static final int T__94=94; public static final int T__91=91; public static final int RULE_HEX=21; public static final int T__92=92; public static final int T__90=90; public static final int RULE_SCENARIO_TEXT=7; public static final int RULE_RICH_TEXT_END=19; public static final int RULE_BACKGROUND_TEXT=6; public static final int RULE_MNL=24; public static final int RULE_DECIMAL=23; public static final int T__99=99; public static final int T__98=98; public static final int T__97=97; public static final int T__96=96; public static final int T__95=95; public static final int T__139=139; public static final int T__138=138; public static final int T__137=137; public static final int T__136=136; public static final int T__80=80; public static final int T__81=81; public static final int T__82=82; public static final int T__83=83; public static final int RULE_HEX_DIGIT=33; public static final int RULE_TEXT=5; public static final int T__141=141; public static final int T__85=85; public static final int T__142=142; public static final int T__84=84; public static final int T__87=87; public static final int RULE_IN_RICH_STRING=29; public static final int T__140=140; public static final int T__86=86; public static final int T__145=145; public static final int T__89=89; public static final int T__146=146; public static final int T__88=88; public static final int RULE_ML_COMMENT=35; public static final int T__143=143; public static final int T__144=144; public static final int T__126=126; public static final int T__125=125; public static final int T__128=128; public static final int RULE_STRING=14; public static final int T__127=127; public static final int T__71=71; public static final int RULE_STEP_WITH_ARGS=26; public static final int T__129=129; public static final int T__72=72; public static final int T__70=70; public static final int T__76=76; public static final int T__75=75; public static final int T__130=130; public static final int T__74=74; public static final int T__131=131; public static final int T__73=73; public static final int T__132=132; public static final int RULE_RICH_TEXT_START=16; public static final int T__133=133; public static final int T__79=79; public static final int T__134=134; public static final int T__78=78; public static final int T__135=135; public static final int T__77=77; public static final int T__68=68; public static final int T__69=69; 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__65=65; public static final int T__62=62; public static final int RULE_RICH_TEXT=15; public static final int T__63=63; public static final int T__118=118; public static final int T__119=119; public static final int RULE_THEN_TEXT=10; public static final int T__116=116; public static final int T__117=117; public static final int T__114=114; public static final int T__115=115; public static final int T__124=124; public static final int T__123=123; public static final int T__122=122; public static final int T__121=121; public static final int T__120=120; public static final int T__61=61; public static final int T__60=60; public static final int T__55=55; public static final int T__56=56; public static final int RULE_BUT_TEXT=12; public static final int T__57=57; public static final int T__58=58; public static final int T__51=51; public static final int T__52=52; public static final int T__53=53; public static final int T__54=54; public static final int RULE_WHEN_TEXT=9; public static final int RULE_GIVEN_TEXT=8; public static final int T__107=107; public static final int T__108=108; public static final int T__109=109; public static final int T__59=59; public static final int T__103=103; public static final int T__104=104; public static final int T__105=105; public static final int T__106=106; public static final int T__111=111; public static final int T__110=110; public static final int RULE_UNICODE_ESCAPE=31; public static final int RULE_INT=22; public static final int T__113=113; public static final int T__112=112; 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__46=46; public static final int T__47=47; public static final int T__44=44; public static final int T__45=45; public static final int RULE_IDENTIFIER_PART=32; public static final int T__48=48; public static final int T__49=49; public static final int RULE_NL=28; public static final int RULE_SPACES=27; public static final int T__102=102; public static final int T__101=101; public static final int T__100=100; public static final int RULE_SL_COMMENT=36; public static final int RULE_COLON=25; public static final int T__39=39; public static final int RULE_RICH_TEXT_INBETWEEN=17; public static final int RULE_WS=37; public static final int RULE_AND_TEXT=11; public static final int RULE_FEATURE_TEXT=4; // delegates // delegators public InternalFeatureParser(TokenStream input) { this(input, new RecognizerSharedState()); } public InternalFeatureParser(TokenStream input, RecognizerSharedState state) { super(input, state); } public String[] getTokenNames() { return InternalFeatureParser.tokenNames; } public String getGrammarFileName() { return "../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g"; } private FeatureGrammarAccess grammarAccess; public InternalFeatureParser(TokenStream input, FeatureGrammarAccess grammarAccess) { this(input); this.grammarAccess = grammarAccess; registerRules(grammarAccess.getGrammar()); } @Override protected String getFirstRuleName() { return "FeatureFile"; } @Override protected FeatureGrammarAccess getGrammarAccess() { return grammarAccess; } // $ANTLR start "entryRuleFeatureFile" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:67:1: entryRuleFeatureFile returns [EObject current=null] : iv_ruleFeatureFile= ruleFeatureFile EOF ; public final EObject entryRuleFeatureFile() throws RecognitionException { EObject current = null; EObject iv_ruleFeatureFile = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:68:2: (iv_ruleFeatureFile= ruleFeatureFile EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:69:2: iv_ruleFeatureFile= ruleFeatureFile EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getFeatureFileRule()); } pushFollow(FollowSets000.FOLLOW_ruleFeatureFile_in_entryRuleFeatureFile75); iv_ruleFeatureFile=ruleFeatureFile(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleFeatureFile; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleFeatureFile85); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleFeatureFile" // $ANTLR start "ruleFeatureFile" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:76:1: ruleFeatureFile returns [EObject current=null] : ( () (otherlv_1= 'package' ( (lv_package_2_0= ruleQualifiedName ) ) )? ( (lv_importSection_3_0= ruleXImportSection ) )? ( (lv_xtendTypes_4_0= ruleFeature ) )? ) ; public final EObject ruleFeatureFile() throws RecognitionException { EObject current = null; Token otherlv_1=null; AntlrDatatypeRuleToken lv_package_2_0 = null; EObject lv_importSection_3_0 = null; EObject lv_xtendTypes_4_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:79:28: ( ( () (otherlv_1= 'package' ( (lv_package_2_0= ruleQualifiedName ) ) )? ( (lv_importSection_3_0= ruleXImportSection ) )? ( (lv_xtendTypes_4_0= ruleFeature ) )? ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:80:1: ( () (otherlv_1= 'package' ( (lv_package_2_0= ruleQualifiedName ) ) )? ( (lv_importSection_3_0= ruleXImportSection ) )? ( (lv_xtendTypes_4_0= ruleFeature ) )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:80:1: ( () (otherlv_1= 'package' ( (lv_package_2_0= ruleQualifiedName ) ) )? ( (lv_importSection_3_0= ruleXImportSection ) )? ( (lv_xtendTypes_4_0= ruleFeature ) )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:80:2: () (otherlv_1= 'package' ( (lv_package_2_0= ruleQualifiedName ) ) )? ( (lv_importSection_3_0= ruleXImportSection ) )? ( (lv_xtendTypes_4_0= ruleFeature ) )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:80:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:81:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getFeatureFileAccess().getFeatureFileAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:86:2: (otherlv_1= 'package' ( (lv_package_2_0= ruleQualifiedName ) ) )? int alt1=2; int LA1_0 = input.LA(1); if ( (LA1_0==39) ) { alt1=1; } switch (alt1) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:86:4: otherlv_1= 'package' ( (lv_package_2_0= ruleQualifiedName ) ) { otherlv_1=(Token)match(input,39,FollowSets000.FOLLOW_39_in_ruleFeatureFile132); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getFeatureFileAccess().getPackageKeyword_1_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:90:1: ( (lv_package_2_0= ruleQualifiedName ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:91:1: (lv_package_2_0= ruleQualifiedName ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:91:1: (lv_package_2_0= ruleQualifiedName ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:92:3: lv_package_2_0= ruleQualifiedName { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getFeatureFileAccess().getPackageQualifiedNameParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleQualifiedName_in_ruleFeatureFile153); lv_package_2_0=ruleQualifiedName(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getFeatureFileRule()); } set( current, "package", lv_package_2_0, "QualifiedName"); afterParserOrEnumRuleCall(); } } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:108:4: ( (lv_importSection_3_0= ruleXImportSection ) )? int alt2=2; int LA2_0 = input.LA(1); if ( (LA2_0==85) ) { alt2=1; } switch (alt2) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:109:1: (lv_importSection_3_0= ruleXImportSection ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:109:1: (lv_importSection_3_0= ruleXImportSection ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:110:3: lv_importSection_3_0= ruleXImportSection { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getFeatureFileAccess().getImportSectionXImportSectionParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleXImportSection_in_ruleFeatureFile176); lv_importSection_3_0=ruleXImportSection(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getFeatureFileRule()); } set( current, "importSection", lv_importSection_3_0, "XImportSection"); afterParserOrEnumRuleCall(); } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:126:3: ( (lv_xtendTypes_4_0= ruleFeature ) )? int alt3=2; int LA3_0 = input.LA(1); if ( (LA3_0==RULE_FEATURE_TEXT||LA3_0==96) ) { alt3=1; } switch (alt3) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:127:1: (lv_xtendTypes_4_0= ruleFeature ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:127:1: (lv_xtendTypes_4_0= ruleFeature ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:128:3: lv_xtendTypes_4_0= ruleFeature { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getFeatureFileAccess().getXtendTypesFeatureParserRuleCall_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleFeature_in_ruleFeatureFile198); lv_xtendTypes_4_0=ruleFeature(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getFeatureFileRule()); } add( current, "xtendTypes", lv_xtendTypes_4_0, "Feature"); afterParserOrEnumRuleCall(); } } } break; } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleFeatureFile" // $ANTLR start "entryRuleFeature" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:152:1: entryRuleFeature returns [EObject current=null] : iv_ruleFeature= ruleFeature EOF ; public final EObject entryRuleFeature() throws RecognitionException { EObject current = null; EObject iv_ruleFeature = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:153:2: (iv_ruleFeature= ruleFeature EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:154:2: iv_ruleFeature= ruleFeature EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getFeatureRule()); } pushFollow(FollowSets000.FOLLOW_ruleFeature_in_entryRuleFeature235); iv_ruleFeature=ruleFeature(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleFeature; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleFeature245); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleFeature" // $ANTLR start "ruleFeature" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:161:1: ruleFeature returns [EObject current=null] : ( () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( (lv_name_2_0= RULE_FEATURE_TEXT ) ) ( (lv_description_3_0= RULE_TEXT ) )? ( (lv_members_4_0= ruleBackground ) )? ( (lv_members_5_0= ruleScenario ) )* ) ; public final EObject ruleFeature() throws RecognitionException { EObject current = null; Token lv_name_2_0=null; Token lv_description_3_0=null; EObject lv_annotations_1_0 = null; EObject lv_members_4_0 = null; EObject lv_members_5_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:164:28: ( ( () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( (lv_name_2_0= RULE_FEATURE_TEXT ) ) ( (lv_description_3_0= RULE_TEXT ) )? ( (lv_members_4_0= ruleBackground ) )? ( (lv_members_5_0= ruleScenario ) )* ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:165:1: ( () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( (lv_name_2_0= RULE_FEATURE_TEXT ) ) ( (lv_description_3_0= RULE_TEXT ) )? ( (lv_members_4_0= ruleBackground ) )? ( (lv_members_5_0= ruleScenario ) )* ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:165:1: ( () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( (lv_name_2_0= RULE_FEATURE_TEXT ) ) ( (lv_description_3_0= RULE_TEXT ) )? ( (lv_members_4_0= ruleBackground ) )? ( (lv_members_5_0= ruleScenario ) )* ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:165:2: () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( (lv_name_2_0= RULE_FEATURE_TEXT ) ) ( (lv_description_3_0= RULE_TEXT ) )? ( (lv_members_4_0= ruleBackground ) )? ( (lv_members_5_0= ruleScenario ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:165:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:166:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getFeatureAccess().getFeatureAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:171:2: ( (lv_annotations_1_0= ruleXAnnotation ) )* loop4: do { int alt4=2; int LA4_0 = input.LA(1); if ( (LA4_0==96) ) { alt4=1; } switch (alt4) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:172:1: (lv_annotations_1_0= ruleXAnnotation ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:172:1: (lv_annotations_1_0= ruleXAnnotation ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:173:3: lv_annotations_1_0= ruleXAnnotation { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getFeatureAccess().getAnnotationsXAnnotationParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotation_in_ruleFeature300); lv_annotations_1_0=ruleXAnnotation(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getFeatureRule()); } add( current, "annotations", lv_annotations_1_0, "XAnnotation"); afterParserOrEnumRuleCall(); } } } break; default : break loop4; } } while (true); // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:189:3: ( (lv_name_2_0= RULE_FEATURE_TEXT ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:190:1: (lv_name_2_0= RULE_FEATURE_TEXT ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:190:1: (lv_name_2_0= RULE_FEATURE_TEXT ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:191:3: lv_name_2_0= RULE_FEATURE_TEXT { lv_name_2_0=(Token)match(input,RULE_FEATURE_TEXT,FollowSets000.FOLLOW_RULE_FEATURE_TEXT_in_ruleFeature318); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_name_2_0, grammarAccess.getFeatureAccess().getNameFEATURE_TEXTTerminalRuleCall_2_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getFeatureRule()); } setWithLastConsumed( current, "name", lv_name_2_0, "FEATURE_TEXT"); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:207:2: ( (lv_description_3_0= RULE_TEXT ) )? int alt5=2; int LA5_0 = input.LA(1); if ( (LA5_0==RULE_TEXT) ) { alt5=1; } switch (alt5) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:208:1: (lv_description_3_0= RULE_TEXT ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:208:1: (lv_description_3_0= RULE_TEXT ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:209:3: lv_description_3_0= RULE_TEXT { lv_description_3_0=(Token)match(input,RULE_TEXT,FollowSets000.FOLLOW_RULE_TEXT_in_ruleFeature340); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_description_3_0, grammarAccess.getFeatureAccess().getDescriptionTEXTTerminalRuleCall_3_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getFeatureRule()); } setWithLastConsumed( current, "description", lv_description_3_0, "TEXT"); } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:225:3: ( (lv_members_4_0= ruleBackground ) )? int alt6=2; int LA6_0 = input.LA(1); if ( (LA6_0==RULE_BACKGROUND_TEXT) ) { alt6=1; } switch (alt6) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:226:1: (lv_members_4_0= ruleBackground ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:226:1: (lv_members_4_0= ruleBackground ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:227:3: lv_members_4_0= ruleBackground { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getFeatureAccess().getMembersBackgroundParserRuleCall_4_0()); } pushFollow(FollowSets000.FOLLOW_ruleBackground_in_ruleFeature367); lv_members_4_0=ruleBackground(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getFeatureRule()); } add( current, "members", lv_members_4_0, "Background"); afterParserOrEnumRuleCall(); } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:243:3: ( (lv_members_5_0= ruleScenario ) )* loop7: do { int alt7=2; int LA7_0 = input.LA(1); if ( (LA7_0==RULE_SCENARIO_TEXT) ) { alt7=1; } switch (alt7) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:244:1: (lv_members_5_0= ruleScenario ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:244:1: (lv_members_5_0= ruleScenario ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:245:3: lv_members_5_0= ruleScenario { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getFeatureAccess().getMembersScenarioParserRuleCall_5_0()); } pushFollow(FollowSets000.FOLLOW_ruleScenario_in_ruleFeature389); lv_members_5_0=ruleScenario(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getFeatureRule()); } add( current, "members", lv_members_5_0, "Scenario"); afterParserOrEnumRuleCall(); } } } break; default : break loop7; } } while (true); } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleFeature" // $ANTLR start "entryRuleBackground" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:269:1: entryRuleBackground returns [EObject current=null] : iv_ruleBackground= ruleBackground EOF ; public final EObject entryRuleBackground() throws RecognitionException { EObject current = null; EObject iv_ruleBackground = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:270:2: (iv_ruleBackground= ruleBackground EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:271:2: iv_ruleBackground= ruleBackground EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getBackgroundRule()); } pushFollow(FollowSets000.FOLLOW_ruleBackground_in_entryRuleBackground426); iv_ruleBackground=ruleBackground(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleBackground; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleBackground436); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleBackground" // $ANTLR start "ruleBackground" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:278:1: ruleBackground returns [EObject current=null] : ( () ( (lv_name_1_0= RULE_BACKGROUND_TEXT ) ) ( (lv_members_2_0= ruleMember ) )* ( ( ( (lv_members_3_1= ruleGiven | lv_members_3_2= ruleGivenReference ) ) ) ( ( (lv_members_4_1= ruleAnd | lv_members_4_2= ruleAndReference | lv_members_4_3= ruleBut | lv_members_4_4= ruleButReference ) ) )* )? ) ; public final EObject ruleBackground() throws RecognitionException { EObject current = null; Token lv_name_1_0=null; EObject lv_members_2_0 = null; EObject lv_members_3_1 = null; EObject lv_members_3_2 = null; EObject lv_members_4_1 = null; EObject lv_members_4_2 = null; EObject lv_members_4_3 = null; EObject lv_members_4_4 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:281:28: ( ( () ( (lv_name_1_0= RULE_BACKGROUND_TEXT ) ) ( (lv_members_2_0= ruleMember ) )* ( ( ( (lv_members_3_1= ruleGiven | lv_members_3_2= ruleGivenReference ) ) ) ( ( (lv_members_4_1= ruleAnd | lv_members_4_2= ruleAndReference | lv_members_4_3= ruleBut | lv_members_4_4= ruleButReference ) ) )* )? ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:282:1: ( () ( (lv_name_1_0= RULE_BACKGROUND_TEXT ) ) ( (lv_members_2_0= ruleMember ) )* ( ( ( (lv_members_3_1= ruleGiven | lv_members_3_2= ruleGivenReference ) ) ) ( ( (lv_members_4_1= ruleAnd | lv_members_4_2= ruleAndReference | lv_members_4_3= ruleBut | lv_members_4_4= ruleButReference ) ) )* )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:282:1: ( () ( (lv_name_1_0= RULE_BACKGROUND_TEXT ) ) ( (lv_members_2_0= ruleMember ) )* ( ( ( (lv_members_3_1= ruleGiven | lv_members_3_2= ruleGivenReference ) ) ) ( ( (lv_members_4_1= ruleAnd | lv_members_4_2= ruleAndReference | lv_members_4_3= ruleBut | lv_members_4_4= ruleButReference ) ) )* )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:282:2: () ( (lv_name_1_0= RULE_BACKGROUND_TEXT ) ) ( (lv_members_2_0= ruleMember ) )* ( ( ( (lv_members_3_1= ruleGiven | lv_members_3_2= ruleGivenReference ) ) ) ( ( (lv_members_4_1= ruleAnd | lv_members_4_2= ruleAndReference | lv_members_4_3= ruleBut | lv_members_4_4= ruleButReference ) ) )* )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:282:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:283:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getBackgroundAccess().getBackgroundAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:288:2: ( (lv_name_1_0= RULE_BACKGROUND_TEXT ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:289:1: (lv_name_1_0= RULE_BACKGROUND_TEXT ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:289:1: (lv_name_1_0= RULE_BACKGROUND_TEXT ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:290:3: lv_name_1_0= RULE_BACKGROUND_TEXT { lv_name_1_0=(Token)match(input,RULE_BACKGROUND_TEXT,FollowSets000.FOLLOW_RULE_BACKGROUND_TEXT_in_ruleBackground487); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_name_1_0, grammarAccess.getBackgroundAccess().getNameBACKGROUND_TEXTTerminalRuleCall_1_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getBackgroundRule()); } setWithLastConsumed( current, "name", lv_name_1_0, "BACKGROUND_TEXT"); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:306:2: ( (lv_members_2_0= ruleMember ) )* loop8: do { int alt8=2; int LA8_0 = input.LA(1); if ( (LA8_0==RULE_ID||(LA8_0>=39 && LA8_0<=40)||LA8_0==54||(LA8_0>=61 && LA8_0<=62)||(LA8_0>=64 && LA8_0<=77)||LA8_0==80||(LA8_0>=82 && LA8_0<=84)||LA8_0==96) ) { alt8=1; } switch (alt8) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:307:1: (lv_members_2_0= ruleMember ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:307:1: (lv_members_2_0= ruleMember ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:308:3: lv_members_2_0= ruleMember { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getBackgroundAccess().getMembersMemberParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleMember_in_ruleBackground513); lv_members_2_0=ruleMember(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getBackgroundRule()); } add( current, "members", lv_members_2_0, "Member"); afterParserOrEnumRuleCall(); } } } break; default : break loop8; } } while (true); // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:324:3: ( ( ( (lv_members_3_1= ruleGiven | lv_members_3_2= ruleGivenReference ) ) ) ( ( (lv_members_4_1= ruleAnd | lv_members_4_2= ruleAndReference | lv_members_4_3= ruleBut | lv_members_4_4= ruleButReference ) ) )* )? int alt12=2; int LA12_0 = input.LA(1); if ( (LA12_0==RULE_GIVEN_TEXT) ) { alt12=1; } switch (alt12) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:324:4: ( ( (lv_members_3_1= ruleGiven | lv_members_3_2= ruleGivenReference ) ) ) ( ( (lv_members_4_1= ruleAnd | lv_members_4_2= ruleAndReference | lv_members_4_3= ruleBut | lv_members_4_4= ruleButReference ) ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:324:4: ( ( (lv_members_3_1= ruleGiven | lv_members_3_2= ruleGivenReference ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:325:1: ( (lv_members_3_1= ruleGiven | lv_members_3_2= ruleGivenReference ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:325:1: ( (lv_members_3_1= ruleGiven | lv_members_3_2= ruleGivenReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:326:1: (lv_members_3_1= ruleGiven | lv_members_3_2= ruleGivenReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:326:1: (lv_members_3_1= ruleGiven | lv_members_3_2= ruleGivenReference ) int alt9=2; int LA9_0 = input.LA(1); if ( (LA9_0==RULE_GIVEN_TEXT) ) { int LA9_1 = input.LA(2); if ( ((LA9_1>=RULE_ID && LA9_1<=RULE_RICH_TEXT_START)||(LA9_1>=RULE_HEX && LA9_1<=RULE_DECIMAL)||(LA9_1>=39 && LA9_1<=40)||(LA9_1>=44 && LA9_1<=45)||(LA9_1>=48 && LA9_1<=49)||LA9_1==51||LA9_1==54||(LA9_1>=56 && LA9_1<=61)||(LA9_1>=64 && LA9_1<=80)||(LA9_1>=82 && LA9_1<=85)||(LA9_1>=87 && LA9_1<=88)||(LA9_1>=97 && LA9_1<=98)||(LA9_1>=117 && LA9_1<=118)||LA9_1==123||LA9_1==130||(LA9_1>=133 && LA9_1<=142)) ) { alt9=1; } else if ( (LA9_1==EOF||LA9_1==RULE_SCENARIO_TEXT||(LA9_1>=RULE_AND_TEXT && LA9_1<=RULE_BUT_TEXT)) ) { alt9=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 9, 1, input); throw nvae; } } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 9, 0, input); throw nvae; } switch (alt9) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:327:3: lv_members_3_1= ruleGiven { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getBackgroundAccess().getMembersGivenParserRuleCall_3_0_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleGiven_in_ruleBackground538); lv_members_3_1=ruleGiven(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getBackgroundRule()); } add( current, "members", lv_members_3_1, "Given"); afterParserOrEnumRuleCall(); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:342:8: lv_members_3_2= ruleGivenReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getBackgroundAccess().getMembersGivenReferenceParserRuleCall_3_0_0_1()); } pushFollow(FollowSets000.FOLLOW_ruleGivenReference_in_ruleBackground557); lv_members_3_2=ruleGivenReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getBackgroundRule()); } add( current, "members", lv_members_3_2, "GivenReference"); afterParserOrEnumRuleCall(); } } break; } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:360:2: ( ( (lv_members_4_1= ruleAnd | lv_members_4_2= ruleAndReference | lv_members_4_3= ruleBut | lv_members_4_4= ruleButReference ) ) )* loop11: do { int alt11=2; int LA11_0 = input.LA(1); if ( ((LA11_0>=RULE_AND_TEXT && LA11_0<=RULE_BUT_TEXT)) ) { alt11=1; } switch (alt11) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:361:1: ( (lv_members_4_1= ruleAnd | lv_members_4_2= ruleAndReference | lv_members_4_3= ruleBut | lv_members_4_4= ruleButReference ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:361:1: ( (lv_members_4_1= ruleAnd | lv_members_4_2= ruleAndReference | lv_members_4_3= ruleBut | lv_members_4_4= ruleButReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:362:1: (lv_members_4_1= ruleAnd | lv_members_4_2= ruleAndReference | lv_members_4_3= ruleBut | lv_members_4_4= ruleButReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:362:1: (lv_members_4_1= ruleAnd | lv_members_4_2= ruleAndReference | lv_members_4_3= ruleBut | lv_members_4_4= ruleButReference ) int alt10=4; int LA10_0 = input.LA(1); if ( (LA10_0==RULE_AND_TEXT) ) { int LA10_1 = input.LA(2); if ( ((LA10_1>=RULE_ID && LA10_1<=RULE_RICH_TEXT_START)||(LA10_1>=RULE_HEX && LA10_1<=RULE_DECIMAL)||(LA10_1>=39 && LA10_1<=40)||(LA10_1>=44 && LA10_1<=45)||(LA10_1>=48 && LA10_1<=49)||LA10_1==51||LA10_1==54||(LA10_1>=56 && LA10_1<=61)||(LA10_1>=64 && LA10_1<=80)||(LA10_1>=82 && LA10_1<=85)||(LA10_1>=87 && LA10_1<=88)||(LA10_1>=97 && LA10_1<=98)||(LA10_1>=117 && LA10_1<=118)||LA10_1==123||LA10_1==130||(LA10_1>=133 && LA10_1<=142)) ) { alt10=1; } else if ( (LA10_1==EOF||LA10_1==RULE_SCENARIO_TEXT||(LA10_1>=RULE_AND_TEXT && LA10_1<=RULE_BUT_TEXT)) ) { alt10=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 10, 1, input); throw nvae; } } else if ( (LA10_0==RULE_BUT_TEXT) ) { int LA10_2 = input.LA(2); if ( ((LA10_2>=RULE_ID && LA10_2<=RULE_RICH_TEXT_START)||(LA10_2>=RULE_HEX && LA10_2<=RULE_DECIMAL)||(LA10_2>=39 && LA10_2<=40)||(LA10_2>=44 && LA10_2<=45)||(LA10_2>=48 && LA10_2<=49)||LA10_2==51||LA10_2==54||(LA10_2>=56 && LA10_2<=61)||(LA10_2>=64 && LA10_2<=80)||(LA10_2>=82 && LA10_2<=85)||(LA10_2>=87 && LA10_2<=88)||(LA10_2>=97 && LA10_2<=98)||(LA10_2>=117 && LA10_2<=118)||LA10_2==123||LA10_2==130||(LA10_2>=133 && LA10_2<=142)) ) { alt10=3; } else if ( (LA10_2==EOF||LA10_2==RULE_SCENARIO_TEXT||(LA10_2>=RULE_AND_TEXT && LA10_2<=RULE_BUT_TEXT)) ) { alt10=4; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 10, 2, input); throw nvae; } } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 10, 0, input); throw nvae; } switch (alt10) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:363:3: lv_members_4_1= ruleAnd { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getBackgroundAccess().getMembersAndParserRuleCall_3_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleAnd_in_ruleBackground583); lv_members_4_1=ruleAnd(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getBackgroundRule()); } add( current, "members", lv_members_4_1, "And"); afterParserOrEnumRuleCall(); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:378:8: lv_members_4_2= ruleAndReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getBackgroundAccess().getMembersAndReferenceParserRuleCall_3_1_0_1()); } pushFollow(FollowSets000.FOLLOW_ruleAndReference_in_ruleBackground602); lv_members_4_2=ruleAndReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getBackgroundRule()); } add( current, "members", lv_members_4_2, "AndReference"); afterParserOrEnumRuleCall(); } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:393:8: lv_members_4_3= ruleBut { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getBackgroundAccess().getMembersButParserRuleCall_3_1_0_2()); } pushFollow(FollowSets000.FOLLOW_ruleBut_in_ruleBackground621); lv_members_4_3=ruleBut(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getBackgroundRule()); } add( current, "members", lv_members_4_3, "But"); afterParserOrEnumRuleCall(); } } break; case 4 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:408:8: lv_members_4_4= ruleButReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getBackgroundAccess().getMembersButReferenceParserRuleCall_3_1_0_3()); } pushFollow(FollowSets000.FOLLOW_ruleButReference_in_ruleBackground640); lv_members_4_4=ruleButReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getBackgroundRule()); } add( current, "members", lv_members_4_4, "ButReference"); afterParserOrEnumRuleCall(); } } break; } } } break; default : break loop11; } } while (true); } break; } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleBackground" // $ANTLR start "entryRuleScenario" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:434:1: entryRuleScenario returns [EObject current=null] : iv_ruleScenario= ruleScenario EOF ; public final EObject entryRuleScenario() throws RecognitionException { EObject current = null; EObject iv_ruleScenario = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:435:2: (iv_ruleScenario= ruleScenario EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:436:2: iv_ruleScenario= ruleScenario EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getScenarioRule()); } pushFollow(FollowSets000.FOLLOW_ruleScenario_in_entryRuleScenario682); iv_ruleScenario=ruleScenario(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleScenario; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleScenario692); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleScenario" // $ANTLR start "ruleScenario" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:443:1: ruleScenario returns [EObject current=null] : ( () ( (lv_name_1_0= RULE_SCENARIO_TEXT ) ) ( (lv_members_2_0= ruleMember ) )* ( ( ( (lv_members_3_1= ruleGiven | lv_members_3_2= ruleGivenReference ) ) ) ( ( (lv_members_4_1= ruleAnd | lv_members_4_2= ruleAndReference | lv_members_4_3= ruleBut | lv_members_4_4= ruleButReference ) ) )* )? ( ( ( (lv_members_5_1= ruleWhen | lv_members_5_2= ruleWhenReference ) ) ) ( ( (lv_members_6_1= ruleAnd | lv_members_6_2= ruleAndReference | lv_members_6_3= ruleBut | lv_members_6_4= ruleButReference ) ) )* )? ( ( ( (lv_members_7_1= ruleThen | lv_members_7_2= ruleThenReference ) ) ) ( ( (lv_members_8_1= ruleAnd | lv_members_8_2= ruleAndReference | lv_members_8_3= ruleBut | lv_members_8_4= ruleButReference ) ) )* )? ) ; public final EObject ruleScenario() throws RecognitionException { EObject current = null; Token lv_name_1_0=null; EObject lv_members_2_0 = null; EObject lv_members_3_1 = null; EObject lv_members_3_2 = null; EObject lv_members_4_1 = null; EObject lv_members_4_2 = null; EObject lv_members_4_3 = null; EObject lv_members_4_4 = null; EObject lv_members_5_1 = null; EObject lv_members_5_2 = null; EObject lv_members_6_1 = null; EObject lv_members_6_2 = null; EObject lv_members_6_3 = null; EObject lv_members_6_4 = null; EObject lv_members_7_1 = null; EObject lv_members_7_2 = null; EObject lv_members_8_1 = null; EObject lv_members_8_2 = null; EObject lv_members_8_3 = null; EObject lv_members_8_4 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:446:28: ( ( () ( (lv_name_1_0= RULE_SCENARIO_TEXT ) ) ( (lv_members_2_0= ruleMember ) )* ( ( ( (lv_members_3_1= ruleGiven | lv_members_3_2= ruleGivenReference ) ) ) ( ( (lv_members_4_1= ruleAnd | lv_members_4_2= ruleAndReference | lv_members_4_3= ruleBut | lv_members_4_4= ruleButReference ) ) )* )? ( ( ( (lv_members_5_1= ruleWhen | lv_members_5_2= ruleWhenReference ) ) ) ( ( (lv_members_6_1= ruleAnd | lv_members_6_2= ruleAndReference | lv_members_6_3= ruleBut | lv_members_6_4= ruleButReference ) ) )* )? ( ( ( (lv_members_7_1= ruleThen | lv_members_7_2= ruleThenReference ) ) ) ( ( (lv_members_8_1= ruleAnd | lv_members_8_2= ruleAndReference | lv_members_8_3= ruleBut | lv_members_8_4= ruleButReference ) ) )* )? ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:447:1: ( () ( (lv_name_1_0= RULE_SCENARIO_TEXT ) ) ( (lv_members_2_0= ruleMember ) )* ( ( ( (lv_members_3_1= ruleGiven | lv_members_3_2= ruleGivenReference ) ) ) ( ( (lv_members_4_1= ruleAnd | lv_members_4_2= ruleAndReference | lv_members_4_3= ruleBut | lv_members_4_4= ruleButReference ) ) )* )? ( ( ( (lv_members_5_1= ruleWhen | lv_members_5_2= ruleWhenReference ) ) ) ( ( (lv_members_6_1= ruleAnd | lv_members_6_2= ruleAndReference | lv_members_6_3= ruleBut | lv_members_6_4= ruleButReference ) ) )* )? ( ( ( (lv_members_7_1= ruleThen | lv_members_7_2= ruleThenReference ) ) ) ( ( (lv_members_8_1= ruleAnd | lv_members_8_2= ruleAndReference | lv_members_8_3= ruleBut | lv_members_8_4= ruleButReference ) ) )* )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:447:1: ( () ( (lv_name_1_0= RULE_SCENARIO_TEXT ) ) ( (lv_members_2_0= ruleMember ) )* ( ( ( (lv_members_3_1= ruleGiven | lv_members_3_2= ruleGivenReference ) ) ) ( ( (lv_members_4_1= ruleAnd | lv_members_4_2= ruleAndReference | lv_members_4_3= ruleBut | lv_members_4_4= ruleButReference ) ) )* )? ( ( ( (lv_members_5_1= ruleWhen | lv_members_5_2= ruleWhenReference ) ) ) ( ( (lv_members_6_1= ruleAnd | lv_members_6_2= ruleAndReference | lv_members_6_3= ruleBut | lv_members_6_4= ruleButReference ) ) )* )? ( ( ( (lv_members_7_1= ruleThen | lv_members_7_2= ruleThenReference ) ) ) ( ( (lv_members_8_1= ruleAnd | lv_members_8_2= ruleAndReference | lv_members_8_3= ruleBut | lv_members_8_4= ruleButReference ) ) )* )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:447:2: () ( (lv_name_1_0= RULE_SCENARIO_TEXT ) ) ( (lv_members_2_0= ruleMember ) )* ( ( ( (lv_members_3_1= ruleGiven | lv_members_3_2= ruleGivenReference ) ) ) ( ( (lv_members_4_1= ruleAnd | lv_members_4_2= ruleAndReference | lv_members_4_3= ruleBut | lv_members_4_4= ruleButReference ) ) )* )? ( ( ( (lv_members_5_1= ruleWhen | lv_members_5_2= ruleWhenReference ) ) ) ( ( (lv_members_6_1= ruleAnd | lv_members_6_2= ruleAndReference | lv_members_6_3= ruleBut | lv_members_6_4= ruleButReference ) ) )* )? ( ( ( (lv_members_7_1= ruleThen | lv_members_7_2= ruleThenReference ) ) ) ( ( (lv_members_8_1= ruleAnd | lv_members_8_2= ruleAndReference | lv_members_8_3= ruleBut | lv_members_8_4= ruleButReference ) ) )* )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:447:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:448:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getScenarioAccess().getScenarioAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:453:2: ( (lv_name_1_0= RULE_SCENARIO_TEXT ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:454:1: (lv_name_1_0= RULE_SCENARIO_TEXT ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:454:1: (lv_name_1_0= RULE_SCENARIO_TEXT ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:455:3: lv_name_1_0= RULE_SCENARIO_TEXT { lv_name_1_0=(Token)match(input,RULE_SCENARIO_TEXT,FollowSets000.FOLLOW_RULE_SCENARIO_TEXT_in_ruleScenario743); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_name_1_0, grammarAccess.getScenarioAccess().getNameSCENARIO_TEXTTerminalRuleCall_1_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getScenarioRule()); } setWithLastConsumed( current, "name", lv_name_1_0, "SCENARIO_TEXT"); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:471:2: ( (lv_members_2_0= ruleMember ) )* loop13: do { int alt13=2; int LA13_0 = input.LA(1); if ( (LA13_0==RULE_ID||(LA13_0>=39 && LA13_0<=40)||LA13_0==54||(LA13_0>=61 && LA13_0<=62)||(LA13_0>=64 && LA13_0<=77)||LA13_0==80||(LA13_0>=82 && LA13_0<=84)||LA13_0==96) ) { alt13=1; } switch (alt13) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:472:1: (lv_members_2_0= ruleMember ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:472:1: (lv_members_2_0= ruleMember ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:473:3: lv_members_2_0= ruleMember { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getScenarioAccess().getMembersMemberParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleMember_in_ruleScenario769); lv_members_2_0=ruleMember(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getScenarioRule()); } add( current, "members", lv_members_2_0, "Member"); afterParserOrEnumRuleCall(); } } } break; default : break loop13; } } while (true); // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:489:3: ( ( ( (lv_members_3_1= ruleGiven | lv_members_3_2= ruleGivenReference ) ) ) ( ( (lv_members_4_1= ruleAnd | lv_members_4_2= ruleAndReference | lv_members_4_3= ruleBut | lv_members_4_4= ruleButReference ) ) )* )? int alt17=2; int LA17_0 = input.LA(1); if ( (LA17_0==RULE_GIVEN_TEXT) ) { alt17=1; } switch (alt17) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:489:4: ( ( (lv_members_3_1= ruleGiven | lv_members_3_2= ruleGivenReference ) ) ) ( ( (lv_members_4_1= ruleAnd | lv_members_4_2= ruleAndReference | lv_members_4_3= ruleBut | lv_members_4_4= ruleButReference ) ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:489:4: ( ( (lv_members_3_1= ruleGiven | lv_members_3_2= ruleGivenReference ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:490:1: ( (lv_members_3_1= ruleGiven | lv_members_3_2= ruleGivenReference ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:490:1: ( (lv_members_3_1= ruleGiven | lv_members_3_2= ruleGivenReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:491:1: (lv_members_3_1= ruleGiven | lv_members_3_2= ruleGivenReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:491:1: (lv_members_3_1= ruleGiven | lv_members_3_2= ruleGivenReference ) int alt14=2; int LA14_0 = input.LA(1); if ( (LA14_0==RULE_GIVEN_TEXT) ) { int LA14_1 = input.LA(2); if ( ((LA14_1>=RULE_ID && LA14_1<=RULE_RICH_TEXT_START)||(LA14_1>=RULE_HEX && LA14_1<=RULE_DECIMAL)||(LA14_1>=39 && LA14_1<=40)||(LA14_1>=44 && LA14_1<=45)||(LA14_1>=48 && LA14_1<=49)||LA14_1==51||LA14_1==54||(LA14_1>=56 && LA14_1<=61)||(LA14_1>=64 && LA14_1<=80)||(LA14_1>=82 && LA14_1<=85)||(LA14_1>=87 && LA14_1<=88)||(LA14_1>=97 && LA14_1<=98)||(LA14_1>=117 && LA14_1<=118)||LA14_1==123||LA14_1==130||(LA14_1>=133 && LA14_1<=142)) ) { alt14=1; } else if ( (LA14_1==EOF||LA14_1==RULE_SCENARIO_TEXT||(LA14_1>=RULE_WHEN_TEXT && LA14_1<=RULE_BUT_TEXT)) ) { alt14=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 14, 1, input); throw nvae; } } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 14, 0, input); throw nvae; } switch (alt14) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:492:3: lv_members_3_1= ruleGiven { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getScenarioAccess().getMembersGivenParserRuleCall_3_0_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleGiven_in_ruleScenario794); lv_members_3_1=ruleGiven(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getScenarioRule()); } add( current, "members", lv_members_3_1, "Given"); afterParserOrEnumRuleCall(); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:507:8: lv_members_3_2= ruleGivenReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getScenarioAccess().getMembersGivenReferenceParserRuleCall_3_0_0_1()); } pushFollow(FollowSets000.FOLLOW_ruleGivenReference_in_ruleScenario813); lv_members_3_2=ruleGivenReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getScenarioRule()); } add( current, "members", lv_members_3_2, "GivenReference"); afterParserOrEnumRuleCall(); } } break; } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:525:2: ( ( (lv_members_4_1= ruleAnd | lv_members_4_2= ruleAndReference | lv_members_4_3= ruleBut | lv_members_4_4= ruleButReference ) ) )* loop16: do { int alt16=2; int LA16_0 = input.LA(1); if ( ((LA16_0>=RULE_AND_TEXT && LA16_0<=RULE_BUT_TEXT)) ) { alt16=1; } switch (alt16) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:526:1: ( (lv_members_4_1= ruleAnd | lv_members_4_2= ruleAndReference | lv_members_4_3= ruleBut | lv_members_4_4= ruleButReference ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:526:1: ( (lv_members_4_1= ruleAnd | lv_members_4_2= ruleAndReference | lv_members_4_3= ruleBut | lv_members_4_4= ruleButReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:527:1: (lv_members_4_1= ruleAnd | lv_members_4_2= ruleAndReference | lv_members_4_3= ruleBut | lv_members_4_4= ruleButReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:527:1: (lv_members_4_1= ruleAnd | lv_members_4_2= ruleAndReference | lv_members_4_3= ruleBut | lv_members_4_4= ruleButReference ) int alt15=4; int LA15_0 = input.LA(1); if ( (LA15_0==RULE_AND_TEXT) ) { int LA15_1 = input.LA(2); if ( (LA15_1==EOF||LA15_1==RULE_SCENARIO_TEXT||(LA15_1>=RULE_WHEN_TEXT && LA15_1<=RULE_BUT_TEXT)) ) { alt15=2; } else if ( ((LA15_1>=RULE_ID && LA15_1<=RULE_RICH_TEXT_START)||(LA15_1>=RULE_HEX && LA15_1<=RULE_DECIMAL)||(LA15_1>=39 && LA15_1<=40)||(LA15_1>=44 && LA15_1<=45)||(LA15_1>=48 && LA15_1<=49)||LA15_1==51||LA15_1==54||(LA15_1>=56 && LA15_1<=61)||(LA15_1>=64 && LA15_1<=80)||(LA15_1>=82 && LA15_1<=85)||(LA15_1>=87 && LA15_1<=88)||(LA15_1>=97 && LA15_1<=98)||(LA15_1>=117 && LA15_1<=118)||LA15_1==123||LA15_1==130||(LA15_1>=133 && LA15_1<=142)) ) { alt15=1; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 15, 1, input); throw nvae; } } else if ( (LA15_0==RULE_BUT_TEXT) ) { int LA15_2 = input.LA(2); if ( (LA15_2==EOF||LA15_2==RULE_SCENARIO_TEXT||(LA15_2>=RULE_WHEN_TEXT && LA15_2<=RULE_BUT_TEXT)) ) { alt15=4; } else if ( ((LA15_2>=RULE_ID && LA15_2<=RULE_RICH_TEXT_START)||(LA15_2>=RULE_HEX && LA15_2<=RULE_DECIMAL)||(LA15_2>=39 && LA15_2<=40)||(LA15_2>=44 && LA15_2<=45)||(LA15_2>=48 && LA15_2<=49)||LA15_2==51||LA15_2==54||(LA15_2>=56 && LA15_2<=61)||(LA15_2>=64 && LA15_2<=80)||(LA15_2>=82 && LA15_2<=85)||(LA15_2>=87 && LA15_2<=88)||(LA15_2>=97 && LA15_2<=98)||(LA15_2>=117 && LA15_2<=118)||LA15_2==123||LA15_2==130||(LA15_2>=133 && LA15_2<=142)) ) { alt15=3; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 15, 2, input); throw nvae; } } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 15, 0, input); throw nvae; } switch (alt15) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:528:3: lv_members_4_1= ruleAnd { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getScenarioAccess().getMembersAndParserRuleCall_3_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleAnd_in_ruleScenario839); lv_members_4_1=ruleAnd(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getScenarioRule()); } add( current, "members", lv_members_4_1, "And"); afterParserOrEnumRuleCall(); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:543:8: lv_members_4_2= ruleAndReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getScenarioAccess().getMembersAndReferenceParserRuleCall_3_1_0_1()); } pushFollow(FollowSets000.FOLLOW_ruleAndReference_in_ruleScenario858); lv_members_4_2=ruleAndReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getScenarioRule()); } add( current, "members", lv_members_4_2, "AndReference"); afterParserOrEnumRuleCall(); } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:558:8: lv_members_4_3= ruleBut { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getScenarioAccess().getMembersButParserRuleCall_3_1_0_2()); } pushFollow(FollowSets000.FOLLOW_ruleBut_in_ruleScenario877); lv_members_4_3=ruleBut(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getScenarioRule()); } add( current, "members", lv_members_4_3, "But"); afterParserOrEnumRuleCall(); } } break; case 4 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:573:8: lv_members_4_4= ruleButReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getScenarioAccess().getMembersButReferenceParserRuleCall_3_1_0_3()); } pushFollow(FollowSets000.FOLLOW_ruleButReference_in_ruleScenario896); lv_members_4_4=ruleButReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getScenarioRule()); } add( current, "members", lv_members_4_4, "ButReference"); afterParserOrEnumRuleCall(); } } break; } } } break; default : break loop16; } } while (true); } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:591:5: ( ( ( (lv_members_5_1= ruleWhen | lv_members_5_2= ruleWhenReference ) ) ) ( ( (lv_members_6_1= ruleAnd | lv_members_6_2= ruleAndReference | lv_members_6_3= ruleBut | lv_members_6_4= ruleButReference ) ) )* )? int alt21=2; int LA21_0 = input.LA(1); if ( (LA21_0==RULE_WHEN_TEXT) ) { alt21=1; } switch (alt21) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:591:6: ( ( (lv_members_5_1= ruleWhen | lv_members_5_2= ruleWhenReference ) ) ) ( ( (lv_members_6_1= ruleAnd | lv_members_6_2= ruleAndReference | lv_members_6_3= ruleBut | lv_members_6_4= ruleButReference ) ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:591:6: ( ( (lv_members_5_1= ruleWhen | lv_members_5_2= ruleWhenReference ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:592:1: ( (lv_members_5_1= ruleWhen | lv_members_5_2= ruleWhenReference ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:592:1: ( (lv_members_5_1= ruleWhen | lv_members_5_2= ruleWhenReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:593:1: (lv_members_5_1= ruleWhen | lv_members_5_2= ruleWhenReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:593:1: (lv_members_5_1= ruleWhen | lv_members_5_2= ruleWhenReference ) int alt18=2; int LA18_0 = input.LA(1); if ( (LA18_0==RULE_WHEN_TEXT) ) { int LA18_1 = input.LA(2); if ( ((LA18_1>=RULE_ID && LA18_1<=RULE_RICH_TEXT_START)||(LA18_1>=RULE_HEX && LA18_1<=RULE_DECIMAL)||(LA18_1>=39 && LA18_1<=40)||(LA18_1>=44 && LA18_1<=45)||(LA18_1>=48 && LA18_1<=49)||LA18_1==51||LA18_1==54||(LA18_1>=56 && LA18_1<=61)||(LA18_1>=64 && LA18_1<=80)||(LA18_1>=82 && LA18_1<=85)||(LA18_1>=87 && LA18_1<=88)||(LA18_1>=97 && LA18_1<=98)||(LA18_1>=117 && LA18_1<=118)||LA18_1==123||LA18_1==130||(LA18_1>=133 && LA18_1<=142)) ) { alt18=1; } else if ( (LA18_1==EOF||LA18_1==RULE_SCENARIO_TEXT||(LA18_1>=RULE_THEN_TEXT && LA18_1<=RULE_BUT_TEXT)) ) { alt18=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 18, 1, input); throw nvae; } } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 18, 0, input); throw nvae; } switch (alt18) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:594:3: lv_members_5_1= ruleWhen { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getScenarioAccess().getMembersWhenParserRuleCall_4_0_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleWhen_in_ruleScenario926); lv_members_5_1=ruleWhen(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getScenarioRule()); } add( current, "members", lv_members_5_1, "When"); afterParserOrEnumRuleCall(); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:609:8: lv_members_5_2= ruleWhenReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getScenarioAccess().getMembersWhenReferenceParserRuleCall_4_0_0_1()); } pushFollow(FollowSets000.FOLLOW_ruleWhenReference_in_ruleScenario945); lv_members_5_2=ruleWhenReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getScenarioRule()); } add( current, "members", lv_members_5_2, "WhenReference"); afterParserOrEnumRuleCall(); } } break; } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:627:2: ( ( (lv_members_6_1= ruleAnd | lv_members_6_2= ruleAndReference | lv_members_6_3= ruleBut | lv_members_6_4= ruleButReference ) ) )* loop20: do { int alt20=2; int LA20_0 = input.LA(1); if ( ((LA20_0>=RULE_AND_TEXT && LA20_0<=RULE_BUT_TEXT)) ) { alt20=1; } switch (alt20) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:628:1: ( (lv_members_6_1= ruleAnd | lv_members_6_2= ruleAndReference | lv_members_6_3= ruleBut | lv_members_6_4= ruleButReference ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:628:1: ( (lv_members_6_1= ruleAnd | lv_members_6_2= ruleAndReference | lv_members_6_3= ruleBut | lv_members_6_4= ruleButReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:629:1: (lv_members_6_1= ruleAnd | lv_members_6_2= ruleAndReference | lv_members_6_3= ruleBut | lv_members_6_4= ruleButReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:629:1: (lv_members_6_1= ruleAnd | lv_members_6_2= ruleAndReference | lv_members_6_3= ruleBut | lv_members_6_4= ruleButReference ) int alt19=4; int LA19_0 = input.LA(1); if ( (LA19_0==RULE_AND_TEXT) ) { int LA19_1 = input.LA(2); if ( ((LA19_1>=RULE_ID && LA19_1<=RULE_RICH_TEXT_START)||(LA19_1>=RULE_HEX && LA19_1<=RULE_DECIMAL)||(LA19_1>=39 && LA19_1<=40)||(LA19_1>=44 && LA19_1<=45)||(LA19_1>=48 && LA19_1<=49)||LA19_1==51||LA19_1==54||(LA19_1>=56 && LA19_1<=61)||(LA19_1>=64 && LA19_1<=80)||(LA19_1>=82 && LA19_1<=85)||(LA19_1>=87 && LA19_1<=88)||(LA19_1>=97 && LA19_1<=98)||(LA19_1>=117 && LA19_1<=118)||LA19_1==123||LA19_1==130||(LA19_1>=133 && LA19_1<=142)) ) { alt19=1; } else if ( (LA19_1==EOF||LA19_1==RULE_SCENARIO_TEXT||(LA19_1>=RULE_THEN_TEXT && LA19_1<=RULE_BUT_TEXT)) ) { alt19=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 19, 1, input); throw nvae; } } else if ( (LA19_0==RULE_BUT_TEXT) ) { int LA19_2 = input.LA(2); if ( (LA19_2==EOF||LA19_2==RULE_SCENARIO_TEXT||(LA19_2>=RULE_THEN_TEXT && LA19_2<=RULE_BUT_TEXT)) ) { alt19=4; } else if ( ((LA19_2>=RULE_ID && LA19_2<=RULE_RICH_TEXT_START)||(LA19_2>=RULE_HEX && LA19_2<=RULE_DECIMAL)||(LA19_2>=39 && LA19_2<=40)||(LA19_2>=44 && LA19_2<=45)||(LA19_2>=48 && LA19_2<=49)||LA19_2==51||LA19_2==54||(LA19_2>=56 && LA19_2<=61)||(LA19_2>=64 && LA19_2<=80)||(LA19_2>=82 && LA19_2<=85)||(LA19_2>=87 && LA19_2<=88)||(LA19_2>=97 && LA19_2<=98)||(LA19_2>=117 && LA19_2<=118)||LA19_2==123||LA19_2==130||(LA19_2>=133 && LA19_2<=142)) ) { alt19=3; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 19, 2, input); throw nvae; } } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 19, 0, input); throw nvae; } switch (alt19) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:630:3: lv_members_6_1= ruleAnd { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getScenarioAccess().getMembersAndParserRuleCall_4_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleAnd_in_ruleScenario971); lv_members_6_1=ruleAnd(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getScenarioRule()); } add( current, "members", lv_members_6_1, "And"); afterParserOrEnumRuleCall(); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:645:8: lv_members_6_2= ruleAndReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getScenarioAccess().getMembersAndReferenceParserRuleCall_4_1_0_1()); } pushFollow(FollowSets000.FOLLOW_ruleAndReference_in_ruleScenario990); lv_members_6_2=ruleAndReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getScenarioRule()); } add( current, "members", lv_members_6_2, "AndReference"); afterParserOrEnumRuleCall(); } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:660:8: lv_members_6_3= ruleBut { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getScenarioAccess().getMembersButParserRuleCall_4_1_0_2()); } pushFollow(FollowSets000.FOLLOW_ruleBut_in_ruleScenario1009); lv_members_6_3=ruleBut(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getScenarioRule()); } add( current, "members", lv_members_6_3, "But"); afterParserOrEnumRuleCall(); } } break; case 4 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:675:8: lv_members_6_4= ruleButReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getScenarioAccess().getMembersButReferenceParserRuleCall_4_1_0_3()); } pushFollow(FollowSets000.FOLLOW_ruleButReference_in_ruleScenario1028); lv_members_6_4=ruleButReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getScenarioRule()); } add( current, "members", lv_members_6_4, "ButReference"); afterParserOrEnumRuleCall(); } } break; } } } break; default : break loop20; } } while (true); } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:693:5: ( ( ( (lv_members_7_1= ruleThen | lv_members_7_2= ruleThenReference ) ) ) ( ( (lv_members_8_1= ruleAnd | lv_members_8_2= ruleAndReference | lv_members_8_3= ruleBut | lv_members_8_4= ruleButReference ) ) )* )? int alt25=2; int LA25_0 = input.LA(1); if ( (LA25_0==RULE_THEN_TEXT) ) { alt25=1; } switch (alt25) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:693:6: ( ( (lv_members_7_1= ruleThen | lv_members_7_2= ruleThenReference ) ) ) ( ( (lv_members_8_1= ruleAnd | lv_members_8_2= ruleAndReference | lv_members_8_3= ruleBut | lv_members_8_4= ruleButReference ) ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:693:6: ( ( (lv_members_7_1= ruleThen | lv_members_7_2= ruleThenReference ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:694:1: ( (lv_members_7_1= ruleThen | lv_members_7_2= ruleThenReference ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:694:1: ( (lv_members_7_1= ruleThen | lv_members_7_2= ruleThenReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:695:1: (lv_members_7_1= ruleThen | lv_members_7_2= ruleThenReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:695:1: (lv_members_7_1= ruleThen | lv_members_7_2= ruleThenReference ) int alt22=2; int LA22_0 = input.LA(1); if ( (LA22_0==RULE_THEN_TEXT) ) { int LA22_1 = input.LA(2); if ( ((LA22_1>=RULE_ID && LA22_1<=RULE_RICH_TEXT_START)||(LA22_1>=RULE_HEX && LA22_1<=RULE_DECIMAL)||(LA22_1>=39 && LA22_1<=40)||(LA22_1>=44 && LA22_1<=45)||(LA22_1>=48 && LA22_1<=49)||LA22_1==51||LA22_1==54||(LA22_1>=56 && LA22_1<=61)||(LA22_1>=64 && LA22_1<=80)||(LA22_1>=82 && LA22_1<=85)||(LA22_1>=87 && LA22_1<=88)||(LA22_1>=97 && LA22_1<=98)||(LA22_1>=117 && LA22_1<=118)||LA22_1==123||LA22_1==130||(LA22_1>=133 && LA22_1<=142)) ) { alt22=1; } else if ( (LA22_1==EOF||LA22_1==RULE_SCENARIO_TEXT||(LA22_1>=RULE_AND_TEXT && LA22_1<=RULE_BUT_TEXT)) ) { alt22=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 22, 1, input); throw nvae; } } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 22, 0, input); throw nvae; } switch (alt22) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:696:3: lv_members_7_1= ruleThen { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getScenarioAccess().getMembersThenParserRuleCall_5_0_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleThen_in_ruleScenario1058); lv_members_7_1=ruleThen(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getScenarioRule()); } add( current, "members", lv_members_7_1, "Then"); afterParserOrEnumRuleCall(); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:711:8: lv_members_7_2= ruleThenReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getScenarioAccess().getMembersThenReferenceParserRuleCall_5_0_0_1()); } pushFollow(FollowSets000.FOLLOW_ruleThenReference_in_ruleScenario1077); lv_members_7_2=ruleThenReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getScenarioRule()); } add( current, "members", lv_members_7_2, "ThenReference"); afterParserOrEnumRuleCall(); } } break; } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:729:2: ( ( (lv_members_8_1= ruleAnd | lv_members_8_2= ruleAndReference | lv_members_8_3= ruleBut | lv_members_8_4= ruleButReference ) ) )* loop24: do { int alt24=2; int LA24_0 = input.LA(1); if ( ((LA24_0>=RULE_AND_TEXT && LA24_0<=RULE_BUT_TEXT)) ) { alt24=1; } switch (alt24) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:730:1: ( (lv_members_8_1= ruleAnd | lv_members_8_2= ruleAndReference | lv_members_8_3= ruleBut | lv_members_8_4= ruleButReference ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:730:1: ( (lv_members_8_1= ruleAnd | lv_members_8_2= ruleAndReference | lv_members_8_3= ruleBut | lv_members_8_4= ruleButReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:731:1: (lv_members_8_1= ruleAnd | lv_members_8_2= ruleAndReference | lv_members_8_3= ruleBut | lv_members_8_4= ruleButReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:731:1: (lv_members_8_1= ruleAnd | lv_members_8_2= ruleAndReference | lv_members_8_3= ruleBut | lv_members_8_4= ruleButReference ) int alt23=4; int LA23_0 = input.LA(1); if ( (LA23_0==RULE_AND_TEXT) ) { int LA23_1 = input.LA(2); if ( (LA23_1==EOF||LA23_1==RULE_SCENARIO_TEXT||(LA23_1>=RULE_AND_TEXT && LA23_1<=RULE_BUT_TEXT)) ) { alt23=2; } else if ( ((LA23_1>=RULE_ID && LA23_1<=RULE_RICH_TEXT_START)||(LA23_1>=RULE_HEX && LA23_1<=RULE_DECIMAL)||(LA23_1>=39 && LA23_1<=40)||(LA23_1>=44 && LA23_1<=45)||(LA23_1>=48 && LA23_1<=49)||LA23_1==51||LA23_1==54||(LA23_1>=56 && LA23_1<=61)||(LA23_1>=64 && LA23_1<=80)||(LA23_1>=82 && LA23_1<=85)||(LA23_1>=87 && LA23_1<=88)||(LA23_1>=97 && LA23_1<=98)||(LA23_1>=117 && LA23_1<=118)||LA23_1==123||LA23_1==130||(LA23_1>=133 && LA23_1<=142)) ) { alt23=1; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 23, 1, input); throw nvae; } } else if ( (LA23_0==RULE_BUT_TEXT) ) { int LA23_2 = input.LA(2); if ( (LA23_2==EOF||LA23_2==RULE_SCENARIO_TEXT||(LA23_2>=RULE_AND_TEXT && LA23_2<=RULE_BUT_TEXT)) ) { alt23=4; } else if ( ((LA23_2>=RULE_ID && LA23_2<=RULE_RICH_TEXT_START)||(LA23_2>=RULE_HEX && LA23_2<=RULE_DECIMAL)||(LA23_2>=39 && LA23_2<=40)||(LA23_2>=44 && LA23_2<=45)||(LA23_2>=48 && LA23_2<=49)||LA23_2==51||LA23_2==54||(LA23_2>=56 && LA23_2<=61)||(LA23_2>=64 && LA23_2<=80)||(LA23_2>=82 && LA23_2<=85)||(LA23_2>=87 && LA23_2<=88)||(LA23_2>=97 && LA23_2<=98)||(LA23_2>=117 && LA23_2<=118)||LA23_2==123||LA23_2==130||(LA23_2>=133 && LA23_2<=142)) ) { alt23=3; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 23, 2, input); throw nvae; } } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 23, 0, input); throw nvae; } switch (alt23) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:732:3: lv_members_8_1= ruleAnd { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getScenarioAccess().getMembersAndParserRuleCall_5_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleAnd_in_ruleScenario1103); lv_members_8_1=ruleAnd(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getScenarioRule()); } add( current, "members", lv_members_8_1, "And"); afterParserOrEnumRuleCall(); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:747:8: lv_members_8_2= ruleAndReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getScenarioAccess().getMembersAndReferenceParserRuleCall_5_1_0_1()); } pushFollow(FollowSets000.FOLLOW_ruleAndReference_in_ruleScenario1122); lv_members_8_2=ruleAndReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getScenarioRule()); } add( current, "members", lv_members_8_2, "AndReference"); afterParserOrEnumRuleCall(); } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:762:8: lv_members_8_3= ruleBut { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getScenarioAccess().getMembersButParserRuleCall_5_1_0_2()); } pushFollow(FollowSets000.FOLLOW_ruleBut_in_ruleScenario1141); lv_members_8_3=ruleBut(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getScenarioRule()); } add( current, "members", lv_members_8_3, "But"); afterParserOrEnumRuleCall(); } } break; case 4 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:777:8: lv_members_8_4= ruleButReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getScenarioAccess().getMembersButReferenceParserRuleCall_5_1_0_3()); } pushFollow(FollowSets000.FOLLOW_ruleButReference_in_ruleScenario1160); lv_members_8_4=ruleButReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getScenarioRule()); } add( current, "members", lv_members_8_4, "ButReference"); afterParserOrEnumRuleCall(); } } break; } } } break; default : break loop24; } } while (true); } break; } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleScenario" // $ANTLR start "entryRuleMember" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:803:1: entryRuleMember returns [EObject current=null] : iv_ruleMember= ruleMember EOF ; public final EObject entryRuleMember() throws RecognitionException { EObject current = null; EObject iv_ruleMember = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:804:2: (iv_ruleMember= ruleMember EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:805:2: iv_ruleMember= ruleMember EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberRule()); } pushFollow(FollowSets000.FOLLOW_ruleMember_in_entryRuleMember1202); iv_ruleMember=ruleMember(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleMember; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleMember1212); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleMember" // $ANTLR start "ruleMember" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:812:1: ruleMember returns [EObject current=null] : ( () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( ( ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( ( (lv_modifiers_8_0= 'extension' ) ) ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* ( (lv_type_11_0= ruleJvmTypeReference ) ) ( (lv_name_12_0= ruleValidID ) )? ) | ( ( (lv_modifiers_13_0= ruleFieldModifier ) ) ( (lv_modifiers_14_0= ruleCommonModifier ) )* ( (lv_modifiers_15_0= 'extension' ) ) ( (lv_modifiers_16_0= ruleCommonModifier ) )* ( (lv_type_17_0= ruleJvmTypeReference ) ) ( (lv_name_18_0= ruleValidID ) )? ) | ( ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) ) ) (otherlv_21= '=' ( (lv_initialValue_22_0= ruleXExpression ) ) )? (otherlv_23= ';' )? ) ) ; public final EObject ruleMember() throws RecognitionException { EObject current = null; Token lv_modifiers_8_0=null; Token lv_modifiers_15_0=null; Token otherlv_21=null; Token otherlv_23=null; EObject lv_annotations_1_0 = null; AntlrDatatypeRuleToken lv_modifiers_3_0 = null; AntlrDatatypeRuleToken lv_modifiers_4_0 = null; AntlrDatatypeRuleToken lv_modifiers_5_0 = null; EObject lv_type_6_0 = null; AntlrDatatypeRuleToken lv_name_7_0 = null; AntlrDatatypeRuleToken lv_modifiers_9_0 = null; AntlrDatatypeRuleToken lv_modifiers_10_0 = null; EObject lv_type_11_0 = null; AntlrDatatypeRuleToken lv_name_12_0 = null; AntlrDatatypeRuleToken lv_modifiers_13_0 = null; AntlrDatatypeRuleToken lv_modifiers_14_0 = null; AntlrDatatypeRuleToken lv_modifiers_16_0 = null; EObject lv_type_17_0 = null; AntlrDatatypeRuleToken lv_name_18_0 = null; EObject lv_type_19_0 = null; AntlrDatatypeRuleToken lv_name_20_0 = null; EObject lv_initialValue_22_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:815:28: ( ( () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( ( ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( ( (lv_modifiers_8_0= 'extension' ) ) ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* ( (lv_type_11_0= ruleJvmTypeReference ) ) ( (lv_name_12_0= ruleValidID ) )? ) | ( ( (lv_modifiers_13_0= ruleFieldModifier ) ) ( (lv_modifiers_14_0= ruleCommonModifier ) )* ( (lv_modifiers_15_0= 'extension' ) ) ( (lv_modifiers_16_0= ruleCommonModifier ) )* ( (lv_type_17_0= ruleJvmTypeReference ) ) ( (lv_name_18_0= ruleValidID ) )? ) | ( ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) ) ) (otherlv_21= '=' ( (lv_initialValue_22_0= ruleXExpression ) ) )? (otherlv_23= ';' )? ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:816:1: ( () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( ( ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( ( (lv_modifiers_8_0= 'extension' ) ) ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* ( (lv_type_11_0= ruleJvmTypeReference ) ) ( (lv_name_12_0= ruleValidID ) )? ) | ( ( (lv_modifiers_13_0= ruleFieldModifier ) ) ( (lv_modifiers_14_0= ruleCommonModifier ) )* ( (lv_modifiers_15_0= 'extension' ) ) ( (lv_modifiers_16_0= ruleCommonModifier ) )* ( (lv_type_17_0= ruleJvmTypeReference ) ) ( (lv_name_18_0= ruleValidID ) )? ) | ( ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) ) ) (otherlv_21= '=' ( (lv_initialValue_22_0= ruleXExpression ) ) )? (otherlv_23= ';' )? ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:816:1: ( () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( ( ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( ( (lv_modifiers_8_0= 'extension' ) ) ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* ( (lv_type_11_0= ruleJvmTypeReference ) ) ( (lv_name_12_0= ruleValidID ) )? ) | ( ( (lv_modifiers_13_0= ruleFieldModifier ) ) ( (lv_modifiers_14_0= ruleCommonModifier ) )* ( (lv_modifiers_15_0= 'extension' ) ) ( (lv_modifiers_16_0= ruleCommonModifier ) )* ( (lv_type_17_0= ruleJvmTypeReference ) ) ( (lv_name_18_0= ruleValidID ) )? ) | ( ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) ) ) (otherlv_21= '=' ( (lv_initialValue_22_0= ruleXExpression ) ) )? (otherlv_23= ';' )? ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:816:2: () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( ( ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( ( (lv_modifiers_8_0= 'extension' ) ) ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* ( (lv_type_11_0= ruleJvmTypeReference ) ) ( (lv_name_12_0= ruleValidID ) )? ) | ( ( (lv_modifiers_13_0= ruleFieldModifier ) ) ( (lv_modifiers_14_0= ruleCommonModifier ) )* ( (lv_modifiers_15_0= 'extension' ) ) ( (lv_modifiers_16_0= ruleCommonModifier ) )* ( (lv_type_17_0= ruleJvmTypeReference ) ) ( (lv_name_18_0= ruleValidID ) )? ) | ( ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) ) ) (otherlv_21= '=' ( (lv_initialValue_22_0= ruleXExpression ) ) )? (otherlv_23= ';' )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:816:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:817:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getMemberAccess().getXtendMemberAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:822:2: ( (lv_annotations_1_0= ruleXAnnotation ) )* loop26: do { int alt26=2; int LA26_0 = input.LA(1); if ( (LA26_0==96) ) { alt26=1; } switch (alt26) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:823:1: (lv_annotations_1_0= ruleXAnnotation ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:823:1: (lv_annotations_1_0= ruleXAnnotation ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:824:3: lv_annotations_1_0= ruleXAnnotation { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getAnnotationsXAnnotationParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotation_in_ruleMember1267); lv_annotations_1_0=ruleXAnnotation(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "annotations", lv_annotations_1_0, "XAnnotation"); afterParserOrEnumRuleCall(); } } } break; default : break loop26; } } while (true); // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:840:3: ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( ( ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( ( (lv_modifiers_8_0= 'extension' ) ) ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* ( (lv_type_11_0= ruleJvmTypeReference ) ) ( (lv_name_12_0= ruleValidID ) )? ) | ( ( (lv_modifiers_13_0= ruleFieldModifier ) ) ( (lv_modifiers_14_0= ruleCommonModifier ) )* ( (lv_modifiers_15_0= 'extension' ) ) ( (lv_modifiers_16_0= ruleCommonModifier ) )* ( (lv_type_17_0= ruleJvmTypeReference ) ) ( (lv_name_18_0= ruleValidID ) )? ) | ( ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) ) ) (otherlv_21= '=' ( (lv_initialValue_22_0= ruleXExpression ) ) )? (otherlv_23= ';' )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:840:4: () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( ( ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( ( (lv_modifiers_8_0= 'extension' ) ) ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* ( (lv_type_11_0= ruleJvmTypeReference ) ) ( (lv_name_12_0= ruleValidID ) )? ) | ( ( (lv_modifiers_13_0= ruleFieldModifier ) ) ( (lv_modifiers_14_0= ruleCommonModifier ) )* ( (lv_modifiers_15_0= 'extension' ) ) ( (lv_modifiers_16_0= ruleCommonModifier ) )* ( (lv_type_17_0= ruleJvmTypeReference ) ) ( (lv_name_18_0= ruleValidID ) )? ) | ( ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) ) ) (otherlv_21= '=' ( (lv_initialValue_22_0= ruleXExpression ) ) )? (otherlv_23= ';' )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:840:4: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:841:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getMemberAccess().getXtendFieldAnnotationInfoAction_2_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:846:2: ( (lv_modifiers_3_0= ruleCommonModifier ) )* loop27: do { int alt27=2; int LA27_0 = input.LA(1); if ( (LA27_0==39||(LA27_0>=64 && LA27_0<=75)) ) { alt27=1; } switch (alt27) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:847:1: (lv_modifiers_3_0= ruleCommonModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:847:1: (lv_modifiers_3_0= ruleCommonModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:848:3: lv_modifiers_3_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getModifiersCommonModifierParserRuleCall_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleMember1299); lv_modifiers_3_0=ruleCommonModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "modifiers", lv_modifiers_3_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } break; default : break loop27; } } while (true); // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:864:3: ( ( ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( ( (lv_modifiers_8_0= 'extension' ) ) ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* ( (lv_type_11_0= ruleJvmTypeReference ) ) ( (lv_name_12_0= ruleValidID ) )? ) | ( ( (lv_modifiers_13_0= ruleFieldModifier ) ) ( (lv_modifiers_14_0= ruleCommonModifier ) )* ( (lv_modifiers_15_0= 'extension' ) ) ( (lv_modifiers_16_0= ruleCommonModifier ) )* ( (lv_type_17_0= ruleJvmTypeReference ) ) ( (lv_name_18_0= ruleValidID ) )? ) | ( ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) ) ) int alt35=4; alt35 = dfa35.predict(input); switch (alt35) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:864:4: ( ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:864:4: ( ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:864:5: ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:864:5: ( (lv_modifiers_4_0= ruleFieldModifier ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:865:1: (lv_modifiers_4_0= ruleFieldModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:865:1: (lv_modifiers_4_0= ruleFieldModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:866:3: lv_modifiers_4_0= ruleFieldModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getModifiersFieldModifierParserRuleCall_2_2_0_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleFieldModifier_in_ruleMember1323); lv_modifiers_4_0=ruleFieldModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "modifiers", lv_modifiers_4_0, "FieldModifier"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:882:2: ( (lv_modifiers_5_0= ruleCommonModifier ) )* loop28: do { int alt28=2; int LA28_0 = input.LA(1); if ( (LA28_0==39||(LA28_0>=64 && LA28_0<=75)) ) { alt28=1; } switch (alt28) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:883:1: (lv_modifiers_5_0= ruleCommonModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:883:1: (lv_modifiers_5_0= ruleCommonModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:884:3: lv_modifiers_5_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getModifiersCommonModifierParserRuleCall_2_2_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleMember1344); lv_modifiers_5_0=ruleCommonModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "modifiers", lv_modifiers_5_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } break; default : break loop28; } } while (true); // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:900:3: ( (lv_type_6_0= ruleJvmTypeReference ) )? int alt29=2; alt29 = dfa29.predict(input); switch (alt29) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:901:1: (lv_type_6_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:901:1: (lv_type_6_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:902:3: lv_type_6_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getTypeJvmTypeReferenceParserRuleCall_2_2_0_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleMember1366); lv_type_6_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } set( current, "type", lv_type_6_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:918:3: ( (lv_name_7_0= ruleValidID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:919:1: (lv_name_7_0= ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:919:1: (lv_name_7_0= ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:920:3: lv_name_7_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getNameValidIDParserRuleCall_2_2_0_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleMember1388); lv_name_7_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } set( current, "name", lv_name_7_0, "ValidID"); afterParserOrEnumRuleCall(); } } } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:937:6: ( ( (lv_modifiers_8_0= 'extension' ) ) ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* ( (lv_type_11_0= ruleJvmTypeReference ) ) ( (lv_name_12_0= ruleValidID ) )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:937:6: ( ( (lv_modifiers_8_0= 'extension' ) ) ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* ( (lv_type_11_0= ruleJvmTypeReference ) ) ( (lv_name_12_0= ruleValidID ) )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:937:7: ( (lv_modifiers_8_0= 'extension' ) ) ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* ( (lv_type_11_0= ruleJvmTypeReference ) ) ( (lv_name_12_0= ruleValidID ) )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:937:7: ( (lv_modifiers_8_0= 'extension' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:938:1: (lv_modifiers_8_0= 'extension' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:938:1: (lv_modifiers_8_0= 'extension' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:939:3: lv_modifiers_8_0= 'extension' { lv_modifiers_8_0=(Token)match(input,40,FollowSets000.FOLLOW_40_in_ruleMember1414); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_modifiers_8_0, grammarAccess.getMemberAccess().getModifiersExtensionKeyword_2_2_1_0_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getMemberRule()); } addWithLastConsumed(current, "modifiers", lv_modifiers_8_0, "extension"); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:952:2: ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* loop30: do { int alt30=3; int LA30_0 = input.LA(1); if ( ((LA30_0>=76 && LA30_0<=77)) ) { alt30=1; } else if ( (LA30_0==39||(LA30_0>=64 && LA30_0<=75)) ) { alt30=2; } switch (alt30) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:952:3: ( (lv_modifiers_9_0= ruleFieldModifier ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:952:3: ( (lv_modifiers_9_0= ruleFieldModifier ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:953:1: (lv_modifiers_9_0= ruleFieldModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:953:1: (lv_modifiers_9_0= ruleFieldModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:954:3: lv_modifiers_9_0= ruleFieldModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getModifiersFieldModifierParserRuleCall_2_2_1_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleFieldModifier_in_ruleMember1449); lv_modifiers_9_0=ruleFieldModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "modifiers", lv_modifiers_9_0, "FieldModifier"); afterParserOrEnumRuleCall(); } } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:971:6: ( (lv_modifiers_10_0= ruleCommonModifier ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:971:6: ( (lv_modifiers_10_0= ruleCommonModifier ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:972:1: (lv_modifiers_10_0= ruleCommonModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:972:1: (lv_modifiers_10_0= ruleCommonModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:973:3: lv_modifiers_10_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getModifiersCommonModifierParserRuleCall_2_2_1_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleMember1476); lv_modifiers_10_0=ruleCommonModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "modifiers", lv_modifiers_10_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } } break; default : break loop30; } } while (true); // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:989:4: ( (lv_type_11_0= ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:990:1: (lv_type_11_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:990:1: (lv_type_11_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:991:3: lv_type_11_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getTypeJvmTypeReferenceParserRuleCall_2_2_1_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleMember1499); lv_type_11_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } set( current, "type", lv_type_11_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1007:2: ( (lv_name_12_0= ruleValidID ) )? int alt31=2; alt31 = dfa31.predict(input); switch (alt31) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1008:1: (lv_name_12_0= ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1008:1: (lv_name_12_0= ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1009:3: lv_name_12_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getNameValidIDParserRuleCall_2_2_1_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleMember1520); lv_name_12_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } set( current, "name", lv_name_12_0, "ValidID"); afterParserOrEnumRuleCall(); } } } break; } } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1026:6: ( ( (lv_modifiers_13_0= ruleFieldModifier ) ) ( (lv_modifiers_14_0= ruleCommonModifier ) )* ( (lv_modifiers_15_0= 'extension' ) ) ( (lv_modifiers_16_0= ruleCommonModifier ) )* ( (lv_type_17_0= ruleJvmTypeReference ) ) ( (lv_name_18_0= ruleValidID ) )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1026:6: ( ( (lv_modifiers_13_0= ruleFieldModifier ) ) ( (lv_modifiers_14_0= ruleCommonModifier ) )* ( (lv_modifiers_15_0= 'extension' ) ) ( (lv_modifiers_16_0= ruleCommonModifier ) )* ( (lv_type_17_0= ruleJvmTypeReference ) ) ( (lv_name_18_0= ruleValidID ) )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1026:7: ( (lv_modifiers_13_0= ruleFieldModifier ) ) ( (lv_modifiers_14_0= ruleCommonModifier ) )* ( (lv_modifiers_15_0= 'extension' ) ) ( (lv_modifiers_16_0= ruleCommonModifier ) )* ( (lv_type_17_0= ruleJvmTypeReference ) ) ( (lv_name_18_0= ruleValidID ) )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1026:7: ( (lv_modifiers_13_0= ruleFieldModifier ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1027:1: (lv_modifiers_13_0= ruleFieldModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1027:1: (lv_modifiers_13_0= ruleFieldModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1028:3: lv_modifiers_13_0= ruleFieldModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getModifiersFieldModifierParserRuleCall_2_2_2_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleFieldModifier_in_ruleMember1550); lv_modifiers_13_0=ruleFieldModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "modifiers", lv_modifiers_13_0, "FieldModifier"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1044:2: ( (lv_modifiers_14_0= ruleCommonModifier ) )* loop32: do { int alt32=2; int LA32_0 = input.LA(1); if ( (LA32_0==39||(LA32_0>=64 && LA32_0<=75)) ) { alt32=1; } switch (alt32) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1045:1: (lv_modifiers_14_0= ruleCommonModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1045:1: (lv_modifiers_14_0= ruleCommonModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1046:3: lv_modifiers_14_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getModifiersCommonModifierParserRuleCall_2_2_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleMember1571); lv_modifiers_14_0=ruleCommonModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "modifiers", lv_modifiers_14_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } break; default : break loop32; } } while (true); // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1062:3: ( (lv_modifiers_15_0= 'extension' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1063:1: (lv_modifiers_15_0= 'extension' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1063:1: (lv_modifiers_15_0= 'extension' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1064:3: lv_modifiers_15_0= 'extension' { lv_modifiers_15_0=(Token)match(input,40,FollowSets000.FOLLOW_40_in_ruleMember1590); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_modifiers_15_0, grammarAccess.getMemberAccess().getModifiersExtensionKeyword_2_2_2_2_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getMemberRule()); } addWithLastConsumed(current, "modifiers", lv_modifiers_15_0, "extension"); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1077:2: ( (lv_modifiers_16_0= ruleCommonModifier ) )* loop33: do { int alt33=2; int LA33_0 = input.LA(1); if ( (LA33_0==39||(LA33_0>=64 && LA33_0<=75)) ) { alt33=1; } switch (alt33) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1078:1: (lv_modifiers_16_0= ruleCommonModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1078:1: (lv_modifiers_16_0= ruleCommonModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1079:3: lv_modifiers_16_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getModifiersCommonModifierParserRuleCall_2_2_2_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleMember1624); lv_modifiers_16_0=ruleCommonModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "modifiers", lv_modifiers_16_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } break; default : break loop33; } } while (true); // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1095:3: ( (lv_type_17_0= ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1096:1: (lv_type_17_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1096:1: (lv_type_17_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1097:3: lv_type_17_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getTypeJvmTypeReferenceParserRuleCall_2_2_2_4_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleMember1646); lv_type_17_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } set( current, "type", lv_type_17_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1113:2: ( (lv_name_18_0= ruleValidID ) )? int alt34=2; alt34 = dfa34.predict(input); switch (alt34) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1114:1: (lv_name_18_0= ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1114:1: (lv_name_18_0= ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1115:3: lv_name_18_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getNameValidIDParserRuleCall_2_2_2_5_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleMember1667); lv_name_18_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } set( current, "name", lv_name_18_0, "ValidID"); afterParserOrEnumRuleCall(); } } } break; } } } break; case 4 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1132:6: ( ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1132:6: ( ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1132:7: ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1132:7: ( (lv_type_19_0= ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1133:1: (lv_type_19_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1133:1: (lv_type_19_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1134:3: lv_type_19_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getTypeJvmTypeReferenceParserRuleCall_2_2_3_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleMember1697); lv_type_19_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } set( current, "type", lv_type_19_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1150:2: ( (lv_name_20_0= ruleValidID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1151:1: (lv_name_20_0= ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1151:1: (lv_name_20_0= ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1152:3: lv_name_20_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getNameValidIDParserRuleCall_2_2_3_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleMember1718); lv_name_20_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } set( current, "name", lv_name_20_0, "ValidID"); afterParserOrEnumRuleCall(); } } } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1168:4: (otherlv_21= '=' ( (lv_initialValue_22_0= ruleXExpression ) ) )? int alt36=2; int LA36_0 = input.LA(1); if ( (LA36_0==41) ) { alt36=1; } switch (alt36) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1168:6: otherlv_21= '=' ( (lv_initialValue_22_0= ruleXExpression ) ) { otherlv_21=(Token)match(input,41,FollowSets000.FOLLOW_41_in_ruleMember1733); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_21, grammarAccess.getMemberAccess().getEqualsSignKeyword_2_3_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1172:1: ( (lv_initialValue_22_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1173:1: (lv_initialValue_22_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1173:1: (lv_initialValue_22_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1174:3: lv_initialValue_22_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getInitialValueXExpressionParserRuleCall_2_3_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleMember1754); lv_initialValue_22_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } set( current, "initialValue", lv_initialValue_22_0, "XExpression"); afterParserOrEnumRuleCall(); } } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1190:4: (otherlv_23= ';' )? int alt37=2; int LA37_0 = input.LA(1); if ( (LA37_0==42) ) { alt37=1; } switch (alt37) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1190:6: otherlv_23= ';' { otherlv_23=(Token)match(input,42,FollowSets000.FOLLOW_42_in_ruleMember1769); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_23, grammarAccess.getMemberAccess().getSemicolonKeyword_2_4()); } } break; } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleMember" // $ANTLR start "entryRuleGivenReference" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1202:1: entryRuleGivenReference returns [EObject current=null] : iv_ruleGivenReference= ruleGivenReference EOF ; public final EObject entryRuleGivenReference() throws RecognitionException { EObject current = null; EObject iv_ruleGivenReference = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1203:2: (iv_ruleGivenReference= ruleGivenReference EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1204:2: iv_ruleGivenReference= ruleGivenReference EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getGivenReferenceRule()); } pushFollow(FollowSets000.FOLLOW_ruleGivenReference_in_entryRuleGivenReference1808); iv_ruleGivenReference=ruleGivenReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleGivenReference; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleGivenReference1818); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleGivenReference" // $ANTLR start "ruleGivenReference" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1211:1: ruleGivenReference returns [EObject current=null] : ( () ( (otherlv_1= RULE_GIVEN_TEXT ) ) ) ; public final EObject ruleGivenReference() throws RecognitionException { EObject current = null; Token otherlv_1=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1214:28: ( ( () ( (otherlv_1= RULE_GIVEN_TEXT ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1215:1: ( () ( (otherlv_1= RULE_GIVEN_TEXT ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1215:1: ( () ( (otherlv_1= RULE_GIVEN_TEXT ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1215:2: () ( (otherlv_1= RULE_GIVEN_TEXT ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1215:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1216:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getGivenReferenceAccess().getGivenReferenceAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1221:2: ( (otherlv_1= RULE_GIVEN_TEXT ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1222:1: (otherlv_1= RULE_GIVEN_TEXT ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1222:1: (otherlv_1= RULE_GIVEN_TEXT ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1223:3: otherlv_1= RULE_GIVEN_TEXT { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getGivenReferenceRule()); } } otherlv_1=(Token)match(input,RULE_GIVEN_TEXT,FollowSets000.FOLLOW_RULE_GIVEN_TEXT_in_ruleGivenReference1872); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getGivenReferenceAccess().getReferenceGivenCrossReference_1_0()); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleGivenReference" // $ANTLR start "entryRuleGiven" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1242:1: entryRuleGiven returns [EObject current=null] : iv_ruleGiven= ruleGiven EOF ; public final EObject entryRuleGiven() throws RecognitionException { EObject current = null; EObject iv_ruleGiven = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1243:2: (iv_ruleGiven= ruleGiven EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1244:2: iv_ruleGiven= ruleGiven EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getGivenRule()); } pushFollow(FollowSets000.FOLLOW_ruleGiven_in_entryRuleGiven1908); iv_ruleGiven=ruleGiven(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleGiven; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleGiven1918); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleGiven" // $ANTLR start "ruleGiven" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1251:1: ruleGiven returns [EObject current=null] : ( () ( (lv_name_1_0= RULE_GIVEN_TEXT ) ) ( (lv_expression_2_0= ruleBlockExpression ) ) ) ; public final EObject ruleGiven() throws RecognitionException { EObject current = null; Token lv_name_1_0=null; EObject lv_expression_2_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1254:28: ( ( () ( (lv_name_1_0= RULE_GIVEN_TEXT ) ) ( (lv_expression_2_0= ruleBlockExpression ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1255:1: ( () ( (lv_name_1_0= RULE_GIVEN_TEXT ) ) ( (lv_expression_2_0= ruleBlockExpression ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1255:1: ( () ( (lv_name_1_0= RULE_GIVEN_TEXT ) ) ( (lv_expression_2_0= ruleBlockExpression ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1255:2: () ( (lv_name_1_0= RULE_GIVEN_TEXT ) ) ( (lv_expression_2_0= ruleBlockExpression ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1255:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1256:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getGivenAccess().getGivenAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1261:2: ( (lv_name_1_0= RULE_GIVEN_TEXT ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1262:1: (lv_name_1_0= RULE_GIVEN_TEXT ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1262:1: (lv_name_1_0= RULE_GIVEN_TEXT ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1263:3: lv_name_1_0= RULE_GIVEN_TEXT { lv_name_1_0=(Token)match(input,RULE_GIVEN_TEXT,FollowSets000.FOLLOW_RULE_GIVEN_TEXT_in_ruleGiven1969); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_name_1_0, grammarAccess.getGivenAccess().getNameGIVEN_TEXTTerminalRuleCall_1_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getGivenRule()); } setWithLastConsumed( current, "name", lv_name_1_0, "GIVEN_TEXT"); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1279:2: ( (lv_expression_2_0= ruleBlockExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1280:1: (lv_expression_2_0= ruleBlockExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1280:1: (lv_expression_2_0= ruleBlockExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1281:3: lv_expression_2_0= ruleBlockExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getGivenAccess().getExpressionBlockExpressionParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleBlockExpression_in_ruleGiven1995); lv_expression_2_0=ruleBlockExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getGivenRule()); } set( current, "expression", lv_expression_2_0, "BlockExpression"); afterParserOrEnumRuleCall(); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleGiven" // $ANTLR start "entryRuleWhenReference" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1305:1: entryRuleWhenReference returns [EObject current=null] : iv_ruleWhenReference= ruleWhenReference EOF ; public final EObject entryRuleWhenReference() throws RecognitionException { EObject current = null; EObject iv_ruleWhenReference = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1306:2: (iv_ruleWhenReference= ruleWhenReference EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1307:2: iv_ruleWhenReference= ruleWhenReference EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getWhenReferenceRule()); } pushFollow(FollowSets000.FOLLOW_ruleWhenReference_in_entryRuleWhenReference2031); iv_ruleWhenReference=ruleWhenReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleWhenReference; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleWhenReference2041); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleWhenReference" // $ANTLR start "ruleWhenReference" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1314:1: ruleWhenReference returns [EObject current=null] : ( () ( (otherlv_1= RULE_WHEN_TEXT ) ) ) ; public final EObject ruleWhenReference() throws RecognitionException { EObject current = null; Token otherlv_1=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1317:28: ( ( () ( (otherlv_1= RULE_WHEN_TEXT ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1318:1: ( () ( (otherlv_1= RULE_WHEN_TEXT ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1318:1: ( () ( (otherlv_1= RULE_WHEN_TEXT ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1318:2: () ( (otherlv_1= RULE_WHEN_TEXT ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1318:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1319:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getWhenReferenceAccess().getWhenReferenceAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1324:2: ( (otherlv_1= RULE_WHEN_TEXT ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1325:1: (otherlv_1= RULE_WHEN_TEXT ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1325:1: (otherlv_1= RULE_WHEN_TEXT ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1326:3: otherlv_1= RULE_WHEN_TEXT { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getWhenReferenceRule()); } } otherlv_1=(Token)match(input,RULE_WHEN_TEXT,FollowSets000.FOLLOW_RULE_WHEN_TEXT_in_ruleWhenReference2095); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getWhenReferenceAccess().getReferenceWhenCrossReference_1_0()); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleWhenReference" // $ANTLR start "entryRuleWhen" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1345:1: entryRuleWhen returns [EObject current=null] : iv_ruleWhen= ruleWhen EOF ; public final EObject entryRuleWhen() throws RecognitionException { EObject current = null; EObject iv_ruleWhen = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1346:2: (iv_ruleWhen= ruleWhen EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1347:2: iv_ruleWhen= ruleWhen EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getWhenRule()); } pushFollow(FollowSets000.FOLLOW_ruleWhen_in_entryRuleWhen2131); iv_ruleWhen=ruleWhen(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleWhen; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleWhen2141); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleWhen" // $ANTLR start "ruleWhen" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1354:1: ruleWhen returns [EObject current=null] : ( () ( (lv_name_1_0= RULE_WHEN_TEXT ) ) ( (lv_expression_2_0= ruleBlockExpression ) ) ) ; public final EObject ruleWhen() throws RecognitionException { EObject current = null; Token lv_name_1_0=null; EObject lv_expression_2_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1357:28: ( ( () ( (lv_name_1_0= RULE_WHEN_TEXT ) ) ( (lv_expression_2_0= ruleBlockExpression ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1358:1: ( () ( (lv_name_1_0= RULE_WHEN_TEXT ) ) ( (lv_expression_2_0= ruleBlockExpression ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1358:1: ( () ( (lv_name_1_0= RULE_WHEN_TEXT ) ) ( (lv_expression_2_0= ruleBlockExpression ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1358:2: () ( (lv_name_1_0= RULE_WHEN_TEXT ) ) ( (lv_expression_2_0= ruleBlockExpression ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1358:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1359:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getWhenAccess().getWhenAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1364:2: ( (lv_name_1_0= RULE_WHEN_TEXT ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1365:1: (lv_name_1_0= RULE_WHEN_TEXT ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1365:1: (lv_name_1_0= RULE_WHEN_TEXT ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1366:3: lv_name_1_0= RULE_WHEN_TEXT { lv_name_1_0=(Token)match(input,RULE_WHEN_TEXT,FollowSets000.FOLLOW_RULE_WHEN_TEXT_in_ruleWhen2192); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_name_1_0, grammarAccess.getWhenAccess().getNameWHEN_TEXTTerminalRuleCall_1_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getWhenRule()); } setWithLastConsumed( current, "name", lv_name_1_0, "WHEN_TEXT"); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1382:2: ( (lv_expression_2_0= ruleBlockExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1383:1: (lv_expression_2_0= ruleBlockExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1383:1: (lv_expression_2_0= ruleBlockExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1384:3: lv_expression_2_0= ruleBlockExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getWhenAccess().getExpressionBlockExpressionParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleBlockExpression_in_ruleWhen2218); lv_expression_2_0=ruleBlockExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getWhenRule()); } set( current, "expression", lv_expression_2_0, "BlockExpression"); afterParserOrEnumRuleCall(); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleWhen" // $ANTLR start "entryRuleThenReference" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1408:1: entryRuleThenReference returns [EObject current=null] : iv_ruleThenReference= ruleThenReference EOF ; public final EObject entryRuleThenReference() throws RecognitionException { EObject current = null; EObject iv_ruleThenReference = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1409:2: (iv_ruleThenReference= ruleThenReference EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1410:2: iv_ruleThenReference= ruleThenReference EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getThenReferenceRule()); } pushFollow(FollowSets000.FOLLOW_ruleThenReference_in_entryRuleThenReference2254); iv_ruleThenReference=ruleThenReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleThenReference; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleThenReference2264); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleThenReference" // $ANTLR start "ruleThenReference" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1417:1: ruleThenReference returns [EObject current=null] : ( () ( (otherlv_1= RULE_THEN_TEXT ) ) ) ; public final EObject ruleThenReference() throws RecognitionException { EObject current = null; Token otherlv_1=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1420:28: ( ( () ( (otherlv_1= RULE_THEN_TEXT ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1421:1: ( () ( (otherlv_1= RULE_THEN_TEXT ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1421:1: ( () ( (otherlv_1= RULE_THEN_TEXT ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1421:2: () ( (otherlv_1= RULE_THEN_TEXT ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1421:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1422:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getThenReferenceAccess().getThenReferenceAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1427:2: ( (otherlv_1= RULE_THEN_TEXT ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1428:1: (otherlv_1= RULE_THEN_TEXT ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1428:1: (otherlv_1= RULE_THEN_TEXT ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1429:3: otherlv_1= RULE_THEN_TEXT { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getThenReferenceRule()); } } otherlv_1=(Token)match(input,RULE_THEN_TEXT,FollowSets000.FOLLOW_RULE_THEN_TEXT_in_ruleThenReference2318); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getThenReferenceAccess().getReferenceThenCrossReference_1_0()); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleThenReference" // $ANTLR start "entryRuleThen" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1448:1: entryRuleThen returns [EObject current=null] : iv_ruleThen= ruleThen EOF ; public final EObject entryRuleThen() throws RecognitionException { EObject current = null; EObject iv_ruleThen = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1449:2: (iv_ruleThen= ruleThen EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1450:2: iv_ruleThen= ruleThen EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getThenRule()); } pushFollow(FollowSets000.FOLLOW_ruleThen_in_entryRuleThen2354); iv_ruleThen=ruleThen(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleThen; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleThen2364); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleThen" // $ANTLR start "ruleThen" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1457:1: ruleThen returns [EObject current=null] : ( () ( (lv_name_1_0= RULE_THEN_TEXT ) ) ( (lv_expression_2_0= ruleBlockExpression ) ) ) ; public final EObject ruleThen() throws RecognitionException { EObject current = null; Token lv_name_1_0=null; EObject lv_expression_2_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1460:28: ( ( () ( (lv_name_1_0= RULE_THEN_TEXT ) ) ( (lv_expression_2_0= ruleBlockExpression ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1461:1: ( () ( (lv_name_1_0= RULE_THEN_TEXT ) ) ( (lv_expression_2_0= ruleBlockExpression ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1461:1: ( () ( (lv_name_1_0= RULE_THEN_TEXT ) ) ( (lv_expression_2_0= ruleBlockExpression ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1461:2: () ( (lv_name_1_0= RULE_THEN_TEXT ) ) ( (lv_expression_2_0= ruleBlockExpression ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1461:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1462:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getThenAccess().getThenAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1467:2: ( (lv_name_1_0= RULE_THEN_TEXT ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1468:1: (lv_name_1_0= RULE_THEN_TEXT ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1468:1: (lv_name_1_0= RULE_THEN_TEXT ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1469:3: lv_name_1_0= RULE_THEN_TEXT { lv_name_1_0=(Token)match(input,RULE_THEN_TEXT,FollowSets000.FOLLOW_RULE_THEN_TEXT_in_ruleThen2415); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_name_1_0, grammarAccess.getThenAccess().getNameTHEN_TEXTTerminalRuleCall_1_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getThenRule()); } setWithLastConsumed( current, "name", lv_name_1_0, "THEN_TEXT"); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1485:2: ( (lv_expression_2_0= ruleBlockExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1486:1: (lv_expression_2_0= ruleBlockExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1486:1: (lv_expression_2_0= ruleBlockExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1487:3: lv_expression_2_0= ruleBlockExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getThenAccess().getExpressionBlockExpressionParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleBlockExpression_in_ruleThen2441); lv_expression_2_0=ruleBlockExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getThenRule()); } set( current, "expression", lv_expression_2_0, "BlockExpression"); afterParserOrEnumRuleCall(); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleThen" // $ANTLR start "entryRuleAndReference" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1511:1: entryRuleAndReference returns [EObject current=null] : iv_ruleAndReference= ruleAndReference EOF ; public final EObject entryRuleAndReference() throws RecognitionException { EObject current = null; EObject iv_ruleAndReference = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1512:2: (iv_ruleAndReference= ruleAndReference EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1513:2: iv_ruleAndReference= ruleAndReference EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAndReferenceRule()); } pushFollow(FollowSets000.FOLLOW_ruleAndReference_in_entryRuleAndReference2477); iv_ruleAndReference=ruleAndReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleAndReference; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleAndReference2487); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleAndReference" // $ANTLR start "ruleAndReference" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1520:1: ruleAndReference returns [EObject current=null] : ( () ( (otherlv_1= RULE_AND_TEXT ) ) ) ; public final EObject ruleAndReference() throws RecognitionException { EObject current = null; Token otherlv_1=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1523:28: ( ( () ( (otherlv_1= RULE_AND_TEXT ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1524:1: ( () ( (otherlv_1= RULE_AND_TEXT ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1524:1: ( () ( (otherlv_1= RULE_AND_TEXT ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1524:2: () ( (otherlv_1= RULE_AND_TEXT ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1524:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1525:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getAndReferenceAccess().getAndReferenceAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1530:2: ( (otherlv_1= RULE_AND_TEXT ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1531:1: (otherlv_1= RULE_AND_TEXT ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1531:1: (otherlv_1= RULE_AND_TEXT ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1532:3: otherlv_1= RULE_AND_TEXT { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getAndReferenceRule()); } } otherlv_1=(Token)match(input,RULE_AND_TEXT,FollowSets000.FOLLOW_RULE_AND_TEXT_in_ruleAndReference2541); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getAndReferenceAccess().getReferenceAndCrossReference_1_0()); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleAndReference" // $ANTLR start "entryRuleAnd" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1551:1: entryRuleAnd returns [EObject current=null] : iv_ruleAnd= ruleAnd EOF ; public final EObject entryRuleAnd() throws RecognitionException { EObject current = null; EObject iv_ruleAnd = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1552:2: (iv_ruleAnd= ruleAnd EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1553:2: iv_ruleAnd= ruleAnd EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAndRule()); } pushFollow(FollowSets000.FOLLOW_ruleAnd_in_entryRuleAnd2577); iv_ruleAnd=ruleAnd(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleAnd; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleAnd2587); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleAnd" // $ANTLR start "ruleAnd" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1560:1: ruleAnd returns [EObject current=null] : ( () ( (lv_name_1_0= RULE_AND_TEXT ) ) ( (lv_expression_2_0= ruleBlockExpression ) ) ) ; public final EObject ruleAnd() throws RecognitionException { EObject current = null; Token lv_name_1_0=null; EObject lv_expression_2_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1563:28: ( ( () ( (lv_name_1_0= RULE_AND_TEXT ) ) ( (lv_expression_2_0= ruleBlockExpression ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1564:1: ( () ( (lv_name_1_0= RULE_AND_TEXT ) ) ( (lv_expression_2_0= ruleBlockExpression ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1564:1: ( () ( (lv_name_1_0= RULE_AND_TEXT ) ) ( (lv_expression_2_0= ruleBlockExpression ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1564:2: () ( (lv_name_1_0= RULE_AND_TEXT ) ) ( (lv_expression_2_0= ruleBlockExpression ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1564:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1565:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getAndAccess().getAndAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1570:2: ( (lv_name_1_0= RULE_AND_TEXT ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1571:1: (lv_name_1_0= RULE_AND_TEXT ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1571:1: (lv_name_1_0= RULE_AND_TEXT ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1572:3: lv_name_1_0= RULE_AND_TEXT { lv_name_1_0=(Token)match(input,RULE_AND_TEXT,FollowSets000.FOLLOW_RULE_AND_TEXT_in_ruleAnd2638); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_name_1_0, grammarAccess.getAndAccess().getNameAND_TEXTTerminalRuleCall_1_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getAndRule()); } setWithLastConsumed( current, "name", lv_name_1_0, "AND_TEXT"); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1588:2: ( (lv_expression_2_0= ruleBlockExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1589:1: (lv_expression_2_0= ruleBlockExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1589:1: (lv_expression_2_0= ruleBlockExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1590:3: lv_expression_2_0= ruleBlockExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAndAccess().getExpressionBlockExpressionParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleBlockExpression_in_ruleAnd2664); lv_expression_2_0=ruleBlockExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAndRule()); } set( current, "expression", lv_expression_2_0, "BlockExpression"); afterParserOrEnumRuleCall(); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleAnd" // $ANTLR start "entryRuleButReference" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1614:1: entryRuleButReference returns [EObject current=null] : iv_ruleButReference= ruleButReference EOF ; public final EObject entryRuleButReference() throws RecognitionException { EObject current = null; EObject iv_ruleButReference = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1615:2: (iv_ruleButReference= ruleButReference EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1616:2: iv_ruleButReference= ruleButReference EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getButReferenceRule()); } pushFollow(FollowSets000.FOLLOW_ruleButReference_in_entryRuleButReference2700); iv_ruleButReference=ruleButReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleButReference; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleButReference2710); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleButReference" // $ANTLR start "ruleButReference" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1623:1: ruleButReference returns [EObject current=null] : ( () ( (otherlv_1= RULE_BUT_TEXT ) ) ) ; public final EObject ruleButReference() throws RecognitionException { EObject current = null; Token otherlv_1=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1626:28: ( ( () ( (otherlv_1= RULE_BUT_TEXT ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1627:1: ( () ( (otherlv_1= RULE_BUT_TEXT ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1627:1: ( () ( (otherlv_1= RULE_BUT_TEXT ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1627:2: () ( (otherlv_1= RULE_BUT_TEXT ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1627:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1628:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getButReferenceAccess().getButReferenceAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1633:2: ( (otherlv_1= RULE_BUT_TEXT ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1634:1: (otherlv_1= RULE_BUT_TEXT ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1634:1: (otherlv_1= RULE_BUT_TEXT ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1635:3: otherlv_1= RULE_BUT_TEXT { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getButReferenceRule()); } } otherlv_1=(Token)match(input,RULE_BUT_TEXT,FollowSets000.FOLLOW_RULE_BUT_TEXT_in_ruleButReference2764); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getButReferenceAccess().getReferenceButCrossReference_1_0()); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleButReference" // $ANTLR start "entryRuleBut" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1654:1: entryRuleBut returns [EObject current=null] : iv_ruleBut= ruleBut EOF ; public final EObject entryRuleBut() throws RecognitionException { EObject current = null; EObject iv_ruleBut = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1655:2: (iv_ruleBut= ruleBut EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1656:2: iv_ruleBut= ruleBut EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getButRule()); } pushFollow(FollowSets000.FOLLOW_ruleBut_in_entryRuleBut2800); iv_ruleBut=ruleBut(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleBut; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleBut2810); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleBut" // $ANTLR start "ruleBut" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1663:1: ruleBut returns [EObject current=null] : ( () ( (lv_name_1_0= RULE_BUT_TEXT ) ) ( (lv_expression_2_0= ruleBlockExpression ) ) ) ; public final EObject ruleBut() throws RecognitionException { EObject current = null; Token lv_name_1_0=null; EObject lv_expression_2_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1666:28: ( ( () ( (lv_name_1_0= RULE_BUT_TEXT ) ) ( (lv_expression_2_0= ruleBlockExpression ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1667:1: ( () ( (lv_name_1_0= RULE_BUT_TEXT ) ) ( (lv_expression_2_0= ruleBlockExpression ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1667:1: ( () ( (lv_name_1_0= RULE_BUT_TEXT ) ) ( (lv_expression_2_0= ruleBlockExpression ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1667:2: () ( (lv_name_1_0= RULE_BUT_TEXT ) ) ( (lv_expression_2_0= ruleBlockExpression ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1667:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1668:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getButAccess().getButAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1673:2: ( (lv_name_1_0= RULE_BUT_TEXT ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1674:1: (lv_name_1_0= RULE_BUT_TEXT ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1674:1: (lv_name_1_0= RULE_BUT_TEXT ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1675:3: lv_name_1_0= RULE_BUT_TEXT { lv_name_1_0=(Token)match(input,RULE_BUT_TEXT,FollowSets000.FOLLOW_RULE_BUT_TEXT_in_ruleBut2861); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_name_1_0, grammarAccess.getButAccess().getNameBUT_TEXTTerminalRuleCall_1_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getButRule()); } setWithLastConsumed( current, "name", lv_name_1_0, "BUT_TEXT"); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1691:2: ( (lv_expression_2_0= ruleBlockExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1692:1: (lv_expression_2_0= ruleBlockExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1692:1: (lv_expression_2_0= ruleBlockExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1693:3: lv_expression_2_0= ruleBlockExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getButAccess().getExpressionBlockExpressionParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleBlockExpression_in_ruleBut2887); lv_expression_2_0=ruleBlockExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getButRule()); } set( current, "expression", lv_expression_2_0, "BlockExpression"); afterParserOrEnumRuleCall(); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleBut" // $ANTLR start "entryRuleBlockExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1717:1: entryRuleBlockExpression returns [EObject current=null] : iv_ruleBlockExpression= ruleBlockExpression EOF ; public final EObject entryRuleBlockExpression() throws RecognitionException { EObject current = null; EObject iv_ruleBlockExpression = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1718:2: (iv_ruleBlockExpression= ruleBlockExpression EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1719:2: iv_ruleBlockExpression= ruleBlockExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getBlockExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleBlockExpression_in_entryRuleBlockExpression2923); iv_ruleBlockExpression=ruleBlockExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleBlockExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleBlockExpression2933); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleBlockExpression" // $ANTLR start "ruleBlockExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1726:1: ruleBlockExpression returns [EObject current=null] : ( ( (lv_expressions_0_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_1= ';' )? )+ ; public final EObject ruleBlockExpression() throws RecognitionException { EObject current = null; Token otherlv_1=null; EObject lv_expressions_0_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1729:28: ( ( ( (lv_expressions_0_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_1= ';' )? )+ ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1730:1: ( ( (lv_expressions_0_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_1= ';' )? )+ { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1730:1: ( ( (lv_expressions_0_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_1= ';' )? )+ int cnt39=0; loop39: do { int alt39=2; int LA39_0 = input.LA(1); if ( ((LA39_0>=RULE_ID && LA39_0<=RULE_RICH_TEXT_START)||(LA39_0>=RULE_HEX && LA39_0<=RULE_DECIMAL)||(LA39_0>=39 && LA39_0<=40)||(LA39_0>=44 && LA39_0<=45)||(LA39_0>=48 && LA39_0<=49)||LA39_0==51||LA39_0==54||(LA39_0>=56 && LA39_0<=61)||(LA39_0>=64 && LA39_0<=80)||(LA39_0>=82 && LA39_0<=85)||(LA39_0>=87 && LA39_0<=88)||(LA39_0>=97 && LA39_0<=98)||(LA39_0>=117 && LA39_0<=118)||LA39_0==123||LA39_0==130||(LA39_0>=133 && LA39_0<=142)) ) { alt39=1; } switch (alt39) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1730:2: ( (lv_expressions_0_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_1= ';' )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1730:2: ( (lv_expressions_0_0= ruleXExpressionOrVarDeclaration ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1731:1: (lv_expressions_0_0= ruleXExpressionOrVarDeclaration ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1731:1: (lv_expressions_0_0= ruleXExpressionOrVarDeclaration ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1732:3: lv_expressions_0_0= ruleXExpressionOrVarDeclaration { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getBlockExpressionAccess().getExpressionsXExpressionOrVarDeclarationParserRuleCall_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpressionOrVarDeclaration_in_ruleBlockExpression2979); lv_expressions_0_0=ruleXExpressionOrVarDeclaration(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getBlockExpressionRule()); } add( current, "expressions", lv_expressions_0_0, "XExpressionOrVarDeclaration"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1748:2: (otherlv_1= ';' )? int alt38=2; int LA38_0 = input.LA(1); if ( (LA38_0==42) ) { alt38=1; } switch (alt38) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1748:4: otherlv_1= ';' { otherlv_1=(Token)match(input,42,FollowSets000.FOLLOW_42_in_ruleBlockExpression2992); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getBlockExpressionAccess().getSemicolonKeyword_1()); } } break; } } break; default : if ( cnt39 >= 1 ) break loop39; if (state.backtracking>0) {state.failed=true; return current;} EarlyExitException eee = new EarlyExitException(39, input); throw eee; } cnt39++; } while (true); } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleBlockExpression" // $ANTLR start "entryRuleXPrimaryExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1760:1: entryRuleXPrimaryExpression returns [EObject current=null] : iv_ruleXPrimaryExpression= ruleXPrimaryExpression EOF ; public final EObject entryRuleXPrimaryExpression() throws RecognitionException { EObject current = null; EObject iv_ruleXPrimaryExpression = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1761:2: (iv_ruleXPrimaryExpression= ruleXPrimaryExpression EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1762:2: iv_ruleXPrimaryExpression= ruleXPrimaryExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXPrimaryExpression_in_entryRuleXPrimaryExpression3031); iv_ruleXPrimaryExpression=ruleXPrimaryExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXPrimaryExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXPrimaryExpression3041); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXPrimaryExpression" // $ANTLR start "ruleXPrimaryExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1769:1: ruleXPrimaryExpression returns [EObject current=null] : (this_XConstructorCall_0= ruleXConstructorCall | this_XBlockExpression_1= ruleXBlockExpression | this_XSwitchExpression_2= ruleXSwitchExpression | ( ( ( () 'synchronized' '(' ) )=>this_XSynchronizedExpression_3= ruleXSynchronizedExpression ) | this_XFeatureCall_4= ruleXFeatureCall | this_XLiteral_5= ruleXLiteral | this_XIfExpression_6= ruleXIfExpression | ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=>this_XForLoopExpression_7= ruleXForLoopExpression ) | this_XBasicForLoopExpression_8= ruleXBasicForLoopExpression | this_XWhileExpression_9= ruleXWhileExpression | this_XDoWhileExpression_10= ruleXDoWhileExpression | this_XThrowExpression_11= ruleXThrowExpression | this_XReturnExpression_12= ruleXReturnExpression | this_XTryCatchFinallyExpression_13= ruleXTryCatchFinallyExpression | this_XParenthesizedExpression_14= ruleXParenthesizedExpression | this_Assertion_15= ruleAssertion ) ; public final EObject ruleXPrimaryExpression() throws RecognitionException { EObject current = null; EObject this_XConstructorCall_0 = null; EObject this_XBlockExpression_1 = null; EObject this_XSwitchExpression_2 = null; EObject this_XSynchronizedExpression_3 = null; EObject this_XFeatureCall_4 = null; EObject this_XLiteral_5 = null; EObject this_XIfExpression_6 = null; EObject this_XForLoopExpression_7 = null; EObject this_XBasicForLoopExpression_8 = null; EObject this_XWhileExpression_9 = null; EObject this_XDoWhileExpression_10 = null; EObject this_XThrowExpression_11 = null; EObject this_XReturnExpression_12 = null; EObject this_XTryCatchFinallyExpression_13 = null; EObject this_XParenthesizedExpression_14 = null; EObject this_Assertion_15 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1772:28: ( (this_XConstructorCall_0= ruleXConstructorCall | this_XBlockExpression_1= ruleXBlockExpression | this_XSwitchExpression_2= ruleXSwitchExpression | ( ( ( () 'synchronized' '(' ) )=>this_XSynchronizedExpression_3= ruleXSynchronizedExpression ) | this_XFeatureCall_4= ruleXFeatureCall | this_XLiteral_5= ruleXLiteral | this_XIfExpression_6= ruleXIfExpression | ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=>this_XForLoopExpression_7= ruleXForLoopExpression ) | this_XBasicForLoopExpression_8= ruleXBasicForLoopExpression | this_XWhileExpression_9= ruleXWhileExpression | this_XDoWhileExpression_10= ruleXDoWhileExpression | this_XThrowExpression_11= ruleXThrowExpression | this_XReturnExpression_12= ruleXReturnExpression | this_XTryCatchFinallyExpression_13= ruleXTryCatchFinallyExpression | this_XParenthesizedExpression_14= ruleXParenthesizedExpression | this_Assertion_15= ruleAssertion ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1773:1: (this_XConstructorCall_0= ruleXConstructorCall | this_XBlockExpression_1= ruleXBlockExpression | this_XSwitchExpression_2= ruleXSwitchExpression | ( ( ( () 'synchronized' '(' ) )=>this_XSynchronizedExpression_3= ruleXSynchronizedExpression ) | this_XFeatureCall_4= ruleXFeatureCall | this_XLiteral_5= ruleXLiteral | this_XIfExpression_6= ruleXIfExpression | ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=>this_XForLoopExpression_7= ruleXForLoopExpression ) | this_XBasicForLoopExpression_8= ruleXBasicForLoopExpression | this_XWhileExpression_9= ruleXWhileExpression | this_XDoWhileExpression_10= ruleXDoWhileExpression | this_XThrowExpression_11= ruleXThrowExpression | this_XReturnExpression_12= ruleXReturnExpression | this_XTryCatchFinallyExpression_13= ruleXTryCatchFinallyExpression | this_XParenthesizedExpression_14= ruleXParenthesizedExpression | this_Assertion_15= ruleAssertion ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1773:1: (this_XConstructorCall_0= ruleXConstructorCall | this_XBlockExpression_1= ruleXBlockExpression | this_XSwitchExpression_2= ruleXSwitchExpression | ( ( ( () 'synchronized' '(' ) )=>this_XSynchronizedExpression_3= ruleXSynchronizedExpression ) | this_XFeatureCall_4= ruleXFeatureCall | this_XLiteral_5= ruleXLiteral | this_XIfExpression_6= ruleXIfExpression | ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=>this_XForLoopExpression_7= ruleXForLoopExpression ) | this_XBasicForLoopExpression_8= ruleXBasicForLoopExpression | this_XWhileExpression_9= ruleXWhileExpression | this_XDoWhileExpression_10= ruleXDoWhileExpression | this_XThrowExpression_11= ruleXThrowExpression | this_XReturnExpression_12= ruleXReturnExpression | this_XTryCatchFinallyExpression_13= ruleXTryCatchFinallyExpression | this_XParenthesizedExpression_14= ruleXParenthesizedExpression | this_Assertion_15= ruleAssertion ) int alt40=16; alt40 = dfa40.predict(input); switch (alt40) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1774:5: this_XConstructorCall_0= ruleXConstructorCall { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXConstructorCallParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleXConstructorCall_in_ruleXPrimaryExpression3088); this_XConstructorCall_0=ruleXConstructorCall(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XConstructorCall_0; afterParserOrEnumRuleCall(); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1784:5: this_XBlockExpression_1= ruleXBlockExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXBlockExpressionParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleXBlockExpression_in_ruleXPrimaryExpression3115); this_XBlockExpression_1=ruleXBlockExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XBlockExpression_1; afterParserOrEnumRuleCall(); } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1794:5: this_XSwitchExpression_2= ruleXSwitchExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXSwitchExpressionParserRuleCall_2()); } pushFollow(FollowSets000.FOLLOW_ruleXSwitchExpression_in_ruleXPrimaryExpression3142); this_XSwitchExpression_2=ruleXSwitchExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XSwitchExpression_2; afterParserOrEnumRuleCall(); } } break; case 4 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1803:6: ( ( ( () 'synchronized' '(' ) )=>this_XSynchronizedExpression_3= ruleXSynchronizedExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1803:6: ( ( ( () 'synchronized' '(' ) )=>this_XSynchronizedExpression_3= ruleXSynchronizedExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1803:7: ( ( () 'synchronized' '(' ) )=>this_XSynchronizedExpression_3= ruleXSynchronizedExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXSynchronizedExpressionParserRuleCall_3()); } pushFollow(FollowSets000.FOLLOW_ruleXSynchronizedExpression_in_ruleXPrimaryExpression3186); this_XSynchronizedExpression_3=ruleXSynchronizedExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XSynchronizedExpression_3; afterParserOrEnumRuleCall(); } } } break; case 5 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1817:5: this_XFeatureCall_4= ruleXFeatureCall { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXFeatureCallParserRuleCall_4()); } pushFollow(FollowSets000.FOLLOW_ruleXFeatureCall_in_ruleXPrimaryExpression3214); this_XFeatureCall_4=ruleXFeatureCall(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XFeatureCall_4; afterParserOrEnumRuleCall(); } } break; case 6 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1827:5: this_XLiteral_5= ruleXLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXLiteralParserRuleCall_5()); } pushFollow(FollowSets000.FOLLOW_ruleXLiteral_in_ruleXPrimaryExpression3241); this_XLiteral_5=ruleXLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XLiteral_5; afterParserOrEnumRuleCall(); } } break; case 7 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1837:5: this_XIfExpression_6= ruleXIfExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXIfExpressionParserRuleCall_6()); } pushFollow(FollowSets000.FOLLOW_ruleXIfExpression_in_ruleXPrimaryExpression3268); this_XIfExpression_6=ruleXIfExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XIfExpression_6; afterParserOrEnumRuleCall(); } } break; case 8 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1846:6: ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=>this_XForLoopExpression_7= ruleXForLoopExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1846:6: ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=>this_XForLoopExpression_7= ruleXForLoopExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1846:7: ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=>this_XForLoopExpression_7= ruleXForLoopExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXForLoopExpressionParserRuleCall_7()); } pushFollow(FollowSets000.FOLLOW_ruleXForLoopExpression_in_ruleXPrimaryExpression3325); this_XForLoopExpression_7=ruleXForLoopExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XForLoopExpression_7; afterParserOrEnumRuleCall(); } } } break; case 9 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1865:5: this_XBasicForLoopExpression_8= ruleXBasicForLoopExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXBasicForLoopExpressionParserRuleCall_8()); } pushFollow(FollowSets000.FOLLOW_ruleXBasicForLoopExpression_in_ruleXPrimaryExpression3353); this_XBasicForLoopExpression_8=ruleXBasicForLoopExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XBasicForLoopExpression_8; afterParserOrEnumRuleCall(); } } break; case 10 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1875:5: this_XWhileExpression_9= ruleXWhileExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXWhileExpressionParserRuleCall_9()); } pushFollow(FollowSets000.FOLLOW_ruleXWhileExpression_in_ruleXPrimaryExpression3380); this_XWhileExpression_9=ruleXWhileExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XWhileExpression_9; afterParserOrEnumRuleCall(); } } break; case 11 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1885:5: this_XDoWhileExpression_10= ruleXDoWhileExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXDoWhileExpressionParserRuleCall_10()); } pushFollow(FollowSets000.FOLLOW_ruleXDoWhileExpression_in_ruleXPrimaryExpression3407); this_XDoWhileExpression_10=ruleXDoWhileExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XDoWhileExpression_10; afterParserOrEnumRuleCall(); } } break; case 12 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1895:5: this_XThrowExpression_11= ruleXThrowExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXThrowExpressionParserRuleCall_11()); } pushFollow(FollowSets000.FOLLOW_ruleXThrowExpression_in_ruleXPrimaryExpression3434); this_XThrowExpression_11=ruleXThrowExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XThrowExpression_11; afterParserOrEnumRuleCall(); } } break; case 13 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1905:5: this_XReturnExpression_12= ruleXReturnExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXReturnExpressionParserRuleCall_12()); } pushFollow(FollowSets000.FOLLOW_ruleXReturnExpression_in_ruleXPrimaryExpression3461); this_XReturnExpression_12=ruleXReturnExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XReturnExpression_12; afterParserOrEnumRuleCall(); } } break; case 14 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1915:5: this_XTryCatchFinallyExpression_13= ruleXTryCatchFinallyExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXTryCatchFinallyExpressionParserRuleCall_13()); } pushFollow(FollowSets000.FOLLOW_ruleXTryCatchFinallyExpression_in_ruleXPrimaryExpression3488); this_XTryCatchFinallyExpression_13=ruleXTryCatchFinallyExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XTryCatchFinallyExpression_13; afterParserOrEnumRuleCall(); } } break; case 15 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1925:5: this_XParenthesizedExpression_14= ruleXParenthesizedExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXParenthesizedExpressionParserRuleCall_14()); } pushFollow(FollowSets000.FOLLOW_ruleXParenthesizedExpression_in_ruleXPrimaryExpression3515); this_XParenthesizedExpression_14=ruleXParenthesizedExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XParenthesizedExpression_14; afterParserOrEnumRuleCall(); } } break; case 16 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1935:5: this_Assertion_15= ruleAssertion { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getAssertionParserRuleCall_15()); } pushFollow(FollowSets000.FOLLOW_ruleAssertion_in_ruleXPrimaryExpression3542); this_Assertion_15=ruleAssertion(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_Assertion_15; afterParserOrEnumRuleCall(); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXPrimaryExpression" // $ANTLR start "entryRuleXRelationalExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1951:1: entryRuleXRelationalExpression returns [EObject current=null] : iv_ruleXRelationalExpression= ruleXRelationalExpression EOF ; public final EObject entryRuleXRelationalExpression() throws RecognitionException { EObject current = null; EObject iv_ruleXRelationalExpression = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1952:2: (iv_ruleXRelationalExpression= ruleXRelationalExpression EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1953:2: iv_ruleXRelationalExpression= ruleXRelationalExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXRelationalExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXRelationalExpression_in_entryRuleXRelationalExpression3577); iv_ruleXRelationalExpression=ruleXRelationalExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXRelationalExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXRelationalExpression3587); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXRelationalExpression" // $ANTLR start "ruleXRelationalExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1960:1: ruleXRelationalExpression returns [EObject current=null] : (this_XOtherOperatorExpression_0= ruleXOtherOperatorExpression ( ( ( ( ( () ( ( ruleShould ) ) ) )=> ( () ( ( ruleShould ) ) ) ) ( (lv_rightOperand_3_0= ruleXOtherOperatorExpression ) ) ) | ( ( ( ( () ( ( 'should' 'throw' ) | 'throws' ) ) )=> ( () ( (otherlv_5= 'should' otherlv_6= 'throw' ) | otherlv_7= 'throws' ) ) ) ( (lv_type_8_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () 'instanceof' ) )=> ( () otherlv_10= 'instanceof' ) ) ( (lv_type_11_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_14_0= ruleXOtherOperatorExpression ) ) ) )* ) ; public final EObject ruleXRelationalExpression() throws RecognitionException { EObject current = null; Token otherlv_5=null; Token otherlv_6=null; Token otherlv_7=null; Token otherlv_10=null; EObject this_XOtherOperatorExpression_0 = null; EObject lv_rightOperand_3_0 = null; EObject lv_type_8_0 = null; EObject lv_type_11_0 = null; EObject lv_rightOperand_14_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1963:28: ( (this_XOtherOperatorExpression_0= ruleXOtherOperatorExpression ( ( ( ( ( () ( ( ruleShould ) ) ) )=> ( () ( ( ruleShould ) ) ) ) ( (lv_rightOperand_3_0= ruleXOtherOperatorExpression ) ) ) | ( ( ( ( () ( ( 'should' 'throw' ) | 'throws' ) ) )=> ( () ( (otherlv_5= 'should' otherlv_6= 'throw' ) | otherlv_7= 'throws' ) ) ) ( (lv_type_8_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () 'instanceof' ) )=> ( () otherlv_10= 'instanceof' ) ) ( (lv_type_11_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_14_0= ruleXOtherOperatorExpression ) ) ) )* ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1964:1: (this_XOtherOperatorExpression_0= ruleXOtherOperatorExpression ( ( ( ( ( () ( ( ruleShould ) ) ) )=> ( () ( ( ruleShould ) ) ) ) ( (lv_rightOperand_3_0= ruleXOtherOperatorExpression ) ) ) | ( ( ( ( () ( ( 'should' 'throw' ) | 'throws' ) ) )=> ( () ( (otherlv_5= 'should' otherlv_6= 'throw' ) | otherlv_7= 'throws' ) ) ) ( (lv_type_8_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () 'instanceof' ) )=> ( () otherlv_10= 'instanceof' ) ) ( (lv_type_11_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_14_0= ruleXOtherOperatorExpression ) ) ) )* ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1964:1: (this_XOtherOperatorExpression_0= ruleXOtherOperatorExpression ( ( ( ( ( () ( ( ruleShould ) ) ) )=> ( () ( ( ruleShould ) ) ) ) ( (lv_rightOperand_3_0= ruleXOtherOperatorExpression ) ) ) | ( ( ( ( () ( ( 'should' 'throw' ) | 'throws' ) ) )=> ( () ( (otherlv_5= 'should' otherlv_6= 'throw' ) | otherlv_7= 'throws' ) ) ) ( (lv_type_8_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () 'instanceof' ) )=> ( () otherlv_10= 'instanceof' ) ) ( (lv_type_11_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_14_0= ruleXOtherOperatorExpression ) ) ) )* ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1965:5: this_XOtherOperatorExpression_0= ruleXOtherOperatorExpression ( ( ( ( ( () ( ( ruleShould ) ) ) )=> ( () ( ( ruleShould ) ) ) ) ( (lv_rightOperand_3_0= ruleXOtherOperatorExpression ) ) ) | ( ( ( ( () ( ( 'should' 'throw' ) | 'throws' ) ) )=> ( () ( (otherlv_5= 'should' otherlv_6= 'throw' ) | otherlv_7= 'throws' ) ) ) ( (lv_type_8_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () 'instanceof' ) )=> ( () otherlv_10= 'instanceof' ) ) ( (lv_type_11_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_14_0= ruleXOtherOperatorExpression ) ) ) )* { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXRelationalExpressionAccess().getXOtherOperatorExpressionParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleXOtherOperatorExpression_in_ruleXRelationalExpression3634); this_XOtherOperatorExpression_0=ruleXOtherOperatorExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XOtherOperatorExpression_0; afterParserOrEnumRuleCall(); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1973:1: ( ( ( ( ( () ( ( ruleShould ) ) ) )=> ( () ( ( ruleShould ) ) ) ) ( (lv_rightOperand_3_0= ruleXOtherOperatorExpression ) ) ) | ( ( ( ( () ( ( 'should' 'throw' ) | 'throws' ) ) )=> ( () ( (otherlv_5= 'should' otherlv_6= 'throw' ) | otherlv_7= 'throws' ) ) ) ( (lv_type_8_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () 'instanceof' ) )=> ( () otherlv_10= 'instanceof' ) ) ( (lv_type_11_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_14_0= ruleXOtherOperatorExpression ) ) ) )* loop42: do { int alt42=5; alt42 = dfa42.predict(input); switch (alt42) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1973:2: ( ( ( ( () ( ( ruleShould ) ) ) )=> ( () ( ( ruleShould ) ) ) ) ( (lv_rightOperand_3_0= ruleXOtherOperatorExpression ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1973:2: ( ( ( ( () ( ( ruleShould ) ) ) )=> ( () ( ( ruleShould ) ) ) ) ( (lv_rightOperand_3_0= ruleXOtherOperatorExpression ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1973:3: ( ( ( () ( ( ruleShould ) ) ) )=> ( () ( ( ruleShould ) ) ) ) ( (lv_rightOperand_3_0= ruleXOtherOperatorExpression ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1973:3: ( ( ( () ( ( ruleShould ) ) ) )=> ( () ( ( ruleShould ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1973:4: ( ( () ( ( ruleShould ) ) ) )=> ( () ( ( ruleShould ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1978:6: ( () ( ( ruleShould ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1978:7: () ( ( ruleShould ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1978:7: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1979:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXRelationalExpressionAccess().getShouldLeftOperandAction_1_0_0_0_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1984:2: ( ( ruleShould ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1985:1: ( ruleShould ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1985:1: ( ruleShould ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1986:3: ruleShould { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXRelationalExpressionRule()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXRelationalExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleShould_in_ruleXRelationalExpression3688); ruleShould(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1999:4: ( (lv_rightOperand_3_0= ruleXOtherOperatorExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2000:1: (lv_rightOperand_3_0= ruleXOtherOperatorExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2000:1: (lv_rightOperand_3_0= ruleXOtherOperatorExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2001:3: lv_rightOperand_3_0= ruleXOtherOperatorExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXRelationalExpressionAccess().getRightOperandXOtherOperatorExpressionParserRuleCall_1_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXOtherOperatorExpression_in_ruleXRelationalExpression3711); lv_rightOperand_3_0=ruleXOtherOperatorExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXRelationalExpressionRule()); } set( current, "rightOperand", lv_rightOperand_3_0, "XOtherOperatorExpression"); afterParserOrEnumRuleCall(); } } } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2018:6: ( ( ( ( () ( ( 'should' 'throw' ) | 'throws' ) ) )=> ( () ( (otherlv_5= 'should' otherlv_6= 'throw' ) | otherlv_7= 'throws' ) ) ) ( (lv_type_8_0= ruleJvmTypeReference ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2018:6: ( ( ( ( () ( ( 'should' 'throw' ) | 'throws' ) ) )=> ( () ( (otherlv_5= 'should' otherlv_6= 'throw' ) | otherlv_7= 'throws' ) ) ) ( (lv_type_8_0= ruleJvmTypeReference ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2018:7: ( ( ( () ( ( 'should' 'throw' ) | 'throws' ) ) )=> ( () ( (otherlv_5= 'should' otherlv_6= 'throw' ) | otherlv_7= 'throws' ) ) ) ( (lv_type_8_0= ruleJvmTypeReference ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2018:7: ( ( ( () ( ( 'should' 'throw' ) | 'throws' ) ) )=> ( () ( (otherlv_5= 'should' otherlv_6= 'throw' ) | otherlv_7= 'throws' ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2018:8: ( ( () ( ( 'should' 'throw' ) | 'throws' ) ) )=> ( () ( (otherlv_5= 'should' otherlv_6= 'throw' ) | otherlv_7= 'throws' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2023:6: ( () ( (otherlv_5= 'should' otherlv_6= 'throw' ) | otherlv_7= 'throws' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2023:7: () ( (otherlv_5= 'should' otherlv_6= 'throw' ) | otherlv_7= 'throws' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2023:7: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2024:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXRelationalExpressionAccess().getShouldThrowExpressionAction_1_1_0_0_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2029:2: ( (otherlv_5= 'should' otherlv_6= 'throw' ) | otherlv_7= 'throws' ) int alt41=2; int LA41_0 = input.LA(1); if ( (LA41_0==43) ) { alt41=1; } else if ( (LA41_0==45) ) { alt41=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 41, 0, input); throw nvae; } switch (alt41) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2029:3: (otherlv_5= 'should' otherlv_6= 'throw' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2029:3: (otherlv_5= 'should' otherlv_6= 'throw' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2029:5: otherlv_5= 'should' otherlv_6= 'throw' { otherlv_5=(Token)match(input,43,FollowSets000.FOLLOW_43_in_ruleXRelationalExpression3774); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_5, grammarAccess.getXRelationalExpressionAccess().getShouldKeyword_1_1_0_0_1_0_0()); } otherlv_6=(Token)match(input,44,FollowSets000.FOLLOW_44_in_ruleXRelationalExpression3786); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_6, grammarAccess.getXRelationalExpressionAccess().getThrowKeyword_1_1_0_0_1_0_1()); } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2038:7: otherlv_7= 'throws' { otherlv_7=(Token)match(input,45,FollowSets000.FOLLOW_45_in_ruleXRelationalExpression3805); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_7, grammarAccess.getXRelationalExpressionAccess().getThrowsKeyword_1_1_0_0_1_1()); } } break; } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2042:4: ( (lv_type_8_0= ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2043:1: (lv_type_8_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2043:1: (lv_type_8_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2044:3: lv_type_8_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXRelationalExpressionAccess().getTypeJvmTypeReferenceParserRuleCall_1_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleXRelationalExpression3829); lv_type_8_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXRelationalExpressionRule()); } set( current, "type", lv_type_8_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2061:6: ( ( ( ( () 'instanceof' ) )=> ( () otherlv_10= 'instanceof' ) ) ( (lv_type_11_0= ruleJvmTypeReference ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2061:6: ( ( ( ( () 'instanceof' ) )=> ( () otherlv_10= 'instanceof' ) ) ( (lv_type_11_0= ruleJvmTypeReference ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2061:7: ( ( ( () 'instanceof' ) )=> ( () otherlv_10= 'instanceof' ) ) ( (lv_type_11_0= ruleJvmTypeReference ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2061:7: ( ( ( () 'instanceof' ) )=> ( () otherlv_10= 'instanceof' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2061:8: ( ( () 'instanceof' ) )=> ( () otherlv_10= 'instanceof' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2063:5: ( () otherlv_10= 'instanceof' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2063:6: () otherlv_10= 'instanceof' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2063:6: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2064:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXRelationalExpressionAccess().getXInstanceOfExpressionExpressionAction_1_2_0_0_0(), current); } } otherlv_10=(Token)match(input,46,FollowSets000.FOLLOW_46_in_ruleXRelationalExpression3872); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_10, grammarAccess.getXRelationalExpressionAccess().getInstanceofKeyword_1_2_0_0_1()); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2073:3: ( (lv_type_11_0= ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2074:1: (lv_type_11_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2074:1: (lv_type_11_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2075:3: lv_type_11_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXRelationalExpressionAccess().getTypeJvmTypeReferenceParserRuleCall_1_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleXRelationalExpression3895); lv_type_11_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXRelationalExpressionRule()); } set( current, "type", lv_type_11_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } } } break; case 4 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2092:6: ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_14_0= ruleXOtherOperatorExpression ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2092:6: ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_14_0= ruleXOtherOperatorExpression ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2092:7: ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_14_0= ruleXOtherOperatorExpression ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2092:7: ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2092:8: ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2097:6: ( () ( ( ruleOpCompare ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2097:7: () ( ( ruleOpCompare ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2097:7: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2098:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXRelationalExpressionAccess().getXBinaryOperationLeftOperandAction_1_3_0_0_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2103:2: ( ( ruleOpCompare ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2104:1: ( ruleOpCompare ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2104:1: ( ruleOpCompare ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2105:3: ruleOpCompare { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXRelationalExpressionRule()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXRelationalExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_3_0_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleOpCompare_in_ruleXRelationalExpression3956); ruleOpCompare(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2118:4: ( (lv_rightOperand_14_0= ruleXOtherOperatorExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2119:1: (lv_rightOperand_14_0= ruleXOtherOperatorExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2119:1: (lv_rightOperand_14_0= ruleXOtherOperatorExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2120:3: lv_rightOperand_14_0= ruleXOtherOperatorExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXRelationalExpressionAccess().getRightOperandXOtherOperatorExpressionParserRuleCall_1_3_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXOtherOperatorExpression_in_ruleXRelationalExpression3979); lv_rightOperand_14_0=ruleXOtherOperatorExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXRelationalExpressionRule()); } set( current, "rightOperand", lv_rightOperand_14_0, "XOtherOperatorExpression"); afterParserOrEnumRuleCall(); } } } } } break; default : break loop42; } } while (true); } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXRelationalExpression" // $ANTLR start "entryRuleShould" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2144:1: entryRuleShould returns [String current=null] : iv_ruleShould= ruleShould EOF ; public final String entryRuleShould() throws RecognitionException { String current = null; AntlrDatatypeRuleToken iv_ruleShould = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2145:2: (iv_ruleShould= ruleShould EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2146:2: iv_ruleShould= ruleShould EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getShouldRule()); } pushFollow(FollowSets000.FOLLOW_ruleShould_in_entryRuleShould4019); iv_ruleShould=ruleShould(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleShould.getText(); } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleShould4030); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleShould" // $ANTLR start "ruleShould" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2153:1: ruleShould returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= 'should' (kw= 'not' )? this_ID_2= RULE_ID ) ; public final AntlrDatatypeRuleToken ruleShould() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); Token kw=null; Token this_ID_2=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2156:28: ( (kw= 'should' (kw= 'not' )? this_ID_2= RULE_ID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2157:1: (kw= 'should' (kw= 'not' )? this_ID_2= RULE_ID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2157:1: (kw= 'should' (kw= 'not' )? this_ID_2= RULE_ID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2158:2: kw= 'should' (kw= 'not' )? this_ID_2= RULE_ID { kw=(Token)match(input,43,FollowSets000.FOLLOW_43_in_ruleShould4068); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getShouldAccess().getShouldKeyword_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2163:1: (kw= 'not' )? int alt43=2; int LA43_0 = input.LA(1); if ( (LA43_0==47) ) { alt43=1; } switch (alt43) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2164:2: kw= 'not' { kw=(Token)match(input,47,FollowSets000.FOLLOW_47_in_ruleShould4082); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getShouldAccess().getNotKeyword_1()); } } break; } this_ID_2=(Token)match(input,RULE_ID,FollowSets000.FOLLOW_RULE_ID_in_ruleShould4099); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(this_ID_2); } if ( state.backtracking==0 ) { newLeafNode(this_ID_2, grammarAccess.getShouldAccess().getIDTerminalRuleCall_2()); } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleShould" // $ANTLR start "entryRuleAssertion" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2184:1: entryRuleAssertion returns [EObject current=null] : iv_ruleAssertion= ruleAssertion EOF ; public final EObject entryRuleAssertion() throws RecognitionException { EObject current = null; EObject iv_ruleAssertion = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2185:2: (iv_ruleAssertion= ruleAssertion EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2186:2: iv_ruleAssertion= ruleAssertion EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAssertionRule()); } pushFollow(FollowSets000.FOLLOW_ruleAssertion_in_entryRuleAssertion4144); iv_ruleAssertion=ruleAssertion(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleAssertion; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleAssertion4154); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleAssertion" // $ANTLR start "ruleAssertion" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2193:1: ruleAssertion returns [EObject current=null] : ( () otherlv_1= 'assert' ( (lv_expression_2_0= ruleXExpression ) ) ) ; public final EObject ruleAssertion() throws RecognitionException { EObject current = null; Token otherlv_1=null; EObject lv_expression_2_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2196:28: ( ( () otherlv_1= 'assert' ( (lv_expression_2_0= ruleXExpression ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2197:1: ( () otherlv_1= 'assert' ( (lv_expression_2_0= ruleXExpression ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2197:1: ( () otherlv_1= 'assert' ( (lv_expression_2_0= ruleXExpression ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2197:2: () otherlv_1= 'assert' ( (lv_expression_2_0= ruleXExpression ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2197:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2198:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getAssertionAccess().getAssertionAction_0(), current); } } otherlv_1=(Token)match(input,48,FollowSets000.FOLLOW_48_in_ruleAssertion4200); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getAssertionAccess().getAssertKeyword_1()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2207:1: ( (lv_expression_2_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2208:1: (lv_expression_2_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2208:1: (lv_expression_2_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2209:3: lv_expression_2_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAssertionAccess().getExpressionXExpressionParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleAssertion4221); lv_expression_2_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAssertionRule()); } set( current, "expression", lv_expression_2_0, "XExpression"); afterParserOrEnumRuleCall(); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleAssertion" // $ANTLR start "entryRuleXConstructorCall" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2233:1: entryRuleXConstructorCall returns [EObject current=null] : iv_ruleXConstructorCall= ruleXConstructorCall EOF ; public final EObject entryRuleXConstructorCall() throws RecognitionException { EObject current = null; EObject iv_ruleXConstructorCall = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2234:2: (iv_ruleXConstructorCall= ruleXConstructorCall EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2235:2: iv_ruleXConstructorCall= ruleXConstructorCall EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXConstructorCallRule()); } pushFollow(FollowSets000.FOLLOW_ruleXConstructorCall_in_entryRuleXConstructorCall4257); iv_ruleXConstructorCall=ruleXConstructorCall(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXConstructorCall; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXConstructorCall4267); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXConstructorCall" // $ANTLR start "ruleXConstructorCall" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2242:1: ruleXConstructorCall returns [EObject current=null] : (this_XbaseConstructorCall_0= ruleXbaseConstructorCall ( ( ( ( () '{' ) )=> ( () otherlv_2= '{' ) ) ( (lv_members_3_0= ruleAnonymousMember ) )* otherlv_4= '}' )? ) ; public final EObject ruleXConstructorCall() throws RecognitionException { EObject current = null; Token otherlv_2=null; Token otherlv_4=null; EObject this_XbaseConstructorCall_0 = null; EObject lv_members_3_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2245:28: ( (this_XbaseConstructorCall_0= ruleXbaseConstructorCall ( ( ( ( () '{' ) )=> ( () otherlv_2= '{' ) ) ( (lv_members_3_0= ruleAnonymousMember ) )* otherlv_4= '}' )? ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2246:1: (this_XbaseConstructorCall_0= ruleXbaseConstructorCall ( ( ( ( () '{' ) )=> ( () otherlv_2= '{' ) ) ( (lv_members_3_0= ruleAnonymousMember ) )* otherlv_4= '}' )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2246:1: (this_XbaseConstructorCall_0= ruleXbaseConstructorCall ( ( ( ( () '{' ) )=> ( () otherlv_2= '{' ) ) ( (lv_members_3_0= ruleAnonymousMember ) )* otherlv_4= '}' )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2247:5: this_XbaseConstructorCall_0= ruleXbaseConstructorCall ( ( ( ( () '{' ) )=> ( () otherlv_2= '{' ) ) ( (lv_members_3_0= ruleAnonymousMember ) )* otherlv_4= '}' )? { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXConstructorCallAccess().getXbaseConstructorCallParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleXbaseConstructorCall_in_ruleXConstructorCall4314); this_XbaseConstructorCall_0=ruleXbaseConstructorCall(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XbaseConstructorCall_0; afterParserOrEnumRuleCall(); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2255:1: ( ( ( ( () '{' ) )=> ( () otherlv_2= '{' ) ) ( (lv_members_3_0= ruleAnonymousMember ) )* otherlv_4= '}' )? int alt45=2; alt45 = dfa45.predict(input); switch (alt45) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2255:2: ( ( ( () '{' ) )=> ( () otherlv_2= '{' ) ) ( (lv_members_3_0= ruleAnonymousMember ) )* otherlv_4= '}' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2255:2: ( ( ( () '{' ) )=> ( () otherlv_2= '{' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2255:3: ( ( () '{' ) )=> ( () otherlv_2= '{' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2257:5: ( () otherlv_2= '{' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2257:6: () otherlv_2= '{' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2257:6: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2258:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXConstructorCallAccess().getAnonymousClassConstructorCallAction_1_0_0_0(), current); } } otherlv_2=(Token)match(input,49,FollowSets000.FOLLOW_49_in_ruleXConstructorCall4349); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXConstructorCallAccess().getLeftCurlyBracketKeyword_1_0_0_1()); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2267:3: ( (lv_members_3_0= ruleAnonymousMember ) )* loop44: do { int alt44=2; int LA44_0 = input.LA(1); if ( (LA44_0==RULE_ID||(LA44_0>=39 && LA44_0<=40)||LA44_0==54||(LA44_0>=61 && LA44_0<=62)||(LA44_0>=64 && LA44_0<=80)||(LA44_0>=82 && LA44_0<=84)||LA44_0==96) ) { alt44=1; } switch (alt44) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2268:1: (lv_members_3_0= ruleAnonymousMember ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2268:1: (lv_members_3_0= ruleAnonymousMember ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2269:3: lv_members_3_0= ruleAnonymousMember { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXConstructorCallAccess().getMembersAnonymousMemberParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleAnonymousMember_in_ruleXConstructorCall4372); lv_members_3_0=ruleAnonymousMember(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXConstructorCallRule()); } add( current, "members", lv_members_3_0, "AnonymousMember"); afterParserOrEnumRuleCall(); } } } break; default : break loop44; } } while (true); otherlv_4=(Token)match(input,50,FollowSets000.FOLLOW_50_in_ruleXConstructorCall4385); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXConstructorCallAccess().getRightCurlyBracketKeyword_1_2()); } } break; } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXConstructorCall" // $ANTLR start "entryRuleAnonymousMember" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2297:1: entryRuleAnonymousMember returns [EObject current=null] : iv_ruleAnonymousMember= ruleAnonymousMember EOF ; public final EObject entryRuleAnonymousMember() throws RecognitionException { EObject current = null; EObject iv_ruleAnonymousMember = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2298:2: (iv_ruleAnonymousMember= ruleAnonymousMember EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2299:2: iv_ruleAnonymousMember= ruleAnonymousMember EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberRule()); } pushFollow(FollowSets000.FOLLOW_ruleAnonymousMember_in_entryRuleAnonymousMember4423); iv_ruleAnonymousMember=ruleAnonymousMember(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleAnonymousMember; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleAnonymousMember4433); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleAnonymousMember" // $ANTLR start "ruleAnonymousMember" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2306:1: ruleAnonymousMember returns [EObject current=null] : ( () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( ( ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( ( (lv_modifiers_8_0= 'extension' ) ) ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* ( (lv_type_11_0= ruleJvmTypeReference ) ) ( (lv_name_12_0= ruleValidID ) )? ) | ( ( (lv_modifiers_13_0= ruleFieldModifier ) ) ( (lv_modifiers_14_0= ruleCommonModifier ) )* ( (lv_modifiers_15_0= 'extension' ) ) ( (lv_modifiers_16_0= ruleCommonModifier ) )* ( (lv_type_17_0= ruleJvmTypeReference ) ) ( (lv_name_18_0= ruleValidID ) )? ) | ( ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) ) ) (otherlv_21= '=' ( (lv_initialValue_22_0= ruleXExpression ) ) )? (otherlv_23= ';' )? ) | ( () ( (lv_modifiers_25_0= ruleCommonModifier ) )* ( (lv_modifiers_26_0= ruleMethodModifier ) ) ( ( (lv_modifiers_27_0= ruleCommonModifier ) ) | ( (lv_modifiers_28_0= ruleMethodModifier ) ) )* (otherlv_29= '<' ( (lv_typeParameters_30_0= ruleJvmTypeParameter ) ) (otherlv_31= ',' ( (lv_typeParameters_32_0= ruleJvmTypeParameter ) ) )* otherlv_33= '>' )? ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_returnType_34_0= ruleJvmTypeReference ) ) ( (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) ) ( (lv_name_36_0= ruleValidID ) ) otherlv_37= '(' ) ) | ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleJvmTypeReference ) ) ( (lv_name_39_0= ruleFunctionID ) ) otherlv_40= '(' ) ) | ( ( ( ( ( ruleTypeReferenceNoTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) ) ( (lv_name_42_0= ruleFunctionID ) ) otherlv_43= '(' ) ) | ( ( ( ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) ) ( (lv_name_45_0= ruleValidID ) ) otherlv_46= '(' ) ) | ( ( (lv_name_47_0= ruleFunctionID ) ) otherlv_48= '(' ) ) ( ( (lv_parameters_49_0= ruleParameter ) ) (otherlv_50= ',' ( (lv_parameters_51_0= ruleParameter ) ) )* )? otherlv_52= ')' (otherlv_53= 'throws' ( (lv_exceptions_54_0= ruleJvmTypeReference ) ) (otherlv_55= ',' ( (lv_exceptions_56_0= ruleJvmTypeReference ) ) )* )? ( ( (lv_expression_57_0= ruleXBlockExpression ) ) | ( (lv_expression_58_0= ruleRichString ) ) | otherlv_59= ';' )? ) ) ) ; public final EObject ruleAnonymousMember() throws RecognitionException { EObject current = null; Token lv_modifiers_8_0=null; Token lv_modifiers_15_0=null; Token otherlv_21=null; Token otherlv_23=null; Token otherlv_29=null; Token otherlv_31=null; Token otherlv_33=null; Token otherlv_37=null; Token otherlv_40=null; Token otherlv_43=null; Token otherlv_46=null; Token otherlv_48=null; Token otherlv_50=null; Token otherlv_52=null; Token otherlv_53=null; Token otherlv_55=null; Token otherlv_59=null; EObject lv_annotations_1_0 = null; AntlrDatatypeRuleToken lv_modifiers_3_0 = null; AntlrDatatypeRuleToken lv_modifiers_4_0 = null; AntlrDatatypeRuleToken lv_modifiers_5_0 = null; EObject lv_type_6_0 = null; AntlrDatatypeRuleToken lv_name_7_0 = null; AntlrDatatypeRuleToken lv_modifiers_9_0 = null; AntlrDatatypeRuleToken lv_modifiers_10_0 = null; EObject lv_type_11_0 = null; AntlrDatatypeRuleToken lv_name_12_0 = null; AntlrDatatypeRuleToken lv_modifiers_13_0 = null; AntlrDatatypeRuleToken lv_modifiers_14_0 = null; AntlrDatatypeRuleToken lv_modifiers_16_0 = null; EObject lv_type_17_0 = null; AntlrDatatypeRuleToken lv_name_18_0 = null; EObject lv_type_19_0 = null; AntlrDatatypeRuleToken lv_name_20_0 = null; EObject lv_initialValue_22_0 = null; AntlrDatatypeRuleToken lv_modifiers_25_0 = null; AntlrDatatypeRuleToken lv_modifiers_26_0 = null; AntlrDatatypeRuleToken lv_modifiers_27_0 = null; AntlrDatatypeRuleToken lv_modifiers_28_0 = null; EObject lv_typeParameters_30_0 = null; EObject lv_typeParameters_32_0 = null; EObject lv_returnType_34_0 = null; EObject lv_createExtensionInfo_35_0 = null; AntlrDatatypeRuleToken lv_name_36_0 = null; EObject lv_returnType_38_0 = null; AntlrDatatypeRuleToken lv_name_39_0 = null; EObject lv_returnType_41_0 = null; AntlrDatatypeRuleToken lv_name_42_0 = null; EObject lv_createExtensionInfo_44_0 = null; AntlrDatatypeRuleToken lv_name_45_0 = null; AntlrDatatypeRuleToken lv_name_47_0 = null; EObject lv_parameters_49_0 = null; EObject lv_parameters_51_0 = null; EObject lv_exceptions_54_0 = null; EObject lv_exceptions_56_0 = null; EObject lv_expression_57_0 = null; EObject lv_expression_58_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2309:28: ( ( () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( ( ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( ( (lv_modifiers_8_0= 'extension' ) ) ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* ( (lv_type_11_0= ruleJvmTypeReference ) ) ( (lv_name_12_0= ruleValidID ) )? ) | ( ( (lv_modifiers_13_0= ruleFieldModifier ) ) ( (lv_modifiers_14_0= ruleCommonModifier ) )* ( (lv_modifiers_15_0= 'extension' ) ) ( (lv_modifiers_16_0= ruleCommonModifier ) )* ( (lv_type_17_0= ruleJvmTypeReference ) ) ( (lv_name_18_0= ruleValidID ) )? ) | ( ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) ) ) (otherlv_21= '=' ( (lv_initialValue_22_0= ruleXExpression ) ) )? (otherlv_23= ';' )? ) | ( () ( (lv_modifiers_25_0= ruleCommonModifier ) )* ( (lv_modifiers_26_0= ruleMethodModifier ) ) ( ( (lv_modifiers_27_0= ruleCommonModifier ) ) | ( (lv_modifiers_28_0= ruleMethodModifier ) ) )* (otherlv_29= '<' ( (lv_typeParameters_30_0= ruleJvmTypeParameter ) ) (otherlv_31= ',' ( (lv_typeParameters_32_0= ruleJvmTypeParameter ) ) )* otherlv_33= '>' )? ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_returnType_34_0= ruleJvmTypeReference ) ) ( (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) ) ( (lv_name_36_0= ruleValidID ) ) otherlv_37= '(' ) ) | ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleJvmTypeReference ) ) ( (lv_name_39_0= ruleFunctionID ) ) otherlv_40= '(' ) ) | ( ( ( ( ( ruleTypeReferenceNoTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) ) ( (lv_name_42_0= ruleFunctionID ) ) otherlv_43= '(' ) ) | ( ( ( ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) ) ( (lv_name_45_0= ruleValidID ) ) otherlv_46= '(' ) ) | ( ( (lv_name_47_0= ruleFunctionID ) ) otherlv_48= '(' ) ) ( ( (lv_parameters_49_0= ruleParameter ) ) (otherlv_50= ',' ( (lv_parameters_51_0= ruleParameter ) ) )* )? otherlv_52= ')' (otherlv_53= 'throws' ( (lv_exceptions_54_0= ruleJvmTypeReference ) ) (otherlv_55= ',' ( (lv_exceptions_56_0= ruleJvmTypeReference ) ) )* )? ( ( (lv_expression_57_0= ruleXBlockExpression ) ) | ( (lv_expression_58_0= ruleRichString ) ) | otherlv_59= ';' )? ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2310:1: ( () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( ( ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( ( (lv_modifiers_8_0= 'extension' ) ) ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* ( (lv_type_11_0= ruleJvmTypeReference ) ) ( (lv_name_12_0= ruleValidID ) )? ) | ( ( (lv_modifiers_13_0= ruleFieldModifier ) ) ( (lv_modifiers_14_0= ruleCommonModifier ) )* ( (lv_modifiers_15_0= 'extension' ) ) ( (lv_modifiers_16_0= ruleCommonModifier ) )* ( (lv_type_17_0= ruleJvmTypeReference ) ) ( (lv_name_18_0= ruleValidID ) )? ) | ( ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) ) ) (otherlv_21= '=' ( (lv_initialValue_22_0= ruleXExpression ) ) )? (otherlv_23= ';' )? ) | ( () ( (lv_modifiers_25_0= ruleCommonModifier ) )* ( (lv_modifiers_26_0= ruleMethodModifier ) ) ( ( (lv_modifiers_27_0= ruleCommonModifier ) ) | ( (lv_modifiers_28_0= ruleMethodModifier ) ) )* (otherlv_29= '<' ( (lv_typeParameters_30_0= ruleJvmTypeParameter ) ) (otherlv_31= ',' ( (lv_typeParameters_32_0= ruleJvmTypeParameter ) ) )* otherlv_33= '>' )? ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_returnType_34_0= ruleJvmTypeReference ) ) ( (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) ) ( (lv_name_36_0= ruleValidID ) ) otherlv_37= '(' ) ) | ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleJvmTypeReference ) ) ( (lv_name_39_0= ruleFunctionID ) ) otherlv_40= '(' ) ) | ( ( ( ( ( ruleTypeReferenceNoTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) ) ( (lv_name_42_0= ruleFunctionID ) ) otherlv_43= '(' ) ) | ( ( ( ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) ) ( (lv_name_45_0= ruleValidID ) ) otherlv_46= '(' ) ) | ( ( (lv_name_47_0= ruleFunctionID ) ) otherlv_48= '(' ) ) ( ( (lv_parameters_49_0= ruleParameter ) ) (otherlv_50= ',' ( (lv_parameters_51_0= ruleParameter ) ) )* )? otherlv_52= ')' (otherlv_53= 'throws' ( (lv_exceptions_54_0= ruleJvmTypeReference ) ) (otherlv_55= ',' ( (lv_exceptions_56_0= ruleJvmTypeReference ) ) )* )? ( ( (lv_expression_57_0= ruleXBlockExpression ) ) | ( (lv_expression_58_0= ruleRichString ) ) | otherlv_59= ';' )? ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2310:1: ( () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( ( ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( ( (lv_modifiers_8_0= 'extension' ) ) ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* ( (lv_type_11_0= ruleJvmTypeReference ) ) ( (lv_name_12_0= ruleValidID ) )? ) | ( ( (lv_modifiers_13_0= ruleFieldModifier ) ) ( (lv_modifiers_14_0= ruleCommonModifier ) )* ( (lv_modifiers_15_0= 'extension' ) ) ( (lv_modifiers_16_0= ruleCommonModifier ) )* ( (lv_type_17_0= ruleJvmTypeReference ) ) ( (lv_name_18_0= ruleValidID ) )? ) | ( ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) ) ) (otherlv_21= '=' ( (lv_initialValue_22_0= ruleXExpression ) ) )? (otherlv_23= ';' )? ) | ( () ( (lv_modifiers_25_0= ruleCommonModifier ) )* ( (lv_modifiers_26_0= ruleMethodModifier ) ) ( ( (lv_modifiers_27_0= ruleCommonModifier ) ) | ( (lv_modifiers_28_0= ruleMethodModifier ) ) )* (otherlv_29= '<' ( (lv_typeParameters_30_0= ruleJvmTypeParameter ) ) (otherlv_31= ',' ( (lv_typeParameters_32_0= ruleJvmTypeParameter ) ) )* otherlv_33= '>' )? ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_returnType_34_0= ruleJvmTypeReference ) ) ( (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) ) ( (lv_name_36_0= ruleValidID ) ) otherlv_37= '(' ) ) | ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleJvmTypeReference ) ) ( (lv_name_39_0= ruleFunctionID ) ) otherlv_40= '(' ) ) | ( ( ( ( ( ruleTypeReferenceNoTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) ) ( (lv_name_42_0= ruleFunctionID ) ) otherlv_43= '(' ) ) | ( ( ( ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) ) ( (lv_name_45_0= ruleValidID ) ) otherlv_46= '(' ) ) | ( ( (lv_name_47_0= ruleFunctionID ) ) otherlv_48= '(' ) ) ( ( (lv_parameters_49_0= ruleParameter ) ) (otherlv_50= ',' ( (lv_parameters_51_0= ruleParameter ) ) )* )? otherlv_52= ')' (otherlv_53= 'throws' ( (lv_exceptions_54_0= ruleJvmTypeReference ) ) (otherlv_55= ',' ( (lv_exceptions_56_0= ruleJvmTypeReference ) ) )* )? ( ( (lv_expression_57_0= ruleXBlockExpression ) ) | ( (lv_expression_58_0= ruleRichString ) ) | otherlv_59= ';' )? ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2310:2: () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( ( ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( ( (lv_modifiers_8_0= 'extension' ) ) ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* ( (lv_type_11_0= ruleJvmTypeReference ) ) ( (lv_name_12_0= ruleValidID ) )? ) | ( ( (lv_modifiers_13_0= ruleFieldModifier ) ) ( (lv_modifiers_14_0= ruleCommonModifier ) )* ( (lv_modifiers_15_0= 'extension' ) ) ( (lv_modifiers_16_0= ruleCommonModifier ) )* ( (lv_type_17_0= ruleJvmTypeReference ) ) ( (lv_name_18_0= ruleValidID ) )? ) | ( ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) ) ) (otherlv_21= '=' ( (lv_initialValue_22_0= ruleXExpression ) ) )? (otherlv_23= ';' )? ) | ( () ( (lv_modifiers_25_0= ruleCommonModifier ) )* ( (lv_modifiers_26_0= ruleMethodModifier ) ) ( ( (lv_modifiers_27_0= ruleCommonModifier ) ) | ( (lv_modifiers_28_0= ruleMethodModifier ) ) )* (otherlv_29= '<' ( (lv_typeParameters_30_0= ruleJvmTypeParameter ) ) (otherlv_31= ',' ( (lv_typeParameters_32_0= ruleJvmTypeParameter ) ) )* otherlv_33= '>' )? ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_returnType_34_0= ruleJvmTypeReference ) ) ( (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) ) ( (lv_name_36_0= ruleValidID ) ) otherlv_37= '(' ) ) | ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleJvmTypeReference ) ) ( (lv_name_39_0= ruleFunctionID ) ) otherlv_40= '(' ) ) | ( ( ( ( ( ruleTypeReferenceNoTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) ) ( (lv_name_42_0= ruleFunctionID ) ) otherlv_43= '(' ) ) | ( ( ( ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) ) ( (lv_name_45_0= ruleValidID ) ) otherlv_46= '(' ) ) | ( ( (lv_name_47_0= ruleFunctionID ) ) otherlv_48= '(' ) ) ( ( (lv_parameters_49_0= ruleParameter ) ) (otherlv_50= ',' ( (lv_parameters_51_0= ruleParameter ) ) )* )? otherlv_52= ')' (otherlv_53= 'throws' ( (lv_exceptions_54_0= ruleJvmTypeReference ) ) (otherlv_55= ',' ( (lv_exceptions_56_0= ruleJvmTypeReference ) ) )* )? ( ( (lv_expression_57_0= ruleXBlockExpression ) ) | ( (lv_expression_58_0= ruleRichString ) ) | otherlv_59= ';' )? ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2310:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2311:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getAnonymousMemberAccess().getXtendMemberAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2316:2: ( (lv_annotations_1_0= ruleXAnnotation ) )* loop46: do { int alt46=2; int LA46_0 = input.LA(1); if ( (LA46_0==96) ) { alt46=1; } switch (alt46) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2317:1: (lv_annotations_1_0= ruleXAnnotation ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2317:1: (lv_annotations_1_0= ruleXAnnotation ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2318:3: lv_annotations_1_0= ruleXAnnotation { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getAnnotationsXAnnotationParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotation_in_ruleAnonymousMember4488); lv_annotations_1_0=ruleXAnnotation(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } add( current, "annotations", lv_annotations_1_0, "XAnnotation"); afterParserOrEnumRuleCall(); } } } break; default : break loop46; } } while (true); // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2334:3: ( ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( ( ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( ( (lv_modifiers_8_0= 'extension' ) ) ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* ( (lv_type_11_0= ruleJvmTypeReference ) ) ( (lv_name_12_0= ruleValidID ) )? ) | ( ( (lv_modifiers_13_0= ruleFieldModifier ) ) ( (lv_modifiers_14_0= ruleCommonModifier ) )* ( (lv_modifiers_15_0= 'extension' ) ) ( (lv_modifiers_16_0= ruleCommonModifier ) )* ( (lv_type_17_0= ruleJvmTypeReference ) ) ( (lv_name_18_0= ruleValidID ) )? ) | ( ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) ) ) (otherlv_21= '=' ( (lv_initialValue_22_0= ruleXExpression ) ) )? (otherlv_23= ';' )? ) | ( () ( (lv_modifiers_25_0= ruleCommonModifier ) )* ( (lv_modifiers_26_0= ruleMethodModifier ) ) ( ( (lv_modifiers_27_0= ruleCommonModifier ) ) | ( (lv_modifiers_28_0= ruleMethodModifier ) ) )* (otherlv_29= '<' ( (lv_typeParameters_30_0= ruleJvmTypeParameter ) ) (otherlv_31= ',' ( (lv_typeParameters_32_0= ruleJvmTypeParameter ) ) )* otherlv_33= '>' )? ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_returnType_34_0= ruleJvmTypeReference ) ) ( (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) ) ( (lv_name_36_0= ruleValidID ) ) otherlv_37= '(' ) ) | ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleJvmTypeReference ) ) ( (lv_name_39_0= ruleFunctionID ) ) otherlv_40= '(' ) ) | ( ( ( ( ( ruleTypeReferenceNoTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) ) ( (lv_name_42_0= ruleFunctionID ) ) otherlv_43= '(' ) ) | ( ( ( ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) ) ( (lv_name_45_0= ruleValidID ) ) otherlv_46= '(' ) ) | ( ( (lv_name_47_0= ruleFunctionID ) ) otherlv_48= '(' ) ) ( ( (lv_parameters_49_0= ruleParameter ) ) (otherlv_50= ',' ( (lv_parameters_51_0= ruleParameter ) ) )* )? otherlv_52= ')' (otherlv_53= 'throws' ( (lv_exceptions_54_0= ruleJvmTypeReference ) ) (otherlv_55= ',' ( (lv_exceptions_56_0= ruleJvmTypeReference ) ) )* )? ( ( (lv_expression_57_0= ruleXBlockExpression ) ) | ( (lv_expression_58_0= ruleRichString ) ) | otherlv_59= ';' )? ) ) int alt68=2; alt68 = dfa68.predict(input); switch (alt68) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2334:4: ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( ( ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( ( (lv_modifiers_8_0= 'extension' ) ) ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* ( (lv_type_11_0= ruleJvmTypeReference ) ) ( (lv_name_12_0= ruleValidID ) )? ) | ( ( (lv_modifiers_13_0= ruleFieldModifier ) ) ( (lv_modifiers_14_0= ruleCommonModifier ) )* ( (lv_modifiers_15_0= 'extension' ) ) ( (lv_modifiers_16_0= ruleCommonModifier ) )* ( (lv_type_17_0= ruleJvmTypeReference ) ) ( (lv_name_18_0= ruleValidID ) )? ) | ( ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) ) ) (otherlv_21= '=' ( (lv_initialValue_22_0= ruleXExpression ) ) )? (otherlv_23= ';' )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2334:4: ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( ( ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( ( (lv_modifiers_8_0= 'extension' ) ) ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* ( (lv_type_11_0= ruleJvmTypeReference ) ) ( (lv_name_12_0= ruleValidID ) )? ) | ( ( (lv_modifiers_13_0= ruleFieldModifier ) ) ( (lv_modifiers_14_0= ruleCommonModifier ) )* ( (lv_modifiers_15_0= 'extension' ) ) ( (lv_modifiers_16_0= ruleCommonModifier ) )* ( (lv_type_17_0= ruleJvmTypeReference ) ) ( (lv_name_18_0= ruleValidID ) )? ) | ( ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) ) ) (otherlv_21= '=' ( (lv_initialValue_22_0= ruleXExpression ) ) )? (otherlv_23= ';' )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2334:5: () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( ( ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( ( (lv_modifiers_8_0= 'extension' ) ) ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* ( (lv_type_11_0= ruleJvmTypeReference ) ) ( (lv_name_12_0= ruleValidID ) )? ) | ( ( (lv_modifiers_13_0= ruleFieldModifier ) ) ( (lv_modifiers_14_0= ruleCommonModifier ) )* ( (lv_modifiers_15_0= 'extension' ) ) ( (lv_modifiers_16_0= ruleCommonModifier ) )* ( (lv_type_17_0= ruleJvmTypeReference ) ) ( (lv_name_18_0= ruleValidID ) )? ) | ( ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) ) ) (otherlv_21= '=' ( (lv_initialValue_22_0= ruleXExpression ) ) )? (otherlv_23= ';' )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2334:5: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2335:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getAnonymousMemberAccess().getXtendFieldAnnotationInfoAction_2_0_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2340:2: ( (lv_modifiers_3_0= ruleCommonModifier ) )* loop47: do { int alt47=2; int LA47_0 = input.LA(1); if ( (LA47_0==39||(LA47_0>=64 && LA47_0<=75)) ) { alt47=1; } switch (alt47) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2341:1: (lv_modifiers_3_0= ruleCommonModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2341:1: (lv_modifiers_3_0= ruleCommonModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2342:3: lv_modifiers_3_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getModifiersCommonModifierParserRuleCall_2_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleAnonymousMember4521); lv_modifiers_3_0=ruleCommonModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } add( current, "modifiers", lv_modifiers_3_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } break; default : break loop47; } } while (true); // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2358:3: ( ( ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( ( (lv_modifiers_8_0= 'extension' ) ) ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* ( (lv_type_11_0= ruleJvmTypeReference ) ) ( (lv_name_12_0= ruleValidID ) )? ) | ( ( (lv_modifiers_13_0= ruleFieldModifier ) ) ( (lv_modifiers_14_0= ruleCommonModifier ) )* ( (lv_modifiers_15_0= 'extension' ) ) ( (lv_modifiers_16_0= ruleCommonModifier ) )* ( (lv_type_17_0= ruleJvmTypeReference ) ) ( (lv_name_18_0= ruleValidID ) )? ) | ( ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) ) ) int alt55=4; alt55 = dfa55.predict(input); switch (alt55) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2358:4: ( ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2358:4: ( ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2358:5: ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2358:5: ( (lv_modifiers_4_0= ruleFieldModifier ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2359:1: (lv_modifiers_4_0= ruleFieldModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2359:1: (lv_modifiers_4_0= ruleFieldModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2360:3: lv_modifiers_4_0= ruleFieldModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getModifiersFieldModifierParserRuleCall_2_0_2_0_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleFieldModifier_in_ruleAnonymousMember4545); lv_modifiers_4_0=ruleFieldModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } add( current, "modifiers", lv_modifiers_4_0, "FieldModifier"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2376:2: ( (lv_modifiers_5_0= ruleCommonModifier ) )* loop48: do { int alt48=2; int LA48_0 = input.LA(1); if ( (LA48_0==39||(LA48_0>=64 && LA48_0<=75)) ) { alt48=1; } switch (alt48) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2377:1: (lv_modifiers_5_0= ruleCommonModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2377:1: (lv_modifiers_5_0= ruleCommonModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2378:3: lv_modifiers_5_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getModifiersCommonModifierParserRuleCall_2_0_2_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleAnonymousMember4566); lv_modifiers_5_0=ruleCommonModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } add( current, "modifiers", lv_modifiers_5_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } break; default : break loop48; } } while (true); // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2394:3: ( (lv_type_6_0= ruleJvmTypeReference ) )? int alt49=2; alt49 = dfa49.predict(input); switch (alt49) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2395:1: (lv_type_6_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2395:1: (lv_type_6_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2396:3: lv_type_6_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getTypeJvmTypeReferenceParserRuleCall_2_0_2_0_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleAnonymousMember4588); lv_type_6_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } set( current, "type", lv_type_6_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2412:3: ( (lv_name_7_0= ruleValidID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2413:1: (lv_name_7_0= ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2413:1: (lv_name_7_0= ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2414:3: lv_name_7_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getNameValidIDParserRuleCall_2_0_2_0_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleAnonymousMember4610); lv_name_7_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } set( current, "name", lv_name_7_0, "ValidID"); afterParserOrEnumRuleCall(); } } } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2431:6: ( ( (lv_modifiers_8_0= 'extension' ) ) ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* ( (lv_type_11_0= ruleJvmTypeReference ) ) ( (lv_name_12_0= ruleValidID ) )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2431:6: ( ( (lv_modifiers_8_0= 'extension' ) ) ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* ( (lv_type_11_0= ruleJvmTypeReference ) ) ( (lv_name_12_0= ruleValidID ) )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2431:7: ( (lv_modifiers_8_0= 'extension' ) ) ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* ( (lv_type_11_0= ruleJvmTypeReference ) ) ( (lv_name_12_0= ruleValidID ) )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2431:7: ( (lv_modifiers_8_0= 'extension' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2432:1: (lv_modifiers_8_0= 'extension' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2432:1: (lv_modifiers_8_0= 'extension' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2433:3: lv_modifiers_8_0= 'extension' { lv_modifiers_8_0=(Token)match(input,40,FollowSets000.FOLLOW_40_in_ruleAnonymousMember4636); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_modifiers_8_0, grammarAccess.getAnonymousMemberAccess().getModifiersExtensionKeyword_2_0_2_1_0_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getAnonymousMemberRule()); } addWithLastConsumed(current, "modifiers", lv_modifiers_8_0, "extension"); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2446:2: ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* loop50: do { int alt50=3; int LA50_0 = input.LA(1); if ( ((LA50_0>=76 && LA50_0<=77)) ) { alt50=1; } else if ( (LA50_0==39||(LA50_0>=64 && LA50_0<=75)) ) { alt50=2; } switch (alt50) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2446:3: ( (lv_modifiers_9_0= ruleFieldModifier ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2446:3: ( (lv_modifiers_9_0= ruleFieldModifier ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2447:1: (lv_modifiers_9_0= ruleFieldModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2447:1: (lv_modifiers_9_0= ruleFieldModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2448:3: lv_modifiers_9_0= ruleFieldModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getModifiersFieldModifierParserRuleCall_2_0_2_1_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleFieldModifier_in_ruleAnonymousMember4671); lv_modifiers_9_0=ruleFieldModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } add( current, "modifiers", lv_modifiers_9_0, "FieldModifier"); afterParserOrEnumRuleCall(); } } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2465:6: ( (lv_modifiers_10_0= ruleCommonModifier ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2465:6: ( (lv_modifiers_10_0= ruleCommonModifier ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2466:1: (lv_modifiers_10_0= ruleCommonModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2466:1: (lv_modifiers_10_0= ruleCommonModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2467:3: lv_modifiers_10_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getModifiersCommonModifierParserRuleCall_2_0_2_1_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleAnonymousMember4698); lv_modifiers_10_0=ruleCommonModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } add( current, "modifiers", lv_modifiers_10_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } } break; default : break loop50; } } while (true); // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2483:4: ( (lv_type_11_0= ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2484:1: (lv_type_11_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2484:1: (lv_type_11_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2485:3: lv_type_11_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getTypeJvmTypeReferenceParserRuleCall_2_0_2_1_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleAnonymousMember4721); lv_type_11_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } set( current, "type", lv_type_11_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2501:2: ( (lv_name_12_0= ruleValidID ) )? int alt51=2; alt51 = dfa51.predict(input); switch (alt51) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2502:1: (lv_name_12_0= ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2502:1: (lv_name_12_0= ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2503:3: lv_name_12_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getNameValidIDParserRuleCall_2_0_2_1_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleAnonymousMember4742); lv_name_12_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } set( current, "name", lv_name_12_0, "ValidID"); afterParserOrEnumRuleCall(); } } } break; } } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2520:6: ( ( (lv_modifiers_13_0= ruleFieldModifier ) ) ( (lv_modifiers_14_0= ruleCommonModifier ) )* ( (lv_modifiers_15_0= 'extension' ) ) ( (lv_modifiers_16_0= ruleCommonModifier ) )* ( (lv_type_17_0= ruleJvmTypeReference ) ) ( (lv_name_18_0= ruleValidID ) )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2520:6: ( ( (lv_modifiers_13_0= ruleFieldModifier ) ) ( (lv_modifiers_14_0= ruleCommonModifier ) )* ( (lv_modifiers_15_0= 'extension' ) ) ( (lv_modifiers_16_0= ruleCommonModifier ) )* ( (lv_type_17_0= ruleJvmTypeReference ) ) ( (lv_name_18_0= ruleValidID ) )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2520:7: ( (lv_modifiers_13_0= ruleFieldModifier ) ) ( (lv_modifiers_14_0= ruleCommonModifier ) )* ( (lv_modifiers_15_0= 'extension' ) ) ( (lv_modifiers_16_0= ruleCommonModifier ) )* ( (lv_type_17_0= ruleJvmTypeReference ) ) ( (lv_name_18_0= ruleValidID ) )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2520:7: ( (lv_modifiers_13_0= ruleFieldModifier ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2521:1: (lv_modifiers_13_0= ruleFieldModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2521:1: (lv_modifiers_13_0= ruleFieldModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2522:3: lv_modifiers_13_0= ruleFieldModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getModifiersFieldModifierParserRuleCall_2_0_2_2_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleFieldModifier_in_ruleAnonymousMember4772); lv_modifiers_13_0=ruleFieldModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } add( current, "modifiers", lv_modifiers_13_0, "FieldModifier"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2538:2: ( (lv_modifiers_14_0= ruleCommonModifier ) )* loop52: do { int alt52=2; int LA52_0 = input.LA(1); if ( (LA52_0==39||(LA52_0>=64 && LA52_0<=75)) ) { alt52=1; } switch (alt52) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2539:1: (lv_modifiers_14_0= ruleCommonModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2539:1: (lv_modifiers_14_0= ruleCommonModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2540:3: lv_modifiers_14_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getModifiersCommonModifierParserRuleCall_2_0_2_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleAnonymousMember4793); lv_modifiers_14_0=ruleCommonModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } add( current, "modifiers", lv_modifiers_14_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } break; default : break loop52; } } while (true); // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2556:3: ( (lv_modifiers_15_0= 'extension' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2557:1: (lv_modifiers_15_0= 'extension' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2557:1: (lv_modifiers_15_0= 'extension' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2558:3: lv_modifiers_15_0= 'extension' { lv_modifiers_15_0=(Token)match(input,40,FollowSets000.FOLLOW_40_in_ruleAnonymousMember4812); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_modifiers_15_0, grammarAccess.getAnonymousMemberAccess().getModifiersExtensionKeyword_2_0_2_2_2_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getAnonymousMemberRule()); } addWithLastConsumed(current, "modifiers", lv_modifiers_15_0, "extension"); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2571:2: ( (lv_modifiers_16_0= ruleCommonModifier ) )* loop53: do { int alt53=2; int LA53_0 = input.LA(1); if ( (LA53_0==39||(LA53_0>=64 && LA53_0<=75)) ) { alt53=1; } switch (alt53) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2572:1: (lv_modifiers_16_0= ruleCommonModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2572:1: (lv_modifiers_16_0= ruleCommonModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2573:3: lv_modifiers_16_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getModifiersCommonModifierParserRuleCall_2_0_2_2_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleAnonymousMember4846); lv_modifiers_16_0=ruleCommonModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } add( current, "modifiers", lv_modifiers_16_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } break; default : break loop53; } } while (true); // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2589:3: ( (lv_type_17_0= ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2590:1: (lv_type_17_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2590:1: (lv_type_17_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2591:3: lv_type_17_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getTypeJvmTypeReferenceParserRuleCall_2_0_2_2_4_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleAnonymousMember4868); lv_type_17_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } set( current, "type", lv_type_17_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2607:2: ( (lv_name_18_0= ruleValidID ) )? int alt54=2; alt54 = dfa54.predict(input); switch (alt54) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2608:1: (lv_name_18_0= ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2608:1: (lv_name_18_0= ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2609:3: lv_name_18_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getNameValidIDParserRuleCall_2_0_2_2_5_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleAnonymousMember4889); lv_name_18_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } set( current, "name", lv_name_18_0, "ValidID"); afterParserOrEnumRuleCall(); } } } break; } } } break; case 4 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2626:6: ( ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2626:6: ( ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2626:7: ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2626:7: ( (lv_type_19_0= ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2627:1: (lv_type_19_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2627:1: (lv_type_19_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2628:3: lv_type_19_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getTypeJvmTypeReferenceParserRuleCall_2_0_2_3_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleAnonymousMember4919); lv_type_19_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } set( current, "type", lv_type_19_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2644:2: ( (lv_name_20_0= ruleValidID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2645:1: (lv_name_20_0= ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2645:1: (lv_name_20_0= ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2646:3: lv_name_20_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getNameValidIDParserRuleCall_2_0_2_3_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleAnonymousMember4940); lv_name_20_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } set( current, "name", lv_name_20_0, "ValidID"); afterParserOrEnumRuleCall(); } } } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2662:4: (otherlv_21= '=' ( (lv_initialValue_22_0= ruleXExpression ) ) )? int alt56=2; int LA56_0 = input.LA(1); if ( (LA56_0==41) ) { alt56=1; } switch (alt56) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2662:6: otherlv_21= '=' ( (lv_initialValue_22_0= ruleXExpression ) ) { otherlv_21=(Token)match(input,41,FollowSets000.FOLLOW_41_in_ruleAnonymousMember4955); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_21, grammarAccess.getAnonymousMemberAccess().getEqualsSignKeyword_2_0_3_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2666:1: ( (lv_initialValue_22_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2667:1: (lv_initialValue_22_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2667:1: (lv_initialValue_22_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2668:3: lv_initialValue_22_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getInitialValueXExpressionParserRuleCall_2_0_3_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleAnonymousMember4976); lv_initialValue_22_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } set( current, "initialValue", lv_initialValue_22_0, "XExpression"); afterParserOrEnumRuleCall(); } } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2684:4: (otherlv_23= ';' )? int alt57=2; int LA57_0 = input.LA(1); if ( (LA57_0==42) ) { alt57=1; } switch (alt57) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2684:6: otherlv_23= ';' { otherlv_23=(Token)match(input,42,FollowSets000.FOLLOW_42_in_ruleAnonymousMember4991); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_23, grammarAccess.getAnonymousMemberAccess().getSemicolonKeyword_2_0_4()); } } break; } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2689:6: ( () ( (lv_modifiers_25_0= ruleCommonModifier ) )* ( (lv_modifiers_26_0= ruleMethodModifier ) ) ( ( (lv_modifiers_27_0= ruleCommonModifier ) ) | ( (lv_modifiers_28_0= ruleMethodModifier ) ) )* (otherlv_29= '<' ( (lv_typeParameters_30_0= ruleJvmTypeParameter ) ) (otherlv_31= ',' ( (lv_typeParameters_32_0= ruleJvmTypeParameter ) ) )* otherlv_33= '>' )? ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_returnType_34_0= ruleJvmTypeReference ) ) ( (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) ) ( (lv_name_36_0= ruleValidID ) ) otherlv_37= '(' ) ) | ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleJvmTypeReference ) ) ( (lv_name_39_0= ruleFunctionID ) ) otherlv_40= '(' ) ) | ( ( ( ( ( ruleTypeReferenceNoTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) ) ( (lv_name_42_0= ruleFunctionID ) ) otherlv_43= '(' ) ) | ( ( ( ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) ) ( (lv_name_45_0= ruleValidID ) ) otherlv_46= '(' ) ) | ( ( (lv_name_47_0= ruleFunctionID ) ) otherlv_48= '(' ) ) ( ( (lv_parameters_49_0= ruleParameter ) ) (otherlv_50= ',' ( (lv_parameters_51_0= ruleParameter ) ) )* )? otherlv_52= ')' (otherlv_53= 'throws' ( (lv_exceptions_54_0= ruleJvmTypeReference ) ) (otherlv_55= ',' ( (lv_exceptions_56_0= ruleJvmTypeReference ) ) )* )? ( ( (lv_expression_57_0= ruleXBlockExpression ) ) | ( (lv_expression_58_0= ruleRichString ) ) | otherlv_59= ';' )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2689:6: ( () ( (lv_modifiers_25_0= ruleCommonModifier ) )* ( (lv_modifiers_26_0= ruleMethodModifier ) ) ( ( (lv_modifiers_27_0= ruleCommonModifier ) ) | ( (lv_modifiers_28_0= ruleMethodModifier ) ) )* (otherlv_29= '<' ( (lv_typeParameters_30_0= ruleJvmTypeParameter ) ) (otherlv_31= ',' ( (lv_typeParameters_32_0= ruleJvmTypeParameter ) ) )* otherlv_33= '>' )? ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_returnType_34_0= ruleJvmTypeReference ) ) ( (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) ) ( (lv_name_36_0= ruleValidID ) ) otherlv_37= '(' ) ) | ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleJvmTypeReference ) ) ( (lv_name_39_0= ruleFunctionID ) ) otherlv_40= '(' ) ) | ( ( ( ( ( ruleTypeReferenceNoTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) ) ( (lv_name_42_0= ruleFunctionID ) ) otherlv_43= '(' ) ) | ( ( ( ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) ) ( (lv_name_45_0= ruleValidID ) ) otherlv_46= '(' ) ) | ( ( (lv_name_47_0= ruleFunctionID ) ) otherlv_48= '(' ) ) ( ( (lv_parameters_49_0= ruleParameter ) ) (otherlv_50= ',' ( (lv_parameters_51_0= ruleParameter ) ) )* )? otherlv_52= ')' (otherlv_53= 'throws' ( (lv_exceptions_54_0= ruleJvmTypeReference ) ) (otherlv_55= ',' ( (lv_exceptions_56_0= ruleJvmTypeReference ) ) )* )? ( ( (lv_expression_57_0= ruleXBlockExpression ) ) | ( (lv_expression_58_0= ruleRichString ) ) | otherlv_59= ';' )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2689:7: () ( (lv_modifiers_25_0= ruleCommonModifier ) )* ( (lv_modifiers_26_0= ruleMethodModifier ) ) ( ( (lv_modifiers_27_0= ruleCommonModifier ) ) | ( (lv_modifiers_28_0= ruleMethodModifier ) ) )* (otherlv_29= '<' ( (lv_typeParameters_30_0= ruleJvmTypeParameter ) ) (otherlv_31= ',' ( (lv_typeParameters_32_0= ruleJvmTypeParameter ) ) )* otherlv_33= '>' )? ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_returnType_34_0= ruleJvmTypeReference ) ) ( (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) ) ( (lv_name_36_0= ruleValidID ) ) otherlv_37= '(' ) ) | ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleJvmTypeReference ) ) ( (lv_name_39_0= ruleFunctionID ) ) otherlv_40= '(' ) ) | ( ( ( ( ( ruleTypeReferenceNoTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) ) ( (lv_name_42_0= ruleFunctionID ) ) otherlv_43= '(' ) ) | ( ( ( ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) ) ( (lv_name_45_0= ruleValidID ) ) otherlv_46= '(' ) ) | ( ( (lv_name_47_0= ruleFunctionID ) ) otherlv_48= '(' ) ) ( ( (lv_parameters_49_0= ruleParameter ) ) (otherlv_50= ',' ( (lv_parameters_51_0= ruleParameter ) ) )* )? otherlv_52= ')' (otherlv_53= 'throws' ( (lv_exceptions_54_0= ruleJvmTypeReference ) ) (otherlv_55= ',' ( (lv_exceptions_56_0= ruleJvmTypeReference ) ) )* )? ( ( (lv_expression_57_0= ruleXBlockExpression ) ) | ( (lv_expression_58_0= ruleRichString ) ) | otherlv_59= ';' )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2689:7: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2690:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getAnonymousMemberAccess().getXtendFunctionAnnotationInfoAction_2_1_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2695:2: ( (lv_modifiers_25_0= ruleCommonModifier ) )* loop58: do { int alt58=2; int LA58_0 = input.LA(1); if ( (LA58_0==39||(LA58_0>=64 && LA58_0<=75)) ) { alt58=1; } switch (alt58) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2696:1: (lv_modifiers_25_0= ruleCommonModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2696:1: (lv_modifiers_25_0= ruleCommonModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2697:3: lv_modifiers_25_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getModifiersCommonModifierParserRuleCall_2_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleAnonymousMember5031); lv_modifiers_25_0=ruleCommonModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } add( current, "modifiers", lv_modifiers_25_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } break; default : break loop58; } } while (true); // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2713:3: ( (lv_modifiers_26_0= ruleMethodModifier ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2714:1: (lv_modifiers_26_0= ruleMethodModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2714:1: (lv_modifiers_26_0= ruleMethodModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2715:3: lv_modifiers_26_0= ruleMethodModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getModifiersMethodModifierParserRuleCall_2_1_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleMethodModifier_in_ruleAnonymousMember5053); lv_modifiers_26_0=ruleMethodModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } add( current, "modifiers", lv_modifiers_26_0, "MethodModifier"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2731:2: ( ( (lv_modifiers_27_0= ruleCommonModifier ) ) | ( (lv_modifiers_28_0= ruleMethodModifier ) ) )* loop59: do { int alt59=3; int LA59_0 = input.LA(1); if ( (LA59_0==39||(LA59_0>=64 && LA59_0<=75)) ) { alt59=1; } else if ( ((LA59_0>=78 && LA59_0<=79)) ) { alt59=2; } switch (alt59) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2731:3: ( (lv_modifiers_27_0= ruleCommonModifier ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2731:3: ( (lv_modifiers_27_0= ruleCommonModifier ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2732:1: (lv_modifiers_27_0= ruleCommonModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2732:1: (lv_modifiers_27_0= ruleCommonModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2733:3: lv_modifiers_27_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getModifiersCommonModifierParserRuleCall_2_1_3_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleAnonymousMember5075); lv_modifiers_27_0=ruleCommonModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } add( current, "modifiers", lv_modifiers_27_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2750:6: ( (lv_modifiers_28_0= ruleMethodModifier ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2750:6: ( (lv_modifiers_28_0= ruleMethodModifier ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2751:1: (lv_modifiers_28_0= ruleMethodModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2751:1: (lv_modifiers_28_0= ruleMethodModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2752:3: lv_modifiers_28_0= ruleMethodModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getModifiersMethodModifierParserRuleCall_2_1_3_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleMethodModifier_in_ruleAnonymousMember5102); lv_modifiers_28_0=ruleMethodModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } add( current, "modifiers", lv_modifiers_28_0, "MethodModifier"); afterParserOrEnumRuleCall(); } } } } break; default : break loop59; } } while (true); // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2768:4: (otherlv_29= '<' ( (lv_typeParameters_30_0= ruleJvmTypeParameter ) ) (otherlv_31= ',' ( (lv_typeParameters_32_0= ruleJvmTypeParameter ) ) )* otherlv_33= '>' )? int alt61=2; int LA61_0 = input.LA(1); if ( (LA61_0==51) ) { int LA61_1 = input.LA(2); if ( (LA61_1==RULE_ID||LA61_1==61||LA61_1==80||(LA61_1>=82 && LA61_1<=84)) ) { alt61=1; } } switch (alt61) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2768:6: otherlv_29= '<' ( (lv_typeParameters_30_0= ruleJvmTypeParameter ) ) (otherlv_31= ',' ( (lv_typeParameters_32_0= ruleJvmTypeParameter ) ) )* otherlv_33= '>' { otherlv_29=(Token)match(input,51,FollowSets000.FOLLOW_51_in_ruleAnonymousMember5117); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_29, grammarAccess.getAnonymousMemberAccess().getLessThanSignKeyword_2_1_4_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2772:1: ( (lv_typeParameters_30_0= ruleJvmTypeParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2773:1: (lv_typeParameters_30_0= ruleJvmTypeParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2773:1: (lv_typeParameters_30_0= ruleJvmTypeParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2774:3: lv_typeParameters_30_0= ruleJvmTypeParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getTypeParametersJvmTypeParameterParserRuleCall_2_1_4_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeParameter_in_ruleAnonymousMember5138); lv_typeParameters_30_0=ruleJvmTypeParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } add( current, "typeParameters", lv_typeParameters_30_0, "JvmTypeParameter"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2790:2: (otherlv_31= ',' ( (lv_typeParameters_32_0= ruleJvmTypeParameter ) ) )* loop60: do { int alt60=2; int LA60_0 = input.LA(1); if ( (LA60_0==52) ) { alt60=1; } switch (alt60) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2790:4: otherlv_31= ',' ( (lv_typeParameters_32_0= ruleJvmTypeParameter ) ) { otherlv_31=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleAnonymousMember5151); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_31, grammarAccess.getAnonymousMemberAccess().getCommaKeyword_2_1_4_2_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2794:1: ( (lv_typeParameters_32_0= ruleJvmTypeParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2795:1: (lv_typeParameters_32_0= ruleJvmTypeParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2795:1: (lv_typeParameters_32_0= ruleJvmTypeParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2796:3: lv_typeParameters_32_0= ruleJvmTypeParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getTypeParametersJvmTypeParameterParserRuleCall_2_1_4_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeParameter_in_ruleAnonymousMember5172); lv_typeParameters_32_0=ruleJvmTypeParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } add( current, "typeParameters", lv_typeParameters_32_0, "JvmTypeParameter"); afterParserOrEnumRuleCall(); } } } } break; default : break loop60; } } while (true); otherlv_33=(Token)match(input,53,FollowSets000.FOLLOW_53_in_ruleAnonymousMember5186); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_33, grammarAccess.getAnonymousMemberAccess().getGreaterThanSignKeyword_2_1_4_3()); } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2816:3: ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_returnType_34_0= ruleJvmTypeReference ) ) ( (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) ) ( (lv_name_36_0= ruleValidID ) ) otherlv_37= '(' ) ) | ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleJvmTypeReference ) ) ( (lv_name_39_0= ruleFunctionID ) ) otherlv_40= '(' ) ) | ( ( ( ( ( ruleTypeReferenceNoTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) ) ( (lv_name_42_0= ruleFunctionID ) ) otherlv_43= '(' ) ) | ( ( ( ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) ) ( (lv_name_45_0= ruleValidID ) ) otherlv_46= '(' ) ) | ( ( (lv_name_47_0= ruleFunctionID ) ) otherlv_48= '(' ) ) int alt62=5; alt62 = dfa62.predict(input); switch (alt62) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2816:4: ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_returnType_34_0= ruleJvmTypeReference ) ) ( (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) ) ( (lv_name_36_0= ruleValidID ) ) otherlv_37= '(' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2816:4: ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_returnType_34_0= ruleJvmTypeReference ) ) ( (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) ) ( (lv_name_36_0= ruleValidID ) ) otherlv_37= '(' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2816:5: ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_returnType_34_0= ruleJvmTypeReference ) ) ( (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) ) ( (lv_name_36_0= ruleValidID ) ) otherlv_37= '(' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2829:5: ( ( (lv_returnType_34_0= ruleJvmTypeReference ) ) ( (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) ) ( (lv_name_36_0= ruleValidID ) ) otherlv_37= '(' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2829:6: ( (lv_returnType_34_0= ruleJvmTypeReference ) ) ( (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) ) ( (lv_name_36_0= ruleValidID ) ) otherlv_37= '(' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2829:6: ( (lv_returnType_34_0= ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2830:1: (lv_returnType_34_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2830:1: (lv_returnType_34_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2831:3: lv_returnType_34_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getReturnTypeJvmTypeReferenceParserRuleCall_2_1_5_0_0_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleAnonymousMember5248); lv_returnType_34_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } set( current, "returnType", lv_returnType_34_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2847:2: ( (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2848:1: (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2848:1: (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2849:3: lv_createExtensionInfo_35_0= ruleCreateExtensionInfo { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getCreateExtensionInfoCreateExtensionInfoParserRuleCall_2_1_5_0_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCreateExtensionInfo_in_ruleAnonymousMember5269); lv_createExtensionInfo_35_0=ruleCreateExtensionInfo(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } set( current, "createExtensionInfo", lv_createExtensionInfo_35_0, "CreateExtensionInfo"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2865:2: ( (lv_name_36_0= ruleValidID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2866:1: (lv_name_36_0= ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2866:1: (lv_name_36_0= ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2867:3: lv_name_36_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getNameValidIDParserRuleCall_2_1_5_0_0_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleAnonymousMember5290); lv_name_36_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } set( current, "name", lv_name_36_0, "ValidID"); afterParserOrEnumRuleCall(); } } } otherlv_37=(Token)match(input,54,FollowSets000.FOLLOW_54_in_ruleAnonymousMember5302); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_37, grammarAccess.getAnonymousMemberAccess().getLeftParenthesisKeyword_2_1_5_0_0_3()); } } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2888:6: ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleJvmTypeReference ) ) ( (lv_name_39_0= ruleFunctionID ) ) otherlv_40= '(' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2888:6: ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleJvmTypeReference ) ) ( (lv_name_39_0= ruleFunctionID ) ) otherlv_40= '(' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2888:7: ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleJvmTypeReference ) ) ( (lv_name_39_0= ruleFunctionID ) ) otherlv_40= '(' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2897:5: ( ( (lv_returnType_38_0= ruleJvmTypeReference ) ) ( (lv_name_39_0= ruleFunctionID ) ) otherlv_40= '(' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2897:6: ( (lv_returnType_38_0= ruleJvmTypeReference ) ) ( (lv_name_39_0= ruleFunctionID ) ) otherlv_40= '(' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2897:6: ( (lv_returnType_38_0= ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2898:1: (lv_returnType_38_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2898:1: (lv_returnType_38_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2899:3: lv_returnType_38_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getReturnTypeJvmTypeReferenceParserRuleCall_2_1_5_1_0_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleAnonymousMember5360); lv_returnType_38_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } set( current, "returnType", lv_returnType_38_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2915:2: ( (lv_name_39_0= ruleFunctionID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2916:1: (lv_name_39_0= ruleFunctionID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2916:1: (lv_name_39_0= ruleFunctionID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2917:3: lv_name_39_0= ruleFunctionID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getNameFunctionIDParserRuleCall_2_1_5_1_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleFunctionID_in_ruleAnonymousMember5381); lv_name_39_0=ruleFunctionID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } set( current, "name", lv_name_39_0, "FunctionID"); afterParserOrEnumRuleCall(); } } } otherlv_40=(Token)match(input,54,FollowSets000.FOLLOW_54_in_ruleAnonymousMember5393); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_40, grammarAccess.getAnonymousMemberAccess().getLeftParenthesisKeyword_2_1_5_1_0_2()); } } } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2938:6: ( ( ( ( ( ruleTypeReferenceNoTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) ) ( (lv_name_42_0= ruleFunctionID ) ) otherlv_43= '(' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2938:6: ( ( ( ( ( ruleTypeReferenceNoTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) ) ( (lv_name_42_0= ruleFunctionID ) ) otherlv_43= '(' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2938:7: ( ( ( ( ruleTypeReferenceNoTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) ) ( (lv_name_42_0= ruleFunctionID ) ) otherlv_43= '(' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2947:5: ( ( (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) ) ( (lv_name_42_0= ruleFunctionID ) ) otherlv_43= '(' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2947:6: ( (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) ) ( (lv_name_42_0= ruleFunctionID ) ) otherlv_43= '(' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2947:6: ( (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2948:1: (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2948:1: (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2949:3: lv_returnType_41_0= ruleTypeReferenceNoTypeArgs { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getReturnTypeTypeReferenceNoTypeArgsParserRuleCall_2_1_5_2_0_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleTypeReferenceNoTypeArgs_in_ruleAnonymousMember5451); lv_returnType_41_0=ruleTypeReferenceNoTypeArgs(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } set( current, "returnType", lv_returnType_41_0, "TypeReferenceNoTypeArgs"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2965:2: ( (lv_name_42_0= ruleFunctionID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2966:1: (lv_name_42_0= ruleFunctionID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2966:1: (lv_name_42_0= ruleFunctionID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2967:3: lv_name_42_0= ruleFunctionID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getNameFunctionIDParserRuleCall_2_1_5_2_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleFunctionID_in_ruleAnonymousMember5472); lv_name_42_0=ruleFunctionID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } set( current, "name", lv_name_42_0, "FunctionID"); afterParserOrEnumRuleCall(); } } } otherlv_43=(Token)match(input,54,FollowSets000.FOLLOW_54_in_ruleAnonymousMember5484); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_43, grammarAccess.getAnonymousMemberAccess().getLeftParenthesisKeyword_2_1_5_2_0_2()); } } } } break; case 4 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2988:6: ( ( ( ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) ) ( (lv_name_45_0= ruleValidID ) ) otherlv_46= '(' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2988:6: ( ( ( ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) ) ( (lv_name_45_0= ruleValidID ) ) otherlv_46= '(' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2988:7: ( ( ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) ) ( (lv_name_45_0= ruleValidID ) ) otherlv_46= '(' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2997:5: ( ( (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) ) ( (lv_name_45_0= ruleValidID ) ) otherlv_46= '(' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2997:6: ( (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) ) ( (lv_name_45_0= ruleValidID ) ) otherlv_46= '(' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2997:6: ( (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2998:1: (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2998:1: (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2999:3: lv_createExtensionInfo_44_0= ruleCreateExtensionInfo { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getCreateExtensionInfoCreateExtensionInfoParserRuleCall_2_1_5_3_0_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleCreateExtensionInfo_in_ruleAnonymousMember5542); lv_createExtensionInfo_44_0=ruleCreateExtensionInfo(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } set( current, "createExtensionInfo", lv_createExtensionInfo_44_0, "CreateExtensionInfo"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3015:2: ( (lv_name_45_0= ruleValidID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3016:1: (lv_name_45_0= ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3016:1: (lv_name_45_0= ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3017:3: lv_name_45_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getNameValidIDParserRuleCall_2_1_5_3_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleAnonymousMember5563); lv_name_45_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } set( current, "name", lv_name_45_0, "ValidID"); afterParserOrEnumRuleCall(); } } } otherlv_46=(Token)match(input,54,FollowSets000.FOLLOW_54_in_ruleAnonymousMember5575); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_46, grammarAccess.getAnonymousMemberAccess().getLeftParenthesisKeyword_2_1_5_3_0_2()); } } } } break; case 5 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3038:6: ( ( (lv_name_47_0= ruleFunctionID ) ) otherlv_48= '(' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3038:6: ( ( (lv_name_47_0= ruleFunctionID ) ) otherlv_48= '(' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3038:7: ( (lv_name_47_0= ruleFunctionID ) ) otherlv_48= '(' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3038:7: ( (lv_name_47_0= ruleFunctionID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3039:1: (lv_name_47_0= ruleFunctionID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3039:1: (lv_name_47_0= ruleFunctionID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3040:3: lv_name_47_0= ruleFunctionID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getNameFunctionIDParserRuleCall_2_1_5_4_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleFunctionID_in_ruleAnonymousMember5605); lv_name_47_0=ruleFunctionID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } set( current, "name", lv_name_47_0, "FunctionID"); afterParserOrEnumRuleCall(); } } } otherlv_48=(Token)match(input,54,FollowSets000.FOLLOW_54_in_ruleAnonymousMember5617); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_48, grammarAccess.getAnonymousMemberAccess().getLeftParenthesisKeyword_2_1_5_4_1()); } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3060:3: ( ( (lv_parameters_49_0= ruleParameter ) ) (otherlv_50= ',' ( (lv_parameters_51_0= ruleParameter ) ) )* )? int alt64=2; int LA64_0 = input.LA(1); if ( (LA64_0==RULE_ID||LA64_0==40||LA64_0==54||(LA64_0>=61 && LA64_0<=62)||LA64_0==80||(LA64_0>=82 && LA64_0<=84)||LA64_0==96) ) { alt64=1; } switch (alt64) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3060:4: ( (lv_parameters_49_0= ruleParameter ) ) (otherlv_50= ',' ( (lv_parameters_51_0= ruleParameter ) ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3060:4: ( (lv_parameters_49_0= ruleParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3061:1: (lv_parameters_49_0= ruleParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3061:1: (lv_parameters_49_0= ruleParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3062:3: lv_parameters_49_0= ruleParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getParametersParameterParserRuleCall_2_1_6_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleParameter_in_ruleAnonymousMember5641); lv_parameters_49_0=ruleParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } add( current, "parameters", lv_parameters_49_0, "Parameter"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3078:2: (otherlv_50= ',' ( (lv_parameters_51_0= ruleParameter ) ) )* loop63: do { int alt63=2; int LA63_0 = input.LA(1); if ( (LA63_0==52) ) { alt63=1; } switch (alt63) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3078:4: otherlv_50= ',' ( (lv_parameters_51_0= ruleParameter ) ) { otherlv_50=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleAnonymousMember5654); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_50, grammarAccess.getAnonymousMemberAccess().getCommaKeyword_2_1_6_1_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3082:1: ( (lv_parameters_51_0= ruleParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3083:1: (lv_parameters_51_0= ruleParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3083:1: (lv_parameters_51_0= ruleParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3084:3: lv_parameters_51_0= ruleParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getParametersParameterParserRuleCall_2_1_6_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleParameter_in_ruleAnonymousMember5675); lv_parameters_51_0=ruleParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } add( current, "parameters", lv_parameters_51_0, "Parameter"); afterParserOrEnumRuleCall(); } } } } break; default : break loop63; } } while (true); } break; } otherlv_52=(Token)match(input,55,FollowSets000.FOLLOW_55_in_ruleAnonymousMember5691); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_52, grammarAccess.getAnonymousMemberAccess().getRightParenthesisKeyword_2_1_7()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3104:1: (otherlv_53= 'throws' ( (lv_exceptions_54_0= ruleJvmTypeReference ) ) (otherlv_55= ',' ( (lv_exceptions_56_0= ruleJvmTypeReference ) ) )* )? int alt66=2; int LA66_0 = input.LA(1); if ( (LA66_0==45) ) { alt66=1; } switch (alt66) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3104:3: otherlv_53= 'throws' ( (lv_exceptions_54_0= ruleJvmTypeReference ) ) (otherlv_55= ',' ( (lv_exceptions_56_0= ruleJvmTypeReference ) ) )* { otherlv_53=(Token)match(input,45,FollowSets000.FOLLOW_45_in_ruleAnonymousMember5704); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_53, grammarAccess.getAnonymousMemberAccess().getThrowsKeyword_2_1_8_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3108:1: ( (lv_exceptions_54_0= ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3109:1: (lv_exceptions_54_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3109:1: (lv_exceptions_54_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3110:3: lv_exceptions_54_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getExceptionsJvmTypeReferenceParserRuleCall_2_1_8_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleAnonymousMember5725); lv_exceptions_54_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } add( current, "exceptions", lv_exceptions_54_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3126:2: (otherlv_55= ',' ( (lv_exceptions_56_0= ruleJvmTypeReference ) ) )* loop65: do { int alt65=2; int LA65_0 = input.LA(1); if ( (LA65_0==52) ) { alt65=1; } switch (alt65) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3126:4: otherlv_55= ',' ( (lv_exceptions_56_0= ruleJvmTypeReference ) ) { otherlv_55=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleAnonymousMember5738); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_55, grammarAccess.getAnonymousMemberAccess().getCommaKeyword_2_1_8_2_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3130:1: ( (lv_exceptions_56_0= ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3131:1: (lv_exceptions_56_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3131:1: (lv_exceptions_56_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3132:3: lv_exceptions_56_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getExceptionsJvmTypeReferenceParserRuleCall_2_1_8_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleAnonymousMember5759); lv_exceptions_56_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } add( current, "exceptions", lv_exceptions_56_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } } break; default : break loop65; } } while (true); } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3148:6: ( ( (lv_expression_57_0= ruleXBlockExpression ) ) | ( (lv_expression_58_0= ruleRichString ) ) | otherlv_59= ';' )? int alt67=4; switch ( input.LA(1) ) { case 49: { alt67=1; } break; case RULE_RICH_TEXT: case RULE_RICH_TEXT_START: { alt67=2; } break; case 42: { alt67=3; } break; } switch (alt67) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3148:7: ( (lv_expression_57_0= ruleXBlockExpression ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3148:7: ( (lv_expression_57_0= ruleXBlockExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3149:1: (lv_expression_57_0= ruleXBlockExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3149:1: (lv_expression_57_0= ruleXBlockExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3150:3: lv_expression_57_0= ruleXBlockExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getExpressionXBlockExpressionParserRuleCall_2_1_9_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXBlockExpression_in_ruleAnonymousMember5785); lv_expression_57_0=ruleXBlockExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } set( current, "expression", lv_expression_57_0, "XBlockExpression"); afterParserOrEnumRuleCall(); } } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3167:6: ( (lv_expression_58_0= ruleRichString ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3167:6: ( (lv_expression_58_0= ruleRichString ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3168:1: (lv_expression_58_0= ruleRichString ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3168:1: (lv_expression_58_0= ruleRichString ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3169:3: lv_expression_58_0= ruleRichString { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnonymousMemberAccess().getExpressionRichStringParserRuleCall_2_1_9_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleRichString_in_ruleAnonymousMember5812); lv_expression_58_0=ruleRichString(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnonymousMemberRule()); } set( current, "expression", lv_expression_58_0, "RichString"); afterParserOrEnumRuleCall(); } } } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3186:7: otherlv_59= ';' { otherlv_59=(Token)match(input,42,FollowSets000.FOLLOW_42_in_ruleAnonymousMember5830); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_59, grammarAccess.getAnonymousMemberAccess().getSemicolonKeyword_2_1_9_2()); } } break; } } } break; } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleAnonymousMember" // $ANTLR start "entryRuleType" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3202:1: entryRuleType returns [EObject current=null] : iv_ruleType= ruleType EOF ; public final EObject entryRuleType() throws RecognitionException { EObject current = null; EObject iv_ruleType = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3203:2: (iv_ruleType= ruleType EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3204:2: iv_ruleType= ruleType EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeRule()); } pushFollow(FollowSets000.FOLLOW_ruleType_in_entryRuleType5874); iv_ruleType=ruleType(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleType; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleType5884); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleType" // $ANTLR start "ruleType" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3211:1: ruleType returns [EObject current=null] : ( () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* otherlv_4= 'class' ( (lv_name_5_0= ruleValidID ) ) (otherlv_6= '<' ( (lv_typeParameters_7_0= ruleJvmTypeParameter ) ) (otherlv_8= ',' ( (lv_typeParameters_9_0= ruleJvmTypeParameter ) ) )* otherlv_10= '>' )? (otherlv_11= 'extends' ( (lv_extends_12_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_13= 'implements' ( (lv_implements_14_0= ruleJvmSuperTypeReference ) ) (otherlv_15= ',' ( (lv_implements_16_0= ruleJvmSuperTypeReference ) ) )* )? otherlv_17= '{' ( (lv_members_18_0= ruleMember ) )* otherlv_19= '}' ) | ( () ( (lv_modifiers_21_0= ruleCommonModifier ) )* otherlv_22= 'interface' ( (lv_name_23_0= ruleValidID ) ) (otherlv_24= '<' ( (lv_typeParameters_25_0= ruleJvmTypeParameter ) ) (otherlv_26= ',' ( (lv_typeParameters_27_0= ruleJvmTypeParameter ) ) )* otherlv_28= '>' )? (otherlv_29= 'extends' ( (lv_extends_30_0= ruleJvmSuperTypeReference ) ) (otherlv_31= ',' ( (lv_extends_32_0= ruleJvmSuperTypeReference ) ) )* )? otherlv_33= '{' ( (lv_members_34_0= ruleMember ) )* otherlv_35= '}' ) | ( () ( (lv_modifiers_37_0= ruleCommonModifier ) )* otherlv_38= 'enum' ( (lv_name_39_0= ruleValidID ) ) otherlv_40= '{' ( ( (lv_members_41_0= ruleXtendEnumLiteral ) ) (otherlv_42= ',' ( (lv_members_43_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_44= ';' )? otherlv_45= '}' ) | ( () ( (lv_modifiers_47_0= ruleCommonModifier ) )* otherlv_48= 'annotation' ( (lv_name_49_0= ruleValidID ) ) otherlv_50= '{' ( (lv_members_51_0= ruleAnnotationField ) )* otherlv_52= '}' ) ) ) ; public final EObject ruleType() throws RecognitionException { EObject current = null; Token otherlv_4=null; Token otherlv_6=null; Token otherlv_8=null; Token otherlv_10=null; Token otherlv_11=null; Token otherlv_13=null; Token otherlv_15=null; Token otherlv_17=null; Token otherlv_19=null; Token otherlv_22=null; Token otherlv_24=null; Token otherlv_26=null; Token otherlv_28=null; Token otherlv_29=null; Token otherlv_31=null; Token otherlv_33=null; Token otherlv_35=null; Token otherlv_38=null; Token otherlv_40=null; Token otherlv_42=null; Token otherlv_44=null; Token otherlv_45=null; Token otherlv_48=null; Token otherlv_50=null; Token otherlv_52=null; EObject lv_annotations_1_0 = null; AntlrDatatypeRuleToken lv_modifiers_3_0 = null; AntlrDatatypeRuleToken lv_name_5_0 = null; EObject lv_typeParameters_7_0 = null; EObject lv_typeParameters_9_0 = null; EObject lv_extends_12_0 = null; EObject lv_implements_14_0 = null; EObject lv_implements_16_0 = null; EObject lv_members_18_0 = null; AntlrDatatypeRuleToken lv_modifiers_21_0 = null; AntlrDatatypeRuleToken lv_name_23_0 = null; EObject lv_typeParameters_25_0 = null; EObject lv_typeParameters_27_0 = null; EObject lv_extends_30_0 = null; EObject lv_extends_32_0 = null; EObject lv_members_34_0 = null; AntlrDatatypeRuleToken lv_modifiers_37_0 = null; AntlrDatatypeRuleToken lv_name_39_0 = null; EObject lv_members_41_0 = null; EObject lv_members_43_0 = null; AntlrDatatypeRuleToken lv_modifiers_47_0 = null; AntlrDatatypeRuleToken lv_name_49_0 = null; EObject lv_members_51_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3214:28: ( ( () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* otherlv_4= 'class' ( (lv_name_5_0= ruleValidID ) ) (otherlv_6= '<' ( (lv_typeParameters_7_0= ruleJvmTypeParameter ) ) (otherlv_8= ',' ( (lv_typeParameters_9_0= ruleJvmTypeParameter ) ) )* otherlv_10= '>' )? (otherlv_11= 'extends' ( (lv_extends_12_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_13= 'implements' ( (lv_implements_14_0= ruleJvmSuperTypeReference ) ) (otherlv_15= ',' ( (lv_implements_16_0= ruleJvmSuperTypeReference ) ) )* )? otherlv_17= '{' ( (lv_members_18_0= ruleMember ) )* otherlv_19= '}' ) | ( () ( (lv_modifiers_21_0= ruleCommonModifier ) )* otherlv_22= 'interface' ( (lv_name_23_0= ruleValidID ) ) (otherlv_24= '<' ( (lv_typeParameters_25_0= ruleJvmTypeParameter ) ) (otherlv_26= ',' ( (lv_typeParameters_27_0= ruleJvmTypeParameter ) ) )* otherlv_28= '>' )? (otherlv_29= 'extends' ( (lv_extends_30_0= ruleJvmSuperTypeReference ) ) (otherlv_31= ',' ( (lv_extends_32_0= ruleJvmSuperTypeReference ) ) )* )? otherlv_33= '{' ( (lv_members_34_0= ruleMember ) )* otherlv_35= '}' ) | ( () ( (lv_modifiers_37_0= ruleCommonModifier ) )* otherlv_38= 'enum' ( (lv_name_39_0= ruleValidID ) ) otherlv_40= '{' ( ( (lv_members_41_0= ruleXtendEnumLiteral ) ) (otherlv_42= ',' ( (lv_members_43_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_44= ';' )? otherlv_45= '}' ) | ( () ( (lv_modifiers_47_0= ruleCommonModifier ) )* otherlv_48= 'annotation' ( (lv_name_49_0= ruleValidID ) ) otherlv_50= '{' ( (lv_members_51_0= ruleAnnotationField ) )* otherlv_52= '}' ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3215:1: ( () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* otherlv_4= 'class' ( (lv_name_5_0= ruleValidID ) ) (otherlv_6= '<' ( (lv_typeParameters_7_0= ruleJvmTypeParameter ) ) (otherlv_8= ',' ( (lv_typeParameters_9_0= ruleJvmTypeParameter ) ) )* otherlv_10= '>' )? (otherlv_11= 'extends' ( (lv_extends_12_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_13= 'implements' ( (lv_implements_14_0= ruleJvmSuperTypeReference ) ) (otherlv_15= ',' ( (lv_implements_16_0= ruleJvmSuperTypeReference ) ) )* )? otherlv_17= '{' ( (lv_members_18_0= ruleMember ) )* otherlv_19= '}' ) | ( () ( (lv_modifiers_21_0= ruleCommonModifier ) )* otherlv_22= 'interface' ( (lv_name_23_0= ruleValidID ) ) (otherlv_24= '<' ( (lv_typeParameters_25_0= ruleJvmTypeParameter ) ) (otherlv_26= ',' ( (lv_typeParameters_27_0= ruleJvmTypeParameter ) ) )* otherlv_28= '>' )? (otherlv_29= 'extends' ( (lv_extends_30_0= ruleJvmSuperTypeReference ) ) (otherlv_31= ',' ( (lv_extends_32_0= ruleJvmSuperTypeReference ) ) )* )? otherlv_33= '{' ( (lv_members_34_0= ruleMember ) )* otherlv_35= '}' ) | ( () ( (lv_modifiers_37_0= ruleCommonModifier ) )* otherlv_38= 'enum' ( (lv_name_39_0= ruleValidID ) ) otherlv_40= '{' ( ( (lv_members_41_0= ruleXtendEnumLiteral ) ) (otherlv_42= ',' ( (lv_members_43_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_44= ';' )? otherlv_45= '}' ) | ( () ( (lv_modifiers_47_0= ruleCommonModifier ) )* otherlv_48= 'annotation' ( (lv_name_49_0= ruleValidID ) ) otherlv_50= '{' ( (lv_members_51_0= ruleAnnotationField ) )* otherlv_52= '}' ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3215:1: ( () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* otherlv_4= 'class' ( (lv_name_5_0= ruleValidID ) ) (otherlv_6= '<' ( (lv_typeParameters_7_0= ruleJvmTypeParameter ) ) (otherlv_8= ',' ( (lv_typeParameters_9_0= ruleJvmTypeParameter ) ) )* otherlv_10= '>' )? (otherlv_11= 'extends' ( (lv_extends_12_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_13= 'implements' ( (lv_implements_14_0= ruleJvmSuperTypeReference ) ) (otherlv_15= ',' ( (lv_implements_16_0= ruleJvmSuperTypeReference ) ) )* )? otherlv_17= '{' ( (lv_members_18_0= ruleMember ) )* otherlv_19= '}' ) | ( () ( (lv_modifiers_21_0= ruleCommonModifier ) )* otherlv_22= 'interface' ( (lv_name_23_0= ruleValidID ) ) (otherlv_24= '<' ( (lv_typeParameters_25_0= ruleJvmTypeParameter ) ) (otherlv_26= ',' ( (lv_typeParameters_27_0= ruleJvmTypeParameter ) ) )* otherlv_28= '>' )? (otherlv_29= 'extends' ( (lv_extends_30_0= ruleJvmSuperTypeReference ) ) (otherlv_31= ',' ( (lv_extends_32_0= ruleJvmSuperTypeReference ) ) )* )? otherlv_33= '{' ( (lv_members_34_0= ruleMember ) )* otherlv_35= '}' ) | ( () ( (lv_modifiers_37_0= ruleCommonModifier ) )* otherlv_38= 'enum' ( (lv_name_39_0= ruleValidID ) ) otherlv_40= '{' ( ( (lv_members_41_0= ruleXtendEnumLiteral ) ) (otherlv_42= ',' ( (lv_members_43_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_44= ';' )? otherlv_45= '}' ) | ( () ( (lv_modifiers_47_0= ruleCommonModifier ) )* otherlv_48= 'annotation' ( (lv_name_49_0= ruleValidID ) ) otherlv_50= '{' ( (lv_members_51_0= ruleAnnotationField ) )* otherlv_52= '}' ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3215:2: () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* otherlv_4= 'class' ( (lv_name_5_0= ruleValidID ) ) (otherlv_6= '<' ( (lv_typeParameters_7_0= ruleJvmTypeParameter ) ) (otherlv_8= ',' ( (lv_typeParameters_9_0= ruleJvmTypeParameter ) ) )* otherlv_10= '>' )? (otherlv_11= 'extends' ( (lv_extends_12_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_13= 'implements' ( (lv_implements_14_0= ruleJvmSuperTypeReference ) ) (otherlv_15= ',' ( (lv_implements_16_0= ruleJvmSuperTypeReference ) ) )* )? otherlv_17= '{' ( (lv_members_18_0= ruleMember ) )* otherlv_19= '}' ) | ( () ( (lv_modifiers_21_0= ruleCommonModifier ) )* otherlv_22= 'interface' ( (lv_name_23_0= ruleValidID ) ) (otherlv_24= '<' ( (lv_typeParameters_25_0= ruleJvmTypeParameter ) ) (otherlv_26= ',' ( (lv_typeParameters_27_0= ruleJvmTypeParameter ) ) )* otherlv_28= '>' )? (otherlv_29= 'extends' ( (lv_extends_30_0= ruleJvmSuperTypeReference ) ) (otherlv_31= ',' ( (lv_extends_32_0= ruleJvmSuperTypeReference ) ) )* )? otherlv_33= '{' ( (lv_members_34_0= ruleMember ) )* otherlv_35= '}' ) | ( () ( (lv_modifiers_37_0= ruleCommonModifier ) )* otherlv_38= 'enum' ( (lv_name_39_0= ruleValidID ) ) otherlv_40= '{' ( ( (lv_members_41_0= ruleXtendEnumLiteral ) ) (otherlv_42= ',' ( (lv_members_43_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_44= ';' )? otherlv_45= '}' ) | ( () ( (lv_modifiers_47_0= ruleCommonModifier ) )* otherlv_48= 'annotation' ( (lv_name_49_0= ruleValidID ) ) otherlv_50= '{' ( (lv_members_51_0= ruleAnnotationField ) )* otherlv_52= '}' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3215:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3216:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getTypeAccess().getXtendTypeDeclarationAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3221:2: ( (lv_annotations_1_0= ruleXAnnotation ) )* loop69: do { int alt69=2; int LA69_0 = input.LA(1); if ( (LA69_0==96) ) { alt69=1; } switch (alt69) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3222:1: (lv_annotations_1_0= ruleXAnnotation ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3222:1: (lv_annotations_1_0= ruleXAnnotation ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3223:3: lv_annotations_1_0= ruleXAnnotation { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getAnnotationsXAnnotationParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotation_in_ruleType5939); lv_annotations_1_0=ruleXAnnotation(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getTypeRule()); } add( current, "annotations", lv_annotations_1_0, "XAnnotation"); afterParserOrEnumRuleCall(); } } } break; default : break loop69; } } while (true); // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3239:3: ( ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* otherlv_4= 'class' ( (lv_name_5_0= ruleValidID ) ) (otherlv_6= '<' ( (lv_typeParameters_7_0= ruleJvmTypeParameter ) ) (otherlv_8= ',' ( (lv_typeParameters_9_0= ruleJvmTypeParameter ) ) )* otherlv_10= '>' )? (otherlv_11= 'extends' ( (lv_extends_12_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_13= 'implements' ( (lv_implements_14_0= ruleJvmSuperTypeReference ) ) (otherlv_15= ',' ( (lv_implements_16_0= ruleJvmSuperTypeReference ) ) )* )? otherlv_17= '{' ( (lv_members_18_0= ruleMember ) )* otherlv_19= '}' ) | ( () ( (lv_modifiers_21_0= ruleCommonModifier ) )* otherlv_22= 'interface' ( (lv_name_23_0= ruleValidID ) ) (otherlv_24= '<' ( (lv_typeParameters_25_0= ruleJvmTypeParameter ) ) (otherlv_26= ',' ( (lv_typeParameters_27_0= ruleJvmTypeParameter ) ) )* otherlv_28= '>' )? (otherlv_29= 'extends' ( (lv_extends_30_0= ruleJvmSuperTypeReference ) ) (otherlv_31= ',' ( (lv_extends_32_0= ruleJvmSuperTypeReference ) ) )* )? otherlv_33= '{' ( (lv_members_34_0= ruleMember ) )* otherlv_35= '}' ) | ( () ( (lv_modifiers_37_0= ruleCommonModifier ) )* otherlv_38= 'enum' ( (lv_name_39_0= ruleValidID ) ) otherlv_40= '{' ( ( (lv_members_41_0= ruleXtendEnumLiteral ) ) (otherlv_42= ',' ( (lv_members_43_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_44= ';' )? otherlv_45= '}' ) | ( () ( (lv_modifiers_47_0= ruleCommonModifier ) )* otherlv_48= 'annotation' ( (lv_name_49_0= ruleValidID ) ) otherlv_50= '{' ( (lv_members_51_0= ruleAnnotationField ) )* otherlv_52= '}' ) ) int alt89=4; alt89 = dfa89.predict(input); switch (alt89) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3239:4: ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* otherlv_4= 'class' ( (lv_name_5_0= ruleValidID ) ) (otherlv_6= '<' ( (lv_typeParameters_7_0= ruleJvmTypeParameter ) ) (otherlv_8= ',' ( (lv_typeParameters_9_0= ruleJvmTypeParameter ) ) )* otherlv_10= '>' )? (otherlv_11= 'extends' ( (lv_extends_12_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_13= 'implements' ( (lv_implements_14_0= ruleJvmSuperTypeReference ) ) (otherlv_15= ',' ( (lv_implements_16_0= ruleJvmSuperTypeReference ) ) )* )? otherlv_17= '{' ( (lv_members_18_0= ruleMember ) )* otherlv_19= '}' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3239:4: ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* otherlv_4= 'class' ( (lv_name_5_0= ruleValidID ) ) (otherlv_6= '<' ( (lv_typeParameters_7_0= ruleJvmTypeParameter ) ) (otherlv_8= ',' ( (lv_typeParameters_9_0= ruleJvmTypeParameter ) ) )* otherlv_10= '>' )? (otherlv_11= 'extends' ( (lv_extends_12_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_13= 'implements' ( (lv_implements_14_0= ruleJvmSuperTypeReference ) ) (otherlv_15= ',' ( (lv_implements_16_0= ruleJvmSuperTypeReference ) ) )* )? otherlv_17= '{' ( (lv_members_18_0= ruleMember ) )* otherlv_19= '}' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3239:5: () ( (lv_modifiers_3_0= ruleCommonModifier ) )* otherlv_4= 'class' ( (lv_name_5_0= ruleValidID ) ) (otherlv_6= '<' ( (lv_typeParameters_7_0= ruleJvmTypeParameter ) ) (otherlv_8= ',' ( (lv_typeParameters_9_0= ruleJvmTypeParameter ) ) )* otherlv_10= '>' )? (otherlv_11= 'extends' ( (lv_extends_12_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_13= 'implements' ( (lv_implements_14_0= ruleJvmSuperTypeReference ) ) (otherlv_15= ',' ( (lv_implements_16_0= ruleJvmSuperTypeReference ) ) )* )? otherlv_17= '{' ( (lv_members_18_0= ruleMember ) )* otherlv_19= '}' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3239:5: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3240:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getTypeAccess().getXtendClassAnnotationInfoAction_2_0_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3245:2: ( (lv_modifiers_3_0= ruleCommonModifier ) )* loop70: do { int alt70=2; int LA70_0 = input.LA(1); if ( (LA70_0==39||(LA70_0>=64 && LA70_0<=75)) ) { alt70=1; } switch (alt70) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3246:1: (lv_modifiers_3_0= ruleCommonModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3246:1: (lv_modifiers_3_0= ruleCommonModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3247:3: lv_modifiers_3_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getModifiersCommonModifierParserRuleCall_2_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleType5972); lv_modifiers_3_0=ruleCommonModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getTypeRule()); } add( current, "modifiers", lv_modifiers_3_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } break; default : break loop70; } } while (true); otherlv_4=(Token)match(input,56,FollowSets000.FOLLOW_56_in_ruleType5985); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getTypeAccess().getClassKeyword_2_0_2()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3267:1: ( (lv_name_5_0= ruleValidID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3268:1: (lv_name_5_0= ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3268:1: (lv_name_5_0= ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3269:3: lv_name_5_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getNameValidIDParserRuleCall_2_0_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleType6006); lv_name_5_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getTypeRule()); } set( current, "name", lv_name_5_0, "ValidID"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3285:2: (otherlv_6= '<' ( (lv_typeParameters_7_0= ruleJvmTypeParameter ) ) (otherlv_8= ',' ( (lv_typeParameters_9_0= ruleJvmTypeParameter ) ) )* otherlv_10= '>' )? int alt72=2; int LA72_0 = input.LA(1); if ( (LA72_0==51) ) { alt72=1; } switch (alt72) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3285:4: otherlv_6= '<' ( (lv_typeParameters_7_0= ruleJvmTypeParameter ) ) (otherlv_8= ',' ( (lv_typeParameters_9_0= ruleJvmTypeParameter ) ) )* otherlv_10= '>' { otherlv_6=(Token)match(input,51,FollowSets000.FOLLOW_51_in_ruleType6019); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_6, grammarAccess.getTypeAccess().getLessThanSignKeyword_2_0_4_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3289:1: ( (lv_typeParameters_7_0= ruleJvmTypeParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3290:1: (lv_typeParameters_7_0= ruleJvmTypeParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3290:1: (lv_typeParameters_7_0= ruleJvmTypeParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3291:3: lv_typeParameters_7_0= ruleJvmTypeParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getTypeParametersJvmTypeParameterParserRuleCall_2_0_4_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeParameter_in_ruleType6040); lv_typeParameters_7_0=ruleJvmTypeParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getTypeRule()); } add( current, "typeParameters", lv_typeParameters_7_0, "JvmTypeParameter"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3307:2: (otherlv_8= ',' ( (lv_typeParameters_9_0= ruleJvmTypeParameter ) ) )* loop71: do { int alt71=2; int LA71_0 = input.LA(1); if ( (LA71_0==52) ) { alt71=1; } switch (alt71) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3307:4: otherlv_8= ',' ( (lv_typeParameters_9_0= ruleJvmTypeParameter ) ) { otherlv_8=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleType6053); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_8, grammarAccess.getTypeAccess().getCommaKeyword_2_0_4_2_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3311:1: ( (lv_typeParameters_9_0= ruleJvmTypeParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3312:1: (lv_typeParameters_9_0= ruleJvmTypeParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3312:1: (lv_typeParameters_9_0= ruleJvmTypeParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3313:3: lv_typeParameters_9_0= ruleJvmTypeParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getTypeParametersJvmTypeParameterParserRuleCall_2_0_4_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeParameter_in_ruleType6074); lv_typeParameters_9_0=ruleJvmTypeParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getTypeRule()); } add( current, "typeParameters", lv_typeParameters_9_0, "JvmTypeParameter"); afterParserOrEnumRuleCall(); } } } } break; default : break loop71; } } while (true); otherlv_10=(Token)match(input,53,FollowSets000.FOLLOW_53_in_ruleType6088); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_10, grammarAccess.getTypeAccess().getGreaterThanSignKeyword_2_0_4_3()); } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3333:3: (otherlv_11= 'extends' ( (lv_extends_12_0= ruleJvmParameterizedTypeReference ) ) )? int alt73=2; int LA73_0 = input.LA(1); if ( (LA73_0==57) ) { alt73=1; } switch (alt73) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3333:5: otherlv_11= 'extends' ( (lv_extends_12_0= ruleJvmParameterizedTypeReference ) ) { otherlv_11=(Token)match(input,57,FollowSets000.FOLLOW_57_in_ruleType6103); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_11, grammarAccess.getTypeAccess().getExtendsKeyword_2_0_5_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3337:1: ( (lv_extends_12_0= ruleJvmParameterizedTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3338:1: (lv_extends_12_0= ruleJvmParameterizedTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3338:1: (lv_extends_12_0= ruleJvmParameterizedTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3339:3: lv_extends_12_0= ruleJvmParameterizedTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getExtendsJvmParameterizedTypeReferenceParserRuleCall_2_0_5_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmParameterizedTypeReference_in_ruleType6124); lv_extends_12_0=ruleJvmParameterizedTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getTypeRule()); } set( current, "extends", lv_extends_12_0, "JvmParameterizedTypeReference"); afterParserOrEnumRuleCall(); } } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3355:4: (otherlv_13= 'implements' ( (lv_implements_14_0= ruleJvmSuperTypeReference ) ) (otherlv_15= ',' ( (lv_implements_16_0= ruleJvmSuperTypeReference ) ) )* )? int alt75=2; int LA75_0 = input.LA(1); if ( (LA75_0==58) ) { alt75=1; } switch (alt75) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3355:6: otherlv_13= 'implements' ( (lv_implements_14_0= ruleJvmSuperTypeReference ) ) (otherlv_15= ',' ( (lv_implements_16_0= ruleJvmSuperTypeReference ) ) )* { otherlv_13=(Token)match(input,58,FollowSets000.FOLLOW_58_in_ruleType6139); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_13, grammarAccess.getTypeAccess().getImplementsKeyword_2_0_6_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3359:1: ( (lv_implements_14_0= ruleJvmSuperTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3360:1: (lv_implements_14_0= ruleJvmSuperTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3360:1: (lv_implements_14_0= ruleJvmSuperTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3361:3: lv_implements_14_0= ruleJvmSuperTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getImplementsJvmSuperTypeReferenceParserRuleCall_2_0_6_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmSuperTypeReference_in_ruleType6160); lv_implements_14_0=ruleJvmSuperTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getTypeRule()); } add( current, "implements", lv_implements_14_0, "JvmSuperTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3377:2: (otherlv_15= ',' ( (lv_implements_16_0= ruleJvmSuperTypeReference ) ) )* loop74: do { int alt74=2; int LA74_0 = input.LA(1); if ( (LA74_0==52) ) { alt74=1; } switch (alt74) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3377:4: otherlv_15= ',' ( (lv_implements_16_0= ruleJvmSuperTypeReference ) ) { otherlv_15=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleType6173); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_15, grammarAccess.getTypeAccess().getCommaKeyword_2_0_6_2_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3381:1: ( (lv_implements_16_0= ruleJvmSuperTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3382:1: (lv_implements_16_0= ruleJvmSuperTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3382:1: (lv_implements_16_0= ruleJvmSuperTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3383:3: lv_implements_16_0= ruleJvmSuperTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getImplementsJvmSuperTypeReferenceParserRuleCall_2_0_6_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmSuperTypeReference_in_ruleType6194); lv_implements_16_0=ruleJvmSuperTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getTypeRule()); } add( current, "implements", lv_implements_16_0, "JvmSuperTypeReference"); afterParserOrEnumRuleCall(); } } } } break; default : break loop74; } } while (true); } break; } otherlv_17=(Token)match(input,49,FollowSets000.FOLLOW_49_in_ruleType6210); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_17, grammarAccess.getTypeAccess().getLeftCurlyBracketKeyword_2_0_7()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3403:1: ( (lv_members_18_0= ruleMember ) )* loop76: do { int alt76=2; int LA76_0 = input.LA(1); if ( (LA76_0==RULE_ID||(LA76_0>=39 && LA76_0<=40)||LA76_0==54||(LA76_0>=61 && LA76_0<=62)||(LA76_0>=64 && LA76_0<=77)||LA76_0==80||(LA76_0>=82 && LA76_0<=84)||LA76_0==96) ) { alt76=1; } switch (alt76) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3404:1: (lv_members_18_0= ruleMember ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3404:1: (lv_members_18_0= ruleMember ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3405:3: lv_members_18_0= ruleMember { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getMembersMemberParserRuleCall_2_0_8_0()); } pushFollow(FollowSets000.FOLLOW_ruleMember_in_ruleType6231); lv_members_18_0=ruleMember(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getTypeRule()); } add( current, "members", lv_members_18_0, "Member"); afterParserOrEnumRuleCall(); } } } break; default : break loop76; } } while (true); otherlv_19=(Token)match(input,50,FollowSets000.FOLLOW_50_in_ruleType6244); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_19, grammarAccess.getTypeAccess().getRightCurlyBracketKeyword_2_0_9()); } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3426:6: ( () ( (lv_modifiers_21_0= ruleCommonModifier ) )* otherlv_22= 'interface' ( (lv_name_23_0= ruleValidID ) ) (otherlv_24= '<' ( (lv_typeParameters_25_0= ruleJvmTypeParameter ) ) (otherlv_26= ',' ( (lv_typeParameters_27_0= ruleJvmTypeParameter ) ) )* otherlv_28= '>' )? (otherlv_29= 'extends' ( (lv_extends_30_0= ruleJvmSuperTypeReference ) ) (otherlv_31= ',' ( (lv_extends_32_0= ruleJvmSuperTypeReference ) ) )* )? otherlv_33= '{' ( (lv_members_34_0= ruleMember ) )* otherlv_35= '}' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3426:6: ( () ( (lv_modifiers_21_0= ruleCommonModifier ) )* otherlv_22= 'interface' ( (lv_name_23_0= ruleValidID ) ) (otherlv_24= '<' ( (lv_typeParameters_25_0= ruleJvmTypeParameter ) ) (otherlv_26= ',' ( (lv_typeParameters_27_0= ruleJvmTypeParameter ) ) )* otherlv_28= '>' )? (otherlv_29= 'extends' ( (lv_extends_30_0= ruleJvmSuperTypeReference ) ) (otherlv_31= ',' ( (lv_extends_32_0= ruleJvmSuperTypeReference ) ) )* )? otherlv_33= '{' ( (lv_members_34_0= ruleMember ) )* otherlv_35= '}' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3426:7: () ( (lv_modifiers_21_0= ruleCommonModifier ) )* otherlv_22= 'interface' ( (lv_name_23_0= ruleValidID ) ) (otherlv_24= '<' ( (lv_typeParameters_25_0= ruleJvmTypeParameter ) ) (otherlv_26= ',' ( (lv_typeParameters_27_0= ruleJvmTypeParameter ) ) )* otherlv_28= '>' )? (otherlv_29= 'extends' ( (lv_extends_30_0= ruleJvmSuperTypeReference ) ) (otherlv_31= ',' ( (lv_extends_32_0= ruleJvmSuperTypeReference ) ) )* )? otherlv_33= '{' ( (lv_members_34_0= ruleMember ) )* otherlv_35= '}' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3426:7: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3427:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getTypeAccess().getXtendInterfaceAnnotationInfoAction_2_1_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3432:2: ( (lv_modifiers_21_0= ruleCommonModifier ) )* loop77: do { int alt77=2; int LA77_0 = input.LA(1); if ( (LA77_0==39||(LA77_0>=64 && LA77_0<=75)) ) { alt77=1; } switch (alt77) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3433:1: (lv_modifiers_21_0= ruleCommonModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3433:1: (lv_modifiers_21_0= ruleCommonModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3434:3: lv_modifiers_21_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getModifiersCommonModifierParserRuleCall_2_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleType6282); lv_modifiers_21_0=ruleCommonModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getTypeRule()); } add( current, "modifiers", lv_modifiers_21_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } break; default : break loop77; } } while (true); otherlv_22=(Token)match(input,59,FollowSets000.FOLLOW_59_in_ruleType6295); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_22, grammarAccess.getTypeAccess().getInterfaceKeyword_2_1_2()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3454:1: ( (lv_name_23_0= ruleValidID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3455:1: (lv_name_23_0= ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3455:1: (lv_name_23_0= ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3456:3: lv_name_23_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getNameValidIDParserRuleCall_2_1_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleType6316); lv_name_23_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getTypeRule()); } set( current, "name", lv_name_23_0, "ValidID"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3472:2: (otherlv_24= '<' ( (lv_typeParameters_25_0= ruleJvmTypeParameter ) ) (otherlv_26= ',' ( (lv_typeParameters_27_0= ruleJvmTypeParameter ) ) )* otherlv_28= '>' )? int alt79=2; int LA79_0 = input.LA(1); if ( (LA79_0==51) ) { alt79=1; } switch (alt79) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3472:4: otherlv_24= '<' ( (lv_typeParameters_25_0= ruleJvmTypeParameter ) ) (otherlv_26= ',' ( (lv_typeParameters_27_0= ruleJvmTypeParameter ) ) )* otherlv_28= '>' { otherlv_24=(Token)match(input,51,FollowSets000.FOLLOW_51_in_ruleType6329); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_24, grammarAccess.getTypeAccess().getLessThanSignKeyword_2_1_4_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3476:1: ( (lv_typeParameters_25_0= ruleJvmTypeParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3477:1: (lv_typeParameters_25_0= ruleJvmTypeParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3477:1: (lv_typeParameters_25_0= ruleJvmTypeParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3478:3: lv_typeParameters_25_0= ruleJvmTypeParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getTypeParametersJvmTypeParameterParserRuleCall_2_1_4_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeParameter_in_ruleType6350); lv_typeParameters_25_0=ruleJvmTypeParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getTypeRule()); } add( current, "typeParameters", lv_typeParameters_25_0, "JvmTypeParameter"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3494:2: (otherlv_26= ',' ( (lv_typeParameters_27_0= ruleJvmTypeParameter ) ) )* loop78: do { int alt78=2; int LA78_0 = input.LA(1); if ( (LA78_0==52) ) { alt78=1; } switch (alt78) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3494:4: otherlv_26= ',' ( (lv_typeParameters_27_0= ruleJvmTypeParameter ) ) { otherlv_26=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleType6363); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_26, grammarAccess.getTypeAccess().getCommaKeyword_2_1_4_2_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3498:1: ( (lv_typeParameters_27_0= ruleJvmTypeParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3499:1: (lv_typeParameters_27_0= ruleJvmTypeParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3499:1: (lv_typeParameters_27_0= ruleJvmTypeParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3500:3: lv_typeParameters_27_0= ruleJvmTypeParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getTypeParametersJvmTypeParameterParserRuleCall_2_1_4_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeParameter_in_ruleType6384); lv_typeParameters_27_0=ruleJvmTypeParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getTypeRule()); } add( current, "typeParameters", lv_typeParameters_27_0, "JvmTypeParameter"); afterParserOrEnumRuleCall(); } } } } break; default : break loop78; } } while (true); otherlv_28=(Token)match(input,53,FollowSets000.FOLLOW_53_in_ruleType6398); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_28, grammarAccess.getTypeAccess().getGreaterThanSignKeyword_2_1_4_3()); } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3520:3: (otherlv_29= 'extends' ( (lv_extends_30_0= ruleJvmSuperTypeReference ) ) (otherlv_31= ',' ( (lv_extends_32_0= ruleJvmSuperTypeReference ) ) )* )? int alt81=2; int LA81_0 = input.LA(1); if ( (LA81_0==57) ) { alt81=1; } switch (alt81) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3520:5: otherlv_29= 'extends' ( (lv_extends_30_0= ruleJvmSuperTypeReference ) ) (otherlv_31= ',' ( (lv_extends_32_0= ruleJvmSuperTypeReference ) ) )* { otherlv_29=(Token)match(input,57,FollowSets000.FOLLOW_57_in_ruleType6413); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_29, grammarAccess.getTypeAccess().getExtendsKeyword_2_1_5_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3524:1: ( (lv_extends_30_0= ruleJvmSuperTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3525:1: (lv_extends_30_0= ruleJvmSuperTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3525:1: (lv_extends_30_0= ruleJvmSuperTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3526:3: lv_extends_30_0= ruleJvmSuperTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getExtendsJvmSuperTypeReferenceParserRuleCall_2_1_5_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmSuperTypeReference_in_ruleType6434); lv_extends_30_0=ruleJvmSuperTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getTypeRule()); } add( current, "extends", lv_extends_30_0, "JvmSuperTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3542:2: (otherlv_31= ',' ( (lv_extends_32_0= ruleJvmSuperTypeReference ) ) )* loop80: do { int alt80=2; int LA80_0 = input.LA(1); if ( (LA80_0==52) ) { alt80=1; } switch (alt80) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3542:4: otherlv_31= ',' ( (lv_extends_32_0= ruleJvmSuperTypeReference ) ) { otherlv_31=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleType6447); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_31, grammarAccess.getTypeAccess().getCommaKeyword_2_1_5_2_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3546:1: ( (lv_extends_32_0= ruleJvmSuperTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3547:1: (lv_extends_32_0= ruleJvmSuperTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3547:1: (lv_extends_32_0= ruleJvmSuperTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3548:3: lv_extends_32_0= ruleJvmSuperTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getExtendsJvmSuperTypeReferenceParserRuleCall_2_1_5_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmSuperTypeReference_in_ruleType6468); lv_extends_32_0=ruleJvmSuperTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getTypeRule()); } add( current, "extends", lv_extends_32_0, "JvmSuperTypeReference"); afterParserOrEnumRuleCall(); } } } } break; default : break loop80; } } while (true); } break; } otherlv_33=(Token)match(input,49,FollowSets000.FOLLOW_49_in_ruleType6484); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_33, grammarAccess.getTypeAccess().getLeftCurlyBracketKeyword_2_1_6()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3568:1: ( (lv_members_34_0= ruleMember ) )* loop82: do { int alt82=2; int LA82_0 = input.LA(1); if ( (LA82_0==RULE_ID||(LA82_0>=39 && LA82_0<=40)||LA82_0==54||(LA82_0>=61 && LA82_0<=62)||(LA82_0>=64 && LA82_0<=77)||LA82_0==80||(LA82_0>=82 && LA82_0<=84)||LA82_0==96) ) { alt82=1; } switch (alt82) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3569:1: (lv_members_34_0= ruleMember ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3569:1: (lv_members_34_0= ruleMember ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3570:3: lv_members_34_0= ruleMember { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getMembersMemberParserRuleCall_2_1_7_0()); } pushFollow(FollowSets000.FOLLOW_ruleMember_in_ruleType6505); lv_members_34_0=ruleMember(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getTypeRule()); } add( current, "members", lv_members_34_0, "Member"); afterParserOrEnumRuleCall(); } } } break; default : break loop82; } } while (true); otherlv_35=(Token)match(input,50,FollowSets000.FOLLOW_50_in_ruleType6518); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_35, grammarAccess.getTypeAccess().getRightCurlyBracketKeyword_2_1_8()); } } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3591:6: ( () ( (lv_modifiers_37_0= ruleCommonModifier ) )* otherlv_38= 'enum' ( (lv_name_39_0= ruleValidID ) ) otherlv_40= '{' ( ( (lv_members_41_0= ruleXtendEnumLiteral ) ) (otherlv_42= ',' ( (lv_members_43_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_44= ';' )? otherlv_45= '}' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3591:6: ( () ( (lv_modifiers_37_0= ruleCommonModifier ) )* otherlv_38= 'enum' ( (lv_name_39_0= ruleValidID ) ) otherlv_40= '{' ( ( (lv_members_41_0= ruleXtendEnumLiteral ) ) (otherlv_42= ',' ( (lv_members_43_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_44= ';' )? otherlv_45= '}' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3591:7: () ( (lv_modifiers_37_0= ruleCommonModifier ) )* otherlv_38= 'enum' ( (lv_name_39_0= ruleValidID ) ) otherlv_40= '{' ( ( (lv_members_41_0= ruleXtendEnumLiteral ) ) (otherlv_42= ',' ( (lv_members_43_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_44= ';' )? otherlv_45= '}' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3591:7: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3592:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getTypeAccess().getXtendEnumAnnotationInfoAction_2_2_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3597:2: ( (lv_modifiers_37_0= ruleCommonModifier ) )* loop83: do { int alt83=2; int LA83_0 = input.LA(1); if ( (LA83_0==39||(LA83_0>=64 && LA83_0<=75)) ) { alt83=1; } switch (alt83) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3598:1: (lv_modifiers_37_0= ruleCommonModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3598:1: (lv_modifiers_37_0= ruleCommonModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3599:3: lv_modifiers_37_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getModifiersCommonModifierParserRuleCall_2_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleType6556); lv_modifiers_37_0=ruleCommonModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getTypeRule()); } add( current, "modifiers", lv_modifiers_37_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } break; default : break loop83; } } while (true); otherlv_38=(Token)match(input,60,FollowSets000.FOLLOW_60_in_ruleType6569); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_38, grammarAccess.getTypeAccess().getEnumKeyword_2_2_2()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3619:1: ( (lv_name_39_0= ruleValidID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3620:1: (lv_name_39_0= ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3620:1: (lv_name_39_0= ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3621:3: lv_name_39_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getNameValidIDParserRuleCall_2_2_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleType6590); lv_name_39_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getTypeRule()); } set( current, "name", lv_name_39_0, "ValidID"); afterParserOrEnumRuleCall(); } } } otherlv_40=(Token)match(input,49,FollowSets000.FOLLOW_49_in_ruleType6602); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_40, grammarAccess.getTypeAccess().getLeftCurlyBracketKeyword_2_2_4()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3641:1: ( ( (lv_members_41_0= ruleXtendEnumLiteral ) ) (otherlv_42= ',' ( (lv_members_43_0= ruleXtendEnumLiteral ) ) )* )? int alt85=2; int LA85_0 = input.LA(1); if ( (LA85_0==RULE_ID||LA85_0==61||LA85_0==80||(LA85_0>=82 && LA85_0<=84)) ) { alt85=1; } switch (alt85) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3641:2: ( (lv_members_41_0= ruleXtendEnumLiteral ) ) (otherlv_42= ',' ( (lv_members_43_0= ruleXtendEnumLiteral ) ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3641:2: ( (lv_members_41_0= ruleXtendEnumLiteral ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3642:1: (lv_members_41_0= ruleXtendEnumLiteral ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3642:1: (lv_members_41_0= ruleXtendEnumLiteral ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3643:3: lv_members_41_0= ruleXtendEnumLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getMembersXtendEnumLiteralParserRuleCall_2_2_5_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXtendEnumLiteral_in_ruleType6624); lv_members_41_0=ruleXtendEnumLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getTypeRule()); } add( current, "members", lv_members_41_0, "XtendEnumLiteral"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3659:2: (otherlv_42= ',' ( (lv_members_43_0= ruleXtendEnumLiteral ) ) )* loop84: do { int alt84=2; int LA84_0 = input.LA(1); if ( (LA84_0==52) ) { alt84=1; } switch (alt84) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3659:4: otherlv_42= ',' ( (lv_members_43_0= ruleXtendEnumLiteral ) ) { otherlv_42=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleType6637); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_42, grammarAccess.getTypeAccess().getCommaKeyword_2_2_5_1_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3663:1: ( (lv_members_43_0= ruleXtendEnumLiteral ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3664:1: (lv_members_43_0= ruleXtendEnumLiteral ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3664:1: (lv_members_43_0= ruleXtendEnumLiteral ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3665:3: lv_members_43_0= ruleXtendEnumLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getMembersXtendEnumLiteralParserRuleCall_2_2_5_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXtendEnumLiteral_in_ruleType6658); lv_members_43_0=ruleXtendEnumLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getTypeRule()); } add( current, "members", lv_members_43_0, "XtendEnumLiteral"); afterParserOrEnumRuleCall(); } } } } break; default : break loop84; } } while (true); } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3681:6: (otherlv_44= ';' )? int alt86=2; int LA86_0 = input.LA(1); if ( (LA86_0==42) ) { alt86=1; } switch (alt86) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3681:8: otherlv_44= ';' { otherlv_44=(Token)match(input,42,FollowSets000.FOLLOW_42_in_ruleType6675); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_44, grammarAccess.getTypeAccess().getSemicolonKeyword_2_2_6()); } } break; } otherlv_45=(Token)match(input,50,FollowSets000.FOLLOW_50_in_ruleType6689); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_45, grammarAccess.getTypeAccess().getRightCurlyBracketKeyword_2_2_7()); } } } break; case 4 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3690:6: ( () ( (lv_modifiers_47_0= ruleCommonModifier ) )* otherlv_48= 'annotation' ( (lv_name_49_0= ruleValidID ) ) otherlv_50= '{' ( (lv_members_51_0= ruleAnnotationField ) )* otherlv_52= '}' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3690:6: ( () ( (lv_modifiers_47_0= ruleCommonModifier ) )* otherlv_48= 'annotation' ( (lv_name_49_0= ruleValidID ) ) otherlv_50= '{' ( (lv_members_51_0= ruleAnnotationField ) )* otherlv_52= '}' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3690:7: () ( (lv_modifiers_47_0= ruleCommonModifier ) )* otherlv_48= 'annotation' ( (lv_name_49_0= ruleValidID ) ) otherlv_50= '{' ( (lv_members_51_0= ruleAnnotationField ) )* otherlv_52= '}' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3690:7: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3691:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getTypeAccess().getXtendAnnotationTypeAnnotationInfoAction_2_3_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3696:2: ( (lv_modifiers_47_0= ruleCommonModifier ) )* loop87: do { int alt87=2; int LA87_0 = input.LA(1); if ( (LA87_0==39||(LA87_0>=64 && LA87_0<=75)) ) { alt87=1; } switch (alt87) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3697:1: (lv_modifiers_47_0= ruleCommonModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3697:1: (lv_modifiers_47_0= ruleCommonModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3698:3: lv_modifiers_47_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getModifiersCommonModifierParserRuleCall_2_3_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleType6727); lv_modifiers_47_0=ruleCommonModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getTypeRule()); } add( current, "modifiers", lv_modifiers_47_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } break; default : break loop87; } } while (true); otherlv_48=(Token)match(input,61,FollowSets000.FOLLOW_61_in_ruleType6740); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_48, grammarAccess.getTypeAccess().getAnnotationKeyword_2_3_2()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3718:1: ( (lv_name_49_0= ruleValidID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3719:1: (lv_name_49_0= ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3719:1: (lv_name_49_0= ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3720:3: lv_name_49_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getNameValidIDParserRuleCall_2_3_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleType6761); lv_name_49_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getTypeRule()); } set( current, "name", lv_name_49_0, "ValidID"); afterParserOrEnumRuleCall(); } } } otherlv_50=(Token)match(input,49,FollowSets000.FOLLOW_49_in_ruleType6773); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_50, grammarAccess.getTypeAccess().getLeftCurlyBracketKeyword_2_3_4()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3740:1: ( (lv_members_51_0= ruleAnnotationField ) )* loop88: do { int alt88=2; int LA88_0 = input.LA(1); if ( (LA88_0==RULE_ID||LA88_0==39||LA88_0==54||LA88_0==56||(LA88_0>=59 && LA88_0<=62)||(LA88_0>=64 && LA88_0<=77)||LA88_0==80||(LA88_0>=82 && LA88_0<=84)||LA88_0==96) ) { alt88=1; } switch (alt88) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3741:1: (lv_members_51_0= ruleAnnotationField ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3741:1: (lv_members_51_0= ruleAnnotationField ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3742:3: lv_members_51_0= ruleAnnotationField { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getMembersAnnotationFieldParserRuleCall_2_3_5_0()); } pushFollow(FollowSets000.FOLLOW_ruleAnnotationField_in_ruleType6794); lv_members_51_0=ruleAnnotationField(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getTypeRule()); } add( current, "members", lv_members_51_0, "AnnotationField"); afterParserOrEnumRuleCall(); } } } break; default : break loop88; } } while (true); otherlv_52=(Token)match(input,50,FollowSets000.FOLLOW_50_in_ruleType6807); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_52, grammarAccess.getTypeAccess().getRightCurlyBracketKeyword_2_3_6()); } } } break; } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleType" // $ANTLR start "entryRuleJvmSuperTypeReference" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3770:1: entryRuleJvmSuperTypeReference returns [EObject current=null] : iv_ruleJvmSuperTypeReference= ruleJvmSuperTypeReference EOF ; public final EObject entryRuleJvmSuperTypeReference() throws RecognitionException { EObject current = null; EObject iv_ruleJvmSuperTypeReference = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3771:2: (iv_ruleJvmSuperTypeReference= ruleJvmSuperTypeReference EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3772:2: iv_ruleJvmSuperTypeReference= ruleJvmSuperTypeReference EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmSuperTypeReferenceRule()); } pushFollow(FollowSets000.FOLLOW_ruleJvmSuperTypeReference_in_entryRuleJvmSuperTypeReference6845); iv_ruleJvmSuperTypeReference=ruleJvmSuperTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleJvmSuperTypeReference; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleJvmSuperTypeReference6855); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleJvmSuperTypeReference" // $ANTLR start "ruleJvmSuperTypeReference" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3779:1: ruleJvmSuperTypeReference returns [EObject current=null] : (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference | this_XFunctionSuperTypeRef_1= ruleXFunctionSuperTypeRef ) ; public final EObject ruleJvmSuperTypeReference() throws RecognitionException { EObject current = null; EObject this_JvmParameterizedTypeReference_0 = null; EObject this_XFunctionSuperTypeRef_1 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3782:28: ( (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference | this_XFunctionSuperTypeRef_1= ruleXFunctionSuperTypeRef ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3783:1: (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference | this_XFunctionSuperTypeRef_1= ruleXFunctionSuperTypeRef ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3783:1: (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference | this_XFunctionSuperTypeRef_1= ruleXFunctionSuperTypeRef ) int alt90=2; int LA90_0 = input.LA(1); if ( (LA90_0==RULE_ID||LA90_0==61||LA90_0==80||(LA90_0>=82 && LA90_0<=84)) ) { alt90=1; } else if ( (LA90_0==54||LA90_0==62) ) { alt90=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 90, 0, input); throw nvae; } switch (alt90) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3784:5: this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmSuperTypeReferenceAccess().getJvmParameterizedTypeReferenceParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmParameterizedTypeReference_in_ruleJvmSuperTypeReference6902); this_JvmParameterizedTypeReference_0=ruleJvmParameterizedTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_JvmParameterizedTypeReference_0; afterParserOrEnumRuleCall(); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3794:5: this_XFunctionSuperTypeRef_1= ruleXFunctionSuperTypeRef { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmSuperTypeReferenceAccess().getXFunctionSuperTypeRefParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleXFunctionSuperTypeRef_in_ruleJvmSuperTypeReference6929); this_XFunctionSuperTypeRef_1=ruleXFunctionSuperTypeRef(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XFunctionSuperTypeRef_1; afterParserOrEnumRuleCall(); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleJvmSuperTypeReference" // $ANTLR start "entryRuleXFunctionSuperTypeRef" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3810:1: entryRuleXFunctionSuperTypeRef returns [EObject current=null] : iv_ruleXFunctionSuperTypeRef= ruleXFunctionSuperTypeRef EOF ; public final EObject entryRuleXFunctionSuperTypeRef() throws RecognitionException { EObject current = null; EObject iv_ruleXFunctionSuperTypeRef = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3811:2: (iv_ruleXFunctionSuperTypeRef= ruleXFunctionSuperTypeRef EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3812:2: iv_ruleXFunctionSuperTypeRef= ruleXFunctionSuperTypeRef EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFunctionSuperTypeRefRule()); } pushFollow(FollowSets000.FOLLOW_ruleXFunctionSuperTypeRef_in_entryRuleXFunctionSuperTypeRef6964); iv_ruleXFunctionSuperTypeRef=ruleXFunctionSuperTypeRef(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXFunctionSuperTypeRef; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXFunctionSuperTypeRef6974); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXFunctionSuperTypeRef" // $ANTLR start "ruleXFunctionSuperTypeRef" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3819:1: ruleXFunctionSuperTypeRef returns [EObject current=null] : ( ( ( (lv_instanceContext_0_0= '(' ) ) ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? otherlv_5= '=>' ( (lv_returnType_6_0= ruleJvmTypeReference ) ) ) ; public final EObject ruleXFunctionSuperTypeRef() throws RecognitionException { EObject current = null; Token lv_instanceContext_0_0=null; Token otherlv_2=null; Token otherlv_4=null; Token otherlv_5=null; EObject lv_paramTypes_1_0 = null; EObject lv_paramTypes_3_0 = null; EObject lv_returnType_6_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3822:28: ( ( ( ( (lv_instanceContext_0_0= '(' ) ) ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? otherlv_5= '=>' ( (lv_returnType_6_0= ruleJvmTypeReference ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3823:1: ( ( ( (lv_instanceContext_0_0= '(' ) ) ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? otherlv_5= '=>' ( (lv_returnType_6_0= ruleJvmTypeReference ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3823:1: ( ( ( (lv_instanceContext_0_0= '(' ) ) ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? otherlv_5= '=>' ( (lv_returnType_6_0= ruleJvmTypeReference ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3823:2: ( ( (lv_instanceContext_0_0= '(' ) ) ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? otherlv_5= '=>' ( (lv_returnType_6_0= ruleJvmTypeReference ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3823:2: ( ( (lv_instanceContext_0_0= '(' ) ) ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? int alt93=2; int LA93_0 = input.LA(1); if ( (LA93_0==54) ) { alt93=1; } switch (alt93) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3823:3: ( (lv_instanceContext_0_0= '(' ) ) ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3823:3: ( (lv_instanceContext_0_0= '(' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3824:1: (lv_instanceContext_0_0= '(' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3824:1: (lv_instanceContext_0_0= '(' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3825:3: lv_instanceContext_0_0= '(' { lv_instanceContext_0_0=(Token)match(input,54,FollowSets000.FOLLOW_54_in_ruleXFunctionSuperTypeRef7018); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_instanceContext_0_0, grammarAccess.getXFunctionSuperTypeRefAccess().getInstanceContextLeftParenthesisKeyword_0_0_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXFunctionSuperTypeRefRule()); } setWithLastConsumed(current, "instanceContext", true, "("); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3838:2: ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? int alt92=2; int LA92_0 = input.LA(1); if ( (LA92_0==RULE_ID||LA92_0==54||(LA92_0>=61 && LA92_0<=62)||LA92_0==80||(LA92_0>=82 && LA92_0<=84)) ) { alt92=1; } switch (alt92) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3838:3: ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3838:3: ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3839:1: (lv_paramTypes_1_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3839:1: (lv_paramTypes_1_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3840:3: lv_paramTypes_1_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFunctionSuperTypeRefAccess().getParamTypesJvmTypeReferenceParserRuleCall_0_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleXFunctionSuperTypeRef7053); lv_paramTypes_1_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXFunctionSuperTypeRefRule()); } add( current, "paramTypes", lv_paramTypes_1_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3856:2: (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* loop91: do { int alt91=2; int LA91_0 = input.LA(1); if ( (LA91_0==52) ) { alt91=1; } switch (alt91) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3856:4: otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) { otherlv_2=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleXFunctionSuperTypeRef7066); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXFunctionSuperTypeRefAccess().getCommaKeyword_0_1_1_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3860:1: ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3861:1: (lv_paramTypes_3_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3861:1: (lv_paramTypes_3_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3862:3: lv_paramTypes_3_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFunctionSuperTypeRefAccess().getParamTypesJvmTypeReferenceParserRuleCall_0_1_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleXFunctionSuperTypeRef7087); lv_paramTypes_3_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXFunctionSuperTypeRefRule()); } add( current, "paramTypes", lv_paramTypes_3_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } } break; default : break loop91; } } while (true); } break; } otherlv_4=(Token)match(input,55,FollowSets000.FOLLOW_55_in_ruleXFunctionSuperTypeRef7103); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXFunctionSuperTypeRefAccess().getRightParenthesisKeyword_0_2()); } } break; } otherlv_5=(Token)match(input,62,FollowSets000.FOLLOW_62_in_ruleXFunctionSuperTypeRef7117); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_5, grammarAccess.getXFunctionSuperTypeRefAccess().getEqualsSignGreaterThanSignKeyword_1()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3886:1: ( (lv_returnType_6_0= ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3887:1: (lv_returnType_6_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3887:1: (lv_returnType_6_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3888:3: lv_returnType_6_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFunctionSuperTypeRefAccess().getReturnTypeJvmTypeReferenceParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleXFunctionSuperTypeRef7138); lv_returnType_6_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXFunctionSuperTypeRefRule()); } set( current, "returnType", lv_returnType_6_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXFunctionSuperTypeRef" // $ANTLR start "entryRuleAnnotationField" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3912:1: entryRuleAnnotationField returns [EObject current=null] : iv_ruleAnnotationField= ruleAnnotationField EOF ; public final EObject entryRuleAnnotationField() throws RecognitionException { EObject current = null; EObject iv_ruleAnnotationField = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3913:2: (iv_ruleAnnotationField= ruleAnnotationField EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3914:2: iv_ruleAnnotationField= ruleAnnotationField EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldRule()); } pushFollow(FollowSets000.FOLLOW_ruleAnnotationField_in_entryRuleAnnotationField7174); iv_ruleAnnotationField=ruleAnnotationField(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleAnnotationField; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleAnnotationField7184); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleAnnotationField" // $ANTLR start "ruleAnnotationField" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3921:1: ruleAnnotationField returns [EObject current=null] : ( () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( ( ( ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( () ( (lv_modifiers_9_0= ruleCommonModifier ) )* ( (lv_type_10_0= ruleJvmTypeReference ) ) ( (lv_name_11_0= ruleValidID ) ) ) ) (otherlv_12= '=' ( (lv_initialValue_13_0= ruleXAnnotationElementValue ) ) )? (otherlv_14= ';' )? ) | ( () ( (lv_modifiers_16_0= ruleCommonModifier ) )* otherlv_17= 'class' ( (lv_name_18_0= ruleValidID ) ) (otherlv_19= '<' ( (lv_typeParameters_20_0= ruleJvmTypeParameter ) ) (otherlv_21= ',' ( (lv_typeParameters_22_0= ruleJvmTypeParameter ) ) )* otherlv_23= '>' )? (otherlv_24= 'extends' ( (lv_extends_25_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_26= 'implements' ( (lv_implements_27_0= ruleJvmParameterizedTypeReference ) ) (otherlv_28= ',' ( (lv_implements_29_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_30= '{' ( (lv_members_31_0= ruleMember ) )* otherlv_32= '}' ) | ( () ( (lv_modifiers_34_0= ruleCommonModifier ) )* otherlv_35= 'interface' ( (lv_name_36_0= ruleValidID ) ) (otherlv_37= '<' ( (lv_typeParameters_38_0= ruleJvmTypeParameter ) ) (otherlv_39= ',' ( (lv_typeParameters_40_0= ruleJvmTypeParameter ) ) )* otherlv_41= '>' )? (otherlv_42= 'extends' ( (lv_extends_43_0= ruleJvmParameterizedTypeReference ) ) (otherlv_44= ',' ( (lv_extends_45_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_46= '{' ( (lv_members_47_0= ruleMember ) )* otherlv_48= '}' ) | ( () ( (lv_modifiers_50_0= ruleCommonModifier ) )* otherlv_51= 'enum' ( (lv_name_52_0= ruleValidID ) ) otherlv_53= '{' ( ( (lv_members_54_0= ruleXtendEnumLiteral ) ) (otherlv_55= ',' ( (lv_members_56_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_57= ';' )? otherlv_58= '}' ) | ( () ( (lv_modifiers_60_0= ruleCommonModifier ) )* otherlv_61= 'annotation' ( (lv_name_62_0= ruleValidID ) ) otherlv_63= '{' ( (lv_members_64_0= ruleAnnotationField ) )* otherlv_65= '}' ) ) ) ; public final EObject ruleAnnotationField() throws RecognitionException { EObject current = null; Token otherlv_12=null; Token otherlv_14=null; Token otherlv_17=null; Token otherlv_19=null; Token otherlv_21=null; Token otherlv_23=null; Token otherlv_24=null; Token otherlv_26=null; Token otherlv_28=null; Token otherlv_30=null; Token otherlv_32=null; Token otherlv_35=null; Token otherlv_37=null; Token otherlv_39=null; Token otherlv_41=null; Token otherlv_42=null; Token otherlv_44=null; Token otherlv_46=null; Token otherlv_48=null; Token otherlv_51=null; Token otherlv_53=null; Token otherlv_55=null; Token otherlv_57=null; Token otherlv_58=null; Token otherlv_61=null; Token otherlv_63=null; Token otherlv_65=null; EObject lv_annotations_1_0 = null; AntlrDatatypeRuleToken lv_modifiers_3_0 = null; AntlrDatatypeRuleToken lv_modifiers_4_0 = null; AntlrDatatypeRuleToken lv_modifiers_5_0 = null; EObject lv_type_6_0 = null; AntlrDatatypeRuleToken lv_name_7_0 = null; AntlrDatatypeRuleToken lv_modifiers_9_0 = null; EObject lv_type_10_0 = null; AntlrDatatypeRuleToken lv_name_11_0 = null; EObject lv_initialValue_13_0 = null; AntlrDatatypeRuleToken lv_modifiers_16_0 = null; AntlrDatatypeRuleToken lv_name_18_0 = null; EObject lv_typeParameters_20_0 = null; EObject lv_typeParameters_22_0 = null; EObject lv_extends_25_0 = null; EObject lv_implements_27_0 = null; EObject lv_implements_29_0 = null; EObject lv_members_31_0 = null; AntlrDatatypeRuleToken lv_modifiers_34_0 = null; AntlrDatatypeRuleToken lv_name_36_0 = null; EObject lv_typeParameters_38_0 = null; EObject lv_typeParameters_40_0 = null; EObject lv_extends_43_0 = null; EObject lv_extends_45_0 = null; EObject lv_members_47_0 = null; AntlrDatatypeRuleToken lv_modifiers_50_0 = null; AntlrDatatypeRuleToken lv_name_52_0 = null; EObject lv_members_54_0 = null; EObject lv_members_56_0 = null; AntlrDatatypeRuleToken lv_modifiers_60_0 = null; AntlrDatatypeRuleToken lv_name_62_0 = null; EObject lv_members_64_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3924:28: ( ( () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( ( ( ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( () ( (lv_modifiers_9_0= ruleCommonModifier ) )* ( (lv_type_10_0= ruleJvmTypeReference ) ) ( (lv_name_11_0= ruleValidID ) ) ) ) (otherlv_12= '=' ( (lv_initialValue_13_0= ruleXAnnotationElementValue ) ) )? (otherlv_14= ';' )? ) | ( () ( (lv_modifiers_16_0= ruleCommonModifier ) )* otherlv_17= 'class' ( (lv_name_18_0= ruleValidID ) ) (otherlv_19= '<' ( (lv_typeParameters_20_0= ruleJvmTypeParameter ) ) (otherlv_21= ',' ( (lv_typeParameters_22_0= ruleJvmTypeParameter ) ) )* otherlv_23= '>' )? (otherlv_24= 'extends' ( (lv_extends_25_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_26= 'implements' ( (lv_implements_27_0= ruleJvmParameterizedTypeReference ) ) (otherlv_28= ',' ( (lv_implements_29_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_30= '{' ( (lv_members_31_0= ruleMember ) )* otherlv_32= '}' ) | ( () ( (lv_modifiers_34_0= ruleCommonModifier ) )* otherlv_35= 'interface' ( (lv_name_36_0= ruleValidID ) ) (otherlv_37= '<' ( (lv_typeParameters_38_0= ruleJvmTypeParameter ) ) (otherlv_39= ',' ( (lv_typeParameters_40_0= ruleJvmTypeParameter ) ) )* otherlv_41= '>' )? (otherlv_42= 'extends' ( (lv_extends_43_0= ruleJvmParameterizedTypeReference ) ) (otherlv_44= ',' ( (lv_extends_45_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_46= '{' ( (lv_members_47_0= ruleMember ) )* otherlv_48= '}' ) | ( () ( (lv_modifiers_50_0= ruleCommonModifier ) )* otherlv_51= 'enum' ( (lv_name_52_0= ruleValidID ) ) otherlv_53= '{' ( ( (lv_members_54_0= ruleXtendEnumLiteral ) ) (otherlv_55= ',' ( (lv_members_56_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_57= ';' )? otherlv_58= '}' ) | ( () ( (lv_modifiers_60_0= ruleCommonModifier ) )* otherlv_61= 'annotation' ( (lv_name_62_0= ruleValidID ) ) otherlv_63= '{' ( (lv_members_64_0= ruleAnnotationField ) )* otherlv_65= '}' ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3925:1: ( () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( ( ( ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( () ( (lv_modifiers_9_0= ruleCommonModifier ) )* ( (lv_type_10_0= ruleJvmTypeReference ) ) ( (lv_name_11_0= ruleValidID ) ) ) ) (otherlv_12= '=' ( (lv_initialValue_13_0= ruleXAnnotationElementValue ) ) )? (otherlv_14= ';' )? ) | ( () ( (lv_modifiers_16_0= ruleCommonModifier ) )* otherlv_17= 'class' ( (lv_name_18_0= ruleValidID ) ) (otherlv_19= '<' ( (lv_typeParameters_20_0= ruleJvmTypeParameter ) ) (otherlv_21= ',' ( (lv_typeParameters_22_0= ruleJvmTypeParameter ) ) )* otherlv_23= '>' )? (otherlv_24= 'extends' ( (lv_extends_25_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_26= 'implements' ( (lv_implements_27_0= ruleJvmParameterizedTypeReference ) ) (otherlv_28= ',' ( (lv_implements_29_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_30= '{' ( (lv_members_31_0= ruleMember ) )* otherlv_32= '}' ) | ( () ( (lv_modifiers_34_0= ruleCommonModifier ) )* otherlv_35= 'interface' ( (lv_name_36_0= ruleValidID ) ) (otherlv_37= '<' ( (lv_typeParameters_38_0= ruleJvmTypeParameter ) ) (otherlv_39= ',' ( (lv_typeParameters_40_0= ruleJvmTypeParameter ) ) )* otherlv_41= '>' )? (otherlv_42= 'extends' ( (lv_extends_43_0= ruleJvmParameterizedTypeReference ) ) (otherlv_44= ',' ( (lv_extends_45_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_46= '{' ( (lv_members_47_0= ruleMember ) )* otherlv_48= '}' ) | ( () ( (lv_modifiers_50_0= ruleCommonModifier ) )* otherlv_51= 'enum' ( (lv_name_52_0= ruleValidID ) ) otherlv_53= '{' ( ( (lv_members_54_0= ruleXtendEnumLiteral ) ) (otherlv_55= ',' ( (lv_members_56_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_57= ';' )? otherlv_58= '}' ) | ( () ( (lv_modifiers_60_0= ruleCommonModifier ) )* otherlv_61= 'annotation' ( (lv_name_62_0= ruleValidID ) ) otherlv_63= '{' ( (lv_members_64_0= ruleAnnotationField ) )* otherlv_65= '}' ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3925:1: ( () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( ( ( ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( () ( (lv_modifiers_9_0= ruleCommonModifier ) )* ( (lv_type_10_0= ruleJvmTypeReference ) ) ( (lv_name_11_0= ruleValidID ) ) ) ) (otherlv_12= '=' ( (lv_initialValue_13_0= ruleXAnnotationElementValue ) ) )? (otherlv_14= ';' )? ) | ( () ( (lv_modifiers_16_0= ruleCommonModifier ) )* otherlv_17= 'class' ( (lv_name_18_0= ruleValidID ) ) (otherlv_19= '<' ( (lv_typeParameters_20_0= ruleJvmTypeParameter ) ) (otherlv_21= ',' ( (lv_typeParameters_22_0= ruleJvmTypeParameter ) ) )* otherlv_23= '>' )? (otherlv_24= 'extends' ( (lv_extends_25_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_26= 'implements' ( (lv_implements_27_0= ruleJvmParameterizedTypeReference ) ) (otherlv_28= ',' ( (lv_implements_29_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_30= '{' ( (lv_members_31_0= ruleMember ) )* otherlv_32= '}' ) | ( () ( (lv_modifiers_34_0= ruleCommonModifier ) )* otherlv_35= 'interface' ( (lv_name_36_0= ruleValidID ) ) (otherlv_37= '<' ( (lv_typeParameters_38_0= ruleJvmTypeParameter ) ) (otherlv_39= ',' ( (lv_typeParameters_40_0= ruleJvmTypeParameter ) ) )* otherlv_41= '>' )? (otherlv_42= 'extends' ( (lv_extends_43_0= ruleJvmParameterizedTypeReference ) ) (otherlv_44= ',' ( (lv_extends_45_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_46= '{' ( (lv_members_47_0= ruleMember ) )* otherlv_48= '}' ) | ( () ( (lv_modifiers_50_0= ruleCommonModifier ) )* otherlv_51= 'enum' ( (lv_name_52_0= ruleValidID ) ) otherlv_53= '{' ( ( (lv_members_54_0= ruleXtendEnumLiteral ) ) (otherlv_55= ',' ( (lv_members_56_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_57= ';' )? otherlv_58= '}' ) | ( () ( (lv_modifiers_60_0= ruleCommonModifier ) )* otherlv_61= 'annotation' ( (lv_name_62_0= ruleValidID ) ) otherlv_63= '{' ( (lv_members_64_0= ruleAnnotationField ) )* otherlv_65= '}' ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3925:2: () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( ( ( ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( () ( (lv_modifiers_9_0= ruleCommonModifier ) )* ( (lv_type_10_0= ruleJvmTypeReference ) ) ( (lv_name_11_0= ruleValidID ) ) ) ) (otherlv_12= '=' ( (lv_initialValue_13_0= ruleXAnnotationElementValue ) ) )? (otherlv_14= ';' )? ) | ( () ( (lv_modifiers_16_0= ruleCommonModifier ) )* otherlv_17= 'class' ( (lv_name_18_0= ruleValidID ) ) (otherlv_19= '<' ( (lv_typeParameters_20_0= ruleJvmTypeParameter ) ) (otherlv_21= ',' ( (lv_typeParameters_22_0= ruleJvmTypeParameter ) ) )* otherlv_23= '>' )? (otherlv_24= 'extends' ( (lv_extends_25_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_26= 'implements' ( (lv_implements_27_0= ruleJvmParameterizedTypeReference ) ) (otherlv_28= ',' ( (lv_implements_29_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_30= '{' ( (lv_members_31_0= ruleMember ) )* otherlv_32= '}' ) | ( () ( (lv_modifiers_34_0= ruleCommonModifier ) )* otherlv_35= 'interface' ( (lv_name_36_0= ruleValidID ) ) (otherlv_37= '<' ( (lv_typeParameters_38_0= ruleJvmTypeParameter ) ) (otherlv_39= ',' ( (lv_typeParameters_40_0= ruleJvmTypeParameter ) ) )* otherlv_41= '>' )? (otherlv_42= 'extends' ( (lv_extends_43_0= ruleJvmParameterizedTypeReference ) ) (otherlv_44= ',' ( (lv_extends_45_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_46= '{' ( (lv_members_47_0= ruleMember ) )* otherlv_48= '}' ) | ( () ( (lv_modifiers_50_0= ruleCommonModifier ) )* otherlv_51= 'enum' ( (lv_name_52_0= ruleValidID ) ) otherlv_53= '{' ( ( (lv_members_54_0= ruleXtendEnumLiteral ) ) (otherlv_55= ',' ( (lv_members_56_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_57= ';' )? otherlv_58= '}' ) | ( () ( (lv_modifiers_60_0= ruleCommonModifier ) )* otherlv_61= 'annotation' ( (lv_name_62_0= ruleValidID ) ) otherlv_63= '{' ( (lv_members_64_0= ruleAnnotationField ) )* otherlv_65= '}' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3925:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3926:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getAnnotationFieldAccess().getXtendMemberAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3931:2: ( (lv_annotations_1_0= ruleXAnnotation ) )* loop94: do { int alt94=2; int LA94_0 = input.LA(1); if ( (LA94_0==96) ) { alt94=1; } switch (alt94) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3932:1: (lv_annotations_1_0= ruleXAnnotation ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3932:1: (lv_annotations_1_0= ruleXAnnotation ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3933:3: lv_annotations_1_0= ruleXAnnotation { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getAnnotationsXAnnotationParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotation_in_ruleAnnotationField7239); lv_annotations_1_0=ruleXAnnotation(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } add( current, "annotations", lv_annotations_1_0, "XAnnotation"); afterParserOrEnumRuleCall(); } } } break; default : break loop94; } } while (true); // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3949:3: ( ( ( ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( () ( (lv_modifiers_9_0= ruleCommonModifier ) )* ( (lv_type_10_0= ruleJvmTypeReference ) ) ( (lv_name_11_0= ruleValidID ) ) ) ) (otherlv_12= '=' ( (lv_initialValue_13_0= ruleXAnnotationElementValue ) ) )? (otherlv_14= ';' )? ) | ( () ( (lv_modifiers_16_0= ruleCommonModifier ) )* otherlv_17= 'class' ( (lv_name_18_0= ruleValidID ) ) (otherlv_19= '<' ( (lv_typeParameters_20_0= ruleJvmTypeParameter ) ) (otherlv_21= ',' ( (lv_typeParameters_22_0= ruleJvmTypeParameter ) ) )* otherlv_23= '>' )? (otherlv_24= 'extends' ( (lv_extends_25_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_26= 'implements' ( (lv_implements_27_0= ruleJvmParameterizedTypeReference ) ) (otherlv_28= ',' ( (lv_implements_29_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_30= '{' ( (lv_members_31_0= ruleMember ) )* otherlv_32= '}' ) | ( () ( (lv_modifiers_34_0= ruleCommonModifier ) )* otherlv_35= 'interface' ( (lv_name_36_0= ruleValidID ) ) (otherlv_37= '<' ( (lv_typeParameters_38_0= ruleJvmTypeParameter ) ) (otherlv_39= ',' ( (lv_typeParameters_40_0= ruleJvmTypeParameter ) ) )* otherlv_41= '>' )? (otherlv_42= 'extends' ( (lv_extends_43_0= ruleJvmParameterizedTypeReference ) ) (otherlv_44= ',' ( (lv_extends_45_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_46= '{' ( (lv_members_47_0= ruleMember ) )* otherlv_48= '}' ) | ( () ( (lv_modifiers_50_0= ruleCommonModifier ) )* otherlv_51= 'enum' ( (lv_name_52_0= ruleValidID ) ) otherlv_53= '{' ( ( (lv_members_54_0= ruleXtendEnumLiteral ) ) (otherlv_55= ',' ( (lv_members_56_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_57= ';' )? otherlv_58= '}' ) | ( () ( (lv_modifiers_60_0= ruleCommonModifier ) )* otherlv_61= 'annotation' ( (lv_name_62_0= ruleValidID ) ) otherlv_63= '{' ( (lv_members_64_0= ruleAnnotationField ) )* otherlv_65= '}' ) ) int alt121=5; alt121 = dfa121.predict(input); switch (alt121) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3949:4: ( ( ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( () ( (lv_modifiers_9_0= ruleCommonModifier ) )* ( (lv_type_10_0= ruleJvmTypeReference ) ) ( (lv_name_11_0= ruleValidID ) ) ) ) (otherlv_12= '=' ( (lv_initialValue_13_0= ruleXAnnotationElementValue ) ) )? (otherlv_14= ';' )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3949:4: ( ( ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( () ( (lv_modifiers_9_0= ruleCommonModifier ) )* ( (lv_type_10_0= ruleJvmTypeReference ) ) ( (lv_name_11_0= ruleValidID ) ) ) ) (otherlv_12= '=' ( (lv_initialValue_13_0= ruleXAnnotationElementValue ) ) )? (otherlv_14= ';' )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3949:5: ( ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( () ( (lv_modifiers_9_0= ruleCommonModifier ) )* ( (lv_type_10_0= ruleJvmTypeReference ) ) ( (lv_name_11_0= ruleValidID ) ) ) ) (otherlv_12= '=' ( (lv_initialValue_13_0= ruleXAnnotationElementValue ) ) )? (otherlv_14= ';' )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3949:5: ( ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( () ( (lv_modifiers_9_0= ruleCommonModifier ) )* ( (lv_type_10_0= ruleJvmTypeReference ) ) ( (lv_name_11_0= ruleValidID ) ) ) ) int alt99=2; alt99 = dfa99.predict(input); switch (alt99) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3949:6: ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3949:6: ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3949:7: () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3949:7: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3950:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getAnnotationFieldAccess().getXtendFieldAnnotationInfoAction_2_0_0_0_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3955:2: ( (lv_modifiers_3_0= ruleCommonModifier ) )* loop95: do { int alt95=2; int LA95_0 = input.LA(1); if ( (LA95_0==39||(LA95_0>=64 && LA95_0<=75)) ) { alt95=1; } switch (alt95) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3956:1: (lv_modifiers_3_0= ruleCommonModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3956:1: (lv_modifiers_3_0= ruleCommonModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3957:3: lv_modifiers_3_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getModifiersCommonModifierParserRuleCall_2_0_0_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleAnnotationField7274); lv_modifiers_3_0=ruleCommonModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } add( current, "modifiers", lv_modifiers_3_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } break; default : break loop95; } } while (true); // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3973:3: ( (lv_modifiers_4_0= ruleFieldModifier ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3974:1: (lv_modifiers_4_0= ruleFieldModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3974:1: (lv_modifiers_4_0= ruleFieldModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3975:3: lv_modifiers_4_0= ruleFieldModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getModifiersFieldModifierParserRuleCall_2_0_0_0_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleFieldModifier_in_ruleAnnotationField7296); lv_modifiers_4_0=ruleFieldModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } add( current, "modifiers", lv_modifiers_4_0, "FieldModifier"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3991:2: ( (lv_modifiers_5_0= ruleCommonModifier ) )* loop96: do { int alt96=2; int LA96_0 = input.LA(1); if ( (LA96_0==39||(LA96_0>=64 && LA96_0<=75)) ) { alt96=1; } switch (alt96) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3992:1: (lv_modifiers_5_0= ruleCommonModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3992:1: (lv_modifiers_5_0= ruleCommonModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:3993:3: lv_modifiers_5_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getModifiersCommonModifierParserRuleCall_2_0_0_0_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleAnnotationField7317); lv_modifiers_5_0=ruleCommonModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } add( current, "modifiers", lv_modifiers_5_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } break; default : break loop96; } } while (true); // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4009:3: ( (lv_type_6_0= ruleJvmTypeReference ) )? int alt97=2; alt97 = dfa97.predict(input); switch (alt97) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4010:1: (lv_type_6_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4010:1: (lv_type_6_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4011:3: lv_type_6_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getTypeJvmTypeReferenceParserRuleCall_2_0_0_0_4_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleAnnotationField7339); lv_type_6_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } set( current, "type", lv_type_6_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4027:3: ( (lv_name_7_0= ruleValidID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4028:1: (lv_name_7_0= ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4028:1: (lv_name_7_0= ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4029:3: lv_name_7_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getNameValidIDParserRuleCall_2_0_0_0_5_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleAnnotationField7361); lv_name_7_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } set( current, "name", lv_name_7_0, "ValidID"); afterParserOrEnumRuleCall(); } } } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4046:6: ( () ( (lv_modifiers_9_0= ruleCommonModifier ) )* ( (lv_type_10_0= ruleJvmTypeReference ) ) ( (lv_name_11_0= ruleValidID ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4046:6: ( () ( (lv_modifiers_9_0= ruleCommonModifier ) )* ( (lv_type_10_0= ruleJvmTypeReference ) ) ( (lv_name_11_0= ruleValidID ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4046:7: () ( (lv_modifiers_9_0= ruleCommonModifier ) )* ( (lv_type_10_0= ruleJvmTypeReference ) ) ( (lv_name_11_0= ruleValidID ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4046:7: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4047:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getAnnotationFieldAccess().getXtendFieldAnnotationInfoAction_2_0_0_1_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4052:2: ( (lv_modifiers_9_0= ruleCommonModifier ) )* loop98: do { int alt98=2; int LA98_0 = input.LA(1); if ( (LA98_0==39||(LA98_0>=64 && LA98_0<=75)) ) { alt98=1; } switch (alt98) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4053:1: (lv_modifiers_9_0= ruleCommonModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4053:1: (lv_modifiers_9_0= ruleCommonModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4054:3: lv_modifiers_9_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getModifiersCommonModifierParserRuleCall_2_0_0_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleAnnotationField7399); lv_modifiers_9_0=ruleCommonModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } add( current, "modifiers", lv_modifiers_9_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } break; default : break loop98; } } while (true); // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4070:3: ( (lv_type_10_0= ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4071:1: (lv_type_10_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4071:1: (lv_type_10_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4072:3: lv_type_10_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getTypeJvmTypeReferenceParserRuleCall_2_0_0_1_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleAnnotationField7421); lv_type_10_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } set( current, "type", lv_type_10_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4088:2: ( (lv_name_11_0= ruleValidID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4089:1: (lv_name_11_0= ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4089:1: (lv_name_11_0= ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4090:3: lv_name_11_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getNameValidIDParserRuleCall_2_0_0_1_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleAnnotationField7442); lv_name_11_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } set( current, "name", lv_name_11_0, "ValidID"); afterParserOrEnumRuleCall(); } } } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4106:4: (otherlv_12= '=' ( (lv_initialValue_13_0= ruleXAnnotationElementValue ) ) )? int alt100=2; int LA100_0 = input.LA(1); if ( (LA100_0==41) ) { alt100=1; } switch (alt100) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4106:6: otherlv_12= '=' ( (lv_initialValue_13_0= ruleXAnnotationElementValue ) ) { otherlv_12=(Token)match(input,41,FollowSets000.FOLLOW_41_in_ruleAnnotationField7457); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_12, grammarAccess.getAnnotationFieldAccess().getEqualsSignKeyword_2_0_1_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4110:1: ( (lv_initialValue_13_0= ruleXAnnotationElementValue ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4111:1: (lv_initialValue_13_0= ruleXAnnotationElementValue ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4111:1: (lv_initialValue_13_0= ruleXAnnotationElementValue ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4112:3: lv_initialValue_13_0= ruleXAnnotationElementValue { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getInitialValueXAnnotationElementValueParserRuleCall_2_0_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationElementValue_in_ruleAnnotationField7478); lv_initialValue_13_0=ruleXAnnotationElementValue(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } set( current, "initialValue", lv_initialValue_13_0, "XAnnotationElementValue"); afterParserOrEnumRuleCall(); } } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4128:4: (otherlv_14= ';' )? int alt101=2; int LA101_0 = input.LA(1); if ( (LA101_0==42) ) { alt101=1; } switch (alt101) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4128:6: otherlv_14= ';' { otherlv_14=(Token)match(input,42,FollowSets000.FOLLOW_42_in_ruleAnnotationField7493); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_14, grammarAccess.getAnnotationFieldAccess().getSemicolonKeyword_2_0_2()); } } break; } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4133:6: ( () ( (lv_modifiers_16_0= ruleCommonModifier ) )* otherlv_17= 'class' ( (lv_name_18_0= ruleValidID ) ) (otherlv_19= '<' ( (lv_typeParameters_20_0= ruleJvmTypeParameter ) ) (otherlv_21= ',' ( (lv_typeParameters_22_0= ruleJvmTypeParameter ) ) )* otherlv_23= '>' )? (otherlv_24= 'extends' ( (lv_extends_25_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_26= 'implements' ( (lv_implements_27_0= ruleJvmParameterizedTypeReference ) ) (otherlv_28= ',' ( (lv_implements_29_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_30= '{' ( (lv_members_31_0= ruleMember ) )* otherlv_32= '}' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4133:6: ( () ( (lv_modifiers_16_0= ruleCommonModifier ) )* otherlv_17= 'class' ( (lv_name_18_0= ruleValidID ) ) (otherlv_19= '<' ( (lv_typeParameters_20_0= ruleJvmTypeParameter ) ) (otherlv_21= ',' ( (lv_typeParameters_22_0= ruleJvmTypeParameter ) ) )* otherlv_23= '>' )? (otherlv_24= 'extends' ( (lv_extends_25_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_26= 'implements' ( (lv_implements_27_0= ruleJvmParameterizedTypeReference ) ) (otherlv_28= ',' ( (lv_implements_29_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_30= '{' ( (lv_members_31_0= ruleMember ) )* otherlv_32= '}' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4133:7: () ( (lv_modifiers_16_0= ruleCommonModifier ) )* otherlv_17= 'class' ( (lv_name_18_0= ruleValidID ) ) (otherlv_19= '<' ( (lv_typeParameters_20_0= ruleJvmTypeParameter ) ) (otherlv_21= ',' ( (lv_typeParameters_22_0= ruleJvmTypeParameter ) ) )* otherlv_23= '>' )? (otherlv_24= 'extends' ( (lv_extends_25_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_26= 'implements' ( (lv_implements_27_0= ruleJvmParameterizedTypeReference ) ) (otherlv_28= ',' ( (lv_implements_29_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_30= '{' ( (lv_members_31_0= ruleMember ) )* otherlv_32= '}' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4133:7: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4134:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getAnnotationFieldAccess().getXtendClassAnnotationInfoAction_2_1_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4139:2: ( (lv_modifiers_16_0= ruleCommonModifier ) )* loop102: do { int alt102=2; int LA102_0 = input.LA(1); if ( (LA102_0==39||(LA102_0>=64 && LA102_0<=75)) ) { alt102=1; } switch (alt102) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4140:1: (lv_modifiers_16_0= ruleCommonModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4140:1: (lv_modifiers_16_0= ruleCommonModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4141:3: lv_modifiers_16_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getModifiersCommonModifierParserRuleCall_2_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleAnnotationField7533); lv_modifiers_16_0=ruleCommonModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } add( current, "modifiers", lv_modifiers_16_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } break; default : break loop102; } } while (true); otherlv_17=(Token)match(input,56,FollowSets000.FOLLOW_56_in_ruleAnnotationField7546); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_17, grammarAccess.getAnnotationFieldAccess().getClassKeyword_2_1_2()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4161:1: ( (lv_name_18_0= ruleValidID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4162:1: (lv_name_18_0= ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4162:1: (lv_name_18_0= ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4163:3: lv_name_18_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getNameValidIDParserRuleCall_2_1_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleAnnotationField7567); lv_name_18_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } set( current, "name", lv_name_18_0, "ValidID"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4179:2: (otherlv_19= '<' ( (lv_typeParameters_20_0= ruleJvmTypeParameter ) ) (otherlv_21= ',' ( (lv_typeParameters_22_0= ruleJvmTypeParameter ) ) )* otherlv_23= '>' )? int alt104=2; int LA104_0 = input.LA(1); if ( (LA104_0==51) ) { alt104=1; } switch (alt104) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4179:4: otherlv_19= '<' ( (lv_typeParameters_20_0= ruleJvmTypeParameter ) ) (otherlv_21= ',' ( (lv_typeParameters_22_0= ruleJvmTypeParameter ) ) )* otherlv_23= '>' { otherlv_19=(Token)match(input,51,FollowSets000.FOLLOW_51_in_ruleAnnotationField7580); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_19, grammarAccess.getAnnotationFieldAccess().getLessThanSignKeyword_2_1_4_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4183:1: ( (lv_typeParameters_20_0= ruleJvmTypeParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4184:1: (lv_typeParameters_20_0= ruleJvmTypeParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4184:1: (lv_typeParameters_20_0= ruleJvmTypeParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4185:3: lv_typeParameters_20_0= ruleJvmTypeParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getTypeParametersJvmTypeParameterParserRuleCall_2_1_4_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeParameter_in_ruleAnnotationField7601); lv_typeParameters_20_0=ruleJvmTypeParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } add( current, "typeParameters", lv_typeParameters_20_0, "JvmTypeParameter"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4201:2: (otherlv_21= ',' ( (lv_typeParameters_22_0= ruleJvmTypeParameter ) ) )* loop103: do { int alt103=2; int LA103_0 = input.LA(1); if ( (LA103_0==52) ) { alt103=1; } switch (alt103) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4201:4: otherlv_21= ',' ( (lv_typeParameters_22_0= ruleJvmTypeParameter ) ) { otherlv_21=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleAnnotationField7614); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_21, grammarAccess.getAnnotationFieldAccess().getCommaKeyword_2_1_4_2_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4205:1: ( (lv_typeParameters_22_0= ruleJvmTypeParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4206:1: (lv_typeParameters_22_0= ruleJvmTypeParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4206:1: (lv_typeParameters_22_0= ruleJvmTypeParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4207:3: lv_typeParameters_22_0= ruleJvmTypeParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getTypeParametersJvmTypeParameterParserRuleCall_2_1_4_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeParameter_in_ruleAnnotationField7635); lv_typeParameters_22_0=ruleJvmTypeParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } add( current, "typeParameters", lv_typeParameters_22_0, "JvmTypeParameter"); afterParserOrEnumRuleCall(); } } } } break; default : break loop103; } } while (true); otherlv_23=(Token)match(input,53,FollowSets000.FOLLOW_53_in_ruleAnnotationField7649); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_23, grammarAccess.getAnnotationFieldAccess().getGreaterThanSignKeyword_2_1_4_3()); } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4227:3: (otherlv_24= 'extends' ( (lv_extends_25_0= ruleJvmParameterizedTypeReference ) ) )? int alt105=2; int LA105_0 = input.LA(1); if ( (LA105_0==57) ) { alt105=1; } switch (alt105) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4227:5: otherlv_24= 'extends' ( (lv_extends_25_0= ruleJvmParameterizedTypeReference ) ) { otherlv_24=(Token)match(input,57,FollowSets000.FOLLOW_57_in_ruleAnnotationField7664); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_24, grammarAccess.getAnnotationFieldAccess().getExtendsKeyword_2_1_5_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4231:1: ( (lv_extends_25_0= ruleJvmParameterizedTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4232:1: (lv_extends_25_0= ruleJvmParameterizedTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4232:1: (lv_extends_25_0= ruleJvmParameterizedTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4233:3: lv_extends_25_0= ruleJvmParameterizedTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getExtendsJvmParameterizedTypeReferenceParserRuleCall_2_1_5_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmParameterizedTypeReference_in_ruleAnnotationField7685); lv_extends_25_0=ruleJvmParameterizedTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } set( current, "extends", lv_extends_25_0, "JvmParameterizedTypeReference"); afterParserOrEnumRuleCall(); } } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4249:4: (otherlv_26= 'implements' ( (lv_implements_27_0= ruleJvmParameterizedTypeReference ) ) (otherlv_28= ',' ( (lv_implements_29_0= ruleJvmParameterizedTypeReference ) ) )* )? int alt107=2; int LA107_0 = input.LA(1); if ( (LA107_0==58) ) { alt107=1; } switch (alt107) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4249:6: otherlv_26= 'implements' ( (lv_implements_27_0= ruleJvmParameterizedTypeReference ) ) (otherlv_28= ',' ( (lv_implements_29_0= ruleJvmParameterizedTypeReference ) ) )* { otherlv_26=(Token)match(input,58,FollowSets000.FOLLOW_58_in_ruleAnnotationField7700); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_26, grammarAccess.getAnnotationFieldAccess().getImplementsKeyword_2_1_6_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4253:1: ( (lv_implements_27_0= ruleJvmParameterizedTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4254:1: (lv_implements_27_0= ruleJvmParameterizedTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4254:1: (lv_implements_27_0= ruleJvmParameterizedTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4255:3: lv_implements_27_0= ruleJvmParameterizedTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getImplementsJvmParameterizedTypeReferenceParserRuleCall_2_1_6_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmParameterizedTypeReference_in_ruleAnnotationField7721); lv_implements_27_0=ruleJvmParameterizedTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } add( current, "implements", lv_implements_27_0, "JvmParameterizedTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4271:2: (otherlv_28= ',' ( (lv_implements_29_0= ruleJvmParameterizedTypeReference ) ) )* loop106: do { int alt106=2; int LA106_0 = input.LA(1); if ( (LA106_0==52) ) { alt106=1; } switch (alt106) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4271:4: otherlv_28= ',' ( (lv_implements_29_0= ruleJvmParameterizedTypeReference ) ) { otherlv_28=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleAnnotationField7734); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_28, grammarAccess.getAnnotationFieldAccess().getCommaKeyword_2_1_6_2_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4275:1: ( (lv_implements_29_0= ruleJvmParameterizedTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4276:1: (lv_implements_29_0= ruleJvmParameterizedTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4276:1: (lv_implements_29_0= ruleJvmParameterizedTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4277:3: lv_implements_29_0= ruleJvmParameterizedTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getImplementsJvmParameterizedTypeReferenceParserRuleCall_2_1_6_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmParameterizedTypeReference_in_ruleAnnotationField7755); lv_implements_29_0=ruleJvmParameterizedTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } add( current, "implements", lv_implements_29_0, "JvmParameterizedTypeReference"); afterParserOrEnumRuleCall(); } } } } break; default : break loop106; } } while (true); } break; } otherlv_30=(Token)match(input,49,FollowSets000.FOLLOW_49_in_ruleAnnotationField7771); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_30, grammarAccess.getAnnotationFieldAccess().getLeftCurlyBracketKeyword_2_1_7()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4297:1: ( (lv_members_31_0= ruleMember ) )* loop108: do { int alt108=2; int LA108_0 = input.LA(1); if ( (LA108_0==RULE_ID||(LA108_0>=39 && LA108_0<=40)||LA108_0==54||(LA108_0>=61 && LA108_0<=62)||(LA108_0>=64 && LA108_0<=77)||LA108_0==80||(LA108_0>=82 && LA108_0<=84)||LA108_0==96) ) { alt108=1; } switch (alt108) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4298:1: (lv_members_31_0= ruleMember ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4298:1: (lv_members_31_0= ruleMember ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4299:3: lv_members_31_0= ruleMember { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getMembersMemberParserRuleCall_2_1_8_0()); } pushFollow(FollowSets000.FOLLOW_ruleMember_in_ruleAnnotationField7792); lv_members_31_0=ruleMember(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } add( current, "members", lv_members_31_0, "Member"); afterParserOrEnumRuleCall(); } } } break; default : break loop108; } } while (true); otherlv_32=(Token)match(input,50,FollowSets000.FOLLOW_50_in_ruleAnnotationField7805); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_32, grammarAccess.getAnnotationFieldAccess().getRightCurlyBracketKeyword_2_1_9()); } } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4320:6: ( () ( (lv_modifiers_34_0= ruleCommonModifier ) )* otherlv_35= 'interface' ( (lv_name_36_0= ruleValidID ) ) (otherlv_37= '<' ( (lv_typeParameters_38_0= ruleJvmTypeParameter ) ) (otherlv_39= ',' ( (lv_typeParameters_40_0= ruleJvmTypeParameter ) ) )* otherlv_41= '>' )? (otherlv_42= 'extends' ( (lv_extends_43_0= ruleJvmParameterizedTypeReference ) ) (otherlv_44= ',' ( (lv_extends_45_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_46= '{' ( (lv_members_47_0= ruleMember ) )* otherlv_48= '}' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4320:6: ( () ( (lv_modifiers_34_0= ruleCommonModifier ) )* otherlv_35= 'interface' ( (lv_name_36_0= ruleValidID ) ) (otherlv_37= '<' ( (lv_typeParameters_38_0= ruleJvmTypeParameter ) ) (otherlv_39= ',' ( (lv_typeParameters_40_0= ruleJvmTypeParameter ) ) )* otherlv_41= '>' )? (otherlv_42= 'extends' ( (lv_extends_43_0= ruleJvmParameterizedTypeReference ) ) (otherlv_44= ',' ( (lv_extends_45_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_46= '{' ( (lv_members_47_0= ruleMember ) )* otherlv_48= '}' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4320:7: () ( (lv_modifiers_34_0= ruleCommonModifier ) )* otherlv_35= 'interface' ( (lv_name_36_0= ruleValidID ) ) (otherlv_37= '<' ( (lv_typeParameters_38_0= ruleJvmTypeParameter ) ) (otherlv_39= ',' ( (lv_typeParameters_40_0= ruleJvmTypeParameter ) ) )* otherlv_41= '>' )? (otherlv_42= 'extends' ( (lv_extends_43_0= ruleJvmParameterizedTypeReference ) ) (otherlv_44= ',' ( (lv_extends_45_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_46= '{' ( (lv_members_47_0= ruleMember ) )* otherlv_48= '}' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4320:7: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4321:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getAnnotationFieldAccess().getXtendInterfaceAnnotationInfoAction_2_2_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4326:2: ( (lv_modifiers_34_0= ruleCommonModifier ) )* loop109: do { int alt109=2; int LA109_0 = input.LA(1); if ( (LA109_0==39||(LA109_0>=64 && LA109_0<=75)) ) { alt109=1; } switch (alt109) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4327:1: (lv_modifiers_34_0= ruleCommonModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4327:1: (lv_modifiers_34_0= ruleCommonModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4328:3: lv_modifiers_34_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getModifiersCommonModifierParserRuleCall_2_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleAnnotationField7843); lv_modifiers_34_0=ruleCommonModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } add( current, "modifiers", lv_modifiers_34_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } break; default : break loop109; } } while (true); otherlv_35=(Token)match(input,59,FollowSets000.FOLLOW_59_in_ruleAnnotationField7856); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_35, grammarAccess.getAnnotationFieldAccess().getInterfaceKeyword_2_2_2()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4348:1: ( (lv_name_36_0= ruleValidID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4349:1: (lv_name_36_0= ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4349:1: (lv_name_36_0= ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4350:3: lv_name_36_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getNameValidIDParserRuleCall_2_2_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleAnnotationField7877); lv_name_36_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } set( current, "name", lv_name_36_0, "ValidID"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4366:2: (otherlv_37= '<' ( (lv_typeParameters_38_0= ruleJvmTypeParameter ) ) (otherlv_39= ',' ( (lv_typeParameters_40_0= ruleJvmTypeParameter ) ) )* otherlv_41= '>' )? int alt111=2; int LA111_0 = input.LA(1); if ( (LA111_0==51) ) { alt111=1; } switch (alt111) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4366:4: otherlv_37= '<' ( (lv_typeParameters_38_0= ruleJvmTypeParameter ) ) (otherlv_39= ',' ( (lv_typeParameters_40_0= ruleJvmTypeParameter ) ) )* otherlv_41= '>' { otherlv_37=(Token)match(input,51,FollowSets000.FOLLOW_51_in_ruleAnnotationField7890); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_37, grammarAccess.getAnnotationFieldAccess().getLessThanSignKeyword_2_2_4_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4370:1: ( (lv_typeParameters_38_0= ruleJvmTypeParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4371:1: (lv_typeParameters_38_0= ruleJvmTypeParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4371:1: (lv_typeParameters_38_0= ruleJvmTypeParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4372:3: lv_typeParameters_38_0= ruleJvmTypeParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getTypeParametersJvmTypeParameterParserRuleCall_2_2_4_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeParameter_in_ruleAnnotationField7911); lv_typeParameters_38_0=ruleJvmTypeParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } add( current, "typeParameters", lv_typeParameters_38_0, "JvmTypeParameter"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4388:2: (otherlv_39= ',' ( (lv_typeParameters_40_0= ruleJvmTypeParameter ) ) )* loop110: do { int alt110=2; int LA110_0 = input.LA(1); if ( (LA110_0==52) ) { alt110=1; } switch (alt110) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4388:4: otherlv_39= ',' ( (lv_typeParameters_40_0= ruleJvmTypeParameter ) ) { otherlv_39=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleAnnotationField7924); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_39, grammarAccess.getAnnotationFieldAccess().getCommaKeyword_2_2_4_2_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4392:1: ( (lv_typeParameters_40_0= ruleJvmTypeParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4393:1: (lv_typeParameters_40_0= ruleJvmTypeParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4393:1: (lv_typeParameters_40_0= ruleJvmTypeParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4394:3: lv_typeParameters_40_0= ruleJvmTypeParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getTypeParametersJvmTypeParameterParserRuleCall_2_2_4_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeParameter_in_ruleAnnotationField7945); lv_typeParameters_40_0=ruleJvmTypeParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } add( current, "typeParameters", lv_typeParameters_40_0, "JvmTypeParameter"); afterParserOrEnumRuleCall(); } } } } break; default : break loop110; } } while (true); otherlv_41=(Token)match(input,53,FollowSets000.FOLLOW_53_in_ruleAnnotationField7959); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_41, grammarAccess.getAnnotationFieldAccess().getGreaterThanSignKeyword_2_2_4_3()); } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4414:3: (otherlv_42= 'extends' ( (lv_extends_43_0= ruleJvmParameterizedTypeReference ) ) (otherlv_44= ',' ( (lv_extends_45_0= ruleJvmParameterizedTypeReference ) ) )* )? int alt113=2; int LA113_0 = input.LA(1); if ( (LA113_0==57) ) { alt113=1; } switch (alt113) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4414:5: otherlv_42= 'extends' ( (lv_extends_43_0= ruleJvmParameterizedTypeReference ) ) (otherlv_44= ',' ( (lv_extends_45_0= ruleJvmParameterizedTypeReference ) ) )* { otherlv_42=(Token)match(input,57,FollowSets000.FOLLOW_57_in_ruleAnnotationField7974); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_42, grammarAccess.getAnnotationFieldAccess().getExtendsKeyword_2_2_5_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4418:1: ( (lv_extends_43_0= ruleJvmParameterizedTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4419:1: (lv_extends_43_0= ruleJvmParameterizedTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4419:1: (lv_extends_43_0= ruleJvmParameterizedTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4420:3: lv_extends_43_0= ruleJvmParameterizedTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getExtendsJvmParameterizedTypeReferenceParserRuleCall_2_2_5_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmParameterizedTypeReference_in_ruleAnnotationField7995); lv_extends_43_0=ruleJvmParameterizedTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } add( current, "extends", lv_extends_43_0, "JvmParameterizedTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4436:2: (otherlv_44= ',' ( (lv_extends_45_0= ruleJvmParameterizedTypeReference ) ) )* loop112: do { int alt112=2; int LA112_0 = input.LA(1); if ( (LA112_0==52) ) { alt112=1; } switch (alt112) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4436:4: otherlv_44= ',' ( (lv_extends_45_0= ruleJvmParameterizedTypeReference ) ) { otherlv_44=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleAnnotationField8008); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_44, grammarAccess.getAnnotationFieldAccess().getCommaKeyword_2_2_5_2_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4440:1: ( (lv_extends_45_0= ruleJvmParameterizedTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4441:1: (lv_extends_45_0= ruleJvmParameterizedTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4441:1: (lv_extends_45_0= ruleJvmParameterizedTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4442:3: lv_extends_45_0= ruleJvmParameterizedTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getExtendsJvmParameterizedTypeReferenceParserRuleCall_2_2_5_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmParameterizedTypeReference_in_ruleAnnotationField8029); lv_extends_45_0=ruleJvmParameterizedTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } add( current, "extends", lv_extends_45_0, "JvmParameterizedTypeReference"); afterParserOrEnumRuleCall(); } } } } break; default : break loop112; } } while (true); } break; } otherlv_46=(Token)match(input,49,FollowSets000.FOLLOW_49_in_ruleAnnotationField8045); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_46, grammarAccess.getAnnotationFieldAccess().getLeftCurlyBracketKeyword_2_2_6()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4462:1: ( (lv_members_47_0= ruleMember ) )* loop114: do { int alt114=2; int LA114_0 = input.LA(1); if ( (LA114_0==RULE_ID||(LA114_0>=39 && LA114_0<=40)||LA114_0==54||(LA114_0>=61 && LA114_0<=62)||(LA114_0>=64 && LA114_0<=77)||LA114_0==80||(LA114_0>=82 && LA114_0<=84)||LA114_0==96) ) { alt114=1; } switch (alt114) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4463:1: (lv_members_47_0= ruleMember ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4463:1: (lv_members_47_0= ruleMember ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4464:3: lv_members_47_0= ruleMember { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getMembersMemberParserRuleCall_2_2_7_0()); } pushFollow(FollowSets000.FOLLOW_ruleMember_in_ruleAnnotationField8066); lv_members_47_0=ruleMember(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } add( current, "members", lv_members_47_0, "Member"); afterParserOrEnumRuleCall(); } } } break; default : break loop114; } } while (true); otherlv_48=(Token)match(input,50,FollowSets000.FOLLOW_50_in_ruleAnnotationField8079); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_48, grammarAccess.getAnnotationFieldAccess().getRightCurlyBracketKeyword_2_2_8()); } } } break; case 4 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4485:6: ( () ( (lv_modifiers_50_0= ruleCommonModifier ) )* otherlv_51= 'enum' ( (lv_name_52_0= ruleValidID ) ) otherlv_53= '{' ( ( (lv_members_54_0= ruleXtendEnumLiteral ) ) (otherlv_55= ',' ( (lv_members_56_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_57= ';' )? otherlv_58= '}' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4485:6: ( () ( (lv_modifiers_50_0= ruleCommonModifier ) )* otherlv_51= 'enum' ( (lv_name_52_0= ruleValidID ) ) otherlv_53= '{' ( ( (lv_members_54_0= ruleXtendEnumLiteral ) ) (otherlv_55= ',' ( (lv_members_56_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_57= ';' )? otherlv_58= '}' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4485:7: () ( (lv_modifiers_50_0= ruleCommonModifier ) )* otherlv_51= 'enum' ( (lv_name_52_0= ruleValidID ) ) otherlv_53= '{' ( ( (lv_members_54_0= ruleXtendEnumLiteral ) ) (otherlv_55= ',' ( (lv_members_56_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_57= ';' )? otherlv_58= '}' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4485:7: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4486:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getAnnotationFieldAccess().getXtendEnumAnnotationInfoAction_2_3_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4491:2: ( (lv_modifiers_50_0= ruleCommonModifier ) )* loop115: do { int alt115=2; int LA115_0 = input.LA(1); if ( (LA115_0==39||(LA115_0>=64 && LA115_0<=75)) ) { alt115=1; } switch (alt115) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4492:1: (lv_modifiers_50_0= ruleCommonModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4492:1: (lv_modifiers_50_0= ruleCommonModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4493:3: lv_modifiers_50_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getModifiersCommonModifierParserRuleCall_2_3_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleAnnotationField8117); lv_modifiers_50_0=ruleCommonModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } add( current, "modifiers", lv_modifiers_50_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } break; default : break loop115; } } while (true); otherlv_51=(Token)match(input,60,FollowSets000.FOLLOW_60_in_ruleAnnotationField8130); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_51, grammarAccess.getAnnotationFieldAccess().getEnumKeyword_2_3_2()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4513:1: ( (lv_name_52_0= ruleValidID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4514:1: (lv_name_52_0= ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4514:1: (lv_name_52_0= ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4515:3: lv_name_52_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getNameValidIDParserRuleCall_2_3_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleAnnotationField8151); lv_name_52_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } set( current, "name", lv_name_52_0, "ValidID"); afterParserOrEnumRuleCall(); } } } otherlv_53=(Token)match(input,49,FollowSets000.FOLLOW_49_in_ruleAnnotationField8163); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_53, grammarAccess.getAnnotationFieldAccess().getLeftCurlyBracketKeyword_2_3_4()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4535:1: ( ( (lv_members_54_0= ruleXtendEnumLiteral ) ) (otherlv_55= ',' ( (lv_members_56_0= ruleXtendEnumLiteral ) ) )* )? int alt117=2; int LA117_0 = input.LA(1); if ( (LA117_0==RULE_ID||LA117_0==61||LA117_0==80||(LA117_0>=82 && LA117_0<=84)) ) { alt117=1; } switch (alt117) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4535:2: ( (lv_members_54_0= ruleXtendEnumLiteral ) ) (otherlv_55= ',' ( (lv_members_56_0= ruleXtendEnumLiteral ) ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4535:2: ( (lv_members_54_0= ruleXtendEnumLiteral ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4536:1: (lv_members_54_0= ruleXtendEnumLiteral ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4536:1: (lv_members_54_0= ruleXtendEnumLiteral ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4537:3: lv_members_54_0= ruleXtendEnumLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getMembersXtendEnumLiteralParserRuleCall_2_3_5_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXtendEnumLiteral_in_ruleAnnotationField8185); lv_members_54_0=ruleXtendEnumLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } add( current, "members", lv_members_54_0, "XtendEnumLiteral"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4553:2: (otherlv_55= ',' ( (lv_members_56_0= ruleXtendEnumLiteral ) ) )* loop116: do { int alt116=2; int LA116_0 = input.LA(1); if ( (LA116_0==52) ) { alt116=1; } switch (alt116) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4553:4: otherlv_55= ',' ( (lv_members_56_0= ruleXtendEnumLiteral ) ) { otherlv_55=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleAnnotationField8198); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_55, grammarAccess.getAnnotationFieldAccess().getCommaKeyword_2_3_5_1_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4557:1: ( (lv_members_56_0= ruleXtendEnumLiteral ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4558:1: (lv_members_56_0= ruleXtendEnumLiteral ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4558:1: (lv_members_56_0= ruleXtendEnumLiteral ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4559:3: lv_members_56_0= ruleXtendEnumLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getMembersXtendEnumLiteralParserRuleCall_2_3_5_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXtendEnumLiteral_in_ruleAnnotationField8219); lv_members_56_0=ruleXtendEnumLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } add( current, "members", lv_members_56_0, "XtendEnumLiteral"); afterParserOrEnumRuleCall(); } } } } break; default : break loop116; } } while (true); } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4575:6: (otherlv_57= ';' )? int alt118=2; int LA118_0 = input.LA(1); if ( (LA118_0==42) ) { alt118=1; } switch (alt118) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4575:8: otherlv_57= ';' { otherlv_57=(Token)match(input,42,FollowSets000.FOLLOW_42_in_ruleAnnotationField8236); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_57, grammarAccess.getAnnotationFieldAccess().getSemicolonKeyword_2_3_6()); } } break; } otherlv_58=(Token)match(input,50,FollowSets000.FOLLOW_50_in_ruleAnnotationField8250); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_58, grammarAccess.getAnnotationFieldAccess().getRightCurlyBracketKeyword_2_3_7()); } } } break; case 5 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4584:6: ( () ( (lv_modifiers_60_0= ruleCommonModifier ) )* otherlv_61= 'annotation' ( (lv_name_62_0= ruleValidID ) ) otherlv_63= '{' ( (lv_members_64_0= ruleAnnotationField ) )* otherlv_65= '}' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4584:6: ( () ( (lv_modifiers_60_0= ruleCommonModifier ) )* otherlv_61= 'annotation' ( (lv_name_62_0= ruleValidID ) ) otherlv_63= '{' ( (lv_members_64_0= ruleAnnotationField ) )* otherlv_65= '}' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4584:7: () ( (lv_modifiers_60_0= ruleCommonModifier ) )* otherlv_61= 'annotation' ( (lv_name_62_0= ruleValidID ) ) otherlv_63= '{' ( (lv_members_64_0= ruleAnnotationField ) )* otherlv_65= '}' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4584:7: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4585:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getAnnotationFieldAccess().getXtendAnnotationTypeAnnotationInfoAction_2_4_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4590:2: ( (lv_modifiers_60_0= ruleCommonModifier ) )* loop119: do { int alt119=2; int LA119_0 = input.LA(1); if ( (LA119_0==39||(LA119_0>=64 && LA119_0<=75)) ) { alt119=1; } switch (alt119) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4591:1: (lv_modifiers_60_0= ruleCommonModifier ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4591:1: (lv_modifiers_60_0= ruleCommonModifier ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4592:3: lv_modifiers_60_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getModifiersCommonModifierParserRuleCall_2_4_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleAnnotationField8288); lv_modifiers_60_0=ruleCommonModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } add( current, "modifiers", lv_modifiers_60_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } break; default : break loop119; } } while (true); otherlv_61=(Token)match(input,61,FollowSets000.FOLLOW_61_in_ruleAnnotationField8301); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_61, grammarAccess.getAnnotationFieldAccess().getAnnotationKeyword_2_4_2()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4612:1: ( (lv_name_62_0= ruleValidID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4613:1: (lv_name_62_0= ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4613:1: (lv_name_62_0= ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4614:3: lv_name_62_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getNameValidIDParserRuleCall_2_4_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleAnnotationField8322); lv_name_62_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } set( current, "name", lv_name_62_0, "ValidID"); afterParserOrEnumRuleCall(); } } } otherlv_63=(Token)match(input,49,FollowSets000.FOLLOW_49_in_ruleAnnotationField8334); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_63, grammarAccess.getAnnotationFieldAccess().getLeftCurlyBracketKeyword_2_4_4()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4634:1: ( (lv_members_64_0= ruleAnnotationField ) )* loop120: do { int alt120=2; int LA120_0 = input.LA(1); if ( (LA120_0==RULE_ID||LA120_0==39||LA120_0==54||LA120_0==56||(LA120_0>=59 && LA120_0<=62)||(LA120_0>=64 && LA120_0<=77)||LA120_0==80||(LA120_0>=82 && LA120_0<=84)||LA120_0==96) ) { alt120=1; } switch (alt120) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4635:1: (lv_members_64_0= ruleAnnotationField ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4635:1: (lv_members_64_0= ruleAnnotationField ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4636:3: lv_members_64_0= ruleAnnotationField { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getMembersAnnotationFieldParserRuleCall_2_4_5_0()); } pushFollow(FollowSets000.FOLLOW_ruleAnnotationField_in_ruleAnnotationField8355); lv_members_64_0=ruleAnnotationField(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getAnnotationFieldRule()); } add( current, "members", lv_members_64_0, "AnnotationField"); afterParserOrEnumRuleCall(); } } } break; default : break loop120; } } while (true); otherlv_65=(Token)match(input,50,FollowSets000.FOLLOW_50_in_ruleAnnotationField8368); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_65, grammarAccess.getAnnotationFieldAccess().getRightCurlyBracketKeyword_2_4_6()); } } } break; } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleAnnotationField" // $ANTLR start "entryRuleTypeReferenceNoTypeArgs" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4664:1: entryRuleTypeReferenceNoTypeArgs returns [EObject current=null] : iv_ruleTypeReferenceNoTypeArgs= ruleTypeReferenceNoTypeArgs EOF ; public final EObject entryRuleTypeReferenceNoTypeArgs() throws RecognitionException { EObject current = null; EObject iv_ruleTypeReferenceNoTypeArgs = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4665:2: (iv_ruleTypeReferenceNoTypeArgs= ruleTypeReferenceNoTypeArgs EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4666:2: iv_ruleTypeReferenceNoTypeArgs= ruleTypeReferenceNoTypeArgs EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeReferenceNoTypeArgsRule()); } pushFollow(FollowSets000.FOLLOW_ruleTypeReferenceNoTypeArgs_in_entryRuleTypeReferenceNoTypeArgs8406); iv_ruleTypeReferenceNoTypeArgs=ruleTypeReferenceNoTypeArgs(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleTypeReferenceNoTypeArgs; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleTypeReferenceNoTypeArgs8416); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleTypeReferenceNoTypeArgs" // $ANTLR start "ruleTypeReferenceNoTypeArgs" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4673:1: ruleTypeReferenceNoTypeArgs returns [EObject current=null] : ( ( ruleQualifiedName ) ) ; public final EObject ruleTypeReferenceNoTypeArgs() throws RecognitionException { EObject current = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4676:28: ( ( ( ruleQualifiedName ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4677:1: ( ( ruleQualifiedName ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4677:1: ( ( ruleQualifiedName ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4678:1: ( ruleQualifiedName ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4678:1: ( ruleQualifiedName ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4679:3: ruleQualifiedName { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getTypeReferenceNoTypeArgsRule()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeReferenceNoTypeArgsAccess().getTypeJvmTypeCrossReference_0()); } pushFollow(FollowSets000.FOLLOW_ruleQualifiedName_in_ruleTypeReferenceNoTypeArgs8463); ruleQualifiedName(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleTypeReferenceNoTypeArgs" // $ANTLR start "entryRuleParameterizedTypeReferenceWithTypeArgs" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4702:1: entryRuleParameterizedTypeReferenceWithTypeArgs returns [EObject current=null] : iv_ruleParameterizedTypeReferenceWithTypeArgs= ruleParameterizedTypeReferenceWithTypeArgs EOF ; public final EObject entryRuleParameterizedTypeReferenceWithTypeArgs() throws RecognitionException { EObject current = null; EObject iv_ruleParameterizedTypeReferenceWithTypeArgs = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4703:2: (iv_ruleParameterizedTypeReferenceWithTypeArgs= ruleParameterizedTypeReferenceWithTypeArgs EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4704:2: iv_ruleParameterizedTypeReferenceWithTypeArgs= ruleParameterizedTypeReferenceWithTypeArgs EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getParameterizedTypeReferenceWithTypeArgsRule()); } pushFollow(FollowSets000.FOLLOW_ruleParameterizedTypeReferenceWithTypeArgs_in_entryRuleParameterizedTypeReferenceWithTypeArgs8500); iv_ruleParameterizedTypeReferenceWithTypeArgs=ruleParameterizedTypeReferenceWithTypeArgs(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleParameterizedTypeReferenceWithTypeArgs; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleParameterizedTypeReferenceWithTypeArgs8510); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleParameterizedTypeReferenceWithTypeArgs" // $ANTLR start "ruleParameterizedTypeReferenceWithTypeArgs" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4711:1: ruleParameterizedTypeReferenceWithTypeArgs returns [EObject current=null] : ( ( ( ruleQualifiedName ) ) (otherlv_1= '<' ( (lv_arguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' ( ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? )* ) ) ; public final EObject ruleParameterizedTypeReferenceWithTypeArgs() throws RecognitionException { EObject current = null; Token otherlv_1=null; Token otherlv_3=null; Token otherlv_5=null; Token otherlv_7=null; Token otherlv_9=null; Token otherlv_11=null; Token otherlv_13=null; EObject lv_arguments_2_0 = null; EObject lv_arguments_4_0 = null; EObject lv_arguments_10_0 = null; EObject lv_arguments_12_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4714:28: ( ( ( ( ruleQualifiedName ) ) (otherlv_1= '<' ( (lv_arguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' ( ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? )* ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4715:1: ( ( ( ruleQualifiedName ) ) (otherlv_1= '<' ( (lv_arguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' ( ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? )* ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4715:1: ( ( ( ruleQualifiedName ) ) (otherlv_1= '<' ( (lv_arguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' ( ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? )* ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4715:2: ( ( ruleQualifiedName ) ) (otherlv_1= '<' ( (lv_arguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' ( ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? )* ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4715:2: ( ( ruleQualifiedName ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4716:1: ( ruleQualifiedName ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4716:1: ( ruleQualifiedName ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4717:3: ruleQualifiedName { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getParameterizedTypeReferenceWithTypeArgsRule()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getParameterizedTypeReferenceWithTypeArgsAccess().getTypeJvmTypeCrossReference_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleQualifiedName_in_ruleParameterizedTypeReferenceWithTypeArgs8558); ruleQualifiedName(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4730:2: (otherlv_1= '<' ( (lv_arguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' ( ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? )* ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4730:4: otherlv_1= '<' ( (lv_arguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' ( ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? )* { otherlv_1=(Token)match(input,51,FollowSets000.FOLLOW_51_in_ruleParameterizedTypeReferenceWithTypeArgs8571); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getParameterizedTypeReferenceWithTypeArgsAccess().getLessThanSignKeyword_1_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4734:1: ( (lv_arguments_2_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4735:1: (lv_arguments_2_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4735:1: (lv_arguments_2_0= ruleJvmArgumentTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4736:3: lv_arguments_2_0= ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getParameterizedTypeReferenceWithTypeArgsAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmArgumentTypeReference_in_ruleParameterizedTypeReferenceWithTypeArgs8592); lv_arguments_2_0=ruleJvmArgumentTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getParameterizedTypeReferenceWithTypeArgsRule()); } add( current, "arguments", lv_arguments_2_0, "JvmArgumentTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4752:2: (otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) )* loop122: do { int alt122=2; int LA122_0 = input.LA(1); if ( (LA122_0==52) ) { alt122=1; } switch (alt122) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4752:4: otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) { otherlv_3=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleParameterizedTypeReferenceWithTypeArgs8605); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_3, grammarAccess.getParameterizedTypeReferenceWithTypeArgsAccess().getCommaKeyword_1_2_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4756:1: ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4757:1: (lv_arguments_4_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4757:1: (lv_arguments_4_0= ruleJvmArgumentTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4758:3: lv_arguments_4_0= ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getParameterizedTypeReferenceWithTypeArgsAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmArgumentTypeReference_in_ruleParameterizedTypeReferenceWithTypeArgs8626); lv_arguments_4_0=ruleJvmArgumentTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getParameterizedTypeReferenceWithTypeArgsRule()); } add( current, "arguments", lv_arguments_4_0, "JvmArgumentTypeReference"); afterParserOrEnumRuleCall(); } } } } break; default : break loop122; } } while (true); otherlv_5=(Token)match(input,53,FollowSets000.FOLLOW_53_in_ruleParameterizedTypeReferenceWithTypeArgs8640); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_5, grammarAccess.getParameterizedTypeReferenceWithTypeArgsAccess().getGreaterThanSignKeyword_1_3()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4778:1: ( ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? )* loop125: do { int alt125=2; int LA125_0 = input.LA(1); if ( (LA125_0==63) && (synpred12_InternalFeature())) { alt125=1; } switch (alt125) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4778:2: ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4778:2: ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4778:3: ( ( () '.' ) )=> ( () otherlv_7= '.' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4780:5: ( () otherlv_7= '.' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4780:6: () otherlv_7= '.' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4780:6: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4781:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getParameterizedTypeReferenceWithTypeArgsAccess().getJvmInnerTypeReferenceOuterAction_1_4_0_0_0(), current); } } otherlv_7=(Token)match(input,63,FollowSets000.FOLLOW_63_in_ruleParameterizedTypeReferenceWithTypeArgs8676); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_7, grammarAccess.getParameterizedTypeReferenceWithTypeArgsAccess().getFullStopKeyword_1_4_0_0_1()); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4790:3: ( ( ruleValidID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4791:1: ( ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4791:1: ( ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4792:3: ruleValidID { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getParameterizedTypeReferenceWithTypeArgsRule()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getParameterizedTypeReferenceWithTypeArgsAccess().getTypeJvmTypeCrossReference_1_4_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleParameterizedTypeReferenceWithTypeArgs8701); ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4805:2: ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? int alt124=2; int LA124_0 = input.LA(1); if ( (LA124_0==51) && (synpred13_InternalFeature())) { alt124=1; } switch (alt124) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4805:3: ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4805:3: ( ( '<' )=>otherlv_9= '<' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4805:4: ( '<' )=>otherlv_9= '<' { otherlv_9=(Token)match(input,51,FollowSets000.FOLLOW_51_in_ruleParameterizedTypeReferenceWithTypeArgs8722); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_9, grammarAccess.getParameterizedTypeReferenceWithTypeArgsAccess().getLessThanSignKeyword_1_4_2_0()); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4810:2: ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4811:1: (lv_arguments_10_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4811:1: (lv_arguments_10_0= ruleJvmArgumentTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4812:3: lv_arguments_10_0= ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getParameterizedTypeReferenceWithTypeArgsAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_4_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmArgumentTypeReference_in_ruleParameterizedTypeReferenceWithTypeArgs8744); lv_arguments_10_0=ruleJvmArgumentTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getParameterizedTypeReferenceWithTypeArgsRule()); } add( current, "arguments", lv_arguments_10_0, "JvmArgumentTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4828:2: (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* loop123: do { int alt123=2; int LA123_0 = input.LA(1); if ( (LA123_0==52) ) { alt123=1; } switch (alt123) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4828:4: otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) { otherlv_11=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleParameterizedTypeReferenceWithTypeArgs8757); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_11, grammarAccess.getParameterizedTypeReferenceWithTypeArgsAccess().getCommaKeyword_1_4_2_2_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4832:1: ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4833:1: (lv_arguments_12_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4833:1: (lv_arguments_12_0= ruleJvmArgumentTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4834:3: lv_arguments_12_0= ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getParameterizedTypeReferenceWithTypeArgsAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_4_2_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmArgumentTypeReference_in_ruleParameterizedTypeReferenceWithTypeArgs8778); lv_arguments_12_0=ruleJvmArgumentTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getParameterizedTypeReferenceWithTypeArgsRule()); } add( current, "arguments", lv_arguments_12_0, "JvmArgumentTypeReference"); afterParserOrEnumRuleCall(); } } } } break; default : break loop123; } } while (true); otherlv_13=(Token)match(input,53,FollowSets000.FOLLOW_53_in_ruleParameterizedTypeReferenceWithTypeArgs8792); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_13, grammarAccess.getParameterizedTypeReferenceWithTypeArgsAccess().getGreaterThanSignKeyword_1_4_2_3()); } } break; } } break; default : break loop125; } } while (true); } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleParameterizedTypeReferenceWithTypeArgs" // $ANTLR start "entryRuleFunctionID" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4862:1: entryRuleFunctionID returns [String current=null] : iv_ruleFunctionID= ruleFunctionID EOF ; public final String entryRuleFunctionID() throws RecognitionException { String current = null; AntlrDatatypeRuleToken iv_ruleFunctionID = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4863:2: (iv_ruleFunctionID= ruleFunctionID EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4864:2: iv_ruleFunctionID= ruleFunctionID EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getFunctionIDRule()); } pushFollow(FollowSets000.FOLLOW_ruleFunctionID_in_entryRuleFunctionID8834); iv_ruleFunctionID=ruleFunctionID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleFunctionID.getText(); } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleFunctionID8845); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleFunctionID" // $ANTLR start "ruleFunctionID" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4871:1: ruleFunctionID returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_ValidID_0= ruleValidID | this_Operators_1= ruleOperators ) ; public final AntlrDatatypeRuleToken ruleFunctionID() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); AntlrDatatypeRuleToken this_ValidID_0 = null; AntlrDatatypeRuleToken this_Operators_1 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4874:28: ( (this_ValidID_0= ruleValidID | this_Operators_1= ruleOperators ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4875:1: (this_ValidID_0= ruleValidID | this_Operators_1= ruleOperators ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4875:1: (this_ValidID_0= ruleValidID | this_Operators_1= ruleOperators ) int alt126=2; int LA126_0 = input.LA(1); if ( (LA126_0==RULE_ID||LA126_0==61||LA126_0==80||(LA126_0>=82 && LA126_0<=84)) ) { alt126=1; } else if ( (LA126_0==51||LA126_0==53||LA126_0==62||(LA126_0>=100 && LA126_0<=123)||(LA126_0>=125 && LA126_0<=126)) ) { alt126=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 126, 0, input); throw nvae; } switch (alt126) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4876:5: this_ValidID_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getFunctionIDAccess().getValidIDParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleFunctionID8892); this_ValidID_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(this_ValidID_0); } if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4888:5: this_Operators_1= ruleOperators { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getFunctionIDAccess().getOperatorsParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleOperators_in_ruleFunctionID8925); this_Operators_1=ruleOperators(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(this_Operators_1); } if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleFunctionID" // $ANTLR start "entryRuleOperators" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4906:1: entryRuleOperators returns [String current=null] : iv_ruleOperators= ruleOperators EOF ; public final String entryRuleOperators() throws RecognitionException { String current = null; AntlrDatatypeRuleToken iv_ruleOperators = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4907:2: (iv_ruleOperators= ruleOperators EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4908:2: iv_ruleOperators= ruleOperators EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOperatorsRule()); } pushFollow(FollowSets000.FOLLOW_ruleOperators_in_entryRuleOperators8971); iv_ruleOperators=ruleOperators(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleOperators.getText(); } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleOperators8982); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleOperators" // $ANTLR start "ruleOperators" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4915:1: ruleOperators returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_OpMultiAssign_0= ruleOpMultiAssign | this_OpOr_1= ruleOpOr | this_OpAnd_2= ruleOpAnd | this_OpEquality_3= ruleOpEquality | this_OpCompare_4= ruleOpCompare | this_OpOther_5= ruleOpOther | this_OpMulti_6= ruleOpMulti | this_OpUnary_7= ruleOpUnary | this_OpPostfix_8= ruleOpPostfix ) ; public final AntlrDatatypeRuleToken ruleOperators() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); AntlrDatatypeRuleToken this_OpMultiAssign_0 = null; AntlrDatatypeRuleToken this_OpOr_1 = null; AntlrDatatypeRuleToken this_OpAnd_2 = null; AntlrDatatypeRuleToken this_OpEquality_3 = null; AntlrDatatypeRuleToken this_OpCompare_4 = null; AntlrDatatypeRuleToken this_OpOther_5 = null; AntlrDatatypeRuleToken this_OpMulti_6 = null; AntlrDatatypeRuleToken this_OpUnary_7 = null; AntlrDatatypeRuleToken this_OpPostfix_8 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4918:28: ( (this_OpMultiAssign_0= ruleOpMultiAssign | this_OpOr_1= ruleOpOr | this_OpAnd_2= ruleOpAnd | this_OpEquality_3= ruleOpEquality | this_OpCompare_4= ruleOpCompare | this_OpOther_5= ruleOpOther | this_OpMulti_6= ruleOpMulti | this_OpUnary_7= ruleOpUnary | this_OpPostfix_8= ruleOpPostfix ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4919:1: (this_OpMultiAssign_0= ruleOpMultiAssign | this_OpOr_1= ruleOpOr | this_OpAnd_2= ruleOpAnd | this_OpEquality_3= ruleOpEquality | this_OpCompare_4= ruleOpCompare | this_OpOther_5= ruleOpOther | this_OpMulti_6= ruleOpMulti | this_OpUnary_7= ruleOpUnary | this_OpPostfix_8= ruleOpPostfix ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4919:1: (this_OpMultiAssign_0= ruleOpMultiAssign | this_OpOr_1= ruleOpOr | this_OpAnd_2= ruleOpAnd | this_OpEquality_3= ruleOpEquality | this_OpCompare_4= ruleOpCompare | this_OpOther_5= ruleOpOther | this_OpMulti_6= ruleOpMulti | this_OpUnary_7= ruleOpUnary | this_OpPostfix_8= ruleOpPostfix ) int alt127=9; alt127 = dfa127.predict(input); switch (alt127) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4920:5: this_OpMultiAssign_0= ruleOpMultiAssign { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOperatorsAccess().getOpMultiAssignParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleOpMultiAssign_in_ruleOperators9029); this_OpMultiAssign_0=ruleOpMultiAssign(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(this_OpMultiAssign_0); } if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4932:5: this_OpOr_1= ruleOpOr { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOperatorsAccess().getOpOrParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleOpOr_in_ruleOperators9062); this_OpOr_1=ruleOpOr(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(this_OpOr_1); } if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4944:5: this_OpAnd_2= ruleOpAnd { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOperatorsAccess().getOpAndParserRuleCall_2()); } pushFollow(FollowSets000.FOLLOW_ruleOpAnd_in_ruleOperators9095); this_OpAnd_2=ruleOpAnd(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(this_OpAnd_2); } if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } break; case 4 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4956:5: this_OpEquality_3= ruleOpEquality { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOperatorsAccess().getOpEqualityParserRuleCall_3()); } pushFollow(FollowSets000.FOLLOW_ruleOpEquality_in_ruleOperators9128); this_OpEquality_3=ruleOpEquality(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(this_OpEquality_3); } if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } break; case 5 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4968:5: this_OpCompare_4= ruleOpCompare { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOperatorsAccess().getOpCompareParserRuleCall_4()); } pushFollow(FollowSets000.FOLLOW_ruleOpCompare_in_ruleOperators9161); this_OpCompare_4=ruleOpCompare(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(this_OpCompare_4); } if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } break; case 6 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4980:5: this_OpOther_5= ruleOpOther { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOperatorsAccess().getOpOtherParserRuleCall_5()); } pushFollow(FollowSets000.FOLLOW_ruleOpOther_in_ruleOperators9194); this_OpOther_5=ruleOpOther(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(this_OpOther_5); } if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } break; case 7 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4992:5: this_OpMulti_6= ruleOpMulti { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOperatorsAccess().getOpMultiParserRuleCall_6()); } pushFollow(FollowSets000.FOLLOW_ruleOpMulti_in_ruleOperators9227); this_OpMulti_6=ruleOpMulti(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(this_OpMulti_6); } if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } break; case 8 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5004:5: this_OpUnary_7= ruleOpUnary { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOperatorsAccess().getOpUnaryParserRuleCall_7()); } pushFollow(FollowSets000.FOLLOW_ruleOpUnary_in_ruleOperators9260); this_OpUnary_7=ruleOpUnary(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(this_OpUnary_7); } if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } break; case 9 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5016:5: this_OpPostfix_8= ruleOpPostfix { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOperatorsAccess().getOpPostfixParserRuleCall_8()); } pushFollow(FollowSets000.FOLLOW_ruleOpPostfix_in_ruleOperators9293); this_OpPostfix_8=ruleOpPostfix(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(this_OpPostfix_8); } if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleOperators" // $ANTLR start "entryRuleXtendEnumLiteral" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5034:1: entryRuleXtendEnumLiteral returns [EObject current=null] : iv_ruleXtendEnumLiteral= ruleXtendEnumLiteral EOF ; public final EObject entryRuleXtendEnumLiteral() throws RecognitionException { EObject current = null; EObject iv_ruleXtendEnumLiteral = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5035:2: (iv_ruleXtendEnumLiteral= ruleXtendEnumLiteral EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5036:2: iv_ruleXtendEnumLiteral= ruleXtendEnumLiteral EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXtendEnumLiteralRule()); } pushFollow(FollowSets000.FOLLOW_ruleXtendEnumLiteral_in_entryRuleXtendEnumLiteral9338); iv_ruleXtendEnumLiteral=ruleXtendEnumLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXtendEnumLiteral; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXtendEnumLiteral9348); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXtendEnumLiteral" // $ANTLR start "ruleXtendEnumLiteral" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5043:1: ruleXtendEnumLiteral returns [EObject current=null] : ( (lv_name_0_0= ruleValidID ) ) ; public final EObject ruleXtendEnumLiteral() throws RecognitionException { EObject current = null; AntlrDatatypeRuleToken lv_name_0_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5046:28: ( ( (lv_name_0_0= ruleValidID ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5047:1: ( (lv_name_0_0= ruleValidID ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5047:1: ( (lv_name_0_0= ruleValidID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5048:1: (lv_name_0_0= ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5048:1: (lv_name_0_0= ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5049:3: lv_name_0_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXtendEnumLiteralAccess().getNameValidIDParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleXtendEnumLiteral9393); lv_name_0_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXtendEnumLiteralRule()); } set( current, "name", lv_name_0_0, "ValidID"); afterParserOrEnumRuleCall(); } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXtendEnumLiteral" // $ANTLR start "entryRuleCommonModifier" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5073:1: entryRuleCommonModifier returns [String current=null] : iv_ruleCommonModifier= ruleCommonModifier EOF ; public final String entryRuleCommonModifier() throws RecognitionException { String current = null; AntlrDatatypeRuleToken iv_ruleCommonModifier = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5074:2: (iv_ruleCommonModifier= ruleCommonModifier EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5075:2: iv_ruleCommonModifier= ruleCommonModifier EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getCommonModifierRule()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_entryRuleCommonModifier9429); iv_ruleCommonModifier=ruleCommonModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleCommonModifier.getText(); } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleCommonModifier9440); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleCommonModifier" // $ANTLR start "ruleCommonModifier" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5082:1: ruleCommonModifier returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= 'public' | kw= 'private' | kw= 'protected' | kw= 'package' | kw= 'abstract' | kw= 'static' | kw= 'dispatch' | kw= 'final' | kw= 'strictfp' | kw= 'native' | kw= 'volatile' | kw= 'synchronized' | kw= 'transient' ) ; public final AntlrDatatypeRuleToken ruleCommonModifier() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); Token kw=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5085:28: ( (kw= 'public' | kw= 'private' | kw= 'protected' | kw= 'package' | kw= 'abstract' | kw= 'static' | kw= 'dispatch' | kw= 'final' | kw= 'strictfp' | kw= 'native' | kw= 'volatile' | kw= 'synchronized' | kw= 'transient' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5086:1: (kw= 'public' | kw= 'private' | kw= 'protected' | kw= 'package' | kw= 'abstract' | kw= 'static' | kw= 'dispatch' | kw= 'final' | kw= 'strictfp' | kw= 'native' | kw= 'volatile' | kw= 'synchronized' | kw= 'transient' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5086:1: (kw= 'public' | kw= 'private' | kw= 'protected' | kw= 'package' | kw= 'abstract' | kw= 'static' | kw= 'dispatch' | kw= 'final' | kw= 'strictfp' | kw= 'native' | kw= 'volatile' | kw= 'synchronized' | kw= 'transient' ) int alt128=13; switch ( input.LA(1) ) { case 64: { alt128=1; } break; case 65: { alt128=2; } break; case 66: { alt128=3; } break; case 39: { alt128=4; } break; case 67: { alt128=5; } break; case 68: { alt128=6; } break; case 69: { alt128=7; } break; case 70: { alt128=8; } break; case 71: { alt128=9; } break; case 72: { alt128=10; } break; case 73: { alt128=11; } break; case 74: { alt128=12; } break; case 75: { alt128=13; } break; default: if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 128, 0, input); throw nvae; } switch (alt128) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5087:2: kw= 'public' { kw=(Token)match(input,64,FollowSets000.FOLLOW_64_in_ruleCommonModifier9478); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getCommonModifierAccess().getPublicKeyword_0()); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5094:2: kw= 'private' { kw=(Token)match(input,65,FollowSets000.FOLLOW_65_in_ruleCommonModifier9497); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getCommonModifierAccess().getPrivateKeyword_1()); } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5101:2: kw= 'protected' { kw=(Token)match(input,66,FollowSets000.FOLLOW_66_in_ruleCommonModifier9516); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getCommonModifierAccess().getProtectedKeyword_2()); } } break; case 4 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5108:2: kw= 'package' { kw=(Token)match(input,39,FollowSets000.FOLLOW_39_in_ruleCommonModifier9535); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getCommonModifierAccess().getPackageKeyword_3()); } } break; case 5 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5115:2: kw= 'abstract' { kw=(Token)match(input,67,FollowSets000.FOLLOW_67_in_ruleCommonModifier9554); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getCommonModifierAccess().getAbstractKeyword_4()); } } break; case 6 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5122:2: kw= 'static' { kw=(Token)match(input,68,FollowSets000.FOLLOW_68_in_ruleCommonModifier9573); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getCommonModifierAccess().getStaticKeyword_5()); } } break; case 7 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5129:2: kw= 'dispatch' { kw=(Token)match(input,69,FollowSets000.FOLLOW_69_in_ruleCommonModifier9592); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getCommonModifierAccess().getDispatchKeyword_6()); } } break; case 8 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5136:2: kw= 'final' { kw=(Token)match(input,70,FollowSets000.FOLLOW_70_in_ruleCommonModifier9611); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getCommonModifierAccess().getFinalKeyword_7()); } } break; case 9 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5143:2: kw= 'strictfp' { kw=(Token)match(input,71,FollowSets000.FOLLOW_71_in_ruleCommonModifier9630); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getCommonModifierAccess().getStrictfpKeyword_8()); } } break; case 10 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5150:2: kw= 'native' { kw=(Token)match(input,72,FollowSets000.FOLLOW_72_in_ruleCommonModifier9649); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getCommonModifierAccess().getNativeKeyword_9()); } } break; case 11 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5157:2: kw= 'volatile' { kw=(Token)match(input,73,FollowSets000.FOLLOW_73_in_ruleCommonModifier9668); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getCommonModifierAccess().getVolatileKeyword_10()); } } break; case 12 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5164:2: kw= 'synchronized' { kw=(Token)match(input,74,FollowSets000.FOLLOW_74_in_ruleCommonModifier9687); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getCommonModifierAccess().getSynchronizedKeyword_11()); } } break; case 13 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5171:2: kw= 'transient' { kw=(Token)match(input,75,FollowSets000.FOLLOW_75_in_ruleCommonModifier9706); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getCommonModifierAccess().getTransientKeyword_12()); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleCommonModifier" // $ANTLR start "entryRuleFieldModifier" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5184:1: entryRuleFieldModifier returns [String current=null] : iv_ruleFieldModifier= ruleFieldModifier EOF ; public final String entryRuleFieldModifier() throws RecognitionException { String current = null; AntlrDatatypeRuleToken iv_ruleFieldModifier = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5185:2: (iv_ruleFieldModifier= ruleFieldModifier EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5186:2: iv_ruleFieldModifier= ruleFieldModifier EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getFieldModifierRule()); } pushFollow(FollowSets000.FOLLOW_ruleFieldModifier_in_entryRuleFieldModifier9747); iv_ruleFieldModifier=ruleFieldModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleFieldModifier.getText(); } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleFieldModifier9758); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleFieldModifier" // $ANTLR start "ruleFieldModifier" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5193:1: ruleFieldModifier returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= 'val' | kw= 'var' ) ; public final AntlrDatatypeRuleToken ruleFieldModifier() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); Token kw=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5196:28: ( (kw= 'val' | kw= 'var' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5197:1: (kw= 'val' | kw= 'var' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5197:1: (kw= 'val' | kw= 'var' ) int alt129=2; int LA129_0 = input.LA(1); if ( (LA129_0==76) ) { alt129=1; } else if ( (LA129_0==77) ) { alt129=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 129, 0, input); throw nvae; } switch (alt129) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5198:2: kw= 'val' { kw=(Token)match(input,76,FollowSets000.FOLLOW_76_in_ruleFieldModifier9796); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getFieldModifierAccess().getValKeyword_0()); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5205:2: kw= 'var' { kw=(Token)match(input,77,FollowSets000.FOLLOW_77_in_ruleFieldModifier9815); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getFieldModifierAccess().getVarKeyword_1()); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleFieldModifier" // $ANTLR start "entryRuleMethodModifier" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5218:1: entryRuleMethodModifier returns [String current=null] : iv_ruleMethodModifier= ruleMethodModifier EOF ; public final String entryRuleMethodModifier() throws RecognitionException { String current = null; AntlrDatatypeRuleToken iv_ruleMethodModifier = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5219:2: (iv_ruleMethodModifier= ruleMethodModifier EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5220:2: iv_ruleMethodModifier= ruleMethodModifier EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMethodModifierRule()); } pushFollow(FollowSets000.FOLLOW_ruleMethodModifier_in_entryRuleMethodModifier9856); iv_ruleMethodModifier=ruleMethodModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleMethodModifier.getText(); } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleMethodModifier9867); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleMethodModifier" // $ANTLR start "ruleMethodModifier" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5227:1: ruleMethodModifier returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= 'def' | kw= 'override' ) ; public final AntlrDatatypeRuleToken ruleMethodModifier() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); Token kw=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5230:28: ( (kw= 'def' | kw= 'override' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5231:1: (kw= 'def' | kw= 'override' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5231:1: (kw= 'def' | kw= 'override' ) int alt130=2; int LA130_0 = input.LA(1); if ( (LA130_0==78) ) { alt130=1; } else if ( (LA130_0==79) ) { alt130=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 130, 0, input); throw nvae; } switch (alt130) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5232:2: kw= 'def' { kw=(Token)match(input,78,FollowSets000.FOLLOW_78_in_ruleMethodModifier9905); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getMethodModifierAccess().getDefKeyword_0()); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5239:2: kw= 'override' { kw=(Token)match(input,79,FollowSets000.FOLLOW_79_in_ruleMethodModifier9924); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getMethodModifierAccess().getOverrideKeyword_1()); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleMethodModifier" // $ANTLR start "entryRuleCreateExtensionInfo" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5252:1: entryRuleCreateExtensionInfo returns [EObject current=null] : iv_ruleCreateExtensionInfo= ruleCreateExtensionInfo EOF ; public final EObject entryRuleCreateExtensionInfo() throws RecognitionException { EObject current = null; EObject iv_ruleCreateExtensionInfo = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5253:2: (iv_ruleCreateExtensionInfo= ruleCreateExtensionInfo EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5254:2: iv_ruleCreateExtensionInfo= ruleCreateExtensionInfo EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getCreateExtensionInfoRule()); } pushFollow(FollowSets000.FOLLOW_ruleCreateExtensionInfo_in_entryRuleCreateExtensionInfo9964); iv_ruleCreateExtensionInfo=ruleCreateExtensionInfo(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleCreateExtensionInfo; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleCreateExtensionInfo9974); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleCreateExtensionInfo" // $ANTLR start "ruleCreateExtensionInfo" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5261:1: ruleCreateExtensionInfo returns [EObject current=null] : (otherlv_0= 'create' ( ( (lv_name_1_0= ruleValidID ) ) otherlv_2= ':' )? ( (lv_createExpression_3_0= ruleXExpression ) ) ) ; public final EObject ruleCreateExtensionInfo() throws RecognitionException { EObject current = null; Token otherlv_0=null; Token otherlv_2=null; AntlrDatatypeRuleToken lv_name_1_0 = null; EObject lv_createExpression_3_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5264:28: ( (otherlv_0= 'create' ( ( (lv_name_1_0= ruleValidID ) ) otherlv_2= ':' )? ( (lv_createExpression_3_0= ruleXExpression ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5265:1: (otherlv_0= 'create' ( ( (lv_name_1_0= ruleValidID ) ) otherlv_2= ':' )? ( (lv_createExpression_3_0= ruleXExpression ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5265:1: (otherlv_0= 'create' ( ( (lv_name_1_0= ruleValidID ) ) otherlv_2= ':' )? ( (lv_createExpression_3_0= ruleXExpression ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5265:3: otherlv_0= 'create' ( ( (lv_name_1_0= ruleValidID ) ) otherlv_2= ':' )? ( (lv_createExpression_3_0= ruleXExpression ) ) { otherlv_0=(Token)match(input,80,FollowSets000.FOLLOW_80_in_ruleCreateExtensionInfo10011); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_0, grammarAccess.getCreateExtensionInfoAccess().getCreateKeyword_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5269:1: ( ( (lv_name_1_0= ruleValidID ) ) otherlv_2= ':' )? int alt131=2; switch ( input.LA(1) ) { case RULE_ID: { int LA131_1 = input.LA(2); if ( (LA131_1==81) ) { alt131=1; } } break; case 80: { int LA131_2 = input.LA(2); if ( (LA131_2==81) ) { alt131=1; } } break; case 61: { int LA131_3 = input.LA(2); if ( (LA131_3==81) ) { alt131=1; } } break; case 82: { int LA131_4 = input.LA(2); if ( (LA131_4==81) ) { alt131=1; } } break; case 83: { int LA131_5 = input.LA(2); if ( (LA131_5==81) ) { alt131=1; } } break; case 84: { int LA131_6 = input.LA(2); if ( (LA131_6==81) ) { alt131=1; } } break; } switch (alt131) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5269:2: ( (lv_name_1_0= ruleValidID ) ) otherlv_2= ':' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5269:2: ( (lv_name_1_0= ruleValidID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5270:1: (lv_name_1_0= ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5270:1: (lv_name_1_0= ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5271:3: lv_name_1_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getCreateExtensionInfoAccess().getNameValidIDParserRuleCall_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleCreateExtensionInfo10033); lv_name_1_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getCreateExtensionInfoRule()); } set( current, "name", lv_name_1_0, "ValidID"); afterParserOrEnumRuleCall(); } } } otherlv_2=(Token)match(input,81,FollowSets000.FOLLOW_81_in_ruleCreateExtensionInfo10045); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getCreateExtensionInfoAccess().getColonKeyword_1_1()); } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5291:3: ( (lv_createExpression_3_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5292:1: (lv_createExpression_3_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5292:1: (lv_createExpression_3_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5293:3: lv_createExpression_3_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getCreateExtensionInfoAccess().getCreateExpressionXExpressionParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleCreateExtensionInfo10068); lv_createExpression_3_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getCreateExtensionInfoRule()); } set( current, "createExpression", lv_createExpression_3_0, "XExpression"); afterParserOrEnumRuleCall(); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleCreateExtensionInfo" // $ANTLR start "entryRuleValidID" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5317:1: entryRuleValidID returns [String current=null] : iv_ruleValidID= ruleValidID EOF ; public final String entryRuleValidID() throws RecognitionException { String current = null; AntlrDatatypeRuleToken iv_ruleValidID = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5318:2: (iv_ruleValidID= ruleValidID EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5319:2: iv_ruleValidID= ruleValidID EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getValidIDRule()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_entryRuleValidID10105); iv_ruleValidID=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleValidID.getText(); } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleValidID10116); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleValidID" // $ANTLR start "ruleValidID" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5326:1: ruleValidID returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_ID_0= RULE_ID | kw= 'create' | kw= 'annotation' | kw= 'AFTER' | kw= 'BEFORE' | kw= 'SEPARATOR' ) ; public final AntlrDatatypeRuleToken ruleValidID() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); Token this_ID_0=null; Token kw=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5329:28: ( (this_ID_0= RULE_ID | kw= 'create' | kw= 'annotation' | kw= 'AFTER' | kw= 'BEFORE' | kw= 'SEPARATOR' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5330:1: (this_ID_0= RULE_ID | kw= 'create' | kw= 'annotation' | kw= 'AFTER' | kw= 'BEFORE' | kw= 'SEPARATOR' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5330:1: (this_ID_0= RULE_ID | kw= 'create' | kw= 'annotation' | kw= 'AFTER' | kw= 'BEFORE' | kw= 'SEPARATOR' ) int alt132=6; switch ( input.LA(1) ) { case RULE_ID: { alt132=1; } break; case 80: { alt132=2; } break; case 61: { alt132=3; } break; case 82: { alt132=4; } break; case 83: { alt132=5; } break; case 84: { alt132=6; } break; default: if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 132, 0, input); throw nvae; } switch (alt132) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5330:6: this_ID_0= RULE_ID { this_ID_0=(Token)match(input,RULE_ID,FollowSets000.FOLLOW_RULE_ID_in_ruleValidID10156); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(this_ID_0); } if ( state.backtracking==0 ) { newLeafNode(this_ID_0, grammarAccess.getValidIDAccess().getIDTerminalRuleCall_0()); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5339:2: kw= 'create' { kw=(Token)match(input,80,FollowSets000.FOLLOW_80_in_ruleValidID10180); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getValidIDAccess().getCreateKeyword_1()); } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5346:2: kw= 'annotation' { kw=(Token)match(input,61,FollowSets000.FOLLOW_61_in_ruleValidID10199); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getValidIDAccess().getAnnotationKeyword_2()); } } break; case 4 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5353:2: kw= 'AFTER' { kw=(Token)match(input,82,FollowSets000.FOLLOW_82_in_ruleValidID10218); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getValidIDAccess().getAFTERKeyword_3()); } } break; case 5 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5360:2: kw= 'BEFORE' { kw=(Token)match(input,83,FollowSets000.FOLLOW_83_in_ruleValidID10237); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getValidIDAccess().getBEFOREKeyword_4()); } } break; case 6 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5367:2: kw= 'SEPARATOR' { kw=(Token)match(input,84,FollowSets000.FOLLOW_84_in_ruleValidID10256); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getValidIDAccess().getSEPARATORKeyword_5()); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleValidID" // $ANTLR start "entryRuleFeatureCallID" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5380:1: entryRuleFeatureCallID returns [String current=null] : iv_ruleFeatureCallID= ruleFeatureCallID EOF ; public final String entryRuleFeatureCallID() throws RecognitionException { String current = null; AntlrDatatypeRuleToken iv_ruleFeatureCallID = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5381:2: (iv_ruleFeatureCallID= ruleFeatureCallID EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5382:2: iv_ruleFeatureCallID= ruleFeatureCallID EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getFeatureCallIDRule()); } pushFollow(FollowSets000.FOLLOW_ruleFeatureCallID_in_entryRuleFeatureCallID10297); iv_ruleFeatureCallID=ruleFeatureCallID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleFeatureCallID.getText(); } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleFeatureCallID10308); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleFeatureCallID" // $ANTLR start "ruleFeatureCallID" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5389:1: ruleFeatureCallID returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_InnerVarID_0= ruleInnerVarID | kw= 'extension' ) ; public final AntlrDatatypeRuleToken ruleFeatureCallID() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); Token kw=null; AntlrDatatypeRuleToken this_InnerVarID_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5392:28: ( (this_InnerVarID_0= ruleInnerVarID | kw= 'extension' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5393:1: (this_InnerVarID_0= ruleInnerVarID | kw= 'extension' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5393:1: (this_InnerVarID_0= ruleInnerVarID | kw= 'extension' ) int alt133=2; int LA133_0 = input.LA(1); if ( (LA133_0==RULE_ID||LA133_0==39||LA133_0==45||(LA133_0>=56 && LA133_0<=61)||(LA133_0>=64 && LA133_0<=75)||(LA133_0>=78 && LA133_0<=80)||(LA133_0>=82 && LA133_0<=85)) ) { alt133=1; } else if ( (LA133_0==40) ) { alt133=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 133, 0, input); throw nvae; } switch (alt133) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5394:5: this_InnerVarID_0= ruleInnerVarID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getFeatureCallIDAccess().getInnerVarIDParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleInnerVarID_in_ruleFeatureCallID10355); this_InnerVarID_0=ruleInnerVarID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(this_InnerVarID_0); } if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5406:2: kw= 'extension' { kw=(Token)match(input,40,FollowSets000.FOLLOW_40_in_ruleFeatureCallID10379); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getFeatureCallIDAccess().getExtensionKeyword_1()); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleFeatureCallID" // $ANTLR start "entryRuleInnerVarID" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5419:1: entryRuleInnerVarID returns [String current=null] : iv_ruleInnerVarID= ruleInnerVarID EOF ; public final String entryRuleInnerVarID() throws RecognitionException { String current = null; AntlrDatatypeRuleToken iv_ruleInnerVarID = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5420:2: (iv_ruleInnerVarID= ruleInnerVarID EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5421:2: iv_ruleInnerVarID= ruleInnerVarID EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getInnerVarIDRule()); } pushFollow(FollowSets000.FOLLOW_ruleInnerVarID_in_entryRuleInnerVarID10420); iv_ruleInnerVarID=ruleInnerVarID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleInnerVarID.getText(); } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleInnerVarID10431); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleInnerVarID" // $ANTLR start "ruleInnerVarID" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5428:1: ruleInnerVarID returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_ID_0= RULE_ID | kw= 'abstract' | kw= 'annotation' | kw= 'class' | kw= 'create' | kw= 'def' | kw= 'dispatch' | kw= 'enum' | kw= 'extends' | kw= 'final' | kw= 'implements' | kw= 'import' | kw= 'interface' | kw= 'override' | kw= 'package' | kw= 'public' | kw= 'private' | kw= 'protected' | kw= 'static' | kw= 'throws' | kw= 'strictfp' | kw= 'native' | kw= 'volatile' | kw= 'synchronized' | kw= 'transient' | kw= 'AFTER' | kw= 'BEFORE' | kw= 'SEPARATOR' ) ; public final AntlrDatatypeRuleToken ruleInnerVarID() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); Token this_ID_0=null; Token kw=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5431:28: ( (this_ID_0= RULE_ID | kw= 'abstract' | kw= 'annotation' | kw= 'class' | kw= 'create' | kw= 'def' | kw= 'dispatch' | kw= 'enum' | kw= 'extends' | kw= 'final' | kw= 'implements' | kw= 'import' | kw= 'interface' | kw= 'override' | kw= 'package' | kw= 'public' | kw= 'private' | kw= 'protected' | kw= 'static' | kw= 'throws' | kw= 'strictfp' | kw= 'native' | kw= 'volatile' | kw= 'synchronized' | kw= 'transient' | kw= 'AFTER' | kw= 'BEFORE' | kw= 'SEPARATOR' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5432:1: (this_ID_0= RULE_ID | kw= 'abstract' | kw= 'annotation' | kw= 'class' | kw= 'create' | kw= 'def' | kw= 'dispatch' | kw= 'enum' | kw= 'extends' | kw= 'final' | kw= 'implements' | kw= 'import' | kw= 'interface' | kw= 'override' | kw= 'package' | kw= 'public' | kw= 'private' | kw= 'protected' | kw= 'static' | kw= 'throws' | kw= 'strictfp' | kw= 'native' | kw= 'volatile' | kw= 'synchronized' | kw= 'transient' | kw= 'AFTER' | kw= 'BEFORE' | kw= 'SEPARATOR' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5432:1: (this_ID_0= RULE_ID | kw= 'abstract' | kw= 'annotation' | kw= 'class' | kw= 'create' | kw= 'def' | kw= 'dispatch' | kw= 'enum' | kw= 'extends' | kw= 'final' | kw= 'implements' | kw= 'import' | kw= 'interface' | kw= 'override' | kw= 'package' | kw= 'public' | kw= 'private' | kw= 'protected' | kw= 'static' | kw= 'throws' | kw= 'strictfp' | kw= 'native' | kw= 'volatile' | kw= 'synchronized' | kw= 'transient' | kw= 'AFTER' | kw= 'BEFORE' | kw= 'SEPARATOR' ) int alt134=28; switch ( input.LA(1) ) { case RULE_ID: { alt134=1; } break; case 67: { alt134=2; } break; case 61: { alt134=3; } break; case 56: { alt134=4; } break; case 80: { alt134=5; } break; case 78: { alt134=6; } break; case 69: { alt134=7; } break; case 60: { alt134=8; } break; case 57: { alt134=9; } break; case 70: { alt134=10; } break; case 58: { alt134=11; } break; case 85: { alt134=12; } break; case 59: { alt134=13; } break; case 79: { alt134=14; } break; case 39: { alt134=15; } break; case 64: { alt134=16; } break; case 65: { alt134=17; } break; case 66: { alt134=18; } break; case 68: { alt134=19; } break; case 45: { alt134=20; } break; case 71: { alt134=21; } break; case 72: { alt134=22; } break; case 73: { alt134=23; } break; case 74: { alt134=24; } break; case 75: { alt134=25; } break; case 82: { alt134=26; } break; case 83: { alt134=27; } break; case 84: { alt134=28; } break; default: if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 134, 0, input); throw nvae; } switch (alt134) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5432:6: this_ID_0= RULE_ID { this_ID_0=(Token)match(input,RULE_ID,FollowSets000.FOLLOW_RULE_ID_in_ruleInnerVarID10471); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(this_ID_0); } if ( state.backtracking==0 ) { newLeafNode(this_ID_0, grammarAccess.getInnerVarIDAccess().getIDTerminalRuleCall_0()); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5441:2: kw= 'abstract' { kw=(Token)match(input,67,FollowSets000.FOLLOW_67_in_ruleInnerVarID10495); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getAbstractKeyword_1()); } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5448:2: kw= 'annotation' { kw=(Token)match(input,61,FollowSets000.FOLLOW_61_in_ruleInnerVarID10514); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getAnnotationKeyword_2()); } } break; case 4 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5455:2: kw= 'class' { kw=(Token)match(input,56,FollowSets000.FOLLOW_56_in_ruleInnerVarID10533); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getClassKeyword_3()); } } break; case 5 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5462:2: kw= 'create' { kw=(Token)match(input,80,FollowSets000.FOLLOW_80_in_ruleInnerVarID10552); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getCreateKeyword_4()); } } break; case 6 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5469:2: kw= 'def' { kw=(Token)match(input,78,FollowSets000.FOLLOW_78_in_ruleInnerVarID10571); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getDefKeyword_5()); } } break; case 7 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5476:2: kw= 'dispatch' { kw=(Token)match(input,69,FollowSets000.FOLLOW_69_in_ruleInnerVarID10590); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getDispatchKeyword_6()); } } break; case 8 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5483:2: kw= 'enum' { kw=(Token)match(input,60,FollowSets000.FOLLOW_60_in_ruleInnerVarID10609); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getEnumKeyword_7()); } } break; case 9 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5490:2: kw= 'extends' { kw=(Token)match(input,57,FollowSets000.FOLLOW_57_in_ruleInnerVarID10628); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getExtendsKeyword_8()); } } break; case 10 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5497:2: kw= 'final' { kw=(Token)match(input,70,FollowSets000.FOLLOW_70_in_ruleInnerVarID10647); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getFinalKeyword_9()); } } break; case 11 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5504:2: kw= 'implements' { kw=(Token)match(input,58,FollowSets000.FOLLOW_58_in_ruleInnerVarID10666); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getImplementsKeyword_10()); } } break; case 12 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5511:2: kw= 'import' { kw=(Token)match(input,85,FollowSets000.FOLLOW_85_in_ruleInnerVarID10685); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getImportKeyword_11()); } } break; case 13 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5518:2: kw= 'interface' { kw=(Token)match(input,59,FollowSets000.FOLLOW_59_in_ruleInnerVarID10704); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getInterfaceKeyword_12()); } } break; case 14 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5525:2: kw= 'override' { kw=(Token)match(input,79,FollowSets000.FOLLOW_79_in_ruleInnerVarID10723); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getOverrideKeyword_13()); } } break; case 15 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5532:2: kw= 'package' { kw=(Token)match(input,39,FollowSets000.FOLLOW_39_in_ruleInnerVarID10742); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getPackageKeyword_14()); } } break; case 16 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5539:2: kw= 'public' { kw=(Token)match(input,64,FollowSets000.FOLLOW_64_in_ruleInnerVarID10761); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getPublicKeyword_15()); } } break; case 17 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5546:2: kw= 'private' { kw=(Token)match(input,65,FollowSets000.FOLLOW_65_in_ruleInnerVarID10780); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getPrivateKeyword_16()); } } break; case 18 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5553:2: kw= 'protected' { kw=(Token)match(input,66,FollowSets000.FOLLOW_66_in_ruleInnerVarID10799); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getProtectedKeyword_17()); } } break; case 19 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5560:2: kw= 'static' { kw=(Token)match(input,68,FollowSets000.FOLLOW_68_in_ruleInnerVarID10818); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getStaticKeyword_18()); } } break; case 20 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5567:2: kw= 'throws' { kw=(Token)match(input,45,FollowSets000.FOLLOW_45_in_ruleInnerVarID10837); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getThrowsKeyword_19()); } } break; case 21 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5574:2: kw= 'strictfp' { kw=(Token)match(input,71,FollowSets000.FOLLOW_71_in_ruleInnerVarID10856); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getStrictfpKeyword_20()); } } break; case 22 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5581:2: kw= 'native' { kw=(Token)match(input,72,FollowSets000.FOLLOW_72_in_ruleInnerVarID10875); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getNativeKeyword_21()); } } break; case 23 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5588:2: kw= 'volatile' { kw=(Token)match(input,73,FollowSets000.FOLLOW_73_in_ruleInnerVarID10894); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getVolatileKeyword_22()); } } break; case 24 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5595:2: kw= 'synchronized' { kw=(Token)match(input,74,FollowSets000.FOLLOW_74_in_ruleInnerVarID10913); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getSynchronizedKeyword_23()); } } break; case 25 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5602:2: kw= 'transient' { kw=(Token)match(input,75,FollowSets000.FOLLOW_75_in_ruleInnerVarID10932); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getTransientKeyword_24()); } } break; case 26 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5609:2: kw= 'AFTER' { kw=(Token)match(input,82,FollowSets000.FOLLOW_82_in_ruleInnerVarID10951); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getAFTERKeyword_25()); } } break; case 27 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5616:2: kw= 'BEFORE' { kw=(Token)match(input,83,FollowSets000.FOLLOW_83_in_ruleInnerVarID10970); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getBEFOREKeyword_26()); } } break; case 28 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5623:2: kw= 'SEPARATOR' { kw=(Token)match(input,84,FollowSets000.FOLLOW_84_in_ruleInnerVarID10989); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getSEPARATORKeyword_27()); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleInnerVarID" // $ANTLR start "entryRuleParameter" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5636:1: entryRuleParameter returns [EObject current=null] : iv_ruleParameter= ruleParameter EOF ; public final EObject entryRuleParameter() throws RecognitionException { EObject current = null; EObject iv_ruleParameter = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5637:2: (iv_ruleParameter= ruleParameter EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5638:2: iv_ruleParameter= ruleParameter EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getParameterRule()); } pushFollow(FollowSets000.FOLLOW_ruleParameter_in_entryRuleParameter11029); iv_ruleParameter=ruleParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleParameter; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleParameter11039); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleParameter" // $ANTLR start "ruleParameter" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5645:1: ruleParameter returns [EObject current=null] : ( ( (lv_annotations_0_0= ruleXAnnotation ) )* ( ( (lv_extension_1_0= 'extension' ) ) ( (lv_annotations_2_0= ruleXAnnotation ) )* )? ( (lv_parameterType_3_0= ruleJvmTypeReference ) ) ( (lv_varArg_4_0= '...' ) )? ( (lv_name_5_0= ruleValidID ) ) ) ; public final EObject ruleParameter() throws RecognitionException { EObject current = null; Token lv_extension_1_0=null; Token lv_varArg_4_0=null; EObject lv_annotations_0_0 = null; EObject lv_annotations_2_0 = null; EObject lv_parameterType_3_0 = null; AntlrDatatypeRuleToken lv_name_5_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5648:28: ( ( ( (lv_annotations_0_0= ruleXAnnotation ) )* ( ( (lv_extension_1_0= 'extension' ) ) ( (lv_annotations_2_0= ruleXAnnotation ) )* )? ( (lv_parameterType_3_0= ruleJvmTypeReference ) ) ( (lv_varArg_4_0= '...' ) )? ( (lv_name_5_0= ruleValidID ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5649:1: ( ( (lv_annotations_0_0= ruleXAnnotation ) )* ( ( (lv_extension_1_0= 'extension' ) ) ( (lv_annotations_2_0= ruleXAnnotation ) )* )? ( (lv_parameterType_3_0= ruleJvmTypeReference ) ) ( (lv_varArg_4_0= '...' ) )? ( (lv_name_5_0= ruleValidID ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5649:1: ( ( (lv_annotations_0_0= ruleXAnnotation ) )* ( ( (lv_extension_1_0= 'extension' ) ) ( (lv_annotations_2_0= ruleXAnnotation ) )* )? ( (lv_parameterType_3_0= ruleJvmTypeReference ) ) ( (lv_varArg_4_0= '...' ) )? ( (lv_name_5_0= ruleValidID ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5649:2: ( (lv_annotations_0_0= ruleXAnnotation ) )* ( ( (lv_extension_1_0= 'extension' ) ) ( (lv_annotations_2_0= ruleXAnnotation ) )* )? ( (lv_parameterType_3_0= ruleJvmTypeReference ) ) ( (lv_varArg_4_0= '...' ) )? ( (lv_name_5_0= ruleValidID ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5649:2: ( (lv_annotations_0_0= ruleXAnnotation ) )* loop135: do { int alt135=2; int LA135_0 = input.LA(1); if ( (LA135_0==96) ) { alt135=1; } switch (alt135) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5650:1: (lv_annotations_0_0= ruleXAnnotation ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5650:1: (lv_annotations_0_0= ruleXAnnotation ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5651:3: lv_annotations_0_0= ruleXAnnotation { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getParameterAccess().getAnnotationsXAnnotationParserRuleCall_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotation_in_ruleParameter11085); lv_annotations_0_0=ruleXAnnotation(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getParameterRule()); } add( current, "annotations", lv_annotations_0_0, "XAnnotation"); afterParserOrEnumRuleCall(); } } } break; default : break loop135; } } while (true); // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5667:3: ( ( (lv_extension_1_0= 'extension' ) ) ( (lv_annotations_2_0= ruleXAnnotation ) )* )? int alt137=2; int LA137_0 = input.LA(1); if ( (LA137_0==40) ) { alt137=1; } switch (alt137) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5667:4: ( (lv_extension_1_0= 'extension' ) ) ( (lv_annotations_2_0= ruleXAnnotation ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5667:4: ( (lv_extension_1_0= 'extension' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5668:1: (lv_extension_1_0= 'extension' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5668:1: (lv_extension_1_0= 'extension' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5669:3: lv_extension_1_0= 'extension' { lv_extension_1_0=(Token)match(input,40,FollowSets000.FOLLOW_40_in_ruleParameter11105); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_extension_1_0, grammarAccess.getParameterAccess().getExtensionExtensionKeyword_1_0_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getParameterRule()); } setWithLastConsumed(current, "extension", true, "extension"); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5682:2: ( (lv_annotations_2_0= ruleXAnnotation ) )* loop136: do { int alt136=2; int LA136_0 = input.LA(1); if ( (LA136_0==96) ) { alt136=1; } switch (alt136) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5683:1: (lv_annotations_2_0= ruleXAnnotation ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5683:1: (lv_annotations_2_0= ruleXAnnotation ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5684:3: lv_annotations_2_0= ruleXAnnotation { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getParameterAccess().getAnnotationsXAnnotationParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotation_in_ruleParameter11139); lv_annotations_2_0=ruleXAnnotation(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getParameterRule()); } add( current, "annotations", lv_annotations_2_0, "XAnnotation"); afterParserOrEnumRuleCall(); } } } break; default : break loop136; } } while (true); } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5700:5: ( (lv_parameterType_3_0= ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5701:1: (lv_parameterType_3_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5701:1: (lv_parameterType_3_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5702:3: lv_parameterType_3_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getParameterAccess().getParameterTypeJvmTypeReferenceParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleParameter11163); lv_parameterType_3_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getParameterRule()); } set( current, "parameterType", lv_parameterType_3_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5718:2: ( (lv_varArg_4_0= '...' ) )? int alt138=2; int LA138_0 = input.LA(1); if ( (LA138_0==86) ) { alt138=1; } switch (alt138) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5719:1: (lv_varArg_4_0= '...' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5719:1: (lv_varArg_4_0= '...' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5720:3: lv_varArg_4_0= '...' { lv_varArg_4_0=(Token)match(input,86,FollowSets000.FOLLOW_86_in_ruleParameter11181); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_varArg_4_0, grammarAccess.getParameterAccess().getVarArgFullStopFullStopFullStopKeyword_3_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getParameterRule()); } setWithLastConsumed(current, "varArg", true, "..."); } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5733:3: ( (lv_name_5_0= ruleValidID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5734:1: (lv_name_5_0= ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5734:1: (lv_name_5_0= ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5735:3: lv_name_5_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getParameterAccess().getNameValidIDParserRuleCall_4_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleParameter11216); lv_name_5_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getParameterRule()); } set( current, "name", lv_name_5_0, "ValidID"); afterParserOrEnumRuleCall(); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleParameter" // $ANTLR start "entryRuleXVariableDeclaration" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5759:1: entryRuleXVariableDeclaration returns [EObject current=null] : iv_ruleXVariableDeclaration= ruleXVariableDeclaration EOF ; public final EObject entryRuleXVariableDeclaration() throws RecognitionException { EObject current = null; EObject iv_ruleXVariableDeclaration = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5760:2: (iv_ruleXVariableDeclaration= ruleXVariableDeclaration EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5761:2: iv_ruleXVariableDeclaration= ruleXVariableDeclaration EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXVariableDeclarationRule()); } pushFollow(FollowSets000.FOLLOW_ruleXVariableDeclaration_in_entryRuleXVariableDeclaration11252); iv_ruleXVariableDeclaration=ruleXVariableDeclaration(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXVariableDeclaration; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXVariableDeclaration11262); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXVariableDeclaration" // $ANTLR start "ruleXVariableDeclaration" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5768:1: ruleXVariableDeclaration returns [EObject current=null] : ( ( ( ( () ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) ) )=> ( () ( ( ( ( (lv_writeable_1_0= 'var' ) ) | otherlv_2= 'val' ) ( (lv_extension_3_0= 'extension' ) )? ) | ( ( (lv_extension_4_0= 'extension' ) ) ( ( (lv_writeable_5_0= 'var' ) ) | otherlv_6= 'val' ) ) ) ) ) ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleInnerVarID ) ) ) )=> ( ( (lv_type_7_0= ruleJvmTypeReference ) ) ( (lv_name_8_0= ruleInnerVarID ) ) ) ) | ( (lv_name_9_0= ruleInnerVarID ) ) ) (otherlv_10= '=' ( (lv_right_11_0= ruleXExpression ) ) )? ) ; public final EObject ruleXVariableDeclaration() throws RecognitionException { EObject current = null; Token lv_writeable_1_0=null; Token otherlv_2=null; Token lv_extension_3_0=null; Token lv_extension_4_0=null; Token lv_writeable_5_0=null; Token otherlv_6=null; Token otherlv_10=null; EObject lv_type_7_0 = null; AntlrDatatypeRuleToken lv_name_8_0 = null; AntlrDatatypeRuleToken lv_name_9_0 = null; EObject lv_right_11_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5771:28: ( ( ( ( ( () ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) ) )=> ( () ( ( ( ( (lv_writeable_1_0= 'var' ) ) | otherlv_2= 'val' ) ( (lv_extension_3_0= 'extension' ) )? ) | ( ( (lv_extension_4_0= 'extension' ) ) ( ( (lv_writeable_5_0= 'var' ) ) | otherlv_6= 'val' ) ) ) ) ) ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleInnerVarID ) ) ) )=> ( ( (lv_type_7_0= ruleJvmTypeReference ) ) ( (lv_name_8_0= ruleInnerVarID ) ) ) ) | ( (lv_name_9_0= ruleInnerVarID ) ) ) (otherlv_10= '=' ( (lv_right_11_0= ruleXExpression ) ) )? ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5772:1: ( ( ( ( () ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) ) )=> ( () ( ( ( ( (lv_writeable_1_0= 'var' ) ) | otherlv_2= 'val' ) ( (lv_extension_3_0= 'extension' ) )? ) | ( ( (lv_extension_4_0= 'extension' ) ) ( ( (lv_writeable_5_0= 'var' ) ) | otherlv_6= 'val' ) ) ) ) ) ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleInnerVarID ) ) ) )=> ( ( (lv_type_7_0= ruleJvmTypeReference ) ) ( (lv_name_8_0= ruleInnerVarID ) ) ) ) | ( (lv_name_9_0= ruleInnerVarID ) ) ) (otherlv_10= '=' ( (lv_right_11_0= ruleXExpression ) ) )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5772:1: ( ( ( ( () ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) ) )=> ( () ( ( ( ( (lv_writeable_1_0= 'var' ) ) | otherlv_2= 'val' ) ( (lv_extension_3_0= 'extension' ) )? ) | ( ( (lv_extension_4_0= 'extension' ) ) ( ( (lv_writeable_5_0= 'var' ) ) | otherlv_6= 'val' ) ) ) ) ) ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleInnerVarID ) ) ) )=> ( ( (lv_type_7_0= ruleJvmTypeReference ) ) ( (lv_name_8_0= ruleInnerVarID ) ) ) ) | ( (lv_name_9_0= ruleInnerVarID ) ) ) (otherlv_10= '=' ( (lv_right_11_0= ruleXExpression ) ) )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5772:2: ( ( ( () ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) ) )=> ( () ( ( ( ( (lv_writeable_1_0= 'var' ) ) | otherlv_2= 'val' ) ( (lv_extension_3_0= 'extension' ) )? ) | ( ( (lv_extension_4_0= 'extension' ) ) ( ( (lv_writeable_5_0= 'var' ) ) | otherlv_6= 'val' ) ) ) ) ) ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleInnerVarID ) ) ) )=> ( ( (lv_type_7_0= ruleJvmTypeReference ) ) ( (lv_name_8_0= ruleInnerVarID ) ) ) ) | ( (lv_name_9_0= ruleInnerVarID ) ) ) (otherlv_10= '=' ( (lv_right_11_0= ruleXExpression ) ) )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5772:2: ( ( ( () ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) ) )=> ( () ( ( ( ( (lv_writeable_1_0= 'var' ) ) | otherlv_2= 'val' ) ( (lv_extension_3_0= 'extension' ) )? ) | ( ( (lv_extension_4_0= 'extension' ) ) ( ( (lv_writeable_5_0= 'var' ) ) | otherlv_6= 'val' ) ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5772:3: ( ( () ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) ) )=> ( () ( ( ( ( (lv_writeable_1_0= 'var' ) ) | otherlv_2= 'val' ) ( (lv_extension_3_0= 'extension' ) )? ) | ( ( (lv_extension_4_0= 'extension' ) ) ( ( (lv_writeable_5_0= 'var' ) ) | otherlv_6= 'val' ) ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5802:8: ( () ( ( ( ( (lv_writeable_1_0= 'var' ) ) | otherlv_2= 'val' ) ( (lv_extension_3_0= 'extension' ) )? ) | ( ( (lv_extension_4_0= 'extension' ) ) ( ( (lv_writeable_5_0= 'var' ) ) | otherlv_6= 'val' ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5802:9: () ( ( ( ( (lv_writeable_1_0= 'var' ) ) | otherlv_2= 'val' ) ( (lv_extension_3_0= 'extension' ) )? ) | ( ( (lv_extension_4_0= 'extension' ) ) ( ( (lv_writeable_5_0= 'var' ) ) | otherlv_6= 'val' ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5802:9: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5803:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXVariableDeclarationAccess().getXtendVariableDeclarationAction_0_0_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5808:2: ( ( ( ( (lv_writeable_1_0= 'var' ) ) | otherlv_2= 'val' ) ( (lv_extension_3_0= 'extension' ) )? ) | ( ( (lv_extension_4_0= 'extension' ) ) ( ( (lv_writeable_5_0= 'var' ) ) | otherlv_6= 'val' ) ) ) int alt142=2; int LA142_0 = input.LA(1); if ( ((LA142_0>=76 && LA142_0<=77)) ) { alt142=1; } else if ( (LA142_0==40) ) { alt142=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 142, 0, input); throw nvae; } switch (alt142) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5808:3: ( ( ( (lv_writeable_1_0= 'var' ) ) | otherlv_2= 'val' ) ( (lv_extension_3_0= 'extension' ) )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5808:3: ( ( ( (lv_writeable_1_0= 'var' ) ) | otherlv_2= 'val' ) ( (lv_extension_3_0= 'extension' ) )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5808:4: ( ( (lv_writeable_1_0= 'var' ) ) | otherlv_2= 'val' ) ( (lv_extension_3_0= 'extension' ) )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5808:4: ( ( (lv_writeable_1_0= 'var' ) ) | otherlv_2= 'val' ) int alt139=2; int LA139_0 = input.LA(1); if ( (LA139_0==77) ) { alt139=1; } else if ( (LA139_0==76) ) { alt139=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 139, 0, input); throw nvae; } switch (alt139) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5808:5: ( (lv_writeable_1_0= 'var' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5808:5: ( (lv_writeable_1_0= 'var' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5809:1: (lv_writeable_1_0= 'var' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5809:1: (lv_writeable_1_0= 'var' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5810:3: lv_writeable_1_0= 'var' { lv_writeable_1_0=(Token)match(input,77,FollowSets000.FOLLOW_77_in_ruleXVariableDeclaration11420); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_writeable_1_0, grammarAccess.getXVariableDeclarationAccess().getWriteableVarKeyword_0_0_1_0_0_0_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXVariableDeclarationRule()); } setWithLastConsumed(current, "writeable", true, "var"); } } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5824:7: otherlv_2= 'val' { otherlv_2=(Token)match(input,76,FollowSets000.FOLLOW_76_in_ruleXVariableDeclaration11451); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXVariableDeclarationAccess().getValKeyword_0_0_1_0_0_1()); } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5828:2: ( (lv_extension_3_0= 'extension' ) )? int alt140=2; int LA140_0 = input.LA(1); if ( (LA140_0==40) ) { alt140=1; } switch (alt140) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5829:1: (lv_extension_3_0= 'extension' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5829:1: (lv_extension_3_0= 'extension' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5830:3: lv_extension_3_0= 'extension' { lv_extension_3_0=(Token)match(input,40,FollowSets000.FOLLOW_40_in_ruleXVariableDeclaration11470); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_extension_3_0, grammarAccess.getXVariableDeclarationAccess().getExtensionExtensionKeyword_0_0_1_0_1_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXVariableDeclarationRule()); } setWithLastConsumed(current, "extension", true, "extension"); } } } break; } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5844:6: ( ( (lv_extension_4_0= 'extension' ) ) ( ( (lv_writeable_5_0= 'var' ) ) | otherlv_6= 'val' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5844:6: ( ( (lv_extension_4_0= 'extension' ) ) ( ( (lv_writeable_5_0= 'var' ) ) | otherlv_6= 'val' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5844:7: ( (lv_extension_4_0= 'extension' ) ) ( ( (lv_writeable_5_0= 'var' ) ) | otherlv_6= 'val' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5844:7: ( (lv_extension_4_0= 'extension' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5845:1: (lv_extension_4_0= 'extension' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5845:1: (lv_extension_4_0= 'extension' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5846:3: lv_extension_4_0= 'extension' { lv_extension_4_0=(Token)match(input,40,FollowSets000.FOLLOW_40_in_ruleXVariableDeclaration11510); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_extension_4_0, grammarAccess.getXVariableDeclarationAccess().getExtensionExtensionKeyword_0_0_1_1_0_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXVariableDeclarationRule()); } setWithLastConsumed(current, "extension", true, "extension"); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5859:2: ( ( (lv_writeable_5_0= 'var' ) ) | otherlv_6= 'val' ) int alt141=2; int LA141_0 = input.LA(1); if ( (LA141_0==77) ) { alt141=1; } else if ( (LA141_0==76) ) { alt141=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 141, 0, input); throw nvae; } switch (alt141) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5859:3: ( (lv_writeable_5_0= 'var' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5859:3: ( (lv_writeable_5_0= 'var' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5860:1: (lv_writeable_5_0= 'var' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5860:1: (lv_writeable_5_0= 'var' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5861:3: lv_writeable_5_0= 'var' { lv_writeable_5_0=(Token)match(input,77,FollowSets000.FOLLOW_77_in_ruleXVariableDeclaration11542); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_writeable_5_0, grammarAccess.getXVariableDeclarationAccess().getWriteableVarKeyword_0_0_1_1_1_0_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXVariableDeclarationRule()); } setWithLastConsumed(current, "writeable", true, "var"); } } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5875:7: otherlv_6= 'val' { otherlv_6=(Token)match(input,76,FollowSets000.FOLLOW_76_in_ruleXVariableDeclaration11573); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_6, grammarAccess.getXVariableDeclarationAccess().getValKeyword_0_0_1_1_1_1()); } } break; } } } break; } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5879:6: ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleInnerVarID ) ) ) )=> ( ( (lv_type_7_0= ruleJvmTypeReference ) ) ( (lv_name_8_0= ruleInnerVarID ) ) ) ) | ( (lv_name_9_0= ruleInnerVarID ) ) ) int alt143=2; alt143 = dfa143.predict(input); switch (alt143) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5879:7: ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleInnerVarID ) ) ) )=> ( ( (lv_type_7_0= ruleJvmTypeReference ) ) ( (lv_name_8_0= ruleInnerVarID ) ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5879:7: ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleInnerVarID ) ) ) )=> ( ( (lv_type_7_0= ruleJvmTypeReference ) ) ( (lv_name_8_0= ruleInnerVarID ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5879:8: ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleInnerVarID ) ) ) )=> ( ( (lv_type_7_0= ruleJvmTypeReference ) ) ( (lv_name_8_0= ruleInnerVarID ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5887:6: ( ( (lv_type_7_0= ruleJvmTypeReference ) ) ( (lv_name_8_0= ruleInnerVarID ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5887:7: ( (lv_type_7_0= ruleJvmTypeReference ) ) ( (lv_name_8_0= ruleInnerVarID ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5887:7: ( (lv_type_7_0= ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5888:1: (lv_type_7_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5888:1: (lv_type_7_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5889:3: lv_type_7_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXVariableDeclarationAccess().getTypeJvmTypeReferenceParserRuleCall_1_0_0_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleXVariableDeclaration11625); lv_type_7_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXVariableDeclarationRule()); } set( current, "type", lv_type_7_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5905:2: ( (lv_name_8_0= ruleInnerVarID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5906:1: (lv_name_8_0= ruleInnerVarID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5906:1: (lv_name_8_0= ruleInnerVarID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5907:3: lv_name_8_0= ruleInnerVarID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXVariableDeclarationAccess().getNameInnerVarIDParserRuleCall_1_0_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleInnerVarID_in_ruleXVariableDeclaration11646); lv_name_8_0=ruleInnerVarID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXVariableDeclarationRule()); } set( current, "name", lv_name_8_0, "InnerVarID"); afterParserOrEnumRuleCall(); } } } } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5924:6: ( (lv_name_9_0= ruleInnerVarID ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5924:6: ( (lv_name_9_0= ruleInnerVarID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5925:1: (lv_name_9_0= ruleInnerVarID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5925:1: (lv_name_9_0= ruleInnerVarID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5926:3: lv_name_9_0= ruleInnerVarID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXVariableDeclarationAccess().getNameInnerVarIDParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleInnerVarID_in_ruleXVariableDeclaration11675); lv_name_9_0=ruleInnerVarID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXVariableDeclarationRule()); } set( current, "name", lv_name_9_0, "InnerVarID"); afterParserOrEnumRuleCall(); } } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5942:3: (otherlv_10= '=' ( (lv_right_11_0= ruleXExpression ) ) )? int alt144=2; int LA144_0 = input.LA(1); if ( (LA144_0==41) ) { alt144=1; } switch (alt144) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5942:5: otherlv_10= '=' ( (lv_right_11_0= ruleXExpression ) ) { otherlv_10=(Token)match(input,41,FollowSets000.FOLLOW_41_in_ruleXVariableDeclaration11689); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_10, grammarAccess.getXVariableDeclarationAccess().getEqualsSignKeyword_2_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5946:1: ( (lv_right_11_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5947:1: (lv_right_11_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5947:1: (lv_right_11_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5948:3: lv_right_11_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXVariableDeclarationAccess().getRightXExpressionParserRuleCall_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXVariableDeclaration11710); lv_right_11_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXVariableDeclarationRule()); } set( current, "right", lv_right_11_0, "XExpression"); afterParserOrEnumRuleCall(); } } } } break; } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXVariableDeclaration" // $ANTLR start "entryRuleXbaseConstructorCall" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5972:1: entryRuleXbaseConstructorCall returns [EObject current=null] : iv_ruleXbaseConstructorCall= ruleXbaseConstructorCall EOF ; public final EObject entryRuleXbaseConstructorCall() throws RecognitionException { EObject current = null; EObject iv_ruleXbaseConstructorCall = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5973:2: (iv_ruleXbaseConstructorCall= ruleXbaseConstructorCall EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5974:2: iv_ruleXbaseConstructorCall= ruleXbaseConstructorCall EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXbaseConstructorCallRule()); } pushFollow(FollowSets000.FOLLOW_ruleXbaseConstructorCall_in_entryRuleXbaseConstructorCall11748); iv_ruleXbaseConstructorCall=ruleXbaseConstructorCall(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXbaseConstructorCall; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXbaseConstructorCall11758); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXbaseConstructorCall" // $ANTLR start "ruleXbaseConstructorCall" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5981:1: ruleXbaseConstructorCall returns [EObject current=null] : ( () otherlv_1= 'new' ( ( ruleQualifiedName ) ) ( ( ( '<' )=>otherlv_3= '<' ) ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) (otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) )* otherlv_7= '>' )? ( ( ( ( '(' ) )=> (lv_explicitConstructorCall_8_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) ) | ( ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* ) )? otherlv_13= ')' )? ( ( ( () '[' ) )=> (lv_arguments_14_0= ruleXClosure ) )? ) ; public final EObject ruleXbaseConstructorCall() throws RecognitionException { EObject current = null; Token otherlv_1=null; Token otherlv_3=null; Token otherlv_5=null; Token otherlv_7=null; Token lv_explicitConstructorCall_8_0=null; Token otherlv_11=null; Token otherlv_13=null; EObject lv_typeArguments_4_0 = null; EObject lv_typeArguments_6_0 = null; EObject lv_arguments_9_0 = null; EObject lv_arguments_10_0 = null; EObject lv_arguments_12_0 = null; EObject lv_arguments_14_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5984:28: ( ( () otherlv_1= 'new' ( ( ruleQualifiedName ) ) ( ( ( '<' )=>otherlv_3= '<' ) ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) (otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) )* otherlv_7= '>' )? ( ( ( ( '(' ) )=> (lv_explicitConstructorCall_8_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) ) | ( ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* ) )? otherlv_13= ')' )? ( ( ( () '[' ) )=> (lv_arguments_14_0= ruleXClosure ) )? ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5985:1: ( () otherlv_1= 'new' ( ( ruleQualifiedName ) ) ( ( ( '<' )=>otherlv_3= '<' ) ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) (otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) )* otherlv_7= '>' )? ( ( ( ( '(' ) )=> (lv_explicitConstructorCall_8_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) ) | ( ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* ) )? otherlv_13= ')' )? ( ( ( () '[' ) )=> (lv_arguments_14_0= ruleXClosure ) )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5985:1: ( () otherlv_1= 'new' ( ( ruleQualifiedName ) ) ( ( ( '<' )=>otherlv_3= '<' ) ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) (otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) )* otherlv_7= '>' )? ( ( ( ( '(' ) )=> (lv_explicitConstructorCall_8_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) ) | ( ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* ) )? otherlv_13= ')' )? ( ( ( () '[' ) )=> (lv_arguments_14_0= ruleXClosure ) )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5985:2: () otherlv_1= 'new' ( ( ruleQualifiedName ) ) ( ( ( '<' )=>otherlv_3= '<' ) ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) (otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) )* otherlv_7= '>' )? ( ( ( ( '(' ) )=> (lv_explicitConstructorCall_8_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) ) | ( ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* ) )? otherlv_13= ')' )? ( ( ( () '[' ) )=> (lv_arguments_14_0= ruleXClosure ) )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5985:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5986:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXbaseConstructorCallAccess().getXConstructorCallAction_0(), current); } } otherlv_1=(Token)match(input,87,FollowSets000.FOLLOW_87_in_ruleXbaseConstructorCall11804); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXbaseConstructorCallAccess().getNewKeyword_1()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5995:1: ( ( ruleQualifiedName ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5996:1: ( ruleQualifiedName ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5996:1: ( ruleQualifiedName ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5997:3: ruleQualifiedName { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXbaseConstructorCallRule()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXbaseConstructorCallAccess().getConstructorJvmConstructorCrossReference_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleQualifiedName_in_ruleXbaseConstructorCall11827); ruleQualifiedName(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6010:2: ( ( ( '<' )=>otherlv_3= '<' ) ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) (otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) )* otherlv_7= '>' )? int alt146=2; alt146 = dfa146.predict(input); switch (alt146) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6010:3: ( ( '<' )=>otherlv_3= '<' ) ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) (otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) )* otherlv_7= '>' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6010:3: ( ( '<' )=>otherlv_3= '<' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6010:4: ( '<' )=>otherlv_3= '<' { otherlv_3=(Token)match(input,51,FollowSets000.FOLLOW_51_in_ruleXbaseConstructorCall11848); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_3, grammarAccess.getXbaseConstructorCallAccess().getLessThanSignKeyword_3_0()); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6015:2: ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6016:1: (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6016:1: (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6017:3: lv_typeArguments_4_0= ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXbaseConstructorCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_3_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmArgumentTypeReference_in_ruleXbaseConstructorCall11870); lv_typeArguments_4_0=ruleJvmArgumentTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXbaseConstructorCallRule()); } add( current, "typeArguments", lv_typeArguments_4_0, "JvmArgumentTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6033:2: (otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) )* loop145: do { int alt145=2; int LA145_0 = input.LA(1); if ( (LA145_0==52) ) { alt145=1; } switch (alt145) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6033:4: otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) { otherlv_5=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleXbaseConstructorCall11883); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_5, grammarAccess.getXbaseConstructorCallAccess().getCommaKeyword_3_2_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6037:1: ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6038:1: (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6038:1: (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6039:3: lv_typeArguments_6_0= ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXbaseConstructorCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_3_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmArgumentTypeReference_in_ruleXbaseConstructorCall11904); lv_typeArguments_6_0=ruleJvmArgumentTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXbaseConstructorCallRule()); } add( current, "typeArguments", lv_typeArguments_6_0, "JvmArgumentTypeReference"); afterParserOrEnumRuleCall(); } } } } break; default : break loop145; } } while (true); otherlv_7=(Token)match(input,53,FollowSets000.FOLLOW_53_in_ruleXbaseConstructorCall11918); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_7, grammarAccess.getXbaseConstructorCallAccess().getGreaterThanSignKeyword_3_3()); } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6059:3: ( ( ( ( '(' ) )=> (lv_explicitConstructorCall_8_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) ) | ( ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* ) )? otherlv_13= ')' )? int alt149=2; alt149 = dfa149.predict(input); switch (alt149) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6059:4: ( ( ( '(' ) )=> (lv_explicitConstructorCall_8_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) ) | ( ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* ) )? otherlv_13= ')' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6059:4: ( ( ( '(' ) )=> (lv_explicitConstructorCall_8_0= '(' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6059:5: ( ( '(' ) )=> (lv_explicitConstructorCall_8_0= '(' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6066:1: (lv_explicitConstructorCall_8_0= '(' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6067:3: lv_explicitConstructorCall_8_0= '(' { lv_explicitConstructorCall_8_0=(Token)match(input,54,FollowSets000.FOLLOW_54_in_ruleXbaseConstructorCall11954); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_explicitConstructorCall_8_0, grammarAccess.getXbaseConstructorCallAccess().getExplicitConstructorCallLeftParenthesisKeyword_4_0_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXbaseConstructorCallRule()); } setWithLastConsumed(current, "explicitConstructorCall", true, "("); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6080:2: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) ) | ( ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* ) )? int alt148=3; alt148 = dfa148.predict(input); switch (alt148) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6080:3: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6080:3: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6080:4: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6097:1: (lv_arguments_9_0= ruleXShortClosure ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6098:3: lv_arguments_9_0= ruleXShortClosure { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXbaseConstructorCallAccess().getArgumentsXShortClosureParserRuleCall_4_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXShortClosure_in_ruleXbaseConstructorCall12039); lv_arguments_9_0=ruleXShortClosure(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXbaseConstructorCallRule()); } add( current, "arguments", lv_arguments_9_0, "XShortClosure"); afterParserOrEnumRuleCall(); } } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6115:6: ( ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6115:6: ( ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6115:7: ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6115:7: ( (lv_arguments_10_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6116:1: (lv_arguments_10_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6116:1: (lv_arguments_10_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6117:3: lv_arguments_10_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXbaseConstructorCallAccess().getArgumentsXExpressionParserRuleCall_4_1_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXbaseConstructorCall12067); lv_arguments_10_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXbaseConstructorCallRule()); } add( current, "arguments", lv_arguments_10_0, "XExpression"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6133:2: (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* loop147: do { int alt147=2; int LA147_0 = input.LA(1); if ( (LA147_0==52) ) { alt147=1; } switch (alt147) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6133:4: otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) { otherlv_11=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleXbaseConstructorCall12080); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_11, grammarAccess.getXbaseConstructorCallAccess().getCommaKeyword_4_1_1_1_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6137:1: ( (lv_arguments_12_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6138:1: (lv_arguments_12_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6138:1: (lv_arguments_12_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6139:3: lv_arguments_12_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXbaseConstructorCallAccess().getArgumentsXExpressionParserRuleCall_4_1_1_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXbaseConstructorCall12101); lv_arguments_12_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXbaseConstructorCallRule()); } add( current, "arguments", lv_arguments_12_0, "XExpression"); afterParserOrEnumRuleCall(); } } } } break; default : break loop147; } } while (true); } } break; } otherlv_13=(Token)match(input,55,FollowSets000.FOLLOW_55_in_ruleXbaseConstructorCall12118); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_13, grammarAccess.getXbaseConstructorCallAccess().getRightParenthesisKeyword_4_2()); } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6159:3: ( ( ( () '[' ) )=> (lv_arguments_14_0= ruleXClosure ) )? int alt150=2; alt150 = dfa150.predict(input); switch (alt150) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6159:4: ( ( () '[' ) )=> (lv_arguments_14_0= ruleXClosure ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6162:1: (lv_arguments_14_0= ruleXClosure ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6163:3: lv_arguments_14_0= ruleXClosure { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXbaseConstructorCallAccess().getArgumentsXClosureParserRuleCall_5_0()); } pushFollow(FollowSets000.FOLLOW_ruleXClosure_in_ruleXbaseConstructorCall12153); lv_arguments_14_0=ruleXClosure(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXbaseConstructorCallRule()); } add( current, "arguments", lv_arguments_14_0, "XClosure"); afterParserOrEnumRuleCall(); } } } break; } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXbaseConstructorCall" // $ANTLR start "entryRuleJvmFormalParameter" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6187:1: entryRuleJvmFormalParameter returns [EObject current=null] : iv_ruleJvmFormalParameter= ruleJvmFormalParameter EOF ; public final EObject entryRuleJvmFormalParameter() throws RecognitionException { EObject current = null; EObject iv_ruleJvmFormalParameter = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6188:2: (iv_ruleJvmFormalParameter= ruleJvmFormalParameter EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6189:2: iv_ruleJvmFormalParameter= ruleJvmFormalParameter EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmFormalParameterRule()); } pushFollow(FollowSets000.FOLLOW_ruleJvmFormalParameter_in_entryRuleJvmFormalParameter12190); iv_ruleJvmFormalParameter=ruleJvmFormalParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleJvmFormalParameter; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleJvmFormalParameter12200); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleJvmFormalParameter" // $ANTLR start "ruleJvmFormalParameter" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6196:1: ruleJvmFormalParameter returns [EObject current=null] : ( ( (lv_extension_0_0= 'extension' ) )? ( (lv_parameterType_1_0= ruleJvmTypeReference ) )? ( (lv_name_2_0= ruleInnerVarID ) ) ) ; public final EObject ruleJvmFormalParameter() throws RecognitionException { EObject current = null; Token lv_extension_0_0=null; EObject lv_parameterType_1_0 = null; AntlrDatatypeRuleToken lv_name_2_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6199:28: ( ( ( (lv_extension_0_0= 'extension' ) )? ( (lv_parameterType_1_0= ruleJvmTypeReference ) )? ( (lv_name_2_0= ruleInnerVarID ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6200:1: ( ( (lv_extension_0_0= 'extension' ) )? ( (lv_parameterType_1_0= ruleJvmTypeReference ) )? ( (lv_name_2_0= ruleInnerVarID ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6200:1: ( ( (lv_extension_0_0= 'extension' ) )? ( (lv_parameterType_1_0= ruleJvmTypeReference ) )? ( (lv_name_2_0= ruleInnerVarID ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6200:2: ( (lv_extension_0_0= 'extension' ) )? ( (lv_parameterType_1_0= ruleJvmTypeReference ) )? ( (lv_name_2_0= ruleInnerVarID ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6200:2: ( (lv_extension_0_0= 'extension' ) )? int alt151=2; int LA151_0 = input.LA(1); if ( (LA151_0==40) ) { alt151=1; } switch (alt151) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6201:1: (lv_extension_0_0= 'extension' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6201:1: (lv_extension_0_0= 'extension' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6202:3: lv_extension_0_0= 'extension' { lv_extension_0_0=(Token)match(input,40,FollowSets000.FOLLOW_40_in_ruleJvmFormalParameter12243); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_extension_0_0, grammarAccess.getJvmFormalParameterAccess().getExtensionExtensionKeyword_0_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getJvmFormalParameterRule()); } setWithLastConsumed(current, "extension", true, "extension"); } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6215:3: ( (lv_parameterType_1_0= ruleJvmTypeReference ) )? int alt152=2; switch ( input.LA(1) ) { case RULE_ID: { int LA152_1 = input.LA(2); if ( (LA152_1==RULE_ID||LA152_1==39||LA152_1==45||LA152_1==51||(LA152_1>=56 && LA152_1<=61)||(LA152_1>=63 && LA152_1<=75)||(LA152_1>=78 && LA152_1<=80)||(LA152_1>=82 && LA152_1<=85)||LA152_1==98) ) { alt152=1; } } break; case 80: { int LA152_2 = input.LA(2); if ( (LA152_2==RULE_ID||LA152_2==39||LA152_2==45||LA152_2==51||(LA152_2>=56 && LA152_2<=61)||(LA152_2>=63 && LA152_2<=75)||(LA152_2>=78 && LA152_2<=80)||(LA152_2>=82 && LA152_2<=85)||LA152_2==98) ) { alt152=1; } } break; case 61: { int LA152_3 = input.LA(2); if ( (LA152_3==RULE_ID||LA152_3==39||LA152_3==45||LA152_3==51||(LA152_3>=56 && LA152_3<=61)||(LA152_3>=63 && LA152_3<=75)||(LA152_3>=78 && LA152_3<=80)||(LA152_3>=82 && LA152_3<=85)||LA152_3==98) ) { alt152=1; } } break; case 82: { int LA152_4 = input.LA(2); if ( (LA152_4==RULE_ID||LA152_4==39||LA152_4==45||LA152_4==51||(LA152_4>=56 && LA152_4<=61)||(LA152_4>=63 && LA152_4<=75)||(LA152_4>=78 && LA152_4<=80)||(LA152_4>=82 && LA152_4<=85)||LA152_4==98) ) { alt152=1; } } break; case 83: { int LA152_5 = input.LA(2); if ( (LA152_5==RULE_ID||LA152_5==39||LA152_5==45||LA152_5==51||(LA152_5>=56 && LA152_5<=61)||(LA152_5>=63 && LA152_5<=75)||(LA152_5>=78 && LA152_5<=80)||(LA152_5>=82 && LA152_5<=85)||LA152_5==98) ) { alt152=1; } } break; case 84: { int LA152_6 = input.LA(2); if ( (LA152_6==RULE_ID||LA152_6==39||LA152_6==45||LA152_6==51||(LA152_6>=56 && LA152_6<=61)||(LA152_6>=63 && LA152_6<=75)||(LA152_6>=78 && LA152_6<=80)||(LA152_6>=82 && LA152_6<=85)||LA152_6==98) ) { alt152=1; } } break; case 54: case 62: { alt152=1; } break; } switch (alt152) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6216:1: (lv_parameterType_1_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6216:1: (lv_parameterType_1_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6217:3: lv_parameterType_1_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmFormalParameterAccess().getParameterTypeJvmTypeReferenceParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleJvmFormalParameter12278); lv_parameterType_1_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getJvmFormalParameterRule()); } set( current, "parameterType", lv_parameterType_1_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6233:3: ( (lv_name_2_0= ruleInnerVarID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6234:1: (lv_name_2_0= ruleInnerVarID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6234:1: (lv_name_2_0= ruleInnerVarID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6235:3: lv_name_2_0= ruleInnerVarID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmFormalParameterAccess().getNameInnerVarIDParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleInnerVarID_in_ruleJvmFormalParameter12300); lv_name_2_0=ruleInnerVarID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getJvmFormalParameterRule()); } set( current, "name", lv_name_2_0, "InnerVarID"); afterParserOrEnumRuleCall(); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleJvmFormalParameter" // $ANTLR start "entryRuleFullJvmFormalParameter" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6259:1: entryRuleFullJvmFormalParameter returns [EObject current=null] : iv_ruleFullJvmFormalParameter= ruleFullJvmFormalParameter EOF ; public final EObject entryRuleFullJvmFormalParameter() throws RecognitionException { EObject current = null; EObject iv_ruleFullJvmFormalParameter = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6260:2: (iv_ruleFullJvmFormalParameter= ruleFullJvmFormalParameter EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6261:2: iv_ruleFullJvmFormalParameter= ruleFullJvmFormalParameter EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getFullJvmFormalParameterRule()); } pushFollow(FollowSets000.FOLLOW_ruleFullJvmFormalParameter_in_entryRuleFullJvmFormalParameter12336); iv_ruleFullJvmFormalParameter=ruleFullJvmFormalParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleFullJvmFormalParameter; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleFullJvmFormalParameter12346); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleFullJvmFormalParameter" // $ANTLR start "ruleFullJvmFormalParameter" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6268:1: ruleFullJvmFormalParameter returns [EObject current=null] : ( ( (lv_extension_0_0= 'extension' ) )? ( (lv_parameterType_1_0= ruleJvmTypeReference ) ) ( (lv_name_2_0= ruleInnerVarID ) ) ) ; public final EObject ruleFullJvmFormalParameter() throws RecognitionException { EObject current = null; Token lv_extension_0_0=null; EObject lv_parameterType_1_0 = null; AntlrDatatypeRuleToken lv_name_2_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6271:28: ( ( ( (lv_extension_0_0= 'extension' ) )? ( (lv_parameterType_1_0= ruleJvmTypeReference ) ) ( (lv_name_2_0= ruleInnerVarID ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6272:1: ( ( (lv_extension_0_0= 'extension' ) )? ( (lv_parameterType_1_0= ruleJvmTypeReference ) ) ( (lv_name_2_0= ruleInnerVarID ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6272:1: ( ( (lv_extension_0_0= 'extension' ) )? ( (lv_parameterType_1_0= ruleJvmTypeReference ) ) ( (lv_name_2_0= ruleInnerVarID ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6272:2: ( (lv_extension_0_0= 'extension' ) )? ( (lv_parameterType_1_0= ruleJvmTypeReference ) ) ( (lv_name_2_0= ruleInnerVarID ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6272:2: ( (lv_extension_0_0= 'extension' ) )? int alt153=2; int LA153_0 = input.LA(1); if ( (LA153_0==40) ) { alt153=1; } switch (alt153) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6273:1: (lv_extension_0_0= 'extension' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6273:1: (lv_extension_0_0= 'extension' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6274:3: lv_extension_0_0= 'extension' { lv_extension_0_0=(Token)match(input,40,FollowSets000.FOLLOW_40_in_ruleFullJvmFormalParameter12389); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_extension_0_0, grammarAccess.getFullJvmFormalParameterAccess().getExtensionExtensionKeyword_0_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getFullJvmFormalParameterRule()); } setWithLastConsumed(current, "extension", true, "extension"); } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6287:3: ( (lv_parameterType_1_0= ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6288:1: (lv_parameterType_1_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6288:1: (lv_parameterType_1_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6289:3: lv_parameterType_1_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getFullJvmFormalParameterAccess().getParameterTypeJvmTypeReferenceParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleFullJvmFormalParameter12424); lv_parameterType_1_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getFullJvmFormalParameterRule()); } set( current, "parameterType", lv_parameterType_1_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6305:2: ( (lv_name_2_0= ruleInnerVarID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6306:1: (lv_name_2_0= ruleInnerVarID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6306:1: (lv_name_2_0= ruleInnerVarID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6307:3: lv_name_2_0= ruleInnerVarID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getFullJvmFormalParameterAccess().getNameInnerVarIDParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleInnerVarID_in_ruleFullJvmFormalParameter12445); lv_name_2_0=ruleInnerVarID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getFullJvmFormalParameterRule()); } set( current, "name", lv_name_2_0, "InnerVarID"); afterParserOrEnumRuleCall(); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleFullJvmFormalParameter" // $ANTLR start "entryRuleXStringLiteral" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6331:1: entryRuleXStringLiteral returns [EObject current=null] : iv_ruleXStringLiteral= ruleXStringLiteral EOF ; public final EObject entryRuleXStringLiteral() throws RecognitionException { EObject current = null; EObject iv_ruleXStringLiteral = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6332:2: (iv_ruleXStringLiteral= ruleXStringLiteral EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6333:2: iv_ruleXStringLiteral= ruleXStringLiteral EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXStringLiteralRule()); } pushFollow(FollowSets000.FOLLOW_ruleXStringLiteral_in_entryRuleXStringLiteral12481); iv_ruleXStringLiteral=ruleXStringLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXStringLiteral; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXStringLiteral12491); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXStringLiteral" // $ANTLR start "ruleXStringLiteral" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6340:1: ruleXStringLiteral returns [EObject current=null] : (this_SimpleStringLiteral_0= ruleSimpleStringLiteral | this_RichString_1= ruleRichString ) ; public final EObject ruleXStringLiteral() throws RecognitionException { EObject current = null; EObject this_SimpleStringLiteral_0 = null; EObject this_RichString_1 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6343:28: ( (this_SimpleStringLiteral_0= ruleSimpleStringLiteral | this_RichString_1= ruleRichString ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6344:1: (this_SimpleStringLiteral_0= ruleSimpleStringLiteral | this_RichString_1= ruleRichString ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6344:1: (this_SimpleStringLiteral_0= ruleSimpleStringLiteral | this_RichString_1= ruleRichString ) int alt154=2; int LA154_0 = input.LA(1); if ( (LA154_0==RULE_STRING) ) { alt154=1; } else if ( ((LA154_0>=RULE_RICH_TEXT && LA154_0<=RULE_RICH_TEXT_START)) ) { alt154=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 154, 0, input); throw nvae; } switch (alt154) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6345:5: this_SimpleStringLiteral_0= ruleSimpleStringLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXStringLiteralAccess().getSimpleStringLiteralParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleSimpleStringLiteral_in_ruleXStringLiteral12538); this_SimpleStringLiteral_0=ruleSimpleStringLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_SimpleStringLiteral_0; afterParserOrEnumRuleCall(); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6355:5: this_RichString_1= ruleRichString { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXStringLiteralAccess().getRichStringParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleRichString_in_ruleXStringLiteral12565); this_RichString_1=ruleRichString(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_RichString_1; afterParserOrEnumRuleCall(); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXStringLiteral" // $ANTLR start "entryRuleXSwitchExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6371:1: entryRuleXSwitchExpression returns [EObject current=null] : iv_ruleXSwitchExpression= ruleXSwitchExpression EOF ; public final EObject entryRuleXSwitchExpression() throws RecognitionException { EObject current = null; EObject iv_ruleXSwitchExpression = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6372:2: (iv_ruleXSwitchExpression= ruleXSwitchExpression EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6373:2: iv_ruleXSwitchExpression= ruleXSwitchExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXSwitchExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXSwitchExpression_in_entryRuleXSwitchExpression12600); iv_ruleXSwitchExpression=ruleXSwitchExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXSwitchExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXSwitchExpression12610); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXSwitchExpression" // $ANTLR start "ruleXSwitchExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6380:1: ruleXSwitchExpression returns [EObject current=null] : ( () otherlv_1= 'switch' ( ( ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_switch_5_0= ruleXExpression ) ) otherlv_6= ')' ) | ( ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )? ( (lv_switch_9_0= ruleXExpressionOrSimpleConstructorCall ) ) ) ) otherlv_10= '{' ( (lv_cases_11_0= ruleXCasePart ) )* (otherlv_12= 'default' otherlv_13= ':' ( (lv_default_14_0= ruleXExpression ) ) )? otherlv_15= '}' ) ; public final EObject ruleXSwitchExpression() throws RecognitionException { EObject current = null; Token otherlv_1=null; Token otherlv_2=null; Token otherlv_4=null; Token otherlv_6=null; Token otherlv_8=null; Token otherlv_10=null; Token otherlv_12=null; Token otherlv_13=null; Token otherlv_15=null; EObject lv_declaredParam_3_0 = null; EObject lv_switch_5_0 = null; EObject lv_declaredParam_7_0 = null; EObject lv_switch_9_0 = null; EObject lv_cases_11_0 = null; EObject lv_default_14_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6383:28: ( ( () otherlv_1= 'switch' ( ( ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_switch_5_0= ruleXExpression ) ) otherlv_6= ')' ) | ( ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )? ( (lv_switch_9_0= ruleXExpressionOrSimpleConstructorCall ) ) ) ) otherlv_10= '{' ( (lv_cases_11_0= ruleXCasePart ) )* (otherlv_12= 'default' otherlv_13= ':' ( (lv_default_14_0= ruleXExpression ) ) )? otherlv_15= '}' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6384:1: ( () otherlv_1= 'switch' ( ( ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_switch_5_0= ruleXExpression ) ) otherlv_6= ')' ) | ( ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )? ( (lv_switch_9_0= ruleXExpressionOrSimpleConstructorCall ) ) ) ) otherlv_10= '{' ( (lv_cases_11_0= ruleXCasePart ) )* (otherlv_12= 'default' otherlv_13= ':' ( (lv_default_14_0= ruleXExpression ) ) )? otherlv_15= '}' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6384:1: ( () otherlv_1= 'switch' ( ( ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_switch_5_0= ruleXExpression ) ) otherlv_6= ')' ) | ( ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )? ( (lv_switch_9_0= ruleXExpressionOrSimpleConstructorCall ) ) ) ) otherlv_10= '{' ( (lv_cases_11_0= ruleXCasePart ) )* (otherlv_12= 'default' otherlv_13= ':' ( (lv_default_14_0= ruleXExpression ) ) )? otherlv_15= '}' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6384:2: () otherlv_1= 'switch' ( ( ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_switch_5_0= ruleXExpression ) ) otherlv_6= ')' ) | ( ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )? ( (lv_switch_9_0= ruleXExpressionOrSimpleConstructorCall ) ) ) ) otherlv_10= '{' ( (lv_cases_11_0= ruleXCasePart ) )* (otherlv_12= 'default' otherlv_13= ':' ( (lv_default_14_0= ruleXExpression ) ) )? otherlv_15= '}' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6384:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6385:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXSwitchExpressionAccess().getXSwitchExpressionAction_0(), current); } } otherlv_1=(Token)match(input,88,FollowSets000.FOLLOW_88_in_ruleXSwitchExpression12656); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXSwitchExpressionAccess().getSwitchKeyword_1()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6394:1: ( ( ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_switch_5_0= ruleXExpression ) ) otherlv_6= ')' ) | ( ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )? ( (lv_switch_9_0= ruleXExpressionOrSimpleConstructorCall ) ) ) ) int alt156=2; alt156 = dfa156.predict(input); switch (alt156) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6394:2: ( ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_switch_5_0= ruleXExpression ) ) otherlv_6= ')' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6394:2: ( ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_switch_5_0= ruleXExpression ) ) otherlv_6= ')' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6394:3: ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_switch_5_0= ruleXExpression ) ) otherlv_6= ')' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6394:3: ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6394:4: ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6400:5: (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6400:7: otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' { otherlv_2=(Token)match(input,54,FollowSets000.FOLLOW_54_in_ruleXSwitchExpression12694); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXSwitchExpressionAccess().getLeftParenthesisKeyword_2_0_0_0_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6404:1: ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6405:1: (lv_declaredParam_3_0= ruleJvmFormalParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6405:1: (lv_declaredParam_3_0= ruleJvmFormalParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6406:3: lv_declaredParam_3_0= ruleJvmFormalParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_2_0_0_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmFormalParameter_in_ruleXSwitchExpression12715); lv_declaredParam_3_0=ruleJvmFormalParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXSwitchExpressionRule()); } set( current, "declaredParam", lv_declaredParam_3_0, "JvmFormalParameter"); afterParserOrEnumRuleCall(); } } } otherlv_4=(Token)match(input,81,FollowSets000.FOLLOW_81_in_ruleXSwitchExpression12727); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXSwitchExpressionAccess().getColonKeyword_2_0_0_0_2()); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6426:3: ( (lv_switch_5_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6427:1: (lv_switch_5_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6427:1: (lv_switch_5_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6428:3: lv_switch_5_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getSwitchXExpressionParserRuleCall_2_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXSwitchExpression12750); lv_switch_5_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXSwitchExpressionRule()); } set( current, "switch", lv_switch_5_0, "XExpression"); afterParserOrEnumRuleCall(); } } } otherlv_6=(Token)match(input,55,FollowSets000.FOLLOW_55_in_ruleXSwitchExpression12762); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_6, grammarAccess.getXSwitchExpressionAccess().getRightParenthesisKeyword_2_0_2()); } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6449:6: ( ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )? ( (lv_switch_9_0= ruleXExpressionOrSimpleConstructorCall ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6449:6: ( ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )? ( (lv_switch_9_0= ruleXExpressionOrSimpleConstructorCall ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6449:7: ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )? ( (lv_switch_9_0= ruleXExpressionOrSimpleConstructorCall ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6449:7: ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )? int alt155=2; alt155 = dfa155.predict(input); switch (alt155) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6449:8: ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6454:5: ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6454:6: ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6454:6: ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6455:1: (lv_declaredParam_7_0= ruleJvmFormalParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6455:1: (lv_declaredParam_7_0= ruleJvmFormalParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6456:3: lv_declaredParam_7_0= ruleJvmFormalParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_2_1_0_0_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmFormalParameter_in_ruleXSwitchExpression12811); lv_declaredParam_7_0=ruleJvmFormalParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXSwitchExpressionRule()); } set( current, "declaredParam", lv_declaredParam_7_0, "JvmFormalParameter"); afterParserOrEnumRuleCall(); } } } otherlv_8=(Token)match(input,81,FollowSets000.FOLLOW_81_in_ruleXSwitchExpression12823); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_8, grammarAccess.getXSwitchExpressionAccess().getColonKeyword_2_1_0_0_1()); } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6476:4: ( (lv_switch_9_0= ruleXExpressionOrSimpleConstructorCall ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6477:1: (lv_switch_9_0= ruleXExpressionOrSimpleConstructorCall ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6477:1: (lv_switch_9_0= ruleXExpressionOrSimpleConstructorCall ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6478:3: lv_switch_9_0= ruleXExpressionOrSimpleConstructorCall { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getSwitchXExpressionOrSimpleConstructorCallParserRuleCall_2_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpressionOrSimpleConstructorCall_in_ruleXSwitchExpression12847); lv_switch_9_0=ruleXExpressionOrSimpleConstructorCall(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXSwitchExpressionRule()); } set( current, "switch", lv_switch_9_0, "XExpressionOrSimpleConstructorCall"); afterParserOrEnumRuleCall(); } } } } } break; } otherlv_10=(Token)match(input,49,FollowSets000.FOLLOW_49_in_ruleXSwitchExpression12861); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_10, grammarAccess.getXSwitchExpressionAccess().getLeftCurlyBracketKeyword_3()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6498:1: ( (lv_cases_11_0= ruleXCasePart ) )* loop157: do { int alt157=2; int LA157_0 = input.LA(1); if ( (LA157_0==RULE_ID||LA157_0==52||LA157_0==54||(LA157_0>=61 && LA157_0<=62)||(LA157_0>=80 && LA157_0<=84)||LA157_0==132) ) { alt157=1; } switch (alt157) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6499:1: (lv_cases_11_0= ruleXCasePart ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6499:1: (lv_cases_11_0= ruleXCasePart ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6500:3: lv_cases_11_0= ruleXCasePart { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getCasesXCasePartParserRuleCall_4_0()); } pushFollow(FollowSets000.FOLLOW_ruleXCasePart_in_ruleXSwitchExpression12882); lv_cases_11_0=ruleXCasePart(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXSwitchExpressionRule()); } add( current, "cases", lv_cases_11_0, "XCasePart"); afterParserOrEnumRuleCall(); } } } break; default : break loop157; } } while (true); // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6516:3: (otherlv_12= 'default' otherlv_13= ':' ( (lv_default_14_0= ruleXExpression ) ) )? int alt158=2; int LA158_0 = input.LA(1); if ( (LA158_0==89) ) { alt158=1; } switch (alt158) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6516:5: otherlv_12= 'default' otherlv_13= ':' ( (lv_default_14_0= ruleXExpression ) ) { otherlv_12=(Token)match(input,89,FollowSets000.FOLLOW_89_in_ruleXSwitchExpression12896); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_12, grammarAccess.getXSwitchExpressionAccess().getDefaultKeyword_5_0()); } otherlv_13=(Token)match(input,81,FollowSets000.FOLLOW_81_in_ruleXSwitchExpression12908); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_13, grammarAccess.getXSwitchExpressionAccess().getColonKeyword_5_1()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6524:1: ( (lv_default_14_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6525:1: (lv_default_14_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6525:1: (lv_default_14_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6526:3: lv_default_14_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getDefaultXExpressionParserRuleCall_5_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXSwitchExpression12929); lv_default_14_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXSwitchExpressionRule()); } set( current, "default", lv_default_14_0, "XExpression"); afterParserOrEnumRuleCall(); } } } } break; } otherlv_15=(Token)match(input,50,FollowSets000.FOLLOW_50_in_ruleXSwitchExpression12943); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_15, grammarAccess.getXSwitchExpressionAccess().getRightCurlyBracketKeyword_6()); } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXSwitchExpression" // $ANTLR start "entryRuleXExpressionOrSimpleConstructorCall" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6554:1: entryRuleXExpressionOrSimpleConstructorCall returns [EObject current=null] : iv_ruleXExpressionOrSimpleConstructorCall= ruleXExpressionOrSimpleConstructorCall EOF ; public final EObject entryRuleXExpressionOrSimpleConstructorCall() throws RecognitionException { EObject current = null; EObject iv_ruleXExpressionOrSimpleConstructorCall = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6555:2: (iv_ruleXExpressionOrSimpleConstructorCall= ruleXExpressionOrSimpleConstructorCall EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6556:2: iv_ruleXExpressionOrSimpleConstructorCall= ruleXExpressionOrSimpleConstructorCall EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXExpressionOrSimpleConstructorCallRule()); } pushFollow(FollowSets000.FOLLOW_ruleXExpressionOrSimpleConstructorCall_in_entryRuleXExpressionOrSimpleConstructorCall12979); iv_ruleXExpressionOrSimpleConstructorCall=ruleXExpressionOrSimpleConstructorCall(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXExpressionOrSimpleConstructorCall; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXExpressionOrSimpleConstructorCall12989); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXExpressionOrSimpleConstructorCall" // $ANTLR start "ruleXExpressionOrSimpleConstructorCall" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6563:1: ruleXExpressionOrSimpleConstructorCall returns [EObject current=null] : ( ( ( 'new' )=>this_XbaseConstructorCall_0= ruleXbaseConstructorCall ) | this_XExpression_1= ruleXExpression ) ; public final EObject ruleXExpressionOrSimpleConstructorCall() throws RecognitionException { EObject current = null; EObject this_XbaseConstructorCall_0 = null; EObject this_XExpression_1 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6566:28: ( ( ( ( 'new' )=>this_XbaseConstructorCall_0= ruleXbaseConstructorCall ) | this_XExpression_1= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6567:1: ( ( ( 'new' )=>this_XbaseConstructorCall_0= ruleXbaseConstructorCall ) | this_XExpression_1= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6567:1: ( ( ( 'new' )=>this_XbaseConstructorCall_0= ruleXbaseConstructorCall ) | this_XExpression_1= ruleXExpression ) int alt159=2; alt159 = dfa159.predict(input); switch (alt159) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6567:2: ( ( 'new' )=>this_XbaseConstructorCall_0= ruleXbaseConstructorCall ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6567:2: ( ( 'new' )=>this_XbaseConstructorCall_0= ruleXbaseConstructorCall ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6567:3: ( 'new' )=>this_XbaseConstructorCall_0= ruleXbaseConstructorCall { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXExpressionOrSimpleConstructorCallAccess().getXbaseConstructorCallParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleXbaseConstructorCall_in_ruleXExpressionOrSimpleConstructorCall13044); this_XbaseConstructorCall_0=ruleXbaseConstructorCall(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XbaseConstructorCall_0; afterParserOrEnumRuleCall(); } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6579:5: this_XExpression_1= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXExpressionOrSimpleConstructorCallAccess().getXExpressionParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXExpressionOrSimpleConstructorCall13072); this_XExpression_1=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XExpression_1; afterParserOrEnumRuleCall(); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXExpressionOrSimpleConstructorCall" // $ANTLR start "entryRuleSimpleStringLiteral" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6595:1: entryRuleSimpleStringLiteral returns [EObject current=null] : iv_ruleSimpleStringLiteral= ruleSimpleStringLiteral EOF ; public final EObject entryRuleSimpleStringLiteral() throws RecognitionException { EObject current = null; EObject iv_ruleSimpleStringLiteral = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6596:2: (iv_ruleSimpleStringLiteral= ruleSimpleStringLiteral EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6597:2: iv_ruleSimpleStringLiteral= ruleSimpleStringLiteral EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getSimpleStringLiteralRule()); } pushFollow(FollowSets000.FOLLOW_ruleSimpleStringLiteral_in_entryRuleSimpleStringLiteral13107); iv_ruleSimpleStringLiteral=ruleSimpleStringLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleSimpleStringLiteral; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleSimpleStringLiteral13117); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleSimpleStringLiteral" // $ANTLR start "ruleSimpleStringLiteral" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6604:1: ruleSimpleStringLiteral returns [EObject current=null] : ( () ( (lv_value_1_0= RULE_STRING ) ) ) ; public final EObject ruleSimpleStringLiteral() throws RecognitionException { EObject current = null; Token lv_value_1_0=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6607:28: ( ( () ( (lv_value_1_0= RULE_STRING ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6608:1: ( () ( (lv_value_1_0= RULE_STRING ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6608:1: ( () ( (lv_value_1_0= RULE_STRING ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6608:2: () ( (lv_value_1_0= RULE_STRING ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6608:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6609:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getSimpleStringLiteralAccess().getXStringLiteralAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6614:2: ( (lv_value_1_0= RULE_STRING ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6615:1: (lv_value_1_0= RULE_STRING ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6615:1: (lv_value_1_0= RULE_STRING ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6616:3: lv_value_1_0= RULE_STRING { lv_value_1_0=(Token)match(input,RULE_STRING,FollowSets000.FOLLOW_RULE_STRING_in_ruleSimpleStringLiteral13168); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_value_1_0, grammarAccess.getSimpleStringLiteralAccess().getValueSTRINGTerminalRuleCall_1_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getSimpleStringLiteralRule()); } setWithLastConsumed( current, "value", lv_value_1_0, "STRING"); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleSimpleStringLiteral" // $ANTLR start "entryRuleRichString" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6640:1: entryRuleRichString returns [EObject current=null] : iv_ruleRichString= ruleRichString EOF ; public final EObject entryRuleRichString() throws RecognitionException { EObject current = null; EObject iv_ruleRichString = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6641:2: (iv_ruleRichString= ruleRichString EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6642:2: iv_ruleRichString= ruleRichString EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringRule()); } pushFollow(FollowSets000.FOLLOW_ruleRichString_in_entryRuleRichString13209); iv_ruleRichString=ruleRichString(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleRichString; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleRichString13219); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleRichString" // $ANTLR start "ruleRichString" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6649:1: ruleRichString returns [EObject current=null] : ( () ( ( (lv_expressions_1_0= ruleRichStringLiteral ) ) | ( ( (lv_expressions_2_0= ruleRichStringLiteralStart ) ) ( (lv_expressions_3_0= ruleRichStringPart ) )? ( ( (lv_expressions_4_0= ruleRichStringLiteralInbetween ) ) ( (lv_expressions_5_0= ruleRichStringPart ) )? )* ( (lv_expressions_6_0= ruleRichStringLiteralEnd ) ) ) ) ) ; public final EObject ruleRichString() throws RecognitionException { EObject current = null; EObject lv_expressions_1_0 = null; EObject lv_expressions_2_0 = null; EObject lv_expressions_3_0 = null; EObject lv_expressions_4_0 = null; EObject lv_expressions_5_0 = null; EObject lv_expressions_6_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6652:28: ( ( () ( ( (lv_expressions_1_0= ruleRichStringLiteral ) ) | ( ( (lv_expressions_2_0= ruleRichStringLiteralStart ) ) ( (lv_expressions_3_0= ruleRichStringPart ) )? ( ( (lv_expressions_4_0= ruleRichStringLiteralInbetween ) ) ( (lv_expressions_5_0= ruleRichStringPart ) )? )* ( (lv_expressions_6_0= ruleRichStringLiteralEnd ) ) ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6653:1: ( () ( ( (lv_expressions_1_0= ruleRichStringLiteral ) ) | ( ( (lv_expressions_2_0= ruleRichStringLiteralStart ) ) ( (lv_expressions_3_0= ruleRichStringPart ) )? ( ( (lv_expressions_4_0= ruleRichStringLiteralInbetween ) ) ( (lv_expressions_5_0= ruleRichStringPart ) )? )* ( (lv_expressions_6_0= ruleRichStringLiteralEnd ) ) ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6653:1: ( () ( ( (lv_expressions_1_0= ruleRichStringLiteral ) ) | ( ( (lv_expressions_2_0= ruleRichStringLiteralStart ) ) ( (lv_expressions_3_0= ruleRichStringPart ) )? ( ( (lv_expressions_4_0= ruleRichStringLiteralInbetween ) ) ( (lv_expressions_5_0= ruleRichStringPart ) )? )* ( (lv_expressions_6_0= ruleRichStringLiteralEnd ) ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6653:2: () ( ( (lv_expressions_1_0= ruleRichStringLiteral ) ) | ( ( (lv_expressions_2_0= ruleRichStringLiteralStart ) ) ( (lv_expressions_3_0= ruleRichStringPart ) )? ( ( (lv_expressions_4_0= ruleRichStringLiteralInbetween ) ) ( (lv_expressions_5_0= ruleRichStringPart ) )? )* ( (lv_expressions_6_0= ruleRichStringLiteralEnd ) ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6653:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6654:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getRichStringAccess().getRichStringAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6659:2: ( ( (lv_expressions_1_0= ruleRichStringLiteral ) ) | ( ( (lv_expressions_2_0= ruleRichStringLiteralStart ) ) ( (lv_expressions_3_0= ruleRichStringPart ) )? ( ( (lv_expressions_4_0= ruleRichStringLiteralInbetween ) ) ( (lv_expressions_5_0= ruleRichStringPart ) )? )* ( (lv_expressions_6_0= ruleRichStringLiteralEnd ) ) ) ) int alt163=2; int LA163_0 = input.LA(1); if ( (LA163_0==RULE_RICH_TEXT) ) { alt163=1; } else if ( (LA163_0==RULE_RICH_TEXT_START) ) { alt163=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 163, 0, input); throw nvae; } switch (alt163) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6659:3: ( (lv_expressions_1_0= ruleRichStringLiteral ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6659:3: ( (lv_expressions_1_0= ruleRichStringLiteral ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6660:1: (lv_expressions_1_0= ruleRichStringLiteral ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6660:1: (lv_expressions_1_0= ruleRichStringLiteral ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6661:3: lv_expressions_1_0= ruleRichStringLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringAccess().getExpressionsRichStringLiteralParserRuleCall_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringLiteral_in_ruleRichString13275); lv_expressions_1_0=ruleRichStringLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getRichStringRule()); } add( current, "expressions", lv_expressions_1_0, "RichStringLiteral"); afterParserOrEnumRuleCall(); } } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6678:6: ( ( (lv_expressions_2_0= ruleRichStringLiteralStart ) ) ( (lv_expressions_3_0= ruleRichStringPart ) )? ( ( (lv_expressions_4_0= ruleRichStringLiteralInbetween ) ) ( (lv_expressions_5_0= ruleRichStringPart ) )? )* ( (lv_expressions_6_0= ruleRichStringLiteralEnd ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6678:6: ( ( (lv_expressions_2_0= ruleRichStringLiteralStart ) ) ( (lv_expressions_3_0= ruleRichStringPart ) )? ( ( (lv_expressions_4_0= ruleRichStringLiteralInbetween ) ) ( (lv_expressions_5_0= ruleRichStringPart ) )? )* ( (lv_expressions_6_0= ruleRichStringLiteralEnd ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6678:7: ( (lv_expressions_2_0= ruleRichStringLiteralStart ) ) ( (lv_expressions_3_0= ruleRichStringPart ) )? ( ( (lv_expressions_4_0= ruleRichStringLiteralInbetween ) ) ( (lv_expressions_5_0= ruleRichStringPart ) )? )* ( (lv_expressions_6_0= ruleRichStringLiteralEnd ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6678:7: ( (lv_expressions_2_0= ruleRichStringLiteralStart ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6679:1: (lv_expressions_2_0= ruleRichStringLiteralStart ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6679:1: (lv_expressions_2_0= ruleRichStringLiteralStart ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6680:3: lv_expressions_2_0= ruleRichStringLiteralStart { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringAccess().getExpressionsRichStringLiteralStartParserRuleCall_1_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringLiteralStart_in_ruleRichString13303); lv_expressions_2_0=ruleRichStringLiteralStart(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getRichStringRule()); } add( current, "expressions", lv_expressions_2_0, "RichStringLiteralStart"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6696:2: ( (lv_expressions_3_0= ruleRichStringPart ) )? int alt160=2; int LA160_0 = input.LA(1); if ( ((LA160_0>=RULE_ID && LA160_0<=RULE_RICH_TEXT_START)||(LA160_0>=RULE_HEX && LA160_0<=RULE_DECIMAL)||(LA160_0>=39 && LA160_0<=40)||(LA160_0>=44 && LA160_0<=45)||(LA160_0>=48 && LA160_0<=49)||LA160_0==51||LA160_0==54||(LA160_0>=56 && LA160_0<=61)||(LA160_0>=64 && LA160_0<=80)||(LA160_0>=82 && LA160_0<=85)||(LA160_0>=87 && LA160_0<=88)||LA160_0==90||LA160_0==92||(LA160_0>=97 && LA160_0<=98)||(LA160_0>=117 && LA160_0<=118)||LA160_0==123||LA160_0==130||(LA160_0>=133 && LA160_0<=142)) ) { alt160=1; } switch (alt160) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6697:1: (lv_expressions_3_0= ruleRichStringPart ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6697:1: (lv_expressions_3_0= ruleRichStringPart ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6698:3: lv_expressions_3_0= ruleRichStringPart { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringAccess().getExpressionsRichStringPartParserRuleCall_1_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringPart_in_ruleRichString13324); lv_expressions_3_0=ruleRichStringPart(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getRichStringRule()); } add( current, "expressions", lv_expressions_3_0, "RichStringPart"); afterParserOrEnumRuleCall(); } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6714:3: ( ( (lv_expressions_4_0= ruleRichStringLiteralInbetween ) ) ( (lv_expressions_5_0= ruleRichStringPart ) )? )* loop162: do { int alt162=2; int LA162_0 = input.LA(1); if ( ((LA162_0>=RULE_RICH_TEXT_INBETWEEN && LA162_0<=RULE_COMMENT_RICH_TEXT_INBETWEEN)) ) { alt162=1; } switch (alt162) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6714:4: ( (lv_expressions_4_0= ruleRichStringLiteralInbetween ) ) ( (lv_expressions_5_0= ruleRichStringPart ) )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6714:4: ( (lv_expressions_4_0= ruleRichStringLiteralInbetween ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6715:1: (lv_expressions_4_0= ruleRichStringLiteralInbetween ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6715:1: (lv_expressions_4_0= ruleRichStringLiteralInbetween ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6716:3: lv_expressions_4_0= ruleRichStringLiteralInbetween { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringAccess().getExpressionsRichStringLiteralInbetweenParserRuleCall_1_1_2_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringLiteralInbetween_in_ruleRichString13347); lv_expressions_4_0=ruleRichStringLiteralInbetween(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getRichStringRule()); } add( current, "expressions", lv_expressions_4_0, "RichStringLiteralInbetween"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6732:2: ( (lv_expressions_5_0= ruleRichStringPart ) )? int alt161=2; int LA161_0 = input.LA(1); if ( ((LA161_0>=RULE_ID && LA161_0<=RULE_RICH_TEXT_START)||(LA161_0>=RULE_HEX && LA161_0<=RULE_DECIMAL)||(LA161_0>=39 && LA161_0<=40)||(LA161_0>=44 && LA161_0<=45)||(LA161_0>=48 && LA161_0<=49)||LA161_0==51||LA161_0==54||(LA161_0>=56 && LA161_0<=61)||(LA161_0>=64 && LA161_0<=80)||(LA161_0>=82 && LA161_0<=85)||(LA161_0>=87 && LA161_0<=88)||LA161_0==90||LA161_0==92||(LA161_0>=97 && LA161_0<=98)||(LA161_0>=117 && LA161_0<=118)||LA161_0==123||LA161_0==130||(LA161_0>=133 && LA161_0<=142)) ) { alt161=1; } switch (alt161) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6733:1: (lv_expressions_5_0= ruleRichStringPart ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6733:1: (lv_expressions_5_0= ruleRichStringPart ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6734:3: lv_expressions_5_0= ruleRichStringPart { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringAccess().getExpressionsRichStringPartParserRuleCall_1_1_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringPart_in_ruleRichString13368); lv_expressions_5_0=ruleRichStringPart(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getRichStringRule()); } add( current, "expressions", lv_expressions_5_0, "RichStringPart"); afterParserOrEnumRuleCall(); } } } break; } } break; default : break loop162; } } while (true); // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6750:5: ( (lv_expressions_6_0= ruleRichStringLiteralEnd ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6751:1: (lv_expressions_6_0= ruleRichStringLiteralEnd ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6751:1: (lv_expressions_6_0= ruleRichStringLiteralEnd ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6752:3: lv_expressions_6_0= ruleRichStringLiteralEnd { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringAccess().getExpressionsRichStringLiteralEndParserRuleCall_1_1_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringLiteralEnd_in_ruleRichString13392); lv_expressions_6_0=ruleRichStringLiteralEnd(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getRichStringRule()); } add( current, "expressions", lv_expressions_6_0, "RichStringLiteralEnd"); afterParserOrEnumRuleCall(); } } } } } break; } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleRichString" // $ANTLR start "entryRuleRichStringLiteral" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6776:1: entryRuleRichStringLiteral returns [EObject current=null] : iv_ruleRichStringLiteral= ruleRichStringLiteral EOF ; public final EObject entryRuleRichStringLiteral() throws RecognitionException { EObject current = null; EObject iv_ruleRichStringLiteral = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6777:2: (iv_ruleRichStringLiteral= ruleRichStringLiteral EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6778:2: iv_ruleRichStringLiteral= ruleRichStringLiteral EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringLiteralRule()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringLiteral_in_entryRuleRichStringLiteral13430); iv_ruleRichStringLiteral=ruleRichStringLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleRichStringLiteral; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleRichStringLiteral13440); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleRichStringLiteral" // $ANTLR start "ruleRichStringLiteral" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6785:1: ruleRichStringLiteral returns [EObject current=null] : ( () ( (lv_value_1_0= RULE_RICH_TEXT ) ) ) ; public final EObject ruleRichStringLiteral() throws RecognitionException { EObject current = null; Token lv_value_1_0=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6788:28: ( ( () ( (lv_value_1_0= RULE_RICH_TEXT ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6789:1: ( () ( (lv_value_1_0= RULE_RICH_TEXT ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6789:1: ( () ( (lv_value_1_0= RULE_RICH_TEXT ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6789:2: () ( (lv_value_1_0= RULE_RICH_TEXT ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6789:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6790:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getRichStringLiteralAccess().getRichStringLiteralAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6795:2: ( (lv_value_1_0= RULE_RICH_TEXT ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6796:1: (lv_value_1_0= RULE_RICH_TEXT ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6796:1: (lv_value_1_0= RULE_RICH_TEXT ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6797:3: lv_value_1_0= RULE_RICH_TEXT { lv_value_1_0=(Token)match(input,RULE_RICH_TEXT,FollowSets000.FOLLOW_RULE_RICH_TEXT_in_ruleRichStringLiteral13491); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_value_1_0, grammarAccess.getRichStringLiteralAccess().getValueRICH_TEXTTerminalRuleCall_1_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getRichStringLiteralRule()); } setWithLastConsumed( current, "value", lv_value_1_0, "RICH_TEXT"); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleRichStringLiteral" // $ANTLR start "entryRuleRichStringLiteralStart" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6821:1: entryRuleRichStringLiteralStart returns [EObject current=null] : iv_ruleRichStringLiteralStart= ruleRichStringLiteralStart EOF ; public final EObject entryRuleRichStringLiteralStart() throws RecognitionException { EObject current = null; EObject iv_ruleRichStringLiteralStart = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6822:2: (iv_ruleRichStringLiteralStart= ruleRichStringLiteralStart EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6823:2: iv_ruleRichStringLiteralStart= ruleRichStringLiteralStart EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringLiteralStartRule()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringLiteralStart_in_entryRuleRichStringLiteralStart13532); iv_ruleRichStringLiteralStart=ruleRichStringLiteralStart(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleRichStringLiteralStart; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleRichStringLiteralStart13542); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleRichStringLiteralStart" // $ANTLR start "ruleRichStringLiteralStart" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6830:1: ruleRichStringLiteralStart returns [EObject current=null] : ( () ( (lv_value_1_0= RULE_RICH_TEXT_START ) ) ) ; public final EObject ruleRichStringLiteralStart() throws RecognitionException { EObject current = null; Token lv_value_1_0=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6833:28: ( ( () ( (lv_value_1_0= RULE_RICH_TEXT_START ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6834:1: ( () ( (lv_value_1_0= RULE_RICH_TEXT_START ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6834:1: ( () ( (lv_value_1_0= RULE_RICH_TEXT_START ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6834:2: () ( (lv_value_1_0= RULE_RICH_TEXT_START ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6834:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6835:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getRichStringLiteralStartAccess().getRichStringLiteralAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6840:2: ( (lv_value_1_0= RULE_RICH_TEXT_START ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6841:1: (lv_value_1_0= RULE_RICH_TEXT_START ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6841:1: (lv_value_1_0= RULE_RICH_TEXT_START ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6842:3: lv_value_1_0= RULE_RICH_TEXT_START { lv_value_1_0=(Token)match(input,RULE_RICH_TEXT_START,FollowSets000.FOLLOW_RULE_RICH_TEXT_START_in_ruleRichStringLiteralStart13593); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_value_1_0, grammarAccess.getRichStringLiteralStartAccess().getValueRICH_TEXT_STARTTerminalRuleCall_1_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getRichStringLiteralStartRule()); } setWithLastConsumed( current, "value", lv_value_1_0, "RICH_TEXT_START"); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleRichStringLiteralStart" // $ANTLR start "entryRuleRichStringLiteralInbetween" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6866:1: entryRuleRichStringLiteralInbetween returns [EObject current=null] : iv_ruleRichStringLiteralInbetween= ruleRichStringLiteralInbetween EOF ; public final EObject entryRuleRichStringLiteralInbetween() throws RecognitionException { EObject current = null; EObject iv_ruleRichStringLiteralInbetween = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6867:2: (iv_ruleRichStringLiteralInbetween= ruleRichStringLiteralInbetween EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6868:2: iv_ruleRichStringLiteralInbetween= ruleRichStringLiteralInbetween EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringLiteralInbetweenRule()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringLiteralInbetween_in_entryRuleRichStringLiteralInbetween13634); iv_ruleRichStringLiteralInbetween=ruleRichStringLiteralInbetween(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleRichStringLiteralInbetween; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleRichStringLiteralInbetween13644); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleRichStringLiteralInbetween" // $ANTLR start "ruleRichStringLiteralInbetween" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6875:1: ruleRichStringLiteralInbetween returns [EObject current=null] : ( () ( ( (lv_value_1_0= RULE_RICH_TEXT_INBETWEEN ) ) | ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_INBETWEEN ) ) ) ) ; public final EObject ruleRichStringLiteralInbetween() throws RecognitionException { EObject current = null; Token lv_value_1_0=null; Token lv_value_2_0=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6878:28: ( ( () ( ( (lv_value_1_0= RULE_RICH_TEXT_INBETWEEN ) ) | ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_INBETWEEN ) ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6879:1: ( () ( ( (lv_value_1_0= RULE_RICH_TEXT_INBETWEEN ) ) | ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_INBETWEEN ) ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6879:1: ( () ( ( (lv_value_1_0= RULE_RICH_TEXT_INBETWEEN ) ) | ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_INBETWEEN ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6879:2: () ( ( (lv_value_1_0= RULE_RICH_TEXT_INBETWEEN ) ) | ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_INBETWEEN ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6879:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6880:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getRichStringLiteralInbetweenAccess().getRichStringLiteralAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6885:2: ( ( (lv_value_1_0= RULE_RICH_TEXT_INBETWEEN ) ) | ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_INBETWEEN ) ) ) int alt164=2; int LA164_0 = input.LA(1); if ( (LA164_0==RULE_RICH_TEXT_INBETWEEN) ) { alt164=1; } else if ( (LA164_0==RULE_COMMENT_RICH_TEXT_INBETWEEN) ) { alt164=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 164, 0, input); throw nvae; } switch (alt164) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6885:3: ( (lv_value_1_0= RULE_RICH_TEXT_INBETWEEN ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6885:3: ( (lv_value_1_0= RULE_RICH_TEXT_INBETWEEN ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6886:1: (lv_value_1_0= RULE_RICH_TEXT_INBETWEEN ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6886:1: (lv_value_1_0= RULE_RICH_TEXT_INBETWEEN ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6887:3: lv_value_1_0= RULE_RICH_TEXT_INBETWEEN { lv_value_1_0=(Token)match(input,RULE_RICH_TEXT_INBETWEEN,FollowSets000.FOLLOW_RULE_RICH_TEXT_INBETWEEN_in_ruleRichStringLiteralInbetween13696); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_value_1_0, grammarAccess.getRichStringLiteralInbetweenAccess().getValueRICH_TEXT_INBETWEENTerminalRuleCall_1_0_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getRichStringLiteralInbetweenRule()); } setWithLastConsumed( current, "value", lv_value_1_0, "RICH_TEXT_INBETWEEN"); } } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6904:6: ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_INBETWEEN ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6904:6: ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_INBETWEEN ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6905:1: (lv_value_2_0= RULE_COMMENT_RICH_TEXT_INBETWEEN ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6905:1: (lv_value_2_0= RULE_COMMENT_RICH_TEXT_INBETWEEN ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6906:3: lv_value_2_0= RULE_COMMENT_RICH_TEXT_INBETWEEN { lv_value_2_0=(Token)match(input,RULE_COMMENT_RICH_TEXT_INBETWEEN,FollowSets000.FOLLOW_RULE_COMMENT_RICH_TEXT_INBETWEEN_in_ruleRichStringLiteralInbetween13724); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_value_2_0, grammarAccess.getRichStringLiteralInbetweenAccess().getValueCOMMENT_RICH_TEXT_INBETWEENTerminalRuleCall_1_1_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getRichStringLiteralInbetweenRule()); } setWithLastConsumed( current, "value", lv_value_2_0, "COMMENT_RICH_TEXT_INBETWEEN"); } } } } break; } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleRichStringLiteralInbetween" // $ANTLR start "entryRuleRichStringLiteralEnd" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6930:1: entryRuleRichStringLiteralEnd returns [EObject current=null] : iv_ruleRichStringLiteralEnd= ruleRichStringLiteralEnd EOF ; public final EObject entryRuleRichStringLiteralEnd() throws RecognitionException { EObject current = null; EObject iv_ruleRichStringLiteralEnd = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6931:2: (iv_ruleRichStringLiteralEnd= ruleRichStringLiteralEnd EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6932:2: iv_ruleRichStringLiteralEnd= ruleRichStringLiteralEnd EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringLiteralEndRule()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringLiteralEnd_in_entryRuleRichStringLiteralEnd13766); iv_ruleRichStringLiteralEnd=ruleRichStringLiteralEnd(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleRichStringLiteralEnd; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleRichStringLiteralEnd13776); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleRichStringLiteralEnd" // $ANTLR start "ruleRichStringLiteralEnd" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6939:1: ruleRichStringLiteralEnd returns [EObject current=null] : ( () ( ( (lv_value_1_0= RULE_RICH_TEXT_END ) ) | ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_END ) ) ) ) ; public final EObject ruleRichStringLiteralEnd() throws RecognitionException { EObject current = null; Token lv_value_1_0=null; Token lv_value_2_0=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6942:28: ( ( () ( ( (lv_value_1_0= RULE_RICH_TEXT_END ) ) | ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_END ) ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6943:1: ( () ( ( (lv_value_1_0= RULE_RICH_TEXT_END ) ) | ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_END ) ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6943:1: ( () ( ( (lv_value_1_0= RULE_RICH_TEXT_END ) ) | ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_END ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6943:2: () ( ( (lv_value_1_0= RULE_RICH_TEXT_END ) ) | ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_END ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6943:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6944:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getRichStringLiteralEndAccess().getRichStringLiteralAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6949:2: ( ( (lv_value_1_0= RULE_RICH_TEXT_END ) ) | ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_END ) ) ) int alt165=2; int LA165_0 = input.LA(1); if ( (LA165_0==RULE_RICH_TEXT_END) ) { alt165=1; } else if ( (LA165_0==RULE_COMMENT_RICH_TEXT_END) ) { alt165=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 165, 0, input); throw nvae; } switch (alt165) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6949:3: ( (lv_value_1_0= RULE_RICH_TEXT_END ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6949:3: ( (lv_value_1_0= RULE_RICH_TEXT_END ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6950:1: (lv_value_1_0= RULE_RICH_TEXT_END ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6950:1: (lv_value_1_0= RULE_RICH_TEXT_END ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6951:3: lv_value_1_0= RULE_RICH_TEXT_END { lv_value_1_0=(Token)match(input,RULE_RICH_TEXT_END,FollowSets000.FOLLOW_RULE_RICH_TEXT_END_in_ruleRichStringLiteralEnd13828); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_value_1_0, grammarAccess.getRichStringLiteralEndAccess().getValueRICH_TEXT_ENDTerminalRuleCall_1_0_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getRichStringLiteralEndRule()); } setWithLastConsumed( current, "value", lv_value_1_0, "RICH_TEXT_END"); } } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6968:6: ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_END ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6968:6: ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_END ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6969:1: (lv_value_2_0= RULE_COMMENT_RICH_TEXT_END ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6969:1: (lv_value_2_0= RULE_COMMENT_RICH_TEXT_END ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6970:3: lv_value_2_0= RULE_COMMENT_RICH_TEXT_END { lv_value_2_0=(Token)match(input,RULE_COMMENT_RICH_TEXT_END,FollowSets000.FOLLOW_RULE_COMMENT_RICH_TEXT_END_in_ruleRichStringLiteralEnd13856); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_value_2_0, grammarAccess.getRichStringLiteralEndAccess().getValueCOMMENT_RICH_TEXT_ENDTerminalRuleCall_1_1_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getRichStringLiteralEndRule()); } setWithLastConsumed( current, "value", lv_value_2_0, "COMMENT_RICH_TEXT_END"); } } } } break; } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleRichStringLiteralEnd" // $ANTLR start "entryRuleInternalRichString" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6994:1: entryRuleInternalRichString returns [EObject current=null] : iv_ruleInternalRichString= ruleInternalRichString EOF ; public final EObject entryRuleInternalRichString() throws RecognitionException { EObject current = null; EObject iv_ruleInternalRichString = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6995:2: (iv_ruleInternalRichString= ruleInternalRichString EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6996:2: iv_ruleInternalRichString= ruleInternalRichString EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getInternalRichStringRule()); } pushFollow(FollowSets000.FOLLOW_ruleInternalRichString_in_entryRuleInternalRichString13898); iv_ruleInternalRichString=ruleInternalRichString(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleInternalRichString; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleInternalRichString13908); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleInternalRichString" // $ANTLR start "ruleInternalRichString" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7003:1: ruleInternalRichString returns [EObject current=null] : ( () ( ( (lv_expressions_1_0= ruleRichStringLiteralInbetween ) ) ( ( (lv_expressions_2_0= ruleRichStringPart ) )? ( (lv_expressions_3_0= ruleRichStringLiteralInbetween ) ) )* ) ) ; public final EObject ruleInternalRichString() throws RecognitionException { EObject current = null; EObject lv_expressions_1_0 = null; EObject lv_expressions_2_0 = null; EObject lv_expressions_3_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7006:28: ( ( () ( ( (lv_expressions_1_0= ruleRichStringLiteralInbetween ) ) ( ( (lv_expressions_2_0= ruleRichStringPart ) )? ( (lv_expressions_3_0= ruleRichStringLiteralInbetween ) ) )* ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7007:1: ( () ( ( (lv_expressions_1_0= ruleRichStringLiteralInbetween ) ) ( ( (lv_expressions_2_0= ruleRichStringPart ) )? ( (lv_expressions_3_0= ruleRichStringLiteralInbetween ) ) )* ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7007:1: ( () ( ( (lv_expressions_1_0= ruleRichStringLiteralInbetween ) ) ( ( (lv_expressions_2_0= ruleRichStringPart ) )? ( (lv_expressions_3_0= ruleRichStringLiteralInbetween ) ) )* ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7007:2: () ( ( (lv_expressions_1_0= ruleRichStringLiteralInbetween ) ) ( ( (lv_expressions_2_0= ruleRichStringPart ) )? ( (lv_expressions_3_0= ruleRichStringLiteralInbetween ) ) )* ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7007:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7008:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getInternalRichStringAccess().getRichStringAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7013:2: ( ( (lv_expressions_1_0= ruleRichStringLiteralInbetween ) ) ( ( (lv_expressions_2_0= ruleRichStringPart ) )? ( (lv_expressions_3_0= ruleRichStringLiteralInbetween ) ) )* ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7013:3: ( (lv_expressions_1_0= ruleRichStringLiteralInbetween ) ) ( ( (lv_expressions_2_0= ruleRichStringPart ) )? ( (lv_expressions_3_0= ruleRichStringLiteralInbetween ) ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7013:3: ( (lv_expressions_1_0= ruleRichStringLiteralInbetween ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7014:1: (lv_expressions_1_0= ruleRichStringLiteralInbetween ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7014:1: (lv_expressions_1_0= ruleRichStringLiteralInbetween ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7015:3: lv_expressions_1_0= ruleRichStringLiteralInbetween { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getInternalRichStringAccess().getExpressionsRichStringLiteralInbetweenParserRuleCall_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringLiteralInbetween_in_ruleInternalRichString13964); lv_expressions_1_0=ruleRichStringLiteralInbetween(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getInternalRichStringRule()); } add( current, "expressions", lv_expressions_1_0, "RichStringLiteralInbetween"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7031:2: ( ( (lv_expressions_2_0= ruleRichStringPart ) )? ( (lv_expressions_3_0= ruleRichStringLiteralInbetween ) ) )* loop167: do { int alt167=2; int LA167_0 = input.LA(1); if ( ((LA167_0>=RULE_ID && LA167_0<=RULE_COMMENT_RICH_TEXT_INBETWEEN)||(LA167_0>=RULE_HEX && LA167_0<=RULE_DECIMAL)||(LA167_0>=39 && LA167_0<=40)||(LA167_0>=44 && LA167_0<=45)||(LA167_0>=48 && LA167_0<=49)||LA167_0==51||LA167_0==54||(LA167_0>=56 && LA167_0<=61)||(LA167_0>=64 && LA167_0<=80)||(LA167_0>=82 && LA167_0<=85)||(LA167_0>=87 && LA167_0<=88)||LA167_0==90||LA167_0==92||(LA167_0>=97 && LA167_0<=98)||(LA167_0>=117 && LA167_0<=118)||LA167_0==123||LA167_0==130||(LA167_0>=133 && LA167_0<=142)) ) { alt167=1; } switch (alt167) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7031:3: ( (lv_expressions_2_0= ruleRichStringPart ) )? ( (lv_expressions_3_0= ruleRichStringLiteralInbetween ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7031:3: ( (lv_expressions_2_0= ruleRichStringPart ) )? int alt166=2; int LA166_0 = input.LA(1); if ( ((LA166_0>=RULE_ID && LA166_0<=RULE_RICH_TEXT_START)||(LA166_0>=RULE_HEX && LA166_0<=RULE_DECIMAL)||(LA166_0>=39 && LA166_0<=40)||(LA166_0>=44 && LA166_0<=45)||(LA166_0>=48 && LA166_0<=49)||LA166_0==51||LA166_0==54||(LA166_0>=56 && LA166_0<=61)||(LA166_0>=64 && LA166_0<=80)||(LA166_0>=82 && LA166_0<=85)||(LA166_0>=87 && LA166_0<=88)||LA166_0==90||LA166_0==92||(LA166_0>=97 && LA166_0<=98)||(LA166_0>=117 && LA166_0<=118)||LA166_0==123||LA166_0==130||(LA166_0>=133 && LA166_0<=142)) ) { alt166=1; } switch (alt166) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7032:1: (lv_expressions_2_0= ruleRichStringPart ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7032:1: (lv_expressions_2_0= ruleRichStringPart ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7033:3: lv_expressions_2_0= ruleRichStringPart { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getInternalRichStringAccess().getExpressionsRichStringPartParserRuleCall_1_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringPart_in_ruleInternalRichString13986); lv_expressions_2_0=ruleRichStringPart(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getInternalRichStringRule()); } add( current, "expressions", lv_expressions_2_0, "RichStringPart"); afterParserOrEnumRuleCall(); } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7049:3: ( (lv_expressions_3_0= ruleRichStringLiteralInbetween ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7050:1: (lv_expressions_3_0= ruleRichStringLiteralInbetween ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7050:1: (lv_expressions_3_0= ruleRichStringLiteralInbetween ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7051:3: lv_expressions_3_0= ruleRichStringLiteralInbetween { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getInternalRichStringAccess().getExpressionsRichStringLiteralInbetweenParserRuleCall_1_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringLiteralInbetween_in_ruleInternalRichString14008); lv_expressions_3_0=ruleRichStringLiteralInbetween(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getInternalRichStringRule()); } add( current, "expressions", lv_expressions_3_0, "RichStringLiteralInbetween"); afterParserOrEnumRuleCall(); } } } } break; default : break loop167; } } while (true); } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleInternalRichString" // $ANTLR start "entryRuleRichStringPart" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7075:1: entryRuleRichStringPart returns [EObject current=null] : iv_ruleRichStringPart= ruleRichStringPart EOF ; public final EObject entryRuleRichStringPart() throws RecognitionException { EObject current = null; EObject iv_ruleRichStringPart = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7076:2: (iv_ruleRichStringPart= ruleRichStringPart EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7077:2: iv_ruleRichStringPart= ruleRichStringPart EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringPartRule()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringPart_in_entryRuleRichStringPart14047); iv_ruleRichStringPart=ruleRichStringPart(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleRichStringPart; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleRichStringPart14057); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleRichStringPart" // $ANTLR start "ruleRichStringPart" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7084:1: ruleRichStringPart returns [EObject current=null] : (this_XExpressionOrVarDeclaration_0= ruleXExpressionOrVarDeclaration | this_RichStringForLoop_1= ruleRichStringForLoop | this_RichStringIf_2= ruleRichStringIf ) ; public final EObject ruleRichStringPart() throws RecognitionException { EObject current = null; EObject this_XExpressionOrVarDeclaration_0 = null; EObject this_RichStringForLoop_1 = null; EObject this_RichStringIf_2 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7087:28: ( (this_XExpressionOrVarDeclaration_0= ruleXExpressionOrVarDeclaration | this_RichStringForLoop_1= ruleRichStringForLoop | this_RichStringIf_2= ruleRichStringIf ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7088:1: (this_XExpressionOrVarDeclaration_0= ruleXExpressionOrVarDeclaration | this_RichStringForLoop_1= ruleRichStringForLoop | this_RichStringIf_2= ruleRichStringIf ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7088:1: (this_XExpressionOrVarDeclaration_0= ruleXExpressionOrVarDeclaration | this_RichStringForLoop_1= ruleRichStringForLoop | this_RichStringIf_2= ruleRichStringIf ) int alt168=3; switch ( input.LA(1) ) { case RULE_ID: case RULE_STRING: case RULE_RICH_TEXT: case RULE_RICH_TEXT_START: case RULE_HEX: case RULE_INT: case RULE_DECIMAL: case 39: case 40: case 44: case 45: case 48: case 49: case 51: case 54: case 56: case 57: case 58: case 59: case 60: case 61: case 64: case 65: case 66: case 67: case 68: case 69: case 70: case 71: case 72: case 73: case 74: case 75: case 76: case 77: case 78: case 79: case 80: case 82: case 83: case 84: case 85: case 87: case 88: case 97: case 98: case 117: case 118: case 123: case 130: case 133: case 134: case 135: case 136: case 137: case 138: case 139: case 140: case 141: case 142: { alt168=1; } break; case 90: { alt168=2; } break; case 92: { alt168=3; } break; default: if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 168, 0, input); throw nvae; } switch (alt168) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7089:5: this_XExpressionOrVarDeclaration_0= ruleXExpressionOrVarDeclaration { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringPartAccess().getXExpressionOrVarDeclarationParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpressionOrVarDeclaration_in_ruleRichStringPart14104); this_XExpressionOrVarDeclaration_0=ruleXExpressionOrVarDeclaration(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XExpressionOrVarDeclaration_0; afterParserOrEnumRuleCall(); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7099:5: this_RichStringForLoop_1= ruleRichStringForLoop { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringPartAccess().getRichStringForLoopParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringForLoop_in_ruleRichStringPart14131); this_RichStringForLoop_1=ruleRichStringForLoop(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_RichStringForLoop_1; afterParserOrEnumRuleCall(); } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7109:5: this_RichStringIf_2= ruleRichStringIf { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringPartAccess().getRichStringIfParserRuleCall_2()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringIf_in_ruleRichStringPart14158); this_RichStringIf_2=ruleRichStringIf(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_RichStringIf_2; afterParserOrEnumRuleCall(); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleRichStringPart" // $ANTLR start "entryRuleRichStringForLoop" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7125:1: entryRuleRichStringForLoop returns [EObject current=null] : iv_ruleRichStringForLoop= ruleRichStringForLoop EOF ; public final EObject entryRuleRichStringForLoop() throws RecognitionException { EObject current = null; EObject iv_ruleRichStringForLoop = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7126:2: (iv_ruleRichStringForLoop= ruleRichStringForLoop EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7127:2: iv_ruleRichStringForLoop= ruleRichStringForLoop EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringForLoopRule()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringForLoop_in_entryRuleRichStringForLoop14193); iv_ruleRichStringForLoop=ruleRichStringForLoop(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleRichStringForLoop; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleRichStringForLoop14203); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleRichStringForLoop" // $ANTLR start "ruleRichStringForLoop" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7134:1: ruleRichStringForLoop returns [EObject current=null] : ( () otherlv_1= 'FOR' ( (lv_declaredParam_2_0= ruleJvmFormalParameter ) ) otherlv_3= ':' ( (lv_forExpression_4_0= ruleXExpression ) ) (otherlv_5= 'BEFORE' ( (lv_before_6_0= ruleXExpression ) ) )? (otherlv_7= 'SEPARATOR' ( (lv_separator_8_0= ruleXExpression ) ) )? (otherlv_9= 'AFTER' ( (lv_after_10_0= ruleXExpression ) ) )? ( (lv_eachExpression_11_0= ruleInternalRichString ) ) otherlv_12= 'ENDFOR' ) ; public final EObject ruleRichStringForLoop() throws RecognitionException { EObject current = null; Token otherlv_1=null; Token otherlv_3=null; Token otherlv_5=null; Token otherlv_7=null; Token otherlv_9=null; Token otherlv_12=null; EObject lv_declaredParam_2_0 = null; EObject lv_forExpression_4_0 = null; EObject lv_before_6_0 = null; EObject lv_separator_8_0 = null; EObject lv_after_10_0 = null; EObject lv_eachExpression_11_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7137:28: ( ( () otherlv_1= 'FOR' ( (lv_declaredParam_2_0= ruleJvmFormalParameter ) ) otherlv_3= ':' ( (lv_forExpression_4_0= ruleXExpression ) ) (otherlv_5= 'BEFORE' ( (lv_before_6_0= ruleXExpression ) ) )? (otherlv_7= 'SEPARATOR' ( (lv_separator_8_0= ruleXExpression ) ) )? (otherlv_9= 'AFTER' ( (lv_after_10_0= ruleXExpression ) ) )? ( (lv_eachExpression_11_0= ruleInternalRichString ) ) otherlv_12= 'ENDFOR' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7138:1: ( () otherlv_1= 'FOR' ( (lv_declaredParam_2_0= ruleJvmFormalParameter ) ) otherlv_3= ':' ( (lv_forExpression_4_0= ruleXExpression ) ) (otherlv_5= 'BEFORE' ( (lv_before_6_0= ruleXExpression ) ) )? (otherlv_7= 'SEPARATOR' ( (lv_separator_8_0= ruleXExpression ) ) )? (otherlv_9= 'AFTER' ( (lv_after_10_0= ruleXExpression ) ) )? ( (lv_eachExpression_11_0= ruleInternalRichString ) ) otherlv_12= 'ENDFOR' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7138:1: ( () otherlv_1= 'FOR' ( (lv_declaredParam_2_0= ruleJvmFormalParameter ) ) otherlv_3= ':' ( (lv_forExpression_4_0= ruleXExpression ) ) (otherlv_5= 'BEFORE' ( (lv_before_6_0= ruleXExpression ) ) )? (otherlv_7= 'SEPARATOR' ( (lv_separator_8_0= ruleXExpression ) ) )? (otherlv_9= 'AFTER' ( (lv_after_10_0= ruleXExpression ) ) )? ( (lv_eachExpression_11_0= ruleInternalRichString ) ) otherlv_12= 'ENDFOR' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7138:2: () otherlv_1= 'FOR' ( (lv_declaredParam_2_0= ruleJvmFormalParameter ) ) otherlv_3= ':' ( (lv_forExpression_4_0= ruleXExpression ) ) (otherlv_5= 'BEFORE' ( (lv_before_6_0= ruleXExpression ) ) )? (otherlv_7= 'SEPARATOR' ( (lv_separator_8_0= ruleXExpression ) ) )? (otherlv_9= 'AFTER' ( (lv_after_10_0= ruleXExpression ) ) )? ( (lv_eachExpression_11_0= ruleInternalRichString ) ) otherlv_12= 'ENDFOR' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7138:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7139:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getRichStringForLoopAccess().getRichStringForLoopAction_0(), current); } } otherlv_1=(Token)match(input,90,FollowSets000.FOLLOW_90_in_ruleRichStringForLoop14249); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getRichStringForLoopAccess().getFORKeyword_1()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7148:1: ( (lv_declaredParam_2_0= ruleJvmFormalParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7149:1: (lv_declaredParam_2_0= ruleJvmFormalParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7149:1: (lv_declaredParam_2_0= ruleJvmFormalParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7150:3: lv_declaredParam_2_0= ruleJvmFormalParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringForLoopAccess().getDeclaredParamJvmFormalParameterParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmFormalParameter_in_ruleRichStringForLoop14270); lv_declaredParam_2_0=ruleJvmFormalParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getRichStringForLoopRule()); } set( current, "declaredParam", lv_declaredParam_2_0, "JvmFormalParameter"); afterParserOrEnumRuleCall(); } } } otherlv_3=(Token)match(input,81,FollowSets000.FOLLOW_81_in_ruleRichStringForLoop14282); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_3, grammarAccess.getRichStringForLoopAccess().getColonKeyword_3()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7170:1: ( (lv_forExpression_4_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7171:1: (lv_forExpression_4_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7171:1: (lv_forExpression_4_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7172:3: lv_forExpression_4_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringForLoopAccess().getForExpressionXExpressionParserRuleCall_4_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleRichStringForLoop14303); lv_forExpression_4_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getRichStringForLoopRule()); } set( current, "forExpression", lv_forExpression_4_0, "XExpression"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7188:2: (otherlv_5= 'BEFORE' ( (lv_before_6_0= ruleXExpression ) ) )? int alt169=2; int LA169_0 = input.LA(1); if ( (LA169_0==83) ) { alt169=1; } switch (alt169) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7188:4: otherlv_5= 'BEFORE' ( (lv_before_6_0= ruleXExpression ) ) { otherlv_5=(Token)match(input,83,FollowSets000.FOLLOW_83_in_ruleRichStringForLoop14316); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_5, grammarAccess.getRichStringForLoopAccess().getBEFOREKeyword_5_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7192:1: ( (lv_before_6_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7193:1: (lv_before_6_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7193:1: (lv_before_6_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7194:3: lv_before_6_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringForLoopAccess().getBeforeXExpressionParserRuleCall_5_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleRichStringForLoop14337); lv_before_6_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getRichStringForLoopRule()); } set( current, "before", lv_before_6_0, "XExpression"); afterParserOrEnumRuleCall(); } } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7210:4: (otherlv_7= 'SEPARATOR' ( (lv_separator_8_0= ruleXExpression ) ) )? int alt170=2; int LA170_0 = input.LA(1); if ( (LA170_0==84) ) { alt170=1; } switch (alt170) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7210:6: otherlv_7= 'SEPARATOR' ( (lv_separator_8_0= ruleXExpression ) ) { otherlv_7=(Token)match(input,84,FollowSets000.FOLLOW_84_in_ruleRichStringForLoop14352); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_7, grammarAccess.getRichStringForLoopAccess().getSEPARATORKeyword_6_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7214:1: ( (lv_separator_8_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7215:1: (lv_separator_8_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7215:1: (lv_separator_8_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7216:3: lv_separator_8_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringForLoopAccess().getSeparatorXExpressionParserRuleCall_6_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleRichStringForLoop14373); lv_separator_8_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getRichStringForLoopRule()); } set( current, "separator", lv_separator_8_0, "XExpression"); afterParserOrEnumRuleCall(); } } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7232:4: (otherlv_9= 'AFTER' ( (lv_after_10_0= ruleXExpression ) ) )? int alt171=2; int LA171_0 = input.LA(1); if ( (LA171_0==82) ) { alt171=1; } switch (alt171) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7232:6: otherlv_9= 'AFTER' ( (lv_after_10_0= ruleXExpression ) ) { otherlv_9=(Token)match(input,82,FollowSets000.FOLLOW_82_in_ruleRichStringForLoop14388); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_9, grammarAccess.getRichStringForLoopAccess().getAFTERKeyword_7_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7236:1: ( (lv_after_10_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7237:1: (lv_after_10_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7237:1: (lv_after_10_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7238:3: lv_after_10_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringForLoopAccess().getAfterXExpressionParserRuleCall_7_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleRichStringForLoop14409); lv_after_10_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getRichStringForLoopRule()); } set( current, "after", lv_after_10_0, "XExpression"); afterParserOrEnumRuleCall(); } } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7254:4: ( (lv_eachExpression_11_0= ruleInternalRichString ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7255:1: (lv_eachExpression_11_0= ruleInternalRichString ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7255:1: (lv_eachExpression_11_0= ruleInternalRichString ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7256:3: lv_eachExpression_11_0= ruleInternalRichString { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringForLoopAccess().getEachExpressionInternalRichStringParserRuleCall_8_0()); } pushFollow(FollowSets000.FOLLOW_ruleInternalRichString_in_ruleRichStringForLoop14432); lv_eachExpression_11_0=ruleInternalRichString(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getRichStringForLoopRule()); } set( current, "eachExpression", lv_eachExpression_11_0, "InternalRichString"); afterParserOrEnumRuleCall(); } } } otherlv_12=(Token)match(input,91,FollowSets000.FOLLOW_91_in_ruleRichStringForLoop14444); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_12, grammarAccess.getRichStringForLoopAccess().getENDFORKeyword_9()); } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleRichStringForLoop" // $ANTLR start "entryRuleRichStringIf" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7284:1: entryRuleRichStringIf returns [EObject current=null] : iv_ruleRichStringIf= ruleRichStringIf EOF ; public final EObject entryRuleRichStringIf() throws RecognitionException { EObject current = null; EObject iv_ruleRichStringIf = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7285:2: (iv_ruleRichStringIf= ruleRichStringIf EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7286:2: iv_ruleRichStringIf= ruleRichStringIf EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringIfRule()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringIf_in_entryRuleRichStringIf14480); iv_ruleRichStringIf=ruleRichStringIf(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleRichStringIf; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleRichStringIf14490); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleRichStringIf" // $ANTLR start "ruleRichStringIf" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7293:1: ruleRichStringIf returns [EObject current=null] : ( () otherlv_1= 'IF' ( (lv_if_2_0= ruleXExpression ) ) ( (lv_then_3_0= ruleInternalRichString ) ) ( (lv_elseIfs_4_0= ruleRichStringElseIf ) )* (otherlv_5= 'ELSE' ( (lv_else_6_0= ruleInternalRichString ) ) )? otherlv_7= 'ENDIF' ) ; public final EObject ruleRichStringIf() throws RecognitionException { EObject current = null; Token otherlv_1=null; Token otherlv_5=null; Token otherlv_7=null; EObject lv_if_2_0 = null; EObject lv_then_3_0 = null; EObject lv_elseIfs_4_0 = null; EObject lv_else_6_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7296:28: ( ( () otherlv_1= 'IF' ( (lv_if_2_0= ruleXExpression ) ) ( (lv_then_3_0= ruleInternalRichString ) ) ( (lv_elseIfs_4_0= ruleRichStringElseIf ) )* (otherlv_5= 'ELSE' ( (lv_else_6_0= ruleInternalRichString ) ) )? otherlv_7= 'ENDIF' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7297:1: ( () otherlv_1= 'IF' ( (lv_if_2_0= ruleXExpression ) ) ( (lv_then_3_0= ruleInternalRichString ) ) ( (lv_elseIfs_4_0= ruleRichStringElseIf ) )* (otherlv_5= 'ELSE' ( (lv_else_6_0= ruleInternalRichString ) ) )? otherlv_7= 'ENDIF' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7297:1: ( () otherlv_1= 'IF' ( (lv_if_2_0= ruleXExpression ) ) ( (lv_then_3_0= ruleInternalRichString ) ) ( (lv_elseIfs_4_0= ruleRichStringElseIf ) )* (otherlv_5= 'ELSE' ( (lv_else_6_0= ruleInternalRichString ) ) )? otherlv_7= 'ENDIF' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7297:2: () otherlv_1= 'IF' ( (lv_if_2_0= ruleXExpression ) ) ( (lv_then_3_0= ruleInternalRichString ) ) ( (lv_elseIfs_4_0= ruleRichStringElseIf ) )* (otherlv_5= 'ELSE' ( (lv_else_6_0= ruleInternalRichString ) ) )? otherlv_7= 'ENDIF' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7297:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7298:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getRichStringIfAccess().getRichStringIfAction_0(), current); } } otherlv_1=(Token)match(input,92,FollowSets000.FOLLOW_92_in_ruleRichStringIf14536); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getRichStringIfAccess().getIFKeyword_1()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7307:1: ( (lv_if_2_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7308:1: (lv_if_2_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7308:1: (lv_if_2_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7309:3: lv_if_2_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringIfAccess().getIfXExpressionParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleRichStringIf14557); lv_if_2_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getRichStringIfRule()); } set( current, "if", lv_if_2_0, "XExpression"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7325:2: ( (lv_then_3_0= ruleInternalRichString ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7326:1: (lv_then_3_0= ruleInternalRichString ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7326:1: (lv_then_3_0= ruleInternalRichString ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7327:3: lv_then_3_0= ruleInternalRichString { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringIfAccess().getThenInternalRichStringParserRuleCall_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleInternalRichString_in_ruleRichStringIf14578); lv_then_3_0=ruleInternalRichString(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getRichStringIfRule()); } set( current, "then", lv_then_3_0, "InternalRichString"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7343:2: ( (lv_elseIfs_4_0= ruleRichStringElseIf ) )* loop172: do { int alt172=2; int LA172_0 = input.LA(1); if ( (LA172_0==95) ) { alt172=1; } switch (alt172) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7344:1: (lv_elseIfs_4_0= ruleRichStringElseIf ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7344:1: (lv_elseIfs_4_0= ruleRichStringElseIf ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7345:3: lv_elseIfs_4_0= ruleRichStringElseIf { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringIfAccess().getElseIfsRichStringElseIfParserRuleCall_4_0()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringElseIf_in_ruleRichStringIf14599); lv_elseIfs_4_0=ruleRichStringElseIf(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getRichStringIfRule()); } add( current, "elseIfs", lv_elseIfs_4_0, "RichStringElseIf"); afterParserOrEnumRuleCall(); } } } break; default : break loop172; } } while (true); // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7361:3: (otherlv_5= 'ELSE' ( (lv_else_6_0= ruleInternalRichString ) ) )? int alt173=2; int LA173_0 = input.LA(1); if ( (LA173_0==93) ) { alt173=1; } switch (alt173) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7361:5: otherlv_5= 'ELSE' ( (lv_else_6_0= ruleInternalRichString ) ) { otherlv_5=(Token)match(input,93,FollowSets000.FOLLOW_93_in_ruleRichStringIf14613); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_5, grammarAccess.getRichStringIfAccess().getELSEKeyword_5_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7365:1: ( (lv_else_6_0= ruleInternalRichString ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7366:1: (lv_else_6_0= ruleInternalRichString ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7366:1: (lv_else_6_0= ruleInternalRichString ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7367:3: lv_else_6_0= ruleInternalRichString { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringIfAccess().getElseInternalRichStringParserRuleCall_5_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleInternalRichString_in_ruleRichStringIf14634); lv_else_6_0=ruleInternalRichString(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getRichStringIfRule()); } set( current, "else", lv_else_6_0, "InternalRichString"); afterParserOrEnumRuleCall(); } } } } break; } otherlv_7=(Token)match(input,94,FollowSets000.FOLLOW_94_in_ruleRichStringIf14648); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_7, grammarAccess.getRichStringIfAccess().getENDIFKeyword_6()); } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleRichStringIf" // $ANTLR start "entryRuleRichStringElseIf" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7395:1: entryRuleRichStringElseIf returns [EObject current=null] : iv_ruleRichStringElseIf= ruleRichStringElseIf EOF ; public final EObject entryRuleRichStringElseIf() throws RecognitionException { EObject current = null; EObject iv_ruleRichStringElseIf = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7396:2: (iv_ruleRichStringElseIf= ruleRichStringElseIf EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7397:2: iv_ruleRichStringElseIf= ruleRichStringElseIf EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringElseIfRule()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringElseIf_in_entryRuleRichStringElseIf14684); iv_ruleRichStringElseIf=ruleRichStringElseIf(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleRichStringElseIf; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleRichStringElseIf14694); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleRichStringElseIf" // $ANTLR start "ruleRichStringElseIf" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7404:1: ruleRichStringElseIf returns [EObject current=null] : (otherlv_0= 'ELSEIF' ( (lv_if_1_0= ruleXExpression ) ) ( (lv_then_2_0= ruleInternalRichString ) ) ) ; public final EObject ruleRichStringElseIf() throws RecognitionException { EObject current = null; Token otherlv_0=null; EObject lv_if_1_0 = null; EObject lv_then_2_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7407:28: ( (otherlv_0= 'ELSEIF' ( (lv_if_1_0= ruleXExpression ) ) ( (lv_then_2_0= ruleInternalRichString ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7408:1: (otherlv_0= 'ELSEIF' ( (lv_if_1_0= ruleXExpression ) ) ( (lv_then_2_0= ruleInternalRichString ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7408:1: (otherlv_0= 'ELSEIF' ( (lv_if_1_0= ruleXExpression ) ) ( (lv_then_2_0= ruleInternalRichString ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7408:3: otherlv_0= 'ELSEIF' ( (lv_if_1_0= ruleXExpression ) ) ( (lv_then_2_0= ruleInternalRichString ) ) { otherlv_0=(Token)match(input,95,FollowSets000.FOLLOW_95_in_ruleRichStringElseIf14731); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_0, grammarAccess.getRichStringElseIfAccess().getELSEIFKeyword_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7412:1: ( (lv_if_1_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7413:1: (lv_if_1_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7413:1: (lv_if_1_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7414:3: lv_if_1_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringElseIfAccess().getIfXExpressionParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleRichStringElseIf14752); lv_if_1_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getRichStringElseIfRule()); } set( current, "if", lv_if_1_0, "XExpression"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7430:2: ( (lv_then_2_0= ruleInternalRichString ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7431:1: (lv_then_2_0= ruleInternalRichString ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7431:1: (lv_then_2_0= ruleInternalRichString ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7432:3: lv_then_2_0= ruleInternalRichString { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringElseIfAccess().getThenInternalRichStringParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleInternalRichString_in_ruleRichStringElseIf14773); lv_then_2_0=ruleInternalRichString(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getRichStringElseIfRule()); } set( current, "then", lv_then_2_0, "InternalRichString"); afterParserOrEnumRuleCall(); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleRichStringElseIf" // $ANTLR start "entryRuleXAnnotation" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7456:1: entryRuleXAnnotation returns [EObject current=null] : iv_ruleXAnnotation= ruleXAnnotation EOF ; public final EObject entryRuleXAnnotation() throws RecognitionException { EObject current = null; EObject iv_ruleXAnnotation = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7457:2: (iv_ruleXAnnotation= ruleXAnnotation EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7458:2: iv_ruleXAnnotation= ruleXAnnotation EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationRule()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotation_in_entryRuleXAnnotation14809); iv_ruleXAnnotation=ruleXAnnotation(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXAnnotation; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXAnnotation14819); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXAnnotation" // $ANTLR start "ruleXAnnotation" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7465:1: ruleXAnnotation returns [EObject current=null] : ( () otherlv_1= '@' ( ( ruleQualifiedName ) ) ( ( ( '(' )=>otherlv_3= '(' ) ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) | ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) )? otherlv_8= ')' )? ) ; public final EObject ruleXAnnotation() throws RecognitionException { EObject current = null; Token otherlv_1=null; Token otherlv_3=null; Token otherlv_5=null; Token otherlv_8=null; EObject lv_elementValuePairs_4_0 = null; EObject lv_elementValuePairs_6_0 = null; EObject lv_value_7_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7468:28: ( ( () otherlv_1= '@' ( ( ruleQualifiedName ) ) ( ( ( '(' )=>otherlv_3= '(' ) ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) | ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) )? otherlv_8= ')' )? ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7469:1: ( () otherlv_1= '@' ( ( ruleQualifiedName ) ) ( ( ( '(' )=>otherlv_3= '(' ) ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) | ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) )? otherlv_8= ')' )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7469:1: ( () otherlv_1= '@' ( ( ruleQualifiedName ) ) ( ( ( '(' )=>otherlv_3= '(' ) ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) | ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) )? otherlv_8= ')' )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7469:2: () otherlv_1= '@' ( ( ruleQualifiedName ) ) ( ( ( '(' )=>otherlv_3= '(' ) ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) | ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) )? otherlv_8= ')' )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7469:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7470:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXAnnotationAccess().getXAnnotationAction_0(), current); } } otherlv_1=(Token)match(input,96,FollowSets000.FOLLOW_96_in_ruleXAnnotation14865); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXAnnotationAccess().getCommercialAtKeyword_1()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7479:1: ( ( ruleQualifiedName ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7480:1: ( ruleQualifiedName ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7480:1: ( ruleQualifiedName ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7481:3: ruleQualifiedName { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXAnnotationRule()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationAccess().getAnnotationTypeJvmAnnotationTypeCrossReference_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleQualifiedName_in_ruleXAnnotation14888); ruleQualifiedName(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7494:2: ( ( ( '(' )=>otherlv_3= '(' ) ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) | ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) )? otherlv_8= ')' )? int alt176=2; alt176 = dfa176.predict(input); switch (alt176) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7494:3: ( ( '(' )=>otherlv_3= '(' ) ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) | ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) )? otherlv_8= ')' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7494:3: ( ( '(' )=>otherlv_3= '(' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7494:4: ( '(' )=>otherlv_3= '(' { otherlv_3=(Token)match(input,54,FollowSets000.FOLLOW_54_in_ruleXAnnotation14909); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_3, grammarAccess.getXAnnotationAccess().getLeftParenthesisKeyword_3_0()); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7499:2: ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) | ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) )? int alt175=3; alt175 = dfa175.predict(input); switch (alt175) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7499:3: ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7499:3: ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7499:4: ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7499:4: ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7499:5: ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7505:1: (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7506:3: lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationAccess().getElementValuePairsXAnnotationElementValuePairParserRuleCall_3_1_0_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationElementValuePair_in_ruleXAnnotation14953); lv_elementValuePairs_4_0=ruleXAnnotationElementValuePair(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXAnnotationRule()); } add( current, "elementValuePairs", lv_elementValuePairs_4_0, "XAnnotationElementValuePair"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7522:2: (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* loop174: do { int alt174=2; int LA174_0 = input.LA(1); if ( (LA174_0==52) ) { alt174=1; } switch (alt174) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7522:4: otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) { otherlv_5=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleXAnnotation14966); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_5, grammarAccess.getXAnnotationAccess().getCommaKeyword_3_1_0_1_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7526:1: ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7526:2: ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7532:1: (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7533:3: lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationAccess().getElementValuePairsXAnnotationElementValuePairParserRuleCall_3_1_0_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationElementValuePair_in_ruleXAnnotation15007); lv_elementValuePairs_6_0=ruleXAnnotationElementValuePair(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXAnnotationRule()); } add( current, "elementValuePairs", lv_elementValuePairs_6_0, "XAnnotationElementValuePair"); afterParserOrEnumRuleCall(); } } } } break; default : break loop174; } } while (true); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7550:6: ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7550:6: ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7551:1: (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7551:1: (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7552:3: lv_value_7_0= ruleXAnnotationElementValueOrCommaList { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationAccess().getValueXAnnotationElementValueOrCommaListParserRuleCall_3_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationElementValueOrCommaList_in_ruleXAnnotation15037); lv_value_7_0=ruleXAnnotationElementValueOrCommaList(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXAnnotationRule()); } set( current, "value", lv_value_7_0, "XAnnotationElementValueOrCommaList"); afterParserOrEnumRuleCall(); } } } } break; } otherlv_8=(Token)match(input,55,FollowSets000.FOLLOW_55_in_ruleXAnnotation15051); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_8, grammarAccess.getXAnnotationAccess().getRightParenthesisKeyword_3_2()); } } break; } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXAnnotation" // $ANTLR start "entryRuleXAnnotationElementValuePair" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7580:1: entryRuleXAnnotationElementValuePair returns [EObject current=null] : iv_ruleXAnnotationElementValuePair= ruleXAnnotationElementValuePair EOF ; public final EObject entryRuleXAnnotationElementValuePair() throws RecognitionException { EObject current = null; EObject iv_ruleXAnnotationElementValuePair = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7581:2: (iv_ruleXAnnotationElementValuePair= ruleXAnnotationElementValuePair EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7582:2: iv_ruleXAnnotationElementValuePair= ruleXAnnotationElementValuePair EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationElementValuePairRule()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationElementValuePair_in_entryRuleXAnnotationElementValuePair15089); iv_ruleXAnnotationElementValuePair=ruleXAnnotationElementValuePair(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXAnnotationElementValuePair; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXAnnotationElementValuePair15099); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXAnnotationElementValuePair" // $ANTLR start "ruleXAnnotationElementValuePair" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7589:1: ruleXAnnotationElementValuePair returns [EObject current=null] : ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) ) ( (lv_value_2_0= ruleXAnnotationElementValue ) ) ) ; public final EObject ruleXAnnotationElementValuePair() throws RecognitionException { EObject current = null; Token otherlv_1=null; EObject lv_value_2_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7592:28: ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) ) ( (lv_value_2_0= ruleXAnnotationElementValue ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7593:1: ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) ) ( (lv_value_2_0= ruleXAnnotationElementValue ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7593:1: ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) ) ( (lv_value_2_0= ruleXAnnotationElementValue ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7593:2: ( ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) ) ( (lv_value_2_0= ruleXAnnotationElementValue ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7593:2: ( ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7593:3: ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7598:5: ( ( ( ruleValidID ) ) otherlv_1= '=' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7598:6: ( ( ruleValidID ) ) otherlv_1= '=' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7598:6: ( ( ruleValidID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7599:1: ( ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7599:1: ( ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7600:3: ruleValidID { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXAnnotationElementValuePairRule()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationElementValuePairAccess().getElementJvmOperationCrossReference_0_0_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleXAnnotationElementValuePair15169); ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } otherlv_1=(Token)match(input,41,FollowSets000.FOLLOW_41_in_ruleXAnnotationElementValuePair15181); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXAnnotationElementValuePairAccess().getEqualsSignKeyword_0_0_1()); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7617:3: ( (lv_value_2_0= ruleXAnnotationElementValue ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7618:1: (lv_value_2_0= ruleXAnnotationElementValue ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7618:1: (lv_value_2_0= ruleXAnnotationElementValue ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7619:3: lv_value_2_0= ruleXAnnotationElementValue { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationElementValuePairAccess().getValueXAnnotationElementValueParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationElementValue_in_ruleXAnnotationElementValuePair15204); lv_value_2_0=ruleXAnnotationElementValue(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXAnnotationElementValuePairRule()); } set( current, "value", lv_value_2_0, "XAnnotationElementValue"); afterParserOrEnumRuleCall(); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXAnnotationElementValuePair" // $ANTLR start "entryRuleXAnnotationElementValueOrCommaList" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7643:1: entryRuleXAnnotationElementValueOrCommaList returns [EObject current=null] : iv_ruleXAnnotationElementValueOrCommaList= ruleXAnnotationElementValueOrCommaList EOF ; public final EObject entryRuleXAnnotationElementValueOrCommaList() throws RecognitionException { EObject current = null; EObject iv_ruleXAnnotationElementValueOrCommaList = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7644:2: (iv_ruleXAnnotationElementValueOrCommaList= ruleXAnnotationElementValueOrCommaList EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7645:2: iv_ruleXAnnotationElementValueOrCommaList= ruleXAnnotationElementValueOrCommaList EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationElementValueOrCommaListRule()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationElementValueOrCommaList_in_entryRuleXAnnotationElementValueOrCommaList15240); iv_ruleXAnnotationElementValueOrCommaList=ruleXAnnotationElementValueOrCommaList(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXAnnotationElementValueOrCommaList; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXAnnotationElementValueOrCommaList15250); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXAnnotationElementValueOrCommaList" // $ANTLR start "ruleXAnnotationElementValueOrCommaList" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7652:1: ruleXAnnotationElementValueOrCommaList returns [EObject current=null] : ( ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) | (this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )? ) ) ; public final EObject ruleXAnnotationElementValueOrCommaList() throws RecognitionException { EObject current = null; Token otherlv_1=null; Token otherlv_2=null; Token otherlv_4=null; Token otherlv_6=null; Token otherlv_9=null; EObject lv_elements_3_0 = null; EObject lv_elements_5_0 = null; EObject this_XAnnotationOrExpression_7 = null; EObject lv_elements_10_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7655:28: ( ( ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) | (this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )? ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7656:1: ( ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) | (this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )? ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7656:1: ( ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) | (this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )? ) ) int alt181=2; alt181 = dfa181.predict(input); switch (alt181) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7656:2: ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7656:2: ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7656:3: ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7656:3: ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7656:4: ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7659:5: ( () otherlv_1= '#' otherlv_2= '[' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7659:6: () otherlv_1= '#' otherlv_2= '[' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7659:6: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7660:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXAnnotationElementValueOrCommaListAccess().getXListLiteralAction_0_0_0_0(), current); } } otherlv_1=(Token)match(input,97,FollowSets000.FOLLOW_97_in_ruleXAnnotationElementValueOrCommaList15315); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXAnnotationElementValueOrCommaListAccess().getNumberSignKeyword_0_0_0_1()); } otherlv_2=(Token)match(input,98,FollowSets000.FOLLOW_98_in_ruleXAnnotationElementValueOrCommaList15327); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXAnnotationElementValueOrCommaListAccess().getLeftSquareBracketKeyword_0_0_0_2()); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7673:3: ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? int alt178=2; int LA178_0 = input.LA(1); if ( ((LA178_0>=RULE_ID && LA178_0<=RULE_RICH_TEXT_START)||(LA178_0>=RULE_HEX && LA178_0<=RULE_DECIMAL)||(LA178_0>=39 && LA178_0<=40)||(LA178_0>=44 && LA178_0<=45)||(LA178_0>=48 && LA178_0<=49)||LA178_0==51||LA178_0==54||(LA178_0>=56 && LA178_0<=61)||(LA178_0>=64 && LA178_0<=75)||(LA178_0>=78 && LA178_0<=80)||(LA178_0>=82 && LA178_0<=85)||(LA178_0>=87 && LA178_0<=88)||(LA178_0>=96 && LA178_0<=98)||(LA178_0>=117 && LA178_0<=118)||LA178_0==123||LA178_0==130||(LA178_0>=133 && LA178_0<=142)) ) { alt178=1; } switch (alt178) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7673:4: ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7673:4: ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7674:1: (lv_elements_3_0= ruleXAnnotationOrExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7674:1: (lv_elements_3_0= ruleXAnnotationOrExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7675:3: lv_elements_3_0= ruleXAnnotationOrExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationOrExpression_in_ruleXAnnotationElementValueOrCommaList15351); lv_elements_3_0=ruleXAnnotationOrExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXAnnotationElementValueOrCommaListRule()); } add( current, "elements", lv_elements_3_0, "XAnnotationOrExpression"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7691:2: (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* loop177: do { int alt177=2; int LA177_0 = input.LA(1); if ( (LA177_0==52) ) { alt177=1; } switch (alt177) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7691:4: otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) { otherlv_4=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleXAnnotationElementValueOrCommaList15364); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXAnnotationElementValueOrCommaListAccess().getCommaKeyword_0_1_1_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7695:1: ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7696:1: (lv_elements_5_0= ruleXAnnotationOrExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7696:1: (lv_elements_5_0= ruleXAnnotationOrExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7697:3: lv_elements_5_0= ruleXAnnotationOrExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationOrExpression_in_ruleXAnnotationElementValueOrCommaList15385); lv_elements_5_0=ruleXAnnotationOrExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXAnnotationElementValueOrCommaListRule()); } add( current, "elements", lv_elements_5_0, "XAnnotationOrExpression"); afterParserOrEnumRuleCall(); } } } } break; default : break loop177; } } while (true); } break; } otherlv_6=(Token)match(input,99,FollowSets000.FOLLOW_99_in_ruleXAnnotationElementValueOrCommaList15401); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_6, grammarAccess.getXAnnotationElementValueOrCommaListAccess().getRightSquareBracketKeyword_0_2()); } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7718:6: (this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7718:6: (this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7719:5: this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )? { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getXAnnotationOrExpressionParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationOrExpression_in_ruleXAnnotationElementValueOrCommaList15431); this_XAnnotationOrExpression_7=ruleXAnnotationOrExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XAnnotationOrExpression_7; afterParserOrEnumRuleCall(); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7727:1: ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )? int alt180=2; int LA180_0 = input.LA(1); if ( (LA180_0==52) ) { alt180=1; } switch (alt180) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7727:2: () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7727:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7728:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndAdd( grammarAccess.getXAnnotationElementValueOrCommaListAccess().getXListLiteralElementsAction_1_1_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7733:2: (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ int cnt179=0; loop179: do { int alt179=2; int LA179_0 = input.LA(1); if ( (LA179_0==52) ) { alt179=1; } switch (alt179) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7733:4: otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) { otherlv_9=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleXAnnotationElementValueOrCommaList15453); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_9, grammarAccess.getXAnnotationElementValueOrCommaListAccess().getCommaKeyword_1_1_1_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7737:1: ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7738:1: (lv_elements_10_0= ruleXAnnotationOrExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7738:1: (lv_elements_10_0= ruleXAnnotationOrExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7739:3: lv_elements_10_0= ruleXAnnotationOrExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getElementsXAnnotationOrExpressionParserRuleCall_1_1_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationOrExpression_in_ruleXAnnotationElementValueOrCommaList15474); lv_elements_10_0=ruleXAnnotationOrExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXAnnotationElementValueOrCommaListRule()); } add( current, "elements", lv_elements_10_0, "XAnnotationOrExpression"); afterParserOrEnumRuleCall(); } } } } break; default : if ( cnt179 >= 1 ) break loop179; if (state.backtracking>0) {state.failed=true; return current;} EarlyExitException eee = new EarlyExitException(179, input); throw eee; } cnt179++; } while (true); } break; } } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXAnnotationElementValueOrCommaList" // $ANTLR start "entryRuleXAnnotationElementValue" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7763:1: entryRuleXAnnotationElementValue returns [EObject current=null] : iv_ruleXAnnotationElementValue= ruleXAnnotationElementValue EOF ; public final EObject entryRuleXAnnotationElementValue() throws RecognitionException { EObject current = null; EObject iv_ruleXAnnotationElementValue = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7764:2: (iv_ruleXAnnotationElementValue= ruleXAnnotationElementValue EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7765:2: iv_ruleXAnnotationElementValue= ruleXAnnotationElementValue EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationElementValueRule()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationElementValue_in_entryRuleXAnnotationElementValue15515); iv_ruleXAnnotationElementValue=ruleXAnnotationElementValue(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXAnnotationElementValue; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXAnnotationElementValue15525); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXAnnotationElementValue" // $ANTLR start "ruleXAnnotationElementValue" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7772:1: ruleXAnnotationElementValue returns [EObject current=null] : ( ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) | this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ) ; public final EObject ruleXAnnotationElementValue() throws RecognitionException { EObject current = null; Token otherlv_1=null; Token otherlv_2=null; Token otherlv_4=null; Token otherlv_6=null; EObject lv_elements_3_0 = null; EObject lv_elements_5_0 = null; EObject this_XAnnotationOrExpression_7 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7775:28: ( ( ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) | this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7776:1: ( ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) | this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7776:1: ( ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) | this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ) int alt184=2; alt184 = dfa184.predict(input); switch (alt184) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7776:2: ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7776:2: ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7776:3: ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7776:3: ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7776:4: ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7779:5: ( () otherlv_1= '#' otherlv_2= '[' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7779:6: () otherlv_1= '#' otherlv_2= '[' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7779:6: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7780:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXAnnotationElementValueAccess().getXListLiteralAction_0_0_0_0(), current); } } otherlv_1=(Token)match(input,97,FollowSets000.FOLLOW_97_in_ruleXAnnotationElementValue15590); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXAnnotationElementValueAccess().getNumberSignKeyword_0_0_0_1()); } otherlv_2=(Token)match(input,98,FollowSets000.FOLLOW_98_in_ruleXAnnotationElementValue15602); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXAnnotationElementValueAccess().getLeftSquareBracketKeyword_0_0_0_2()); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7793:3: ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? int alt183=2; int LA183_0 = input.LA(1); if ( ((LA183_0>=RULE_ID && LA183_0<=RULE_RICH_TEXT_START)||(LA183_0>=RULE_HEX && LA183_0<=RULE_DECIMAL)||(LA183_0>=39 && LA183_0<=40)||(LA183_0>=44 && LA183_0<=45)||(LA183_0>=48 && LA183_0<=49)||LA183_0==51||LA183_0==54||(LA183_0>=56 && LA183_0<=61)||(LA183_0>=64 && LA183_0<=75)||(LA183_0>=78 && LA183_0<=80)||(LA183_0>=82 && LA183_0<=85)||(LA183_0>=87 && LA183_0<=88)||(LA183_0>=96 && LA183_0<=98)||(LA183_0>=117 && LA183_0<=118)||LA183_0==123||LA183_0==130||(LA183_0>=133 && LA183_0<=142)) ) { alt183=1; } switch (alt183) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7793:4: ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7793:4: ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7794:1: (lv_elements_3_0= ruleXAnnotationOrExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7794:1: (lv_elements_3_0= ruleXAnnotationOrExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7795:3: lv_elements_3_0= ruleXAnnotationOrExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationElementValueAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationOrExpression_in_ruleXAnnotationElementValue15626); lv_elements_3_0=ruleXAnnotationOrExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXAnnotationElementValueRule()); } add( current, "elements", lv_elements_3_0, "XAnnotationOrExpression"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7811:2: (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* loop182: do { int alt182=2; int LA182_0 = input.LA(1); if ( (LA182_0==52) ) { alt182=1; } switch (alt182) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7811:4: otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) { otherlv_4=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleXAnnotationElementValue15639); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXAnnotationElementValueAccess().getCommaKeyword_0_1_1_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7815:1: ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7816:1: (lv_elements_5_0= ruleXAnnotationOrExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7816:1: (lv_elements_5_0= ruleXAnnotationOrExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7817:3: lv_elements_5_0= ruleXAnnotationOrExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationElementValueAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationOrExpression_in_ruleXAnnotationElementValue15660); lv_elements_5_0=ruleXAnnotationOrExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXAnnotationElementValueRule()); } add( current, "elements", lv_elements_5_0, "XAnnotationOrExpression"); afterParserOrEnumRuleCall(); } } } } break; default : break loop182; } } while (true); } break; } otherlv_6=(Token)match(input,99,FollowSets000.FOLLOW_99_in_ruleXAnnotationElementValue15676); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_6, grammarAccess.getXAnnotationElementValueAccess().getRightSquareBracketKeyword_0_2()); } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7839:5: this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationElementValueAccess().getXAnnotationOrExpressionParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationOrExpression_in_ruleXAnnotationElementValue15705); this_XAnnotationOrExpression_7=ruleXAnnotationOrExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XAnnotationOrExpression_7; afterParserOrEnumRuleCall(); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXAnnotationElementValue" // $ANTLR start "entryRuleXAnnotationOrExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7855:1: entryRuleXAnnotationOrExpression returns [EObject current=null] : iv_ruleXAnnotationOrExpression= ruleXAnnotationOrExpression EOF ; public final EObject entryRuleXAnnotationOrExpression() throws RecognitionException { EObject current = null; EObject iv_ruleXAnnotationOrExpression = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7856:2: (iv_ruleXAnnotationOrExpression= ruleXAnnotationOrExpression EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7857:2: iv_ruleXAnnotationOrExpression= ruleXAnnotationOrExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationOrExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationOrExpression_in_entryRuleXAnnotationOrExpression15740); iv_ruleXAnnotationOrExpression=ruleXAnnotationOrExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXAnnotationOrExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXAnnotationOrExpression15750); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXAnnotationOrExpression" // $ANTLR start "ruleXAnnotationOrExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7864:1: ruleXAnnotationOrExpression returns [EObject current=null] : (this_XAnnotation_0= ruleXAnnotation | this_XExpression_1= ruleXExpression ) ; public final EObject ruleXAnnotationOrExpression() throws RecognitionException { EObject current = null; EObject this_XAnnotation_0 = null; EObject this_XExpression_1 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7867:28: ( (this_XAnnotation_0= ruleXAnnotation | this_XExpression_1= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7868:1: (this_XAnnotation_0= ruleXAnnotation | this_XExpression_1= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7868:1: (this_XAnnotation_0= ruleXAnnotation | this_XExpression_1= ruleXExpression ) int alt185=2; int LA185_0 = input.LA(1); if ( (LA185_0==96) ) { alt185=1; } else if ( ((LA185_0>=RULE_ID && LA185_0<=RULE_RICH_TEXT_START)||(LA185_0>=RULE_HEX && LA185_0<=RULE_DECIMAL)||(LA185_0>=39 && LA185_0<=40)||(LA185_0>=44 && LA185_0<=45)||(LA185_0>=48 && LA185_0<=49)||LA185_0==51||LA185_0==54||(LA185_0>=56 && LA185_0<=61)||(LA185_0>=64 && LA185_0<=75)||(LA185_0>=78 && LA185_0<=80)||(LA185_0>=82 && LA185_0<=85)||(LA185_0>=87 && LA185_0<=88)||(LA185_0>=97 && LA185_0<=98)||(LA185_0>=117 && LA185_0<=118)||LA185_0==123||LA185_0==130||(LA185_0>=133 && LA185_0<=142)) ) { alt185=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 185, 0, input); throw nvae; } switch (alt185) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7869:5: this_XAnnotation_0= ruleXAnnotation { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationOrExpressionAccess().getXAnnotationParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotation_in_ruleXAnnotationOrExpression15797); this_XAnnotation_0=ruleXAnnotation(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XAnnotation_0; afterParserOrEnumRuleCall(); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7879:5: this_XExpression_1= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationOrExpressionAccess().getXExpressionParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXAnnotationOrExpression15824); this_XExpression_1=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XExpression_1; afterParserOrEnumRuleCall(); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXAnnotationOrExpression" // $ANTLR start "entryRuleXExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7895:1: entryRuleXExpression returns [EObject current=null] : iv_ruleXExpression= ruleXExpression EOF ; public final EObject entryRuleXExpression() throws RecognitionException { EObject current = null; EObject iv_ruleXExpression = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7896:2: (iv_ruleXExpression= ruleXExpression EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7897:2: iv_ruleXExpression= ruleXExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_entryRuleXExpression15859); iv_ruleXExpression=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXExpression15869); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXExpression" // $ANTLR start "ruleXExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7904:1: ruleXExpression returns [EObject current=null] : this_XAssignment_0= ruleXAssignment ; public final EObject ruleXExpression() throws RecognitionException { EObject current = null; EObject this_XAssignment_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7907:28: (this_XAssignment_0= ruleXAssignment ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7909:5: this_XAssignment_0= ruleXAssignment { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXExpressionAccess().getXAssignmentParserRuleCall()); } pushFollow(FollowSets000.FOLLOW_ruleXAssignment_in_ruleXExpression15915); this_XAssignment_0=ruleXAssignment(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XAssignment_0; afterParserOrEnumRuleCall(); } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXExpression" // $ANTLR start "entryRuleXAssignment" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7925:1: entryRuleXAssignment returns [EObject current=null] : iv_ruleXAssignment= ruleXAssignment EOF ; public final EObject entryRuleXAssignment() throws RecognitionException { EObject current = null; EObject iv_ruleXAssignment = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7926:2: (iv_ruleXAssignment= ruleXAssignment EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7927:2: iv_ruleXAssignment= ruleXAssignment EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAssignmentRule()); } pushFollow(FollowSets000.FOLLOW_ruleXAssignment_in_entryRuleXAssignment15949); iv_ruleXAssignment=ruleXAssignment(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXAssignment; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXAssignment15959); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXAssignment" // $ANTLR start "ruleXAssignment" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7934:1: ruleXAssignment returns [EObject current=null] : ( ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) ) | (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? ) ) ; public final EObject ruleXAssignment() throws RecognitionException { EObject current = null; EObject lv_value_3_0 = null; EObject this_XOrExpression_4 = null; EObject lv_rightOperand_7_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7937:28: ( ( ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) ) | (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7938:1: ( ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) ) | (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7938:1: ( ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) ) | (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? ) ) int alt187=2; alt187 = dfa187.predict(input); switch (alt187) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7938:2: ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7938:2: ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7938:3: () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7938:3: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7939:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXAssignmentAccess().getXAssignmentAction_0_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7944:2: ( ( ruleFeatureCallID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7945:1: ( ruleFeatureCallID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7945:1: ( ruleFeatureCallID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7946:3: ruleFeatureCallID { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXAssignmentRule()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAssignmentAccess().getFeatureJvmIdentifiableElementCrossReference_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleFeatureCallID_in_ruleXAssignment16017); ruleFeatureCallID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAssignmentAccess().getOpSingleAssignParserRuleCall_0_2()); } pushFollow(FollowSets000.FOLLOW_ruleOpSingleAssign_in_ruleXAssignment16033); ruleOpSingleAssign(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7967:1: ( (lv_value_3_0= ruleXAssignment ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7968:1: (lv_value_3_0= ruleXAssignment ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7968:1: (lv_value_3_0= ruleXAssignment ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7969:3: lv_value_3_0= ruleXAssignment { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAssignmentAccess().getValueXAssignmentParserRuleCall_0_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAssignment_in_ruleXAssignment16053); lv_value_3_0=ruleXAssignment(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXAssignmentRule()); } set( current, "value", lv_value_3_0, "XAssignment"); afterParserOrEnumRuleCall(); } } } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7986:6: (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7986:6: (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7987:5: this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAssignmentAccess().getXOrExpressionParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXOrExpression_in_ruleXAssignment16083); this_XOrExpression_4=ruleXOrExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XOrExpression_4; afterParserOrEnumRuleCall(); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7995:1: ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? int alt186=2; alt186 = dfa186.predict(input); switch (alt186) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7995:2: ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7995:2: ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7995:3: ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8000:6: ( () ( ( ruleOpMultiAssign ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8000:7: () ( ( ruleOpMultiAssign ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8000:7: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8001:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXAssignmentAccess().getXBinaryOperationLeftOperandAction_1_1_0_0_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8006:2: ( ( ruleOpMultiAssign ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8007:1: ( ruleOpMultiAssign ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8007:1: ( ruleOpMultiAssign ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8008:3: ruleOpMultiAssign { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXAssignmentRule()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAssignmentAccess().getFeatureJvmIdentifiableElementCrossReference_1_1_0_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleOpMultiAssign_in_ruleXAssignment16136); ruleOpMultiAssign(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8021:4: ( (lv_rightOperand_7_0= ruleXAssignment ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8022:1: (lv_rightOperand_7_0= ruleXAssignment ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8022:1: (lv_rightOperand_7_0= ruleXAssignment ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8023:3: lv_rightOperand_7_0= ruleXAssignment { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAssignmentAccess().getRightOperandXAssignmentParserRuleCall_1_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAssignment_in_ruleXAssignment16159); lv_rightOperand_7_0=ruleXAssignment(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXAssignmentRule()); } set( current, "rightOperand", lv_rightOperand_7_0, "XAssignment"); afterParserOrEnumRuleCall(); } } } } break; } } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXAssignment" // $ANTLR start "entryRuleOpSingleAssign" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8047:1: entryRuleOpSingleAssign returns [String current=null] : iv_ruleOpSingleAssign= ruleOpSingleAssign EOF ; public final String entryRuleOpSingleAssign() throws RecognitionException { String current = null; AntlrDatatypeRuleToken iv_ruleOpSingleAssign = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8048:2: (iv_ruleOpSingleAssign= ruleOpSingleAssign EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8049:2: iv_ruleOpSingleAssign= ruleOpSingleAssign EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOpSingleAssignRule()); } pushFollow(FollowSets000.FOLLOW_ruleOpSingleAssign_in_entryRuleOpSingleAssign16199); iv_ruleOpSingleAssign=ruleOpSingleAssign(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleOpSingleAssign.getText(); } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleOpSingleAssign16210); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleOpSingleAssign" // $ANTLR start "ruleOpSingleAssign" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8056:1: ruleOpSingleAssign returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : kw= '=' ; public final AntlrDatatypeRuleToken ruleOpSingleAssign() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); Token kw=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8059:28: (kw= '=' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8061:2: kw= '=' { kw=(Token)match(input,41,FollowSets000.FOLLOW_41_in_ruleOpSingleAssign16247); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpSingleAssignAccess().getEqualsSignKeyword()); } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleOpSingleAssign" // $ANTLR start "entryRuleOpMultiAssign" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8074:1: entryRuleOpMultiAssign returns [String current=null] : iv_ruleOpMultiAssign= ruleOpMultiAssign EOF ; public final String entryRuleOpMultiAssign() throws RecognitionException { String current = null; AntlrDatatypeRuleToken iv_ruleOpMultiAssign = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8075:2: (iv_ruleOpMultiAssign= ruleOpMultiAssign EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8076:2: iv_ruleOpMultiAssign= ruleOpMultiAssign EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOpMultiAssignRule()); } pushFollow(FollowSets000.FOLLOW_ruleOpMultiAssign_in_entryRuleOpMultiAssign16287); iv_ruleOpMultiAssign=ruleOpMultiAssign(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleOpMultiAssign.getText(); } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleOpMultiAssign16298); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleOpMultiAssign" // $ANTLR start "ruleOpMultiAssign" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8083:1: ruleOpMultiAssign returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= '+=' | kw= '-=' | kw= '*=' | kw= '/=' | kw= '%=' | (kw= '<' kw= '<' kw= '=' ) | (kw= '>' (kw= '>' )? kw= '>=' ) ) ; public final AntlrDatatypeRuleToken ruleOpMultiAssign() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); Token kw=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8086:28: ( (kw= '+=' | kw= '-=' | kw= '*=' | kw= '/=' | kw= '%=' | (kw= '<' kw= '<' kw= '=' ) | (kw= '>' (kw= '>' )? kw= '>=' ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8087:1: (kw= '+=' | kw= '-=' | kw= '*=' | kw= '/=' | kw= '%=' | (kw= '<' kw= '<' kw= '=' ) | (kw= '>' (kw= '>' )? kw= '>=' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8087:1: (kw= '+=' | kw= '-=' | kw= '*=' | kw= '/=' | kw= '%=' | (kw= '<' kw= '<' kw= '=' ) | (kw= '>' (kw= '>' )? kw= '>=' ) ) int alt189=7; switch ( input.LA(1) ) { case 100: { alt189=1; } break; case 101: { alt189=2; } break; case 102: { alt189=3; } break; case 103: { alt189=4; } break; case 104: { alt189=5; } break; case 51: { alt189=6; } break; case 53: { alt189=7; } break; default: if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 189, 0, input); throw nvae; } switch (alt189) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8088:2: kw= '+=' { kw=(Token)match(input,100,FollowSets000.FOLLOW_100_in_ruleOpMultiAssign16336); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getPlusSignEqualsSignKeyword_0()); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8095:2: kw= '-=' { kw=(Token)match(input,101,FollowSets000.FOLLOW_101_in_ruleOpMultiAssign16355); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getHyphenMinusEqualsSignKeyword_1()); } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8102:2: kw= '*=' { kw=(Token)match(input,102,FollowSets000.FOLLOW_102_in_ruleOpMultiAssign16374); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getAsteriskEqualsSignKeyword_2()); } } break; case 4 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8109:2: kw= '/=' { kw=(Token)match(input,103,FollowSets000.FOLLOW_103_in_ruleOpMultiAssign16393); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getSolidusEqualsSignKeyword_3()); } } break; case 5 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8116:2: kw= '%=' { kw=(Token)match(input,104,FollowSets000.FOLLOW_104_in_ruleOpMultiAssign16412); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getPercentSignEqualsSignKeyword_4()); } } break; case 6 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8122:6: (kw= '<' kw= '<' kw= '=' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8122:6: (kw= '<' kw= '<' kw= '=' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8123:2: kw= '<' kw= '<' kw= '=' { kw=(Token)match(input,51,FollowSets000.FOLLOW_51_in_ruleOpMultiAssign16432); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getLessThanSignKeyword_5_0()); } kw=(Token)match(input,51,FollowSets000.FOLLOW_51_in_ruleOpMultiAssign16445); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getLessThanSignKeyword_5_1()); } kw=(Token)match(input,41,FollowSets000.FOLLOW_41_in_ruleOpMultiAssign16458); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getEqualsSignKeyword_5_2()); } } } break; case 7 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8141:6: (kw= '>' (kw= '>' )? kw= '>=' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8141:6: (kw= '>' (kw= '>' )? kw= '>=' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8142:2: kw= '>' (kw= '>' )? kw= '>=' { kw=(Token)match(input,53,FollowSets000.FOLLOW_53_in_ruleOpMultiAssign16479); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getGreaterThanSignKeyword_6_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8147:1: (kw= '>' )? int alt188=2; int LA188_0 = input.LA(1); if ( (LA188_0==53) ) { alt188=1; } switch (alt188) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8148:2: kw= '>' { kw=(Token)match(input,53,FollowSets000.FOLLOW_53_in_ruleOpMultiAssign16493); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getGreaterThanSignKeyword_6_1()); } } break; } kw=(Token)match(input,105,FollowSets000.FOLLOW_105_in_ruleOpMultiAssign16508); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getGreaterThanSignEqualsSignKeyword_6_2()); } } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleOpMultiAssign" // $ANTLR start "entryRuleXOrExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8167:1: entryRuleXOrExpression returns [EObject current=null] : iv_ruleXOrExpression= ruleXOrExpression EOF ; public final EObject entryRuleXOrExpression() throws RecognitionException { EObject current = null; EObject iv_ruleXOrExpression = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8168:2: (iv_ruleXOrExpression= ruleXOrExpression EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8169:2: iv_ruleXOrExpression= ruleXOrExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXOrExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXOrExpression_in_entryRuleXOrExpression16549); iv_ruleXOrExpression=ruleXOrExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXOrExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXOrExpression16559); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXOrExpression" // $ANTLR start "ruleXOrExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8176:1: ruleXOrExpression returns [EObject current=null] : (this_XAndExpression_0= ruleXAndExpression ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )* ) ; public final EObject ruleXOrExpression() throws RecognitionException { EObject current = null; EObject this_XAndExpression_0 = null; EObject lv_rightOperand_3_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8179:28: ( (this_XAndExpression_0= ruleXAndExpression ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )* ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8180:1: (this_XAndExpression_0= ruleXAndExpression ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )* ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8180:1: (this_XAndExpression_0= ruleXAndExpression ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )* ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8181:5: this_XAndExpression_0= ruleXAndExpression ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )* { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXOrExpressionAccess().getXAndExpressionParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAndExpression_in_ruleXOrExpression16606); this_XAndExpression_0=ruleXAndExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XAndExpression_0; afterParserOrEnumRuleCall(); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8189:1: ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )* loop190: do { int alt190=2; int LA190_0 = input.LA(1); if ( (LA190_0==106) ) { int LA190_2 = input.LA(2); if ( (synpred30_InternalFeature()) ) { alt190=1; } } switch (alt190) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8189:2: ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8189:2: ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8189:3: ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8194:6: ( () ( ( ruleOpOr ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8194:7: () ( ( ruleOpOr ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8194:7: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8195:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXOrExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8200:2: ( ( ruleOpOr ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8201:1: ( ruleOpOr ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8201:1: ( ruleOpOr ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8202:3: ruleOpOr { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXOrExpressionRule()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXOrExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleOpOr_in_ruleXOrExpression16659); ruleOpOr(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8215:4: ( (lv_rightOperand_3_0= ruleXAndExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8216:1: (lv_rightOperand_3_0= ruleXAndExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8216:1: (lv_rightOperand_3_0= ruleXAndExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8217:3: lv_rightOperand_3_0= ruleXAndExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXOrExpressionAccess().getRightOperandXAndExpressionParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAndExpression_in_ruleXOrExpression16682); lv_rightOperand_3_0=ruleXAndExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXOrExpressionRule()); } set( current, "rightOperand", lv_rightOperand_3_0, "XAndExpression"); afterParserOrEnumRuleCall(); } } } } break; default : break loop190; } } while (true); } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXOrExpression" // $ANTLR start "entryRuleOpOr" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8241:1: entryRuleOpOr returns [String current=null] : iv_ruleOpOr= ruleOpOr EOF ; public final String entryRuleOpOr() throws RecognitionException { String current = null; AntlrDatatypeRuleToken iv_ruleOpOr = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8242:2: (iv_ruleOpOr= ruleOpOr EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8243:2: iv_ruleOpOr= ruleOpOr EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOpOrRule()); } pushFollow(FollowSets000.FOLLOW_ruleOpOr_in_entryRuleOpOr16721); iv_ruleOpOr=ruleOpOr(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleOpOr.getText(); } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleOpOr16732); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleOpOr" // $ANTLR start "ruleOpOr" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8250:1: ruleOpOr returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : kw= '||' ; public final AntlrDatatypeRuleToken ruleOpOr() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); Token kw=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8253:28: (kw= '||' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8255:2: kw= '||' { kw=(Token)match(input,106,FollowSets000.FOLLOW_106_in_ruleOpOr16769); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpOrAccess().getVerticalLineVerticalLineKeyword()); } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleOpOr" // $ANTLR start "entryRuleXAndExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8268:1: entryRuleXAndExpression returns [EObject current=null] : iv_ruleXAndExpression= ruleXAndExpression EOF ; public final EObject entryRuleXAndExpression() throws RecognitionException { EObject current = null; EObject iv_ruleXAndExpression = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8269:2: (iv_ruleXAndExpression= ruleXAndExpression EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8270:2: iv_ruleXAndExpression= ruleXAndExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAndExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXAndExpression_in_entryRuleXAndExpression16808); iv_ruleXAndExpression=ruleXAndExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXAndExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXAndExpression16818); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXAndExpression" // $ANTLR start "ruleXAndExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8277:1: ruleXAndExpression returns [EObject current=null] : (this_XEqualityExpression_0= ruleXEqualityExpression ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )* ) ; public final EObject ruleXAndExpression() throws RecognitionException { EObject current = null; EObject this_XEqualityExpression_0 = null; EObject lv_rightOperand_3_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8280:28: ( (this_XEqualityExpression_0= ruleXEqualityExpression ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )* ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8281:1: (this_XEqualityExpression_0= ruleXEqualityExpression ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )* ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8281:1: (this_XEqualityExpression_0= ruleXEqualityExpression ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )* ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8282:5: this_XEqualityExpression_0= ruleXEqualityExpression ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )* { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAndExpressionAccess().getXEqualityExpressionParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleXEqualityExpression_in_ruleXAndExpression16865); this_XEqualityExpression_0=ruleXEqualityExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XEqualityExpression_0; afterParserOrEnumRuleCall(); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8290:1: ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )* loop191: do { int alt191=2; int LA191_0 = input.LA(1); if ( (LA191_0==107) ) { int LA191_2 = input.LA(2); if ( (synpred31_InternalFeature()) ) { alt191=1; } } switch (alt191) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8290:2: ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8290:2: ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8290:3: ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8295:6: ( () ( ( ruleOpAnd ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8295:7: () ( ( ruleOpAnd ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8295:7: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8296:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXAndExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8301:2: ( ( ruleOpAnd ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8302:1: ( ruleOpAnd ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8302:1: ( ruleOpAnd ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8303:3: ruleOpAnd { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXAndExpressionRule()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAndExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleOpAnd_in_ruleXAndExpression16918); ruleOpAnd(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8316:4: ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8317:1: (lv_rightOperand_3_0= ruleXEqualityExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8317:1: (lv_rightOperand_3_0= ruleXEqualityExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8318:3: lv_rightOperand_3_0= ruleXEqualityExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAndExpressionAccess().getRightOperandXEqualityExpressionParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXEqualityExpression_in_ruleXAndExpression16941); lv_rightOperand_3_0=ruleXEqualityExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXAndExpressionRule()); } set( current, "rightOperand", lv_rightOperand_3_0, "XEqualityExpression"); afterParserOrEnumRuleCall(); } } } } break; default : break loop191; } } while (true); } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXAndExpression" // $ANTLR start "entryRuleOpAnd" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8342:1: entryRuleOpAnd returns [String current=null] : iv_ruleOpAnd= ruleOpAnd EOF ; public final String entryRuleOpAnd() throws RecognitionException { String current = null; AntlrDatatypeRuleToken iv_ruleOpAnd = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8343:2: (iv_ruleOpAnd= ruleOpAnd EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8344:2: iv_ruleOpAnd= ruleOpAnd EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOpAndRule()); } pushFollow(FollowSets000.FOLLOW_ruleOpAnd_in_entryRuleOpAnd16980); iv_ruleOpAnd=ruleOpAnd(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleOpAnd.getText(); } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleOpAnd16991); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleOpAnd" // $ANTLR start "ruleOpAnd" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8351:1: ruleOpAnd returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : kw= '&&' ; public final AntlrDatatypeRuleToken ruleOpAnd() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); Token kw=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8354:28: (kw= '&&' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8356:2: kw= '&&' { kw=(Token)match(input,107,FollowSets000.FOLLOW_107_in_ruleOpAnd17028); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpAndAccess().getAmpersandAmpersandKeyword()); } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleOpAnd" // $ANTLR start "entryRuleXEqualityExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8369:1: entryRuleXEqualityExpression returns [EObject current=null] : iv_ruleXEqualityExpression= ruleXEqualityExpression EOF ; public final EObject entryRuleXEqualityExpression() throws RecognitionException { EObject current = null; EObject iv_ruleXEqualityExpression = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8370:2: (iv_ruleXEqualityExpression= ruleXEqualityExpression EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8371:2: iv_ruleXEqualityExpression= ruleXEqualityExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXEqualityExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXEqualityExpression_in_entryRuleXEqualityExpression17067); iv_ruleXEqualityExpression=ruleXEqualityExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXEqualityExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXEqualityExpression17077); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXEqualityExpression" // $ANTLR start "ruleXEqualityExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8378:1: ruleXEqualityExpression returns [EObject current=null] : (this_XRelationalExpression_0= ruleXRelationalExpression ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )* ) ; public final EObject ruleXEqualityExpression() throws RecognitionException { EObject current = null; EObject this_XRelationalExpression_0 = null; EObject lv_rightOperand_3_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8381:28: ( (this_XRelationalExpression_0= ruleXRelationalExpression ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )* ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8382:1: (this_XRelationalExpression_0= ruleXRelationalExpression ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )* ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8382:1: (this_XRelationalExpression_0= ruleXRelationalExpression ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )* ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8383:5: this_XRelationalExpression_0= ruleXRelationalExpression ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )* { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXEqualityExpressionAccess().getXRelationalExpressionParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleXRelationalExpression_in_ruleXEqualityExpression17124); this_XRelationalExpression_0=ruleXRelationalExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XRelationalExpression_0; afterParserOrEnumRuleCall(); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8391:1: ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )* loop192: do { int alt192=2; switch ( input.LA(1) ) { case 108: { int LA192_2 = input.LA(2); if ( (synpred32_InternalFeature()) ) { alt192=1; } } break; case 109: { int LA192_3 = input.LA(2); if ( (synpred32_InternalFeature()) ) { alt192=1; } } break; case 110: { int LA192_4 = input.LA(2); if ( (synpred32_InternalFeature()) ) { alt192=1; } } break; case 111: { int LA192_5 = input.LA(2); if ( (synpred32_InternalFeature()) ) { alt192=1; } } break; } switch (alt192) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8391:2: ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8391:2: ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8391:3: ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8396:6: ( () ( ( ruleOpEquality ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8396:7: () ( ( ruleOpEquality ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8396:7: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8397:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXEqualityExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8402:2: ( ( ruleOpEquality ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8403:1: ( ruleOpEquality ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8403:1: ( ruleOpEquality ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8404:3: ruleOpEquality { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXEqualityExpressionRule()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXEqualityExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleOpEquality_in_ruleXEqualityExpression17177); ruleOpEquality(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8417:4: ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8418:1: (lv_rightOperand_3_0= ruleXRelationalExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8418:1: (lv_rightOperand_3_0= ruleXRelationalExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8419:3: lv_rightOperand_3_0= ruleXRelationalExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXEqualityExpressionAccess().getRightOperandXRelationalExpressionParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXRelationalExpression_in_ruleXEqualityExpression17200); lv_rightOperand_3_0=ruleXRelationalExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXEqualityExpressionRule()); } set( current, "rightOperand", lv_rightOperand_3_0, "XRelationalExpression"); afterParserOrEnumRuleCall(); } } } } break; default : break loop192; } } while (true); } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXEqualityExpression" // $ANTLR start "entryRuleOpEquality" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8443:1: entryRuleOpEquality returns [String current=null] : iv_ruleOpEquality= ruleOpEquality EOF ; public final String entryRuleOpEquality() throws RecognitionException { String current = null; AntlrDatatypeRuleToken iv_ruleOpEquality = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8444:2: (iv_ruleOpEquality= ruleOpEquality EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8445:2: iv_ruleOpEquality= ruleOpEquality EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOpEqualityRule()); } pushFollow(FollowSets000.FOLLOW_ruleOpEquality_in_entryRuleOpEquality17239); iv_ruleOpEquality=ruleOpEquality(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleOpEquality.getText(); } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleOpEquality17250); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleOpEquality" // $ANTLR start "ruleOpEquality" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8452:1: ruleOpEquality returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= '==' | kw= '!=' | kw= '===' | kw= '!==' ) ; public final AntlrDatatypeRuleToken ruleOpEquality() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); Token kw=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8455:28: ( (kw= '==' | kw= '!=' | kw= '===' | kw= '!==' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8456:1: (kw= '==' | kw= '!=' | kw= '===' | kw= '!==' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8456:1: (kw= '==' | kw= '!=' | kw= '===' | kw= '!==' ) int alt193=4; switch ( input.LA(1) ) { case 108: { alt193=1; } break; case 109: { alt193=2; } break; case 110: { alt193=3; } break; case 111: { alt193=4; } break; default: if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 193, 0, input); throw nvae; } switch (alt193) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8457:2: kw= '==' { kw=(Token)match(input,108,FollowSets000.FOLLOW_108_in_ruleOpEquality17288); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpEqualityAccess().getEqualsSignEqualsSignKeyword_0()); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8464:2: kw= '!=' { kw=(Token)match(input,109,FollowSets000.FOLLOW_109_in_ruleOpEquality17307); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpEqualityAccess().getExclamationMarkEqualsSignKeyword_1()); } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8471:2: kw= '===' { kw=(Token)match(input,110,FollowSets000.FOLLOW_110_in_ruleOpEquality17326); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpEqualityAccess().getEqualsSignEqualsSignEqualsSignKeyword_2()); } } break; case 4 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8478:2: kw= '!==' { kw=(Token)match(input,111,FollowSets000.FOLLOW_111_in_ruleOpEquality17345); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpEqualityAccess().getExclamationMarkEqualsSignEqualsSignKeyword_3()); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleOpEquality" // $ANTLR start "entryRuleOpCompare" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8491:1: entryRuleOpCompare returns [String current=null] : iv_ruleOpCompare= ruleOpCompare EOF ; public final String entryRuleOpCompare() throws RecognitionException { String current = null; AntlrDatatypeRuleToken iv_ruleOpCompare = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8492:2: (iv_ruleOpCompare= ruleOpCompare EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8493:2: iv_ruleOpCompare= ruleOpCompare EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOpCompareRule()); } pushFollow(FollowSets000.FOLLOW_ruleOpCompare_in_entryRuleOpCompare17386); iv_ruleOpCompare=ruleOpCompare(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleOpCompare.getText(); } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleOpCompare17397); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleOpCompare" // $ANTLR start "ruleOpCompare" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8500:1: ruleOpCompare returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= '>=' | (kw= '<' kw= '=' ) | kw= '>' | kw= '<' ) ; public final AntlrDatatypeRuleToken ruleOpCompare() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); Token kw=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8503:28: ( (kw= '>=' | (kw= '<' kw= '=' ) | kw= '>' | kw= '<' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8504:1: (kw= '>=' | (kw= '<' kw= '=' ) | kw= '>' | kw= '<' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8504:1: (kw= '>=' | (kw= '<' kw= '=' ) | kw= '>' | kw= '<' ) int alt194=4; switch ( input.LA(1) ) { case 105: { alt194=1; } break; case 51: { int LA194_2 = input.LA(2); if ( (LA194_2==EOF||(LA194_2>=RULE_ID && LA194_2<=RULE_RICH_TEXT_START)||(LA194_2>=RULE_HEX && LA194_2<=RULE_DECIMAL)||(LA194_2>=39 && LA194_2<=40)||(LA194_2>=44 && LA194_2<=45)||(LA194_2>=48 && LA194_2<=49)||LA194_2==51||LA194_2==54||(LA194_2>=56 && LA194_2<=61)||(LA194_2>=64 && LA194_2<=75)||(LA194_2>=78 && LA194_2<=80)||(LA194_2>=82 && LA194_2<=85)||(LA194_2>=87 && LA194_2<=88)||(LA194_2>=97 && LA194_2<=98)||(LA194_2>=117 && LA194_2<=118)||LA194_2==123||LA194_2==130||(LA194_2>=133 && LA194_2<=142)) ) { alt194=4; } else if ( (LA194_2==41) ) { alt194=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 194, 2, input); throw nvae; } } break; case 53: { alt194=3; } break; default: if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 194, 0, input); throw nvae; } switch (alt194) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8505:2: kw= '>=' { kw=(Token)match(input,105,FollowSets000.FOLLOW_105_in_ruleOpCompare17435); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpCompareAccess().getGreaterThanSignEqualsSignKeyword_0()); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8511:6: (kw= '<' kw= '=' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8511:6: (kw= '<' kw= '=' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8512:2: kw= '<' kw= '=' { kw=(Token)match(input,51,FollowSets000.FOLLOW_51_in_ruleOpCompare17455); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpCompareAccess().getLessThanSignKeyword_1_0()); } kw=(Token)match(input,41,FollowSets000.FOLLOW_41_in_ruleOpCompare17468); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpCompareAccess().getEqualsSignKeyword_1_1()); } } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8525:2: kw= '>' { kw=(Token)match(input,53,FollowSets000.FOLLOW_53_in_ruleOpCompare17488); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpCompareAccess().getGreaterThanSignKeyword_2()); } } break; case 4 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8532:2: kw= '<' { kw=(Token)match(input,51,FollowSets000.FOLLOW_51_in_ruleOpCompare17507); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpCompareAccess().getLessThanSignKeyword_3()); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleOpCompare" // $ANTLR start "entryRuleXOtherOperatorExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8545:1: entryRuleXOtherOperatorExpression returns [EObject current=null] : iv_ruleXOtherOperatorExpression= ruleXOtherOperatorExpression EOF ; public final EObject entryRuleXOtherOperatorExpression() throws RecognitionException { EObject current = null; EObject iv_ruleXOtherOperatorExpression = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8546:2: (iv_ruleXOtherOperatorExpression= ruleXOtherOperatorExpression EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8547:2: iv_ruleXOtherOperatorExpression= ruleXOtherOperatorExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXOtherOperatorExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXOtherOperatorExpression_in_entryRuleXOtherOperatorExpression17547); iv_ruleXOtherOperatorExpression=ruleXOtherOperatorExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXOtherOperatorExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXOtherOperatorExpression17557); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXOtherOperatorExpression" // $ANTLR start "ruleXOtherOperatorExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8554:1: ruleXOtherOperatorExpression returns [EObject current=null] : (this_XAdditiveExpression_0= ruleXAdditiveExpression ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )* ) ; public final EObject ruleXOtherOperatorExpression() throws RecognitionException { EObject current = null; EObject this_XAdditiveExpression_0 = null; EObject lv_rightOperand_3_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8557:28: ( (this_XAdditiveExpression_0= ruleXAdditiveExpression ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )* ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8558:1: (this_XAdditiveExpression_0= ruleXAdditiveExpression ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )* ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8558:1: (this_XAdditiveExpression_0= ruleXAdditiveExpression ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )* ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8559:5: this_XAdditiveExpression_0= ruleXAdditiveExpression ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )* { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXOtherOperatorExpressionAccess().getXAdditiveExpressionParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAdditiveExpression_in_ruleXOtherOperatorExpression17604); this_XAdditiveExpression_0=ruleXAdditiveExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XAdditiveExpression_0; afterParserOrEnumRuleCall(); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8567:1: ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )* loop195: do { int alt195=2; alt195 = dfa195.predict(input); switch (alt195) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8567:2: ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8567:2: ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8567:3: ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8572:6: ( () ( ( ruleOpOther ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8572:7: () ( ( ruleOpOther ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8572:7: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8573:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXOtherOperatorExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8578:2: ( ( ruleOpOther ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8579:1: ( ruleOpOther ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8579:1: ( ruleOpOther ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8580:3: ruleOpOther { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXOtherOperatorExpressionRule()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXOtherOperatorExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleOpOther_in_ruleXOtherOperatorExpression17657); ruleOpOther(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8593:4: ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8594:1: (lv_rightOperand_3_0= ruleXAdditiveExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8594:1: (lv_rightOperand_3_0= ruleXAdditiveExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8595:3: lv_rightOperand_3_0= ruleXAdditiveExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXOtherOperatorExpressionAccess().getRightOperandXAdditiveExpressionParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAdditiveExpression_in_ruleXOtherOperatorExpression17680); lv_rightOperand_3_0=ruleXAdditiveExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXOtherOperatorExpressionRule()); } set( current, "rightOperand", lv_rightOperand_3_0, "XAdditiveExpression"); afterParserOrEnumRuleCall(); } } } } break; default : break loop195; } } while (true); } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXOtherOperatorExpression" // $ANTLR start "entryRuleOpOther" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8619:1: entryRuleOpOther returns [String current=null] : iv_ruleOpOther= ruleOpOther EOF ; public final String entryRuleOpOther() throws RecognitionException { String current = null; AntlrDatatypeRuleToken iv_ruleOpOther = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8620:2: (iv_ruleOpOther= ruleOpOther EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8621:2: iv_ruleOpOther= ruleOpOther EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOpOtherRule()); } pushFollow(FollowSets000.FOLLOW_ruleOpOther_in_entryRuleOpOther17719); iv_ruleOpOther=ruleOpOther(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleOpOther.getText(); } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleOpOther17730); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleOpOther" // $ANTLR start "ruleOpOther" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8628:1: ruleOpOther returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= '->' | kw= '..<' | (kw= '>' kw= '..' ) | kw= '..' | kw= '=>' | (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) ) | (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) ) | kw= '<>' | kw= '?:' ) ; public final AntlrDatatypeRuleToken ruleOpOther() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); Token kw=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8631:28: ( (kw= '->' | kw= '..<' | (kw= '>' kw= '..' ) | kw= '..' | kw= '=>' | (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) ) | (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) ) | kw= '<>' | kw= '?:' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8632:1: (kw= '->' | kw= '..<' | (kw= '>' kw= '..' ) | kw= '..' | kw= '=>' | (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) ) | (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) ) | kw= '<>' | kw= '?:' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8632:1: (kw= '->' | kw= '..<' | (kw= '>' kw= '..' ) | kw= '..' | kw= '=>' | (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) ) | (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) ) | kw= '<>' | kw= '?:' ) int alt198=9; alt198 = dfa198.predict(input); switch (alt198) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8633:2: kw= '->' { kw=(Token)match(input,112,FollowSets000.FOLLOW_112_in_ruleOpOther17768); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpOtherAccess().getHyphenMinusGreaterThanSignKeyword_0()); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8640:2: kw= '..<' { kw=(Token)match(input,113,FollowSets000.FOLLOW_113_in_ruleOpOther17787); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpOtherAccess().getFullStopFullStopLessThanSignKeyword_1()); } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8646:6: (kw= '>' kw= '..' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8646:6: (kw= '>' kw= '..' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8647:2: kw= '>' kw= '..' { kw=(Token)match(input,53,FollowSets000.FOLLOW_53_in_ruleOpOther17807); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_2_0()); } kw=(Token)match(input,114,FollowSets000.FOLLOW_114_in_ruleOpOther17820); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpOtherAccess().getFullStopFullStopKeyword_2_1()); } } } break; case 4 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8660:2: kw= '..' { kw=(Token)match(input,114,FollowSets000.FOLLOW_114_in_ruleOpOther17840); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpOtherAccess().getFullStopFullStopKeyword_3()); } } break; case 5 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8667:2: kw= '=>' { kw=(Token)match(input,62,FollowSets000.FOLLOW_62_in_ruleOpOther17859); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpOtherAccess().getEqualsSignGreaterThanSignKeyword_4()); } } break; case 6 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8673:6: (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8673:6: (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8674:2: kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) { kw=(Token)match(input,53,FollowSets000.FOLLOW_53_in_ruleOpOther17879); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8679:1: ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) int alt196=2; int LA196_0 = input.LA(1); if ( (LA196_0==53) ) { int LA196_1 = input.LA(2); if ( (LA196_1==EOF||(LA196_1>=RULE_ID && LA196_1<=RULE_RICH_TEXT_START)||(LA196_1>=RULE_HEX && LA196_1<=RULE_DECIMAL)||(LA196_1>=39 && LA196_1<=40)||(LA196_1>=44 && LA196_1<=45)||(LA196_1>=48 && LA196_1<=49)||LA196_1==51||LA196_1==54||(LA196_1>=56 && LA196_1<=61)||(LA196_1>=64 && LA196_1<=75)||(LA196_1>=78 && LA196_1<=80)||(LA196_1>=82 && LA196_1<=85)||(LA196_1>=87 && LA196_1<=88)||(LA196_1>=97 && LA196_1<=98)||(LA196_1>=117 && LA196_1<=118)||LA196_1==123||LA196_1==130||(LA196_1>=133 && LA196_1<=142)) ) { alt196=2; } else if ( (LA196_1==53) && (synpred34_InternalFeature())) { alt196=1; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 196, 1, input); throw nvae; } } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 196, 0, input); throw nvae; } switch (alt196) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8679:2: ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8679:2: ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8679:3: ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8683:5: (kw= '>' kw= '>' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8684:2: kw= '>' kw= '>' { kw=(Token)match(input,53,FollowSets000.FOLLOW_53_in_ruleOpOther17910); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_1_0_0_0()); } kw=(Token)match(input,53,FollowSets000.FOLLOW_53_in_ruleOpOther17923); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_1_0_0_1()); } } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8697:2: kw= '>' { kw=(Token)match(input,53,FollowSets000.FOLLOW_53_in_ruleOpOther17944); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_1_1()); } } break; } } } break; case 7 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8703:6: (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8703:6: (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8704:2: kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) { kw=(Token)match(input,51,FollowSets000.FOLLOW_51_in_ruleOpOther17966); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8709:1: ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) int alt197=3; int LA197_0 = input.LA(1); if ( (LA197_0==51) ) { int LA197_1 = input.LA(2); if ( (synpred35_InternalFeature()) ) { alt197=1; } else if ( (true) ) { alt197=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 197, 1, input); throw nvae; } } else if ( (LA197_0==62) ) { alt197=3; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 197, 0, input); throw nvae; } switch (alt197) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8709:2: ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8709:2: ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8709:3: ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8713:5: (kw= '<' kw= '<' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8714:2: kw= '<' kw= '<' { kw=(Token)match(input,51,FollowSets000.FOLLOW_51_in_ruleOpOther17997); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_1_0_0_0()); } kw=(Token)match(input,51,FollowSets000.FOLLOW_51_in_ruleOpOther18010); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_1_0_0_1()); } } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8727:2: kw= '<' { kw=(Token)match(input,51,FollowSets000.FOLLOW_51_in_ruleOpOther18031); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_1_1()); } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8734:2: kw= '=>' { kw=(Token)match(input,62,FollowSets000.FOLLOW_62_in_ruleOpOther18050); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpOtherAccess().getEqualsSignGreaterThanSignKeyword_6_1_2()); } } break; } } } break; case 8 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8741:2: kw= '<>' { kw=(Token)match(input,115,FollowSets000.FOLLOW_115_in_ruleOpOther18071); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpOtherAccess().getLessThanSignGreaterThanSignKeyword_7()); } } break; case 9 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8748:2: kw= '?:' { kw=(Token)match(input,116,FollowSets000.FOLLOW_116_in_ruleOpOther18090); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpOtherAccess().getQuestionMarkColonKeyword_8()); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleOpOther" // $ANTLR start "entryRuleXAdditiveExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8761:1: entryRuleXAdditiveExpression returns [EObject current=null] : iv_ruleXAdditiveExpression= ruleXAdditiveExpression EOF ; public final EObject entryRuleXAdditiveExpression() throws RecognitionException { EObject current = null; EObject iv_ruleXAdditiveExpression = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8762:2: (iv_ruleXAdditiveExpression= ruleXAdditiveExpression EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8763:2: iv_ruleXAdditiveExpression= ruleXAdditiveExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAdditiveExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXAdditiveExpression_in_entryRuleXAdditiveExpression18130); iv_ruleXAdditiveExpression=ruleXAdditiveExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXAdditiveExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXAdditiveExpression18140); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXAdditiveExpression" // $ANTLR start "ruleXAdditiveExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8770:1: ruleXAdditiveExpression returns [EObject current=null] : (this_XMultiplicativeExpression_0= ruleXMultiplicativeExpression ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )* ) ; public final EObject ruleXAdditiveExpression() throws RecognitionException { EObject current = null; EObject this_XMultiplicativeExpression_0 = null; EObject lv_rightOperand_3_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8773:28: ( (this_XMultiplicativeExpression_0= ruleXMultiplicativeExpression ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )* ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8774:1: (this_XMultiplicativeExpression_0= ruleXMultiplicativeExpression ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )* ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8774:1: (this_XMultiplicativeExpression_0= ruleXMultiplicativeExpression ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )* ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8775:5: this_XMultiplicativeExpression_0= ruleXMultiplicativeExpression ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )* { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAdditiveExpressionAccess().getXMultiplicativeExpressionParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleXMultiplicativeExpression_in_ruleXAdditiveExpression18187); this_XMultiplicativeExpression_0=ruleXMultiplicativeExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XMultiplicativeExpression_0; afterParserOrEnumRuleCall(); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8783:1: ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )* loop199: do { int alt199=2; int LA199_0 = input.LA(1); if ( (LA199_0==117) ) { int LA199_2 = input.LA(2); if ( (synpred36_InternalFeature()) ) { alt199=1; } } else if ( (LA199_0==118) ) { int LA199_3 = input.LA(2); if ( (synpred36_InternalFeature()) ) { alt199=1; } } switch (alt199) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8783:2: ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8783:2: ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8783:3: ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8788:6: ( () ( ( ruleOpAdd ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8788:7: () ( ( ruleOpAdd ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8788:7: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8789:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXAdditiveExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8794:2: ( ( ruleOpAdd ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8795:1: ( ruleOpAdd ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8795:1: ( ruleOpAdd ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8796:3: ruleOpAdd { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXAdditiveExpressionRule()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAdditiveExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleOpAdd_in_ruleXAdditiveExpression18240); ruleOpAdd(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8809:4: ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8810:1: (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8810:1: (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8811:3: lv_rightOperand_3_0= ruleXMultiplicativeExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAdditiveExpressionAccess().getRightOperandXMultiplicativeExpressionParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXMultiplicativeExpression_in_ruleXAdditiveExpression18263); lv_rightOperand_3_0=ruleXMultiplicativeExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXAdditiveExpressionRule()); } set( current, "rightOperand", lv_rightOperand_3_0, "XMultiplicativeExpression"); afterParserOrEnumRuleCall(); } } } } break; default : break loop199; } } while (true); } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXAdditiveExpression" // $ANTLR start "entryRuleOpAdd" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8835:1: entryRuleOpAdd returns [String current=null] : iv_ruleOpAdd= ruleOpAdd EOF ; public final String entryRuleOpAdd() throws RecognitionException { String current = null; AntlrDatatypeRuleToken iv_ruleOpAdd = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8836:2: (iv_ruleOpAdd= ruleOpAdd EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8837:2: iv_ruleOpAdd= ruleOpAdd EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOpAddRule()); } pushFollow(FollowSets000.FOLLOW_ruleOpAdd_in_entryRuleOpAdd18302); iv_ruleOpAdd=ruleOpAdd(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleOpAdd.getText(); } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleOpAdd18313); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleOpAdd" // $ANTLR start "ruleOpAdd" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8844:1: ruleOpAdd returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= '+' | kw= '-' ) ; public final AntlrDatatypeRuleToken ruleOpAdd() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); Token kw=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8847:28: ( (kw= '+' | kw= '-' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8848:1: (kw= '+' | kw= '-' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8848:1: (kw= '+' | kw= '-' ) int alt200=2; int LA200_0 = input.LA(1); if ( (LA200_0==117) ) { alt200=1; } else if ( (LA200_0==118) ) { alt200=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 200, 0, input); throw nvae; } switch (alt200) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8849:2: kw= '+' { kw=(Token)match(input,117,FollowSets000.FOLLOW_117_in_ruleOpAdd18351); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpAddAccess().getPlusSignKeyword_0()); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8856:2: kw= '-' { kw=(Token)match(input,118,FollowSets000.FOLLOW_118_in_ruleOpAdd18370); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpAddAccess().getHyphenMinusKeyword_1()); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleOpAdd" // $ANTLR start "entryRuleXMultiplicativeExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8869:1: entryRuleXMultiplicativeExpression returns [EObject current=null] : iv_ruleXMultiplicativeExpression= ruleXMultiplicativeExpression EOF ; public final EObject entryRuleXMultiplicativeExpression() throws RecognitionException { EObject current = null; EObject iv_ruleXMultiplicativeExpression = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8870:2: (iv_ruleXMultiplicativeExpression= ruleXMultiplicativeExpression EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8871:2: iv_ruleXMultiplicativeExpression= ruleXMultiplicativeExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXMultiplicativeExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXMultiplicativeExpression_in_entryRuleXMultiplicativeExpression18410); iv_ruleXMultiplicativeExpression=ruleXMultiplicativeExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXMultiplicativeExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXMultiplicativeExpression18420); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXMultiplicativeExpression" // $ANTLR start "ruleXMultiplicativeExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8878:1: ruleXMultiplicativeExpression returns [EObject current=null] : (this_XUnaryOperation_0= ruleXUnaryOperation ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )* ) ; public final EObject ruleXMultiplicativeExpression() throws RecognitionException { EObject current = null; EObject this_XUnaryOperation_0 = null; EObject lv_rightOperand_3_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8881:28: ( (this_XUnaryOperation_0= ruleXUnaryOperation ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )* ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8882:1: (this_XUnaryOperation_0= ruleXUnaryOperation ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )* ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8882:1: (this_XUnaryOperation_0= ruleXUnaryOperation ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )* ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8883:5: this_XUnaryOperation_0= ruleXUnaryOperation ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )* { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXMultiplicativeExpressionAccess().getXUnaryOperationParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleXUnaryOperation_in_ruleXMultiplicativeExpression18467); this_XUnaryOperation_0=ruleXUnaryOperation(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XUnaryOperation_0; afterParserOrEnumRuleCall(); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8891:1: ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )* loop201: do { int alt201=2; switch ( input.LA(1) ) { case 119: { int LA201_2 = input.LA(2); if ( (synpred37_InternalFeature()) ) { alt201=1; } } break; case 120: { int LA201_3 = input.LA(2); if ( (synpred37_InternalFeature()) ) { alt201=1; } } break; case 121: { int LA201_4 = input.LA(2); if ( (synpred37_InternalFeature()) ) { alt201=1; } } break; case 122: { int LA201_5 = input.LA(2); if ( (synpred37_InternalFeature()) ) { alt201=1; } } break; } switch (alt201) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8891:2: ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8891:2: ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8891:3: ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8896:6: ( () ( ( ruleOpMulti ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8896:7: () ( ( ruleOpMulti ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8896:7: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8897:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXMultiplicativeExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8902:2: ( ( ruleOpMulti ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8903:1: ( ruleOpMulti ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8903:1: ( ruleOpMulti ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8904:3: ruleOpMulti { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXMultiplicativeExpressionRule()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXMultiplicativeExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleOpMulti_in_ruleXMultiplicativeExpression18520); ruleOpMulti(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8917:4: ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8918:1: (lv_rightOperand_3_0= ruleXUnaryOperation ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8918:1: (lv_rightOperand_3_0= ruleXUnaryOperation ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8919:3: lv_rightOperand_3_0= ruleXUnaryOperation { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXMultiplicativeExpressionAccess().getRightOperandXUnaryOperationParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXUnaryOperation_in_ruleXMultiplicativeExpression18543); lv_rightOperand_3_0=ruleXUnaryOperation(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXMultiplicativeExpressionRule()); } set( current, "rightOperand", lv_rightOperand_3_0, "XUnaryOperation"); afterParserOrEnumRuleCall(); } } } } break; default : break loop201; } } while (true); } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXMultiplicativeExpression" // $ANTLR start "entryRuleOpMulti" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8943:1: entryRuleOpMulti returns [String current=null] : iv_ruleOpMulti= ruleOpMulti EOF ; public final String entryRuleOpMulti() throws RecognitionException { String current = null; AntlrDatatypeRuleToken iv_ruleOpMulti = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8944:2: (iv_ruleOpMulti= ruleOpMulti EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8945:2: iv_ruleOpMulti= ruleOpMulti EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOpMultiRule()); } pushFollow(FollowSets000.FOLLOW_ruleOpMulti_in_entryRuleOpMulti18582); iv_ruleOpMulti=ruleOpMulti(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleOpMulti.getText(); } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleOpMulti18593); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleOpMulti" // $ANTLR start "ruleOpMulti" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8952:1: ruleOpMulti returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= '*' | kw= '**' | kw= '/' | kw= '%' ) ; public final AntlrDatatypeRuleToken ruleOpMulti() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); Token kw=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8955:28: ( (kw= '*' | kw= '**' | kw= '/' | kw= '%' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8956:1: (kw= '*' | kw= '**' | kw= '/' | kw= '%' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8956:1: (kw= '*' | kw= '**' | kw= '/' | kw= '%' ) int alt202=4; switch ( input.LA(1) ) { case 119: { alt202=1; } break; case 120: { alt202=2; } break; case 121: { alt202=3; } break; case 122: { alt202=4; } break; default: if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 202, 0, input); throw nvae; } switch (alt202) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8957:2: kw= '*' { kw=(Token)match(input,119,FollowSets000.FOLLOW_119_in_ruleOpMulti18631); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAccess().getAsteriskKeyword_0()); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8964:2: kw= '**' { kw=(Token)match(input,120,FollowSets000.FOLLOW_120_in_ruleOpMulti18650); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAccess().getAsteriskAsteriskKeyword_1()); } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8971:2: kw= '/' { kw=(Token)match(input,121,FollowSets000.FOLLOW_121_in_ruleOpMulti18669); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAccess().getSolidusKeyword_2()); } } break; case 4 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8978:2: kw= '%' { kw=(Token)match(input,122,FollowSets000.FOLLOW_122_in_ruleOpMulti18688); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAccess().getPercentSignKeyword_3()); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleOpMulti" // $ANTLR start "entryRuleXUnaryOperation" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8991:1: entryRuleXUnaryOperation returns [EObject current=null] : iv_ruleXUnaryOperation= ruleXUnaryOperation EOF ; public final EObject entryRuleXUnaryOperation() throws RecognitionException { EObject current = null; EObject iv_ruleXUnaryOperation = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8992:2: (iv_ruleXUnaryOperation= ruleXUnaryOperation EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8993:2: iv_ruleXUnaryOperation= ruleXUnaryOperation EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXUnaryOperationRule()); } pushFollow(FollowSets000.FOLLOW_ruleXUnaryOperation_in_entryRuleXUnaryOperation18728); iv_ruleXUnaryOperation=ruleXUnaryOperation(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXUnaryOperation; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXUnaryOperation18738); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXUnaryOperation" // $ANTLR start "ruleXUnaryOperation" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9000:1: ruleXUnaryOperation returns [EObject current=null] : ( ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) ) | this_XCastedExpression_3= ruleXCastedExpression ) ; public final EObject ruleXUnaryOperation() throws RecognitionException { EObject current = null; EObject lv_operand_2_0 = null; EObject this_XCastedExpression_3 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9003:28: ( ( ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) ) | this_XCastedExpression_3= ruleXCastedExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9004:1: ( ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) ) | this_XCastedExpression_3= ruleXCastedExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9004:1: ( ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) ) | this_XCastedExpression_3= ruleXCastedExpression ) int alt203=2; int LA203_0 = input.LA(1); if ( ((LA203_0>=117 && LA203_0<=118)||LA203_0==123) ) { alt203=1; } else if ( ((LA203_0>=RULE_ID && LA203_0<=RULE_RICH_TEXT_START)||(LA203_0>=RULE_HEX && LA203_0<=RULE_DECIMAL)||(LA203_0>=39 && LA203_0<=40)||(LA203_0>=44 && LA203_0<=45)||(LA203_0>=48 && LA203_0<=49)||LA203_0==51||LA203_0==54||(LA203_0>=56 && LA203_0<=61)||(LA203_0>=64 && LA203_0<=75)||(LA203_0>=78 && LA203_0<=80)||(LA203_0>=82 && LA203_0<=85)||(LA203_0>=87 && LA203_0<=88)||(LA203_0>=97 && LA203_0<=98)||LA203_0==130||(LA203_0>=133 && LA203_0<=142)) ) { alt203=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 203, 0, input); throw nvae; } switch (alt203) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9004:2: ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9004:2: ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9004:3: () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9004:3: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9005:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXUnaryOperationAccess().getXUnaryOperationAction_0_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9010:2: ( ( ruleOpUnary ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9011:1: ( ruleOpUnary ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9011:1: ( ruleOpUnary ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9012:3: ruleOpUnary { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXUnaryOperationRule()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXUnaryOperationAccess().getFeatureJvmIdentifiableElementCrossReference_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleOpUnary_in_ruleXUnaryOperation18796); ruleOpUnary(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9025:2: ( (lv_operand_2_0= ruleXUnaryOperation ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9026:1: (lv_operand_2_0= ruleXUnaryOperation ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9026:1: (lv_operand_2_0= ruleXUnaryOperation ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9027:3: lv_operand_2_0= ruleXUnaryOperation { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXUnaryOperationAccess().getOperandXUnaryOperationParserRuleCall_0_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleXUnaryOperation_in_ruleXUnaryOperation18817); lv_operand_2_0=ruleXUnaryOperation(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXUnaryOperationRule()); } set( current, "operand", lv_operand_2_0, "XUnaryOperation"); afterParserOrEnumRuleCall(); } } } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9045:5: this_XCastedExpression_3= ruleXCastedExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXUnaryOperationAccess().getXCastedExpressionParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleXCastedExpression_in_ruleXUnaryOperation18846); this_XCastedExpression_3=ruleXCastedExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XCastedExpression_3; afterParserOrEnumRuleCall(); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXUnaryOperation" // $ANTLR start "entryRuleOpUnary" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9061:1: entryRuleOpUnary returns [String current=null] : iv_ruleOpUnary= ruleOpUnary EOF ; public final String entryRuleOpUnary() throws RecognitionException { String current = null; AntlrDatatypeRuleToken iv_ruleOpUnary = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9062:2: (iv_ruleOpUnary= ruleOpUnary EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9063:2: iv_ruleOpUnary= ruleOpUnary EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOpUnaryRule()); } pushFollow(FollowSets000.FOLLOW_ruleOpUnary_in_entryRuleOpUnary18882); iv_ruleOpUnary=ruleOpUnary(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleOpUnary.getText(); } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleOpUnary18893); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleOpUnary" // $ANTLR start "ruleOpUnary" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9070:1: ruleOpUnary returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= '!' | kw= '-' | kw= '+' ) ; public final AntlrDatatypeRuleToken ruleOpUnary() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); Token kw=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9073:28: ( (kw= '!' | kw= '-' | kw= '+' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9074:1: (kw= '!' | kw= '-' | kw= '+' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9074:1: (kw= '!' | kw= '-' | kw= '+' ) int alt204=3; switch ( input.LA(1) ) { case 123: { alt204=1; } break; case 118: { alt204=2; } break; case 117: { alt204=3; } break; default: if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 204, 0, input); throw nvae; } switch (alt204) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9075:2: kw= '!' { kw=(Token)match(input,123,FollowSets000.FOLLOW_123_in_ruleOpUnary18931); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpUnaryAccess().getExclamationMarkKeyword_0()); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9082:2: kw= '-' { kw=(Token)match(input,118,FollowSets000.FOLLOW_118_in_ruleOpUnary18950); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpUnaryAccess().getHyphenMinusKeyword_1()); } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9089:2: kw= '+' { kw=(Token)match(input,117,FollowSets000.FOLLOW_117_in_ruleOpUnary18969); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpUnaryAccess().getPlusSignKeyword_2()); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleOpUnary" // $ANTLR start "entryRuleXCastedExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9102:1: entryRuleXCastedExpression returns [EObject current=null] : iv_ruleXCastedExpression= ruleXCastedExpression EOF ; public final EObject entryRuleXCastedExpression() throws RecognitionException { EObject current = null; EObject iv_ruleXCastedExpression = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9103:2: (iv_ruleXCastedExpression= ruleXCastedExpression EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9104:2: iv_ruleXCastedExpression= ruleXCastedExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXCastedExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXCastedExpression_in_entryRuleXCastedExpression19009); iv_ruleXCastedExpression=ruleXCastedExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXCastedExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXCastedExpression19019); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXCastedExpression" // $ANTLR start "ruleXCastedExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9111:1: ruleXCastedExpression returns [EObject current=null] : (this_XPostfixOperation_0= ruleXPostfixOperation ( ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )* ) ; public final EObject ruleXCastedExpression() throws RecognitionException { EObject current = null; Token otherlv_2=null; EObject this_XPostfixOperation_0 = null; EObject lv_type_3_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9114:28: ( (this_XPostfixOperation_0= ruleXPostfixOperation ( ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )* ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9115:1: (this_XPostfixOperation_0= ruleXPostfixOperation ( ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )* ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9115:1: (this_XPostfixOperation_0= ruleXPostfixOperation ( ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )* ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9116:5: this_XPostfixOperation_0= ruleXPostfixOperation ( ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )* { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXCastedExpressionAccess().getXPostfixOperationParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleXPostfixOperation_in_ruleXCastedExpression19066); this_XPostfixOperation_0=ruleXPostfixOperation(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XPostfixOperation_0; afterParserOrEnumRuleCall(); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9124:1: ( ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )* loop205: do { int alt205=2; int LA205_0 = input.LA(1); if ( (LA205_0==124) ) { int LA205_2 = input.LA(2); if ( (synpred38_InternalFeature()) ) { alt205=1; } } switch (alt205) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9124:2: ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9124:2: ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9124:3: ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9126:5: ( () otherlv_2= 'as' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9126:6: () otherlv_2= 'as' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9126:6: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9127:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXCastedExpressionAccess().getXCastedExpressionTargetAction_1_0_0_0(), current); } } otherlv_2=(Token)match(input,124,FollowSets000.FOLLOW_124_in_ruleXCastedExpression19101); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXCastedExpressionAccess().getAsKeyword_1_0_0_1()); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9136:3: ( (lv_type_3_0= ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9137:1: (lv_type_3_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9137:1: (lv_type_3_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9138:3: lv_type_3_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXCastedExpressionAccess().getTypeJvmTypeReferenceParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleXCastedExpression19124); lv_type_3_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXCastedExpressionRule()); } set( current, "type", lv_type_3_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } } break; default : break loop205; } } while (true); } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXCastedExpression" // $ANTLR start "entryRuleXPostfixOperation" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9162:1: entryRuleXPostfixOperation returns [EObject current=null] : iv_ruleXPostfixOperation= ruleXPostfixOperation EOF ; public final EObject entryRuleXPostfixOperation() throws RecognitionException { EObject current = null; EObject iv_ruleXPostfixOperation = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9163:2: (iv_ruleXPostfixOperation= ruleXPostfixOperation EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9164:2: iv_ruleXPostfixOperation= ruleXPostfixOperation EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPostfixOperationRule()); } pushFollow(FollowSets000.FOLLOW_ruleXPostfixOperation_in_entryRuleXPostfixOperation19162); iv_ruleXPostfixOperation=ruleXPostfixOperation(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXPostfixOperation; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXPostfixOperation19172); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXPostfixOperation" // $ANTLR start "ruleXPostfixOperation" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9171:1: ruleXPostfixOperation returns [EObject current=null] : (this_XMemberFeatureCall_0= ruleXMemberFeatureCall ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )? ) ; public final EObject ruleXPostfixOperation() throws RecognitionException { EObject current = null; EObject this_XMemberFeatureCall_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9174:28: ( (this_XMemberFeatureCall_0= ruleXMemberFeatureCall ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )? ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9175:1: (this_XMemberFeatureCall_0= ruleXMemberFeatureCall ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9175:1: (this_XMemberFeatureCall_0= ruleXMemberFeatureCall ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9176:5: this_XMemberFeatureCall_0= ruleXMemberFeatureCall ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )? { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPostfixOperationAccess().getXMemberFeatureCallParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleXMemberFeatureCall_in_ruleXPostfixOperation19219); this_XMemberFeatureCall_0=ruleXMemberFeatureCall(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XMemberFeatureCall_0; afterParserOrEnumRuleCall(); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9184:1: ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )? int alt206=2; int LA206_0 = input.LA(1); if ( (LA206_0==125) ) { int LA206_1 = input.LA(2); if ( (synpred39_InternalFeature()) ) { alt206=1; } } else if ( (LA206_0==126) ) { int LA206_2 = input.LA(2); if ( (synpred39_InternalFeature()) ) { alt206=1; } } switch (alt206) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9184:2: ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9189:6: ( () ( ( ruleOpPostfix ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9189:7: () ( ( ruleOpPostfix ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9189:7: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9190:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXPostfixOperationAccess().getXPostfixOperationOperandAction_1_0_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9195:2: ( ( ruleOpPostfix ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9196:1: ( ruleOpPostfix ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9196:1: ( ruleOpPostfix ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9197:3: ruleOpPostfix { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXPostfixOperationRule()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPostfixOperationAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleOpPostfix_in_ruleXPostfixOperation19271); ruleOpPostfix(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } } } break; } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXPostfixOperation" // $ANTLR start "entryRuleOpPostfix" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9218:1: entryRuleOpPostfix returns [String current=null] : iv_ruleOpPostfix= ruleOpPostfix EOF ; public final String entryRuleOpPostfix() throws RecognitionException { String current = null; AntlrDatatypeRuleToken iv_ruleOpPostfix = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9219:2: (iv_ruleOpPostfix= ruleOpPostfix EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9220:2: iv_ruleOpPostfix= ruleOpPostfix EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOpPostfixRule()); } pushFollow(FollowSets000.FOLLOW_ruleOpPostfix_in_entryRuleOpPostfix19311); iv_ruleOpPostfix=ruleOpPostfix(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleOpPostfix.getText(); } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleOpPostfix19322); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleOpPostfix" // $ANTLR start "ruleOpPostfix" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9227:1: ruleOpPostfix returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= '++' | kw= '--' ) ; public final AntlrDatatypeRuleToken ruleOpPostfix() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); Token kw=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9230:28: ( (kw= '++' | kw= '--' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9231:1: (kw= '++' | kw= '--' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9231:1: (kw= '++' | kw= '--' ) int alt207=2; int LA207_0 = input.LA(1); if ( (LA207_0==125) ) { alt207=1; } else if ( (LA207_0==126) ) { alt207=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 207, 0, input); throw nvae; } switch (alt207) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9232:2: kw= '++' { kw=(Token)match(input,125,FollowSets000.FOLLOW_125_in_ruleOpPostfix19360); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpPostfixAccess().getPlusSignPlusSignKeyword_0()); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9239:2: kw= '--' { kw=(Token)match(input,126,FollowSets000.FOLLOW_126_in_ruleOpPostfix19379); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpPostfixAccess().getHyphenMinusHyphenMinusKeyword_1()); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleOpPostfix" // $ANTLR start "entryRuleXMemberFeatureCall" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9252:1: entryRuleXMemberFeatureCall returns [EObject current=null] : iv_ruleXMemberFeatureCall= ruleXMemberFeatureCall EOF ; public final EObject entryRuleXMemberFeatureCall() throws RecognitionException { EObject current = null; EObject iv_ruleXMemberFeatureCall = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9253:2: (iv_ruleXMemberFeatureCall= ruleXMemberFeatureCall EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9254:2: iv_ruleXMemberFeatureCall= ruleXMemberFeatureCall EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXMemberFeatureCallRule()); } pushFollow(FollowSets000.FOLLOW_ruleXMemberFeatureCall_in_entryRuleXMemberFeatureCall19419); iv_ruleXMemberFeatureCall=ruleXMemberFeatureCall(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXMemberFeatureCall; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXMemberFeatureCall19429); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXMemberFeatureCall" // $ANTLR start "ruleXMemberFeatureCall" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9261:1: ruleXMemberFeatureCall returns [EObject current=null] : (this_XPrimaryExpression_0= ruleXPrimaryExpression ( ( ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) ( (lv_value_6_0= ruleXAssignment ) ) ) | ( ( ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )=> ( () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) ) ) (otherlv_11= '<' ( (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) ) (otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) )* otherlv_15= '>' )? ( ( ruleIdOrSuper ) ) ( ( ( ( '(' ) )=> (lv_explicitOperationCall_17_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) ) | ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* ) )? otherlv_22= ')' )? ( ( ( () '[' ) )=> (lv_memberCallArguments_23_0= ruleXClosure ) )? ) )* ) ; public final EObject ruleXMemberFeatureCall() throws RecognitionException { EObject current = null; Token otherlv_2=null; Token lv_explicitStatic_3_0=null; Token otherlv_8=null; Token lv_nullSafe_9_0=null; Token lv_explicitStatic_10_0=null; Token otherlv_11=null; Token otherlv_13=null; Token otherlv_15=null; Token lv_explicitOperationCall_17_0=null; Token otherlv_20=null; Token otherlv_22=null; EObject this_XPrimaryExpression_0 = null; EObject lv_value_6_0 = null; EObject lv_typeArguments_12_0 = null; EObject lv_typeArguments_14_0 = null; EObject lv_memberCallArguments_18_0 = null; EObject lv_memberCallArguments_19_0 = null; EObject lv_memberCallArguments_21_0 = null; EObject lv_memberCallArguments_23_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9264:28: ( (this_XPrimaryExpression_0= ruleXPrimaryExpression ( ( ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) ( (lv_value_6_0= ruleXAssignment ) ) ) | ( ( ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )=> ( () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) ) ) (otherlv_11= '<' ( (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) ) (otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) )* otherlv_15= '>' )? ( ( ruleIdOrSuper ) ) ( ( ( ( '(' ) )=> (lv_explicitOperationCall_17_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) ) | ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* ) )? otherlv_22= ')' )? ( ( ( () '[' ) )=> (lv_memberCallArguments_23_0= ruleXClosure ) )? ) )* ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9265:1: (this_XPrimaryExpression_0= ruleXPrimaryExpression ( ( ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) ( (lv_value_6_0= ruleXAssignment ) ) ) | ( ( ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )=> ( () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) ) ) (otherlv_11= '<' ( (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) ) (otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) )* otherlv_15= '>' )? ( ( ruleIdOrSuper ) ) ( ( ( ( '(' ) )=> (lv_explicitOperationCall_17_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) ) | ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* ) )? otherlv_22= ')' )? ( ( ( () '[' ) )=> (lv_memberCallArguments_23_0= ruleXClosure ) )? ) )* ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9265:1: (this_XPrimaryExpression_0= ruleXPrimaryExpression ( ( ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) ( (lv_value_6_0= ruleXAssignment ) ) ) | ( ( ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )=> ( () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) ) ) (otherlv_11= '<' ( (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) ) (otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) )* otherlv_15= '>' )? ( ( ruleIdOrSuper ) ) ( ( ( ( '(' ) )=> (lv_explicitOperationCall_17_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) ) | ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* ) )? otherlv_22= ')' )? ( ( ( () '[' ) )=> (lv_memberCallArguments_23_0= ruleXClosure ) )? ) )* ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9266:5: this_XPrimaryExpression_0= ruleXPrimaryExpression ( ( ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) ( (lv_value_6_0= ruleXAssignment ) ) ) | ( ( ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )=> ( () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) ) ) (otherlv_11= '<' ( (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) ) (otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) )* otherlv_15= '>' )? ( ( ruleIdOrSuper ) ) ( ( ( ( '(' ) )=> (lv_explicitOperationCall_17_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) ) | ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* ) )? otherlv_22= ')' )? ( ( ( () '[' ) )=> (lv_memberCallArguments_23_0= ruleXClosure ) )? ) )* { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getXPrimaryExpressionParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleXPrimaryExpression_in_ruleXMemberFeatureCall19476); this_XPrimaryExpression_0=ruleXPrimaryExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XPrimaryExpression_0; afterParserOrEnumRuleCall(); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9274:1: ( ( ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) ( (lv_value_6_0= ruleXAssignment ) ) ) | ( ( ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )=> ( () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) ) ) (otherlv_11= '<' ( (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) ) (otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) )* otherlv_15= '>' )? ( ( ruleIdOrSuper ) ) ( ( ( ( '(' ) )=> (lv_explicitOperationCall_17_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) ) | ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* ) )? otherlv_22= ')' )? ( ( ( () '[' ) )=> (lv_memberCallArguments_23_0= ruleXClosure ) )? ) )* loop216: do { int alt216=3; switch ( input.LA(1) ) { case 63: { int LA216_2 = input.LA(2); if ( (synpred40_InternalFeature()) ) { alt216=1; } else if ( (synpred41_InternalFeature()) ) { alt216=2; } } break; case 127: { int LA216_3 = input.LA(2); if ( (synpred40_InternalFeature()) ) { alt216=1; } else if ( (synpred41_InternalFeature()) ) { alt216=2; } } break; case 128: { int LA216_4 = input.LA(2); if ( (synpred41_InternalFeature()) ) { alt216=2; } } break; } switch (alt216) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9274:2: ( ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) ( (lv_value_6_0= ruleXAssignment ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9274:2: ( ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) ( (lv_value_6_0= ruleXAssignment ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9274:3: ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) ( (lv_value_6_0= ruleXAssignment ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9274:3: ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9274:4: ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9287:25: ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9287:26: () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9287:26: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9288:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXMemberFeatureCallAccess().getXAssignmentAssignableAction_1_0_0_0_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9293:2: (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) int alt208=2; int LA208_0 = input.LA(1); if ( (LA208_0==63) ) { alt208=1; } else if ( (LA208_0==127) ) { alt208=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 208, 0, input); throw nvae; } switch (alt208) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9293:4: otherlv_2= '.' { otherlv_2=(Token)match(input,63,FollowSets000.FOLLOW_63_in_ruleXMemberFeatureCall19548); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXMemberFeatureCallAccess().getFullStopKeyword_1_0_0_0_1_0()); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9298:6: ( (lv_explicitStatic_3_0= '::' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9298:6: ( (lv_explicitStatic_3_0= '::' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9299:1: (lv_explicitStatic_3_0= '::' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9299:1: (lv_explicitStatic_3_0= '::' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9300:3: lv_explicitStatic_3_0= '::' { lv_explicitStatic_3_0=(Token)match(input,127,FollowSets000.FOLLOW_127_in_ruleXMemberFeatureCall19572); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_explicitStatic_3_0, grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticColonColonKeyword_1_0_0_0_1_1_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXMemberFeatureCallRule()); } setWithLastConsumed(current, "explicitStatic", true, "::"); } } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9313:3: ( ( ruleFeatureCallID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9314:1: ( ruleFeatureCallID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9314:1: ( ruleFeatureCallID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9315:3: ruleFeatureCallID { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXMemberFeatureCallRule()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_0_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleFeatureCallID_in_ruleXMemberFeatureCall19609); ruleFeatureCallID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getOpSingleAssignParserRuleCall_1_0_0_0_3()); } pushFollow(FollowSets000.FOLLOW_ruleOpSingleAssign_in_ruleXMemberFeatureCall19625); ruleOpSingleAssign(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9336:3: ( (lv_value_6_0= ruleXAssignment ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9337:1: (lv_value_6_0= ruleXAssignment ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9337:1: (lv_value_6_0= ruleXAssignment ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9338:3: lv_value_6_0= ruleXAssignment { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getValueXAssignmentParserRuleCall_1_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAssignment_in_ruleXMemberFeatureCall19647); lv_value_6_0=ruleXAssignment(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXMemberFeatureCallRule()); } set( current, "value", lv_value_6_0, "XAssignment"); afterParserOrEnumRuleCall(); } } } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9355:6: ( ( ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )=> ( () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) ) ) (otherlv_11= '<' ( (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) ) (otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) )* otherlv_15= '>' )? ( ( ruleIdOrSuper ) ) ( ( ( ( '(' ) )=> (lv_explicitOperationCall_17_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) ) | ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* ) )? otherlv_22= ')' )? ( ( ( () '[' ) )=> (lv_memberCallArguments_23_0= ruleXClosure ) )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9355:6: ( ( ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )=> ( () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) ) ) (otherlv_11= '<' ( (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) ) (otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) )* otherlv_15= '>' )? ( ( ruleIdOrSuper ) ) ( ( ( ( '(' ) )=> (lv_explicitOperationCall_17_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) ) | ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* ) )? otherlv_22= ')' )? ( ( ( () '[' ) )=> (lv_memberCallArguments_23_0= ruleXClosure ) )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9355:7: ( ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )=> ( () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) ) ) (otherlv_11= '<' ( (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) ) (otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) )* otherlv_15= '>' )? ( ( ruleIdOrSuper ) ) ( ( ( ( '(' ) )=> (lv_explicitOperationCall_17_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) ) | ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* ) )? otherlv_22= ')' )? ( ( ( () '[' ) )=> (lv_memberCallArguments_23_0= ruleXClosure ) )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9355:7: ( ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )=> ( () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9355:8: ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )=> ( () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9371:7: ( () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9371:8: () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9371:8: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9372:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXMemberFeatureCallAccess().getXMemberFeatureCallMemberCallTargetAction_1_1_0_0_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9377:2: (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) int alt209=3; switch ( input.LA(1) ) { case 63: { alt209=1; } break; case 128: { alt209=2; } break; case 127: { alt209=3; } break; default: if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 209, 0, input); throw nvae; } switch (alt209) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9377:4: otherlv_8= '.' { otherlv_8=(Token)match(input,63,FollowSets000.FOLLOW_63_in_ruleXMemberFeatureCall19733); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_8, grammarAccess.getXMemberFeatureCallAccess().getFullStopKeyword_1_1_0_0_1_0()); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9382:6: ( (lv_nullSafe_9_0= '?.' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9382:6: ( (lv_nullSafe_9_0= '?.' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9383:1: (lv_nullSafe_9_0= '?.' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9383:1: (lv_nullSafe_9_0= '?.' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9384:3: lv_nullSafe_9_0= '?.' { lv_nullSafe_9_0=(Token)match(input,128,FollowSets000.FOLLOW_128_in_ruleXMemberFeatureCall19757); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_nullSafe_9_0, grammarAccess.getXMemberFeatureCallAccess().getNullSafeQuestionMarkFullStopKeyword_1_1_0_0_1_1_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXMemberFeatureCallRule()); } setWithLastConsumed(current, "nullSafe", true, "?."); } } } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9398:6: ( (lv_explicitStatic_10_0= '::' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9398:6: ( (lv_explicitStatic_10_0= '::' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9399:1: (lv_explicitStatic_10_0= '::' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9399:1: (lv_explicitStatic_10_0= '::' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9400:3: lv_explicitStatic_10_0= '::' { lv_explicitStatic_10_0=(Token)match(input,127,FollowSets000.FOLLOW_127_in_ruleXMemberFeatureCall19794); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_explicitStatic_10_0, grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticColonColonKeyword_1_1_0_0_1_2_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXMemberFeatureCallRule()); } setWithLastConsumed(current, "explicitStatic", true, "::"); } } } } break; } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9413:5: (otherlv_11= '<' ( (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) ) (otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) )* otherlv_15= '>' )? int alt211=2; int LA211_0 = input.LA(1); if ( (LA211_0==51) ) { alt211=1; } switch (alt211) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9413:7: otherlv_11= '<' ( (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) ) (otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) )* otherlv_15= '>' { otherlv_11=(Token)match(input,51,FollowSets000.FOLLOW_51_in_ruleXMemberFeatureCall19823); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_11, grammarAccess.getXMemberFeatureCallAccess().getLessThanSignKeyword_1_1_1_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9417:1: ( (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9418:1: (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9418:1: (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9419:3: lv_typeArguments_12_0= ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmArgumentTypeReference_in_ruleXMemberFeatureCall19844); lv_typeArguments_12_0=ruleJvmArgumentTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXMemberFeatureCallRule()); } add( current, "typeArguments", lv_typeArguments_12_0, "JvmArgumentTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9435:2: (otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) )* loop210: do { int alt210=2; int LA210_0 = input.LA(1); if ( (LA210_0==52) ) { alt210=1; } switch (alt210) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9435:4: otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) { otherlv_13=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleXMemberFeatureCall19857); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_13, grammarAccess.getXMemberFeatureCallAccess().getCommaKeyword_1_1_1_2_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9439:1: ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9440:1: (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9440:1: (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9441:3: lv_typeArguments_14_0= ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_1_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmArgumentTypeReference_in_ruleXMemberFeatureCall19878); lv_typeArguments_14_0=ruleJvmArgumentTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXMemberFeatureCallRule()); } add( current, "typeArguments", lv_typeArguments_14_0, "JvmArgumentTypeReference"); afterParserOrEnumRuleCall(); } } } } break; default : break loop210; } } while (true); otherlv_15=(Token)match(input,53,FollowSets000.FOLLOW_53_in_ruleXMemberFeatureCall19892); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_15, grammarAccess.getXMemberFeatureCallAccess().getGreaterThanSignKeyword_1_1_1_3()); } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9461:3: ( ( ruleIdOrSuper ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9462:1: ( ruleIdOrSuper ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9462:1: ( ruleIdOrSuper ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9463:3: ruleIdOrSuper { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXMemberFeatureCallRule()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getFeatureJvmIdentifiableElementCrossReference_1_1_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleIdOrSuper_in_ruleXMemberFeatureCall19917); ruleIdOrSuper(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9476:2: ( ( ( ( '(' ) )=> (lv_explicitOperationCall_17_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) ) | ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* ) )? otherlv_22= ')' )? int alt214=2; alt214 = dfa214.predict(input); switch (alt214) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9476:3: ( ( ( '(' ) )=> (lv_explicitOperationCall_17_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) ) | ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* ) )? otherlv_22= ')' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9476:3: ( ( ( '(' ) )=> (lv_explicitOperationCall_17_0= '(' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9476:4: ( ( '(' ) )=> (lv_explicitOperationCall_17_0= '(' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9483:1: (lv_explicitOperationCall_17_0= '(' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9484:3: lv_explicitOperationCall_17_0= '(' { lv_explicitOperationCall_17_0=(Token)match(input,54,FollowSets000.FOLLOW_54_in_ruleXMemberFeatureCall19951); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_explicitOperationCall_17_0, grammarAccess.getXMemberFeatureCallAccess().getExplicitOperationCallLeftParenthesisKeyword_1_1_3_0_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXMemberFeatureCallRule()); } setWithLastConsumed(current, "explicitOperationCall", true, "("); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9497:2: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) ) | ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* ) )? int alt213=3; alt213 = dfa213.predict(input); switch (alt213) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9497:3: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9497:3: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9497:4: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9514:1: (lv_memberCallArguments_18_0= ruleXShortClosure ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9515:3: lv_memberCallArguments_18_0= ruleXShortClosure { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXShortClosureParserRuleCall_1_1_3_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXShortClosure_in_ruleXMemberFeatureCall20036); lv_memberCallArguments_18_0=ruleXShortClosure(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXMemberFeatureCallRule()); } add( current, "memberCallArguments", lv_memberCallArguments_18_0, "XShortClosure"); afterParserOrEnumRuleCall(); } } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9532:6: ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9532:6: ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9532:7: ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9532:7: ( (lv_memberCallArguments_19_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9533:1: (lv_memberCallArguments_19_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9533:1: (lv_memberCallArguments_19_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9534:3: lv_memberCallArguments_19_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXExpressionParserRuleCall_1_1_3_1_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXMemberFeatureCall20064); lv_memberCallArguments_19_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXMemberFeatureCallRule()); } add( current, "memberCallArguments", lv_memberCallArguments_19_0, "XExpression"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9550:2: (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* loop212: do { int alt212=2; int LA212_0 = input.LA(1); if ( (LA212_0==52) ) { alt212=1; } switch (alt212) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9550:4: otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) { otherlv_20=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleXMemberFeatureCall20077); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_20, grammarAccess.getXMemberFeatureCallAccess().getCommaKeyword_1_1_3_1_1_1_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9554:1: ( (lv_memberCallArguments_21_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9555:1: (lv_memberCallArguments_21_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9555:1: (lv_memberCallArguments_21_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9556:3: lv_memberCallArguments_21_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXExpressionParserRuleCall_1_1_3_1_1_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXMemberFeatureCall20098); lv_memberCallArguments_21_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXMemberFeatureCallRule()); } add( current, "memberCallArguments", lv_memberCallArguments_21_0, "XExpression"); afterParserOrEnumRuleCall(); } } } } break; default : break loop212; } } while (true); } } break; } otherlv_22=(Token)match(input,55,FollowSets000.FOLLOW_55_in_ruleXMemberFeatureCall20115); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_22, grammarAccess.getXMemberFeatureCallAccess().getRightParenthesisKeyword_1_1_3_2()); } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9576:3: ( ( ( () '[' ) )=> (lv_memberCallArguments_23_0= ruleXClosure ) )? int alt215=2; alt215 = dfa215.predict(input); switch (alt215) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9576:4: ( ( () '[' ) )=> (lv_memberCallArguments_23_0= ruleXClosure ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9579:1: (lv_memberCallArguments_23_0= ruleXClosure ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9580:3: lv_memberCallArguments_23_0= ruleXClosure { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXClosureParserRuleCall_1_1_4_0()); } pushFollow(FollowSets000.FOLLOW_ruleXClosure_in_ruleXMemberFeatureCall20150); lv_memberCallArguments_23_0=ruleXClosure(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXMemberFeatureCallRule()); } add( current, "memberCallArguments", lv_memberCallArguments_23_0, "XClosure"); afterParserOrEnumRuleCall(); } } } break; } } } break; default : break loop216; } } while (true); } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXMemberFeatureCall" // $ANTLR start "entryRuleXLiteral" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9604:1: entryRuleXLiteral returns [EObject current=null] : iv_ruleXLiteral= ruleXLiteral EOF ; public final EObject entryRuleXLiteral() throws RecognitionException { EObject current = null; EObject iv_ruleXLiteral = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9605:2: (iv_ruleXLiteral= ruleXLiteral EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9606:2: iv_ruleXLiteral= ruleXLiteral EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXLiteralRule()); } pushFollow(FollowSets000.FOLLOW_ruleXLiteral_in_entryRuleXLiteral20190); iv_ruleXLiteral=ruleXLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXLiteral; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXLiteral20200); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXLiteral" // $ANTLR start "ruleXLiteral" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9613:1: ruleXLiteral returns [EObject current=null] : (this_XCollectionLiteral_0= ruleXCollectionLiteral | ( ( ( () '[' ) )=>this_XClosure_1= ruleXClosure ) | this_XBooleanLiteral_2= ruleXBooleanLiteral | this_XNumberLiteral_3= ruleXNumberLiteral | this_XNullLiteral_4= ruleXNullLiteral | this_XStringLiteral_5= ruleXStringLiteral | this_XTypeLiteral_6= ruleXTypeLiteral ) ; public final EObject ruleXLiteral() throws RecognitionException { EObject current = null; EObject this_XCollectionLiteral_0 = null; EObject this_XClosure_1 = null; EObject this_XBooleanLiteral_2 = null; EObject this_XNumberLiteral_3 = null; EObject this_XNullLiteral_4 = null; EObject this_XStringLiteral_5 = null; EObject this_XTypeLiteral_6 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9616:28: ( (this_XCollectionLiteral_0= ruleXCollectionLiteral | ( ( ( () '[' ) )=>this_XClosure_1= ruleXClosure ) | this_XBooleanLiteral_2= ruleXBooleanLiteral | this_XNumberLiteral_3= ruleXNumberLiteral | this_XNullLiteral_4= ruleXNullLiteral | this_XStringLiteral_5= ruleXStringLiteral | this_XTypeLiteral_6= ruleXTypeLiteral ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9617:1: (this_XCollectionLiteral_0= ruleXCollectionLiteral | ( ( ( () '[' ) )=>this_XClosure_1= ruleXClosure ) | this_XBooleanLiteral_2= ruleXBooleanLiteral | this_XNumberLiteral_3= ruleXNumberLiteral | this_XNullLiteral_4= ruleXNullLiteral | this_XStringLiteral_5= ruleXStringLiteral | this_XTypeLiteral_6= ruleXTypeLiteral ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9617:1: (this_XCollectionLiteral_0= ruleXCollectionLiteral | ( ( ( () '[' ) )=>this_XClosure_1= ruleXClosure ) | this_XBooleanLiteral_2= ruleXBooleanLiteral | this_XNumberLiteral_3= ruleXNumberLiteral | this_XNullLiteral_4= ruleXNullLiteral | this_XStringLiteral_5= ruleXStringLiteral | this_XTypeLiteral_6= ruleXTypeLiteral ) int alt217=7; int LA217_0 = input.LA(1); if ( (LA217_0==97) ) { alt217=1; } else if ( (LA217_0==98) && (synpred45_InternalFeature())) { alt217=2; } else if ( ((LA217_0>=137 && LA217_0<=138)) ) { alt217=3; } else if ( ((LA217_0>=RULE_HEX && LA217_0<=RULE_DECIMAL)) ) { alt217=4; } else if ( (LA217_0==139) ) { alt217=5; } else if ( ((LA217_0>=RULE_STRING && LA217_0<=RULE_RICH_TEXT_START)) ) { alt217=6; } else if ( (LA217_0==140) ) { alt217=7; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 217, 0, input); throw nvae; } switch (alt217) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9618:5: this_XCollectionLiteral_0= ruleXCollectionLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXLiteralAccess().getXCollectionLiteralParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleXCollectionLiteral_in_ruleXLiteral20247); this_XCollectionLiteral_0=ruleXCollectionLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XCollectionLiteral_0; afterParserOrEnumRuleCall(); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9627:6: ( ( ( () '[' ) )=>this_XClosure_1= ruleXClosure ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9627:6: ( ( ( () '[' ) )=>this_XClosure_1= ruleXClosure ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9627:7: ( ( () '[' ) )=>this_XClosure_1= ruleXClosure { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXLiteralAccess().getXClosureParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleXClosure_in_ruleXLiteral20287); this_XClosure_1=ruleXClosure(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XClosure_1; afterParserOrEnumRuleCall(); } } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9640:5: this_XBooleanLiteral_2= ruleXBooleanLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXLiteralAccess().getXBooleanLiteralParserRuleCall_2()); } pushFollow(FollowSets000.FOLLOW_ruleXBooleanLiteral_in_ruleXLiteral20315); this_XBooleanLiteral_2=ruleXBooleanLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XBooleanLiteral_2; afterParserOrEnumRuleCall(); } } break; case 4 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9650:5: this_XNumberLiteral_3= ruleXNumberLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXLiteralAccess().getXNumberLiteralParserRuleCall_3()); } pushFollow(FollowSets000.FOLLOW_ruleXNumberLiteral_in_ruleXLiteral20342); this_XNumberLiteral_3=ruleXNumberLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XNumberLiteral_3; afterParserOrEnumRuleCall(); } } break; case 5 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9660:5: this_XNullLiteral_4= ruleXNullLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXLiteralAccess().getXNullLiteralParserRuleCall_4()); } pushFollow(FollowSets000.FOLLOW_ruleXNullLiteral_in_ruleXLiteral20369); this_XNullLiteral_4=ruleXNullLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XNullLiteral_4; afterParserOrEnumRuleCall(); } } break; case 6 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9670:5: this_XStringLiteral_5= ruleXStringLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXLiteralAccess().getXStringLiteralParserRuleCall_5()); } pushFollow(FollowSets000.FOLLOW_ruleXStringLiteral_in_ruleXLiteral20396); this_XStringLiteral_5=ruleXStringLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XStringLiteral_5; afterParserOrEnumRuleCall(); } } break; case 7 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9680:5: this_XTypeLiteral_6= ruleXTypeLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXLiteralAccess().getXTypeLiteralParserRuleCall_6()); } pushFollow(FollowSets000.FOLLOW_ruleXTypeLiteral_in_ruleXLiteral20423); this_XTypeLiteral_6=ruleXTypeLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XTypeLiteral_6; afterParserOrEnumRuleCall(); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXLiteral" // $ANTLR start "entryRuleXCollectionLiteral" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9696:1: entryRuleXCollectionLiteral returns [EObject current=null] : iv_ruleXCollectionLiteral= ruleXCollectionLiteral EOF ; public final EObject entryRuleXCollectionLiteral() throws RecognitionException { EObject current = null; EObject iv_ruleXCollectionLiteral = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9697:2: (iv_ruleXCollectionLiteral= ruleXCollectionLiteral EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9698:2: iv_ruleXCollectionLiteral= ruleXCollectionLiteral EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXCollectionLiteralRule()); } pushFollow(FollowSets000.FOLLOW_ruleXCollectionLiteral_in_entryRuleXCollectionLiteral20458); iv_ruleXCollectionLiteral=ruleXCollectionLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXCollectionLiteral; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXCollectionLiteral20468); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXCollectionLiteral" // $ANTLR start "ruleXCollectionLiteral" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9705:1: ruleXCollectionLiteral returns [EObject current=null] : (this_XSetLiteral_0= ruleXSetLiteral | this_XListLiteral_1= ruleXListLiteral ) ; public final EObject ruleXCollectionLiteral() throws RecognitionException { EObject current = null; EObject this_XSetLiteral_0 = null; EObject this_XListLiteral_1 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9708:28: ( (this_XSetLiteral_0= ruleXSetLiteral | this_XListLiteral_1= ruleXListLiteral ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9709:1: (this_XSetLiteral_0= ruleXSetLiteral | this_XListLiteral_1= ruleXListLiteral ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9709:1: (this_XSetLiteral_0= ruleXSetLiteral | this_XListLiteral_1= ruleXListLiteral ) int alt218=2; int LA218_0 = input.LA(1); if ( (LA218_0==97) ) { int LA218_1 = input.LA(2); if ( (LA218_1==98) ) { alt218=2; } else if ( (LA218_1==49) ) { alt218=1; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 218, 1, input); throw nvae; } } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 218, 0, input); throw nvae; } switch (alt218) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9710:5: this_XSetLiteral_0= ruleXSetLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXCollectionLiteralAccess().getXSetLiteralParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleXSetLiteral_in_ruleXCollectionLiteral20515); this_XSetLiteral_0=ruleXSetLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XSetLiteral_0; afterParserOrEnumRuleCall(); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9720:5: this_XListLiteral_1= ruleXListLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXCollectionLiteralAccess().getXListLiteralParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleXListLiteral_in_ruleXCollectionLiteral20542); this_XListLiteral_1=ruleXListLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XListLiteral_1; afterParserOrEnumRuleCall(); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXCollectionLiteral" // $ANTLR start "entryRuleXSetLiteral" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9736:1: entryRuleXSetLiteral returns [EObject current=null] : iv_ruleXSetLiteral= ruleXSetLiteral EOF ; public final EObject entryRuleXSetLiteral() throws RecognitionException { EObject current = null; EObject iv_ruleXSetLiteral = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9737:2: (iv_ruleXSetLiteral= ruleXSetLiteral EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9738:2: iv_ruleXSetLiteral= ruleXSetLiteral EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXSetLiteralRule()); } pushFollow(FollowSets000.FOLLOW_ruleXSetLiteral_in_entryRuleXSetLiteral20577); iv_ruleXSetLiteral=ruleXSetLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXSetLiteral; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXSetLiteral20587); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXSetLiteral" // $ANTLR start "ruleXSetLiteral" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9745:1: ruleXSetLiteral returns [EObject current=null] : ( () otherlv_1= '#' otherlv_2= '{' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= '}' ) ; public final EObject ruleXSetLiteral() throws RecognitionException { EObject current = null; Token otherlv_1=null; Token otherlv_2=null; Token otherlv_4=null; Token otherlv_6=null; EObject lv_elements_3_0 = null; EObject lv_elements_5_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9748:28: ( ( () otherlv_1= '#' otherlv_2= '{' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= '}' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9749:1: ( () otherlv_1= '#' otherlv_2= '{' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= '}' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9749:1: ( () otherlv_1= '#' otherlv_2= '{' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= '}' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9749:2: () otherlv_1= '#' otherlv_2= '{' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= '}' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9749:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9750:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXSetLiteralAccess().getXSetLiteralAction_0(), current); } } otherlv_1=(Token)match(input,97,FollowSets000.FOLLOW_97_in_ruleXSetLiteral20633); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXSetLiteralAccess().getNumberSignKeyword_1()); } otherlv_2=(Token)match(input,49,FollowSets000.FOLLOW_49_in_ruleXSetLiteral20645); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXSetLiteralAccess().getLeftCurlyBracketKeyword_2()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9763:1: ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? int alt220=2; int LA220_0 = input.LA(1); if ( ((LA220_0>=RULE_ID && LA220_0<=RULE_RICH_TEXT_START)||(LA220_0>=RULE_HEX && LA220_0<=RULE_DECIMAL)||(LA220_0>=39 && LA220_0<=40)||(LA220_0>=44 && LA220_0<=45)||(LA220_0>=48 && LA220_0<=49)||LA220_0==51||LA220_0==54||(LA220_0>=56 && LA220_0<=61)||(LA220_0>=64 && LA220_0<=75)||(LA220_0>=78 && LA220_0<=80)||(LA220_0>=82 && LA220_0<=85)||(LA220_0>=87 && LA220_0<=88)||(LA220_0>=97 && LA220_0<=98)||(LA220_0>=117 && LA220_0<=118)||LA220_0==123||LA220_0==130||(LA220_0>=133 && LA220_0<=142)) ) { alt220=1; } switch (alt220) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9763:2: ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9763:2: ( (lv_elements_3_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9764:1: (lv_elements_3_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9764:1: (lv_elements_3_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9765:3: lv_elements_3_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXSetLiteralAccess().getElementsXExpressionParserRuleCall_3_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXSetLiteral20667); lv_elements_3_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXSetLiteralRule()); } add( current, "elements", lv_elements_3_0, "XExpression"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9781:2: (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* loop219: do { int alt219=2; int LA219_0 = input.LA(1); if ( (LA219_0==52) ) { alt219=1; } switch (alt219) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9781:4: otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) { otherlv_4=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleXSetLiteral20680); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXSetLiteralAccess().getCommaKeyword_3_1_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9785:1: ( (lv_elements_5_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9786:1: (lv_elements_5_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9786:1: (lv_elements_5_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9787:3: lv_elements_5_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXSetLiteralAccess().getElementsXExpressionParserRuleCall_3_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXSetLiteral20701); lv_elements_5_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXSetLiteralRule()); } add( current, "elements", lv_elements_5_0, "XExpression"); afterParserOrEnumRuleCall(); } } } } break; default : break loop219; } } while (true); } break; } otherlv_6=(Token)match(input,50,FollowSets000.FOLLOW_50_in_ruleXSetLiteral20717); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_6, grammarAccess.getXSetLiteralAccess().getRightCurlyBracketKeyword_4()); } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXSetLiteral" // $ANTLR start "entryRuleXListLiteral" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9815:1: entryRuleXListLiteral returns [EObject current=null] : iv_ruleXListLiteral= ruleXListLiteral EOF ; public final EObject entryRuleXListLiteral() throws RecognitionException { EObject current = null; EObject iv_ruleXListLiteral = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9816:2: (iv_ruleXListLiteral= ruleXListLiteral EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9817:2: iv_ruleXListLiteral= ruleXListLiteral EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXListLiteralRule()); } pushFollow(FollowSets000.FOLLOW_ruleXListLiteral_in_entryRuleXListLiteral20753); iv_ruleXListLiteral=ruleXListLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXListLiteral; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXListLiteral20763); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXListLiteral" // $ANTLR start "ruleXListLiteral" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9824:1: ruleXListLiteral returns [EObject current=null] : ( () otherlv_1= '#' otherlv_2= '[' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= ']' ) ; public final EObject ruleXListLiteral() throws RecognitionException { EObject current = null; Token otherlv_1=null; Token otherlv_2=null; Token otherlv_4=null; Token otherlv_6=null; EObject lv_elements_3_0 = null; EObject lv_elements_5_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9827:28: ( ( () otherlv_1= '#' otherlv_2= '[' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= ']' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9828:1: ( () otherlv_1= '#' otherlv_2= '[' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= ']' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9828:1: ( () otherlv_1= '#' otherlv_2= '[' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= ']' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9828:2: () otherlv_1= '#' otherlv_2= '[' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= ']' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9828:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9829:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXListLiteralAccess().getXListLiteralAction_0(), current); } } otherlv_1=(Token)match(input,97,FollowSets000.FOLLOW_97_in_ruleXListLiteral20809); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXListLiteralAccess().getNumberSignKeyword_1()); } otherlv_2=(Token)match(input,98,FollowSets000.FOLLOW_98_in_ruleXListLiteral20821); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXListLiteralAccess().getLeftSquareBracketKeyword_2()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9842:1: ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? int alt222=2; int LA222_0 = input.LA(1); if ( ((LA222_0>=RULE_ID && LA222_0<=RULE_RICH_TEXT_START)||(LA222_0>=RULE_HEX && LA222_0<=RULE_DECIMAL)||(LA222_0>=39 && LA222_0<=40)||(LA222_0>=44 && LA222_0<=45)||(LA222_0>=48 && LA222_0<=49)||LA222_0==51||LA222_0==54||(LA222_0>=56 && LA222_0<=61)||(LA222_0>=64 && LA222_0<=75)||(LA222_0>=78 && LA222_0<=80)||(LA222_0>=82 && LA222_0<=85)||(LA222_0>=87 && LA222_0<=88)||(LA222_0>=97 && LA222_0<=98)||(LA222_0>=117 && LA222_0<=118)||LA222_0==123||LA222_0==130||(LA222_0>=133 && LA222_0<=142)) ) { alt222=1; } switch (alt222) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9842:2: ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9842:2: ( (lv_elements_3_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9843:1: (lv_elements_3_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9843:1: (lv_elements_3_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9844:3: lv_elements_3_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXListLiteralAccess().getElementsXExpressionParserRuleCall_3_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXListLiteral20843); lv_elements_3_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXListLiteralRule()); } add( current, "elements", lv_elements_3_0, "XExpression"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9860:2: (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* loop221: do { int alt221=2; int LA221_0 = input.LA(1); if ( (LA221_0==52) ) { alt221=1; } switch (alt221) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9860:4: otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) { otherlv_4=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleXListLiteral20856); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXListLiteralAccess().getCommaKeyword_3_1_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9864:1: ( (lv_elements_5_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9865:1: (lv_elements_5_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9865:1: (lv_elements_5_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9866:3: lv_elements_5_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXListLiteralAccess().getElementsXExpressionParserRuleCall_3_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXListLiteral20877); lv_elements_5_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXListLiteralRule()); } add( current, "elements", lv_elements_5_0, "XExpression"); afterParserOrEnumRuleCall(); } } } } break; default : break loop221; } } while (true); } break; } otherlv_6=(Token)match(input,99,FollowSets000.FOLLOW_99_in_ruleXListLiteral20893); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_6, grammarAccess.getXListLiteralAccess().getRightSquareBracketKeyword_4()); } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXListLiteral" // $ANTLR start "entryRuleXClosure" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9894:1: entryRuleXClosure returns [EObject current=null] : iv_ruleXClosure= ruleXClosure EOF ; public final EObject entryRuleXClosure() throws RecognitionException { EObject current = null; EObject iv_ruleXClosure = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9895:2: (iv_ruleXClosure= ruleXClosure EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9896:2: iv_ruleXClosure= ruleXClosure EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXClosureRule()); } pushFollow(FollowSets000.FOLLOW_ruleXClosure_in_entryRuleXClosure20929); iv_ruleXClosure=ruleXClosure(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXClosure; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXClosure20939); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXClosure" // $ANTLR start "ruleXClosure" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9903:1: ruleXClosure returns [EObject current=null] : ( ( ( ( () '[' ) )=> ( () otherlv_1= '[' ) ) ( ( ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) ) ) )? ( (lv_expression_6_0= ruleXExpressionInClosure ) ) otherlv_7= ']' ) ; public final EObject ruleXClosure() throws RecognitionException { EObject current = null; Token otherlv_1=null; Token otherlv_3=null; Token lv_explicitSyntax_5_0=null; Token otherlv_7=null; EObject lv_declaredFormalParameters_2_0 = null; EObject lv_declaredFormalParameters_4_0 = null; EObject lv_expression_6_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9906:28: ( ( ( ( ( () '[' ) )=> ( () otherlv_1= '[' ) ) ( ( ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) ) ) )? ( (lv_expression_6_0= ruleXExpressionInClosure ) ) otherlv_7= ']' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9907:1: ( ( ( ( () '[' ) )=> ( () otherlv_1= '[' ) ) ( ( ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) ) ) )? ( (lv_expression_6_0= ruleXExpressionInClosure ) ) otherlv_7= ']' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9907:1: ( ( ( ( () '[' ) )=> ( () otherlv_1= '[' ) ) ( ( ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) ) ) )? ( (lv_expression_6_0= ruleXExpressionInClosure ) ) otherlv_7= ']' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9907:2: ( ( ( () '[' ) )=> ( () otherlv_1= '[' ) ) ( ( ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) ) ) )? ( (lv_expression_6_0= ruleXExpressionInClosure ) ) otherlv_7= ']' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9907:2: ( ( ( () '[' ) )=> ( () otherlv_1= '[' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9907:3: ( ( () '[' ) )=> ( () otherlv_1= '[' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9909:5: ( () otherlv_1= '[' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9909:6: () otherlv_1= '[' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9909:6: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9910:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXClosureAccess().getXClosureAction_0_0_0(), current); } } otherlv_1=(Token)match(input,98,FollowSets000.FOLLOW_98_in_ruleXClosure20999); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXClosureAccess().getLeftSquareBracketKeyword_0_0_1()); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9919:3: ( ( ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) ) ) )? int alt225=2; alt225 = dfa225.predict(input); switch (alt225) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9919:4: ( ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9934:6: ( ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9934:7: ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9934:7: ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? int alt224=2; int LA224_0 = input.LA(1); if ( (LA224_0==RULE_ID||(LA224_0>=39 && LA224_0<=40)||LA224_0==45||LA224_0==54||(LA224_0>=56 && LA224_0<=62)||(LA224_0>=64 && LA224_0<=75)||(LA224_0>=78 && LA224_0<=80)||(LA224_0>=82 && LA224_0<=85)) ) { alt224=1; } switch (alt224) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9934:8: ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9934:8: ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9935:1: (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9935:1: (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9936:3: lv_declaredFormalParameters_2_0= ruleJvmFormalParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_1_0_0_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmFormalParameter_in_ruleXClosure21072); lv_declaredFormalParameters_2_0=ruleJvmFormalParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXClosureRule()); } add( current, "declaredFormalParameters", lv_declaredFormalParameters_2_0, "JvmFormalParameter"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9952:2: (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* loop223: do { int alt223=2; int LA223_0 = input.LA(1); if ( (LA223_0==52) ) { alt223=1; } switch (alt223) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9952:4: otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) { otherlv_3=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleXClosure21085); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_3, grammarAccess.getXClosureAccess().getCommaKeyword_1_0_0_1_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9956:1: ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9957:1: (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9957:1: (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9958:3: lv_declaredFormalParameters_4_0= ruleJvmFormalParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_1_0_0_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmFormalParameter_in_ruleXClosure21106); lv_declaredFormalParameters_4_0=ruleJvmFormalParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXClosureRule()); } add( current, "declaredFormalParameters", lv_declaredFormalParameters_4_0, "JvmFormalParameter"); afterParserOrEnumRuleCall(); } } } } break; default : break loop223; } } while (true); } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9974:6: ( (lv_explicitSyntax_5_0= '|' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9975:1: (lv_explicitSyntax_5_0= '|' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9975:1: (lv_explicitSyntax_5_0= '|' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9976:3: lv_explicitSyntax_5_0= '|' { lv_explicitSyntax_5_0=(Token)match(input,129,FollowSets000.FOLLOW_129_in_ruleXClosure21128); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_explicitSyntax_5_0, grammarAccess.getXClosureAccess().getExplicitSyntaxVerticalLineKeyword_1_0_1_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXClosureRule()); } setWithLastConsumed(current, "explicitSyntax", true, "|"); } } } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9989:5: ( (lv_expression_6_0= ruleXExpressionInClosure ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9990:1: (lv_expression_6_0= ruleXExpressionInClosure ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9990:1: (lv_expression_6_0= ruleXExpressionInClosure ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9991:3: lv_expression_6_0= ruleXExpressionInClosure { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXClosureAccess().getExpressionXExpressionInClosureParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpressionInClosure_in_ruleXClosure21165); lv_expression_6_0=ruleXExpressionInClosure(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXClosureRule()); } set( current, "expression", lv_expression_6_0, "XExpressionInClosure"); afterParserOrEnumRuleCall(); } } } otherlv_7=(Token)match(input,99,FollowSets000.FOLLOW_99_in_ruleXClosure21177); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_7, grammarAccess.getXClosureAccess().getRightSquareBracketKeyword_3()); } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXClosure" // $ANTLR start "entryRuleXExpressionInClosure" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10019:1: entryRuleXExpressionInClosure returns [EObject current=null] : iv_ruleXExpressionInClosure= ruleXExpressionInClosure EOF ; public final EObject entryRuleXExpressionInClosure() throws RecognitionException { EObject current = null; EObject iv_ruleXExpressionInClosure = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10020:2: (iv_ruleXExpressionInClosure= ruleXExpressionInClosure EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10021:2: iv_ruleXExpressionInClosure= ruleXExpressionInClosure EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXExpressionInClosureRule()); } pushFollow(FollowSets000.FOLLOW_ruleXExpressionInClosure_in_entryRuleXExpressionInClosure21213); iv_ruleXExpressionInClosure=ruleXExpressionInClosure(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXExpressionInClosure; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXExpressionInClosure21223); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXExpressionInClosure" // $ANTLR start "ruleXExpressionInClosure" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10028:1: ruleXExpressionInClosure returns [EObject current=null] : ( () ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )* ) ; public final EObject ruleXExpressionInClosure() throws RecognitionException { EObject current = null; Token otherlv_2=null; EObject lv_expressions_1_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10031:28: ( ( () ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )* ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10032:1: ( () ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )* ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10032:1: ( () ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )* ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10032:2: () ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10032:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10033:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXExpressionInClosureAccess().getXBlockExpressionAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10038:2: ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )* loop227: do { int alt227=2; int LA227_0 = input.LA(1); if ( ((LA227_0>=RULE_ID && LA227_0<=RULE_RICH_TEXT_START)||(LA227_0>=RULE_HEX && LA227_0<=RULE_DECIMAL)||(LA227_0>=39 && LA227_0<=40)||(LA227_0>=44 && LA227_0<=45)||(LA227_0>=48 && LA227_0<=49)||LA227_0==51||LA227_0==54||(LA227_0>=56 && LA227_0<=61)||(LA227_0>=64 && LA227_0<=80)||(LA227_0>=82 && LA227_0<=85)||(LA227_0>=87 && LA227_0<=88)||(LA227_0>=97 && LA227_0<=98)||(LA227_0>=117 && LA227_0<=118)||LA227_0==123||LA227_0==130||(LA227_0>=133 && LA227_0<=142)) ) { alt227=1; } switch (alt227) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10038:3: ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10038:3: ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10039:1: (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10039:1: (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10040:3: lv_expressions_1_0= ruleXExpressionOrVarDeclaration { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXExpressionInClosureAccess().getExpressionsXExpressionOrVarDeclarationParserRuleCall_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpressionOrVarDeclaration_in_ruleXExpressionInClosure21279); lv_expressions_1_0=ruleXExpressionOrVarDeclaration(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXExpressionInClosureRule()); } add( current, "expressions", lv_expressions_1_0, "XExpressionOrVarDeclaration"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10056:2: (otherlv_2= ';' )? int alt226=2; int LA226_0 = input.LA(1); if ( (LA226_0==42) ) { alt226=1; } switch (alt226) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10056:4: otherlv_2= ';' { otherlv_2=(Token)match(input,42,FollowSets000.FOLLOW_42_in_ruleXExpressionInClosure21292); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXExpressionInClosureAccess().getSemicolonKeyword_1_1()); } } break; } } break; default : break loop227; } } while (true); } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXExpressionInClosure" // $ANTLR start "entryRuleXShortClosure" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10068:1: entryRuleXShortClosure returns [EObject current=null] : iv_ruleXShortClosure= ruleXShortClosure EOF ; public final EObject entryRuleXShortClosure() throws RecognitionException { EObject current = null; EObject iv_ruleXShortClosure = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10069:2: (iv_ruleXShortClosure= ruleXShortClosure EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10070:2: iv_ruleXShortClosure= ruleXShortClosure EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXShortClosureRule()); } pushFollow(FollowSets000.FOLLOW_ruleXShortClosure_in_entryRuleXShortClosure21332); iv_ruleXShortClosure=ruleXShortClosure(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXShortClosure; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXShortClosure21342); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXShortClosure" // $ANTLR start "ruleXShortClosure" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10077:1: ruleXShortClosure returns [EObject current=null] : ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) ) ( (lv_expression_5_0= ruleXExpression ) ) ) ; public final EObject ruleXShortClosure() throws RecognitionException { EObject current = null; Token otherlv_2=null; Token lv_explicitSyntax_4_0=null; EObject lv_declaredFormalParameters_1_0 = null; EObject lv_declaredFormalParameters_3_0 = null; EObject lv_expression_5_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10080:28: ( ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) ) ( (lv_expression_5_0= ruleXExpression ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10081:1: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) ) ( (lv_expression_5_0= ruleXExpression ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10081:1: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) ) ( (lv_expression_5_0= ruleXExpression ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10081:2: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) ) ( (lv_expression_5_0= ruleXExpression ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10081:2: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10081:3: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10097:6: ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10097:7: () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10097:7: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10098:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXShortClosureAccess().getXClosureAction_0_0_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10103:2: ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? int alt229=2; int LA229_0 = input.LA(1); if ( (LA229_0==RULE_ID||(LA229_0>=39 && LA229_0<=40)||LA229_0==45||LA229_0==54||(LA229_0>=56 && LA229_0<=62)||(LA229_0>=64 && LA229_0<=75)||(LA229_0>=78 && LA229_0<=80)||(LA229_0>=82 && LA229_0<=85)) ) { alt229=1; } switch (alt229) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10103:3: ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10103:3: ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10104:1: (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10104:1: (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10105:3: lv_declaredFormalParameters_1_0= ruleJvmFormalParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXShortClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_0_0_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmFormalParameter_in_ruleXShortClosure21450); lv_declaredFormalParameters_1_0=ruleJvmFormalParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXShortClosureRule()); } add( current, "declaredFormalParameters", lv_declaredFormalParameters_1_0, "JvmFormalParameter"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10121:2: (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* loop228: do { int alt228=2; int LA228_0 = input.LA(1); if ( (LA228_0==52) ) { alt228=1; } switch (alt228) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10121:4: otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) { otherlv_2=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleXShortClosure21463); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXShortClosureAccess().getCommaKeyword_0_0_1_1_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10125:1: ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10126:1: (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10126:1: (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10127:3: lv_declaredFormalParameters_3_0= ruleJvmFormalParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXShortClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_0_0_1_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmFormalParameter_in_ruleXShortClosure21484); lv_declaredFormalParameters_3_0=ruleJvmFormalParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXShortClosureRule()); } add( current, "declaredFormalParameters", lv_declaredFormalParameters_3_0, "JvmFormalParameter"); afterParserOrEnumRuleCall(); } } } } break; default : break loop228; } } while (true); } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10143:6: ( (lv_explicitSyntax_4_0= '|' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10144:1: (lv_explicitSyntax_4_0= '|' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10144:1: (lv_explicitSyntax_4_0= '|' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10145:3: lv_explicitSyntax_4_0= '|' { lv_explicitSyntax_4_0=(Token)match(input,129,FollowSets000.FOLLOW_129_in_ruleXShortClosure21506); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_explicitSyntax_4_0, grammarAccess.getXShortClosureAccess().getExplicitSyntaxVerticalLineKeyword_0_0_2_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXShortClosureRule()); } setWithLastConsumed(current, "explicitSyntax", true, "|"); } } } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10158:4: ( (lv_expression_5_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10159:1: (lv_expression_5_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10159:1: (lv_expression_5_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10160:3: lv_expression_5_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXShortClosureAccess().getExpressionXExpressionParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXShortClosure21542); lv_expression_5_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXShortClosureRule()); } set( current, "expression", lv_expression_5_0, "XExpression"); afterParserOrEnumRuleCall(); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXShortClosure" // $ANTLR start "entryRuleXParenthesizedExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10184:1: entryRuleXParenthesizedExpression returns [EObject current=null] : iv_ruleXParenthesizedExpression= ruleXParenthesizedExpression EOF ; public final EObject entryRuleXParenthesizedExpression() throws RecognitionException { EObject current = null; EObject iv_ruleXParenthesizedExpression = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10185:2: (iv_ruleXParenthesizedExpression= ruleXParenthesizedExpression EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10186:2: iv_ruleXParenthesizedExpression= ruleXParenthesizedExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXParenthesizedExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXParenthesizedExpression_in_entryRuleXParenthesizedExpression21578); iv_ruleXParenthesizedExpression=ruleXParenthesizedExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXParenthesizedExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXParenthesizedExpression21588); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXParenthesizedExpression" // $ANTLR start "ruleXParenthesizedExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10193:1: ruleXParenthesizedExpression returns [EObject current=null] : (otherlv_0= '(' this_XExpression_1= ruleXExpression otherlv_2= ')' ) ; public final EObject ruleXParenthesizedExpression() throws RecognitionException { EObject current = null; Token otherlv_0=null; Token otherlv_2=null; EObject this_XExpression_1 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10196:28: ( (otherlv_0= '(' this_XExpression_1= ruleXExpression otherlv_2= ')' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10197:1: (otherlv_0= '(' this_XExpression_1= ruleXExpression otherlv_2= ')' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10197:1: (otherlv_0= '(' this_XExpression_1= ruleXExpression otherlv_2= ')' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10197:3: otherlv_0= '(' this_XExpression_1= ruleXExpression otherlv_2= ')' { otherlv_0=(Token)match(input,54,FollowSets000.FOLLOW_54_in_ruleXParenthesizedExpression21625); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_0, grammarAccess.getXParenthesizedExpressionAccess().getLeftParenthesisKeyword_0()); } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXParenthesizedExpressionAccess().getXExpressionParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXParenthesizedExpression21647); this_XExpression_1=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XExpression_1; afterParserOrEnumRuleCall(); } otherlv_2=(Token)match(input,55,FollowSets000.FOLLOW_55_in_ruleXParenthesizedExpression21658); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXParenthesizedExpressionAccess().getRightParenthesisKeyword_2()); } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXParenthesizedExpression" // $ANTLR start "entryRuleXIfExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10222:1: entryRuleXIfExpression returns [EObject current=null] : iv_ruleXIfExpression= ruleXIfExpression EOF ; public final EObject entryRuleXIfExpression() throws RecognitionException { EObject current = null; EObject iv_ruleXIfExpression = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10223:2: (iv_ruleXIfExpression= ruleXIfExpression EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10224:2: iv_ruleXIfExpression= ruleXIfExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXIfExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXIfExpression_in_entryRuleXIfExpression21694); iv_ruleXIfExpression=ruleXIfExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXIfExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXIfExpression21704); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXIfExpression" // $ANTLR start "ruleXIfExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10231:1: ruleXIfExpression returns [EObject current=null] : ( () otherlv_1= 'if' otherlv_2= '(' ( (lv_if_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_then_5_0= ruleXExpression ) ) ( ( ( 'else' )=>otherlv_6= 'else' ) ( (lv_else_7_0= ruleXExpression ) ) )? ) ; public final EObject ruleXIfExpression() throws RecognitionException { EObject current = null; Token otherlv_1=null; Token otherlv_2=null; Token otherlv_4=null; Token otherlv_6=null; EObject lv_if_3_0 = null; EObject lv_then_5_0 = null; EObject lv_else_7_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10234:28: ( ( () otherlv_1= 'if' otherlv_2= '(' ( (lv_if_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_then_5_0= ruleXExpression ) ) ( ( ( 'else' )=>otherlv_6= 'else' ) ( (lv_else_7_0= ruleXExpression ) ) )? ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10235:1: ( () otherlv_1= 'if' otherlv_2= '(' ( (lv_if_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_then_5_0= ruleXExpression ) ) ( ( ( 'else' )=>otherlv_6= 'else' ) ( (lv_else_7_0= ruleXExpression ) ) )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10235:1: ( () otherlv_1= 'if' otherlv_2= '(' ( (lv_if_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_then_5_0= ruleXExpression ) ) ( ( ( 'else' )=>otherlv_6= 'else' ) ( (lv_else_7_0= ruleXExpression ) ) )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10235:2: () otherlv_1= 'if' otherlv_2= '(' ( (lv_if_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_then_5_0= ruleXExpression ) ) ( ( ( 'else' )=>otherlv_6= 'else' ) ( (lv_else_7_0= ruleXExpression ) ) )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10235:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10236:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXIfExpressionAccess().getXIfExpressionAction_0(), current); } } otherlv_1=(Token)match(input,130,FollowSets000.FOLLOW_130_in_ruleXIfExpression21750); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXIfExpressionAccess().getIfKeyword_1()); } otherlv_2=(Token)match(input,54,FollowSets000.FOLLOW_54_in_ruleXIfExpression21762); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXIfExpressionAccess().getLeftParenthesisKeyword_2()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10249:1: ( (lv_if_3_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10250:1: (lv_if_3_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10250:1: (lv_if_3_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10251:3: lv_if_3_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXIfExpressionAccess().getIfXExpressionParserRuleCall_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXIfExpression21783); lv_if_3_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXIfExpressionRule()); } set( current, "if", lv_if_3_0, "XExpression"); afterParserOrEnumRuleCall(); } } } otherlv_4=(Token)match(input,55,FollowSets000.FOLLOW_55_in_ruleXIfExpression21795); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXIfExpressionAccess().getRightParenthesisKeyword_4()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10271:1: ( (lv_then_5_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10272:1: (lv_then_5_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10272:1: (lv_then_5_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10273:3: lv_then_5_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXIfExpressionAccess().getThenXExpressionParserRuleCall_5_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXIfExpression21816); lv_then_5_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXIfExpressionRule()); } set( current, "then", lv_then_5_0, "XExpression"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10289:2: ( ( ( 'else' )=>otherlv_6= 'else' ) ( (lv_else_7_0= ruleXExpression ) ) )? int alt230=2; int LA230_0 = input.LA(1); if ( (LA230_0==131) ) { int LA230_1 = input.LA(2); if ( (synpred49_InternalFeature()) ) { alt230=1; } } switch (alt230) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10289:3: ( ( 'else' )=>otherlv_6= 'else' ) ( (lv_else_7_0= ruleXExpression ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10289:3: ( ( 'else' )=>otherlv_6= 'else' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10289:4: ( 'else' )=>otherlv_6= 'else' { otherlv_6=(Token)match(input,131,FollowSets000.FOLLOW_131_in_ruleXIfExpression21837); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_6, grammarAccess.getXIfExpressionAccess().getElseKeyword_6_0()); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10294:2: ( (lv_else_7_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10295:1: (lv_else_7_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10295:1: (lv_else_7_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10296:3: lv_else_7_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXIfExpressionAccess().getElseXExpressionParserRuleCall_6_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXIfExpression21859); lv_else_7_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXIfExpressionRule()); } set( current, "else", lv_else_7_0, "XExpression"); afterParserOrEnumRuleCall(); } } } } break; } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXIfExpression" // $ANTLR start "entryRuleXCasePart" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10320:1: entryRuleXCasePart returns [EObject current=null] : iv_ruleXCasePart= ruleXCasePart EOF ; public final EObject entryRuleXCasePart() throws RecognitionException { EObject current = null; EObject iv_ruleXCasePart = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10321:2: (iv_ruleXCasePart= ruleXCasePart EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10322:2: iv_ruleXCasePart= ruleXCasePart EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXCasePartRule()); } pushFollow(FollowSets000.FOLLOW_ruleXCasePart_in_entryRuleXCasePart21897); iv_ruleXCasePart=ruleXCasePart(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXCasePart; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXCasePart21907); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXCasePart" // $ANTLR start "ruleXCasePart" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10329:1: ruleXCasePart returns [EObject current=null] : ( () ( (lv_typeGuard_1_0= ruleJvmTypeReference ) )? (otherlv_2= 'case' ( (lv_case_3_0= ruleXExpression ) ) )? ( (otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) ) ) | ( (lv_fallThrough_6_0= ',' ) ) ) ) ; public final EObject ruleXCasePart() throws RecognitionException { EObject current = null; Token otherlv_2=null; Token otherlv_4=null; Token lv_fallThrough_6_0=null; EObject lv_typeGuard_1_0 = null; EObject lv_case_3_0 = null; EObject lv_then_5_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10332:28: ( ( () ( (lv_typeGuard_1_0= ruleJvmTypeReference ) )? (otherlv_2= 'case' ( (lv_case_3_0= ruleXExpression ) ) )? ( (otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) ) ) | ( (lv_fallThrough_6_0= ',' ) ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10333:1: ( () ( (lv_typeGuard_1_0= ruleJvmTypeReference ) )? (otherlv_2= 'case' ( (lv_case_3_0= ruleXExpression ) ) )? ( (otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) ) ) | ( (lv_fallThrough_6_0= ',' ) ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10333:1: ( () ( (lv_typeGuard_1_0= ruleJvmTypeReference ) )? (otherlv_2= 'case' ( (lv_case_3_0= ruleXExpression ) ) )? ( (otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) ) ) | ( (lv_fallThrough_6_0= ',' ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10333:2: () ( (lv_typeGuard_1_0= ruleJvmTypeReference ) )? (otherlv_2= 'case' ( (lv_case_3_0= ruleXExpression ) ) )? ( (otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) ) ) | ( (lv_fallThrough_6_0= ',' ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10333:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10334:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXCasePartAccess().getXCasePartAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10339:2: ( (lv_typeGuard_1_0= ruleJvmTypeReference ) )? int alt231=2; int LA231_0 = input.LA(1); if ( (LA231_0==RULE_ID||LA231_0==54||(LA231_0>=61 && LA231_0<=62)||LA231_0==80||(LA231_0>=82 && LA231_0<=84)) ) { alt231=1; } switch (alt231) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10340:1: (lv_typeGuard_1_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10340:1: (lv_typeGuard_1_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10341:3: lv_typeGuard_1_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXCasePartAccess().getTypeGuardJvmTypeReferenceParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleXCasePart21962); lv_typeGuard_1_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXCasePartRule()); } set( current, "typeGuard", lv_typeGuard_1_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10357:3: (otherlv_2= 'case' ( (lv_case_3_0= ruleXExpression ) ) )? int alt232=2; int LA232_0 = input.LA(1); if ( (LA232_0==132) ) { alt232=1; } switch (alt232) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10357:5: otherlv_2= 'case' ( (lv_case_3_0= ruleXExpression ) ) { otherlv_2=(Token)match(input,132,FollowSets000.FOLLOW_132_in_ruleXCasePart21976); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXCasePartAccess().getCaseKeyword_2_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10361:1: ( (lv_case_3_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10362:1: (lv_case_3_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10362:1: (lv_case_3_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10363:3: lv_case_3_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXCasePartAccess().getCaseXExpressionParserRuleCall_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXCasePart21997); lv_case_3_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXCasePartRule()); } set( current, "case", lv_case_3_0, "XExpression"); afterParserOrEnumRuleCall(); } } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10379:4: ( (otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) ) ) | ( (lv_fallThrough_6_0= ',' ) ) ) int alt233=2; int LA233_0 = input.LA(1); if ( (LA233_0==81) ) { alt233=1; } else if ( (LA233_0==52) ) { alt233=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 233, 0, input); throw nvae; } switch (alt233) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10379:5: (otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10379:5: (otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10379:7: otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) ) { otherlv_4=(Token)match(input,81,FollowSets000.FOLLOW_81_in_ruleXCasePart22013); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXCasePartAccess().getColonKeyword_3_0_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10383:1: ( (lv_then_5_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10384:1: (lv_then_5_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10384:1: (lv_then_5_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10385:3: lv_then_5_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXCasePartAccess().getThenXExpressionParserRuleCall_3_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXCasePart22034); lv_then_5_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXCasePartRule()); } set( current, "then", lv_then_5_0, "XExpression"); afterParserOrEnumRuleCall(); } } } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10402:6: ( (lv_fallThrough_6_0= ',' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10402:6: ( (lv_fallThrough_6_0= ',' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10403:1: (lv_fallThrough_6_0= ',' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10403:1: (lv_fallThrough_6_0= ',' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10404:3: lv_fallThrough_6_0= ',' { lv_fallThrough_6_0=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleXCasePart22059); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_fallThrough_6_0, grammarAccess.getXCasePartAccess().getFallThroughCommaKeyword_3_1_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXCasePartRule()); } setWithLastConsumed(current, "fallThrough", true, ","); } } } } break; } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXCasePart" // $ANTLR start "entryRuleXForLoopExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10425:1: entryRuleXForLoopExpression returns [EObject current=null] : iv_ruleXForLoopExpression= ruleXForLoopExpression EOF ; public final EObject entryRuleXForLoopExpression() throws RecognitionException { EObject current = null; EObject iv_ruleXForLoopExpression = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10426:2: (iv_ruleXForLoopExpression= ruleXForLoopExpression EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10427:2: iv_ruleXForLoopExpression= ruleXForLoopExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXForLoopExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXForLoopExpression_in_entryRuleXForLoopExpression22109); iv_ruleXForLoopExpression=ruleXForLoopExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXForLoopExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXForLoopExpression22119); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXForLoopExpression" // $ANTLR start "ruleXForLoopExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10434:1: ruleXForLoopExpression returns [EObject current=null] : ( ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_forExpression_5_0= ruleXExpression ) ) otherlv_6= ')' ( (lv_eachExpression_7_0= ruleXExpression ) ) ) ; public final EObject ruleXForLoopExpression() throws RecognitionException { EObject current = null; Token otherlv_1=null; Token otherlv_2=null; Token otherlv_4=null; Token otherlv_6=null; EObject lv_declaredParam_3_0 = null; EObject lv_forExpression_5_0 = null; EObject lv_eachExpression_7_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10437:28: ( ( ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_forExpression_5_0= ruleXExpression ) ) otherlv_6= ')' ( (lv_eachExpression_7_0= ruleXExpression ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10438:1: ( ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_forExpression_5_0= ruleXExpression ) ) otherlv_6= ')' ( (lv_eachExpression_7_0= ruleXExpression ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10438:1: ( ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_forExpression_5_0= ruleXExpression ) ) otherlv_6= ')' ( (lv_eachExpression_7_0= ruleXExpression ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10438:2: ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_forExpression_5_0= ruleXExpression ) ) otherlv_6= ')' ( (lv_eachExpression_7_0= ruleXExpression ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10438:2: ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10438:3: ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10446:5: ( () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10446:6: () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10446:6: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10447:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXForLoopExpressionAccess().getXForLoopExpressionAction_0_0_0(), current); } } otherlv_1=(Token)match(input,133,FollowSets000.FOLLOW_133_in_ruleXForLoopExpression22196); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXForLoopExpressionAccess().getForKeyword_0_0_1()); } otherlv_2=(Token)match(input,54,FollowSets000.FOLLOW_54_in_ruleXForLoopExpression22208); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXForLoopExpressionAccess().getLeftParenthesisKeyword_0_0_2()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10460:1: ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10461:1: (lv_declaredParam_3_0= ruleJvmFormalParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10461:1: (lv_declaredParam_3_0= ruleJvmFormalParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10462:3: lv_declaredParam_3_0= ruleJvmFormalParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXForLoopExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_0_0_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmFormalParameter_in_ruleXForLoopExpression22229); lv_declaredParam_3_0=ruleJvmFormalParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXForLoopExpressionRule()); } set( current, "declaredParam", lv_declaredParam_3_0, "JvmFormalParameter"); afterParserOrEnumRuleCall(); } } } otherlv_4=(Token)match(input,81,FollowSets000.FOLLOW_81_in_ruleXForLoopExpression22241); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXForLoopExpressionAccess().getColonKeyword_0_0_4()); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10482:3: ( (lv_forExpression_5_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10483:1: (lv_forExpression_5_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10483:1: (lv_forExpression_5_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10484:3: lv_forExpression_5_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXForLoopExpressionAccess().getForExpressionXExpressionParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXForLoopExpression22264); lv_forExpression_5_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXForLoopExpressionRule()); } set( current, "forExpression", lv_forExpression_5_0, "XExpression"); afterParserOrEnumRuleCall(); } } } otherlv_6=(Token)match(input,55,FollowSets000.FOLLOW_55_in_ruleXForLoopExpression22276); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_6, grammarAccess.getXForLoopExpressionAccess().getRightParenthesisKeyword_2()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10504:1: ( (lv_eachExpression_7_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10505:1: (lv_eachExpression_7_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10505:1: (lv_eachExpression_7_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10506:3: lv_eachExpression_7_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXForLoopExpressionAccess().getEachExpressionXExpressionParserRuleCall_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXForLoopExpression22297); lv_eachExpression_7_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXForLoopExpressionRule()); } set( current, "eachExpression", lv_eachExpression_7_0, "XExpression"); afterParserOrEnumRuleCall(); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXForLoopExpression" // $ANTLR start "entryRuleXBasicForLoopExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10530:1: entryRuleXBasicForLoopExpression returns [EObject current=null] : iv_ruleXBasicForLoopExpression= ruleXBasicForLoopExpression EOF ; public final EObject entryRuleXBasicForLoopExpression() throws RecognitionException { EObject current = null; EObject iv_ruleXBasicForLoopExpression = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10531:2: (iv_ruleXBasicForLoopExpression= ruleXBasicForLoopExpression EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10532:2: iv_ruleXBasicForLoopExpression= ruleXBasicForLoopExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXBasicForLoopExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXBasicForLoopExpression_in_entryRuleXBasicForLoopExpression22333); iv_ruleXBasicForLoopExpression=ruleXBasicForLoopExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXBasicForLoopExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXBasicForLoopExpression22343); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXBasicForLoopExpression" // $ANTLR start "ruleXBasicForLoopExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10539:1: ruleXBasicForLoopExpression returns [EObject current=null] : ( () otherlv_1= 'for' otherlv_2= '(' ( ( (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) ) )* )? otherlv_6= ';' ( (lv_expression_7_0= ruleXExpression ) )? otherlv_8= ';' ( ( (lv_updateExpressions_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) ) )* )? otherlv_12= ')' ( (lv_eachExpression_13_0= ruleXExpression ) ) ) ; public final EObject ruleXBasicForLoopExpression() throws RecognitionException { EObject current = null; Token otherlv_1=null; Token otherlv_2=null; Token otherlv_4=null; Token otherlv_6=null; Token otherlv_8=null; Token otherlv_10=null; Token otherlv_12=null; EObject lv_initExpressions_3_0 = null; EObject lv_initExpressions_5_0 = null; EObject lv_expression_7_0 = null; EObject lv_updateExpressions_9_0 = null; EObject lv_updateExpressions_11_0 = null; EObject lv_eachExpression_13_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10542:28: ( ( () otherlv_1= 'for' otherlv_2= '(' ( ( (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) ) )* )? otherlv_6= ';' ( (lv_expression_7_0= ruleXExpression ) )? otherlv_8= ';' ( ( (lv_updateExpressions_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) ) )* )? otherlv_12= ')' ( (lv_eachExpression_13_0= ruleXExpression ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10543:1: ( () otherlv_1= 'for' otherlv_2= '(' ( ( (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) ) )* )? otherlv_6= ';' ( (lv_expression_7_0= ruleXExpression ) )? otherlv_8= ';' ( ( (lv_updateExpressions_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) ) )* )? otherlv_12= ')' ( (lv_eachExpression_13_0= ruleXExpression ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10543:1: ( () otherlv_1= 'for' otherlv_2= '(' ( ( (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) ) )* )? otherlv_6= ';' ( (lv_expression_7_0= ruleXExpression ) )? otherlv_8= ';' ( ( (lv_updateExpressions_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) ) )* )? otherlv_12= ')' ( (lv_eachExpression_13_0= ruleXExpression ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10543:2: () otherlv_1= 'for' otherlv_2= '(' ( ( (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) ) )* )? otherlv_6= ';' ( (lv_expression_7_0= ruleXExpression ) )? otherlv_8= ';' ( ( (lv_updateExpressions_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) ) )* )? otherlv_12= ')' ( (lv_eachExpression_13_0= ruleXExpression ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10543:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10544:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXBasicForLoopExpressionAccess().getXBasicForLoopExpressionAction_0(), current); } } otherlv_1=(Token)match(input,133,FollowSets000.FOLLOW_133_in_ruleXBasicForLoopExpression22389); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXBasicForLoopExpressionAccess().getForKeyword_1()); } otherlv_2=(Token)match(input,54,FollowSets000.FOLLOW_54_in_ruleXBasicForLoopExpression22401); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXBasicForLoopExpressionAccess().getLeftParenthesisKeyword_2()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10557:1: ( ( (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) ) )* )? int alt235=2; int LA235_0 = input.LA(1); if ( ((LA235_0>=RULE_ID && LA235_0<=RULE_RICH_TEXT_START)||(LA235_0>=RULE_HEX && LA235_0<=RULE_DECIMAL)||(LA235_0>=39 && LA235_0<=40)||(LA235_0>=44 && LA235_0<=45)||(LA235_0>=48 && LA235_0<=49)||LA235_0==51||LA235_0==54||(LA235_0>=56 && LA235_0<=61)||(LA235_0>=64 && LA235_0<=80)||(LA235_0>=82 && LA235_0<=85)||(LA235_0>=87 && LA235_0<=88)||(LA235_0>=97 && LA235_0<=98)||(LA235_0>=117 && LA235_0<=118)||LA235_0==123||LA235_0==130||(LA235_0>=133 && LA235_0<=142)) ) { alt235=1; } switch (alt235) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10557:2: ( (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10557:2: ( (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10558:1: (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10558:1: (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10559:3: lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsXExpressionOrVarDeclarationParserRuleCall_3_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpressionOrVarDeclaration_in_ruleXBasicForLoopExpression22423); lv_initExpressions_3_0=ruleXExpressionOrVarDeclaration(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXBasicForLoopExpressionRule()); } add( current, "initExpressions", lv_initExpressions_3_0, "XExpressionOrVarDeclaration"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10575:2: (otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) ) )* loop234: do { int alt234=2; int LA234_0 = input.LA(1); if ( (LA234_0==52) ) { alt234=1; } switch (alt234) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10575:4: otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) ) { otherlv_4=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleXBasicForLoopExpression22436); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXBasicForLoopExpressionAccess().getCommaKeyword_3_1_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10579:1: ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10580:1: (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10580:1: (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10581:3: lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsXExpressionOrVarDeclarationParserRuleCall_3_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpressionOrVarDeclaration_in_ruleXBasicForLoopExpression22457); lv_initExpressions_5_0=ruleXExpressionOrVarDeclaration(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXBasicForLoopExpressionRule()); } add( current, "initExpressions", lv_initExpressions_5_0, "XExpressionOrVarDeclaration"); afterParserOrEnumRuleCall(); } } } } break; default : break loop234; } } while (true); } break; } otherlv_6=(Token)match(input,42,FollowSets000.FOLLOW_42_in_ruleXBasicForLoopExpression22473); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_6, grammarAccess.getXBasicForLoopExpressionAccess().getSemicolonKeyword_4()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10601:1: ( (lv_expression_7_0= ruleXExpression ) )? int alt236=2; int LA236_0 = input.LA(1); if ( ((LA236_0>=RULE_ID && LA236_0<=RULE_RICH_TEXT_START)||(LA236_0>=RULE_HEX && LA236_0<=RULE_DECIMAL)||(LA236_0>=39 && LA236_0<=40)||(LA236_0>=44 && LA236_0<=45)||(LA236_0>=48 && LA236_0<=49)||LA236_0==51||LA236_0==54||(LA236_0>=56 && LA236_0<=61)||(LA236_0>=64 && LA236_0<=75)||(LA236_0>=78 && LA236_0<=80)||(LA236_0>=82 && LA236_0<=85)||(LA236_0>=87 && LA236_0<=88)||(LA236_0>=97 && LA236_0<=98)||(LA236_0>=117 && LA236_0<=118)||LA236_0==123||LA236_0==130||(LA236_0>=133 && LA236_0<=142)) ) { alt236=1; } switch (alt236) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10602:1: (lv_expression_7_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10602:1: (lv_expression_7_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10603:3: lv_expression_7_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getExpressionXExpressionParserRuleCall_5_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXBasicForLoopExpression22494); lv_expression_7_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXBasicForLoopExpressionRule()); } set( current, "expression", lv_expression_7_0, "XExpression"); afterParserOrEnumRuleCall(); } } } break; } otherlv_8=(Token)match(input,42,FollowSets000.FOLLOW_42_in_ruleXBasicForLoopExpression22507); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_8, grammarAccess.getXBasicForLoopExpressionAccess().getSemicolonKeyword_6()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10623:1: ( ( (lv_updateExpressions_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) ) )* )? int alt238=2; int LA238_0 = input.LA(1); if ( ((LA238_0>=RULE_ID && LA238_0<=RULE_RICH_TEXT_START)||(LA238_0>=RULE_HEX && LA238_0<=RULE_DECIMAL)||(LA238_0>=39 && LA238_0<=40)||(LA238_0>=44 && LA238_0<=45)||(LA238_0>=48 && LA238_0<=49)||LA238_0==51||LA238_0==54||(LA238_0>=56 && LA238_0<=61)||(LA238_0>=64 && LA238_0<=75)||(LA238_0>=78 && LA238_0<=80)||(LA238_0>=82 && LA238_0<=85)||(LA238_0>=87 && LA238_0<=88)||(LA238_0>=97 && LA238_0<=98)||(LA238_0>=117 && LA238_0<=118)||LA238_0==123||LA238_0==130||(LA238_0>=133 && LA238_0<=142)) ) { alt238=1; } switch (alt238) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10623:2: ( (lv_updateExpressions_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10623:2: ( (lv_updateExpressions_9_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10624:1: (lv_updateExpressions_9_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10624:1: (lv_updateExpressions_9_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10625:3: lv_updateExpressions_9_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsXExpressionParserRuleCall_7_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXBasicForLoopExpression22529); lv_updateExpressions_9_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXBasicForLoopExpressionRule()); } add( current, "updateExpressions", lv_updateExpressions_9_0, "XExpression"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10641:2: (otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) ) )* loop237: do { int alt237=2; int LA237_0 = input.LA(1); if ( (LA237_0==52) ) { alt237=1; } switch (alt237) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10641:4: otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) ) { otherlv_10=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleXBasicForLoopExpression22542); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_10, grammarAccess.getXBasicForLoopExpressionAccess().getCommaKeyword_7_1_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10645:1: ( (lv_updateExpressions_11_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10646:1: (lv_updateExpressions_11_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10646:1: (lv_updateExpressions_11_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10647:3: lv_updateExpressions_11_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsXExpressionParserRuleCall_7_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXBasicForLoopExpression22563); lv_updateExpressions_11_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXBasicForLoopExpressionRule()); } add( current, "updateExpressions", lv_updateExpressions_11_0, "XExpression"); afterParserOrEnumRuleCall(); } } } } break; default : break loop237; } } while (true); } break; } otherlv_12=(Token)match(input,55,FollowSets000.FOLLOW_55_in_ruleXBasicForLoopExpression22579); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_12, grammarAccess.getXBasicForLoopExpressionAccess().getRightParenthesisKeyword_8()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10667:1: ( (lv_eachExpression_13_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10668:1: (lv_eachExpression_13_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10668:1: (lv_eachExpression_13_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10669:3: lv_eachExpression_13_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getEachExpressionXExpressionParserRuleCall_9_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXBasicForLoopExpression22600); lv_eachExpression_13_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXBasicForLoopExpressionRule()); } set( current, "eachExpression", lv_eachExpression_13_0, "XExpression"); afterParserOrEnumRuleCall(); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXBasicForLoopExpression" // $ANTLR start "entryRuleXWhileExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10693:1: entryRuleXWhileExpression returns [EObject current=null] : iv_ruleXWhileExpression= ruleXWhileExpression EOF ; public final EObject entryRuleXWhileExpression() throws RecognitionException { EObject current = null; EObject iv_ruleXWhileExpression = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10694:2: (iv_ruleXWhileExpression= ruleXWhileExpression EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10695:2: iv_ruleXWhileExpression= ruleXWhileExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXWhileExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXWhileExpression_in_entryRuleXWhileExpression22636); iv_ruleXWhileExpression=ruleXWhileExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXWhileExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXWhileExpression22646); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXWhileExpression" // $ANTLR start "ruleXWhileExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10702:1: ruleXWhileExpression returns [EObject current=null] : ( () otherlv_1= 'while' otherlv_2= '(' ( (lv_predicate_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_body_5_0= ruleXExpression ) ) ) ; public final EObject ruleXWhileExpression() throws RecognitionException { EObject current = null; Token otherlv_1=null; Token otherlv_2=null; Token otherlv_4=null; EObject lv_predicate_3_0 = null; EObject lv_body_5_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10705:28: ( ( () otherlv_1= 'while' otherlv_2= '(' ( (lv_predicate_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_body_5_0= ruleXExpression ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10706:1: ( () otherlv_1= 'while' otherlv_2= '(' ( (lv_predicate_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_body_5_0= ruleXExpression ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10706:1: ( () otherlv_1= 'while' otherlv_2= '(' ( (lv_predicate_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_body_5_0= ruleXExpression ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10706:2: () otherlv_1= 'while' otherlv_2= '(' ( (lv_predicate_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_body_5_0= ruleXExpression ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10706:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10707:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXWhileExpressionAccess().getXWhileExpressionAction_0(), current); } } otherlv_1=(Token)match(input,134,FollowSets000.FOLLOW_134_in_ruleXWhileExpression22692); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXWhileExpressionAccess().getWhileKeyword_1()); } otherlv_2=(Token)match(input,54,FollowSets000.FOLLOW_54_in_ruleXWhileExpression22704); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXWhileExpressionAccess().getLeftParenthesisKeyword_2()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10720:1: ( (lv_predicate_3_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10721:1: (lv_predicate_3_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10721:1: (lv_predicate_3_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10722:3: lv_predicate_3_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXWhileExpressionAccess().getPredicateXExpressionParserRuleCall_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXWhileExpression22725); lv_predicate_3_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXWhileExpressionRule()); } set( current, "predicate", lv_predicate_3_0, "XExpression"); afterParserOrEnumRuleCall(); } } } otherlv_4=(Token)match(input,55,FollowSets000.FOLLOW_55_in_ruleXWhileExpression22737); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXWhileExpressionAccess().getRightParenthesisKeyword_4()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10742:1: ( (lv_body_5_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10743:1: (lv_body_5_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10743:1: (lv_body_5_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10744:3: lv_body_5_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXWhileExpressionAccess().getBodyXExpressionParserRuleCall_5_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXWhileExpression22758); lv_body_5_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXWhileExpressionRule()); } set( current, "body", lv_body_5_0, "XExpression"); afterParserOrEnumRuleCall(); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXWhileExpression" // $ANTLR start "entryRuleXDoWhileExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10768:1: entryRuleXDoWhileExpression returns [EObject current=null] : iv_ruleXDoWhileExpression= ruleXDoWhileExpression EOF ; public final EObject entryRuleXDoWhileExpression() throws RecognitionException { EObject current = null; EObject iv_ruleXDoWhileExpression = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10769:2: (iv_ruleXDoWhileExpression= ruleXDoWhileExpression EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10770:2: iv_ruleXDoWhileExpression= ruleXDoWhileExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXDoWhileExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXDoWhileExpression_in_entryRuleXDoWhileExpression22794); iv_ruleXDoWhileExpression=ruleXDoWhileExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXDoWhileExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXDoWhileExpression22804); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXDoWhileExpression" // $ANTLR start "ruleXDoWhileExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10777:1: ruleXDoWhileExpression returns [EObject current=null] : ( () otherlv_1= 'do' ( (lv_body_2_0= ruleXExpression ) ) otherlv_3= 'while' otherlv_4= '(' ( (lv_predicate_5_0= ruleXExpression ) ) otherlv_6= ')' ) ; public final EObject ruleXDoWhileExpression() throws RecognitionException { EObject current = null; Token otherlv_1=null; Token otherlv_3=null; Token otherlv_4=null; Token otherlv_6=null; EObject lv_body_2_0 = null; EObject lv_predicate_5_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10780:28: ( ( () otherlv_1= 'do' ( (lv_body_2_0= ruleXExpression ) ) otherlv_3= 'while' otherlv_4= '(' ( (lv_predicate_5_0= ruleXExpression ) ) otherlv_6= ')' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10781:1: ( () otherlv_1= 'do' ( (lv_body_2_0= ruleXExpression ) ) otherlv_3= 'while' otherlv_4= '(' ( (lv_predicate_5_0= ruleXExpression ) ) otherlv_6= ')' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10781:1: ( () otherlv_1= 'do' ( (lv_body_2_0= ruleXExpression ) ) otherlv_3= 'while' otherlv_4= '(' ( (lv_predicate_5_0= ruleXExpression ) ) otherlv_6= ')' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10781:2: () otherlv_1= 'do' ( (lv_body_2_0= ruleXExpression ) ) otherlv_3= 'while' otherlv_4= '(' ( (lv_predicate_5_0= ruleXExpression ) ) otherlv_6= ')' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10781:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10782:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXDoWhileExpressionAccess().getXDoWhileExpressionAction_0(), current); } } otherlv_1=(Token)match(input,135,FollowSets000.FOLLOW_135_in_ruleXDoWhileExpression22850); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXDoWhileExpressionAccess().getDoKeyword_1()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10791:1: ( (lv_body_2_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10792:1: (lv_body_2_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10792:1: (lv_body_2_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10793:3: lv_body_2_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXDoWhileExpressionAccess().getBodyXExpressionParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXDoWhileExpression22871); lv_body_2_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXDoWhileExpressionRule()); } set( current, "body", lv_body_2_0, "XExpression"); afterParserOrEnumRuleCall(); } } } otherlv_3=(Token)match(input,134,FollowSets000.FOLLOW_134_in_ruleXDoWhileExpression22883); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_3, grammarAccess.getXDoWhileExpressionAccess().getWhileKeyword_3()); } otherlv_4=(Token)match(input,54,FollowSets000.FOLLOW_54_in_ruleXDoWhileExpression22895); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXDoWhileExpressionAccess().getLeftParenthesisKeyword_4()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10817:1: ( (lv_predicate_5_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10818:1: (lv_predicate_5_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10818:1: (lv_predicate_5_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10819:3: lv_predicate_5_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXDoWhileExpressionAccess().getPredicateXExpressionParserRuleCall_5_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXDoWhileExpression22916); lv_predicate_5_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXDoWhileExpressionRule()); } set( current, "predicate", lv_predicate_5_0, "XExpression"); afterParserOrEnumRuleCall(); } } } otherlv_6=(Token)match(input,55,FollowSets000.FOLLOW_55_in_ruleXDoWhileExpression22928); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_6, grammarAccess.getXDoWhileExpressionAccess().getRightParenthesisKeyword_6()); } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXDoWhileExpression" // $ANTLR start "entryRuleXBlockExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10847:1: entryRuleXBlockExpression returns [EObject current=null] : iv_ruleXBlockExpression= ruleXBlockExpression EOF ; public final EObject entryRuleXBlockExpression() throws RecognitionException { EObject current = null; EObject iv_ruleXBlockExpression = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10848:2: (iv_ruleXBlockExpression= ruleXBlockExpression EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10849:2: iv_ruleXBlockExpression= ruleXBlockExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXBlockExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXBlockExpression_in_entryRuleXBlockExpression22964); iv_ruleXBlockExpression=ruleXBlockExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXBlockExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXBlockExpression22974); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXBlockExpression" // $ANTLR start "ruleXBlockExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10856:1: ruleXBlockExpression returns [EObject current=null] : ( () otherlv_1= '{' ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )* otherlv_4= '}' ) ; public final EObject ruleXBlockExpression() throws RecognitionException { EObject current = null; Token otherlv_1=null; Token otherlv_3=null; Token otherlv_4=null; EObject lv_expressions_2_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10859:28: ( ( () otherlv_1= '{' ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )* otherlv_4= '}' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10860:1: ( () otherlv_1= '{' ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )* otherlv_4= '}' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10860:1: ( () otherlv_1= '{' ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )* otherlv_4= '}' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10860:2: () otherlv_1= '{' ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )* otherlv_4= '}' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10860:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10861:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXBlockExpressionAccess().getXBlockExpressionAction_0(), current); } } otherlv_1=(Token)match(input,49,FollowSets000.FOLLOW_49_in_ruleXBlockExpression23020); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXBlockExpressionAccess().getLeftCurlyBracketKeyword_1()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10870:1: ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )* loop240: do { int alt240=2; int LA240_0 = input.LA(1); if ( ((LA240_0>=RULE_ID && LA240_0<=RULE_RICH_TEXT_START)||(LA240_0>=RULE_HEX && LA240_0<=RULE_DECIMAL)||(LA240_0>=39 && LA240_0<=40)||(LA240_0>=44 && LA240_0<=45)||(LA240_0>=48 && LA240_0<=49)||LA240_0==51||LA240_0==54||(LA240_0>=56 && LA240_0<=61)||(LA240_0>=64 && LA240_0<=80)||(LA240_0>=82 && LA240_0<=85)||(LA240_0>=87 && LA240_0<=88)||(LA240_0>=97 && LA240_0<=98)||(LA240_0>=117 && LA240_0<=118)||LA240_0==123||LA240_0==130||(LA240_0>=133 && LA240_0<=142)) ) { alt240=1; } switch (alt240) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10870:2: ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10870:2: ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10871:1: (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10871:1: (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10872:3: lv_expressions_2_0= ruleXExpressionOrVarDeclaration { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXBlockExpressionAccess().getExpressionsXExpressionOrVarDeclarationParserRuleCall_2_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpressionOrVarDeclaration_in_ruleXBlockExpression23042); lv_expressions_2_0=ruleXExpressionOrVarDeclaration(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXBlockExpressionRule()); } add( current, "expressions", lv_expressions_2_0, "XExpressionOrVarDeclaration"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10888:2: (otherlv_3= ';' )? int alt239=2; int LA239_0 = input.LA(1); if ( (LA239_0==42) ) { alt239=1; } switch (alt239) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10888:4: otherlv_3= ';' { otherlv_3=(Token)match(input,42,FollowSets000.FOLLOW_42_in_ruleXBlockExpression23055); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_3, grammarAccess.getXBlockExpressionAccess().getSemicolonKeyword_2_1()); } } break; } } break; default : break loop240; } } while (true); otherlv_4=(Token)match(input,50,FollowSets000.FOLLOW_50_in_ruleXBlockExpression23071); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXBlockExpressionAccess().getRightCurlyBracketKeyword_3()); } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXBlockExpression" // $ANTLR start "entryRuleXExpressionOrVarDeclaration" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10904:1: entryRuleXExpressionOrVarDeclaration returns [EObject current=null] : iv_ruleXExpressionOrVarDeclaration= ruleXExpressionOrVarDeclaration EOF ; public final EObject entryRuleXExpressionOrVarDeclaration() throws RecognitionException { EObject current = null; EObject iv_ruleXExpressionOrVarDeclaration = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10905:2: (iv_ruleXExpressionOrVarDeclaration= ruleXExpressionOrVarDeclaration EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10906:2: iv_ruleXExpressionOrVarDeclaration= ruleXExpressionOrVarDeclaration EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXExpressionOrVarDeclarationRule()); } pushFollow(FollowSets000.FOLLOW_ruleXExpressionOrVarDeclaration_in_entryRuleXExpressionOrVarDeclaration23107); iv_ruleXExpressionOrVarDeclaration=ruleXExpressionOrVarDeclaration(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXExpressionOrVarDeclaration; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXExpressionOrVarDeclaration23117); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXExpressionOrVarDeclaration" // $ANTLR start "ruleXExpressionOrVarDeclaration" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10913:1: ruleXExpressionOrVarDeclaration returns [EObject current=null] : ( ( ( ( () ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) ) )=>this_XVariableDeclaration_0= ruleXVariableDeclaration ) | this_XExpression_1= ruleXExpression ) ; public final EObject ruleXExpressionOrVarDeclaration() throws RecognitionException { EObject current = null; EObject this_XVariableDeclaration_0 = null; EObject this_XExpression_1 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10916:28: ( ( ( ( ( () ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) ) )=>this_XVariableDeclaration_0= ruleXVariableDeclaration ) | this_XExpression_1= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10917:1: ( ( ( ( () ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) ) )=>this_XVariableDeclaration_0= ruleXVariableDeclaration ) | this_XExpression_1= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10917:1: ( ( ( ( () ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) ) )=>this_XVariableDeclaration_0= ruleXVariableDeclaration ) | this_XExpression_1= ruleXExpression ) int alt241=2; int LA241_0 = input.LA(1); if ( (LA241_0==77) && (synpred51_InternalFeature())) { alt241=1; } else if ( (LA241_0==76) && (synpred51_InternalFeature())) { alt241=1; } else if ( (LA241_0==40) ) { switch ( input.LA(2) ) { case 77: { int LA241_5 = input.LA(3); if ( (synpred51_InternalFeature()) ) { alt241=1; } else if ( (true) ) { alt241=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 241, 5, input); throw nvae; } } break; case 76: { int LA241_6 = input.LA(3); if ( (synpred51_InternalFeature()) ) { alt241=1; } else if ( (true) ) { alt241=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 241, 6, input); throw nvae; } } break; case EOF: case RULE_SCENARIO_TEXT: case RULE_WHEN_TEXT: case RULE_THEN_TEXT: case RULE_AND_TEXT: case RULE_BUT_TEXT: case RULE_ID: case RULE_STRING: case RULE_RICH_TEXT: case RULE_RICH_TEXT_START: case RULE_RICH_TEXT_INBETWEEN: case RULE_COMMENT_RICH_TEXT_INBETWEEN: case RULE_RICH_TEXT_END: case RULE_COMMENT_RICH_TEXT_END: case RULE_HEX: case RULE_INT: case RULE_DECIMAL: case 39: case 40: case 41: case 42: case 43: case 44: case 45: case 46: case 48: case 49: case 50: case 51: case 52: case 53: case 54: case 56: case 57: case 58: case 59: case 60: case 61: case 62: case 63: case 64: case 65: case 66: case 67: case 68: case 69: case 70: case 71: case 72: case 73: case 74: case 75: case 78: case 79: case 80: case 82: case 83: case 84: case 85: case 87: case 88: case 97: case 98: case 99: case 100: case 101: case 102: case 103: case 104: case 105: case 106: case 107: case 108: case 109: case 110: case 111: case 112: case 113: case 114: case 115: case 116: case 117: case 118: case 119: case 120: case 121: case 122: case 123: case 124: case 125: case 126: case 127: case 128: case 130: case 133: case 134: case 135: case 136: case 137: case 138: case 139: case 140: case 141: case 142: { alt241=2; } break; default: if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 241, 3, input); throw nvae; } } else if ( ((LA241_0>=RULE_ID && LA241_0<=RULE_RICH_TEXT_START)||(LA241_0>=RULE_HEX && LA241_0<=RULE_DECIMAL)||LA241_0==39||(LA241_0>=44 && LA241_0<=45)||(LA241_0>=48 && LA241_0<=49)||LA241_0==51||LA241_0==54||(LA241_0>=56 && LA241_0<=61)||(LA241_0>=64 && LA241_0<=75)||(LA241_0>=78 && LA241_0<=80)||(LA241_0>=82 && LA241_0<=85)||(LA241_0>=87 && LA241_0<=88)||(LA241_0>=97 && LA241_0<=98)||(LA241_0>=117 && LA241_0<=118)||LA241_0==123||LA241_0==130||(LA241_0>=133 && LA241_0<=142)) ) { alt241=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 241, 0, input); throw nvae; } switch (alt241) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10917:2: ( ( ( () ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) ) )=>this_XVariableDeclaration_0= ruleXVariableDeclaration ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10917:2: ( ( ( () ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) ) )=>this_XVariableDeclaration_0= ruleXVariableDeclaration ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10917:3: ( ( () ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) ) )=>this_XVariableDeclaration_0= ruleXVariableDeclaration { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXExpressionOrVarDeclarationAccess().getXVariableDeclarationParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleXVariableDeclaration_in_ruleXExpressionOrVarDeclaration23266); this_XVariableDeclaration_0=ruleXVariableDeclaration(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XVariableDeclaration_0; afterParserOrEnumRuleCall(); } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10958:5: this_XExpression_1= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXExpressionOrVarDeclarationAccess().getXExpressionParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXExpressionOrVarDeclaration23294); this_XExpression_1=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XExpression_1; afterParserOrEnumRuleCall(); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXExpressionOrVarDeclaration" // $ANTLR start "entryRuleXFeatureCall" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10974:1: entryRuleXFeatureCall returns [EObject current=null] : iv_ruleXFeatureCall= ruleXFeatureCall EOF ; public final EObject entryRuleXFeatureCall() throws RecognitionException { EObject current = null; EObject iv_ruleXFeatureCall = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10975:2: (iv_ruleXFeatureCall= ruleXFeatureCall EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10976:2: iv_ruleXFeatureCall= ruleXFeatureCall EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFeatureCallRule()); } pushFollow(FollowSets000.FOLLOW_ruleXFeatureCall_in_entryRuleXFeatureCall23329); iv_ruleXFeatureCall=ruleXFeatureCall(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXFeatureCall; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXFeatureCall23339); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXFeatureCall" // $ANTLR start "ruleXFeatureCall" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10983:1: ruleXFeatureCall returns [EObject current=null] : ( () (otherlv_1= '<' ( (lv_typeArguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' )? ( ( ruleIdOrSuper ) ) ( ( ( ( '(' ) )=> (lv_explicitOperationCall_7_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) ) | ( ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* ) )? otherlv_12= ')' )? ( ( ( () '[' ) )=> (lv_featureCallArguments_13_0= ruleXClosure ) )? ) ; public final EObject ruleXFeatureCall() throws RecognitionException { EObject current = null; Token otherlv_1=null; Token otherlv_3=null; Token otherlv_5=null; Token lv_explicitOperationCall_7_0=null; Token otherlv_10=null; Token otherlv_12=null; EObject lv_typeArguments_2_0 = null; EObject lv_typeArguments_4_0 = null; EObject lv_featureCallArguments_8_0 = null; EObject lv_featureCallArguments_9_0 = null; EObject lv_featureCallArguments_11_0 = null; EObject lv_featureCallArguments_13_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10986:28: ( ( () (otherlv_1= '<' ( (lv_typeArguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' )? ( ( ruleIdOrSuper ) ) ( ( ( ( '(' ) )=> (lv_explicitOperationCall_7_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) ) | ( ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* ) )? otherlv_12= ')' )? ( ( ( () '[' ) )=> (lv_featureCallArguments_13_0= ruleXClosure ) )? ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10987:1: ( () (otherlv_1= '<' ( (lv_typeArguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' )? ( ( ruleIdOrSuper ) ) ( ( ( ( '(' ) )=> (lv_explicitOperationCall_7_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) ) | ( ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* ) )? otherlv_12= ')' )? ( ( ( () '[' ) )=> (lv_featureCallArguments_13_0= ruleXClosure ) )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10987:1: ( () (otherlv_1= '<' ( (lv_typeArguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' )? ( ( ruleIdOrSuper ) ) ( ( ( ( '(' ) )=> (lv_explicitOperationCall_7_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) ) | ( ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* ) )? otherlv_12= ')' )? ( ( ( () '[' ) )=> (lv_featureCallArguments_13_0= ruleXClosure ) )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10987:2: () (otherlv_1= '<' ( (lv_typeArguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' )? ( ( ruleIdOrSuper ) ) ( ( ( ( '(' ) )=> (lv_explicitOperationCall_7_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) ) | ( ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* ) )? otherlv_12= ')' )? ( ( ( () '[' ) )=> (lv_featureCallArguments_13_0= ruleXClosure ) )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10987:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10988:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXFeatureCallAccess().getXFeatureCallAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10993:2: (otherlv_1= '<' ( (lv_typeArguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' )? int alt243=2; int LA243_0 = input.LA(1); if ( (LA243_0==51) ) { alt243=1; } switch (alt243) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10993:4: otherlv_1= '<' ( (lv_typeArguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' { otherlv_1=(Token)match(input,51,FollowSets000.FOLLOW_51_in_ruleXFeatureCall23386); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXFeatureCallAccess().getLessThanSignKeyword_1_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10997:1: ( (lv_typeArguments_2_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10998:1: (lv_typeArguments_2_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10998:1: (lv_typeArguments_2_0= ruleJvmArgumentTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10999:3: lv_typeArguments_2_0= ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmArgumentTypeReference_in_ruleXFeatureCall23407); lv_typeArguments_2_0=ruleJvmArgumentTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXFeatureCallRule()); } add( current, "typeArguments", lv_typeArguments_2_0, "JvmArgumentTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11015:2: (otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) )* loop242: do { int alt242=2; int LA242_0 = input.LA(1); if ( (LA242_0==52) ) { alt242=1; } switch (alt242) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11015:4: otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) { otherlv_3=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleXFeatureCall23420); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_3, grammarAccess.getXFeatureCallAccess().getCommaKeyword_1_2_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11019:1: ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11020:1: (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11020:1: (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11021:3: lv_typeArguments_4_0= ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmArgumentTypeReference_in_ruleXFeatureCall23441); lv_typeArguments_4_0=ruleJvmArgumentTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXFeatureCallRule()); } add( current, "typeArguments", lv_typeArguments_4_0, "JvmArgumentTypeReference"); afterParserOrEnumRuleCall(); } } } } break; default : break loop242; } } while (true); otherlv_5=(Token)match(input,53,FollowSets000.FOLLOW_53_in_ruleXFeatureCall23455); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_5, grammarAccess.getXFeatureCallAccess().getGreaterThanSignKeyword_1_3()); } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11041:3: ( ( ruleIdOrSuper ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11042:1: ( ruleIdOrSuper ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11042:1: ( ruleIdOrSuper ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11043:3: ruleIdOrSuper { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXFeatureCallRule()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFeatureCallAccess().getFeatureJvmIdentifiableElementCrossReference_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleIdOrSuper_in_ruleXFeatureCall23480); ruleIdOrSuper(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11056:2: ( ( ( ( '(' ) )=> (lv_explicitOperationCall_7_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) ) | ( ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* ) )? otherlv_12= ')' )? int alt246=2; alt246 = dfa246.predict(input); switch (alt246) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11056:3: ( ( ( '(' ) )=> (lv_explicitOperationCall_7_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) ) | ( ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* ) )? otherlv_12= ')' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11056:3: ( ( ( '(' ) )=> (lv_explicitOperationCall_7_0= '(' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11056:4: ( ( '(' ) )=> (lv_explicitOperationCall_7_0= '(' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11063:1: (lv_explicitOperationCall_7_0= '(' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11064:3: lv_explicitOperationCall_7_0= '(' { lv_explicitOperationCall_7_0=(Token)match(input,54,FollowSets000.FOLLOW_54_in_ruleXFeatureCall23514); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_explicitOperationCall_7_0, grammarAccess.getXFeatureCallAccess().getExplicitOperationCallLeftParenthesisKeyword_3_0_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXFeatureCallRule()); } setWithLastConsumed(current, "explicitOperationCall", true, "("); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11077:2: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) ) | ( ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* ) )? int alt245=3; alt245 = dfa245.predict(input); switch (alt245) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11077:3: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11077:3: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11077:4: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11094:1: (lv_featureCallArguments_8_0= ruleXShortClosure ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11095:3: lv_featureCallArguments_8_0= ruleXShortClosure { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXShortClosureParserRuleCall_3_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXShortClosure_in_ruleXFeatureCall23599); lv_featureCallArguments_8_0=ruleXShortClosure(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXFeatureCallRule()); } add( current, "featureCallArguments", lv_featureCallArguments_8_0, "XShortClosure"); afterParserOrEnumRuleCall(); } } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11112:6: ( ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11112:6: ( ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11112:7: ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11112:7: ( (lv_featureCallArguments_9_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11113:1: (lv_featureCallArguments_9_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11113:1: (lv_featureCallArguments_9_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11114:3: lv_featureCallArguments_9_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXExpressionParserRuleCall_3_1_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXFeatureCall23627); lv_featureCallArguments_9_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXFeatureCallRule()); } add( current, "featureCallArguments", lv_featureCallArguments_9_0, "XExpression"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11130:2: (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* loop244: do { int alt244=2; int LA244_0 = input.LA(1); if ( (LA244_0==52) ) { alt244=1; } switch (alt244) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11130:4: otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) { otherlv_10=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleXFeatureCall23640); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_10, grammarAccess.getXFeatureCallAccess().getCommaKeyword_3_1_1_1_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11134:1: ( (lv_featureCallArguments_11_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11135:1: (lv_featureCallArguments_11_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11135:1: (lv_featureCallArguments_11_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11136:3: lv_featureCallArguments_11_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXExpressionParserRuleCall_3_1_1_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXFeatureCall23661); lv_featureCallArguments_11_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXFeatureCallRule()); } add( current, "featureCallArguments", lv_featureCallArguments_11_0, "XExpression"); afterParserOrEnumRuleCall(); } } } } break; default : break loop244; } } while (true); } } break; } otherlv_12=(Token)match(input,55,FollowSets000.FOLLOW_55_in_ruleXFeatureCall23678); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_12, grammarAccess.getXFeatureCallAccess().getRightParenthesisKeyword_3_2()); } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11156:3: ( ( ( () '[' ) )=> (lv_featureCallArguments_13_0= ruleXClosure ) )? int alt247=2; alt247 = dfa247.predict(input); switch (alt247) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11156:4: ( ( () '[' ) )=> (lv_featureCallArguments_13_0= ruleXClosure ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11159:1: (lv_featureCallArguments_13_0= ruleXClosure ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11160:3: lv_featureCallArguments_13_0= ruleXClosure { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXClosureParserRuleCall_4_0()); } pushFollow(FollowSets000.FOLLOW_ruleXClosure_in_ruleXFeatureCall23713); lv_featureCallArguments_13_0=ruleXClosure(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXFeatureCallRule()); } add( current, "featureCallArguments", lv_featureCallArguments_13_0, "XClosure"); afterParserOrEnumRuleCall(); } } } break; } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXFeatureCall" // $ANTLR start "entryRuleIdOrSuper" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11184:1: entryRuleIdOrSuper returns [String current=null] : iv_ruleIdOrSuper= ruleIdOrSuper EOF ; public final String entryRuleIdOrSuper() throws RecognitionException { String current = null; AntlrDatatypeRuleToken iv_ruleIdOrSuper = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11185:2: (iv_ruleIdOrSuper= ruleIdOrSuper EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11186:2: iv_ruleIdOrSuper= ruleIdOrSuper EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getIdOrSuperRule()); } pushFollow(FollowSets000.FOLLOW_ruleIdOrSuper_in_entryRuleIdOrSuper23751); iv_ruleIdOrSuper=ruleIdOrSuper(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleIdOrSuper.getText(); } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleIdOrSuper23762); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleIdOrSuper" // $ANTLR start "ruleIdOrSuper" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11193:1: ruleIdOrSuper returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_FeatureCallID_0= ruleFeatureCallID | kw= 'super' ) ; public final AntlrDatatypeRuleToken ruleIdOrSuper() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); Token kw=null; AntlrDatatypeRuleToken this_FeatureCallID_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11196:28: ( (this_FeatureCallID_0= ruleFeatureCallID | kw= 'super' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11197:1: (this_FeatureCallID_0= ruleFeatureCallID | kw= 'super' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11197:1: (this_FeatureCallID_0= ruleFeatureCallID | kw= 'super' ) int alt248=2; int LA248_0 = input.LA(1); if ( (LA248_0==RULE_ID||(LA248_0>=39 && LA248_0<=40)||LA248_0==45||(LA248_0>=56 && LA248_0<=61)||(LA248_0>=64 && LA248_0<=75)||(LA248_0>=78 && LA248_0<=80)||(LA248_0>=82 && LA248_0<=85)) ) { alt248=1; } else if ( (LA248_0==136) ) { alt248=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 248, 0, input); throw nvae; } switch (alt248) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11198:5: this_FeatureCallID_0= ruleFeatureCallID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getIdOrSuperAccess().getFeatureCallIDParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleFeatureCallID_in_ruleIdOrSuper23809); this_FeatureCallID_0=ruleFeatureCallID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(this_FeatureCallID_0); } if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11210:2: kw= 'super' { kw=(Token)match(input,136,FollowSets000.FOLLOW_136_in_ruleIdOrSuper23833); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getIdOrSuperAccess().getSuperKeyword_1()); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleIdOrSuper" // $ANTLR start "entryRuleXBooleanLiteral" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11223:1: entryRuleXBooleanLiteral returns [EObject current=null] : iv_ruleXBooleanLiteral= ruleXBooleanLiteral EOF ; public final EObject entryRuleXBooleanLiteral() throws RecognitionException { EObject current = null; EObject iv_ruleXBooleanLiteral = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11224:2: (iv_ruleXBooleanLiteral= ruleXBooleanLiteral EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11225:2: iv_ruleXBooleanLiteral= ruleXBooleanLiteral EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXBooleanLiteralRule()); } pushFollow(FollowSets000.FOLLOW_ruleXBooleanLiteral_in_entryRuleXBooleanLiteral23873); iv_ruleXBooleanLiteral=ruleXBooleanLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXBooleanLiteral; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXBooleanLiteral23883); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXBooleanLiteral" // $ANTLR start "ruleXBooleanLiteral" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11232:1: ruleXBooleanLiteral returns [EObject current=null] : ( () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) ) ; public final EObject ruleXBooleanLiteral() throws RecognitionException { EObject current = null; Token otherlv_1=null; Token lv_isTrue_2_0=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11235:28: ( ( () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11236:1: ( () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11236:1: ( () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11236:2: () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11236:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11237:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXBooleanLiteralAccess().getXBooleanLiteralAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11242:2: (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) int alt249=2; int LA249_0 = input.LA(1); if ( (LA249_0==137) ) { alt249=1; } else if ( (LA249_0==138) ) { alt249=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 249, 0, input); throw nvae; } switch (alt249) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11242:4: otherlv_1= 'false' { otherlv_1=(Token)match(input,137,FollowSets000.FOLLOW_137_in_ruleXBooleanLiteral23930); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXBooleanLiteralAccess().getFalseKeyword_1_0()); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11247:6: ( (lv_isTrue_2_0= 'true' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11247:6: ( (lv_isTrue_2_0= 'true' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11248:1: (lv_isTrue_2_0= 'true' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11248:1: (lv_isTrue_2_0= 'true' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11249:3: lv_isTrue_2_0= 'true' { lv_isTrue_2_0=(Token)match(input,138,FollowSets000.FOLLOW_138_in_ruleXBooleanLiteral23954); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_isTrue_2_0, grammarAccess.getXBooleanLiteralAccess().getIsTrueTrueKeyword_1_1_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXBooleanLiteralRule()); } setWithLastConsumed(current, "isTrue", true, "true"); } } } } break; } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXBooleanLiteral" // $ANTLR start "entryRuleXNullLiteral" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11270:1: entryRuleXNullLiteral returns [EObject current=null] : iv_ruleXNullLiteral= ruleXNullLiteral EOF ; public final EObject entryRuleXNullLiteral() throws RecognitionException { EObject current = null; EObject iv_ruleXNullLiteral = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11271:2: (iv_ruleXNullLiteral= ruleXNullLiteral EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11272:2: iv_ruleXNullLiteral= ruleXNullLiteral EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXNullLiteralRule()); } pushFollow(FollowSets000.FOLLOW_ruleXNullLiteral_in_entryRuleXNullLiteral24004); iv_ruleXNullLiteral=ruleXNullLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXNullLiteral; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXNullLiteral24014); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXNullLiteral" // $ANTLR start "ruleXNullLiteral" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11279:1: ruleXNullLiteral returns [EObject current=null] : ( () otherlv_1= 'null' ) ; public final EObject ruleXNullLiteral() throws RecognitionException { EObject current = null; Token otherlv_1=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11282:28: ( ( () otherlv_1= 'null' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11283:1: ( () otherlv_1= 'null' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11283:1: ( () otherlv_1= 'null' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11283:2: () otherlv_1= 'null' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11283:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11284:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXNullLiteralAccess().getXNullLiteralAction_0(), current); } } otherlv_1=(Token)match(input,139,FollowSets000.FOLLOW_139_in_ruleXNullLiteral24060); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXNullLiteralAccess().getNullKeyword_1()); } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXNullLiteral" // $ANTLR start "entryRuleXNumberLiteral" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11301:1: entryRuleXNumberLiteral returns [EObject current=null] : iv_ruleXNumberLiteral= ruleXNumberLiteral EOF ; public final EObject entryRuleXNumberLiteral() throws RecognitionException { EObject current = null; EObject iv_ruleXNumberLiteral = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11302:2: (iv_ruleXNumberLiteral= ruleXNumberLiteral EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11303:2: iv_ruleXNumberLiteral= ruleXNumberLiteral EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXNumberLiteralRule()); } pushFollow(FollowSets000.FOLLOW_ruleXNumberLiteral_in_entryRuleXNumberLiteral24096); iv_ruleXNumberLiteral=ruleXNumberLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXNumberLiteral; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXNumberLiteral24106); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXNumberLiteral" // $ANTLR start "ruleXNumberLiteral" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11310:1: ruleXNumberLiteral returns [EObject current=null] : ( () ( (lv_value_1_0= ruleNumber ) ) ) ; public final EObject ruleXNumberLiteral() throws RecognitionException { EObject current = null; AntlrDatatypeRuleToken lv_value_1_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11313:28: ( ( () ( (lv_value_1_0= ruleNumber ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11314:1: ( () ( (lv_value_1_0= ruleNumber ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11314:1: ( () ( (lv_value_1_0= ruleNumber ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11314:2: () ( (lv_value_1_0= ruleNumber ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11314:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11315:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXNumberLiteralAccess().getXNumberLiteralAction_0(), current); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11320:2: ( (lv_value_1_0= ruleNumber ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11321:1: (lv_value_1_0= ruleNumber ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11321:1: (lv_value_1_0= ruleNumber ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11322:3: lv_value_1_0= ruleNumber { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXNumberLiteralAccess().getValueNumberParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleNumber_in_ruleXNumberLiteral24161); lv_value_1_0=ruleNumber(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXNumberLiteralRule()); } set( current, "value", lv_value_1_0, "Number"); afterParserOrEnumRuleCall(); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXNumberLiteral" // $ANTLR start "entryRuleXTypeLiteral" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11346:1: entryRuleXTypeLiteral returns [EObject current=null] : iv_ruleXTypeLiteral= ruleXTypeLiteral EOF ; public final EObject entryRuleXTypeLiteral() throws RecognitionException { EObject current = null; EObject iv_ruleXTypeLiteral = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11347:2: (iv_ruleXTypeLiteral= ruleXTypeLiteral EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11348:2: iv_ruleXTypeLiteral= ruleXTypeLiteral EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXTypeLiteralRule()); } pushFollow(FollowSets000.FOLLOW_ruleXTypeLiteral_in_entryRuleXTypeLiteral24197); iv_ruleXTypeLiteral=ruleXTypeLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXTypeLiteral; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXTypeLiteral24207); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXTypeLiteral" // $ANTLR start "ruleXTypeLiteral" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11355:1: ruleXTypeLiteral returns [EObject current=null] : ( () otherlv_1= 'typeof' otherlv_2= '(' ( ( ruleQualifiedName ) ) ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )* otherlv_5= ')' ) ; public final EObject ruleXTypeLiteral() throws RecognitionException { EObject current = null; Token otherlv_1=null; Token otherlv_2=null; Token otherlv_5=null; AntlrDatatypeRuleToken lv_arrayDimensions_4_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11358:28: ( ( () otherlv_1= 'typeof' otherlv_2= '(' ( ( ruleQualifiedName ) ) ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )* otherlv_5= ')' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11359:1: ( () otherlv_1= 'typeof' otherlv_2= '(' ( ( ruleQualifiedName ) ) ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )* otherlv_5= ')' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11359:1: ( () otherlv_1= 'typeof' otherlv_2= '(' ( ( ruleQualifiedName ) ) ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )* otherlv_5= ')' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11359:2: () otherlv_1= 'typeof' otherlv_2= '(' ( ( ruleQualifiedName ) ) ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )* otherlv_5= ')' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11359:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11360:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXTypeLiteralAccess().getXTypeLiteralAction_0(), current); } } otherlv_1=(Token)match(input,140,FollowSets000.FOLLOW_140_in_ruleXTypeLiteral24253); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXTypeLiteralAccess().getTypeofKeyword_1()); } otherlv_2=(Token)match(input,54,FollowSets000.FOLLOW_54_in_ruleXTypeLiteral24265); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXTypeLiteralAccess().getLeftParenthesisKeyword_2()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11373:1: ( ( ruleQualifiedName ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11374:1: ( ruleQualifiedName ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11374:1: ( ruleQualifiedName ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11375:3: ruleQualifiedName { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXTypeLiteralRule()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXTypeLiteralAccess().getTypeJvmTypeCrossReference_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleQualifiedName_in_ruleXTypeLiteral24288); ruleQualifiedName(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11388:2: ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )* loop250: do { int alt250=2; int LA250_0 = input.LA(1); if ( (LA250_0==98) ) { alt250=1; } switch (alt250) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11389:1: (lv_arrayDimensions_4_0= ruleArrayBrackets ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11389:1: (lv_arrayDimensions_4_0= ruleArrayBrackets ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11390:3: lv_arrayDimensions_4_0= ruleArrayBrackets { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXTypeLiteralAccess().getArrayDimensionsArrayBracketsParserRuleCall_4_0()); } pushFollow(FollowSets000.FOLLOW_ruleArrayBrackets_in_ruleXTypeLiteral24309); lv_arrayDimensions_4_0=ruleArrayBrackets(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXTypeLiteralRule()); } add( current, "arrayDimensions", lv_arrayDimensions_4_0, "ArrayBrackets"); afterParserOrEnumRuleCall(); } } } break; default : break loop250; } } while (true); otherlv_5=(Token)match(input,55,FollowSets000.FOLLOW_55_in_ruleXTypeLiteral24322); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_5, grammarAccess.getXTypeLiteralAccess().getRightParenthesisKeyword_5()); } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXTypeLiteral" // $ANTLR start "entryRuleXThrowExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11418:1: entryRuleXThrowExpression returns [EObject current=null] : iv_ruleXThrowExpression= ruleXThrowExpression EOF ; public final EObject entryRuleXThrowExpression() throws RecognitionException { EObject current = null; EObject iv_ruleXThrowExpression = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11419:2: (iv_ruleXThrowExpression= ruleXThrowExpression EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11420:2: iv_ruleXThrowExpression= ruleXThrowExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXThrowExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXThrowExpression_in_entryRuleXThrowExpression24358); iv_ruleXThrowExpression=ruleXThrowExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXThrowExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXThrowExpression24368); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXThrowExpression" // $ANTLR start "ruleXThrowExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11427:1: ruleXThrowExpression returns [EObject current=null] : ( () otherlv_1= 'throw' ( (lv_expression_2_0= ruleXExpression ) ) ) ; public final EObject ruleXThrowExpression() throws RecognitionException { EObject current = null; Token otherlv_1=null; EObject lv_expression_2_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11430:28: ( ( () otherlv_1= 'throw' ( (lv_expression_2_0= ruleXExpression ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11431:1: ( () otherlv_1= 'throw' ( (lv_expression_2_0= ruleXExpression ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11431:1: ( () otherlv_1= 'throw' ( (lv_expression_2_0= ruleXExpression ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11431:2: () otherlv_1= 'throw' ( (lv_expression_2_0= ruleXExpression ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11431:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11432:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXThrowExpressionAccess().getXThrowExpressionAction_0(), current); } } otherlv_1=(Token)match(input,44,FollowSets000.FOLLOW_44_in_ruleXThrowExpression24414); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXThrowExpressionAccess().getThrowKeyword_1()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11441:1: ( (lv_expression_2_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11442:1: (lv_expression_2_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11442:1: (lv_expression_2_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11443:3: lv_expression_2_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXThrowExpressionAccess().getExpressionXExpressionParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXThrowExpression24435); lv_expression_2_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXThrowExpressionRule()); } set( current, "expression", lv_expression_2_0, "XExpression"); afterParserOrEnumRuleCall(); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXThrowExpression" // $ANTLR start "entryRuleXReturnExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11467:1: entryRuleXReturnExpression returns [EObject current=null] : iv_ruleXReturnExpression= ruleXReturnExpression EOF ; public final EObject entryRuleXReturnExpression() throws RecognitionException { EObject current = null; EObject iv_ruleXReturnExpression = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11468:2: (iv_ruleXReturnExpression= ruleXReturnExpression EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11469:2: iv_ruleXReturnExpression= ruleXReturnExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXReturnExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXReturnExpression_in_entryRuleXReturnExpression24471); iv_ruleXReturnExpression=ruleXReturnExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXReturnExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXReturnExpression24481); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXReturnExpression" // $ANTLR start "ruleXReturnExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11476:1: ruleXReturnExpression returns [EObject current=null] : ( () otherlv_1= 'return' ( ( 'abstract' | 'annotation' | 'class' | 'create' | 'def' | 'dispatch' | 'enum' | 'extends' | 'final' | 'implements' | 'import' | 'interface' | 'override' | 'package' | 'public' | 'private' | 'protected' | 'static' | 'throws' | 'strictfp' | 'native' | 'volatile' | 'synchronized' | 'transient' | 'AFTER' | 'BEFORE' | 'SEPARATOR' | 'extension' | '!' | '-' | '+' | 'new' | '{' | 'switch' | '<' | 'super' | '#' | '[' | 'false' | 'true' | 'null' | 'typeof' | 'if' | 'for' | 'while' | 'do' | 'throw' | 'return' | 'try' | '(' | 'assert' | RULE_ID | RULE_HEX | RULE_INT | RULE_DECIMAL | RULE_STRING | RULE_RICH_TEXT | RULE_RICH_TEXT_START )=> (lv_expression_2_0= ruleXExpression ) )? ) ; public final EObject ruleXReturnExpression() throws RecognitionException { EObject current = null; Token otherlv_1=null; EObject lv_expression_2_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11479:28: ( ( () otherlv_1= 'return' ( ( 'abstract' | 'annotation' | 'class' | 'create' | 'def' | 'dispatch' | 'enum' | 'extends' | 'final' | 'implements' | 'import' | 'interface' | 'override' | 'package' | 'public' | 'private' | 'protected' | 'static' | 'throws' | 'strictfp' | 'native' | 'volatile' | 'synchronized' | 'transient' | 'AFTER' | 'BEFORE' | 'SEPARATOR' | 'extension' | '!' | '-' | '+' | 'new' | '{' | 'switch' | '<' | 'super' | '#' | '[' | 'false' | 'true' | 'null' | 'typeof' | 'if' | 'for' | 'while' | 'do' | 'throw' | 'return' | 'try' | '(' | 'assert' | RULE_ID | RULE_HEX | RULE_INT | RULE_DECIMAL | RULE_STRING | RULE_RICH_TEXT | RULE_RICH_TEXT_START )=> (lv_expression_2_0= ruleXExpression ) )? ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11480:1: ( () otherlv_1= 'return' ( ( 'abstract' | 'annotation' | 'class' | 'create' | 'def' | 'dispatch' | 'enum' | 'extends' | 'final' | 'implements' | 'import' | 'interface' | 'override' | 'package' | 'public' | 'private' | 'protected' | 'static' | 'throws' | 'strictfp' | 'native' | 'volatile' | 'synchronized' | 'transient' | 'AFTER' | 'BEFORE' | 'SEPARATOR' | 'extension' | '!' | '-' | '+' | 'new' | '{' | 'switch' | '<' | 'super' | '#' | '[' | 'false' | 'true' | 'null' | 'typeof' | 'if' | 'for' | 'while' | 'do' | 'throw' | 'return' | 'try' | '(' | 'assert' | RULE_ID | RULE_HEX | RULE_INT | RULE_DECIMAL | RULE_STRING | RULE_RICH_TEXT | RULE_RICH_TEXT_START )=> (lv_expression_2_0= ruleXExpression ) )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11480:1: ( () otherlv_1= 'return' ( ( 'abstract' | 'annotation' | 'class' | 'create' | 'def' | 'dispatch' | 'enum' | 'extends' | 'final' | 'implements' | 'import' | 'interface' | 'override' | 'package' | 'public' | 'private' | 'protected' | 'static' | 'throws' | 'strictfp' | 'native' | 'volatile' | 'synchronized' | 'transient' | 'AFTER' | 'BEFORE' | 'SEPARATOR' | 'extension' | '!' | '-' | '+' | 'new' | '{' | 'switch' | '<' | 'super' | '#' | '[' | 'false' | 'true' | 'null' | 'typeof' | 'if' | 'for' | 'while' | 'do' | 'throw' | 'return' | 'try' | '(' | 'assert' | RULE_ID | RULE_HEX | RULE_INT | RULE_DECIMAL | RULE_STRING | RULE_RICH_TEXT | RULE_RICH_TEXT_START )=> (lv_expression_2_0= ruleXExpression ) )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11480:2: () otherlv_1= 'return' ( ( 'abstract' | 'annotation' | 'class' | 'create' | 'def' | 'dispatch' | 'enum' | 'extends' | 'final' | 'implements' | 'import' | 'interface' | 'override' | 'package' | 'public' | 'private' | 'protected' | 'static' | 'throws' | 'strictfp' | 'native' | 'volatile' | 'synchronized' | 'transient' | 'AFTER' | 'BEFORE' | 'SEPARATOR' | 'extension' | '!' | '-' | '+' | 'new' | '{' | 'switch' | '<' | 'super' | '#' | '[' | 'false' | 'true' | 'null' | 'typeof' | 'if' | 'for' | 'while' | 'do' | 'throw' | 'return' | 'try' | '(' | 'assert' | RULE_ID | RULE_HEX | RULE_INT | RULE_DECIMAL | RULE_STRING | RULE_RICH_TEXT | RULE_RICH_TEXT_START )=> (lv_expression_2_0= ruleXExpression ) )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11480:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11481:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXReturnExpressionAccess().getXReturnExpressionAction_0(), current); } } otherlv_1=(Token)match(input,141,FollowSets000.FOLLOW_141_in_ruleXReturnExpression24527); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXReturnExpressionAccess().getReturnKeyword_1()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11490:1: ( ( 'abstract' | 'annotation' | 'class' | 'create' | 'def' | 'dispatch' | 'enum' | 'extends' | 'final' | 'implements' | 'import' | 'interface' | 'override' | 'package' | 'public' | 'private' | 'protected' | 'static' | 'throws' | 'strictfp' | 'native' | 'volatile' | 'synchronized' | 'transient' | 'AFTER' | 'BEFORE' | 'SEPARATOR' | 'extension' | '!' | '-' | '+' | 'new' | '{' | 'switch' | '<' | 'super' | '#' | '[' | 'false' | 'true' | 'null' | 'typeof' | 'if' | 'for' | 'while' | 'do' | 'throw' | 'return' | 'try' | '(' | 'assert' | RULE_ID | RULE_HEX | RULE_INT | RULE_DECIMAL | RULE_STRING | RULE_RICH_TEXT | RULE_RICH_TEXT_START )=> (lv_expression_2_0= ruleXExpression ) )? int alt251=2; alt251 = dfa251.predict(input); switch (alt251) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11490:2: ( 'abstract' | 'annotation' | 'class' | 'create' | 'def' | 'dispatch' | 'enum' | 'extends' | 'final' | 'implements' | 'import' | 'interface' | 'override' | 'package' | 'public' | 'private' | 'protected' | 'static' | 'throws' | 'strictfp' | 'native' | 'volatile' | 'synchronized' | 'transient' | 'AFTER' | 'BEFORE' | 'SEPARATOR' | 'extension' | '!' | '-' | '+' | 'new' | '{' | 'switch' | '<' | 'super' | '#' | '[' | 'false' | 'true' | 'null' | 'typeof' | 'if' | 'for' | 'while' | 'do' | 'throw' | 'return' | 'try' | '(' | 'assert' | RULE_ID | RULE_HEX | RULE_INT | RULE_DECIMAL | RULE_STRING | RULE_RICH_TEXT | RULE_RICH_TEXT_START )=> (lv_expression_2_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11542:1: (lv_expression_2_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11543:3: lv_expression_2_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXReturnExpressionAccess().getExpressionXExpressionParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXReturnExpression24940); lv_expression_2_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXReturnExpressionRule()); } set( current, "expression", lv_expression_2_0, "XExpression"); afterParserOrEnumRuleCall(); } } } break; } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXReturnExpression" // $ANTLR start "entryRuleXTryCatchFinallyExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11567:1: entryRuleXTryCatchFinallyExpression returns [EObject current=null] : iv_ruleXTryCatchFinallyExpression= ruleXTryCatchFinallyExpression EOF ; public final EObject entryRuleXTryCatchFinallyExpression() throws RecognitionException { EObject current = null; EObject iv_ruleXTryCatchFinallyExpression = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11568:2: (iv_ruleXTryCatchFinallyExpression= ruleXTryCatchFinallyExpression EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11569:2: iv_ruleXTryCatchFinallyExpression= ruleXTryCatchFinallyExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXTryCatchFinallyExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXTryCatchFinallyExpression_in_entryRuleXTryCatchFinallyExpression24977); iv_ruleXTryCatchFinallyExpression=ruleXTryCatchFinallyExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXTryCatchFinallyExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXTryCatchFinallyExpression24987); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXTryCatchFinallyExpression" // $ANTLR start "ruleXTryCatchFinallyExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11576:1: ruleXTryCatchFinallyExpression returns [EObject current=null] : ( () otherlv_1= 'try' ( (lv_expression_2_0= ruleXExpression ) ) ( ( ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+ ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )? ) | (otherlv_6= 'finally' ( (lv_finallyExpression_7_0= ruleXExpression ) ) ) ) ) ; public final EObject ruleXTryCatchFinallyExpression() throws RecognitionException { EObject current = null; Token otherlv_1=null; Token otherlv_4=null; Token otherlv_6=null; EObject lv_expression_2_0 = null; EObject lv_catchClauses_3_0 = null; EObject lv_finallyExpression_5_0 = null; EObject lv_finallyExpression_7_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11579:28: ( ( () otherlv_1= 'try' ( (lv_expression_2_0= ruleXExpression ) ) ( ( ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+ ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )? ) | (otherlv_6= 'finally' ( (lv_finallyExpression_7_0= ruleXExpression ) ) ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11580:1: ( () otherlv_1= 'try' ( (lv_expression_2_0= ruleXExpression ) ) ( ( ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+ ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )? ) | (otherlv_6= 'finally' ( (lv_finallyExpression_7_0= ruleXExpression ) ) ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11580:1: ( () otherlv_1= 'try' ( (lv_expression_2_0= ruleXExpression ) ) ( ( ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+ ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )? ) | (otherlv_6= 'finally' ( (lv_finallyExpression_7_0= ruleXExpression ) ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11580:2: () otherlv_1= 'try' ( (lv_expression_2_0= ruleXExpression ) ) ( ( ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+ ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )? ) | (otherlv_6= 'finally' ( (lv_finallyExpression_7_0= ruleXExpression ) ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11580:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11581:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXTryCatchFinallyExpressionAccess().getXTryCatchFinallyExpressionAction_0(), current); } } otherlv_1=(Token)match(input,142,FollowSets000.FOLLOW_142_in_ruleXTryCatchFinallyExpression25033); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXTryCatchFinallyExpressionAccess().getTryKeyword_1()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11590:1: ( (lv_expression_2_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11591:1: (lv_expression_2_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11591:1: (lv_expression_2_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11592:3: lv_expression_2_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXTryCatchFinallyExpressionAccess().getExpressionXExpressionParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXTryCatchFinallyExpression25054); lv_expression_2_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXTryCatchFinallyExpressionRule()); } set( current, "expression", lv_expression_2_0, "XExpression"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11608:2: ( ( ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+ ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )? ) | (otherlv_6= 'finally' ( (lv_finallyExpression_7_0= ruleXExpression ) ) ) ) int alt254=2; int LA254_0 = input.LA(1); if ( (LA254_0==144) ) { alt254=1; } else if ( (LA254_0==143) ) { alt254=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 254, 0, input); throw nvae; } switch (alt254) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11608:3: ( ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+ ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11608:3: ( ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+ ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11608:4: ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+ ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11608:4: ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+ int cnt252=0; loop252: do { int alt252=2; int LA252_0 = input.LA(1); if ( (LA252_0==144) ) { int LA252_2 = input.LA(2); if ( (synpred56_InternalFeature()) ) { alt252=1; } } switch (alt252) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11608:5: ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11610:1: (lv_catchClauses_3_0= ruleXCatchClause ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11611:3: lv_catchClauses_3_0= ruleXCatchClause { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXTryCatchFinallyExpressionAccess().getCatchClausesXCatchClauseParserRuleCall_3_0_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXCatchClause_in_ruleXTryCatchFinallyExpression25084); lv_catchClauses_3_0=ruleXCatchClause(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXTryCatchFinallyExpressionRule()); } add( current, "catchClauses", lv_catchClauses_3_0, "XCatchClause"); afterParserOrEnumRuleCall(); } } } break; default : if ( cnt252 >= 1 ) break loop252; if (state.backtracking>0) {state.failed=true; return current;} EarlyExitException eee = new EarlyExitException(252, input); throw eee; } cnt252++; } while (true); // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11627:3: ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )? int alt253=2; int LA253_0 = input.LA(1); if ( (LA253_0==143) ) { int LA253_1 = input.LA(2); if ( (synpred57_InternalFeature()) ) { alt253=1; } } switch (alt253) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11627:4: ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11627:4: ( ( 'finally' )=>otherlv_4= 'finally' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11627:5: ( 'finally' )=>otherlv_4= 'finally' { otherlv_4=(Token)match(input,143,FollowSets000.FOLLOW_143_in_ruleXTryCatchFinallyExpression25106); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyKeyword_3_0_1_0()); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11632:2: ( (lv_finallyExpression_5_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11633:1: (lv_finallyExpression_5_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11633:1: (lv_finallyExpression_5_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11634:3: lv_finallyExpression_5_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyExpressionXExpressionParserRuleCall_3_0_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXTryCatchFinallyExpression25128); lv_finallyExpression_5_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXTryCatchFinallyExpressionRule()); } set( current, "finallyExpression", lv_finallyExpression_5_0, "XExpression"); afterParserOrEnumRuleCall(); } } } } break; } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11651:6: (otherlv_6= 'finally' ( (lv_finallyExpression_7_0= ruleXExpression ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11651:6: (otherlv_6= 'finally' ( (lv_finallyExpression_7_0= ruleXExpression ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11651:8: otherlv_6= 'finally' ( (lv_finallyExpression_7_0= ruleXExpression ) ) { otherlv_6=(Token)match(input,143,FollowSets000.FOLLOW_143_in_ruleXTryCatchFinallyExpression25150); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_6, grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyKeyword_3_1_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11655:1: ( (lv_finallyExpression_7_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11656:1: (lv_finallyExpression_7_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11656:1: (lv_finallyExpression_7_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11657:3: lv_finallyExpression_7_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyExpressionXExpressionParserRuleCall_3_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXTryCatchFinallyExpression25171); lv_finallyExpression_7_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXTryCatchFinallyExpressionRule()); } set( current, "finallyExpression", lv_finallyExpression_7_0, "XExpression"); afterParserOrEnumRuleCall(); } } } } } break; } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXTryCatchFinallyExpression" // $ANTLR start "entryRuleXSynchronizedExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11681:1: entryRuleXSynchronizedExpression returns [EObject current=null] : iv_ruleXSynchronizedExpression= ruleXSynchronizedExpression EOF ; public final EObject entryRuleXSynchronizedExpression() throws RecognitionException { EObject current = null; EObject iv_ruleXSynchronizedExpression = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11682:2: (iv_ruleXSynchronizedExpression= ruleXSynchronizedExpression EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11683:2: iv_ruleXSynchronizedExpression= ruleXSynchronizedExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXSynchronizedExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXSynchronizedExpression_in_entryRuleXSynchronizedExpression25209); iv_ruleXSynchronizedExpression=ruleXSynchronizedExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXSynchronizedExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXSynchronizedExpression25219); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXSynchronizedExpression" // $ANTLR start "ruleXSynchronizedExpression" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11690:1: ruleXSynchronizedExpression returns [EObject current=null] : ( ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) ) ( (lv_param_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_expression_5_0= ruleXExpression ) ) ) ; public final EObject ruleXSynchronizedExpression() throws RecognitionException { EObject current = null; Token otherlv_1=null; Token otherlv_2=null; Token otherlv_4=null; EObject lv_param_3_0 = null; EObject lv_expression_5_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11693:28: ( ( ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) ) ( (lv_param_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_expression_5_0= ruleXExpression ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11694:1: ( ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) ) ( (lv_param_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_expression_5_0= ruleXExpression ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11694:1: ( ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) ) ( (lv_param_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_expression_5_0= ruleXExpression ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11694:2: ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) ) ( (lv_param_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_expression_5_0= ruleXExpression ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11694:2: ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11694:3: ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11697:5: ( () otherlv_1= 'synchronized' otherlv_2= '(' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11697:6: () otherlv_1= 'synchronized' otherlv_2= '(' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11697:6: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11698:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXSynchronizedExpressionAccess().getXSynchronizedExpressionAction_0_0_0(), current); } } otherlv_1=(Token)match(input,74,FollowSets000.FOLLOW_74_in_ruleXSynchronizedExpression25283); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXSynchronizedExpressionAccess().getSynchronizedKeyword_0_0_1()); } otherlv_2=(Token)match(input,54,FollowSets000.FOLLOW_54_in_ruleXSynchronizedExpression25295); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXSynchronizedExpressionAccess().getLeftParenthesisKeyword_0_0_2()); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11711:3: ( (lv_param_3_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11712:1: (lv_param_3_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11712:1: (lv_param_3_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11713:3: lv_param_3_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXSynchronizedExpressionAccess().getParamXExpressionParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXSynchronizedExpression25318); lv_param_3_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXSynchronizedExpressionRule()); } set( current, "param", lv_param_3_0, "XExpression"); afterParserOrEnumRuleCall(); } } } otherlv_4=(Token)match(input,55,FollowSets000.FOLLOW_55_in_ruleXSynchronizedExpression25330); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXSynchronizedExpressionAccess().getRightParenthesisKeyword_2()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11733:1: ( (lv_expression_5_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11734:1: (lv_expression_5_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11734:1: (lv_expression_5_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11735:3: lv_expression_5_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXSynchronizedExpressionAccess().getExpressionXExpressionParserRuleCall_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXSynchronizedExpression25351); lv_expression_5_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXSynchronizedExpressionRule()); } set( current, "expression", lv_expression_5_0, "XExpression"); afterParserOrEnumRuleCall(); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXSynchronizedExpression" // $ANTLR start "entryRuleXCatchClause" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11759:1: entryRuleXCatchClause returns [EObject current=null] : iv_ruleXCatchClause= ruleXCatchClause EOF ; public final EObject entryRuleXCatchClause() throws RecognitionException { EObject current = null; EObject iv_ruleXCatchClause = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11760:2: (iv_ruleXCatchClause= ruleXCatchClause EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11761:2: iv_ruleXCatchClause= ruleXCatchClause EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXCatchClauseRule()); } pushFollow(FollowSets000.FOLLOW_ruleXCatchClause_in_entryRuleXCatchClause25387); iv_ruleXCatchClause=ruleXCatchClause(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXCatchClause; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXCatchClause25397); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXCatchClause" // $ANTLR start "ruleXCatchClause" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11768:1: ruleXCatchClause returns [EObject current=null] : ( ( ( 'catch' )=>otherlv_0= 'catch' ) otherlv_1= '(' ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) ) otherlv_3= ')' ( (lv_expression_4_0= ruleXExpression ) ) ) ; public final EObject ruleXCatchClause() throws RecognitionException { EObject current = null; Token otherlv_0=null; Token otherlv_1=null; Token otherlv_3=null; EObject lv_declaredParam_2_0 = null; EObject lv_expression_4_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11771:28: ( ( ( ( 'catch' )=>otherlv_0= 'catch' ) otherlv_1= '(' ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) ) otherlv_3= ')' ( (lv_expression_4_0= ruleXExpression ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11772:1: ( ( ( 'catch' )=>otherlv_0= 'catch' ) otherlv_1= '(' ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) ) otherlv_3= ')' ( (lv_expression_4_0= ruleXExpression ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11772:1: ( ( ( 'catch' )=>otherlv_0= 'catch' ) otherlv_1= '(' ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) ) otherlv_3= ')' ( (lv_expression_4_0= ruleXExpression ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11772:2: ( ( 'catch' )=>otherlv_0= 'catch' ) otherlv_1= '(' ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) ) otherlv_3= ')' ( (lv_expression_4_0= ruleXExpression ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11772:2: ( ( 'catch' )=>otherlv_0= 'catch' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11772:3: ( 'catch' )=>otherlv_0= 'catch' { otherlv_0=(Token)match(input,144,FollowSets000.FOLLOW_144_in_ruleXCatchClause25442); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_0, grammarAccess.getXCatchClauseAccess().getCatchKeyword_0()); } } otherlv_1=(Token)match(input,54,FollowSets000.FOLLOW_54_in_ruleXCatchClause25455); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXCatchClauseAccess().getLeftParenthesisKeyword_1()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11781:1: ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11782:1: (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11782:1: (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11783:3: lv_declaredParam_2_0= ruleFullJvmFormalParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXCatchClauseAccess().getDeclaredParamFullJvmFormalParameterParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleFullJvmFormalParameter_in_ruleXCatchClause25476); lv_declaredParam_2_0=ruleFullJvmFormalParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXCatchClauseRule()); } set( current, "declaredParam", lv_declaredParam_2_0, "FullJvmFormalParameter"); afterParserOrEnumRuleCall(); } } } otherlv_3=(Token)match(input,55,FollowSets000.FOLLOW_55_in_ruleXCatchClause25488); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_3, grammarAccess.getXCatchClauseAccess().getRightParenthesisKeyword_3()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11803:1: ( (lv_expression_4_0= ruleXExpression ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11804:1: (lv_expression_4_0= ruleXExpression ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11804:1: (lv_expression_4_0= ruleXExpression ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11805:3: lv_expression_4_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXCatchClauseAccess().getExpressionXExpressionParserRuleCall_4_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXCatchClause25509); lv_expression_4_0=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXCatchClauseRule()); } set( current, "expression", lv_expression_4_0, "XExpression"); afterParserOrEnumRuleCall(); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXCatchClause" // $ANTLR start "entryRuleQualifiedName" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11829:1: entryRuleQualifiedName returns [String current=null] : iv_ruleQualifiedName= ruleQualifiedName EOF ; public final String entryRuleQualifiedName() throws RecognitionException { String current = null; AntlrDatatypeRuleToken iv_ruleQualifiedName = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11830:2: (iv_ruleQualifiedName= ruleQualifiedName EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11831:2: iv_ruleQualifiedName= ruleQualifiedName EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getQualifiedNameRule()); } pushFollow(FollowSets000.FOLLOW_ruleQualifiedName_in_entryRuleQualifiedName25546); iv_ruleQualifiedName=ruleQualifiedName(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleQualifiedName.getText(); } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleQualifiedName25557); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleQualifiedName" // $ANTLR start "ruleQualifiedName" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11838:1: ruleQualifiedName returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_ValidID_0= ruleValidID ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )* ) ; public final AntlrDatatypeRuleToken ruleQualifiedName() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); Token kw=null; AntlrDatatypeRuleToken this_ValidID_0 = null; AntlrDatatypeRuleToken this_ValidID_2 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11841:28: ( (this_ValidID_0= ruleValidID ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )* ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11842:1: (this_ValidID_0= ruleValidID ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )* ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11842:1: (this_ValidID_0= ruleValidID ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )* ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11843:5: this_ValidID_0= ruleValidID ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )* { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getQualifiedNameAccess().getValidIDParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleQualifiedName25604); this_ValidID_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(this_ValidID_0); } if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11853:1: ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )* loop255: do { int alt255=2; alt255 = dfa255.predict(input); switch (alt255) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11853:2: ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11853:2: ( ( '.' )=>kw= '.' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11853:3: ( '.' )=>kw= '.' { kw=(Token)match(input,63,FollowSets000.FOLLOW_63_in_ruleQualifiedName25632); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getQualifiedNameAccess().getFullStopKeyword_1_0()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getQualifiedNameAccess().getValidIDParserRuleCall_1_1()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleQualifiedName25655); this_ValidID_2=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(this_ValidID_2); } if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } break; default : break loop255; } } while (true); } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleQualifiedName" // $ANTLR start "entryRuleNumber" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11880:1: entryRuleNumber returns [String current=null] : iv_ruleNumber= ruleNumber EOF ; public final String entryRuleNumber() throws RecognitionException { String current = null; AntlrDatatypeRuleToken iv_ruleNumber = null; HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11884:2: (iv_ruleNumber= ruleNumber EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11885:2: iv_ruleNumber= ruleNumber EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getNumberRule()); } pushFollow(FollowSets000.FOLLOW_ruleNumber_in_entryRuleNumber25709); iv_ruleNumber=ruleNumber(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleNumber.getText(); } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleNumber25720); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { myHiddenTokenState.restore(); } return current; } // $ANTLR end "entryRuleNumber" // $ANTLR start "ruleNumber" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11895:1: ruleNumber returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_HEX_0= RULE_HEX | ( (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL ) (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )? ) ) ; public final AntlrDatatypeRuleToken ruleNumber() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); Token this_HEX_0=null; Token this_INT_1=null; Token this_DECIMAL_2=null; Token kw=null; Token this_INT_4=null; Token this_DECIMAL_5=null; enterRule(); HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11899:28: ( (this_HEX_0= RULE_HEX | ( (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL ) (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )? ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11900:1: (this_HEX_0= RULE_HEX | ( (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL ) (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )? ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11900:1: (this_HEX_0= RULE_HEX | ( (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL ) (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )? ) ) int alt259=2; int LA259_0 = input.LA(1); if ( (LA259_0==RULE_HEX) ) { alt259=1; } else if ( ((LA259_0>=RULE_INT && LA259_0<=RULE_DECIMAL)) ) { alt259=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 259, 0, input); throw nvae; } switch (alt259) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11900:6: this_HEX_0= RULE_HEX { this_HEX_0=(Token)match(input,RULE_HEX,FollowSets000.FOLLOW_RULE_HEX_in_ruleNumber25764); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(this_HEX_0); } if ( state.backtracking==0 ) { newLeafNode(this_HEX_0, grammarAccess.getNumberAccess().getHEXTerminalRuleCall_0()); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11908:6: ( (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL ) (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11908:6: ( (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL ) (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11908:7: (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL ) (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11908:7: (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL ) int alt256=2; int LA256_0 = input.LA(1); if ( (LA256_0==RULE_INT) ) { alt256=1; } else if ( (LA256_0==RULE_DECIMAL) ) { alt256=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 256, 0, input); throw nvae; } switch (alt256) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11908:12: this_INT_1= RULE_INT { this_INT_1=(Token)match(input,RULE_INT,FollowSets000.FOLLOW_RULE_INT_in_ruleNumber25792); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(this_INT_1); } if ( state.backtracking==0 ) { newLeafNode(this_INT_1, grammarAccess.getNumberAccess().getINTTerminalRuleCall_1_0_0()); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11916:10: this_DECIMAL_2= RULE_DECIMAL { this_DECIMAL_2=(Token)match(input,RULE_DECIMAL,FollowSets000.FOLLOW_RULE_DECIMAL_in_ruleNumber25818); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(this_DECIMAL_2); } if ( state.backtracking==0 ) { newLeafNode(this_DECIMAL_2, grammarAccess.getNumberAccess().getDECIMALTerminalRuleCall_1_0_1()); } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11923:2: (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )? int alt258=2; int LA258_0 = input.LA(1); if ( (LA258_0==63) ) { int LA258_1 = input.LA(2); if ( ((LA258_1>=RULE_INT && LA258_1<=RULE_DECIMAL)) ) { alt258=1; } } switch (alt258) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11924:2: kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) { kw=(Token)match(input,63,FollowSets000.FOLLOW_63_in_ruleNumber25838); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getNumberAccess().getFullStopKeyword_1_1_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11929:1: (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) int alt257=2; int LA257_0 = input.LA(1); if ( (LA257_0==RULE_INT) ) { alt257=1; } else if ( (LA257_0==RULE_DECIMAL) ) { alt257=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 257, 0, input); throw nvae; } switch (alt257) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11929:6: this_INT_4= RULE_INT { this_INT_4=(Token)match(input,RULE_INT,FollowSets000.FOLLOW_RULE_INT_in_ruleNumber25854); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(this_INT_4); } if ( state.backtracking==0 ) { newLeafNode(this_INT_4, grammarAccess.getNumberAccess().getINTTerminalRuleCall_1_1_1_0()); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11937:10: this_DECIMAL_5= RULE_DECIMAL { this_DECIMAL_5=(Token)match(input,RULE_DECIMAL,FollowSets000.FOLLOW_RULE_DECIMAL_in_ruleNumber25880); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(this_DECIMAL_5); } if ( state.backtracking==0 ) { newLeafNode(this_DECIMAL_5, grammarAccess.getNumberAccess().getDECIMALTerminalRuleCall_1_1_1_1()); } } break; } } break; } } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { myHiddenTokenState.restore(); } return current; } // $ANTLR end "ruleNumber" // $ANTLR start "entryRuleJvmTypeReference" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11955:1: entryRuleJvmTypeReference returns [EObject current=null] : iv_ruleJvmTypeReference= ruleJvmTypeReference EOF ; public final EObject entryRuleJvmTypeReference() throws RecognitionException { EObject current = null; EObject iv_ruleJvmTypeReference = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11956:2: (iv_ruleJvmTypeReference= ruleJvmTypeReference EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11957:2: iv_ruleJvmTypeReference= ruleJvmTypeReference EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmTypeReferenceRule()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_entryRuleJvmTypeReference25933); iv_ruleJvmTypeReference=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleJvmTypeReference; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleJvmTypeReference25943); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleJvmTypeReference" // $ANTLR start "ruleJvmTypeReference" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11964:1: ruleJvmTypeReference returns [EObject current=null] : ( (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) | this_XFunctionTypeRef_3= ruleXFunctionTypeRef ) ; public final EObject ruleJvmTypeReference() throws RecognitionException { EObject current = null; EObject this_JvmParameterizedTypeReference_0 = null; EObject this_XFunctionTypeRef_3 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11967:28: ( ( (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) | this_XFunctionTypeRef_3= ruleXFunctionTypeRef ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11968:1: ( (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) | this_XFunctionTypeRef_3= ruleXFunctionTypeRef ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11968:1: ( (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) | this_XFunctionTypeRef_3= ruleXFunctionTypeRef ) int alt261=2; int LA261_0 = input.LA(1); if ( (LA261_0==RULE_ID||LA261_0==61||LA261_0==80||(LA261_0>=82 && LA261_0<=84)) ) { alt261=1; } else if ( (LA261_0==54||LA261_0==62) ) { alt261=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 261, 0, input); throw nvae; } switch (alt261) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11968:2: (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11968:2: (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11969:5: this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmTypeReferenceAccess().getJvmParameterizedTypeReferenceParserRuleCall_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmParameterizedTypeReference_in_ruleJvmTypeReference25991); this_JvmParameterizedTypeReference_0=ruleJvmParameterizedTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_JvmParameterizedTypeReference_0; afterParserOrEnumRuleCall(); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11977:1: ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* loop260: do { int alt260=2; int LA260_0 = input.LA(1); if ( (LA260_0==98) ) { int LA260_2 = input.LA(2); if ( (LA260_2==99) ) { int LA260_3 = input.LA(3); if ( (synpred61_InternalFeature()) ) { alt260=1; } } } switch (alt260) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11977:2: ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11978:24: ( () ruleArrayBrackets ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11978:25: () ruleArrayBrackets { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11978:25: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11979:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getJvmTypeReferenceAccess().getJvmGenericArrayTypeReferenceComponentTypeAction_0_1_0_0(), current); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmTypeReferenceAccess().getArrayBracketsParserRuleCall_0_1_0_1()); } pushFollow(FollowSets000.FOLLOW_ruleArrayBrackets_in_ruleJvmTypeReference26027); ruleArrayBrackets(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } break; default : break loop260; } } while (true); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11994:5: this_XFunctionTypeRef_3= ruleXFunctionTypeRef { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmTypeReferenceAccess().getXFunctionTypeRefParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleXFunctionTypeRef_in_ruleJvmTypeReference26058); this_XFunctionTypeRef_3=ruleXFunctionTypeRef(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XFunctionTypeRef_3; afterParserOrEnumRuleCall(); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleJvmTypeReference" // $ANTLR start "entryRuleArrayBrackets" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12010:1: entryRuleArrayBrackets returns [String current=null] : iv_ruleArrayBrackets= ruleArrayBrackets EOF ; public final String entryRuleArrayBrackets() throws RecognitionException { String current = null; AntlrDatatypeRuleToken iv_ruleArrayBrackets = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12011:2: (iv_ruleArrayBrackets= ruleArrayBrackets EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12012:2: iv_ruleArrayBrackets= ruleArrayBrackets EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getArrayBracketsRule()); } pushFollow(FollowSets000.FOLLOW_ruleArrayBrackets_in_entryRuleArrayBrackets26094); iv_ruleArrayBrackets=ruleArrayBrackets(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleArrayBrackets.getText(); } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleArrayBrackets26105); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleArrayBrackets" // $ANTLR start "ruleArrayBrackets" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12019:1: ruleArrayBrackets returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= '[' kw= ']' ) ; public final AntlrDatatypeRuleToken ruleArrayBrackets() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); Token kw=null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12022:28: ( (kw= '[' kw= ']' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12023:1: (kw= '[' kw= ']' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12023:1: (kw= '[' kw= ']' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12024:2: kw= '[' kw= ']' { kw=(Token)match(input,98,FollowSets000.FOLLOW_98_in_ruleArrayBrackets26143); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getArrayBracketsAccess().getLeftSquareBracketKeyword_0()); } kw=(Token)match(input,99,FollowSets000.FOLLOW_99_in_ruleArrayBrackets26156); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getArrayBracketsAccess().getRightSquareBracketKeyword_1()); } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleArrayBrackets" // $ANTLR start "entryRuleXFunctionTypeRef" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12043:1: entryRuleXFunctionTypeRef returns [EObject current=null] : iv_ruleXFunctionTypeRef= ruleXFunctionTypeRef EOF ; public final EObject entryRuleXFunctionTypeRef() throws RecognitionException { EObject current = null; EObject iv_ruleXFunctionTypeRef = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12044:2: (iv_ruleXFunctionTypeRef= ruleXFunctionTypeRef EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12045:2: iv_ruleXFunctionTypeRef= ruleXFunctionTypeRef EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFunctionTypeRefRule()); } pushFollow(FollowSets000.FOLLOW_ruleXFunctionTypeRef_in_entryRuleXFunctionTypeRef26196); iv_ruleXFunctionTypeRef=ruleXFunctionTypeRef(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXFunctionTypeRef; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXFunctionTypeRef26206); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXFunctionTypeRef" // $ANTLR start "ruleXFunctionTypeRef" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12052:1: ruleXFunctionTypeRef returns [EObject current=null] : ( (otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? otherlv_5= '=>' ( (lv_returnType_6_0= ruleJvmTypeReference ) ) ) ; public final EObject ruleXFunctionTypeRef() throws RecognitionException { EObject current = null; Token otherlv_0=null; Token otherlv_2=null; Token otherlv_4=null; Token otherlv_5=null; EObject lv_paramTypes_1_0 = null; EObject lv_paramTypes_3_0 = null; EObject lv_returnType_6_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12055:28: ( ( (otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? otherlv_5= '=>' ( (lv_returnType_6_0= ruleJvmTypeReference ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12056:1: ( (otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? otherlv_5= '=>' ( (lv_returnType_6_0= ruleJvmTypeReference ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12056:1: ( (otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? otherlv_5= '=>' ( (lv_returnType_6_0= ruleJvmTypeReference ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12056:2: (otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? otherlv_5= '=>' ( (lv_returnType_6_0= ruleJvmTypeReference ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12056:2: (otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? int alt264=2; int LA264_0 = input.LA(1); if ( (LA264_0==54) ) { alt264=1; } switch (alt264) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12056:4: otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' { otherlv_0=(Token)match(input,54,FollowSets000.FOLLOW_54_in_ruleXFunctionTypeRef26244); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_0, grammarAccess.getXFunctionTypeRefAccess().getLeftParenthesisKeyword_0_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12060:1: ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? int alt263=2; int LA263_0 = input.LA(1); if ( (LA263_0==RULE_ID||LA263_0==54||(LA263_0>=61 && LA263_0<=62)||LA263_0==80||(LA263_0>=82 && LA263_0<=84)) ) { alt263=1; } switch (alt263) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12060:2: ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12060:2: ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12061:1: (lv_paramTypes_1_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12061:1: (lv_paramTypes_1_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12062:3: lv_paramTypes_1_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFunctionTypeRefAccess().getParamTypesJvmTypeReferenceParserRuleCall_0_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleXFunctionTypeRef26266); lv_paramTypes_1_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXFunctionTypeRefRule()); } add( current, "paramTypes", lv_paramTypes_1_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12078:2: (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* loop262: do { int alt262=2; int LA262_0 = input.LA(1); if ( (LA262_0==52) ) { alt262=1; } switch (alt262) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12078:4: otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) { otherlv_2=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleXFunctionTypeRef26279); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXFunctionTypeRefAccess().getCommaKeyword_0_1_1_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12082:1: ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12083:1: (lv_paramTypes_3_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12083:1: (lv_paramTypes_3_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12084:3: lv_paramTypes_3_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFunctionTypeRefAccess().getParamTypesJvmTypeReferenceParserRuleCall_0_1_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleXFunctionTypeRef26300); lv_paramTypes_3_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXFunctionTypeRefRule()); } add( current, "paramTypes", lv_paramTypes_3_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } } break; default : break loop262; } } while (true); } break; } otherlv_4=(Token)match(input,55,FollowSets000.FOLLOW_55_in_ruleXFunctionTypeRef26316); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXFunctionTypeRefAccess().getRightParenthesisKeyword_0_2()); } } break; } otherlv_5=(Token)match(input,62,FollowSets000.FOLLOW_62_in_ruleXFunctionTypeRef26330); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_5, grammarAccess.getXFunctionTypeRefAccess().getEqualsSignGreaterThanSignKeyword_1()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12108:1: ( (lv_returnType_6_0= ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12109:1: (lv_returnType_6_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12109:1: (lv_returnType_6_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12110:3: lv_returnType_6_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFunctionTypeRefAccess().getReturnTypeJvmTypeReferenceParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleXFunctionTypeRef26351); lv_returnType_6_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXFunctionTypeRefRule()); } set( current, "returnType", lv_returnType_6_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXFunctionTypeRef" // $ANTLR start "entryRuleJvmParameterizedTypeReference" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12134:1: entryRuleJvmParameterizedTypeReference returns [EObject current=null] : iv_ruleJvmParameterizedTypeReference= ruleJvmParameterizedTypeReference EOF ; public final EObject entryRuleJvmParameterizedTypeReference() throws RecognitionException { EObject current = null; EObject iv_ruleJvmParameterizedTypeReference = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12135:2: (iv_ruleJvmParameterizedTypeReference= ruleJvmParameterizedTypeReference EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12136:2: iv_ruleJvmParameterizedTypeReference= ruleJvmParameterizedTypeReference EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceRule()); } pushFollow(FollowSets000.FOLLOW_ruleJvmParameterizedTypeReference_in_entryRuleJvmParameterizedTypeReference26387); iv_ruleJvmParameterizedTypeReference=ruleJvmParameterizedTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleJvmParameterizedTypeReference; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleJvmParameterizedTypeReference26397); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleJvmParameterizedTypeReference" // $ANTLR start "ruleJvmParameterizedTypeReference" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12143:1: ruleJvmParameterizedTypeReference returns [EObject current=null] : ( ( ( ruleQualifiedName ) ) ( ( ( '<' )=>otherlv_1= '<' ) ( (lv_arguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' ( ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? )* )? ) ; public final EObject ruleJvmParameterizedTypeReference() throws RecognitionException { EObject current = null; Token otherlv_1=null; Token otherlv_3=null; Token otherlv_5=null; Token otherlv_7=null; Token otherlv_9=null; Token otherlv_11=null; Token otherlv_13=null; EObject lv_arguments_2_0 = null; EObject lv_arguments_4_0 = null; EObject lv_arguments_10_0 = null; EObject lv_arguments_12_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12146:28: ( ( ( ( ruleQualifiedName ) ) ( ( ( '<' )=>otherlv_1= '<' ) ( (lv_arguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' ( ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? )* )? ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12147:1: ( ( ( ruleQualifiedName ) ) ( ( ( '<' )=>otherlv_1= '<' ) ( (lv_arguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' ( ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? )* )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12147:1: ( ( ( ruleQualifiedName ) ) ( ( ( '<' )=>otherlv_1= '<' ) ( (lv_arguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' ( ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? )* )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12147:2: ( ( ruleQualifiedName ) ) ( ( ( '<' )=>otherlv_1= '<' ) ( (lv_arguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' ( ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? )* )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12147:2: ( ( ruleQualifiedName ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12148:1: ( ruleQualifiedName ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12148:1: ( ruleQualifiedName ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12149:3: ruleQualifiedName { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getJvmParameterizedTypeReferenceRule()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeJvmTypeCrossReference_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleQualifiedName_in_ruleJvmParameterizedTypeReference26445); ruleQualifiedName(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12162:2: ( ( ( '<' )=>otherlv_1= '<' ) ( (lv_arguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' ( ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? )* )? int alt269=2; alt269 = dfa269.predict(input); switch (alt269) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12162:3: ( ( '<' )=>otherlv_1= '<' ) ( (lv_arguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' ( ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12162:3: ( ( '<' )=>otherlv_1= '<' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12162:4: ( '<' )=>otherlv_1= '<' { otherlv_1=(Token)match(input,51,FollowSets000.FOLLOW_51_in_ruleJvmParameterizedTypeReference26466); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getJvmParameterizedTypeReferenceAccess().getLessThanSignKeyword_1_0()); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12167:2: ( (lv_arguments_2_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12168:1: (lv_arguments_2_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12168:1: (lv_arguments_2_0= ruleJvmArgumentTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12169:3: lv_arguments_2_0= ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmArgumentTypeReference_in_ruleJvmParameterizedTypeReference26488); lv_arguments_2_0=ruleJvmArgumentTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getJvmParameterizedTypeReferenceRule()); } add( current, "arguments", lv_arguments_2_0, "JvmArgumentTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12185:2: (otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) )* loop265: do { int alt265=2; int LA265_0 = input.LA(1); if ( (LA265_0==52) ) { alt265=1; } switch (alt265) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12185:4: otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) { otherlv_3=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleJvmParameterizedTypeReference26501); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_3, grammarAccess.getJvmParameterizedTypeReferenceAccess().getCommaKeyword_1_2_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12189:1: ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12190:1: (lv_arguments_4_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12190:1: (lv_arguments_4_0= ruleJvmArgumentTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12191:3: lv_arguments_4_0= ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmArgumentTypeReference_in_ruleJvmParameterizedTypeReference26522); lv_arguments_4_0=ruleJvmArgumentTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getJvmParameterizedTypeReferenceRule()); } add( current, "arguments", lv_arguments_4_0, "JvmArgumentTypeReference"); afterParserOrEnumRuleCall(); } } } } break; default : break loop265; } } while (true); otherlv_5=(Token)match(input,53,FollowSets000.FOLLOW_53_in_ruleJvmParameterizedTypeReference26536); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_5, grammarAccess.getJvmParameterizedTypeReferenceAccess().getGreaterThanSignKeyword_1_3()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12211:1: ( ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? )* loop268: do { int alt268=2; alt268 = dfa268.predict(input); switch (alt268) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12211:2: ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12211:2: ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12211:3: ( ( () '.' ) )=> ( () otherlv_7= '.' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12213:5: ( () otherlv_7= '.' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12213:6: () otherlv_7= '.' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12213:6: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12214:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getJvmParameterizedTypeReferenceAccess().getJvmInnerTypeReferenceOuterAction_1_4_0_0_0(), current); } } otherlv_7=(Token)match(input,63,FollowSets000.FOLLOW_63_in_ruleJvmParameterizedTypeReference26572); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_7, grammarAccess.getJvmParameterizedTypeReferenceAccess().getFullStopKeyword_1_4_0_0_1()); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12223:3: ( ( ruleValidID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12224:1: ( ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12224:1: ( ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12225:3: ruleValidID { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getJvmParameterizedTypeReferenceRule()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeJvmTypeCrossReference_1_4_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleJvmParameterizedTypeReference26597); ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12238:2: ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? int alt267=2; alt267 = dfa267.predict(input); switch (alt267) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12238:3: ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12238:3: ( ( '<' )=>otherlv_9= '<' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12238:4: ( '<' )=>otherlv_9= '<' { otherlv_9=(Token)match(input,51,FollowSets000.FOLLOW_51_in_ruleJvmParameterizedTypeReference26618); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_9, grammarAccess.getJvmParameterizedTypeReferenceAccess().getLessThanSignKeyword_1_4_2_0()); } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12243:2: ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12244:1: (lv_arguments_10_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12244:1: (lv_arguments_10_0= ruleJvmArgumentTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12245:3: lv_arguments_10_0= ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_4_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmArgumentTypeReference_in_ruleJvmParameterizedTypeReference26640); lv_arguments_10_0=ruleJvmArgumentTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getJvmParameterizedTypeReferenceRule()); } add( current, "arguments", lv_arguments_10_0, "JvmArgumentTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12261:2: (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* loop266: do { int alt266=2; int LA266_0 = input.LA(1); if ( (LA266_0==52) ) { alt266=1; } switch (alt266) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12261:4: otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) { otherlv_11=(Token)match(input,52,FollowSets001.FOLLOW_52_in_ruleJvmParameterizedTypeReference26653); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_11, grammarAccess.getJvmParameterizedTypeReferenceAccess().getCommaKeyword_1_4_2_2_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12265:1: ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12266:1: (lv_arguments_12_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12266:1: (lv_arguments_12_0= ruleJvmArgumentTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12267:3: lv_arguments_12_0= ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_4_2_2_1_0()); } pushFollow(FollowSets001.FOLLOW_ruleJvmArgumentTypeReference_in_ruleJvmParameterizedTypeReference26674); lv_arguments_12_0=ruleJvmArgumentTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getJvmParameterizedTypeReferenceRule()); } add( current, "arguments", lv_arguments_12_0, "JvmArgumentTypeReference"); afterParserOrEnumRuleCall(); } } } } break; default : break loop266; } } while (true); otherlv_13=(Token)match(input,53,FollowSets001.FOLLOW_53_in_ruleJvmParameterizedTypeReference26688); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_13, grammarAccess.getJvmParameterizedTypeReferenceAccess().getGreaterThanSignKeyword_1_4_2_3()); } } break; } } break; default : break loop268; } } while (true); } break; } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleJvmParameterizedTypeReference" // $ANTLR start "entryRuleJvmArgumentTypeReference" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12295:1: entryRuleJvmArgumentTypeReference returns [EObject current=null] : iv_ruleJvmArgumentTypeReference= ruleJvmArgumentTypeReference EOF ; public final EObject entryRuleJvmArgumentTypeReference() throws RecognitionException { EObject current = null; EObject iv_ruleJvmArgumentTypeReference = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12296:2: (iv_ruleJvmArgumentTypeReference= ruleJvmArgumentTypeReference EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12297:2: iv_ruleJvmArgumentTypeReference= ruleJvmArgumentTypeReference EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmArgumentTypeReferenceRule()); } pushFollow(FollowSets001.FOLLOW_ruleJvmArgumentTypeReference_in_entryRuleJvmArgumentTypeReference26730); iv_ruleJvmArgumentTypeReference=ruleJvmArgumentTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleJvmArgumentTypeReference; } match(input,EOF,FollowSets001.FOLLOW_EOF_in_entryRuleJvmArgumentTypeReference26740); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleJvmArgumentTypeReference" // $ANTLR start "ruleJvmArgumentTypeReference" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12304:1: ruleJvmArgumentTypeReference returns [EObject current=null] : (this_JvmTypeReference_0= ruleJvmTypeReference | this_JvmWildcardTypeReference_1= ruleJvmWildcardTypeReference ) ; public final EObject ruleJvmArgumentTypeReference() throws RecognitionException { EObject current = null; EObject this_JvmTypeReference_0 = null; EObject this_JvmWildcardTypeReference_1 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12307:28: ( (this_JvmTypeReference_0= ruleJvmTypeReference | this_JvmWildcardTypeReference_1= ruleJvmWildcardTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12308:1: (this_JvmTypeReference_0= ruleJvmTypeReference | this_JvmWildcardTypeReference_1= ruleJvmWildcardTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12308:1: (this_JvmTypeReference_0= ruleJvmTypeReference | this_JvmWildcardTypeReference_1= ruleJvmWildcardTypeReference ) int alt270=2; int LA270_0 = input.LA(1); if ( (LA270_0==RULE_ID||LA270_0==54||(LA270_0>=61 && LA270_0<=62)||LA270_0==80||(LA270_0>=82 && LA270_0<=84)) ) { alt270=1; } else if ( (LA270_0==145) ) { alt270=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 270, 0, input); throw nvae; } switch (alt270) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12309:5: this_JvmTypeReference_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmArgumentTypeReferenceAccess().getJvmTypeReferenceParserRuleCall_0()); } pushFollow(FollowSets001.FOLLOW_ruleJvmTypeReference_in_ruleJvmArgumentTypeReference26787); this_JvmTypeReference_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_JvmTypeReference_0; afterParserOrEnumRuleCall(); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12319:5: this_JvmWildcardTypeReference_1= ruleJvmWildcardTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmArgumentTypeReferenceAccess().getJvmWildcardTypeReferenceParserRuleCall_1()); } pushFollow(FollowSets001.FOLLOW_ruleJvmWildcardTypeReference_in_ruleJvmArgumentTypeReference26814); this_JvmWildcardTypeReference_1=ruleJvmWildcardTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_JvmWildcardTypeReference_1; afterParserOrEnumRuleCall(); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleJvmArgumentTypeReference" // $ANTLR start "entryRuleJvmWildcardTypeReference" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12335:1: entryRuleJvmWildcardTypeReference returns [EObject current=null] : iv_ruleJvmWildcardTypeReference= ruleJvmWildcardTypeReference EOF ; public final EObject entryRuleJvmWildcardTypeReference() throws RecognitionException { EObject current = null; EObject iv_ruleJvmWildcardTypeReference = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12336:2: (iv_ruleJvmWildcardTypeReference= ruleJvmWildcardTypeReference EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12337:2: iv_ruleJvmWildcardTypeReference= ruleJvmWildcardTypeReference EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmWildcardTypeReferenceRule()); } pushFollow(FollowSets001.FOLLOW_ruleJvmWildcardTypeReference_in_entryRuleJvmWildcardTypeReference26849); iv_ruleJvmWildcardTypeReference=ruleJvmWildcardTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleJvmWildcardTypeReference; } match(input,EOF,FollowSets001.FOLLOW_EOF_in_entryRuleJvmWildcardTypeReference26859); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleJvmWildcardTypeReference" // $ANTLR start "ruleJvmWildcardTypeReference" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12344:1: ruleJvmWildcardTypeReference returns [EObject current=null] : ( () otherlv_1= '?' ( ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) | ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) )? ) ; public final EObject ruleJvmWildcardTypeReference() throws RecognitionException { EObject current = null; Token otherlv_1=null; EObject lv_constraints_2_0 = null; EObject lv_constraints_3_0 = null; EObject lv_constraints_4_0 = null; EObject lv_constraints_5_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12347:28: ( ( () otherlv_1= '?' ( ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) | ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) )? ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12348:1: ( () otherlv_1= '?' ( ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) | ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12348:1: ( () otherlv_1= '?' ( ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) | ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12348:2: () otherlv_1= '?' ( ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) | ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12348:2: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12349:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getJvmWildcardTypeReferenceAccess().getJvmWildcardTypeReferenceAction_0(), current); } } otherlv_1=(Token)match(input,145,FollowSets001.FOLLOW_145_in_ruleJvmWildcardTypeReference26905); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getJvmWildcardTypeReferenceAccess().getQuestionMarkKeyword_1()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12358:1: ( ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) | ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) )? int alt273=3; int LA273_0 = input.LA(1); if ( (LA273_0==57) ) { alt273=1; } else if ( (LA273_0==136) ) { alt273=2; } switch (alt273) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12358:2: ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12358:2: ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12358:3: ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12358:3: ( (lv_constraints_2_0= ruleJvmUpperBound ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12359:1: (lv_constraints_2_0= ruleJvmUpperBound ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12359:1: (lv_constraints_2_0= ruleJvmUpperBound ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12360:3: lv_constraints_2_0= ruleJvmUpperBound { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmUpperBoundParserRuleCall_2_0_0_0()); } pushFollow(FollowSets001.FOLLOW_ruleJvmUpperBound_in_ruleJvmWildcardTypeReference26928); lv_constraints_2_0=ruleJvmUpperBound(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getJvmWildcardTypeReferenceRule()); } add( current, "constraints", lv_constraints_2_0, "JvmUpperBound"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12376:2: ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* loop271: do { int alt271=2; int LA271_0 = input.LA(1); if ( (LA271_0==146) ) { alt271=1; } switch (alt271) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12377:1: (lv_constraints_3_0= ruleJvmUpperBoundAnded ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12377:1: (lv_constraints_3_0= ruleJvmUpperBoundAnded ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12378:3: lv_constraints_3_0= ruleJvmUpperBoundAnded { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmUpperBoundAndedParserRuleCall_2_0_1_0()); } pushFollow(FollowSets001.FOLLOW_ruleJvmUpperBoundAnded_in_ruleJvmWildcardTypeReference26949); lv_constraints_3_0=ruleJvmUpperBoundAnded(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getJvmWildcardTypeReferenceRule()); } add( current, "constraints", lv_constraints_3_0, "JvmUpperBoundAnded"); afterParserOrEnumRuleCall(); } } } break; default : break loop271; } } while (true); } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12395:6: ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12395:6: ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12395:7: ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12395:7: ( (lv_constraints_4_0= ruleJvmLowerBound ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12396:1: (lv_constraints_4_0= ruleJvmLowerBound ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12396:1: (lv_constraints_4_0= ruleJvmLowerBound ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12397:3: lv_constraints_4_0= ruleJvmLowerBound { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmLowerBoundParserRuleCall_2_1_0_0()); } pushFollow(FollowSets001.FOLLOW_ruleJvmLowerBound_in_ruleJvmWildcardTypeReference26979); lv_constraints_4_0=ruleJvmLowerBound(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getJvmWildcardTypeReferenceRule()); } add( current, "constraints", lv_constraints_4_0, "JvmLowerBound"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12413:2: ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* loop272: do { int alt272=2; int LA272_0 = input.LA(1); if ( (LA272_0==146) ) { alt272=1; } switch (alt272) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12414:1: (lv_constraints_5_0= ruleJvmLowerBoundAnded ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12414:1: (lv_constraints_5_0= ruleJvmLowerBoundAnded ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12415:3: lv_constraints_5_0= ruleJvmLowerBoundAnded { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmLowerBoundAndedParserRuleCall_2_1_1_0()); } pushFollow(FollowSets001.FOLLOW_ruleJvmLowerBoundAnded_in_ruleJvmWildcardTypeReference27000); lv_constraints_5_0=ruleJvmLowerBoundAnded(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getJvmWildcardTypeReferenceRule()); } add( current, "constraints", lv_constraints_5_0, "JvmLowerBoundAnded"); afterParserOrEnumRuleCall(); } } } break; default : break loop272; } } while (true); } } break; } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleJvmWildcardTypeReference" // $ANTLR start "entryRuleJvmUpperBound" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12439:1: entryRuleJvmUpperBound returns [EObject current=null] : iv_ruleJvmUpperBound= ruleJvmUpperBound EOF ; public final EObject entryRuleJvmUpperBound() throws RecognitionException { EObject current = null; EObject iv_ruleJvmUpperBound = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12440:2: (iv_ruleJvmUpperBound= ruleJvmUpperBound EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12441:2: iv_ruleJvmUpperBound= ruleJvmUpperBound EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmUpperBoundRule()); } pushFollow(FollowSets001.FOLLOW_ruleJvmUpperBound_in_entryRuleJvmUpperBound27040); iv_ruleJvmUpperBound=ruleJvmUpperBound(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleJvmUpperBound; } match(input,EOF,FollowSets001.FOLLOW_EOF_in_entryRuleJvmUpperBound27050); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleJvmUpperBound" // $ANTLR start "ruleJvmUpperBound" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12448:1: ruleJvmUpperBound returns [EObject current=null] : (otherlv_0= 'extends' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) ; public final EObject ruleJvmUpperBound() throws RecognitionException { EObject current = null; Token otherlv_0=null; EObject lv_typeReference_1_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12451:28: ( (otherlv_0= 'extends' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12452:1: (otherlv_0= 'extends' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12452:1: (otherlv_0= 'extends' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12452:3: otherlv_0= 'extends' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) { otherlv_0=(Token)match(input,57,FollowSets001.FOLLOW_57_in_ruleJvmUpperBound27087); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_0, grammarAccess.getJvmUpperBoundAccess().getExtendsKeyword_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12456:1: ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12457:1: (lv_typeReference_1_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12457:1: (lv_typeReference_1_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12458:3: lv_typeReference_1_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmUpperBoundAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0()); } pushFollow(FollowSets001.FOLLOW_ruleJvmTypeReference_in_ruleJvmUpperBound27108); lv_typeReference_1_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getJvmUpperBoundRule()); } set( current, "typeReference", lv_typeReference_1_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleJvmUpperBound" // $ANTLR start "entryRuleJvmUpperBoundAnded" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12482:1: entryRuleJvmUpperBoundAnded returns [EObject current=null] : iv_ruleJvmUpperBoundAnded= ruleJvmUpperBoundAnded EOF ; public final EObject entryRuleJvmUpperBoundAnded() throws RecognitionException { EObject current = null; EObject iv_ruleJvmUpperBoundAnded = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12483:2: (iv_ruleJvmUpperBoundAnded= ruleJvmUpperBoundAnded EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12484:2: iv_ruleJvmUpperBoundAnded= ruleJvmUpperBoundAnded EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmUpperBoundAndedRule()); } pushFollow(FollowSets001.FOLLOW_ruleJvmUpperBoundAnded_in_entryRuleJvmUpperBoundAnded27144); iv_ruleJvmUpperBoundAnded=ruleJvmUpperBoundAnded(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleJvmUpperBoundAnded; } match(input,EOF,FollowSets001.FOLLOW_EOF_in_entryRuleJvmUpperBoundAnded27154); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleJvmUpperBoundAnded" // $ANTLR start "ruleJvmUpperBoundAnded" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12491:1: ruleJvmUpperBoundAnded returns [EObject current=null] : (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) ; public final EObject ruleJvmUpperBoundAnded() throws RecognitionException { EObject current = null; Token otherlv_0=null; EObject lv_typeReference_1_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12494:28: ( (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12495:1: (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12495:1: (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12495:3: otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) { otherlv_0=(Token)match(input,146,FollowSets001.FOLLOW_146_in_ruleJvmUpperBoundAnded27191); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_0, grammarAccess.getJvmUpperBoundAndedAccess().getAmpersandKeyword_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12499:1: ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12500:1: (lv_typeReference_1_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12500:1: (lv_typeReference_1_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12501:3: lv_typeReference_1_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmUpperBoundAndedAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0()); } pushFollow(FollowSets001.FOLLOW_ruleJvmTypeReference_in_ruleJvmUpperBoundAnded27212); lv_typeReference_1_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getJvmUpperBoundAndedRule()); } set( current, "typeReference", lv_typeReference_1_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleJvmUpperBoundAnded" // $ANTLR start "entryRuleJvmLowerBound" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12525:1: entryRuleJvmLowerBound returns [EObject current=null] : iv_ruleJvmLowerBound= ruleJvmLowerBound EOF ; public final EObject entryRuleJvmLowerBound() throws RecognitionException { EObject current = null; EObject iv_ruleJvmLowerBound = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12526:2: (iv_ruleJvmLowerBound= ruleJvmLowerBound EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12527:2: iv_ruleJvmLowerBound= ruleJvmLowerBound EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmLowerBoundRule()); } pushFollow(FollowSets001.FOLLOW_ruleJvmLowerBound_in_entryRuleJvmLowerBound27248); iv_ruleJvmLowerBound=ruleJvmLowerBound(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleJvmLowerBound; } match(input,EOF,FollowSets001.FOLLOW_EOF_in_entryRuleJvmLowerBound27258); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleJvmLowerBound" // $ANTLR start "ruleJvmLowerBound" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12534:1: ruleJvmLowerBound returns [EObject current=null] : (otherlv_0= 'super' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) ; public final EObject ruleJvmLowerBound() throws RecognitionException { EObject current = null; Token otherlv_0=null; EObject lv_typeReference_1_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12537:28: ( (otherlv_0= 'super' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12538:1: (otherlv_0= 'super' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12538:1: (otherlv_0= 'super' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12538:3: otherlv_0= 'super' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) { otherlv_0=(Token)match(input,136,FollowSets001.FOLLOW_136_in_ruleJvmLowerBound27295); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_0, grammarAccess.getJvmLowerBoundAccess().getSuperKeyword_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12542:1: ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12543:1: (lv_typeReference_1_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12543:1: (lv_typeReference_1_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12544:3: lv_typeReference_1_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmLowerBoundAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0()); } pushFollow(FollowSets001.FOLLOW_ruleJvmTypeReference_in_ruleJvmLowerBound27316); lv_typeReference_1_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getJvmLowerBoundRule()); } set( current, "typeReference", lv_typeReference_1_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleJvmLowerBound" // $ANTLR start "entryRuleJvmLowerBoundAnded" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12568:1: entryRuleJvmLowerBoundAnded returns [EObject current=null] : iv_ruleJvmLowerBoundAnded= ruleJvmLowerBoundAnded EOF ; public final EObject entryRuleJvmLowerBoundAnded() throws RecognitionException { EObject current = null; EObject iv_ruleJvmLowerBoundAnded = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12569:2: (iv_ruleJvmLowerBoundAnded= ruleJvmLowerBoundAnded EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12570:2: iv_ruleJvmLowerBoundAnded= ruleJvmLowerBoundAnded EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmLowerBoundAndedRule()); } pushFollow(FollowSets001.FOLLOW_ruleJvmLowerBoundAnded_in_entryRuleJvmLowerBoundAnded27352); iv_ruleJvmLowerBoundAnded=ruleJvmLowerBoundAnded(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleJvmLowerBoundAnded; } match(input,EOF,FollowSets001.FOLLOW_EOF_in_entryRuleJvmLowerBoundAnded27362); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleJvmLowerBoundAnded" // $ANTLR start "ruleJvmLowerBoundAnded" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12577:1: ruleJvmLowerBoundAnded returns [EObject current=null] : (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) ; public final EObject ruleJvmLowerBoundAnded() throws RecognitionException { EObject current = null; Token otherlv_0=null; EObject lv_typeReference_1_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12580:28: ( (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12581:1: (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12581:1: (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12581:3: otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) { otherlv_0=(Token)match(input,146,FollowSets001.FOLLOW_146_in_ruleJvmLowerBoundAnded27399); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_0, grammarAccess.getJvmLowerBoundAndedAccess().getAmpersandKeyword_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12585:1: ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12586:1: (lv_typeReference_1_0= ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12586:1: (lv_typeReference_1_0= ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12587:3: lv_typeReference_1_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmLowerBoundAndedAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0()); } pushFollow(FollowSets001.FOLLOW_ruleJvmTypeReference_in_ruleJvmLowerBoundAnded27420); lv_typeReference_1_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getJvmLowerBoundAndedRule()); } set( current, "typeReference", lv_typeReference_1_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleJvmLowerBoundAnded" // $ANTLR start "entryRuleJvmTypeParameter" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12611:1: entryRuleJvmTypeParameter returns [EObject current=null] : iv_ruleJvmTypeParameter= ruleJvmTypeParameter EOF ; public final EObject entryRuleJvmTypeParameter() throws RecognitionException { EObject current = null; EObject iv_ruleJvmTypeParameter = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12612:2: (iv_ruleJvmTypeParameter= ruleJvmTypeParameter EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12613:2: iv_ruleJvmTypeParameter= ruleJvmTypeParameter EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmTypeParameterRule()); } pushFollow(FollowSets001.FOLLOW_ruleJvmTypeParameter_in_entryRuleJvmTypeParameter27456); iv_ruleJvmTypeParameter=ruleJvmTypeParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleJvmTypeParameter; } match(input,EOF,FollowSets001.FOLLOW_EOF_in_entryRuleJvmTypeParameter27466); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleJvmTypeParameter" // $ANTLR start "ruleJvmTypeParameter" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12620:1: ruleJvmTypeParameter returns [EObject current=null] : ( ( (lv_name_0_0= ruleValidID ) ) ( ( (lv_constraints_1_0= ruleJvmUpperBound ) ) ( (lv_constraints_2_0= ruleJvmUpperBoundAnded ) )* )? ) ; public final EObject ruleJvmTypeParameter() throws RecognitionException { EObject current = null; AntlrDatatypeRuleToken lv_name_0_0 = null; EObject lv_constraints_1_0 = null; EObject lv_constraints_2_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12623:28: ( ( ( (lv_name_0_0= ruleValidID ) ) ( ( (lv_constraints_1_0= ruleJvmUpperBound ) ) ( (lv_constraints_2_0= ruleJvmUpperBoundAnded ) )* )? ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12624:1: ( ( (lv_name_0_0= ruleValidID ) ) ( ( (lv_constraints_1_0= ruleJvmUpperBound ) ) ( (lv_constraints_2_0= ruleJvmUpperBoundAnded ) )* )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12624:1: ( ( (lv_name_0_0= ruleValidID ) ) ( ( (lv_constraints_1_0= ruleJvmUpperBound ) ) ( (lv_constraints_2_0= ruleJvmUpperBoundAnded ) )* )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12624:2: ( (lv_name_0_0= ruleValidID ) ) ( ( (lv_constraints_1_0= ruleJvmUpperBound ) ) ( (lv_constraints_2_0= ruleJvmUpperBoundAnded ) )* )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12624:2: ( (lv_name_0_0= ruleValidID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12625:1: (lv_name_0_0= ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12625:1: (lv_name_0_0= ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12626:3: lv_name_0_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmTypeParameterAccess().getNameValidIDParserRuleCall_0_0()); } pushFollow(FollowSets001.FOLLOW_ruleValidID_in_ruleJvmTypeParameter27512); lv_name_0_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getJvmTypeParameterRule()); } set( current, "name", lv_name_0_0, "ValidID"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12642:2: ( ( (lv_constraints_1_0= ruleJvmUpperBound ) ) ( (lv_constraints_2_0= ruleJvmUpperBoundAnded ) )* )? int alt275=2; int LA275_0 = input.LA(1); if ( (LA275_0==57) ) { alt275=1; } switch (alt275) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12642:3: ( (lv_constraints_1_0= ruleJvmUpperBound ) ) ( (lv_constraints_2_0= ruleJvmUpperBoundAnded ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12642:3: ( (lv_constraints_1_0= ruleJvmUpperBound ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12643:1: (lv_constraints_1_0= ruleJvmUpperBound ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12643:1: (lv_constraints_1_0= ruleJvmUpperBound ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12644:3: lv_constraints_1_0= ruleJvmUpperBound { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmTypeParameterAccess().getConstraintsJvmUpperBoundParserRuleCall_1_0_0()); } pushFollow(FollowSets001.FOLLOW_ruleJvmUpperBound_in_ruleJvmTypeParameter27534); lv_constraints_1_0=ruleJvmUpperBound(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getJvmTypeParameterRule()); } add( current, "constraints", lv_constraints_1_0, "JvmUpperBound"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12660:2: ( (lv_constraints_2_0= ruleJvmUpperBoundAnded ) )* loop274: do { int alt274=2; int LA274_0 = input.LA(1); if ( (LA274_0==146) ) { alt274=1; } switch (alt274) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12661:1: (lv_constraints_2_0= ruleJvmUpperBoundAnded ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12661:1: (lv_constraints_2_0= ruleJvmUpperBoundAnded ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12662:3: lv_constraints_2_0= ruleJvmUpperBoundAnded { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmTypeParameterAccess().getConstraintsJvmUpperBoundAndedParserRuleCall_1_1_0()); } pushFollow(FollowSets001.FOLLOW_ruleJvmUpperBoundAnded_in_ruleJvmTypeParameter27555); lv_constraints_2_0=ruleJvmUpperBoundAnded(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getJvmTypeParameterRule()); } add( current, "constraints", lv_constraints_2_0, "JvmUpperBoundAnded"); afterParserOrEnumRuleCall(); } } } break; default : break loop274; } } while (true); } break; } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleJvmTypeParameter" // $ANTLR start "entryRuleQualifiedNameWithWildcard" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12686:1: entryRuleQualifiedNameWithWildcard returns [String current=null] : iv_ruleQualifiedNameWithWildcard= ruleQualifiedNameWithWildcard EOF ; public final String entryRuleQualifiedNameWithWildcard() throws RecognitionException { String current = null; AntlrDatatypeRuleToken iv_ruleQualifiedNameWithWildcard = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12687:2: (iv_ruleQualifiedNameWithWildcard= ruleQualifiedNameWithWildcard EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12688:2: iv_ruleQualifiedNameWithWildcard= ruleQualifiedNameWithWildcard EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getQualifiedNameWithWildcardRule()); } pushFollow(FollowSets001.FOLLOW_ruleQualifiedNameWithWildcard_in_entryRuleQualifiedNameWithWildcard27595); iv_ruleQualifiedNameWithWildcard=ruleQualifiedNameWithWildcard(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleQualifiedNameWithWildcard.getText(); } match(input,EOF,FollowSets001.FOLLOW_EOF_in_entryRuleQualifiedNameWithWildcard27606); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleQualifiedNameWithWildcard" // $ANTLR start "ruleQualifiedNameWithWildcard" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12695:1: ruleQualifiedNameWithWildcard returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_QualifiedName_0= ruleQualifiedName kw= '.' kw= '*' ) ; public final AntlrDatatypeRuleToken ruleQualifiedNameWithWildcard() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); Token kw=null; AntlrDatatypeRuleToken this_QualifiedName_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12698:28: ( (this_QualifiedName_0= ruleQualifiedName kw= '.' kw= '*' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12699:1: (this_QualifiedName_0= ruleQualifiedName kw= '.' kw= '*' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12699:1: (this_QualifiedName_0= ruleQualifiedName kw= '.' kw= '*' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12700:5: this_QualifiedName_0= ruleQualifiedName kw= '.' kw= '*' { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getQualifiedNameWithWildcardAccess().getQualifiedNameParserRuleCall_0()); } pushFollow(FollowSets001.FOLLOW_ruleQualifiedName_in_ruleQualifiedNameWithWildcard27653); this_QualifiedName_0=ruleQualifiedName(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(this_QualifiedName_0); } if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } kw=(Token)match(input,63,FollowSets001.FOLLOW_63_in_ruleQualifiedNameWithWildcard27671); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getQualifiedNameWithWildcardAccess().getFullStopKeyword_1()); } kw=(Token)match(input,119,FollowSets001.FOLLOW_119_in_ruleQualifiedNameWithWildcard27684); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getQualifiedNameWithWildcardAccess().getAsteriskKeyword_2()); } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleQualifiedNameWithWildcard" // $ANTLR start "entryRuleXImportSection" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12730:1: entryRuleXImportSection returns [EObject current=null] : iv_ruleXImportSection= ruleXImportSection EOF ; public final EObject entryRuleXImportSection() throws RecognitionException { EObject current = null; EObject iv_ruleXImportSection = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12731:2: (iv_ruleXImportSection= ruleXImportSection EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12732:2: iv_ruleXImportSection= ruleXImportSection EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXImportSectionRule()); } pushFollow(FollowSets001.FOLLOW_ruleXImportSection_in_entryRuleXImportSection27724); iv_ruleXImportSection=ruleXImportSection(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXImportSection; } match(input,EOF,FollowSets001.FOLLOW_EOF_in_entryRuleXImportSection27734); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXImportSection" // $ANTLR start "ruleXImportSection" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12739:1: ruleXImportSection returns [EObject current=null] : ( (lv_importDeclarations_0_0= ruleXImportDeclaration ) )+ ; public final EObject ruleXImportSection() throws RecognitionException { EObject current = null; EObject lv_importDeclarations_0_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12742:28: ( ( (lv_importDeclarations_0_0= ruleXImportDeclaration ) )+ ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12743:1: ( (lv_importDeclarations_0_0= ruleXImportDeclaration ) )+ { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12743:1: ( (lv_importDeclarations_0_0= ruleXImportDeclaration ) )+ int cnt276=0; loop276: do { int alt276=2; int LA276_0 = input.LA(1); if ( (LA276_0==85) ) { alt276=1; } switch (alt276) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12744:1: (lv_importDeclarations_0_0= ruleXImportDeclaration ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12744:1: (lv_importDeclarations_0_0= ruleXImportDeclaration ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12745:3: lv_importDeclarations_0_0= ruleXImportDeclaration { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXImportSectionAccess().getImportDeclarationsXImportDeclarationParserRuleCall_0()); } pushFollow(FollowSets001.FOLLOW_ruleXImportDeclaration_in_ruleXImportSection27779); lv_importDeclarations_0_0=ruleXImportDeclaration(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXImportSectionRule()); } add( current, "importDeclarations", lv_importDeclarations_0_0, "XImportDeclaration"); afterParserOrEnumRuleCall(); } } } break; default : if ( cnt276 >= 1 ) break loop276; if (state.backtracking>0) {state.failed=true; return current;} EarlyExitException eee = new EarlyExitException(276, input); throw eee; } cnt276++; } while (true); } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXImportSection" // $ANTLR start "entryRuleXImportDeclaration" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12769:1: entryRuleXImportDeclaration returns [EObject current=null] : iv_ruleXImportDeclaration= ruleXImportDeclaration EOF ; public final EObject entryRuleXImportDeclaration() throws RecognitionException { EObject current = null; EObject iv_ruleXImportDeclaration = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12770:2: (iv_ruleXImportDeclaration= ruleXImportDeclaration EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12771:2: iv_ruleXImportDeclaration= ruleXImportDeclaration EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXImportDeclarationRule()); } pushFollow(FollowSets001.FOLLOW_ruleXImportDeclaration_in_entryRuleXImportDeclaration27815); iv_ruleXImportDeclaration=ruleXImportDeclaration(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXImportDeclaration; } match(input,EOF,FollowSets001.FOLLOW_EOF_in_entryRuleXImportDeclaration27825); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXImportDeclaration" // $ANTLR start "ruleXImportDeclaration" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12778:1: ruleXImportDeclaration returns [EObject current=null] : (otherlv_0= 'import' ( ( ( (lv_static_1_0= 'static' ) ) ( (lv_extension_2_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_4_0= '*' ) ) | ( (lv_memberName_5_0= ruleValidID ) ) ) ) | ( ( ruleQualifiedName ) ) | ( (lv_importedNamespace_7_0= ruleQualifiedNameWithWildcard ) ) ) (otherlv_8= ';' )? ) ; public final EObject ruleXImportDeclaration() throws RecognitionException { EObject current = null; Token otherlv_0=null; Token lv_static_1_0=null; Token lv_extension_2_0=null; Token lv_wildcard_4_0=null; Token otherlv_8=null; AntlrDatatypeRuleToken lv_memberName_5_0 = null; AntlrDatatypeRuleToken lv_importedNamespace_7_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12781:28: ( (otherlv_0= 'import' ( ( ( (lv_static_1_0= 'static' ) ) ( (lv_extension_2_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_4_0= '*' ) ) | ( (lv_memberName_5_0= ruleValidID ) ) ) ) | ( ( ruleQualifiedName ) ) | ( (lv_importedNamespace_7_0= ruleQualifiedNameWithWildcard ) ) ) (otherlv_8= ';' )? ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12782:1: (otherlv_0= 'import' ( ( ( (lv_static_1_0= 'static' ) ) ( (lv_extension_2_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_4_0= '*' ) ) | ( (lv_memberName_5_0= ruleValidID ) ) ) ) | ( ( ruleQualifiedName ) ) | ( (lv_importedNamespace_7_0= ruleQualifiedNameWithWildcard ) ) ) (otherlv_8= ';' )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12782:1: (otherlv_0= 'import' ( ( ( (lv_static_1_0= 'static' ) ) ( (lv_extension_2_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_4_0= '*' ) ) | ( (lv_memberName_5_0= ruleValidID ) ) ) ) | ( ( ruleQualifiedName ) ) | ( (lv_importedNamespace_7_0= ruleQualifiedNameWithWildcard ) ) ) (otherlv_8= ';' )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12782:3: otherlv_0= 'import' ( ( ( (lv_static_1_0= 'static' ) ) ( (lv_extension_2_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_4_0= '*' ) ) | ( (lv_memberName_5_0= ruleValidID ) ) ) ) | ( ( ruleQualifiedName ) ) | ( (lv_importedNamespace_7_0= ruleQualifiedNameWithWildcard ) ) ) (otherlv_8= ';' )? { otherlv_0=(Token)match(input,85,FollowSets001.FOLLOW_85_in_ruleXImportDeclaration27862); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_0, grammarAccess.getXImportDeclarationAccess().getImportKeyword_0()); } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12786:1: ( ( ( (lv_static_1_0= 'static' ) ) ( (lv_extension_2_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_4_0= '*' ) ) | ( (lv_memberName_5_0= ruleValidID ) ) ) ) | ( ( ruleQualifiedName ) ) | ( (lv_importedNamespace_7_0= ruleQualifiedNameWithWildcard ) ) ) int alt279=3; alt279 = dfa279.predict(input); switch (alt279) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12786:2: ( ( (lv_static_1_0= 'static' ) ) ( (lv_extension_2_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_4_0= '*' ) ) | ( (lv_memberName_5_0= ruleValidID ) ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12786:2: ( ( (lv_static_1_0= 'static' ) ) ( (lv_extension_2_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_4_0= '*' ) ) | ( (lv_memberName_5_0= ruleValidID ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12786:3: ( (lv_static_1_0= 'static' ) ) ( (lv_extension_2_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_4_0= '*' ) ) | ( (lv_memberName_5_0= ruleValidID ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12786:3: ( (lv_static_1_0= 'static' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12787:1: (lv_static_1_0= 'static' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12787:1: (lv_static_1_0= 'static' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12788:3: lv_static_1_0= 'static' { lv_static_1_0=(Token)match(input,68,FollowSets001.FOLLOW_68_in_ruleXImportDeclaration27882); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_static_1_0, grammarAccess.getXImportDeclarationAccess().getStaticStaticKeyword_1_0_0_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXImportDeclarationRule()); } setWithLastConsumed(current, "static", true, "static"); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12801:2: ( (lv_extension_2_0= 'extension' ) )? int alt277=2; int LA277_0 = input.LA(1); if ( (LA277_0==40) ) { alt277=1; } switch (alt277) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12802:1: (lv_extension_2_0= 'extension' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12802:1: (lv_extension_2_0= 'extension' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12803:3: lv_extension_2_0= 'extension' { lv_extension_2_0=(Token)match(input,40,FollowSets001.FOLLOW_40_in_ruleXImportDeclaration27913); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_extension_2_0, grammarAccess.getXImportDeclarationAccess().getExtensionExtensionKeyword_1_0_1_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXImportDeclarationRule()); } setWithLastConsumed(current, "extension", true, "extension"); } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12816:3: ( ( ruleQualifiedNameInStaticImport ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12817:1: ( ruleQualifiedNameInStaticImport ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12817:1: ( ruleQualifiedNameInStaticImport ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12818:3: ruleQualifiedNameInStaticImport { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXImportDeclarationRule()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeCrossReference_1_0_2_0()); } pushFollow(FollowSets001.FOLLOW_ruleQualifiedNameInStaticImport_in_ruleXImportDeclaration27950); ruleQualifiedNameInStaticImport(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12831:2: ( ( (lv_wildcard_4_0= '*' ) ) | ( (lv_memberName_5_0= ruleValidID ) ) ) int alt278=2; int LA278_0 = input.LA(1); if ( (LA278_0==119) ) { alt278=1; } else if ( (LA278_0==RULE_ID||LA278_0==61||LA278_0==80||(LA278_0>=82 && LA278_0<=84)) ) { alt278=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 278, 0, input); throw nvae; } switch (alt278) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12831:3: ( (lv_wildcard_4_0= '*' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12831:3: ( (lv_wildcard_4_0= '*' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12832:1: (lv_wildcard_4_0= '*' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12832:1: (lv_wildcard_4_0= '*' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12833:3: lv_wildcard_4_0= '*' { lv_wildcard_4_0=(Token)match(input,119,FollowSets001.FOLLOW_119_in_ruleXImportDeclaration27969); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_wildcard_4_0, grammarAccess.getXImportDeclarationAccess().getWildcardAsteriskKeyword_1_0_3_0_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXImportDeclarationRule()); } setWithLastConsumed(current, "wildcard", true, "*"); } } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12847:6: ( (lv_memberName_5_0= ruleValidID ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12847:6: ( (lv_memberName_5_0= ruleValidID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12848:1: (lv_memberName_5_0= ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12848:1: (lv_memberName_5_0= ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12849:3: lv_memberName_5_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXImportDeclarationAccess().getMemberNameValidIDParserRuleCall_1_0_3_1_0()); } pushFollow(FollowSets001.FOLLOW_ruleValidID_in_ruleXImportDeclaration28009); lv_memberName_5_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXImportDeclarationRule()); } set( current, "memberName", lv_memberName_5_0, "ValidID"); afterParserOrEnumRuleCall(); } } } } break; } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12866:6: ( ( ruleQualifiedName ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12866:6: ( ( ruleQualifiedName ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12867:1: ( ruleQualifiedName ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12867:1: ( ruleQualifiedName ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12868:3: ruleQualifiedName { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXImportDeclarationRule()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeCrossReference_1_1_0()); } pushFollow(FollowSets001.FOLLOW_ruleQualifiedName_in_ruleXImportDeclaration28040); ruleQualifiedName(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12882:6: ( (lv_importedNamespace_7_0= ruleQualifiedNameWithWildcard ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12882:6: ( (lv_importedNamespace_7_0= ruleQualifiedNameWithWildcard ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12883:1: (lv_importedNamespace_7_0= ruleQualifiedNameWithWildcard ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12883:1: (lv_importedNamespace_7_0= ruleQualifiedNameWithWildcard ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12884:3: lv_importedNamespace_7_0= ruleQualifiedNameWithWildcard { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXImportDeclarationAccess().getImportedNamespaceQualifiedNameWithWildcardParserRuleCall_1_2_0()); } pushFollow(FollowSets001.FOLLOW_ruleQualifiedNameWithWildcard_in_ruleXImportDeclaration28067); lv_importedNamespace_7_0=ruleQualifiedNameWithWildcard(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getXImportDeclarationRule()); } set( current, "importedNamespace", lv_importedNamespace_7_0, "QualifiedNameWithWildcard"); afterParserOrEnumRuleCall(); } } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12900:3: (otherlv_8= ';' )? int alt280=2; int LA280_0 = input.LA(1); if ( (LA280_0==42) ) { alt280=1; } switch (alt280) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12900:5: otherlv_8= ';' { otherlv_8=(Token)match(input,42,FollowSets001.FOLLOW_42_in_ruleXImportDeclaration28081); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_8, grammarAccess.getXImportDeclarationAccess().getSemicolonKeyword_2()); } } break; } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXImportDeclaration" // $ANTLR start "entryRuleQualifiedNameInStaticImport" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12912:1: entryRuleQualifiedNameInStaticImport returns [String current=null] : iv_ruleQualifiedNameInStaticImport= ruleQualifiedNameInStaticImport EOF ; public final String entryRuleQualifiedNameInStaticImport() throws RecognitionException { String current = null; AntlrDatatypeRuleToken iv_ruleQualifiedNameInStaticImport = null; try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12913:2: (iv_ruleQualifiedNameInStaticImport= ruleQualifiedNameInStaticImport EOF ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12914:2: iv_ruleQualifiedNameInStaticImport= ruleQualifiedNameInStaticImport EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getQualifiedNameInStaticImportRule()); } pushFollow(FollowSets001.FOLLOW_ruleQualifiedNameInStaticImport_in_entryRuleQualifiedNameInStaticImport28120); iv_ruleQualifiedNameInStaticImport=ruleQualifiedNameInStaticImport(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleQualifiedNameInStaticImport.getText(); } match(input,EOF,FollowSets001.FOLLOW_EOF_in_entryRuleQualifiedNameInStaticImport28131); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleQualifiedNameInStaticImport" // $ANTLR start "ruleQualifiedNameInStaticImport" // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12921:1: ruleQualifiedNameInStaticImport returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_ValidID_0= ruleValidID kw= '.' )+ ; public final AntlrDatatypeRuleToken ruleQualifiedNameInStaticImport() throws RecognitionException { AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken(); Token kw=null; AntlrDatatypeRuleToken this_ValidID_0 = null; enterRule(); try { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12924:28: ( (this_ValidID_0= ruleValidID kw= '.' )+ ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12925:1: (this_ValidID_0= ruleValidID kw= '.' )+ { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12925:1: (this_ValidID_0= ruleValidID kw= '.' )+ int cnt281=0; loop281: do { int alt281=2; switch ( input.LA(1) ) { case RULE_ID: { int LA281_2 = input.LA(2); if ( (LA281_2==63) ) { alt281=1; } } break; case 80: { int LA281_3 = input.LA(2); if ( (LA281_3==63) ) { alt281=1; } } break; case 61: { int LA281_4 = input.LA(2); if ( (LA281_4==63) ) { alt281=1; } } break; case 82: { int LA281_5 = input.LA(2); if ( (LA281_5==63) ) { alt281=1; } } break; case 83: { int LA281_6 = input.LA(2); if ( (LA281_6==63) ) { alt281=1; } } break; case 84: { int LA281_7 = input.LA(2); if ( (LA281_7==63) ) { alt281=1; } } break; } switch (alt281) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12926:5: this_ValidID_0= ruleValidID kw= '.' { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getQualifiedNameInStaticImportAccess().getValidIDParserRuleCall_0()); } pushFollow(FollowSets001.FOLLOW_ruleValidID_in_ruleQualifiedNameInStaticImport28178); this_ValidID_0=ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(this_ValidID_0); } if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } kw=(Token)match(input,63,FollowSets001.FOLLOW_63_in_ruleQualifiedNameInStaticImport28196); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getQualifiedNameInStaticImportAccess().getFullStopKeyword_1()); } } break; default : if ( cnt281 >= 1 ) break loop281; if (state.backtracking>0) {state.failed=true; return current;} EarlyExitException eee = new EarlyExitException(281, input); throw eee; } cnt281++; } while (true); } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleQualifiedNameInStaticImport" // $ANTLR start synpred1_InternalFeature public final void synpred1_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1803:7: ( ( () 'synchronized' '(' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1803:8: ( () 'synchronized' '(' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1803:8: ( () 'synchronized' '(' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1803:9: () 'synchronized' '(' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1803:9: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1804:1: { } match(input,74,FollowSets001.FOLLOW_74_in_synpred1_InternalFeature3163); if (state.failed) return ; match(input,54,FollowSets001.FOLLOW_54_in_synpred1_InternalFeature3167); if (state.failed) return ; } } } // $ANTLR end synpred1_InternalFeature // $ANTLR start synpred2_InternalFeature public final void synpred2_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1846:7: ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1846:8: ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1846:8: ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1846:9: () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1846:9: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1847:1: { } match(input,133,FollowSets001.FOLLOW_133_in_synpred2_InternalFeature3289); if (state.failed) return ; match(input,54,FollowSets001.FOLLOW_54_in_synpred2_InternalFeature3293); if (state.failed) return ; // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1849:1: ( ( ruleJvmFormalParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1850:1: ( ruleJvmFormalParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1850:1: ( ruleJvmFormalParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1851:1: ruleJvmFormalParameter { pushFollow(FollowSets001.FOLLOW_ruleJvmFormalParameter_in_synpred2_InternalFeature3300); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; } } match(input,81,FollowSets001.FOLLOW_81_in_synpred2_InternalFeature3306); if (state.failed) return ; } } } // $ANTLR end synpred2_InternalFeature // $ANTLR start synpred3_InternalFeature public final void synpred3_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1973:4: ( ( () ( ( ruleShould ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1973:5: ( () ( ( ruleShould ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1973:5: ( () ( ( ruleShould ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1973:6: () ( ( ruleShould ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1973:6: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1974:1: { } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1974:2: ( ( ruleShould ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1975:1: ( ruleShould ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1975:1: ( ruleShould ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:1976:3: ruleShould { pushFollow(FollowSets001.FOLLOW_ruleShould_in_synpred3_InternalFeature3656); ruleShould(); state._fsp--; if (state.failed) return ; } } } } } // $ANTLR end synpred3_InternalFeature // $ANTLR start synpred4_InternalFeature public final void synpred4_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2018:8: ( ( () ( ( 'should' 'throw' ) | 'throws' ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2018:9: ( () ( ( 'should' 'throw' ) | 'throws' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2018:9: ( () ( ( 'should' 'throw' ) | 'throws' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2018:10: () ( ( 'should' 'throw' ) | 'throws' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2018:10: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2019:1: { } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2019:2: ( ( 'should' 'throw' ) | 'throws' ) int alt282=2; int LA282_0 = input.LA(1); if ( (LA282_0==43) ) { alt282=1; } else if ( (LA282_0==45) ) { alt282=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 282, 0, input); throw nvae; } switch (alt282) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2019:3: ( 'should' 'throw' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2019:3: ( 'should' 'throw' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2019:5: 'should' 'throw' { match(input,43,FollowSets001.FOLLOW_43_in_synpred4_InternalFeature3737); if (state.failed) return ; match(input,44,FollowSets001.FOLLOW_44_in_synpred4_InternalFeature3741); if (state.failed) return ; } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2022:7: 'throws' { match(input,45,FollowSets001.FOLLOW_45_in_synpred4_InternalFeature3752); if (state.failed) return ; } break; } } } } // $ANTLR end synpred4_InternalFeature // $ANTLR start synpred5_InternalFeature public final void synpred5_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2061:8: ( ( () 'instanceof' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2061:9: ( () 'instanceof' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2061:9: ( () 'instanceof' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2061:10: () 'instanceof' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2061:10: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2062:1: { } match(input,46,FollowSets001.FOLLOW_46_in_synpred5_InternalFeature3853); if (state.failed) return ; } } } // $ANTLR end synpred5_InternalFeature // $ANTLR start synpred6_InternalFeature public final void synpred6_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2092:8: ( ( () ( ( ruleOpCompare ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2092:9: ( () ( ( ruleOpCompare ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2092:9: ( () ( ( ruleOpCompare ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2092:10: () ( ( ruleOpCompare ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2092:10: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2093:1: { } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2093:2: ( ( ruleOpCompare ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2094:1: ( ruleOpCompare ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2094:1: ( ruleOpCompare ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2095:3: ruleOpCompare { pushFollow(FollowSets001.FOLLOW_ruleOpCompare_in_synpred6_InternalFeature3924); ruleOpCompare(); state._fsp--; if (state.failed) return ; } } } } } // $ANTLR end synpred6_InternalFeature // $ANTLR start synpred7_InternalFeature public final void synpred7_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2255:3: ( ( () '{' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2255:4: ( () '{' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2255:4: ( () '{' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2255:5: () '{' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2255:5: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2256:1: { } match(input,49,FollowSets001.FOLLOW_49_in_synpred7_InternalFeature4330); if (state.failed) return ; } } } // $ANTLR end synpred7_InternalFeature // $ANTLR start synpred8_InternalFeature public final void synpred8_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2816:5: ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2816:6: ( ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2816:6: ( ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2816:7: ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2816:7: ( ( ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2817:1: ( ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2817:1: ( ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2818:1: ruleJvmTypeReference { pushFollow(FollowSets001.FOLLOW_ruleJvmTypeReference_in_synpred8_InternalFeature5205); ruleJvmTypeReference(); state._fsp--; if (state.failed) return ; } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2820:2: ( ( ruleCreateExtensionInfo ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2821:1: ( ruleCreateExtensionInfo ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2821:1: ( ruleCreateExtensionInfo ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2822:1: ruleCreateExtensionInfo { pushFollow(FollowSets001.FOLLOW_ruleCreateExtensionInfo_in_synpred8_InternalFeature5214); ruleCreateExtensionInfo(); state._fsp--; if (state.failed) return ; } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2824:2: ( ( ruleValidID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2825:1: ( ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2825:1: ( ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2826:1: ruleValidID { pushFollow(FollowSets001.FOLLOW_ruleValidID_in_synpred8_InternalFeature5223); ruleValidID(); state._fsp--; if (state.failed) return ; } } match(input,54,FollowSets001.FOLLOW_54_in_synpred8_InternalFeature5229); if (state.failed) return ; } } } // $ANTLR end synpred8_InternalFeature // $ANTLR start synpred9_InternalFeature public final void synpred9_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2888:7: ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleFunctionID ) ) '(' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2888:8: ( ( ( ruleJvmTypeReference ) ) ( ( ruleFunctionID ) ) '(' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2888:8: ( ( ( ruleJvmTypeReference ) ) ( ( ruleFunctionID ) ) '(' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2888:9: ( ( ruleJvmTypeReference ) ) ( ( ruleFunctionID ) ) '(' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2888:9: ( ( ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2889:1: ( ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2889:1: ( ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2890:1: ruleJvmTypeReference { pushFollow(FollowSets001.FOLLOW_ruleJvmTypeReference_in_synpred9_InternalFeature5326); ruleJvmTypeReference(); state._fsp--; if (state.failed) return ; } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2892:2: ( ( ruleFunctionID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2893:1: ( ruleFunctionID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2893:1: ( ruleFunctionID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2894:1: ruleFunctionID { pushFollow(FollowSets001.FOLLOW_ruleFunctionID_in_synpred9_InternalFeature5335); ruleFunctionID(); state._fsp--; if (state.failed) return ; } } match(input,54,FollowSets001.FOLLOW_54_in_synpred9_InternalFeature5341); if (state.failed) return ; } } } // $ANTLR end synpred9_InternalFeature // $ANTLR start synpred10_InternalFeature public final void synpred10_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2938:7: ( ( ( ( ruleTypeReferenceNoTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2938:8: ( ( ( ruleTypeReferenceNoTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2938:8: ( ( ( ruleTypeReferenceNoTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2938:9: ( ( ruleTypeReferenceNoTypeArgs ) ) ( ( ruleFunctionID ) ) '(' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2938:9: ( ( ruleTypeReferenceNoTypeArgs ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2939:1: ( ruleTypeReferenceNoTypeArgs ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2939:1: ( ruleTypeReferenceNoTypeArgs ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2940:1: ruleTypeReferenceNoTypeArgs { pushFollow(FollowSets001.FOLLOW_ruleTypeReferenceNoTypeArgs_in_synpred10_InternalFeature5417); ruleTypeReferenceNoTypeArgs(); state._fsp--; if (state.failed) return ; } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2942:2: ( ( ruleFunctionID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2943:1: ( ruleFunctionID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2943:1: ( ruleFunctionID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2944:1: ruleFunctionID { pushFollow(FollowSets001.FOLLOW_ruleFunctionID_in_synpred10_InternalFeature5426); ruleFunctionID(); state._fsp--; if (state.failed) return ; } } match(input,54,FollowSets001.FOLLOW_54_in_synpred10_InternalFeature5432); if (state.failed) return ; } } } // $ANTLR end synpred10_InternalFeature // $ANTLR start synpred11_InternalFeature public final void synpred11_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2988:7: ( ( ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2988:8: ( ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2988:8: ( ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2988:9: ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2988:9: ( ( ruleCreateExtensionInfo ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2989:1: ( ruleCreateExtensionInfo ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2989:1: ( ruleCreateExtensionInfo ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2990:1: ruleCreateExtensionInfo { pushFollow(FollowSets001.FOLLOW_ruleCreateExtensionInfo_in_synpred11_InternalFeature5508); ruleCreateExtensionInfo(); state._fsp--; if (state.failed) return ; } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2992:2: ( ( ruleValidID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2993:1: ( ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2993:1: ( ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:2994:1: ruleValidID { pushFollow(FollowSets001.FOLLOW_ruleValidID_in_synpred11_InternalFeature5517); ruleValidID(); state._fsp--; if (state.failed) return ; } } match(input,54,FollowSets001.FOLLOW_54_in_synpred11_InternalFeature5523); if (state.failed) return ; } } } // $ANTLR end synpred11_InternalFeature // $ANTLR start synpred12_InternalFeature public final void synpred12_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4778:3: ( ( () '.' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4778:4: ( () '.' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4778:4: ( () '.' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4778:5: () '.' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4778:5: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4779:1: { } match(input,63,FollowSets001.FOLLOW_63_in_synpred12_InternalFeature8657); if (state.failed) return ; } } } // $ANTLR end synpred12_InternalFeature // $ANTLR start synpred13_InternalFeature public final void synpred13_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4805:4: ( '<' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:4805:6: '<' { match(input,51,FollowSets001.FOLLOW_51_in_synpred13_InternalFeature8714); if (state.failed) return ; } } // $ANTLR end synpred13_InternalFeature // $ANTLR start synpred15_InternalFeature public final void synpred15_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5879:8: ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleInnerVarID ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5879:9: ( ( ( ruleJvmTypeReference ) ) ( ( ruleInnerVarID ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5879:9: ( ( ( ruleJvmTypeReference ) ) ( ( ruleInnerVarID ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5879:10: ( ( ruleJvmTypeReference ) ) ( ( ruleInnerVarID ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5879:10: ( ( ruleJvmTypeReference ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5880:1: ( ruleJvmTypeReference ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5880:1: ( ruleJvmTypeReference ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5881:1: ruleJvmTypeReference { pushFollow(FollowSets001.FOLLOW_ruleJvmTypeReference_in_synpred15_InternalFeature11595); ruleJvmTypeReference(); state._fsp--; if (state.failed) return ; } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5883:2: ( ( ruleInnerVarID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5884:1: ( ruleInnerVarID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5884:1: ( ruleInnerVarID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:5885:1: ruleInnerVarID { pushFollow(FollowSets001.FOLLOW_ruleInnerVarID_in_synpred15_InternalFeature11604); ruleInnerVarID(); state._fsp--; if (state.failed) return ; } } } } } // $ANTLR end synpred15_InternalFeature // $ANTLR start synpred16_InternalFeature public final void synpred16_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6010:4: ( '<' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6010:6: '<' { match(input,51,FollowSets001.FOLLOW_51_in_synpred16_InternalFeature11840); if (state.failed) return ; } } // $ANTLR end synpred16_InternalFeature // $ANTLR start synpred17_InternalFeature public final void synpred17_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6059:5: ( ( '(' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6060:1: ( '(' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6060:1: ( '(' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6061:2: '(' { match(input,54,FollowSets001.FOLLOW_54_in_synpred17_InternalFeature11936); if (state.failed) return ; } } } // $ANTLR end synpred17_InternalFeature // $ANTLR start synpred18_InternalFeature public final void synpred18_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6080:4: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6080:5: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6080:5: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6080:6: () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6080:6: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6081:1: { } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6081:2: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? int alt288=2; int LA288_0 = input.LA(1); if ( (LA288_0==RULE_ID||(LA288_0>=39 && LA288_0<=40)||LA288_0==45||LA288_0==54||(LA288_0>=56 && LA288_0<=62)||(LA288_0>=64 && LA288_0<=75)||(LA288_0>=78 && LA288_0<=80)||(LA288_0>=82 && LA288_0<=85)) ) { alt288=1; } switch (alt288) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6081:3: ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6081:3: ( ( ruleJvmFormalParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6082:1: ( ruleJvmFormalParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6082:1: ( ruleJvmFormalParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6083:1: ruleJvmFormalParameter { pushFollow(FollowSets001.FOLLOW_ruleJvmFormalParameter_in_synpred18_InternalFeature11988); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6085:2: ( ',' ( ( ruleJvmFormalParameter ) ) )* loop287: do { int alt287=2; int LA287_0 = input.LA(1); if ( (LA287_0==52) ) { alt287=1; } switch (alt287) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6085:4: ',' ( ( ruleJvmFormalParameter ) ) { match(input,52,FollowSets001.FOLLOW_52_in_synpred18_InternalFeature11995); if (state.failed) return ; // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6086:1: ( ( ruleJvmFormalParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6087:1: ( ruleJvmFormalParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6087:1: ( ruleJvmFormalParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6088:1: ruleJvmFormalParameter { pushFollow(FollowSets001.FOLLOW_ruleJvmFormalParameter_in_synpred18_InternalFeature12002); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; } } } break; default : break loop287; } } while (true); } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6090:6: ( ( '|' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6091:1: ( '|' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6091:1: ( '|' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6092:2: '|' { match(input,129,FollowSets001.FOLLOW_129_in_synpred18_InternalFeature12016); if (state.failed) return ; } } } } } // $ANTLR end synpred18_InternalFeature // $ANTLR start synpred19_InternalFeature public final void synpred19_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6159:4: ( ( () '[' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6159:5: ( () '[' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6159:5: ( () '[' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6159:6: () '[' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6159:6: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6160:1: { } match(input,98,FollowSets001.FOLLOW_98_in_synpred19_InternalFeature12136); if (state.failed) return ; } } } // $ANTLR end synpred19_InternalFeature // $ANTLR start synpred20_InternalFeature public final void synpred20_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6394:4: ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6394:5: ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6394:5: ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6394:7: '(' ( ( ruleJvmFormalParameter ) ) ':' { match(input,54,FollowSets001.FOLLOW_54_in_synpred20_InternalFeature12671); if (state.failed) return ; // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6395:1: ( ( ruleJvmFormalParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6396:1: ( ruleJvmFormalParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6396:1: ( ruleJvmFormalParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6397:1: ruleJvmFormalParameter { pushFollow(FollowSets001.FOLLOW_ruleJvmFormalParameter_in_synpred20_InternalFeature12678); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; } } match(input,81,FollowSets001.FOLLOW_81_in_synpred20_InternalFeature12684); if (state.failed) return ; } } } // $ANTLR end synpred20_InternalFeature // $ANTLR start synpred21_InternalFeature public final void synpred21_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6449:8: ( ( ( ( ruleJvmFormalParameter ) ) ':' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6449:9: ( ( ( ruleJvmFormalParameter ) ) ':' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6449:9: ( ( ( ruleJvmFormalParameter ) ) ':' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6449:10: ( ( ruleJvmFormalParameter ) ) ':' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6449:10: ( ( ruleJvmFormalParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6450:1: ( ruleJvmFormalParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6450:1: ( ruleJvmFormalParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6451:1: ruleJvmFormalParameter { pushFollow(FollowSets001.FOLLOW_ruleJvmFormalParameter_in_synpred21_InternalFeature12786); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; } } match(input,81,FollowSets001.FOLLOW_81_in_synpred21_InternalFeature12792); if (state.failed) return ; } } } // $ANTLR end synpred21_InternalFeature // $ANTLR start synpred22_InternalFeature public final void synpred22_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6567:3: ( 'new' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:6567:5: 'new' { match(input,87,FollowSets001.FOLLOW_87_in_synpred22_InternalFeature13026); if (state.failed) return ; } } // $ANTLR end synpred22_InternalFeature // $ANTLR start synpred23_InternalFeature public final void synpred23_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7494:4: ( '(' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7494:6: '(' { match(input,54,FollowSets001.FOLLOW_54_in_synpred23_InternalFeature14901); if (state.failed) return ; } } // $ANTLR end synpred23_InternalFeature // $ANTLR start synpred24_InternalFeature public final void synpred24_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7499:5: ( ( ( ( ruleValidID ) ) '=' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7499:6: ( ( ( ruleValidID ) ) '=' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7499:6: ( ( ( ruleValidID ) ) '=' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7499:7: ( ( ruleValidID ) ) '=' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7499:7: ( ( ruleValidID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7500:1: ( ruleValidID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7500:1: ( ruleValidID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7501:3: ruleValidID { pushFollow(FollowSets001.FOLLOW_ruleValidID_in_synpred24_InternalFeature14930); ruleValidID(); state._fsp--; if (state.failed) return ; } } match(input,41,FollowSets001.FOLLOW_41_in_synpred24_InternalFeature14936); if (state.failed) return ; } } } // $ANTLR end synpred24_InternalFeature // $ANTLR start synpred27_InternalFeature public final void synpred27_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7656:4: ( ( () '#' '[' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7656:5: ( () '#' '[' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7656:5: ( () '#' '[' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7656:6: () '#' '[' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7656:6: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7657:1: { } match(input,97,FollowSets001.FOLLOW_97_in_synpred27_InternalFeature15292); if (state.failed) return ; match(input,98,FollowSets001.FOLLOW_98_in_synpred27_InternalFeature15296); if (state.failed) return ; } } } // $ANTLR end synpred27_InternalFeature // $ANTLR start synpred28_InternalFeature public final void synpred28_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7776:4: ( ( () '#' '[' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7776:5: ( () '#' '[' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7776:5: ( () '#' '[' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7776:6: () '#' '[' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7776:6: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7777:1: { } match(input,97,FollowSets001.FOLLOW_97_in_synpred28_InternalFeature15567); if (state.failed) return ; match(input,98,FollowSets001.FOLLOW_98_in_synpred28_InternalFeature15571); if (state.failed) return ; } } } // $ANTLR end synpred28_InternalFeature // $ANTLR start synpred29_InternalFeature public final void synpred29_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7995:3: ( ( () ( ( ruleOpMultiAssign ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7995:4: ( () ( ( ruleOpMultiAssign ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7995:4: ( () ( ( ruleOpMultiAssign ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7995:5: () ( ( ruleOpMultiAssign ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7995:5: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7996:1: { } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7996:2: ( ( ruleOpMultiAssign ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7997:1: ( ruleOpMultiAssign ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7997:1: ( ruleOpMultiAssign ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:7998:3: ruleOpMultiAssign { pushFollow(FollowSets001.FOLLOW_ruleOpMultiAssign_in_synpred29_InternalFeature16104); ruleOpMultiAssign(); state._fsp--; if (state.failed) return ; } } } } } // $ANTLR end synpred29_InternalFeature // $ANTLR start synpred30_InternalFeature public final void synpred30_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8189:3: ( ( () ( ( ruleOpOr ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8189:4: ( () ( ( ruleOpOr ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8189:4: ( () ( ( ruleOpOr ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8189:5: () ( ( ruleOpOr ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8189:5: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8190:1: { } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8190:2: ( ( ruleOpOr ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8191:1: ( ruleOpOr ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8191:1: ( ruleOpOr ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8192:3: ruleOpOr { pushFollow(FollowSets001.FOLLOW_ruleOpOr_in_synpred30_InternalFeature16627); ruleOpOr(); state._fsp--; if (state.failed) return ; } } } } } // $ANTLR end synpred30_InternalFeature // $ANTLR start synpred31_InternalFeature public final void synpred31_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8290:3: ( ( () ( ( ruleOpAnd ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8290:4: ( () ( ( ruleOpAnd ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8290:4: ( () ( ( ruleOpAnd ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8290:5: () ( ( ruleOpAnd ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8290:5: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8291:1: { } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8291:2: ( ( ruleOpAnd ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8292:1: ( ruleOpAnd ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8292:1: ( ruleOpAnd ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8293:3: ruleOpAnd { pushFollow(FollowSets001.FOLLOW_ruleOpAnd_in_synpred31_InternalFeature16886); ruleOpAnd(); state._fsp--; if (state.failed) return ; } } } } } // $ANTLR end synpred31_InternalFeature // $ANTLR start synpred32_InternalFeature public final void synpred32_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8391:3: ( ( () ( ( ruleOpEquality ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8391:4: ( () ( ( ruleOpEquality ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8391:4: ( () ( ( ruleOpEquality ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8391:5: () ( ( ruleOpEquality ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8391:5: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8392:1: { } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8392:2: ( ( ruleOpEquality ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8393:1: ( ruleOpEquality ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8393:1: ( ruleOpEquality ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8394:3: ruleOpEquality { pushFollow(FollowSets001.FOLLOW_ruleOpEquality_in_synpred32_InternalFeature17145); ruleOpEquality(); state._fsp--; if (state.failed) return ; } } } } } // $ANTLR end synpred32_InternalFeature // $ANTLR start synpred33_InternalFeature public final void synpred33_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8567:3: ( ( () ( ( ruleOpOther ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8567:4: ( () ( ( ruleOpOther ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8567:4: ( () ( ( ruleOpOther ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8567:5: () ( ( ruleOpOther ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8567:5: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8568:1: { } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8568:2: ( ( ruleOpOther ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8569:1: ( ruleOpOther ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8569:1: ( ruleOpOther ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8570:3: ruleOpOther { pushFollow(FollowSets001.FOLLOW_ruleOpOther_in_synpred33_InternalFeature17625); ruleOpOther(); state._fsp--; if (state.failed) return ; } } } } } // $ANTLR end synpred33_InternalFeature // $ANTLR start synpred34_InternalFeature public final void synpred34_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8679:3: ( ( '>' '>' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8679:4: ( '>' '>' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8679:4: ( '>' '>' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8680:2: '>' '>' { match(input,53,FollowSets001.FOLLOW_53_in_synpred34_InternalFeature17894); if (state.failed) return ; match(input,53,FollowSets001.FOLLOW_53_in_synpred34_InternalFeature17899); if (state.failed) return ; } } } // $ANTLR end synpred34_InternalFeature // $ANTLR start synpred35_InternalFeature public final void synpred35_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8709:3: ( ( '<' '<' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8709:4: ( '<' '<' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8709:4: ( '<' '<' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8710:2: '<' '<' { match(input,51,FollowSets001.FOLLOW_51_in_synpred35_InternalFeature17981); if (state.failed) return ; match(input,51,FollowSets001.FOLLOW_51_in_synpred35_InternalFeature17986); if (state.failed) return ; } } } // $ANTLR end synpred35_InternalFeature // $ANTLR start synpred36_InternalFeature public final void synpred36_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8783:3: ( ( () ( ( ruleOpAdd ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8783:4: ( () ( ( ruleOpAdd ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8783:4: ( () ( ( ruleOpAdd ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8783:5: () ( ( ruleOpAdd ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8783:5: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8784:1: { } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8784:2: ( ( ruleOpAdd ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8785:1: ( ruleOpAdd ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8785:1: ( ruleOpAdd ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8786:3: ruleOpAdd { pushFollow(FollowSets001.FOLLOW_ruleOpAdd_in_synpred36_InternalFeature18208); ruleOpAdd(); state._fsp--; if (state.failed) return ; } } } } } // $ANTLR end synpred36_InternalFeature // $ANTLR start synpred37_InternalFeature public final void synpred37_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8891:3: ( ( () ( ( ruleOpMulti ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8891:4: ( () ( ( ruleOpMulti ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8891:4: ( () ( ( ruleOpMulti ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8891:5: () ( ( ruleOpMulti ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8891:5: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8892:1: { } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8892:2: ( ( ruleOpMulti ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8893:1: ( ruleOpMulti ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8893:1: ( ruleOpMulti ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:8894:3: ruleOpMulti { pushFollow(FollowSets001.FOLLOW_ruleOpMulti_in_synpred37_InternalFeature18488); ruleOpMulti(); state._fsp--; if (state.failed) return ; } } } } } // $ANTLR end synpred37_InternalFeature // $ANTLR start synpred38_InternalFeature public final void synpred38_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9124:3: ( ( () 'as' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9124:4: ( () 'as' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9124:4: ( () 'as' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9124:5: () 'as' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9124:5: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9125:1: { } match(input,124,FollowSets001.FOLLOW_124_in_synpred38_InternalFeature19082); if (state.failed) return ; } } } // $ANTLR end synpred38_InternalFeature // $ANTLR start synpred39_InternalFeature public final void synpred39_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9184:2: ( ( () ( ( ruleOpPostfix ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9184:3: ( () ( ( ruleOpPostfix ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9184:3: ( () ( ( ruleOpPostfix ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9184:4: () ( ( ruleOpPostfix ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9184:4: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9185:1: { } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9185:2: ( ( ruleOpPostfix ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9186:1: ( ruleOpPostfix ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9186:1: ( ruleOpPostfix ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9187:3: ruleOpPostfix { pushFollow(FollowSets001.FOLLOW_ruleOpPostfix_in_synpred39_InternalFeature19239); ruleOpPostfix(); state._fsp--; if (state.failed) return ; } } } } } // $ANTLR end synpred39_InternalFeature // $ANTLR start synpred40_InternalFeature public final void synpred40_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9274:4: ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9274:5: ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9274:5: ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9274:6: () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9274:6: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9275:1: { } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9275:2: ( '.' | ( ( '::' ) ) ) int alt289=2; int LA289_0 = input.LA(1); if ( (LA289_0==63) ) { alt289=1; } else if ( (LA289_0==127) ) { alt289=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 289, 0, input); throw nvae; } switch (alt289) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9275:4: '.' { match(input,63,FollowSets001.FOLLOW_63_in_synpred40_InternalFeature19494); if (state.failed) return ; } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9277:6: ( ( '::' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9277:6: ( ( '::' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9278:1: ( '::' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9278:1: ( '::' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9279:2: '::' { match(input,127,FollowSets001.FOLLOW_127_in_synpred40_InternalFeature19508); if (state.failed) return ; } } } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9283:3: ( ( ruleFeatureCallID ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9284:1: ( ruleFeatureCallID ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9284:1: ( ruleFeatureCallID ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9285:3: ruleFeatureCallID { pushFollow(FollowSets001.FOLLOW_ruleFeatureCallID_in_synpred40_InternalFeature19524); ruleFeatureCallID(); state._fsp--; if (state.failed) return ; } } pushFollow(FollowSets001.FOLLOW_ruleOpSingleAssign_in_synpred40_InternalFeature19530); ruleOpSingleAssign(); state._fsp--; if (state.failed) return ; } } } // $ANTLR end synpred40_InternalFeature // $ANTLR start synpred41_InternalFeature public final void synpred41_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9355:8: ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9355:9: ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9355:9: ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9355:10: () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9355:10: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9356:1: { } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9356:2: ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) int alt290=3; switch ( input.LA(1) ) { case 63: { alt290=1; } break; case 128: { alt290=2; } break; case 127: { alt290=3; } break; default: if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 290, 0, input); throw nvae; } switch (alt290) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9356:4: '.' { match(input,63,FollowSets001.FOLLOW_63_in_synpred41_InternalFeature19672); if (state.failed) return ; } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9358:6: ( ( '?.' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9358:6: ( ( '?.' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9359:1: ( '?.' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9359:1: ( '?.' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9360:2: '?.' { match(input,128,FollowSets001.FOLLOW_128_in_synpred41_InternalFeature19686); if (state.failed) return ; } } } break; case 3 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9365:6: ( ( '::' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9365:6: ( ( '::' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9366:1: ( '::' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9366:1: ( '::' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9367:2: '::' { match(input,127,FollowSets001.FOLLOW_127_in_synpred41_InternalFeature19706); if (state.failed) return ; } } } break; } } } } // $ANTLR end synpred41_InternalFeature // $ANTLR start synpred42_InternalFeature public final void synpred42_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9476:4: ( ( '(' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9477:1: ( '(' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9477:1: ( '(' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9478:2: '(' { match(input,54,FollowSets001.FOLLOW_54_in_synpred42_InternalFeature19933); if (state.failed) return ; } } } // $ANTLR end synpred42_InternalFeature // $ANTLR start synpred43_InternalFeature public final void synpred43_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9497:4: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9497:5: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9497:5: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9497:6: () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9497:6: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9498:1: { } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9498:2: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? int alt292=2; int LA292_0 = input.LA(1); if ( (LA292_0==RULE_ID||(LA292_0>=39 && LA292_0<=40)||LA292_0==45||LA292_0==54||(LA292_0>=56 && LA292_0<=62)||(LA292_0>=64 && LA292_0<=75)||(LA292_0>=78 && LA292_0<=80)||(LA292_0>=82 && LA292_0<=85)) ) { alt292=1; } switch (alt292) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9498:3: ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9498:3: ( ( ruleJvmFormalParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9499:1: ( ruleJvmFormalParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9499:1: ( ruleJvmFormalParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9500:1: ruleJvmFormalParameter { pushFollow(FollowSets001.FOLLOW_ruleJvmFormalParameter_in_synpred43_InternalFeature19985); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9502:2: ( ',' ( ( ruleJvmFormalParameter ) ) )* loop291: do { int alt291=2; int LA291_0 = input.LA(1); if ( (LA291_0==52) ) { alt291=1; } switch (alt291) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9502:4: ',' ( ( ruleJvmFormalParameter ) ) { match(input,52,FollowSets001.FOLLOW_52_in_synpred43_InternalFeature19992); if (state.failed) return ; // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9503:1: ( ( ruleJvmFormalParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9504:1: ( ruleJvmFormalParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9504:1: ( ruleJvmFormalParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9505:1: ruleJvmFormalParameter { pushFollow(FollowSets001.FOLLOW_ruleJvmFormalParameter_in_synpred43_InternalFeature19999); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; } } } break; default : break loop291; } } while (true); } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9507:6: ( ( '|' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9508:1: ( '|' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9508:1: ( '|' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9509:2: '|' { match(input,129,FollowSets001.FOLLOW_129_in_synpred43_InternalFeature20013); if (state.failed) return ; } } } } } // $ANTLR end synpred43_InternalFeature // $ANTLR start synpred44_InternalFeature public final void synpred44_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9576:4: ( ( () '[' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9576:5: ( () '[' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9576:5: ( () '[' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9576:6: () '[' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9576:6: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9577:1: { } match(input,98,FollowSets001.FOLLOW_98_in_synpred44_InternalFeature20133); if (state.failed) return ; } } } // $ANTLR end synpred44_InternalFeature // $ANTLR start synpred45_InternalFeature public final void synpred45_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9627:7: ( ( () '[' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9627:8: ( () '[' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9627:8: ( () '[' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9627:9: () '[' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9627:9: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9628:1: { } match(input,98,FollowSets001.FOLLOW_98_in_synpred45_InternalFeature20268); if (state.failed) return ; } } } // $ANTLR end synpred45_InternalFeature // $ANTLR start synpred47_InternalFeature public final void synpred47_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9919:4: ( ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9919:5: ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9919:5: ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9919:6: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9919:6: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? int alt294=2; int LA294_0 = input.LA(1); if ( (LA294_0==RULE_ID||(LA294_0>=39 && LA294_0<=40)||LA294_0==45||LA294_0==54||(LA294_0>=56 && LA294_0<=62)||(LA294_0>=64 && LA294_0<=75)||(LA294_0>=78 && LA294_0<=80)||(LA294_0>=82 && LA294_0<=85)) ) { alt294=1; } switch (alt294) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9919:7: ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9919:7: ( ( ruleJvmFormalParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9920:1: ( ruleJvmFormalParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9920:1: ( ruleJvmFormalParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9921:1: ruleJvmFormalParameter { pushFollow(FollowSets001.FOLLOW_ruleJvmFormalParameter_in_synpred47_InternalFeature21018); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9923:2: ( ',' ( ( ruleJvmFormalParameter ) ) )* loop293: do { int alt293=2; int LA293_0 = input.LA(1); if ( (LA293_0==52) ) { alt293=1; } switch (alt293) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9923:4: ',' ( ( ruleJvmFormalParameter ) ) { match(input,52,FollowSets001.FOLLOW_52_in_synpred47_InternalFeature21025); if (state.failed) return ; // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9924:1: ( ( ruleJvmFormalParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9925:1: ( ruleJvmFormalParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9925:1: ( ruleJvmFormalParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9926:1: ruleJvmFormalParameter { pushFollow(FollowSets001.FOLLOW_ruleJvmFormalParameter_in_synpred47_InternalFeature21032); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; } } } break; default : break loop293; } } while (true); } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9928:6: ( ( '|' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9929:1: ( '|' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9929:1: ( '|' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:9930:2: '|' { match(input,129,FollowSets001.FOLLOW_129_in_synpred47_InternalFeature21046); if (state.failed) return ; } } } } } // $ANTLR end synpred47_InternalFeature // $ANTLR start synpred49_InternalFeature public final void synpred49_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10289:4: ( 'else' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10289:6: 'else' { match(input,131,FollowSets001.FOLLOW_131_in_synpred49_InternalFeature21829); if (state.failed) return ; } } // $ANTLR end synpred49_InternalFeature // $ANTLR start synpred51_InternalFeature public final void synpred51_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10917:3: ( ( () ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10917:4: ( () ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10917:4: ( () ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10917:5: () ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10917:5: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10918:1: { } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10918:2: ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) int alt300=2; int LA300_0 = input.LA(1); if ( ((LA300_0>=76 && LA300_0<=77)) ) { alt300=1; } else if ( (LA300_0==40) ) { alt300=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 300, 0, input); throw nvae; } switch (alt300) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10918:3: ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10918:3: ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10918:4: ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10918:4: ( ( ( 'var' ) ) | 'val' ) int alt297=2; int LA297_0 = input.LA(1); if ( (LA297_0==77) ) { alt297=1; } else if ( (LA297_0==76) ) { alt297=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 297, 0, input); throw nvae; } switch (alt297) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10918:5: ( ( 'var' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10918:5: ( ( 'var' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10919:1: ( 'var' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10919:1: ( 'var' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10920:2: 'var' { match(input,77,FollowSets001.FOLLOW_77_in_synpred51_InternalFeature23165); if (state.failed) return ; } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10925:7: 'val' { match(input,76,FollowSets001.FOLLOW_76_in_synpred51_InternalFeature23181); if (state.failed) return ; } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10926:2: ( ( 'extension' ) )? int alt298=2; int LA298_0 = input.LA(1); if ( (LA298_0==40) ) { alt298=1; } switch (alt298) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10927:1: ( 'extension' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10927:1: ( 'extension' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10928:2: 'extension' { match(input,40,FollowSets001.FOLLOW_40_in_synpred51_InternalFeature23190); if (state.failed) return ; } } break; } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10933:6: ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10933:6: ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10933:7: ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10933:7: ( ( 'extension' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10934:1: ( 'extension' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10934:1: ( 'extension' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10935:2: 'extension' { match(input,40,FollowSets001.FOLLOW_40_in_synpred51_InternalFeature23213); if (state.failed) return ; } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10939:2: ( ( ( 'var' ) ) | 'val' ) int alt299=2; int LA299_0 = input.LA(1); if ( (LA299_0==77) ) { alt299=1; } else if ( (LA299_0==76) ) { alt299=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 299, 0, input); throw nvae; } switch (alt299) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10939:3: ( ( 'var' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10939:3: ( ( 'var' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10940:1: ( 'var' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10940:1: ( 'var' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10941:2: 'var' { match(input,77,FollowSets001.FOLLOW_77_in_synpred51_InternalFeature23228); if (state.failed) return ; } } } break; case 2 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:10946:7: 'val' { match(input,76,FollowSets001.FOLLOW_76_in_synpred51_InternalFeature23244); if (state.failed) return ; } break; } } } break; } } } } // $ANTLR end synpred51_InternalFeature // $ANTLR start synpred52_InternalFeature public final void synpred52_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11056:4: ( ( '(' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11057:1: ( '(' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11057:1: ( '(' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11058:2: '(' { match(input,54,FollowSets001.FOLLOW_54_in_synpred52_InternalFeature23496); if (state.failed) return ; } } } // $ANTLR end synpred52_InternalFeature // $ANTLR start synpred53_InternalFeature public final void synpred53_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11077:4: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11077:5: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11077:5: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11077:6: () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11077:6: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11078:1: { } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11078:2: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? int alt302=2; int LA302_0 = input.LA(1); if ( (LA302_0==RULE_ID||(LA302_0>=39 && LA302_0<=40)||LA302_0==45||LA302_0==54||(LA302_0>=56 && LA302_0<=62)||(LA302_0>=64 && LA302_0<=75)||(LA302_0>=78 && LA302_0<=80)||(LA302_0>=82 && LA302_0<=85)) ) { alt302=1; } switch (alt302) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11078:3: ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11078:3: ( ( ruleJvmFormalParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11079:1: ( ruleJvmFormalParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11079:1: ( ruleJvmFormalParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11080:1: ruleJvmFormalParameter { pushFollow(FollowSets001.FOLLOW_ruleJvmFormalParameter_in_synpred53_InternalFeature23548); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; } } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11082:2: ( ',' ( ( ruleJvmFormalParameter ) ) )* loop301: do { int alt301=2; int LA301_0 = input.LA(1); if ( (LA301_0==52) ) { alt301=1; } switch (alt301) { case 1 : // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11082:4: ',' ( ( ruleJvmFormalParameter ) ) { match(input,52,FollowSets001.FOLLOW_52_in_synpred53_InternalFeature23555); if (state.failed) return ; // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11083:1: ( ( ruleJvmFormalParameter ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11084:1: ( ruleJvmFormalParameter ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11084:1: ( ruleJvmFormalParameter ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11085:1: ruleJvmFormalParameter { pushFollow(FollowSets001.FOLLOW_ruleJvmFormalParameter_in_synpred53_InternalFeature23562); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; } } } break; default : break loop301; } } while (true); } break; } // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11087:6: ( ( '|' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11088:1: ( '|' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11088:1: ( '|' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11089:2: '|' { match(input,129,FollowSets001.FOLLOW_129_in_synpred53_InternalFeature23576); if (state.failed) return ; } } } } } // $ANTLR end synpred53_InternalFeature // $ANTLR start synpred54_InternalFeature public final void synpred54_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11156:4: ( ( () '[' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11156:5: ( () '[' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11156:5: ( () '[' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11156:6: () '[' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11156:6: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11157:1: { } match(input,98,FollowSets001.FOLLOW_98_in_synpred54_InternalFeature23696); if (state.failed) return ; } } } // $ANTLR end synpred54_InternalFeature // $ANTLR start synpred55_InternalFeature public final void synpred55_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11490:2: ( 'abstract' | 'annotation' | 'class' | 'create' | 'def' | 'dispatch' | 'enum' | 'extends' | 'final' | 'implements' | 'import' | 'interface' | 'override' | 'package' | 'public' | 'private' | 'protected' | 'static' | 'throws' | 'strictfp' | 'native' | 'volatile' | 'synchronized' | 'transient' | 'AFTER' | 'BEFORE' | 'SEPARATOR' | 'extension' | '!' | '-' | '+' | 'new' | '{' | 'switch' | '<' | 'super' | '#' | '[' | 'false' | 'true' | 'null' | 'typeof' | 'if' | 'for' | 'while' | 'do' | 'throw' | 'return' | 'try' | '(' | 'assert' | RULE_ID | RULE_HEX | RULE_INT | RULE_DECIMAL | RULE_STRING | RULE_RICH_TEXT | RULE_RICH_TEXT_START ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g: { if ( (input.LA(1)>=RULE_ID && input.LA(1)<=RULE_RICH_TEXT_START)||(input.LA(1)>=RULE_HEX && input.LA(1)<=RULE_DECIMAL)||(input.LA(1)>=39 && input.LA(1)<=40)||(input.LA(1)>=44 && input.LA(1)<=45)||(input.LA(1)>=48 && input.LA(1)<=49)||input.LA(1)==51||input.LA(1)==54||(input.LA(1)>=56 && input.LA(1)<=61)||(input.LA(1)>=64 && input.LA(1)<=75)||(input.LA(1)>=78 && input.LA(1)<=80)||(input.LA(1)>=82 && input.LA(1)<=85)||(input.LA(1)>=87 && input.LA(1)<=88)||(input.LA(1)>=97 && input.LA(1)<=98)||(input.LA(1)>=117 && input.LA(1)<=118)||input.LA(1)==123||input.LA(1)==130||(input.LA(1)>=133 && input.LA(1)<=142) ) { input.consume(); state.errorRecovery=false;state.failed=false; } else { if (state.backtracking>0) {state.failed=true; return ;} MismatchedSetException mse = new MismatchedSetException(null,input); throw mse; } } } // $ANTLR end synpred55_InternalFeature // $ANTLR start synpred56_InternalFeature public final void synpred56_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11608:5: ( 'catch' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11608:7: 'catch' { match(input,144,FollowSets001.FOLLOW_144_in_synpred56_InternalFeature25068); if (state.failed) return ; } } // $ANTLR end synpred56_InternalFeature // $ANTLR start synpred57_InternalFeature public final void synpred57_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11627:5: ( 'finally' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11627:7: 'finally' { match(input,143,FollowSets001.FOLLOW_143_in_synpred57_InternalFeature25098); if (state.failed) return ; } } // $ANTLR end synpred57_InternalFeature // $ANTLR start synpred60_InternalFeature public final void synpred60_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11853:3: ( '.' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11854:2: '.' { match(input,63,FollowSets001.FOLLOW_63_in_synpred60_InternalFeature25623); if (state.failed) return ; } } // $ANTLR end synpred60_InternalFeature // $ANTLR start synpred61_InternalFeature public final void synpred61_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11977:2: ( ( () ruleArrayBrackets ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11977:3: ( () ruleArrayBrackets ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11977:3: ( () ruleArrayBrackets ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11977:4: () ruleArrayBrackets { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11977:4: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:11978:1: { } pushFollow(FollowSets001.FOLLOW_ruleArrayBrackets_in_synpred61_InternalFeature26006); ruleArrayBrackets(); state._fsp--; if (state.failed) return ; } } } // $ANTLR end synpred61_InternalFeature // $ANTLR start synpred62_InternalFeature public final void synpred62_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12162:4: ( '<' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12162:6: '<' { match(input,51,FollowSets001.FOLLOW_51_in_synpred62_InternalFeature26458); if (state.failed) return ; } } // $ANTLR end synpred62_InternalFeature // $ANTLR start synpred63_InternalFeature public final void synpred63_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12211:3: ( ( () '.' ) ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12211:4: ( () '.' ) { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12211:4: ( () '.' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12211:5: () '.' { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12211:5: () // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12212:1: { } match(input,63,FollowSets001.FOLLOW_63_in_synpred63_InternalFeature26553); if (state.failed) return ; } } } // $ANTLR end synpred63_InternalFeature // $ANTLR start synpred64_InternalFeature public final void synpred64_InternalFeature_fragment() throws RecognitionException { // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12238:4: ( '<' ) // ../org.jnario.feature/src-gen/org/jnario/feature/parser/antlr/internal/InternalFeature.g:12238:6: '<' { match(input,51,FollowSets001.FOLLOW_51_in_synpred64_InternalFeature26610); if (state.failed) return ; } } // $ANTLR end synpred64_InternalFeature // Delegated rules public final boolean synpred18_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred18_InternalFeature_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 synpred56_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred56_InternalFeature_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 synpred28_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred28_InternalFeature_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 synpred63_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred63_InternalFeature_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 synpred53_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred53_InternalFeature_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 synpred7_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred7_InternalFeature_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 synpred37_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred37_InternalFeature_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 synpred35_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred35_InternalFeature_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 synpred32_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred32_InternalFeature_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 synpred6_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred6_InternalFeature_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 synpred51_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred51_InternalFeature_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_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred40_InternalFeature_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 synpred31_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred31_InternalFeature_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 synpred17_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred17_InternalFeature_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 synpred12_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred12_InternalFeature_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 synpred15_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred15_InternalFeature_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 synpred61_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred61_InternalFeature_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 synpred4_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred4_InternalFeature_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 synpred23_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred23_InternalFeature_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 synpred43_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred43_InternalFeature_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 synpred13_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred13_InternalFeature_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 synpred42_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred42_InternalFeature_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 synpred20_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred20_InternalFeature_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 synpred10_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred10_InternalFeature_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 synpred52_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred52_InternalFeature_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 synpred34_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred34_InternalFeature_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 synpred33_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred33_InternalFeature_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 synpred5_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred5_InternalFeature_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 synpred57_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred57_InternalFeature_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 synpred22_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred22_InternalFeature_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 synpred21_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred21_InternalFeature_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 synpred44_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred44_InternalFeature_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 synpred36_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred36_InternalFeature_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 synpred38_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred38_InternalFeature_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_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred62_InternalFeature_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 synpred55_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred55_InternalFeature_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 synpred2_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred2_InternalFeature_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 synpred30_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred30_InternalFeature_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 synpred24_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred24_InternalFeature_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 synpred47_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred47_InternalFeature_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 synpred3_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred3_InternalFeature_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 synpred8_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred8_InternalFeature_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 synpred16_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred16_InternalFeature_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 synpred64_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred64_InternalFeature_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 synpred41_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred41_InternalFeature_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 synpred19_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred19_InternalFeature_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 synpred45_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred45_InternalFeature_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 synpred29_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred29_InternalFeature_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 synpred60_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred60_InternalFeature_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 synpred1_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred1_InternalFeature_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 synpred11_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred11_InternalFeature_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 synpred39_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred39_InternalFeature_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_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred27_InternalFeature_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_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred49_InternalFeature_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 synpred54_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred54_InternalFeature_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 synpred9_InternalFeature() { state.backtracking++; int start = input.mark(); try { synpred9_InternalFeature_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 DFA35 dfa35 = new DFA35(this); protected DFA29 dfa29 = new DFA29(this); protected DFA31 dfa31 = new DFA31(this); protected DFA34 dfa34 = new DFA34(this); protected DFA40 dfa40 = new DFA40(this); protected DFA42 dfa42 = new DFA42(this); protected DFA45 dfa45 = new DFA45(this); protected DFA68 dfa68 = new DFA68(this); protected DFA55 dfa55 = new DFA55(this); protected DFA49 dfa49 = new DFA49(this); protected DFA51 dfa51 = new DFA51(this); protected DFA54 dfa54 = new DFA54(this); protected DFA62 dfa62 = new DFA62(this); protected DFA89 dfa89 = new DFA89(this); protected DFA121 dfa121 = new DFA121(this); protected DFA99 dfa99 = new DFA99(this); protected DFA97 dfa97 = new DFA97(this); protected DFA127 dfa127 = new DFA127(this); protected DFA143 dfa143 = new DFA143(this); protected DFA146 dfa146 = new DFA146(this); protected DFA149 dfa149 = new DFA149(this); protected DFA148 dfa148 = new DFA148(this); protected DFA150 dfa150 = new DFA150(this); protected DFA156 dfa156 = new DFA156(this); protected DFA155 dfa155 = new DFA155(this); protected DFA159 dfa159 = new DFA159(this); protected DFA176 dfa176 = new DFA176(this); protected DFA175 dfa175 = new DFA175(this); protected DFA181 dfa181 = new DFA181(this); protected DFA184 dfa184 = new DFA184(this); protected DFA187 dfa187 = new DFA187(this); protected DFA186 dfa186 = new DFA186(this); protected DFA195 dfa195 = new DFA195(this); protected DFA198 dfa198 = new DFA198(this); protected DFA214 dfa214 = new DFA214(this); protected DFA213 dfa213 = new DFA213(this); protected DFA215 dfa215 = new DFA215(this); protected DFA225 dfa225 = new DFA225(this); protected DFA246 dfa246 = new DFA246(this); protected DFA245 dfa245 = new DFA245(this); protected DFA247 dfa247 = new DFA247(this); protected DFA251 dfa251 = new DFA251(this); protected DFA255 dfa255 = new DFA255(this); protected DFA269 dfa269 = new DFA269(this); protected DFA268 dfa268 = new DFA268(this); protected DFA267 dfa267 = new DFA267(this); protected DFA279 dfa279 = new DFA279(this); static final String DFA35_eotS = "\24\uffff"; static final String DFA35_eofS = "\24\uffff"; static final String DFA35_minS = "\3\15\2\uffff\15\15\2\uffff"; static final String DFA35_maxS = "\3\124\2\uffff\15\124\2\uffff"; static final String DFA35_acceptS = "\3\uffff\1\2\1\4\15\uffff\1\3\1\1"; static final String DFA35_specialS = "\24\uffff}>"; static final String[] DFA35_transitionS = { "\1\4\32\uffff\1\3\15\uffff\1\4\6\uffff\2\4\15\uffff\1\1\1\2\2\uffff\1\4\1\uffff\3\4", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "", "", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "", "" }; static final short[] DFA35_eot = DFA.unpackEncodedString(DFA35_eotS); static final short[] DFA35_eof = DFA.unpackEncodedString(DFA35_eofS); static final char[] DFA35_min = DFA.unpackEncodedStringToUnsignedChars(DFA35_minS); static final char[] DFA35_max = DFA.unpackEncodedStringToUnsignedChars(DFA35_maxS); static final short[] DFA35_accept = DFA.unpackEncodedString(DFA35_acceptS); static final short[] DFA35_special = DFA.unpackEncodedString(DFA35_specialS); static final short[][] DFA35_transition; static { int numStates = DFA35_transitionS.length; DFA35_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA35_transition[i] = DFA.unpackEncodedString(DFA35_transitionS[i]); } } class DFA35 extends DFA { public DFA35(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 35; this.eot = DFA35_eot; this.eof = DFA35_eof; this.min = DFA35_min; this.max = DFA35_max; this.accept = DFA35_accept; this.special = DFA35_special; this.transition = DFA35_transition; } public String getDescription() { return "864:3: ( ( ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( ( (lv_modifiers_8_0= 'extension' ) ) ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* ( (lv_type_11_0= ruleJvmTypeReference ) ) ( (lv_name_12_0= ruleValidID ) )? ) | ( ( (lv_modifiers_13_0= ruleFieldModifier ) ) ( (lv_modifiers_14_0= ruleCommonModifier ) )* ( (lv_modifiers_15_0= 'extension' ) ) ( (lv_modifiers_16_0= ruleCommonModifier ) )* ( (lv_type_17_0= ruleJvmTypeReference ) ) ( (lv_name_18_0= ruleValidID ) )? ) | ( ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) ) )"; } } static final String DFA29_eotS = "\33\uffff"; static final String DFA29_eofS = "\1\uffff\6\10\2\uffff\6\7\6\10\6\7"; static final String DFA29_minS = "\1\15\6\7\2\uffff\22\7"; static final String DFA29_maxS = "\1\124\6\142\2\uffff\22\142"; static final String DFA29_acceptS = "\7\uffff\1\1\1\2\22\uffff"; static final String DFA29_specialS = "\33\uffff}>"; static final String[] DFA29_transitionS = { "\1\1\50\uffff\1\7\6\uffff\1\3\1\7\21\uffff\1\2\1\uffff\1\4\1\5\1\6", "\4\10\2\uffff\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\16\10\2\uffff\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\4\10\2\uffff\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\16\10\2\uffff\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\4\10\2\uffff\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\16\10\2\uffff\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\4\10\2\uffff\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\16\10\2\uffff\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\4\10\2\uffff\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\16\10\2\uffff\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\4\10\2\uffff\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\16\10\2\uffff\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "", "", "\4\7\2\uffff\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\4\7\2\uffff\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\4\7\2\uffff\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\4\7\2\uffff\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\4\7\2\uffff\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\4\7\2\uffff\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\4\10\2\uffff\1\25\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\27\1\10\1\7\16\10\2\uffff\1\26\1\uffff\1\30\1\31\1\32\13\uffff\1\10\1\uffff\1\7", "\4\10\2\uffff\1\25\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\27\1\10\1\7\16\10\2\uffff\1\26\1\uffff\1\30\1\31\1\32\13\uffff\1\10\1\uffff\1\7", "\4\10\2\uffff\1\25\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\27\1\10\1\7\16\10\2\uffff\1\26\1\uffff\1\30\1\31\1\32\13\uffff\1\10\1\uffff\1\7", "\4\10\2\uffff\1\25\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\27\1\10\1\7\16\10\2\uffff\1\26\1\uffff\1\30\1\31\1\32\13\uffff\1\10\1\uffff\1\7", "\4\10\2\uffff\1\25\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\27\1\10\1\7\16\10\2\uffff\1\26\1\uffff\1\30\1\31\1\32\13\uffff\1\10\1\uffff\1\7", "\4\10\2\uffff\1\25\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\27\1\10\1\7\16\10\2\uffff\1\26\1\uffff\1\30\1\31\1\32\13\uffff\1\10\1\uffff\1\7", "\4\7\2\uffff\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\4\7\2\uffff\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\4\7\2\uffff\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\4\7\2\uffff\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\4\7\2\uffff\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\4\7\2\uffff\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10" }; static final short[] DFA29_eot = DFA.unpackEncodedString(DFA29_eotS); static final short[] DFA29_eof = DFA.unpackEncodedString(DFA29_eofS); static final char[] DFA29_min = DFA.unpackEncodedStringToUnsignedChars(DFA29_minS); static final char[] DFA29_max = DFA.unpackEncodedStringToUnsignedChars(DFA29_maxS); static final short[] DFA29_accept = DFA.unpackEncodedString(DFA29_acceptS); static final short[] DFA29_special = DFA.unpackEncodedString(DFA29_specialS); static final short[][] DFA29_transition; static { int numStates = DFA29_transitionS.length; DFA29_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA29_transition[i] = DFA.unpackEncodedString(DFA29_transitionS[i]); } } class DFA29 extends DFA { public DFA29(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 29; this.eot = DFA29_eot; this.eof = DFA29_eof; this.min = DFA29_min; this.max = DFA29_max; this.accept = DFA29_accept; this.special = DFA29_special; this.transition = DFA29_transition; } public String getDescription() { return "900:3: ( (lv_type_6_0= ruleJvmTypeReference ) )?"; } } static final String DFA31_eotS = "\25\uffff"; static final String DFA31_eofS = "\1\7\6\16\1\uffff\6\7\1\uffff\6\16"; static final String DFA31_minS = "\7\7\1\uffff\6\7\1\uffff\6\7"; static final String DFA31_maxS = "\1\140\6\142\1\uffff\6\142\1\uffff\6\142"; static final String DFA31_acceptS = "\7\uffff\1\2\6\uffff\1\1\6\uffff"; static final String DFA31_specialS = "\25\uffff}>"; static final String[] DFA31_transitionS = { "\4\7\2\uffff\1\1\31\uffff\4\7\7\uffff\1\7\3\uffff\1\7\6\uffff\1\3\1\7\1\uffff\16\7\2\uffff\1\2\1\uffff\1\4\1\5\1\6\13\uffff\1\7", "\4\16\2\uffff\1\10\31\uffff\4\16\7\uffff\1\16\1\7\2\uffff\1\16\6\uffff\1\12\1\16\1\7\16\16\2\uffff\1\11\1\uffff\1\13\1\14\1\15\13\uffff\1\16\1\uffff\1\7", "\4\16\2\uffff\1\10\31\uffff\4\16\7\uffff\1\16\1\7\2\uffff\1\16\6\uffff\1\12\1\16\1\7\16\16\2\uffff\1\11\1\uffff\1\13\1\14\1\15\13\uffff\1\16\1\uffff\1\7", "\4\16\2\uffff\1\10\31\uffff\4\16\7\uffff\1\16\1\7\2\uffff\1\16\6\uffff\1\12\1\16\1\7\16\16\2\uffff\1\11\1\uffff\1\13\1\14\1\15\13\uffff\1\16\1\uffff\1\7", "\4\16\2\uffff\1\10\31\uffff\4\16\7\uffff\1\16\1\7\2\uffff\1\16\6\uffff\1\12\1\16\1\7\16\16\2\uffff\1\11\1\uffff\1\13\1\14\1\15\13\uffff\1\16\1\uffff\1\7", "\4\16\2\uffff\1\10\31\uffff\4\16\7\uffff\1\16\1\7\2\uffff\1\16\6\uffff\1\12\1\16\1\7\16\16\2\uffff\1\11\1\uffff\1\13\1\14\1\15\13\uffff\1\16\1\uffff\1\7", "\4\16\2\uffff\1\10\31\uffff\4\16\7\uffff\1\16\1\7\2\uffff\1\16\6\uffff\1\12\1\16\1\7\16\16\2\uffff\1\11\1\uffff\1\13\1\14\1\15\13\uffff\1\16\1\uffff\1\7", "", "\4\7\2\uffff\1\17\31\uffff\4\7\7\uffff\1\7\1\16\2\uffff\1\7\6\uffff\1\21\1\7\1\16\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\16", "\4\7\2\uffff\1\17\31\uffff\4\7\7\uffff\1\7\1\16\2\uffff\1\7\6\uffff\1\21\1\7\1\16\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\16", "\4\7\2\uffff\1\17\31\uffff\4\7\7\uffff\1\7\1\16\2\uffff\1\7\6\uffff\1\21\1\7\1\16\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\16", "\4\7\2\uffff\1\17\31\uffff\4\7\7\uffff\1\7\1\16\2\uffff\1\7\6\uffff\1\21\1\7\1\16\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\16", "\4\7\2\uffff\1\17\31\uffff\4\7\7\uffff\1\7\1\16\2\uffff\1\7\6\uffff\1\21\1\7\1\16\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\16", "\4\7\2\uffff\1\17\31\uffff\4\7\7\uffff\1\7\1\16\2\uffff\1\7\6\uffff\1\21\1\7\1\16\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\16", "", "\4\16\2\uffff\1\10\31\uffff\4\16\7\uffff\1\16\1\7\2\uffff\1\16\6\uffff\1\12\1\16\1\7\16\16\2\uffff\1\11\1\uffff\1\13\1\14\1\15\13\uffff\1\16\1\uffff\1\7", "\4\16\2\uffff\1\10\31\uffff\4\16\7\uffff\1\16\1\7\2\uffff\1\16\6\uffff\1\12\1\16\1\7\16\16\2\uffff\1\11\1\uffff\1\13\1\14\1\15\13\uffff\1\16\1\uffff\1\7", "\4\16\2\uffff\1\10\31\uffff\4\16\7\uffff\1\16\1\7\2\uffff\1\16\6\uffff\1\12\1\16\1\7\16\16\2\uffff\1\11\1\uffff\1\13\1\14\1\15\13\uffff\1\16\1\uffff\1\7", "\4\16\2\uffff\1\10\31\uffff\4\16\7\uffff\1\16\1\7\2\uffff\1\16\6\uffff\1\12\1\16\1\7\16\16\2\uffff\1\11\1\uffff\1\13\1\14\1\15\13\uffff\1\16\1\uffff\1\7", "\4\16\2\uffff\1\10\31\uffff\4\16\7\uffff\1\16\1\7\2\uffff\1\16\6\uffff\1\12\1\16\1\7\16\16\2\uffff\1\11\1\uffff\1\13\1\14\1\15\13\uffff\1\16\1\uffff\1\7", "\4\16\2\uffff\1\10\31\uffff\4\16\7\uffff\1\16\1\7\2\uffff\1\16\6\uffff\1\12\1\16\1\7\16\16\2\uffff\1\11\1\uffff\1\13\1\14\1\15\13\uffff\1\16\1\uffff\1\7" }; 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 "1007:2: ( (lv_name_12_0= ruleValidID ) )?"; } } static final String DFA34_eotS = "\25\uffff"; static final String DFA34_eofS = "\1\7\6\10\2\uffff\6\7\6\10"; static final String DFA34_minS = "\7\7\2\uffff\14\7"; static final String DFA34_maxS = "\1\140\6\142\2\uffff\14\142"; static final String DFA34_acceptS = "\7\uffff\1\2\1\1\14\uffff"; static final String DFA34_specialS = "\25\uffff}>"; static final String[] DFA34_transitionS = { "\4\7\2\uffff\1\1\31\uffff\4\7\7\uffff\1\7\3\uffff\1\7\6\uffff\1\3\1\7\1\uffff\16\7\2\uffff\1\2\1\uffff\1\4\1\5\1\6\13\uffff\1\7", "\4\10\2\uffff\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\16\10\2\uffff\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\4\10\2\uffff\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\16\10\2\uffff\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\4\10\2\uffff\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\16\10\2\uffff\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\4\10\2\uffff\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\16\10\2\uffff\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\4\10\2\uffff\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\16\10\2\uffff\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\4\10\2\uffff\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\16\10\2\uffff\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "", "", "\4\7\2\uffff\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\4\7\2\uffff\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\4\7\2\uffff\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\4\7\2\uffff\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\4\7\2\uffff\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\4\7\2\uffff\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\4\10\2\uffff\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\16\10\2\uffff\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\4\10\2\uffff\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\16\10\2\uffff\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\4\10\2\uffff\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\16\10\2\uffff\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\4\10\2\uffff\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\16\10\2\uffff\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\4\10\2\uffff\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\16\10\2\uffff\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\4\10\2\uffff\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\16\10\2\uffff\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7" }; static final short[] DFA34_eot = DFA.unpackEncodedString(DFA34_eotS); static final short[] DFA34_eof = DFA.unpackEncodedString(DFA34_eofS); static final char[] DFA34_min = DFA.unpackEncodedStringToUnsignedChars(DFA34_minS); static final char[] DFA34_max = DFA.unpackEncodedStringToUnsignedChars(DFA34_maxS); static final short[] DFA34_accept = DFA.unpackEncodedString(DFA34_acceptS); static final short[] DFA34_special = DFA.unpackEncodedString(DFA34_specialS); static final short[][] DFA34_transition; static { int numStates = DFA34_transitionS.length; DFA34_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA34_transition[i] = DFA.unpackEncodedString(DFA34_transitionS[i]); } } class DFA34 extends DFA { public DFA34(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 34; this.eot = DFA34_eot; this.eof = DFA34_eof; this.min = DFA34_min; this.max = DFA34_max; this.accept = DFA34_accept; this.special = DFA34_special; this.transition = DFA34_transition; } public String getDescription() { return "1113:2: ( (lv_name_18_0= ruleValidID ) )?"; } } static final String DFA40_eotS = "\73\uffff"; static final String DFA40_eofS = "\73\uffff"; static final String DFA40_minS = "\1\15\3\uffff\1\0\53\uffff\1\0\12\uffff"; static final String DFA40_maxS = "\1\u008e\3\uffff\1\0\53\uffff\1\0\12\uffff"; static final String DFA40_acceptS = "\1\uffff\1\1\1\2\1\3\1\uffff\1\5\35\uffff\1\6\13\uffff\1\7\1\uffff\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\4\1\10\1\11"; static final String DFA40_specialS = "\4\uffff\1\0\53\uffff\1\1\12\uffff}>"; static final String[] DFA40_transitionS = { "\1\5\3\43\4\uffff\3\43\17\uffff\2\5\3\uffff\1\63\1\5\2\uffff\1\67\1\2\1\uffff\1\5\2\uffff\1\66\1\uffff\6\5\2\uffff\12\5\1\4\1\5\2\uffff\3\5\1\uffff\4\5\1\uffff\1\1\1\3\10\uffff\2\43\37\uffff\1\57\2\uffff\1\60\1\61\1\62\1\5\4\43\1\64\1\65", "", "", "", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "\1\uffff", "", "", "", "", "", "", "", "", "", "" }; 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 "1773:1: (this_XConstructorCall_0= ruleXConstructorCall | this_XBlockExpression_1= ruleXBlockExpression | this_XSwitchExpression_2= ruleXSwitchExpression | ( ( ( () 'synchronized' '(' ) )=>this_XSynchronizedExpression_3= ruleXSynchronizedExpression ) | this_XFeatureCall_4= ruleXFeatureCall | this_XLiteral_5= ruleXLiteral | this_XIfExpression_6= ruleXIfExpression | ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=>this_XForLoopExpression_7= ruleXForLoopExpression ) | this_XBasicForLoopExpression_8= ruleXBasicForLoopExpression | this_XWhileExpression_9= ruleXWhileExpression | this_XDoWhileExpression_10= ruleXDoWhileExpression | this_XThrowExpression_11= ruleXThrowExpression | this_XReturnExpression_12= ruleXReturnExpression | this_XTryCatchFinallyExpression_13= ruleXTryCatchFinallyExpression | this_XParenthesizedExpression_14= ruleXParenthesizedExpression | this_Assertion_15= ruleAssertion )"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA40_4 = input.LA(1); int index40_4 = input.index(); input.rewind(); s = -1; if ( (synpred1_InternalFeature()) ) {s = 56;} else if ( (true) ) {s = 5;} input.seek(index40_4); if ( s>=0 ) return s; break; case 1 : int LA40_48 = input.LA(1); int index40_48 = input.index(); input.rewind(); s = -1; if ( (synpred2_InternalFeature()) ) {s = 57;} else if ( (true) ) {s = 58;} input.seek(index40_48); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 40, _s, input); error(nvae); throw nvae; } } static final String DFA42_eotS = "\14\uffff"; static final String DFA42_eofS = "\1\1\13\uffff"; static final String DFA42_minS = "\1\7\1\uffff\6\0\4\uffff"; static final String DFA42_maxS = "\1\u0090\1\uffff\6\0\4\uffff"; static final String DFA42_acceptS = "\1\uffff\1\5\6\uffff\1\4\1\1\1\2\1\3"; static final String DFA42_specialS = "\2\uffff\1\0\1\2\1\5\1\1\1\3\1\4\4\uffff}>"; static final String[] DFA42_transitionS = { "\21\1\17\uffff\2\1\1\uffff\1\1\1\4\1\1\1\5\1\6\1\uffff\3\1\1\2\1\1\1\3\40\1\1\uffff\3\1\6\uffff\11\1\1\7\27\1\1\uffff\17\1", "", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "", "", "", "" }; static final short[] DFA42_eot = DFA.unpackEncodedString(DFA42_eotS); static final short[] DFA42_eof = DFA.unpackEncodedString(DFA42_eofS); static final char[] DFA42_min = DFA.unpackEncodedStringToUnsignedChars(DFA42_minS); static final char[] DFA42_max = DFA.unpackEncodedStringToUnsignedChars(DFA42_maxS); static final short[] DFA42_accept = DFA.unpackEncodedString(DFA42_acceptS); static final short[] DFA42_special = DFA.unpackEncodedString(DFA42_specialS); static final short[][] DFA42_transition; static { int numStates = DFA42_transitionS.length; DFA42_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA42_transition[i] = DFA.unpackEncodedString(DFA42_transitionS[i]); } } class DFA42 extends DFA { public DFA42(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 42; this.eot = DFA42_eot; this.eof = DFA42_eof; this.min = DFA42_min; this.max = DFA42_max; this.accept = DFA42_accept; this.special = DFA42_special; this.transition = DFA42_transition; } public String getDescription() { return "()* loopback of 1973:1: ( ( ( ( ( () ( ( ruleShould ) ) ) )=> ( () ( ( ruleShould ) ) ) ) ( (lv_rightOperand_3_0= ruleXOtherOperatorExpression ) ) ) | ( ( ( ( () ( ( 'should' 'throw' ) | 'throws' ) ) )=> ( () ( (otherlv_5= 'should' otherlv_6= 'throw' ) | otherlv_7= 'throws' ) ) ) ( (lv_type_8_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () 'instanceof' ) )=> ( () otherlv_10= 'instanceof' ) ) ( (lv_type_11_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_14_0= ruleXOtherOperatorExpression ) ) ) )*"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA42_2 = input.LA(1); int index42_2 = input.index(); input.rewind(); s = -1; if ( (synpred6_InternalFeature()) ) {s = 8;} else if ( (true) ) {s = 1;} input.seek(index42_2); if ( s>=0 ) return s; break; case 1 : int LA42_5 = input.LA(1); int index42_5 = input.index(); input.rewind(); s = -1; if ( (synpred4_InternalFeature()) ) {s = 10;} else if ( (true) ) {s = 1;} input.seek(index42_5); if ( s>=0 ) return s; break; case 2 : int LA42_3 = input.LA(1); int index42_3 = input.index(); input.rewind(); s = -1; if ( (synpred6_InternalFeature()) ) {s = 8;} else if ( (true) ) {s = 1;} input.seek(index42_3); if ( s>=0 ) return s; break; case 3 : int LA42_6 = input.LA(1); int index42_6 = input.index(); input.rewind(); s = -1; if ( (synpred5_InternalFeature()) ) {s = 11;} else if ( (true) ) {s = 1;} input.seek(index42_6); if ( s>=0 ) return s; break; case 4 : int LA42_7 = input.LA(1); int index42_7 = input.index(); input.rewind(); s = -1; if ( (synpred6_InternalFeature()) ) {s = 8;} else if ( (true) ) {s = 1;} input.seek(index42_7); if ( s>=0 ) return s; break; case 5 : int LA42_4 = input.LA(1); int index42_4 = input.index(); input.rewind(); s = -1; if ( (synpred3_InternalFeature()) ) {s = 9;} else if ( (synpred4_InternalFeature()) ) {s = 10;} else if ( (true) ) {s = 1;} input.seek(index42_4); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 42, _s, input); error(nvae); throw nvae; } } static final String DFA45_eotS = "\164\uffff"; static final String DFA45_eofS = "\1\2\163\uffff"; static final String DFA45_minS = "\1\7\1\0\162\uffff"; static final String DFA45_maxS = "\1\u0090\1\0\162\uffff"; static final String DFA45_acceptS = "\2\uffff\1\2\160\uffff\1\1"; static final String DFA45_specialS = "\1\uffff\1\0\162\uffff}>"; static final String[] DFA45_transitionS = { "\21\2\17\uffff\2\2\1\uffff\5\2\1\uffff\1\2\1\1\44\2\1\uffff\3\2\6\uffff\41\2\1\uffff\17\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA45_eot = DFA.unpackEncodedString(DFA45_eotS); static final short[] DFA45_eof = DFA.unpackEncodedString(DFA45_eofS); static final char[] DFA45_min = DFA.unpackEncodedStringToUnsignedChars(DFA45_minS); static final char[] DFA45_max = DFA.unpackEncodedStringToUnsignedChars(DFA45_maxS); static final short[] DFA45_accept = DFA.unpackEncodedString(DFA45_acceptS); static final short[] DFA45_special = DFA.unpackEncodedString(DFA45_specialS); static final short[][] DFA45_transition; static { int numStates = DFA45_transitionS.length; DFA45_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA45_transition[i] = DFA.unpackEncodedString(DFA45_transitionS[i]); } } class DFA45 extends DFA { public DFA45(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 45; this.eot = DFA45_eot; this.eof = DFA45_eof; this.min = DFA45_min; this.max = DFA45_max; this.accept = DFA45_accept; this.special = DFA45_special; this.transition = DFA45_transition; } public String getDescription() { return "2255:1: ( ( ( ( () '{' ) )=> ( () otherlv_2= '{' ) ) ( (lv_members_3_0= ruleAnonymousMember ) )* otherlv_4= '}' )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA45_1 = input.LA(1); int index45_1 = input.index(); input.rewind(); s = -1; if ( (synpred7_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 2;} input.seek(index45_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 45, _s, input); error(nvae); throw nvae; } } static final String DFA68_eotS = "\20\uffff"; static final String DFA68_eofS = "\20\uffff"; static final String DFA68_minS = "\16\15\2\uffff"; static final String DFA68_maxS = "\16\124\2\uffff"; static final String DFA68_acceptS = "\16\uffff\1\1\1\2"; static final String DFA68_specialS = "\20\uffff}>"; static final String[] DFA68_transitionS = { "\1\16\31\uffff\1\4\1\16\15\uffff\1\16\6\uffff\2\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\17\1\16\1\uffff\3\16", "\1\16\31\uffff\1\4\1\16\15\uffff\1\16\6\uffff\2\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\17\1\16\1\uffff\3\16", "\1\16\31\uffff\1\4\1\16\15\uffff\1\16\6\uffff\2\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\17\1\16\1\uffff\3\16", "\1\16\31\uffff\1\4\1\16\15\uffff\1\16\6\uffff\2\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\17\1\16\1\uffff\3\16", "\1\16\31\uffff\1\4\1\16\15\uffff\1\16\6\uffff\2\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\17\1\16\1\uffff\3\16", "\1\16\31\uffff\1\4\1\16\15\uffff\1\16\6\uffff\2\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\17\1\16\1\uffff\3\16", "\1\16\31\uffff\1\4\1\16\15\uffff\1\16\6\uffff\2\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\17\1\16\1\uffff\3\16", "\1\16\31\uffff\1\4\1\16\15\uffff\1\16\6\uffff\2\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\17\1\16\1\uffff\3\16", "\1\16\31\uffff\1\4\1\16\15\uffff\1\16\6\uffff\2\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\17\1\16\1\uffff\3\16", "\1\16\31\uffff\1\4\1\16\15\uffff\1\16\6\uffff\2\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\17\1\16\1\uffff\3\16", "\1\16\31\uffff\1\4\1\16\15\uffff\1\16\6\uffff\2\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\17\1\16\1\uffff\3\16", "\1\16\31\uffff\1\4\1\16\15\uffff\1\16\6\uffff\2\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\17\1\16\1\uffff\3\16", "\1\16\31\uffff\1\4\1\16\15\uffff\1\16\6\uffff\2\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\17\1\16\1\uffff\3\16", "\1\16\31\uffff\1\4\1\16\15\uffff\1\16\6\uffff\2\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\17\1\16\1\uffff\3\16", "", "" }; static final short[] DFA68_eot = DFA.unpackEncodedString(DFA68_eotS); static final short[] DFA68_eof = DFA.unpackEncodedString(DFA68_eofS); static final char[] DFA68_min = DFA.unpackEncodedStringToUnsignedChars(DFA68_minS); static final char[] DFA68_max = DFA.unpackEncodedStringToUnsignedChars(DFA68_maxS); static final short[] DFA68_accept = DFA.unpackEncodedString(DFA68_acceptS); static final short[] DFA68_special = DFA.unpackEncodedString(DFA68_specialS); static final short[][] DFA68_transition; static { int numStates = DFA68_transitionS.length; DFA68_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA68_transition[i] = DFA.unpackEncodedString(DFA68_transitionS[i]); } } class DFA68 extends DFA { public DFA68(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 68; this.eot = DFA68_eot; this.eof = DFA68_eof; this.min = DFA68_min; this.max = DFA68_max; this.accept = DFA68_accept; this.special = DFA68_special; this.transition = DFA68_transition; } public String getDescription() { return "2334:3: ( ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( ( ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( ( (lv_modifiers_8_0= 'extension' ) ) ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* ( (lv_type_11_0= ruleJvmTypeReference ) ) ( (lv_name_12_0= ruleValidID ) )? ) | ( ( (lv_modifiers_13_0= ruleFieldModifier ) ) ( (lv_modifiers_14_0= ruleCommonModifier ) )* ( (lv_modifiers_15_0= 'extension' ) ) ( (lv_modifiers_16_0= ruleCommonModifier ) )* ( (lv_type_17_0= ruleJvmTypeReference ) ) ( (lv_name_18_0= ruleValidID ) )? ) | ( ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) ) ) (otherlv_21= '=' ( (lv_initialValue_22_0= ruleXExpression ) ) )? (otherlv_23= ';' )? ) | ( () ( (lv_modifiers_25_0= ruleCommonModifier ) )* ( (lv_modifiers_26_0= ruleMethodModifier ) ) ( ( (lv_modifiers_27_0= ruleCommonModifier ) ) | ( (lv_modifiers_28_0= ruleMethodModifier ) ) )* (otherlv_29= '<' ( (lv_typeParameters_30_0= ruleJvmTypeParameter ) ) (otherlv_31= ',' ( (lv_typeParameters_32_0= ruleJvmTypeParameter ) ) )* otherlv_33= '>' )? ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_returnType_34_0= ruleJvmTypeReference ) ) ( (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) ) ( (lv_name_36_0= ruleValidID ) ) otherlv_37= '(' ) ) | ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleJvmTypeReference ) ) ( (lv_name_39_0= ruleFunctionID ) ) otherlv_40= '(' ) ) | ( ( ( ( ( ruleTypeReferenceNoTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) ) ( (lv_name_42_0= ruleFunctionID ) ) otherlv_43= '(' ) ) | ( ( ( ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) ) ( (lv_name_45_0= ruleValidID ) ) otherlv_46= '(' ) ) | ( ( (lv_name_47_0= ruleFunctionID ) ) otherlv_48= '(' ) ) ( ( (lv_parameters_49_0= ruleParameter ) ) (otherlv_50= ',' ( (lv_parameters_51_0= ruleParameter ) ) )* )? otherlv_52= ')' (otherlv_53= 'throws' ( (lv_exceptions_54_0= ruleJvmTypeReference ) ) (otherlv_55= ',' ( (lv_exceptions_56_0= ruleJvmTypeReference ) ) )* )? ( ( (lv_expression_57_0= ruleXBlockExpression ) ) | ( (lv_expression_58_0= ruleRichString ) ) | otherlv_59= ';' )? ) )"; } } static final String DFA55_eotS = "\24\uffff"; static final String DFA55_eofS = "\24\uffff"; static final String DFA55_minS = "\3\15\2\uffff\15\15\2\uffff"; static final String DFA55_maxS = "\3\124\2\uffff\15\124\2\uffff"; static final String DFA55_acceptS = "\3\uffff\1\2\1\4\15\uffff\1\3\1\1"; static final String DFA55_specialS = "\24\uffff}>"; static final String[] DFA55_transitionS = { "\1\4\32\uffff\1\3\15\uffff\1\4\6\uffff\2\4\15\uffff\1\1\1\2\2\uffff\1\4\1\uffff\3\4", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "", "", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "\1\23\31\uffff\1\10\1\22\15\uffff\1\23\6\uffff\2\23\1\uffff\1\5\1\6\1\7\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\4\uffff\1\23\1\uffff\3\23", "", "" }; static final short[] DFA55_eot = DFA.unpackEncodedString(DFA55_eotS); static final short[] DFA55_eof = DFA.unpackEncodedString(DFA55_eofS); static final char[] DFA55_min = DFA.unpackEncodedStringToUnsignedChars(DFA55_minS); static final char[] DFA55_max = DFA.unpackEncodedStringToUnsignedChars(DFA55_maxS); static final short[] DFA55_accept = DFA.unpackEncodedString(DFA55_acceptS); static final short[] DFA55_special = DFA.unpackEncodedString(DFA55_specialS); static final short[][] DFA55_transition; static { int numStates = DFA55_transitionS.length; DFA55_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA55_transition[i] = DFA.unpackEncodedString(DFA55_transitionS[i]); } } class DFA55 extends DFA { public DFA55(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 55; this.eot = DFA55_eot; this.eof = DFA55_eof; this.min = DFA55_min; this.max = DFA55_max; this.accept = DFA55_accept; this.special = DFA55_special; this.transition = DFA55_transition; } public String getDescription() { return "2358:3: ( ( ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( ( (lv_modifiers_8_0= 'extension' ) ) ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* ( (lv_type_11_0= ruleJvmTypeReference ) ) ( (lv_name_12_0= ruleValidID ) )? ) | ( ( (lv_modifiers_13_0= ruleFieldModifier ) ) ( (lv_modifiers_14_0= ruleCommonModifier ) )* ( (lv_modifiers_15_0= 'extension' ) ) ( (lv_modifiers_16_0= ruleCommonModifier ) )* ( (lv_type_17_0= ruleJvmTypeReference ) ) ( (lv_name_18_0= ruleValidID ) )? ) | ( ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) ) )"; } } static final String DFA49_eotS = "\33\uffff"; static final String DFA49_eofS = "\1\uffff\6\10\2\uffff\6\7\14\uffff"; static final String DFA49_minS = "\7\15\2\uffff\22\15"; static final String DFA49_maxS = "\1\124\6\142\2\uffff\22\142"; static final String DFA49_acceptS = "\7\uffff\1\1\1\2\22\uffff"; static final String DFA49_specialS = "\33\uffff}>"; static final String[] DFA49_transitionS = { "\1\1\50\uffff\1\7\6\uffff\1\3\1\7\21\uffff\1\2\1\uffff\1\4\1\5\1\6", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "", "", "\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\20\7\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\20\7\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\20\7\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\20\7\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\20\7\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\20\7\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\1\25\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\27\1\10\1\7\20\10\1\26\1\uffff\1\30\1\31\1\32\13\uffff\1\10\1\uffff\1\7", "\1\25\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\27\1\10\1\7\20\10\1\26\1\uffff\1\30\1\31\1\32\13\uffff\1\10\1\uffff\1\7", "\1\25\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\27\1\10\1\7\20\10\1\26\1\uffff\1\30\1\31\1\32\13\uffff\1\10\1\uffff\1\7", "\1\25\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\27\1\10\1\7\20\10\1\26\1\uffff\1\30\1\31\1\32\13\uffff\1\10\1\uffff\1\7", "\1\25\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\27\1\10\1\7\20\10\1\26\1\uffff\1\30\1\31\1\32\13\uffff\1\10\1\uffff\1\7", "\1\25\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\27\1\10\1\7\20\10\1\26\1\uffff\1\30\1\31\1\32\13\uffff\1\10\1\uffff\1\7", "\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\20\7\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\20\7\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\20\7\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\20\7\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\20\7\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\20\7\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10" }; static final short[] DFA49_eot = DFA.unpackEncodedString(DFA49_eotS); static final short[] DFA49_eof = DFA.unpackEncodedString(DFA49_eofS); static final char[] DFA49_min = DFA.unpackEncodedStringToUnsignedChars(DFA49_minS); static final char[] DFA49_max = DFA.unpackEncodedStringToUnsignedChars(DFA49_maxS); static final short[] DFA49_accept = DFA.unpackEncodedString(DFA49_acceptS); static final short[] DFA49_special = DFA.unpackEncodedString(DFA49_specialS); static final short[][] DFA49_transition; static { int numStates = DFA49_transitionS.length; DFA49_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA49_transition[i] = DFA.unpackEncodedString(DFA49_transitionS[i]); } } class DFA49 extends DFA { public DFA49(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 49; this.eot = DFA49_eot; this.eof = DFA49_eof; this.min = DFA49_min; this.max = DFA49_max; this.accept = DFA49_accept; this.special = DFA49_special; this.transition = DFA49_transition; } public String getDescription() { return "2394:3: ( (lv_type_6_0= ruleJvmTypeReference ) )?"; } } static final String DFA51_eotS = "\25\uffff"; static final String DFA51_eofS = "\1\7\6\10\16\uffff"; static final String DFA51_minS = "\7\15\2\uffff\14\15"; static final String DFA51_maxS = "\1\140\6\142\2\uffff\14\142"; static final String DFA51_acceptS = "\7\uffff\1\2\1\1\14\uffff"; static final String DFA51_specialS = "\25\uffff}>"; static final String[] DFA51_transitionS = { "\1\1\31\uffff\4\7\7\uffff\1\7\3\uffff\1\7\6\uffff\1\3\1\7\1\uffff\20\7\1\2\1\uffff\1\4\1\5\1\6\13\uffff\1\7", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "", "", "\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\20\7\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\20\7\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\20\7\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\20\7\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\20\7\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\20\7\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7" }; static final short[] DFA51_eot = DFA.unpackEncodedString(DFA51_eotS); static final short[] DFA51_eof = DFA.unpackEncodedString(DFA51_eofS); static final char[] DFA51_min = DFA.unpackEncodedStringToUnsignedChars(DFA51_minS); static final char[] DFA51_max = DFA.unpackEncodedStringToUnsignedChars(DFA51_maxS); static final short[] DFA51_accept = DFA.unpackEncodedString(DFA51_acceptS); static final short[] DFA51_special = DFA.unpackEncodedString(DFA51_specialS); static final short[][] DFA51_transition; static { int numStates = DFA51_transitionS.length; DFA51_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA51_transition[i] = DFA.unpackEncodedString(DFA51_transitionS[i]); } } class DFA51 extends DFA { public DFA51(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 51; this.eot = DFA51_eot; this.eof = DFA51_eof; this.min = DFA51_min; this.max = DFA51_max; this.accept = DFA51_accept; this.special = DFA51_special; this.transition = DFA51_transition; } public String getDescription() { return "2501:2: ( (lv_name_12_0= ruleValidID ) )?"; } } static final String DFA54_eotS = "\25\uffff"; static final String DFA54_eofS = "\1\7\6\10\16\uffff"; static final String DFA54_minS = "\7\15\2\uffff\14\15"; static final String DFA54_maxS = "\1\140\6\142\2\uffff\14\142"; static final String DFA54_acceptS = "\7\uffff\1\2\1\1\14\uffff"; static final String DFA54_specialS = "\25\uffff}>"; static final String[] DFA54_transitionS = { "\1\1\31\uffff\4\7\7\uffff\1\7\3\uffff\1\7\6\uffff\1\3\1\7\1\uffff\20\7\1\2\1\uffff\1\4\1\5\1\6\13\uffff\1\7", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "", "", "\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\20\7\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\20\7\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\20\7\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\20\7\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\20\7\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\1\17\31\uffff\4\7\7\uffff\1\7\1\10\2\uffff\1\7\6\uffff\1\21\1\7\1\10\20\7\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\10", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7", "\1\11\31\uffff\4\10\7\uffff\1\10\1\7\2\uffff\1\10\6\uffff\1\13\1\10\1\7\20\10\1\12\1\uffff\1\14\1\15\1\16\13\uffff\1\10\1\uffff\1\7" }; static final short[] DFA54_eot = DFA.unpackEncodedString(DFA54_eotS); static final short[] DFA54_eof = DFA.unpackEncodedString(DFA54_eofS); static final char[] DFA54_min = DFA.unpackEncodedStringToUnsignedChars(DFA54_minS); static final char[] DFA54_max = DFA.unpackEncodedStringToUnsignedChars(DFA54_maxS); static final short[] DFA54_accept = DFA.unpackEncodedString(DFA54_acceptS); static final short[] DFA54_special = DFA.unpackEncodedString(DFA54_specialS); static final short[][] DFA54_transition; static { int numStates = DFA54_transitionS.length; DFA54_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA54_transition[i] = DFA.unpackEncodedString(DFA54_transitionS[i]); } } class DFA54 extends DFA { public DFA54(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 54; this.eot = DFA54_eot; this.eof = DFA54_eof; this.min = DFA54_min; this.max = DFA54_max; this.accept = DFA54_accept; this.special = DFA54_special; this.transition = DFA54_transition; } public String getDescription() { return "2607:2: ( (lv_name_18_0= ruleValidID ) )?"; } } static final String DFA62_eotS = "\51\uffff"; static final String DFA62_eofS = "\51\uffff"; static final String DFA62_minS = "\1\15\10\0\40\uffff"; static final String DFA62_maxS = "\1\176\10\0\40\uffff"; static final String DFA62_acceptS = "\11\uffff\1\5\33\uffff\1\1\1\2\1\3\1\4"; static final String DFA62_specialS = "\1\uffff\1\0\1\1\1\2\1\3\1\4\1\5\1\6\1\7\40\uffff}>"; static final String[] DFA62_transitionS = { "\1\1\45\uffff\1\11\1\uffff\1\11\1\7\6\uffff\1\3\1\10\21\uffff\1\2\1\uffff\1\4\1\5\1\6\17\uffff\30\11\1\uffff\2\11", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA62_eot = DFA.unpackEncodedString(DFA62_eotS); static final short[] DFA62_eof = DFA.unpackEncodedString(DFA62_eofS); static final char[] DFA62_min = DFA.unpackEncodedStringToUnsignedChars(DFA62_minS); static final char[] DFA62_max = DFA.unpackEncodedStringToUnsignedChars(DFA62_maxS); static final short[] DFA62_accept = DFA.unpackEncodedString(DFA62_acceptS); static final short[] DFA62_special = DFA.unpackEncodedString(DFA62_specialS); static final short[][] DFA62_transition; static { int numStates = DFA62_transitionS.length; DFA62_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA62_transition[i] = DFA.unpackEncodedString(DFA62_transitionS[i]); } } class DFA62 extends DFA { public DFA62(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 62; this.eot = DFA62_eot; this.eof = DFA62_eof; this.min = DFA62_min; this.max = DFA62_max; this.accept = DFA62_accept; this.special = DFA62_special; this.transition = DFA62_transition; } public String getDescription() { return "2816:3: ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_returnType_34_0= ruleJvmTypeReference ) ) ( (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) ) ( (lv_name_36_0= ruleValidID ) ) otherlv_37= '(' ) ) | ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleJvmTypeReference ) ) ( (lv_name_39_0= ruleFunctionID ) ) otherlv_40= '(' ) ) | ( ( ( ( ( ruleTypeReferenceNoTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) ) ( (lv_name_42_0= ruleFunctionID ) ) otherlv_43= '(' ) ) | ( ( ( ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) ) ( (lv_name_45_0= ruleValidID ) ) otherlv_46= '(' ) ) | ( ( (lv_name_47_0= ruleFunctionID ) ) otherlv_48= '(' ) )"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA62_1 = input.LA(1); int index62_1 = input.index(); input.rewind(); s = -1; if ( (synpred8_InternalFeature()) ) {s = 37;} else if ( (synpred9_InternalFeature()) ) {s = 38;} else if ( (synpred10_InternalFeature()) ) {s = 39;} else if ( (true) ) {s = 9;} input.seek(index62_1); if ( s>=0 ) return s; break; case 1 : int LA62_2 = input.LA(1); int index62_2 = input.index(); input.rewind(); s = -1; if ( (synpred8_InternalFeature()) ) {s = 37;} else if ( (synpred9_InternalFeature()) ) {s = 38;} else if ( (synpred10_InternalFeature()) ) {s = 39;} else if ( (synpred11_InternalFeature()) ) {s = 40;} else if ( (true) ) {s = 9;} input.seek(index62_2); if ( s>=0 ) return s; break; case 2 : int LA62_3 = input.LA(1); int index62_3 = input.index(); input.rewind(); s = -1; if ( (synpred8_InternalFeature()) ) {s = 37;} else if ( (synpred9_InternalFeature()) ) {s = 38;} else if ( (synpred10_InternalFeature()) ) {s = 39;} else if ( (true) ) {s = 9;} input.seek(index62_3); if ( s>=0 ) return s; break; case 3 : int LA62_4 = input.LA(1); int index62_4 = input.index(); input.rewind(); s = -1; if ( (synpred8_InternalFeature()) ) {s = 37;} else if ( (synpred9_InternalFeature()) ) {s = 38;} else if ( (synpred10_InternalFeature()) ) {s = 39;} else if ( (true) ) {s = 9;} input.seek(index62_4); if ( s>=0 ) return s; break; case 4 : int LA62_5 = input.LA(1); int index62_5 = input.index(); input.rewind(); s = -1; if ( (synpred8_InternalFeature()) ) {s = 37;} else if ( (synpred9_InternalFeature()) ) {s = 38;} else if ( (synpred10_InternalFeature()) ) {s = 39;} else if ( (true) ) {s = 9;} input.seek(index62_5); if ( s>=0 ) return s; break; case 5 : int LA62_6 = input.LA(1); int index62_6 = input.index(); input.rewind(); s = -1; if ( (synpred8_InternalFeature()) ) {s = 37;} else if ( (synpred9_InternalFeature()) ) {s = 38;} else if ( (synpred10_InternalFeature()) ) {s = 39;} else if ( (true) ) {s = 9;} input.seek(index62_6); if ( s>=0 ) return s; break; case 6 : int LA62_7 = input.LA(1); int index62_7 = input.index(); input.rewind(); s = -1; if ( (synpred8_InternalFeature()) ) {s = 37;} else if ( (synpred9_InternalFeature()) ) {s = 38;} input.seek(index62_7); if ( s>=0 ) return s; break; case 7 : int LA62_8 = input.LA(1); int index62_8 = input.index(); input.rewind(); s = -1; if ( (synpred8_InternalFeature()) ) {s = 37;} else if ( (synpred9_InternalFeature()) ) {s = 38;} else if ( (true) ) {s = 9;} input.seek(index62_8); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 62, _s, input); error(nvae); throw nvae; } } static final String DFA89_eotS = "\22\uffff"; static final String DFA89_eofS = "\22\uffff"; static final String DFA89_minS = "\16\47\4\uffff"; static final String DFA89_maxS = "\16\113\4\uffff"; static final String DFA89_acceptS = "\16\uffff\1\1\1\2\1\3\1\4"; static final String DFA89_specialS = "\22\uffff}>"; static final String[] DFA89_transitionS = { "\1\4\20\uffff\1\16\2\uffff\1\17\1\20\1\21\2\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15", "\1\4\20\uffff\1\16\2\uffff\1\17\1\20\1\21\2\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15", "\1\4\20\uffff\1\16\2\uffff\1\17\1\20\1\21\2\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15", "\1\4\20\uffff\1\16\2\uffff\1\17\1\20\1\21\2\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15", "\1\4\20\uffff\1\16\2\uffff\1\17\1\20\1\21\2\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15", "\1\4\20\uffff\1\16\2\uffff\1\17\1\20\1\21\2\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15", "\1\4\20\uffff\1\16\2\uffff\1\17\1\20\1\21\2\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15", "\1\4\20\uffff\1\16\2\uffff\1\17\1\20\1\21\2\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15", "\1\4\20\uffff\1\16\2\uffff\1\17\1\20\1\21\2\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15", "\1\4\20\uffff\1\16\2\uffff\1\17\1\20\1\21\2\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15", "\1\4\20\uffff\1\16\2\uffff\1\17\1\20\1\21\2\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15", "\1\4\20\uffff\1\16\2\uffff\1\17\1\20\1\21\2\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15", "\1\4\20\uffff\1\16\2\uffff\1\17\1\20\1\21\2\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15", "\1\4\20\uffff\1\16\2\uffff\1\17\1\20\1\21\2\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15", "", "", "", "" }; static final short[] DFA89_eot = DFA.unpackEncodedString(DFA89_eotS); static final short[] DFA89_eof = DFA.unpackEncodedString(DFA89_eofS); static final char[] DFA89_min = DFA.unpackEncodedStringToUnsignedChars(DFA89_minS); static final char[] DFA89_max = DFA.unpackEncodedStringToUnsignedChars(DFA89_maxS); static final short[] DFA89_accept = DFA.unpackEncodedString(DFA89_acceptS); static final short[] DFA89_special = DFA.unpackEncodedString(DFA89_specialS); static final short[][] DFA89_transition; static { int numStates = DFA89_transitionS.length; DFA89_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA89_transition[i] = DFA.unpackEncodedString(DFA89_transitionS[i]); } } class DFA89 extends DFA { public DFA89(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 89; this.eot = DFA89_eot; this.eof = DFA89_eof; this.min = DFA89_min; this.max = DFA89_max; this.accept = DFA89_accept; this.special = DFA89_special; this.transition = DFA89_transition; } public String getDescription() { return "3239:3: ( ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* otherlv_4= 'class' ( (lv_name_5_0= ruleValidID ) ) (otherlv_6= '<' ( (lv_typeParameters_7_0= ruleJvmTypeParameter ) ) (otherlv_8= ',' ( (lv_typeParameters_9_0= ruleJvmTypeParameter ) ) )* otherlv_10= '>' )? (otherlv_11= 'extends' ( (lv_extends_12_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_13= 'implements' ( (lv_implements_14_0= ruleJvmSuperTypeReference ) ) (otherlv_15= ',' ( (lv_implements_16_0= ruleJvmSuperTypeReference ) ) )* )? otherlv_17= '{' ( (lv_members_18_0= ruleMember ) )* otherlv_19= '}' ) | ( () ( (lv_modifiers_21_0= ruleCommonModifier ) )* otherlv_22= 'interface' ( (lv_name_23_0= ruleValidID ) ) (otherlv_24= '<' ( (lv_typeParameters_25_0= ruleJvmTypeParameter ) ) (otherlv_26= ',' ( (lv_typeParameters_27_0= ruleJvmTypeParameter ) ) )* otherlv_28= '>' )? (otherlv_29= 'extends' ( (lv_extends_30_0= ruleJvmSuperTypeReference ) ) (otherlv_31= ',' ( (lv_extends_32_0= ruleJvmSuperTypeReference ) ) )* )? otherlv_33= '{' ( (lv_members_34_0= ruleMember ) )* otherlv_35= '}' ) | ( () ( (lv_modifiers_37_0= ruleCommonModifier ) )* otherlv_38= 'enum' ( (lv_name_39_0= ruleValidID ) ) otherlv_40= '{' ( ( (lv_members_41_0= ruleXtendEnumLiteral ) ) (otherlv_42= ',' ( (lv_members_43_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_44= ';' )? otherlv_45= '}' ) | ( () ( (lv_modifiers_47_0= ruleCommonModifier ) )* otherlv_48= 'annotation' ( (lv_name_49_0= ruleValidID ) ) otherlv_50= '{' ( (lv_members_51_0= ruleAnnotationField ) )* otherlv_52= '}' ) )"; } } static final String DFA121_eotS = "\32\uffff"; static final String DFA121_eofS = "\23\uffff\6\16\1\uffff"; static final String DFA121_minS = "\16\15\1\uffff\1\15\3\uffff\6\15\1\uffff"; static final String DFA121_maxS = "\16\124\1\uffff\1\142\3\uffff\6\140\1\uffff"; static final String DFA121_acceptS = "\16\uffff\1\1\1\uffff\1\2\1\3\1\4\6\uffff\1\5"; static final String DFA121_specialS = "\32\uffff}>"; static final String[] DFA121_transitionS = { "\1\16\31\uffff\1\4\16\uffff\1\16\1\uffff\1\20\2\uffff\1\21\1\22\1\17\1\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\16\1\uffff\3\16", "\1\16\31\uffff\1\4\16\uffff\1\16\1\uffff\1\20\2\uffff\1\21\1\22\1\17\1\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\16\1\uffff\3\16", "\1\16\31\uffff\1\4\16\uffff\1\16\1\uffff\1\20\2\uffff\1\21\1\22\1\17\1\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\16\1\uffff\3\16", "\1\16\31\uffff\1\4\16\uffff\1\16\1\uffff\1\20\2\uffff\1\21\1\22\1\17\1\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\16\1\uffff\3\16", "\1\16\31\uffff\1\4\16\uffff\1\16\1\uffff\1\20\2\uffff\1\21\1\22\1\17\1\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\16\1\uffff\3\16", "\1\16\31\uffff\1\4\16\uffff\1\16\1\uffff\1\20\2\uffff\1\21\1\22\1\17\1\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\16\1\uffff\3\16", "\1\16\31\uffff\1\4\16\uffff\1\16\1\uffff\1\20\2\uffff\1\21\1\22\1\17\1\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\16\1\uffff\3\16", "\1\16\31\uffff\1\4\16\uffff\1\16\1\uffff\1\20\2\uffff\1\21\1\22\1\17\1\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\16\1\uffff\3\16", "\1\16\31\uffff\1\4\16\uffff\1\16\1\uffff\1\20\2\uffff\1\21\1\22\1\17\1\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\16\1\uffff\3\16", "\1\16\31\uffff\1\4\16\uffff\1\16\1\uffff\1\20\2\uffff\1\21\1\22\1\17\1\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\16\1\uffff\3\16", "\1\16\31\uffff\1\4\16\uffff\1\16\1\uffff\1\20\2\uffff\1\21\1\22\1\17\1\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\16\1\uffff\3\16", "\1\16\31\uffff\1\4\16\uffff\1\16\1\uffff\1\20\2\uffff\1\21\1\22\1\17\1\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\16\1\uffff\3\16", "\1\16\31\uffff\1\4\16\uffff\1\16\1\uffff\1\20\2\uffff\1\21\1\22\1\17\1\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\16\1\uffff\3\16", "\1\16\31\uffff\1\4\16\uffff\1\16\1\uffff\1\20\2\uffff\1\21\1\22\1\17\1\16\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\16\1\uffff\3\16", "", "\1\23\45\uffff\1\16\11\uffff\1\25\1\uffff\1\16\20\uffff\1\24\1\uffff\1\26\1\27\1\30\15\uffff\1\16", "", "", "", "\1\16\31\uffff\1\16\1\uffff\2\16\6\uffff\1\31\1\16\3\uffff\1\16\1\uffff\1\16\2\uffff\4\16\1\uffff\16\16\2\uffff\1\16\1\uffff\3\16\13\uffff\1\16", "\1\16\31\uffff\1\16\1\uffff\2\16\6\uffff\1\31\1\16\3\uffff\1\16\1\uffff\1\16\2\uffff\4\16\1\uffff\16\16\2\uffff\1\16\1\uffff\3\16\13\uffff\1\16", "\1\16\31\uffff\1\16\1\uffff\2\16\6\uffff\1\31\1\16\3\uffff\1\16\1\uffff\1\16\2\uffff\4\16\1\uffff\16\16\2\uffff\1\16\1\uffff\3\16\13\uffff\1\16", "\1\16\31\uffff\1\16\1\uffff\2\16\6\uffff\1\31\1\16\3\uffff\1\16\1\uffff\1\16\2\uffff\4\16\1\uffff\16\16\2\uffff\1\16\1\uffff\3\16\13\uffff\1\16", "\1\16\31\uffff\1\16\1\uffff\2\16\6\uffff\1\31\1\16\3\uffff\1\16\1\uffff\1\16\2\uffff\4\16\1\uffff\16\16\2\uffff\1\16\1\uffff\3\16\13\uffff\1\16", "\1\16\31\uffff\1\16\1\uffff\2\16\6\uffff\1\31\1\16\3\uffff\1\16\1\uffff\1\16\2\uffff\4\16\1\uffff\16\16\2\uffff\1\16\1\uffff\3\16\13\uffff\1\16", "" }; 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 "3949:3: ( ( ( ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( () ( (lv_modifiers_9_0= ruleCommonModifier ) )* ( (lv_type_10_0= ruleJvmTypeReference ) ) ( (lv_name_11_0= ruleValidID ) ) ) ) (otherlv_12= '=' ( (lv_initialValue_13_0= ruleXAnnotationElementValue ) ) )? (otherlv_14= ';' )? ) | ( () ( (lv_modifiers_16_0= ruleCommonModifier ) )* otherlv_17= 'class' ( (lv_name_18_0= ruleValidID ) ) (otherlv_19= '<' ( (lv_typeParameters_20_0= ruleJvmTypeParameter ) ) (otherlv_21= ',' ( (lv_typeParameters_22_0= ruleJvmTypeParameter ) ) )* otherlv_23= '>' )? (otherlv_24= 'extends' ( (lv_extends_25_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_26= 'implements' ( (lv_implements_27_0= ruleJvmParameterizedTypeReference ) ) (otherlv_28= ',' ( (lv_implements_29_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_30= '{' ( (lv_members_31_0= ruleMember ) )* otherlv_32= '}' ) | ( () ( (lv_modifiers_34_0= ruleCommonModifier ) )* otherlv_35= 'interface' ( (lv_name_36_0= ruleValidID ) ) (otherlv_37= '<' ( (lv_typeParameters_38_0= ruleJvmTypeParameter ) ) (otherlv_39= ',' ( (lv_typeParameters_40_0= ruleJvmTypeParameter ) ) )* otherlv_41= '>' )? (otherlv_42= 'extends' ( (lv_extends_43_0= ruleJvmParameterizedTypeReference ) ) (otherlv_44= ',' ( (lv_extends_45_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_46= '{' ( (lv_members_47_0= ruleMember ) )* otherlv_48= '}' ) | ( () ( (lv_modifiers_50_0= ruleCommonModifier ) )* otherlv_51= 'enum' ( (lv_name_52_0= ruleValidID ) ) otherlv_53= '{' ( ( (lv_members_54_0= ruleXtendEnumLiteral ) ) (otherlv_55= ',' ( (lv_members_56_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_57= ';' )? otherlv_58= '}' ) | ( () ( (lv_modifiers_60_0= ruleCommonModifier ) )* otherlv_61= 'annotation' ( (lv_name_62_0= ruleValidID ) ) otherlv_63= '{' ( (lv_members_64_0= ruleAnnotationField ) )* otherlv_65= '}' ) )"; } } static final String DFA99_eotS = "\20\uffff"; static final String DFA99_eofS = "\20\uffff"; static final String DFA99_minS = "\16\15\2\uffff"; static final String DFA99_maxS = "\16\124\2\uffff"; static final String DFA99_acceptS = "\16\uffff\1\1\1\2"; static final String DFA99_specialS = "\20\uffff}>"; static final String[] DFA99_transitionS = { "\1\17\31\uffff\1\4\16\uffff\1\17\6\uffff\2\17\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\17\1\uffff\3\17", "\1\17\31\uffff\1\4\16\uffff\1\17\6\uffff\2\17\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\17\1\uffff\3\17", "\1\17\31\uffff\1\4\16\uffff\1\17\6\uffff\2\17\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\17\1\uffff\3\17", "\1\17\31\uffff\1\4\16\uffff\1\17\6\uffff\2\17\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\17\1\uffff\3\17", "\1\17\31\uffff\1\4\16\uffff\1\17\6\uffff\2\17\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\17\1\uffff\3\17", "\1\17\31\uffff\1\4\16\uffff\1\17\6\uffff\2\17\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\17\1\uffff\3\17", "\1\17\31\uffff\1\4\16\uffff\1\17\6\uffff\2\17\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\17\1\uffff\3\17", "\1\17\31\uffff\1\4\16\uffff\1\17\6\uffff\2\17\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\17\1\uffff\3\17", "\1\17\31\uffff\1\4\16\uffff\1\17\6\uffff\2\17\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\17\1\uffff\3\17", "\1\17\31\uffff\1\4\16\uffff\1\17\6\uffff\2\17\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\17\1\uffff\3\17", "\1\17\31\uffff\1\4\16\uffff\1\17\6\uffff\2\17\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\17\1\uffff\3\17", "\1\17\31\uffff\1\4\16\uffff\1\17\6\uffff\2\17\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\17\1\uffff\3\17", "\1\17\31\uffff\1\4\16\uffff\1\17\6\uffff\2\17\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\17\1\uffff\3\17", "\1\17\31\uffff\1\4\16\uffff\1\17\6\uffff\2\17\1\uffff\1\1\1\2\1\3\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\2\16\2\uffff\1\17\1\uffff\3\17", "", "" }; static final short[] DFA99_eot = DFA.unpackEncodedString(DFA99_eotS); static final short[] DFA99_eof = DFA.unpackEncodedString(DFA99_eofS); static final char[] DFA99_min = DFA.unpackEncodedStringToUnsignedChars(DFA99_minS); static final char[] DFA99_max = DFA.unpackEncodedStringToUnsignedChars(DFA99_maxS); static final short[] DFA99_accept = DFA.unpackEncodedString(DFA99_acceptS); static final short[] DFA99_special = DFA.unpackEncodedString(DFA99_specialS); static final short[][] DFA99_transition; static { int numStates = DFA99_transitionS.length; DFA99_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA99_transition[i] = DFA.unpackEncodedString(DFA99_transitionS[i]); } } class DFA99 extends DFA { public DFA99(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 99; this.eot = DFA99_eot; this.eof = DFA99_eof; this.min = DFA99_min; this.max = DFA99_max; this.accept = DFA99_accept; this.special = DFA99_special; this.transition = DFA99_transition; } public String getDescription() { return "3949:5: ( ( () ( (lv_modifiers_3_0= ruleCommonModifier ) )* ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) | ( () ( (lv_modifiers_9_0= ruleCommonModifier ) )* ( (lv_type_10_0= ruleJvmTypeReference ) ) ( (lv_name_11_0= ruleValidID ) ) ) )"; } } static final String DFA97_eotS = "\47\uffff"; static final String DFA97_eofS = "\1\uffff\6\16\1\uffff\6\7\31\uffff"; static final String DFA97_minS = "\7\15\1\uffff\6\15\1\uffff\30\15"; static final String DFA97_maxS = "\1\124\6\142\1\uffff\6\142\1\uffff\30\142"; static final String DFA97_acceptS = "\7\uffff\1\1\6\uffff\1\2\30\uffff"; static final String DFA97_specialS = "\47\uffff}>"; static final String[] DFA97_transitionS = { "\1\1\50\uffff\1\7\6\uffff\1\3\1\7\21\uffff\1\2\1\uffff\1\4\1\5\1\6", "\1\10\31\uffff\1\16\1\uffff\2\16\7\uffff\1\16\1\7\2\uffff\1\16\1\uffff\1\16\2\uffff\2\16\1\12\1\16\1\7\16\16\2\uffff\1\11\1\uffff\1\13\1\14\1\15\13\uffff\1\16\1\uffff\1\7", "\1\10\31\uffff\1\16\1\uffff\2\16\7\uffff\1\16\1\7\2\uffff\1\16\1\uffff\1\16\2\uffff\2\16\1\12\1\16\1\7\16\16\2\uffff\1\11\1\uffff\1\13\1\14\1\15\13\uffff\1\16\1\uffff\1\7", "\1\10\31\uffff\1\16\1\uffff\2\16\7\uffff\1\16\1\7\2\uffff\1\16\1\uffff\1\16\2\uffff\2\16\1\12\1\16\1\7\16\16\2\uffff\1\11\1\uffff\1\13\1\14\1\15\13\uffff\1\16\1\uffff\1\7", "\1\10\31\uffff\1\16\1\uffff\2\16\7\uffff\1\16\1\7\2\uffff\1\16\1\uffff\1\16\2\uffff\2\16\1\12\1\16\1\7\16\16\2\uffff\1\11\1\uffff\1\13\1\14\1\15\13\uffff\1\16\1\uffff\1\7", "\1\10\31\uffff\1\16\1\uffff\2\16\7\uffff\1\16\1\7\2\uffff\1\16\1\uffff\1\16\2\uffff\2\16\1\12\1\16\1\7\16\16\2\uffff\1\11\1\uffff\1\13\1\14\1\15\13\uffff\1\16\1\uffff\1\7", "\1\10\31\uffff\1\16\1\uffff\2\16\7\uffff\1\16\1\7\2\uffff\1\16\1\uffff\1\16\2\uffff\2\16\1\12\1\16\1\7\16\16\2\uffff\1\11\1\uffff\1\13\1\14\1\15\13\uffff\1\16\1\uffff\1\7", "", "\1\17\31\uffff\1\7\1\uffff\2\7\7\uffff\1\7\1\16\2\uffff\1\7\1\uffff\1\7\2\uffff\2\7\1\21\1\7\1\16\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\16", "\1\17\31\uffff\1\7\1\uffff\2\7\7\uffff\1\7\1\16\2\uffff\1\7\1\uffff\1\7\2\uffff\2\7\1\21\1\7\1\16\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\16", "\1\25\31\uffff\1\7\1\uffff\2\7\7\uffff\1\7\1\16\2\uffff\1\7\1\uffff\1\7\2\uffff\2\7\1\27\1\7\1\16\16\7\2\uffff\1\26\1\uffff\1\30\1\31\1\32\13\uffff\1\7\1\uffff\1\16", "\1\17\31\uffff\1\7\1\uffff\2\7\7\uffff\1\7\1\16\2\uffff\1\7\1\uffff\1\7\2\uffff\2\7\1\21\1\7\1\16\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\16", "\1\17\31\uffff\1\7\1\uffff\2\7\7\uffff\1\7\1\16\2\uffff\1\7\1\uffff\1\7\2\uffff\2\7\1\21\1\7\1\16\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\16", "\1\17\31\uffff\1\7\1\uffff\2\7\7\uffff\1\7\1\16\2\uffff\1\7\1\uffff\1\7\2\uffff\2\7\1\21\1\7\1\16\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\16", "", "\1\33\31\uffff\1\16\1\uffff\2\16\7\uffff\1\16\1\7\2\uffff\1\16\1\uffff\1\16\2\uffff\2\16\1\35\1\16\1\7\16\16\2\uffff\1\34\1\uffff\1\36\1\37\1\40\13\uffff\1\16\1\uffff\1\7", "\1\33\31\uffff\1\16\1\uffff\2\16\7\uffff\1\16\1\7\2\uffff\1\16\1\uffff\1\16\2\uffff\2\16\1\35\1\16\1\7\16\16\2\uffff\1\34\1\uffff\1\36\1\37\1\40\13\uffff\1\16\1\uffff\1\7", "\1\41\31\uffff\1\16\1\uffff\2\16\7\uffff\1\16\1\7\2\uffff\1\16\1\uffff\1\16\2\uffff\2\16\1\43\1\16\1\7\16\16\2\uffff\1\42\1\uffff\1\44\1\45\1\46\13\uffff\1\16\1\uffff\1\7", "\1\33\31\uffff\1\16\1\uffff\2\16\7\uffff\1\16\1\7\2\uffff\1\16\1\uffff\1\16\2\uffff\2\16\1\35\1\16\1\7\16\16\2\uffff\1\34\1\uffff\1\36\1\37\1\40\13\uffff\1\16\1\uffff\1\7", "\1\33\31\uffff\1\16\1\uffff\2\16\7\uffff\1\16\1\7\2\uffff\1\16\1\uffff\1\16\2\uffff\2\16\1\35\1\16\1\7\16\16\2\uffff\1\34\1\uffff\1\36\1\37\1\40\13\uffff\1\16\1\uffff\1\7", "\1\33\31\uffff\1\16\1\uffff\2\16\7\uffff\1\16\1\7\2\uffff\1\16\1\uffff\1\16\2\uffff\2\16\1\35\1\16\1\7\16\16\2\uffff\1\34\1\uffff\1\36\1\37\1\40\13\uffff\1\16\1\uffff\1\7", "\1\33\31\uffff\1\16\1\uffff\2\16\6\uffff\2\16\1\7\2\uffff\1\16\1\uffff\1\16\2\uffff\2\16\1\35\1\16\1\7\16\16\2\uffff\1\34\1\uffff\1\36\1\37\1\40\13\uffff\1\16\1\uffff\1\7", "\1\33\31\uffff\1\16\1\uffff\2\16\6\uffff\2\16\1\7\2\uffff\1\16\1\uffff\1\16\2\uffff\2\16\1\35\1\16\1\7\16\16\2\uffff\1\34\1\uffff\1\36\1\37\1\40\13\uffff\1\16\1\uffff\1\7", "\1\41\31\uffff\1\16\1\uffff\2\16\6\uffff\2\16\1\7\2\uffff\1\16\1\uffff\1\16\2\uffff\2\16\1\43\1\16\1\7\16\16\2\uffff\1\42\1\uffff\1\44\1\45\1\46\13\uffff\1\16\1\uffff\1\7", "\1\33\31\uffff\1\16\1\uffff\2\16\6\uffff\2\16\1\7\2\uffff\1\16\1\uffff\1\16\2\uffff\2\16\1\35\1\16\1\7\16\16\2\uffff\1\34\1\uffff\1\36\1\37\1\40\13\uffff\1\16\1\uffff\1\7", "\1\33\31\uffff\1\16\1\uffff\2\16\6\uffff\2\16\1\7\2\uffff\1\16\1\uffff\1\16\2\uffff\2\16\1\35\1\16\1\7\16\16\2\uffff\1\34\1\uffff\1\36\1\37\1\40\13\uffff\1\16\1\uffff\1\7", "\1\33\31\uffff\1\16\1\uffff\2\16\6\uffff\2\16\1\7\2\uffff\1\16\1\uffff\1\16\2\uffff\2\16\1\35\1\16\1\7\16\16\2\uffff\1\34\1\uffff\1\36\1\37\1\40\13\uffff\1\16\1\uffff\1\7", "\1\17\31\uffff\1\7\1\uffff\2\7\7\uffff\1\7\1\16\2\uffff\1\7\1\uffff\1\7\2\uffff\2\7\1\21\1\7\1\16\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\16", "\1\17\31\uffff\1\7\1\uffff\2\7\7\uffff\1\7\1\16\2\uffff\1\7\1\uffff\1\7\2\uffff\2\7\1\21\1\7\1\16\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\16", "\1\25\31\uffff\1\7\1\uffff\2\7\7\uffff\1\7\1\16\2\uffff\1\7\1\uffff\1\7\2\uffff\2\7\1\27\1\7\1\16\16\7\2\uffff\1\26\1\uffff\1\30\1\31\1\32\13\uffff\1\7\1\uffff\1\16", "\1\17\31\uffff\1\7\1\uffff\2\7\7\uffff\1\7\1\16\2\uffff\1\7\1\uffff\1\7\2\uffff\2\7\1\21\1\7\1\16\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\16", "\1\17\31\uffff\1\7\1\uffff\2\7\7\uffff\1\7\1\16\2\uffff\1\7\1\uffff\1\7\2\uffff\2\7\1\21\1\7\1\16\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\16", "\1\17\31\uffff\1\7\1\uffff\2\7\7\uffff\1\7\1\16\2\uffff\1\7\1\uffff\1\7\2\uffff\2\7\1\21\1\7\1\16\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\16", "\1\17\31\uffff\1\7\1\uffff\2\7\6\uffff\2\7\1\16\2\uffff\1\7\1\uffff\1\7\2\uffff\2\7\1\21\1\7\1\16\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\16", "\1\17\31\uffff\1\7\1\uffff\2\7\6\uffff\2\7\1\16\2\uffff\1\7\1\uffff\1\7\2\uffff\2\7\1\21\1\7\1\16\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\16", "\1\25\31\uffff\1\7\1\uffff\2\7\6\uffff\2\7\1\16\2\uffff\1\7\1\uffff\1\7\2\uffff\2\7\1\27\1\7\1\16\16\7\2\uffff\1\26\1\uffff\1\30\1\31\1\32\13\uffff\1\7\1\uffff\1\16", "\1\17\31\uffff\1\7\1\uffff\2\7\6\uffff\2\7\1\16\2\uffff\1\7\1\uffff\1\7\2\uffff\2\7\1\21\1\7\1\16\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\16", "\1\17\31\uffff\1\7\1\uffff\2\7\6\uffff\2\7\1\16\2\uffff\1\7\1\uffff\1\7\2\uffff\2\7\1\21\1\7\1\16\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\16", "\1\17\31\uffff\1\7\1\uffff\2\7\6\uffff\2\7\1\16\2\uffff\1\7\1\uffff\1\7\2\uffff\2\7\1\21\1\7\1\16\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\13\uffff\1\7\1\uffff\1\16" }; 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 "4009:3: ( (lv_type_6_0= ruleJvmTypeReference ) )?"; } } static final String DFA127_eotS = "\16\uffff"; static final String DFA127_eofS = "\2\uffff\2\7\10\uffff\2\10"; static final String DFA127_minS = "\1\63\1\uffff\1\51\1\65\10\uffff\1\51\1\65"; static final String DFA127_maxS = "\1\176\1\uffff\1\76\1\162\10\uffff\1\66\1\151"; static final String DFA127_acceptS = "\1\uffff\1\1\2\uffff\1\2\1\3\1\4\1\5\1\6\1\7\1\10\1\11\2\uffff"; static final String DFA127_specialS = "\16\uffff}>"; static final String[] DFA127_transitionS = { "\1\2\1\uffff\1\3\10\uffff\1\10\45\uffff\5\1\1\7\1\4\1\5\4\6\5\10\2\12\4\11\1\12\1\uffff\2\13", "", "\1\7\11\uffff\1\14\2\uffff\1\7\7\uffff\1\10", "\1\15\1\7\62\uffff\1\1\10\uffff\1\10", "", "", "", "", "", "", "", "", "\1\1\11\uffff\1\10\2\uffff\1\10", "\2\10\62\uffff\1\1" }; static final short[] DFA127_eot = DFA.unpackEncodedString(DFA127_eotS); static final short[] DFA127_eof = DFA.unpackEncodedString(DFA127_eofS); static final char[] DFA127_min = DFA.unpackEncodedStringToUnsignedChars(DFA127_minS); static final char[] DFA127_max = DFA.unpackEncodedStringToUnsignedChars(DFA127_maxS); static final short[] DFA127_accept = DFA.unpackEncodedString(DFA127_acceptS); static final short[] DFA127_special = DFA.unpackEncodedString(DFA127_specialS); static final short[][] DFA127_transition; static { int numStates = DFA127_transitionS.length; DFA127_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA127_transition[i] = DFA.unpackEncodedString(DFA127_transitionS[i]); } } class DFA127 extends DFA { public DFA127(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 127; this.eot = DFA127_eot; this.eof = DFA127_eof; this.min = DFA127_min; this.max = DFA127_max; this.accept = DFA127_accept; this.special = DFA127_special; this.transition = DFA127_transition; } public String getDescription() { return "4919:1: (this_OpMultiAssign_0= ruleOpMultiAssign | this_OpOr_1= ruleOpOr | this_OpAnd_2= ruleOpAnd | this_OpEquality_3= ruleOpEquality | this_OpCompare_4= ruleOpCompare | this_OpOther_5= ruleOpOther | this_OpMulti_6= ruleOpMulti | this_OpUnary_7= ruleOpUnary | this_OpPostfix_8= ruleOpPostfix )"; } } static final String DFA143_eotS = "\37\uffff"; static final String DFA143_eofS = "\37\uffff"; static final String DFA143_minS = "\1\15\6\0\30\uffff"; static final String DFA143_maxS = "\1\125\6\0\30\uffff"; static final String DFA143_acceptS = "\7\uffff\2\1\1\2\25\uffff"; static final String DFA143_specialS = "\1\0\1\1\1\2\1\3\1\4\1\5\1\6\30\uffff}>"; static final String[] DFA143_transitionS = { "\1\1\31\uffff\1\11\5\uffff\1\11\10\uffff\1\7\1\uffff\5\11\1\3\1\10\1\uffff\14\11\2\uffff\2\11\1\2\1\uffff\1\4\1\5\1\6\1\11", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA143_eot = DFA.unpackEncodedString(DFA143_eotS); static final short[] DFA143_eof = DFA.unpackEncodedString(DFA143_eofS); static final char[] DFA143_min = DFA.unpackEncodedStringToUnsignedChars(DFA143_minS); static final char[] DFA143_max = DFA.unpackEncodedStringToUnsignedChars(DFA143_maxS); static final short[] DFA143_accept = DFA.unpackEncodedString(DFA143_acceptS); static final short[] DFA143_special = DFA.unpackEncodedString(DFA143_specialS); static final short[][] DFA143_transition; static { int numStates = DFA143_transitionS.length; DFA143_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA143_transition[i] = DFA.unpackEncodedString(DFA143_transitionS[i]); } } class DFA143 extends DFA { public DFA143(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 143; this.eot = DFA143_eot; this.eof = DFA143_eof; this.min = DFA143_min; this.max = DFA143_max; this.accept = DFA143_accept; this.special = DFA143_special; this.transition = DFA143_transition; } public String getDescription() { return "5879:6: ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleInnerVarID ) ) ) )=> ( ( (lv_type_7_0= ruleJvmTypeReference ) ) ( (lv_name_8_0= ruleInnerVarID ) ) ) ) | ( (lv_name_9_0= ruleInnerVarID ) ) )"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA143_0 = input.LA(1); int index143_0 = input.index(); input.rewind(); s = -1; if ( (LA143_0==RULE_ID) ) {s = 1;} else if ( (LA143_0==80) ) {s = 2;} else if ( (LA143_0==61) ) {s = 3;} else if ( (LA143_0==82) ) {s = 4;} else if ( (LA143_0==83) ) {s = 5;} else if ( (LA143_0==84) ) {s = 6;} else if ( (LA143_0==54) && (synpred15_InternalFeature())) {s = 7;} else if ( (LA143_0==62) && (synpred15_InternalFeature())) {s = 8;} else if ( (LA143_0==39||LA143_0==45||(LA143_0>=56 && LA143_0<=60)||(LA143_0>=64 && LA143_0<=75)||(LA143_0>=78 && LA143_0<=79)||LA143_0==85) ) {s = 9;} input.seek(index143_0); if ( s>=0 ) return s; break; case 1 : int LA143_1 = input.LA(1); int index143_1 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalFeature()) ) {s = 8;} else if ( (true) ) {s = 9;} input.seek(index143_1); if ( s>=0 ) return s; break; case 2 : int LA143_2 = input.LA(1); int index143_2 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalFeature()) ) {s = 8;} else if ( (true) ) {s = 9;} input.seek(index143_2); if ( s>=0 ) return s; break; case 3 : int LA143_3 = input.LA(1); int index143_3 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalFeature()) ) {s = 8;} else if ( (true) ) {s = 9;} input.seek(index143_3); if ( s>=0 ) return s; break; case 4 : int LA143_4 = input.LA(1); int index143_4 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalFeature()) ) {s = 8;} else if ( (true) ) {s = 9;} input.seek(index143_4); if ( s>=0 ) return s; break; case 5 : int LA143_5 = input.LA(1); int index143_5 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalFeature()) ) {s = 8;} else if ( (true) ) {s = 9;} input.seek(index143_5); if ( s>=0 ) return s; break; case 6 : int LA143_6 = input.LA(1); int index143_6 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalFeature()) ) {s = 8;} else if ( (true) ) {s = 9;} input.seek(index143_6); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 143, _s, input); error(nvae); throw nvae; } } static final String DFA146_eotS = "\164\uffff"; static final String DFA146_eofS = "\1\2\163\uffff"; static final String DFA146_minS = "\1\7\1\0\162\uffff"; static final String DFA146_maxS = "\1\u0090\1\0\162\uffff"; static final String DFA146_acceptS = "\2\uffff\1\2\160\uffff\1\1"; static final String DFA146_specialS = "\1\uffff\1\0\162\uffff}>"; static final String[] DFA146_transitionS = { "\21\2\17\uffff\2\2\1\uffff\5\2\1\uffff\3\2\1\1\42\2\1\uffff\3\2\6\uffff\41\2\1\uffff\17\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA146_eot = DFA.unpackEncodedString(DFA146_eotS); static final short[] DFA146_eof = DFA.unpackEncodedString(DFA146_eofS); static final char[] DFA146_min = DFA.unpackEncodedStringToUnsignedChars(DFA146_minS); static final char[] DFA146_max = DFA.unpackEncodedStringToUnsignedChars(DFA146_maxS); static final short[] DFA146_accept = DFA.unpackEncodedString(DFA146_acceptS); static final short[] DFA146_special = DFA.unpackEncodedString(DFA146_specialS); static final short[][] DFA146_transition; static { int numStates = DFA146_transitionS.length; DFA146_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA146_transition[i] = DFA.unpackEncodedString(DFA146_transitionS[i]); } } class DFA146 extends DFA { public DFA146(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 146; this.eot = DFA146_eot; this.eof = DFA146_eof; this.min = DFA146_min; this.max = DFA146_max; this.accept = DFA146_accept; this.special = DFA146_special; this.transition = DFA146_transition; } public String getDescription() { return "6010:2: ( ( ( '<' )=>otherlv_3= '<' ) ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) (otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) )* otherlv_7= '>' )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA146_1 = input.LA(1); int index146_1 = input.index(); input.rewind(); s = -1; if ( (synpred16_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 2;} input.seek(index146_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 146, _s, input); error(nvae); throw nvae; } } static final String DFA149_eotS = "\164\uffff"; static final String DFA149_eofS = "\1\2\163\uffff"; static final String DFA149_minS = "\1\7\1\0\162\uffff"; static final String DFA149_maxS = "\1\u0090\1\0\162\uffff"; static final String DFA149_acceptS = "\2\uffff\1\2\160\uffff\1\1"; static final String DFA149_specialS = "\1\uffff\1\0\162\uffff}>"; static final String[] DFA149_transitionS = { "\21\2\17\uffff\2\2\1\uffff\5\2\1\uffff\6\2\1\1\37\2\1\uffff\3\2\6\uffff\41\2\1\uffff\17\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA149_eot = DFA.unpackEncodedString(DFA149_eotS); static final short[] DFA149_eof = DFA.unpackEncodedString(DFA149_eofS); static final char[] DFA149_min = DFA.unpackEncodedStringToUnsignedChars(DFA149_minS); static final char[] DFA149_max = DFA.unpackEncodedStringToUnsignedChars(DFA149_maxS); static final short[] DFA149_accept = DFA.unpackEncodedString(DFA149_acceptS); static final short[] DFA149_special = DFA.unpackEncodedString(DFA149_specialS); static final short[][] DFA149_transition; static { int numStates = DFA149_transitionS.length; DFA149_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA149_transition[i] = DFA.unpackEncodedString(DFA149_transitionS[i]); } } class DFA149 extends DFA { public DFA149(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 149; this.eot = DFA149_eot; this.eof = DFA149_eof; this.min = DFA149_min; this.max = DFA149_max; this.accept = DFA149_accept; this.special = DFA149_special; this.transition = DFA149_transition; } public String getDescription() { return "6059:3: ( ( ( ( '(' ) )=> (lv_explicitConstructorCall_8_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) ) | ( ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* ) )? otherlv_13= ')' )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA149_1 = input.LA(1); int index149_1 = input.index(); input.rewind(); s = -1; if ( (synpred17_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 2;} input.seek(index149_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 149, _s, input); error(nvae); throw nvae; } } static final String DFA148_eotS = "\76\uffff"; static final String DFA148_eofS = "\76\uffff"; static final String DFA148_minS = "\1\15\10\0\1\uffff\26\0\36\uffff"; static final String DFA148_maxS = "\1\u008e\10\0\1\uffff\26\0\36\uffff"; static final String DFA148_acceptS = "\11\uffff\1\1\26\uffff\1\1\1\2\33\uffff\1\3"; static final String DFA148_specialS = "\1\0\1\1\1\2\1\3\1\4\1\5\1\6\1\7\1\10\1\uffff\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\36\uffff}>"; static final String[] DFA148_transitionS = { "\1\2\3\41\4\uffff\3\41\17\uffff\1\25\1\1\3\uffff\1\41\1\32\2\uffff\2\41\1\uffff\1\41\2\uffff\1\10\1\75\1\13\1\17\1\21\1\23\1\16\1\4\1\11\1\uffff\1\26\1\27\1\30\1\12\1\31\1\15\1\20\1\33\1\34\1\35\1\36\1\37\2\uffff\1\14\1\24\1\3\1\uffff\1\5\1\6\1\7\1\22\1\uffff\2\41\10\uffff\2\41\22\uffff\2\41\4\uffff\1\41\5\uffff\1\40\1\41\2\uffff\12\41", "\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[] DFA148_eot = DFA.unpackEncodedString(DFA148_eotS); static final short[] DFA148_eof = DFA.unpackEncodedString(DFA148_eofS); static final char[] DFA148_min = DFA.unpackEncodedStringToUnsignedChars(DFA148_minS); static final char[] DFA148_max = DFA.unpackEncodedStringToUnsignedChars(DFA148_maxS); static final short[] DFA148_accept = DFA.unpackEncodedString(DFA148_acceptS); static final short[] DFA148_special = DFA.unpackEncodedString(DFA148_specialS); static final short[][] DFA148_transition; static { int numStates = DFA148_transitionS.length; DFA148_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA148_transition[i] = DFA.unpackEncodedString(DFA148_transitionS[i]); } } class DFA148 extends DFA { public DFA148(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 148; this.eot = DFA148_eot; this.eof = DFA148_eof; this.min = DFA148_min; this.max = DFA148_max; this.accept = DFA148_accept; this.special = DFA148_special; this.transition = DFA148_transition; } public String getDescription() { return "6080:2: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) ) | ( ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* ) )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA148_0 = input.LA(1); int index148_0 = input.index(); input.rewind(); s = -1; if ( (LA148_0==40) ) {s = 1;} else if ( (LA148_0==RULE_ID) ) {s = 2;} else if ( (LA148_0==80) ) {s = 3;} else if ( (LA148_0==61) ) {s = 4;} else if ( (LA148_0==82) ) {s = 5;} else if ( (LA148_0==83) ) {s = 6;} else if ( (LA148_0==84) ) {s = 7;} else if ( (LA148_0==54) ) {s = 8;} else if ( (LA148_0==62) && (synpred18_InternalFeature())) {s = 9;} else if ( (LA148_0==67) ) {s = 10;} else if ( (LA148_0==56) ) {s = 11;} else if ( (LA148_0==78) ) {s = 12;} else if ( (LA148_0==69) ) {s = 13;} else if ( (LA148_0==60) ) {s = 14;} else if ( (LA148_0==57) ) {s = 15;} else if ( (LA148_0==70) ) {s = 16;} else if ( (LA148_0==58) ) {s = 17;} else if ( (LA148_0==85) ) {s = 18;} else if ( (LA148_0==59) ) {s = 19;} else if ( (LA148_0==79) ) {s = 20;} else if ( (LA148_0==39) ) {s = 21;} else if ( (LA148_0==64) ) {s = 22;} else if ( (LA148_0==65) ) {s = 23;} else if ( (LA148_0==66) ) {s = 24;} else if ( (LA148_0==68) ) {s = 25;} else if ( (LA148_0==45) ) {s = 26;} else if ( (LA148_0==71) ) {s = 27;} else if ( (LA148_0==72) ) {s = 28;} else if ( (LA148_0==73) ) {s = 29;} else if ( (LA148_0==74) ) {s = 30;} else if ( (LA148_0==75) ) {s = 31;} else if ( (LA148_0==129) && (synpred18_InternalFeature())) {s = 32;} else if ( ((LA148_0>=RULE_STRING && LA148_0<=RULE_RICH_TEXT_START)||(LA148_0>=RULE_HEX && LA148_0<=RULE_DECIMAL)||LA148_0==44||(LA148_0>=48 && LA148_0<=49)||LA148_0==51||(LA148_0>=87 && LA148_0<=88)||(LA148_0>=97 && LA148_0<=98)||(LA148_0>=117 && LA148_0<=118)||LA148_0==123||LA148_0==130||(LA148_0>=133 && LA148_0<=142)) ) {s = 33;} else if ( (LA148_0==55) ) {s = 61;} input.seek(index148_0); if ( s>=0 ) return s; break; case 1 : int LA148_1 = input.LA(1); int index148_1 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_1); if ( s>=0 ) return s; break; case 2 : int LA148_2 = input.LA(1); int index148_2 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_2); if ( s>=0 ) return s; break; case 3 : int LA148_3 = input.LA(1); int index148_3 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_3); if ( s>=0 ) return s; break; case 4 : int LA148_4 = input.LA(1); int index148_4 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_4); if ( s>=0 ) return s; break; case 5 : int LA148_5 = input.LA(1); int index148_5 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_5); if ( s>=0 ) return s; break; case 6 : int LA148_6 = input.LA(1); int index148_6 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_6); if ( s>=0 ) return s; break; case 7 : int LA148_7 = input.LA(1); int index148_7 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_7); if ( s>=0 ) return s; break; case 8 : int LA148_8 = input.LA(1); int index148_8 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_8); if ( s>=0 ) return s; break; case 9 : int LA148_10 = input.LA(1); int index148_10 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_10); if ( s>=0 ) return s; break; case 10 : int LA148_11 = input.LA(1); int index148_11 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_11); if ( s>=0 ) return s; break; case 11 : int LA148_12 = input.LA(1); int index148_12 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_12); if ( s>=0 ) return s; break; case 12 : int LA148_13 = input.LA(1); int index148_13 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_13); if ( s>=0 ) return s; break; case 13 : int LA148_14 = input.LA(1); int index148_14 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_14); if ( s>=0 ) return s; break; case 14 : int LA148_15 = input.LA(1); int index148_15 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_15); if ( s>=0 ) return s; break; case 15 : int LA148_16 = input.LA(1); int index148_16 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_16); if ( s>=0 ) return s; break; case 16 : int LA148_17 = input.LA(1); int index148_17 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_17); if ( s>=0 ) return s; break; case 17 : int LA148_18 = input.LA(1); int index148_18 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_18); if ( s>=0 ) return s; break; case 18 : int LA148_19 = input.LA(1); int index148_19 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_19); if ( s>=0 ) return s; break; case 19 : int LA148_20 = input.LA(1); int index148_20 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_20); if ( s>=0 ) return s; break; case 20 : int LA148_21 = input.LA(1); int index148_21 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_21); if ( s>=0 ) return s; break; case 21 : int LA148_22 = input.LA(1); int index148_22 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_22); if ( s>=0 ) return s; break; case 22 : int LA148_23 = input.LA(1); int index148_23 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_23); if ( s>=0 ) return s; break; case 23 : int LA148_24 = input.LA(1); int index148_24 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_24); if ( s>=0 ) return s; break; case 24 : int LA148_25 = input.LA(1); int index148_25 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_25); if ( s>=0 ) return s; break; case 25 : int LA148_26 = input.LA(1); int index148_26 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_26); if ( s>=0 ) return s; break; case 26 : int LA148_27 = input.LA(1); int index148_27 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_27); if ( s>=0 ) return s; break; case 27 : int LA148_28 = input.LA(1); int index148_28 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_28); if ( s>=0 ) return s; break; case 28 : int LA148_29 = input.LA(1); int index148_29 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_29); if ( s>=0 ) return s; break; case 29 : int LA148_30 = input.LA(1); int index148_30 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_30); if ( s>=0 ) return s; break; case 30 : int LA148_31 = input.LA(1); int index148_31 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index148_31); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 148, _s, input); error(nvae); throw nvae; } } static final String DFA150_eotS = "\164\uffff"; static final String DFA150_eofS = "\1\2\163\uffff"; static final String DFA150_minS = "\1\7\1\0\162\uffff"; static final String DFA150_maxS = "\1\u0090\1\0\162\uffff"; static final String DFA150_acceptS = "\2\uffff\1\2\160\uffff\1\1"; static final String DFA150_specialS = "\1\uffff\1\0\162\uffff}>"; static final String[] DFA150_transitionS = { "\21\2\17\uffff\2\2\1\uffff\5\2\1\uffff\46\2\1\uffff\3\2\6\uffff\2\2\1\1\36\2\1\uffff\17\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA150_eot = DFA.unpackEncodedString(DFA150_eotS); static final short[] DFA150_eof = DFA.unpackEncodedString(DFA150_eofS); static final char[] DFA150_min = DFA.unpackEncodedStringToUnsignedChars(DFA150_minS); static final char[] DFA150_max = DFA.unpackEncodedStringToUnsignedChars(DFA150_maxS); static final short[] DFA150_accept = DFA.unpackEncodedString(DFA150_acceptS); static final short[] DFA150_special = DFA.unpackEncodedString(DFA150_specialS); static final short[][] DFA150_transition; static { int numStates = DFA150_transitionS.length; DFA150_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA150_transition[i] = DFA.unpackEncodedString(DFA150_transitionS[i]); } } class DFA150 extends DFA { public DFA150(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 150; this.eot = DFA150_eot; this.eof = DFA150_eof; this.min = DFA150_min; this.max = DFA150_max; this.accept = DFA150_accept; this.special = DFA150_special; this.transition = DFA150_transition; } public String getDescription() { return "6159:3: ( ( ( () '[' ) )=> (lv_arguments_14_0= ruleXClosure ) )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA150_1 = input.LA(1); int index150_1 = input.index(); input.rewind(); s = -1; if ( (synpred19_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 2;} input.seek(index150_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 150, _s, input); error(nvae); throw nvae; } } static final String DFA156_eotS = "\75\uffff"; static final String DFA156_eofS = "\75\uffff"; static final String DFA156_minS = "\1\15\1\0\73\uffff"; static final String DFA156_maxS = "\1\u008e\1\0\73\uffff"; static final String DFA156_acceptS = "\2\uffff\1\2\71\uffff\1\1"; static final String DFA156_specialS = "\1\uffff\1\0\73\uffff}>"; static final String[] DFA156_transitionS = { "\4\2\4\uffff\3\2\17\uffff\2\2\3\uffff\2\2\2\uffff\2\2\1\uffff\1\2\2\uffff\1\1\1\uffff\7\2\1\uffff\14\2\2\uffff\3\2\1\uffff\4\2\1\uffff\2\2\10\uffff\2\2\22\uffff\2\2\4\uffff\1\2\6\uffff\1\2\2\uffff\12\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA156_eot = DFA.unpackEncodedString(DFA156_eotS); static final short[] DFA156_eof = DFA.unpackEncodedString(DFA156_eofS); static final char[] DFA156_min = DFA.unpackEncodedStringToUnsignedChars(DFA156_minS); static final char[] DFA156_max = DFA.unpackEncodedStringToUnsignedChars(DFA156_maxS); static final short[] DFA156_accept = DFA.unpackEncodedString(DFA156_acceptS); static final short[] DFA156_special = DFA.unpackEncodedString(DFA156_specialS); static final short[][] DFA156_transition; static { int numStates = DFA156_transitionS.length; DFA156_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA156_transition[i] = DFA.unpackEncodedString(DFA156_transitionS[i]); } } class DFA156 extends DFA { public DFA156(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 156; this.eot = DFA156_eot; this.eof = DFA156_eof; this.min = DFA156_min; this.max = DFA156_max; this.accept = DFA156_accept; this.special = DFA156_special; this.transition = DFA156_transition; } public String getDescription() { return "6394:1: ( ( ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_switch_5_0= ruleXExpression ) ) otherlv_6= ')' ) | ( ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )? ( (lv_switch_9_0= ruleXExpressionOrSimpleConstructorCall ) ) ) )"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA156_1 = input.LA(1); int index156_1 = input.index(); input.rewind(); s = -1; if ( (synpred20_InternalFeature()) ) {s = 60;} else if ( (true) ) {s = 2;} input.seek(index156_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 156, _s, input); error(nvae); throw nvae; } } static final String DFA155_eotS = "\74\uffff"; static final String DFA155_eofS = "\74\uffff"; static final String DFA155_minS = "\1\15\10\0\1\uffff\26\0\34\uffff"; static final String DFA155_maxS = "\1\u008e\10\0\1\uffff\26\0\34\uffff"; static final String DFA155_acceptS = "\11\uffff\1\1\26\uffff\1\2\33\uffff"; static final String DFA155_specialS = "\1\0\1\1\1\2\1\3\1\4\1\5\1\6\1\7\1\10\1\uffff\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\34\uffff}>"; static final String[] DFA155_transitionS = { "\1\2\3\40\4\uffff\3\40\17\uffff\1\25\1\1\3\uffff\1\40\1\32\2\uffff\2\40\1\uffff\1\40\2\uffff\1\10\1\uffff\1\13\1\17\1\21\1\23\1\16\1\4\1\11\1\uffff\1\26\1\27\1\30\1\12\1\31\1\15\1\20\1\33\1\34\1\35\1\36\1\37\2\uffff\1\14\1\24\1\3\1\uffff\1\5\1\6\1\7\1\22\1\uffff\2\40\10\uffff\2\40\22\uffff\2\40\4\uffff\1\40\6\uffff\1\40\2\uffff\12\40", "\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[] DFA155_eot = DFA.unpackEncodedString(DFA155_eotS); static final short[] DFA155_eof = DFA.unpackEncodedString(DFA155_eofS); static final char[] DFA155_min = DFA.unpackEncodedStringToUnsignedChars(DFA155_minS); static final char[] DFA155_max = DFA.unpackEncodedStringToUnsignedChars(DFA155_maxS); static final short[] DFA155_accept = DFA.unpackEncodedString(DFA155_acceptS); static final short[] DFA155_special = DFA.unpackEncodedString(DFA155_specialS); static final short[][] DFA155_transition; static { int numStates = DFA155_transitionS.length; DFA155_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA155_transition[i] = DFA.unpackEncodedString(DFA155_transitionS[i]); } } class DFA155 extends DFA { public DFA155(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 155; this.eot = DFA155_eot; this.eof = DFA155_eof; this.min = DFA155_min; this.max = DFA155_max; this.accept = DFA155_accept; this.special = DFA155_special; this.transition = DFA155_transition; } public String getDescription() { return "6449:7: ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA155_0 = input.LA(1); int index155_0 = input.index(); input.rewind(); s = -1; if ( (LA155_0==40) ) {s = 1;} else if ( (LA155_0==RULE_ID) ) {s = 2;} else if ( (LA155_0==80) ) {s = 3;} else if ( (LA155_0==61) ) {s = 4;} else if ( (LA155_0==82) ) {s = 5;} else if ( (LA155_0==83) ) {s = 6;} else if ( (LA155_0==84) ) {s = 7;} else if ( (LA155_0==54) ) {s = 8;} else if ( (LA155_0==62) && (synpred21_InternalFeature())) {s = 9;} else if ( (LA155_0==67) ) {s = 10;} else if ( (LA155_0==56) ) {s = 11;} else if ( (LA155_0==78) ) {s = 12;} else if ( (LA155_0==69) ) {s = 13;} else if ( (LA155_0==60) ) {s = 14;} else if ( (LA155_0==57) ) {s = 15;} else if ( (LA155_0==70) ) {s = 16;} else if ( (LA155_0==58) ) {s = 17;} else if ( (LA155_0==85) ) {s = 18;} else if ( (LA155_0==59) ) {s = 19;} else if ( (LA155_0==79) ) {s = 20;} else if ( (LA155_0==39) ) {s = 21;} else if ( (LA155_0==64) ) {s = 22;} else if ( (LA155_0==65) ) {s = 23;} else if ( (LA155_0==66) ) {s = 24;} else if ( (LA155_0==68) ) {s = 25;} else if ( (LA155_0==45) ) {s = 26;} else if ( (LA155_0==71) ) {s = 27;} else if ( (LA155_0==72) ) {s = 28;} else if ( (LA155_0==73) ) {s = 29;} else if ( (LA155_0==74) ) {s = 30;} else if ( (LA155_0==75) ) {s = 31;} else if ( ((LA155_0>=RULE_STRING && LA155_0<=RULE_RICH_TEXT_START)||(LA155_0>=RULE_HEX && LA155_0<=RULE_DECIMAL)||LA155_0==44||(LA155_0>=48 && LA155_0<=49)||LA155_0==51||(LA155_0>=87 && LA155_0<=88)||(LA155_0>=97 && LA155_0<=98)||(LA155_0>=117 && LA155_0<=118)||LA155_0==123||LA155_0==130||(LA155_0>=133 && LA155_0<=142)) ) {s = 32;} input.seek(index155_0); if ( s>=0 ) return s; break; case 1 : int LA155_1 = input.LA(1); int index155_1 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_1); if ( s>=0 ) return s; break; case 2 : int LA155_2 = input.LA(1); int index155_2 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_2); if ( s>=0 ) return s; break; case 3 : int LA155_3 = input.LA(1); int index155_3 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_3); if ( s>=0 ) return s; break; case 4 : int LA155_4 = input.LA(1); int index155_4 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_4); if ( s>=0 ) return s; break; case 5 : int LA155_5 = input.LA(1); int index155_5 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_5); if ( s>=0 ) return s; break; case 6 : int LA155_6 = input.LA(1); int index155_6 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_6); if ( s>=0 ) return s; break; case 7 : int LA155_7 = input.LA(1); int index155_7 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_7); if ( s>=0 ) return s; break; case 8 : int LA155_8 = input.LA(1); int index155_8 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_8); if ( s>=0 ) return s; break; case 9 : int LA155_10 = input.LA(1); int index155_10 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_10); if ( s>=0 ) return s; break; case 10 : int LA155_11 = input.LA(1); int index155_11 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_11); if ( s>=0 ) return s; break; case 11 : int LA155_12 = input.LA(1); int index155_12 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_12); if ( s>=0 ) return s; break; case 12 : int LA155_13 = input.LA(1); int index155_13 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_13); if ( s>=0 ) return s; break; case 13 : int LA155_14 = input.LA(1); int index155_14 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_14); if ( s>=0 ) return s; break; case 14 : int LA155_15 = input.LA(1); int index155_15 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_15); if ( s>=0 ) return s; break; case 15 : int LA155_16 = input.LA(1); int index155_16 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_16); if ( s>=0 ) return s; break; case 16 : int LA155_17 = input.LA(1); int index155_17 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_17); if ( s>=0 ) return s; break; case 17 : int LA155_18 = input.LA(1); int index155_18 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_18); if ( s>=0 ) return s; break; case 18 : int LA155_19 = input.LA(1); int index155_19 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_19); if ( s>=0 ) return s; break; case 19 : int LA155_20 = input.LA(1); int index155_20 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_20); if ( s>=0 ) return s; break; case 20 : int LA155_21 = input.LA(1); int index155_21 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_21); if ( s>=0 ) return s; break; case 21 : int LA155_22 = input.LA(1); int index155_22 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_22); if ( s>=0 ) return s; break; case 22 : int LA155_23 = input.LA(1); int index155_23 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_23); if ( s>=0 ) return s; break; case 23 : int LA155_24 = input.LA(1); int index155_24 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_24); if ( s>=0 ) return s; break; case 24 : int LA155_25 = input.LA(1); int index155_25 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_25); if ( s>=0 ) return s; break; case 25 : int LA155_26 = input.LA(1); int index155_26 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_26); if ( s>=0 ) return s; break; case 26 : int LA155_27 = input.LA(1); int index155_27 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_27); if ( s>=0 ) return s; break; case 27 : int LA155_28 = input.LA(1); int index155_28 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_28); if ( s>=0 ) return s; break; case 28 : int LA155_29 = input.LA(1); int index155_29 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_29); if ( s>=0 ) return s; break; case 29 : int LA155_30 = input.LA(1); int index155_30 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_30); if ( s>=0 ) return s; break; case 30 : int LA155_31 = input.LA(1); int index155_31 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index155_31); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 155, _s, input); error(nvae); throw nvae; } } static final String DFA159_eotS = "\12\uffff"; static final String DFA159_eofS = "\12\uffff"; static final String DFA159_minS = "\2\15\1\uffff\6\0\1\uffff"; static final String DFA159_maxS = "\1\u008e\1\124\1\uffff\6\0\1\uffff"; static final String DFA159_acceptS = "\2\uffff\1\2\6\uffff\1\1"; static final String DFA159_specialS = "\3\uffff\1\5\1\2\1\3\1\4\1\1\1\0\1\uffff}>"; static final String[] DFA159_transitionS = { "\4\2\4\uffff\3\2\17\uffff\2\2\3\uffff\2\2\2\uffff\2\2\1\uffff\1\2\2\uffff\1\2\1\uffff\6\2\2\uffff\14\2\2\uffff\3\2\1\uffff\4\2\1\uffff\1\1\1\2\10\uffff\2\2\22\uffff\2\2\4\uffff\1\2\6\uffff\1\2\2\uffff\12\2", "\1\3\57\uffff\1\5\22\uffff\1\4\1\uffff\1\6\1\7\1\10", "", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "" }; static final short[] DFA159_eot = DFA.unpackEncodedString(DFA159_eotS); static final short[] DFA159_eof = DFA.unpackEncodedString(DFA159_eofS); static final char[] DFA159_min = DFA.unpackEncodedStringToUnsignedChars(DFA159_minS); static final char[] DFA159_max = DFA.unpackEncodedStringToUnsignedChars(DFA159_maxS); static final short[] DFA159_accept = DFA.unpackEncodedString(DFA159_acceptS); static final short[] DFA159_special = DFA.unpackEncodedString(DFA159_specialS); static final short[][] DFA159_transition; static { int numStates = DFA159_transitionS.length; DFA159_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA159_transition[i] = DFA.unpackEncodedString(DFA159_transitionS[i]); } } class DFA159 extends DFA { public DFA159(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 159; this.eot = DFA159_eot; this.eof = DFA159_eof; this.min = DFA159_min; this.max = DFA159_max; this.accept = DFA159_accept; this.special = DFA159_special; this.transition = DFA159_transition; } public String getDescription() { return "6567:1: ( ( ( 'new' )=>this_XbaseConstructorCall_0= ruleXbaseConstructorCall ) | this_XExpression_1= ruleXExpression )"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA159_8 = input.LA(1); int index159_8 = input.index(); input.rewind(); s = -1; if ( (synpred22_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 2;} input.seek(index159_8); if ( s>=0 ) return s; break; case 1 : int LA159_7 = input.LA(1); int index159_7 = input.index(); input.rewind(); s = -1; if ( (synpred22_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 2;} input.seek(index159_7); if ( s>=0 ) return s; break; case 2 : int LA159_4 = input.LA(1); int index159_4 = input.index(); input.rewind(); s = -1; if ( (synpred22_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 2;} input.seek(index159_4); if ( s>=0 ) return s; break; case 3 : int LA159_5 = input.LA(1); int index159_5 = input.index(); input.rewind(); s = -1; if ( (synpred22_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 2;} input.seek(index159_5); if ( s>=0 ) return s; break; case 4 : int LA159_6 = input.LA(1); int index159_6 = input.index(); input.rewind(); s = -1; if ( (synpred22_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 2;} input.seek(index159_6); if ( s>=0 ) return s; break; case 5 : int LA159_3 = input.LA(1); int index159_3 = input.index(); input.rewind(); s = -1; if ( (synpred22_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 2;} input.seek(index159_3); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 159, _s, input); error(nvae); throw nvae; } } static final String DFA176_eotS = "\47\uffff"; static final String DFA176_eofS = "\1\2\46\uffff"; static final String DFA176_minS = "\1\4\1\0\45\uffff"; static final String DFA176_maxS = "\1\143\1\0\45\uffff"; static final String DFA176_acceptS = "\2\uffff\1\2\43\uffff\1\1"; static final String DFA176_specialS = "\1\uffff\1\0\45\uffff}>"; static final String[] DFA176_transitionS = { "\1\2\10\uffff\1\2\31\uffff\2\2\1\uffff\1\2\7\uffff\1\2\1\uffff\1\2\1\uffff\1\1\2\2\2\uffff\4\2\1\uffff\21\2\1\uffff\3\2\13\uffff\1\2\2\uffff\1\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA176_eot = DFA.unpackEncodedString(DFA176_eotS); static final short[] DFA176_eof = DFA.unpackEncodedString(DFA176_eofS); static final char[] DFA176_min = DFA.unpackEncodedStringToUnsignedChars(DFA176_minS); static final char[] DFA176_max = DFA.unpackEncodedStringToUnsignedChars(DFA176_maxS); static final short[] DFA176_accept = DFA.unpackEncodedString(DFA176_acceptS); static final short[] DFA176_special = DFA.unpackEncodedString(DFA176_specialS); static final short[][] DFA176_transition; static { int numStates = DFA176_transitionS.length; DFA176_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA176_transition[i] = DFA.unpackEncodedString(DFA176_transitionS[i]); } } class DFA176 extends DFA { public DFA176(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 176; this.eot = DFA176_eot; this.eof = DFA176_eof; this.min = DFA176_min; this.max = DFA176_max; this.accept = DFA176_accept; this.special = DFA176_special; this.transition = DFA176_transition; } public String getDescription() { return "7494:2: ( ( ( '(' )=>otherlv_3= '(' ) ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) | ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) )? otherlv_8= ')' )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA176_1 = input.LA(1); int index176_1 = input.index(); input.rewind(); s = -1; if ( (synpred23_InternalFeature()) ) {s = 38;} else if ( (true) ) {s = 2;} input.seek(index176_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 176, _s, input); error(nvae); throw nvae; } } static final String DFA175_eotS = "\76\uffff"; static final String DFA175_eofS = "\76\uffff"; static final String DFA175_minS = "\1\15\6\0\67\uffff"; static final String DFA175_maxS = "\1\u008e\6\0\67\uffff"; static final String DFA175_acceptS = "\7\uffff\1\2\64\uffff\1\3\1\1"; static final String DFA175_specialS = "\1\uffff\1\0\1\1\1\2\1\3\1\4\1\5\67\uffff}>"; static final String[] DFA175_transitionS = { "\1\1\3\7\4\uffff\3\7\17\uffff\2\7\3\uffff\2\7\2\uffff\2\7\1\uffff\1\7\2\uffff\1\7\1\74\5\7\1\3\2\uffff\14\7\2\uffff\2\7\1\2\1\uffff\1\4\1\5\1\6\1\7\1\uffff\2\7\7\uffff\3\7\22\uffff\2\7\4\uffff\1\7\6\uffff\1\7\2\uffff\12\7", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA175_eot = DFA.unpackEncodedString(DFA175_eotS); static final short[] DFA175_eof = DFA.unpackEncodedString(DFA175_eofS); static final char[] DFA175_min = DFA.unpackEncodedStringToUnsignedChars(DFA175_minS); static final char[] DFA175_max = DFA.unpackEncodedStringToUnsignedChars(DFA175_maxS); static final short[] DFA175_accept = DFA.unpackEncodedString(DFA175_acceptS); static final short[] DFA175_special = DFA.unpackEncodedString(DFA175_specialS); static final short[][] DFA175_transition; static { int numStates = DFA175_transitionS.length; DFA175_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA175_transition[i] = DFA.unpackEncodedString(DFA175_transitionS[i]); } } class DFA175 extends DFA { public DFA175(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 175; this.eot = DFA175_eot; this.eof = DFA175_eof; this.min = DFA175_min; this.max = DFA175_max; this.accept = DFA175_accept; this.special = DFA175_special; this.transition = DFA175_transition; } public String getDescription() { return "7499:2: ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) | ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA175_1 = input.LA(1); int index175_1 = input.index(); input.rewind(); s = -1; if ( (synpred24_InternalFeature()) ) {s = 61;} else if ( (true) ) {s = 7;} input.seek(index175_1); if ( s>=0 ) return s; break; case 1 : int LA175_2 = input.LA(1); int index175_2 = input.index(); input.rewind(); s = -1; if ( (synpred24_InternalFeature()) ) {s = 61;} else if ( (true) ) {s = 7;} input.seek(index175_2); if ( s>=0 ) return s; break; case 2 : int LA175_3 = input.LA(1); int index175_3 = input.index(); input.rewind(); s = -1; if ( (synpred24_InternalFeature()) ) {s = 61;} else if ( (true) ) {s = 7;} input.seek(index175_3); if ( s>=0 ) return s; break; case 3 : int LA175_4 = input.LA(1); int index175_4 = input.index(); input.rewind(); s = -1; if ( (synpred24_InternalFeature()) ) {s = 61;} else if ( (true) ) {s = 7;} input.seek(index175_4); if ( s>=0 ) return s; break; case 4 : int LA175_5 = input.LA(1); int index175_5 = input.index(); input.rewind(); s = -1; if ( (synpred24_InternalFeature()) ) {s = 61;} else if ( (true) ) {s = 7;} input.seek(index175_5); if ( s>=0 ) return s; break; case 5 : int LA175_6 = input.LA(1); int index175_6 = input.index(); input.rewind(); s = -1; if ( (synpred24_InternalFeature()) ) {s = 61;} else if ( (true) ) {s = 7;} input.seek(index175_6); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 175, _s, input); error(nvae); throw nvae; } } static final String DFA181_eotS = "\75\uffff"; static final String DFA181_eofS = "\75\uffff"; static final String DFA181_minS = "\1\15\1\0\73\uffff"; static final String DFA181_maxS = "\1\u008e\1\0\73\uffff"; static final String DFA181_acceptS = "\2\uffff\1\2\71\uffff\1\1"; static final String DFA181_specialS = "\1\uffff\1\0\73\uffff}>"; static final String[] DFA181_transitionS = { "\4\2\4\uffff\3\2\17\uffff\2\2\3\uffff\2\2\2\uffff\2\2\1\uffff\1\2\2\uffff\1\2\1\uffff\6\2\2\uffff\14\2\2\uffff\3\2\1\uffff\4\2\1\uffff\2\2\7\uffff\1\2\1\1\1\2\22\uffff\2\2\4\uffff\1\2\6\uffff\1\2\2\uffff\12\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA181_eot = DFA.unpackEncodedString(DFA181_eotS); static final short[] DFA181_eof = DFA.unpackEncodedString(DFA181_eofS); static final char[] DFA181_min = DFA.unpackEncodedStringToUnsignedChars(DFA181_minS); static final char[] DFA181_max = DFA.unpackEncodedStringToUnsignedChars(DFA181_maxS); static final short[] DFA181_accept = DFA.unpackEncodedString(DFA181_acceptS); static final short[] DFA181_special = DFA.unpackEncodedString(DFA181_specialS); static final short[][] DFA181_transition; static { int numStates = DFA181_transitionS.length; DFA181_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA181_transition[i] = DFA.unpackEncodedString(DFA181_transitionS[i]); } } class DFA181 extends DFA { public DFA181(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 181; this.eot = DFA181_eot; this.eof = DFA181_eof; this.min = DFA181_min; this.max = DFA181_max; this.accept = DFA181_accept; this.special = DFA181_special; this.transition = DFA181_transition; } public String getDescription() { return "7656:1: ( ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) | (this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )? ) )"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA181_1 = input.LA(1); int index181_1 = input.index(); input.rewind(); s = -1; if ( (synpred27_InternalFeature()) ) {s = 60;} else if ( (true) ) {s = 2;} input.seek(index181_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 181, _s, input); error(nvae); throw nvae; } } static final String DFA184_eotS = "\75\uffff"; static final String DFA184_eofS = "\75\uffff"; static final String DFA184_minS = "\1\15\1\0\73\uffff"; static final String DFA184_maxS = "\1\u008e\1\0\73\uffff"; static final String DFA184_acceptS = "\2\uffff\1\2\71\uffff\1\1"; static final String DFA184_specialS = "\1\uffff\1\0\73\uffff}>"; static final String[] DFA184_transitionS = { "\4\2\4\uffff\3\2\17\uffff\2\2\3\uffff\2\2\2\uffff\2\2\1\uffff\1\2\2\uffff\1\2\1\uffff\6\2\2\uffff\14\2\2\uffff\3\2\1\uffff\4\2\1\uffff\2\2\7\uffff\1\2\1\1\1\2\22\uffff\2\2\4\uffff\1\2\6\uffff\1\2\2\uffff\12\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA184_eot = DFA.unpackEncodedString(DFA184_eotS); static final short[] DFA184_eof = DFA.unpackEncodedString(DFA184_eofS); static final char[] DFA184_min = DFA.unpackEncodedStringToUnsignedChars(DFA184_minS); static final char[] DFA184_max = DFA.unpackEncodedStringToUnsignedChars(DFA184_maxS); static final short[] DFA184_accept = DFA.unpackEncodedString(DFA184_acceptS); static final short[] DFA184_special = DFA.unpackEncodedString(DFA184_specialS); static final short[][] DFA184_transition; static { int numStates = DFA184_transitionS.length; DFA184_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA184_transition[i] = DFA.unpackEncodedString(DFA184_transitionS[i]); } } class DFA184 extends DFA { public DFA184(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 184; this.eot = DFA184_eot; this.eof = DFA184_eof; this.min = DFA184_min; this.max = DFA184_max; this.accept = DFA184_accept; this.special = DFA184_special; this.transition = DFA184_transition; } public String getDescription() { return "7776:1: ( ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) | this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression )"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA184_1 = input.LA(1); int index184_1 = input.index(); input.rewind(); s = -1; if ( (synpred28_InternalFeature()) ) {s = 60;} else if ( (true) ) {s = 2;} input.seek(index184_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 184, _s, input); error(nvae); throw nvae; } } static final String DFA187_eotS = "\40\uffff"; static final String DFA187_eofS = "\1\uffff\35\36\2\uffff"; static final String DFA187_minS = "\1\15\35\7\2\uffff"; static final String DFA187_maxS = "\1\u008e\35\u0090\2\uffff"; static final String DFA187_acceptS = "\36\uffff\1\2\1\1"; static final String DFA187_specialS = "\40\uffff}>"; static final String[] DFA187_transitionS = { "\1\1\3\36\4\uffff\3\36\17\uffff\1\17\1\35\3\uffff\1\36\1\24\2\uffff\2\36\1\uffff\1\36\2\uffff\1\36\1\uffff\1\4\1\11\1\13\1\15\1\10\1\3\2\uffff\1\20\1\21\1\22\1\2\1\23\1\7\1\12\1\25\1\26\1\27\1\30\1\31\2\uffff\1\6\1\16\1\5\1\uffff\1\32\1\33\1\34\1\14\1\uffff\2\36\10\uffff\2\36\22\uffff\2\36\4\uffff\1\36\6\uffff\1\36\2\uffff\12\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "\21\36\17\uffff\2\36\1\37\5\36\1\uffff\46\36\1\uffff\3\36\6\uffff\41\36\1\uffff\17\36", "", "" }; static final short[] DFA187_eot = DFA.unpackEncodedString(DFA187_eotS); static final short[] DFA187_eof = DFA.unpackEncodedString(DFA187_eofS); static final char[] DFA187_min = DFA.unpackEncodedStringToUnsignedChars(DFA187_minS); static final char[] DFA187_max = DFA.unpackEncodedStringToUnsignedChars(DFA187_maxS); static final short[] DFA187_accept = DFA.unpackEncodedString(DFA187_acceptS); static final short[] DFA187_special = DFA.unpackEncodedString(DFA187_specialS); static final short[][] DFA187_transition; static { int numStates = DFA187_transitionS.length; DFA187_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA187_transition[i] = DFA.unpackEncodedString(DFA187_transitionS[i]); } } class DFA187 extends DFA { public DFA187(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 187; this.eot = DFA187_eot; this.eof = DFA187_eof; this.min = DFA187_min; this.max = DFA187_max; this.accept = DFA187_accept; this.special = DFA187_special; this.transition = DFA187_transition; } public String getDescription() { return "7938:1: ( ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) ) | (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? ) )"; } } static final String DFA186_eotS = "\12\uffff"; static final String DFA186_eofS = "\1\10\11\uffff"; static final String DFA186_minS = "\1\7\7\0\2\uffff"; static final String DFA186_maxS = "\1\u0090\7\0\2\uffff"; static final String DFA186_acceptS = "\10\uffff\1\2\1\1"; static final String DFA186_specialS = "\1\uffff\1\0\1\1\1\4\1\3\1\6\1\2\1\5\2\uffff}>"; static final String[] DFA186_transitionS = { "\21\10\17\uffff\2\10\1\uffff\5\10\1\uffff\3\10\1\6\1\10\1\7\40\10\1\uffff\3\10\6\uffff\4\10\1\1\1\2\1\3\1\4\1\5\30\10\1\uffff\17\10", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "", "" }; static final short[] DFA186_eot = DFA.unpackEncodedString(DFA186_eotS); static final short[] DFA186_eof = DFA.unpackEncodedString(DFA186_eofS); static final char[] DFA186_min = DFA.unpackEncodedStringToUnsignedChars(DFA186_minS); static final char[] DFA186_max = DFA.unpackEncodedStringToUnsignedChars(DFA186_maxS); static final short[] DFA186_accept = DFA.unpackEncodedString(DFA186_acceptS); static final short[] DFA186_special = DFA.unpackEncodedString(DFA186_specialS); static final short[][] DFA186_transition; static { int numStates = DFA186_transitionS.length; DFA186_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA186_transition[i] = DFA.unpackEncodedString(DFA186_transitionS[i]); } } class DFA186 extends DFA { public DFA186(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 186; this.eot = DFA186_eot; this.eof = DFA186_eof; this.min = DFA186_min; this.max = DFA186_max; this.accept = DFA186_accept; this.special = DFA186_special; this.transition = DFA186_transition; } public String getDescription() { return "7995:1: ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA186_1 = input.LA(1); int index186_1 = input.index(); input.rewind(); s = -1; if ( (synpred29_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 8;} input.seek(index186_1); if ( s>=0 ) return s; break; case 1 : int LA186_2 = input.LA(1); int index186_2 = input.index(); input.rewind(); s = -1; if ( (synpred29_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 8;} input.seek(index186_2); if ( s>=0 ) return s; break; case 2 : int LA186_6 = input.LA(1); int index186_6 = input.index(); input.rewind(); s = -1; if ( (synpred29_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 8;} input.seek(index186_6); if ( s>=0 ) return s; break; case 3 : int LA186_4 = input.LA(1); int index186_4 = input.index(); input.rewind(); s = -1; if ( (synpred29_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 8;} input.seek(index186_4); if ( s>=0 ) return s; break; case 4 : int LA186_3 = input.LA(1); int index186_3 = input.index(); input.rewind(); s = -1; if ( (synpred29_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 8;} input.seek(index186_3); if ( s>=0 ) return s; break; case 5 : int LA186_7 = input.LA(1); int index186_7 = input.index(); input.rewind(); s = -1; if ( (synpred29_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 8;} input.seek(index186_7); if ( s>=0 ) return s; break; case 6 : int LA186_5 = input.LA(1); int index186_5 = input.index(); input.rewind(); s = -1; if ( (synpred29_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 8;} input.seek(index186_5); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 186, _s, input); error(nvae); throw nvae; } } static final String DFA195_eotS = "\13\uffff"; static final String DFA195_eofS = "\1\1\12\uffff"; static final String DFA195_minS = "\1\7\1\uffff\10\0\1\uffff"; static final String DFA195_maxS = "\1\u0090\1\uffff\10\0\1\uffff"; static final String DFA195_acceptS = "\1\uffff\1\2\10\uffff\1\1"; static final String DFA195_specialS = "\2\uffff\1\7\1\5\1\6\1\1\1\0\1\4\1\3\1\2\1\uffff}>"; static final String[] DFA195_transitionS = { "\21\1\17\uffff\2\1\1\uffff\5\1\1\uffff\3\1\1\2\1\1\1\3\10\1\1\4\27\1\1\uffff\3\1\6\uffff\20\1\1\5\1\6\1\7\1\10\1\11\14\1\1\uffff\17\1", "", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "" }; static final short[] DFA195_eot = DFA.unpackEncodedString(DFA195_eotS); static final short[] DFA195_eof = DFA.unpackEncodedString(DFA195_eofS); static final char[] DFA195_min = DFA.unpackEncodedStringToUnsignedChars(DFA195_minS); static final char[] DFA195_max = DFA.unpackEncodedStringToUnsignedChars(DFA195_maxS); static final short[] DFA195_accept = DFA.unpackEncodedString(DFA195_acceptS); static final short[] DFA195_special = DFA.unpackEncodedString(DFA195_specialS); static final short[][] DFA195_transition; static { int numStates = DFA195_transitionS.length; DFA195_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA195_transition[i] = DFA.unpackEncodedString(DFA195_transitionS[i]); } } class DFA195 extends DFA { public DFA195(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 195; this.eot = DFA195_eot; this.eof = DFA195_eof; this.min = DFA195_min; this.max = DFA195_max; this.accept = DFA195_accept; this.special = DFA195_special; this.transition = DFA195_transition; } public String getDescription() { return "()* loopback of 8567:1: ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )*"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA195_6 = input.LA(1); int index195_6 = input.index(); input.rewind(); s = -1; if ( (synpred33_InternalFeature()) ) {s = 10;} else if ( (true) ) {s = 1;} input.seek(index195_6); if ( s>=0 ) return s; break; case 1 : int LA195_5 = input.LA(1); int index195_5 = input.index(); input.rewind(); s = -1; if ( (synpred33_InternalFeature()) ) {s = 10;} else if ( (true) ) {s = 1;} input.seek(index195_5); if ( s>=0 ) return s; break; case 2 : int LA195_9 = input.LA(1); int index195_9 = input.index(); input.rewind(); s = -1; if ( (synpred33_InternalFeature()) ) {s = 10;} else if ( (true) ) {s = 1;} input.seek(index195_9); if ( s>=0 ) return s; break; case 3 : int LA195_8 = input.LA(1); int index195_8 = input.index(); input.rewind(); s = -1; if ( (synpred33_InternalFeature()) ) {s = 10;} else if ( (true) ) {s = 1;} input.seek(index195_8); if ( s>=0 ) return s; break; case 4 : int LA195_7 = input.LA(1); int index195_7 = input.index(); input.rewind(); s = -1; if ( (synpred33_InternalFeature()) ) {s = 10;} else if ( (true) ) {s = 1;} input.seek(index195_7); if ( s>=0 ) return s; break; case 5 : int LA195_3 = input.LA(1); int index195_3 = input.index(); input.rewind(); s = -1; if ( (synpred33_InternalFeature()) ) {s = 10;} else if ( (true) ) {s = 1;} input.seek(index195_3); if ( s>=0 ) return s; break; case 6 : int LA195_4 = input.LA(1); int index195_4 = input.index(); input.rewind(); s = -1; if ( (synpred33_InternalFeature()) ) {s = 10;} else if ( (true) ) {s = 1;} input.seek(index195_4); if ( s>=0 ) return s; break; case 7 : int LA195_2 = input.LA(1); int index195_2 = input.index(); input.rewind(); s = -1; if ( (synpred33_InternalFeature()) ) {s = 10;} else if ( (true) ) {s = 1;} input.seek(index195_2); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 195, _s, input); error(nvae); throw nvae; } } static final String DFA198_eotS = "\13\uffff"; static final String DFA198_eofS = "\13\uffff"; static final String DFA198_minS = "\1\63\2\uffff\1\65\7\uffff"; static final String DFA198_maxS = "\1\164\2\uffff\1\162\7\uffff"; static final String DFA198_acceptS = "\1\uffff\1\1\1\2\1\uffff\1\4\1\5\1\7\1\10\1\11\1\3\1\6"; static final String DFA198_specialS = "\13\uffff}>"; static final String[] DFA198_transitionS = { "\1\6\1\uffff\1\3\10\uffff\1\5\61\uffff\1\1\1\2\1\4\1\7\1\10", "", "", "\1\12\74\uffff\1\11", "", "", "", "", "", "", "" }; static final short[] DFA198_eot = DFA.unpackEncodedString(DFA198_eotS); static final short[] DFA198_eof = DFA.unpackEncodedString(DFA198_eofS); static final char[] DFA198_min = DFA.unpackEncodedStringToUnsignedChars(DFA198_minS); static final char[] DFA198_max = DFA.unpackEncodedStringToUnsignedChars(DFA198_maxS); static final short[] DFA198_accept = DFA.unpackEncodedString(DFA198_acceptS); static final short[] DFA198_special = DFA.unpackEncodedString(DFA198_specialS); static final short[][] DFA198_transition; static { int numStates = DFA198_transitionS.length; DFA198_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA198_transition[i] = DFA.unpackEncodedString(DFA198_transitionS[i]); } } class DFA198 extends DFA { public DFA198(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 198; this.eot = DFA198_eot; this.eof = DFA198_eof; this.min = DFA198_min; this.max = DFA198_max; this.accept = DFA198_accept; this.special = DFA198_special; this.transition = DFA198_transition; } public String getDescription() { return "8632:1: (kw= '->' | kw= '..<' | (kw= '>' kw= '..' ) | kw= '..' | kw= '=>' | (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) ) | (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) ) | kw= '<>' | kw= '?:' )"; } } static final String DFA214_eotS = "\164\uffff"; static final String DFA214_eofS = "\1\2\163\uffff"; static final String DFA214_minS = "\1\7\1\0\162\uffff"; static final String DFA214_maxS = "\1\u0090\1\0\162\uffff"; static final String DFA214_acceptS = "\2\uffff\1\2\160\uffff\1\1"; static final String DFA214_specialS = "\1\uffff\1\0\162\uffff}>"; static final String[] DFA214_transitionS = { "\21\2\17\uffff\2\2\1\uffff\5\2\1\uffff\6\2\1\1\37\2\1\uffff\3\2\6\uffff\41\2\1\uffff\17\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA214_eot = DFA.unpackEncodedString(DFA214_eotS); static final short[] DFA214_eof = DFA.unpackEncodedString(DFA214_eofS); static final char[] DFA214_min = DFA.unpackEncodedStringToUnsignedChars(DFA214_minS); static final char[] DFA214_max = DFA.unpackEncodedStringToUnsignedChars(DFA214_maxS); static final short[] DFA214_accept = DFA.unpackEncodedString(DFA214_acceptS); static final short[] DFA214_special = DFA.unpackEncodedString(DFA214_specialS); static final short[][] DFA214_transition; static { int numStates = DFA214_transitionS.length; DFA214_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA214_transition[i] = DFA.unpackEncodedString(DFA214_transitionS[i]); } } class DFA214 extends DFA { public DFA214(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 214; this.eot = DFA214_eot; this.eof = DFA214_eof; this.min = DFA214_min; this.max = DFA214_max; this.accept = DFA214_accept; this.special = DFA214_special; this.transition = DFA214_transition; } public String getDescription() { return "9476:2: ( ( ( ( '(' ) )=> (lv_explicitOperationCall_17_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) ) | ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* ) )? otherlv_22= ')' )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA214_1 = input.LA(1); int index214_1 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 2;} input.seek(index214_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 214, _s, input); error(nvae); throw nvae; } } static final String DFA213_eotS = "\76\uffff"; static final String DFA213_eofS = "\76\uffff"; static final String DFA213_minS = "\1\15\10\0\1\uffff\26\0\36\uffff"; static final String DFA213_maxS = "\1\u008e\10\0\1\uffff\26\0\36\uffff"; static final String DFA213_acceptS = "\11\uffff\1\1\26\uffff\1\1\1\2\33\uffff\1\3"; static final String DFA213_specialS = "\1\0\1\1\1\2\1\3\1\4\1\5\1\6\1\7\1\10\1\uffff\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\36\uffff}>"; static final String[] DFA213_transitionS = { "\1\2\3\41\4\uffff\3\41\17\uffff\1\25\1\1\3\uffff\1\41\1\32\2\uffff\2\41\1\uffff\1\41\2\uffff\1\10\1\75\1\13\1\17\1\21\1\23\1\16\1\4\1\11\1\uffff\1\26\1\27\1\30\1\12\1\31\1\15\1\20\1\33\1\34\1\35\1\36\1\37\2\uffff\1\14\1\24\1\3\1\uffff\1\5\1\6\1\7\1\22\1\uffff\2\41\10\uffff\2\41\22\uffff\2\41\4\uffff\1\41\5\uffff\1\40\1\41\2\uffff\12\41", "\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[] DFA213_eot = DFA.unpackEncodedString(DFA213_eotS); static final short[] DFA213_eof = DFA.unpackEncodedString(DFA213_eofS); static final char[] DFA213_min = DFA.unpackEncodedStringToUnsignedChars(DFA213_minS); static final char[] DFA213_max = DFA.unpackEncodedStringToUnsignedChars(DFA213_maxS); static final short[] DFA213_accept = DFA.unpackEncodedString(DFA213_acceptS); static final short[] DFA213_special = DFA.unpackEncodedString(DFA213_specialS); static final short[][] DFA213_transition; static { int numStates = DFA213_transitionS.length; DFA213_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA213_transition[i] = DFA.unpackEncodedString(DFA213_transitionS[i]); } } class DFA213 extends DFA { public DFA213(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 213; this.eot = DFA213_eot; this.eof = DFA213_eof; this.min = DFA213_min; this.max = DFA213_max; this.accept = DFA213_accept; this.special = DFA213_special; this.transition = DFA213_transition; } public String getDescription() { return "9497:2: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) ) | ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* ) )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA213_0 = input.LA(1); int index213_0 = input.index(); input.rewind(); s = -1; if ( (LA213_0==40) ) {s = 1;} else if ( (LA213_0==RULE_ID) ) {s = 2;} else if ( (LA213_0==80) ) {s = 3;} else if ( (LA213_0==61) ) {s = 4;} else if ( (LA213_0==82) ) {s = 5;} else if ( (LA213_0==83) ) {s = 6;} else if ( (LA213_0==84) ) {s = 7;} else if ( (LA213_0==54) ) {s = 8;} else if ( (LA213_0==62) && (synpred43_InternalFeature())) {s = 9;} else if ( (LA213_0==67) ) {s = 10;} else if ( (LA213_0==56) ) {s = 11;} else if ( (LA213_0==78) ) {s = 12;} else if ( (LA213_0==69) ) {s = 13;} else if ( (LA213_0==60) ) {s = 14;} else if ( (LA213_0==57) ) {s = 15;} else if ( (LA213_0==70) ) {s = 16;} else if ( (LA213_0==58) ) {s = 17;} else if ( (LA213_0==85) ) {s = 18;} else if ( (LA213_0==59) ) {s = 19;} else if ( (LA213_0==79) ) {s = 20;} else if ( (LA213_0==39) ) {s = 21;} else if ( (LA213_0==64) ) {s = 22;} else if ( (LA213_0==65) ) {s = 23;} else if ( (LA213_0==66) ) {s = 24;} else if ( (LA213_0==68) ) {s = 25;} else if ( (LA213_0==45) ) {s = 26;} else if ( (LA213_0==71) ) {s = 27;} else if ( (LA213_0==72) ) {s = 28;} else if ( (LA213_0==73) ) {s = 29;} else if ( (LA213_0==74) ) {s = 30;} else if ( (LA213_0==75) ) {s = 31;} else if ( (LA213_0==129) && (synpred43_InternalFeature())) {s = 32;} else if ( ((LA213_0>=RULE_STRING && LA213_0<=RULE_RICH_TEXT_START)||(LA213_0>=RULE_HEX && LA213_0<=RULE_DECIMAL)||LA213_0==44||(LA213_0>=48 && LA213_0<=49)||LA213_0==51||(LA213_0>=87 && LA213_0<=88)||(LA213_0>=97 && LA213_0<=98)||(LA213_0>=117 && LA213_0<=118)||LA213_0==123||LA213_0==130||(LA213_0>=133 && LA213_0<=142)) ) {s = 33;} else if ( (LA213_0==55) ) {s = 61;} input.seek(index213_0); if ( s>=0 ) return s; break; case 1 : int LA213_1 = input.LA(1); int index213_1 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_1); if ( s>=0 ) return s; break; case 2 : int LA213_2 = input.LA(1); int index213_2 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_2); if ( s>=0 ) return s; break; case 3 : int LA213_3 = input.LA(1); int index213_3 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_3); if ( s>=0 ) return s; break; case 4 : int LA213_4 = input.LA(1); int index213_4 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_4); if ( s>=0 ) return s; break; case 5 : int LA213_5 = input.LA(1); int index213_5 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_5); if ( s>=0 ) return s; break; case 6 : int LA213_6 = input.LA(1); int index213_6 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_6); if ( s>=0 ) return s; break; case 7 : int LA213_7 = input.LA(1); int index213_7 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_7); if ( s>=0 ) return s; break; case 8 : int LA213_8 = input.LA(1); int index213_8 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_8); if ( s>=0 ) return s; break; case 9 : int LA213_10 = input.LA(1); int index213_10 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_10); if ( s>=0 ) return s; break; case 10 : int LA213_11 = input.LA(1); int index213_11 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_11); if ( s>=0 ) return s; break; case 11 : int LA213_12 = input.LA(1); int index213_12 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_12); if ( s>=0 ) return s; break; case 12 : int LA213_13 = input.LA(1); int index213_13 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_13); if ( s>=0 ) return s; break; case 13 : int LA213_14 = input.LA(1); int index213_14 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_14); if ( s>=0 ) return s; break; case 14 : int LA213_15 = input.LA(1); int index213_15 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_15); if ( s>=0 ) return s; break; case 15 : int LA213_16 = input.LA(1); int index213_16 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_16); if ( s>=0 ) return s; break; case 16 : int LA213_17 = input.LA(1); int index213_17 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_17); if ( s>=0 ) return s; break; case 17 : int LA213_18 = input.LA(1); int index213_18 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_18); if ( s>=0 ) return s; break; case 18 : int LA213_19 = input.LA(1); int index213_19 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_19); if ( s>=0 ) return s; break; case 19 : int LA213_20 = input.LA(1); int index213_20 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_20); if ( s>=0 ) return s; break; case 20 : int LA213_21 = input.LA(1); int index213_21 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_21); if ( s>=0 ) return s; break; case 21 : int LA213_22 = input.LA(1); int index213_22 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_22); if ( s>=0 ) return s; break; case 22 : int LA213_23 = input.LA(1); int index213_23 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_23); if ( s>=0 ) return s; break; case 23 : int LA213_24 = input.LA(1); int index213_24 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_24); if ( s>=0 ) return s; break; case 24 : int LA213_25 = input.LA(1); int index213_25 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_25); if ( s>=0 ) return s; break; case 25 : int LA213_26 = input.LA(1); int index213_26 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_26); if ( s>=0 ) return s; break; case 26 : int LA213_27 = input.LA(1); int index213_27 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_27); if ( s>=0 ) return s; break; case 27 : int LA213_28 = input.LA(1); int index213_28 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_28); if ( s>=0 ) return s; break; case 28 : int LA213_29 = input.LA(1); int index213_29 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_29); if ( s>=0 ) return s; break; case 29 : int LA213_30 = input.LA(1); int index213_30 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_30); if ( s>=0 ) return s; break; case 30 : int LA213_31 = input.LA(1); int index213_31 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index213_31); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 213, _s, input); error(nvae); throw nvae; } } static final String DFA215_eotS = "\164\uffff"; static final String DFA215_eofS = "\1\2\163\uffff"; static final String DFA215_minS = "\1\7\1\0\162\uffff"; static final String DFA215_maxS = "\1\u0090\1\0\162\uffff"; static final String DFA215_acceptS = "\2\uffff\1\2\160\uffff\1\1"; static final String DFA215_specialS = "\1\uffff\1\0\162\uffff}>"; static final String[] DFA215_transitionS = { "\21\2\17\uffff\2\2\1\uffff\5\2\1\uffff\46\2\1\uffff\3\2\6\uffff\2\2\1\1\36\2\1\uffff\17\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA215_eot = DFA.unpackEncodedString(DFA215_eotS); static final short[] DFA215_eof = DFA.unpackEncodedString(DFA215_eofS); static final char[] DFA215_min = DFA.unpackEncodedStringToUnsignedChars(DFA215_minS); static final char[] DFA215_max = DFA.unpackEncodedStringToUnsignedChars(DFA215_maxS); static final short[] DFA215_accept = DFA.unpackEncodedString(DFA215_acceptS); static final short[] DFA215_special = DFA.unpackEncodedString(DFA215_specialS); static final short[][] DFA215_transition; static { int numStates = DFA215_transitionS.length; DFA215_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA215_transition[i] = DFA.unpackEncodedString(DFA215_transitionS[i]); } } class DFA215 extends DFA { public DFA215(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 215; this.eot = DFA215_eot; this.eof = DFA215_eof; this.min = DFA215_min; this.max = DFA215_max; this.accept = DFA215_accept; this.special = DFA215_special; this.transition = DFA215_transition; } public String getDescription() { return "9576:3: ( ( ( () '[' ) )=> (lv_memberCallArguments_23_0= ruleXClosure ) )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA215_1 = input.LA(1); int index215_1 = input.index(); input.rewind(); s = -1; if ( (synpred44_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 2;} input.seek(index215_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 215, _s, input); error(nvae); throw nvae; } } static final String DFA225_eotS = "\100\uffff"; static final String DFA225_eofS = "\100\uffff"; static final String DFA225_minS = "\1\15\10\0\1\uffff\26\0\40\uffff"; static final String DFA225_maxS = "\1\u008e\10\0\1\uffff\26\0\40\uffff"; static final String DFA225_acceptS = "\11\uffff\1\1\26\uffff\1\1\1\2\36\uffff"; static final String DFA225_specialS = "\1\0\1\1\1\2\1\3\1\4\1\5\1\6\1\7\1\10\1\uffff\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\40\uffff}>"; static final String[] DFA225_transitionS = { "\1\2\3\41\4\uffff\3\41\17\uffff\1\25\1\1\3\uffff\1\41\1\32\2\uffff\2\41\1\uffff\1\41\2\uffff\1\10\1\uffff\1\13\1\17\1\21\1\23\1\16\1\4\1\11\1\uffff\1\26\1\27\1\30\1\12\1\31\1\15\1\20\1\33\1\34\1\35\1\36\1\37\2\41\1\14\1\24\1\3\1\uffff\1\5\1\6\1\7\1\22\1\uffff\2\41\10\uffff\3\41\21\uffff\2\41\4\uffff\1\41\5\uffff\1\40\1\41\2\uffff\12\41", "\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[] DFA225_eot = DFA.unpackEncodedString(DFA225_eotS); static final short[] DFA225_eof = DFA.unpackEncodedString(DFA225_eofS); static final char[] DFA225_min = DFA.unpackEncodedStringToUnsignedChars(DFA225_minS); static final char[] DFA225_max = DFA.unpackEncodedStringToUnsignedChars(DFA225_maxS); static final short[] DFA225_accept = DFA.unpackEncodedString(DFA225_acceptS); static final short[] DFA225_special = DFA.unpackEncodedString(DFA225_specialS); static final short[][] DFA225_transition; static { int numStates = DFA225_transitionS.length; DFA225_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA225_transition[i] = DFA.unpackEncodedString(DFA225_transitionS[i]); } } class DFA225 extends DFA { public DFA225(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 225; this.eot = DFA225_eot; this.eof = DFA225_eof; this.min = DFA225_min; this.max = DFA225_max; this.accept = DFA225_accept; this.special = DFA225_special; this.transition = DFA225_transition; } public String getDescription() { return "9919:3: ( ( ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) ) ) )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA225_0 = input.LA(1); int index225_0 = input.index(); input.rewind(); s = -1; if ( (LA225_0==40) ) {s = 1;} else if ( (LA225_0==RULE_ID) ) {s = 2;} else if ( (LA225_0==80) ) {s = 3;} else if ( (LA225_0==61) ) {s = 4;} else if ( (LA225_0==82) ) {s = 5;} else if ( (LA225_0==83) ) {s = 6;} else if ( (LA225_0==84) ) {s = 7;} else if ( (LA225_0==54) ) {s = 8;} else if ( (LA225_0==62) && (synpred47_InternalFeature())) {s = 9;} else if ( (LA225_0==67) ) {s = 10;} else if ( (LA225_0==56) ) {s = 11;} else if ( (LA225_0==78) ) {s = 12;} else if ( (LA225_0==69) ) {s = 13;} else if ( (LA225_0==60) ) {s = 14;} else if ( (LA225_0==57) ) {s = 15;} else if ( (LA225_0==70) ) {s = 16;} else if ( (LA225_0==58) ) {s = 17;} else if ( (LA225_0==85) ) {s = 18;} else if ( (LA225_0==59) ) {s = 19;} else if ( (LA225_0==79) ) {s = 20;} else if ( (LA225_0==39) ) {s = 21;} else if ( (LA225_0==64) ) {s = 22;} else if ( (LA225_0==65) ) {s = 23;} else if ( (LA225_0==66) ) {s = 24;} else if ( (LA225_0==68) ) {s = 25;} else if ( (LA225_0==45) ) {s = 26;} else if ( (LA225_0==71) ) {s = 27;} else if ( (LA225_0==72) ) {s = 28;} else if ( (LA225_0==73) ) {s = 29;} else if ( (LA225_0==74) ) {s = 30;} else if ( (LA225_0==75) ) {s = 31;} else if ( (LA225_0==129) && (synpred47_InternalFeature())) {s = 32;} else if ( ((LA225_0>=RULE_STRING && LA225_0<=RULE_RICH_TEXT_START)||(LA225_0>=RULE_HEX && LA225_0<=RULE_DECIMAL)||LA225_0==44||(LA225_0>=48 && LA225_0<=49)||LA225_0==51||(LA225_0>=76 && LA225_0<=77)||(LA225_0>=87 && LA225_0<=88)||(LA225_0>=97 && LA225_0<=99)||(LA225_0>=117 && LA225_0<=118)||LA225_0==123||LA225_0==130||(LA225_0>=133 && LA225_0<=142)) ) {s = 33;} input.seek(index225_0); if ( s>=0 ) return s; break; case 1 : int LA225_1 = input.LA(1); int index225_1 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_1); if ( s>=0 ) return s; break; case 2 : int LA225_2 = input.LA(1); int index225_2 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_2); if ( s>=0 ) return s; break; case 3 : int LA225_3 = input.LA(1); int index225_3 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_3); if ( s>=0 ) return s; break; case 4 : int LA225_4 = input.LA(1); int index225_4 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_4); if ( s>=0 ) return s; break; case 5 : int LA225_5 = input.LA(1); int index225_5 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_5); if ( s>=0 ) return s; break; case 6 : int LA225_6 = input.LA(1); int index225_6 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_6); if ( s>=0 ) return s; break; case 7 : int LA225_7 = input.LA(1); int index225_7 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_7); if ( s>=0 ) return s; break; case 8 : int LA225_8 = input.LA(1); int index225_8 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_8); if ( s>=0 ) return s; break; case 9 : int LA225_10 = input.LA(1); int index225_10 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_10); if ( s>=0 ) return s; break; case 10 : int LA225_11 = input.LA(1); int index225_11 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_11); if ( s>=0 ) return s; break; case 11 : int LA225_12 = input.LA(1); int index225_12 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_12); if ( s>=0 ) return s; break; case 12 : int LA225_13 = input.LA(1); int index225_13 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_13); if ( s>=0 ) return s; break; case 13 : int LA225_14 = input.LA(1); int index225_14 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_14); if ( s>=0 ) return s; break; case 14 : int LA225_15 = input.LA(1); int index225_15 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_15); if ( s>=0 ) return s; break; case 15 : int LA225_16 = input.LA(1); int index225_16 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_16); if ( s>=0 ) return s; break; case 16 : int LA225_17 = input.LA(1); int index225_17 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_17); if ( s>=0 ) return s; break; case 17 : int LA225_18 = input.LA(1); int index225_18 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_18); if ( s>=0 ) return s; break; case 18 : int LA225_19 = input.LA(1); int index225_19 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_19); if ( s>=0 ) return s; break; case 19 : int LA225_20 = input.LA(1); int index225_20 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_20); if ( s>=0 ) return s; break; case 20 : int LA225_21 = input.LA(1); int index225_21 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_21); if ( s>=0 ) return s; break; case 21 : int LA225_22 = input.LA(1); int index225_22 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_22); if ( s>=0 ) return s; break; case 22 : int LA225_23 = input.LA(1); int index225_23 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_23); if ( s>=0 ) return s; break; case 23 : int LA225_24 = input.LA(1); int index225_24 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_24); if ( s>=0 ) return s; break; case 24 : int LA225_25 = input.LA(1); int index225_25 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_25); if ( s>=0 ) return s; break; case 25 : int LA225_26 = input.LA(1); int index225_26 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_26); if ( s>=0 ) return s; break; case 26 : int LA225_27 = input.LA(1); int index225_27 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_27); if ( s>=0 ) return s; break; case 27 : int LA225_28 = input.LA(1); int index225_28 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_28); if ( s>=0 ) return s; break; case 28 : int LA225_29 = input.LA(1); int index225_29 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_29); if ( s>=0 ) return s; break; case 29 : int LA225_30 = input.LA(1); int index225_30 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_30); if ( s>=0 ) return s; break; case 30 : int LA225_31 = input.LA(1); int index225_31 = input.index(); input.rewind(); s = -1; if ( (synpred47_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index225_31); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 225, _s, input); error(nvae); throw nvae; } } static final String DFA246_eotS = "\164\uffff"; static final String DFA246_eofS = "\1\2\163\uffff"; static final String DFA246_minS = "\1\7\1\0\162\uffff"; static final String DFA246_maxS = "\1\u0090\1\0\162\uffff"; static final String DFA246_acceptS = "\2\uffff\1\2\160\uffff\1\1"; static final String DFA246_specialS = "\1\uffff\1\0\162\uffff}>"; static final String[] DFA246_transitionS = { "\21\2\17\uffff\2\2\1\uffff\5\2\1\uffff\6\2\1\1\37\2\1\uffff\3\2\6\uffff\41\2\1\uffff\17\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA246_eot = DFA.unpackEncodedString(DFA246_eotS); static final short[] DFA246_eof = DFA.unpackEncodedString(DFA246_eofS); static final char[] DFA246_min = DFA.unpackEncodedStringToUnsignedChars(DFA246_minS); static final char[] DFA246_max = DFA.unpackEncodedStringToUnsignedChars(DFA246_maxS); static final short[] DFA246_accept = DFA.unpackEncodedString(DFA246_acceptS); static final short[] DFA246_special = DFA.unpackEncodedString(DFA246_specialS); static final short[][] DFA246_transition; static { int numStates = DFA246_transitionS.length; DFA246_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA246_transition[i] = DFA.unpackEncodedString(DFA246_transitionS[i]); } } class DFA246 extends DFA { public DFA246(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 246; this.eot = DFA246_eot; this.eof = DFA246_eof; this.min = DFA246_min; this.max = DFA246_max; this.accept = DFA246_accept; this.special = DFA246_special; this.transition = DFA246_transition; } public String getDescription() { return "11056:2: ( ( ( ( '(' ) )=> (lv_explicitOperationCall_7_0= '(' ) ) ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) ) | ( ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* ) )? otherlv_12= ')' )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA246_1 = input.LA(1); int index246_1 = input.index(); input.rewind(); s = -1; if ( (synpred52_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 2;} input.seek(index246_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 246, _s, input); error(nvae); throw nvae; } } static final String DFA245_eotS = "\76\uffff"; static final String DFA245_eofS = "\76\uffff"; static final String DFA245_minS = "\1\15\10\0\1\uffff\26\0\36\uffff"; static final String DFA245_maxS = "\1\u008e\10\0\1\uffff\26\0\36\uffff"; static final String DFA245_acceptS = "\11\uffff\1\1\26\uffff\1\1\1\2\33\uffff\1\3"; static final String DFA245_specialS = "\1\0\1\1\1\2\1\3\1\4\1\5\1\6\1\7\1\10\1\uffff\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\36\uffff}>"; static final String[] DFA245_transitionS = { "\1\2\3\41\4\uffff\3\41\17\uffff\1\25\1\1\3\uffff\1\41\1\32\2\uffff\2\41\1\uffff\1\41\2\uffff\1\10\1\75\1\13\1\17\1\21\1\23\1\16\1\4\1\11\1\uffff\1\26\1\27\1\30\1\12\1\31\1\15\1\20\1\33\1\34\1\35\1\36\1\37\2\uffff\1\14\1\24\1\3\1\uffff\1\5\1\6\1\7\1\22\1\uffff\2\41\10\uffff\2\41\22\uffff\2\41\4\uffff\1\41\5\uffff\1\40\1\41\2\uffff\12\41", "\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[] DFA245_eot = DFA.unpackEncodedString(DFA245_eotS); static final short[] DFA245_eof = DFA.unpackEncodedString(DFA245_eofS); static final char[] DFA245_min = DFA.unpackEncodedStringToUnsignedChars(DFA245_minS); static final char[] DFA245_max = DFA.unpackEncodedStringToUnsignedChars(DFA245_maxS); static final short[] DFA245_accept = DFA.unpackEncodedString(DFA245_acceptS); static final short[] DFA245_special = DFA.unpackEncodedString(DFA245_specialS); static final short[][] DFA245_transition; static { int numStates = DFA245_transitionS.length; DFA245_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA245_transition[i] = DFA.unpackEncodedString(DFA245_transitionS[i]); } } class DFA245 extends DFA { public DFA245(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 245; this.eot = DFA245_eot; this.eof = DFA245_eof; this.min = DFA245_min; this.max = DFA245_max; this.accept = DFA245_accept; this.special = DFA245_special; this.transition = DFA245_transition; } public String getDescription() { return "11077:2: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) ) | ( ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* ) )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA245_0 = input.LA(1); int index245_0 = input.index(); input.rewind(); s = -1; if ( (LA245_0==40) ) {s = 1;} else if ( (LA245_0==RULE_ID) ) {s = 2;} else if ( (LA245_0==80) ) {s = 3;} else if ( (LA245_0==61) ) {s = 4;} else if ( (LA245_0==82) ) {s = 5;} else if ( (LA245_0==83) ) {s = 6;} else if ( (LA245_0==84) ) {s = 7;} else if ( (LA245_0==54) ) {s = 8;} else if ( (LA245_0==62) && (synpred53_InternalFeature())) {s = 9;} else if ( (LA245_0==67) ) {s = 10;} else if ( (LA245_0==56) ) {s = 11;} else if ( (LA245_0==78) ) {s = 12;} else if ( (LA245_0==69) ) {s = 13;} else if ( (LA245_0==60) ) {s = 14;} else if ( (LA245_0==57) ) {s = 15;} else if ( (LA245_0==70) ) {s = 16;} else if ( (LA245_0==58) ) {s = 17;} else if ( (LA245_0==85) ) {s = 18;} else if ( (LA245_0==59) ) {s = 19;} else if ( (LA245_0==79) ) {s = 20;} else if ( (LA245_0==39) ) {s = 21;} else if ( (LA245_0==64) ) {s = 22;} else if ( (LA245_0==65) ) {s = 23;} else if ( (LA245_0==66) ) {s = 24;} else if ( (LA245_0==68) ) {s = 25;} else if ( (LA245_0==45) ) {s = 26;} else if ( (LA245_0==71) ) {s = 27;} else if ( (LA245_0==72) ) {s = 28;} else if ( (LA245_0==73) ) {s = 29;} else if ( (LA245_0==74) ) {s = 30;} else if ( (LA245_0==75) ) {s = 31;} else if ( (LA245_0==129) && (synpred53_InternalFeature())) {s = 32;} else if ( ((LA245_0>=RULE_STRING && LA245_0<=RULE_RICH_TEXT_START)||(LA245_0>=RULE_HEX && LA245_0<=RULE_DECIMAL)||LA245_0==44||(LA245_0>=48 && LA245_0<=49)||LA245_0==51||(LA245_0>=87 && LA245_0<=88)||(LA245_0>=97 && LA245_0<=98)||(LA245_0>=117 && LA245_0<=118)||LA245_0==123||LA245_0==130||(LA245_0>=133 && LA245_0<=142)) ) {s = 33;} else if ( (LA245_0==55) ) {s = 61;} input.seek(index245_0); if ( s>=0 ) return s; break; case 1 : int LA245_1 = input.LA(1); int index245_1 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_1); if ( s>=0 ) return s; break; case 2 : int LA245_2 = input.LA(1); int index245_2 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_2); if ( s>=0 ) return s; break; case 3 : int LA245_3 = input.LA(1); int index245_3 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_3); if ( s>=0 ) return s; break; case 4 : int LA245_4 = input.LA(1); int index245_4 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_4); if ( s>=0 ) return s; break; case 5 : int LA245_5 = input.LA(1); int index245_5 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_5); if ( s>=0 ) return s; break; case 6 : int LA245_6 = input.LA(1); int index245_6 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_6); if ( s>=0 ) return s; break; case 7 : int LA245_7 = input.LA(1); int index245_7 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_7); if ( s>=0 ) return s; break; case 8 : int LA245_8 = input.LA(1); int index245_8 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_8); if ( s>=0 ) return s; break; case 9 : int LA245_10 = input.LA(1); int index245_10 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_10); if ( s>=0 ) return s; break; case 10 : int LA245_11 = input.LA(1); int index245_11 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_11); if ( s>=0 ) return s; break; case 11 : int LA245_12 = input.LA(1); int index245_12 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_12); if ( s>=0 ) return s; break; case 12 : int LA245_13 = input.LA(1); int index245_13 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_13); if ( s>=0 ) return s; break; case 13 : int LA245_14 = input.LA(1); int index245_14 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_14); if ( s>=0 ) return s; break; case 14 : int LA245_15 = input.LA(1); int index245_15 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_15); if ( s>=0 ) return s; break; case 15 : int LA245_16 = input.LA(1); int index245_16 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_16); if ( s>=0 ) return s; break; case 16 : int LA245_17 = input.LA(1); int index245_17 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_17); if ( s>=0 ) return s; break; case 17 : int LA245_18 = input.LA(1); int index245_18 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_18); if ( s>=0 ) return s; break; case 18 : int LA245_19 = input.LA(1); int index245_19 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_19); if ( s>=0 ) return s; break; case 19 : int LA245_20 = input.LA(1); int index245_20 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_20); if ( s>=0 ) return s; break; case 20 : int LA245_21 = input.LA(1); int index245_21 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_21); if ( s>=0 ) return s; break; case 21 : int LA245_22 = input.LA(1); int index245_22 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_22); if ( s>=0 ) return s; break; case 22 : int LA245_23 = input.LA(1); int index245_23 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_23); if ( s>=0 ) return s; break; case 23 : int LA245_24 = input.LA(1); int index245_24 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_24); if ( s>=0 ) return s; break; case 24 : int LA245_25 = input.LA(1); int index245_25 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_25); if ( s>=0 ) return s; break; case 25 : int LA245_26 = input.LA(1); int index245_26 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_26); if ( s>=0 ) return s; break; case 26 : int LA245_27 = input.LA(1); int index245_27 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_27); if ( s>=0 ) return s; break; case 27 : int LA245_28 = input.LA(1); int index245_28 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_28); if ( s>=0 ) return s; break; case 28 : int LA245_29 = input.LA(1); int index245_29 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_29); if ( s>=0 ) return s; break; case 29 : int LA245_30 = input.LA(1); int index245_30 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_30); if ( s>=0 ) return s; break; case 30 : int LA245_31 = input.LA(1); int index245_31 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalFeature()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index245_31); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 245, _s, input); error(nvae); throw nvae; } } static final String DFA247_eotS = "\164\uffff"; static final String DFA247_eofS = "\1\2\163\uffff"; static final String DFA247_minS = "\1\7\1\0\162\uffff"; static final String DFA247_maxS = "\1\u0090\1\0\162\uffff"; static final String DFA247_acceptS = "\2\uffff\1\2\160\uffff\1\1"; static final String DFA247_specialS = "\1\uffff\1\0\162\uffff}>"; static final String[] DFA247_transitionS = { "\21\2\17\uffff\2\2\1\uffff\5\2\1\uffff\46\2\1\uffff\3\2\6\uffff\2\2\1\1\36\2\1\uffff\17\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA247_eot = DFA.unpackEncodedString(DFA247_eotS); static final short[] DFA247_eof = DFA.unpackEncodedString(DFA247_eofS); static final char[] DFA247_min = DFA.unpackEncodedStringToUnsignedChars(DFA247_minS); static final char[] DFA247_max = DFA.unpackEncodedStringToUnsignedChars(DFA247_maxS); static final short[] DFA247_accept = DFA.unpackEncodedString(DFA247_acceptS); static final short[] DFA247_special = DFA.unpackEncodedString(DFA247_specialS); static final short[][] DFA247_transition; static { int numStates = DFA247_transitionS.length; DFA247_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA247_transition[i] = DFA.unpackEncodedString(DFA247_transitionS[i]); } } class DFA247 extends DFA { public DFA247(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 247; this.eot = DFA247_eot; this.eof = DFA247_eof; this.min = DFA247_min; this.max = DFA247_max; this.accept = DFA247_accept; this.special = DFA247_special; this.transition = DFA247_transition; } public String getDescription() { return "11156:3: ( ( ( () '[' ) )=> (lv_featureCallArguments_13_0= ruleXClosure ) )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA247_1 = input.LA(1); int index247_1 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 2;} input.seek(index247_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 247, _s, input); error(nvae); throw nvae; } } static final String DFA251_eotS = "\164\uffff"; static final String DFA251_eofS = "\1\73\163\uffff"; static final String DFA251_minS = "\1\7\72\0\71\uffff"; static final String DFA251_maxS = "\1\u0090\72\0\71\uffff"; static final String DFA251_acceptS = "\73\uffff\1\2\67\uffff\1\1"; static final String DFA251_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\1\40\1\41\1\42\1\43\1\44\1\45\1\46\1\47\1\50\1\51\1\52\1\53\1\54\1\55\1\56\1\57\1\60\1\61\1\62\1\63\1\64\1\65\1\66\1\67\1\70\1\71\71\uffff}>"; static final String[] DFA251_transitionS = { "\6\73\1\1\1\56\1\57\1\60\4\73\1\52\1\53\1\54\17\uffff\1\17\1\35\1\uffff\2\73\1\66\1\24\1\73\1\uffff\1\72\1\42\1\73\1\44\2\73\1\71\1\73\1\4\1\11\1\13\1\15\1\10\1\3\2\73\1\20\1\21\1\22\1\2\1\23\1\7\1\12\1\25\1\26\1\27\1\30\1\31\2\73\1\6\1\16\1\5\1\73\1\32\1\33\1\34\1\14\1\uffff\1\41\1\43\1\73\6\uffff\1\73\1\46\1\47\22\73\1\40\1\37\4\73\1\36\5\73\1\uffff\1\62\2\73\1\63\1\64\1\65\1\45\1\50\1\51\1\55\1\61\1\67\1\70\2\73", "\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", "\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[] DFA251_eot = DFA.unpackEncodedString(DFA251_eotS); static final short[] DFA251_eof = DFA.unpackEncodedString(DFA251_eofS); static final char[] DFA251_min = DFA.unpackEncodedStringToUnsignedChars(DFA251_minS); static final char[] DFA251_max = DFA.unpackEncodedStringToUnsignedChars(DFA251_maxS); static final short[] DFA251_accept = DFA.unpackEncodedString(DFA251_acceptS); static final short[] DFA251_special = DFA.unpackEncodedString(DFA251_specialS); static final short[][] DFA251_transition; static { int numStates = DFA251_transitionS.length; DFA251_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA251_transition[i] = DFA.unpackEncodedString(DFA251_transitionS[i]); } } class DFA251 extends DFA { public DFA251(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 251; this.eot = DFA251_eot; this.eof = DFA251_eof; this.min = DFA251_min; this.max = DFA251_max; this.accept = DFA251_accept; this.special = DFA251_special; this.transition = DFA251_transition; } public String getDescription() { return "11490:1: ( ( 'abstract' | 'annotation' | 'class' | 'create' | 'def' | 'dispatch' | 'enum' | 'extends' | 'final' | 'implements' | 'import' | 'interface' | 'override' | 'package' | 'public' | 'private' | 'protected' | 'static' | 'throws' | 'strictfp' | 'native' | 'volatile' | 'synchronized' | 'transient' | 'AFTER' | 'BEFORE' | 'SEPARATOR' | 'extension' | '!' | '-' | '+' | 'new' | '{' | 'switch' | '<' | 'super' | '#' | '[' | 'false' | 'true' | 'null' | 'typeof' | 'if' | 'for' | 'while' | 'do' | 'throw' | 'return' | 'try' | '(' | 'assert' | RULE_ID | RULE_HEX | RULE_INT | RULE_DECIMAL | RULE_STRING | RULE_RICH_TEXT | RULE_RICH_TEXT_START )=> (lv_expression_2_0= ruleXExpression ) )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA251_1 = input.LA(1); int index251_1 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_1); if ( s>=0 ) return s; break; case 1 : int LA251_2 = input.LA(1); int index251_2 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_2); if ( s>=0 ) return s; break; case 2 : int LA251_3 = input.LA(1); int index251_3 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_3); if ( s>=0 ) return s; break; case 3 : int LA251_4 = input.LA(1); int index251_4 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_4); if ( s>=0 ) return s; break; case 4 : int LA251_5 = input.LA(1); int index251_5 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_5); if ( s>=0 ) return s; break; case 5 : int LA251_6 = input.LA(1); int index251_6 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_6); if ( s>=0 ) return s; break; case 6 : int LA251_7 = input.LA(1); int index251_7 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_7); if ( s>=0 ) return s; break; case 7 : int LA251_8 = input.LA(1); int index251_8 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_8); if ( s>=0 ) return s; break; case 8 : int LA251_9 = input.LA(1); int index251_9 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_9); if ( s>=0 ) return s; break; case 9 : int LA251_10 = input.LA(1); int index251_10 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_10); if ( s>=0 ) return s; break; case 10 : int LA251_11 = input.LA(1); int index251_11 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_11); if ( s>=0 ) return s; break; case 11 : int LA251_12 = input.LA(1); int index251_12 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_12); if ( s>=0 ) return s; break; case 12 : int LA251_13 = input.LA(1); int index251_13 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_13); if ( s>=0 ) return s; break; case 13 : int LA251_14 = input.LA(1); int index251_14 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_14); if ( s>=0 ) return s; break; case 14 : int LA251_15 = input.LA(1); int index251_15 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_15); if ( s>=0 ) return s; break; case 15 : int LA251_16 = input.LA(1); int index251_16 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_16); if ( s>=0 ) return s; break; case 16 : int LA251_17 = input.LA(1); int index251_17 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_17); if ( s>=0 ) return s; break; case 17 : int LA251_18 = input.LA(1); int index251_18 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_18); if ( s>=0 ) return s; break; case 18 : int LA251_19 = input.LA(1); int index251_19 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_19); if ( s>=0 ) return s; break; case 19 : int LA251_20 = input.LA(1); int index251_20 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_20); if ( s>=0 ) return s; break; case 20 : int LA251_21 = input.LA(1); int index251_21 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_21); if ( s>=0 ) return s; break; case 21 : int LA251_22 = input.LA(1); int index251_22 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_22); if ( s>=0 ) return s; break; case 22 : int LA251_23 = input.LA(1); int index251_23 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_23); if ( s>=0 ) return s; break; case 23 : int LA251_24 = input.LA(1); int index251_24 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_24); if ( s>=0 ) return s; break; case 24 : int LA251_25 = input.LA(1); int index251_25 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_25); if ( s>=0 ) return s; break; case 25 : int LA251_26 = input.LA(1); int index251_26 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_26); if ( s>=0 ) return s; break; case 26 : int LA251_27 = input.LA(1); int index251_27 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_27); if ( s>=0 ) return s; break; case 27 : int LA251_28 = input.LA(1); int index251_28 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_28); if ( s>=0 ) return s; break; case 28 : int LA251_29 = input.LA(1); int index251_29 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_29); if ( s>=0 ) return s; break; case 29 : int LA251_30 = input.LA(1); int index251_30 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_30); if ( s>=0 ) return s; break; case 30 : int LA251_31 = input.LA(1); int index251_31 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_31); if ( s>=0 ) return s; break; case 31 : int LA251_32 = input.LA(1); int index251_32 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_32); if ( s>=0 ) return s; break; case 32 : int LA251_33 = input.LA(1); int index251_33 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_33); if ( s>=0 ) return s; break; case 33 : int LA251_34 = input.LA(1); int index251_34 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_34); if ( s>=0 ) return s; break; case 34 : int LA251_35 = input.LA(1); int index251_35 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_35); if ( s>=0 ) return s; break; case 35 : int LA251_36 = input.LA(1); int index251_36 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_36); if ( s>=0 ) return s; break; case 36 : int LA251_37 = input.LA(1); int index251_37 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_37); if ( s>=0 ) return s; break; case 37 : int LA251_38 = input.LA(1); int index251_38 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_38); if ( s>=0 ) return s; break; case 38 : int LA251_39 = input.LA(1); int index251_39 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_39); if ( s>=0 ) return s; break; case 39 : int LA251_40 = input.LA(1); int index251_40 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_40); if ( s>=0 ) return s; break; case 40 : int LA251_41 = input.LA(1); int index251_41 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_41); if ( s>=0 ) return s; break; case 41 : int LA251_42 = input.LA(1); int index251_42 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_42); if ( s>=0 ) return s; break; case 42 : int LA251_43 = input.LA(1); int index251_43 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_43); if ( s>=0 ) return s; break; case 43 : int LA251_44 = input.LA(1); int index251_44 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_44); if ( s>=0 ) return s; break; case 44 : int LA251_45 = input.LA(1); int index251_45 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_45); if ( s>=0 ) return s; break; case 45 : int LA251_46 = input.LA(1); int index251_46 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_46); if ( s>=0 ) return s; break; case 46 : int LA251_47 = input.LA(1); int index251_47 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_47); if ( s>=0 ) return s; break; case 47 : int LA251_48 = input.LA(1); int index251_48 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_48); if ( s>=0 ) return s; break; case 48 : int LA251_49 = input.LA(1); int index251_49 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_49); if ( s>=0 ) return s; break; case 49 : int LA251_50 = input.LA(1); int index251_50 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_50); if ( s>=0 ) return s; break; case 50 : int LA251_51 = input.LA(1); int index251_51 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_51); if ( s>=0 ) return s; break; case 51 : int LA251_52 = input.LA(1); int index251_52 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_52); if ( s>=0 ) return s; break; case 52 : int LA251_53 = input.LA(1); int index251_53 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_53); if ( s>=0 ) return s; break; case 53 : int LA251_54 = input.LA(1); int index251_54 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_54); if ( s>=0 ) return s; break; case 54 : int LA251_55 = input.LA(1); int index251_55 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_55); if ( s>=0 ) return s; break; case 55 : int LA251_56 = input.LA(1); int index251_56 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_56); if ( s>=0 ) return s; break; case 56 : int LA251_57 = input.LA(1); int index251_57 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_57); if ( s>=0 ) return s; break; case 57 : int LA251_58 = input.LA(1); int index251_58 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalFeature()) ) {s = 115;} else if ( (true) ) {s = 59;} input.seek(index251_58); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 251, _s, input); error(nvae); throw nvae; } } static final String DFA255_eotS = "\12\uffff"; static final String DFA255_eofS = "\1\1\11\uffff"; static final String DFA255_minS = "\1\4\1\uffff\1\15\6\0\1\uffff"; static final String DFA255_maxS = "\1\u0092\1\uffff\1\u0088\6\0\1\uffff"; static final String DFA255_acceptS = "\1\uffff\1\2\7\uffff\1\1"; static final String DFA255_specialS = "\3\uffff\1\1\1\2\1\5\1\4\1\0\1\3\1\uffff}>"; static final String[] DFA255_transitionS = { "\1\1\2\uffff\21\1\17\uffff\10\1\1\uffff\17\1\1\2\32\1\6\uffff\41\1\1\uffff\17\1\1\uffff\1\1", "", "\1\3\31\uffff\2\1\4\uffff\1\1\5\uffff\1\1\4\uffff\5\1\1\4\2\uffff\14\1\2\uffff\2\1\1\5\1\uffff\1\6\1\7\1\10\1\1\41\uffff\1\1\20\uffff\1\1", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "" }; static final short[] DFA255_eot = DFA.unpackEncodedString(DFA255_eotS); static final short[] DFA255_eof = DFA.unpackEncodedString(DFA255_eofS); static final char[] DFA255_min = DFA.unpackEncodedStringToUnsignedChars(DFA255_minS); static final char[] DFA255_max = DFA.unpackEncodedStringToUnsignedChars(DFA255_maxS); static final short[] DFA255_accept = DFA.unpackEncodedString(DFA255_acceptS); static final short[] DFA255_special = DFA.unpackEncodedString(DFA255_specialS); static final short[][] DFA255_transition; static { int numStates = DFA255_transitionS.length; DFA255_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA255_transition[i] = DFA.unpackEncodedString(DFA255_transitionS[i]); } } class DFA255 extends DFA { public DFA255(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 255; this.eot = DFA255_eot; this.eof = DFA255_eof; this.min = DFA255_min; this.max = DFA255_max; this.accept = DFA255_accept; this.special = DFA255_special; this.transition = DFA255_transition; } public String getDescription() { return "()* loopback of 11853:1: ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )*"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA255_7 = input.LA(1); int index255_7 = input.index(); input.rewind(); s = -1; if ( (synpred60_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 1;} input.seek(index255_7); if ( s>=0 ) return s; break; case 1 : int LA255_3 = input.LA(1); int index255_3 = input.index(); input.rewind(); s = -1; if ( (synpred60_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 1;} input.seek(index255_3); if ( s>=0 ) return s; break; case 2 : int LA255_4 = input.LA(1); int index255_4 = input.index(); input.rewind(); s = -1; if ( (synpred60_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 1;} input.seek(index255_4); if ( s>=0 ) return s; break; case 3 : int LA255_8 = input.LA(1); int index255_8 = input.index(); input.rewind(); s = -1; if ( (synpred60_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 1;} input.seek(index255_8); if ( s>=0 ) return s; break; case 4 : int LA255_6 = input.LA(1); int index255_6 = input.index(); input.rewind(); s = -1; if ( (synpred60_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 1;} input.seek(index255_6); if ( s>=0 ) return s; break; case 5 : int LA255_5 = input.LA(1); int index255_5 = input.index(); input.rewind(); s = -1; if ( (synpred60_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 1;} input.seek(index255_5); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 255, _s, input); error(nvae); throw nvae; } } static final String DFA269_eotS = "\167\uffff"; static final String DFA269_eofS = "\1\2\166\uffff"; static final String DFA269_minS = "\1\7\1\0\165\uffff"; static final String DFA269_maxS = "\1\u0092\1\0\165\uffff"; static final String DFA269_acceptS = "\2\uffff\1\2\163\uffff\1\1"; static final String DFA269_specialS = "\1\uffff\1\0\165\uffff}>"; static final String[] DFA269_transitionS = { "\21\2\17\uffff\10\2\1\uffff\3\2\1\1\46\2\6\uffff\41\2\1\uffff\17\2\1\uffff\1\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA269_eot = DFA.unpackEncodedString(DFA269_eotS); static final short[] DFA269_eof = DFA.unpackEncodedString(DFA269_eofS); static final char[] DFA269_min = DFA.unpackEncodedStringToUnsignedChars(DFA269_minS); static final char[] DFA269_max = DFA.unpackEncodedStringToUnsignedChars(DFA269_maxS); static final short[] DFA269_accept = DFA.unpackEncodedString(DFA269_acceptS); static final short[] DFA269_special = DFA.unpackEncodedString(DFA269_specialS); static final short[][] DFA269_transition; static { int numStates = DFA269_transitionS.length; DFA269_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA269_transition[i] = DFA.unpackEncodedString(DFA269_transitionS[i]); } } class DFA269 extends DFA { public DFA269(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 269; this.eot = DFA269_eot; this.eof = DFA269_eof; this.min = DFA269_min; this.max = DFA269_max; this.accept = DFA269_accept; this.special = DFA269_special; this.transition = DFA269_transition; } public String getDescription() { return "12162:2: ( ( ( '<' )=>otherlv_1= '<' ) ( (lv_arguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' ( ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? )* )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA269_1 = input.LA(1); int index269_1 = input.index(); input.rewind(); s = -1; if ( (synpred62_InternalFeature()) ) {s = 118;} else if ( (true) ) {s = 2;} input.seek(index269_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 269, _s, input); error(nvae); throw nvae; } } static final String DFA268_eotS = "\12\uffff"; static final String DFA268_eofS = "\1\1\11\uffff"; static final String DFA268_minS = "\1\7\1\uffff\1\15\6\0\1\uffff"; static final String DFA268_maxS = "\1\u0092\1\uffff\1\u0088\6\0\1\uffff"; static final String DFA268_acceptS = "\1\uffff\1\2\7\uffff\1\1"; static final String DFA268_specialS = "\3\uffff\1\3\1\5\1\2\1\4\1\1\1\0\1\uffff}>"; static final String[] DFA268_transitionS = { "\21\1\17\uffff\10\1\1\uffff\17\1\1\2\32\1\6\uffff\41\1\1\uffff\17\1\1\uffff\1\1", "", "\1\3\31\uffff\2\1\4\uffff\1\1\5\uffff\1\1\4\uffff\5\1\1\5\2\uffff\14\1\2\uffff\2\1\1\4\1\uffff\1\6\1\7\1\10\1\1\62\uffff\1\1", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "" }; static final short[] DFA268_eot = DFA.unpackEncodedString(DFA268_eotS); static final short[] DFA268_eof = DFA.unpackEncodedString(DFA268_eofS); static final char[] DFA268_min = DFA.unpackEncodedStringToUnsignedChars(DFA268_minS); static final char[] DFA268_max = DFA.unpackEncodedStringToUnsignedChars(DFA268_maxS); static final short[] DFA268_accept = DFA.unpackEncodedString(DFA268_acceptS); static final short[] DFA268_special = DFA.unpackEncodedString(DFA268_specialS); static final short[][] DFA268_transition; static { int numStates = DFA268_transitionS.length; DFA268_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA268_transition[i] = DFA.unpackEncodedString(DFA268_transitionS[i]); } } class DFA268 extends DFA { public DFA268(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 268; this.eot = DFA268_eot; this.eof = DFA268_eof; this.min = DFA268_min; this.max = DFA268_max; this.accept = DFA268_accept; this.special = DFA268_special; this.transition = DFA268_transition; } public String getDescription() { return "()* loopback of 12211:1: ( ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? )*"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA268_8 = input.LA(1); int index268_8 = input.index(); input.rewind(); s = -1; if ( (synpred63_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 1;} input.seek(index268_8); if ( s>=0 ) return s; break; case 1 : int LA268_7 = input.LA(1); int index268_7 = input.index(); input.rewind(); s = -1; if ( (synpred63_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 1;} input.seek(index268_7); if ( s>=0 ) return s; break; case 2 : int LA268_5 = input.LA(1); int index268_5 = input.index(); input.rewind(); s = -1; if ( (synpred63_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 1;} input.seek(index268_5); if ( s>=0 ) return s; break; case 3 : int LA268_3 = input.LA(1); int index268_3 = input.index(); input.rewind(); s = -1; if ( (synpred63_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 1;} input.seek(index268_3); if ( s>=0 ) return s; break; case 4 : int LA268_6 = input.LA(1); int index268_6 = input.index(); input.rewind(); s = -1; if ( (synpred63_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 1;} input.seek(index268_6); if ( s>=0 ) return s; break; case 5 : int LA268_4 = input.LA(1); int index268_4 = input.index(); input.rewind(); s = -1; if ( (synpred63_InternalFeature()) ) {s = 9;} else if ( (true) ) {s = 1;} input.seek(index268_4); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 268, _s, input); error(nvae); throw nvae; } } static final String DFA267_eotS = "\167\uffff"; static final String DFA267_eofS = "\1\2\166\uffff"; static final String DFA267_minS = "\1\7\1\0\165\uffff"; static final String DFA267_maxS = "\1\u0092\1\0\165\uffff"; static final String DFA267_acceptS = "\2\uffff\1\2\163\uffff\1\1"; static final String DFA267_specialS = "\1\uffff\1\0\165\uffff}>"; static final String[] DFA267_transitionS = { "\21\2\17\uffff\10\2\1\uffff\3\2\1\1\46\2\6\uffff\41\2\1\uffff\17\2\1\uffff\1\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA267_eot = DFA.unpackEncodedString(DFA267_eotS); static final short[] DFA267_eof = DFA.unpackEncodedString(DFA267_eofS); static final char[] DFA267_min = DFA.unpackEncodedStringToUnsignedChars(DFA267_minS); static final char[] DFA267_max = DFA.unpackEncodedStringToUnsignedChars(DFA267_maxS); static final short[] DFA267_accept = DFA.unpackEncodedString(DFA267_acceptS); static final short[] DFA267_special = DFA.unpackEncodedString(DFA267_specialS); static final short[][] DFA267_transition; static { int numStates = DFA267_transitionS.length; DFA267_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA267_transition[i] = DFA.unpackEncodedString(DFA267_transitionS[i]); } } class DFA267 extends DFA { public DFA267(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 267; this.eot = DFA267_eot; this.eof = DFA267_eof; this.min = DFA267_min; this.max = DFA267_max; this.accept = DFA267_accept; this.special = DFA267_special; this.transition = DFA267_transition; } public String getDescription() { return "12238:2: ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA267_1 = input.LA(1); int index267_1 = input.index(); input.rewind(); s = -1; if ( (synpred64_InternalFeature()) ) {s = 118;} else if ( (true) ) {s = 2;} input.seek(index267_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 267, _s, input); error(nvae); throw nvae; } } static final String DFA279_eotS = "\21\uffff"; static final String DFA279_eofS = "\2\uffff\6\11\3\uffff\6\11"; static final String DFA279_minS = "\1\15\1\uffff\6\4\1\15\2\uffff\6\4"; static final String DFA279_maxS = "\1\124\1\uffff\6\140\1\167\2\uffff\6\140"; static final String DFA279_acceptS = "\1\uffff\1\1\7\uffff\1\2\1\3\6\uffff"; static final String DFA279_specialS = "\21\uffff}>"; static final String[] DFA279_transitionS = { "\1\2\57\uffff\1\4\6\uffff\1\1\13\uffff\1\3\1\uffff\1\5\1\6\1\7", "", "\1\11\45\uffff\1\11\24\uffff\1\10\25\uffff\1\11\12\uffff\1\11", "\1\11\45\uffff\1\11\24\uffff\1\10\25\uffff\1\11\12\uffff\1\11", "\1\11\45\uffff\1\11\24\uffff\1\10\25\uffff\1\11\12\uffff\1\11", "\1\11\45\uffff\1\11\24\uffff\1\10\25\uffff\1\11\12\uffff\1\11", "\1\11\45\uffff\1\11\24\uffff\1\10\25\uffff\1\11\12\uffff\1\11", "\1\11\45\uffff\1\11\24\uffff\1\10\25\uffff\1\11\12\uffff\1\11", "\1\13\57\uffff\1\15\22\uffff\1\14\1\uffff\1\16\1\17\1\20\42\uffff\1\12", "", "", "\1\11\45\uffff\1\11\24\uffff\1\10\25\uffff\1\11\12\uffff\1\11", "\1\11\45\uffff\1\11\24\uffff\1\10\25\uffff\1\11\12\uffff\1\11", "\1\11\45\uffff\1\11\24\uffff\1\10\25\uffff\1\11\12\uffff\1\11", "\1\11\45\uffff\1\11\24\uffff\1\10\25\uffff\1\11\12\uffff\1\11", "\1\11\45\uffff\1\11\24\uffff\1\10\25\uffff\1\11\12\uffff\1\11", "\1\11\45\uffff\1\11\24\uffff\1\10\25\uffff\1\11\12\uffff\1\11" }; static final short[] DFA279_eot = DFA.unpackEncodedString(DFA279_eotS); static final short[] DFA279_eof = DFA.unpackEncodedString(DFA279_eofS); static final char[] DFA279_min = DFA.unpackEncodedStringToUnsignedChars(DFA279_minS); static final char[] DFA279_max = DFA.unpackEncodedStringToUnsignedChars(DFA279_maxS); static final short[] DFA279_accept = DFA.unpackEncodedString(DFA279_acceptS); static final short[] DFA279_special = DFA.unpackEncodedString(DFA279_specialS); static final short[][] DFA279_transition; static { int numStates = DFA279_transitionS.length; DFA279_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA279_transition[i] = DFA.unpackEncodedString(DFA279_transitionS[i]); } } class DFA279 extends DFA { public DFA279(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 279; this.eot = DFA279_eot; this.eof = DFA279_eof; this.min = DFA279_min; this.max = DFA279_max; this.accept = DFA279_accept; this.special = DFA279_special; this.transition = DFA279_transition; } public String getDescription() { return "12786:1: ( ( ( (lv_static_1_0= 'static' ) ) ( (lv_extension_2_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_4_0= '*' ) ) | ( (lv_memberName_5_0= ruleValidID ) ) ) ) | ( ( ruleQualifiedName ) ) | ( (lv_importedNamespace_7_0= ruleQualifiedNameWithWildcard ) ) )"; } } private static class FollowSets000 { public static final BitSet FOLLOW_ruleFeatureFile_in_entryRuleFeatureFile75 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleFeatureFile85 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_39_in_ruleFeatureFile132 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleQualifiedName_in_ruleFeatureFile153 = new BitSet(new long[]{0x0000000000000012L,0x0000000100200000L}); public static final BitSet FOLLOW_ruleXImportSection_in_ruleFeatureFile176 = new BitSet(new long[]{0x0000000000000012L,0x0000000100000000L}); public static final BitSet FOLLOW_ruleFeature_in_ruleFeatureFile198 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleFeature_in_entryRuleFeature235 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleFeature245 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAnnotation_in_ruleFeature300 = new BitSet(new long[]{0x0000000000000010L,0x0000000100000000L}); public static final BitSet FOLLOW_RULE_FEATURE_TEXT_in_ruleFeature318 = new BitSet(new long[]{0x00000000000000E2L}); public static final BitSet FOLLOW_RULE_TEXT_in_ruleFeature340 = new BitSet(new long[]{0x00000000000000C2L}); public static final BitSet FOLLOW_ruleBackground_in_ruleFeature367 = new BitSet(new long[]{0x0000000000000082L}); public static final BitSet FOLLOW_ruleScenario_in_ruleFeature389 = new BitSet(new long[]{0x0000000000000082L}); public static final BitSet FOLLOW_ruleBackground_in_entryRuleBackground426 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleBackground436 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_BACKGROUND_TEXT_in_ruleBackground487 = new BitSet(new long[]{0x6040018000002102L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleMember_in_ruleBackground513 = new BitSet(new long[]{0x6040018000002102L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleGiven_in_ruleBackground538 = new BitSet(new long[]{0x0000000000001802L}); public static final BitSet FOLLOW_ruleGivenReference_in_ruleBackground557 = new BitSet(new long[]{0x0000000000001802L}); public static final BitSet FOLLOW_ruleAnd_in_ruleBackground583 = new BitSet(new long[]{0x0000000000001802L}); public static final BitSet FOLLOW_ruleAndReference_in_ruleBackground602 = new BitSet(new long[]{0x0000000000001802L}); public static final BitSet FOLLOW_ruleBut_in_ruleBackground621 = new BitSet(new long[]{0x0000000000001802L}); public static final BitSet FOLLOW_ruleButReference_in_ruleBackground640 = new BitSet(new long[]{0x0000000000001802L}); public static final BitSet FOLLOW_ruleScenario_in_entryRuleScenario682 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleScenario692 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_SCENARIO_TEXT_in_ruleScenario743 = new BitSet(new long[]{0x6040018000002702L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleMember_in_ruleScenario769 = new BitSet(new long[]{0x6040018000002702L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleGiven_in_ruleScenario794 = new BitSet(new long[]{0x0000000000001E02L}); public static final BitSet FOLLOW_ruleGivenReference_in_ruleScenario813 = new BitSet(new long[]{0x0000000000001E02L}); public static final BitSet FOLLOW_ruleAnd_in_ruleScenario839 = new BitSet(new long[]{0x0000000000001E02L}); public static final BitSet FOLLOW_ruleAndReference_in_ruleScenario858 = new BitSet(new long[]{0x0000000000001E02L}); public static final BitSet FOLLOW_ruleBut_in_ruleScenario877 = new BitSet(new long[]{0x0000000000001E02L}); public static final BitSet FOLLOW_ruleButReference_in_ruleScenario896 = new BitSet(new long[]{0x0000000000001E02L}); public static final BitSet FOLLOW_ruleWhen_in_ruleScenario926 = new BitSet(new long[]{0x0000000000001C02L}); public static final BitSet FOLLOW_ruleWhenReference_in_ruleScenario945 = new BitSet(new long[]{0x0000000000001C02L}); public static final BitSet FOLLOW_ruleAnd_in_ruleScenario971 = new BitSet(new long[]{0x0000000000001C02L}); public static final BitSet FOLLOW_ruleAndReference_in_ruleScenario990 = new BitSet(new long[]{0x0000000000001C02L}); public static final BitSet FOLLOW_ruleBut_in_ruleScenario1009 = new BitSet(new long[]{0x0000000000001C02L}); public static final BitSet FOLLOW_ruleButReference_in_ruleScenario1028 = new BitSet(new long[]{0x0000000000001C02L}); public static final BitSet FOLLOW_ruleThen_in_ruleScenario1058 = new BitSet(new long[]{0x0000000000001802L}); public static final BitSet FOLLOW_ruleThenReference_in_ruleScenario1077 = new BitSet(new long[]{0x0000000000001802L}); public static final BitSet FOLLOW_ruleAnd_in_ruleScenario1103 = new BitSet(new long[]{0x0000000000001802L}); public static final BitSet FOLLOW_ruleAndReference_in_ruleScenario1122 = new BitSet(new long[]{0x0000000000001802L}); public static final BitSet FOLLOW_ruleBut_in_ruleScenario1141 = new BitSet(new long[]{0x0000000000001802L}); public static final BitSet FOLLOW_ruleButReference_in_ruleScenario1160 = new BitSet(new long[]{0x0000000000001802L}); public static final BitSet FOLLOW_ruleMember_in_entryRuleMember1202 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleMember1212 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAnnotation_in_ruleMember1267 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleMember1299 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleFieldModifier_in_ruleMember1323 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleMember1344 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleMember1366 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleValidID_in_ruleMember1388 = new BitSet(new long[]{0x0000060000000002L}); public static final BitSet FOLLOW_40_in_ruleMember1414 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleFieldModifier_in_ruleMember1449 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleMember1476 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleMember1499 = new BitSet(new long[]{0x2000060000002002L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleValidID_in_ruleMember1520 = new BitSet(new long[]{0x0000060000000002L}); public static final BitSet FOLLOW_ruleFieldModifier_in_ruleMember1550 = new BitSet(new long[]{0x0000018000000000L,0x0000000000000FFFL}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleMember1571 = new BitSet(new long[]{0x0000018000000000L,0x0000000000000FFFL}); public static final BitSet FOLLOW_40_in_ruleMember1590 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleMember1624 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleMember1646 = new BitSet(new long[]{0x2000060000002002L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleValidID_in_ruleMember1667 = new BitSet(new long[]{0x0000060000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleMember1697 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleValidID_in_ruleMember1718 = new BitSet(new long[]{0x0000060000000002L}); public static final BitSet FOLLOW_41_in_ruleMember1733 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleMember1754 = new BitSet(new long[]{0x0000040000000002L}); public static final BitSet FOLLOW_42_in_ruleMember1769 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleGivenReference_in_entryRuleGivenReference1808 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleGivenReference1818 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_GIVEN_TEXT_in_ruleGivenReference1872 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleGiven_in_entryRuleGiven1908 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleGiven1918 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_GIVEN_TEXT_in_ruleGiven1969 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDFFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleBlockExpression_in_ruleGiven1995 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleWhenReference_in_entryRuleWhenReference2031 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleWhenReference2041 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_WHEN_TEXT_in_ruleWhenReference2095 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleWhen_in_entryRuleWhen2131 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleWhen2141 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_WHEN_TEXT_in_ruleWhen2192 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDFFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleBlockExpression_in_ruleWhen2218 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleThenReference_in_entryRuleThenReference2254 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleThenReference2264 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_THEN_TEXT_in_ruleThenReference2318 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleThen_in_entryRuleThen2354 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleThen2364 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_THEN_TEXT_in_ruleThen2415 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDFFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleBlockExpression_in_ruleThen2441 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleAndReference_in_entryRuleAndReference2477 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleAndReference2487 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_AND_TEXT_in_ruleAndReference2541 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleAnd_in_entryRuleAnd2577 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleAnd2587 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_AND_TEXT_in_ruleAnd2638 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDFFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleBlockExpression_in_ruleAnd2664 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleButReference_in_entryRuleButReference2700 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleButReference2710 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_BUT_TEXT_in_ruleButReference2764 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleBut_in_entryRuleBut2800 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleBut2810 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_BUT_TEXT_in_ruleBut2861 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDFFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleBlockExpression_in_ruleBut2887 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleBlockExpression_in_entryRuleBlockExpression2923 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleBlockExpression2933 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpressionOrVarDeclaration_in_ruleBlockExpression2979 = new BitSet(new long[]{0x3F4B358000E1E002L,0x0860000601BDFFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_42_in_ruleBlockExpression2992 = new BitSet(new long[]{0x3F4B318000E1E002L,0x0860000601BDFFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXPrimaryExpression_in_entryRuleXPrimaryExpression3031 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXPrimaryExpression3041 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXConstructorCall_in_ruleXPrimaryExpression3088 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXBlockExpression_in_ruleXPrimaryExpression3115 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXSwitchExpression_in_ruleXPrimaryExpression3142 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXSynchronizedExpression_in_ruleXPrimaryExpression3186 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXFeatureCall_in_ruleXPrimaryExpression3214 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXLiteral_in_ruleXPrimaryExpression3241 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXIfExpression_in_ruleXPrimaryExpression3268 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXForLoopExpression_in_ruleXPrimaryExpression3325 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXBasicForLoopExpression_in_ruleXPrimaryExpression3353 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXWhileExpression_in_ruleXPrimaryExpression3380 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXDoWhileExpression_in_ruleXPrimaryExpression3407 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXThrowExpression_in_ruleXPrimaryExpression3434 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXReturnExpression_in_ruleXPrimaryExpression3461 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXTryCatchFinallyExpression_in_ruleXPrimaryExpression3488 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXParenthesizedExpression_in_ruleXPrimaryExpression3515 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleAssertion_in_ruleXPrimaryExpression3542 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXRelationalExpression_in_entryRuleXRelationalExpression3577 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXRelationalExpression3587 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXOtherOperatorExpression_in_ruleXRelationalExpression3634 = new BitSet(new long[]{0x0028680000000002L,0x0000020000000000L}); public static final BitSet FOLLOW_ruleShould_in_ruleXRelationalExpression3688 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXOtherOperatorExpression_in_ruleXRelationalExpression3711 = new BitSet(new long[]{0x0028680000000002L,0x0000020000000000L}); public static final BitSet FOLLOW_43_in_ruleXRelationalExpression3774 = new BitSet(new long[]{0x0000100000000000L}); public static final BitSet FOLLOW_44_in_ruleXRelationalExpression3786 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_45_in_ruleXRelationalExpression3805 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleXRelationalExpression3829 = new BitSet(new long[]{0x0028680000000002L,0x0000020000000000L}); public static final BitSet FOLLOW_46_in_ruleXRelationalExpression3872 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleXRelationalExpression3895 = new BitSet(new long[]{0x0028680000000002L,0x0000020000000000L}); public static final BitSet FOLLOW_ruleOpCompare_in_ruleXRelationalExpression3956 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXOtherOperatorExpression_in_ruleXRelationalExpression3979 = new BitSet(new long[]{0x0028680000000002L,0x0000020000000000L}); public static final BitSet FOLLOW_ruleShould_in_entryRuleShould4019 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleShould4030 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_43_in_ruleShould4068 = new BitSet(new long[]{0x0000800000002000L}); public static final BitSet FOLLOW_47_in_ruleShould4082 = new BitSet(new long[]{0x0000000000002000L}); public static final BitSet FOLLOW_RULE_ID_in_ruleShould4099 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleAssertion_in_entryRuleAssertion4144 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleAssertion4154 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_48_in_ruleAssertion4200 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleAssertion4221 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXConstructorCall_in_entryRuleXConstructorCall4257 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXConstructorCall4267 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXbaseConstructorCall_in_ruleXConstructorCall4314 = new BitSet(new long[]{0x0002000000000002L}); public static final BitSet FOLLOW_49_in_ruleXConstructorCall4349 = new BitSet(new long[]{0x6044018000002000L,0x00000001001DFFFFL}); public static final BitSet FOLLOW_ruleAnonymousMember_in_ruleXConstructorCall4372 = new BitSet(new long[]{0x6044018000002000L,0x00000001001DFFFFL}); public static final BitSet FOLLOW_50_in_ruleXConstructorCall4385 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleAnonymousMember_in_entryRuleAnonymousMember4423 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleAnonymousMember4433 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAnnotation_in_ruleAnonymousMember4488 = new BitSet(new long[]{0x6040018000002000L,0x00000001001DFFFFL}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleAnonymousMember4521 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleFieldModifier_in_ruleAnonymousMember4545 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleAnonymousMember4566 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleAnonymousMember4588 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleValidID_in_ruleAnonymousMember4610 = new BitSet(new long[]{0x0000060000000002L}); public static final BitSet FOLLOW_40_in_ruleAnonymousMember4636 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleFieldModifier_in_ruleAnonymousMember4671 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleAnonymousMember4698 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleAnonymousMember4721 = new BitSet(new long[]{0x2000060000002002L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleValidID_in_ruleAnonymousMember4742 = new BitSet(new long[]{0x0000060000000002L}); public static final BitSet FOLLOW_ruleFieldModifier_in_ruleAnonymousMember4772 = new BitSet(new long[]{0x0000018000000000L,0x0000000000000FFFL}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleAnonymousMember4793 = new BitSet(new long[]{0x0000018000000000L,0x0000000000000FFFL}); public static final BitSet FOLLOW_40_in_ruleAnonymousMember4812 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleAnonymousMember4846 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleAnonymousMember4868 = new BitSet(new long[]{0x2000060000002002L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleValidID_in_ruleAnonymousMember4889 = new BitSet(new long[]{0x0000060000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleAnonymousMember4919 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleValidID_in_ruleAnonymousMember4940 = new BitSet(new long[]{0x0000060000000002L}); public static final BitSet FOLLOW_41_in_ruleAnonymousMember4955 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleAnonymousMember4976 = new BitSet(new long[]{0x0000040000000002L}); public static final BitSet FOLLOW_42_in_ruleAnonymousMember4991 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleAnonymousMember5031 = new BitSet(new long[]{0x6040018000002000L,0x00000001001DFFFFL}); public static final BitSet FOLLOW_ruleMethodModifier_in_ruleAnonymousMember5053 = new BitSet(new long[]{0x6068698000002000L,0x6FFFFFF1001DFFFFL}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleAnonymousMember5075 = new BitSet(new long[]{0x6068698000002000L,0x6FFFFFF1001DFFFFL}); public static final BitSet FOLLOW_ruleMethodModifier_in_ruleAnonymousMember5102 = new BitSet(new long[]{0x6068698000002000L,0x6FFFFFF1001DFFFFL}); public static final BitSet FOLLOW_51_in_ruleAnonymousMember5117 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_ruleAnonymousMember5138 = new BitSet(new long[]{0x0030000000000000L}); public static final BitSet FOLLOW_52_in_ruleAnonymousMember5151 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_ruleAnonymousMember5172 = new BitSet(new long[]{0x0030000000000000L}); public static final BitSet FOLLOW_53_in_ruleAnonymousMember5186 = new BitSet(new long[]{0x6068698000002000L,0x6FFFFFF1001DFFFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleAnonymousMember5248 = new BitSet(new long[]{0x0000000000000000L,0x0000000000010000L}); public static final BitSet FOLLOW_ruleCreateExtensionInfo_in_ruleAnonymousMember5269 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleValidID_in_ruleAnonymousMember5290 = new BitSet(new long[]{0x0040000000000000L}); public static final BitSet FOLLOW_54_in_ruleAnonymousMember5302 = new BitSet(new long[]{0x60C0018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleAnonymousMember5360 = new BitSet(new long[]{0x6068698000002000L,0x6FFFFFF1001DFFFFL}); public static final BitSet FOLLOW_ruleFunctionID_in_ruleAnonymousMember5381 = new BitSet(new long[]{0x0040000000000000L}); public static final BitSet FOLLOW_54_in_ruleAnonymousMember5393 = new BitSet(new long[]{0x60C0018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleTypeReferenceNoTypeArgs_in_ruleAnonymousMember5451 = new BitSet(new long[]{0x6068698000002000L,0x6FFFFFF1001DFFFFL}); public static final BitSet FOLLOW_ruleFunctionID_in_ruleAnonymousMember5472 = new BitSet(new long[]{0x0040000000000000L}); public static final BitSet FOLLOW_54_in_ruleAnonymousMember5484 = new BitSet(new long[]{0x60C0018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleCreateExtensionInfo_in_ruleAnonymousMember5542 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleValidID_in_ruleAnonymousMember5563 = new BitSet(new long[]{0x0040000000000000L}); public static final BitSet FOLLOW_54_in_ruleAnonymousMember5575 = new BitSet(new long[]{0x60C0018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleFunctionID_in_ruleAnonymousMember5605 = new BitSet(new long[]{0x0040000000000000L}); public static final BitSet FOLLOW_54_in_ruleAnonymousMember5617 = new BitSet(new long[]{0x60C0018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleParameter_in_ruleAnonymousMember5641 = new BitSet(new long[]{0x0090000000000000L}); public static final BitSet FOLLOW_52_in_ruleAnonymousMember5654 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleParameter_in_ruleAnonymousMember5675 = new BitSet(new long[]{0x0090000000000000L}); public static final BitSet FOLLOW_55_in_ruleAnonymousMember5691 = new BitSet(new long[]{0x000224000001C002L}); public static final BitSet FOLLOW_45_in_ruleAnonymousMember5704 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleAnonymousMember5725 = new BitSet(new long[]{0x001204000001C002L}); public static final BitSet FOLLOW_52_in_ruleAnonymousMember5738 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleAnonymousMember5759 = new BitSet(new long[]{0x001204000001C002L}); public static final BitSet FOLLOW_ruleXBlockExpression_in_ruleAnonymousMember5785 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichString_in_ruleAnonymousMember5812 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_42_in_ruleAnonymousMember5830 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleType_in_entryRuleType5874 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleType5884 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAnnotation_in_ruleType5939 = new BitSet(new long[]{0x3900008000000000L,0x0000000100000FFFL}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleType5972 = new BitSet(new long[]{0x0100008000000000L,0x0000000000000FFFL}); public static final BitSet FOLLOW_56_in_ruleType5985 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleValidID_in_ruleType6006 = new BitSet(new long[]{0x060A000000000000L}); public static final BitSet FOLLOW_51_in_ruleType6019 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_ruleType6040 = new BitSet(new long[]{0x0030000000000000L}); public static final BitSet FOLLOW_52_in_ruleType6053 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_ruleType6074 = new BitSet(new long[]{0x0030000000000000L}); public static final BitSet FOLLOW_53_in_ruleType6088 = new BitSet(new long[]{0x0602000000000000L}); public static final BitSet FOLLOW_57_in_ruleType6103 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleJvmParameterizedTypeReference_in_ruleType6124 = new BitSet(new long[]{0x0402000000000000L}); public static final BitSet FOLLOW_58_in_ruleType6139 = new BitSet(new long[]{0x6040000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleJvmSuperTypeReference_in_ruleType6160 = new BitSet(new long[]{0x0012000000000000L}); public static final BitSet FOLLOW_52_in_ruleType6173 = new BitSet(new long[]{0x6040000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleJvmSuperTypeReference_in_ruleType6194 = new BitSet(new long[]{0x0012000000000000L}); public static final BitSet FOLLOW_49_in_ruleType6210 = new BitSet(new long[]{0x6044018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleMember_in_ruleType6231 = new BitSet(new long[]{0x6044018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_50_in_ruleType6244 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleType6282 = new BitSet(new long[]{0x0800008000000000L,0x0000000000000FFFL}); public static final BitSet FOLLOW_59_in_ruleType6295 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleValidID_in_ruleType6316 = new BitSet(new long[]{0x020A000000000000L}); public static final BitSet FOLLOW_51_in_ruleType6329 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_ruleType6350 = new BitSet(new long[]{0x0030000000000000L}); public static final BitSet FOLLOW_52_in_ruleType6363 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_ruleType6384 = new BitSet(new long[]{0x0030000000000000L}); public static final BitSet FOLLOW_53_in_ruleType6398 = new BitSet(new long[]{0x0202000000000000L}); public static final BitSet FOLLOW_57_in_ruleType6413 = new BitSet(new long[]{0x6040000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleJvmSuperTypeReference_in_ruleType6434 = new BitSet(new long[]{0x0012000000000000L}); public static final BitSet FOLLOW_52_in_ruleType6447 = new BitSet(new long[]{0x6040000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleJvmSuperTypeReference_in_ruleType6468 = new BitSet(new long[]{0x0012000000000000L}); public static final BitSet FOLLOW_49_in_ruleType6484 = new BitSet(new long[]{0x6044018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleMember_in_ruleType6505 = new BitSet(new long[]{0x6044018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_50_in_ruleType6518 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleType6556 = new BitSet(new long[]{0x1000008000000000L,0x0000000000000FFFL}); public static final BitSet FOLLOW_60_in_ruleType6569 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleValidID_in_ruleType6590 = new BitSet(new long[]{0x0002000000000000L}); public static final BitSet FOLLOW_49_in_ruleType6602 = new BitSet(new long[]{0x2004040000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleXtendEnumLiteral_in_ruleType6624 = new BitSet(new long[]{0x0014040000000000L}); public static final BitSet FOLLOW_52_in_ruleType6637 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleXtendEnumLiteral_in_ruleType6658 = new BitSet(new long[]{0x0014040000000000L}); public static final BitSet FOLLOW_42_in_ruleType6675 = new BitSet(new long[]{0x0004000000000000L}); public static final BitSet FOLLOW_50_in_ruleType6689 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleType6727 = new BitSet(new long[]{0x2000008000000000L,0x0000000000000FFFL}); public static final BitSet FOLLOW_61_in_ruleType6740 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleValidID_in_ruleType6761 = new BitSet(new long[]{0x0002000000000000L}); public static final BitSet FOLLOW_49_in_ruleType6773 = new BitSet(new long[]{0x7944018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleAnnotationField_in_ruleType6794 = new BitSet(new long[]{0x7944018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_50_in_ruleType6807 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmSuperTypeReference_in_entryRuleJvmSuperTypeReference6845 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmSuperTypeReference6855 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmParameterizedTypeReference_in_ruleJvmSuperTypeReference6902 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXFunctionSuperTypeRef_in_ruleJvmSuperTypeReference6929 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXFunctionSuperTypeRef_in_entryRuleXFunctionSuperTypeRef6964 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXFunctionSuperTypeRef6974 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_54_in_ruleXFunctionSuperTypeRef7018 = new BitSet(new long[]{0x60C0018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleXFunctionSuperTypeRef7053 = new BitSet(new long[]{0x0090000000000000L}); public static final BitSet FOLLOW_52_in_ruleXFunctionSuperTypeRef7066 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleXFunctionSuperTypeRef7087 = new BitSet(new long[]{0x0090000000000000L}); public static final BitSet FOLLOW_55_in_ruleXFunctionSuperTypeRef7103 = new BitSet(new long[]{0x4000000000000000L}); public static final BitSet FOLLOW_62_in_ruleXFunctionSuperTypeRef7117 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleXFunctionSuperTypeRef7138 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleAnnotationField_in_entryRuleAnnotationField7174 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleAnnotationField7184 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAnnotation_in_ruleAnnotationField7239 = new BitSet(new long[]{0x7940018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleAnnotationField7274 = new BitSet(new long[]{0x0000008000000000L,0x0000000000003FFFL}); public static final BitSet FOLLOW_ruleFieldModifier_in_ruleAnnotationField7296 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleAnnotationField7317 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleAnnotationField7339 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleValidID_in_ruleAnnotationField7361 = new BitSet(new long[]{0x0000060000000002L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleAnnotationField7399 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleAnnotationField7421 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleValidID_in_ruleAnnotationField7442 = new BitSet(new long[]{0x0000060000000002L}); public static final BitSet FOLLOW_41_in_ruleAnnotationField7457 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000701BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXAnnotationElementValue_in_ruleAnnotationField7478 = new BitSet(new long[]{0x0000040000000002L}); public static final BitSet FOLLOW_42_in_ruleAnnotationField7493 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleAnnotationField7533 = new BitSet(new long[]{0x0100008000000000L,0x0000000000000FFFL}); public static final BitSet FOLLOW_56_in_ruleAnnotationField7546 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleValidID_in_ruleAnnotationField7567 = new BitSet(new long[]{0x060A000000000000L}); public static final BitSet FOLLOW_51_in_ruleAnnotationField7580 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_ruleAnnotationField7601 = new BitSet(new long[]{0x0030000000000000L}); public static final BitSet FOLLOW_52_in_ruleAnnotationField7614 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_ruleAnnotationField7635 = new BitSet(new long[]{0x0030000000000000L}); public static final BitSet FOLLOW_53_in_ruleAnnotationField7649 = new BitSet(new long[]{0x0602000000000000L}); public static final BitSet FOLLOW_57_in_ruleAnnotationField7664 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleJvmParameterizedTypeReference_in_ruleAnnotationField7685 = new BitSet(new long[]{0x0402000000000000L}); public static final BitSet FOLLOW_58_in_ruleAnnotationField7700 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleJvmParameterizedTypeReference_in_ruleAnnotationField7721 = new BitSet(new long[]{0x0012000000000000L}); public static final BitSet FOLLOW_52_in_ruleAnnotationField7734 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleJvmParameterizedTypeReference_in_ruleAnnotationField7755 = new BitSet(new long[]{0x0012000000000000L}); public static final BitSet FOLLOW_49_in_ruleAnnotationField7771 = new BitSet(new long[]{0x6044018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleMember_in_ruleAnnotationField7792 = new BitSet(new long[]{0x6044018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_50_in_ruleAnnotationField7805 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleAnnotationField7843 = new BitSet(new long[]{0x0800008000000000L,0x0000000000000FFFL}); public static final BitSet FOLLOW_59_in_ruleAnnotationField7856 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleValidID_in_ruleAnnotationField7877 = new BitSet(new long[]{0x020A000000000000L}); public static final BitSet FOLLOW_51_in_ruleAnnotationField7890 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_ruleAnnotationField7911 = new BitSet(new long[]{0x0030000000000000L}); public static final BitSet FOLLOW_52_in_ruleAnnotationField7924 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_ruleAnnotationField7945 = new BitSet(new long[]{0x0030000000000000L}); public static final BitSet FOLLOW_53_in_ruleAnnotationField7959 = new BitSet(new long[]{0x0202000000000000L}); public static final BitSet FOLLOW_57_in_ruleAnnotationField7974 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleJvmParameterizedTypeReference_in_ruleAnnotationField7995 = new BitSet(new long[]{0x0012000000000000L}); public static final BitSet FOLLOW_52_in_ruleAnnotationField8008 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleJvmParameterizedTypeReference_in_ruleAnnotationField8029 = new BitSet(new long[]{0x0012000000000000L}); public static final BitSet FOLLOW_49_in_ruleAnnotationField8045 = new BitSet(new long[]{0x6044018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleMember_in_ruleAnnotationField8066 = new BitSet(new long[]{0x6044018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_50_in_ruleAnnotationField8079 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleAnnotationField8117 = new BitSet(new long[]{0x1000008000000000L,0x0000000000000FFFL}); public static final BitSet FOLLOW_60_in_ruleAnnotationField8130 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleValidID_in_ruleAnnotationField8151 = new BitSet(new long[]{0x0002000000000000L}); public static final BitSet FOLLOW_49_in_ruleAnnotationField8163 = new BitSet(new long[]{0x2004040000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleXtendEnumLiteral_in_ruleAnnotationField8185 = new BitSet(new long[]{0x0014040000000000L}); public static final BitSet FOLLOW_52_in_ruleAnnotationField8198 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleXtendEnumLiteral_in_ruleAnnotationField8219 = new BitSet(new long[]{0x0014040000000000L}); public static final BitSet FOLLOW_42_in_ruleAnnotationField8236 = new BitSet(new long[]{0x0004000000000000L}); public static final BitSet FOLLOW_50_in_ruleAnnotationField8250 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleAnnotationField8288 = new BitSet(new long[]{0x2000008000000000L,0x0000000000000FFFL}); public static final BitSet FOLLOW_61_in_ruleAnnotationField8301 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleValidID_in_ruleAnnotationField8322 = new BitSet(new long[]{0x0002000000000000L}); public static final BitSet FOLLOW_49_in_ruleAnnotationField8334 = new BitSet(new long[]{0x7944018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleAnnotationField_in_ruleAnnotationField8355 = new BitSet(new long[]{0x7944018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_50_in_ruleAnnotationField8368 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleTypeReferenceNoTypeArgs_in_entryRuleTypeReferenceNoTypeArgs8406 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleTypeReferenceNoTypeArgs8416 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleQualifiedName_in_ruleTypeReferenceNoTypeArgs8463 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleParameterizedTypeReferenceWithTypeArgs_in_entryRuleParameterizedTypeReferenceWithTypeArgs8500 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleParameterizedTypeReferenceWithTypeArgs8510 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleQualifiedName_in_ruleParameterizedTypeReferenceWithTypeArgs8558 = new BitSet(new long[]{0x0008000000000000L}); public static final BitSet FOLLOW_51_in_ruleParameterizedTypeReferenceWithTypeArgs8571 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL,0x0000000000020000L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleParameterizedTypeReferenceWithTypeArgs8592 = new BitSet(new long[]{0x0030000000000000L}); public static final BitSet FOLLOW_52_in_ruleParameterizedTypeReferenceWithTypeArgs8605 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL,0x0000000000020000L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleParameterizedTypeReferenceWithTypeArgs8626 = new BitSet(new long[]{0x0030000000000000L}); public static final BitSet FOLLOW_53_in_ruleParameterizedTypeReferenceWithTypeArgs8640 = new BitSet(new long[]{0x8000000000000002L}); public static final BitSet FOLLOW_63_in_ruleParameterizedTypeReferenceWithTypeArgs8676 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleValidID_in_ruleParameterizedTypeReferenceWithTypeArgs8701 = new BitSet(new long[]{0x8008000000000002L}); public static final BitSet FOLLOW_51_in_ruleParameterizedTypeReferenceWithTypeArgs8722 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL,0x0000000000020000L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleParameterizedTypeReferenceWithTypeArgs8744 = new BitSet(new long[]{0x0030000000000000L}); public static final BitSet FOLLOW_52_in_ruleParameterizedTypeReferenceWithTypeArgs8757 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL,0x0000000000020000L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleParameterizedTypeReferenceWithTypeArgs8778 = new BitSet(new long[]{0x0030000000000000L}); public static final BitSet FOLLOW_53_in_ruleParameterizedTypeReferenceWithTypeArgs8792 = new BitSet(new long[]{0x8000000000000002L}); public static final BitSet FOLLOW_ruleFunctionID_in_entryRuleFunctionID8834 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleFunctionID8845 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleValidID_in_ruleFunctionID8892 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOperators_in_ruleFunctionID8925 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOperators_in_entryRuleOperators8971 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOperators8982 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpMultiAssign_in_ruleOperators9029 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpOr_in_ruleOperators9062 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpAnd_in_ruleOperators9095 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpEquality_in_ruleOperators9128 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpCompare_in_ruleOperators9161 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpOther_in_ruleOperators9194 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpMulti_in_ruleOperators9227 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpUnary_in_ruleOperators9260 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpPostfix_in_ruleOperators9293 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXtendEnumLiteral_in_entryRuleXtendEnumLiteral9338 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXtendEnumLiteral9348 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleValidID_in_ruleXtendEnumLiteral9393 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleCommonModifier_in_entryRuleCommonModifier9429 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleCommonModifier9440 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_64_in_ruleCommonModifier9478 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_65_in_ruleCommonModifier9497 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_66_in_ruleCommonModifier9516 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_39_in_ruleCommonModifier9535 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_67_in_ruleCommonModifier9554 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_68_in_ruleCommonModifier9573 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_69_in_ruleCommonModifier9592 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_70_in_ruleCommonModifier9611 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_71_in_ruleCommonModifier9630 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_72_in_ruleCommonModifier9649 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_73_in_ruleCommonModifier9668 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_74_in_ruleCommonModifier9687 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_75_in_ruleCommonModifier9706 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleFieldModifier_in_entryRuleFieldModifier9747 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleFieldModifier9758 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_76_in_ruleFieldModifier9796 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_77_in_ruleFieldModifier9815 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleMethodModifier_in_entryRuleMethodModifier9856 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleMethodModifier9867 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_78_in_ruleMethodModifier9905 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_79_in_ruleMethodModifier9924 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleCreateExtensionInfo_in_entryRuleCreateExtensionInfo9964 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleCreateExtensionInfo9974 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_80_in_ruleCreateExtensionInfo10011 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleValidID_in_ruleCreateExtensionInfo10033 = new BitSet(new long[]{0x0000000000000000L,0x0000000000020000L}); public static final BitSet FOLLOW_81_in_ruleCreateExtensionInfo10045 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleCreateExtensionInfo10068 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleValidID_in_entryRuleValidID10105 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleValidID10116 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_ID_in_ruleValidID10156 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_80_in_ruleValidID10180 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_61_in_ruleValidID10199 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_82_in_ruleValidID10218 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_83_in_ruleValidID10237 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_84_in_ruleValidID10256 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleFeatureCallID_in_entryRuleFeatureCallID10297 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleFeatureCallID10308 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleInnerVarID_in_ruleFeatureCallID10355 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_40_in_ruleFeatureCallID10379 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleInnerVarID_in_entryRuleInnerVarID10420 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleInnerVarID10431 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_ID_in_ruleInnerVarID10471 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_67_in_ruleInnerVarID10495 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_61_in_ruleInnerVarID10514 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_56_in_ruleInnerVarID10533 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_80_in_ruleInnerVarID10552 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_78_in_ruleInnerVarID10571 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_69_in_ruleInnerVarID10590 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_60_in_ruleInnerVarID10609 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_57_in_ruleInnerVarID10628 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_70_in_ruleInnerVarID10647 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_58_in_ruleInnerVarID10666 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_85_in_ruleInnerVarID10685 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_59_in_ruleInnerVarID10704 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_79_in_ruleInnerVarID10723 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_39_in_ruleInnerVarID10742 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_64_in_ruleInnerVarID10761 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_65_in_ruleInnerVarID10780 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_66_in_ruleInnerVarID10799 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_68_in_ruleInnerVarID10818 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_45_in_ruleInnerVarID10837 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_71_in_ruleInnerVarID10856 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_72_in_ruleInnerVarID10875 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_73_in_ruleInnerVarID10894 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_74_in_ruleInnerVarID10913 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_75_in_ruleInnerVarID10932 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_82_in_ruleInnerVarID10951 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_83_in_ruleInnerVarID10970 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_84_in_ruleInnerVarID10989 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleParameter_in_entryRuleParameter11029 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleParameter11039 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAnnotation_in_ruleParameter11085 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_40_in_ruleParameter11105 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleXAnnotation_in_ruleParameter11139 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleParameter11163 = new BitSet(new long[]{0x2000000000002000L,0x00000000005D0000L}); public static final BitSet FOLLOW_86_in_ruleParameter11181 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleValidID_in_ruleParameter11216 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXVariableDeclaration_in_entryRuleXVariableDeclaration11252 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXVariableDeclaration11262 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_77_in_ruleXVariableDeclaration11420 = new BitSet(new long[]{0x7F40218000002000L,0x00000001003DFFFFL}); public static final BitSet FOLLOW_76_in_ruleXVariableDeclaration11451 = new BitSet(new long[]{0x7F40218000002000L,0x00000001003DFFFFL}); public static final BitSet FOLLOW_40_in_ruleXVariableDeclaration11470 = new BitSet(new long[]{0x7F40218000002000L,0x00000001003DFFFFL}); public static final BitSet FOLLOW_40_in_ruleXVariableDeclaration11510 = new BitSet(new long[]{0x0000000000000000L,0x0000000000003000L}); public static final BitSet FOLLOW_77_in_ruleXVariableDeclaration11542 = new BitSet(new long[]{0x7F40218000002000L,0x00000001003DFFFFL}); public static final BitSet FOLLOW_76_in_ruleXVariableDeclaration11573 = new BitSet(new long[]{0x7F40218000002000L,0x00000001003DFFFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleXVariableDeclaration11625 = new BitSet(new long[]{0x3F00208000002000L,0x00000000003DCFFFL}); public static final BitSet FOLLOW_ruleInnerVarID_in_ruleXVariableDeclaration11646 = new BitSet(new long[]{0x0000020000000002L}); public static final BitSet FOLLOW_ruleInnerVarID_in_ruleXVariableDeclaration11675 = new BitSet(new long[]{0x0000020000000002L}); public static final BitSet FOLLOW_41_in_ruleXVariableDeclaration11689 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXVariableDeclaration11710 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXbaseConstructorCall_in_entryRuleXbaseConstructorCall11748 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXbaseConstructorCall11758 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_87_in_ruleXbaseConstructorCall11804 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleQualifiedName_in_ruleXbaseConstructorCall11827 = new BitSet(new long[]{0x0048000000000002L,0x0000000400000000L}); public static final BitSet FOLLOW_51_in_ruleXbaseConstructorCall11848 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL,0x0000000000020000L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleXbaseConstructorCall11870 = new BitSet(new long[]{0x0030000000000000L}); public static final BitSet FOLLOW_52_in_ruleXbaseConstructorCall11883 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL,0x0000000000020000L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleXbaseConstructorCall11904 = new BitSet(new long[]{0x0030000000000000L}); public static final BitSet FOLLOW_53_in_ruleXbaseConstructorCall11918 = new BitSet(new long[]{0x0040000000000002L,0x0000000400000000L}); public static final BitSet FOLLOW_54_in_ruleXbaseConstructorCall11954 = new BitSet(new long[]{0x7FCB318000E1E000L,0x0860000701BDFFFFL,0x0000000000007FE6L}); public static final BitSet FOLLOW_ruleXShortClosure_in_ruleXbaseConstructorCall12039 = new BitSet(new long[]{0x0080000000000000L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXbaseConstructorCall12067 = new BitSet(new long[]{0x0090000000000000L}); public static final BitSet FOLLOW_52_in_ruleXbaseConstructorCall12080 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXbaseConstructorCall12101 = new BitSet(new long[]{0x0090000000000000L}); public static final BitSet FOLLOW_55_in_ruleXbaseConstructorCall12118 = new BitSet(new long[]{0x0000000000000002L,0x0000000400000000L}); public static final BitSet FOLLOW_ruleXClosure_in_ruleXbaseConstructorCall12153 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_entryRuleJvmFormalParameter12190 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmFormalParameter12200 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_40_in_ruleJvmFormalParameter12243 = new BitSet(new long[]{0x7F40218000002000L,0x00000001003DFFFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleJvmFormalParameter12278 = new BitSet(new long[]{0x3F00208000002000L,0x00000000003DCFFFL}); public static final BitSet FOLLOW_ruleInnerVarID_in_ruleJvmFormalParameter12300 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleFullJvmFormalParameter_in_entryRuleFullJvmFormalParameter12336 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleFullJvmFormalParameter12346 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_40_in_ruleFullJvmFormalParameter12389 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleFullJvmFormalParameter12424 = new BitSet(new long[]{0x3F00208000002000L,0x00000000003DCFFFL}); public static final BitSet FOLLOW_ruleInnerVarID_in_ruleFullJvmFormalParameter12445 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXStringLiteral_in_entryRuleXStringLiteral12481 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXStringLiteral12491 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleSimpleStringLiteral_in_ruleXStringLiteral12538 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichString_in_ruleXStringLiteral12565 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXSwitchExpression_in_entryRuleXSwitchExpression12600 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXSwitchExpression12610 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_88_in_ruleXSwitchExpression12656 = new BitSet(new long[]{0x7F4B318000E1E000L,0x0860000701BDFFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_54_in_ruleXSwitchExpression12694 = new BitSet(new long[]{0x7F40218000002000L,0x00000001003DFFFFL}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_ruleXSwitchExpression12715 = new BitSet(new long[]{0x0000000000000000L,0x0000000000020000L}); public static final BitSet FOLLOW_81_in_ruleXSwitchExpression12727 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXSwitchExpression12750 = new BitSet(new long[]{0x0080000000000000L}); public static final BitSet FOLLOW_55_in_ruleXSwitchExpression12762 = new BitSet(new long[]{0x0002000000000000L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_ruleXSwitchExpression12811 = new BitSet(new long[]{0x0000000000000000L,0x0000000000020000L}); public static final BitSet FOLLOW_81_in_ruleXSwitchExpression12823 = new BitSet(new long[]{0x7F4B318000E1E000L,0x0860000701BDFFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpressionOrSimpleConstructorCall_in_ruleXSwitchExpression12847 = new BitSet(new long[]{0x0002000000000000L}); public static final BitSet FOLLOW_49_in_ruleXSwitchExpression12861 = new BitSet(new long[]{0x6054018000002000L,0x00000001021F3FFFL,0x0000000000000010L}); public static final BitSet FOLLOW_ruleXCasePart_in_ruleXSwitchExpression12882 = new BitSet(new long[]{0x6054018000002000L,0x00000001021F3FFFL,0x0000000000000010L}); public static final BitSet FOLLOW_89_in_ruleXSwitchExpression12896 = new BitSet(new long[]{0x0000000000000000L,0x0000000000020000L}); public static final BitSet FOLLOW_81_in_ruleXSwitchExpression12908 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXSwitchExpression12929 = new BitSet(new long[]{0x0004000000000000L}); public static final BitSet FOLLOW_50_in_ruleXSwitchExpression12943 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpressionOrSimpleConstructorCall_in_entryRuleXExpressionOrSimpleConstructorCall12979 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXExpressionOrSimpleConstructorCall12989 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXbaseConstructorCall_in_ruleXExpressionOrSimpleConstructorCall13044 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXExpressionOrSimpleConstructorCall13072 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleSimpleStringLiteral_in_entryRuleSimpleStringLiteral13107 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleSimpleStringLiteral13117 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_STRING_in_ruleSimpleStringLiteral13168 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichString_in_entryRuleRichString13209 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleRichString13219 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichStringLiteral_in_ruleRichString13275 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichStringLiteralStart_in_ruleRichString13303 = new BitSet(new long[]{0x3F4B318000FFE000L,0x0860000615BDFFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleRichStringPart_in_ruleRichString13324 = new BitSet(new long[]{0x3F4B318000FFE000L,0x0860000615BDFFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleRichStringLiteralInbetween_in_ruleRichString13347 = new BitSet(new long[]{0x3F4B318000FFE000L,0x0860000615BDFFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleRichStringPart_in_ruleRichString13368 = new BitSet(new long[]{0x3F4B318000FFE000L,0x0860000615BDFFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleRichStringLiteralEnd_in_ruleRichString13392 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichStringLiteral_in_entryRuleRichStringLiteral13430 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleRichStringLiteral13440 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_RICH_TEXT_in_ruleRichStringLiteral13491 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichStringLiteralStart_in_entryRuleRichStringLiteralStart13532 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleRichStringLiteralStart13542 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_RICH_TEXT_START_in_ruleRichStringLiteralStart13593 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichStringLiteralInbetween_in_entryRuleRichStringLiteralInbetween13634 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleRichStringLiteralInbetween13644 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_RICH_TEXT_INBETWEEN_in_ruleRichStringLiteralInbetween13696 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_COMMENT_RICH_TEXT_INBETWEEN_in_ruleRichStringLiteralInbetween13724 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichStringLiteralEnd_in_entryRuleRichStringLiteralEnd13766 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleRichStringLiteralEnd13776 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_RICH_TEXT_END_in_ruleRichStringLiteralEnd13828 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_COMMENT_RICH_TEXT_END_in_ruleRichStringLiteralEnd13856 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleInternalRichString_in_entryRuleInternalRichString13898 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleInternalRichString13908 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichStringLiteralInbetween_in_ruleInternalRichString13964 = new BitSet(new long[]{0x3F4B318000E7E002L,0x0860000615BDFFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleRichStringPart_in_ruleInternalRichString13986 = new BitSet(new long[]{0x0000000000060000L}); public static final BitSet FOLLOW_ruleRichStringLiteralInbetween_in_ruleInternalRichString14008 = new BitSet(new long[]{0x3F4B318000E7E002L,0x0860000615BDFFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleRichStringPart_in_entryRuleRichStringPart14047 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleRichStringPart14057 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpressionOrVarDeclaration_in_ruleRichStringPart14104 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichStringForLoop_in_ruleRichStringPart14131 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichStringIf_in_ruleRichStringPart14158 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichStringForLoop_in_entryRuleRichStringForLoop14193 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleRichStringForLoop14203 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_90_in_ruleRichStringForLoop14249 = new BitSet(new long[]{0x7F40218000002000L,0x00000001003DFFFFL}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_ruleRichStringForLoop14270 = new BitSet(new long[]{0x0000000000000000L,0x0000000000020000L}); public static final BitSet FOLLOW_81_in_ruleRichStringForLoop14282 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleRichStringForLoop14303 = new BitSet(new long[]{0x0000000000060000L,0x00000000001C0000L}); public static final BitSet FOLLOW_83_in_ruleRichStringForLoop14316 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleRichStringForLoop14337 = new BitSet(new long[]{0x0000000000060000L,0x00000000001C0000L}); public static final BitSet FOLLOW_84_in_ruleRichStringForLoop14352 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleRichStringForLoop14373 = new BitSet(new long[]{0x0000000000060000L,0x00000000001C0000L}); public static final BitSet FOLLOW_82_in_ruleRichStringForLoop14388 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleRichStringForLoop14409 = new BitSet(new long[]{0x0000000000060000L,0x00000000001C0000L}); public static final BitSet FOLLOW_ruleInternalRichString_in_ruleRichStringForLoop14432 = new BitSet(new long[]{0x0000000000000000L,0x0000000008000000L}); public static final BitSet FOLLOW_91_in_ruleRichStringForLoop14444 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichStringIf_in_entryRuleRichStringIf14480 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleRichStringIf14490 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_92_in_ruleRichStringIf14536 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleRichStringIf14557 = new BitSet(new long[]{0x0000000000060000L,0x00000000001C0000L}); public static final BitSet FOLLOW_ruleInternalRichString_in_ruleRichStringIf14578 = new BitSet(new long[]{0x0000000000000000L,0x00000000E0000000L}); public static final BitSet FOLLOW_ruleRichStringElseIf_in_ruleRichStringIf14599 = new BitSet(new long[]{0x0000000000000000L,0x00000000E0000000L}); public static final BitSet FOLLOW_93_in_ruleRichStringIf14613 = new BitSet(new long[]{0x0000000000060000L,0x00000000001C0000L}); public static final BitSet FOLLOW_ruleInternalRichString_in_ruleRichStringIf14634 = new BitSet(new long[]{0x0000000000000000L,0x0000000040000000L}); public static final BitSet FOLLOW_94_in_ruleRichStringIf14648 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichStringElseIf_in_entryRuleRichStringElseIf14684 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleRichStringElseIf14694 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_95_in_ruleRichStringElseIf14731 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleRichStringElseIf14752 = new BitSet(new long[]{0x0000000000060000L,0x00000000001C0000L}); public static final BitSet FOLLOW_ruleInternalRichString_in_ruleRichStringElseIf14773 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAnnotation_in_entryRuleXAnnotation14809 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXAnnotation14819 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_96_in_ruleXAnnotation14865 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleQualifiedName_in_ruleXAnnotation14888 = new BitSet(new long[]{0x0040000000000002L}); public static final BitSet FOLLOW_54_in_ruleXAnnotation14909 = new BitSet(new long[]{0x3FCB318000E1E000L,0x0860000701BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXAnnotationElementValuePair_in_ruleXAnnotation14953 = new BitSet(new long[]{0x0090000000000000L}); public static final BitSet FOLLOW_52_in_ruleXAnnotation14966 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleXAnnotationElementValuePair_in_ruleXAnnotation15007 = new BitSet(new long[]{0x0090000000000000L}); public static final BitSet FOLLOW_ruleXAnnotationElementValueOrCommaList_in_ruleXAnnotation15037 = new BitSet(new long[]{0x0080000000000000L}); public static final BitSet FOLLOW_55_in_ruleXAnnotation15051 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAnnotationElementValuePair_in_entryRuleXAnnotationElementValuePair15089 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXAnnotationElementValuePair15099 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleValidID_in_ruleXAnnotationElementValuePair15169 = new BitSet(new long[]{0x0000020000000000L}); public static final BitSet FOLLOW_41_in_ruleXAnnotationElementValuePair15181 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000701BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXAnnotationElementValue_in_ruleXAnnotationElementValuePair15204 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAnnotationElementValueOrCommaList_in_entryRuleXAnnotationElementValueOrCommaList15240 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXAnnotationElementValueOrCommaList15250 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_97_in_ruleXAnnotationElementValueOrCommaList15315 = new BitSet(new long[]{0x0000000000000000L,0x0000000400000000L}); public static final BitSet FOLLOW_98_in_ruleXAnnotationElementValueOrCommaList15327 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000F01BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXAnnotationOrExpression_in_ruleXAnnotationElementValueOrCommaList15351 = new BitSet(new long[]{0x0010000000000000L,0x0000000800000000L}); public static final BitSet FOLLOW_52_in_ruleXAnnotationElementValueOrCommaList15364 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000701BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXAnnotationOrExpression_in_ruleXAnnotationElementValueOrCommaList15385 = new BitSet(new long[]{0x0010000000000000L,0x0000000800000000L}); public static final BitSet FOLLOW_99_in_ruleXAnnotationElementValueOrCommaList15401 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAnnotationOrExpression_in_ruleXAnnotationElementValueOrCommaList15431 = new BitSet(new long[]{0x0010000000000002L}); public static final BitSet FOLLOW_52_in_ruleXAnnotationElementValueOrCommaList15453 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000701BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXAnnotationOrExpression_in_ruleXAnnotationElementValueOrCommaList15474 = new BitSet(new long[]{0x0010000000000002L}); public static final BitSet FOLLOW_ruleXAnnotationElementValue_in_entryRuleXAnnotationElementValue15515 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXAnnotationElementValue15525 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_97_in_ruleXAnnotationElementValue15590 = new BitSet(new long[]{0x0000000000000000L,0x0000000400000000L}); public static final BitSet FOLLOW_98_in_ruleXAnnotationElementValue15602 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000F01BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXAnnotationOrExpression_in_ruleXAnnotationElementValue15626 = new BitSet(new long[]{0x0010000000000000L,0x0000000800000000L}); public static final BitSet FOLLOW_52_in_ruleXAnnotationElementValue15639 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000701BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXAnnotationOrExpression_in_ruleXAnnotationElementValue15660 = new BitSet(new long[]{0x0010000000000000L,0x0000000800000000L}); public static final BitSet FOLLOW_99_in_ruleXAnnotationElementValue15676 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAnnotationOrExpression_in_ruleXAnnotationElementValue15705 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAnnotationOrExpression_in_entryRuleXAnnotationOrExpression15740 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXAnnotationOrExpression15750 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAnnotation_in_ruleXAnnotationOrExpression15797 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXAnnotationOrExpression15824 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_entryRuleXExpression15859 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXExpression15869 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAssignment_in_ruleXExpression15915 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAssignment_in_entryRuleXAssignment15949 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXAssignment15959 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleFeatureCallID_in_ruleXAssignment16017 = new BitSet(new long[]{0x0000020000000000L}); public static final BitSet FOLLOW_ruleOpSingleAssign_in_ruleXAssignment16033 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXAssignment_in_ruleXAssignment16053 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXOrExpression_in_ruleXAssignment16083 = new BitSet(new long[]{0x0028000000000002L,0x000001F000000000L}); public static final BitSet FOLLOW_ruleOpMultiAssign_in_ruleXAssignment16136 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXAssignment_in_ruleXAssignment16159 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpSingleAssign_in_entryRuleOpSingleAssign16199 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpSingleAssign16210 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_41_in_ruleOpSingleAssign16247 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpMultiAssign_in_entryRuleOpMultiAssign16287 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpMultiAssign16298 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_100_in_ruleOpMultiAssign16336 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_101_in_ruleOpMultiAssign16355 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_102_in_ruleOpMultiAssign16374 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_103_in_ruleOpMultiAssign16393 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_104_in_ruleOpMultiAssign16412 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_51_in_ruleOpMultiAssign16432 = new BitSet(new long[]{0x0008000000000000L}); public static final BitSet FOLLOW_51_in_ruleOpMultiAssign16445 = new BitSet(new long[]{0x0000020000000000L}); public static final BitSet FOLLOW_41_in_ruleOpMultiAssign16458 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_53_in_ruleOpMultiAssign16479 = new BitSet(new long[]{0x0020000000000000L,0x0000020000000000L}); public static final BitSet FOLLOW_53_in_ruleOpMultiAssign16493 = new BitSet(new long[]{0x0000000000000000L,0x0000020000000000L}); public static final BitSet FOLLOW_105_in_ruleOpMultiAssign16508 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXOrExpression_in_entryRuleXOrExpression16549 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXOrExpression16559 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAndExpression_in_ruleXOrExpression16606 = new BitSet(new long[]{0x0000000000000002L,0x0000040000000000L}); public static final BitSet FOLLOW_ruleOpOr_in_ruleXOrExpression16659 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXAndExpression_in_ruleXOrExpression16682 = new BitSet(new long[]{0x0000000000000002L,0x0000040000000000L}); public static final BitSet FOLLOW_ruleOpOr_in_entryRuleOpOr16721 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpOr16732 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_106_in_ruleOpOr16769 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAndExpression_in_entryRuleXAndExpression16808 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXAndExpression16818 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXEqualityExpression_in_ruleXAndExpression16865 = new BitSet(new long[]{0x0000000000000002L,0x0000080000000000L}); public static final BitSet FOLLOW_ruleOpAnd_in_ruleXAndExpression16918 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXEqualityExpression_in_ruleXAndExpression16941 = new BitSet(new long[]{0x0000000000000002L,0x0000080000000000L}); public static final BitSet FOLLOW_ruleOpAnd_in_entryRuleOpAnd16980 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpAnd16991 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_107_in_ruleOpAnd17028 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXEqualityExpression_in_entryRuleXEqualityExpression17067 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXEqualityExpression17077 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXRelationalExpression_in_ruleXEqualityExpression17124 = new BitSet(new long[]{0x0000000000000002L,0x0000F00000000000L}); public static final BitSet FOLLOW_ruleOpEquality_in_ruleXEqualityExpression17177 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXRelationalExpression_in_ruleXEqualityExpression17200 = new BitSet(new long[]{0x0000000000000002L,0x0000F00000000000L}); public static final BitSet FOLLOW_ruleOpEquality_in_entryRuleOpEquality17239 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpEquality17250 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_108_in_ruleOpEquality17288 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_109_in_ruleOpEquality17307 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_110_in_ruleOpEquality17326 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_111_in_ruleOpEquality17345 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpCompare_in_entryRuleOpCompare17386 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpCompare17397 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_105_in_ruleOpCompare17435 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_51_in_ruleOpCompare17455 = new BitSet(new long[]{0x0000020000000000L}); public static final BitSet FOLLOW_41_in_ruleOpCompare17468 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_53_in_ruleOpCompare17488 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_51_in_ruleOpCompare17507 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXOtherOperatorExpression_in_entryRuleXOtherOperatorExpression17547 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXOtherOperatorExpression17557 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAdditiveExpression_in_ruleXOtherOperatorExpression17604 = new BitSet(new long[]{0x4028000000000002L,0x001F000000000000L}); public static final BitSet FOLLOW_ruleOpOther_in_ruleXOtherOperatorExpression17657 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXAdditiveExpression_in_ruleXOtherOperatorExpression17680 = new BitSet(new long[]{0x4028000000000002L,0x001F000000000000L}); public static final BitSet FOLLOW_ruleOpOther_in_entryRuleOpOther17719 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpOther17730 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_112_in_ruleOpOther17768 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_113_in_ruleOpOther17787 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_53_in_ruleOpOther17807 = new BitSet(new long[]{0x0000000000000000L,0x0004000000000000L}); public static final BitSet FOLLOW_114_in_ruleOpOther17820 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_114_in_ruleOpOther17840 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_62_in_ruleOpOther17859 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_53_in_ruleOpOther17879 = new BitSet(new long[]{0x0020000000000000L}); public static final BitSet FOLLOW_53_in_ruleOpOther17910 = new BitSet(new long[]{0x0020000000000000L}); public static final BitSet FOLLOW_53_in_ruleOpOther17923 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_53_in_ruleOpOther17944 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_51_in_ruleOpOther17966 = new BitSet(new long[]{0x4008000000000000L}); public static final BitSet FOLLOW_51_in_ruleOpOther17997 = new BitSet(new long[]{0x0008000000000000L}); public static final BitSet FOLLOW_51_in_ruleOpOther18010 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_51_in_ruleOpOther18031 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_62_in_ruleOpOther18050 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_115_in_ruleOpOther18071 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_116_in_ruleOpOther18090 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAdditiveExpression_in_entryRuleXAdditiveExpression18130 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXAdditiveExpression18140 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXMultiplicativeExpression_in_ruleXAdditiveExpression18187 = new BitSet(new long[]{0x0000000000000002L,0x0060000000000000L}); public static final BitSet FOLLOW_ruleOpAdd_in_ruleXAdditiveExpression18240 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXMultiplicativeExpression_in_ruleXAdditiveExpression18263 = new BitSet(new long[]{0x0000000000000002L,0x0060000000000000L}); public static final BitSet FOLLOW_ruleOpAdd_in_entryRuleOpAdd18302 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpAdd18313 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_117_in_ruleOpAdd18351 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_118_in_ruleOpAdd18370 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXMultiplicativeExpression_in_entryRuleXMultiplicativeExpression18410 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXMultiplicativeExpression18420 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXUnaryOperation_in_ruleXMultiplicativeExpression18467 = new BitSet(new long[]{0x0000000000000002L,0x0780000000000000L}); public static final BitSet FOLLOW_ruleOpMulti_in_ruleXMultiplicativeExpression18520 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXUnaryOperation_in_ruleXMultiplicativeExpression18543 = new BitSet(new long[]{0x0000000000000002L,0x0780000000000000L}); public static final BitSet FOLLOW_ruleOpMulti_in_entryRuleOpMulti18582 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpMulti18593 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_119_in_ruleOpMulti18631 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_120_in_ruleOpMulti18650 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_121_in_ruleOpMulti18669 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_122_in_ruleOpMulti18688 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXUnaryOperation_in_entryRuleXUnaryOperation18728 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXUnaryOperation18738 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpUnary_in_ruleXUnaryOperation18796 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXUnaryOperation_in_ruleXUnaryOperation18817 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXCastedExpression_in_ruleXUnaryOperation18846 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpUnary_in_entryRuleOpUnary18882 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpUnary18893 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_123_in_ruleOpUnary18931 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_118_in_ruleOpUnary18950 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_117_in_ruleOpUnary18969 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXCastedExpression_in_entryRuleXCastedExpression19009 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXCastedExpression19019 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXPostfixOperation_in_ruleXCastedExpression19066 = new BitSet(new long[]{0x0000000000000002L,0x1000000000000000L}); public static final BitSet FOLLOW_124_in_ruleXCastedExpression19101 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleXCastedExpression19124 = new BitSet(new long[]{0x0000000000000002L,0x1000000000000000L}); public static final BitSet FOLLOW_ruleXPostfixOperation_in_entryRuleXPostfixOperation19162 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXPostfixOperation19172 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXMemberFeatureCall_in_ruleXPostfixOperation19219 = new BitSet(new long[]{0x6068698000002002L,0x6FFFFFF1001DFFFFL}); public static final BitSet FOLLOW_ruleOpPostfix_in_ruleXPostfixOperation19271 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpPostfix_in_entryRuleOpPostfix19311 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpPostfix19322 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_125_in_ruleOpPostfix19360 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_126_in_ruleOpPostfix19379 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXMemberFeatureCall_in_entryRuleXMemberFeatureCall19419 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXMemberFeatureCall19429 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXPrimaryExpression_in_ruleXMemberFeatureCall19476 = new BitSet(new long[]{0x8000000000000002L,0x8000000000000000L,0x0000000000000001L}); public static final BitSet FOLLOW_63_in_ruleXMemberFeatureCall19548 = new BitSet(new long[]{0x3F00218000002000L,0x00000000003DCFFFL}); public static final BitSet FOLLOW_127_in_ruleXMemberFeatureCall19572 = new BitSet(new long[]{0x3F00218000002000L,0x00000000003DCFFFL}); public static final BitSet FOLLOW_ruleFeatureCallID_in_ruleXMemberFeatureCall19609 = new BitSet(new long[]{0x0000020000000000L}); public static final BitSet FOLLOW_ruleOpSingleAssign_in_ruleXMemberFeatureCall19625 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXAssignment_in_ruleXMemberFeatureCall19647 = new BitSet(new long[]{0x8000000000000002L,0x8000000000000000L,0x0000000000000001L}); public static final BitSet FOLLOW_63_in_ruleXMemberFeatureCall19733 = new BitSet(new long[]{0x3F08218000002000L,0x00000000003DCFFFL,0x0000000000000100L}); public static final BitSet FOLLOW_128_in_ruleXMemberFeatureCall19757 = new BitSet(new long[]{0x3F08218000002000L,0x00000000003DCFFFL,0x0000000000000100L}); public static final BitSet FOLLOW_127_in_ruleXMemberFeatureCall19794 = new BitSet(new long[]{0x3F08218000002000L,0x00000000003DCFFFL,0x0000000000000100L}); public static final BitSet FOLLOW_51_in_ruleXMemberFeatureCall19823 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL,0x0000000000020000L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleXMemberFeatureCall19844 = new BitSet(new long[]{0x0030000000000000L}); public static final BitSet FOLLOW_52_in_ruleXMemberFeatureCall19857 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL,0x0000000000020000L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleXMemberFeatureCall19878 = new BitSet(new long[]{0x0030000000000000L}); public static final BitSet FOLLOW_53_in_ruleXMemberFeatureCall19892 = new BitSet(new long[]{0x3F08218000002000L,0x00000000003DCFFFL,0x0000000000000100L}); public static final BitSet FOLLOW_ruleIdOrSuper_in_ruleXMemberFeatureCall19917 = new BitSet(new long[]{0x8040000000000002L,0x8000000400000000L,0x0000000000000001L}); public static final BitSet FOLLOW_54_in_ruleXMemberFeatureCall19951 = new BitSet(new long[]{0x7FCB318000E1E000L,0x0860000701BDFFFFL,0x0000000000007FE6L}); public static final BitSet FOLLOW_ruleXShortClosure_in_ruleXMemberFeatureCall20036 = new BitSet(new long[]{0x0080000000000000L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXMemberFeatureCall20064 = new BitSet(new long[]{0x0090000000000000L}); public static final BitSet FOLLOW_52_in_ruleXMemberFeatureCall20077 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXMemberFeatureCall20098 = new BitSet(new long[]{0x0090000000000000L}); public static final BitSet FOLLOW_55_in_ruleXMemberFeatureCall20115 = new BitSet(new long[]{0x8000000000000002L,0x8000000400000000L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXClosure_in_ruleXMemberFeatureCall20150 = new BitSet(new long[]{0x8000000000000002L,0x8000000000000000L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXLiteral_in_entryRuleXLiteral20190 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXLiteral20200 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXCollectionLiteral_in_ruleXLiteral20247 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXClosure_in_ruleXLiteral20287 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXBooleanLiteral_in_ruleXLiteral20315 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXNumberLiteral_in_ruleXLiteral20342 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXNullLiteral_in_ruleXLiteral20369 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXStringLiteral_in_ruleXLiteral20396 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXTypeLiteral_in_ruleXLiteral20423 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXCollectionLiteral_in_entryRuleXCollectionLiteral20458 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXCollectionLiteral20468 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXSetLiteral_in_ruleXCollectionLiteral20515 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXListLiteral_in_ruleXCollectionLiteral20542 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXSetLiteral_in_entryRuleXSetLiteral20577 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXSetLiteral20587 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_97_in_ruleXSetLiteral20633 = new BitSet(new long[]{0x0002000000000000L}); public static final BitSet FOLLOW_49_in_ruleXSetLiteral20645 = new BitSet(new long[]{0x3F4F318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXSetLiteral20667 = new BitSet(new long[]{0x0014000000000000L}); public static final BitSet FOLLOW_52_in_ruleXSetLiteral20680 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXSetLiteral20701 = new BitSet(new long[]{0x0014000000000000L}); public static final BitSet FOLLOW_50_in_ruleXSetLiteral20717 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXListLiteral_in_entryRuleXListLiteral20753 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXListLiteral20763 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_97_in_ruleXListLiteral20809 = new BitSet(new long[]{0x0000000000000000L,0x0000000400000000L}); public static final BitSet FOLLOW_98_in_ruleXListLiteral20821 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000E01BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXListLiteral20843 = new BitSet(new long[]{0x0010000000000000L,0x0000000800000000L}); public static final BitSet FOLLOW_52_in_ruleXListLiteral20856 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXListLiteral20877 = new BitSet(new long[]{0x0010000000000000L,0x0000000800000000L}); public static final BitSet FOLLOW_99_in_ruleXListLiteral20893 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXClosure_in_entryRuleXClosure20929 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXClosure20939 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_98_in_ruleXClosure20999 = new BitSet(new long[]{0x7F4B318000E1E000L,0x0860000F01BDFFFFL,0x0000000000007FE6L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_ruleXClosure21072 = new BitSet(new long[]{0x0010000000000000L,0x0000000000000000L,0x0000000000000002L}); public static final BitSet FOLLOW_52_in_ruleXClosure21085 = new BitSet(new long[]{0x7F40218000002000L,0x00000001003DFFFFL}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_ruleXClosure21106 = new BitSet(new long[]{0x0010000000000000L,0x0000000000000000L,0x0000000000000002L}); public static final BitSet FOLLOW_129_in_ruleXClosure21128 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000E01BDFFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpressionInClosure_in_ruleXClosure21165 = new BitSet(new long[]{0x0000000000000000L,0x0000000800000000L}); public static final BitSet FOLLOW_99_in_ruleXClosure21177 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpressionInClosure_in_entryRuleXExpressionInClosure21213 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXExpressionInClosure21223 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpressionOrVarDeclaration_in_ruleXExpressionInClosure21279 = new BitSet(new long[]{0x3F4B358000E1E002L,0x0860000601BDFFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_42_in_ruleXExpressionInClosure21292 = new BitSet(new long[]{0x3F4B318000E1E002L,0x0860000601BDFFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXShortClosure_in_entryRuleXShortClosure21332 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXShortClosure21342 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_ruleXShortClosure21450 = new BitSet(new long[]{0x0010000000000000L,0x0000000000000000L,0x0000000000000002L}); public static final BitSet FOLLOW_52_in_ruleXShortClosure21463 = new BitSet(new long[]{0x7F40218000002000L,0x00000001003DFFFFL}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_ruleXShortClosure21484 = new BitSet(new long[]{0x0010000000000000L,0x0000000000000000L,0x0000000000000002L}); public static final BitSet FOLLOW_129_in_ruleXShortClosure21506 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXShortClosure21542 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXParenthesizedExpression_in_entryRuleXParenthesizedExpression21578 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXParenthesizedExpression21588 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_54_in_ruleXParenthesizedExpression21625 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXParenthesizedExpression21647 = new BitSet(new long[]{0x0080000000000000L}); public static final BitSet FOLLOW_55_in_ruleXParenthesizedExpression21658 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXIfExpression_in_entryRuleXIfExpression21694 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXIfExpression21704 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_130_in_ruleXIfExpression21750 = new BitSet(new long[]{0x0040000000000000L}); public static final BitSet FOLLOW_54_in_ruleXIfExpression21762 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXIfExpression21783 = new BitSet(new long[]{0x0080000000000000L}); public static final BitSet FOLLOW_55_in_ruleXIfExpression21795 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXIfExpression21816 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000000L,0x0000000000000008L}); public static final BitSet FOLLOW_131_in_ruleXIfExpression21837 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXIfExpression21859 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXCasePart_in_entryRuleXCasePart21897 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXCasePart21907 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleXCasePart21962 = new BitSet(new long[]{0x0010000000000000L,0x0000000000020000L,0x0000000000000010L}); public static final BitSet FOLLOW_132_in_ruleXCasePart21976 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXCasePart21997 = new BitSet(new long[]{0x0010000000000000L,0x0000000000020000L}); public static final BitSet FOLLOW_81_in_ruleXCasePart22013 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXCasePart22034 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_52_in_ruleXCasePart22059 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXForLoopExpression_in_entryRuleXForLoopExpression22109 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXForLoopExpression22119 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_133_in_ruleXForLoopExpression22196 = new BitSet(new long[]{0x0040000000000000L}); public static final BitSet FOLLOW_54_in_ruleXForLoopExpression22208 = new BitSet(new long[]{0x7F40218000002000L,0x00000001003DFFFFL}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_ruleXForLoopExpression22229 = new BitSet(new long[]{0x0000000000000000L,0x0000000000020000L}); public static final BitSet FOLLOW_81_in_ruleXForLoopExpression22241 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXForLoopExpression22264 = new BitSet(new long[]{0x0080000000000000L}); public static final BitSet FOLLOW_55_in_ruleXForLoopExpression22276 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXForLoopExpression22297 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXBasicForLoopExpression_in_entryRuleXBasicForLoopExpression22333 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXBasicForLoopExpression22343 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_133_in_ruleXBasicForLoopExpression22389 = new BitSet(new long[]{0x0040000000000000L}); public static final BitSet FOLLOW_54_in_ruleXBasicForLoopExpression22401 = new BitSet(new long[]{0x3F4B358000E1E000L,0x0860000601BDFFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpressionOrVarDeclaration_in_ruleXBasicForLoopExpression22423 = new BitSet(new long[]{0x0010040000000000L}); public static final BitSet FOLLOW_52_in_ruleXBasicForLoopExpression22436 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDFFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpressionOrVarDeclaration_in_ruleXBasicForLoopExpression22457 = new BitSet(new long[]{0x0010040000000000L}); public static final BitSet FOLLOW_42_in_ruleXBasicForLoopExpression22473 = new BitSet(new long[]{0x3F4B358000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXBasicForLoopExpression22494 = new BitSet(new long[]{0x0000040000000000L}); public static final BitSet FOLLOW_42_in_ruleXBasicForLoopExpression22507 = new BitSet(new long[]{0x3FCB318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXBasicForLoopExpression22529 = new BitSet(new long[]{0x0090000000000000L}); public static final BitSet FOLLOW_52_in_ruleXBasicForLoopExpression22542 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXBasicForLoopExpression22563 = new BitSet(new long[]{0x0090000000000000L}); public static final BitSet FOLLOW_55_in_ruleXBasicForLoopExpression22579 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXBasicForLoopExpression22600 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXWhileExpression_in_entryRuleXWhileExpression22636 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXWhileExpression22646 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_134_in_ruleXWhileExpression22692 = new BitSet(new long[]{0x0040000000000000L}); public static final BitSet FOLLOW_54_in_ruleXWhileExpression22704 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXWhileExpression22725 = new BitSet(new long[]{0x0080000000000000L}); public static final BitSet FOLLOW_55_in_ruleXWhileExpression22737 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXWhileExpression22758 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXDoWhileExpression_in_entryRuleXDoWhileExpression22794 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXDoWhileExpression22804 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_135_in_ruleXDoWhileExpression22850 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXDoWhileExpression22871 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000000L,0x0000000000000040L}); public static final BitSet FOLLOW_134_in_ruleXDoWhileExpression22883 = new BitSet(new long[]{0x0040000000000000L}); public static final BitSet FOLLOW_54_in_ruleXDoWhileExpression22895 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXDoWhileExpression22916 = new BitSet(new long[]{0x0080000000000000L}); public static final BitSet FOLLOW_55_in_ruleXDoWhileExpression22928 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXBlockExpression_in_entryRuleXBlockExpression22964 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXBlockExpression22974 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_49_in_ruleXBlockExpression23020 = new BitSet(new long[]{0x3F4F318000E1E000L,0x0860000601BDFFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpressionOrVarDeclaration_in_ruleXBlockExpression23042 = new BitSet(new long[]{0x3F4F358000E1E000L,0x0860000601BDFFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_42_in_ruleXBlockExpression23055 = new BitSet(new long[]{0x3F4F318000E1E000L,0x0860000601BDFFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_50_in_ruleXBlockExpression23071 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpressionOrVarDeclaration_in_entryRuleXExpressionOrVarDeclaration23107 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXExpressionOrVarDeclaration23117 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXVariableDeclaration_in_ruleXExpressionOrVarDeclaration23266 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXExpressionOrVarDeclaration23294 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXFeatureCall_in_entryRuleXFeatureCall23329 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXFeatureCall23339 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_51_in_ruleXFeatureCall23386 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL,0x0000000000020000L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleXFeatureCall23407 = new BitSet(new long[]{0x0030000000000000L}); public static final BitSet FOLLOW_52_in_ruleXFeatureCall23420 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL,0x0000000000020000L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleXFeatureCall23441 = new BitSet(new long[]{0x0030000000000000L}); public static final BitSet FOLLOW_53_in_ruleXFeatureCall23455 = new BitSet(new long[]{0x3F08218000002000L,0x00000000003DCFFFL,0x0000000000000100L}); public static final BitSet FOLLOW_ruleIdOrSuper_in_ruleXFeatureCall23480 = new BitSet(new long[]{0x0040000000000002L,0x0000000400000000L}); public static final BitSet FOLLOW_54_in_ruleXFeatureCall23514 = new BitSet(new long[]{0x7FCB318000E1E000L,0x0860000701BDFFFFL,0x0000000000007FE6L}); public static final BitSet FOLLOW_ruleXShortClosure_in_ruleXFeatureCall23599 = new BitSet(new long[]{0x0080000000000000L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXFeatureCall23627 = new BitSet(new long[]{0x0090000000000000L}); public static final BitSet FOLLOW_52_in_ruleXFeatureCall23640 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXFeatureCall23661 = new BitSet(new long[]{0x0090000000000000L}); public static final BitSet FOLLOW_55_in_ruleXFeatureCall23678 = new BitSet(new long[]{0x0000000000000002L,0x0000000400000000L}); public static final BitSet FOLLOW_ruleXClosure_in_ruleXFeatureCall23713 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleIdOrSuper_in_entryRuleIdOrSuper23751 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleIdOrSuper23762 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleFeatureCallID_in_ruleIdOrSuper23809 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_136_in_ruleIdOrSuper23833 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXBooleanLiteral_in_entryRuleXBooleanLiteral23873 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXBooleanLiteral23883 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_137_in_ruleXBooleanLiteral23930 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_138_in_ruleXBooleanLiteral23954 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXNullLiteral_in_entryRuleXNullLiteral24004 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXNullLiteral24014 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_139_in_ruleXNullLiteral24060 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXNumberLiteral_in_entryRuleXNumberLiteral24096 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXNumberLiteral24106 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleNumber_in_ruleXNumberLiteral24161 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXTypeLiteral_in_entryRuleXTypeLiteral24197 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXTypeLiteral24207 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_140_in_ruleXTypeLiteral24253 = new BitSet(new long[]{0x0040000000000000L}); public static final BitSet FOLLOW_54_in_ruleXTypeLiteral24265 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleQualifiedName_in_ruleXTypeLiteral24288 = new BitSet(new long[]{0x0080000000000000L,0x0000000400000000L}); public static final BitSet FOLLOW_ruleArrayBrackets_in_ruleXTypeLiteral24309 = new BitSet(new long[]{0x0080000000000000L,0x0000000400000000L}); public static final BitSet FOLLOW_55_in_ruleXTypeLiteral24322 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXThrowExpression_in_entryRuleXThrowExpression24358 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXThrowExpression24368 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_44_in_ruleXThrowExpression24414 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXThrowExpression24435 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXReturnExpression_in_entryRuleXReturnExpression24471 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXReturnExpression24481 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_141_in_ruleXReturnExpression24527 = new BitSet(new long[]{0x3F4B318000E1E002L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXReturnExpression24940 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXTryCatchFinallyExpression_in_entryRuleXTryCatchFinallyExpression24977 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXTryCatchFinallyExpression24987 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_142_in_ruleXTryCatchFinallyExpression25033 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXTryCatchFinallyExpression25054 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000000L,0x0000000000018000L}); public static final BitSet FOLLOW_ruleXCatchClause_in_ruleXTryCatchFinallyExpression25084 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000000L,0x0000000000018000L}); public static final BitSet FOLLOW_143_in_ruleXTryCatchFinallyExpression25106 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXTryCatchFinallyExpression25128 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_143_in_ruleXTryCatchFinallyExpression25150 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXTryCatchFinallyExpression25171 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXSynchronizedExpression_in_entryRuleXSynchronizedExpression25209 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXSynchronizedExpression25219 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_74_in_ruleXSynchronizedExpression25283 = new BitSet(new long[]{0x0040000000000000L}); public static final BitSet FOLLOW_54_in_ruleXSynchronizedExpression25295 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXSynchronizedExpression25318 = new BitSet(new long[]{0x0080000000000000L}); public static final BitSet FOLLOW_55_in_ruleXSynchronizedExpression25330 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXSynchronizedExpression25351 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXCatchClause_in_entryRuleXCatchClause25387 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXCatchClause25397 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_144_in_ruleXCatchClause25442 = new BitSet(new long[]{0x0040000000000000L}); public static final BitSet FOLLOW_54_in_ruleXCatchClause25455 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleFullJvmFormalParameter_in_ruleXCatchClause25476 = new BitSet(new long[]{0x0080000000000000L}); public static final BitSet FOLLOW_55_in_ruleXCatchClause25488 = new BitSet(new long[]{0x3F4B318000E1E000L,0x0860000601BDCFFFL,0x0000000000007FE4L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXCatchClause25509 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleQualifiedName_in_entryRuleQualifiedName25546 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleQualifiedName25557 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleValidID_in_ruleQualifiedName25604 = new BitSet(new long[]{0x8000000000000002L}); public static final BitSet FOLLOW_63_in_ruleQualifiedName25632 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleValidID_in_ruleQualifiedName25655 = new BitSet(new long[]{0x8000000000000002L}); public static final BitSet FOLLOW_ruleNumber_in_entryRuleNumber25709 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleNumber25720 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_HEX_in_ruleNumber25764 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_INT_in_ruleNumber25792 = new BitSet(new long[]{0x8000000000000002L}); public static final BitSet FOLLOW_RULE_DECIMAL_in_ruleNumber25818 = new BitSet(new long[]{0x8000000000000002L}); public static final BitSet FOLLOW_63_in_ruleNumber25838 = new BitSet(new long[]{0x0000000000C00000L}); public static final BitSet FOLLOW_RULE_INT_in_ruleNumber25854 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_DECIMAL_in_ruleNumber25880 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_entryRuleJvmTypeReference25933 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmTypeReference25943 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmParameterizedTypeReference_in_ruleJvmTypeReference25991 = new BitSet(new long[]{0x0000000000000002L,0x0000000400000000L}); public static final BitSet FOLLOW_ruleArrayBrackets_in_ruleJvmTypeReference26027 = new BitSet(new long[]{0x0000000000000002L,0x0000000400000000L}); public static final BitSet FOLLOW_ruleXFunctionTypeRef_in_ruleJvmTypeReference26058 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleArrayBrackets_in_entryRuleArrayBrackets26094 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleArrayBrackets26105 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_98_in_ruleArrayBrackets26143 = new BitSet(new long[]{0x0000000000000000L,0x0000000800000000L}); public static final BitSet FOLLOW_99_in_ruleArrayBrackets26156 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXFunctionTypeRef_in_entryRuleXFunctionTypeRef26196 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXFunctionTypeRef26206 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_54_in_ruleXFunctionTypeRef26244 = new BitSet(new long[]{0x60C0018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleXFunctionTypeRef26266 = new BitSet(new long[]{0x0090000000000000L}); public static final BitSet FOLLOW_52_in_ruleXFunctionTypeRef26279 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleXFunctionTypeRef26300 = new BitSet(new long[]{0x0090000000000000L}); public static final BitSet FOLLOW_55_in_ruleXFunctionTypeRef26316 = new BitSet(new long[]{0x4000000000000000L}); public static final BitSet FOLLOW_62_in_ruleXFunctionTypeRef26330 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleXFunctionTypeRef26351 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmParameterizedTypeReference_in_entryRuleJvmParameterizedTypeReference26387 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmParameterizedTypeReference26397 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleQualifiedName_in_ruleJvmParameterizedTypeReference26445 = new BitSet(new long[]{0x0008000000000002L}); public static final BitSet FOLLOW_51_in_ruleJvmParameterizedTypeReference26466 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL,0x0000000000020000L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleJvmParameterizedTypeReference26488 = new BitSet(new long[]{0x0030000000000000L}); public static final BitSet FOLLOW_52_in_ruleJvmParameterizedTypeReference26501 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL,0x0000000000020000L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleJvmParameterizedTypeReference26522 = new BitSet(new long[]{0x0030000000000000L}); public static final BitSet FOLLOW_53_in_ruleJvmParameterizedTypeReference26536 = new BitSet(new long[]{0x8000000000000002L}); public static final BitSet FOLLOW_63_in_ruleJvmParameterizedTypeReference26572 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleValidID_in_ruleJvmParameterizedTypeReference26597 = new BitSet(new long[]{0x8008000000000002L}); public static final BitSet FOLLOW_51_in_ruleJvmParameterizedTypeReference26618 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL,0x0000000000020000L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleJvmParameterizedTypeReference26640 = new BitSet(new long[]{0x0030000000000000L}); } private static class FollowSets001 { public static final BitSet FOLLOW_52_in_ruleJvmParameterizedTypeReference26653 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL,0x0000000000020000L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleJvmParameterizedTypeReference26674 = new BitSet(new long[]{0x0030000000000000L}); public static final BitSet FOLLOW_53_in_ruleJvmParameterizedTypeReference26688 = new BitSet(new long[]{0x8000000000000002L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_entryRuleJvmArgumentTypeReference26730 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmArgumentTypeReference26740 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleJvmArgumentTypeReference26787 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmWildcardTypeReference_in_ruleJvmArgumentTypeReference26814 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmWildcardTypeReference_in_entryRuleJvmWildcardTypeReference26849 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmWildcardTypeReference26859 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_145_in_ruleJvmWildcardTypeReference26905 = new BitSet(new long[]{0x0200000000000002L,0x0000000000000000L,0x0000000000000100L}); public static final BitSet FOLLOW_ruleJvmUpperBound_in_ruleJvmWildcardTypeReference26928 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000000L,0x0000000000040000L}); public static final BitSet FOLLOW_ruleJvmUpperBoundAnded_in_ruleJvmWildcardTypeReference26949 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000000L,0x0000000000040000L}); public static final BitSet FOLLOW_ruleJvmLowerBound_in_ruleJvmWildcardTypeReference26979 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000000L,0x0000000000040000L}); public static final BitSet FOLLOW_ruleJvmLowerBoundAnded_in_ruleJvmWildcardTypeReference27000 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000000L,0x0000000000040000L}); public static final BitSet FOLLOW_ruleJvmUpperBound_in_entryRuleJvmUpperBound27040 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmUpperBound27050 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_57_in_ruleJvmUpperBound27087 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleJvmUpperBound27108 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmUpperBoundAnded_in_entryRuleJvmUpperBoundAnded27144 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmUpperBoundAnded27154 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_146_in_ruleJvmUpperBoundAnded27191 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleJvmUpperBoundAnded27212 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmLowerBound_in_entryRuleJvmLowerBound27248 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmLowerBound27258 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_136_in_ruleJvmLowerBound27295 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleJvmLowerBound27316 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmLowerBoundAnded_in_entryRuleJvmLowerBoundAnded27352 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmLowerBoundAnded27362 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_146_in_ruleJvmLowerBoundAnded27399 = new BitSet(new long[]{0x6040018000002000L,0x00000001001D3FFFL}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleJvmLowerBoundAnded27420 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_entryRuleJvmTypeParameter27456 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmTypeParameter27466 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleValidID_in_ruleJvmTypeParameter27512 = new BitSet(new long[]{0x0200000000000002L}); public static final BitSet FOLLOW_ruleJvmUpperBound_in_ruleJvmTypeParameter27534 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000000L,0x0000000000040000L}); public static final BitSet FOLLOW_ruleJvmUpperBoundAnded_in_ruleJvmTypeParameter27555 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000000L,0x0000000000040000L}); public static final BitSet FOLLOW_ruleQualifiedNameWithWildcard_in_entryRuleQualifiedNameWithWildcard27595 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleQualifiedNameWithWildcard27606 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleQualifiedName_in_ruleQualifiedNameWithWildcard27653 = new BitSet(new long[]{0x8000000000000000L}); public static final BitSet FOLLOW_63_in_ruleQualifiedNameWithWildcard27671 = new BitSet(new long[]{0x0000000000000000L,0x0080000000000000L}); public static final BitSet FOLLOW_119_in_ruleQualifiedNameWithWildcard27684 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXImportSection_in_entryRuleXImportSection27724 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXImportSection27734 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXImportDeclaration_in_ruleXImportSection27779 = new BitSet(new long[]{0x0000000000000002L,0x0000000000200000L}); public static final BitSet FOLLOW_ruleXImportDeclaration_in_entryRuleXImportDeclaration27815 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXImportDeclaration27825 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_85_in_ruleXImportDeclaration27862 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0010L}); public static final BitSet FOLLOW_68_in_ruleXImportDeclaration27882 = new BitSet(new long[]{0x2000010000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_40_in_ruleXImportDeclaration27913 = new BitSet(new long[]{0x2000010000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleQualifiedNameInStaticImport_in_ruleXImportDeclaration27950 = new BitSet(new long[]{0x2000000000002000L,0x00800000001D0000L}); public static final BitSet FOLLOW_119_in_ruleXImportDeclaration27969 = new BitSet(new long[]{0x0000040000000002L}); public static final BitSet FOLLOW_ruleValidID_in_ruleXImportDeclaration28009 = new BitSet(new long[]{0x0000040000000002L}); public static final BitSet FOLLOW_ruleQualifiedName_in_ruleXImportDeclaration28040 = new BitSet(new long[]{0x0000040000000002L}); public static final BitSet FOLLOW_ruleQualifiedNameWithWildcard_in_ruleXImportDeclaration28067 = new BitSet(new long[]{0x0000040000000002L}); public static final BitSet FOLLOW_42_in_ruleXImportDeclaration28081 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleQualifiedNameInStaticImport_in_entryRuleQualifiedNameInStaticImport28120 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleQualifiedNameInStaticImport28131 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleValidID_in_ruleQualifiedNameInStaticImport28178 = new BitSet(new long[]{0x8000000000000000L}); public static final BitSet FOLLOW_63_in_ruleQualifiedNameInStaticImport28196 = new BitSet(new long[]{0x2000000000002002L,0x00000000001D0000L}); public static final BitSet FOLLOW_74_in_synpred1_InternalFeature3163 = new BitSet(new long[]{0x0040000000000000L}); public static final BitSet FOLLOW_54_in_synpred1_InternalFeature3167 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_133_in_synpred2_InternalFeature3289 = new BitSet(new long[]{0x0040000000000000L}); public static final BitSet FOLLOW_54_in_synpred2_InternalFeature3293 = new BitSet(new long[]{0x7F40218000002000L,0x00000001003DFFFFL}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_synpred2_InternalFeature3300 = new BitSet(new long[]{0x0000000000000000L,0x0000000000020000L}); public static final BitSet FOLLOW_81_in_synpred2_InternalFeature3306 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleShould_in_synpred3_InternalFeature3656 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_43_in_synpred4_InternalFeature3737 = new BitSet(new long[]{0x0000100000000000L}); public static final BitSet FOLLOW_44_in_synpred4_InternalFeature3741 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_45_in_synpred4_InternalFeature3752 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_46_in_synpred5_InternalFeature3853 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpCompare_in_synpred6_InternalFeature3924 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_49_in_synpred7_InternalFeature4330 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_synpred8_InternalFeature5205 = new BitSet(new long[]{0x0000000000000000L,0x0000000000010000L}); public static final BitSet FOLLOW_ruleCreateExtensionInfo_in_synpred8_InternalFeature5214 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleValidID_in_synpred8_InternalFeature5223 = new BitSet(new long[]{0x0040000000000000L}); public static final BitSet FOLLOW_54_in_synpred8_InternalFeature5229 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_synpred9_InternalFeature5326 = new BitSet(new long[]{0x6068698000002000L,0x6FFFFFF1001DFFFFL}); public static final BitSet FOLLOW_ruleFunctionID_in_synpred9_InternalFeature5335 = new BitSet(new long[]{0x0040000000000000L}); public static final BitSet FOLLOW_54_in_synpred9_InternalFeature5341 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleTypeReferenceNoTypeArgs_in_synpred10_InternalFeature5417 = new BitSet(new long[]{0x6068698000002000L,0x6FFFFFF1001DFFFFL}); public static final BitSet FOLLOW_ruleFunctionID_in_synpred10_InternalFeature5426 = new BitSet(new long[]{0x0040000000000000L}); public static final BitSet FOLLOW_54_in_synpred10_InternalFeature5432 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleCreateExtensionInfo_in_synpred11_InternalFeature5508 = new BitSet(new long[]{0x2000000000002000L,0x00000000001D0000L}); public static final BitSet FOLLOW_ruleValidID_in_synpred11_InternalFeature5517 = new BitSet(new long[]{0x0040000000000000L}); public static final BitSet FOLLOW_54_in_synpred11_InternalFeature5523 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_63_in_synpred12_InternalFeature8657 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_51_in_synpred13_InternalFeature8714 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_synpred15_InternalFeature11595 = new BitSet(new long[]{0x3F00208000002000L,0x00000000003DCFFFL}); public static final BitSet FOLLOW_ruleInnerVarID_in_synpred15_InternalFeature11604 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_51_in_synpred16_InternalFeature11840 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_54_in_synpred17_InternalFeature11936 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_synpred18_InternalFeature11988 = new BitSet(new long[]{0x0010000000000000L,0x0000000000000000L,0x0000000000000002L}); public static final BitSet FOLLOW_52_in_synpred18_InternalFeature11995 = new BitSet(new long[]{0x7F40218000002000L,0x00000001003DFFFFL}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_synpred18_InternalFeature12002 = new BitSet(new long[]{0x0010000000000000L,0x0000000000000000L,0x0000000000000002L}); public static final BitSet FOLLOW_129_in_synpred18_InternalFeature12016 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_98_in_synpred19_InternalFeature12136 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_54_in_synpred20_InternalFeature12671 = new BitSet(new long[]{0x7F40218000002000L,0x00000001003DFFFFL}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_synpred20_InternalFeature12678 = new BitSet(new long[]{0x0000000000000000L,0x0000000000020000L}); public static final BitSet FOLLOW_81_in_synpred20_InternalFeature12684 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_synpred21_InternalFeature12786 = new BitSet(new long[]{0x0000000000000000L,0x0000000000020000L}); public static final BitSet FOLLOW_81_in_synpred21_InternalFeature12792 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_87_in_synpred22_InternalFeature13026 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_54_in_synpred23_InternalFeature14901 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleValidID_in_synpred24_InternalFeature14930 = new BitSet(new long[]{0x0000020000000000L}); public static final BitSet FOLLOW_41_in_synpred24_InternalFeature14936 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_97_in_synpred27_InternalFeature15292 = new BitSet(new long[]{0x0000000000000000L,0x0000000400000000L}); public static final BitSet FOLLOW_98_in_synpred27_InternalFeature15296 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_97_in_synpred28_InternalFeature15567 = new BitSet(new long[]{0x0000000000000000L,0x0000000400000000L}); public static final BitSet FOLLOW_98_in_synpred28_InternalFeature15571 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpMultiAssign_in_synpred29_InternalFeature16104 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpOr_in_synpred30_InternalFeature16627 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpAnd_in_synpred31_InternalFeature16886 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpEquality_in_synpred32_InternalFeature17145 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpOther_in_synpred33_InternalFeature17625 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_53_in_synpred34_InternalFeature17894 = new BitSet(new long[]{0x0020000000000000L}); public static final BitSet FOLLOW_53_in_synpred34_InternalFeature17899 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_51_in_synpred35_InternalFeature17981 = new BitSet(new long[]{0x0008000000000000L}); public static final BitSet FOLLOW_51_in_synpred35_InternalFeature17986 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpAdd_in_synpred36_InternalFeature18208 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpMulti_in_synpred37_InternalFeature18488 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_124_in_synpred38_InternalFeature19082 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpPostfix_in_synpred39_InternalFeature19239 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_63_in_synpred40_InternalFeature19494 = new BitSet(new long[]{0x3F00218000002000L,0x00000000003DCFFFL}); public static final BitSet FOLLOW_127_in_synpred40_InternalFeature19508 = new BitSet(new long[]{0x3F00218000002000L,0x00000000003DCFFFL}); public static final BitSet FOLLOW_ruleFeatureCallID_in_synpred40_InternalFeature19524 = new BitSet(new long[]{0x0000020000000000L}); public static final BitSet FOLLOW_ruleOpSingleAssign_in_synpred40_InternalFeature19530 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_63_in_synpred41_InternalFeature19672 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_128_in_synpred41_InternalFeature19686 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_127_in_synpred41_InternalFeature19706 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_54_in_synpred42_InternalFeature19933 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_synpred43_InternalFeature19985 = new BitSet(new long[]{0x0010000000000000L,0x0000000000000000L,0x0000000000000002L}); public static final BitSet FOLLOW_52_in_synpred43_InternalFeature19992 = new BitSet(new long[]{0x7F40218000002000L,0x00000001003DFFFFL}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_synpred43_InternalFeature19999 = new BitSet(new long[]{0x0010000000000000L,0x0000000000000000L,0x0000000000000002L}); public static final BitSet FOLLOW_129_in_synpred43_InternalFeature20013 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_98_in_synpred44_InternalFeature20133 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_98_in_synpred45_InternalFeature20268 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_synpred47_InternalFeature21018 = new BitSet(new long[]{0x0010000000000000L,0x0000000000000000L,0x0000000000000002L}); public static final BitSet FOLLOW_52_in_synpred47_InternalFeature21025 = new BitSet(new long[]{0x7F40218000002000L,0x00000001003DFFFFL}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_synpred47_InternalFeature21032 = new BitSet(new long[]{0x0010000000000000L,0x0000000000000000L,0x0000000000000002L}); public static final BitSet FOLLOW_129_in_synpred47_InternalFeature21046 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_131_in_synpred49_InternalFeature21829 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_77_in_synpred51_InternalFeature23165 = new BitSet(new long[]{0x0000010000000002L}); public static final BitSet FOLLOW_76_in_synpred51_InternalFeature23181 = new BitSet(new long[]{0x0000010000000002L}); public static final BitSet FOLLOW_40_in_synpred51_InternalFeature23190 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_40_in_synpred51_InternalFeature23213 = new BitSet(new long[]{0x0000000000000000L,0x0000000000003000L}); public static final BitSet FOLLOW_77_in_synpred51_InternalFeature23228 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_76_in_synpred51_InternalFeature23244 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_54_in_synpred52_InternalFeature23496 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_synpred53_InternalFeature23548 = new BitSet(new long[]{0x0010000000000000L,0x0000000000000000L,0x0000000000000002L}); public static final BitSet FOLLOW_52_in_synpred53_InternalFeature23555 = new BitSet(new long[]{0x7F40218000002000L,0x00000001003DFFFFL}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_synpred53_InternalFeature23562 = new BitSet(new long[]{0x0010000000000000L,0x0000000000000000L,0x0000000000000002L}); public static final BitSet FOLLOW_129_in_synpred53_InternalFeature23576 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_98_in_synpred54_InternalFeature23696 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_set_in_synpred55_InternalFeature24537 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_144_in_synpred56_InternalFeature25068 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_143_in_synpred57_InternalFeature25098 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_63_in_synpred60_InternalFeature25623 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleArrayBrackets_in_synpred61_InternalFeature26006 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_51_in_synpred62_InternalFeature26458 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_63_in_synpred63_InternalFeature26553 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_51_in_synpred64_InternalFeature26610 = new BitSet(new long[]{0x0000000000000002L}); } }